/* ============================================================
   FLYTE — "App-first" site design system
   Mirrors iOS FlytePalette (premium) + FlytePremiumRadius:
   canvas #F7F5F2 · ink #0A0A0A · coral #E86C56 · blue #4074D6
   gold #DFBB5A · mint #39C26E · radii 12/16/20/28/36 · glass
   ============================================================ */
:root {
  --canvas: #F7F5F2;
  --canvas-2: #EFEDE8;
  --card: #FFFFFF;
  --ink: #0A0A0A;
  --ink-2: rgba(10,10,10,.82);
  --ink-3: rgba(10,10,10,.55);
  --ink-4: rgba(10,10,10,.32);
  --ink-5: rgba(10,10,10,.08);
  --hair: rgba(10,10,10,.09);

  --coral: #E86C56;
  --coral-deep: #C44A35;
  --coral-soft: #FBEAE5;
  --blue: #4074D6;
  --blue-soft: #E9EEFB;
  --gold: #DFBB5A;
  --gold-soft: #FAF3DF;
  --mint: #39C26E;

  --display: "Plus Jakarta Sans", ui-rounded, -apple-system, "SF Pro Rounded", system-ui, sans-serif;
  --sans: "Inter", -apple-system, "SF Pro Text", system-ui, sans-serif;
  --mono: "Geist Mono", ui-monospace, "SF Mono", monospace;

  --r-sm: 12px;
  --r-md: 16px;
  --r-lg: 20px;
  --r-xl: 28px;
  --r-2xl: 36px;

  --max: 1240px;
  --pad: clamp(20px, 4vw, 48px);
  --shadow-card: 0 2px 8px rgba(10,10,10,.05), 0 24px 60px -24px rgba(10,10,10,.18);
  --shadow-float: 0 8px 30px -8px rgba(10,10,10,.22);
}

* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
html { background: var(--canvas); color: var(--ink); -webkit-font-smoothing: antialiased; scroll-behavior: smooth; }
body { font-family: var(--sans); font-size: 16px; line-height: 1.55; overflow-x: hidden; }

a { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; cursor: pointer; border: 0; background: none; }
h1, h2, h3, h4, p { margin: 0; }

.wrap { max-width: var(--max); margin: 0 auto; padding: 0 var(--pad); position: relative; }

/* Type scale — echoes FlyteTypography */
.d-hero { font-family: var(--display); font-weight: 800; letter-spacing: -0.025em; line-height: 0.98; font-size: clamp(40px, 6.2vw, 88px); }
.d-title { font-family: var(--display); font-weight: 800; letter-spacing: -0.02em; line-height: 1.02; font-size: clamp(30px, 4vw, 54px); }
.d-sub { font-family: var(--display); font-weight: 800; letter-spacing: -0.01em; font-size: clamp(22px, 2.4vw, 30px); }
.micro { font-family: var(--mono); font-size: 11px; letter-spacing: .18em; text-transform: uppercase; color: var(--ink-3); }
.lead { font-size: clamp(16px, 1.5vw, 19px); line-height: 1.6; color: var(--ink-2); }

.accent-coral { color: var(--coral); }
.accent-blue { color: var(--blue); }

/* Editorial graft — serif italic accent words (brand bridge to editorial layer) */
.si { font-family: "Instrument Serif", Georgia, serif; font-style: italic; font-weight: 400; font-size: 1.06em; letter-spacing: -0.01em; }

