:root {
  --ink: #10252a;
  --ink-soft: #355158;
  --cream: #f6f2e9;
  --paper: #fffdf8;
  --white: #ffffff;
  --coral: #ff6b4a;
  --coral-dark: #e84f31;
  --mint: #a8e6cf;
  --lime: #d7f071;
  --line: rgba(16, 37, 42, 0.13);
  --shadow: 0 24px 70px rgba(16, 37, 42, 0.12);
  --radius-lg: 32px;
  --radius-md: 22px;
  --radius-sm: 14px;
  --container: min(1180px, calc(100% - 48px));
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "Segoe UI Variable Text", "Aptos", ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 17px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
body.nav-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
img { display: block; max-width: 100%; }
.container { width: var(--container); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
section[id] { scroll-margin-top: 90px; }
:focus-visible { outline: 3px solid var(--lime); outline-offset: 4px; }
input:focus-visible, select:focus-visible, textarea:focus-visible { outline-color: #4d8178; outline-offset: 1px; }
.skip-link {
  position: fixed;
  z-index: 1000;
  top: 10px;
  left: 10px;
  padding: 10px 16px;
  background: var(--white);
  border-radius: 10px;
  transform: translateY(-150%);
}
.skip-link:focus { transform: translateY(0); }

.site-header {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  right: 0;
  color: var(--white);
  border-bottom: 1px solid transparent;
  transition: background .35s ease, border-color .35s ease, box-shadow .35s ease;
}
.site-header.scrolled {
  color: var(--ink);
  background: rgba(255, 253, 248, .92);
  border-color: var(--line);
  box-shadow: 0 8px 28px rgba(16, 37, 42, .06);
  backdrop-filter: blur(18px);
}
.nav-shell {
  width: var(--container);
  min-height: 86px;
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 36px;
}
.brand { position: relative; z-index: 2; display: inline-flex; align-items: center; gap: 11px; flex: 0 0 auto; }
.brand img { width: 42px; height: 42px; object-fit: contain; }
.brand span { display: flex; flex-direction: column; line-height: 1; }
.brand strong { font-size: 17px; letter-spacing: -.03em; }
.brand small { margin-top: 5px; font-size: 10px; letter-spacing: .2em; text-transform: uppercase; opacity: .68; }
.main-nav { display: flex; align-items: center; gap: 32px; font-size: 14px; font-weight: 650; }
.main-nav > a:not(.nav-cta) { position: relative; opacity: .82; }
.main-nav > a:not(.nav-cta)::after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: -7px;
  height: 2px;
  background: var(--coral);
  transition: right .25s ease;
}
.main-nav > a:hover::after { right: 0; }
.nav-cta {
  padding: 11px 18px;
  border: 1px solid rgba(255, 255, 255, .45);
  border-radius: 999px;
  transition: background .25s ease, color .25s ease, border-color .25s ease;
}
.site-header.scrolled .nav-cta { border-color: var(--ink); }
.nav-cta:hover { color: var(--ink); background: var(--lime); border-color: var(--lime) !important; }
.menu-toggle { display: none; border: 0; background: transparent; padding: 8px; cursor: pointer; }
.menu-toggle span { display: block; width: 25px; height: 2px; margin: 5px 0; background: currentColor; transition: .25s; }

.hero {
  position: relative;
  overflow: hidden;
  min-height: 790px;
  padding: 166px 0 106px;
  color: var(--white);
  background:
    radial-gradient(circle at 17% 18%, rgba(168, 230, 207, .15), transparent 29%),
    linear-gradient(135deg, #0b2025 0%, #12373b 55%, #163f40 100%);
}
.hero::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: rgba(255,255,255,.12);
}
.hero-orb { position: absolute; border-radius: 50%; filter: blur(2px); pointer-events: none; }
.hero-orb-one { width: 470px; height: 470px; right: -160px; top: 50px; background: rgba(255, 107, 74, .12); }
.hero-orb-two { width: 320px; height: 320px; left: 39%; bottom: -235px; background: rgba(215, 240, 113, .13); }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.02fr .98fr; gap: clamp(54px, 7vw, 100px); align-items: center; }
.eyebrow {
  margin: 0 0 20px;
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--mint);
  font-size: 12px;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.eyebrow span { width: 27px; height: 2px; background: currentColor; }
.eyebrow.dark { color: #42766e; }
.eyebrow.light { color: var(--lime); }
.hero h1 {
  max-width: 720px;
  margin: 0;
  font-family: "Segoe UI Variable Display", "Aptos Display", ui-sans-serif, sans-serif;
  font-size: clamp(52px, 5.6vw, 78px);
  line-height: 1.01;
  letter-spacing: -.058em;
  font-weight: 720;
}
.hero h1 em { color: var(--lime); font-family: Georgia, "Times New Roman", serif; font-weight: 500; }
.hero-lead { max-width: 650px; margin: 30px 0 0; color: rgba(255,255,255,.76); font-size: 18px; line-height: 1.72; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 34px; }
.button {
  min-height: 50px;
  padding: 13px 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  border: 0;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 800;
  cursor: pointer;
  transition: transform .25s var(--ease), background .25s ease, box-shadow .25s ease;
}
.button:hover { transform: translateY(-2px); }
.button-primary { color: #142527; background: var(--coral); box-shadow: 0 12px 30px rgba(255,107,74,.22); }
.button-primary:hover { background: #ff8064; box-shadow: 0 16px 35px rgba(255,107,74,.3); }
.button-quiet { color: var(--white); border: 1px solid rgba(255,255,255,.24); background: rgba(255,255,255,.06); }
.button-quiet:hover { background: rgba(255,255,255,.12); }
.hero-proof { margin: 30px 0 0; padding: 0; display: flex; flex-wrap: wrap; gap: 10px 22px; list-style: none; color: rgba(255,255,255,.66); font-size: 13px; }
.hero-proof span { margin-right: 5px; color: var(--mint); }

.sync-story {
  position: relative;
  padding: 16px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 30px;
  background: linear-gradient(150deg, rgba(255,255,255,.12), rgba(255,255,255,.055));
  box-shadow: 0 42px 90px rgba(2,15,17,.34);
  backdrop-filter: blur(20px);
}
.sync-story::before { content: ""; position: absolute; width: 250px; height: 250px; top: 50px; left: 35%; border-radius: 50%; background: rgba(168,230,207,.08); filter: blur(45px); pointer-events: none; }
.story-topbar { position: relative; z-index: 2; min-height: 54px; padding: 2px 4px 14px; display: flex; align-items: center; justify-content: space-between; gap: 15px; }
.story-live { display: flex; align-items: center; gap: 11px; }
.story-live > div { display: flex; flex-direction: column; line-height: 1.25; }
.story-live strong { font-size: 13px; }
.story-live small { margin-top: 3px; color: var(--mint); font-size: 11px; transition: opacity .25s; }
.live-dot { width: 9px; height: 9px; flex: 0 0 auto; border-radius: 50%; background: var(--mint); box-shadow: 0 0 0 5px rgba(168,230,207,.12); animation: livePulse 2s infinite; }
.story-control { min-width: 88px; min-height: 42px; padding: 8px 12px; display: inline-flex; align-items: center; justify-content: center; gap: 7px; color: rgba(255,255,255,.68); border: 1px solid rgba(255,255,255,.14); border-radius: 999px; background: rgba(0,0,0,.1); font-size: 11px; font-weight: 750; cursor: pointer; }
.story-control:hover { color: var(--white); background: rgba(255,255,255,.08); }
.control-icon { width: 13px; font-size: 10px; letter-spacing: -2px; }
.story-scene { position: relative; z-index: 1; min-height: 425px; padding: 25px 20px 20px; display: grid; grid-template-columns: 1fr 42px 82px 42px 1fr; grid-template-rows: 195px 112px 57px; align-items: center; border: 1px solid rgba(255,255,255,.07); border-radius: 22px; background: rgba(3,17,19,.32); }
.story-card { position: relative; min-width: 0; min-height: 155px; padding: 16px; color: var(--ink); border: 1px solid rgba(255,255,255,.9); border-radius: 18px; background: rgba(255,255,255,.96); box-shadow: 0 18px 40px rgba(0,0,0,.18); transition: transform .65s var(--ease), opacity .5s ease, box-shadow .5s ease; }
.story-card header { display: flex; align-items: center; justify-content: space-between; gap: 7px; }
.ticket-source { display: flex; align-items: center; gap: 6px; font-size: 11px; font-weight: 800; }
.ticket-source img { width: 22px; height: 18px; object-fit: contain; }
.ticket-state { padding: 3px 6px; color: #2e6659; border-radius: 99px; background: #dff5ed; font-size: 10px; font-weight: 850; text-transform: uppercase; }
.reservation-ticket > small, .inventory-ticket > small { margin-top: 18px; display: block; color: #758488; font-size: 11px; text-transform: uppercase; letter-spacing: .06em; }
.reservation-ticket > strong { margin-top: 2px; display: block; font-size: 17px; line-height: 1.25; }
.ticket-details { margin-top: 13px; display: flex; flex-wrap: wrap; gap: 5px; }
.ticket-details span { padding: 4px 6px; border-radius: 6px; background: #f0f3ef; color: #5b6d71; font-size: 10px; }
.signal-path { position: relative; width: 100%; height: 2px; overflow: visible; background: rgba(255,255,255,.13); }
.signal-path span { position: absolute; inset: 0; background: var(--mint); transform: scaleX(0); transition: transform .65s var(--ease); }
.signal-in span { transform-origin: right; }
.signal-out span { transform-origin: left; }
.signal-path i { position: absolute; z-index: 2; top: -4px; width: 10px; height: 10px; border-radius: 50%; background: var(--lime); box-shadow: 0 0 16px var(--lime); opacity: 0; }
.signal-in i { right: -2px; }
.signal-out i { right: -2px; }
.sync-core { position: relative; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; }
.core-mark { position: relative; z-index: 2; width: 58px; height: 58px; padding: 11px; display: grid; place-items: center; border-radius: 19px; background: var(--white); box-shadow: 0 12px 30px rgba(0,0,0,.2); transition: transform .5s var(--ease), box-shadow .5s ease; }
.core-mark img { width: 100%; height: 100%; object-fit: contain; }
.sync-core > strong { position: relative; z-index: 2; margin-top: 10px; font-size: 11px; }
.sync-core > small { position: relative; z-index: 2; margin-top: 2px; color: rgba(255,255,255,.58); font-size: 10px; }
.core-ring { position: absolute; top: 25px; left: 50%; width: 70px; height: 70px; border: 1px solid rgba(168,230,207,.34); border-radius: 50%; opacity: 0; transform: translate(-50%,-50%) scale(.75); }
.inventory-ticket header > span { color: #617377; font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .05em; }
.inventory-ticket header b { padding: 3px 6px; color: #2e6659; border-radius: 99px; background: #dff5ed; font-size: 10px; opacity: 0; transform: translateY(4px); transition: .45s var(--ease); }
.availability-count { margin-top: 3px; display: flex; align-items: center; gap: 10px; line-height: 1; }
.availability-count span, .availability-count strong { font-family: "Segoe UI Variable Display", sans-serif; font-size: 32px; font-weight: 750; }
.availability-count span { color: var(--ink); opacity: 1; }
.availability-count i { color: #a7b0b2; font-style: normal; opacity: 0; }
.availability-count strong { color: var(--coral-dark); transform: scale(.65); opacity: 0; transition: .45s var(--ease); }
.availability-label { margin-top: 4px !important; color: #758488; font-size: 10px !important; letter-spacing: 0 !important; text-transform: none !important; }
.inventory-ticket p { margin: 10px 0 0; color: #337062; font-size: 11px; font-weight: 750; opacity: 0; transform: translateY(5px); transition: .45s var(--ease); }
.inventory-ticket p span { margin-right: 4px; }
.channel-update { grid-column: 1 / -1; align-self: stretch; padding: 15px 17px; border: 1px solid rgba(255,255,255,.1); border-radius: 16px; background: rgba(255,255,255,.07); opacity: .68; transform: translateY(4px); transition: .6s var(--ease); }
.channel-update-heading { display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.channel-update-heading > div { display: flex; flex-direction: column; line-height: 1.25; }
.channel-update-heading small { color: rgba(255,255,255,.58); font-size: 10px; text-transform: uppercase; letter-spacing: .08em; }
.channel-update-heading strong { margin-top: 2px; font-size: 12px; }
.update-state { padding: 3px 7px; color: var(--ink); border-radius: 99px; background: var(--lime); font-size: 10px; font-weight: 850; opacity: 0; transition: opacity .35s .8s; }
.story-channels { margin-top: 13px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 7px; }
.story-channels > span { position: relative; height: 32px; padding: 5px 7px; display: grid; place-items: center; border-radius: 9px; background: var(--white); }
.story-channels img { max-width: 62px; max-height: 19px; object-fit: contain; }
.story-channels i { position: absolute; top: -5px; right: -5px; width: 19px; height: 19px; display: grid; place-items: center; color: var(--ink); border: 2px solid #274a4c; border-radius: 50%; background: var(--lime); font-size: 9px; font-style: normal; font-weight: 900; opacity: 0; transform: scale(.4); transition: .35s var(--ease); }
.more-channels { color: #42595e; font-size: 10px; font-weight: 850; text-align: center; }
.update-progress { height: 3px; margin-top: 10px; overflow: hidden; border-radius: 9px; background: rgba(255,255,255,.12); }
.update-progress span { display: block; width: 100%; height: 100%; border-radius: inherit; background: linear-gradient(90deg,var(--mint),var(--lime)); transform: scaleX(0); transform-origin: left; transition: transform 1.1s var(--ease); }
.story-success { grid-column: 1 / -1; align-self: end; display: flex; align-items: center; justify-content: center; gap: 9px; opacity: 0; transform: translateY(8px); transition: .5s var(--ease) 1s; }
.story-success > span { width: 28px; height: 28px; display: grid; place-items: center; color: var(--ink); border-radius: 50%; background: var(--lime); font-size: 12px; font-weight: 900; }
.story-success > div { display: flex; flex-direction: column; line-height: 1.2; }
.story-success strong { font-size: 12px; }
.story-success small { margin-top: 3px; color: rgba(255,255,255,.6); font-size: 10px; }
.story-steps { position: relative; z-index: 2; padding: 13px 3px 0; display: grid; grid-template-columns: repeat(3,1fr); gap: 6px; }
.story-steps button { min-height: 45px; padding: 7px; color: rgba(255,255,255,.55); border: 0; border-radius: 11px; background: transparent; font-size: 11px; font-weight: 750; cursor: pointer; transition: color .3s, background .3s; }
.story-steps button span { margin-right: 4px; font-size: 9px; }
.story-steps button[aria-pressed="true"] { color: var(--white); background: rgba(255,255,255,.09); }

.sync-story[data-phase="reservation"] .reservation-ticket { transform: translateY(-4px); box-shadow: 0 22px 45px rgba(255,107,74,.16); }
.sync-story[data-phase="reservation"] .signal-in span { transform: scaleX(1); }
.sync-story[data-phase="reservation"] .signal-in i { opacity: 1; animation: signalPulse 1.2s ease infinite; }
.sync-story[data-phase="inventory"] .reservation-ticket,
.sync-story[data-phase="channels"] .reservation-ticket { transform: scale(.97); opacity: .68; }
.sync-story[data-phase="inventory"] .signal-in span,
.sync-story[data-phase="channels"] .signal-in span,
.sync-story[data-phase="inventory"] .signal-out span,
.sync-story[data-phase="channels"] .signal-out span { transform: scaleX(1); }
.sync-story[data-phase="inventory"] .core-mark { transform: scale(1.08); box-shadow: 0 0 0 9px rgba(168,230,207,.12), 0 15px 35px rgba(0,0,0,.25); }
.sync-story[data-phase="inventory"] .core-ring { animation: corePulse 1.5s var(--ease) infinite; }
.sync-story[data-phase="inventory"] .ring-two { animation-delay: .55s; }
.sync-story[data-phase="inventory"] .signal-out i { opacity: 1; animation: signalPulse 1.2s ease infinite; }
.sync-story[data-phase="inventory"] .inventory-ticket,
.sync-story[data-phase="channels"] .inventory-ticket { transform: translateY(-4px); box-shadow: 0 22px 45px rgba(168,230,207,.16); }
.sync-story[data-phase="inventory"] .inventory-ticket header b,
.sync-story[data-phase="inventory"] .availability-count span,
.sync-story[data-phase="inventory"] .availability-count i,
.sync-story[data-phase="inventory"] .availability-count strong,
.sync-story[data-phase="inventory"] .inventory-ticket p,
.sync-story[data-phase="channels"] .inventory-ticket header b,
.sync-story[data-phase="channels"] .availability-count span,
.sync-story[data-phase="channels"] .availability-count i,
.sync-story[data-phase="channels"] .availability-count strong,
.sync-story[data-phase="channels"] .inventory-ticket p { opacity: 1; transform: none; }
.sync-story[data-phase="inventory"] .availability-count span,
.sync-story[data-phase="channels"] .availability-count span { color: #a7b0b2; text-decoration: line-through; }
.sync-story[data-phase="channels"] .inventory-ticket { transform: scale(.97); opacity: .72; }
.sync-story[data-phase="channels"] .channel-update { opacity: 1; transform: none; }
.sync-story[data-phase="channels"] .update-state { opacity: 1; }
.sync-story[data-phase="channels"] .story-channels i { opacity: 1; transform: scale(1); }
.sync-story[data-phase="channels"] .story-channels > span:nth-child(2) i { transition-delay: .2s; }
.sync-story[data-phase="channels"] .story-channels > span:nth-child(3) i { transition-delay: .4s; }
.sync-story[data-phase="channels"] .story-channels > span:nth-child(4) i { transition-delay: .6s; }
.sync-story[data-phase="channels"] .update-progress span { transform: scaleX(1); }
.sync-story[data-phase="channels"] .story-success { opacity: 1; transform: none; }

.trust-strip { overflow: hidden; padding: 26px 0; border-bottom: 1px solid var(--line); background: var(--white); }
.trust-inner { display: grid; grid-template-columns: 260px 1fr; align-items: center; gap: 40px; }
.trust-inner > p { margin: 0; font-size: 12px; font-weight: 750; letter-spacing: .03em; }
.logo-marquee { overflow: hidden; mask-image: linear-gradient(to right, transparent, #000 8%, #000 92%, transparent); }
.logo-track { width: max-content; display: flex; align-items: center; gap: 56px; animation: marquee 30s linear infinite; }
.logo-track img { width: 92px; height: 25px; object-fit: contain; filter: grayscale(1); opacity: .62; }

.section { padding: 120px 0; }
.section-intro { max-width: 780px; }
.section h2 {
  margin: 0;
  font-family: "Segoe UI Variable Display", "Aptos Display", ui-sans-serif, sans-serif;
  font-size: clamp(42px, 4.7vw, 64px);
  line-height: 1.06;
  letter-spacing: -.05em;
  font-weight: 700;
}
.section-intro > p:last-child { max-width: 670px; margin: 24px 0 0; color: var(--ink-soft); font-size: 18px; }
.product-section { background: var(--paper); }
.benefit-grid { margin-top: 62px; display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.benefit-card { position: relative; min-height: 360px; padding: 34px; display: flex; flex-direction: column; justify-content: flex-end; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius-lg); background: var(--white); }
.benefit-large { grid-column: 1 / -1; min-height: 420px; display: grid; grid-template-columns: 1fr 1fr; align-items: end; gap: 50px; background: #eef5ec; }
.card-number { position: absolute; top: 30px; right: 32px; color: #7c8c89; font-family: Georgia, serif; font-size: 13px; }
.card-kicker { margin: 0 0 12px !important; color: #48776e !important; font-size: 12px !important; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.benefit-card h3 { max-width: 580px; margin: 0; font-family: "Segoe UI Variable Display", "Aptos Display", ui-sans-serif, sans-serif; font-size: clamp(30px, 3.2vw, 45px); line-height: 1.08; letter-spacing: -.045em; font-weight: 700; }
.benefit-card p { max-width: 540px; margin: 18px 0 0; color: var(--ink-soft); }
.benefit-symbol { position: absolute; top: 30px; left: 32px; width: 56px; height: 56px; display: grid; place-items: center; border-radius: 18px; color: #29574f; background: #ddf3e8; font-size: 25px; }
.dark-card { color: var(--white); background: var(--ink); }
.dark-card p { color: rgba(255,255,255,.62); }
.dark-card .card-number { color: rgba(255,255,255,.43); }
.dark-card .benefit-symbol { color: var(--ink); background: var(--lime); }
.mini-release { padding: 28px; display: flex; align-items: center; gap: 16px; border-radius: var(--radius-md); background: var(--white); box-shadow: var(--shadow); }
.mini-release span, .mini-release strong { font-size: 12px; }
.mini-release i { position: relative; height: 2px; flex: 1; background: #dce5e1; }
.mini-release i::after { content: ""; position: absolute; top: -4px; right: 0; width: 10px; height: 10px; border-radius: 50%; background: var(--coral); box-shadow: 0 0 0 5px #ffe5de; }

.process-section { background: var(--cream); }
.process-layout { display: grid; grid-template-columns: .82fr 1.18fr; gap: clamp(70px, 10vw, 150px); align-items: start; }
.process-copy { position: sticky; top: 125px; }
.process-copy > p:not(.eyebrow) { margin: 22px 0; color: var(--ink-soft); }
.text-link { display: inline-flex; gap: 18px; align-items: center; color: #315f58; font-size: 14px; font-weight: 800; }
.text-link span { transition: transform .25s; }
.text-link:hover span { transform: translateX(5px); }
.process-steps { margin: 0; padding: 0; list-style: none; counter-reset: steps; }
.process-steps li { min-height: 210px; padding: 42px 0; display: grid; grid-template-columns: 64px 1fr; gap: 26px; border-top: 1px solid rgba(16,37,42,.18); }
.process-steps li:last-child { border-bottom: 1px solid rgba(16,37,42,.18); }
.process-steps li > span { width: 44px; height: 44px; display: grid; place-items: center; border-radius: 50%; color: var(--ink); background: var(--lime); font-family: Georgia, serif; font-size: 16px; }
.process-steps h3 { margin: 0; font-family: "Segoe UI Variable Display", "Aptos Display", ui-sans-serif, sans-serif; font-size: 28px; line-height: 1.2; font-weight: 700; letter-spacing: -.025em; }
.process-steps p { margin: 12px 0 0; color: var(--ink-soft); }

.channels-section { background: var(--paper); }
.channels-heading { display: grid; grid-template-columns: 1.2fr .8fr; gap: 80px; align-items: end; }
.channels-heading > p { margin: 0 0 5px; color: var(--ink-soft); }
.channel-grid { margin-top: 58px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.channel-card { min-height: 145px; padding: 25px; display: flex; flex-direction: column; justify-content: space-between; border: 1px solid var(--line); border-radius: 20px; background: var(--white); transition: border-color .3s ease, background .3s ease; }
.channel-card:hover { border-color: rgba(16,37,42,.25); background: #fffefb; }
.channel-card img { width: 130px; height: 38px; object-fit: contain; object-position: left center; }
.channel-card span { color: #64777a; font-size: 12px; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.channel-extra { display: none; }
.channel-grid.expanded .channel-extra { display: flex; }
.show-channels { margin: 26px auto 0; padding: 10px 5px; display: flex; gap: 12px; border: 0; border-bottom: 1px solid var(--ink); background: transparent; font-size: 14px; font-weight: 800; cursor: pointer; }
.show-channels span { transition: transform .25s; }
.show-channels[aria-expanded="true"] span { transform: rotate(180deg); }
.channel-note { max-width: 700px; margin: 30px auto 0; color: #748487; font-size: 12px; text-align: center; }

.pricing-section { color: var(--white); background: var(--ink); }
.pricing-heading { max-width: 780px; }
.pricing-heading > p:last-child { max-width: 650px; margin: 22px 0 0; color: rgba(255,255,255,.62); font-size: 18px; }
.price-metrics { margin-top: 58px; display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid rgba(255,255,255,.14); border-radius: var(--radius-lg); overflow: hidden; }
.price-metrics article { min-height: 270px; padding: 32px; border-right: 1px solid rgba(255,255,255,.14); background: rgba(255,255,255,.035); }
.price-metrics article:last-child { border-right: 0; }
.price-metrics .minimum-card { color: var(--ink); background: var(--lime); }
.price-metrics article > div { display: flex; align-items: baseline; gap: 7px; }
.price-metrics strong { font-family: Georgia, serif; font-size: 48px; line-height: 1; font-weight: 500; letter-spacing: -.05em; }
.price-metrics article > div span { color: rgba(255,255,255,.48); font-size: 12px; }
.price-metrics .minimum-card > div span { color: rgba(16,37,42,.57); }
.price-metrics h3 { margin: 60px 0 7px; font-size: 16px; }
.price-metrics p { margin: 0; color: rgba(255,255,255,.56); font-size: 13px; line-height: 1.5; }
.price-metrics .minimum-card p { color: rgba(16,37,42,.68); }
.calculator { margin-top: 24px; display: grid; grid-template-columns: 1.1fr .9fr; overflow: hidden; border-radius: var(--radius-lg); background: var(--white); color: var(--ink); }
.calculator-inputs { padding: clamp(34px, 5vw, 64px); }
.calculator-kicker { margin: 0 0 10px !important; color: #4a756e !important; font-size: 11px !important; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.calculator h3 { margin: 0; font-family: "Segoe UI Variable Display", "Aptos Display", ui-sans-serif, sans-serif; font-size: clamp(34px, 3.7vw, 47px); line-height: 1.08; font-weight: 700; letter-spacing: -.045em; }
.calculator-inputs > p:not(.calculator-kicker) { margin: 14px 0 0; color: var(--ink-soft); }
.range-field { margin-top: 42px; display: block; }
.range-field > span:first-child { display: flex; align-items: center; justify-content: space-between; gap: 15px; }
.range-field strong { font-size: 14px; }
.range-number { width: 82px; min-height: 44px; padding: 5px 9px; border: 1px solid var(--line); border-radius: 10px; outline: none; background: var(--cream); color: var(--ink); font-size: 18px; font-weight: 750; text-align: center; }
.range-field input[type="range"] { width: 100%; height: 44px; margin: 10px 0 0; appearance: none; -webkit-appearance: none; background: transparent; cursor: pointer; }
.range-field input[type="range"]::-webkit-slider-runnable-track { height: 6px; border-radius: 99px; background: linear-gradient(to right, var(--coral) var(--range-progress,0%), #dce4e0 var(--range-progress,0%)); }
.range-field input[type="range"]::-webkit-slider-thumb { width: 28px; height: 28px; margin-top: -11px; appearance: none; -webkit-appearance: none; border: 7px solid var(--white); border-radius: 50%; background: var(--coral); box-shadow: 0 2px 10px rgba(16,37,42,.24); }
.range-field input[type="range"]::-moz-range-track { height: 6px; border-radius: 99px; background: #dce4e0; }
.range-field input[type="range"]::-moz-range-progress { height: 6px; border-radius: 99px; background: var(--coral); }
.range-field input[type="range"]::-moz-range-thumb { width: 15px; height: 15px; border: 7px solid var(--white); border-radius: 50%; background: var(--coral); box-shadow: 0 2px 10px rgba(16,37,42,.24); }
.range-scale { margin-top: 2px; display: flex; justify-content: space-between; color: #849194; }
.calculator-result { padding: clamp(34px, 5vw, 64px); color: var(--white); background: #173a3e; }
.calculator-result > p:first-child { margin: 0; color: var(--mint); font-size: 11px; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.total-price { margin-top: 12px; display: flex; align-items: baseline; gap: 9px; }
.total-price span { font-family: "Segoe UI Variable Display", "Aptos Display", ui-sans-serif, sans-serif; font-size: clamp(42px, 5vw, 66px); line-height: 1; letter-spacing: -.055em; font-weight: 720; }
.total-price small { color: rgba(255,255,255,.46); }
.minimum-message { min-height: 22px; margin: 13px 0 0; color: var(--lime); font-size: 12px; }
.calculator-result dl { margin: 30px 0; }
.calculator-result dl > div { padding: 10px 0; display: grid; grid-template-columns: minmax(0,1fr) auto; align-items: start; gap: 20px; color: rgba(255,255,255,.68); font-size: 12px; }
.calculator-result dd { margin: 0; color: var(--white); font-weight: 700; }
.calculator-result .subtotal-row { margin-top: 8px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.16); color: var(--white); font-size: 14px; font-weight: 750; }
.button-light { width: 100%; color: var(--ink); background: var(--lime); }
.estimate-note { margin-top: 14px; display: block; color: rgba(255,255,255,.58); font-size: 12px; line-height: 1.5; }

.faq-section { background: var(--cream); }
.faq-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(70px, 10vw, 150px); }
.faq-heading { position: sticky; top: 125px; align-self: start; }
.faq-heading > p:last-child { color: var(--ink-soft); }
.faq-list details { border-top: 1px solid rgba(16,37,42,.2); }
.faq-list details:last-child { border-bottom: 1px solid rgba(16,37,42,.2); }
.faq-list summary { position: relative; padding: 28px 45px 28px 0; list-style: none; font-family: "Segoe UI Variable Display", "Aptos Display", ui-sans-serif, sans-serif; font-size: 21px; line-height: 1.3; font-weight: 700; letter-spacing: -.02em; cursor: pointer; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; right: 3px; top: 25px; font-family: sans-serif; font-size: 27px; font-weight: 300; transition: transform .25s; }
.faq-list details[open] summary::after { transform: rotate(45deg); }
.faq-list details p { max-width: 680px; margin: -5px 45px 28px 0; color: var(--ink-soft); }

.contact-section { padding: 120px 0; color: var(--white); background: #e75b3e; }
.contact-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(55px, 9vw, 120px); align-items: start; }
.contact-copy h2 { margin: 0; font-family: "Segoe UI Variable Display", "Aptos Display", ui-sans-serif, sans-serif; font-size: clamp(44px, 4.8vw, 64px); line-height: 1.04; font-weight: 700; letter-spacing: -.05em; }
.contact-copy > p:not(.eyebrow) { max-width: 520px; color: rgba(255,255,255,.76); }
.contact-promise { margin-top: 44px; display: grid; grid-template-columns: 38px 1fr; gap: 20px 15px; align-items: start; }
.contact-promise > span { width: 34px; height: 34px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.35); border-radius: 50%; font-size: 10px; }
.contact-promise p { margin: 0; display: flex; flex-direction: column; color: rgba(255,255,255,.68); font-size: 13px; }
.contact-promise strong { margin-bottom: 3px; color: var(--white); font-size: 15px; }
.lead-form { padding: clamp(30px, 4vw, 50px); border-radius: var(--radius-lg); background: var(--white); color: var(--ink); box-shadow: 0 30px 75px rgba(94,30,16,.18); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.lead-form label { margin-bottom: 18px; display: flex; flex-direction: column; gap: 7px; font-size: 12px; font-weight: 800; }
.lead-form input, .lead-form select, .lead-form textarea { width: 100%; padding: 13px 14px; color: var(--ink); border: 1px solid #dce2df; border-radius: 11px; outline: none; background: #fbfcfa; font-size: 14px; transition: border-color .2s, box-shadow .2s; }
.lead-form textarea { resize: vertical; }
.lead-form input:focus, .lead-form select:focus, .lead-form textarea:focus { border-color: #4d8178; box-shadow: 0 0 0 3px rgba(77,129,120,.13); }
.form-submit { width: 100%; margin-top: 4px; }
.lead-form > small { margin-top: 12px; display: block; color: #647579; font-size: 12px; text-align: center; }
.form-status { min-height: 22px; margin: 12px 0 0; color: #376e62; font-size: 13px; font-weight: 750; text-align: center; }
.form-status.error { color: #b53e29; }

.site-footer { padding: 55px 0 25px; color: rgba(255,255,255,.72); background: #081a1e; }
.footer-main { padding-bottom: 38px; display: grid; grid-template-columns: .7fr 1fr 1fr; gap: 40px; align-items: center; }
.footer-brand { color: var(--white); }
.footer-main > p { margin: 0; font-size: 13px; }
.footer-main nav { display: flex; justify-content: flex-end; gap: 18px; font-size: 13px; font-weight: 700; }
.footer-main nav a { min-height: 44px; display: inline-flex; align-items: center; }
.footer-main nav a:hover { color: var(--white); }
.footer-legal { padding-top: 22px; display: flex; justify-content: space-between; gap: 20px; border-top: 1px solid rgba(255,255,255,.1); color: rgba(255,255,255,.56); font-size: 12px; }

.reveal { opacity: 1; transform: none; }
.js .reveal { opacity: 0; transform: translateY(28px); transition: opacity .8s var(--ease), transform .8s var(--ease); }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

@keyframes livePulse { 0%,100% { box-shadow: 0 0 0 4px rgba(168,230,207,.13); } 50% { box-shadow: 0 0 0 8px rgba(168,230,207,.03); } }
@keyframes signalPulse { 0%,100% { transform: scale(.75); box-shadow: 0 0 9px var(--lime); } 50% { transform: scale(1.2); box-shadow: 0 0 20px var(--lime); } }
@keyframes corePulse { 0% { opacity: .65; transform: translate(-50%,-50%) scale(.72); } 100% { opacity: 0; transform: translate(-50%,-50%) scale(1.45); } }
@keyframes marquee { from { transform: translateX(0); } to { transform: translateX(calc(-50% - 28px)); } }

@media (max-width: 1180px) {
  .hero { min-height: auto; padding: 140px 0 90px; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-copy { max-width: 850px; margin-inline: auto; text-align: center; }
  .hero-copy .eyebrow, .hero-actions, .hero-proof { justify-content: center; }
  .hero-lead { margin-inline: auto; }
  .sync-story { max-width: 640px; width: 100%; margin-inline: auto; }
}

@media (max-width: 980px) {
  :root { --container: min(100% - 36px, 760px); }
  .hero { min-height: auto; padding: 135px 0 82px; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-copy { text-align: center; }
  .hero-copy .eyebrow, .hero-actions, .hero-proof { justify-content: center; }
  .hero-lead { margin-inline: auto; }
  .sync-story { max-width: 640px; width: 100%; margin-inline: auto; }
  .trust-inner { grid-template-columns: 1fr; gap: 18px; text-align: center; }
  .benefit-large { grid-template-columns: 1fr; }
  .process-layout, .faq-layout, .contact-layout { grid-template-columns: 1fr; gap: 60px; }
  .process-copy, .faq-heading { position: static; }
  .channels-heading { grid-template-columns: 1fr; gap: 25px; }
  .price-metrics { grid-template-columns: 1fr; }
  .price-metrics article { min-height: 220px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.14); }
  .price-metrics h3 { margin-top: 40px; }
  .calculator { grid-template-columns: 1fr; }
  .footer-main { grid-template-columns: 1fr; text-align: center; }
  .footer-brand, .footer-main nav { justify-content: center; }
}

@media (max-width: 960px) {
  .nav-shell { min-height: 72px; }
  .menu-toggle { display: block; z-index: 2; }
  .main-nav {
    position: fixed;
    inset: 0;
    min-height: 100dvh;
    padding: calc(94px + env(safe-area-inset-top)) max(28px, env(safe-area-inset-right)) calc(35px + env(safe-area-inset-bottom)) max(28px, env(safe-area-inset-left));
    display: none;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    gap: 0;
    overflow-y: auto;
    color: var(--ink);
    background: var(--cream);
  }
  .nav-open .main-nav { display: flex; }
  .nav-open .site-header { color: var(--ink); }
  .nav-open .menu-toggle span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .nav-open .menu-toggle span:nth-child(2) { opacity: 0; }
  .nav-open .menu-toggle span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .main-nav a { padding: 17px 0; border-bottom: 1px solid var(--line); font-family: "Segoe UI Variable Display", "Aptos Display", ui-sans-serif, sans-serif; font-size: 25px; font-weight: 700; letter-spacing: -.025em; }
  .main-nav .nav-cta { margin-top: 24px; padding: 14px 20px; border: 0; border-radius: 999px; background: var(--coral); text-align: center; }
}

@media (max-width: 760px) {
  :root { --container: calc(100% - 28px); --radius-lg: 24px; }
  body { font-size: 16px; }
  .hero { padding: 110px 0 68px; }
  .hero-grid { gap: 43px; }
  .hero h1 { font-size: clamp(42px, 12.4vw, 54px); line-height: 1.015; }
  .hero-copy .eyebrow { max-width: 310px; margin: 0 auto 16px; font-size: 11px; line-height: 1.35; }
  .hero-lead { font-size: 16px; }
  .hero-copy .hero-lead { margin-top: 21px; line-height: 1.58; }
  .hero-actions { flex-direction: column; }
  .hero-copy .hero-actions { margin-top: 25px; }
  .hero-actions .button { width: 100%; }
  .hero-proof { margin-top: 22px; gap: 7px 16px; font-size: 12px; }
  .sync-story { padding: 12px; border-radius: 24px; }
  .story-topbar { min-height: 52px; padding: 1px 2px 12px; }
  .story-live strong { font-size: 12px; }
  .story-control { min-width: 44px; width: 44px; height: 44px; padding: 0; }
  .story-control .control-label { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }
  .story-scene { min-height: 0; padding: 18px; display: grid; grid-template-columns: 1fr; grid-template-rows: auto 30px 88px 30px auto auto auto; border-radius: 18px; }
  .reservation-ticket { grid-row: 1; }
  .signal-in { grid-row: 2; }
  .sync-core { grid-row: 3; }
  .signal-out { grid-row: 4; }
  .inventory-ticket { grid-row: 5; }
  .channel-update { grid-row: 6; margin-top: 13px; }
  .story-success { grid-row: 7; margin-top: 15px; }
  .story-card { width: 100%; min-height: 0; padding: 15px; }
  .reservation-ticket > small, .inventory-ticket > small { margin-top: 13px; font-size: 11px; }
  .ticket-source { font-size: 12px; }
  .ticket-state, .inventory-ticket header b { font-size: 10px; }
  .reservation-ticket > strong { font-size: 18px; }
  .ticket-details span, .inventory-ticket p { font-size: 12px; }
  .signal-path { width: 2px; height: 100%; margin-inline: auto; }
  .signal-path span { transform: scaleY(0); transform-origin: top; }
  .signal-path i { top: auto; right: -4px; bottom: -2px; }
  .sync-story[data-phase="reservation"] .signal-in span,
  .sync-story[data-phase="inventory"] .signal-in span,
  .sync-story[data-phase="channels"] .signal-in span,
  .sync-story[data-phase="inventory"] .signal-out span,
  .sync-story[data-phase="channels"] .signal-out span { transform: scaleY(1); }
  .core-mark { width: 52px; height: 52px; border-radius: 16px; }
  .core-ring { top: 21px; }
  .sync-core > strong { margin-top: 7px; font-size: 12px; }
  .sync-core > small { font-size: 10px; }
  .inventory-ticket header > span { font-size: 11px; }
  .channel-update { padding: 14px; }
  .channel-update-heading small { font-size: 10px; }
  .channel-update-heading strong { font-size: 14px; }
  .story-channels { grid-template-columns: repeat(2,1fr); gap: 9px; }
  .story-channels > span { height: 38px; }
  .more-channels { font-size: 11px; }
  .story-success { justify-content: flex-start; }
  .story-success strong { font-size: 13px; }
  .story-success small { font-size: 11px; }
  .story-steps { gap: 3px; }
  .story-steps button { min-height: 48px; font-size: 10px; }
  .trust-strip { padding: 22px 0; }
  .section, .contact-section { padding: 72px 0; }
  .section h2, .contact-copy h2 { font-size: clamp(37px, 10.7vw, 49px); }
  .benefit-grid { grid-template-columns: 1fr; }
  .benefit-large { grid-column: auto; min-height: 440px; }
  .benefit-card { min-height: 310px; padding: 27px; }
  .mini-release { padding: 20px; flex-direction: column; align-items: stretch; }
  .mini-release i { min-height: 2px; }
  .process-steps li { grid-template-columns: 52px 1fr; gap: 15px; }
  .channel-grid { grid-template-columns: repeat(2, 1fr); }
  .channel-card { min-height: 125px; padding: 19px; }
  .channel-card img { width: 100px; }
  .price-metrics strong { font-size: 43px; }
  .calculator-inputs, .calculator-result { padding: 32px 24px; }
  .range-field { margin-top: 32px; }
  .total-price { align-items: flex-end; flex-wrap: wrap; }
  .total-price span { font-size: clamp(36px, 11vw, 48px); overflow-wrap: anywhere; }
  .calculator-result dl > div { gap: 12px; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .lead-form input, .lead-form select, .lead-form textarea { min-height: 48px; font-size: 16px; }
  .footer-main nav { flex-wrap: wrap; }
  .footer-legal { flex-direction: column; text-align: center; }
}

@media (max-width: 380px) {
  :root { --container: calc(100% - 22px); }
  .hero h1 { font-size: 40px; }
  .channel-grid { grid-template-columns: 1fr; }
  .channel-card { min-height: 112px; }
  .story-scene { padding: 14px; }
  .story-steps button span { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .js .reveal { opacity: 1; transform: none; }
}
