/* ── HEADER ── */
.site-header { background:var(--deep); height:66px; display:flex; align-items:center; position:sticky; top:0; z-index:100; border-bottom:1px solid rgba(255,255,255,0.06); }
.header-inner { max-width:1200px; margin:0 auto; padding:0 40px; width:100%; display:flex; align-items:center; justify-content:space-between; }
.site-logo { display:flex; align-items:center; gap:10px; text-decoration:none; }
.site-logo__text { font-family:'Playfair Display',serif; font-size:22px; color:white; }
.site-logo__text em { color:var(--gold); font-style:normal; }
.site-logo__mode { background:rgba(201,168,76,0.12); border:1px solid rgba(201,168,76,0.25); color:var(--gold2,#E8D5A3); font-size:11px; font-weight:500; letter-spacing:1.5px; text-transform:uppercase; padding:3px 12px; border-radius:20px; }
.nav-menu { display:flex; align-items:center; gap:28px; }
.nav-menu a { color:rgba(255,255,255,0.6); font-size:13px; font-weight:400; text-decoration:none; transition:color 0.2s; }
.nav-menu a:hover, .nav-menu .current-menu-item a { color:white; }
.header-actions { display:flex; align-items:center; gap:12px; }
.btn--sm { padding:8px 18px; font-size:13px; }
@media(max-width:768px){
  .header-actions .btn--ghost { display: none; }
  .header-actions .btn--primary { font-size:11px; padding:7px 12px; }
}
.menu-toggle { display:none; flex-direction:column; gap:5px; background:none; border:none; cursor:pointer; padding:4px; }
.menu-toggle span { display:block; width:22px; height:2px; background:rgba(255,255,255,0.7); border-radius:1px; transition:all 0.3s; }

/* ── HOME HERO ── */
.home-hero { background:var(--deep2); padding:80px 0 0; position:relative; overflow:hidden; }
.home-hero__bg { position:absolute; inset:0; background:radial-gradient(ellipse 600px 400px at 80% 50%, rgba(42,155,181,0.1) 0%, transparent 70%); pointer-events:none; }
.home-hero__lines { position:absolute; inset:0; background-image:linear-gradient(rgba(255,255,255,0.025) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,0.025) 1px,transparent 1px); background-size:56px 56px; pointer-events:none; }
.home-hero__inner { text-align:center; position:relative; z-index:2; max-width:800px; margin:0 auto; }
.home-hero__title { font-family:'Playfair Display',serif; font-size:clamp(2.4rem,5vw,3.8rem); color:white; line-height:1.1; margin:20px 0; }
.home-hero__title em { font-style:italic; color:var(--gold); }
.home-hero__sub { font-size:17px; color:rgba(255,255,255,0.5); max-width:560px; margin:0 auto 40px; line-height:1.75; }

/* ── HERO SEARCH ── */
.hero-search { background:white; border-radius:12px; padding:8px; display:grid; grid-template-columns:1fr 1px 1fr 1px 1fr auto; align-items:center; box-shadow:0 24px 60px rgba(0,0,0,0.3); margin-bottom:0; position:relative; z-index:5; }
.hero-search__field { padding:12px 20px; display:flex; flex-direction:column; gap:2px; cursor:pointer; border-radius:8px; transition:background 0.15s; }
.hero-search__field:hover { background:var(--cream); }
.hero-search__field label { font-size:10px; text-transform:uppercase; letter-spacing:1.2px; color:var(--muted); font-weight:600; cursor:pointer; }
.hero-search__field input { border:none; outline:none; font-family:inherit; font-size:14px; font-weight:300; color:var(--text); background:transparent; width:100%; }
.hero-search__field input::placeholder { color:var(--muted2); }
.hero-search__divider { width:1px; height:36px; background:var(--border); }
.hero-search__btn { background:var(--teal); color:white; border:none; padding:16px 24px; border-radius:8px; font-family:inherit; font-size:14px; font-weight:500; cursor:pointer; transition:background 0.2s; white-space:nowrap; display:flex; align-items:center; gap:8px; }
.hero-search__btn:hover { background:var(--teal2); }

/* Popular searches */
.popular-searches { display:flex; align-items:center; gap:10px; flex-wrap:wrap; justify-content:center; padding:20px 0 40px; }
.popular-searches__label { font-size:12px; color:rgba(255,255,255,0.35); }
.popular-tag { background:rgba(255,255,255,0.08); border:1px solid rgba(255,255,255,0.12); color:rgba(255,255,255,0.6); padding:5px 14px; border-radius:20px; font-size:12px; transition:all 0.2s; text-decoration:none; }
.popular-tag:hover { background:rgba(255,255,255,0.15); color:white; }

/* ── STATS STRIP ── */
.stats-strip { background:var(--deep); padding:22px 0; border-top:1px solid rgba(255,255,255,0.06); }
.stats-strip__inner { display:flex; justify-content:center; gap:64px; }
.stat-item { text-align:center; }
.stat-item__num { font-family:'Playfair Display',serif; font-size:28px; color:var(--gold); line-height:1; }
.stat-item__label { font-size:11px; color:rgba(255,255,255,0.4); margin-top:3px; letter-spacing:0.5px; }

/* ── SECTIONS ── */
.section { padding:80px 0; }
.section--cream { background:var(--cream2); }
.section__header { display:flex; align-items:flex-end; justify-content:space-between; margin-bottom:48px; gap:20px; }

/* ── PROVIDER GRID ── */
.provider-cards-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:20px; }