/* Buttons — app CTA language (ink primary, coral like-action) */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 15px 26px; border-radius: 999px; font-family: var(--display); font-weight: 800; font-size: 16px; letter-spacing: -0.01em; transition: transform .18s cubic-bezier(.2,.8,.2,1), box-shadow .18s, background .18s; white-space: nowrap; }
.btn:hover { transform: translateY(-2px); }
.btn:active { transform: translateY(0) scale(.98); }
.btn-coral { background: var(--coral); color: #fff; box-shadow: 0 10px 26px -10px rgba(232,108,86,.65); }
.btn-coral:hover { background: var(--coral-deep); box-shadow: 0 16px 34px -12px rgba(232,108,86,.7); }
.btn-ink { background: var(--ink); color: #fff; }
.btn-ink:hover { background: #2A2A2A; }
.btn-ghost { background: transparent; color: var(--ink); box-shadow: inset 0 0 0 1.5px var(--ink-4); }
.btn-ghost:hover { box-shadow: inset 0 0 0 1.5px var(--ink); }
.btn-sm { padding: 10px 18px; font-size: 14px; }
.btn .arr { transition: transform .2s; }
.btn:hover .arr { transform: translateX(3px); }

/* Glass pill — flyteGlassCard */
.glass { background: rgba(255,255,255,.66); backdrop-filter: blur(16px) saturate(1.4); -webkit-backdrop-filter: blur(16px) saturate(1.4); border: 1px solid rgba(255,255,255,.7); box-shadow: var(--shadow-float); }

/* ===== NAV ===== */
.nav2 { position: fixed; top: 14px; left: 0; right: 0; z-index: 90; pointer-events: none; }
.nav2-inner { pointer-events: auto; max-width: var(--max); margin: 0 auto; padding: 10px 12px 10px 22px; display: flex; align-items: center; justify-content: space-between; gap: 20px; border-radius: 999px; margin-left: var(--pad); margin-right: var(--pad); max-width: calc(var(--max) - var(--pad) * 0); }
@media (min-width: 1330px) { .nav2-inner { margin-left: auto; margin-right: auto; } }
.logo2 { font-family: var(--display); font-weight: 800; font-size: 24px; letter-spacing: -0.02em; display: inline-flex; align-items: center; gap: 7px; }
.logo2 .dot { width: 8px; height: 8px; border-radius: 50%; background: var(--coral); }
.nav2-links { display: flex; align-items: center; gap: 4px; }
.nav2-links a { padding: 9px 15px; border-radius: 999px; font-size: 14.5px; font-weight: 500; color: var(--ink-2); transition: background .2s, color .2s; }
.nav2-links a:hover { background: var(--ink-5); color: var(--ink); }
@media (max-width: 720px) { .nav2-links a:not(.btn) { display: none; } }

/* ===== HERO ===== */
.hero2 { position: relative; padding: clamp(96px, 13vh, 136px) 0 0; min-height: 82vh; display: flex; flex-direction: column; overflow: hidden; }
.hero2::before { content: ""; position: absolute; inset: -20% -10% auto; height: 90%; background:
  radial-gradient(52% 58% at 72% 18%, rgba(64,116,214,.13), transparent 70%),
  radial-gradient(48% 52% at 20% 8%, rgba(223,187,90,.16), transparent 70%),
  radial-gradient(60% 60% at 55% 90%, rgba(232,108,86,.10), transparent 70%);
  pointer-events: none; }
.hero2-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(24px, 5vw, 80px); align-items: center; flex: 1; }
@media (max-width: 920px) { .hero2-grid { grid-template-columns: 1fr; text-align: center; } .hero2-copy { display: flex; flex-direction: column; align-items: center; } }
.hero2 .kicker { display: inline-flex; align-items: center; gap: 10px; padding: 8px 16px; border-radius: 999px; margin-bottom: 20px; font-family: var(--mono); font-size: 10.5px; letter-spacing: .16em; color: var(--ink-2); }
.hero2 .kicker .pulse { width: 7px; height: 7px; border-radius: 50%; background: var(--mint); box-shadow: 0 0 0 0 rgba(57,194,110,.5); animation: pulse2 2.2s ease-out infinite; }
@keyframes pulse2 { 0% { box-shadow: 0 0 0 0 rgba(57,194,110,.55); } 100% { box-shadow: 0 0 0 12px rgba(57,194,110,0); } }
.hero2 h1 .u { position: relative; white-space: nowrap; }
.hero2 h1 .u::after { content: ""; position: absolute; left: 2%; right: 2%; bottom: 0.04em; height: 0.16em; background: var(--coral); border-radius: 99px; opacity: .95; z-index: -1; transform: skewY(-.8deg); }
.hero2 .sub { margin-top: 18px; max-width: 470px; }
.hero2 .cta-row { display: flex; align-items: center; gap: 12px; margin-top: 26px; flex-wrap: wrap; }
.hero2 .cta-note { margin-top: 16px; font-family: var(--mono); font-size: 10.5px; letter-spacing: .14em; text-transform: uppercase; color: var(--ink-3); }
.hero2 .cta-note b { color: var(--ink-2); font-weight: 500; }

/* Floating glass notifications around the phone */
.float-pill { position: absolute; z-index: 6; display: flex; align-items: center; gap: 10px; padding: 10px 16px 10px 10px; border-radius: 999px; font-size: 13px; font-weight: 600; animation: bob 5.5s ease-in-out infinite; }
.float-pill .av { width: 30px; height: 30px; border-radius: 50%; background-size: cover; background-position: center; }
.float-pill .ic { width: 30px; height: 30px; border-radius: 50%; display: grid; place-items: center; font-size: 14px; }
.float-pill small { display: block; font-weight: 400; font-size: 11px; color: var(--ink-3); }
@keyframes bob { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-9px); } }
@media (max-width: 920px) { .float-pill { display: none; } }

