:root {
    --navy-950: #061a31;
    --navy-900: #08243f;
    --navy-800: #113b5d;
    --teal-700: #007f86;
    --teal-600: #009da5;
    --teal-500: #08bfc2;
    --teal-100: #dcf6f5;
    --sky-50: #f3f8fb;
    --sky-100: #e8f2f7;
    --ink: #0a2139;
    --muted: #5d7086;
    --line: #d5e2e9;
    --surface: #fff;
    --warning: #9a5a05;
    --error: #a62f3c;
    --success: #087c68;
    --radius-sm: 10px;
    --radius-md: 18px;
    --radius-lg: 28px;
    --shadow-sm: 0 8px 24px rgba(6, 26, 49, .07);
    --shadow-lg: 0 28px 70px rgba(6, 26, 49, .16);
    --shell: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 88px; }
body { margin: 0; background: #fff; color: var(--ink); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; -webkit-font-smoothing: antialiased; }
body.nav-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.shell { width: min(var(--shell), calc(100% - 40px)); margin-inline: auto; }
.sr-only, .honeypot { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0, 0, 0, 0) !important; white-space: nowrap !important; border: 0 !important; }
.skip-link { position: fixed; z-index: 100; top: 10px; left: 10px; padding: 10px 14px; background: #fff; color: var(--navy-950); border-radius: 8px; transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }
.icon { width: 1.25em; height: 1.25em; flex: 0 0 auto; }

.site-header { position: absolute; z-index: 30; top: 0; right: 0; left: 0; border-bottom: 1px solid rgba(255,255,255,.14); color: #fff; transition: background .2s ease, box-shadow .2s ease; }
.site-header.is-scrolled, .site-header--solid { position: sticky; background: rgba(255,255,255,.96); color: var(--ink); box-shadow: 0 7px 24px rgba(6,26,49,.08); backdrop-filter: blur(14px); }
.site-header__inner { display: flex; min-height: 78px; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 11px; flex: 0 0 auto; color: inherit; font-size: 1.4rem; font-weight: 900; letter-spacing: -.025em; text-decoration: none; }
.brand img { width: 44px; height: 44px; border-radius: 11px; object-fit: cover; }
.site-nav { display: flex; align-items: center; gap: 24px; font-size: .91rem; font-weight: 760; }
.site-nav a { text-decoration: none; }
.site-nav > a:not(.button):hover, .site-nav > a:not(.button):focus-visible { color: var(--teal-500); }
.site-nav__access { padding-left: 20px; border-left: 1px solid currentColor; }
.nav-toggle { display: none; width: 44px; height: 44px; place-items: center; border: 1px solid currentColor; border-radius: 12px; background: transparent; color: inherit; }
.nav-toggle__close { display: none; }
.nav-toggle[aria-expanded="true"] .nav-toggle__open { display: none; }
.nav-toggle[aria-expanded="true"] .nav-toggle__close { display: block; }

.button { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; gap: 10px; padding: 0 22px; border: 1px solid transparent; border-radius: var(--radius-sm); font-weight: 820; line-height: 1; text-decoration: none; cursor: pointer; transition: transform .16s ease, box-shadow .16s ease, background .16s ease, border-color .16s ease; }
.button:hover, .button:focus-visible { transform: translateY(-1px); }
.button:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible, .pricing-mode button:focus-visible, .nav-toggle:focus-visible { outline: 3px solid rgba(8,191,194,.32); outline-offset: 2px; }
.button--primary { background: linear-gradient(135deg, var(--teal-500), var(--teal-700)); color: #fff; box-shadow: 0 12px 26px rgba(0,157,165,.24); }
.button--primary:hover { box-shadow: 0 15px 32px rgba(0,157,165,.32); }
.button--ghost { border-color: rgba(255,255,255,.44); color: #fff; background: rgba(255,255,255,.08); }
.button--outline { border-color: #9cc5ce; color: var(--teal-700); background: #fff; }
.button--small { min-height: 42px; padding-inline: 16px; }
.button-row { display: flex; flex-wrap: wrap; gap: 12px; }

.hero { position: relative; min-height: 760px; overflow: hidden; background: var(--navy-950); color: #fff; }
.hero > picture { position: absolute; inset: 0; display: block; }
.hero__image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero__veil { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(5,22,41,.98) 0%, rgba(5,22,41,.94) 38%, rgba(5,22,41,.50) 67%, rgba(5,22,41,.22) 100%); }
.hero::after { position: absolute; right: -9%; bottom: -36%; width: 620px; height: 620px; border: 1px solid rgba(8,191,194,.28); border-radius: 50%; content: ""; }
.hero__inner { position: relative; z-index: 2; display: flex; min-height: 760px; align-items: center; padding-top: 78px; }
.hero__content { display: grid; max-width: 720px; gap: 25px; padding-block: 68px; }
.eyebrow { display: block; color: #4de4dd; font-size: .75rem; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }
.eyebrow--dark { color: var(--teal-700); }
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 760px; margin-bottom: 0; font-size: clamp(2.7rem, 5.4vw, 4.95rem); line-height: 1.02; letter-spacing: -.045em; }
.hero__content > p { max-width: 660px; margin-bottom: 0; color: rgba(255,255,255,.79); font-size: clamp(1.08rem, 1.7vw, 1.3rem); line-height: 1.65; }
.hero__proof { display: flex; flex-wrap: wrap; gap: 12px 22px; margin: 2px 0 0; padding: 0; list-style: none; color: rgba(255,255,255,.78); font-size: .9rem; font-weight: 700; }
.hero__proof li { display: inline-flex; align-items: center; gap: 7px; }
.hero__proof .icon { color: #4de4dd; }
.trust-strip { border-bottom: 1px solid var(--line); background: #fff; }
.trust-strip__inner { display: grid; grid-template-columns: repeat(4, 1fr); min-height: 82px; align-items: center; }
.trust-strip span { padding: 11px 24px; color: var(--navy-800); font-size: .86rem; font-weight: 820; text-align: center; }
.trust-strip span + span { border-left: 1px solid var(--line); }

.section { padding: 92px 0; }
.section--soft { background: var(--sky-50); }
.section--navy { background: var(--navy-950); color: #fff; }
.section-heading { margin-bottom: 38px; }
.section-heading--split { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(330px, .75fr); gap: 70px; align-items: end; }
.section-heading--center { max-width: 760px; margin-inline: auto; text-align: center; }
.section-heading .eyebrow { margin-bottom: 13px; }
h2 { margin-bottom: 0; font-size: clamp(2.2rem, 4.4vw, 3.9rem); line-height: 1.02; letter-spacing: -.04em; }
.section-heading > p, .section-heading--split > p { margin-bottom: 0; color: var(--muted); font-size: 1.04rem; line-height: 1.7; }
.section-heading--center > p { margin-top: 16px; }

.section--solutions { position: relative; overflow: hidden; background: radial-gradient(circle at 4% 68%, rgba(8,191,194,.07) 0 145px, transparent 146px), radial-gradient(circle at 103% 42%, rgba(8,191,194,.055) 0 180px, transparent 181px), #fff; }
.section--solutions::before { position: absolute; right: -95px; top: 78px; width: 270px; height: 270px; border: 1px solid rgba(8,191,194,.38); border-radius: 50%; content: ""; pointer-events: none; }
.section--solutions .shell, .section--sectors .shell, .section--plans .shell { width: min(1320px, calc(100% - 48px)); }
.solution-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; }
.solution-card { position: relative; display: flex; min-height: 258px; overflow: hidden; flex-direction: column; padding: 22px 22px 20px; border: 1px solid #dce9ee; border-radius: var(--radius-md); background: rgba(255,255,255,.94); box-shadow: 0 12px 34px rgba(6,26,49,.06); transition: border-color .16s ease, transform .16s ease, box-shadow .16s ease; }
.solution-card:hover { z-index: 2; border-color: rgba(8,191,194,.42); transform: translateY(-3px); box-shadow: 0 18px 38px rgba(6,26,49,.10); }
.solution-card::after { position: absolute; right: -18%; bottom: -45px; left: -18%; height: 92px; border-radius: 50% 50% 0 0; background: linear-gradient(135deg, rgba(8,191,194,.025), rgba(8,191,194,.12)); content: ""; pointer-events: none; }
.solution-card__top { display: flex; min-height: 48px; align-items: flex-start; justify-content: space-between; gap: 12px; }
.solution-card__badge { padding: 8px 12px; border-radius: 999px; background: var(--teal-100); color: var(--teal-700); font-size: .67rem; font-weight: 900; letter-spacing: .04em; text-transform: uppercase; }
.icon-box { display: inline-grid; width: 46px; height: 46px; place-items: center; border-radius: 13px; background: var(--teal-100); color: var(--teal-700); }
.icon-box--large { width: 62px; height: 62px; border-radius: 18px; font-size: 1.3rem; }
.solution-card h3 { margin: 18px 0 9px; font-size: 1.12rem; }
.solution-card p { margin-bottom: 42px; color: var(--muted); font-size: .9rem; line-height: 1.58; }
.solution-card > a { position: absolute; z-index: 2; right: 18px; bottom: 16px; display: grid; width: 38px; height: 38px; border-radius: 50%; background: var(--teal-100); color: var(--teal-700); place-items: center; }
.solution-card > a:hover, .solution-card > a:focus-visible { background: var(--teal-600); color: #fff; }
.solution-card > a .icon { width: 18px; height: 18px; }
.solution-grid__footer { display: flex; justify-content: flex-end; margin-top: 24px; }
.solution-grid__footer a { display: inline-flex; align-items: center; gap: 9px; padding-bottom: 7px; border-bottom: 1px solid var(--teal-600); color: var(--teal-700); font-weight: 760; text-decoration: none; }

.section--commerce-discovery { overflow: hidden; scroll-margin-top: 78px; background: linear-gradient(145deg, #eaf8f8 0%, #f7fbfd 48%, #edf4f8 100%); }
.commerce-discovery { display: grid; grid-template-columns: minmax(280px, .72fr) minmax(0, 1.28fr); gap: 52px; align-items: center; }
.commerce-discovery__intro .eyebrow { margin-bottom: 13px; }
.commerce-discovery__intro h2 { max-width: 520px; }
.commerce-discovery__intro p { max-width: 450px; margin: 20px 0 26px; color: var(--muted); font-size: 1.04rem; line-height: 1.65; }
.featured-business { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(260px, .92fr); overflow: hidden; border: 1px solid rgba(17,59,93,.14); border-radius: var(--radius-lg); background: #fff; box-shadow: var(--shadow-lg); }
.featured-business__media { min-height: 360px; background: var(--sky-100); }
.featured-business__media img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.featured-business__content { display: flex; flex-direction: column; justify-content: center; padding: 34px; }
.featured-business__content h3 { margin: 22px 0 7px; font-size: clamp(2rem, 3vw, 3rem); letter-spacing: -.04em; }
.featured-business__content strong { color: var(--navy-800); font-size: 1rem; }
.featured-business__content > p { margin: 14px 0 26px; color: var(--muted); line-height: 1.6; }
.featured-business__actions { display: flex; flex-wrap: wrap; gap: 10px; align-items: center; }
.featured-business__actions .button { min-height: 44px; padding-inline: 16px; }
.featured-business__text-link { display: inline-flex; min-height: 44px; align-items: center; gap: 7px; padding: 0 4px; color: var(--teal-700); font-size: .88rem; font-weight: 820; text-decoration: none; }
.featured-business__text-link:hover, .featured-business__text-link:focus-visible { text-decoration: underline; text-underline-offset: 4px; }

.section--sectors { position: relative; overflow: hidden; background: radial-gradient(circle at 0 5%, rgba(8,191,194,.10) 0 160px, transparent 161px), radial-gradient(circle at 100% 95%, rgba(8,191,194,.065) 0 150px, transparent 151px), #f7fbfd; }
.sector-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; }
.sector-card { position: relative; display: flex; min-height: 420px; overflow: hidden; flex-direction: column; padding: 20px; border: 1px solid var(--line); border-radius: var(--radius-md); background: rgba(255,255,255,.96); box-shadow: 0 14px 38px rgba(6,26,49,.065); }
.sector-card--featured { border-color: var(--teal-500); color: var(--ink); }
.sector-card__visual { position: relative; display: flex; min-height: 112px; overflow: hidden; padding: 18px; border-radius: 15px; background: linear-gradient(145deg, #effbfb, #dff7f6); align-items: flex-start; justify-content: space-between; }
.sector-card__visual::after { position: absolute; right: -10%; bottom: -56px; left: -10%; height: 100px; border-radius: 50%; background: rgba(8,191,194,.075); content: ""; }
.sector-card--services .sector-card__visual { background: linear-gradient(145deg, #f0f8ff, #e4f1fb); }
.sector-card--services .sector-card__visual::after { background: rgba(59,143,210,.08); }
.sector-card--workforce .sector-card__visual { background: linear-gradient(145deg, #effcf4, #e3f8ec); }
.sector-card--workforce .sector-card__visual::after { background: rgba(41,181,103,.08); }
.sector-card--commerce .sector-card__visual { background: linear-gradient(145deg, #f8f3ff, #eee5ff); }
.sector-card--commerce .sector-card__visual::after { background: rgba(118,76,197,.08); }
.sector-card__number { position: relative; z-index: 1; color: #8ea5be; font-weight: 900; }
.sector-card--featured .sector-card__number { color: #8ea5be; }
.sector-card__visual .icon-box { position: relative; z-index: 1; width: 56px; height: 56px; border-radius: 17px; }
.sector-card h3 { margin: 22px 0 9px; font-size: 1.35rem; }
.sector-card p { margin-bottom: 18px; color: var(--muted); font-size: .91rem; line-height: 1.55; }
.sector-card--featured p { color: var(--muted); }
.tag-row { display: flex; flex-wrap: wrap; gap: 8px; }
.tag-row span { padding: 7px 10px; border-radius: 999px; background: var(--teal-100); color: var(--teal-700); font-size: .76rem; font-weight: 800; }
.sector-card--featured .tag-row span { background: var(--teal-100); color: var(--teal-700); }
.sector-card--services .tag-row span { background: #e8f4fd; color: #176d9f; }
.sector-card--workforce .tag-row span { background: #e7f8ee; color: #137448; }
.sector-card--commerce .tag-row span { background: #f1eaff; color: #6540a7; }
.sector-card__link { display: flex; min-height: 56px; margin-top: auto; padding-top: 18px; border-top: 1px solid var(--line); color: var(--teal-700); font-size: .9rem; font-weight: 820; text-decoration: none; align-items: center; justify-content: space-between; }
.sector-card__link .icon { width: 34px; height: 34px; padding: 8px; border-radius: 50%; background: var(--teal-100); }
.sector-benefits { display: flex; max-width: 780px; margin: 34px auto 0; padding: 0; list-style: none; justify-content: center; }
.sector-benefits li { display: flex; min-width: 220px; padding: 0 28px; color: var(--muted); align-items: center; justify-content: center; gap: 12px; }
.sector-benefits li + li { border-left: 1px solid var(--line); }
.sector-benefits .icon { color: var(--teal-600); font-size: 1.35rem; }
.tag-row--large span { padding: 9px 13px; }

.section--plans { background: linear-gradient(180deg, #fff 0%, #fbfdfe 100%); }
.section-heading--plans { display: block; margin-bottom: 18px; }
.section-heading--plans > p { margin: 10px 0 0; color: var(--muted); font-size: 1.04rem; line-height: 1.6; }
.pricing-mode { display: inline-flex; align-items: center; gap: 4px; margin-bottom: 22px; padding: 5px; border: 1px solid var(--line); border-radius: 13px; background: var(--sky-50); }
.pricing-mode button { min-height: 40px; padding: 0 18px; border: 0; border-radius: 9px; background: transparent; color: var(--muted); font-weight: 820; cursor: pointer; }
.pricing-mode button.is-active { background: #fff; color: var(--navy-950); box-shadow: 0 3px 12px rgba(6,26,49,.1); }
.pricing-mode > span { padding: 0 13px; color: var(--muted); font-size: .82rem; }
.plan-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; align-items: stretch; }
.plan-card { display: flex; min-height: 500px; flex-direction: column; padding: 22px; border: 1px solid var(--line); border-radius: var(--radius-md); background: #fff; box-shadow: var(--shadow-sm); }
.plan-card--featured { border-color: #7fcbd0; box-shadow: 0 20px 50px rgba(0,127,134,.14); }
.plan-card__top { display: flex; min-height: 27px; flex-wrap: wrap; gap: 6px; }
.pill { display: inline-flex; width: fit-content; align-items: center; padding: 6px 9px; border-radius: 999px; background: var(--teal-100); color: var(--teal-700); font-size: .7rem; font-weight: 860; }
.pill--dark { background: var(--navy-950); color: #fff; }
.plan-card__identity { display: flex; margin: 17px 0 10px; align-items: center; gap: 13px; }
.plan-card__identity .icon-box { width: 48px; height: 48px; flex: 0 0 48px; }
.plan-card h3 { margin: 0; font-size: 1.18rem; }
.price { display: flex; min-height: 53px; align-items: baseline; gap: 4px; }
.price > span { color: var(--muted); font-size: .78rem; font-weight: 800; }
.price strong { font-size: 2.65rem; line-height: 1; letter-spacing: -.05em; }
.price small { color: var(--muted); }
.plan-card__mode { margin: 7px 0 20px; color: var(--teal-700); font-size: .83rem; font-weight: 790; }
.plan-card ul { display: grid; gap: 10px; margin: 0 0 22px; padding: 0; list-style: none; }
.plan-card li { display: flex; gap: 8px; color: var(--navy-800); font-size: .87rem; line-height: 1.4; }
.plan-card li .icon { color: var(--teal-600); }
.plan-card__note { min-height: 59px; margin: auto 0 18px; color: var(--muted); font-size: .78rem; line-height: 1.5; }
.plan-card .button { width: 100%; }
.plan-benefits { display: flex; max-width: 900px; margin: 28px auto 0; padding: 0; list-style: none; justify-content: center; }
.plan-benefits li { display: flex; min-width: 260px; padding: 0 30px; align-items: center; gap: 13px; }
.plan-benefits li + li { border-left: 1px solid var(--line); }
.plan-benefits > li > .icon { width: 44px; height: 44px; padding: 11px; border-radius: 50%; color: var(--teal-700); background: var(--teal-100); }
.plan-benefits span { display: grid; gap: 2px; }
.plan-benefits strong { color: var(--navy-800); font-size: .84rem; }
.plan-benefits small { color: var(--muted); font-size: .75rem; }
.pricing-disclaimer { margin: 18px 0 0; color: var(--muted); font-size: .78rem; text-align: center; }

.activation-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; align-items: start; }
.activation-intro { position: sticky; top: 120px; }
.activation-intro .eyebrow { margin-bottom: 14px; }
.activation-intro h2 { color: #fff; }
.activation-intro p { margin: 20px 0 26px; color: rgba(255,255,255,.68); font-size: 1.05rem; line-height: 1.7; }
.activation-steps { display: grid; margin: 0; padding: 0; list-style: none; }
.activation-steps li { display: grid; grid-template-columns: 58px 1fr; gap: 20px; padding: 24px 0; border-bottom: 1px solid rgba(255,255,255,.13); }
.activation-steps li:first-child { padding-top: 0; }
.activation-steps li > span { display: grid; width: 48px; height: 48px; place-items: center; border: 1px solid rgba(77,228,221,.34); border-radius: 50%; color: #83eee9; font-size: .76rem; font-weight: 900; }
.activation-steps strong { display: block; margin-bottom: 6px; font-size: 1.15rem; }
.activation-steps p { margin: 0; color: rgba(255,255,255,.62); line-height: 1.55; }

.hospitality-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 26px 70px; align-items: start; }
.hospitality-copy { position: sticky; top: 115px; }
.hospitality-copy .eyebrow { margin-bottom: 13px; }
.hospitality-copy p { margin: 20px 0 23px; color: var(--muted); line-height: 1.7; }
.operation-flow { display: grid; border-top: 1px solid var(--line); }
.operation-flow article { display: grid; grid-template-columns: 48px 170px 1fr; gap: 14px; align-items: center; padding: 20px 0; border-bottom: 1px solid var(--line); }
.operation-flow article > span { display: grid; width: 38px; height: 38px; place-items: center; border-radius: 50%; background: var(--navy-950); color: #fff; font-size: .76rem; font-weight: 900; }
.operation-flow small { color: var(--muted); line-height: 1.45; }
.hospitality-controls { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 22px; }
.hospitality-controls article { padding: 20px; border: 1px solid var(--line); border-radius: var(--radius-sm); background: var(--sky-50); }
.hospitality-controls p { margin: 7px 0 0; color: var(--muted); font-size: .88rem; line-height: 1.5; }

.ai-layout { display: grid; grid-template-columns: .85fr 1.15fr; gap: 70px; align-items: center; }
.ai-card { padding: 40px; border-radius: var(--radius-lg); background: linear-gradient(145deg, var(--navy-950), var(--navy-800)); color: #fff; box-shadow: var(--shadow-lg); }
.ai-card .pill { margin-left: 10px; vertical-align: top; }
.ai-card h2 { margin-top: 42px; }
.ai-card p { margin: 20px 0 0; color: rgba(255,255,255,.7); line-height: 1.7; }
.ai-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; margin: 0; padding: 0; list-style: none; }
.ai-list li { display: flex; gap: 12px; padding: 18px; border: 1px solid var(--line); border-radius: var(--radius-sm); background: #fff; }
.ai-list .icon { color: var(--teal-600); }
.ai-list strong { display: block; margin-bottom: 5px; }
.ai-list span { color: var(--muted); font-size: .86rem; line-height: 1.48; }

.security { border-top: 1px solid var(--line); }
.security-layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: 70px; align-items: start; }
.security-layout > div:first-child .eyebrow { margin: 24px 0 13px; }
.security-grid { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.security-grid article { min-height: 170px; padding: 24px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.security-grid p { margin: 9px 0 0; color: var(--muted); font-size: .9rem; line-height: 1.58; }

.section--form { background: var(--navy-950); color: #fff; }
.application-layout { display: grid; grid-template-columns: .68fr 1.32fr; gap: 70px; align-items: start; }
.application-copy { position: sticky; top: 110px; }
.application-copy .eyebrow { margin-bottom: 14px; }
.application-copy h2 { color: #fff; }
.application-copy > p { margin: 20px 0 26px; color: rgba(255,255,255,.68); line-height: 1.7; }
.application-note { display: grid; gap: 0; padding: 20px; border: 1px solid rgba(255,255,255,.14); border-radius: var(--radius-sm); background: rgba(255,255,255,.05); }
.application-note strong { margin-bottom: 8px; }
.application-note span { padding: 7px 0; color: rgba(255,255,255,.7); font-size: .88rem; }
.application-note span::before { margin-right: 9px; color: #4de4dd; content: "✓"; }
.application-panel { padding: 32px; border-radius: var(--radius-md); background: #fff; color: var(--ink); box-shadow: var(--shadow-lg); }
.form-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 18px; }
.field { display: grid; align-content: start; gap: 7px; }
.field--wide { grid-column: 1 / -1; }
.field > span, .choice-field legend { color: var(--navy-800); font-size: .82rem; font-weight: 820; }
.field > span b, .choice-field legend b { color: var(--teal-700); }
.field > span small { color: var(--muted); font-weight: 600; }
.field input, .field select, .field textarea { width: 100%; min-height: 48px; padding: 11px 13px; border: 1px solid #bfd0da; border-radius: 9px; background: #fff; color: var(--ink); }
.field textarea { min-height: 108px; resize: vertical; line-height: 1.5; }
.field input:hover, .field select:hover, .field textarea:hover { border-color: #8dacba; }
.field [aria-invalid="true"] { border-color: #d47a85; background: #fff8f8; }
.field-error { color: var(--error); font-size: .75rem; }
.choice-field { margin: 0; padding: 0; border: 0; }
.choice-field > div { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }
.choice-field label { position: relative; }
.choice-field input { position: absolute; opacity: 0; }
.choice-field label span { display: grid; min-height: 45px; place-items: center; border: 1px solid #bfd0da; border-radius: 9px; color: var(--muted); font-size: .85rem; font-weight: 800; cursor: pointer; }
.choice-field input:checked + span { border-color: var(--teal-600); background: var(--teal-100); color: var(--teal-700); }
.choice-field input:focus-visible + span { outline: 3px solid rgba(8,191,194,.32); outline-offset: 2px; }
.consent { display: flex; gap: 10px; align-items: flex-start; margin: 22px 0 16px; color: var(--muted); font-size: .8rem; line-height: 1.45; }
.consent input { margin-top: 3px; accent-color: var(--teal-600); }
.consent a { color: var(--teal-700); font-weight: 800; }
.button--submit { width: auto; min-width: 240px; border: 0; }
.form-footnote { margin: 10px 0 0; color: var(--muted); font-size: .75rem; }
.form-alert { margin-bottom: 18px; padding: 12px 14px; border: 1px solid #e4a8ae; border-radius: 9px; background: #fff1f2; color: var(--error); font-size: .86rem; }
.form-success { display: grid; min-height: 460px; place-items: center; align-content: center; text-align: center; }
.form-success h3 { margin: 24px 0 8px; font-size: 2rem; }
.form-success p { max-width: 460px; margin: 0 0 24px; color: var(--muted); line-height: 1.6; }

.site-footer { padding: 62px 0 24px; background: #04172c; color: rgba(255,255,255,.68); }
.site-footer__grid { display: grid; grid-template-columns: 1.6fr repeat(3, 1fr); gap: 50px; }
.brand--footer { color: #fff; }
.site-footer__brand p { max-width: 330px; margin: 20px 0 0; font-size: .88rem; line-height: 1.65; }
.site-footer__grid > div:not(:first-child) { display: grid; align-content: start; gap: 11px; }
.site-footer strong { margin-bottom: 5px; color: #fff; }
.site-footer a { font-size: .87rem; text-decoration: none; }
.site-footer a:hover, .site-footer a:focus-visible { color: #83eee9; }
.site-footer__grid span { font-size: .82rem; line-height: 1.45; }
.site-footer__bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 48px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.12); font-size: .77rem; }

.legal-main { min-height: 64vh; padding: 70px 0 100px; background: var(--sky-50); }
.legal-card { max-width: 860px; padding: 40px; border: 1px solid var(--line); border-radius: var(--radius-md); background: #fff; box-shadow: var(--shadow-sm); }
.legal-card .eyebrow { margin-bottom: 12px; }
.legal-card h1 { color: var(--ink); font-size: clamp(2.3rem,5vw,4rem); }
.legal-card h2 { margin: 38px 0 12px; font-size: 1.45rem; letter-spacing: -.02em; }
.legal-card p, .legal-card li { color: var(--muted); line-height: 1.7; }
.legal-card a { color: var(--teal-700); font-weight: 750; }
.legal-notice { margin: 24px 0; padding: 16px; border-left: 4px solid var(--teal-600); background: var(--teal-100); color: var(--navy-800); }

@media (max-width: 1050px) {
    .site-nav { gap: 15px; }
    .solution-grid, .sector-grid, .plan-grid { grid-template-columns: repeat(2, 1fr); }
    .activation-layout, .hospitality-layout, .ai-layout, .security-layout, .application-layout, .commerce-discovery { gap: 42px; }
    .featured-business { grid-template-columns: 1fr; }
    .featured-business__media { min-height: 270px; }
    .plan-card { min-height: 470px; }
}

@media (max-width: 820px) {
    .shell { width: min(100% - 28px, var(--shell)); }
    .site-header { position: absolute; }
    .site-header.is-scrolled { position: fixed; }
    .site-header__inner { min-height: 68px; }
    .brand { font-size: 1.23rem; }
    .brand img { width: 40px; height: 40px; }
    .nav-toggle { display: grid; }
    .site-nav { position: fixed; top: 68px; right: 0; left: 0; display: none; max-height: calc(100dvh - 68px); overflow: auto; padding: 20px 18px 28px; border-top: 1px solid var(--line); background: #fff; color: var(--ink); box-shadow: 0 22px 40px rgba(6,26,49,.16); }
    .site-nav.is-open { display: grid; gap: 0; }
    .site-nav a { min-height: 48px; padding: 14px 8px; border-bottom: 1px solid var(--line); }
    .site-nav__access { padding-left: 8px; border-left: 0; }
    .site-nav .button { margin-top: 16px; border-bottom: 0; }
    .hero, .hero__inner { min-height: 720px; }
    .hero__veil { background: linear-gradient(90deg, rgba(5,22,41,.98), rgba(5,22,41,.86) 70%, rgba(5,22,41,.54)); }
    .hero__image { object-position: 62% center; }
    .hero__content { max-width: 650px; padding-block: 90px 54px; }
    .trust-strip__inner { grid-template-columns: repeat(2, 1fr); padding-block: 10px; }
    .trust-strip span:nth-child(3) { border-left: 0; }
    .section { padding: 72px 0; }
    .section-heading--split, .activation-layout, .hospitality-layout, .ai-layout, .security-layout, .application-layout, .commerce-discovery { grid-template-columns: 1fr; gap: 34px; }
    .commerce-discovery__intro { text-align: center; }
    .commerce-discovery__intro h2, .commerce-discovery__intro p { margin-inline: auto; }
    .section-heading--split { align-items: start; }
    .activation-intro, .hospitality-copy, .application-copy { position: static; }
    .hospitality-controls { grid-column: auto; }
    .hospitality-controls { grid-template-columns: 1fr; }
    .operation-flow article { grid-template-columns: 44px 150px 1fr; }
    .ai-list { grid-template-columns: repeat(2, 1fr); }
    .site-footer__grid { grid-template-columns: repeat(2, 1fr); }
    .sector-benefits, .plan-benefits { max-width: none; }
    .sector-benefits li, .plan-benefits li { min-width: 0; padding-inline: 18px; }
}

@media (max-width: 560px) {
    html { scroll-padding-top: 70px; }
    .hero, .hero__inner { min-height: 690px; }
    .hero__image { object-position: 69% center; }
    .hero__veil { background: linear-gradient(180deg, rgba(5,22,41,.77), rgba(5,22,41,.96) 70%, #051629); }
    .hero__inner { align-items: end; }
    .hero__content { gap: 19px; padding: 120px 0 42px; }
    h1 { font-size: clamp(2.35rem, 12.2vw, 3.25rem); }
    .hero__content > p { font-size: 1rem; line-height: 1.55; }
    .button-row, .button-row .button { width: 100%; }
    .hero__proof { display: grid; gap: 8px; }
    .trust-strip span { min-height: 54px; display: grid; place-items: center; padding: 8px; font-size: .73rem; }
    .section { padding: 58px 0; }
    h2 { font-size: clamp(2rem, 10.8vw, 2.85rem); }
    .section-heading { margin-bottom: 28px; }
    .solution-grid, .sector-grid, .plan-grid, .ai-list, .security-grid, .form-grid, .site-footer__grid { grid-template-columns: 1fr; }
    .section--solutions .shell, .section--sectors .shell, .section--plans .shell { width: min(100% - 28px, 1320px); }
    .solution-grid { gap: 10px; }
    .solution-card { min-height: auto; padding: 22px; border: 1px solid var(--line); border-radius: var(--radius-sm); }
    .solution-card h3 { margin-top: 24px; }
    .commerce-discovery__intro { text-align: left; }
    .commerce-discovery__intro .button { width: 100%; }
    .featured-business { border-radius: var(--radius-md); }
    .featured-business__media { min-height: 210px; }
    .featured-business__content { padding: 24px 20px; }
    .featured-business__content h3 { margin-top: 18px; }
    .featured-business__actions { display: grid; grid-template-columns: 1fr; }
    .featured-business__actions .button, .featured-business__text-link { width: 100%; justify-content: center; }
    .solution-grid__footer { justify-content: flex-start; }
    .sector-card { min-height: auto; padding: 18px; }
    .sector-card__visual { min-height: 96px; }
    .sector-card h3 { margin-top: 20px; }
    .sector-benefits, .plan-benefits { display: grid; gap: 0; margin-top: 24px; }
    .sector-benefits li, .plan-benefits li { min-height: 58px; padding: 10px 0; justify-content: flex-start; }
    .sector-benefits li + li, .plan-benefits li + li { border-top: 1px solid var(--line); border-left: 0; }
    .pricing-mode { display: grid; grid-template-columns: repeat(2,1fr); width: 100%; }
    .pricing-mode > span { grid-column: 1 / -1; padding: 7px; text-align: center; }
    .plan-card { min-height: auto; }
    .plan-card__note { min-height: auto; }
    .activation-steps li { grid-template-columns: 46px 1fr; gap: 12px; }
    .operation-flow article { grid-template-columns: 42px 1fr; gap: 10px; }
    .operation-flow small { grid-column: 2; }
    .ai-card { padding: 26px; }
    .ai-card h2 { margin-top: 32px; }
    .security-grid { border-left: 0; gap: 10px; border-top: 0; }
    .security-grid article { min-height: auto; border: 1px solid var(--line); border-radius: var(--radius-sm); }
    .application-panel { padding: 22px 18px; }
    .field--wide { grid-column: auto; }
    .choice-field > div { grid-template-columns: 1fr; }
    .button--submit { width: 100%; min-width: 0; }
    .site-footer__grid { gap: 34px; }
    .site-footer__bottom { align-items: flex-start; flex-direction: column; }
    .legal-main { padding: 34px 0 70px; }
    .legal-card { padding: 24px 20px; }
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
}
