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

:root {
  --ink: #102a28;
  --muted: #617573;
  --green: #08785d;
  --green-dark: #045641;
  --mint: #dff7ee;
  --pale: #f3fbf8;
  --line: #dbe8e3;
  --white: #fff;
  --danger: #c4413a;
  --warning: #a75d00;
  --shadow: 0 24px 70px rgba(14, 71, 59, .12);
  --radius: 28px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: #fff; font: 400 16px/1.7 Onest, system-ui, sans-serif; -webkit-font-smoothing: antialiased; }
a { color: inherit; }
img, svg { display: block; max-width: 100%; }
.shell { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.skip-link { position: fixed; top: 8px; left: 8px; z-index: 999; transform: translateY(-150%); padding: 10px 16px; background: white; border-radius: 8px; }
.skip-link:focus { transform: none; }

.top-note { background: #0b2f2a; color: #dcf7ee; font-size: 13px; }
.top-note .shell { min-height: 38px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.top-note a { color: #7ee6bf; text-decoration: none; font-weight: 600; }

.site-header { position: sticky; top: 0; z-index: 20; background: rgba(255,255,255,.92); border-bottom: 1px solid rgba(219,232,227,.8); backdrop-filter: blur(16px); }
.header-inner { height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.brand { display: inline-flex; align-items: center; gap: 11px; text-decoration: none; }
.brand-mark { display: grid; place-items: center; width: 44px; height: 44px; color: var(--green); }
.brand-mark svg { width: 100%; height: 100%; }
.brand > span:last-child { display: flex; flex-direction: column; line-height: 1.15; }
.brand b { font: 800 18px/1.2 Manrope, sans-serif; letter-spacing: -.5px; }
.brand small { margin-top: 4px; color: var(--muted); font-size: 11px; letter-spacing: .1px; }
.desktop-nav { display: flex; align-items: center; gap: 4px; }
.desktop-nav a { padding: 10px 13px; border-radius: 12px; color: #38524f; font-size: 14px; font-weight: 600; text-decoration: none; transition: .2s ease; }
.desktop-nav a:hover, .desktop-nav a[aria-current="page"] { color: var(--green-dark); background: var(--pale); }
.menu-btn { display: none; width: 44px; height: 44px; border: 0; border-radius: 13px; background: var(--pale); padding: 12px; }
.menu-btn span { display: block; height: 2px; margin: 4px 0; background: var(--ink); border-radius: 2px; }
.mobile-nav { display: none; }

.hero { position: relative; overflow: hidden; background: linear-gradient(135deg, #f4fbf8 0%, #e8f8f2 100%); border-bottom: 1px solid var(--line); }
.hero::before { content: ""; position: absolute; width: 520px; height: 520px; left: 64%; top: -300px; border: 1px solid rgba(8,120,93,.11); border-radius: 50%; box-shadow: 0 0 0 70px rgba(8,120,93,.025), 0 0 0 140px rgba(8,120,93,.018); }
.hero-grid { min-height: 410px; display: grid; grid-template-columns: minmax(0,1.2fr) minmax(320px,.8fr); align-items: center; gap: 72px; padding-block: 72px; }
.hero-home .hero-grid { min-height: 650px; grid-template-columns: 1fr 1fr; padding-block: 86px; }
.hero-copy { position: relative; z-index: 2; }
.eyebrow, .kicker { display: inline-flex; align-items: center; gap: 9px; margin-bottom: 13px; color: var(--green); font: 700 13px/1.2 Manrope, sans-serif; letter-spacing: .11em; text-transform: uppercase; }
.eyebrow span { width: 7px; height: 7px; background: #2ac78b; border-radius: 50%; box-shadow: 0 0 0 6px rgba(42,199,139,.14); }
h1, h2, h3 { margin: 0; font-family: Manrope, sans-serif; line-height: 1.13; letter-spacing: -.035em; }
h1 { max-width: 800px; font-size: clamp(42px, 6vw, 70px); font-weight: 800; }
.hero:not(.hero-home) h1 { font-size: clamp(38px, 5vw, 58px); }
.hero-copy > p { max-width: 680px; margin: 22px 0 0; color: #526b67; font-size: 19px; line-height: 1.7; }
.button-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 14px; padding: 0 22px; border: 1px solid transparent; border-radius: 15px; font: 700 15px/1 Manrope, sans-serif; text-decoration: none; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button.primary { color: white; background: var(--green); box-shadow: 0 12px 28px rgba(8,120,93,.22); }
.button.primary:hover { background: var(--green-dark); }
.button.soft { color: var(--green-dark); background: rgba(255,255,255,.7); border-color: rgba(8,120,93,.14); }
.button.ghost { color: var(--green-dark); background: white; border-color: var(--line); }
.button.light { color: var(--green-dark); background: white; }
.trust-row { display: flex; flex-wrap: wrap; gap: 20px; margin-top: 22px; color: #5a7470; font-size: 13px; }
.trust-row span::first-letter { color: var(--green); }
.breadcrumbs { display: flex; gap: 10px; margin-top: 32px; color: #728682; font-size: 14px; }
.breadcrumbs a { color: var(--green); text-decoration: none; }

.device-visual { position: relative; min-height: 470px; }
.orbit { position: absolute; border: 1px solid rgba(8,120,93,.18); border-radius: 50%; }
.orbit-a { width: 430px; height: 430px; right: 0; top: 10px; }
.orbit-b { width: 320px; height: 320px; right: 55px; top: 65px; }
.phone { position: absolute; z-index: 2; width: 218px; height: 420px; right: 34px; top: 0; overflow: hidden; padding: 54px 18px 20px; background: #f9fffd; border: 9px solid #163a34; border-radius: 41px; box-shadow: var(--shadow); transform: rotate(4deg); }
.phone-top { position: absolute; width: 80px; height: 19px; top: 8px; left: 50%; transform: translateX(-50%); background: #163a34; border-radius: 0 0 13px 13px; }
.chat { display: grid; grid-template-columns: 36px 1fr; gap: 10px; margin-bottom: 14px; padding: 11px; background: var(--mint); border-radius: 15px 15px 15px 5px; }
.chat i { grid-row: span 2; width: 34px; height: 34px; background: #8fcec0; border-radius: 50%; }
.chat span { height: 6px; background: #70aa9d; border-radius: 4px; }
.chat span:last-child { width: 70%; }
.chat-b { margin-left: 20px; background: #fff; box-shadow: 0 8px 24px rgba(12,74,61,.09); border-radius: 15px 15px 5px 15px; }
.chat-b i { background: #b9ded5; }
.secure-pill { position: absolute; bottom: 24px; left: 20px; right: 20px; padding: 11px; color: var(--green-dark); background: #d7f7e9; border-radius: 12px; font: 700 12px Manrope, sans-serif; text-align: center; }
.web-window { position: absolute; z-index: 3; width: 330px; left: 0; bottom: 2px; background: white; border: 1px solid rgba(8,120,93,.12); border-radius: 20px; box-shadow: 0 26px 70px rgba(12,75,62,.18); }
.window-bar { height: 35px; display: flex; align-items: center; gap: 6px; padding: 0 14px; background: #f3f8f6; border-radius: 20px 20px 0 0; }
.window-bar i { width: 7px; height: 7px; background: #bfd4cf; border-radius: 50%; }
.window-body { display: grid; grid-template-columns: 92px 1fr; gap: 20px; align-items: center; padding: 22px; }
.window-body > div:last-child { display: flex; flex-direction: column; gap: 8px; }
.window-body b { margin-bottom: 3px; font: 700 13px Manrope, sans-serif; }
.window-body span { width: 100%; height: 7px; background: #dceae6; border-radius: 5px; }
.window-body span:last-child { width: 65%; }
.fake-qr { aspect-ratio: 1; display: grid; grid-template-columns: repeat(3,1fr); gap: 5px; padding: 7px; background: #f6faf8; border-radius: 6px; }
.fake-qr i { background: var(--green-dark); border-radius: 2px; }
.fake-qr i:nth-child(2), .fake-qr i:nth-child(4) { background: transparent; }

.hero-symbol { position: relative; z-index: 1; justify-self: end; width: 240px; height: 240px; display: grid; place-content: center; justify-items: center; color: var(--green); background: rgba(255,255,255,.6); border: 1px solid rgba(8,120,93,.1); border-radius: 50%; box-shadow: 0 0 0 28px rgba(255,255,255,.22); }
.hero-symbol .brand-mark { width: 94px; height: 94px; }
.hero-symbol > span:last-child { margin-top: 9px; color: var(--green-dark); font: 700 13px Manrope, sans-serif; text-transform: uppercase; letter-spacing: .12em; }

.page-content { padding-block: 92px 110px; }
.page-content section + section { margin-top: 100px; }
.section-head { max-width: 720px; }
.section-head h2, .split-panel h2, .region-strip h2, .contact-cta h2 { font-size: clamp(30px, 4vw, 46px); }
.section-head p { margin: 16px 0 0; color: var(--muted); font-size: 17px; }
.steps { margin-top: 42px; border-top: 1px solid var(--line); }
.step { display: grid; grid-template-columns: 80px 1fr; gap: 30px; padding: 27px 0; border-bottom: 1px solid var(--line); }
.step > span { color: #34a983; font: 700 13px Manrope, sans-serif; letter-spacing: .08em; }
.step h3 { font-size: 20px; }
.step p { margin: 7px 0 0; color: var(--muted); }

.feature-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.feature-card { min-height: 310px; display: flex; flex-direction: column; padding: 30px; color: var(--ink); background: #f7fbfa; border: 1px solid var(--line); border-radius: var(--radius); text-decoration: none; transition: transform .25s ease, box-shadow .25s ease; }
.feature-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.feature-card.accent { color: white; background: var(--green-dark); border-color: var(--green-dark); }
.icon-box { width: 48px; height: 48px; display: grid; place-items: center; margin-bottom: 48px; background: white; border-radius: 14px; color: var(--green); font-size: 23px; box-shadow: 0 8px 22px rgba(10,75,62,.09); }
.feature-card h2 { font-size: 26px; }
.feature-card p { margin: 14px 0 26px; color: var(--muted); }
.feature-card.accent p { color: #c6e7dc; }
.card-link { margin-top: auto; color: var(--green); font-size: 14px; font-weight: 700; }
.feature-card.accent .card-link { color: #84e4be; }

.split-panel { display: grid; grid-template-columns: 1.1fr .9fr; gap: 70px; align-items: center; padding: 58px; background: #eef9f5; border-radius: 34px; }
.split-panel > div:first-child > p { margin: 18px 0; color: var(--muted); font-size: 17px; }
.check-list, .red-list { padding: 0; list-style: none; }
.check-list li, .red-list li { position: relative; margin: 12px 0; padding-left: 30px; }
.check-list li::before { content: "✓"; position: absolute; left: 0; width: 20px; height: 20px; display: grid; place-items: center; color: white; background: var(--green); border-radius: 50%; font-size: 11px; font-weight: 800; }
.red-list li::before { content: "!"; position: absolute; left: 0; width: 20px; height: 20px; display: grid; place-items: center; color: white; background: var(--danger); border-radius: 50%; font-size: 11px; font-weight: 800; }
.text-link { display: inline-block; margin-top: 12px; color: var(--green); font-weight: 700; text-decoration: none; }
.status-card { padding: 28px; background: white; border-radius: 24px; box-shadow: 0 20px 50px rgba(9,91,71,.12); }
.status-label { display: block; margin-bottom: 12px; color: var(--muted); font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .09em; }
.status-row { display: grid; grid-template-columns: 38px 1fr; gap: 12px; padding: 15px 0; border-bottom: 1px solid #e8f0ed; }
.status-ok { width: 34px; height: 34px; display: grid; place-items: center; color: var(--green); background: var(--mint); border-radius: 11px; font-weight: 800; }
.status-row b, .status-row small { display: block; }
.status-row b { font-size: 14px; }
.status-row small { margin-top: 2px; color: var(--muted); }
.mini-note { margin-top: 18px; padding: 14px; color: #70420d; background: #fff5df; border-radius: 12px; font-size: 13px; }

.region-strip, .contact-cta { display: flex; align-items: center; justify-content: space-between; gap: 50px; padding: 46px 54px; color: white; background: #073f35; border-radius: 30px; }
.region-strip > div, .contact-cta > div { max-width: 780px; }
.kicker.light { color: #72ddb4; }
.region-strip p, .contact-cta p { margin: 14px 0 0; color: #c7e3db; }

.article-grid { display: grid; grid-template-columns: minmax(0,1fr) 260px; gap: 80px; align-items: start; }
.article-main { min-width: 0; }
.article-main h2, .legal h2 { margin: 0 0 18px; font-size: 30px; }
.article-main h2:not(:first-child), .legal h2:not(:first-of-type) { margin-top: 56px; }
.article-main p, .legal p { color: #4e6662; font-size: 17px; }
.number-list { padding: 0; list-style: none; counter-reset: steps; }
.number-list li { position: relative; min-height: 60px; margin: 22px 0; padding: 2px 0 0 62px; counter-increment: steps; }
.number-list li::before { content: counter(steps); position: absolute; left: 0; top: 0; width: 42px; height: 42px; display: grid; place-items: center; color: white; background: var(--green); border-radius: 13px; font: 700 13px Manrope, sans-serif; }
.number-list b, .number-list span { display: block; }
.number-list b { font: 700 17px Manrope, sans-serif; }
.number-list span { margin-top: 4px; color: var(--muted); }
.number-list.compact li { margin: 16px 0; }
.toc { position: sticky; top: 106px; padding: 24px; background: #f5faf8; border: 1px solid var(--line); border-radius: 18px; }
.toc > b { display: block; margin-bottom: 12px; font: 700 14px Manrope, sans-serif; }
.toc a { display: block; padding: 8px 0; color: var(--muted); font-size: 14px; text-decoration: none; }
.toc a:hover { color: var(--green); }
.toc p { color: var(--muted); font-size: 14px; line-height: 1.6; }
.notice { margin-top: 36px; padding: 18px 20px; border-radius: 14px; }
.notice.success { color: #165b49; background: #e2f8ee; border-left: 4px solid var(--green); }
.notice.warning { color: #74490f; background: #fff4dc; border-left: 4px solid #df9b33; }
.notice.danger { color: #74322d; background: #ffebe9; border-left: 4px solid var(--danger); }
.notice.info { color: #214e65; background: #eaf6fb; border-left: 4px solid #3d96c2; }
.cards-2 { display: grid; grid-template-columns: repeat(2,1fr); gap: 20px; margin-top: 34px; }
.cards-2 article { padding: 28px; background: #f5faf8; border: 1px solid var(--line); border-radius: 20px; }
.cards-2 h3 { font-size: 20px; }
.cards-2 p { margin-bottom: 0; color: var(--muted); }

.requirements { display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; margin: 26px 0 48px; }
.requirements div { padding: 20px; background: #f5faf8; border-radius: 16px; }
.requirements span { display: grid; place-items: center; width: 30px; height: 30px; color: white; background: var(--green); border-radius: 9px; font-weight: 700; }
.requirements p { margin: 14px 0 0; font-size: 14px; }

.qr-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 80px; align-items: center; padding: 48px; background: #f3faf7; border-radius: 32px; }
.qr-demo { display: grid; place-items: center; gap: 15px; padding: 32px; background: white; border-radius: 24px; box-shadow: var(--shadow); }
.qr-demo > span { color: var(--muted); font-size: 12px; }
.qr-mark { width: 210px; aspect-ratio: 1; display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; padding: 15px; border: 2px solid var(--ink); }
.qr-mark i { background: var(--ink); }
.qr-mark i:nth-child(2), .qr-mark i:nth-child(4), .qr-mark i:nth-child(8) { background: transparent; }
.solution-table { overflow: hidden; margin-top: 24px; border: 1px solid var(--line); border-radius: 18px; }
.solution-table > div { display: grid; grid-template-columns: 190px 1fr; border-top: 1px solid var(--line); }
.solution-table > div:first-child { border-top: 0; }
.solution-table span, .solution-table b { padding: 15px 18px; }
.solution-table b { font-size: 14px; }
.solution-table span { color: var(--muted); }
.solution-table .table-head { color: white; background: var(--green-dark); font: 700 12px Manrope, sans-serif; text-transform: uppercase; letter-spacing: .07em; }
.solution-table .table-head span { color: white; }

.diagnostic { padding: 42px; background: #f2faf7; border-radius: 28px; }
.diag-flow { display: grid; grid-template-columns: repeat(5,1fr); gap: 12px; margin-top: 32px; }
.diag-flow div { position: relative; min-height: 145px; padding: 18px; background: white; border: 1px solid var(--line); border-radius: 17px; }
.diag-flow div:not(:last-child)::after { content: "›"; position: absolute; z-index: 1; right: -10px; top: 55px; width: 20px; height: 28px; display: grid; place-items: center; color: var(--green); background: #e1f4ed; border-radius: 8px; }
.diag-flow span { display: block; color: var(--green); font: 800 13px Manrope, sans-serif; }
.diag-flow b, .diag-flow small { display: block; }
.diag-flow b { margin-top: 20px; line-height: 1.35; }
.diag-flow small { margin-top: 5px; color: var(--muted); }
.issue-list { border-top: 1px solid var(--line); }
.issue-list details { border-bottom: 1px solid var(--line); }
.issue-list summary { display: flex; justify-content: space-between; gap: 20px; padding: 26px 4px; cursor: pointer; list-style: none; font: 700 19px Manrope, sans-serif; }
.issue-list summary::-webkit-details-marker { display: none; }
.issue-list summary b { color: var(--green); }
.issue-list details > div { padding: 0 54px 24px 4px; color: var(--muted); }
.issue-list details > div p { margin: 0; }
.faq-list { width: min(850px, 100%); margin-inline: auto; }

.security-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 20px; }
.security-card { position: relative; min-height: 245px; padding: 30px; background: #f5faf8; border: 1px solid var(--line); border-radius: 24px; }
.security-card.important { color: white; background: var(--green-dark); border-color: var(--green-dark); }
.security-card > span { display: block; margin-bottom: 42px; color: #40b890; font: 800 13px Manrope, sans-serif; }
.security-card h2 { font-size: 24px; }
.security-card p { color: var(--muted); }
.security-card.important p { color: #c3e1d9; }

.contact-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.contact-card { min-height: 280px; padding: 28px; background: #f5faf8; border: 1px solid var(--line); border-radius: 24px; }
.contact-icon { width: 44px; height: 44px; display: grid; place-items: center; margin-bottom: 42px; color: white; background: var(--green); border-radius: 13px; font: 700 19px Manrope, sans-serif; }
.contact-card h2 { font-size: 22px; }
.contact-card p { color: var(--muted); }
.contact-card p a { color: var(--green-dark); font-weight: 700; text-decoration: none; }
.contact-card small { display: block; color: #8b6a3d; line-height: 1.5; }
.contact-form-wrap { display: grid; grid-template-columns: 1.2fr .8fr; gap: 60px; align-items: center; }
.contact-form-wrap h2 { font-size: 38px; }
.contact-form-wrap > div:first-child > p { color: var(--muted); font-size: 17px; }
.editorial-card { padding: 34px; color: white; background: var(--green-dark); border-radius: 26px; }
.editorial-card > span { color: #7cdbb8; font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .09em; }
.editorial-card h3 { margin-top: 10px; font-size: 28px; }
.editorial-card p { color: #c5dfd7; }
.editorial-card dl { margin: 28px 0 0; }
.editorial-card dl div { display: flex; justify-content: space-between; gap: 20px; padding: 11px 0; border-top: 1px solid rgba(255,255,255,.13); }
.editorial-card dt { color: #9fc9bc; }
.editorial-card dd { margin: 0; font-weight: 600; }

.legal { width: min(820px, 100%); margin-inline: auto; }
.legal .updated { margin-bottom: 48px; padding: 12px 16px; background: var(--pale); border-radius: 12px; font-size: 14px; }
.legal a { color: var(--green); font-weight: 600; }
.not-found { padding: 50px; text-align: center; background: var(--pale); border-radius: 28px; }
.not-found .button-row { justify-content: center; }

.site-footer { padding: 70px 0 26px; color: #d8ebe5; background: #092e29; }
.footer-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr; gap: 70px; }
.brand.inverted { color: white; }
.brand.inverted .brand-mark { color: #3bd29b; }
.brand.inverted small { color: #9dc2b7; }
.footer-brand p { max-width: 420px; color: #9dc2b7; }
.footer-grid > div:not(:first-child) { display: flex; flex-direction: column; align-items: flex-start; gap: 9px; }
.footer-grid > div:not(:first-child) b { margin-bottom: 9px; color: white; font: 700 14px Manrope, sans-serif; }
.footer-grid > div:not(:first-child) a { color: #a8c8bf; font-size: 14px; text-decoration: none; }
.footer-grid a:hover { color: white; }
.footer-bottom { display: flex; justify-content: space-between; gap: 50px; margin-top: 54px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.12); color: #7fa69b; font-size: 12px; }
.footer-bottom p { max-width: 830px; margin: 0; }
.footer-bottom a { white-space: nowrap; }

.cookie { position: fixed; z-index: 50; right: 22px; bottom: 22px; width: min(420px, calc(100% - 44px)); display: none; align-items: center; gap: 18px; padding: 16px 18px; background: white; border: 1px solid var(--line); border-radius: 17px; box-shadow: var(--shadow); }
.cookie.visible { display: flex; animation: rise .35s ease-out; }
.cookie p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.45; }
.cookie p a { color: var(--green); }
.cookie button { flex: 0 0 auto; padding: 10px 15px; color: white; background: var(--green); border: 0; border-radius: 10px; font-weight: 700; cursor: pointer; }
@keyframes rise { from { opacity: 0; transform: translateY(15px); } }

@media (max-width: 960px) {
  .desktop-nav { display: none; }
  .menu-btn { display: block; }
  .mobile-nav.open { display: grid; gap: 4px; padding: 10px 20px 20px; background: white; border-top: 1px solid var(--line); }
  .mobile-nav a { padding: 11px 14px; color: var(--ink); background: var(--pale); border-radius: 10px; font-weight: 600; text-decoration: none; }
  .hero-grid, .hero-home .hero-grid { grid-template-columns: 1fr; min-height: auto; padding-block: 62px; }
  .hero-home .hero-grid { padding-bottom: 0; }
  .device-visual { width: min(560px,100%); margin-inline: auto; }
  .hero-symbol { display: none; }
  .feature-grid { grid-template-columns: 1fr; }
  .feature-card { min-height: 250px; }
  .icon-box { margin-bottom: 28px; }
  .split-panel { grid-template-columns: 1fr; }
  .article-grid { grid-template-columns: 1fr; gap: 40px; }
  .toc { position: static; }
  .diag-flow { grid-template-columns: repeat(2,1fr); }
  .diag-flow div:not(:last-child)::after { display: none; }
  .qr-layout { gap: 40px; }
  .contact-grid { grid-template-columns: 1fr; }
  .contact-card { min-height: auto; }
  .contact-icon { margin-bottom: 22px; }
  .contact-form-wrap { grid-template-columns: 1fr; }
}

@media (max-width: 680px) {
  .shell { width: min(100% - 28px, 1180px); }
  .top-note .shell { min-height: 44px; justify-content: center; text-align: center; }
  .top-note a { display: none; }
  .header-inner { height: 68px; }
  .brand-mark { width: 38px; height: 38px; }
  .brand small { display: none; }
  .hero-grid, .hero-home .hero-grid { padding-block: 50px; gap: 34px; }
  .hero-home .hero-grid { padding-bottom: 0; }
  h1 { font-size: 41px; }
  .hero-copy > p { font-size: 17px; }
  .button-row .button { width: 100%; }
  .trust-row { display: grid; gap: 7px; }
  .device-visual { min-height: 390px; transform: scale(.84); transform-origin: top center; margin-bottom: -64px; }
  .phone { right: -4px; }
  .web-window { left: -20px; }
  .page-content { padding-block: 64px 80px; }
  .page-content section + section { margin-top: 68px; }
  .step { grid-template-columns: 45px 1fr; gap: 12px; }
  .feature-card { padding: 24px; }
  .split-panel { padding: 28px 22px; border-radius: 24px; }
  .region-strip, .contact-cta { display: block; padding: 32px 24px; }
  .region-strip .button, .contact-cta .button { width: 100%; margin-top: 24px; }
  .cards-2, .security-grid, .requirements { grid-template-columns: 1fr; }
  .number-list li { padding-left: 54px; }
  .qr-layout { grid-template-columns: 1fr; padding: 25px; }
  .qr-mark { width: 175px; }
  .solution-table > div { grid-template-columns: 1fr; }
  .solution-table b { padding-bottom: 0; }
  .diagnostic { padding: 26px 20px; }
  .diag-flow { grid-template-columns: 1fr; }
  .issue-list summary { font-size: 17px; }
  .issue-list details > div { padding-right: 8px; }
  .contact-form-wrap h2 { font-size: 31px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 42px 20px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-bottom { display: block; }
  .footer-bottom a { display: inline-block; margin-top: 14px; }
  .cookie { right: 14px; bottom: 14px; width: calc(100% - 28px); }
}

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