/* ===== PHONE ===== */
.phone-wrap { position: relative; display: grid; place-items: center; padding: 0 0 24px; }
.phone { position: relative; width: min(320px, 78vw); aspect-ratio: 320/660; border-radius: 52px; background: var(--ink); padding: 10px; box-shadow: 0 4px 12px rgba(10,10,10,.18), 0 60px 120px -40px rgba(10,10,10,.42), inset 0 0 0 2px #2c2c2e; }
.phone .screen { position: absolute; inset: 10px; border-radius: 43px; background: var(--canvas); overflow: hidden; }
.phone .island { position: absolute; top: 22px; left: 50%; transform: translateX(-50%); width: 34%; height: 26px; border-radius: 999px; background: var(--ink); z-index: 30; }
.phone .statusbar { position: absolute; top: 24px; left: 26px; right: 26px; display: flex; justify-content: space-between; font-family: var(--display); font-weight: 800; font-size: 13px; z-index: 20; color: var(--ink); }

.app-pane { position: absolute; inset: 0; opacity: 0; transform: scale(1.015); transition: opacity .5s ease, transform .5s ease; pointer-events: none; display: flex; flex-direction: column; padding: 64px 14px 16px; }
.app-pane.on { opacity: 1; transform: none; pointer-events: auto; }
.app-head { display: flex; justify-content: space-between; align-items: baseline; padding: 2px 6px 10px; }
.app-head .t { font-family: var(--display); font-weight: 800; font-size: 19px; letter-spacing: -0.02em; }
.app-head .m { font-family: var(--mono); font-size: 8.5px; letter-spacing: .14em; color: var(--ink-3); text-transform: uppercase; }

/* Discovery screen */
.disc { position: relative; flex: 1; }
.disc-card { position: absolute; inset: 0; border-radius: 24px; overflow: hidden; background-size: cover; background-position: center; box-shadow: 0 16px 40px -18px rgba(10,10,10,.4); }
.disc-card .grad { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0,0,0,.02) 40%, rgba(0,0,0,.68) 100%); }
.disc-card .info { position: absolute; left: 16px; right: 16px; bottom: 16px; color: #fff; }
.disc-card .info .name { font-family: var(--display); font-weight: 800; font-size: 26px; letter-spacing: -0.02em; }
.disc-card .info .sub { font-size: 12px; opacity: .85; margin-top: 2px; }
.disc-card .info .chips { display: flex; gap: 5px; margin-top: 10px; flex-wrap: wrap; }
.disc-card .info .chips span { font-size: 10px; font-weight: 600; padding: 5px 10px; border-radius: 999px; background: rgba(255,255,255,.2); backdrop-filter: blur(8px); border: 1px solid rgba(255,255,255,.25); }
.disc-card .grp { position: absolute; top: 14px; left: 14px; display: flex; align-items: center; gap: 6px; padding: 5px 10px 5px 5px; border-radius: 999px; background: rgba(10,10,10,.45); backdrop-filter: blur(8px); color: #fff; font-family: var(--mono); font-size: 8px; letter-spacing: .12em; }
.disc-card .grp .a { width: 18px; height: 18px; border-radius: 50%; background-size: cover; border: 1.5px solid rgba(255,255,255,.8); margin-left: -5px; }
.disc-card .grp .a:first-child { margin-left: 0; }
.disc-card .stamp { position: absolute; top: 26px; right: 18px; padding: 6px 12px; border: 3px solid var(--coral); color: var(--coral); border-radius: 10px; font-family: var(--display); font-weight: 800; font-size: 18px; letter-spacing: .12em; transform: rotate(14deg); opacity: 0; }
.disc-card.top { animation: autoswipe 6.5s cubic-bezier(.5,.1,.5,.9) infinite; }
.disc-card.top .stamp { animation: stamp-in 6.5s ease infinite; }
.disc-card.under { transform: scale(.94) translateY(12px); animation: under-rise 6.5s ease infinite; }
@keyframes autoswipe {
  0%, 55% { transform: translate(0,0) rotate(0deg); opacity: 1; }
  70%, 100% { transform: translate(130%, -8%) rotate(16deg); opacity: 0; }
}
@keyframes stamp-in {
  0%, 48% { opacity: 0; transform: rotate(14deg) scale(1.4); }
  56%, 78% { opacity: 1; transform: rotate(14deg) scale(1); }
  100% { opacity: 1; }
}
@keyframes under-rise {
  0%, 55% { transform: scale(.94) translateY(12px); }
  75%, 100% { transform: scale(1) translateY(0); }
}
.disc-ctl { display: flex; justify-content: center; gap: 18px; padding: 14px 0 2px; }
.disc-ctl .c { width: 46px; height: 46px; border-radius: 50%; background: var(--card); box-shadow: 0 6px 18px -6px rgba(10,10,10,.2); display: grid; place-items: center; font-size: 18px; }
.disc-ctl .c.like { background: var(--coral); color: #fff; box-shadow: 0 8px 22px -6px rgba(232,108,86,.6); }

/* Chat screen */
.chat2 { flex: 1; display: flex; flex-direction: column; gap: 8px; justify-content: flex-end; padding: 6px 4px; }
.chat2 .row { display: flex; gap: 8px; max-width: 84%; align-items: flex-end; }
.chat2 .row .a { width: 26px; height: 26px; border-radius: 50%; background-size: cover; flex: none; }
.chat2 .b { padding: 9px 13px; border-radius: 18px 18px 18px 5px; background: var(--card); box-shadow: 0 2px 8px rgba(10,10,10,.06); font-size: 12.5px; line-height: 1.4; }
.chat2 .row.me { align-self: flex-end; flex-direction: row-reverse; }
.chat2 .row.me .b { background: var(--blue); color: #fff; border-radius: 18px 18px 5px 18px; }
.chat2 .vote { align-self: center; width: 92%; background: var(--card); border-radius: 16px; padding: 12px; box-shadow: 0 2px 8px rgba(10,10,10,.06); }
.chat2 .vote .q { font-weight: 600; font-size: 12px; margin-bottom: 8px; }
.chat2 .vote .opt { display: flex; align-items: center; gap: 8px; font-size: 11px; margin-top: 5px; }
.chat2 .vote .bar { flex: 1; height: 7px; border-radius: 99px; background: var(--canvas-2); overflow: hidden; }
.chat2 .vote .bar i { display: block; height: 100%; border-radius: 99px; background: var(--blue); }
.chat2 .vote .opt.win .bar i { background: var(--coral); }
.chat2 .vote .pc { font-family: var(--mono); font-size: 9px; color: var(--ink-3); width: 28px; text-align: right; }

/* Itinerary screen */
.itin { flex: 1; display: flex; flex-direction: column; gap: 8px; padding: 4px 2px; }
.itin .day { background: var(--card); border-radius: 16px; padding: 11px 13px; display: flex; align-items: center; gap: 11px; box-shadow: 0 2px 8px rgba(10,10,10,.05); }
.itin .day .n { font-family: var(--mono); font-size: 8.5px; letter-spacing: .12em; color: var(--ink-3); width: 38px; }
.itin .day .p { font-family: var(--display); font-weight: 800; font-size: 15px; letter-spacing: -0.01em; }
.itin .day .tag { margin-left: auto; font-size: 9px; font-weight: 700; padding: 4px 9px; border-radius: 999px; }
.itin .day .tag.flight { background: var(--blue-soft); color: var(--blue); }
.itin .day .tag.stay { background: var(--coral-soft); color: var(--coral-deep); }
.itin .day .tag.food { background: var(--gold-soft); color: #A8842B; }
.itin .day .tag.act { background: #E7F7EE; color: #1F9254; }
.itin .plnr { margin-top: auto; background: var(--card); border-radius: 16px; padding: 12px 14px; box-shadow: 0 2px 8px rgba(10,10,10,.05); display: flex; align-items: center; gap: 11px; }
.itin .plnr .ic { width: 32px; height: 32px; border-radius: 10px; background: var(--gold-soft); display: grid; place-items: center; font-size: 15px; flex: none; }
.itin .plnr b { font-size: 12px; display: block; }
.itin .plnr span { font-family: var(--mono); font-size: 8px; letter-spacing: .12em; color: var(--ink-3); text-transform: uppercase; }

/* Wallet screen */
.wallet { flex: 1; display: flex; flex-direction: column; gap: 8px; padding: 4px 2px; }
.wallet .total { background: var(--ink); color: #fff; border-radius: 20px; padding: 18px 16px; }
.wallet .total .l { font-family: var(--mono); font-size: 8.5px; letter-spacing: .16em; opacity: .6; text-transform: uppercase; }
.wallet .total .v { font-family: var(--display); font-weight: 800; font-size: 34px; letter-spacing: -0.02em; margin-top: 4px; }
.wallet .total .v em { font-style: normal; color: var(--gold); }
.wallet .line { background: var(--card); border-radius: 14px; padding: 10px 13px; display: flex; align-items: center; gap: 10px; box-shadow: 0 2px 8px rgba(10,10,10,.05); font-size: 12.5px; }
.wallet .line .a { width: 26px; height: 26px; border-radius: 50%; background-size: cover; }
.wallet .line .amt { margin-left: auto; font-family: var(--display); font-weight: 800; font-size: 13px; }
.wallet .line .amt.pos { color: var(--mint); }
.wallet .line .amt.neg { color: var(--coral); }
.wallet .pp { margin-top: 2px; text-align: center; font-size: 11px; font-weight: 700; color: var(--blue); padding: 10px; background: var(--blue-soft); border-radius: 12px; }

/* ===== Social strip ===== */
.strip { border-top: 1px solid var(--hair); border-bottom: 1px solid var(--hair); background: rgba(255,255,255,.5); }
.strip .wrap { display: flex; justify-content: space-between; align-items: center; gap: 16px; padding-top: 14px; padding-bottom: 14px; flex-wrap: wrap; }
.strip span { font-family: var(--mono); font-size: 10.5px; letter-spacing: .18em; text-transform: uppercase; color: var(--ink-3); }
.strip b { color: var(--ink); font-weight: 600; }

/* ===== TOUR (pinned phone chapters) ===== */
.tour { position: relative; padding: clamp(56px, 8vw, 96px) 0 16px; }
.tour-head { max-width: 720px; margin-bottom: clamp(28px, 4vw, 52px); }
.tour-head .micro { margin-bottom: 14px; display: block; }
.tour-grid { display: grid; grid-template-columns: 1fr minmax(300px, 420px); gap: clamp(32px, 6vw, 100px); align-items: start; }
.tour-phone { position: sticky; top: 7vh; display: grid; place-items: center; }
.tour-chapters { display: flex; flex-direction: column; }
.tour-ch { min-height: 62vh; display: flex; flex-direction: column; justify-content: center; padding: 24px 0; }
.tour-ch .num { display: inline-flex; align-items: center; gap: 10px; margin-bottom: 14px; }
.tour-ch .num .badge { width: 34px; height: 34px; border-radius: 12px; display: grid; place-items: center; font-family: var(--display); font-weight: 800; font-size: 15px; color: #fff; }
.tour-ch .num .k { font-family: var(--mono); font-size: 10px; letter-spacing: .2em; color: var(--ink-3); text-transform: uppercase; }
.tour-ch h3 { font-family: var(--display); font-weight: 800; letter-spacing: -0.02em; line-height: 1.04; font-size: clamp(30px, 3.4vw, 46px); }
.tour-ch p { margin-top: 12px; max-width: 42ch; color: var(--ink-2); font-size: 16.5px; line-height: 1.6; }
.tour-ch .mini { display: none; }
.tour-ch.active h3 { color: var(--ink); }
@media (max-width: 920px) {
  .tour-grid { grid-template-columns: 1fr; }
  .tour-phone { display: none; }
  .tour-ch { min-height: 0; padding: 34px 0; }
  .tour-ch .mini { display: block; margin-top: 24px; position: relative; border-radius: var(--r-xl); background: var(--canvas-2); padding: 18px; min-height: 420px; overflow: hidden; }
  .tour-ch .mini .app-pane { position: absolute; inset: 0; opacity: 1; transform: none; pointer-events: auto; padding: 18px; }
}

/* ===== POSTCARDS (editorial graft) ===== */
.pc2 { padding: clamp(40px, 5vw, 72px) 0 clamp(24px, 3vw, 40px); overflow: hidden; }
.pc2-head { display: flex; align-items: baseline; justify-content: space-between; gap: 18px; margin-bottom: clamp(24px, 3vw, 40px); flex-wrap: wrap; }
.pc2-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(16px, 2.5vw, 32px); align-items: start; }
.pc2-card { margin: 0; position: relative; background: var(--card); border-radius: var(--r-lg); padding: 10px 10px 14px; box-shadow: var(--shadow-card); transform: rotate(-1.6deg); transition: transform .45s cubic-bezier(.2,.8,.2,1), box-shadow .45s; }
.pc2-row .pc2-card:nth-child(2) { transform: rotate(1.2deg) translateY(18px); }
.pc2-row .pc2-card:nth-child(3) { transform: rotate(-0.8deg) translateY(6px); }
.pc2-card:hover { transform: rotate(0deg) translateY(-6px) scale(1.02); z-index: 3; }
.pc2-card .img { aspect-ratio: 4/5; border-radius: 12px; background-size: cover; background-position: center; filter: saturate(1.04); }
.pc2-card .cap { display: flex; justify-content: space-between; align-items: baseline; gap: 10px; margin-top: 11px; padding: 0 4px; }
.pc2-card .cap .t { font-family: "Instrument Serif", Georgia, serif; font-style: italic; font-size: clamp(17px, 1.7vw, 22px); letter-spacing: -0.01em; }
.pc2-card .cap .s { font-family: var(--mono); font-size: 9px; letter-spacing: .16em; color: var(--ink-3); white-space: nowrap; text-transform: uppercase; }
@media (max-width: 720px) {
  .pc2-row { grid-template-columns: 1fr; gap: 22px; }
  .pc2-row .pc2-card, .pc2-row .pc2-card:nth-child(2), .pc2-row .pc2-card:nth-child(3) { transform: none; }
}

/* ===== VIBES ===== */
.vibes2 { padding: clamp(48px, 6vw, 88px) 0; }
.vibes2 .card { background: var(--card); border-radius: var(--r-2xl); padding: clamp(28px, 4vw, 56px); box-shadow: var(--shadow-card); display: grid; grid-template-columns: 1fr 1fr; gap: clamp(28px, 5vw, 72px); align-items: center; }
@media (max-width: 860px) { .vibes2 .card { grid-template-columns: 1fr; } }
.vibes2 .chips { display: flex; flex-wrap: wrap; gap: 10px; }
.vibes2 .chip { font-family: var(--display); font-weight: 700; font-size: 14px; padding: 11px 18px; border-radius: 999px; background: var(--canvas); transition: all .2s; color: var(--ink-2); }
.vibes2 .chip:hover { transform: translateY(-2px); }
.vibes2 .chip.on { color: #fff; }
.vibes2 .chip.on:nth-child(4n+1) { background: var(--coral); }
.vibes2 .chip.on:nth-child(4n+2) { background: var(--blue); }
.vibes2 .chip.on:nth-child(4n+3) { background: var(--ink); }
.vibes2 .chip.on:nth-child(4n+4) { background: var(--gold); color: var(--ink); }
.vibes2 .match-note { margin-top: 22px; display: inline-flex; align-items: center; gap: 10px; padding: 10px 18px 10px 12px; border-radius: 999px; background: var(--canvas); font-size: 13.5px; font-weight: 600; }
.vibes2 .match-note .avs { display: flex; }
.vibes2 .match-note .avs i { width: 26px; height: 26px; border-radius: 50%; background-size: cover; border: 2px solid var(--card); margin-left: -8px; display: block; }
.vibes2 .match-note .avs i:first-child { margin-left: 0; }

/* ===== TRUST ===== */
.trust2 { padding: 0 0 clamp(48px, 6vw, 88px); }
.trust2 .inner { border-radius: var(--r-2xl); background: var(--ink); color: #fff; padding: clamp(30px, 5vw, 60px); position: relative; overflow: hidden; }
.trust2 .inner::before { content: ""; position: absolute; inset: 0; background: radial-gradient(60% 80% at 85% 10%, rgba(64,116,214,.28), transparent 60%), radial-gradient(50% 70% at 10% 100%, rgba(232,108,86,.16), transparent 60%); }
.trust2 .grid { position: relative; display: grid; grid-template-columns: 1.1fr 1fr; gap: clamp(28px, 5vw, 80px); align-items: center; }
@media (max-width: 860px) { .trust2 .grid { grid-template-columns: 1fr; } }
.trust2 h2 { color: #fff; }
.trust2 .lead { color: rgba(255,255,255,.72); }
.trust2 .badges { display: flex; flex-direction: column; gap: 12px; }
.trust2 .badge-row { display: flex; align-items: center; gap: 14px; background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.12); border-radius: var(--r-md); padding: 14px 18px; backdrop-filter: blur(6px); }
.trust2 .badge-row .ic { width: 38px; height: 38px; border-radius: 12px; display: grid; place-items: center; font-size: 17px; flex: none; }
.trust2 .badge-row b { font-family: var(--display); font-weight: 800; font-size: 15.5px; display: block; }
.trust2 .badge-row span { font-size: 13px; color: rgba(255,255,255,.6); }

/* ===== FINAL CTA ===== */
.final { padding: 0 0 clamp(48px, 6vw, 88px); }
.final .inner { border-radius: var(--r-2xl); padding: clamp(36px, 5.5vw, 72px); text-align: center; position: relative; overflow: hidden; background: linear-gradient(135deg, var(--gold) 0%, var(--coral) 60%, var(--coral-deep) 100%); color: #fff; box-shadow: 0 40px 90px -40px rgba(196,74,53,.55); }
.final .inner::before { content: ""; position: absolute; inset: 0; background: radial-gradient(70% 90% at 50% -10%, rgba(255,255,255,.32), transparent 60%); pointer-events: none; }
.final .micro { color: rgba(255,255,255,.85); }
.final h2 { color: #fff; margin: 14px 0 10px; }
.final p { color: rgba(255,255,255,.88); max-width: 52ch; margin: 0 auto; font-size: 17px; }
.final .waitlist { margin: 34px auto 0; }
.final .note { margin-top: 18px; font-family: var(--mono); font-size: 10px; letter-spacing: .16em; text-transform: uppercase; color: rgba(255,255,255,.75); }

/* Waitlist (shared component restyle) */
.waitlist { width: 100%; max-width: 480px; }
.waitlist-row { display: flex; gap: 8px; align-items: stretch; }
.waitlist-row input[type="email"] { flex: 1; min-width: 160px; padding: 15px 22px; border-radius: 999px; border: 0; background: rgba(255,255,255,.95); font-family: var(--sans); font-size: 15px; color: var(--ink); box-shadow: inset 0 0 0 1.5px transparent; transition: box-shadow .2s; }
.waitlist-row input[type="email"]:focus { outline: none; box-shadow: inset 0 0 0 2px var(--ink); }
.waitlist-row .btn, .waitlist-row button { background: var(--ink); color: #fff; border-radius: 999px; padding: 15px 24px; font-family: var(--display); font-weight: 800; font-size: 15px; transition: transform .18s, background .18s; white-space: nowrap; }
.waitlist-row button:hover { transform: translateY(-2px); background: #2A2A2A; }
.waitlist-row input[type="email"]:disabled, .waitlist-row button[disabled] { opacity: .75; }
.waitlist-msg { margin-top: 12px; font-family: var(--mono); font-size: 11px; letter-spacing: .14em; text-transform: uppercase; }
.waitlist-msg-err { color: #7A1F10; }
.waitlist-msg-ok { color: #fff; }
.waitlist-heading { font-family: var(--mono); font-size: 10.5px; letter-spacing: .2em; margin-bottom: 12px; text-transform: uppercase; color: rgba(255,255,255,.85); }
.waitlist.waitlist-nav { width: auto; }
.waitlist.waitlist-nav input[type="email"] { padding: 9px 16px; font-size: 13.5px; background: var(--card); box-shadow: inset 0 0 0 1.5px var(--ink-4); }
.waitlist.waitlist-nav button { padding: 9px 16px; font-size: 13.5px; background: var(--coral); }
.waitlist.waitlist-nav .waitlist-msg { display: none; }
@media (max-width: 560px) { .waitlist-row { flex-direction: column; } }

/* ===== FOOTER ===== */
.footer2 { border-top: 1px solid var(--hair); padding: 34px 0 28px; }
.footer2 .row { display: flex; justify-content: space-between; align-items: center; gap: 20px; flex-wrap: wrap; }
.footer2 .links { display: flex; gap: 4px; flex-wrap: wrap; }
.footer2 .links a { padding: 8px 12px; border-radius: 999px; font-size: 13.5px; color: var(--ink-3); transition: color .2s, background .2s; }
.footer2 .links a:hover { color: var(--ink); background: var(--ink-5); }
.footer2 .meta { margin-top: 22px; display: flex; justify-content: space-between; gap: 14px; flex-wrap: wrap; font-family: var(--mono); font-size: 10px; letter-spacing: .16em; text-transform: uppercase; color: var(--ink-4); }

/* ===== Sticky mobile CTA ===== */
.sticky-cta { position: fixed; left: 16px; right: 16px; bottom: 16px; z-index: 80; display: flex; justify-content: center; transform: translateY(120%); transition: transform .45s cubic-bezier(.2,.8,.2,1); pointer-events: none; }
.sticky-cta.show { transform: none; pointer-events: auto; }
.sticky-cta .bar { display: flex; align-items: center; gap: 14px; padding: 10px 10px 10px 20px; border-radius: 999px; }
.sticky-cta .bar span { font-family: var(--display); font-weight: 800; font-size: 14.5px; }
@media (min-width: 921px) { .sticky-cta { display: none; } }

/* Reveal on scroll */
.rv { opacity: 0; transform: translateY(26px); transition: opacity .8s ease, transform .8s cubic-bezier(.2,.8,.2,1); }
.rv.in { opacity: 1; transform: none; }

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation: none !important; transition: none !important; }
  .rv { opacity: 1; transform: none; }
}

/* ============================================================
   Subpages — how-it-works / features / legal
   ============================================================ */

/* Page hero */
.phero { position: relative; padding: clamp(120px, 16vh, 170px) 0 clamp(20px, 3vw, 36px); overflow: hidden; }
.phero::before { content: ""; position: absolute; inset: -30% -10% auto; height: 120%; background:
  radial-gradient(52% 58% at 78% 10%, rgba(64,116,214,.12), transparent 70%),
  radial-gradient(48% 52% at 15% 4%, rgba(223,187,90,.15), transparent 70%),
  radial-gradient(60% 60% at 50% 110%, rgba(232,108,86,.08), transparent 70%);
  pointer-events: none; }
.phero .lead { margin-top: 16px; max-width: 560px; }

/* Feature / journey rows */
.frs { padding: clamp(16px, 2vw, 28px) 0 clamp(40px, 5vw, 64px); display: flex; flex-direction: column; gap: clamp(18px, 2.5vw, 28px); }
.fr .inner { display: grid; grid-template-columns: 1fr 1.05fr; gap: clamp(28px, 5vw, 72px); align-items: center; background: var(--card); border-radius: var(--r-2xl); padding: clamp(26px, 4vw, 56px); box-shadow: var(--shadow-card); }
.fr.rev .inner { grid-template-columns: 1.05fr 1fr; }
.fr.rev .copy { order: 2; }
@media (max-width: 860px) { .fr .inner, .fr.rev .inner { grid-template-columns: 1fr; } .fr.rev .copy { order: 0; } }
.fr .knum { display: inline-flex; align-items: center; gap: 10px; margin-bottom: 16px; }
.fr .knum .badge { width: 32px; height: 32px; border-radius: 11px; display: grid; place-items: center; font-family: var(--display); font-weight: 800; font-size: 14px; color: #fff; }
.fr .knum .k { font-family: var(--mono); font-size: 10px; letter-spacing: .2em; color: var(--ink-3); text-transform: uppercase; }
.fr h2 { font-family: var(--display); font-weight: 800; letter-spacing: -0.02em; line-height: 1.04; font-size: clamp(26px, 3vw, 42px); }
.fr .copy p { margin-top: 12px; color: var(--ink-2); font-size: 16px; line-height: 1.6; max-width: 46ch; }
.fr ul { margin: 18px 0 0; padding: 0; list-style: none; }
.fr li { position: relative; padding: 7px 0 7px 30px; color: var(--ink-2); font-size: 15px; }
.fr li::before { content: "✓"; position: absolute; left: 0; top: 7px; color: var(--mint); font-weight: 800; }

/* Spectrum sliders */
.spec2 { display: flex; flex-direction: column; gap: 16px; }
.spec2 .row { display: grid; grid-template-columns: 84px 1fr 84px; gap: 12px; align-items: center; font-family: var(--mono); font-size: 9.5px; letter-spacing: .12em; color: var(--ink-3); text-transform: uppercase; }
.spec2 .row .r { text-align: right; }
.spec2 .track { position: relative; height: 8px; border-radius: 99px; background: var(--canvas-2); }
.spec2 .knob { position: absolute; top: 50%; transform: translate(-50%, -50%); width: 20px; height: 20px; border-radius: 50%; background: var(--card); border: 5px solid var(--ink); box-shadow: 0 2px 8px rgba(10,10,10,.18); }
.spec2 .row.accent .knob { border-color: var(--coral); }

/* Group grid */
.gg2 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.gg2 .p { aspect-ratio: 1; border-radius: var(--r-md); background-size: cover; background-position: center; position: relative; filter: saturate(.9); }
.gg2 .p.match { filter: none; }
.gg2 .p.match::after { content: ""; position: absolute; inset: 0; border: 3px solid var(--coral); border-radius: var(--r-md); box-shadow: 0 0 0 4px rgba(232,108,86,.18); }
.gg2 .p.match::before { content: "✓"; position: absolute; top: -7px; right: -7px; width: 24px; height: 24px; border-radius: 50%; background: var(--coral); color: #fff; display: grid; place-items: center; font-size: 12px; font-weight: 800; z-index: 2; }

/* Poll bars */
.poll2 { display: flex; flex-direction: column; gap: 14px; }
.poll2 .p { display: grid; grid-template-columns: 74px 1fr 44px; gap: 12px; align-items: center; }
.poll2 .label { font-family: var(--display); font-weight: 700; font-size: 15px; }
.poll2 .bar { height: 12px; border-radius: 99px; background: var(--canvas-2); overflow: hidden; }
.poll2 .fill { display: block; height: 100%; border-radius: 99px; background: var(--blue); transition: width .9s cubic-bezier(.2,.8,.2,1); }
.poll2 .p:first-child .fill { background: var(--coral); }
.poll2 .n { font-family: var(--mono); font-size: 11px; color: var(--ink-3); text-align: right; }

/* Departures board */
.board2 { background: var(--ink); border-radius: var(--r-lg); padding: clamp(20px, 3vw, 32px); color: #fff; font-family: var(--mono); box-shadow: 0 24px 60px -24px rgba(10,10,10,.4); }
.board2 .row { display: grid; grid-template-columns: 1fr auto 1fr; gap: 12px; padding: 12px 0; border-bottom: 1px solid rgba(255,255,255,.1); font-size: 10.5px; letter-spacing: .16em; color: rgba(255,255,255,.65); text-transform: uppercase; align-items: baseline; }
.board2 .row:last-child { border-bottom: 0; }
.board2 .code { font-family: var(--display); font-weight: 800; font-size: clamp(30px, 3.4vw, 44px); letter-spacing: 0; color: #fff; }
.board2 .status { color: var(--gold); }
.board2 .right { text-align: right; }

/* Wallet lines (features page) */
.split2 { display: flex; flex-direction: column; gap: 8px; }
.split2 .total { background: var(--ink); color: #fff; border-radius: var(--r-md); padding: 16px 18px; display: flex; align-items: baseline; gap: 12px; }
.split2 .total .v { font-family: var(--display); font-weight: 800; font-size: 32px; letter-spacing: -0.02em; }
.split2 .total .v em { font-style: normal; color: var(--gold); }
.split2 .total .l { font-family: var(--mono); font-size: 9px; letter-spacing: .16em; opacity: .6; text-transform: uppercase; }
.split2 .line { background: var(--canvas); border-radius: 13px; padding: 11px 14px; display: flex; align-items: center; gap: 11px; font-size: 14px; font-weight: 500; }
.split2 .line .av { width: 28px; height: 28px; border-radius: 50%; background-size: cover; }
.split2 .line .amt { margin-left: auto; font-family: var(--display); font-weight: 800; font-size: 14px; }

/* Verified profile cards */
.verify2 { display: flex; flex-direction: column; gap: 10px; }
.verify2 .card { background: var(--canvas); border-radius: var(--r-md); padding: 13px 15px; display: flex; align-items: center; gap: 13px; }
.verify2 .av { width: 46px; height: 46px; border-radius: 50%; background-size: cover; flex: none; position: relative; }
.verify2 .av::after { content: "✓"; position: absolute; bottom: -2px; right: -2px; width: 18px; height: 18px; border-radius: 50%; background: var(--blue); color: #fff; display: grid; place-items: center; font-size: 10px; font-weight: 800; border: 2px solid var(--canvas); }
.verify2 .name { font-family: var(--display); font-weight: 800; font-size: 15.5px; }
.verify2 .badges { display: flex; gap: 5px; flex-wrap: wrap; margin-top: 6px; }
.verify2 .b { font-family: var(--mono); font-size: 8.5px; letter-spacing: .12em; padding: 4px 9px; border-radius: 99px; background: var(--card); color: var(--ink-2); }

/* FAQ */
.faq2 { padding: 0 0 clamp(40px, 5vw, 64px); }
.faq2 .list { display: flex; flex-direction: column; gap: 10px; margin-top: clamp(24px, 3vw, 40px); }
.faq2 .item { background: var(--card); border-radius: var(--r-lg); box-shadow: var(--shadow-card); overflow: hidden; cursor: pointer; }
.faq2 .q { display: flex; justify-content: space-between; align-items: center; gap: 16px; padding: 20px 24px; }
.faq2 .q h3 { font-family: var(--display); font-weight: 800; font-size: clamp(16px, 1.8vw, 19px); letter-spacing: -0.01em; }
.faq2 .plus { width: 30px; height: 30px; border-radius: 50%; background: var(--canvas); display: grid; place-items: center; font-weight: 700; font-size: 16px; transition: transform .3s, background .3s, color .3s; flex: none; }
.faq2 .item.open .plus { transform: rotate(45deg); background: var(--coral); color: #fff; }
.faq2 .a { max-height: 0; opacity: 0; overflow: hidden; transition: max-height .45s cubic-bezier(.2,.8,.2,1), opacity .35s, padding .45s; padding: 0 24px; color: var(--ink-2); font-size: 15px; line-height: 1.6; max-width: 62ch; }
.faq2 .item.open .a { max-height: 220px; opacity: 1; padding: 0 24px 22px; }

/* Compare table */
.cmp2 { padding: 0 0 clamp(48px, 6vw, 80px); }
.cmp2 .tbl { margin-top: clamp(24px, 3vw, 40px); background: var(--card); border-radius: var(--r-xl); box-shadow: var(--shadow-card); overflow-x: auto; }
.cmp2 table { width: 100%; border-collapse: collapse; min-width: 560px; }
.cmp2 th { font-family: var(--mono); font-size: 9.5px; letter-spacing: .18em; color: var(--ink-3); text-transform: uppercase; padding: 20px 22px 14px; text-align: center; border-bottom: 1px solid var(--hair); }
.cmp2 th:first-child { text-align: left; }
.cmp2 th.fl { color: var(--coral); }
.cmp2 td { padding: 15px 22px; border-bottom: 1px solid var(--hair); font-size: 14.5px; color: var(--ink-2); text-align: center; }
.cmp2 td:first-child { text-align: left; font-weight: 500; color: var(--ink); }
.cmp2 tr:last-child td { border-bottom: 0; }
.cmp2 td.y { color: var(--mint); font-weight: 800; }
.cmp2 td.n { color: var(--ink-4); }

/* Legal pages (static) */
.legal { padding: clamp(110px, 15vh, 150px) 0 clamp(48px, 6vw, 72px); }
.legal .label { font-family: var(--mono); font-size: 10.5px; letter-spacing: .2em; color: var(--ink-3); text-transform: uppercase; margin-bottom: 16px; }
.legal h1 { font-family: var(--display); font-weight: 800; letter-spacing: -0.02em; font-size: clamp(34px, 4.6vw, 60px); line-height: 1.02; margin-bottom: 14px; }
.legal .updated { font-family: var(--mono); font-size: 10px; letter-spacing: .16em; color: var(--ink-3); text-transform: uppercase; margin-bottom: 36px; }
.legal .doc { max-width: 70ch; color: var(--ink-2); font-size: 16px; line-height: 1.65; background: var(--card); border-radius: var(--r-xl); box-shadow: var(--shadow-card); padding: clamp(24px, 4vw, 48px); }
.legal .doc h2 { font-family: var(--display); font-weight: 800; font-size: clamp(19px, 2vw, 24px); color: var(--ink); margin: 28px 0 10px; letter-spacing: -0.01em; }
.legal .doc h2:first-child { margin-top: 0; }
.legal .doc h3 { font-family: var(--display); font-weight: 700; font-size: 16px; color: var(--ink); margin: 20px 0 8px; }
.legal .doc p { margin: 0 0 12px; }
.legal .doc ul, .legal .doc ol { padding-left: 20px; margin: 0 0 14px; }
.legal .doc li { margin-bottom: 6px; }
.legal .doc a { color: var(--coral-deep); border-bottom: 1px solid rgba(232,108,86,.4); }
.legal .doc a:hover { color: var(--coral); border-bottom-color: var(--coral); }
.legal input[type="email"] { padding: 13px 18px; border-radius: 999px; border: 1.5px solid var(--ink-4); background: var(--card); font-family: var(--sans); font-size: 15px; }
.legal input[type="email"]:focus { outline: none; border-color: var(--coral); }
.legal button, .legal .btn-primary { background: var(--coral); color: #fff; border-radius: 999px; padding: 13px 22px; font-family: var(--display); font-weight: 800; font-size: 15px; }
