@tailwind base;
@tailwind components;
@tailwind utilities;

/*

@layer components {
  .btn-primary {
    @apply py-2 px-4 bg-blue-200;
  }
}

*/
/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS (and SCSS, if configured) file within this directory, lib/assets/stylesheets, or any plugin's
 * vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *


 */

*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}

:root{
  --sand:#F5F0E8;
  --sand-d:#EAE2D0;
  --sand-dd:#DDD4BE;
  --ink:#1C1A16;
  --ink-m:#6B6455;
  --ink-l:#A09689;
  --gold:#B8965A;
  --gold-l:#D4AD74;
  --gold-xl:#EDD9B0;
  --white:#FDFCF9;
  --serif:'Cormorant Garamond',Georgia,serif;
  --sans:'Jost',sans-serif;
}

html{scroll-behavior:smooth}
body{font-family:var(--sans);background:var(--white);color:var(--ink);font-size:15px;line-height:1.65;overflow-x:hidden}

/* ── NAV ── */
nav{position:fixed;top:0;left:0;right:0;z-index:100;background:rgba(253,252,249,0.92);backdrop-filter:blur(10px);border-bottom:1px solid rgba(184,150,90,0.15);padding:1.2rem 4rem;display:flex;align-items:center;justify-content:space-between}
.nav-logo{font-family:var(--serif);font-size:1.5rem;font-weight:300;letter-spacing:0.06em;color:var(--ink);text-decoration:none}
.nav-logo em{font-style:italic;color:var(--gold)}
.nav-links{display:flex;gap:2.5rem;list-style:none}
.nav-links a{font-size:11px;letter-spacing:0.16em;text-transform:uppercase;color:var(--ink-m);text-decoration:none;transition:color .2s}
.nav-links a:hover{color:var(--gold)}
.nav-btn{font-family:var(--sans);font-size:11px;letter-spacing:0.14em;text-transform:uppercase;font-weight:500;padding:.55rem 1.4rem;background:var(--gold);color:var(--white);border:none;cursor:pointer;transition:background .2s}
.nav-btn:hover{background:var(--gold-l)}

/* ── HERO ── */
.hero{display:grid;grid-template-columns:1fr 1fr;min-height:100vh;padding-top:4rem}
.hero-l{padding:7rem 4rem 6rem 5rem;display:flex;flex-direction:column;justify-content:center}
.kicker{display:flex;align-items:center;gap:.75rem;font-size:10px;letter-spacing:.22em;text-transform:uppercase;color:var(--gold);margin-bottom:1.5rem}
.kicker-line{width:28px;height:1px;background:var(--gold)}
.hero-h{font-family:var(--serif);font-size:clamp(2.8rem,4.5vw,4.2rem);font-weight:300;line-height:1.1;margin-bottom:1.5rem}
.hero-h em{font-style:italic;color:var(--gold)}
.hero-sub{font-size:15px;font-weight:300;color:var(--ink-m);line-height:1.8;max-width:400px;margin-bottom:2.5rem}
.hero-actions{display:flex;align-items:center;gap:2rem}
.btn-dk{font-family:var(--sans);font-size:11px;letter-spacing:.18em;text-transform:uppercase;font-weight:500;padding:.85rem 2.2rem;background:var(--ink);color:var(--white);border:none;cursor:pointer;transition:background .2s}
.btn-dk:hover{background:var(--gold)}
.btn-ghost{font-family:var(--sans);font-size:12px;color:var(--ink-m);background:none;border:none;cursor:pointer;display:flex;align-items:center;gap:.4rem;transition:color .2s}
.btn-ghost:hover{color:var(--gold)}
.hero-r{background:var(--sand);display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}
.map-svg{width:80%;max-width:380px;opacity:.75}
.hero-caption{position:absolute;bottom:2.5rem;left:2.5rem;font-family:var(--serif);font-style:italic;font-size:.9rem;color:var(--ink-l);letter-spacing:.02em}
.hero-vline{position:absolute;top:3rem;right:2.5rem;width:1px;height:80px;background:linear-gradient(to bottom,transparent,var(--gold),transparent)}

