/* Consumer — enterprise luxury · ink navy · champagne gold · porcelain */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=JetBrains+Mono:wght@400;500&display=swap');

:root {
  /* Porcelain neutrals */
  --bg: #f3f5f8;
  --bg-2: #e9edf3;
  --surface: #ffffff;
  --surface-2: #f8f9fb;
  --surface-3: #e6ebf2;
  --border: rgba(15, 23, 42, 0.075);
  --border-2: rgba(15, 23, 42, 0.12);
  --text: #0c1222;
  --muted: #5a6472;
  --dim: #8b94a3;
  /* Ink navy brand */
  --brand: #1a2744;
  --brand-2: #2c3f66;
  --brand-deep: #0f1a2e;
  --ink: #0c1222;
  /* Champagne gold accent */
  --gold: #b8956a;
  --gold-soft: rgba(184, 149, 106, 0.14);
  --cyan: #3d7a72;
  --green: #1f7a54;
  --amber: #b8860b;
  --rose: #a85d68;
  --grad: linear-gradient(135deg, #0f1a2e 0%, #1a2744 42%, #2c3f66 100%);
  --grad-soft: linear-gradient(145deg, rgba(26,39,68,.07), rgba(255,255,255,.96) 48%, rgba(184,149,106,.09));
  --grad-text: linear-gradient(120deg, #0f1a2e 0%, #1a2744 45%, #8a7349 100%);
  --grad-gold: linear-gradient(135deg, #c9a97a, #b8956a 50%, #9a7a52);
  --shadow: 0 28px 64px rgba(12, 18, 34, 0.09), 0 6px 18px rgba(12, 18, 34, 0.04);
  --shadow-sm: 0 10px 28px rgba(12, 18, 34, 0.055);
  --shadow-lg: 0 40px 100px rgba(12, 18, 34, 0.14);
  --radius: 18px;
  --radius-sm: 12px;
  --radius-xs: 8px;
  --font: "Inter", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  --display: "Inter", system-ui, sans-serif;
  --mono: "JetBrains Mono", ui-monospace, monospace;
  --nav-h: 64px;
  --side-w: 272px;
  --ease: cubic-bezier(.22, 1, .36, 1);
  --safe-b: env(safe-area-inset-bottom, 0px);
  --safe-t: env(safe-area-inset-top, 0px);
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
}
body {
  font-family: var(--font);
  background: #f7f8fb;
  color: var(--text);
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  min-height: 100vh;
  min-height: 100dvh;
  letter-spacing: -0.013em;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; color: inherit; }
button { cursor: pointer; border: none; background: none; }
img { max-width: 100%; display: block; }
:focus-visible {
  outline: 2px solid rgba(184, 149, 106, 0.55);
  outline-offset: 2px;
}

/* Clean page base — NOT a full-page washed photo */
.bg-photo {
  pointer-events: none;
  position: fixed;
  inset: 0;
  z-index: 0;
  background:
    radial-gradient(900px 420px at 10% -10%, rgba(184,149,106,.08), transparent 55%),
    radial-gradient(700px 380px at 100% 0%, rgba(26,39,68,.05), transparent 50%),
    var(--bg);
}
.bg-photo::before,
.bg-photo::after { display: none; }
.noise {
  pointer-events: none;
  position: fixed;
  inset: 0;
  z-index: 0;
  opacity: .018;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

/* Hero: real photo band — sharp, bright, only top of page */
.hero-stage {
  position: relative;
  z-index: 1;
  padding: 0 0 1.75rem;
  overflow: hidden;
}
.hero-stage::before {
  content: "";
  position: absolute;
  left: 0; right: 0; top: 0;
  height: min(62vh, 580px);
  z-index: 0;
  /* Darker scrim so white hero copy stays readable on bright photos */
  background:
    linear-gradient(180deg, rgba(8,12,22,.58) 0%, rgba(8,12,22,.42) 42%, rgba(243,245,248,.88) 88%, var(--bg) 100%),
    linear-gradient(100deg, rgba(8,12,22,.55) 0%, rgba(8,12,22,.18) 55%, rgba(8,12,22,.35) 100%),
    url("/assets/bg-hero-bright.jpg") center 32% / cover no-repeat;
}
.hero-stage > * { position: relative; z-index: 1; }
.hero-stage .hero-copy h1,
.hero-stage .hero-copy .hero-lead {
  text-shadow: 0 2px 18px rgba(0,0,0,.35);
}
.hero-stage .hero-copy h1 {
  color: #fff !important;
  text-shadow: 0 2px 28px rgba(0,0,0,.45), 0 1px 0 rgba(0,0,0,.2);
}
.hero-stage .hero-copy .grad-text {
  background: linear-gradient(120deg, #fff 0%, #f0e2c8 55%, #e8d4a8 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  filter: drop-shadow(0 2px 10px rgba(0,0,0,.35));
}
.hero-stage .hero-lead {
  color: rgba(255,255,255,.95) !important;
  text-shadow: 0 1px 14px rgba(0,0,0,.4);
}
.hero-stage .hero-proof .chip {
  background: rgba(255,255,255,.92);
  border-color: rgba(255,255,255,.95);
  box-shadow: 0 6px 18px rgba(12,18,34,.12);
}
.hero-stage .chip-live {
  background: rgba(255,255,255,.95) !important;
}
.hero-stage .social-item {
  background: rgba(255,255,255,.94);
  border-color: rgba(255,255,255,.9);
  box-shadow: 0 8px 22px rgba(12,18,34,.1);
}
.hero-stage {
  padding-top: 2.25rem;
}

/* Life strip — solid card + clear photo crop (different image) */
.life-strip {
  position: relative;
  z-index: 1;
  width: min(100% - 2rem, 1140px);
  margin: 1.15rem auto 0;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid var(--border);
  box-shadow: var(--shadow);
  min-height: 110px;
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  background: #fff;
}
.life-strip-photo {
  min-height: 120px;
  background:
    linear-gradient(90deg, transparent 55%, rgba(255,255,255,.55) 100%),
    url("/assets/bg-hero-bright-2.jpg") center 40% / cover no-repeat;
}
.life-strip-copy {
  padding: 1.1rem 1.2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: .3rem;
  background: #fff;
}
.life-strip-copy b {
  font-size: .98rem;
  font-weight: 750;
  letter-spacing: -.02em;
  color: var(--brand-deep);
}
.life-strip-copy span {
  font-size: .84rem;
  color: var(--muted);
  line-height: 1.45;
}
@media (max-width: 720px) {
  .life-strip { grid-template-columns: 1fr; }
  .life-strip-photo {
    min-height: 100px;
    background:
      linear-gradient(180deg, transparent 40%, rgba(255,255,255,.9) 100%),
      url("/assets/bg-hero-bright-2.jpg") center 35% / cover no-repeat;
  }
  .hero-stage::before { height: min(48vh, 420px); }
}
.aurora { display: none; } /* photo replaces aurora */

.wrap { width: min(100% - 2.5rem, 1120px); margin-inline: auto; position: relative; z-index: 1; }

.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .5rem;
  padding: .78rem 1.28rem; border-radius: 999px; font-weight: 600; font-size: .9rem;
  transition: transform .2s var(--ease), box-shadow .2s var(--ease), background .2s, border-color .2s, color .15s;
  white-space: nowrap; letter-spacing: -0.015em;
  min-height: 44px;
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
}
.btn:hover { transform: translateY(-1px); }
.btn:active { transform: translateY(0) scale(.985); }
.btn-primary {
  background: var(--grad); color: #fff;
  box-shadow: 0 14px 32px rgba(15, 26, 46, 0.28), inset 0 1px 0 rgba(255,255,255,.12);
}
.btn-primary:hover { box-shadow: 0 18px 40px rgba(15, 26, 46, 0.34), inset 0 1px 0 rgba(255,255,255,.16); }
.btn-primary:disabled { opacity: .42; cursor: not-allowed; transform: none; box-shadow: none; }
.btn-ghost {
  border: 1px solid var(--border-2); background: rgba(255,255,255,.78);
  color: var(--text); backdrop-filter: blur(10px);
}
.btn-ghost:hover {
  border-color: rgba(26,39,68,.22); background: #fff;
  box-shadow: var(--shadow-sm);
}
.btn-sm { padding: .48rem .95rem; font-size: .82rem; min-height: 38px; }
.btn-lg { min-height: 52px; font-size: 1rem; padding: .9rem 1.4rem; }
.btn-block { width: 100%; }
.btn .ico-svg { width: 1.05rem; height: 1.05rem; flex-shrink: 0; }

.card {
  background: rgba(255,255,255,.92);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  box-shadow: var(--shadow-sm);
  backdrop-filter: blur(14px) saturate(1.1);
}
.card-pad { padding: 1.4rem; }

.chip {
  display: inline-flex; align-items: center; gap: .4rem;
  padding: .32rem .76rem; border-radius: 999px; font-size: .73rem; font-weight: 600;
  border: 1px solid var(--border-2); color: var(--muted); background: rgba(255,255,255,.82);
  letter-spacing: -.01em;
}
.chip-live { color: var(--green); border-color: rgba(31,122,84,.22); background: rgba(31,122,84,.07); }
.chip-live::before {
  content: ""; width: 6px; height: 6px; border-radius: 50%; background: var(--green);
  animation: pulse 1.8s infinite;
}
.chip-warn { color: var(--amber); border-color: rgba(184,134,11,.25); background: rgba(184,134,11,.08); }
.chip-gold {
  color: #7a6238; border-color: rgba(184,149,106,.35);
  background: var(--gold-soft);
}
@keyframes pulse {
  0% { box-shadow: 0 0 0 0 rgba(31,122,84,.4); }
  70% { box-shadow: 0 0 0 8px rgba(31,122,84,0); }
  100% { box-shadow: 0 0 0 0 rgba(31,122,84,0); }
}

.grad-text {
  background: var(--grad-text);
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
.mono { font-family: var(--mono); font-variant-numeric: tabular-nums; }
.muted { color: var(--muted); }
.dim { color: var(--dim); }
.hidden { display: none !important; }

/* Marketing nav — fully transparent (no frost/grey) */
.m-nav {
  position: sticky; top: 0; z-index: 80;
  height: calc(var(--nav-h) + var(--safe-t));
  padding-top: var(--safe-t);
  display: flex; align-items: center;
  border-bottom: 1px solid transparent;
  background: transparent;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  box-shadow: none;
}
.m-nav .inner {
  width: min(100% - 2rem, 1140px); margin: 0 auto;
  display: flex; align-items: center; justify-content: space-between; gap: 1rem;
}
.brand {
  display: flex; align-items: center; gap: .65rem; font-weight: 750; letter-spacing: -.035em;
  font-size: 1.02rem;
}
.brand-mark {
  width: 38px; height: 38px; border-radius: 11px;
  background: var(--grad); color: #fff;
  display: grid; place-items: center; font-size: .7rem; font-weight: 800;
  letter-spacing: .04em;
  box-shadow: 0 10px 26px rgba(15, 26, 46, 0.28), inset 0 1px 0 rgba(255,255,255,.15);
  position: relative;
}
.brand-mark::after {
  content: "";
  position: absolute; inset: -1px; border-radius: inherit;
  border: 1px solid rgba(184,149,106,.25); pointer-events: none;
}
.m-links { display: flex; gap: 1.5rem; align-items: center; }
.m-links a {
  color: var(--muted); font-size: .875rem; font-weight: 500;
  transition: color .15s;
  position: relative;
}
.m-links a:hover { color: var(--brand-deep); }
.m-links a::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: -4px; height: 1.5px;
  background: var(--grad-gold); transform: scaleX(0); transform-origin: left;
  transition: transform .22s var(--ease); border-radius: 2px;
}
.m-links a:hover::after { transform: scaleX(1); }
.m-actions { display: flex; gap: .55rem; align-items: center; }

/* ─── HERO + SPECTACLE ─── */
.hero-grid {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 2rem;
  align-items: center;
  width: min(100% - 2rem, 1140px);
  margin: 0 auto;
  padding-top: .35rem;
}
.hero-copy h1 {
  font-weight: 750;
  font-size: clamp(2.25rem, 4.6vw, 3.5rem);
  line-height: 1.06;
  letter-spacing: -0.042em;
  max-width: 13ch;
  margin: 0 0 1.05rem;
}
.hero-copy h1 em { font-style: normal; font-weight: 750; }
.hero-lead {
  max-width: 40ch; margin: 0 0 1.65rem; font-size: 1.06rem;
  line-height: 1.58; font-weight: 400;
}
.hero-cta { display: flex; gap: .7rem; flex-wrap: wrap; margin-bottom: 1.55rem; }
.hero-proof {
  display: flex; flex-wrap: wrap; gap: .5rem;
}
.hero-proof .chip { background: rgba(255,255,255,.88); box-shadow: 0 1px 0 rgba(255,255,255,.8); }

/* Spectacle card — enterprise glass */
.sg-row {
  display: flex; justify-content: space-between; gap: .5rem;
  padding: .38rem 0; border-bottom: 1px solid var(--border);
  font-size: .82rem;
}
.sg-row:last-child { border-bottom: 0; }
.sg-row .k { color: var(--muted); font-weight: 500; }
.sg-row .v { font-weight: 600; color: var(--text); font-variant-numeric: tabular-nums; }
.sg-row .v.typing::after {
  content: "▍
  animation: blink 1s step-end infinite;
  color: var(--brand-deep);
}
@keyframes blink { 50% { opacity: 0; } }

@keyframes ring {
  to { transform: scale(1.6); opacity: 0; }
}

.metrics {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: .75rem;
  width: min(100% - 2rem, 1140px); margin: 1.85rem auto 0;
  position: relative; z-index: 1;
}
.metric {
  padding: 1.05rem 1.1rem; border-radius: 16px; border: 1px solid var(--border);
  background: rgba(255,255,255,.86); box-shadow: var(--shadow-sm);
  backdrop-filter: blur(12px);
  transition: transform .2s var(--ease), box-shadow .2s;
}
.metric:hover { transform: translateY(-2px); box-shadow: var(--shadow); }
.metric b {
  display: block; font-size: 1.12rem; letter-spacing: -.03em;
  color: var(--brand-deep); font-weight: 750;
}
.metric span { font-size: .72rem; color: var(--dim); font-weight: 500; }

.section { padding: 3.8rem 0; position: relative; z-index: 1; }
.section-k {
  font-size: .68rem; font-weight: 750; letter-spacing: .16em; text-transform: uppercase;
  color: var(--gold); margin-bottom: .55rem;
}
.section h2 {
  font-size: clamp(1.7rem, 3vw, 2.3rem); letter-spacing: -.036em; font-weight: 750;
  margin-bottom: .55rem; line-height: 1.12; color: var(--text);
}
.section-p { color: var(--muted); max-width: 52ch; font-size: 1.02rem; margin-bottom: 1.75rem; line-height: 1.55; }

/* Light section cards must never inherit dark-band white text */
main .section:not(.dark-band) .card,
main .section:not(.dark-band) .trust-card,
main .section:not(.dark-band) .about-cta-row {
  color: var(--text);
}
main .section:not(.dark-band) .card h3,
main .section:not(.dark-band) .trust-card h3 {
  color: var(--text) !important;
}
main .section:not(.dark-band) .card .muted,
main .section:not(.dark-band) .trust-card .muted {
  color: var(--muted) !important;
}

.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 1.1rem; }
.feature {
  padding: 1.35rem; border-radius: var(--radius); border: 1px solid var(--border);
  background: rgba(255,255,255,.88); box-shadow: var(--shadow-sm);
  backdrop-filter: blur(12px);
  transition: border-color .2s, transform .22s var(--ease), box-shadow .22s;
  position: relative;
  overflow: hidden;
}
.feature::before {
  content: "";
  position: absolute; top: 0; left: 0; right: 0; height: 2px;
  background: var(--grad-gold); opacity: 0; transition: opacity .25s;
}
.feature:hover {
  border-color: rgba(26,39,68,.14);
  transform: translateY(-3px);
  box-shadow: var(--shadow);
}
.feature:hover::before { opacity: 1; }
.feature h3 { font-size: 1.02rem; margin: .75rem 0 .3rem; letter-spacing: -.02em; font-weight: 650; }
.feature p { color: var(--muted); font-size: .9rem; line-height: 1.5; }
.ficon {
  width: 44px; height: 44px; border-radius: 12px; display: grid; place-items: center;
  background: var(--grad-soft); border: 1px solid var(--border);
  color: var(--brand-deep);
}
.ficon svg { width: 20px; height: 20px; }

/* Trust logo strip */
.trust-strip {
  display: flex; flex-wrap: wrap; gap: .55rem .85rem; align-items: center;
  margin-top: 1.5rem; padding-top: 1.25rem;
  border-top: 1px solid var(--border);
}
.trust-strip .ts-label {
  font-size: .68rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase;
  color: var(--dim); margin-right: .25rem;
}
.trust-pill {
  font-size: .74rem; font-weight: 600; color: var(--muted);
  padding: .35rem .7rem; border-radius: 999px;
  border: 1px solid var(--border); background: rgba(255,255,255,.7);
}

.footer {
  border-top: 1px solid var(--border); padding: 2rem 0 calc(1.8rem + var(--safe-b));
  position: relative; z-index: 1;
  color: var(--dim); font-size: .84rem;
  background: rgba(243,245,248,.72); backdrop-filter: blur(10px);
}
.footer .row { display: flex; justify-content: space-between; gap: 1rem; flex-wrap: wrap; }
.footer a { color: var(--brand-deep); font-weight: 600; }

/* App shell */
.app-body { display: flex; min-height: 100vh; min-height: 100dvh; position: relative; z-index: 1; }
.sidebar {
  width: var(--side-w); flex-shrink: 0;
  border-right: 1px solid var(--border);
  background: rgba(255,255,255,.92);
  backdrop-filter: blur(18px) saturate(1.15);
  padding: 1rem .85rem 0;
  padding-top: calc(.75rem + var(--safe-t));
  display: flex; flex-direction: column; gap: 0;
  position: sticky; top: 0; height: 100vh; height: 100dvh;
  overflow: hidden; /* foot stays; middle scrolls */
  min-height: 0;
}
.side-scroll {
  flex: 1 1 auto;
  min-height: 0;
  overflow-y: auto;
  overflow-x: hidden;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
  display: flex;
  flex-direction: column;
  gap: .2rem;
  padding-bottom: .35rem;
}
.side-brand {
  display: flex; align-items: center; gap: .65rem;
  padding: .45rem .5rem 1.05rem; font-weight: 750; letter-spacing: -.035em;
  border-bottom: 1px solid var(--border); margin-bottom: .55rem;
  cursor: default; user-select: none;
}
.nav-item {
  display: flex; align-items: center; gap: .65rem;
  padding: .7rem .78rem; border-radius: 12px; color: var(--muted);
  font-weight: 500; font-size: .9rem;
  transition: background .15s, color .15s, border-color .15s, box-shadow .15s;
  border: 1px solid transparent;
  min-height: 44px;
}
.nav-item:hover { background: rgba(26,39,68,.05); color: var(--text); }
.nav-item.active {
  background: linear-gradient(135deg, rgba(26,39,68,.08), rgba(184,149,106,.08));
  color: var(--brand-deep);
  border-color: rgba(26,39,68,.1);
  box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;
  font-weight: 600;
}
.nav-item .ico { width: 1.2rem; display: grid; place-items: center; opacity: .9; }
.nav-item .ico svg { width: 17px; height: 17px; }
.side-foot {
  flex: 0 0 auto;
  margin-top: 0;
  padding: .75rem .45rem calc(.55rem + var(--safe-b));
  border-top: 1px solid var(--border);
  background: rgba(255,255,255,.96);
}
.side-foot .mini { font-size: .74rem; color: var(--dim); line-height: 1.45; }

.main {
  flex: 1; min-width: 0;
  padding: 1.25rem 1.5rem 2.5rem;
  padding-top: calc(1.1rem + var(--safe-t));
  max-width: 960px;
}
.topbar {
  display: flex; align-items: center; justify-content: space-between; gap: 1rem;
  margin-bottom: 1.3rem;
}
.topbar h1 {
  font-size: 1.5rem; font-weight: 750; letter-spacing: -.038em; color: var(--text);
}
.topbar p { color: var(--muted); font-size: .875rem; margin-top: .12rem; }

.stat-grid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: .8rem; margin-bottom: 1rem;
}
.stat {
  padding: 1rem 1.05rem; border-radius: 16px; border: 1px solid var(--border);
  background: rgba(255,255,255,.92); box-shadow: var(--shadow-sm);
  backdrop-filter: blur(10px);
}
.stat .lab { font-size: .66rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--dim); }
.stat .val { font-size: 1.4rem; font-weight: 750; letter-spacing: -.035em; margin-top: .18rem; color: var(--brand-deep); }
.stat .sub { font-size: .74rem; color: var(--muted); margin-top: .1rem; }

.panel {
  border-radius: var(--radius); border: 1px solid var(--border);
  background: rgba(255,255,255,.94); overflow: hidden; box-shadow: var(--shadow-sm);
  backdrop-filter: blur(14px);
}
.panel-h {
  display: flex; align-items: center; justify-content: space-between; gap: 1rem;
  padding: .95rem 1.2rem; border-bottom: 1px solid var(--border);
  background: linear-gradient(180deg, rgba(248,249,251,.98), rgba(255,255,255,.4));
}
.panel-h h2 { font-size: .97rem; font-weight: 650; letter-spacing: -.02em; }
.panel-b { padding: 1.15rem 1.2rem; }

.row-2 { display: grid; grid-template-columns: 1.2fr .9fr; gap: 1rem; }

.view { display: none; animation: fade .32s ease; }
.view.active { display: block; }
@keyframes fade {
  from { opacity: 0; transform: translateY(5px); }
  to { opacity: 1; transform: none; }
}

.mobile-toggle {
  display: none; width: 42px; height: 42px; border-radius: 12px;
  border: 1px solid var(--border-2); align-items: center; justify-content: center;
  background: var(--surface);
}

.toast {
  position: fixed; bottom: 1.25rem; right: 1.25rem; z-index: 100;
  max-width: min(92vw, 380px);
  padding: .95rem 1.15rem; border-radius: 14px;
  border: 1px solid rgba(26,39,68,.12);
  background: rgba(255,255,255,.97);
  backdrop-filter: blur(16px);
  box-shadow: var(--shadow);
  font-size: .88rem; color: var(--text);
  display: none; align-items: flex-start; gap: .6rem;
}
.toast.show { display: flex; animation: rise .32s var(--ease); }
.toast .t-ico { color: var(--brand-deep); flex-shrink: 0; }
.toast.success { border-color: rgba(31,122,84,.25); }
.toast.success .t-ico { color: var(--green); }
.toast.warn { border-color: rgba(184,134,11,.3); }
.toast.error { border-color: rgba(168,93,104,.3); }
@keyframes rise {
  from { opacity: 0; transform: translateY(8px); }
  to { opacity: 1; transform: none; }
}

.msg-box {
  display: flex; gap: .7rem; align-items: flex-start;
  padding: .9rem 1rem; border-radius: 14px;
  border: 1px solid var(--border);
  background: rgba(255,255,255,.75);
  margin-bottom: .95rem;
  backdrop-filter: blur(8px);
}
.msg-box.info { border-color: rgba(26,39,68,.12); background: rgba(26,39,68,.05); }
.msg-box .mb-ico { color: var(--brand-deep); flex-shrink: 0; }
.msg-box p { font-size: .88rem; color: var(--muted); line-height: 1.45; }
.msg-box strong { color: var(--text); font-weight: 600; }

.qr-card {
  display: flex; gap: 1rem; align-items: center;
  padding: 1.05rem 1.15rem; border-radius: 16px;
  border: 1px solid var(--border);
  background: rgba(255,255,255,.88);
  box-shadow: var(--shadow-sm);
}
.qr-card img {
  width: 104px; height: 104px; border-radius: 12px;
  border: 1px solid var(--border); background: #fff;
}
.qr-card h4 { font-size: .95rem; margin-bottom: .25rem; font-weight: 650; }
.qr-card p { font-size: .84rem; color: var(--muted); line-height: 1.4; }

@media (max-width: 980px) {
  .hero-grid { grid-template-columns: 1fr; gap: 1.5rem; }
  .hero-copy h1 { max-width: 16ch; }
  .metrics { grid-template-columns: 1fr 1fr; }
  .grid-3 { grid-template-columns: 1fr; }
  .stat-grid { grid-template-columns: 1fr 1fr; }
  .row-2 { grid-template-columns: 1fr; }
  .main { max-width: none; }
}
@media (max-width: 900px) {
  .toast {
    left: .75rem; right: .75rem;
    bottom: calc(4.6rem + var(--safe-b));
    max-width: none;
  }
  .mobile-toggle { display: inline-flex; }
  .m-links { display: none; }
  .hero-stage { padding-top: 1.35rem; padding-bottom: 1rem; }
  .hero-cta .btn { flex: 1 1 auto; min-width: min(100%, 160px); }
  .section { padding: 2.75rem 0; }
  .wrap { width: min(100% - 1.5rem, 1140px); }
  .hero-grid, .metrics { width: min(100% - 1.5rem, 1140px); }
  .m-nav .inner { width: min(100% - 1.5rem, 1140px); }
  .metric { padding: .9rem; }
  .metric b { font-size: 1.02rem; }
}
@media (max-width: 480px) {
  .hero-copy h1 { font-size: 1.95rem; line-height: 1.12; }
  .hero-lead { font-size: .96rem; line-height: 1.5; }
  .metrics { gap: .5rem; }
  .btn-lg { width: 100%; }
  .hero-cta { flex-direction: column; width: 100%; }
  .hero-cta .btn { width: 100%; min-height: 3rem; }
  .m-nav .btn { min-height: 2.5rem; }
  .section h2 { font-size: 1.45rem; }
}

/* Sidebar backdrop on mobile drawer */
.side-scrim {
  display: none;
  position: fixed; inset: 0; z-index: 35;
  background: rgba(12, 18, 34, .42);
  backdrop-filter: blur(4px);
  opacity: 0; pointer-events: none;
  transition: opacity .22s;
}
.side-scrim.show { display: block; opacity: 1; pointer-events: auto; }
@media (max-width: 900px) {
  .side-scrim.show { display: block; }
}

/* ─── Trust / social / airlines (enterprise marketing) ─── */
.social-bar {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: .55rem;
  margin-top: 1.35rem;
  max-width: 34rem;
}
.social-item {
  padding: .7rem .65rem;
  border-radius: 14px;
  border: 1px solid var(--border);
  background: rgba(255,255,255,.88);
  box-shadow: var(--shadow-sm);
}
.social-item b {
  display: block;
  font-size: .98rem;
  font-weight: 750;
  letter-spacing: -.03em;
  color: var(--brand-deep);
}
.social-item span {
  font-size: .68rem;
  color: var(--dim);
  font-weight: 500;
  line-height: 1.25;
}

.hero-visual {
  display: grid;
  gap: .85rem;
}
.hero-photo-card {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid var(--border);
  box-shadow: var(--shadow);
  aspect-ratio: 16 / 10;
  background: var(--surface-3);
}
.hero-photo-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-photo-badge {
  position: absolute;
  left: .75rem;
  bottom: .75rem;
  display: inline-flex;
  align-items: center;
  gap: .45rem;
  padding: .45rem .7rem;
  border-radius: 999px;
  background: rgba(255,255,255,.94);
  border: 1px solid rgba(255,255,255,.95);
  box-shadow: var(--shadow-sm);
  font-size: .72rem;
  font-weight: 650;
  color: var(--brand-deep);
  backdrop-filter: blur(10px);
}
.live-dot {
  width: 7px; height: 7px; border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 0 0 rgba(31,122,84,.4);
  animation: pulse 1.8s infinite;
}

.airline-band {
  position: relative;
  z-index: 1;
  padding: 1.5rem 0 1.75rem;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  background: rgba(255,255,255,.55);
  backdrop-filter: blur(12px);
}
.airline-band-head {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-between;
  gap: .5rem 1rem;
  margin-bottom: 1rem;
}
.airline-grid {
  display: grid;
  grid-template-columns: repeat(8, minmax(0, 1fr));
  gap: .55rem;
}
.airline-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: .35rem;
  padding: .75rem .7rem;
  border-radius: 14px;
  border: 1px solid var(--border);
  background: rgba(255,255,255,.92);
  box-shadow: var(--shadow-sm);
  transition: transform .18s var(--ease), box-shadow .18s, border-color .18s;
  min-height: 92px;
}
.airline-card:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow);
  border-color: rgba(26,39,68,.14);
}
.al-mark {
  --c: #1a2744;
  width: 36px; height: 36px;
  border-radius: 10px;
  display: grid; place-items: center;
  background: var(--c);
  color: #fff;
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .02em;
  box-shadow: 0 8px 18px color-mix(in srgb, var(--c) 35%, transparent);
}
.al-mark.sm { width: 30px; height: 30px; font-size: .65rem; border-radius: 8px; }
.al-name { font-size: .82rem; font-weight: 700; letter-spacing: -.02em; color: var(--text); }
.al-sub { font-size: .68rem; color: var(--dim); font-weight: 500; }

