@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@400;500;600;700;800&display=swap');

:root {
    --ink: #071d26;
    --ink-soft: #425860;
    --navy: #061a22;
    --navy-2: #0a2c36;
    --aqua: #00c2d5;
    --aqua-light: #76e4ec;
    --orange: #ff5a36;
    --paper: #f7faf8;
    --white: #fff;
    --line: rgba(9, 44, 54, .13);
    --shadow: 0 26px 70px rgba(0, 21, 28, .18);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: "DM Sans", sans-serif; -webkit-font-smoothing: antialiased; }
body, button, a { font-size: 16px; }
a { color: inherit; text-decoration: none; }
img, svg { display: block; max-width: 100%; }
.svg-sprite { position: absolute; width: 0; height: 0; overflow: hidden; }
.line-icon svg, .trust-grid svg, .step-icon svg, .floating-note svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.shell { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.skip-link { position: fixed; z-index: 1000; top: 8px; left: 8px; transform: translateY(-150%); background: #fff; color: #071d26; padding: 12px 18px; border-radius: 4px; }
.skip-link:focus { transform: translateY(0); }

.site-header { position: absolute; z-index: 20; top: 0; left: 0; width: 100%; border-bottom: 1px solid rgba(255,255,255,.16); color: #fff; }
.nav-shell { height: 86px; display: flex; align-items: center; justify-content: space-between; gap: 34px; }
.brand { display: inline-flex; align-items: center; gap: 10px; font-family: "Manrope", sans-serif; font-size: 22px; font-weight: 800; letter-spacing: -.045em; }
.brand > span:last-child > span { color: var(--aqua); }
.brand-mark { width: 39px; height: 39px; display: grid; place-items: center; border-radius: 50%; background: var(--aqua); }
.brand-mark svg { width: 29px; fill: var(--navy); }
.desktop-nav { display: flex; align-items: center; gap: 34px; margin-left: auto; }
.desktop-nav a { font-size: 14px; font-weight: 600; color: rgba(255,255,255,.75); transition: color .2s; }
.desktop-nav a:hover { color: #fff; }
.nav-actions { display: flex; align-items: center; gap: 18px; }
.login-link { position: relative; color: rgba(255,255,255,.86); font-size: 13px; font-weight: 700; white-space: nowrap; }
.login-link:after { content: ""; position: absolute; right: 0; bottom: -5px; left: 0; height: 1px; background: var(--aqua); transform: scaleX(0); transform-origin: right; transition: transform .2s; }
.login-link:hover:after { transform: scaleX(1); transform-origin: left; }
.button { min-height: 54px; display: inline-flex; justify-content: center; align-items: center; gap: 14px; border: 1px solid transparent; border-radius: 4px; padding: 0 24px; font-family: "Manrope", sans-serif; font-weight: 700; transition: transform .2s, background .2s, box-shadow .2s; }
.button:hover { transform: translateY(-2px); }
.button-small { min-height: 42px; padding: 0 18px; font-size: 13px; }
.button-outline { color: #fff; border-color: rgba(255,255,255,.38); background: rgba(255,255,255,.04); }
.button-outline:hover { background: rgba(255,255,255,.1); }
.button-primary { color: var(--navy); background: var(--aqua); box-shadow: 0 14px 34px rgba(0,194,213,.25); }
.button-primary:hover { background: #24d3df; box-shadow: 0 18px 42px rgba(0,194,213,.34); }

.hero { position: relative; min-height: 870px; overflow: hidden; color: #fff; background: var(--navy); }
.hero-image, .hero-shade { position: absolute; inset: 0; }
.hero-image { background-image: url('../img/koiscreen-hero-koi.jpg'); background-size: cover; background-position: center; opacity: .55; transform: scale(1.02); }
.hero-shade { background: linear-gradient(90deg, rgba(3,18,24,.98) 0%, rgba(4,22,29,.91) 35%, rgba(4,22,29,.42) 68%, rgba(4,22,29,.15) 100%), linear-gradient(0deg, rgba(3,18,24,.76), transparent 50%); }
.hero-grid { position: relative; z-index: 2; min-height: 870px; padding-top: 145px; padding-bottom: 85px; display: grid; grid-template-columns: 1.07fr .93fr; align-items: center; gap: 55px; }
.hero-copy { max-width: 650px; }
.eyebrow { display: flex; align-items: center; gap: 12px; margin: 0 0 22px; color: var(--aqua-light); font-size: 11px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow > span { width: 34px; height: 1px; background: currentColor; }
.eyebrow.dark { color: #008fa0; }
.eyebrow.light { color: var(--aqua-light); }
.hero h1, .section-heading h2, .feature-copy h2, .supplier-grid h2, .final-cta h2 { margin: 0; font-family: "Manrope", sans-serif; font-weight: 700; letter-spacing: -.055em; line-height: 1.04; }
.hero h1 { max-width: 680px; font-size: clamp(52px, 5.2vw, 78px); }
.hero h1 em { color: var(--aqua); font-style: normal; }
.hero-lead { max-width: 610px; margin: 28px 0 0; color: rgba(255,255,255,.72); font-size: 18px; line-height: 1.7; }
.hero-actions { display: flex; align-items: center; gap: 27px; margin-top: 34px; }
.text-link { display: inline-flex; align-items: center; gap: 11px; font-size: 14px; font-weight: 700; }
.play { width: 34px; height: 34px; display: grid; place-items: center; padding-left: 2px; border: 1px solid rgba(255,255,255,.4); border-radius: 50%; font-size: 9px; }
.supplier-line { display: flex; align-items: center; gap: 9px; margin: 34px 0 0; color: rgba(255,255,255,.61); font-size: 12px; }
.supplier-line > span { width: 21px; height: 21px; display: grid; place-items: center; color: var(--aqua); border: 1px solid rgba(0,194,213,.5); border-radius: 50%; font-size: 11px; }
.supplier-line strong { color: rgba(255,255,255,.88); }

.kiosk-stage { position: relative; height: 670px; display: flex; justify-content: center; align-items: flex-end; }
.kiosk-glow { position: absolute; width: 490px; height: 490px; top: 70px; border-radius: 50%; background: rgba(0,194,213,.16); filter: blur(70px); }
.kiosk-unit { position: relative; width: 342px; height: 642px; filter: drop-shadow(0 32px 30px rgba(0,0,0,.48)); perspective: 900px; }
.kiosk-screen { position: relative; z-index: 2; width: 330px; height: 545px; margin-left: 6px; overflow: hidden; color: #19333d; border: 13px solid #11181b; border-radius: 17px 17px 5px 5px; background: #edf7f7; box-shadow: inset 0 0 0 1px #25363b, 12px 8px 0 #050b0e; transform: rotateY(-5deg); transform-origin: bottom; }
.kiosk-pedestal { position: absolute; z-index: 1; bottom: 24px; left: 51px; width: 244px; height: 110px; background: linear-gradient(90deg, #070c0e, #151c1f 58%, #05090a); clip-path: polygon(8% 0,92% 0,100% 100%,0 100%); }
.kiosk-foot { position: absolute; z-index: 3; bottom: 4px; left: 16px; width: 312px; height: 36px; border-radius: 50%; background: linear-gradient(90deg, #05090a, #1d2629 56%, #05090a); box-shadow: 0 18px 24px rgba(0,0,0,.38); }
.kiosk-caption { position: absolute; right: -8px; bottom: 42px; display: flex; align-items: center; gap: 9px; margin: 0; color: rgba(255,255,255,.62); font-size: 11px; }
.kiosk-caption span { width: 30px; height: 1px; background: var(--aqua); }
.preview-topbar { height: 53px; display: flex; justify-content: space-between; align-items: center; padding: 0 15px; background: rgba(255,255,255,.83); }
.preview-logo { font-size: 10px; font-weight: 800; }.preview-logo span { color: var(--aqua); }
.preview-topbar i { width: 6px; height: 6px; border-radius: 50%; background: #16a66b; box-shadow: 0 0 0 3px rgba(22,166,107,.12); }
.preview-tabs { height: 42px; display: flex; align-items: center; gap: 5px; padding: 6px 10px; border-top: 1px solid #d9e9e9; border-bottom: 1px solid #d9e9e9; background: #fff; }
.preview-tabs span { flex: 1; padding: 7px 2px; border: 1px solid #cfdfdf; border-radius: 20px; color: #60747a; font-size: 6px; font-weight: 700; text-align: center; }.preview-tabs .active { color: #062b34; border-color: var(--aqua); background: var(--aqua); }
.preview-layout { display: grid; grid-template-columns: 83px 1fr; gap: 8px; height: 426px; padding: 10px; }
.preview-filter { display: flex; flex-direction: column; gap: 7px; padding-right: 8px; border-right: 1px solid #d5e5e5; font-size: 6px; }.preview-filter strong { margin: 2px 0 3px; font-size: 8px; }.preview-filter span { display: flex; justify-content: space-between; padding: 8px 6px; border: 1px solid #dae8e8; border-radius: 6px; }.preview-filter b { font-weight: 500; }.preview-filter .selected { border-color: var(--aqua); background: var(--aqua); }
.preview-results { min-width: 0; }.result-heading { display: flex; justify-content: space-between; align-items: center; margin: 2px 1px 8px; font-size: 8px; }.result-heading small { color: #799095; font-size: 6px; }
.preview-results article { position: relative; display: grid; grid-template-columns: 53px 1fr; align-items: center; gap: 8px; min-height: 105px; margin-bottom: 7px; overflow: hidden; border: 1px solid #dbe9e9; border-radius: 7px; background: rgba(255,255,255,.92); }
.fish-crop, .detail-image { background-image: url('../img/koiscreen-hero-koi.jpg'); background-size: 470%; }
.fish-crop { align-self: stretch; min-height: 103px; background-color: #072d3b; }.crop-one { background-position: 6% 64%; }.crop-two { background-position: 67% 28%; }.crop-three { background-position: 90% 66%; }
.preview-results article p { display: flex; flex-direction: column; gap: 4px; margin: 0; font-size: 7px; }.preview-results article strong { font-size: 7px; }.preview-results article span { color: #6b8188; }.preview-results article b { color: #073942; font-size: 9px; }
.scroll-cue { position: absolute; z-index: 3; bottom: 28px; left: 50%; display: flex; align-items: center; gap: 11px; transform: translateX(-50%); color: rgba(255,255,255,.42); font-size: 9px; font-weight: 700; letter-spacing: .17em; text-transform: uppercase; }.scroll-cue span { width: 36px; height: 1px; background: rgba(255,255,255,.42); }

.trust-strip { border-bottom: 1px solid var(--line); background: #fff; }
.trust-grid { min-height: 118px; display: grid; grid-template-columns: repeat(4,1fr); align-items: center; }
.trust-grid p { display: grid; grid-template-columns: 40px 1fr; margin: 0; padding: 0 25px; border-right: 1px solid var(--line); }.trust-grid p:first-child { padding-left: 0; }.trust-grid p:last-child { border: 0; }
.trust-grid p > span { grid-row: 1/3; width: 31px; height: 31px; display: grid; place-items: center; color: #008fa0; border: 1px solid rgba(0,143,160,.25); border-radius: 50%; font-size: 14px; }
.trust-grid p > span svg { width: 15px; height: 15px; stroke-width: 1.8; }
.trust-grid strong { font-family: "Manrope",sans-serif; font-size: 13px; }.trust-grid small { margin-top: 3px; color: #72858c; font-size: 10px; }

.section { padding: 125px 0; }
.section-heading h2, .feature-copy h2, .supplier-grid h2, .final-cta h2 { font-size: clamp(38px, 4vw, 55px); }
.section-heading > p:not(.eyebrow), .split-heading > p { color: var(--ink-soft); line-height: 1.75; }
.split-heading { display: grid; grid-template-columns: 1.3fr .7fr; align-items: end; gap: 110px; margin-bottom: 62px; }.split-heading > p { margin: 0 0 4px; }
.benefit-grid { display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid var(--line); }
.benefit-grid article { position: relative; padding: 48px 42px 16px 0; border-right: 1px solid var(--line); }.benefit-grid article + article { padding-left: 42px; }.benefit-grid article:last-child { border-right: 0; }
.benefit-grid .number { position: absolute; top: 16px; right: 15px; color: #aab7ba; font-family: "Manrope",sans-serif; font-size: 11px; }.line-icon { width: 48px; height: 48px; display: grid; place-items: center; margin-bottom: 32px; color: #008fa0; border: 1px solid rgba(0,143,160,.25); border-radius: 50%; font-size: 23px; }
.line-icon svg { width: 21px; height: 21px; }
.benefit-grid h3, .steps-grid h3 { margin: 0 0 14px; font-family: "Manrope",sans-serif; font-size: 19px; letter-spacing: -.025em; }.benefit-grid p, .steps-grid p { margin: 0; color: #61747b; font-size: 14px; line-height: 1.7; }

.features-section { overflow: hidden; color: #fff; background: var(--navy); }
.feature-layout { display: grid; grid-template-columns: .85fr 1.15fr; align-items: center; gap: 115px; }
.feature-copy h2 { max-width: 520px; }.feature-intro { max-width: 470px; margin: 24px 0 38px; color: rgba(255,255,255,.62); line-height: 1.75; }
.feature-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid rgba(255,255,255,.15); }
.feature-list li { display: grid; grid-template-columns: 34px 1fr; gap: 17px; padding: 21px 0; border-bottom: 1px solid rgba(255,255,255,.15); }.feature-list li > span { padding-top: 3px; color: var(--aqua); font: 11px "Manrope",sans-serif; }.feature-list strong { font: 700 14px "Manrope",sans-serif; }.feature-list p { margin: 6px 0 0; color: rgba(255,255,255,.52); font-size: 12px; line-height: 1.6; }
.portrait-demo { position: relative; min-height: 690px; display: grid; place-items: center; }
.portrait-demo:before { content: ""; position: absolute; width: 560px; height: 560px; border-radius: 50%; background: rgba(0,194,213,.1); filter: blur(40px); }
.portrait-display { position: relative; z-index: 1; width: 375px; padding: 10px; border: 2px solid #23363c; border-radius: 20px; background: #060d10; box-shadow: var(--shadow); transform: perspective(900px) rotateY(-6deg); }
.detail-image { height: 340px; border-radius: 12px 12px 2px 2px; background-size: 210%; background-position: 67% 30%; }
.detail-info { position: relative; padding: 24px 26px 26px; color: var(--ink); border-radius: 2px 2px 10px 10px; background: #fff; }.availability { position: absolute; right: 22px; top: 23px; display: flex; align-items: center; gap: 6px; color: #08734d; font-size: 9px; font-weight: 700; text-transform: uppercase; }.availability i { width: 6px; height: 6px; border-radius: 50%; background: #18a86f; }.detail-kicker { margin: 0 0 6px; color: #74878c; font-size: 9px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }.detail-info h3 { margin: 0; font: 700 21px "Manrope",sans-serif; letter-spacing: -.03em; }.detail-price { margin: 8px 0 18px; color: #008fa0; font: 700 18px "Manrope",sans-serif; }.detail-facts { display: grid; grid-template-columns: repeat(3,1fr); padding: 12px 0; border-top: 1px solid #e3e9e9; border-bottom: 1px solid #e3e9e9; font-size: 11px; font-weight: 700; }.detail-facts small { display: block; margin-bottom: 3px; color: #8a999c; font-size: 8px; font-weight: 500; }.qr-row { display: flex; align-items: center; gap: 12px; margin-top: 16px; }.fake-qr { width: 42px; height: 42px; border: 4px solid #fff; background: repeating-conic-gradient(#071d26 0 25%,transparent 0 50%) 50% / 8px 8px; box-shadow: 0 0 0 1px #dbe4e4; }.qr-row p { display: flex; flex-direction: column; gap: 2px; margin: 0; }.qr-row strong { font: 700 10px "Manrope",sans-serif; }.qr-row span { color: #819196; font-size: 8px; }
.floating-note { position: absolute; z-index: 3; display: flex; align-items: center; gap: 12px; min-width: 175px; padding: 13px 15px; color: var(--ink); border: 1px solid rgba(0,194,213,.18); border-radius: 7px; background: #fff; box-shadow: 0 14px 34px rgba(0,0,0,.28); }.floating-note > span { width: 31px; height: 31px; display: grid; place-items: center; color: #008fa0; border-radius: 50%; background: #e9fbfc; }.floating-note p { display: flex; flex-direction: column; gap: 2px; margin: 0; }.floating-note strong { font: 700 10px "Manrope",sans-serif; }.floating-note small { color: #869598; font-size: 8px; }.note-one { top: 100px; right: -10px; }.note-two { bottom: 92px; left: -22px; }

.centred { max-width: 650px; margin: 0 auto 65px; text-align: center; }.centred .eyebrow { justify-content: center; }.centred > p:last-child { margin: 22px 0 0; }
.steps-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 0; counter-reset: steps; }
.steps-grid article { position: relative; padding: 45px 52px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); text-align: center; }.steps-grid article + article { border-left: 1px solid var(--line); }.step-number { position: absolute; top: 17px; left: 20px; color: #a0adb0; font-size: 10px; }.step-icon { width: 62px; height: 62px; display: grid; place-items: center; margin: 0 auto 27px; color: #008fa0; border: 1px solid rgba(0,143,160,.25); border-radius: 50%; font: 700 20px "Manrope",sans-serif; }
.step-icon svg { width: 24px; height: 24px; }

.supplier-section { position: relative; overflow: hidden; padding: 105px 0; color: #fff; background: #0c5d68; }.supplier-section:after { content: ""; position: absolute; inset: 0; opacity: .16; background: radial-gradient(circle at 80% 10%,#9bf6fb,transparent 40%), repeating-radial-gradient(circle at 15% 50%,transparent 0 8px,rgba(255,255,255,.18) 9px 10px); }
.supplier-grid { position: relative; z-index: 1; display: grid; grid-template-columns: .7fr 1.3fr; align-items: center; gap: 100px; }.supplier-grid > div:last-child { max-width: 650px; }.supplier-grid p:not(.eyebrow) { margin: 25px 0 31px; color: rgba(255,255,255,.72); line-height: 1.75; }.button-light { color: #06414a; background: #fff; }
.supplier-seal { position: relative; width: 260px; height: 260px; display: grid; place-items: center; margin: auto; border: 1px solid rgba(255,255,255,.55); border-radius: 50%; text-align: center; }.supplier-seal:before,.supplier-seal:after { content: ""; position: absolute; border-radius: 50%; }.supplier-seal:before { inset: 12px; border: 1px dashed rgba(255,255,255,.45); }.supplier-seal:after { inset: 35px; background: rgba(5,50,57,.22); }.supplier-seal span,.supplier-seal strong { position: absolute; z-index: 1; }.supplier-seal span { top: 61px; color: rgba(255,255,255,.72); font-size: 9px; font-weight: 700; letter-spacing: .17em; line-height: 1.65; }.supplier-seal strong { top: 129px; font: 800 48px "Manrope",sans-serif; letter-spacing: -.07em; }

.faq-layout { display: grid; grid-template-columns: .75fr 1.25fr; gap: 100px; }.faq-layout .section-heading > p:last-child { margin-top: 25px; }.faq-list { border-top: 1px solid var(--line); }.faq-list details { border-bottom: 1px solid var(--line); }.faq-list summary { display: flex; justify-content: space-between; align-items: center; padding: 24px 0; cursor: pointer; font: 700 15px "Manrope",sans-serif; list-style: none; }.faq-list summary::-webkit-details-marker { display: none; }.faq-list summary span { color: #008fa0; font-size: 22px; font-weight: 400; transition: transform .2s; }.faq-list details[open] summary span { transform: rotate(45deg); }.faq-list details p { margin: -8px 40px 24px 0; color: #61747b; font-size: 14px; line-height: 1.7; }
.final-cta { padding: 110px 0; color: #fff; text-align: center; background: var(--navy); }.final-cta-inner { display: flex; flex-direction: column; align-items: center; }.final-cta .eyebrow { justify-content: center; }.final-cta h2 { max-width: 780px; }.final-cta p:not(.eyebrow) { margin: 22px 0 30px; color: rgba(255,255,255,.62); }.final-cta small { margin-top: 16px; color: rgba(255,255,255,.42); font-size: 10px; }
.site-footer { padding: 55px 0 24px; color: #a5b1b5; background: #041218; }.footer-grid { display: grid; grid-template-columns: .65fr .8fr 1.1fr; align-items: center; gap: 70px; padding-bottom: 38px; }.footer-brand { color: #fff; }.footer-grid > p { margin: 0; font-size: 11px; line-height: 1.7; }.footer-links { display: flex; justify-content: flex-end; gap: 24px; color: #d7dddf; font-size: 11px; font-weight: 600; }.footer-links a:hover,.footer-bottom a:hover,.legal-block a:hover { color: var(--aqua); }.legal-block { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; padding-top: 25px; padding-bottom: 25px; border-top: 1px solid rgba(255,255,255,.1); }.legal-block p { margin: 0; font-size: 9px; line-height: 1.75; }.legal-block p:last-child { text-align: right; }.legal-block strong,.legal-block a { color: #dce3e5; }.footer-bottom { display: flex; justify-content: space-between; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.1); font-size: 9px; }.footer-bottom a { color: #dce3e5; }
.mobile-cta { display: none; }

@media (max-width: 1050px) {
    .desktop-nav { gap: 16px; }.nav-actions { gap: 12px; }.hero-grid { grid-template-columns: 1fr .72fr; gap: 20px; }.kiosk-stage { transform: scale(.87); transform-origin: center right; }.feature-layout { gap: 55px; }.note-one { right: 0; }.note-two { left: 0; }.trust-grid p { padding: 0 14px; }.split-heading { gap: 55px; }
}

@media (max-width: 800px) {
    .shell { width: min(100% - 34px, 640px); }.site-header { position: absolute; }.nav-shell { height: 72px; }.desktop-nav { display: none; }.button-small { display: none; }.nav-actions { margin-left: auto; }.login-link { padding: 9px 0; font-size: 12px; }
    .hero,.hero-grid { min-height: auto; }.hero-image { background-position: 62% center; }.hero-shade { background: linear-gradient(180deg,rgba(3,18,24,.9),rgba(3,18,24,.81) 55%,rgba(3,18,24,.95)); }.hero-grid { display: block; padding-top: 135px; padding-bottom: 75px; }.hero-copy { text-align: left; }.hero h1 { font-size: clamp(46px,13.5vw,68px); }.hero-lead { font-size: 16px; }.hero-actions { flex-wrap: wrap; }.supplier-line { align-items: flex-start; line-height: 1.5; }
    .kiosk-stage { height: 570px; margin: 50px 0 0; transform: scale(.84); transform-origin: top center; }.kiosk-caption { right: 10px; }.scroll-cue { display: none; }
    .trust-grid { grid-template-columns: 1fr 1fr; padding: 18px 0; }.trust-grid p { min-height: 70px; padding: 14px !important; border-right: 0; }.trust-grid p:nth-child(odd) { border-right: 1px solid var(--line); }
    .section { padding: 85px 0; }.split-heading,.feature-layout,.supplier-grid,.faq-layout { grid-template-columns: 1fr; }.split-heading { gap: 24px; margin-bottom: 44px; }.section-heading h2,.feature-copy h2,.supplier-grid h2,.final-cta h2 { font-size: 38px; }
    .benefit-grid { grid-template-columns: 1fr; }.benefit-grid article,.benefit-grid article + article { padding: 40px 15px 38px 0; border-right: 0; border-bottom: 1px solid var(--line); }.benefit-grid .number { top: 41px; }.line-icon { margin-bottom: 24px; }
    .feature-layout { gap: 45px; }.portrait-demo { min-height: 650px; }.portrait-display { width: min(365px,88vw); }.note-one { top: 75px; right: -5px; }.note-two { bottom: 60px; left: -5px; }
    .steps-grid { grid-template-columns: 1fr; }.steps-grid article + article { border-left: 0; }.steps-grid article { padding: 40px 35px; }.steps-grid article + article { border-top: 0; }.supplier-grid { gap: 55px; text-align: center; }.supplier-grid .eyebrow { justify-content: center; }.supplier-seal { width: 220px; height: 220px; }.supplier-seal span { top: 46px; }.supplier-seal strong { top: 109px; }.faq-layout { gap: 45px; }
    .footer-grid { grid-template-columns: 1fr; gap: 25px; text-align: center; }.footer-brand { margin: auto; }.footer-links { justify-content: center; flex-wrap: wrap; }.legal-block { grid-template-columns: 1fr; gap: 16px; text-align: center; }.legal-block p:last-child { text-align: center; }.footer-bottom { flex-direction: column; gap: 12px; text-align: center; }
    .mobile-cta { position: fixed; z-index: 50; right: 13px; bottom: 13px; left: 13px; height: 52px; display: flex; justify-content: center; align-items: center; gap: 18px; color: var(--navy); border-radius: 4px; background: var(--aqua); box-shadow: 0 12px 34px rgba(0,0,0,.28); font: 700 14px "Manrope",sans-serif; }.site-footer { padding-bottom: 92px; }
}

@media (max-width: 440px) {
    .hero-actions { align-items: flex-start; flex-direction: column; }.hero-actions .button { width: 100%; }.trust-grid { grid-template-columns: 1fr; }.trust-grid p:nth-child(odd) { border-right: 0; }.trust-grid p { border-bottom: 1px solid var(--line); }.trust-grid p:last-child { border-bottom: 0; }.kiosk-stage { margin-left: -18px; margin-right: -18px; transform: scale(.78); }.portrait-demo { min-height: 610px; }.detail-image { height: 300px; }.floating-note { min-width: 155px; }.supplier-seal { transform: scale(.9); }.section-heading h2,.feature-copy h2,.supplier-grid h2,.final-cta h2 { font-size: 34px; }
}

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