:root {
  --page: #fafbfd;
  --surface: #ffffff;
  --soft: #f3f5f9;
  --ink: #12151c;
  --accent: #2a4bd8;
  --muted: #6b7280;
  --line: rgba(18, 21, 28, .12);
  --line-strong: rgba(18, 21, 28, .2);
  --accent-soft: rgba(42, 75, 216, .08);
  --shell: min(1180px, calc(100vw - 48px));
  --radius: 12px;
  --shadow: 0 22px 60px rgba(18, 21, 28, .09);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--page); color: var(--ink); font-family: "DM Sans", sans-serif; font-size: 16px; line-height: 1.6; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.shell { width: var(--shell); 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; }
.skip-link { position: fixed; top: 10px; left: 10px; z-index: 100; padding: 10px 16px; background: var(--surface); color: var(--ink); border: 1px solid var(--line); border-radius: 8px; transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }
:focus-visible { outline: 2px solid var(--accent); outline-offset: 3px; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 50; background: rgba(250,251,253,.9); border-bottom: 1px solid transparent; transition: background 240ms ease-out, border-color 260ms ease, box-shadow 300ms cubic-bezier(.2,.7,.3,1); backdrop-filter: blur(16px); }
.site-header.scrolled { background: rgba(250,251,253,.97); border-color: var(--line); box-shadow: 0 10px 28px rgba(18,21,28,.05); }
.nav-wrap { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.wordmark { width: 142px; height: 34px; display: inline-flex; align-items: center; flex: 0 0 auto; }
.wordmark img { width: 100%; height: 100%; display: block; object-fit: contain; }
.nav { display: flex; align-items: center; gap: 26px; color: #4f5665; font-size: .9rem; font-weight: 600; }
.nav > a:not(.nav-cta):hover { color: var(--accent); }
.nav-login { min-height: 44px; padding: 0 15px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid rgba(42,75,216,.34); border-radius: 10px; color: var(--accent); white-space: nowrap; }
.nav-cta { min-height: 44px; padding: 0 17px; display: inline-flex; align-items: center; border: 1px solid var(--accent); border-radius: 10px; background: var(--accent); color: white; transition: filter 190ms ease-out, transform 220ms cubic-bezier(.25,.46,.45,.94); }
.nav-cta:hover { color: white; filter: brightness(.92); transform: translateY(-1px); }
.menu-button { display: none; border: 0; background: none; padding: 8px; }

.hero { position: relative; min-height: 800px; padding: 156px 0 92px; overflow: hidden; background: var(--page); }
.hero::before { content: ""; position: absolute; inset: 0; opacity: .72; pointer-events: none; background-image: linear-gradient(rgba(18,21,28,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(18,21,28,.035) 1px, transparent 1px); background-size: 72px 72px; mask-image: linear-gradient(to bottom, black, transparent 92%); }
.hero-grid { position: relative; display: grid; grid-template-columns: 1.04fr .96fr; align-items: center; gap: 70px; }
.eyebrow { margin: 0 0 20px; color: var(--accent); font-size: .78rem; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
h1, h2, h3 { font-family: "Manrope", sans-serif; letter-spacing: -.045em; }
h1 { max-width: 720px; margin: 0; font-size: clamp(3.1rem, 5.2vw, 5.45rem); line-height: 1.01; font-weight: 700; }
h1 span { color: var(--accent); }
.hero-lead { max-width: 690px; margin: 30px 0 0; color: var(--muted); font-size: clamp(1.05rem, 1.25vw, 1.2rem); line-height: 1.7; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 36px; }
.button { min-height: 52px; padding: 0 22px; display: inline-flex; align-items: center; justify-content: center; gap: 12px; border: 1px solid transparent; border-radius: 10px; font-weight: 700; transition: filter 190ms ease-out, transform 230ms cubic-bezier(.25,.46,.45,.94), background 210ms ease, color 210ms ease; }
.button:hover { transform: translateY(-1px); }
.button-primary { color: white; background: var(--accent); box-shadow: 0 12px 30px rgba(42,75,216,.18); }
.button-primary:hover { filter: brightness(.92); }
.button-ghost { color: var(--accent); border-color: rgba(42,75,216,.42); background: rgba(255,255,255,.68); }
.button-ghost:hover { background: var(--accent-soft); }
.button-full { width: 100%; }
.hero-proof { display: flex; flex-wrap: wrap; gap: 18px 24px; margin-top: 32px; color: var(--muted); font-size: .88rem; }
.hero-proof span { display: flex; align-items: center; gap: 8px; }
.hero-proof span::before { content: ""; width: 5px; height: 5px; flex: 0 0 auto; background: var(--accent); border-radius: 50%; }

.hero-visual { min-height: 570px; margin: 0; position: relative; overflow: hidden; border-radius: var(--radius); background: #202329; box-shadow: var(--shadow); }
.hero-slides { position: absolute; inset: 0; }
.hero-slides img { width: 100%; height: 100%; min-height: 570px; position: absolute; inset: 0; display: block; object-fit: cover; object-position: center; opacity: 0; transition: opacity 400ms ease-out; }
.hero-slides img.is-active { opacity: 1; transform: scale(1); }
.hero-visual::after { content: ""; position: absolute; inset: 55% 0 0; background: linear-gradient(transparent,rgba(11,14,20,.72)); pointer-events: none; }
.hero-visual figcaption { position: absolute; z-index: 1; left: 26px; right: 120px; bottom: 24px; display: flex; flex-direction: column; color: white; }
.hero-visual figcaption strong { font: 700 1.15rem/1.3 "Manrope",sans-serif; }
.hero-visual figcaption span { color: rgba(255,255,255,.78); font-size: .84rem; }
.hero-carousel-controls { position: absolute; z-index: 2; right: 20px; bottom: 20px; display: flex; align-items: center; gap: 7px; }
.hero-carousel-controls > button { width: 34px; height: 34px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.42); border-radius: 50%; background: rgba(12,16,24,.42); color: white; cursor: pointer; backdrop-filter: blur(8px); }
.hero-carousel-controls > [data-hero-pause] { position: absolute; right: 0; bottom: 44px; }
.hero-carousel-controls > button[hidden] { display: none; }
.hero-carousel-dots { display: flex; gap: 5px; }
.hero-carousel-dots button { width: 6px; height: 6px; padding: 0; border: 0; border-radius: 99px; background: rgba(255,255,255,.48); cursor: pointer; transition: width 180ms ease, background 180ms ease; }
.hero-carousel-dots button.is-active { width: 18px; background: white; }
.journey-topline { display: flex; justify-content: space-between; align-items: center; padding-bottom: 18px; border-bottom: 1px solid var(--line); color: var(--muted); font-size: .78rem; font-weight: 600; }
.live-pill { display: flex; align-items: center; gap: 7px; padding: 6px 9px; border: 1px solid var(--line); border-radius: 9px; background: var(--soft); color: var(--ink); }
.live-pill i { width: 6px; height: 6px; border-radius: 50%; background: #239b67; box-shadow: 0 0 0 3px rgba(35,155,103,.1); }
.journey-stage { min-height: 340px; display: grid; grid-template-columns: .78fr 38px 1.22fr; align-items: center; }
.touchpoint { text-align: center; }
.tap-rings { width: 108px; height: 108px; position: relative; margin: 0 auto 18px; display: grid; place-items: center; }
.tap-rings span { position: absolute; border: 1px solid rgba(42,75,216,.42); border-radius: 50%; }
.tap-rings span:nth-child(1) { width: 36px; height: 36px; border: 7px solid var(--accent); background: var(--surface); }
.tap-rings span:nth-child(2) { width: 70px; height: 70px; opacity: .66; }
.tap-rings span:nth-child(3) { width: 106px; height: 106px; opacity: .28; }
.touchpoint p { margin: 0; color: var(--muted); font-size: .78rem; }
.touchpoint strong { font-size: .88rem; }
.flow-line { height: 1px; background: linear-gradient(90deg, rgba(42,75,216,.1), var(--accent)); }
.mini-profile { padding: 17px; border: 1px solid var(--line); border-radius: 12px; background: var(--surface); color: var(--ink); box-shadow: 0 18px 40px rgba(18,21,28,.1); }
.mini-brand { display: flex; align-items: center; gap: 10px; }
.mini-brand > span { width: 36px; height: 36px; display: grid; place-items: center; border-radius: 8px; background: var(--accent); color: white; font-size: .72rem; font-weight: 700; }
.mini-brand div { display: flex; flex-direction: column; line-height: 1.3; }
.mini-brand small { color: var(--muted); font-size: .75rem; }
.mini-profile > p { margin: 17px 0 9px; font-size: .75rem; color: var(--muted); }
.mini-actions { display: grid; grid-template-columns: repeat(3,1fr); gap: 6px; }
.mini-actions button { min-height: 36px; padding: 7px 3px; border: 1px solid transparent; text-align: center; background: var(--soft); color: var(--ink); border-radius: 8px; font-size: .75rem; font-weight: 700; cursor: pointer; transition: color 170ms ease-out, background 210ms cubic-bezier(.4,0,.2,1), border-color 230ms ease; }
.mini-actions button:hover { border-color: rgba(42,75,216,.24); }
.mini-actions button.is-active { color: white; background: var(--accent); }
.mini-screen { min-height: 112px; margin-top: 8px; padding: 11px; display: grid; grid-template-columns: 1fr auto; gap: 1px 10px; border: 1px solid var(--line); border-radius: 9px; background: var(--page); transition: opacity 150ms ease-out, transform 210ms cubic-bezier(.2,.7,.3,1); }
.mini-screen.is-switching { opacity: .35; transform: translateY(3px); }
.mini-screen small { color: var(--accent); font-size: .75rem; font-weight: 700; }
.mini-screen strong { grid-column: 1 / -1; font-size: .86rem; }
.mini-screen > span { grid-column: 1 / -1; color: var(--muted); font-size: .75rem; }
.mini-cta { grid-column: 1 / -1; margin-top: 6px; padding: 7px; border-radius: 8px; background: var(--accent); color: white; text-align: center; font-size: .75rem; font-weight: 700; }
.journey-result { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.journey-result div { display: flex; flex-direction: column; padding: 11px 13px; border: 1px solid var(--line); border-radius: 9px; background: var(--soft); }
.journey-result small { color: var(--muted); font-size: .75rem; }
.journey-result strong { font-size: .78rem; }
.journey-path { position: relative; display: grid; grid-template-columns: repeat(4,1fr); gap: 8px; margin-top: 17px; padding-top: 20px; isolation: isolate; }
.journey-path::before { content: ""; position: absolute; left: 7%; right: 7%; top: 7px; height: 1px; background: rgba(42,75,216,.24); }
.journey-path::after { content: ""; position: absolute; left: 7%; top: 4px; width: 7px; height: 7px; border-radius: 50%; background: var(--accent); box-shadow: 0 0 0 3px rgba(42,75,216,.1), 0 0 12px rgba(42,75,216,.5); animation: signal-travel 5.2s cubic-bezier(.45,.05,.55,.95) infinite; }
.journey-path span { color: var(--muted); font-size: .75rem; font-weight: 600; text-align: center; }
@keyframes signal-travel { 0% { left: 7%; opacity: 0; } 7% { opacity: 1; } 92% { opacity: 1; } 100% { left: calc(93% - 7px); opacity: 0; } }

.brand-touchpoints { padding: 64px 0; border-top: 1px solid var(--line); }
.brand-touchpoints-grid { display: grid; grid-template-columns: .92fr 1.08fr; gap: 48px; align-items: center; }
.brand-touchpoints h2 { margin: 0 0 22px; color: var(--ink); font-size: clamp(2rem, 4.3vw, 3.3rem); line-height: 1.1; }
.touchpoints-lead { margin: 0; color: #616976; font-size: 1.0625rem; line-height: 1.7; }
.touchpoints-benefits { list-style: none; padding: 0; margin: 26px 0; display: grid; gap: 12px; }
.touchpoints-benefits li { display: flex; gap: 11px; align-items: flex-start; }
.touchpoints-benefits li::before, .plan-features li::before { content: "✓"; color: var(--accent); font-weight: 700; flex: none; }
.touchpoints-visual { min-width: 0; }
.touchpoints-visual figure { margin: 0; }
.touchpoints-visual img { width: 100%; height: auto; display: block; aspect-ratio: 4 / 3; border-radius: var(--radius); background: var(--soft); }
.touchpoints-visual figcaption { margin-top: 10px; font-size: .8125rem; color: #616976; }
.touchpoints-studio-link { display: flex; flex-wrap: wrap; align-items: center; gap: 9px 16px; min-height: 54px; margin-top: 20px; padding: 16px 20px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface); color: var(--accent); font-weight: 600; }
.touchpoints-studio-link small { margin-left: auto; color: #616976; font-size: .8125rem; font-weight: 400; }
.touchpoints-studio-link:hover { border-color: var(--accent); }
.pricing-comparison summary { min-height: 48px; padding: 17px 22px; color: var(--accent); font-weight: 600; cursor: pointer; }
.touchpoints-process { list-style: none; padding: 20px 0; margin: 36px 0 0; display: flex; flex-wrap: wrap; justify-content: space-between; gap: 14px 24px; border-block: 1px solid var(--line); font-size: .9375rem; }
.touchpoints-process li { display: flex; gap: 10px; align-items: baseline; }
.touchpoints-process span { color: var(--accent); font-weight: 700; }

.section { padding: 120px 0; }
.section-heading { max-width: 790px; margin-bottom: 56px; }
.section-heading h2, .how h2, .faq h2, .industry-origin h2 { margin: 0; font-size: clamp(2.35rem, 4vw, 4.05rem); line-height: 1.07; }
.section-heading > p:last-child { max-width: 680px; margin: 23px 0 0; color: var(--muted); font-size: 1.08rem; }
.platform { background: var(--soft); }
.feature-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.feature { min-height: 390px; padding: 32px; position: relative; overflow: hidden; display: flex; flex-direction: column; border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface); }
.feature-primary { border-top: 2px solid var(--accent); }
.motion-enabled .feature-motion { opacity: 0; will-change: transform, opacity; }
.motion-enabled .feature-motion-left { transform: translate3d(-13px, 4px, 0); transition: opacity 340ms ease-out, transform 420ms cubic-bezier(.22,.61,.36,1); }
.motion-enabled .feature-motion-up { transform: translate3d(0, 14px, 0); transition: opacity 390ms cubic-bezier(.4,0,.2,1), transform 450ms cubic-bezier(.2,.7,.3,1); }
.motion-enabled .feature-motion-right { transform: translate3d(13px, 3px, 0); transition: opacity 370ms ease-in-out, transform 430ms cubic-bezier(.25,.46,.45,.94); }
.motion-enabled .feature-motion-down { transform: translate3d(0, -10px, 0); transition: opacity 420ms cubic-bezier(.33,1,.68,1), transform 470ms cubic-bezier(.22,.61,.36,1); }
.motion-enabled .feature-motion-soft-left { transform: translate3d(-9px, 9px, 0); transition: opacity 400ms cubic-bezier(.4,0,.2,1), transform 460ms cubic-bezier(.16,1,.3,1); }
.motion-enabled .feature-motion-soft-up { transform: translate3d(7px, 12px, 0); transition: opacity 360ms ease-out, transform 440ms cubic-bezier(.22,.61,.36,1); }
.motion-enabled .feature-motion.is-visible { opacity: 1; transform: translate3d(0,0,0); }
.feature-number { margin-bottom: 44px; color: var(--accent); font: 700 .78rem/1 "Manrope",sans-serif; }
.feature-label { margin: 0 0 10px !important; color: var(--accent) !important; font-size: .75rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.feature h3 { max-width: 510px; margin: 0 0 13px; font-size: clamp(1.45rem, 1.9vw, 1.9rem); line-height: 1.18; }
.feature > p { max-width: 550px; margin: 0; color: var(--muted); }
.feature-points { list-style: none; margin: auto 0 0; padding: 28px 0 0; display: grid; gap: 9px; }
.feature-points li { display: flex; align-items: flex-start; gap: 9px; color: #454c59; font-size: .8rem; font-weight: 600; }
.feature-points li::before { content: ""; width: 6px; height: 6px; flex: 0 0 auto; margin-top: .43em; border-radius: 50%; background: var(--accent); }
.profile-stack { display: flex; flex-direction: column; gap: 7px; margin-top: auto; padding-top: 28px; }
.profile-stack span { padding: 11px 13px; border: 1px solid var(--line); border-radius: 8px; background: var(--page); color: #3f4653; font-size: .78rem; font-weight: 600; }
.profile-stack span:nth-child(2) { margin-left: 14px; }
.support-note { margin-top: auto; padding-top: 30px; display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 12px; border-top: 1px solid var(--line); color: var(--muted); font-size: .78rem; }
.support-note strong { color: var(--accent); font-size: .78rem; }
.loyalty-stamp { margin-top: auto; padding-top: 30px; display: grid; grid-template-columns: repeat(3,1fr); gap: 7px; }
.loyalty-stamp span { min-height: 46px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 8px; background: var(--soft); color: var(--ink); font-size: .76rem; }
.loyalty-stamp span:last-child { border-color: rgba(42,75,216,.24); background: var(--accent-soft); color: var(--accent); font-weight: 700; }
.chat-preview { margin-top: auto; padding-top: 30px; display: flex; flex-direction: column; gap: 8px; }
.chat-preview span { max-width: 90%; padding: 11px 13px; border: 1px solid var(--line); border-radius: 10px 10px 10px 3px; background: var(--soft); font-size: .78rem; }
.chat-preview span:last-child { align-self: flex-end; border-color: var(--accent); border-radius: 10px 10px 3px 10px; background: var(--accent); color: white; }
.touchpoint-callout { margin-top: auto; padding-top: 26px; }
.touchpoint-callout > strong { color: var(--accent); font: 700 .88rem/1.35 "Manrope",sans-serif; }
.touchpoint-callout > p { margin: 8px 0 14px; color: var(--muted); font-size: .82rem; line-height: 1.55; }
.touchpoint-types { display: flex; flex-wrap: wrap; gap: 7px; }
.touchpoint-types span { padding: 7px 9px; border: 1px solid var(--line); border-radius: 8px; background: var(--soft); color: #454c59; font-size: .75rem; font-weight: 600; }
.growth-path { margin-top: auto; padding-top: 38px; display: grid; grid-template-columns: auto 1fr auto 1fr auto; align-items: center; gap: 9px; }
.growth-path span { padding: 8px 10px; border: 1px solid var(--line); border-radius: 8px; background: var(--soft); font-size: .75rem; font-weight: 700; text-align: center; }
.growth-path i { height: 1px; background: rgba(42,75,216,.35); }
.metrics-row { margin-top: 16px; display: grid; grid-template-columns: repeat(2,1fr); gap: 16px; }
.metrics-row div { min-height: 144px; padding: 24px; display: flex; flex-direction: column; justify-content: space-between; border: 1px solid var(--line); border-radius: var(--radius); background: var(--page); }
.metrics-row strong { color: var(--accent); font: 700 1.55rem/1.1 "Manrope",sans-serif; letter-spacing: -.035em; }
.metrics-row span { max-width: 290px; color: var(--muted); font-size: .8rem; line-height: 1.5; }

.how { background: var(--surface); }
.how-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 96px; }
.how-intro { position: sticky; top: 124px; align-self: start; }
.how-intro > p:not(.eyebrow) { max-width: 490px; color: var(--muted); font-size: 1.04rem; }
.text-link { display: inline-flex; gap: 11px; margin-top: 17px; color: var(--accent); font-weight: 700; }
.steps { --step-progress: 0; list-style: none; margin: 0; padding: 0; position: relative; }
.steps::before, .steps::after { content: ""; position: absolute; left: 19px; top: 21px; bottom: 88px; width: 1px; pointer-events: none; }
.steps::before { background: rgba(42,75,216,.15); }
.steps::after { background: var(--accent); transform: scaleY(var(--step-progress)); transform-origin: top; transition: transform 350ms cubic-bezier(.22,.61,.36,1); }
.steps li { position: relative; z-index: 1; display: grid; grid-template-columns: 50px 1fr; gap: 28px; padding: 10px 0 44px; margin-bottom: 34px; border-bottom: 1px solid var(--line); opacity: .35; transition: opacity 280ms ease-out; }
.steps li > span { width: 40px; height: 40px; display: grid; place-items: center; border: 1px solid rgba(42,75,216,.22); border-radius: 50%; background: var(--surface); color: #8790a0; font-weight: 700; transition: color 200ms ease, border-color 260ms cubic-bezier(.4,0,.2,1), background 300ms cubic-bezier(.33,1,.68,1), box-shadow 340ms ease-out; }
.steps li.is-active { opacity: 1; }
.steps li.is-active > span { color: white; border-color: var(--accent); background: var(--accent); box-shadow: 0 0 0 5px rgba(42,75,216,.07); }
.steps h3 { margin: 0 0 9px; font-size: 1.5rem; }
.steps p { max-width: 580px; margin: 0; color: var(--muted); }

.industries { padding-top: 100px; background: var(--soft); }
.industry-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: 70px; align-items: center; }
.industry-origin > p:last-child { max-width: 700px; margin: 24px 0 0; color: var(--muted); font-size: 1.02rem; }
.industry-image { min-height: 440px; margin: 0; overflow: hidden; border-radius: var(--radius); background: #dfe2e8; box-shadow: 0 24px 70px rgba(18,21,28,.1); }
.industry-image img { width: 100%; height: 100%; min-height: 440px; display: block; object-fit: cover; }

.differentiator { padding: 28px 0 110px; background: var(--soft); }
.differentiator-card { padding: 58px 60px; border: 1px solid var(--line); border-left: 3px solid var(--accent); border-radius: var(--radius); background: var(--surface); }
.differentiator-card h2 { max-width: 850px; margin: 0; font-size: clamp(2.3rem,4.2vw,4.35rem); line-height: 1.04; }
.differentiator-card > p:not(.eyebrow) { max-width: 720px; margin: 24px 0 36px; color: var(--muted); font-size: 1.04rem; }
.differentiator-flow { max-width: 730px; display: grid; grid-template-columns: auto minmax(34px,1fr) auto minmax(34px,1fr) auto; align-items: center; gap: 11px; }
.differentiator-flow span { padding: 9px 13px; border: 1px solid var(--line); border-radius: 8px; background: var(--soft); color: #3f4653; font-size: .78rem; font-weight: 700; text-align: center; }
.differentiator-flow i { height: 1px; background: rgba(42,75,216,.45); }

.pricing { padding-top: 44px; background: #f0f3f9; }
.pricing-heading { max-width: 670px; margin-bottom: 28px; }
.pricing-heading h2 { margin: 0; color: var(--ink); font-size: clamp(2rem, 4vw, 3.3rem); line-height: 1.1; }
.pricing-heading > p:last-child { margin: 22px 0 0; color: #616976; font-size: 1.0625rem; }
.pricing-setup { display: grid; grid-template-columns: 1fr auto; gap: 20px; align-items: center; padding: 22px 26px; margin: 28px 0 20px; background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); }
.pricing-setup strong { display: block; color: var(--ink); font-size: 1.0625rem; }
.pricing-setup p { margin: 5px 0 0; color: #616976; }
.pricing-setup-amount { text-align: right; }
.pricing-setup-amount strong { font-size: 1.5rem; white-space: nowrap; }
.pricing-setup-amount small { font-size: 1rem; }
.pricing-setup-amount span { display: block; color: #616976; font-size: .875rem; }
.keyring-extras { grid-template-columns: 1fr; background: var(--page); }
.keyring-extras h3 { margin: 0; font-size: 1.25rem; }
.keyring-extras > div > p { max-width: 680px; font-size: .9375rem; }
.keyring-pack-prices { display: flex; flex-wrap: wrap; gap: 20px 48px; }
.keyring-pack-prices .pricing-setup-amount { text-align: left; }
.keyring-pack-prices strong { font-size: 1rem; }
.keyring-pack-prices p { color: var(--ink); font-size: 1.5rem; font-weight: 700; }
.keyring-pack-prices button { margin-top: 14px; cursor: pointer; }
.pricing-plans { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; min-width: 0; margin: 0; padding: 0; border: 0; }
.plan-card { min-width: 0; padding: 30px; background: var(--surface); color: var(--ink); border: 1px solid var(--line); border-radius: var(--radius); }
.plan-card:has([data-plan-choice]:checked) { border-color: var(--accent); box-shadow: inset 0 0 0 1px var(--accent); }
.plan-choice { display: flex; align-items: center; gap: 10px; min-height: 48px; margin-top: 20px; padding: 10px 14px; border: 1px solid var(--line); border-radius: 8px; color: var(--ink); font-weight: 600; cursor: pointer; }
.plan-choice input { width: 20px; height: 20px; margin: 0; accent-color: var(--accent); flex: none; }
.plan-choice:has(input:checked) { border-color: var(--accent); background: #edf1ff; }
.plan-choice:focus-within { outline: 2px solid var(--accent); outline-offset: 3px; }
.plan-tag { margin: 0 0 14px; color: var(--accent); font-size: .8125rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.plan-card h3 { margin: 0; color: var(--ink); font-size: 1.875rem; line-height: 1.2; }
.plan-description { min-height: 78px; margin: 14px 0 0; color: #616976; }
.plan-price { display: flex; flex-wrap: wrap; align-items: baseline; gap: 4px 10px; margin: 24px 0 4px; color: var(--ink); font: 700 2.625rem/1.2 "Manrope", sans-serif; letter-spacing: -.045em; }
.plan-price small { font: 400 .875rem/1.5 "DM Sans", sans-serif; letter-spacing: 0; color: #616976; }
.plan-vat { margin: 0; color: #616976; font-size: .875rem; }
.plan-card hr { margin: 26px 0; border: 0; border-top: 1px solid var(--line); }
.plan-features { list-style: none; padding: 0; margin: 0; display: grid; gap: 19px; }
.plan-features li { position: relative; padding-left: 24px; color: #616976; }
.plan-features li::before { position: absolute; left: 0; }
.plan-features strong { display: block; margin-bottom: 4px; color: var(--ink); font-weight: 600; line-height: 1.4; }
.plan-includes { margin: 0 0 24px; padding: 13px 15px; border-radius: 8px; background: #edf1ff; color: #233faa; font-weight: 600; }
.pricing-note { max-width: 870px; margin: 22px 0; color: #616976; font-size: .875rem; }
.pricing-comparison { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); }
.pricing-comparison table { width: 100%; table-layout: fixed; border-collapse: collapse; text-align: left; font-size: .9375rem; color: var(--ink); }
.pricing-comparison th, .pricing-comparison td { padding: 14px 20px; border-top: 1px solid var(--line); vertical-align: top; overflow-wrap: anywhere; }
.pricing-comparison th { font-weight: 600; }
.pricing-comparison th:not(:first-child), .pricing-comparison td:not(:first-child) { width: 22%; text-align: center; }
.pricing-comparison td:nth-child(3) { color: var(--accent); }
.pricing-help { display: flex; justify-content: center; margin: 20px 0 28px; }
.pricing-cta { max-width: 100%; cursor: pointer; }
.pricing-cta:disabled { opacity: .65; cursor: wait; }
.studio-back { color: var(--accent); font-weight: 600; font-size: .9375rem; }
.studio-main { padding-top: 152px; padding-bottom: 80px; }
.studio-heading { max-width: 740px; margin-bottom: 38px; }
.studio-heading h1 { color: var(--ink); font-size: clamp(2.5rem, 6vw, 5rem); }
.studio-heading > p:not(.eyebrow) { color: #616976; max-width: 650px; }
.studio-heading .studio-intro { color: var(--ink); font-size: clamp(1.25rem, 2.4vw, 1.75rem); font-weight: 500; margin: 22px 0; }
.studio-gallery { margin: 0; max-width: 900px; }
.studio-gallery img { width: 100%; height: auto; display: block; border-radius: var(--radius); background: var(--soft); }
.studio-gallery figcaption { color: #616976; margin-top: 12px; font-size: .8125rem; }
.studio-next { border-top: 1px solid var(--line); margin-top: 40px; padding-top: 32px; max-width: 900px; }
.studio-next h2 { margin: 0 0 16px; color: var(--ink); font-size: clamp(1.6rem, 3vw, 2.25rem); line-height: 1.2; }
.studio-next p { max-width: 620px; color: #616976; margin: 0 0 24px; }
.studio-footer { padding-top: 0; }
.studio-page .studio-footer .footer-bottom { margin-top: 0; }
@media (max-width: 700px) {
  .brand-touchpoints-grid, .pricing-plans, .pricing-setup { grid-template-columns: 1fr; }
  .brand-touchpoints { padding: 42px 0; }
  .brand-touchpoints-grid { gap: 32px; }
  .touchpoints-process { flex-direction: column; }
  .pricing-setup { padding: 22px; gap: 14px; }
  .pricing-setup-amount { text-align: left; }
  .plan-card { padding: 25px 22px; }
  .plan-description { min-height: 0; }
  .pricing-comparison th, .pricing-comparison td { padding: 12px 9px; font-size: .875rem; }
  .studio-main { padding-top: 125px; padding-bottom: 52px; }
  .studio-page .nav-wrap { gap: 16px; }
  .studio-page .wordmark { width: 124px; }
}

.faq { background: var(--page); }
.faq-grid { display: grid; grid-template-columns: .65fr 1.35fr; gap: 88px; }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { list-style: none; padding: 25px 46px 25px 0; position: relative; cursor: pointer; font: 600 1.08rem/1.42 "Manrope",sans-serif; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; right: 4px; top: 19px; color: var(--accent); font-size: 1.5rem; font-weight: 400; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { max-width: 670px; margin: -4px 0 25px; color: var(--muted); }

.final-cta { padding: 120px 0; background: rgba(42,75,216,.055); border-top: 1px solid rgba(42,75,216,.12); text-align: center; }
.final-inner { max-width: 900px; }
.final-inner h2 { margin: 0; font-size: clamp(2.75rem,5.2vw,5.25rem); line-height: 1; }
.final-inner > p:not(.eyebrow) { max-width: 650px; margin: 25px auto 31px; color: var(--muted); font-size: 1.07rem; }
.final-actions { display: flex; justify-content: center; flex-wrap: wrap; gap: 12px; }

.footer { padding: 66px 0 24px; border-top: 1px solid var(--line); background: var(--surface); color: var(--muted); }
.footer-main { display: grid; grid-template-columns: 1.4fr repeat(3,1fr); align-items: start; gap: 44px; }
.footer-logo { width: 124px; height: 30px; }
.footer-brand p { max-width: 230px; margin: 22px 0 5px; color: var(--ink); font-weight: 600; }
.footer-brand span { font-size: .8rem; }
.footer-column { display: flex; flex-direction: column; align-items: flex-start; gap: 8px; }
.footer-column strong { margin-bottom: 8px; color: var(--ink); font: 700 .84rem/1.3 "Manrope",sans-serif; }
.footer-column a, .footer-column button { min-height: 30px; padding: 2px 0; display: inline-flex; align-items: center; border: 0; background: none; color: var(--muted); font: inherit; font-size: .82rem; text-align: left; cursor: pointer; }
.footer-column a:hover, .footer-column button:hover { color: var(--accent); }
.footer-bottom { margin-top: 48px; padding-top: 20px; display: flex; justify-content: space-between; gap: 24px; border-top: 1px solid var(--line); font-size: .76rem; }
.footer-bottom p { margin: 0; }
.legal-dialog { width: min(560px,calc(100% - 28px)); padding: 0; border: 1px solid var(--line); border-radius: 16px; background: var(--surface); color: var(--ink); box-shadow: 0 30px 90px rgba(12,16,24,.24); }
.legal-dialog::backdrop { background: rgba(12,16,24,.52); backdrop-filter: blur(3px); }
.legal-dialog form { position: relative; padding: 34px; }
.legal-dialog h2 { margin: 0; font-size: 2rem; }
.legal-dialog [data-legal-dialog-copy] { margin: 18px 0 28px; color: var(--muted); }
.legal-dialog [data-legal-dialog-copy] p { margin: 0 0 10px; }
.legal-dialog-close { position: absolute; top: 16px; right: 16px; width: 38px; height: 38px; border: 1px solid var(--line); border-radius: 50%; background: var(--soft); color: var(--ink); font-size: 1.35rem; cursor: pointer; }

.concierge-widget { position: fixed; right: 22px; bottom: 22px; z-index: 90; display: flex; flex-direction: column; align-items: flex-end; gap: 12px; }
.concierge-bubble { min-width: 236px; padding: 10px 15px 10px 10px; display: flex; align-items: center; gap: 11px; border: 1px solid var(--accent); border-radius: 12px; background: var(--accent); color: white; box-shadow: 0 16px 42px rgba(42,75,216,.24); cursor: pointer; text-align: left; transition: transform 200ms ease-out, box-shadow 270ms cubic-bezier(.22,.61,.36,1), filter 220ms ease-in-out; }
.concierge-bubble:hover { transform: translateY(-1px); filter: brightness(.92); box-shadow: 0 20px 48px rgba(42,75,216,.28); }
.concierge-bubble-icon { width: 39px; height: 39px; position: relative; flex: 0 0 auto; border: 1px solid rgba(255,255,255,.42); border-radius: 9px; background: rgba(255,255,255,.12); }
.concierge-bubble-icon i:first-child { position: absolute; width: 17px; height: 13px; left: 10px; top: 10px; border: 2px solid white; border-radius: 7px; }
.concierge-bubble-icon i:last-child { position: absolute; width: 6px; height: 6px; left: 21px; top: 21px; border-left: 2px solid white; transform: rotate(-35deg); }
.concierge-bubble span:last-child { display: flex; flex-direction: column; line-height: 1.3; }
.concierge-bubble strong { font: 700 .86rem/1.25 "Manrope",sans-serif; }
.concierge-bubble small { color: rgba(255,255,255,.74); font-size: .75rem; }
.concierge-panel { width: min(430px, calc(100vw - 32px)); height: min(680px, calc(100vh - 112px)); overflow: hidden; border: 1px solid var(--line-strong); border-radius: 12px; background: var(--surface); box-shadow: 0 26px 80px rgba(18,21,28,.2); transform-origin: right bottom; animation: concierge-open 270ms cubic-bezier(.22,.61,.36,1) both; }
.concierge-panel[hidden] { display: none; }
.concierge-panel-header { min-height: 70px; padding: 0 14px 0 17px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); background: var(--surface); color: var(--ink); }
.concierge-panel-header > div { min-width: 0; display: flex; align-items: center; gap: 10px; }
.concierge-panel-header div div { min-width: 0; display: flex; flex-direction: column; line-height: 1.25; }
.concierge-panel-header strong { font: 700 .86rem/1.3 "Manrope",sans-serif; }
.concierge-panel-header small { color: var(--muted); font-size: .75rem; }
.concierge-status { width: 9px; height: 9px; flex: 0 0 auto; border-radius: 50%; background: #239b67; box-shadow: 0 0 0 4px rgba(35,155,103,.1); }
.concierge-panel-header button { width: 38px; height: 38px; border: 1px solid var(--line); border-radius: 9px; background: var(--soft); color: var(--ink); cursor: pointer; font-size: 1.4rem; line-height: 1; }
.concierge-body { height: calc(100% - 70px); display: grid; grid-template-rows: 1fr auto auto auto; background: var(--soft); }
.concierge-messages { padding: 18px; overflow-y: auto; display: flex; flex-direction: column; gap: 10px; }
.concierge-message { max-width: 86%; margin: 0; padding: 11px 13px; border: 1px solid var(--line); border-radius: 10px 10px 10px 3px; background: var(--surface); color: var(--ink); font-size: .82rem; line-height: 1.5; }
.concierge-message.is-user { align-self: flex-end; border-color: var(--accent); border-radius: 10px 10px 3px 10px; background: var(--accent); color: white; }
.concierge-message.is-status { color: var(--muted); background: transparent; border-style: dashed; }
.concierge-inline { padding: 0 14px 10px; }
.concierge-slots { display: grid; grid-template-columns: repeat(2,1fr); gap: 7px; max-height: 170px; overflow-y: auto; }
.concierge-slot { min-height: 42px; padding: 8px; border: 1px solid var(--line); border-radius: 8px; background: var(--surface); color: var(--ink); cursor: pointer; font-size: .75rem; font-weight: 700; transition: border-color 170ms ease-out, background 210ms ease-in-out; }
.concierge-slot:hover { border-color: var(--accent); background: var(--accent-soft); }
.concierge-calendar-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; padding: 12px; border: 1px solid var(--line); border-radius: 10px; background: var(--surface); }
.concierge-calendar-link { min-height: 42px; padding: 9px 10px; display: grid; place-items: center; border: 1px solid var(--line-strong); border-radius: 8px; background: var(--page); color: var(--ink); cursor: pointer; font: 700 .75rem/1.25 "DM Sans",sans-serif; text-align: center; text-decoration: none; transition: border-color 180ms ease-out, background 230ms cubic-bezier(.4,0,.2,1); }
.concierge-calendar-link:hover { border-color: var(--accent); background: var(--accent-soft); }
.concierge-calendar-link.is-primary { border-color: var(--accent); background: var(--accent); color: white; }
.concierge-calendar-link.is-primary:hover { background: #203fbd; }
.concierge-details { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; padding: 12px; border: 1px solid var(--line); border-radius: 10px; background: var(--surface); }
.concierge-details label { display: flex; flex-direction: column; gap: 4px; color: var(--muted); font-size: .75rem; font-weight: 700; }
.concierge-details label.is-wide { grid-column: 1 / -1; }
.concierge-details input, .concierge-details textarea { width: 100%; min-height: 40px; padding: 8px 10px; border: 1px solid var(--line-strong); border-radius: 8px; color: var(--ink); background: var(--page); font: 500 .78rem/1.4 "DM Sans",sans-serif; outline: none; }
.concierge-details textarea { min-height: 68px; resize: vertical; }
.concierge-details input:focus, .concierge-details textarea:focus { border-color: var(--accent); box-shadow: 0 0 0 3px rgba(42,75,216,.08); }
.concierge-details button { grid-column: 1 / -1; min-height: 42px; border: 0; border-radius: 8px; background: var(--accent); color: white; cursor: pointer; font-size: .78rem; font-weight: 700; }
.concierge-details button:disabled { opacity: .55; cursor: wait; }
.concierge-chat-form { padding: 11px 12px; display: grid; grid-template-columns: 1fr 42px; gap: 8px; border-top: 1px solid var(--line); background: var(--surface); }
.concierge-chat-form input { min-width: 0; min-height: 42px; padding: 0 13px; border: 1px solid var(--line-strong); border-radius: 8px; color: var(--ink); outline: none; }
.concierge-chat-form input:focus { border-color: var(--accent); box-shadow: 0 0 0 3px rgba(42,75,216,.08); }
.concierge-chat-form button { border: 0; border-radius: 8px; background: var(--accent); color: white; cursor: pointer; font-size: 1rem; }
.concierge-privacy { margin: 0; padding: 0 14px 10px; background: var(--surface); color: var(--muted); font-size: .75rem; text-align: center; }
@keyframes concierge-open { from { opacity: 0; transform: translateY(7px) scale(.988); } to { opacity: 1; transform: none; } }

@media (max-width: 1080px) {
  .nav { gap: 18px; }
  .nav-login { padding-inline: 12px; }
  .hero-grid { gap: 44px; }
}

@media (max-width: 920px) {
  :root { --shell: min(100% - 34px, 720px); }
  .nav-wrap { min-height: 72px; }
  .menu-button { display: flex; width: 44px; height: 44px; flex-direction: column; justify-content: center; gap: 5px; align-items: end; cursor: pointer; }
  .menu-button span:not(.sr-only) { width: 24px; height: 2px; background: var(--ink); transition: width 180ms ease; }
  .menu-button span:nth-child(2) { width: 17px; }
  .nav { display: none; position: absolute; top: 72px; left: 17px; right: 17px; padding: 16px; flex-direction: column; align-items: stretch; gap: 2px; border: 1px solid var(--line); border-radius: 12px; background: rgba(255,255,255,.98); box-shadow: var(--shadow); }
  .nav.open { display: flex; }
  .nav a { min-height: 44px; padding: 10px 12px; }
  .nav-login { margin-top: 8px; border-color: rgba(42,75,216,.34); }
  .nav-cta { justify-content: center; margin-top: 6px; color: white; }
  .hero { min-height: auto; padding: 126px 0 74px; }
  .hero-grid { grid-template-columns: 1fr; gap: 52px; }
  .hero-copy { max-width: 700px; }
  .hero-visual { max-width: 720px; width: 100%; min-height: 460px; margin-inline: auto; }
  .hero-slides img { min-height: 460px; }
  .section { padding: 92px 0; }
  .how-grid, .industry-layout, .faq-grid { grid-template-columns: 1fr; gap: 52px; }
  .how-intro { position: static; }
  .metrics-row { grid-template-columns: 1fr; }
  .metrics-row div { min-height: 124px; }
  .differentiator-card { padding: 44px; }
  .footer-main { grid-template-columns: 1.3fr 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 620px) {
  :root { --shell: calc(100% - 28px); }
  .wordmark { width: 126px; height: 30px; }
  h1 { font-size: clamp(2.55rem, 12.5vw, 3.6rem); }
  .hero { padding-top: 112px; }
  .hero-actions, .final-actions { flex-direction: column; align-items: stretch; }
  .hero-proof { gap: 10px 17px; }
  .hero-visual { order: -1; min-height: 360px; }
  .hero-slides img { min-height: 360px; }
  .hero-visual figcaption { right: 24px; bottom: 64px; }
  .hero-carousel-controls { left: 20px; right: auto; }
  .journey-stage { min-height: 310px; grid-template-columns: .66fr 18px 1.34fr; }
  .tap-rings { transform: scale(.7); }
  .touchpoint strong { font-size: .75rem; }
  .journey-result { gap: 6px; }
  .journey-path { grid-template-columns: 1fr 1fr; padding-top: 0; }
  .journey-path::before, .journey-path::after { display: none; }
  .journey-path span { padding: 6px 8px; border: 1px solid var(--line); border-radius: 7px; background: var(--soft); }
  .section-heading { margin-bottom: 40px; }
  .section-heading h2, .how h2, .faq h2, .industry-origin h2 { font-size: 2.3rem; }
  .feature-grid { grid-template-columns: 1fr; }
  .feature { min-height: 360px; padding: 25px; }
  .feature-number { margin-bottom: 34px; }
  .growth-path { grid-template-columns: 1fr; }
  .growth-path i { width: 1px; height: 14px; justify-self: center; }
  .steps li { grid-template-columns: 40px 1fr; gap: 14px; }
  .industry-image, .industry-image img { min-height: 320px; }
  .differentiator { padding-bottom: 76px; }
  .differentiator-card { padding: 33px 21px; }
  .differentiator-flow { grid-template-columns: 1fr; justify-items: stretch; }
  .differentiator-flow i { width: 1px; height: 17px; justify-self: center; }
  .footer-main { grid-template-columns: 1fr 1fr; gap: 38px 24px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-bottom { flex-direction: column; }
  .legal-dialog form { padding: 28px 22px 22px; }
  .concierge-widget { right: 14px; bottom: 14px; }
  .concierge-panel { width: calc(100vw - 28px); height: calc(100dvh - 92px); }
  .concierge-bubble { min-width: 0; padding: 8px; }
  .concierge-bubble > span:last-child { display: none; }
  .concierge-calendar-actions { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
  .journey-path::after { display: none; }
  .motion-enabled .feature-motion { opacity: 1; transform: none; }
  .steps { --step-progress: 1 !important; }
  .steps li { opacity: 1; }
  .steps li > span, .steps li.is-active > span { color: var(--accent); border-color: rgba(42,75,216,.22); background: var(--surface); box-shadow: none; }
}

/* Display the supplied wordmark intact, using its original image as the source. */
.ouvora-logo-frame { position: relative; display: block; width: 100%; aspect-ratio: 1014 / 200; overflow: hidden; mix-blend-mode: multiply; }
.ouvora-logo-frame img { position: absolute; display: block; width: 118.2446%; max-width: none; height: auto; left: -9.073%; top: -271.5%; object-fit: fill; filter: hue-rotate(-36deg); }
#ouvora-explorer .ov-logo-pad .ouvora-logo-frame { width: 126px; flex-shrink: 0; }
.referral-programme { padding: 64px 0; background: var(--page); }
.referral-programme-inner { display: grid; grid-template-columns: 1fr 1.35fr; gap: 64px; align-items: center; }
.referral-programme .eyebrow { margin-bottom: 14px; }
.referral-programme h2 { margin: 0; font-size: clamp(1.75rem, 3vw, 2.75rem); line-height: 1.15; }
.referral-programme-copy p { margin: 0; color: var(--muted); font-size: 1rem; line-height: 1.7; }
.referral-programme-copy p + p { margin-top: 16px; }
.referral-programme-copy strong { color: var(--ink); }
@media (max-width: 700px) {
  .referral-programme { padding: 42px 0; }
  .referral-programme-inner { grid-template-columns: 1fr; gap: 24px; }
}