.guide-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}
.guide-card {
  position: relative;
  padding: 1.35rem 1.25rem 1.25rem;
  border-radius: var(--radius);
  border: 1px solid var(--border);
  background: rgba(255,255,255,.9);
  box-shadow: var(--shadow-sm);
}
.guide-n {
  position: absolute;
  top: 1rem; right: 1.1rem;
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .12em;
  color: var(--gold);
}
.guide-card h3 {
  font-size: 1.05rem;
  margin: .75rem 0 .35rem;
  letter-spacing: -.02em;
  font-weight: 700;
}
.guide-card > p { color: var(--muted); font-size: .9rem; line-height: 1.5; }
.guide-tips {
  margin: .85rem 0 0;
  padding: 0 0 0 1.05rem;
  color: var(--dim);
  font-size: .82rem;
  line-height: 1.55;
}
.guide-tips li { margin-bottom: .2rem; }

.stories-head {
  display: grid;
  grid-template-columns: 1.4fr .7fr;
  gap: 1.25rem;
  align-items: center;
  margin-bottom: 1.35rem;
}
.stories-photo {
  width: min(100%, 240px);
  justify-self: end;
  border-radius: 18px;
  border: 1px solid var(--border);
  box-shadow: var(--shadow);
  object-fit: cover;
  aspect-ratio: 1;
}
.case-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: .9rem;
}
.case-card {
  padding: 1.15rem 1.15rem 1.05rem;
  border-radius: var(--radius);
  border: 1px solid var(--border);
  background: rgba(255,255,255,.92);
  box-shadow: var(--shadow-sm);
  transition: transform .18s var(--ease), box-shadow .18s;
}
.case-card:hover { transform: translateY(-2px); box-shadow: var(--shadow); }
.case-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: .5rem;
  margin-bottom: .7rem;
}
.case-card h3 {
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: -.02em;
  margin-bottom: .25rem;
}
.case-meta {
  display: flex;
  flex-wrap: wrap;
  gap: .5rem 1rem;
  margin: .75rem 0 .55rem;
  font-size: .84rem;
  color: var(--text);
}
.case-meta b { color: var(--brand-deep); font-weight: 750; }
.case-quote {
  font-size: .86rem;
  color: var(--muted);
  font-style: italic;
  line-height: 1.45;
  border-top: 1px solid var(--border);
  padding-top: .7rem;
  margin-top: .15rem;
}

