:root {
  --navy-950: #06142f;
  --navy-900: #0a1d40;
  --navy-800: #11305f;
  --blue-600: #1263ef;
  --blue-500: #1466df;
  --blue-100: #dce9ff;
  --ink: #142038;
  --muted: #5f6f86;
  --line: #dce4ef;
  --surface: #ffffff;
  --soft: #f4f7fb;
  --warm: #fbfaf7;
  --success: #087f5b;
  --shadow: 0 22px 70px rgba(6, 20, 47, .12);
  --radius-sm: 12px;
  --radius: 22px;
  --radius-lg: 34px;
  --container: 1180px;
  --font-sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --font-display: "Avenir Next", Avenir, "Segoe UI", system-ui, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 94px; }
body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  color: var(--ink);
  background: var(--surface);
  font-family: var(--font-sans);
  line-height: 1.65;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
img, svg { display: block; max-width: 100%; }
button, input, textarea, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration-thickness: .08em; text-underline-offset: .18em; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: var(--font-display); line-height: 1.08; letter-spacing: -.035em; }
p { color: var(--muted); }

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 10px;
  left: 10px;
  transform: translateY(-160%);
  padding: 11px 16px;
  border-radius: 9px;
  background: #fff;
  color: var(--navy-950);
  font-weight: 800;
}
.skip-link:focus { transform: translateY(0); }
:focus-visible { outline: 3px solid #79a8ff; outline-offset: 3px; }

.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.narrow { width: min(calc(100% - 40px), 820px); margin-inline: auto; }
.section { padding: clamp(72px, 9vw, 120px) 0; }
.section.soft { background: var(--soft); }
.section.warm { background: var(--warm); }
.section.dark { background: var(--navy-950); color: #fff; }
.section.dark p { color: #b9c7da; }
.section.compact { padding-block: clamp(52px, 7vw, 84px); }
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 16px;
  color: var(--blue-600);
  font-size: .74rem;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.eyebrow::before { width: 22px; height: 2px; background: currentColor; content: ""; }
.dark .eyebrow { color: #8fb8ff; }
.section-title { max-width: 760px; margin-bottom: 40px; }
.section-title.split {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(260px, .75fr);
  gap: 44px;
  align-items: end;
  max-width: none;
}
.section-title h2 { margin-bottom: 0; font-size: clamp(2rem, 4vw, 3.7rem); }
.section-title > p { margin: 0; font-size: 1.04rem; }
.section-title.center { max-width: 780px; margin-inline: auto; text-align: center; }
.section-title.center .eyebrow { justify-content: center; }
.section-title.center .eyebrow::before { display: none; }
.lede { max-width: 720px; font-size: clamp(1.02rem, 1.8vw, 1.2rem); }

.site-header {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  right: 0;
  height: 82px;
  border-bottom: 1px solid rgba(255,255,255,.15);
  background: rgba(6,20,47,.58);
  color: #fff;
  backdrop-filter: blur(14px);
  transition: background .2s ease, box-shadow .2s ease;
}
.site-header.is-scrolled { background: rgba(6,20,47,.96); box-shadow: 0 10px 34px rgba(0,0,0,.18); }
.header-row { display: flex; min-height: 82px; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 11px; color: #fff; font-weight: 900; text-decoration: none; }
.brand-mark {
  display: grid;
  width: 47px;
  height: 47px;
  place-items: center;
  overflow: hidden;
  border-radius: 13px;
  background: #fff;
}
.brand-mark img { width: 45px; height: 35px; object-fit: contain; }
.brand-copy { line-height: 1.06; }
.brand-copy strong { display: block; font-size: 1.02rem; letter-spacing: -.02em; }
.brand-copy small { display: block; margin-top: 4px; color: #b8c8e1; font-size: .64rem; letter-spacing: .11em; text-transform: uppercase; }
.nav-wrap { display: flex; align-items: center; gap: 22px; }
.site-nav { display: flex; align-items: center; gap: 22px; }
.site-nav a { color: #eef4ff; font-size: .9rem; font-weight: 760; text-decoration: none; }
.site-nav a:hover { color: #9fc2ff; }
.language-nav { display: flex; gap: 5px; padding-left: 18px; border-left: 1px solid rgba(255,255,255,.22); }
.language-nav a {
  display: grid;
  min-width: 34px;
  min-height: 34px;
  place-items: center;
  border-radius: 8px;
  color: #d5e1f3;
  font-size: .72rem;
  font-weight: 900;
  text-decoration: none;
}
.language-nav a[aria-current="page"], .language-nav a:hover { background: #fff; color: var(--navy-950); }
.menu-toggle {
  display: none;
  width: 46px;
  height: 46px;
  padding: 0;
  border: 1px solid rgba(255,255,255,.32);
  border-radius: 11px;
  background: transparent;
  color: #fff;
  cursor: pointer;
}
.menu-toggle span, .menu-toggle::before, .menu-toggle::after {
  display: block;
  width: 22px;
  height: 2px;
  margin: 5px auto;
  background: currentColor;
  content: "";
}

.hero {
  position: relative;
  min-height: 100svh;
  display: grid;
  align-items: end;
  overflow: hidden;
  isolation: isolate;
  color: #fff;
  background: var(--navy-950);
}
.hero::before {
  position: absolute;
  z-index: -2;
  inset: 0;
  background: var(--hero-image) center / cover no-repeat;
  content: "";
  transform: scale(1.01);
}
.hero::after {
  position: absolute;
  z-index: -1;
  inset: 0;
  background: linear-gradient(90deg, rgba(4,14,34,.94) 0%, rgba(4,16,38,.85) 43%, rgba(4,15,35,.34) 72%, rgba(4,15,35,.55) 100%), linear-gradient(0deg, rgba(4,14,34,.78), transparent 52%);
  content: "";
}
.hero-inner { padding-top: 150px; padding-bottom: clamp(64px, 9vh, 110px); }
.hero-logo-card {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 30px;
  padding: 9px 14px 9px 9px;
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 14px;
  background: rgba(255,255,255,.94);
  color: var(--navy-950);
  box-shadow: 0 20px 60px rgba(0,0,0,.2);
}
.hero-logo-card img { width: 70px; height: 48px; object-fit: contain; }
.hero-logo-card span { font-size: .74rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.hero-content { max-width: 790px; }
.hero h1 { margin-bottom: 24px; font-size: clamp(2.75rem, 6.4vw, 6.2rem); letter-spacing: -.065em; }
.hero h1 em { color: #a9c7ff; font-style: normal; }
.hero .lead { max-width: 700px; margin-bottom: 30px; color: #dae4f2; font-size: clamp(1.05rem, 2vw, 1.28rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.button {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 13px 20px;
  border: 1px solid transparent;
  border-radius: 12px;
  font-weight: 850;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  transition: transform .18s ease, background .18s ease, border-color .18s ease, box-shadow .18s ease;
}
.button:hover { transform: translateY(-2px); }
.button.primary { background: var(--blue-500); color: #fff; box-shadow: 0 14px 38px rgba(38,118,255,.34); }
.button.primary:hover { background: #0e63e8; }
.button.light { background: #fff; color: var(--navy-950); }
.button.ghost { border-color: rgba(255,255,255,.48); background: rgba(255,255,255,.08); color: #fff; }
.button.ghost:hover { background: rgba(255,255,255,.16); }
.button.outline { border-color: #aabbd1; background: #fff; color: var(--navy-900); }
.button.small { min-height: 44px; padding: 10px 16px; font-size: .86rem; }
.hero-proof { display: flex; flex-wrap: wrap; gap: 10px 22px; margin-top: 32px; color: #c7d5e9; font-size: .88rem; font-weight: 730; }
.hero-proof span { display: inline-flex; align-items: center; gap: 8px; }
.hero-proof span::before { width: 7px; height: 7px; border-radius: 50%; background: #73e0bc; content: ""; }
.scroll-cue { position: absolute; right: max(20px, calc((100% - var(--container))/2)); bottom: 34px; color: #dce7f7; font-size: .72rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; writing-mode: vertical-rl; }

.trust-strip { border-bottom: 1px solid var(--line); background: #fff; }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-item { padding: 25px 24px; border-right: 1px solid var(--line); }
.trust-item:first-child { border-left: 1px solid var(--line); }
.trust-item strong { display: block; margin-bottom: 4px; color: var(--navy-900); }
.trust-item span { color: var(--muted); font-size: .86rem; }

.card-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.card {
  position: relative;
  min-width: 0;
  padding: 27px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: 0 12px 34px rgba(6,20,47,.05);
}
.card .number { display: inline-block; margin-bottom: 28px; color: var(--blue-600); font-size: .75rem; font-weight: 900; letter-spacing: .12em; }
.card h3 { margin-bottom: 12px; font-size: 1.35rem; }
.card p { margin-bottom: 0; font-size: .94rem; }
.card.featured { border-color: #9dbdf0; background: linear-gradient(145deg, #fff, #eff5ff); }
.service-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
.service-card {
  display: grid;
  min-height: 250px;
  grid-template-columns: 72px 1fr;
  gap: 22px;
  align-content: start;
  padding: 34px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
}
.service-icon { display: grid; width: 64px; height: 64px; place-items: center; border-radius: 18px; background: var(--blue-100); color: var(--blue-600); font-size: 1.55rem; font-weight: 900; }
.service-card h3 { margin-bottom: 10px; font-size: 1.55rem; }
.service-card p { margin-bottom: 15px; }
.text-link { color: var(--blue-600); font-weight: 850; text-decoration: none; }
.text-link::after { content: " →"; }

.benefit-panel { display: grid; grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr); gap: clamp(30px, 6vw, 80px); align-items: center; }
.benefit-visual { position: relative; min-height: 530px; overflow: hidden; border-radius: var(--radius-lg); background: var(--navy-950); box-shadow: var(--shadow); }
.benefit-visual img { width: 100%; height: 100%; min-height: 530px; object-fit: cover; opacity: .72; }
.benefit-visual::after { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(6,20,47,.84), transparent 60%); content: ""; }
.benefit-quote { position: absolute; z-index: 1; right: 28px; bottom: 28px; left: 28px; color: #fff; }
.benefit-quote strong { display: block; margin-bottom: 7px; font-size: 1.45rem; line-height: 1.2; }
.benefit-quote span { color: #cbd8e9; }
.check-list { display: grid; gap: 16px; margin: 28px 0 0; padding: 0; list-style: none; }
.check-list li { position: relative; padding: 18px 18px 18px 52px; border: 1px solid var(--line); border-radius: 15px; background: #fff; font-weight: 740; }
.check-list li::before { position: absolute; left: 18px; top: 18px; display: grid; width: 23px; height: 23px; place-items: center; border-radius: 50%; background: #dff7ef; color: var(--success); content: "✓"; font-size: .75rem; font-weight: 900; }

.demo-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 18px; }
.demo-card {
  position: relative;
  min-height: 430px;
  grid-column: span 2;
  overflow: hidden;
  border-radius: var(--radius);
  background: #122039;
  color: #fff;
  text-decoration: none;
  box-shadow: 0 18px 52px rgba(5,17,40,.14);
}
.demo-card:nth-child(1), .demo-card:nth-child(2) { grid-column: span 3; }
.demo-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.demo-card::after { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(5,14,30,.9), rgba(5,14,30,.05) 70%); content: ""; }
.demo-card:hover img { transform: scale(1.025); }
.demo-card-content { position: absolute; z-index: 1; right: 0; bottom: 0; left: 0; padding: 28px; }
.demo-card .tag { display: inline-flex; margin-bottom: 11px; padding: 6px 9px; border-radius: 7px; background: rgba(255,255,255,.92); color: var(--navy-950); font-size: .66rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.demo-card h3 { margin-bottom: 6px; font-size: clamp(1.6rem, 2.7vw, 2.35rem); }
.demo-card p { margin: 0; color: #d9e3f0; font-size: .9rem; }
.demo-card.edil .tag { background: #ff7a1a; color: #131313; }
.demo-card.gelato .tag { background: #ffe06a; color: #45330b; }
.demo-card.beauty .tag { background: #f7ded7; color: #472d31; }
.demo-card.fitness .tag { background: #c7ff28; color: #111; }
.demo-card.legal .tag { background: #f5e7d5; color: #5c2030; }

.tool-panel { display: grid; grid-template-columns: minmax(0, 1fr) minmax(320px, .82fr); overflow: hidden; border-radius: var(--radius-lg); background: #0b2148; color: #fff; box-shadow: var(--shadow); }
.tool-copy { padding: clamp(34px, 6vw, 72px); }
.tool-copy p { color: #bdcbe0; }
.tool-copy h2 { font-size: clamp(2.1rem, 4.5vw, 4.1rem); }
.tool-mock { display: grid; align-content: center; gap: 12px; padding: 36px; background: linear-gradient(145deg, #0d3872, #091b39); }
.tool-row { display: grid; grid-template-columns: 46px 1fr auto; gap: 14px; align-items: center; padding: 16px; border: 1px solid rgba(255,255,255,.14); border-radius: 14px; background: rgba(255,255,255,.08); }
.tool-row b { display: grid; width: 42px; height: 42px; place-items: center; border-radius: 12px; background: #fff; color: var(--navy-900); }
.tool-row span { color: #e0e9f6; font-weight: 760; }
.tool-row small { color: #9eb3d1; }

.process-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); counter-reset: steps; }
.process-step { position: relative; padding: 30px 28px 30px 0; border-top: 2px solid var(--navy-900); counter-increment: steps; }
.process-step + .process-step { padding-left: 28px; }
.process-step::before { display: block; margin-bottom: 55px; color: var(--blue-600); content: "0" counter(steps); font-weight: 900; letter-spacing: .1em; }
.process-step h3 { margin-bottom: 12px; font-size: 1.35rem; }
.after-request { display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); gap: clamp(30px, 6vw, 76px); align-items: start; }
.after-list { display: grid; gap: 13px; }
.after-item { display: grid; grid-template-columns: 46px 1fr; gap: 16px; padding: 20px; border: 1px solid var(--line); border-radius: 16px; background: #fff; }
.after-item .step-no { display: grid; width: 44px; height: 44px; place-items: center; border-radius: 13px; background: var(--navy-950); color: #fff; font-weight: 900; }
.after-item h3 { margin: 2px 0 6px; font-size: 1.08rem; }
.after-item p { margin: 0; font-size: .9rem; }

.price-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; align-items: stretch; }
.price-card { display: flex; min-width: 0; flex-direction: column; padding: 32px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; }
.price-card.recommended { border: 2px solid var(--blue-600); box-shadow: 0 24px 58px rgba(18,99,239,.14); }
.price-card .label { align-self: flex-start; margin-bottom: 24px; padding: 6px 9px; border-radius: 7px; background: var(--soft); color: var(--navy-800); font-size: .65rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.price-card h3 { margin-bottom: 12px; font-size: 1.45rem; }
.price { margin-bottom: 15px; color: var(--navy-950); font-family: var(--font-display); font-size: 2.4rem; font-weight: 900; letter-spacing: -.05em; }
.price-list { display: grid; gap: 10px; margin: 18px 0 25px; padding: 0; list-style: none; }
.price-list li { position: relative; padding-left: 25px; color: #34435a; font-size: .91rem; }
.price-list li::before { position: absolute; left: 0; color: var(--success); content: "✓"; font-weight: 900; }
.price-card .button { margin-top: auto; }
.transparency-box { margin-top: 22px; padding: 23px; border: 1px solid #bed2ed; border-radius: 17px; background: #edf4ff; color: #2d496d; }
.transparency-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: var(--line); }
.transparency-item { padding: 25px; background: #fff; }
.transparency-item strong { display: block; margin-bottom: 8px; color: var(--navy-900); }
.transparency-item p { margin: 0; font-size: .88rem; }

.faq-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 13px; }
.faq-item { border: 1px solid var(--line); border-radius: 15px; background: #fff; }
.faq-item summary { position: relative; min-height: 62px; padding: 20px 52px 20px 20px; cursor: pointer; color: var(--navy-900); font-weight: 850; line-height: 1.35; list-style: none; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { position: absolute; top: 19px; right: 18px; display: grid; width: 26px; height: 26px; place-items: center; border-radius: 50%; background: var(--soft); content: "+"; }
.faq-item[open] summary::after { content: "−"; }
.faq-item p { margin: 0; padding: 0 20px 20px; }

.contact-panel { display: grid; grid-template-columns: minmax(0, .86fr) minmax(360px, 1.14fr); overflow: hidden; border-radius: var(--radius-lg); background: var(--navy-950); box-shadow: var(--shadow); }
.contact-copy { padding: clamp(34px, 6vw, 70px); color: #fff; }
.contact-copy h2 { font-size: clamp(2.2rem, 4.5vw, 4rem); }
.contact-copy p { color: #bdcbe0; }
.contact-points { display: grid; gap: 12px; margin: 28px 0; }
.contact-points span { display: flex; gap: 10px; align-items: center; color: #e3ebf7; font-weight: 760; }
.contact-points span::before { width: 7px; height: 7px; border-radius: 50%; background: #72ddba; content: ""; }
.contact-form { padding: clamp(28px, 5vw, 55px); background: #fff; }
.field-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 15px; }
.field { min-width: 0; }
.field.full { grid-column: 1 / -1; }
.field label { display: block; margin-bottom: 6px; color: var(--navy-900); font-size: .82rem; font-weight: 850; }
.field input, .field textarea, .field select { width: 100%; min-height: 48px; padding: 11px 13px; border: 1px solid #becbdd; border-radius: 10px; background: #fff; color: var(--ink); }
.field textarea { min-height: 130px; resize: vertical; }
.form-note { margin: 14px 0 18px; font-size: .78rem; }
.form-status { min-height: 22px; margin-top: 12px; color: var(--success); font-size: .86rem; font-weight: 760; }

.site-footer { padding: 55px 0 28px; background: #050f25; color: #fff; }
.footer-grid { display: grid; grid-template-columns: 1.2fr .75fr .75fr .9fr; gap: 36px; }
.footer-brand p { max-width: 360px; color: #9fb0c9; }
.footer-title { margin-bottom: 13px; color: #fff; font-size: .8rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.footer-links { display: grid; gap: 8px; }
.footer-links a { color: #b5c3d8; font-size: .88rem; text-decoration: none; }
.footer-links a:hover { color: #fff; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 42px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.13); color: #8496b1; font-size: .78rem; }

/* SEO landing pages */
.seo-hero { position: relative; overflow: hidden; padding: 160px 0 86px; background: linear-gradient(135deg, #06142f 0%, #103a79 100%); color: #fff; }
.seo-hero::after { position: absolute; width: 460px; height: 460px; right: -170px; bottom: -250px; border: 90px solid rgba(255,255,255,.08); border-radius: 50%; content: ""; }
.breadcrumbs { margin-bottom: 28px; color: #b7c9e4; font-size: .8rem; }
.breadcrumbs a { color: #dce9ff; }
.seo-hero h1 { max-width: 920px; margin-bottom: 22px; font-size: clamp(2.6rem, 6vw, 5.6rem); }
.seo-hero p { max-width: 760px; color: #d3e0f1; font-size: 1.14rem; }
.seo-layout { display: grid; grid-template-columns: minmax(0, 1fr) 290px; gap: 65px; align-items: start; }
.article { min-width: 0; }
.article h2 { margin: 56px 0 18px; color: var(--navy-900); font-size: clamp(1.8rem, 3.5vw, 2.7rem); }
.article h2:first-child { margin-top: 0; }
.article h3 { margin: 30px 0 10px; font-size: 1.35rem; }
.article p, .article li { font-size: 1.02rem; }
.article ul, .article ol { padding-left: 22px; color: var(--muted); }
.article li + li { margin-top: 8px; }
.article-note { padding: 24px; border-left: 4px solid var(--blue-600); border-radius: 0 14px 14px 0; background: #edf4ff; }
.article-note strong { display: block; margin-bottom: 6px; color: var(--navy-900); }
.article-note p { margin: 0; }
.seo-sidebar { position: sticky; top: 112px; padding: 24px; border: 1px solid var(--line); border-radius: 17px; background: #fff; box-shadow: 0 15px 44px rgba(6,20,47,.08); }
.seo-sidebar h2 { margin-bottom: 12px; font-size: 1.25rem; }
.seo-sidebar p { font-size: .88rem; }
.seo-links { display: grid; gap: 8px; margin: 18px 0; }
.seo-links a { color: var(--blue-600); font-size: .86rem; font-weight: 800; }
.related-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 15px; }
.related-card { padding: 22px; border: 1px solid var(--line); border-radius: 15px; background: #fff; text-decoration: none; }
.related-card small { color: var(--blue-600); font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.related-card h3 { margin: 13px 0 6px; font-size: 1.14rem; }
.related-card p { margin: 0; font-size: .84rem; }

@media (max-width: 1040px) {
  .site-nav { gap: 14px; }
  .site-nav a { font-size: .82rem; }
  .card-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .process-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px 0; }
  .transparency-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1.2fr 1fr 1fr; }
  .footer-grid > :last-child { grid-column: 1 / -1; }
}

@media (max-width: 860px) {
  html { scroll-padding-top: 76px; }
  .container, .narrow { width: min(calc(100% - 30px), var(--container)); }
  .site-header, .header-row { height: 72px; min-height: 72px; }
  .brand-copy small { display: none; }
  .menu-toggle { display: block; }
  .nav-wrap {
    position: fixed;
    top: 72px;
    right: 0;
    left: 0;
    display: none;
    max-height: calc(100svh - 72px);
    overflow-y: auto;
    align-items: stretch;
    padding: 22px 20px 28px;
    background: rgba(6,20,47,.99);
    box-shadow: 0 28px 50px rgba(0,0,0,.26);
  }
  .nav-wrap.is-open { display: block; }
  .site-nav { display: grid; gap: 0; }
  .site-nav a { min-height: 48px; display: flex; align-items: center; border-bottom: 1px solid rgba(255,255,255,.12); font-size: 1rem; }
  .language-nav { margin-top: 18px; padding: 0; border: 0; }
  .language-nav a { min-width: 44px; min-height: 44px; }
  .hero-inner { padding-top: 128px; }
  .hero::after { background: linear-gradient(90deg, rgba(4,14,34,.94), rgba(4,15,35,.63)), linear-gradient(0deg, rgba(4,14,34,.82), transparent 54%); }
  .scroll-cue { display: none; }
  .trust-grid { grid-template-columns: repeat(2, 1fr); }
  .trust-item:nth-child(3) { border-left: 1px solid var(--line); }
  .section-title.split, .benefit-panel, .after-request, .contact-panel, .seo-layout { grid-template-columns: 1fr; }
  .service-grid { grid-template-columns: 1fr; }
  .demo-grid { grid-template-columns: repeat(2, 1fr); }
  .demo-card, .demo-card:nth-child(1), .demo-card:nth-child(2) { grid-column: span 1; }
  .tool-panel { grid-template-columns: 1fr; }
  .price-grid { grid-template-columns: 1fr; }
  .contact-panel { border-radius: var(--radius); }
  .seo-sidebar { position: static; }
  .related-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid > :last-child { grid-column: auto; }
}

@media (max-width: 600px) {
  .section { padding-block: 68px; }
  .section.compact { padding-block: 48px; }
  .hero { min-height: 760px; }
  .hero h1 { font-size: clamp(2.55rem, 13vw, 4.25rem); }
  .hero-logo-card { margin-bottom: 22px; }
  .hero-actions { display: grid; }
  .hero-actions .button { width: 100%; }
  .trust-grid { grid-template-columns: 1fr; }
  .trust-item, .trust-item:nth-child(3) { border-right: 1px solid var(--line); border-left: 1px solid var(--line); }
  .card-grid, .process-grid, .transparency-grid, .faq-grid, .demo-grid, .footer-grid { grid-template-columns: 1fr; }
  .process-step + .process-step { padding-left: 0; }
  .process-step::before { margin-bottom: 25px; }
  .service-card { grid-template-columns: 1fr; padding: 26px; }
  .benefit-visual, .benefit-visual img { min-height: 420px; }
  .demo-card { min-height: 370px; }
  .tool-mock { padding: 22px; }
  .tool-row { grid-template-columns: 42px 1fr; }
  .tool-row small { grid-column: 2; }
  .field-grid { grid-template-columns: 1fr; }
  .field.full { grid-column: auto; }
  .contact-copy, .contact-form { padding: 28px 22px; }
  .footer-grid > :last-child { grid-column: auto; }
  .footer-bottom { flex-direction: column; }
  .seo-hero { padding-top: 132px; }
}

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