@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url("assets/fonts/manrope-cyrillic.woff2") format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url("assets/fonts/manrope-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "JetBrains Mono";
  font-style: normal;
  font-weight: 400 600;
  font-display: swap;
  src: url("assets/fonts/jetbrains-mono-cyrillic.woff2") format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
  font-family: "JetBrains Mono";
  font-style: normal;
  font-weight: 400 600;
  font-display: swap;
  src: url("assets/fonts/jetbrains-mono-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
  --ink: #111111;
  --ink-soft: #4f5350;
  --paper: #f4f4f1;
  --paper-deep: #e8e8e4;
  --white: #ffffff;
  --metal: #9da39f;
  --line: #c9ccc8;
  --line-dark: rgba(244, 244, 241, 0.22);
  --accent: #d70932;
  --accent-dark: #ad0828;
  --accent-soft: #fee8ed;
  --accent-line: #ef9cad;
  --font-body: "Manrope", Arial, sans-serif;
  --font-mono: "JetBrains Mono", monospace;
  --shadow-soft: 0 16px 42px rgba(17, 17, 17, 0.1);
  --shadow-deep: 0 24px 60px rgba(0, 0, 0, 0.24);
  --radius-sm: 7px;
  --radius-md: 15px;
  --shell: 1480px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 82px; }
section[id] { scroll-margin-top: 0; }
body { margin: 0; overflow-x: hidden; background: var(--paper); color: var(--ink); font-family: var(--font-body); font-size: 16px; line-height: 1.55; }
body.modal-open { overflow: hidden; }
img, svg { display: block; }
img { max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button, a { cursor: pointer; }
button { border: 0; }

.shell { width: min(var(--shell), calc(100% - 48px)); margin-inline: auto; }
.section { padding: 56px 0; }
.section-dark { background: var(--ink); color: var(--paper); }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 100; padding: 10px 14px; background: var(--white); color: var(--ink); border-radius: 6px; box-shadow: var(--shadow-soft); transition: top 180ms ease; }
.skip-link:focus { top: 16px; }

.topbar { position: sticky; top: 0; z-index: 50; min-height: 68px; background: rgba(244, 244, 241, 0.95); border-bottom: 1px solid rgba(17, 17, 17, 0.12); backdrop-filter: blur(16px); }
.topbar-inner { min-height: 68px; display: flex; align-items: center; gap: 22px; }
.brand { display: inline-flex; align-items: center; min-width: 160px; }
.brand-image { width: 154px; height: 64px; max-width: none; object-fit: contain; mix-blend-mode: normal; filter: none; content: url("assets/a64-logo-transparent.png"); }
.brand-copy, .footer-lockup { display: grid; line-height: 1; }
.brand-name { font-size: 21px; font-weight: 800; letter-spacing: 0.18em; }
.brand-subtitle { margin-top: 5px; color: var(--ink-soft); font-family: var(--font-mono); font-size: 8px; letter-spacing: 0.16em; }
.desktop-nav { display: flex; align-items: center; gap: 8px; margin-left: auto; }
.desktop-nav a { padding: 11px 13px; border: 1px solid transparent; border-radius: 999px; font-size: 13px; font-weight: 700; transition: background-color 180ms ease, border-color 180ms ease; }
.desktop-nav a:hover { border-color: var(--line); background: var(--white); }
.topbar-call { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; padding: 12px 18px; border-radius: 999px; background: var(--accent); color: var(--white); white-space: nowrap; font-family: var(--font-mono); font-size: 13px; font-weight: 600; letter-spacing: -0.03em; transition: background-color 180ms ease, transform 180ms ease; }
.topbar-call:hover { background: var(--accent-dark); transform: translateY(-1px); }

h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: var(--font-body); }
h1, h2 { font-weight: 800; letter-spacing: -0.075em; }
h1 { max-width: 640px; margin-bottom: 24px; font-size: clamp(50px, 7vw, 92px); line-height: 0.95; }
h2 { margin-bottom: 20px; font-size: clamp(40px, 5vw, 68px); line-height: 1.02; }

