/* ════════════════════════════════════════════
   The Holidave — Customize Your Package page
   template-customize-package.php
   Mirrors the visual language of visa.css / package.css
   (same teal/orange palette, Inter font, card patterns)
═══════════════════════════════════════════════ */

.cpz-wrap { font-family: 'Inter', sans-serif; background: #F2F2F0; }
.cpz-page { max-width: 1320px; margin: 0 auto; padding: 2rem 2rem 4rem; }

/* ─── BREADCRUMB ─── */
.cpz-bc { margin-bottom: 1.5rem; }
.cpz-bc-list { list-style: none; display: flex; align-items: center; gap: 6px; flex-wrap: wrap; margin: 0; padding: 0; }
.cpz-bc-item { font-size: 12px; }
.cpz-bc-link { color: #767676; text-decoration: none; display: flex; align-items: center; gap: 4px; }
.cpz-bc-link:hover { color: #0a5b66; }
.cpz-bc-link i { font-size: 11px; }
.cpz-bc-sep { color: #ccc; font-size: 10px; }
.cpz-bc-cur { color: #333; font-weight: 600; font-size: 12px; }

/* ─── HERO ─── */
.cpz-hero {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 460px;
  gap: 3rem;
  align-items: center;
  margin-bottom: 2.5rem;
  border-radius: 18px;
  overflow: hidden;
  background: linear-gradient(135deg,#074650,#0a5b66,#1a8a9a);
  padding: 3.5rem 3rem;
}
.cpz-hero-left,
.cpz-hero-right { position: relative; z-index: 2; }

.cpz-hero-eyebrow { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; color: #FB5B32; margin-bottom: .75rem; display: flex; align-items: center; gap: 6px; }
.cpz-hero-h1 { font-size: clamp(1.75rem, 3.5vw, 3rem); font-weight: 800; color: #fff; line-height: 1.1; margin: 0 0 1rem; letter-spacing: -.02em; }
.cpz-hero-h1 span { color: #ffd89b; }
.cpz-hero-sub { font-size: 15px; color: rgba(255,255,255,.85); line-height: 1.7; margin: 0 0 1.5rem; max-width: 520px; }
.cpz-hero-acts { display: flex; gap: .75rem; flex-wrap: wrap; margin-bottom: 1.5rem; }

.cpz-btn-wa { display: flex; align-items: center; gap: 8px; background: #25D366; color: #fff; padding: 13px 22px; border-radius: 10px; font-size: 14px; font-weight: 700; text-decoration: none; }
.cpz-btn-wa:hover { background: #1da851; color: #fff; }
.cpz-btn-call { display: flex; align-items: center; gap: 8px; background: rgba(255,255,255,.12); color: #fff; border: 2px solid rgba(255,255,255,.4); padding: 12px 20px; border-radius: 10px; font-size: 14px; font-weight: 700; text-decoration: none; }
.cpz-btn-call:hover { background: rgba(255,255,255,.22); color: #fff; }

.cpz-hero-trust { display: flex; gap: 1.25rem; flex-wrap: wrap; }
.cpz-ht { font-size: 13px; color: rgba(255,255,255,.85); display: flex; align-items: center; gap: 5px; }
.cpz-ht i { color: #4cdd80; }

/* Form card — thd_lead_form() renders its own internal chrome since
   this page doesn't use .thd-form-r, so this wrapper only needs to
   add the outer drop-shadow context, matching the visa hero card */
.cpz-form-card { background: transparent; }

/* ─── STATS-LIKE WHY GRID ─── */
.cpz-section { margin-bottom: 3rem; }
.cpz-sec-hdr { text-align: center; margin-bottom: 2rem; }
.cpz-sec-eye { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; color: #FB5B32; margin-bottom: .5rem; }
.cpz-sec-h2 { font-size: clamp(1.5rem, 3vw, 2rem); font-weight: 800; color: #111; letter-spacing: -.02em; margin: 0 0 .5rem; }
.cpz-sec-sub { font-size: 14px; color: #767676; margin: 0; }

.cpz-why-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.25rem; }
.cpz-why-card { background: #fff; border: 1px solid #E2E2DE; border-radius: 16px; padding: 2rem 1.5rem; text-align: center; transition: box-shadow .2s, transform .2s; }
.cpz-why-card:hover { transform: translateY(-4px); box-shadow: 0 10px 30px rgba(0,0,0,.1); }
.cpz-why-icon { width: 54px; height: 54px; border-radius: 12px; background: #E3F2F4; color: #0a5b66; display: flex; align-items: center; justify-content: center; font-size: 22px; margin: 0 auto 1.1rem; }
.cpz-why-t { font-size: 15px; font-weight: 700; margin: 0 0 .5rem; color: #111; }
.cpz-why-p { font-size: 13px; color: #555; line-height: 1.7; margin: 0; }

/* ─── HOW IT WORKS ─── */
.cpz-how-section { background: #fff; border-radius: 16px; padding: 2.5rem; }
.cpz-steps { display: flex; align-items: center; gap: 1rem; justify-content: center; flex-wrap: wrap; }
.cpz-step { background: #F4F4F2; border: 1px solid #E2E2DE; border-radius: 16px; padding: 2rem 1.5rem; flex: 1; min-width: 200px; max-width: 260px; text-align: center; position: relative; transition: box-shadow .2s; }
.cpz-step-num { position: absolute; top: -13px; left: 50%; transform: translateX(-50%); background: #FB5B32; color: #fff; font-size: 11px; font-weight: 800; padding: 3px 12px; border-radius: 99px; letter-spacing: .06em; }
.cpz-step-icon { width: 54px; height: 54px; border-radius: 12px; background: #E3F2F4; color: #0a5b66; display: flex; align-items: center; justify-content: center; font-size: 22px; margin: 0 auto 1rem; }
.cpz-step-t { font-size: 15px; font-weight: 700; margin: 0 0 .5rem; color: #111; }
.cpz-step-p { font-size: 13px; color: #555; line-height: 1.7; margin: 0; }
.cpz-step-arr { font-size: 20px; color: #E2E2DE; flex-shrink: 0; }

/* ─── CTA BOTTOM ─── */
.cpz-cta { background: linear-gradient(135deg,#074650,#0a5b66,#0e8a9e); border-radius: 16px; padding: 2.5rem; }
.cpz-cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 2rem; flex-wrap: wrap; }
.cpz-cta-h2 { font-size: clamp(1.3rem, 2.5vw, 1.8rem); font-weight: 800; color: #fff; margin: 0 0 .5rem; }
.cpz-cta-p { font-size: 14px; color: rgba(255,255,255,.7); margin: 0; }
.cpz-cta-acts { display: flex; gap: .75rem; align-items: center; flex-wrap: wrap; flex-shrink: 0; }

/* ─── RESPONSIVE ─── */
@media (max-width: 1100px) {
  .cpz-hero { grid-template-columns: 1fr; padding: 2.75rem 2rem; }
  .cpz-hero-sub { max-width: none; }
  .cpz-why-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 768px) {
  .cpz-page { padding: 1.25rem 1rem 3rem; }
  .cpz-hero { padding: 2rem 1.25rem; border-radius: 12px; }
  .cpz-hero-h1 { font-size: clamp(1.4rem, 6vw, 2rem); }
  .cpz-hero-sub { font-size: 13px; }
  .cpz-btn-wa, .cpz-btn-call { font-size: 13px; padding: 11px 16px; }
  .cpz-ht { font-size: 12px; }
  .cpz-why-grid { grid-template-columns: 1fr 1fr; gap: .75rem; }
  .cpz-steps { grid-template-columns: 1fr 1fr; }
  .cpz-sec-h2 { font-size: clamp(1.2rem, 5vw, 1.6rem); }
  .cpz-cta { padding: 1.75rem 1.25rem; }
  .cpz-cta-h2 { font-size: 1.2rem; }
}

@media (max-width: 560px) {
  .cpz-hero { padding: 1.75rem 1rem; }
  .cpz-hero-h1 { font-size: clamp(1.25rem, 7vw, 1.75rem); }
  .cpz-hero-sub { font-size: 12px; margin-bottom: 1rem; }
  .cpz-hero-acts { gap: .5rem; }
  .cpz-btn-wa, .cpz-btn-call { font-size: 12px; padding: 10px 14px; }
  .cpz-hero-trust { gap: .75rem; }
  .cpz-ht { font-size: 11px; }
  .cpz-why-grid { grid-template-columns: 1fr; }
  .cpz-steps { flex-direction: column; align-items: stretch; }
  .cpz-step { max-width: none; }
  .cpz-step-arr { display: none; }
  .cpz-cta-inner { flex-direction: column; text-align: center; }
}