/* ── PROVIDER CARD ── */
.provider-card { display:grid; grid-template-columns:180px 1fr auto; border:1px solid var(--border); border-radius:12px; overflow:hidden; background:white; text-decoration:none; color:inherit; transition:box-shadow 0.25s,transform 0.25s,border-color 0.25s; cursor:pointer; }
.provider-card:hover { box-shadow:0 8px 40px rgba(0,0,0,0.1); transform:translateY(-2px); border-color:var(--teal); }
.provider-card--grid { display:flex; flex-direction:column; grid-template-columns:unset; }
.provider-card--featured { border-color:var(--gold); background:linear-gradient(to right,#FFFDF7,white); }
.provider-card__img { position:relative; overflow:hidden; }
.provider-card__img img, .provider-card__img-placeholder { width:100%; height:100%; object-fit:cover; transition:transform 0.4s; }
.provider-card--grid .provider-card__img { height:180px; }
.provider-card:hover .provider-card__img img { transform:scale(1.04); }
.provider-card__img-placeholder { min-height:180px; }
.provider-card__badge { position:absolute; font-size:10px; font-weight:600; padding:3px 9px; border-radius:20px; }
.provider-card__badge--verified { top:12px; left:12px; background:rgba(255,255,255,0.92); color:var(--teal); }
.provider-card__badge--special  { bottom:12px; left:12px; background:var(--gold); color:var(--deep); }
.provider-card__initials { position:absolute; bottom:12px; right:12px; width:42px; height:42px; border-radius:50%; display:flex; align-items:center; justify-content:center; font-family:'Playfair Display',serif; font-size:14px; font-weight:700; color:white; border:2px solid rgba(255,255,255,0.3); }
.provider-card__body { padding:20px; flex:1; }
.provider-card__featured-badge { display:inline-flex; align-items:center; gap:5px; background:var(--gold); color:var(--deep); font-size:10px; font-weight:700; letter-spacing:1px; text-transform:uppercase; padding:3px 10px; border-radius:4px; margin-bottom:8px; }
.provider-card__location { font-size:11px; color:var(--muted); text-transform:uppercase; letter-spacing:1px; margin-bottom:5px; display:flex; align-items:center; gap:5px; font-weight:500; }
.provider-card__name { font-family:'Playfair Display',serif; font-size:18px; font-weight:700; color:var(--text); margin-bottom:3px; }
.provider-card__credentials { font-size:12px; color:var(--muted); margin-bottom:10px; font-weight:300; }
.provider-card__rating { display:flex; align-items:center; gap:8px; margin-bottom:10px; }
.provider-card__rating-num { font-size:13px; font-weight:600; color:var(--text); }
.provider-card__rating-count { font-size:12px; color:var(--muted2); }
.provider-card__tags { display:flex; gap:6px; flex-wrap:wrap; margin-bottom:10px; }
.provider-card__meta { font-size:12px; color:var(--muted); display:flex; align-items:center; gap:8px; flex-wrap:wrap; }
.meta-dot { color:var(--border2); }
.provider-card__right { padding:20px; display:flex; flex-direction:column; justify-content:space-between; align-items:flex-end; border-left:1px solid var(--border); min-width:150px; background:var(--cream); }
.provider-card--grid .provider-card__right { border-left:none; border-top:1px solid var(--border); flex-direction:row; align-items:center; }
.provider-card__price-label { font-size:10px; color:var(--muted2); text-transform:uppercase; letter-spacing:1px; }
.provider-card__price { font-family:'Playfair Display',serif; font-size:26px; font-weight:700; color:var(--teal); line-height:1; }
.provider-card__price-note { font-size:11px; color:var(--muted2); }
.provider-card__avail { font-size:12px; display:flex; align-items:center; gap:5px; margin-bottom:10px; }
.avail-dot { width:7px; height:7px; border-radius:50%; flex-shrink:0; }
.avail-dot--green { background:var(--green); }
.avail-dot--amber { background:#D97706; }
.provider-card__cta { display:block; text-align:center; font-size:13px; padding:9px 18px; margin-bottom:8px; }
.provider-card__wishlist { background:white; border:1px solid var(--border); width:32px; height:32px; border-radius:6px; display:flex; align-items:center; justify-content:center; cursor:pointer; font-size:15px; transition:all 0.2s; }
.provider-card__wishlist:hover, .provider-card__wishlist.saved { border-color:#DC2626; color:#DC2626; }

/* ── DESTINATIONS ── */
.destinations-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:16px; }
.dest-card { border-radius:10px; overflow:hidden; cursor:pointer; position:relative; aspect-ratio:3/4; display:block; text-decoration:none; transition:transform 0.3s; }
.dest-card:hover { transform:scale(1.02); }
.dest-card__bg { width:100%; height:100%; position:absolute; inset:0; transition:transform 0.4s; }
.dest-card:hover .dest-card__bg { transform:scale(1.06); }
.dest-card__info { position:absolute; bottom:0; left:0; right:0; padding:20px; }
.dest-card__flag { font-size:22px; margin-bottom:4px; }
.dest-card__name { font-family:'Playfair Display',serif; font-size:20px; color:white; font-weight:700; }
.dest-card__count { font-size:12px; color:rgba(255,255,255,0.6); margin-top:2px; }
.dest-card__saving { display:inline-block; margin-top:6px; background:rgba(201,168,76,0.25); border:1px solid rgba(201,168,76,0.4); color:var(--gold2,#E8D5A3); font-size:11px; padding:2px 8px; border-radius:3px; }

/* ── HIW TEASER ── */
.hiw-teaser { background:var(--cream2); border-top:1px solid var(--border); }
.hiw-steps { display:grid; grid-template-columns:repeat(4,1fr); gap:0; margin-top:56px; position:relative; }
.hiw-steps::before { content:''; position:absolute; top:28px; left:48px; right:48px; height:1px; background:linear-gradient(90deg,var(--gold),rgba(201,168,76,0.2),var(--gold)); }
.hiw-step { text-align:center; padding:0 20px; }
.hiw-step__num { width:56px; height:56px; border-radius:50%; background:white; border:2px solid var(--gold); display:flex; align-items:center; justify-content:center; margin:0 auto 16px; font-family:'Playfair Display',serif; font-size:22px; font-weight:600; color:var(--gold); position:relative; z-index:2; }
.hiw-step__icon { font-size:24px; margin-bottom:10px; }
.hiw-step__title { font-size:15px; font-weight:600; color:var(--text); margin-bottom:8px; }
.hiw-step__desc { font-size:13px; color:var(--muted); line-height:1.6; }

/* ── TRUST STRIP ── */
.trust-strip { background:var(--deep2); padding:60px 0; }
.trust-strip__grid { display:grid; grid-template-columns:repeat(4,1fr); gap:32px; }
.trust-item { text-align:center; }
.trust-item__icon { font-size:28px; margin-bottom:12px; }
.trust-item__title { font-size:14px; font-weight:600; color:white; margin-bottom:8px; }
.trust-item__desc { font-size:13px; color:rgba(255,255,255,0.4); line-height:1.65; }

/* ── HOME CTA ── */
.home-cta { background:var(--deep); padding:90px 0; position:relative; overflow:hidden; }
.home-cta::before { content:''; position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); width:700px; height:400px; border-radius:50%; background:radial-gradient(ellipse,rgba(201,168,76,0.07) 0%,transparent 70%); pointer-events:none; }
.home-cta__title { font-family:'Playfair Display',serif; font-size:clamp(2rem,4vw,3rem); color:white; margin-bottom:16px; }
.home-cta__title em { font-style:italic; color:var(--gold); }
.home-cta__sub { font-size:16px; color:rgba(255,255,255,0.45); max-width:500px; margin:0 auto 36px; }
.home-cta__btns, .cta-btns { display:flex; gap:14px; justify-content:center; flex-wrap:wrap; }

/* ── FOOTER ── */
.site-footer { background:var(--deep); }
.footer-top { padding:64px 0 40px; }
.footer-grid { display:grid; grid-template-columns:2fr 1fr 1fr 1fr; gap:40px; }
.footer-brand__desc { font-size:13px; color:rgba(255,255,255,0.4); line-height:1.7; margin:16px 0; max-width:260px; }
.footer-social { display:flex; gap:10px; }
.footer-social a { width:32px; height:32px; border-radius:6px; border:1px solid rgba(255,255,255,0.15); display:flex; align-items:center; justify-content:center; color:rgba(255,255,255,0.5); font-size:12px; font-weight:600; text-decoration:none; transition:all 0.2s; }
.footer-social a:hover { border-color:var(--gold); color:var(--gold); }
.footer-col h5 { font-size:12px; font-weight:600; color:rgba(255,255,255,0.6); text-transform:uppercase; letter-spacing:1.2px; margin-bottom:16px; }
.footer-col ul li { margin-bottom:10px; }
.footer-col ul li a { font-size:13px; color:rgba(255,255,255,0.4); text-decoration:none; transition:color 0.2s; }
.footer-col ul li a:hover { color:rgba(255,255,255,0.8); }
.footer-bottom { border-top:1px solid rgba(255,255,255,0.06); padding:20px 0; }
.footer-bottom__inner { display:flex; align-items:center; justify-content:space-between; gap:20px; flex-wrap:wrap; }
.footer-copyright { font-size:12px; color:rgba(255,255,255,0.3); }
.footer-legal-nav { display:flex; gap:20px; }
.footer-legal-nav a { font-size:12px; color:rgba(255,255,255,0.3); text-decoration:none; }
.footer-legal-nav a:hover { color:rgba(255,255,255,0.6); }
.footer-stripe { font-size:12px; color:rgba(255,255,255,0.3); display:flex; align-items:center; gap:6px; }

/* ── PAGINATION ── */
.pagination { display:flex; align-items:center; justify-content:center; gap:6px; margin-top:36px; padding-bottom:20px; }
.pagination .page-numbers { width:38px; height:38px; border-radius:8px; border:1px solid var(--border); background:white; color:var(--text); font-size:14px; display:flex; align-items:center; justify-content:center; text-decoration:none; transition:all 0.15s; }
.pagination .page-numbers:hover { border-color:var(--teal); color:var(--teal); }
.pagination .page-numbers.current { background:var(--teal); border-color:var(--teal); color:white; }

/* ── RESPONSIVE ── */
@media(max-width:1024px){
  .provider-cards-grid { grid-template-columns:repeat(2,1fr); }
  .destinations-grid { grid-template-columns:repeat(2,1fr); }
  .hiw-steps { grid-template-columns:repeat(2,1fr); }
  .hiw-steps::before { display:none; }
  .footer-grid { grid-template-columns:1fr 1fr; }
  .trust-strip__grid { grid-template-columns:repeat(2,1fr); }
}
@media(max-width:768px){
  .hero-search { grid-template-columns:1fr; gap:0; }
  .hero-search__divider { display:none; }
  .provider-cards-grid { grid-template-columns:1fr; }
  .destinations-grid { grid-template-columns:repeat(2,1fr); }
  .stats-strip__inner { gap:32px; flex-wrap:wrap; justify-content:center; }
  .provider-card { grid-template-columns:1fr; }
  .provider-card__right { border-left:none; border-top:1px solid var(--border); flex-direction:row; align-items:center; }
  .primary-nav { display:none; }
  .primary-nav.open { display:block; position:fixed; inset:66px 0 0; background:var(--deep); padding:24px; z-index:99; }
  .primary-nav .nav-menu { flex-direction:column; align-items:flex-start; gap:20px; }
  .menu-toggle { display:flex; }
  .footer-grid { grid-template-columns:1fr; }
  .footer-bottom__inner { flex-direction:column; text-align:center; }
}
@media(max-width:768px){

  /* Privacy Policy & Terms — stack sidebar below content */
  .mt-container > div[style*="grid-template-columns:220px"] {
    display: block !important;
  }
  .mt-container > div[style*="grid-template-columns:220px"] > div:first-child {
    position: static !important;
    margin-bottom: 24px;
  }

  /* Verification process — 3 col cards to single col */
  div[style*="repeat(3,1fr)"] {
    grid-template-columns: 1fr !important;
  }

  /* About page — 2 col to single col */
  div[style*="grid-template-columns:1fr 1fr"] {
    grid-template-columns: 1fr !important;
  }

  /* Contact page — 2 col to single col */
  div[style*="grid-template-columns:1fr 420px"] {
    grid-template-columns: 1fr !important;
  }

  /* Destination pages sidebar */
  div[style*="grid-template-columns:1fr 320px"] {
    grid-template-columns: 1fr !important;
  }

}