.hero { position: relative; padding: 56px 0 62px; overflow: hidden; }
.hero::before { content: ""; position: absolute; inset: 0; opacity: 0.13; pointer-events: none; background-image: linear-gradient(rgba(244, 244, 241, 0.14) 1px, transparent 1px), linear-gradient(90deg, rgba(244, 244, 241, 0.14) 1px, transparent 1px); background-size: 64px 64px; mask-image: linear-gradient(90deg, #000, transparent 80%); }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 0.92fr) minmax(420px, 1.08fr); gap: 70px; align-items: center; }
.hero-grid > *, .intro-grid > *, .dark-panel-grid > *, .faq-grid > *, .request-grid > * { min-width: 0; }
.hero-copy { max-width: 600px; }
.hero-lead { max-width: 530px; margin-bottom: 32px; color: rgba(244, 244, 241, 0.74); font-size: 17px; line-height: 1.7; }
.hero-actions { display: flex; align-items: center; gap: 24px; flex-wrap: wrap; }
.button { display: inline-flex; min-height: 56px; align-items: center; justify-content: center; gap: 17px; padding: 15px 22px; border-radius: 999px; font-size: 13px; font-weight: 800; transition: transform 220ms ease, background-color 220ms ease, color 220ms ease, border-color 220ms ease, box-shadow 220ms ease; }
.button:hover { transform: translateY(-2px); }
.button:focus-visible, a:focus-visible, summary:focus-visible, input:focus-visible { outline: 3px solid rgba(17, 17, 17, 0.45); outline-offset: 4px; }
.button-light, .button-paper { background: var(--accent); color: var(--white); box-shadow: 0 12px 28px rgba(215, 9, 50, 0.24); }
.button-light:hover, .button-paper:hover { background: var(--accent-dark); box-shadow: 0 16px 34px rgba(173, 8, 40, 0.28); }
.button-paper { width: 100%; }
.button-outline-light { border: 1px solid rgba(244, 244, 241, 0.58); color: var(--paper); background: transparent; box-shadow: none; }
.button-outline-light:hover { border-color: var(--paper); background: rgba(244, 244, 241, 0.08); }
.text-link { display: inline-flex; align-items: center; gap: 12px; padding-bottom: 5px; border-bottom: 1px solid currentColor; color: var(--ink); font-size: 13px; font-weight: 800; transition: color 180ms ease, gap 180ms ease; }
.text-link:hover { gap: 17px; color: var(--ink-soft); }
.text-link-light { color: var(--paper); border-color: rgba(244, 244, 241, 0.58); }
.text-link-light:hover { color: var(--white); }

.hero-visual { position: relative; min-height: 450px; overflow: hidden; border: 1px solid rgba(244, 244, 241, 0.3); background: #232323; }
.hero-photo, .hero-photo-shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-photo { object-fit: cover; filter: grayscale(1) contrast(1.08); }
.hero-photo-shade { background: linear-gradient(180deg, rgba(17, 17, 17, 0.1) 0%, rgba(17, 17, 17, 0.12) 35%, rgba(17, 17, 17, 0.9) 100%); }
.hero-photo-meta { position: absolute; top: 20px; right: 22px; left: 22px; display: flex; justify-content: space-between; color: var(--paper); font-family: var(--font-mono); font-size: 9px; letter-spacing: 0.13em; text-transform: uppercase; }
.hero-form-card { position: absolute; right: 23px; bottom: 23px; left: 23px; max-width: 380px; padding: 23px; background: rgba(17, 17, 17, 0.93); color: var(--paper); box-shadow: var(--shadow-deep); }
.form-kicker, .footer-label, .review-source { color: var(--metal); font-family: var(--font-mono); font-size: 9px; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; }
.hero-form-card h2 { margin: 13px 0 20px; font-size: clamp(27px, 3vw, 38px); letter-spacing: -0.06em; }
.capture-fields { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.capture-form .form-field { margin-bottom: 14px; }
.capture-form .button { min-height: 50px; }
.capture-form > .button { width: 100%; font-weight: 800; }

.ticker { overflow: hidden; background: var(--ink); color: var(--paper); font-family: var(--font-mono); font-size: 10px; font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase; white-space: nowrap; }
.ticker-track { display: flex; width: max-content; animation: ticker 30s linear infinite; will-change: transform; }
.ticker-sequence { display: flex; flex: 0 0 auto; align-items: center; gap: 22px; padding: 13px 22px 13px 0; }
.ticker b { color: var(--accent); font-size: 15px; font-weight: 400; }
.ticker-track { transform: translate3d(0, 0, 0); }
@keyframes ticker { to { transform: translate3d(var(--ticker-shift, -50%), 0, 0); } }

.intro-section { padding-top: 76px; }
.intro-grid { display: grid; grid-template-columns: minmax(0, 0.82fr) minmax(380px, 1fr); gap: 78px; align-items: center; }
.intro-copy { max-width: 570px; }
.intro-copy h2 { margin-bottom: 22px; }
.intro-copy > p { max-width: 510px; margin-bottom: 27px; color: var(--ink-soft); font-size: 16px; line-height: 1.75; }
.intro-photo { position: relative; margin: 0; overflow: hidden; background: var(--ink); }
.intro-photo img { width: 100%; aspect-ratio: 1.42 / 1; object-fit: cover; filter: grayscale(1) contrast(1.06); transition: transform 500ms ease; }
.intro-photo:hover img { transform: scale(1.025); }
.intro-photo figcaption { position: absolute; right: 16px; bottom: 14px; left: 16px; display: flex; justify-content: space-between; color: var(--paper); font-family: var(--font-mono); font-size: 9px; letter-spacing: 0.1em; text-transform: uppercase; }

.services-section { background: var(--paper-deep); }
.section-heading { display: grid; grid-template-columns: minmax(0, 1fr) minmax(260px, 0.54fr); gap: 32px; align-items: end; margin-bottom: 28px; }
.section-heading h2 { margin-bottom: 0; }
.section-heading > p { max-width: 370px; margin: 0 0 6px; color: var(--ink-soft); font-size: 14px; line-height: 1.75; }
.services-list { border-top: 1px solid var(--ink); }
.service-row { display: grid; grid-template-columns: 50px minmax(0, 1fr) 38px; gap: 20px; align-items: center; padding: 14px 0; border-bottom: 1px solid var(--line); transition: padding 220ms ease, background-color 220ms ease; }
.service-row:hover { padding-right: 12px; padding-left: 12px; background: rgba(255, 255, 255, 0.55); }
.service-row-icon { display: grid; width: 42px; height: 42px; place-items: center; border: 1px solid var(--line); border-radius: 50%; color: var(--ink); }
.service-row-icon svg { width: 21px; height: 21px; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.4; }
.service-row-copy { display: grid; gap: 5px; }
.service-row-copy strong { font-size: 18px; letter-spacing: -0.035em; }
.service-row-copy small { color: var(--ink-soft); font-size: 12px; line-height: 1.55; }
.service-arrow { display: grid; width: 34px; height: 34px; place-items: center; border: 1px solid var(--line); border-radius: 50%; color: var(--ink); font-size: 15px; transition: background-color 180ms ease, color 180ms ease, border-color 180ms ease; }
.service-row:hover .service-arrow { border-color: var(--ink); background: var(--ink); color: var(--paper); }

.reviews-section { background: var(--paper); }
.reviews-heading { display: flex; align-items: end; justify-content: space-between; gap: 35px; margin-bottom: 26px; }
.reviews-heading h2 { margin-bottom: 10px; }
.reviews-heading p { margin: 0; color: var(--ink-soft); font-size: 14px; }
.reviews-summary { display: grid; grid-template-columns: auto auto; gap: 12px 14px; align-items: center; min-width: 200px; padding: 15px 17px; border: 1px solid var(--line); }
.reviews-summary strong { grid-row: span 2; font-size: 39px; line-height: 0.9; letter-spacing: -0.08em; }
.reviews-summary small { color: var(--ink-soft); font-family: var(--font-mono); font-size: 9px; line-height: 1.5; text-transform: uppercase; }
.stars { width: 100px; color: var(--ink); }
.stars svg { width: 100%; height: 18px; }
.reviews-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.review-card { min-height: 235px; padding: 20px; display: flex; flex-direction: column; align-items: flex-start; background: var(--paper-deep); border: 1px solid var(--line); }
.review-card p { margin: 24px 0 14px; font-size: 21px; font-weight: 800; line-height: 1.25; letter-spacing: -0.05em; }
.review-card > small { margin-top: auto; color: var(--ink-soft); font-size: 12px; line-height: 1.7; }
.review-card .text-link { margin-top: 20px; }
.review-card-dark { background: var(--ink); color: var(--paper); border-color: var(--ink); }
.review-card-dark > small { color: rgba(244, 244, 241, 0.66); }
.review-card-dark .text-link { color: var(--paper); border-color: rgba(244, 244, 241, 0.5); }

.review-widget-shell { position: relative; width: min(100%, 760px); height: 620px; margin-inline: auto; overflow: hidden; background: var(--white); border: 1px solid var(--line); box-shadow: var(--shadow-soft); }
.review-widget-frame { width: 100%; height: 100%; border: 0; background: var(--white); }
.review-widget-credit { position: absolute; right: 0; bottom: 8px; left: 0; padding: 0 20px; color: #8d8d8d; font-family: Arial, sans-serif; font-size: 10px; text-align: center; }
.review-widget-credit:hover { color: var(--ink); }

.custom-review-grid { display: grid; grid-template-columns: minmax(0, 1.18fr) repeat(2, minmax(0, 0.91fr)); gap: 12px; align-items: stretch; }
.custom-review-card { min-height: 290px; padding: 24px; background: var(--white); border: 1px solid var(--line); box-shadow: 0 14px 30px rgba(17, 17, 17, 0.06); }
.custom-review-card-featured { background: var(--ink); color: var(--paper); border-color: var(--ink); }
.custom-review-top { display: flex; align-items: center; justify-content: space-between; gap: 14px; }
.custom-review-avatar { display: grid; width: 38px; height: 38px; place-items: center; border: 1px solid currentColor; border-radius: 50%; font-size: 12px; font-weight: 800; }
.custom-review-stars { color: var(--ink); font-size: 15px; letter-spacing: 0.13em; }
.custom-review-card-featured .custom-review-stars { color: var(--paper); }
.custom-review-card blockquote { margin: 28px 0 25px; font-size: clamp(20px, 2.1vw, 29px); font-weight: 800; line-height: 1.2; letter-spacing: -0.055em; }
.custom-review-card small { display: block; color: var(--ink-soft); font-size: 12px; line-height: 1.65; }
.custom-review-card-featured small { color: rgba(244, 244, 241, 0.66); }
.custom-review-bottom { display: flex; align-items: end; justify-content: space-between; gap: 16px; margin-top: 25px; }
.custom-review-meta { color: var(--ink-soft); font-family: var(--font-mono); font-size: 9px; letter-spacing: 0.09em; text-transform: uppercase; }
.custom-review-card-featured .custom-review-meta { color: var(--metal); }

.screenshot-review-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; align-items: start; }
.review-screenshot-card { overflow: hidden; background: var(--white); border: 1px solid var(--line); box-shadow: var(--shadow-soft); }
.review-screenshot-card img { width: 100%; height: auto; object-fit: contain; background: var(--white); }
.review-screenshot-card figcaption { display: flex; align-items: center; justify-content: space-between; gap: 10px; padding: 14px 16px; border-top: 1px solid var(--line); color: var(--ink-soft); font-family: var(--font-mono); font-size: 9px; letter-spacing: 0.08em; line-height: 1.5; text-transform: uppercase; }
.review-screenshot-card figcaption strong { color: var(--ink); font-family: var(--font-body); font-size: 12px; letter-spacing: -0.02em; text-transform: none; }

.variant-intro { display: grid; grid-template-columns: minmax(0, 0.9fr) minmax(280px, 0.65fr); gap: 44px; align-items: end; margin-bottom: 30px; }
.variant-intro h2 { margin-bottom: 0; }
.variant-intro p { max-width: 390px; margin: 0; color: var(--ink-soft); font-size: 14px; line-height: 1.7; }
.review-rating-summary { display: flex; align-items: center; justify-self: end; gap: 16px; padding: 14px 18px; border: 1px solid var(--line); border-radius: 18px; background: var(--white); }
.review-rating-summary > strong { font-size: 42px; line-height: 0.9; letter-spacing: -0.08em; }
.review-rating-summary > div { display: grid; gap: 6px; }
.review-rating-stars { color: #f2b400; font-size: 17px; letter-spacing: 0.11em; line-height: 1; }
.review-rating-summary .review-yandex-wordmark { font-size: 12px; }

.review-carousel { width: min(100%, 900px); margin-inline: auto; }
.review-carousel-viewport { overflow-x: auto; padding: 3px 0 12px; scrollbar-width: none; scroll-snap-type: x mandatory; overscroll-behavior-x: contain; outline: none; }
.review-carousel-viewport::-webkit-scrollbar { display: none; }
.review-carousel-viewport:focus-visible { outline: 3px solid rgba(17, 17, 17, 0.35); outline-offset: 5px; }
.review-carousel-track { display: flex; align-items: stretch; gap: 12px; width: max-content; }
.review-slide { display: flex; min-height: 292px; flex: 0 0 min(560px, calc(100vw - 160px)); flex-direction: column; padding: 22px; background: var(--white); border: 1px solid var(--line); border-radius: 22px; box-shadow: 0 14px 32px rgba(17, 17, 17, 0.08); scroll-snap-align: start; }
.review-slide-head { display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.review-author { display: flex; min-width: 0; align-items: center; gap: 12px; }
.review-avatar { display: grid; width: 44px; height: 44px; flex: 0 0 44px; place-items: center; border-radius: 50%; color: var(--ink); font-size: 11px; font-weight: 800; letter-spacing: -0.03em; }
.review-avatar-mint { background: #dff1e9; }
.review-avatar-sand { background: #f2e6d6; }
.review-avatar-blue { background: #dcebf2; }
.review-avatar-lilac { background: #e8e1f1; }
.review-author-copy { display: grid; gap: 2px; min-width: 0; }
.review-author-copy strong { overflow: hidden; font-size: 15px; letter-spacing: -0.03em; text-overflow: ellipsis; white-space: nowrap; }
.review-author-copy small { color: var(--metal); font-size: 12px; }
.review-slide-stars { margin: 20px 0 10px; color: #f2b400; font-size: 17px; letter-spacing: 0.11em; line-height: 1; }
.review-slide-text { max-width: 510px; margin: 0; color: var(--ink); font-size: 19px; line-height: 1.35; letter-spacing: -0.025em; }
.review-slide-text span { color: var(--ink-soft); white-space: nowrap; }
.review-slide-footer { display: flex; align-items: end; justify-content: space-between; gap: 16px; margin-top: auto; padding-top: 18px; border-top: 1px solid var(--line); color: var(--ink-soft); font-family: var(--font-mono); font-size: 9px; letter-spacing: 0.08em; line-height: 1.5; text-transform: uppercase; }
.review-slide-footer a { color: var(--ink); font-family: var(--font-body); font-size: 12px; font-weight: 800; letter-spacing: -0.02em; text-transform: none; text-decoration: underline; text-underline-offset: 4px; }
.review-source-badge { display: inline-flex; align-items: center; gap: 10px; color: var(--ink); font-family: var(--font-body); font-size: 12px; letter-spacing: -0.02em; line-height: 1; text-transform: none; }
.review-rating-mark { color: #f2b400; font-size: 15px; letter-spacing: 0.08em; }
.review-yandex-wordmark { color: var(--ink); white-space: nowrap; }
.review-yandex-wordmark strong { color: #fc3f1d; font-weight: 800; }
.review-carousel-controls { display: flex; align-items: center; justify-content: space-between; gap: 18px; margin-top: 13px; }
.review-carousel-button { display: grid; width: 46px; height: 46px; place-items: center; border: 1px solid var(--ink); border-radius: 50%; background: transparent; color: var(--ink); font-size: 18px; transition: background-color 180ms ease, color 180ms ease, opacity 180ms ease, transform 180ms ease; }
.review-carousel-button:hover:not(:disabled) { background: var(--ink); color: var(--paper); transform: translateY(-2px); }
.review-carousel-button:disabled { cursor: default; opacity: 0.28; }
.review-carousel-dots { display: flex; align-items: center; gap: 8px; }
.review-carousel-dots button { width: 8px; height: 8px; padding: 0; border: 0; border-radius: 50%; background: var(--line); transition: width 180ms ease, background-color 180ms ease; }
.review-carousel-dots button[aria-selected="true"] { width: 24px; border-radius: 999px; background: var(--ink); }

.dark-panel-section { padding: 58px 0; background: var(--ink); color: var(--paper); }
.dark-panel-grid { display: grid; grid-template-columns: minmax(0, 0.8fr) minmax(360px, 1.2fr); gap: 60px; align-items: center; }
.dark-panel-copy { max-width: 500px; }
.dark-panel-copy h2 { margin-bottom: 20px; }
.dark-panel-copy > p { max-width: 430px; margin-bottom: 27px; color: rgba(244, 244, 241, 0.68); font-size: 15px; line-height: 1.75; }
.promise-list { border-top: 1px solid var(--line-dark); }
.promise-item { display: grid; grid-template-columns: 42px minmax(0, 1fr); gap: 20px; align-items: start; padding: 17px 0; border-bottom: 1px solid var(--line-dark); }
.promise-number { display: grid; width: 29px; height: 29px; place-items: center; border: 1px solid rgba(244, 244, 241, 0.38); border-radius: 50%; color: var(--paper); font-family: var(--font-mono); font-size: 11px; }
.promise-item h3 { margin-bottom: 6px; font-size: 18px; letter-spacing: -0.035em; }
.promise-item p { margin: 0; color: rgba(244, 244, 241, 0.62); font-size: 12px; line-height: 1.65; }

.faq-section { padding-bottom: 56px; }
.faq-grid { display: grid; grid-template-columns: minmax(280px, 0.76fr) minmax(0, 1fr); gap: 58px; align-items: start; }
.faq-intro { max-width: 470px; }
.faq-intro h2 { margin-bottom: 18px; }
.faq-intro > p { max-width: 370px; margin: 0; color: var(--ink-soft); font-size: 15px; line-height: 1.75; }
.faq-list { border-top: 1px solid var(--line); }
details { border-bottom: 1px solid var(--line); }
summary { display: flex; align-items: center; justify-content: space-between; gap: 22px; padding: 20px 0; list-style: none; cursor: pointer; font-size: 15px; font-weight: 700; }
summary::-webkit-details-marker { display: none; }
summary span { font-size: 20px; font-weight: 400; transition: transform 180ms ease; }
details[open] summary span { transform: rotate(45deg); }
details p { max-width: 620px; margin: -4px 40px 19px 0; color: var(--ink-soft); font-size: 13px; line-height: 1.7; }
details a { text-decoration: underline; text-underline-offset: 3px; }

.request-section { padding: 60px 0 62px; background: var(--ink); color: var(--paper); }
.request-grid { display: grid; grid-template-columns: minmax(0, 0.84fr) minmax(390px, 1.16fr); gap: 60px; align-items: center; }
.request-copy { max-width: 520px; }
.request-copy h2 { margin-bottom: 18px; }
.request-copy > p { max-width: 410px; margin-bottom: 30px; color: rgba(244, 244, 241, 0.7); font-size: 15px; line-height: 1.75; }
.request-contacts { display: grid; gap: 5px; }
.request-contacts a { color: var(--accent); font-size: 24px; font-weight: 800; letter-spacing: -0.04em; }
.request-contacts span { color: var(--metal); font-family: var(--font-mono); font-size: 9px; letter-spacing: 0.1em; text-transform: uppercase; }
.request-form { padding: 25px; background: #242424; border: 1px solid rgba(244, 244, 241, 0.18); border-radius: var(--radius-md); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
.form-field { display: grid; gap: 7px; margin-bottom: 14px; }
.form-field label { color: rgba(244, 244, 241, 0.78); font-size: 11px; font-weight: 700; }
input { width: 100%; min-height: 50px; padding: 12px 13px; border: 1px solid rgba(244, 244, 241, 0.25); border-radius: 5px; background: rgba(244, 244, 241, 0.08); color: var(--paper); outline: none; transition: border-color 180ms ease, background-color 180ms ease, box-shadow 180ms ease; }
input::placeholder { color: rgba(244, 244, 241, 0.43); }
input:focus { border-color: var(--paper); background: rgba(244, 244, 241, 0.13); box-shadow: 0 0 0 3px rgba(244, 244, 241, 0.1); }
.form-note { margin: 12px 0 0; color: rgba(244, 244, 241, 0.47); font-size: 10px; line-height: 1.5; }
.form-status { min-height: 0; margin: 9px 0 0; color: var(--paper); font-size: 12px; font-weight: 700; }
.form-status:empty { display: none; }

.footer { padding: 40px 0 22px; background: var(--ink); color: var(--paper); }
.footer-grid { display: grid; grid-template-columns: 1.35fr 1fr 1fr 0.85fr; gap: 32px; padding-bottom: 38px; }
.footer-brand p { max-width: 210px; margin: 17px 0 0; color: rgba(244, 244, 241, 0.52); font-size: 12px; line-height: 1.65; }
.footer-lockup .brand-name { color: var(--paper); }
.footer-lockup .brand-subtitle { color: var(--metal); }
.footer-column { display: grid; align-content: start; gap: 6px; color: rgba(244, 244, 241, 0.66); font-size: 12px; line-height: 1.55; }
.footer-column .footer-label { margin-bottom: 7px; }
.footer-column a { color: var(--paper); transition: color 180ms ease; }
.footer-column a:hover, .footer-bottom a:hover { color: var(--accent-line); }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-top: 17px; border-top: 1px solid var(--line-dark); color: rgba(244, 244, 241, 0.46); font-family: var(--font-mono); font-size: 9px; text-transform: uppercase; }
.footer-bottom a { transition: color 180ms ease; }

.consultation-modal[hidden] { display: none; }
.consultation-modal { position: fixed; inset: 0; z-index: 100; display: grid; place-items: center; padding: 20px; }
.consultation-modal-backdrop { position: absolute; inset: 0; background: rgba(17, 17, 17, 0.72); backdrop-filter: blur(8px); }
.consultation-modal-dialog { position: relative; width: min(100%, 560px); max-height: min(720px, calc(100vh - 40px)); overflow: auto; padding: 30px; background: #242424; color: var(--paper); box-shadow: var(--shadow-deep); }
.consultation-modal-dialog h2 { max-width: 470px; margin: 14px 0 12px; font-size: clamp(34px, 5vw, 56px); }
.consultation-modal-dialog > p { max-width: 420px; margin: 0; color: rgba(244, 244, 241, 0.7); font-size: 14px; line-height: 1.65; }
.consultation-modal-close { position: absolute; top: 16px; right: 16px; display: grid; width: 42px; height: 42px; place-items: center; border: 1px solid rgba(244, 244, 241, 0.35); border-radius: 50%; background: transparent; color: var(--paper); font-size: 24px; line-height: 1; }
.consultation-modal-close:hover { background: var(--paper); color: var(--ink); }
.modal-form { margin-top: 24px; }
.modal-form .form-row { grid-template-columns: 1fr 1fr; }
.mobile-action-bar { display: none; }
.reveal { opacity: 0; transform: translateY(12px); transition: opacity 380ms ease, transform 380ms ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 980px) {
  .hero-grid { grid-template-columns: minmax(0, 1fr); gap: 36px; }
  .hero-copy { max-width: 720px; }
  .hero-visual { min-height: 440px; }
  .intro-grid { grid-template-columns: 1fr 1fr; gap: 40px; }
  .dark-panel-grid, .request-grid { grid-template-columns: 1fr 1fr; gap: 50px; }
  .faq-grid { gap: 50px; }
  .reviews-grid { grid-template-columns: repeat(3, 1fr); }
  .custom-review-grid { grid-template-columns: 1fr 1fr; }
  .custom-review-card:first-child { grid-column: 1 / -1; }
  .screenshot-review-grid { grid-template-columns: 1fr 1fr; }
  .review-screenshot-card:last-child { grid-column: 1 / -1; max-width: calc(50% - 7px); }
  .review-slide { flex-basis: min(520px, calc(100vw - 120px)); }
  .footer-grid { grid-template-columns: 1.2fr 1fr 1fr; }
  .footer-grid > :last-child { grid-column: 2; }
}

@media (max-width: 719px) {
  html { scroll-padding-top: 72px; }
  section[id] { scroll-margin-top: 0; }
  body { padding-bottom: 70px; }
  .shell { width: min(var(--shell), calc(100% - 32px)); }
  .section { padding: 46px 0; }
  .topbar, .topbar-inner { min-height: 64px; }
  .brand { min-width: 0; }
  .brand-image { width: 128px; height: 56px; }
  .desktop-nav { display: none; }
  .topbar-call { display: none; }
  h1 { font-size: clamp(39px, 11.5vw, 56px); letter-spacing: -0.08em; }
  h2 { font-size: clamp(35px, 10.6vw, 54px); }
  .hero { padding: 45px 0 49px; }
  .hero-lead { max-width: 350px; margin-bottom: 34px; font-size: 15px; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 17px; }
  .hero-actions .button { width: 100%; }
  .hero-visual { min-height: 430px; }
  .hero-photo-meta { top: 15px; right: 16px; left: 16px; font-size: 8px; }
  .hero-form-card { right: 15px; bottom: 15px; left: 15px; padding: 18px; }
  .hero-form-card h2 { font-size: 27px; }
  .capture-fields, .form-row { grid-template-columns: 1fr; gap: 0; }
  .ticker { font-size: 8px; }
  .ticker-sequence { gap: 17px; padding-right: 17px; }
  .intro-grid, .dark-panel-grid, .faq-grid, .request-grid { grid-template-columns: 1fr; gap: 30px; }
  .intro-grid { gap: 32px; }
  .intro-copy > p { font-size: 14px; }
  .intro-photo img { aspect-ratio: 1.3 / 1; }
  .section-heading { grid-template-columns: 1fr; gap: 18px; margin-bottom: 28px; }
  .section-heading > p { max-width: 100%; margin: 0; font-size: 13px; }
  .service-row { grid-template-columns: 42px minmax(0, 1fr) 32px; gap: 13px; padding: 14px 0; }
  .service-row:hover { padding-right: 0; padding-left: 0; background: transparent; }
  .service-row-icon { width: 37px; height: 37px; }
  .service-row-icon svg { width: 18px; height: 18px; }
  .service-row-copy strong { font-size: 16px; }
  .service-row-copy small { font-size: 11px; }
  .service-arrow { width: 30px; height: 30px; }
  .reviews-heading { display: grid; gap: 20px; margin-bottom: 24px; }
  .reviews-heading p { font-size: 13px; }
  .reviews-summary { width: 100%; }
  .reviews-grid { grid-template-columns: 1fr; gap: 10px; }
  .review-card { min-height: 205px; padding: 18px; }
  .review-card p { margin: 22px 0 14px; font-size: 19px; }
  .dark-panel-section { padding: 48px 0; }
  .promise-item { grid-template-columns: 35px minmax(0, 1fr); gap: 14px; padding: 18px 0; }
  .promise-item h3 { font-size: 16px; }
  .promise-item p { font-size: 12px; }
  .faq-section { padding-bottom: 46px; }
  .faq-intro > p { font-size: 14px; }
  summary { padding: 18px 0; font-size: 14px; }
  details p { margin-right: 15px; font-size: 12px; }
  .request-section { padding: 48px 0 54px; }
  .request-copy > p { font-size: 14px; }
  .request-contacts a { font-size: 21px; }
  .request-form { padding: 19px 16px; }
  .review-widget-shell { height: 560px; }
  .variant-intro { grid-template-columns: 1fr; gap: 14px; margin-bottom: 22px; }
  .review-rating-summary { justify-self: start; }
  .custom-review-grid, .screenshot-review-grid { grid-template-columns: 1fr; }
  .custom-review-card:first-child, .review-screenshot-card:last-child { grid-column: auto; max-width: none; }
  .custom-review-card { min-height: 245px; padding: 20px; }
  .custom-review-card blockquote { margin: 22px 0 20px; font-size: 22px; }
  .review-carousel { width: 100%; }
  .review-slide { min-height: 265px; flex-basis: calc(100vw - 74px); padding: 18px; }
  .review-slide-text { font-size: 17px; }
  .review-slide-footer { align-items: start; flex-direction: column; gap: 10px; }
  .review-carousel-controls { margin-top: 8px; }
  .review-screenshot-card img { height: auto; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 28px 20px; padding-bottom: 32px; }
  .footer-grid > :first-child { grid-column: 1 / -1; }
  .footer-grid > :last-child { grid-column: auto; }
  .consultation-modal-dialog { padding: 24px 18px; }
  .consultation-modal-dialog h2 { padding-right: 34px; font-size: clamp(31px, 9vw, 48px); }
  .modal-form .form-row { grid-template-columns: 1fr; }
  .mobile-action-bar { position: fixed; right: 0; bottom: 0; left: 0; z-index: 60; display: grid; grid-template-columns: 0.3fr 0.7fr; gap: 8px; padding: 9px 12px calc(9px + env(safe-area-inset-bottom)); background: rgba(17, 17, 17, 0.96); box-shadow: 0 -10px 28px rgba(0, 0, 0, 0.2); backdrop-filter: blur(14px); opacity: 0; pointer-events: none; transform: translateY(120%); transition: opacity 220ms ease, transform 220ms ease; }
  .mobile-action-bar.is-visible { opacity: 1; pointer-events: auto; transform: translateY(0); }
  .mobile-action { display: flex; min-height: 47px; align-items: center; justify-content: center; gap: 9px; border-radius: 999px; font-size: 12px; font-weight: 800; }
  .mobile-action svg { width: 18px; height: 18px; flex: 0 0 18px; }
  .mobile-action.primary { background: var(--accent); color: var(--white); }
  .mobile-action.secondary { border: 1px solid rgba(244, 244, 241, 0.38); background: var(--ink); color: var(--paper); }
}

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

/* Selected desktop direction: full-width photo with the text-side gradient. */
@media (min-width: 720px) {
  .production-desktop .desktop-hero-fullbleed {
    min-height: 690px;
    padding: 0;
  }
  .production-desktop .desktop-hero-fullbleed::before { display: none; }
  .production-desktop .desktop-hero-fullbleed .hero-grid {
    position: static;
    display: block;
    width: 100%;
    min-height: 690px;
    margin: 0;
  }
  .production-desktop .desktop-hero-fullbleed .hero-copy {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: clamp(24px, 7vw, 120px);
    max-width: 650px;
    transform: translateY(-42%);
  }
  .production-desktop .desktop-hero-fullbleed .hero-visual {
    position: absolute;
    z-index: 0;
    inset: 0;
    min-height: 0;
    border: 0;
  }
  .production-desktop .desktop-hero-fullbleed .hero-photo { object-position: center center; }
  .production-desktop .desktop-hero-fullbleed .hero-photo-shade {
    background: linear-gradient(90deg, rgba(17,17,17,1) 0%, rgba(17,17,17,.86) 45%, rgba(17,17,17,.25) 80%, rgba(17,17,17,.08) 100%);
  }
  .production-desktop .desktop-hero-fullbleed .hero-photo-meta {
    top: 28px;
    right: clamp(24px, 7vw, 120px);
    left: clamp(24px, 7vw, 120px);
  }
  .production-desktop .desktop-hero-fullbleed .hero-form-card {
    top: 50%;
    right: clamp(24px, 7vw, 120px);
    bottom: auto;
    left: auto;
    width: min(430px, 38vw);
    max-width: none;
    transform: translateY(-50%);
  }
}

@media (min-width: 720px) and (max-width: 1139px) {
  .production-desktop .desktop-hero-fullbleed,
  .production-desktop .desktop-hero-fullbleed .hero-grid { min-height: 900px; }
  .production-desktop .desktop-hero-fullbleed .hero-grid {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 26px;
    width: 100%;
    margin: 0;
    padding: 108px clamp(32px, 6vw, 72px) 44px;
  }
  .production-desktop .desktop-hero-fullbleed .hero-copy {
    position: relative;
    top: auto;
    left: auto;
    z-index: 2;
    max-width: 680px;
    transform: none;
  }
  .production-desktop .desktop-hero-fullbleed .hero-copy h1 { font-size: clamp(52px, 7.5vw, 76px); }
  .production-desktop .desktop-hero-fullbleed .hero-visual {
    position: absolute;
    z-index: 0;
    inset: 0;
    min-height: 0;
  }
  .production-desktop .desktop-hero-fullbleed .hero-photo-meta {
    top: 28px;
    right: clamp(32px, 6vw, 72px);
    left: clamp(32px, 6vw, 72px);
  }
  .production-desktop .desktop-hero-fullbleed .hero-form-card {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    z-index: 2;
    width: min(100%, 560px);
    max-width: none;
    margin: 0 0 0 auto;
    transform: none;
  }
}

@media (min-width: 1920px) {
  .production-desktop .desktop-hero-fullbleed .hero-copy {
    left: max(24px, calc((100vw - var(--shell)) / 2));
  }
  .production-desktop .desktop-hero-fullbleed .hero-form-card {
    right: max(24px, calc((100vw - var(--shell)) / 2));
  }
  .production-desktop .desktop-hero-fullbleed .hero-photo-meta {
    right: max(24px, calc((100vw - var(--shell)) / 2));
    left: max(24px, calc((100vw - var(--shell)) / 2));
  }
}
