@font-face {
  font-family: 'Inter';
  src: url('fonts/InterVariable.woff2') format('woff2');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
:root {
  --blue: #0d47a1;
  --blue-700: #0a377d;
  --blue-900: #072857;
  --green: #00bfa5;
  --green-700: #007c6d;
  --ink: #10233f;
  --muted: #586b82;
  --line: #dbe5ef;
  --wash: #f4f8fc;
  --mint: #e9fbf7;
  --white: #fff;
  --shadow-sm: 0 12px 30px rgba(7, 40, 87, .08);
  --shadow-lg: 0 28px 74px rgba(7, 40, 87, .16);
  --radius-sm: 14px;
  --radius-md: 22px;
  --radius-lg: 34px;
  --max: 1180px;
  --font: 'Inter', system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font: 16px/1.65 var(--font); -webkit-font-smoothing: antialiased; }
body.nav-open { overflow: hidden; }
img, svg { display: block; max-width: 100%; }
.icon-art { overflow: visible; fill: none; stroke: none; shape-rendering: geometricPrecision; }
.icon-art .icon-soft { display: none; }
.icon-art .icon-primary { fill: none; stroke: currentColor; stroke-width: 2.05; stroke-linecap: round; stroke-linejoin: round; vector-effect: non-scaling-stroke; }
.icon-art .icon-accent { fill: none; stroke: var(--icon-accent, var(--green-700)); stroke-width: 2.05; stroke-linecap: round; stroke-linejoin: round; vector-effect: non-scaling-stroke; }
.icon-art .icon-primary-fill { fill: currentColor; stroke: none; }
.icon-art .icon-accent-fill { fill: var(--icon-accent, var(--green-700)); stroke: none; }
.icon-art.icon-strong .icon-primary { stroke-width: 2.45; }
.icon-art.icon-strong .icon-accent { stroke-width: 2.45; }
.hero-symbol .icon-art.icon-strong { width: 82px; height: 82px; }
.icon-box .icon-art.icon-strong, .journey-icon .icon-art.icon-strong { width: 35px; height: 35px; }
a { color: var(--blue); text-underline-offset: .2em; }
a:hover { color: var(--blue-700); }
button, input, textarea { font: inherit; }
:focus-visible { outline: 3px solid rgba(0, 191, 165, .72); outline-offset: 3px; }
.skip-link { position: fixed; z-index: 3000; top: -5rem; left: 1rem; padding: .75rem 1rem; border-radius: 10px; background: var(--ink); color: white; }
.skip-link:focus { top: 1rem; }
.container { width: min(calc(100% - 2rem), var(--max)); margin-inline: auto; }
.narrow { width: min(calc(100% - 2rem), 840px); margin-inline: auto; }
.section { padding: clamp(4rem, 8vw, 7rem) 0; }
.section-sm { padding: clamp(2.8rem, 5vw, 4.5rem) 0; }
.section-wash { background: var(--wash); }
.section-dark { color: white; background: linear-gradient(135deg, var(--blue-900), var(--blue)); }
.eyebrow { margin: 0 0 .75rem; color: var(--green-700); font-size: .78rem; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.section-dark .eyebrow { color: #8ff4e6; }
h1, h2, h3 { margin: 0; color: var(--ink); font-weight: 900; letter-spacing: -.035em; line-height: 1.08; text-wrap: balance; }
h1 { font-size: clamp(2.65rem, 7vw, 5.7rem); }
h2 { font-size: clamp(2rem, 4.4vw, 3.55rem); }
h3 { font-size: clamp(1.18rem, 2vw, 1.48rem); letter-spacing: -.02em; }
.section-dark h1, .section-dark h2, .section-dark h3 { color: white; }
p { margin: 0; }
.lead { max-width: 760px; margin-top: 1.25rem; color: var(--muted); font-size: clamp(1.06rem, 2vw, 1.25rem); }
.section-dark .lead { color: rgba(255,255,255,.82); }
.body-copy { margin-top: 1rem; color: var(--muted); }
.section-heading { max-width: 780px; margin-bottom: clamp(2rem, 4vw, 3.2rem); }
.section-heading > p:not(.eyebrow) { margin-top: 1rem; color: var(--muted); font-size: 1.08rem; }
.button-row { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 1.75rem; }
.button-row.center { justify-content: center; }
.button { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; padding: .78rem 1.2rem; border: 1px solid transparent; border-radius: 999px; font-weight: 900; line-height: 1.1; text-align: center; text-decoration: none; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; cursor: pointer; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: white; background: var(--blue); box-shadow: 0 10px 24px rgba(13,71,161,.2); }
.button-primary:hover { color: white; background: var(--blue-700); box-shadow: 0 14px 32px rgba(13,71,161,.27); }
.button-secondary { color: var(--blue); background: white; border-color: var(--line); }
.button-secondary:hover { color: var(--blue-700); border-color: #abc0d5; box-shadow: var(--shadow-sm); }
.text-link { display: inline-flex; align-items: center; gap: .4rem; font-weight: 900; text-decoration: none; }
.text-link::after { content: "→"; transition: transform .2s ease; }
.text-link:hover::after { transform: translateX(3px); }
.site-header { position: sticky; z-index: 1000; top: 0; border-bottom: 1px solid rgba(219,229,239,.88); background: rgba(255,255,255,.95); backdrop-filter: blur(14px); }
.header-inner { display: flex; min-height: 76px; align-items: center; gap: 1rem; }
.logo-link { display: inline-flex; flex: 0 0 auto; align-items: center; }
.logo-link img { width: 166px; height: auto; }
.site-nav { display: flex; align-items: center; gap: 1.15rem; margin-left: auto; }
.site-nav a,
.login,
.header-cta { display: inline-flex; min-height: 44px; align-items: center; justify-content: center; margin: 0; line-height: 1; vertical-align: middle; }
.site-nav a { padding: 0; color: #29425f; font-size: .93rem; font-weight: 850; text-decoration: none; white-space: nowrap; }
.site-nav a:hover, .site-nav a[aria-current="page"] { color: var(--blue); }
.header-actions { display: flex; align-items: center; gap: .9rem; }
.login { padding: 0; color: var(--ink); font-weight: 900; text-decoration: none; white-space: nowrap; }
.header-cta { height: 44px; padding: 0 1.1rem; }
.menu-toggle { display: none; width: 44px; height: 44px; margin-left: auto; padding: 0; border: 1px solid var(--line); border-radius: 13px; background: white; color: var(--ink); cursor: pointer; }
.menu-toggle span, .menu-toggle::before, .menu-toggle::after { display: block; width: 20px; height: 2px; margin: 4px auto; background: currentColor; content: ""; transition: transform .2s ease, opacity .2s ease; }
.menu-toggle[aria-expanded="true"] span { opacity: 0; }
.menu-toggle[aria-expanded="true"]::before { transform: translateY(6px) rotate(45deg); }
.menu-toggle[aria-expanded="true"]::after { transform: translateY(-6px) rotate(-45deg); }
.hero { position: relative; overflow: hidden; padding: clamp(3.5rem, 8vw, 7rem) 0 clamp(4.5rem, 8vw, 7rem); background: linear-gradient(180deg, #f7fbff 0%, white 86%); }
.hero::before { position: absolute; top: -280px; right: -210px; width: 580px; height: 580px; border-radius: 50%; background: radial-gradient(circle, rgba(0,191,165,.19), rgba(0,191,165,0) 70%); content: ""; }
.hero-grid { position: relative; display: grid; grid-template-columns: minmax(0,1.05fr) minmax(320px,.95fr); gap: clamp(2rem, 6vw, 5rem); align-items: center; }
.hero-copy h1 span { color: var(--blue); }
.hero-copy .lead { max-width: 690px; }
.fact-row { display: flex; flex-wrap: wrap; gap: .65rem 1.1rem; margin: 1.3rem 0 0; padding: 0; color: var(--muted); font-size: .92rem; font-weight: 800; list-style: none; }
.fact-row li::before { margin-right: .45rem; color: var(--green-700); content: "✓"; font-weight: 900; }
.market-visual { position: relative; display: grid; min-height: 530px; place-items: center; }
.visual-halo { position: absolute; width: 470px; height: 470px; border: 1px solid rgba(13,71,161,.11); border-radius: 50%; }
.visual-halo::before, .visual-halo::after { position: absolute; border: 1px solid rgba(0,191,165,.16); border-radius: 50%; content: ""; }
.visual-halo::before { inset: 55px; }
.visual-halo::after { inset: 120px; }
.phone-shell { position: relative; z-index: 2; width: min(290px,78vw); padding: 11px; border-radius: 37px; background: #0b1d33; box-shadow: var(--shadow-lg); transform: none; }
.phone-shell::before { position: absolute; z-index: 3; top: 7px; left: 50%; width: 82px; height: 18px; border-radius: 999px; background: #0b1d33; content: ""; transform: translateX(-50%); }
.phone-bar { display: flex; align-items: center; justify-content: space-between; padding: 1.2rem 1rem .9rem; border-bottom: 1px solid var(--line); border-radius: 27px 27px 0 0; background: white; }
.phone-bar img { width: 118px; height: auto; }
.phone-bar span { padding: .28rem .52rem; border-radius: 999px; color: var(--green-700); background: var(--mint); font-size: .62rem; font-weight: 900; }
.phone-content { min-height: 460px; padding: 1rem; border-radius: 0 0 27px 27px; background: #f6f9fd; }
.phone-label { margin-bottom: .75rem; color: var(--muted); font-size: .68rem; font-weight: 900; letter-spacing: .09em; text-transform: uppercase; }
.mock-deal { margin-bottom: .8rem; padding: 1rem; border: 1px solid var(--line); border-radius: 16px; background: white; box-shadow: 0 8px 20px rgba(16,35,63,.05); }
.mock-deal-featured { border-color: rgba(0,191,165,.45); background: linear-gradient(135deg, white, #edfffb); }
.mock-deal > span { display: inline-block; margin-bottom: .55rem; padding: .24rem .48rem; border-radius: 999px; color: var(--blue); background: #eaf2ff; font-size: .61rem; font-weight: 900; }
.mock-deal-title { margin: 0; color: var(--ink); font-size: .96rem; font-weight: 900; letter-spacing: -.02em; line-height: 1.08; }
.mock-deal p { margin-top: .35rem; color: var(--muted); font-size: .72rem; }
.mock-deal div { display: flex; justify-content: space-between; margin-top: .7rem; color: var(--green-700); font-size: .67rem; }
.mock-deal b { color: var(--blue); }
.visual-note { position: absolute; z-index: 3; display: flex; max-width: 205px; align-items: center; gap: .7rem; padding: .85rem .9rem; border: 1px solid var(--line); border-radius: 16px; background: white; box-shadow: var(--shadow-sm); }
.visual-note svg { width: 29px; min-width: 29px; color: var(--blue); --icon-accent: var(--green-700); }
.visual-note strong { display: block; font-size: .84rem; }
.visual-note span { color: var(--muted); font-size: .7rem; line-height: 1.35; }
.visual-note-top { top: 48px; left: 0; }
.visual-note-bottom { right: 0; bottom: 62px; }
.proof-strip { border-block: 1px solid var(--line); background: white; }
.proof-grid { display: grid; grid-template-columns: repeat(3,1fr); }
.proof-grid div { padding: 1.35rem 1rem; text-align: center; }
.proof-grid div + div { border-left: 1px solid var(--line); }
.proof-grid strong { display: block; color: var(--blue); font-size: 1.03rem; }
.proof-grid span { color: var(--muted); font-size: .9rem; }
.card-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 1.1rem; }
.card-grid.two { grid-template-columns: repeat(2,minmax(0,1fr)); }
.card { position: relative; padding: clamp(1.35rem,3vw,2rem); border: 1px solid var(--line); border-radius: var(--radius-md); background: white; box-shadow: var(--shadow-sm); }
.card p { margin-top: .75rem; color: var(--muted); }
.card .text-link { margin-top: 1.2rem; }
.card-feature { overflow: hidden; }
.card-feature::after { position: absolute; right: -55px; bottom: -65px; width: 150px; height: 150px; border-radius: 50%; background: rgba(13,71,161,.04); content: ""; }
.icon-box, .step-icon, .journey-icon { position: relative; display: grid; width: 56px; height: 56px; place-items: center; overflow: hidden; border: 1px solid #cfdceb; border-radius: 16px; color: var(--blue); background: #f5f8fc; box-shadow: 0 6px 16px rgba(7,40,87,.07); --icon-accent: var(--green-700); }
.icon-box::after, .step-icon::after, .journey-icon::after { display: none; content: none; }
.icon-box.green, .step-icon.green, .journey-icon.green { border-color: #bfe5dd; color: var(--green-700); background: #f1fbf8; --icon-accent: var(--blue); }
.icon-box { margin-bottom: 1.15rem; }
.icon-box svg, .step-icon svg, .journey-icon svg { position: relative; z-index: 1; width: 31px; height: 31px; }
.faq-icon svg { width: 32px; height: 32px; transform: none; }
.steps { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 1rem; }
.step { position: relative; min-height: 270px; padding: 1.6rem; border: 1px solid var(--line); border-radius: var(--radius-md); background: white; }
.step-number { position: absolute; top: 1.4rem; right: 1.5rem; color: #b3c3d5; font-size: .8rem; font-weight: 900; }
.step h3 { margin-top: 1.3rem; }
.step p { margin-top: .75rem; color: var(--muted); }
.business-steps { grid-template-columns: repeat(4,minmax(0,1fr)); }
.business-steps .step { min-height: 0; }
.section-action { margin-top: 1.8rem; text-align: center; }
.split { display: grid; grid-template-columns: minmax(0,1.05fr) minmax(330px,.95fr); gap: clamp(2rem,6vw,5rem); align-items: center; }
.check-list { display: grid; gap: .72rem; margin: 1.45rem 0 0; padding: 0; list-style: none; }
.check-list li { position: relative; padding-left: 1.7rem; color: var(--muted); }
.check-list li::before { position: absolute; left: 0; color: var(--green-700); content: "✓"; font-weight: 900; }
.check-list.compact { gap: .55rem; }
.feature-panel { padding: clamp(1.5rem,4vw,2.4rem); border: 1px solid var(--line); border-radius: var(--radius-lg); background: linear-gradient(135deg,#f1fffc,#f3f8ff); box-shadow: var(--shadow-sm); }
.feature-panel-icon { position: relative; display: grid; width: 64px; height: 64px; margin-bottom: 1.2rem; place-items: center; overflow: hidden; border: 1px solid #cfdceb; border-radius: 18px; color: var(--blue); background: #f7f9fc; box-shadow: 0 7px 18px rgba(7,40,87,.07); --icon-accent: var(--green-700); }
.feature-panel-icon::after { display: none; content: none; }
.feature-panel-icon svg { position: relative; z-index: 1; width: 38px; height: 38px; }
.feature-panel p:not(.eyebrow) { margin-top: .8rem; color: var(--muted); }
.feature-panel .text-link { margin-top: 1.1rem; }
.feature-panel .button { margin-top: 1.25rem; }
.contact-panel { align-self: stretch; }
.contact-note { font-size: .84rem; }
.faq-section .section-heading { margin-bottom: 1.25rem; }
.page-demo-section { border-top: 1px solid rgba(13,71,161,.06); }
.answer-list { display: grid; gap: .95rem; margin: 1.4rem 0 0; }
.answer-list div { padding-top: .95rem; border-top: 1px solid rgba(13,71,161,.12); }
.answer-list dt { color: var(--blue); font-weight: 900; }
.answer-list dd { margin: .15rem 0 0; color: var(--muted); }
.dark-grid { display: grid; grid-template-columns: minmax(0,.85fr) minmax(0,1.15fr); gap: clamp(2rem,6vw,5rem); align-items: center; }
.dark-cards { display: grid; gap: .85rem; }
.dark-cards article { display: grid; grid-template-columns: 48px 1fr; column-gap: 1rem; padding: 1.15rem; border: 1px solid rgba(255,255,255,.14); border-radius: 18px; background: rgba(255,255,255,.07); }
.dark-cards svg { grid-row: 1 / 3; width: 42px; height: 42px; margin-top: .05rem; padding: 6px; border: 1px solid rgba(143,244,230,.28); border-radius: 12px; color: #8ff4e6; background: transparent; --icon-accent: #ffffff; }
.dark-cards p { margin-top: .25rem; color: rgba(255,255,255,.75); }
.faq-list { border-top: 1px solid var(--line); }
details { border-bottom: 1px solid var(--line); }
summary { position: relative; padding: 1.35rem 3rem 1.35rem 0; color: var(--ink); font-size: 1.08rem; font-weight: 900; cursor: pointer; list-style: none; }
summary::-webkit-details-marker { display: none; }
summary::after { position: absolute; top: 1.15rem; right: .25rem; display: grid; width: 30px; height: 30px; place-items: center; border-radius: 50%; color: var(--blue); background: #eaf2ff; content: "+"; font-size: 1.25rem; }
details[open] summary::after { content: "−"; }
details p { max-width: 740px; padding: 0 3rem 1.35rem 0; color: var(--muted); }
.faq-more { margin-top: 1.5rem; color: var(--muted); }
.action-banner { display: flex; align-items: center; justify-content: space-between; gap: 2rem; padding: clamp(1.5rem,4vw,2.4rem); border: 1px solid var(--line); border-radius: var(--radius-lg); background: linear-gradient(135deg,#f1fffc,#f3f8ff); }
.action-banner p:not(.eyebrow) { margin-top: .6rem; color: var(--muted); }
.page-hero { position: relative; overflow: hidden; padding: clamp(4rem,8vw,7rem) 0; background: linear-gradient(135deg,#f2f8ff,#edfffb); }
.page-hero::after { position: absolute; right: -180px; bottom: -280px; width: 430px; height: 430px; border: 1px solid rgba(13,71,161,.12); border-radius: 50%; content: ""; }
.page-hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0,1fr) 180px; gap: 3rem; align-items: start; }
.breadcrumb { display: flex; gap: .55rem; margin-bottom: 1.2rem; color: var(--muted); font-size: .9rem; font-weight: 800; }
.breadcrumb a { color: var(--muted); text-decoration: none; }
.hero-symbol { position: absolute; top: clamp(150px, calc(22.2vw - 100.6px), 219px); right: 0; display: grid; width: 150px; height: 150px; place-items: center; overflow: hidden; border: 1px solid #cfdceb; border-radius: 32px; color: var(--blue); background: #ffffff; box-shadow: 0 16px 38px rgba(7,40,87,.11); transform: none; --icon-accent: var(--green-700); }
.hero-symbol::before, .hero-symbol::after { display: none; content: none; }
.hero-symbol::before { display: none; }
.hero-symbol::after { display: none; }
.hero-symbol svg { position: relative; z-index: 1; width: 72px; height: 72px; }
.brand-symbol img { width: 88px; height: auto; }
.business-symbol { padding: 14px; background: #ffffff; }
.business-symbol img { width: 100%; height: 100%; object-fit: contain; object-position: 50% 50%; }
.journey-layout { display: grid; grid-template-columns: minmax(280px,.72fr) minmax(0,1.28fr); gap: clamp(2rem,6vw,5rem); align-items: start; }
.sticky-heading { position: sticky; top: 120px; }
.sticky-heading .button { margin-top: 1.5rem; }
.journey { display: grid; gap: 1rem; }
.journey-row { display: grid; grid-template-columns: 62px 1fr; gap: 1.15rem; padding: 1.4rem; border: 1px solid var(--line); border-radius: 19px; background: white; box-shadow: var(--shadow-sm); }
.journey-row span { color: var(--green-700); font-size: .75rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.journey-row h3 { margin-top: .2rem; }
.journey-row p { margin-top: .45rem; color: var(--muted); }
.answer-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 1rem; }
.answer-grid article { padding: 1.5rem; border-top: 4px solid var(--green); border-radius: 0 0 18px 18px; background: var(--wash); }
.answer-grid p { margin-top: .7rem; color: var(--muted); }
.answer-callout { display: grid; grid-template-columns: auto 1fr; gap: 1.1rem; align-items: start; margin-bottom: 2rem; padding: 1.35rem; border: 1px solid var(--line); border-radius: 18px; background: var(--wash); }
.answer-callout .icon-box { margin: 0; }
.answer-callout h2 { font-size: clamp(1.5rem,3vw,2.2rem); }
.answer-callout p { margin-top: .45rem; color: var(--muted); }
.pricing-plans-container { width: min(calc(100% - 2rem), 1400px); margin-inline: auto; }
.pricing-heading { max-width: 760px; margin: 0 auto 1.7rem; text-align: center; }
.pricing-heading h2 { font-size: clamp(2.1rem,4vw,3.35rem); }
.pricing-heading p { margin-top: 1rem; color: var(--muted); font-size: 1.06rem; }
.billing-toggle { display: flex; width: fit-content; align-items: center; gap: .15rem; margin: 0 auto 2.6rem; padding: .3rem; border-radius: 15px; background: #eef2f7; }
.billing-toggle button { min-height: 44px; padding: .62rem 1.15rem; border: 0; border-radius: 11px; color: #334b67; background: transparent; font-weight: 900; cursor: pointer; }
.billing-toggle button[aria-pressed="true"] { color: var(--ink); background: white; box-shadow: 0 2px 8px rgba(16,35,63,.13); }
.billing-save { display: inline-flex; margin-left: .35rem; padding: .18rem .42rem; border-radius: 999px; color: #006d49; background: #c9f7d8; font-size: .72rem; font-weight: 900; white-space: nowrap; }
.pricing-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 1.15rem; align-items: stretch; }
.price-card { position: relative; display: flex; min-width: 0; flex-direction: column; padding: 1.8rem; border: 1px solid var(--line); border-radius: 20px; background: white; box-shadow: 0 12px 28px rgba(7,40,87,.07); }
.price-card.popular { border: 3px solid #2d6cc4; background: #f1f6ff; box-shadow: 0 18px 38px rgba(13,71,161,.14); }
.plan-tag { position: absolute; top: 0; left: 50%; display: inline-flex; align-items: center; gap: .3rem; padding: .28rem .72rem; border-radius: 999px; color: #9b5b00; background: #ffe7a8; font-size: .75rem; font-weight: 900; white-space: nowrap; transform: translate(-50%,-50%); }
.plan-name { font-size: 1.28rem; font-weight: 900; }
.price { margin-top: 1rem; color: #071936; font-size: clamp(2.35rem,3vw,3rem); font-weight: 900; letter-spacing: -.055em; line-height: 1; }
.price .price-period { color: var(--muted); font-size: .92rem; font-weight: 700; letter-spacing: 0; }
.annual { min-height: 24px; margin-top: .5rem; color: var(--muted); font-size: .84rem; }
.plan-fit { min-height: 92px; margin-top: .55rem; color: var(--muted); line-height: 1.5; }
.price-card ul { display: grid; gap: .72rem; margin: 1.25rem 0 1.6rem; padding: 0; list-style: none; }
.price-card li { padding-bottom: .68rem; border-bottom: 1px solid var(--line); color: var(--muted); }
.price-card li strong { color: var(--ink); }
.price-card .button { margin-top: auto; }
.pricing-disclosures { display: grid; max-width: 900px; gap: .45rem; margin: 1.5rem auto 0; color: var(--muted); font-size: .88rem; text-align: center; }
.pricing-disclosures strong { color: var(--ink); }
.notice { padding: 1.3rem 1.4rem; border-left: 4px solid var(--green); border-radius: 0 14px 14px 0; background: var(--mint); }
.notice h2 { font-size: 1.35rem; }
.notice p { margin-top: .6rem; color: var(--muted); }
.process-mini { display: grid; gap: .85rem; }
.process-mini div { display: grid; grid-template-columns: 42px 1fr; gap: .9rem; padding: 1rem; border: 1px solid rgba(255,255,255,.14); border-radius: 16px; background: rgba(255,255,255,.07); }
.process-mini svg { width: 38px; height: 38px; padding: 5px; border: 1px solid rgba(143,244,230,.28); border-radius: 11px; color: #8ff4e6; background: transparent; --icon-accent: #ffffff; }
.process-mini strong { display: block; color: white; }
.process-mini span { color: rgba(255,255,255,.75); }
.support-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 1rem; }
.support-card { display: flex; min-height: 270px; flex-direction: column; }
.support-card .text-link { margin-top: auto; padding-top: 1.2rem; }
.policy-links { display: grid; grid-template-columns: .8fr 1.2fr; gap: 2rem; align-items: start; }
.policy-links p { margin-top: .5rem; color: var(--muted); }
.policy-links > div:last-child { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: .65rem 1.2rem; }
.policy-links a { font-weight: 850; }
.site-footer { color: rgba(255,255,255,.78); background: var(--blue-900); }
.footer-main { display: grid; grid-template-columns: 1.3fr repeat(3,.8fr); gap: 2rem; padding: 4.5rem 0 3rem; }
.footer-logo-chip { display: inline-flex; align-items: center; padding: .7rem .9rem; border-radius: 14px; background: white; }
.footer-logo-chip img { width: 205px; height: auto; }
.footer-brand p { max-width: 360px; margin-top: 1rem; }

.footer-actions { display: flex; flex-wrap: wrap; align-items: center; gap: .8rem; margin-top: 1.35rem; }
.footer-login { color: white; font-weight: 900; text-decoration: none; }
.footer-login:hover { color: #8ff4e6; }
.footer-browse { min-height: 44px; padding: .7rem 1.05rem; color: var(--blue-900); background: var(--green); box-shadow: 0 10px 24px rgba(0,0,0,.14); }
.footer-browse:hover { color: var(--blue-900); background: #22d8c0; box-shadow: 0 14px 30px rgba(0,0,0,.18); }
.footer-title { color: white; font-size: .9rem; font-weight: 900; }
.footer-links { display: grid; gap: .62rem; margin-top: .9rem; }
.footer-links a { color: rgba(255,255,255,.77); font-size: .9rem; text-decoration: none; }
.footer-links a:hover { color: white; }
.footer-bottom { display: flex; justify-content: space-between; gap: 1rem; padding: 1.35rem 0; border-top: 1px solid rgba(255,255,255,.12); font-size: .82rem; }
.error-page { display: grid; min-height: 68vh; place-items: center; text-align: center; }
.error-code { color: var(--green-700); font-size: clamp(4rem,15vw,9rem); font-weight: 900; letter-spacing: -.07em; line-height: .9; }
.error-page .eyebrow { margin-top: 1.5rem; }
.error-page h1 { font-size: clamp(2.3rem,7vw,4.6rem); }

.demo-section { padding-top: clamp(3.5rem, 6vw, 5.5rem); background: var(--wash); }
.demo-container { width: min(calc(100% - 2rem), 1040px); }
.demo-heading { margin-inline: auto; text-align: center; }
.demo-video-shell { overflow: hidden; border: 1px solid var(--line); border-radius: 24px; background: #06172d; box-shadow: var(--shadow-lg); }
.demo-video-shell video { display: block; width: 100%; height: auto; aspect-ratio: 16 / 9; background: #06172d; object-fit: contain; }
.demo-caption-note { margin-top: .8rem; color: var(--muted); font-size: .88rem; text-align: center; }
.demo-action { margin-top: 1.35rem; }
@media (min-width: 1041px) {
  .home-page .hero { padding: 2.65rem 0 3.1rem; }
  .home-page .hero-copy h1 { font-size: clamp(3.35rem, 4.75vw, 4.7rem); line-height: 1.01; }
  .home-page .hero-copy .lead { margin-top: 1rem; }
  .home-page .hero-copy .button-row { margin-top: 1.35rem; }
  .home-page .fact-row { margin-top: 1rem; }
  .home-page .market-visual { min-height: 470px; }
  .home-page .phone-content { min-height: 400px; }
  .home-page .visual-note-top { top: 26px; }
  .home-page .visual-note-bottom { bottom: 30px; }
}
@media (max-width: 1180px) {
  .pricing-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
}
@media (max-width: 1040px) {
  .menu-toggle { display: block; }
  .site-nav { position: fixed; inset: 76px 1rem auto; display: none; max-height: calc(100vh - 96px); overflow: auto; padding: 1rem; border: 1px solid var(--line); border-radius: 18px; background: white; box-shadow: var(--shadow-lg); }
  .site-nav.is-open { display: grid; }
  .site-nav a { min-height: 44px; padding: .72rem .75rem; border-radius: 10px; line-height: 1.35; }
  .site-nav a:hover { background: var(--wash); }
  .mobile-login { display: block; border-top: 1px solid var(--line); }
  .header-actions { margin-left: 0; }
  .hero-grid, .split, .dark-grid { grid-template-columns: 1fr; }
  .hero-copy { max-width: 760px; }
  .market-visual { min-height: 500px; }
  .business-steps { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .footer-main { grid-template-columns: repeat(3,1fr); }
  .footer-brand { grid-column: 1 / -1; }
}
@media (max-width: 800px) {
  .page-hero-grid { grid-template-columns: 1fr; }
  .hero-symbol { display: none; }
  .journey-layout { grid-template-columns: 1fr; }
  .sticky-heading { position: static; }
  .pricing-grid, .support-grid, .answer-grid { grid-template-columns: 1fr; }
  .plan-fit { min-height: 0; }
  .pricing-heading { margin-bottom: 1.4rem; }
  .policy-links { grid-template-columns: 1fr; }
}
@media (max-width: 680px) {
  .container, .narrow { width: min(calc(100% - 1.4rem), var(--max)); }
  .header-inner { min-height: 68px; gap: .55rem; }
  .logo-link img { width: 124px; }
  .site-nav { inset: 68px .7rem auto; }
  .menu-toggle { width: 44px; height: 44px; }
  .desktop-login { display: none; }
  .header-cta { min-height: 44px; padding: .62rem .76rem; font-size: .78rem; }
  .hero { padding-top: 3rem; }
  .hero-grid { gap: 2rem; }
  .market-visual { min-height: 465px; }
  .visual-halo { width: 360px; height: 360px; }
  .visual-note { max-width: 158px; padding: .7rem; }
  .visual-note-top { top: 25px; left: 0; }
  .visual-note-bottom { right: 0; bottom: 35px; }
  .proof-grid, .card-grid, .card-grid.two, .steps, .business-steps { grid-template-columns: 1fr; }
  .proof-grid div + div { border-top: 1px solid var(--line); border-left: 0; }
  .step { min-height: 0; }
  .action-banner, .enterprise-card { align-items: flex-start; flex-direction: column; }
  .policy-links > div:last-child { grid-template-columns: 1fr; }
  .footer-main { grid-template-columns: repeat(2,1fr); }
  .footer-brand { grid-column: 1 / -1; }
  .footer-bottom { flex-direction: column; }
  .footer-links a, .footer-login { display: inline-flex; min-height: 44px; align-items: center; }
  .demo-video-shell { border-radius: 16px; }
}
@media (max-width: 430px) {
  h1 { font-size: clamp(2.4rem,12vw,3.4rem); }
  .logo-link img { width: 112px; }
  .header-cta { padding-inline: .65rem; }
  .market-visual { min-height: 440px; }
  .phone-shell { width: 250px; }
  .phone-content { min-height: 430px; }
  .visual-note { display: none; }
  .visual-halo { width: 310px; height: 310px; }
  .journey-row { grid-template-columns: 1fr; }
  .answer-callout { grid-template-columns: 1fr; }
  .footer-main { grid-template-columns: 1fr; }
  .footer-brand { grid-column: auto; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
.icon-box .icon-asset, .step-icon .icon-asset { display: block; width: 38px; height: 38px; object-fit: contain; }
.approved-icon-box { width: 64px; height: 64px; border-radius: 18px; }
.approved-icon-box .icon-asset { width: 46px; height: 46px; }
.approved-step-icon { width: 62px; height: 62px; border-radius: 18px; }
.approved-step-icon svg { width: 46px; height: 46px; }
.approved-step-icon svg[data-icon="claim-flash"] { width: 60px; height: 60px; }
.approved-step-icon svg[data-icon="redeem-phone"] { width: 52px; height: 52px; }
.approved-step-icon .icon-asset { width: 44px; height: 44px; }

/* Exact approved icon set: preserve the wide silhouettes and open spacing. */
.approved-icon-box .icon-asset { width: 52px; height: 46px; }
.approved-step-icon .icon-asset { width: 52px; height: 46px; }


/* Approved icon artwork. */
.approved-art-icon {
  width: 82px;
  height: 82px;
  border: 0;
  border-radius: 22px;
  background: transparent;
  box-shadow: 0 10px 24px rgba(7,40,87,.10);
}
.approved-art-icon .approved-icon-image,
.approved-art-hero .approved-icon-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.approved-art-hero {
  width: 178px;
  height: 178px;
  overflow: hidden;
  border: 0;
  border-radius: 38px;
  background: transparent;
  box-shadow: 0 20px 46px rgba(7,40,87,.14);
}
@media (max-width: 800px) {
  .approved-art-hero { display: none; }
}

/* v16 approved vector icons: balanced spacing and exact centering. */
.approved-art-icon,
.approved-art-hero {
  display: grid;
  place-items: center;
  padding: 0;
}
.approved-art-icon .approved-icon-image,
.approved-art-hero .approved-icon-image {
  width: 100%;
  height: 100%;
  margin: 0;
  object-fit: contain;
  object-position: 50% 50%;
}
.approved-art-hero {
  align-self: center;
  justify-self: center;
}
