:root {
  --navy-950: #06192f;
  --navy-900: #0b2545;
  --navy-800: #12375f;
  --navy-700: #1d4c7a;
  --green-600: #0f9f63;
  --green-500: #18a86b;
  --green-100: #dff7ec;
  --orange-500: #f59e42;
  --orange-100: #fff1df;
  --ink: #10243c;
  --muted: #5f6f82;
  --line: #dce5ec;
  --surface: #ffffff;
  --background: #f5f8fa;
  --shadow: 0 24px 70px rgba(11, 37, 69, 0.12);
  --radius-lg: 30px;
  --radius-md: 20px;
  --radius-sm: 12px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 92px; }
body { margin: 0; overflow-x: hidden; color: var(--ink); background: var(--background); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 16px; line-height: 1.65; -webkit-font-smoothing: antialiased; }
img, svg { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid var(--orange-500); outline-offset: 4px; border-radius: 6px; }
.skip-link { position: fixed; z-index: 1000; top: 12px; left: 12px; padding: 10px 16px; transform: translateY(-160%); color: #fff; background: var(--navy-900); border-radius: 8px; }
.skip-link:focus { transform: translateY(0); }
.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; }
.container { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }

.site-header { position: sticky; z-index: 100; top: 0; border-bottom: 1px solid rgba(220, 229, 236, .78); background: rgba(255, 255, 255, .9); backdrop-filter: blur(16px); }
.header-inner { display: flex; align-items: center; justify-content: space-between; min-height: 78px; }
.brand { display: inline-flex; align-items: center; gap: 11px; font-weight: 800; }
.brand-name { color: var(--navy-900); font-size: 21px; letter-spacing: -.5px; }
.brand-name > span { color: var(--green-600); }
.brand-mark { position: relative; display: grid; flex: 0 0 auto; width: 37px; height: 37px; place-items: center; border-radius: 11px; background: var(--navy-900); box-shadow: 0 8px 18px rgba(11, 37, 69, .2); }
.brand-mark::before { width: 17px; height: 9px; content: ""; transform: translateY(-2px) rotate(-45deg); border-bottom: 3px solid #fff; border-left: 3px solid #fff; }
.brand-mark::after { position: absolute; right: -3px; bottom: -3px; display: grid; width: 15px; height: 15px; content: "+"; place-items: center; color: #fff; border: 2px solid #fff; border-radius: 50%; background: var(--orange-500); font-size: 12px; line-height: 1; }
.brand-mark.compact { width: 31px; height: 31px; border-radius: 9px; }
.brand-mark.compact::before { width: 14px; height: 7px; border-width: 0 0 3px 3px; }
.brand-mark.compact::after { width: 13px; height: 13px; font-size: 10px; }
.site-nav { display: flex; align-items: center; gap: 30px; color: #42556a; font-size: 14px; font-weight: 650; }
.site-nav > a:not(.button) { position: relative; padding-block: 8px; }
.site-nav > a:not(.button)::after { position: absolute; right: 0; bottom: 2px; left: 0; height: 2px; content: ""; transform: scaleX(0); transform-origin: right; background: var(--green-500); transition: transform .2s ease; }
.site-nav > a:hover::after { transform: scaleX(1); transform-origin: left; }
.nav-toggle { display: none; width: 44px; height: 44px; padding: 10px; border: 0; border-radius: 10px; background: transparent; cursor: pointer; }
.nav-toggle > span:not(.sr-only) { display: block; height: 2px; margin: 5px 0; border-radius: 2px; background: var(--navy-900); transition: transform .2s, opacity .2s; }
.nav-toggle[aria-expanded="true"] > span:nth-of-type(2) { transform: translateY(7px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] > span:nth-of-type(3) { opacity: 0; }
.nav-toggle[aria-expanded="true"] > span:nth-of-type(4) { transform: translateY(-7px) rotate(-45deg); }

.button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; gap: 12px; padding: 13px 22px; color: #fff; border: 1px solid var(--navy-900); border-radius: 12px; background: var(--navy-900); box-shadow: 0 10px 22px rgba(11, 37, 69, .18); font-size: 15px; font-weight: 750; line-height: 1.2; transition: transform .2s ease, background .2s ease, box-shadow .2s ease; }
.button:hover { transform: translateY(-2px); background: var(--navy-800); box-shadow: 0 14px 30px rgba(11, 37, 69, .22); }
.button-small { min-height: 42px; padding: 10px 17px; color: #fff; }
.button-secondary { color: var(--navy-900); border-color: var(--line); background: rgba(255, 255, 255, .75); box-shadow: none; }
.button-secondary:hover { background: #fff; box-shadow: 0 10px 22px rgba(11, 37, 69, .08); }
.button-light { color: var(--navy-900); border-color: #fff; background: #fff; box-shadow: 0 12px 28px rgba(5, 20, 38, .22); }
.button-light:hover { background: #f2fff9; }

.hero { position: relative; min-height: 710px; overflow: hidden; background: radial-gradient(circle at 74% 14%, rgba(24, 168, 107, .13), transparent 28%), linear-gradient(150deg, #fbfdfe 0%, #f2f7f8 54%, #edf7f2 100%); }
.hero::before { position: absolute; inset: 0; content: ""; opacity: .32; background-image: linear-gradient(rgba(11, 37, 69, .05) 1px, transparent 1px), linear-gradient(90deg, rgba(11, 37, 69, .05) 1px, transparent 1px); background-size: 52px 52px; mask-image: linear-gradient(90deg, transparent 5%, black 50%, transparent 100%); }
.hero-glow { position: absolute; top: 100px; right: -120px; width: 520px; height: 520px; border: 1px solid rgba(24, 168, 107, .17); border-radius: 50%; }
.hero-glow::before, .hero-glow::after { position: absolute; content: ""; border: 1px solid rgba(24, 168, 107, .13); border-radius: inherit; }
.hero-glow::before { inset: 58px; }.hero-glow::after { inset: 120px; }
.hero-grid { position: relative; display: grid; min-height: 710px; align-items: center; grid-template-columns: 1.05fr .95fr; gap: 70px; padding-block: 76px 86px; }
.status { display: inline-flex; align-items: center; gap: 9px; margin-bottom: 25px; padding: 7px 12px; color: #37624f; border: 1px solid #c9e9d9; border-radius: 999px; background: rgba(240, 252, 246, .86); font-size: 12px; font-weight: 750; letter-spacing: .03em; text-transform: uppercase; }
.status > span { width: 8px; height: 8px; border-radius: 50%; background: var(--green-500); box-shadow: 0 0 0 4px rgba(24, 168, 107, .13); }
.eyebrow { margin: 0 0 12px; color: var(--green-600); font-size: 13px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.eyebrow.light { color: #8be0b7; }
h1, h2, h3, p { overflow-wrap: break-word; }
h1, h2, h3 { color: var(--navy-950); line-height: 1.12; }
.hero h1 { max-width: 680px; margin: 0 0 22px; font-size: clamp(48px, 5.2vw, 76px); letter-spacing: -.055em; }
.hero h1 span { color: var(--green-600); }
.hero-lead { max-width: 650px; margin: 0 0 16px; color: #304961; font-size: clamp(19px, 2vw, 23px); line-height: 1.48; }
.hero-text { max-width: 620px; margin: 0; color: var(--muted); font-size: 16px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.trust-line { display: flex; flex-wrap: wrap; gap: 11px 24px; margin-top: 31px; color: #617183; font-size: 12px; font-weight: 650; }
.trust-line span { display: inline-flex; align-items: center; gap: 7px; }
.trust-line span::before { content: "✓"; color: var(--green-600); font-weight: 900; }

.hero-visual { position: relative; min-width: 0; min-height: 510px; }
.approval-card { position: absolute; z-index: 3; top: 50%; left: 50%; width: min(430px, 91%); padding: 20px; transform: translate(-50%, -50%) rotate(1.5deg); border: 1px solid rgba(213, 225, 232, .9); border-radius: 24px; background: rgba(255, 255, 255, .94); box-shadow: 0 35px 90px rgba(11, 37, 69, .2); backdrop-filter: blur(12px); }
.card-topline, .card-footer { display: flex; align-items: center; }
.card-topline { justify-content: space-between; padding-bottom: 15px; border-bottom: 1px solid #e7edf1; color: #506176; font-size: 11px; font-weight: 750; }
.mini-brand { display: flex; align-items: center; gap: 6px; color: var(--navy-900); }
.mini-brand i { display: grid; width: 20px; height: 20px; place-items: center; color: #fff; border-radius: 6px; background: var(--green-500); font-style: normal; }
.version { padding: 4px 8px; color: var(--green-600); border-radius: 99px; background: var(--green-100); }
.document-preview { padding: 24px 17px 16px; }
.doc-label { color: var(--orange-500); font-size: 10px; font-weight: 850; letter-spacing: .14em; }
.document-preview h2 { margin: 6px 0 20px; font-size: 25px; letter-spacing: -.03em; }
.preview-row { display: grid; padding: 11px 0; border-bottom: 1px solid #edf1f4; grid-template-columns: 90px 1fr; font-size: 12px; }
.preview-row span { color: #7a8796; }.preview-row strong { color: #2b4055; font-size: 13px; }
.approval-actions { display: grid; gap: 9px; grid-template-columns: 1fr 1fr; }
.approval-actions > span { display: flex; align-items: center; justify-content: center; gap: 8px; padding: 12px; border-radius: 10px; font-size: 11px; font-weight: 850; }
.approval-actions i { font-style: normal; font-size: 15px; }.approve { color: #087446; background: var(--green-100); }.decline { color: #8b5360; background: #f8e9ec; }
.card-footer { gap: 9px; margin-top: 18px; padding-top: 16px; border-top: 1px solid #e7edf1; font-size: 11px; }
.avatar { display: grid; width: 31px; height: 31px; place-items: center; color: #fff; border-radius: 50%; background: var(--navy-700); font-size: 9px; font-weight: 800; }
.card-footer > span:nth-child(2) { display: flex; flex: 1; flex-direction: column; line-height: 1.35; }.card-footer small { color: #8a96a4; }.confirmed { color: var(--green-600); font-weight: 750; }
.floating-note { position: absolute; z-index: 5; display: flex; align-items: center; gap: 10px; padding: 12px 15px; border: 1px solid rgba(220, 229, 236, .9); border-radius: 14px; background: rgba(255, 255, 255, .94); box-shadow: 0 18px 45px rgba(11, 37, 69, .16); font-size: 10px; line-height: 1.3; backdrop-filter: blur(8px); }
.floating-note > span { display: grid; width: 30px; height: 30px; place-items: center; color: #fff; border-radius: 9px; background: var(--green-500); font-size: 15px; font-weight: 900; }.floating-note > div { display: flex; flex-direction: column; }.floating-note strong { color: var(--navy-900); }.floating-note small { color: #7b8897; }
.note-one { top: 10%; left: -2%; }.note-two { right: -3%; bottom: 8%; }.note-two > span { background: var(--orange-500); }
.signal { position: absolute; border-radius: 50%; }.signal-one { top: 7%; right: 3%; width: 350px; height: 350px; border: 1px dashed rgba(24, 168, 107, .24); }.signal-two { right: 13%; bottom: 4%; width: 240px; height: 240px; background: rgba(24, 168, 107, .07); filter: blur(1px); }

.section { padding-block: 108px; }
.section-heading { max-width: 700px; margin-bottom: 50px; }.section-heading.centered { margin-inline: auto; text-align: center; }.section-heading h2, .workflow-copy h2, .platform-copy h2 { margin: 0 0 17px; font-size: clamp(35px, 4vw, 52px); letter-spacing: -.045em; }.section-heading p:last-child, .workflow-copy > p:last-of-type { margin: 0; color: var(--muted); font-size: 18px; }
.channels { background: #fff; }
.channel-grid { display: grid; align-items: stretch; gap: 22px; grid-template-columns: repeat(3, 1fr); }
.channel-card { position: relative; display: flex; min-width: 0; min-height: 340px; flex-direction: column; padding: 30px; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius-md); background: #fff; box-shadow: 0 14px 40px rgba(11, 37, 69, .05); transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease; }
.channel-card:hover { transform: translateY(-5px); border-color: #b9d7c8; box-shadow: var(--shadow); }.channel-card.featured { border-color: #a9ddc3; background: linear-gradient(150deg, #fff, #f3fbf7); }
.feature-label { position: absolute; top: 20px; right: 20px; padding: 5px 9px; color: #087446; border-radius: 99px; background: var(--green-100); font-size: 10px; font-weight: 800; text-transform: uppercase; }
.channel-icon { display: grid; width: 58px; height: 58px; margin-bottom: 26px; place-items: center; border-radius: 17px; font-size: 23px; font-weight: 850; }.email-icon { color: var(--navy-700); background: #e9f1f8; }.chat-icon { color: #087446; background: var(--green-100); }.chat-icon span { letter-spacing: 2px; transform: translateY(-3px); }.mobile-icon { color: #b66a1d; background: var(--orange-100); }
.channel-card .plan { margin: 0 0 3px; color: var(--green-600); font-size: 11px; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }.channel-card h3 { margin: 0 0 15px; font-size: 27px; letter-spacing: -.03em; }.channel-card > p:not(.plan) { margin: 0; color: var(--muted); }.card-link { display: flex; align-items: center; justify-content: space-between; margin-top: auto; padding-top: 24px; color: var(--navy-800); font-size: 13px; font-weight: 750; }.card-link i { color: var(--green-600); font-style: normal; font-size: 18px; }
.channel-note { max-width: 750px; margin: 28px auto 0; color: #7b8793; font-size: 12px; text-align: center; }

.workflow-section { background: #f4f8fa; }
.workflow-grid { display: grid; align-items: start; gap: 90px; grid-template-columns: .8fr 1.2fr; }.workflow-copy { position: sticky; top: 125px; }.workflow-copy > p { color: var(--muted); font-size: 18px; }.workflow-highlight { display: flex; gap: 14px; margin-top: 32px; padding: 19px; border: 1px solid #cde8da; border-radius: 14px; background: #edf9f3; }.workflow-highlight > span { display: grid; flex: 0 0 auto; width: 28px; height: 28px; place-items: center; color: #fff; border-radius: 50%; background: var(--green-500); font-weight: 900; }.workflow-highlight p { margin: 0; color: #466253; font-size: 13px; }.workflow-highlight strong { display: block; color: #164c35; }
.workflow-list { position: relative; margin: 0; padding: 0; list-style: none; }.workflow-list::before { position: absolute; top: 35px; bottom: 35px; left: 27px; width: 1px; content: ""; background: linear-gradient(var(--green-500), #c5d6dd); }.workflow-list li { position: relative; display: grid; gap: 22px; padding: 0 0 27px; grid-template-columns: 56px 1fr; }.workflow-list li:last-child { padding-bottom: 0; }.workflow-list li > span { z-index: 2; display: grid; width: 56px; height: 56px; place-items: center; color: var(--green-600); border: 1px solid #bfe1d0; border-radius: 16px; background: #fff; box-shadow: 0 7px 20px rgba(11, 37, 69, .07); font-size: 12px; font-weight: 850; }.workflow-list li > div { padding: 4px 0 20px; border-bottom: 1px solid var(--line); }.workflow-list h3 { margin: 0 0 7px; font-size: 18px; }.workflow-list p { margin: 0; color: var(--muted); font-size: 14px; }

.platform-section { padding-block: 70px; background: #fff; }.platform-panel { position: relative; display: grid; min-height: 500px; align-items: center; padding: 75px; overflow: hidden; color: #fff; border-radius: var(--radius-lg); background: linear-gradient(130deg, var(--navy-950), var(--navy-800)); grid-template-columns: 1.05fr .95fr; box-shadow: 0 30px 70px rgba(6, 25, 47, .2); }.platform-panel::before { position: absolute; right: -150px; bottom: -230px; width: 650px; height: 650px; content: ""; border: 1px solid rgba(255, 255, 255, .08); border-radius: 50%; box-shadow: 0 0 0 80px rgba(255, 255, 255, .025), 0 0 0 160px rgba(255, 255, 255, .02); }.platform-copy { position: relative; z-index: 2; }.platform-copy h2 { color: #fff; }.platform-copy p:last-child { max-width: 540px; margin: 0; color: #bfd0df; font-size: 17px; }.use-cases { position: relative; z-index: 2; display: flex; flex-wrap: wrap; gap: 9px; margin-top: 30px; grid-column: 1; }.use-cases span { padding: 8px 13px; color: #d8e6f0; border: 1px solid rgba(255, 255, 255, .13); border-radius: 999px; background: rgba(255, 255, 255, .06); font-size: 12px; }
.platform-orbit { position: absolute; z-index: 2; right: 7%; width: 350px; height: 350px; border: 1px solid rgba(139, 224, 183, .26); border-radius: 50%; }.platform-orbit::before { position: absolute; inset: 54px; content: ""; border: 1px dashed rgba(139, 224, 183, .2); border-radius: inherit; }.orbit-center { position: absolute; z-index: 2; top: 50%; left: 50%; display: flex; width: 130px; height: 130px; align-items: center; justify-content: center; gap: 9px; transform: translate(-50%, -50%); border: 1px solid rgba(255, 255, 255, .18); border-radius: 50%; background: rgba(255, 255, 255, .1); box-shadow: 0 0 70px rgba(24, 168, 107, .25); font-size: 14px; line-height: 1.25; }.orbit-item { position: absolute; display: grid; width: 52px; height: 52px; place-items: center; color: #fff; border: 1px solid rgba(255, 255, 255, .17); border-radius: 15px; background: #16456c; box-shadow: 0 10px 25px rgba(0, 0, 0, .22); font-size: 11px; font-weight: 800; }.item-a { top: 3%; left: 32%; }.item-b { top: 39%; right: -7%; color: #ffd59f; }.item-c { right: 18%; bottom: 4%; color: #95e7bd; }.item-d { bottom: 10%; left: 4%; }

.benefits { background: #fff; }.benefit-grid { display: grid; gap: 1px; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius-md); background: var(--line); grid-template-columns: repeat(3, 1fr); }.benefit-grid article { min-height: 235px; padding: 30px; background: #fff; }.benefit-grid article > span { display: block; margin-bottom: 28px; color: var(--green-600); font-size: 11px; font-weight: 850; }.benefit-grid h3 { margin: 0 0 12px; font-size: 18px; }.benefit-grid p { margin: 0; color: var(--muted); font-size: 14px; }
.contact-section { padding: 25px 0 105px; background: #fff; }.contact-panel { display: flex; align-items: center; justify-content: space-between; gap: 50px; padding: 56px 65px; color: #fff; border-radius: var(--radius-lg); background: linear-gradient(115deg, #0d6946, var(--green-500)); box-shadow: 0 25px 60px rgba(15, 159, 99, .2); }.contact-panel h2 { margin: 0 0 12px; color: #fff; font-size: clamp(32px, 4vw, 48px); letter-spacing: -.04em; }.contact-panel p:last-child { max-width: 700px; margin: 0; color: #d9f5e8; }.contact-panel .button { flex: 0 0 auto; }

.site-footer { padding-block: 45px; color: #94a3b1; border-top: 1px solid #17334f; background: var(--navy-950); font-size: 12px; }.footer-grid { display: grid; align-items: end; gap: 30px; grid-template-columns: 1fr auto; }.footer-brand .brand-name { color: #fff; }.footer-grid > div:first-child p { max-width: 430px; margin: 15px 0 0; }.footer-links { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 12px 25px; color: #d7e0e8; font-weight: 650; }.footer-links a:hover { color: #fff; }.copyright { margin: 0; grid-column: 2; text-align: right; }.email-link { overflow-wrap: anywhere; }

.legal-page { background: #f6f9fb; }.back-link { color: var(--navy-700); font-size: 14px; font-weight: 700; }.legal-main { min-height: 70vh; padding-block: 90px 110px; }.legal-container { max-width: 790px; }.legal-container h1 { margin: 0 0 35px; font-size: clamp(44px, 6vw, 68px); letter-spacing: -.05em; }.legal-container section { padding: 28px 0; border-bottom: 1px solid var(--line); }.legal-container h2 { margin: 0 0 12px; font-size: 23px; }.legal-container p { color: #526579; }.legal-container a:not(.button) { color: var(--green-600); text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 3px; }.legal-notice { display: flex; gap: 18px; margin-bottom: 35px; padding: 23px; border: 1px solid #f0d9bd; border-radius: 15px; background: var(--orange-100); }.legal-notice > span { display: grid; flex: 0 0 auto; width: 30px; height: 30px; place-items: center; color: #fff; border-radius: 50%; background: var(--orange-500); font-family: Georgia, serif; font-weight: 800; }.legal-notice p { margin: 0; color: #6c5136; }.legal-notice strong { display: block; color: #5f3e1e; }.future-notice { margin: 22px 0 0; }
.error-page { display: flex; min-height: 100vh; flex-direction: column; background: radial-gradient(circle at 50% 20%, #e4f7ed, transparent 35%), var(--background); }.error-page > main { display: grid; flex: 1; padding: 24px; place-items: center; }.error-page > .site-footer { width: 100%; }.error-card { max-width: 690px; margin: auto; padding: 55px; text-align: center; border: 1px solid var(--line); border-radius: var(--radius-lg); background: #fff; box-shadow: var(--shadow); }.error-card .brand { margin-bottom: 38px; }.error-code { margin: 0; color: var(--green-500); font-size: 14px; font-weight: 900; letter-spacing: .2em; }.error-card h1 { margin: 10px 0 18px; font-size: clamp(35px, 5vw, 54px); letter-spacing: -.045em; }.error-card > p:not(.error-code) { max-width: 540px; margin: 0 auto 30px; color: var(--muted); }

@media (max-width: 1040px) {
  .hero-grid { gap: 30px; grid-template-columns: 1fr 1fr; }.hero-visual { transform: scale(.9); }.note-one { left: -7%; }.note-two { right: -8%; }
  .workflow-grid { gap: 55px; }.platform-panel { padding: 55px; }.platform-orbit { right: 2%; transform: scale(.82); }.platform-copy { max-width: 54%; }.use-cases { max-width: 54%; }
}

@media (max-width: 820px) {
  .container { width: min(100% - 34px, 700px); }.header-inner { min-height: 70px; }.nav-toggle { display: block; }.site-nav { position: absolute; top: 70px; right: 17px; left: 17px; display: none; align-items: stretch; gap: 2px; padding: 13px; border: 1px solid var(--line); border-radius: 15px; background: #fff; box-shadow: var(--shadow); }.site-nav.is-open { display: flex; flex-direction: column; }.site-nav a { padding: 11px 13px; }.site-nav .button { margin-top: 5px; }.site-nav > a:not(.button)::after { display: none; }
  .hero-grid { min-height: auto; grid-template-columns: 1fr; padding-block: 66px 45px; }.hero-copy { max-width: 680px; }.hero-visual { min-height: 500px; transform: none; }.approval-card { width: min(430px, 84%); }.note-one { left: 1%; }.note-two { right: 1%; }.signal-one { right: 10%; }
  .section { padding-block: 82px; }.channel-grid { grid-template-columns: 1fr; }.channel-card { min-height: 275px; }.workflow-grid { gap: 45px; grid-template-columns: 1fr; }.workflow-copy { position: static; }.platform-panel { display: block; min-height: 760px; padding: 50px; }.platform-copy, .use-cases { max-width: none; }.platform-orbit { right: 50%; bottom: 20px; transform: translateX(50%) scale(.82); }.benefit-grid { grid-template-columns: repeat(2, 1fr); }.contact-panel { align-items: flex-start; flex-direction: column; padding: 45px; }.footer-grid { grid-template-columns: 1fr auto; }
}

@media (max-width: 540px) {
  .container { width: min(100% - 28px, 480px); }.brand-name { font-size: 19px; }.hero { min-height: auto; }.hero-grid { padding-top: 50px; }.hero h1 { font-size: clamp(43px, 13vw, 60px); }.hero-lead { font-size: 19px; }.hero-actions { align-items: stretch; flex-direction: column; }.hero-actions .button { width: 100%; }.trust-line { flex-direction: column; gap: 8px; }
  .hero-visual { min-height: 460px; margin-inline: -7px; }.approval-card { width: 92%; padding: 16px; }.document-preview { padding-inline: 7px; }.note-one { top: 2%; left: 0; }.note-two { right: 0; bottom: 1%; }.floating-note { padding: 9px 10px; }.signal-one { right: 0; width: 280px; height: 280px; }.preview-row { grid-template-columns: 75px 1fr; }
  .section { padding-block: 68px; }.section-heading { margin-bottom: 35px; }.section-heading h2, .workflow-copy h2, .platform-copy h2 { font-size: 36px; }.channel-card { padding: 25px; }.workflow-list li { gap: 14px; grid-template-columns: 48px 1fr; }.workflow-list li > span { width: 48px; height: 48px; }.workflow-list::before { left: 23px; }.workflow-list h3 { font-size: 16px; }.workflow-list p { font-size: 13px; }
  .platform-section { padding-block: 35px; }.platform-panel { min-height: 750px; padding: 37px 25px; border-radius: 22px; }.use-cases span { font-size: 11px; }.platform-orbit { bottom: -4px; transform: translateX(50%) scale(.68); }.benefit-grid { grid-template-columns: 1fr; }.benefit-grid article { min-height: 200px; padding: 25px; }.contact-section { padding-bottom: 70px; }.contact-panel { padding: 35px 25px; border-radius: 22px; }.contact-panel .button { width: 100%; font-size: 14px; }
  .footer-grid { align-items: start; grid-template-columns: 1fr; }.footer-links { justify-content: flex-start; grid-row: 2; }.copyright { grid-column: 1; text-align: left; }.legal-main { padding-block: 65px 80px; }.legal-container h1 { font-size: 46px; }.legal-notice { padding: 18px; }.error-card { padding: 40px 22px; }
}

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