/* ── STATS ── */
.stats{background:var(--ink);padding:1.75rem 5rem;display:flex;justify-content:space-around;align-items:center}
.stat-n{font-family:var(--serif);font-size:2rem;font-weight:300;color:var(--white);display:block;line-height:1;margin-bottom:.25rem}
.stat-l{font-size:10px;letter-spacing:.18em;text-transform:uppercase;color:rgba(253,252,249,.4)}
.stat-div{width:1px;height:36px;background:rgba(253,252,249,.1)}

/* ── SHARED SECTIONS ── */
.sec{padding:7rem 5rem}
.sec-alt{background:var(--sand);padding:7rem 5rem}
.sec-dk{background:var(--ink);padding:7rem 5rem}
.kicker-sm{display:flex;align-items:center;gap:.65rem;font-size:10px;letter-spacing:.2em;text-transform:uppercase;color:var(--gold);margin-bottom:1rem}
.kicker-sm-line{width:22px;height:1px;background:var(--gold)}
.sec-title{font-family:var(--serif);font-size:clamp(2rem,3.2vw,3rem);font-weight:300;line-height:1.15;max-width:540px}
.sec-title em{font-style:italic;color:var(--gold)}

/* ── PROBLEM ── */
.problem-grid{display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:center;margin-top:4rem}
.problem-text p{font-size:16px;font-weight:300;color:var(--ink-m);line-height:1.9;margin-bottom:1.25rem}
.problem-text p strong{font-weight:500;color:var(--ink)}
.problem-visual{display:flex;flex-direction:column;gap:1rem}
.tab-row{display:flex;align-items:center;gap:.75rem;background:var(--white);border:1px solid var(--sand-dd);padding:.75rem 1rem}
.tab-dot{width:8px;height:8px;border-radius:50%;background:var(--sand-dd);flex-shrink:0}
.tab-dot.active{background:var(--gold)}
.tab-label{font-size:12px;color:var(--ink-l);font-weight:300;flex:1}
.tab-label--active{color:var(--ink);font-weight:400}
.tab-x{font-size:11px;color:var(--sand-dd)}
.tab-x--active{color:var(--gold)}
.tab-row.dim{opacity:.45}
.confusion-note{text-align:center;font-family:var(--serif);font-style:italic;font-size:.85rem;color:var(--ink-l);margin-top:.25rem}

/* ── SOLUTION ── */
.solution-body{display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:start;margin-top:4rem}
.solution-text p{font-size:16px;font-weight:300;color:var(--ink-m);line-height:1.9;margin-bottom:1.25rem}
.solution-text p strong{font-weight:500;color:var(--ink)}
.guide-card{background:var(--white);border:1px solid var(--sand-dd);padding:1.75rem}
.guide-card-hdr{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.25rem;padding-bottom:1rem;border-bottom:1px solid var(--sand-d)}
.guide-card-city{font-family:var(--serif);font-size:1.2rem;font-weight:300;color:var(--ink)}
.guide-card-badge{font-size:9px;letter-spacing:.14em;text-transform:uppercase;padding:.25rem .65rem;background:rgba(184,150,90,.1);color:var(--gold);border:1px solid rgba(184,150,90,.25)}
.guide-row{padding:.7rem 0;border-bottom:1px solid var(--sand-d);display:flex;justify-content:space-between;align-items:baseline}
.guide-row:last-child{border-bottom:none}
.guide-row-name{font-size:13px;font-weight:400;color:var(--ink)}
.guide-row-cat{font-size:11px;color:var(--ink-l);font-weight:300}

/* ── PILLARS ── */
.pillars{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;margin-top:4rem}
.pillar{border-top:1px solid var(--sand-dd);padding-top:1.5rem}
.pillar-num{font-family:var(--serif);font-size:.8rem;font-style:italic;color:var(--gold);margin-bottom:.75rem}
.pillar-title{font-family:var(--serif);font-size:1.15rem;font-weight:400;color:var(--ink);margin-bottom:.6rem}
.pillar-text{font-size:13px;font-weight:300;color:var(--ink-m);line-height:1.75}