.trust-card h3 { letter-spacing: -.02em; }
.about-cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem;
  align-items: center;
  justify-content: space-between;
}
.qr-img {
  border-radius: 14px;
  border: 1px solid var(--border);
  background: #fff;
  box-shadow: var(--shadow-sm);
}
.cta-final {
  padding: 2.4rem 1.5rem !important;
  background: var(--grad-soft) !important;
  border: 1px solid rgba(26,39,68,.08);
}

/* App claim trust bits */
.app-social {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: .5rem;
  margin: 0 0 1rem;
}
.app-social .social-item { text-align: center; }
.micro-guide {
  margin-top: .9rem;
  padding: .85rem .95rem;
  border-radius: 14px;
  border: 1px solid var(--border);
  background: rgba(255,255,255,.72);
}
.micro-guide h4 {
  font-size: .72rem;
  text-transform: uppercase;
  letter-spacing: .08em;
  color: var(--gold);
  font-weight: 750;
  margin-bottom: .45rem;
}
.micro-guide ol {
  margin: 0;
  padding-left: 1.15rem;
  color: var(--muted);
  font-size: .84rem;
  line-height: 1.55;
}
.showcase-list { display: grid; gap: .55rem; }
.showcase-item {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: .65rem;
  align-items: center;
  padding: .7rem .8rem;
  border-radius: 14px;
  border: 1px solid var(--border);
  background: var(--surface-2);
}
.showcase-item b { font-size: .88rem; letter-spacing: -.02em; }
.showcase-item span { display: block; font-size: .75rem; color: var(--dim); }

