@font-face { font-family: "Golos Text"; src: url("/assets/fonts/golos-400.ttf") format("truetype"); font-style: normal; font-weight: 400; font-display: swap; }
@font-face { font-family: "Golos Text"; src: url("/assets/fonts/golos-500.ttf") format("truetype"); font-style: normal; font-weight: 500; font-display: swap; }
@font-face { font-family: "Golos Text"; src: url("/assets/fonts/golos-600.ttf") format("truetype"); font-style: normal; font-weight: 600; font-display: swap; }
@font-face { font-family: "Golos Text"; src: url("/assets/fonts/golos-700.ttf") format("truetype"); font-style: normal; font-weight: 700; font-display: swap; }
@font-face { font-family: "IBM Plex Mono"; src: url("/assets/fonts/ibm-plex-mono-500.ttf") format("truetype"); font-style: normal; font-weight: 500; font-display: swap; }
@font-face { font-family: "IBM Plex Mono"; src: url("/assets/fonts/ibm-plex-mono-600.ttf") format("truetype"); font-style: normal; font-weight: 600; font-display: swap; }
@font-face { font-family: Manrope; src: url("/assets/fonts/manrope-600.ttf") format("truetype"); font-style: normal; font-weight: 600; font-display: swap; }
@font-face { font-family: Manrope; src: url("/assets/fonts/manrope-700.ttf") format("truetype"); font-style: normal; font-weight: 700; font-display: swap; }
@font-face { font-family: Manrope; src: url("/assets/fonts/manrope-800.ttf") format("truetype"); font-style: normal; font-weight: 800; font-display: swap; }

:root {
  --ink: #071415;
  --ink-2: #0d2021;
  --ink-3: #173031;
  --paper: #f3f6f6;
  --paper-2: #e7eceb;
  --text: #f3f6f6;
  --muted: #b7c1c0;
  --dark-text: #102122;
  --dark-muted: #586a69;
  --lime: #c7f36b;
  --teal: #0d7c78;
  --coral: #ff6b57;
  --coral-hover: #ff7b68;
  --coral-pressed: #e65342;
  --glass: rgba(22, 38, 40, 0.72);
  --glass-border: rgba(207, 225, 224, 0.32);
  --border-dark: rgba(16, 33, 34, 0.2);
  --radius: 8px;
  --container: 1240px;
  --heading: Manrope, Inter, "Segoe UI", Arial, sans-serif;
  --body: "Golos Text", Inter, "Segoe UI", Arial, sans-serif;
  --mono: "IBM Plex Mono", Consolas, monospace;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 88px; }