/* ── INCLUDED ── */
.includes-grid{display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:start;margin-top:4rem}
.includes-list{display:flex;flex-direction:column;gap:1.25rem}
.inc-item{display:flex;align-items:flex-start;gap:1rem}
.inc-marker{width:24px;height:24px;border:1px solid var(--gold);display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:.1rem}
.inc-title{font-size:14px;font-weight:500;color:var(--ink);margin-bottom:.2rem;letter-spacing:.02em}
.inc-sub{font-size:13px;font-weight:300;color:var(--ink-m);line-height:1.65}
.brand-trio{display:flex;flex-direction:column;gap:2.5rem}
.trio-word{font-family:var(--serif);font-size:2.8rem;font-weight:300;line-height:1;padding-left:1.5rem;border-left:2px solid var(--gold)}
.trio-word span{display:block;font-size:13px;font-weight:300;font-family:var(--sans);color:var(--ink-m);letter-spacing:.04em;margin-top:.35rem;font-style:normal}
.trio-word--gold{color:var(--gold)}
.trio-word--gold-l{color:var(--gold-l)}
.trio-word--gold-xl{color:var(--gold-xl)}

/* ── DESTINATIONS ── */
.dest-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:0;margin-top:4rem;border:1px solid var(--sand-dd)}
.dest-tile{padding:2rem 1.75rem;border-right:1px solid var(--sand-dd);position:relative;cursor:pointer;transition:background .25s}
.dest-tile:last-child{border-right:none}
.dest-tile:hover{background:var(--white)}
.dest-tile--live{background:var(--white)}
.dest-tile--live:hover{background:var(--sand)}
.dest-tile--featured{background:var(--ink)}
.dest-tile--featured:hover{background:#2a2822}
.dest-tile--featured .dest-name{color:var(--white)}
.dest-tile--featured .dest-desc{color:rgba(253,252,249,.5)}
.dest-status{font-size:9px;letter-spacing:.18em;text-transform:uppercase;font-weight:500;margin-bottom:1.25rem;display:flex;align-items:center;gap:.5rem}
.dest-status-dot{width:6px;height:6px;border-radius:50%;flex-shrink:0}
.dest-status-dot--live{background:var(--gold)}
.dest-status-dot--soon{background:var(--sand-dd)}
.live-label{color:var(--gold)}
.soon-label{color:var(--ink-l)}
.dest-name{font-family:var(--serif);font-size:1.5rem;font-weight:300;color:var(--ink);margin-bottom:.2rem;line-height:1}
.dest-country{font-size:11px;letter-spacing:.1em;text-transform:uppercase;color:var(--ink-l);font-weight:400;margin-bottom:1rem}
.dest-country--light{color:rgba(253,252,249,.35)}
.dest-desc{font-size:12px;font-weight:300;color:var(--ink-m);line-height:1.7;margin-bottom:1.25rem}
.dest-cta{font-size:11px;font-weight:500;color:var(--gold);letter-spacing:.04em;background:none;border:none;cursor:pointer;padding:0;font-family:var(--sans);display:flex;align-items:center;gap:.3rem;transition:gap .2s}
.dest-cta:hover{gap:.6rem}
.dest-cta--light{color:var(--gold-l)}
.dest-notify{font-size:11px;font-weight:400;color:var(--ink-l);letter-spacing:.04em;background:none;border:none;cursor:pointer;padding:0;font-family:var(--sans);display:flex;align-items:center;gap:.3rem;transition:color .2s}
.dest-notify:hover{color:var(--ink)}
.dest-more{margin-top:2rem;text-align:center;font-family:var(--serif);font-style:italic;font-size:.9rem;color:var(--ink-l)}
.dest-more span{color:var(--gold)}


/* NOTIFY FORM */
.notify-form {flex-direction: column;gap: .5rem;margin-top: .75rem}
.notify-input {padding: .5rem .75rem;border: 1px solid var(--sand-dd);font-family: var(--sans);font-size: 12px;font-weight: 300;color: var(--ink);background: var(--white);outline: none;transition: border-color .2s;width: 100%}
.notify-input:focus {border-color: var(--gold)}
.notify-submit {font-family: var(--sans);font-size: 10px;letter-spacing: .14em;text-transform: uppercase;font-weight: 500;padding: .5rem .75rem;background: var(--ink);color: var(--white);border: none;cursor: pointer;transition: background .2s;text-align: center}
.notify-submit:hover {background: var(--gold)}
.notify-message {font-size: 12px;font-weight: 300;color: var(--gold);font-family: var(--serif);font-style: italic;margin-top: .5rem;line-height: 1.5}

/* ── GUIDE PREVIEW ── */

/* ── OUTER SECTION ── */
.preview-grid{display:grid;grid-template-columns:1fr 2fr;gap:5rem;align-items:start;margin-top:4rem}
.preview-copy p{font-size:15px;font-weight:300;color:var(--ink-m);line-height:1.85;margin-bottom:1.25rem}
.preview-copy p strong{font-weight:500;color:var(--ink)}
.preview-sections-list{display:flex;flex-direction:column;gap:.65rem;margin-top:2rem}
.preview-section-row{display:flex;align-items:center;gap:.75rem;font-size:13px;font-weight:300;color:var(--ink-m)}
.preview-section-icon{width:22px;height:22px;border:1px solid var(--gold);display:flex;align-items:center;justify-content:center;flex-shrink:0}


/* ── GUIDE SHELL ── */
.guide-shell{
  background:var(--white);
  border:1px solid var(--sand-dd);
  box-shadow:0 24px 64px rgba(26,25,21,.1);
  overflow:hidden;
  height:620px;
  display:flex;
  flex-direction:column;
  position:relative;
}

/* Sticky nav inside shell */
.guide-nav{
  background:rgba(253,252,249,.95);
  backdrop-filter:blur(10px);
  border-bottom:1px solid rgba(184,150,90,.15);
  padding:.85rem 2rem;
  display:flex;
  align-items:center;
  justify-content:space-between;
  flex-shrink:0;
  position:sticky;
  top:0;
  z-index:10;
}

.guide-nav-logo{font-family:var(--serif);font-size:1.1rem;font-weight:300;color:var(--ink);letter-spacing:.04em}
.guide-nav-logo em{font-style:italic;color:var(--gold)}

.guide-nav-links{display:flex;gap:1.75rem;list-style:none}
.guide-nav-link{
  font-size:10px;letter-spacing:.14em;text-transform:uppercase;font-weight:500;
  color:var(--ink-l);cursor:pointer;transition:color .2s;
  font-family:var(--sans);border:none;background:none;padding:0;
}
.guide-nav-link:hover{color:var(--ink)}

/* Scrollable body */
.guide-body{
  overflow-y:auto;
  flex:1;
  scrollbar-width:thin;
  scrollbar-color:var(--sand-dd) transparent;
}
.guide-body::-webkit-scrollbar{width:3px}
.guide-body::-webkit-scrollbar-thumb{background:var(--sand-dd)}

/* ── SECTIONS ── */
.guide-section{padding:1.5rem 2rem 0}

/* Two col matching real guide */
.guide-cols{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;align-items:start;padding-bottom:1.5rem}

.guide-section-title{
  font-size:1.5rem;font-weight:700;
  color:var(--ink);margin-bottom:1rem;
  font-family:var(--sans);
}

/* Section image placeholder */
.guide-section-img{
  width:100%;height:160px;
  background:#d8d2c6;
  display:flex;align-items:center;justify-content:center;
  margin-bottom:.75rem;overflow:hidden;position:relative;
}
.guide-section-img span{font-family:var(--serif);font-style:italic;font-size:.8rem;color:var(--ink-l);position:relative;z-index:1}

.guide-section-text{font-size:11px;font-weight:300;color:var(--ink-m);line-height:1.75;margin-bottom:.85rem}

/* Tips — matches real guide border-l-4 style */
.guide-tips{background:#f8f6f0;border-left:3px solid var(--ink);padding:.7rem .85rem}
.guide-tips-locked {
  position: relative;
  overflow: hidden;
}

.guide-tips-locked .guide-tips-list {
  filter: blur(3px);
  user-select: none;
}

.guide-tips-title{font-size:8px;letter-spacing:.18em;text-transform:uppercase;font-weight:700;color:var(--ink);margin-bottom:.4rem}
.guide-tips-list{list-style:disc;padding-left:1rem;display:flex;flex-direction:column;gap:.25rem}
.guide-tips-item{font-size:10px;font-weight:300;color:var(--ink-m);line-height:1.6}

/* Place card — matches real guide */
.guide-place-card{border-top:3px solid var(--ink);margin-bottom:1.25rem}
.guide-place-map{
  width:100%;height:110px;
  position:relative;overflow:hidden;background:#d8d2c6;
}
.guide-place-map::before{
  content:'';position:absolute;inset:0;
  background-image:
    linear-gradient(rgba(26,25,21,.05) 1px,transparent 1px),
    linear-gradient(90deg,rgba(26,25,21,.05) 1px,transparent 1px),
    linear-gradient(rgba(26,25,21,.02) 1px,transparent 1px),
    linear-gradient(90deg,rgba(26,25,21,.02) 1px,transparent 1px);
  background-size:40px 40px,40px 40px,8px 8px,8px 8px;
}
.guide-place-map-pin{
  position:absolute;top:50%;left:50%;
  transform:translate(-50%,-50%) rotate(-45deg);
  width:10px;height:10px;
  background:#555;border-radius:50% 50% 50% 0;
  box-shadow:0 2px 6px rgba(0,0,0,.3);z-index:1;
}
.guide-place-info{padding:.65rem 0}
.guide-place-name{font-size:.95rem;font-weight:700;color:var(--ink);margin-bottom:.2rem;font-family:var(--sans)}
.guide-place-desc{font-size:10px;font-weight:300;color:var(--ink-m);line-height:1.65;margin-bottom:.35rem}
.guide-place-address{font-size:8.5px;letter-spacing:.06em;text-transform:uppercase;color:var(--ink-l)}
.guide-place-links{display:flex;gap:1px;margin-top:.6rem}
.guide-place-link{
  flex:1;text-align:center;font-size:8px;letter-spacing:.1em;
  text-transform:uppercase;font-weight:500;
  padding:.5rem .1rem;
  background:var(--ink);color:var(--white);
  cursor:pointer;transition:background .2s;
  font-family:var(--sans);border:none;
}
.guide-place-link:hover{background:#333}

/* Section divider */
.guide-section-divider{height:1px;background:var(--sand-dd);margin:0 2rem}

@media(max-width:900px){
  .preview-sec{padding:4rem 1.5rem}
  .preview-grid{grid-template-columns:1fr;gap:2.5rem}
  .guide-cols{grid-template-columns:1fr}
  .guide-nav-links{gap:1rem}
  .guide-nav-link{font-size:9px}
}

/* ── PRICING ── */
.pricing-body{display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:start;margin-top:4rem}
.pricing-left p{font-size:15px;font-weight:300;color:var(--ink-m);line-height:1.85;margin-bottom:1.25rem}
.pricing-left p strong{font-weight:500;color:var(--ink)}
.pricing-reassurance{display:flex;flex-direction:column;gap:1rem;margin-top:2rem;padding-top:2rem;border-top:1px solid var(--sand-dd)}
.reassure-row{display:flex;align-items:center;gap:.75rem;font-size:13px;font-weight:300;color:var(--ink-m)}
.reassure-icon{flex-shrink:0}
.reassure-row--highlight {margin-top: .25rem;padding-top: 1rem;border-top: 1px solid var(--sand-dd);font-weight: 500;color: var(--ink)}
.price-card{background:var(--ink);padding:3rem}
.price-eyebrow{font-size:9px;letter-spacing:.2em;text-transform:uppercase;font-weight:500;color:var(--gold-l);margin-bottom:.75rem}
.price-name{font-family:var(--serif);font-size:2rem;font-weight:300;color:var(--white);margin-bottom:.5rem}
.price-tagline{font-size:13px;font-weight:300;color:rgba(253,252,249,.45);margin-bottom:2rem;line-height:1.65}
.price-divider{height:1px;background:rgba(253,252,249,.1);margin-bottom:2rem}
.price-amount{display:flex;align-items:baseline;gap:.4rem;margin-bottom:.4rem}
.price-currency{font-family:var(--serif);font-size:1.4rem;font-weight:300;color:rgba(253,252,249,.5)}
.price-num{font-family:var(--serif);font-size:4.5rem;font-weight:300;color:var(--white);line-height:1}
.price-per{font-size:12px;color:rgba(253,252,249,.3);font-weight:300;margin-bottom:2.5rem;letter-spacing:.03em}
.price-features{display:flex;flex-direction:column;gap:.9rem;margin-bottom:2.5rem}
.price-feat{display:flex;align-items:flex-start;gap:.85rem;font-size:13px;font-weight:300;color:rgba(253,252,249,.65)}
.price-feat-icon{flex-shrink:0;margin-top:1px}
.price-btn{display:inline-block;text-align: center;width:100%;font-family:var(--sans);font-size:11px;letter-spacing:.18em;text-transform:uppercase;font-weight:500;padding:1rem;background:var(--gold);color:var(--white);border:none;cursor:pointer;transition:background .2s;margin-bottom:1rem}
.price-btn:hover{background:var(--gold-l)}
.price-note-dark{text-align:center;font-size:11px;color:rgba(253,252,249,.25);letter-spacing:.03em}
.price-sample{margin-top:2.5rem;padding-top:2rem;border-top:1px solid rgba(253,252,249,.08)}
.price-sample-label{font-size:9px;letter-spacing:.18em;text-transform:uppercase;color:rgba(253,252,249,.25);margin-bottom:1rem;font-weight:500}
.sample-items{display:flex;flex-direction:column;gap:.6rem}
.sample-item{display:flex;justify-content:space-between;align-items:baseline;font-size:12px;font-weight:300}
.sample-item-name{color:rgba(253,252,249,.55)}
.sample-item-cat{color:rgba(253,252,249,.25);font-style:italic;font-family:var(--serif)}

/* ── CLOSE ── */
.close-inner{text-align:center;max-width:620px;margin:0 auto}
.close-kicker{font-size:10px;letter-spacing:.2em;text-transform:uppercase;color:var(--gold);margin-bottom:1.5rem}
.close-quote{font-family:var(--serif);font-size:clamp(1.6rem,2.8vw,2.4rem);font-weight:300;font-style:italic;color:var(--white);line-height:1.4;margin-bottom:2rem}
.close-sub{font-size:14px;font-weight:300;color:rgba(253,252,249,.5);line-height:1.8;margin-bottom:3rem}
.btn-gold{display:inline-block;font-family:var(--sans);font-size:11px;letter-spacing:.18em;text-transform:uppercase;font-weight:500;padding:.9rem 2.4rem;background:var(--gold);color:var(--white);border:none;cursor:pointer;transition:background .2s}
.btn-gold:hover{background:var(--gold-l)}

/* ── FOOTER ── */
footer {
  background: var(--ink);
  border-top: 1px solid rgba(253,252,249,.06);
  padding: 2rem 5rem;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
}

.ft-logo{font-family:var(--serif);font-size:1.1rem;font-weight:300;color:rgba(253,252,249,.4);letter-spacing:.06em}
.ft-logo em{font-style:italic;color:var(--gold)}
.ft-copy{font-size:11px;color:rgba(253,252,249,.2);text-align:right}

.ft-center {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
}

.ft-resend-trigger {
  font-family: var(--sans);
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(253,252,249,.3);
  background: none;
  border: none;
  cursor: pointer;
  transition: color 0.2s;
  padding: 0;
}

.ft-resend-trigger:hover {
  color: var(--gold);
}

.ft-resend-form {
  margin-top: 0.5rem;
}

.resend-row {
  display: flex;
  gap: 0.65rem;
  align-items: center;
}

.ft-resend-input {
  padding: 0.55rem 0.9rem;
  border: 1px solid rgba(253,252,249,.15);
  background: rgba(253,252,249,.06);
  color: var(--white);
  font-family: var(--sans);
  font-size: 12px;
  font-weight: 300;
  outline: none;
  transition: border-color 0.2s;
  width: 220px;
}

.ft-resend-input::placeholder {
  color: rgba(253,252,249,.3);
}

.ft-resend-input:focus {
  border-color: var(--gold);
}

.ft-resend-btn {
  font-family: var(--sans);
  font-size: 10px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-weight: 500;
  padding: 0.55rem 1.1rem;
  background: var(--gold);
  color: var(--white);
  border: none;
  cursor: pointer;
  transition: background 0.2s;
  white-space: nowrap;
}

.ft-resend-btn:hover {
  background: var(--gold-l);
}

.ft-notice {
  font-size: 12px;
  font-weight: 300;
  color: var(--gold-l);
  font-family: var(--serif);
  font-style: italic;
}

@media (max-width: 768px) {
  footer {
    grid-template-columns: 1fr;
    padding: 2rem 1.5rem;
    text-align: center;
    gap: 1.25rem;
  }

  .resend-row {
    flex-direction: column;
  }

  .ft-resend-input {
    width: 100%;
  }

  .ft-copy {
    text-align: center;
  }
}

/* ── ANIMATIONS ── */
@keyframes fadeUp{from{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}
.hero-l>*{animation:fadeUp .65s ease both}
.hero-l>*:nth-child(1){animation-delay:.05s}
.hero-l>*:nth-child(2){animation-delay:.12s}
.hero-l>*:nth-child(3){animation-delay:.2s}
.hero-l>*:nth-child(4){animation-delay:.28s}
.hero-r{animation:fadeUp .8s .3s ease both}

/* ── MOBILE ── */
@media(max-width:768px){
  nav{padding:1rem 1.5rem}
  .nav-links{display:none}

  .hero{grid-template-columns:1fr;min-height:auto;padding-top:4rem}
  .hero-l{padding:3.5rem 1.5rem 2.5rem}
  .hero-r{min-height:260px;padding:2.5rem 1.5rem}
  .hero-caption{bottom:1.25rem;left:1.25rem}
  .hero-vline{display:none}
  .map-svg{max-width:260px}

  .stats{padding:1.5rem;flex-wrap:wrap;gap:1.25rem;justify-content:center}
  .stat-div{display:none}
  .stats>div{text-align:center;min-width:120px}

  .sec{padding:4rem 1.5rem}
  .sec-alt{padding:4rem 1.5rem}
  .sec-dk{padding:4rem 1.5rem}

  .problem-grid{grid-template-columns:1fr;gap:2.5rem}
  .solution-body{grid-template-columns:1fr;gap:2.5rem}
  .pillars{grid-template-columns:1fr 1fr;gap:1.5rem}

  .includes-grid{grid-template-columns:1fr;gap:3rem}
  .brand-trio{flex-direction:row;flex-wrap:wrap;gap:1.25rem}
  .trio-word{font-size:1.8rem;flex:1;min-width:140px}

  .dest-grid{grid-template-columns:1fr 1fr;border:1px solid var(--sand-dd)}
  .dest-tile{border-right:none;border-bottom:1px solid var(--sand-dd)}
  .dest-tile:nth-child(odd){border-right:1px solid var(--sand-dd)}
  .dest-tile:last-child{border-bottom:none}
  .dest-tile:nth-last-child(2):nth-child(odd){border-bottom:none}

  .quiz-wrap{grid-template-columns:1fr;gap:2rem}
  .pricing-body{grid-template-columns:1fr;gap:2.5rem}
  .close-inner{padding:0 0.5rem}
  footer{padding:1.5rem;flex-direction:column;gap:.75rem;text-align:center}
}

@media(max-width:480px){
  .pillars{grid-template-columns:1fr}
  .dest-grid{grid-template-columns:1fr}
  .dest-tile{border-right:none !important}
  .dest-tile:nth-last-child(2):nth-child(odd){border-bottom:1px solid var(--sand-dd)}
  .hero-actions{flex-direction:column;align-items:flex-start;gap:1rem}
  .brand-trio{flex-direction:column}
  .trio-word{font-size:2.2rem}
  .nav-btn{padding:.45rem 1rem;font-size:10px}
}

/* ── GUIDE FORM (users/new, cities/index) ── */
.guide-form-wrap{min-height:100vh;background:var(--white)}
.city-select-inner{max-width:720px;margin:0 auto;padding:5rem 2rem 8rem}
.guide-form-intro{margin-bottom:4rem}
.guide-form-title{font-family:var(--serif);font-size:clamp(2rem,3.5vw,3rem);font-weight:300;line-height:1.1;margin:.75rem 0 1rem}
.guide-form-title em{font-style:italic;color:var(--gold)}
.guide-form-sub{font-size:15px;font-weight:300;color:var(--ink-m);line-height:1.8;max-width:480px}
.guide-form-step-label{font-size:10px;letter-spacing:.18em;text-transform:uppercase;color:var(--ink-l);font-weight:400}
.guide-fieldset{border:none;padding:0;margin:0}
.guide-legend{font-family:var(--serif);font-size:1.3rem;font-weight:400;color:var(--ink);margin-bottom:.5rem;display:block}
.guide-legend-sub{font-size:12px;font-weight:300;color:var(--ink-l);margin-bottom:1.5rem;font-style:italic;font-family:var(--serif)}
.guide-divider{border:none;border-top:1px solid var(--sand-dd);margin:2.5rem 0}
.guide-options{display:flex;flex-direction:column;gap:.65rem;margin-top:1.25rem}
.guide-option-label{display:block;cursor:pointer}
.card-input{display:block;padding:.8rem 1.1rem;border:1px solid var(--sand-dd);font-family:var(--sans);font-size:13px;font-weight:300;color:var(--ink-m);transition:all .2s;background:var(--white)}
.card-input:hover{border-color:var(--gold);color:var(--ink)}
.card-input-element:checked + .card-input,
.card-input-element:checked + .card-input:hover{background:var(--ink);color:var(--white);border-color:var(--ink)}
.guide-tags{display:flex;flex-wrap:wrap;gap:.65rem;margin-top:1.25rem}
.guide-tag{padding:.5rem 1rem;font-size:12px;font-weight:400;color:var(--ink-m)}
.guide-options--budget{flex-direction:row;gap:.75rem}
.guide-option--budget{min-width:80px;text-align:center;font-family:var(--serif);font-size:1.1rem;font-weight:300;letter-spacing:.05em}
.guide-date-wrap{margin-top:1.25rem}
.guide-date-input{padding:.8rem 1.1rem;border:1px solid var(--sand-dd);font-family:var(--sans);font-size:13px;font-weight:300;color:var(--ink-m);background:var(--white);outline:none;transition:border-color .2s;width:100%;max-width:240px}
.guide-date-input:focus{border-color:var(--gold)}
.guide-contact{display:flex;flex-direction:column;gap:1rem;margin-top:1.25rem;max-width:440px}
.guide-contact-field{display:flex;flex-direction:column;gap:.4rem}
.guide-contact-label{font-size:10px;letter-spacing:.16em;text-transform:uppercase;color:var(--ink-l);font-weight:500}
.guide-contact-input{padding:.85rem 1.1rem;border:1px solid var(--sand-dd);font-family:var(--sans);font-size:14px;font-weight:300;color:var(--ink);background:var(--white);outline:none;transition:border-color .2s;width:100%}
.guide-contact-input:focus{border-color:var(--gold)}
.guide-contact-input::placeholder{color:var(--ink-l)}
.guide-submit-wrap{margin-top:3rem;display:flex;flex-direction:column;align-items:flex-start;gap:.75rem}
.guide-submit{font-family:var(--sans);font-size:11px;letter-spacing:.18em;text-transform:uppercase;font-weight:500;padding:1rem 2.5rem;background:var(--ink);color:var(--white);border:none;cursor:pointer;transition:background .2s}
.guide-submit:hover{background:var(--gold)}
.guide-submit-note{font-size:11px;color:var(--ink-l);font-weight:300;font-style:italic;font-family:var(--serif)}
.guide-errors{margin-top:1.5rem;padding:1.25rem 1.5rem;border:1px solid rgba(196,97,58,.3);background:rgba(196,97,58,.04)}
.guide-error{font-size:13px;font-weight:300;color:#C4613A;line-height:1.65}
.back-link{font-size:12px;font-weight:300;color:var(--ink-l);text-decoration:none;letter-spacing:.04em;font-family:var(--sans);transition:color .2s}
.back-link:hover{color:var(--gold)}

/* ── CITY SELECT ── */
.city-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:0;border:1px solid var(--sand-dd);margin-top:3rem}
.city-select-tile{padding:2rem 1.75rem;border-right:1px solid var(--sand-dd);border-bottom:1px solid var(--sand-dd);transition:background .2s;display:block;text-decoration:none}
.city-select-tile--live{background:var(--white);cursor:pointer}
.city-select-tile--live:hover{background:var(--sand)}
.city-select-tile--soon{background:var(--sand);cursor:not-allowed;opacity:.65}
.city-select-name{font-family:var(--serif);font-size:1.75rem;font-weight:300;color:var(--ink);margin:.75rem 0 1rem;line-height:1}
.city-select-cta{font-size:11px;font-weight:500;color:var(--gold);letter-spacing:.04em;font-family:var(--sans)}
.city-select-notify{font-size:11px;font-weight:400;color:var(--ink-l);letter-spacing:.04em;font-family:var(--sans)}

@media(max-width:640px){
  .city-select-inner{padding:3rem 1.25rem 5rem}
  .city-grid{grid-template-columns:1fr 1fr}
  .city-select-tile:nth-child(even){border-right:none}
  .guide-options--budget{flex-direction:row}
  .guide-date-input{max-width:100%}
}

@media(max-width:400px){
  .city-grid{grid-template-columns:1fr}
  .city-select-tile{border-right:none}
}