@media (max-width: 1100px) {
  .airline-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}
@media (max-width: 980px) {
  .social-bar { grid-template-columns: 1fr 1fr; max-width: none; }
  .guide-grid { grid-template-columns: 1fr; }
  .stories-head { grid-template-columns: 1fr; }
  .stories-photo { justify-self: start; width: min(100%, 200px); }
  .case-grid { grid-template-columns: 1fr; }
  .airline-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .app-social { grid-template-columns: 1fr 1fr 1fr; }
}
@media (max-width: 480px) {
  .airline-grid { grid-template-columns: 1fr 1fr; }
  .app-social { grid-template-columns: 1fr; }
  .showcase-item { grid-template-columns: auto 1fr; }
  .showcase-item .chip { grid-column: 2; justify-self: start; }
}

@media (max-width: 900px) {
  .hero-photo-card { aspect-ratio: 16 / 11; }
}

/* App life strip slightly tighter */
.app-life {
  max-width: 740px;
  min-height: 76px;
}
.app-life .life-strip-photo { min-height: 76px; }
.app-life .life-strip-copy { padding: .85rem 1rem; }
.app-life .life-strip-copy b { font-size: .9rem; }
.app-life .life-strip-copy span { font-size: .8rem; }

/* Solid cards on clean page (no full-page photo wash) */
.panel, .card, .metric, .feature, .guide-card, .case-card, .airline-card {
  background: #fff;
  backdrop-filter: none;
}
.social-item, .hero-claim {
  background: #fff;
}

/* Stories section: second photo band (different image, not full page) */
.stories-band {
  position: relative;
  z-index: 1;
  padding: 2.5rem 0 0;
  margin-top: .5rem;
}
.stories-band::before {
  content: "";
  position: absolute;
  left: 0; right: 0; top: 0;
  height: 220px;
  z-index: 0;
  background:
    linear-gradient(180deg, rgba(243,245,248,.2) 0%, var(--bg) 100%),
    url("/assets/bg-hero-bright-2.jpg") center 45% / cover no-repeat;
  opacity: .35;
}
.stories-band > .wrap { position: relative; z-index: 1; }

/* App: no full-page airport photo */
body.mode-customer .bg-photo {
  background:
    radial-gradient(800px 360px at 0% 0%, rgba(184,149,106,.07), transparent 55%),
    var(--bg);
}
.app-life .life-strip-photo {
  background:
    linear-gradient(90deg, transparent 50%, #fff 100%),
    url("/assets/bg-hero-bright.jpg") center 40% / cover no-repeat !important;
}
