/* AVLAK Dienstleistung — Precision Service Editorial */
@font-face {
  font-family: "Barlow Condensed";
  src: url("/assets/fonts/barlow-condensed-700.woff2") format("woff2");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: "Barlow Condensed";
  src: url("/assets/fonts/barlow-condensed-800.woff2") format("woff2");
  font-style: normal;
  font-weight: 800;
  font-display: swap;
}
@font-face {
  font-family: "Barlow Condensed";
  src: url("/assets/fonts/barlow-condensed-900.woff2") format("woff2");
  font-style: normal;
  font-weight: 900;
  font-display: swap;
}
@font-face {
  font-family: "Manrope";
  src: url("/assets/fonts/manrope-latin.woff2") format("woff2");
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
}

:root {
  --red: #c90f1f;
  --red-dark: #8f0712;
  --ink: #15181d;
  --ink-2: #23272e;
  --paper: #f5f4f1;
  --white: #fff;
  --muted: #697079;
  --line: #d8d9da;
  --shadow: 0 22px 70px rgba(21, 24, 29, .12);
  --radius: 22px;
  --container: 1180px;
  --font-body: "Manrope", ui-sans-serif, system-ui, sans-serif;
  --font-display: "Barlow Condensed", "Arial Narrow", sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
}
img, video, svg { display: block; max-width: 100%; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }
:focus-visible { outline: 3px solid #ffb5bc; outline-offset: 4px; }
::selection { background: var(--red); color: var(--white); }

.skip-link {
  position: fixed;
  z-index: 200;
  top: 10px;
  left: 10px;
  transform: translateY(-150%);
  padding: .7rem 1rem;
  border-radius: 10px;
  background: var(--white);
  color: var(--ink);
  font-weight: 800;
}
.skip-link:focus { transform: translateY(0); }

.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: .65rem;
  margin: 0 0 1rem;
  color: var(--red);
  font-size: .78rem;
  font-weight: 850;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.eyebrow::before { width: 28px; height: 3px; background: currentColor; content: ""; }
.section-heading {
  max-width: 760px;
  margin: 0;
  font-size: clamp(2.2rem, 5vw, 4.65rem);
  font-family: var(--font-display);
  font-weight: 800;
  letter-spacing: -.028em;
  line-height: .94;
  text-transform: uppercase;
}
.section-intro { max-width: 650px; margin: 1.4rem 0 0; color: var(--muted); font-size: 1.08rem; }
.section { padding: clamp(5rem, 9vw, 8.5rem) 0; }

.site-header {
  position: sticky;
  z-index: 100;
  top: 0;
  border-bottom: 1px solid rgba(21, 24, 29, .08);
  background: rgba(255, 255, 255, .94);
  backdrop-filter: blur(18px);
}
.header-inner { height: 74px; display: flex; align-items: center; gap: 2rem; }
.brand { display: inline-flex; align-items: center; gap: .72rem; text-decoration: none; flex: 0 0 auto; }
.brand-mark { width: 42px; height: 48px; object-fit: contain; }
.brand-copy { line-height: 1.02; }
.brand-name { display: block; font-family: var(--font-display); font-size: 1.14rem; font-weight: 800; letter-spacing: .08em; line-height: .9; text-transform: uppercase; }
.brand-region { display: block; margin-top: .26rem; color: var(--muted); font-size: .68rem; font-weight: 700; }
.nav { display: flex; align-items: center; gap: 1.8rem; margin-left: auto; }
.nav a { position: relative; color: #333941; font-size: .9rem; font-weight: 750; text-decoration: none; }
.nav a:not(.header-call)::after { position: absolute; right: 0; bottom: -.4rem; left: 0; height: 2px; transform: scaleX(0); background: var(--red); content: ""; transition: transform .2s ease; }
.nav a:hover::after, .nav a:focus-visible::after { transform: scaleX(1); }
.header-call {
  display: inline-flex;
  align-items: center;
  gap: .55rem;
  padding: .78rem 1rem;
  border-radius: 999px;
  background: var(--ink);
  color: var(--white) !important;
}
.header-call:hover { background: var(--red); }
.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  margin-left: auto;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: var(--white);
  color: var(--ink);
  cursor: pointer;
}
.nav-mobile {
  display: grid;
  gap: .5rem;
  padding: .75rem 20px 1.25rem;
  border-top: 1px solid var(--line);
  background: var(--white);
}
.nav-mobile[hidden] { display: none; }
.nav-mobile a { padding: .85rem 1rem; border-radius: 10px; font-weight: 800; text-decoration: none; }
.nav-mobile a:hover { background: var(--paper); color: var(--red); }

.hero {
  position: relative;
  min-height: calc(100dvh - 74px);
  overflow: hidden;
  isolation: isolate;
  background: #0c0e11 url('/assets/hero-poster.webp') center / cover no-repeat;
  color: var(--white);
}
.hero-media { position: absolute; z-index: -3; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 64% center; }
.hero::before {
  position: absolute;
  z-index: -2;
  inset: 0;
  background: linear-gradient(90deg, rgba(10, 12, 15, .97) 0%, rgba(10, 12, 15, .92) 30%, rgba(10, 12, 15, .58) 56%, rgba(10, 12, 15, .16) 82%), linear-gradient(0deg, rgba(10, 12, 15, .78) 0%, transparent 35%);
  content: "";
}
.hero::after {
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: calc(50% - 62px);
  width: 5px;
  transform: skewX(-9deg);
  background: linear-gradient(180deg, transparent, var(--red) 22%, var(--red) 78%, transparent);
  opacity: .72;
  content: "";
}
.hero-inner { min-height: calc(100dvh - 74px); display: flex; flex-direction: column; justify-content: center; padding-top: 4.5rem; padding-bottom: 8.5rem; }
.hero-copy { width: min(680px, 63vw); }
.hero .eyebrow { color: #ff6674; }
.hero h1 { margin: 0; font-family: var(--font-display); font-size: clamp(3.7rem, 8.1vw, 8.3rem); font-weight: 900; letter-spacing: -.032em; line-height: .76; text-transform: uppercase; text-wrap: balance; }
.hero h1 span { display: block; color: #ff3346; }
.hero-lead { max-width: 610px; margin: 1.65rem 0 0; color: rgba(255, 255, 255, .82); font-size: clamp(1.05rem, 1.8vw, 1.24rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 2rem; }
.btn {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  gap: .6rem;
  padding: .82rem 1.25rem;
  border: 1px solid transparent;
  border-radius: 999px;
  font-weight: 850;
  text-decoration: none;
  transition: transform .2s ease, background-color .2s ease, border-color .2s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: var(--red); color: var(--white); box-shadow: 0 12px 40px rgba(201, 15, 31, .32); }
.btn-primary:hover { background: #e01124; }
.btn-ghost { border-color: rgba(255, 255, 255, .3); background: rgba(255, 255, 255, .08); color: var(--white); backdrop-filter: blur(10px); }
.btn-ghost:hover { border-color: rgba(255, 255, 255, .65); background: rgba(255, 255, 255, .14); }
.hero-trust {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  border-top: 1px solid rgba(255, 255, 255, .14);
  background: rgba(8, 10, 12, .74);
  backdrop-filter: blur(14px);
}
.trust-inner { min-height: 78px; display: grid; grid-template-columns: 1fr repeat(3, auto); align-items: center; gap: 2.6rem; }
.trust-label { color: rgba(255, 255, 255, .52); font-size: .74rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.trust-point { display: flex; align-items: center; gap: .55rem; font-weight: 850; }
.trust-point::before { width: 8px; height: 8px; border-radius: 50%; background: var(--red); box-shadow: 0 0 0 5px rgba(201, 15, 31, .16); content: ""; }
.video-control {
  position: absolute;
  z-index: 5;
  right: clamp(1.25rem, 4vw, 4rem);
  bottom: 108px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, .35);
  border-radius: 50%;
  background: rgba(8, 10, 12, .46);
  color: var(--white);
  cursor: pointer;
  backdrop-filter: blur(12px);
}

.services { background: var(--white); }
.services-head { display: grid; grid-template-columns: 1.1fr .7fr; align-items: end; gap: 4rem; }
.services-grid { margin-top: 3.6rem; display: grid; grid-template-columns: repeat(12, 1fr); gap: 1rem; }
.service-card {
  --spot-x: 78%;
  --spot-y: 12%;
  position: relative;
  z-index: 0;
  min-height: 275px;
  padding: 1.55rem;
  overflow: hidden;
  border: 1px solid #e0e1e2;
  border-radius: var(--radius);
  isolation: isolate;
  background: linear-gradient(145deg, #fff 0%, #f7f5f1 100%);
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.service-card::before {
  position: absolute;
  z-index: -1;
  inset: 0;
  border-radius: inherit;
  background: radial-gradient(440px circle at var(--spot-x) var(--spot-y), rgba(201, 15, 31, .15), transparent 42%);
  opacity: .5;
  content: "";
  transition: opacity .25s ease;
}
.service-card::after {
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  width: 42%;
  height: 4px;
  background: linear-gradient(90deg, transparent, var(--red));
  content: "";
}
.service-card:hover { transform: translateY(-5px); border-color: rgba(201, 15, 31, .26); box-shadow: var(--shadow); }
.service-card:hover::before, .service-card:focus-within::before { opacity: 1; }
.service-card:nth-child(1), .service-card:nth-child(2) { grid-column: span 6; }
.service-card:nth-child(n+3) { grid-column: span 4; }
.service-number { color: #b3b6ba; font-size: .72rem; font-weight: 900; letter-spacing: .14em; }
.icon-box { width: 58px; height: 58px; margin: 1.25rem 0 1.7rem; display: grid; place-items: center; border-radius: 16px; background: var(--ink); color: var(--white); box-shadow: inset 0 0 0 1px rgba(255,255,255,.08), 0 12px 26px rgba(21,24,29,.15); }
.icon { width: 25px; height: 25px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.8; }
.service-card h3 { margin: 0; font-family: var(--font-display); font-size: clamp(1.65rem, 2.8vw, 2.35rem); font-weight: 800; letter-spacing: -.018em; line-height: .95; text-transform: uppercase; }
.service-card p { margin: .85rem 0 0; color: var(--muted); }
.service-arrow { position: absolute; top: 1.35rem; right: 1.35rem; color: var(--red); }

.sales-band {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background: linear-gradient(135deg, #a70818 0%, var(--red) 48%, #e2182c 100%);
  color: var(--white);
}
.sales-band::before {
  position: absolute;
  z-index: -2;
  inset: -45% -15%;
  background: radial-gradient(circle at 68% 48%, rgba(255,255,255,.2), transparent 24%), radial-gradient(circle at 14% 100%, rgba(21,24,29,.34), transparent 28%);
  content: "";
  animation: sales-glow 8s ease-in-out infinite alternate;
}
.sales-band::after {
  position: absolute;
  z-index: -1;
  inset: 0;
  background-image: linear-gradient(rgba(255,255,255,.055) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.055) 1px, transparent 1px);
  background-size: 54px 54px;
  mask-image: linear-gradient(90deg, transparent, #000 48%, #000);
  content: "";
}
.sales-band-inner {
  min-height: 430px;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, .92fr);
  align-items: center;
  gap: clamp(3rem, 7vw, 7rem);
  padding-top: clamp(4rem, 7vw, 6rem);
  padding-bottom: clamp(4rem, 7vw, 6rem);
}
.sales-band-copy { position: relative; z-index: 2; }
.sales-kicker { margin: 0 0 1.1rem; display: flex; align-items: center; gap: .7rem; font-size: .78rem; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.sales-kicker > span { width: 9px; height: 9px; flex: 0 0 auto; border: 2px solid rgba(255,255,255,.88); border-radius: 50%; background: var(--white); box-shadow: 0 0 0 7px rgba(255,255,255,.13); animation: sales-pulse 2.2s ease-out infinite; }
.sales-band h2 { max-width: 780px; margin: 0; font-family: var(--font-display); font-size: clamp(3.7rem, 7.2vw, 7rem); font-weight: 900; letter-spacing: -.035em; line-height: .79; text-transform: uppercase; }
.sales-band h2 span { color: #ffd8dc; }
.sales-band-copy > p:last-child { max-width: 640px; margin: 1.5rem 0 0; color: rgba(255,255,255,.78); font-size: clamp(1rem, 1.4vw, 1.16rem); }
.sales-benefits { position: relative; z-index: 2; display: grid; gap: .85rem; }
.sales-benefit {
  position: relative;
  overflow: hidden;
  min-height: 94px;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 1rem;
  padding: 1rem 1.15rem;
  border: 1px solid rgba(255,255,255,.24);
  border-radius: 18px;
  background: linear-gradient(105deg, rgba(255,255,255,.15), rgba(255,255,255,.07));
  box-shadow: 0 20px 48px rgba(80,0,10,.18), inset 0 1px 0 rgba(255,255,255,.18);
  backdrop-filter: blur(12px);
  transition: transform .3s ease, background-color .3s ease, border-color .3s ease;
}
.sales-benefit::before { position: absolute; inset: 0; transform: translateX(-125%) skewX(-18deg); background: linear-gradient(90deg, transparent, rgba(255,255,255,.15), transparent); content: ""; animation: sales-sheen 7s ease-in-out infinite; }
.sales-benefit:nth-child(2)::before { animation-delay: 1.3s; }
.sales-benefit:nth-child(3)::before { animation-delay: 2.6s; }
.sales-benefit:hover { transform: translateX(-8px); border-color: rgba(255,255,255,.5); background-color: rgba(255,255,255,.1); }
.sales-benefit-icon { width: 54px; height: 54px; display: grid; place-items: center; border-radius: 15px; background: var(--white); color: var(--red); box-shadow: 0 12px 28px rgba(80,0,10,.18); }
.sales-benefit small { display: block; color: rgba(255,255,255,.66); font-size: .72rem; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.sales-benefit strong { display: block; margin-top: .18rem; font-size: clamp(1rem, 1.5vw, 1.18rem); line-height: 1.2; }
.sales-orbit { position: absolute; z-index: -1; top: 50%; right: 5%; width: min(48vw, 620px); aspect-ratio: 1; transform: translateY(-50%); pointer-events: none; }
.sales-orbit span { position: absolute; inset: 8%; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; animation: sales-orbit 18s linear infinite; }
.sales-orbit span::before { position: absolute; top: -5px; left: 50%; width: 10px; height: 10px; border-radius: 50%; background: var(--white); box-shadow: 0 0 28px rgba(255,255,255,.9); content: ""; }
.sales-orbit span:last-child { inset: 23%; animation-duration: 12s; animation-direction: reverse; opacity: .6; }
.sales-ticker { position: relative; z-index: 3; overflow: hidden; border-top: 1px solid rgba(255,255,255,.14); background: rgba(21,24,29,.96); }
.sales-ticker-track { width: max-content; display: flex; animation: sales-marquee 22s linear infinite; }
.sales-ticker-group { min-width: max(100vw, 760px); min-height: 58px; display: flex; flex: 0 0 auto; align-items: center; justify-content: space-around; gap: 1.4rem; padding: .75rem 2rem; }
.sales-ticker span { color: rgba(255,255,255,.86); font-family: var(--font-display); font-size: 1.05rem; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; white-space: nowrap; }
.sales-ticker i { width: 6px; height: 6px; flex: 0 0 auto; border-radius: 50%; background: var(--red); box-shadow: 0 0 0 4px rgba(201,15,31,.2); }
@keyframes sales-glow { to { transform: translate3d(-4%, 3%, 0) scale(1.05); } }
@keyframes sales-pulse { 70%, 100% { box-shadow: 0 0 0 15px rgba(255,255,255,0); } }
@keyframes sales-sheen { 0%, 58% { transform: translateX(-125%) skewX(-18deg); } 80%, 100% { transform: translateX(145%) skewX(-18deg); } }
@keyframes sales-orbit { to { transform: rotate(360deg); } }
@keyframes sales-marquee { to { transform: translateX(-50%); } }

.process { background: var(--ink); color: var(--white); }
.process .section-intro { color: rgba(255,255,255,.62); }
.process-grid { margin-top: 4rem; display: grid; grid-template-columns: repeat(3, 1fr); }
.process-step { position: relative; padding: 1.9rem 2.1rem 2.2rem; border-top: 1px solid rgba(255,255,255,.16); border-right: 1px solid rgba(255,255,255,.12); }
.process-step:last-child { border-right: 0; }
.process-step::before { position: absolute; top: -5px; left: 0; width: 42%; height: 9px; background: var(--red); content: ""; }
.process-step strong { display: block; color: #ff6471; font-size: .78rem; letter-spacing: .12em; }
.process-step h3 { margin: 2rem 0 .7rem; font-family: var(--font-display); font-size: 2rem; font-weight: 800; letter-spacing: -.015em; line-height: .95; text-transform: uppercase; }
.process-step p { margin: 0; color: rgba(255,255,255,.63); }

.about { background: #eceae6; }
.about-grid { display: grid; grid-template-columns: .85fr 1.15fr; align-items: center; gap: clamp(3rem, 7vw, 7rem); }
.about-mark { position: relative; min-height: 510px; display: grid; place-items: center; overflow: hidden; border: 1px solid rgba(21,24,29,.1); border-radius: var(--radius); background: #e5e2dc; box-shadow: var(--shadow); }
.about-mark::before { position: absolute; inset: 0; background: radial-gradient(circle at 76% 18%, rgba(201,15,31,.22), transparent 28%), repeating-linear-gradient(90deg, transparent 0 72px, rgba(21,24,29,.035) 72px 73px), linear-gradient(140deg, transparent 0 58%, rgba(255,255,255,.52) 58%); content: ""; }
.about-mark::after { position: absolute; right: -70px; bottom: -70px; width: 240px; height: 240px; border: 34px solid var(--red); border-radius: 50%; opacity: .82; content: ""; }
.about-mark img { position: absolute; z-index: 1; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 38%; filter: none; }
.about-copy .signature { margin: 2rem 0 0; padding-left: 1.25rem; border-left: 4px solid var(--red); font-size: 1.15rem; font-weight: 760; }
.fact-row { margin-top: 2.2rem; display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; }
.fact { padding: 1.15rem; border: 1px solid #d4d2ce; border-radius: 14px; background: rgba(255,255,255,.52); }
.fact span { display: block; color: var(--muted); font-size: .76rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.fact strong { display: block; margin-top: .3rem; font-size: 1.05rem; }

.contact { background: var(--white); }
.contact-panel { position: relative; display: grid; grid-template-columns: 1.15fr .85fr; overflow: hidden; border-radius: 28px; background: var(--ink); color: var(--white); box-shadow: var(--shadow); }
.contact-copy { padding: clamp(2rem, 5vw, 4.5rem); }
.contact-copy h2 { max-width: 620px; margin: 0; font-family: var(--font-display); font-size: clamp(3.2rem, 6.5vw, 6rem); font-weight: 900; letter-spacing: -.025em; line-height: .82; text-transform: uppercase; }
.contact-copy p { max-width: 520px; color: rgba(255,255,255,.64); }
.contact-details { display: grid; align-content: center; gap: .8rem; padding: clamp(2rem, 4vw, 3.2rem); background: var(--red); }
.contact-link { display: flex; align-items: center; gap: 1rem; padding: 1rem; border: 1px solid rgba(255,255,255,.2); border-radius: 14px; text-decoration: none; transition: background-color .2s ease; }
.contact-link:hover { background: rgba(255,255,255,.12); }
.contact-link .icon-box { width: 45px; height: 45px; margin: 0; flex: 0 0 auto; border-radius: 50%; background: rgba(21,24,29,.26); }
.contact-link small { display: block; color: rgba(255,255,255,.66); font-weight: 750; }
.contact-link strong { overflow-wrap: anywhere; font-size: 1.05rem; }

.contact-form-panel .inquiry-form { grid-column: 1 / -1; padding: clamp(1.6rem, 4vw, 3.4rem); background: var(--white); color: var(--ink); }
.form-section + .form-section { margin-top: 2.8rem; padding-top: 2.5rem; border-top: 1px solid var(--line); }
.form-section-head { display: flex; align-items: center; gap: 1rem; margin-bottom: 1.5rem; }
.form-section-head > span { display: grid; width: 42px; height: 42px; flex: 0 0 auto; place-items: center; border-radius: 50%; background: #fff0f1; color: var(--red); font-family: var(--font-display); font-size: 1.25rem; font-weight: 900; }
.form-section-head h3 { margin: 0; font-size: 1.22rem; letter-spacing: -.025em; }
.form-section-head p { margin: .1rem 0 0; color: var(--muted); font-size: .86rem; }
.form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; }
.field { display: grid; gap: .42rem; min-width: 0; }
.field-wide { grid-column: 1 / -1; }
.field > span, .choice-field legend { color: #4d535b; font-size: .79rem; font-weight: 800; }
.field input, .field select, .field textarea { width: 100%; min-height: 50px; padding: .78rem .9rem; border: 1px solid #cfd1d4; border-radius: 10px; outline: 0; background: #fff; color: var(--ink); font: inherit; font-size: .9rem; transition: border-color .2s ease, box-shadow .2s ease, background-color .2s ease; }
.field textarea { min-height: 118px; resize: vertical; }
.field input::placeholder, .field textarea::placeholder { color: #92979d; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--red); box-shadow: 0 0 0 4px rgba(201,15,31,.1); }
.field input[aria-invalid="true"], .field select[aria-invalid="true"], .field textarea[aria-invalid="true"] { border-color: var(--red); background: #fff8f9; }
.choice-field { margin: 0; padding: 0; border: 0; }
.choice-field legend { margin-bottom: .42rem; }
.choice-row { display: grid; grid-template-columns: repeat(2, 1fr); gap: .65rem; }
.choice-row label { position: relative; cursor: pointer; }
.choice-row input { position: absolute; opacity: 0; pointer-events: none; }
.choice-row span { display: flex; min-height: 50px; align-items: center; justify-content: center; border: 1px solid #cfd1d4; border-radius: 10px; background: #fff; font-weight: 750; transition: .2s ease; }
.choice-row input:checked + span { border-color: var(--red); background: #fff0f1; color: var(--red-dark); box-shadow: inset 0 0 0 1px var(--red); }
.choice-row input:focus-visible + span { outline: 3px solid #ffb5bc; outline-offset: 3px; }
.honeypot { position: absolute !important; left: -9999px !important; width: 1px; height: 1px; overflow: hidden; }
.consent { display: flex; align-items: flex-start; gap: .7rem; margin-top: 1.5rem; color: var(--muted); font-size: .78rem; line-height: 1.45; }
.consent input { width: 18px; height: 18px; margin-top: .08rem; flex: 0 0 auto; accent-color: var(--red); }
.consent a { color: var(--red-dark); font-weight: 800; }
.form-submit-row { display: flex; align-items: center; gap: 1rem 1.4rem; margin-top: 1.5rem; }
.submit-btn { border: 0; }
.submit-btn:disabled { transform: none; opacity: .68; cursor: wait; }
.form-submit-row > p { margin: 0; color: var(--muted); font-size: .75rem; }
.form-status { margin-top: 1rem; padding: .9rem 1rem; border-radius: 10px; font-size: .88rem; font-weight: 750; }
.form-status.success { border: 1px solid #b5dfc3; background: #effaf2; color: #1f6a39; }
.form-status.error { border: 1px solid #efbbc3; background: #fff2f4; color: var(--red-dark); }

@media (max-width: 720px) {
  .form-grid, .choice-row { grid-template-columns: 1fr; }
  .field-wide { grid-column: auto; }
  .form-submit-row { align-items: stretch; flex-direction: column; }
  .submit-btn { width: 100%; }
}

.site-footer { padding: 3.4rem 0 2rem; background: #0c0e11; color: var(--white); }
.footer-grid { display: grid; grid-template-columns: 1.2fr .7fr .8fr; gap: 3rem; }
.footer-brand .brand-name { font-size: 1.05rem; }
.footer-brand p { max-width: 380px; color: rgba(255,255,255,.5); }
.footer-title { margin: 0 0 1rem; color: rgba(255,255,255,.45); font-size: .75rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.footer-links { display: grid; gap: .55rem; }
.footer-links a { width: fit-content; color: rgba(255,255,255,.76); text-decoration: none; }
.footer-links a:hover { color: #ff6674; }
.footer-bottom { margin-top: 3rem; padding-top: 1.25rem; display: flex; justify-content: space-between; gap: 2rem; border-top: 1px solid rgba(255,255,255,.11); color: rgba(255,255,255,.43); font-size: .82rem; }
.preview-note { color: #ff8791; }

.legal-main { min-height: 70vh; padding: clamp(4rem, 8vw, 7rem) 0; background: var(--white); }
.legal-layout { display: grid; grid-template-columns: 240px minmax(0, 760px); justify-content: center; gap: clamp(2rem, 7vw, 7rem); }
.legal-content { min-width: 0; }
.legal-aside { align-self: start; position: sticky; top: 110px; }
.legal-aside a { display: block; padding: .7rem 0; color: var(--muted); font-weight: 760; text-decoration: none; }
.legal-aside a[aria-current="page"] { color: var(--red); }
.legal-content h1 { margin: 0 0 1.5rem; font-family: var(--font-display); font-size: clamp(3.5rem, 8vw, 7rem); font-weight: 900; letter-spacing: -.025em; line-height: .82; overflow-wrap: anywhere; hyphens: auto; text-transform: uppercase; }
.legal-content h2 { margin: 2.5rem 0 .75rem; font-size: 1.55rem; letter-spacing: -.03em; overflow-wrap: anywhere; hyphens: auto; }
.legal-content h3 { margin: 2rem 0 .5rem; font-size: 1.12rem; }
.legal-content p, .legal-content li { color: #4f555d; }
.legal-content a { color: var(--red-dark); }
.legal-callout { margin: 1.5rem 0 2.2rem; padding: 1rem 1.2rem; border-left: 4px solid var(--red); background: #fff4f5; color: #6c111a !important; }
.legal-content address { font-style: normal; }
.legal-content ol { padding-left: 1.25rem; }
.legal-form-sample { margin-top: 1rem; padding: 1.25rem; border: 1px solid var(--line); border-radius: 14px; background: var(--paper); }

.not-found { min-height: 70vh; display: grid; place-items: center; padding: 3rem 20px; text-align: center; }
.not-found strong { color: var(--red); font-size: clamp(5rem, 18vw, 12rem); line-height: .8; }
.not-found h1 { margin: 1.5rem 0 .5rem; font-size: 2.5rem; }

.reveal-ready .reveal-item {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity .65s cubic-bezier(.22,1,.36,1), transform .65s cubic-bezier(.22,1,.36,1);
}
.reveal-ready .reveal-item.is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 980px) {
  .nav { display: none; }
  .nav-toggle { display: inline-flex; }
  .hero-copy { width: min(720px, 88vw); }
  .hero::before { background: linear-gradient(90deg, rgba(10,12,15,.95), rgba(10,12,15,.71) 72%, rgba(10,12,15,.32)), linear-gradient(0deg, rgba(10,12,15,.75), transparent 40%); }
  .hero::after { left: 78%; }
  .services-head, .about-grid, .contact-panel { grid-template-columns: 1fr; }
  .services-head { gap: 1.5rem; }
  .about-mark { min-height: 400px; }
  .contact-details { grid-template-columns: repeat(2, 1fr); }
  .contact-details .contact-link:last-child { grid-column: 1 / -1; }
  .footer-grid { grid-template-columns: 1.2fr .8fr; }
  .footer-grid > :last-child { grid-column: 1 / -1; }
}

@media (max-width: 720px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .header-inner { height: 68px; }
  .brand-region { display: none; }
  .brand-mark { width: 36px; height: 42px; }
  .hero { min-height: calc(100dvh - 68px); }
  .hero-media { object-position: 58% center; }
  .hero::before { background: linear-gradient(90deg, rgba(10,12,15,.92), rgba(10,12,15,.72)), linear-gradient(0deg, rgba(10,12,15,.92) 0%, transparent 45%, rgba(10,12,15,.35) 100%); }
  .hero::after { display: none; }
  .hero-inner { min-height: calc(100dvh - 68px); padding-top: 3rem; padding-bottom: 8.5rem; justify-content: flex-end; }
  .hero-copy { width: 100%; }
  .hero h1 { font-size: clamp(2.8rem, 14vw, 4.6rem); }
  .hero-lead { font-size: 1rem; }
  .hero-actions .btn { flex: 1 1 180px; }
  .trust-inner { min-height: 84px; grid-template-columns: repeat(3, 1fr); gap: .5rem; }
  .trust-label { display: none; }
  .trust-point { justify-content: center; gap: .35rem; font-size: .78rem; }
  .trust-point::before { width: 6px; height: 6px; box-shadow: none; }
  .video-control { right: 1rem; bottom: 102px; }
  .section { padding: 4.4rem 0; }
  .services-grid { grid-template-columns: 1fr; }
  .service-card:nth-child(n) { grid-column: auto; min-height: 250px; }
  .sales-band-inner { min-height: 0; grid-template-columns: 1fr; gap: 2.5rem; padding-top: 4.2rem; padding-bottom: 3.6rem; }
  .sales-band h2 { font-size: clamp(3.15rem, 14vw, 4.8rem); }
  .sales-benefits { gap: .7rem; }
  .sales-benefit { min-height: 84px; padding: .85rem; }
  .sales-benefit:hover { transform: none; }
  .sales-orbit { right: -52%; width: 125vw; }
  .process-grid { grid-template-columns: 1fr; }
  .process-step { border-right: 0; }
  .about-mark { min-height: 340px; }
  .fact-row { grid-template-columns: 1fr; }
  .contact-details { grid-template-columns: 1fr; }
  .contact-details .contact-link:last-child { grid-column: auto; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-grid > :last-child { grid-column: auto; }
  .footer-bottom { flex-direction: column; gap: .5rem; }
  .legal-layout { grid-template-columns: 1fr; }
  .legal-aside { position: static; display: flex; flex-wrap: wrap; gap: .2rem 1rem; overflow: visible; }
  .legal-aside a { padding: .45rem 0; white-space: nowrap; }
  .legal-content h1 { font-size: clamp(2.35rem, 10.5vw, 3.25rem); line-height: .9; }
  .legal-content h1.legal-title-lines { font-size: clamp(2rem, 9.5vw, 3.25rem); }
  .legal-content h1.legal-title-lines > span { display: block; }
  .legal-content h2 { font-size: 1.3rem; line-height: 1.15; }
  .legal-content p, .legal-content li, .legal-content address { overflow-wrap: anywhere; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .hero-media { display: none; }
  .video-control { display: none; }
  .sales-band::before, .sales-kicker > span, .sales-benefit::before, .sales-orbit span, .sales-ticker-track { animation: none !important; transform: none !important; }
}