body { margin: 0; color: var(--dark-text); background: var(--paper); font-family: var(--body); font-size: 17px; line-height: 1.55; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
h1, h2, h3 { margin: 0; font-family: var(--heading); letter-spacing: 0; }
h1 { font-size: clamp(44px, 5vw, 72px); line-height: 1.08; }
h2 { font-size: clamp(34px, 4vw, 48px); line-height: 1.15; }
h3 { font-size: 25px; line-height: 1.25; }
p { margin: 0; }

.skip-link { position: fixed; z-index: 1000; top: 8px; left: 8px; padding: 12px 16px; color: var(--ink); background: var(--lime); transform: translateY(-140%); }
.skip-link:focus { transform: translateY(0); }
.container { width: min(calc(100% - 48px), var(--container)); margin-inline: auto; }
.section { padding: 112px 0; }
.section-light { background: var(--paper); }
.section-dark { color: var(--text); background: var(--ink); }
.eyebrow { margin-bottom: 16px; color: var(--teal); font-family: var(--mono); font-size: 13px; font-weight: 600; line-height: 1.3; text-transform: uppercase; }
.section-dark .eyebrow, .technology-section .eyebrow, .about-section .eyebrow, .contact-section .eyebrow { color: var(--lime); }
.section-head { max-width: 820px; margin-bottom: 50px; }
.section-lead { max-width: 760px; margin-top: 20px; color: var(--dark-muted); font-size: 20px; }
.section-dark .section-lead, .technology-section .section-lead, .about-section .section-lead, .contact-section .section-lead { color: var(--muted); }
.long-copy { max-width: 720px; margin-top: 24px; color: var(--dark-muted); font-size: 18px; }
.about-section .long-copy { color: var(--muted); }

.button { display: inline-flex; min-height: 56px; align-items: center; justify-content: center; padding: 14px 28px; border: 1px solid transparent; border-radius: var(--radius); font-weight: 700; line-height: 1.2; cursor: pointer; transition: background-color .18s ease, border-color .18s ease, color .18s ease, transform .18s ease; }
.button:hover { transform: translateY(-1px); }
.button:active { transform: translateY(0); }
.button:focus-visible, a:focus-visible, summary:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible { outline: 2px solid var(--lime); outline-offset: 3px; }
.button-primary { color: #fff; background: var(--coral); }
.button-primary:hover { background: var(--coral-hover); }
.button-primary:active { background: var(--coral-pressed); }
.button-secondary { color: var(--text); border-color: rgba(207, 225, 224, .55); background: rgba(22, 38, 40, .48); }
.button-secondary:hover { border-color: var(--lime); background: rgba(31, 54, 56, .8); }
.button-small { min-height: 44px; padding: 10px 18px; font-size: 15px; }

.site-header { position: absolute; z-index: 50; top: 0; left: 0; width: 100%; padding: 18px 24px; color: var(--text); }
.header-inner { display: grid; width: min(100%, 1400px); min-height: 70px; margin: auto; padding: 11px 14px 11px 20px; grid-template-columns: 188px 1fr auto auto; gap: 20px; align-items: center; border: 1px solid var(--glass-border); border-radius: var(--radius); background: rgba(10, 27, 29, .68); box-shadow: inset 0 1px rgba(255,255,255,.08), 0 14px 40px rgba(0,0,0,.18); backdrop-filter: blur(22px) saturate(115%); }
.brand img { width: 174px; height: auto; }
.main-nav { display: flex; align-items: center; justify-content: center; gap: clamp(14px, 2vw, 30px); font-size: 14px; font-weight: 600; }
.main-nav a, .header-phone { color: var(--muted); }
.main-nav a:hover, .header-phone:hover { color: var(--lime); }
.header-phone { white-space: nowrap; font-size: 14px; font-weight: 700; }
.menu-toggle { display: none; width: 46px; height: 46px; padding: 11px; border: 1px solid var(--glass-border); border-radius: var(--radius); background: transparent; }
.menu-toggle span { display: block; width: 100%; height: 2px; margin: 5px 0; background: var(--text); }

.hero { position: relative; min-height: 880px; overflow: hidden; color: var(--text); background: var(--ink); }
.hero::before { position: absolute; inset: 0; content: ""; opacity: .23; background-image: linear-gradient(rgba(199,243,107,.1) 1px, transparent 1px), linear-gradient(90deg, rgba(13,124,120,.12) 1px, transparent 1px); background-size: 72px 72px; mask-image: linear-gradient(to bottom, #000, transparent 90%); }
.hero-grid { position: relative; display: grid; width: min(calc(100% - 96px), 1400px); min-height: 880px; margin: 0 auto; padding-top: 142px; grid-template-columns: 56% 44%; align-items: center; }
.hero-copy { position: relative; z-index: 2; padding: 30px 0 110px; }
.hero-copy > .eyebrow { color: var(--lime); }
.glass { border: 1px solid var(--glass-border); border-radius: var(--radius); background: var(--glass); box-shadow: inset 0 1px rgba(255,255,255,.09), 0 18px 42px rgba(0,0,0,.2); backdrop-filter: blur(24px) saturate(110%); }
.hero-panel { max-width: 720px; padding: clamp(28px, 4vw, 48px); }
.hero-panel p { max-width: 640px; margin-top: 24px; color: var(--muted); font-size: 21px; }
.hero-markers { display: flex; max-width: 760px; margin-top: 20px; flex-wrap: wrap; gap: 8px; }
.hero-markers span { padding: 10px 13px; border: 1px solid rgba(207,225,224,.25); border-radius: 6px; color: var(--text); background: rgba(7,20,21,.52); font-family: var(--mono); font-size: 12px; }
.hero-markers span::before { content: "/"; margin-right: 8px; color: var(--lime); }
.hero-actions { display: flex; margin-top: 24px; gap: 12px; }
.hero-actions .button { min-width: 222px; }
.hero-person { position: relative; align-self: end; height: 760px; }
.hero-person::before { position: absolute; right: 0; bottom: 52px; width: 86%; height: 70%; content: ""; border: 1px solid rgba(13,124,120,.35); border-bottom: 0; }
.hero-person > img { position: absolute; right: -6%; bottom: 0; width: min(640px, 104%); height: 100%; object-fit: contain; object-position: bottom center; filter: drop-shadow(0 28px 40px rgba(0,0,0,.34)); }
.person-caption { position: absolute; z-index: 2; right: 0; bottom: 92px; display: grid; width: min(360px, 92%); padding: 17px 20px; gap: 3px; }
.person-caption strong { font-size: 15px; }
.person-caption span { color: var(--muted); font-size: 14px; }
.scroll-hint { position: absolute; z-index: 3; bottom: 24px; left: 50%; color: var(--muted); font-family: var(--mono); font-size: 12px; transform: translateX(-50%); }
.scroll-hint span { color: var(--lime); }

.service-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-top: 1px solid var(--border-dark); border-left: 1px solid var(--border-dark); }
.service-card { position: relative; min-height: 310px; padding: 34px; border-right: 1px solid var(--border-dark); border-bottom: 1px solid var(--border-dark); background: #fff; }
.service-card:hover { background: #edf3f1; }
.card-index { position: absolute; top: 28px; right: 28px; color: var(--teal); font-family: var(--mono); font-size: 12px; }
.card-tag { margin-bottom: 28px; color: var(--teal); font-family: var(--mono); font-size: 12px; text-transform: uppercase; }
.service-card h3 { max-width: 300px; }
.service-card > p:not(.card-tag) { margin-top: 16px; color: var(--dark-muted); }
.card-meta { position: absolute; right: 34px; bottom: 30px; left: 34px; display: flex; align-items: end; justify-content: space-between; gap: 18px; }
.card-meta strong { color: var(--coral-pressed); font-size: 19px; }
.card-meta span { color: var(--dark-muted); font-size: 13px; text-align: right; }

.utp-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); border-top: 1px solid rgba(207,225,224,.18); }
.utp-grid article { padding: 34px 28px 12px 0; border-right: 1px solid rgba(207,225,224,.18); }
.utp-grid article:not(:first-child) { padding-left: 28px; }
.utp-grid article:last-child { border-right: 0; }
.utp-grid article > span { color: var(--lime); font-family: var(--mono); font-size: 12px; }
.utp-grid h3 { margin-top: 30px; font-size: 22px; }
.utp-grid p { margin-top: 15px; color: var(--muted); }

.starter-section { color: var(--text); background: var(--teal); }
.starter-section .section-head { margin-bottom: 34px; }
.starter-section .eyebrow { color: var(--lime); }
.starter-section .section-lead { color: #d3e2e0; }
.starter-layout { display: grid; grid-template-columns: 1.4fr .75fr; gap: 80px; align-items: center; }
.check-list { display: grid; margin: 0; padding: 0; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px 28px; list-style: none; }
.check-list li { position: relative; padding-left: 28px; }
.check-list li::before { position: absolute; top: .15em; left: 0; content: "✓"; color: var(--lime); font-weight: 800; }
.starter-offer { padding: 38px; border: 1px solid rgba(255,255,255,.28); border-radius: var(--radius); background: var(--paper); color: var(--dark-text); box-shadow: 22px 22px 0 rgba(7,20,21,.18); }
.offer-label { color: var(--teal); font-family: var(--mono); font-size: 12px; text-transform: uppercase; }
.offer-price { display: block; margin-top: 14px; font-family: var(--heading); font-size: 56px; line-height: 1; }
.offer-time { margin-top: 12px; color: var(--teal); font-weight: 700; }
.starter-offer > p:not(.offer-label, .offer-time) { margin: 26px 0; color: var(--dark-muted); font-size: 15px; }
.starter-offer .button { width: 100%; }

.price-table-wrap { overflow-x: auto; border: 1px solid var(--border-dark); }
.price-table { width: 100%; min-width: 860px; border-collapse: collapse; background: #fff; }
.price-table th, .price-table td { padding: 22px 20px; border-bottom: 1px solid var(--border-dark); text-align: left; vertical-align: top; }
.price-table thead th { color: var(--teal); background: #e7eeec; font-family: var(--mono); font-size: 12px; text-transform: uppercase; }
.price-table tbody th { width: 24%; font-family: var(--heading); }
.price-table tbody td:nth-child(2) { color: var(--coral-pressed); font-weight: 800; white-space: nowrap; }
.calculator { display: grid; margin-top: 48px; padding: 42px; grid-template-columns: .8fr 1.2fr; gap: 64px; color: var(--text); background: var(--ink-2); }
.calculator h3 { font-size: 34px; }
.calculator > div > p:last-child { margin-top: 16px; color: var(--muted); }
.calculator-form { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.calculator-form label:not(.checkbox) { display: grid; gap: 7px; color: var(--muted); font-size: 13px; }
.calculator-form select, .calculator-form input[type="number"] { width: 100%; min-height: 52px; padding: 10px 12px; border: 1px solid var(--glass-border); border-radius: 4px; color: var(--text); background: var(--ink); }
.checkbox { display: flex; align-items: start; gap: 10px; color: var(--muted); font-size: 14px; cursor: pointer; }
.checkbox input { width: 19px; height: 19px; margin: 2px 0 0; accent-color: var(--lime); }
.calculator output { display: grid; align-content: center; }
.calculator output span { color: var(--muted); font-size: 12px; }
.calculator output strong { color: var(--lime); font-family: var(--heading); font-size: 30px; }

.turnkey-layout, .split-section, .faq-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: 80px; }
.check-list-dark { color: var(--text); }
.details-stack, .faq-list { border-top: 1px solid rgba(207,225,224,.25); }
.details-stack details, .faq-list details { border-bottom: 1px solid rgba(207,225,224,.25); }
.details-stack summary, .faq-list summary { position: relative; padding: 24px 52px 24px 0; font-family: var(--heading); font-size: 20px; font-weight: 700; cursor: pointer; list-style: none; }
.details-stack summary::-webkit-details-marker, .faq-list summary::-webkit-details-marker { display: none; }
.details-stack summary::after, .faq-list summary::after { position: absolute; top: 22px; right: 4px; content: "+"; color: var(--lime); font-family: var(--mono); font-size: 26px; font-weight: 400; }
.details-stack details[open] summary::after, .faq-list details[open] summary::after { content: "−"; }
.details-stack details p, .faq-list details p { padding: 0 52px 28px 0; color: var(--muted); }
.faq-list { border-color: var(--border-dark); }
.faq-list details { border-color: var(--border-dark); }
.faq-list summary::after { color: var(--teal); }
.faq-list details p { color: var(--dark-muted); }

.feature-list { display: grid; margin: 0; padding: 0; grid-template-columns: repeat(2, minmax(0, 1fr)); list-style: none; border-top: 1px solid var(--border-dark); border-left: 1px solid var(--border-dark); }
.feature-list li { min-height: 110px; padding: 28px; border-right: 1px solid var(--border-dark); border-bottom: 1px solid var(--border-dark); background: #fff; font-family: var(--heading); font-size: 20px; font-weight: 700; }
.feature-list li::before { display: block; margin-bottom: 14px; content: "/"; color: var(--teal); font-family: var(--mono); }

.technology-section { color: var(--text); background: var(--ink-3); }
.technology-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-top: 1px solid rgba(207,225,224,.23); }
.technology-grid article { min-height: 260px; padding: 38px 32px 20px 0; border-right: 1px solid rgba(207,225,224,.23); }
.technology-grid article:not(:first-child) { padding-left: 32px; }
.technology-grid article:last-child { border-right: 0; }
.technology-grid h3 { color: var(--lime); }
.technology-grid p { margin-top: 18px; color: var(--muted); }

.process-list { display: grid; margin: 0; padding: 0; grid-template-columns: repeat(2, minmax(0, 1fr)); list-style: none; border-top: 1px solid var(--border-dark); }
.process-list li { display: grid; min-height: 170px; padding: 28px 34px 28px 0; grid-template-columns: 58px 1fr; gap: 20px; border-bottom: 1px solid var(--border-dark); }
.process-list li:nth-child(odd) { border-right: 1px solid var(--border-dark); }
.process-list li:nth-child(even) { padding-left: 34px; }
.process-list > li > span { color: var(--teal); font-family: var(--mono); font-size: 13px; }
.process-list p { margin-top: 10px; color: var(--dark-muted); }

.about-section { color: var(--text); background: var(--ink); }
.about-layout { display: grid; grid-template-columns: .72fr 1fr; gap: 90px; align-items: center; }
.about-photo { height: 620px; overflow: hidden; border: 1px solid var(--glass-border); background: var(--ink-2); }
.about-photo img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 18%; }
.signature { margin-top: 34px; color: var(--lime); font-family: var(--mono); }

.contact-section { color: var(--text); background: var(--teal); }
.contact-layout { display: grid; grid-template-columns: 1fr .9fr; gap: 90px; align-items: start; }
.contact-list { display: grid; margin-top: 36px; gap: 12px; }
.contact-list a { width: fit-content; border-bottom: 1px solid rgba(255,255,255,.38); font-size: 19px; font-weight: 700; }
.contact-list a:hover { color: var(--lime); border-color: var(--lime); }
.lead-form { display: grid; padding: 38px; gap: 18px; color: var(--dark-text); background: var(--paper); box-shadow: 22px 22px 0 rgba(7,20,21,.18); }
.lead-form > label:not(.checkbox, .honeypot) { display: grid; gap: 7px; color: var(--dark-muted); font-size: 13px; font-weight: 700; }
.lead-form input:not([type="checkbox"]), .lead-form select, .lead-form textarea { width: 100%; padding: 12px 13px; border: 1px solid #aebdbb; border-radius: 4px; color: var(--dark-text); background: #fff; }
.lead-form input:not([type="checkbox"]), .lead-form select { min-height: 50px; }
.lead-form textarea { resize: vertical; }
.consent { color: var(--dark-muted); }
.lead-form .button { width: 100%; }
.honeypot { position: absolute; left: -9999px; }
.form-status { min-height: 24px; color: var(--teal); font-size: 14px; font-weight: 700; }

.site-footer { padding: 72px 0 26px; color: var(--text); background: #040d0e; }
.footer-grid { display: grid; grid-template-columns: 1.3fr .7fr 1fr; gap: 60px; }
.footer-grid > div:first-child p { max-width: 360px; margin-top: 18px; color: var(--muted); }
.footer-grid nav, .footer-contacts { display: grid; align-content: start; gap: 10px; }
.footer-grid a { color: var(--muted); }
.footer-grid a:hover { color: var(--lime); }
.footer-bottom { display: flex; margin-top: 60px; padding-top: 20px; justify-content: space-between; border-top: 1px solid rgba(207,225,224,.15); color: #7f9290; font-family: var(--mono); font-size: 11px; }

.legal-page { width: min(calc(100% - 40px), 780px); min-height: 100vh; margin: auto; padding: 60px 0; }
.legal-page .brand img { margin-bottom: 60px; }
.legal-page h1 { margin-bottom: 30px; font-size: 48px; }
.legal-page p { margin: 18px 0; color: var(--dark-muted); }
.legal-page a:not(.button) { color: var(--teal); text-decoration: underline; }
.legal-page .button { margin-top: 24px; color: var(--text); background: var(--ink); }

.admin-body { min-height: 100vh; background: #dfe8e6; }
.login-card { width: min(calc(100% - 32px), 440px); margin: 8vh auto; padding: 36px; border: 1px solid var(--border-dark); border-radius: var(--radius); background: #fff; box-shadow: 0 22px 60px rgba(7,20,21,.13); }
.login-card img { width: 180px; padding: 9px; background: var(--ink); }
.login-card h1 { margin-top: 34px; font-size: 30px; }
.login-card > p { margin: 12px 0 24px; color: var(--dark-muted); }
.login-card form { display: grid; gap: 18px; }
.login-card label { display: grid; gap: 6px; font-size: 13px; font-weight: 700; }
.login-card input { min-height: 50px; padding: 10px; border: 1px solid #9daead; }
.login-card > a { display: block; margin-top: 20px; color: var(--teal); text-align: center; }
.admin-header { display: flex; min-height: 72px; padding: 12px 28px; align-items: center; justify-content: space-between; color: var(--text); background: var(--ink); }
.admin-header nav { display: flex; align-items: center; gap: 20px; }
.admin-header nav form { margin: 0; }
.admin-header nav button { padding: 0; border: 0; color: var(--lime); background: none; cursor: pointer; }
.admin-main { width: min(calc(100% - 40px), 1180px); margin: auto; padding: 54px 0 90px; }
.admin-title { display: flex; align-items: end; justify-content: space-between; gap: 30px; }
.admin-title h1 { font-size: 44px; }
.admin-title p:last-child { max-width: 700px; margin-top: 14px; color: var(--dark-muted); }
.admin-message { margin: 26px 0; padding: 14px 16px; border-left: 4px solid var(--teal); background: #fff; }
.admin-message.error { border-color: var(--coral-pressed); }
.admin-editor { display: grid; margin-top: 38px; gap: 10px; }
.admin-block { border: 1px solid var(--border-dark); background: #fff; }
.admin-block summary { display: flex; padding: 20px 22px; align-items: center; justify-content: space-between; cursor: pointer; font-family: var(--heading); font-weight: 800; }
.admin-block summary code { color: var(--teal); font-family: var(--mono); font-size: 12px; }
.admin-block label { display: grid; padding: 0 22px 22px; gap: 8px; color: var(--dark-muted); font-size: 12px; }
.admin-block textarea { width: 100%; padding: 16px; border: 1px solid #9daead; background: #f6f9f8; font-family: var(--mono); font-size: 13px; line-height: 1.45; resize: vertical; }
.admin-editor > .button { justify-self: end; margin-top: 18px; }
.admin-leads { margin-top: 80px; }
.admin-leads h2 { margin-bottom: 24px; font-size: 34px; }
.admin-table-wrap { overflow-x: auto; border: 1px solid var(--border-dark); background: #fff; }
.admin-leads table { width: 100%; min-width: 900px; border-collapse: collapse; }
.admin-leads th, .admin-leads td { padding: 13px; border-bottom: 1px solid var(--border-dark); text-align: left; vertical-align: top; font-size: 13px; }
.admin-leads th { color: var(--teal); background: #edf3f1; font-family: var(--mono); }

@media (max-width: 1120px) {
  .header-inner { grid-template-columns: 170px 1fr auto; }
  .header-phone { display: none; }
  .main-nav { gap: 14px; }
  .hero-grid { width: min(calc(100% - 48px), 1200px); grid-template-columns: 58% 42%; }
  .hero-person { height: 680px; }
  .service-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .utp-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .utp-grid article:nth-child(2) { border-right: 0; }
  .utp-grid article:nth-child(n+3) { border-top: 1px solid rgba(207,225,224,.18); }
}

@media (max-width: 860px) {
  html { scroll-padding-top: 76px; }
  .site-header { position: absolute; padding: 12px; }
  .header-inner { position: relative; min-height: 62px; padding: 8px 10px 8px 14px; grid-template-columns: 1fr auto; }
  .brand img { width: 156px; }
  .menu-toggle { display: block; }
  .header-cta, .header-phone { display: none; }
  .main-nav { position: absolute; top: calc(100% + 8px); right: 0; left: 0; display: none; padding: 18px; align-items: stretch; border: 1px solid var(--glass-border); border-radius: var(--radius); background: rgba(7,20,21,.97); }
  .main-nav a { padding: 12px 8px; border-bottom: 1px solid rgba(207,225,224,.13); }
  .menu-open .main-nav { display: grid; }
  .hero { min-height: auto; }
  .hero-grid { width: min(calc(100% - 32px), 720px); min-height: 0; padding-top: 112px; grid-template-columns: 1fr; }
  .hero-copy { padding: 32px 0 0; }
  .hero-panel { max-width: none; }
  .hero-person { width: min(100%, 580px); height: 620px; margin: 0 auto; }
  .hero-person > img { right: 0; width: 100%; }
  .scroll-hint { display: none; }
  .section { padding: 82px 0; }
  .starter-layout, .turnkey-layout, .split-section, .faq-layout, .contact-layout, .about-layout { grid-template-columns: 1fr; gap: 54px; }
  .calculator { grid-template-columns: 1fr; gap: 36px; }
  .technology-grid { grid-template-columns: 1fr; }
  .technology-grid article { min-height: 0; padding: 30px 0; border-right: 0; border-bottom: 1px solid rgba(207,225,224,.23); }
  .technology-grid article:not(:first-child) { padding-left: 0; }
  .about-photo { width: min(100%, 520px); height: 580px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > div:first-child { grid-column: 1 / -1; }
}

@media (max-width: 620px) {
  body { font-size: 16px; }
  .container { width: min(calc(100% - 40px), var(--container)); }
  h1 { font-size: 40px; overflow-wrap: anywhere; }
  h2 { font-size: 34px; }
  h3 { font-size: 22px; }
  .section { padding: 68px 0; }
  .section-head { margin-bottom: 34px; }
  .section-lead { font-size: 18px; }
  .hero-grid { width: min(calc(100% - 32px), 560px); }
  .hero-copy { display: flex; flex-direction: column; }
  .hero-copy > .eyebrow { margin-left: 4px; order: 0; }
  .hero-panel { padding: 20px; order: 1; }
  .hero-panel p { margin-top: 18px; font-size: 16px; line-height: 1.45; }
  .hero-actions { order: 2; }
  .hero-markers { order: 3; }
  .hero-markers { display: grid; grid-template-columns: 1fr; }
  .hero-actions { display: grid; }
  .hero-actions .button { width: 100%; min-width: 0; min-height: 58px; }
  .hero-person { height: 500px; }
  .person-caption { right: 8px; bottom: 48px; left: 8px; width: auto; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 295px; padding: 28px; }
  .card-meta { right: 28px; bottom: 26px; left: 28px; }
  .utp-grid { grid-template-columns: 1fr; }
  .utp-grid article, .utp-grid article:not(:first-child) { padding: 28px 0; border-right: 0; border-top: 1px solid rgba(207,225,224,.18); }
  .starter-layout { gap: 42px; }
  .check-list { grid-template-columns: 1fr; }
  .starter-offer { padding: 30px 24px; box-shadow: 12px 12px 0 rgba(7,20,21,.18); }
  .offer-price { font-size: 48px; }
  .price-table-wrap { margin-right: -20px; }
  .calculator { margin-right: -20px; margin-left: -20px; padding: 30px 20px; }
  .calculator-form { grid-template-columns: 1fr; }
  .details-stack summary, .faq-list summary { padding-right: 42px; font-size: 18px; }
  .details-stack details p, .faq-list details p { padding-right: 12px; }
  .feature-list { grid-template-columns: 1fr; }
  .process-list { grid-template-columns: 1fr; }
  .process-list li, .process-list li:nth-child(even) { padding: 24px 0; border-right: 0; }
  .about-photo { height: 500px; }
  .lead-form { margin-right: -8px; margin-left: -8px; padding: 26px 20px; box-shadow: 10px 10px 0 rgba(7,20,21,.18); }
  .footer-grid { grid-template-columns: 1fr; gap: 38px; }
  .footer-grid > div:first-child { grid-column: auto; }
  .footer-bottom { align-items: start; flex-direction: column; gap: 8px; }
  .admin-header { padding: 12px 16px; }
  .admin-header .brand img { width: 138px; }
  .admin-header nav > a { display: none; }
  .admin-main { width: min(calc(100% - 24px), 1180px); padding-top: 36px; }
  .admin-title { align-items: stretch; flex-direction: column; }
  .admin-title h1 { font-size: 34px; }
  .admin-block summary { padding: 17px 14px; }
  .admin-block label { padding: 0 14px 14px; }
}

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