:root {
  --navy: #08132c;
  --navy-2: #0d1d3f;
  --blue: #2f6bff;
  --blue-dark: #1e4fd6;
  --cyan: #68d5ff;
  --green: #24c887;
  --accent: #f2b84b;
  --ink: #15213b;
  --muted: #62708a;
  --line: #dce3ef;
  --soft: #f3f6fb;
  --white: #fff;
  --shadow: 0 24px 70px rgba(16, 35, 75, .13);
  --radius: 24px;
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: "Manrope", Arial, sans-serif;
  color: var(--ink);
  background: var(--white);
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}
body.modal-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; }
button { cursor: pointer; }
img, svg { display: block; max-width: 100%; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.skip-link { position: fixed; left: 16px; top: -100px; z-index: 1000; padding: 12px 18px; background: white; border-radius: 10px; }
.skip-link:focus { top: 16px; }

.header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(8, 19, 44, .92);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.header__inner { min-height: 78px; display: flex; align-items: center; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 11px; flex-shrink: 0; }
.brand__mark {
  width: 44px; height: 44px; border-radius: 13px; display: grid; place-items: center;
  background: linear-gradient(145deg, #4a80ff, #214bc7); color: white; font-weight: 800; letter-spacing: -.8px;
  box-shadow: 0 10px 25px rgba(47, 107, 255, .3);
}
.brand__text { display: grid; line-height: 1.15; color: white; }
.brand__text strong { font-size: 15px; }
.brand__text small { margin-top: 4px; font-size: 10px; color: #9fb0d0; text-transform: uppercase; letter-spacing: .8px; }
.nav { display: flex; align-items: center; gap: 25px; margin-left: auto; }
.nav a { color: #dce5f6; font-size: 14px; font-weight: 600; transition: .2s ease; }
.nav a:hover { color: white; }
.header__contacts { display: flex; align-items: center; gap: 16px; }
.header__phone { color: white; font-size: 14px; font-weight: 800; white-space: nowrap; }
.menu-button { display: none; margin-left: auto; width: 44px; height: 44px; padding: 10px; border: 0; background: transparent; }
.menu-button span { display: block; height: 2px; margin: 5px 0; background: white; border-radius: 5px; transition: .2s ease; }
.mobile-menu { padding: 8px 20px 20px; background: var(--navy); }
.mobile-menu a { display: block; padding: 12px 0; color: white; border-bottom: 1px solid rgba(255,255,255,.08); }

.button {
  border: 0; border-radius: 13px; min-height: 52px; padding: 0 22px; display: inline-flex; align-items: center; justify-content: center;
  gap: 9px; font-size: 14px; font-weight: 800; text-align: center; transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.button:hover { transform: translateY(-2px); }
.button--small { min-height: 42px; padding-inline: 17px; font-size: 12px; }
.button--primary { background: linear-gradient(135deg, var(--blue), var(--blue-dark)); color: white; box-shadow: 0 14px 30px rgba(47, 107, 255, .28); }
.button--primary:hover { box-shadow: 0 18px 35px rgba(47, 107, 255, .36); }
.button--outline { color: white; border: 1px solid rgba(255,255,255,.35); background: rgba(255,255,255,.05); }
.button--outline-dark { color: var(--blue-dark); border: 1px solid #b9c7df; background: white; }
.button--ghost { color: white; border: 1px solid rgba(255,255,255,.18); background: rgba(255,255,255,.07); }
.button--ghost svg { width: 20px; fill: var(--green); }
.button--full { width: 100%; }
.button--accent { background: var(--accent); color: #32250b; }
.button--back { background: #eef2f8; color: #65728a; }
.button:disabled { opacity: .5; cursor: not-allowed; transform: none; }

.hero {
  position: relative; overflow: hidden; min-height: 780px; padding: 82px 0 88px;
  color: white; background:
  radial-gradient(circle at 75% 10%, rgba(55, 109, 255, .26), transparent 27%),
  linear-gradient(135deg, #071128 0%, #0b1938 55%, #10234c 100%);
}
.hero::before {
  content: ""; position: absolute; inset: 0; pointer-events: none; opacity: .18;
  background-image: linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: linear-gradient(to bottom, #000, transparent 85%);
}
.hero__glow { position: absolute; border-radius: 50%; filter: blur(2px); pointer-events: none; }
.hero__glow--one { width: 500px; height: 500px; right: -250px; top: 50px; background: rgba(48, 105, 255, .12); }
.hero__glow--two { width: 400px; height: 400px; left: -300px; bottom: -180px; background: rgba(104, 213, 255, .08); }
.hero__grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(360px, .8fr); gap: 75px; align-items: center; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; color: #b9cdf5; font-size: 13px; font-weight: 700; text-transform: uppercase; letter-spacing: 1.2px; }
.eyebrow__dot { width: 8px; height: 8px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 6px rgba(36, 200, 135, .12); }
.hero h1 { max-width: 720px; margin: 24px 0 22px; font-size: clamp(40px, 5vw, 68px); line-height: 1.04; letter-spacing: -3.2px; }
.hero h1 span { color: #a9c5ff; }
.hero__lead { max-width: 675px; margin: 0; color: #c0cbe0; font-size: 18px; line-height: 1.7; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 34px; }
.hero__checks { display: flex; flex-wrap: wrap; gap: 10px 20px; margin: 25px 0 0; padding: 0; list-style: none; color: #d8e2f5; font-size: 13px; }
.hero__checks li { display: flex; align-items: center; gap: 7px; }
.hero__checks span { color: var(--green); font-weight: 800; }
.hero__stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin-top: 45px; padding-top: 28px; border-top: 1px solid rgba(255,255,255,.12); }
.hero__stats div { display: grid; }
.hero__stats strong { font-size: 25px; letter-spacing: -1px; }
.hero__stats span { margin-top: 3px; color: #95a6c6; font-size: 11px; line-height: 1.35; }

.hero-card { padding: 30px; border: 1px solid rgba(255,255,255,.14); border-radius: 26px; background: rgba(255,255,255,.07); box-shadow: 0 35px 90px rgba(0,0,0,.27); backdrop-filter: blur(20px); }
.hero-card__top { display: flex; align-items: center; gap: 9px; color: #b8c8e5; font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .9px; }
.status-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 5px rgba(36, 200, 135, .13); }
.hero-card h2 { margin: 20px 0 10px; font-size: 25px; line-height: 1.25; letter-spacing: -1px; }
.hero-card > p { margin: 0 0 22px; color: #b4c2da; font-size: 14px; }
.lead-form { display: grid; gap: 13px; }
.lead-form label, .quiz-contact-fields label { display: grid; gap: 7px; }
.lead-form label > span, .quiz-contact-fields label > span { font-size: 12px; font-weight: 700; color: #cbd6e9; }
.lead-form input, .lead-form select, .quiz-contact-fields input, .final-form input {
  width: 100%; height: 54px; border: 1px solid rgba(255,255,255,.15); border-radius: 12px; padding: 0 15px; color: white; background: rgba(4, 15, 37, .45); outline: none;
}
.lead-form select option { color: #17213a; background: white; }
.lead-form input::placeholder, .quiz-contact-fields input::placeholder, .final-form input::placeholder { color: #8ea0bf; }
.lead-form input:focus, .lead-form select:focus, .quiz-contact-fields input:focus, .final-form input:focus { border-color: #6694ff; box-shadow: 0 0 0 4px rgba(47,107,255,.14); }
.form-note { display: block; color: #8292ae; font-size: 10px; line-height: 1.45; text-align: center; }

.trust-strip { background: #fff; border-bottom: 1px solid var(--line); }
.trust-strip__inner { min-height: 92px; display: flex; align-items: center; gap: 35px; }
.trust-strip__inner > span { flex-shrink: 0; color: var(--muted); font-size: 12px; }
.logo-list { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 20px; color: #77839a; }
.logo-list b { font-size: 15px; letter-spacing: -.4px; white-space: nowrap; }


.clients-section {
  padding: 55px 0 65px;
  background: #fff;
  border-bottom: 1px solid var(--line);
}
.clients-section__heading {
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: 55px;
  align-items: end;
  margin-bottom: 34px;
}
.clients-section__heading .section-label { margin-bottom: 10px; }
.clients-section__heading h2 {
  max-width: 720px;
  margin: 0;
  font-size: clamp(28px, 3.4vw, 42px);
  line-height: 1.13;
  letter-spacing: -1.7px;
}
.clients-section__heading p {
  max-width: 480px;
  margin: 0 0 4px;
  color: var(--muted);
  font-size: 14px;
}
.client-logos {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
}
.client-logo {
  flex: 0 0 132px;
  width: 132px;
  height: 132px;
  display: grid;
  place-items: center;
  overflow: hidden;
  border: 1px solid #e2e8f2;
  border-radius: 50%;
  background: white;
  box-shadow: 0 10px 30px rgba(15, 35, 75, .06);
  transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease;
}
.client-logo:hover {
  transform: translateY(-4px);
  border-color: #b9c9e8;
  box-shadow: 0 16px 35px rgba(15, 35, 75, .11);
}
.client-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.section { padding: 105px 0; }
.section--light { background: #fff; }
.section--soft { background: var(--soft); }
.section-heading { max-width: 720px; margin-bottom: 48px; }
.section-heading--center { margin-inline: auto; text-align: center; }
.section-label { display: inline-block; margin-bottom: 15px; color: var(--blue); font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: 1.1px; }
.section-label--white { color: #8eb0ff; }
.section-heading h2, .risk-section h2, .assurance-grid h2, .quiz-copy h2, .faq-copy h2, .final-cta h2 {
  margin: 0; font-size: clamp(32px, 4vw, 48px); line-height: 1.12; letter-spacing: -2px;
}
.section-heading p, .faq-copy > p { margin: 18px 0 0; color: var(--muted); font-size: 17px; }

.service-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 18px; }
.service-card { grid-column: span 2; min-height: 310px; padding: 27px; border: 1px solid var(--line); border-radius: 21px; background: white; transition: .25s ease; }
.service-card:hover { transform: translateY(-5px); border-color: #bdcbea; box-shadow: var(--shadow); }
.service-card--featured { grid-column: span 3; grid-row: span 2; min-height: 638px; padding: 34px; color: white; background: linear-gradient(145deg, #0d2046, #132c5c); border-color: transparent; }
.service-card:nth-child(2), .service-card:nth-child(3) { grid-column: span 3; }
.icon-box { width: 48px; height: 48px; padding: 12px; border-radius: 14px; background: #eef3ff; color: var(--blue); }
.icon-box svg { fill: currentColor; }
.service-card--featured .icon-box { width: 58px; height: 58px; padding: 15px; background: rgba(255,255,255,.1); color: #83a9ff; }
.service-card__badge { display: inline-block; margin-top: 28px; padding: 7px 11px; border-radius: 50px; color: #a7c0fa; background: rgba(255,255,255,.07); font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .7px; }
.service-card h3 { margin: 20px 0 11px; font-size: 21px; line-height: 1.25; letter-spacing: -.6px; }
.service-card--featured h3 { margin-top: 24px; font-size: 33px; }
.service-card p { margin: 0; color: var(--muted); font-size: 14px; }
.service-card--featured p { color: #b9c7df; font-size: 16px; }
.service-card ul { display: grid; gap: 14px; margin: 32px 0 0; padding: 0; list-style: none; }
.service-card li { position: relative; padding-left: 28px; color: #dbe6f8; font-size: 14px; }
.service-card li::before { content: "✓"; position: absolute; left: 0; color: var(--green); font-weight: 800; }
.text-link { display: inline-flex; align-items: center; gap: 7px; margin-top: 24px; color: var(--blue); font-size: 13px; font-weight: 800; }
.text-link span { transition: transform .2s ease; }
.text-link:hover span { transform: translateX(4px); }

.risk-section { color: white; background: var(--navy); }
.risk-section__grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 80px; align-items: start; }
.risk-section__lead { max-width: 480px; color: #9fafd0; font-size: 17px; }
.risk-list { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.risk-item { display: flex; align-items: flex-start; gap: 14px; min-height: 105px; padding: 22px; border: 1px solid rgba(255,255,255,.1); border-radius: 16px; background: rgba(255,255,255,.04); }
.risk-item span { color: #608cff; font-size: 12px; font-weight: 800; }
.risk-item p { margin: 0; color: #d7e0ef; font-size: 14px; }

.price-layout { display: grid; grid-template-columns: .85fr 1.15fr; gap: 30px; align-items: stretch; }
.price-card { padding: 38px; border-radius: 24px; }
.price-card--main { color: white; background: linear-gradient(145deg, #102655, #0a1734); box-shadow: var(--shadow); }
.price-card__label { color: #9fb5e2; font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; }
.price-card__amount { margin: 20px 0 13px; font-size: 43px; line-height: 1; font-weight: 800; letter-spacing: -2px; }
.price-card__amount small { font-size: 14px; color: #98aace; letter-spacing: 0; }
.price-card__amount span { font-size: 13px; color: #98aace; letter-spacing: 0; }
.price-card > p { color: #b4c2da; font-size: 14px; }
.price-card ul { display: grid; gap: 12px; margin: 28px 0; padding: 25px 0; list-style: none; border-top: 1px solid rgba(255,255,255,.1); border-bottom: 1px solid rgba(255,255,255,.1); }
.price-card li { position: relative; padding-left: 27px; color: #e3eafa; font-size: 13px; }
.price-card li::before { content: "✓"; position: absolute; left: 0; color: var(--green); }
.price-factors { padding: 10px 0 0 35px; }
.price-factors h3 { margin: 0 0 25px; font-size: 25px; }
.factor-list { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
.factor-list > div { display: flex; gap: 14px; padding: 22px; border: 1px solid var(--line); border-radius: 17px; background: #fff; }
.factor-list span { color: var(--blue); font-size: 12px; font-weight: 800; }
.factor-list p { margin: 0; color: var(--muted); font-size: 13px; }
.factor-list b { color: var(--ink); font-size: 14px; }
.price-note { margin-top: 18px; padding: 20px; border-left: 4px solid var(--blue); border-radius: 10px; color: var(--muted); background: #f3f6fc; font-size: 13px; }
.price-note strong { color: var(--ink); }

.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; margin: 55px 0 0; padding: 0; list-style: none; counter-reset: item; }
.steps li { position: relative; padding: 0 24px 0 0; }
.steps li:not(:last-child)::after { content: ""; position: absolute; top: 22px; left: 52px; right: 18px; height: 1px; background: #ccd5e5; }
.steps__number { position: relative; z-index: 1; width: 44px; height: 44px; display: grid; place-items: center; border-radius: 50%; color: white; background: var(--blue); font-size: 11px; font-weight: 800; box-shadow: 0 8px 20px rgba(47,107,255,.25); }
.steps h3 { margin: 24px 0 9px; font-size: 18px; }
.steps p { margin: 0; color: var(--muted); font-size: 13px; }

.assurance-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 85px; align-items: center; }
.assurance-visual { position: relative; min-height: 430px; display: grid; place-items: center; border-radius: 30px; overflow: hidden; background: radial-gradient(circle, #2f6bff 0%, #183b85 38%, #0c1c3e 72%); }
.assurance-visual::before { content: ""; position: absolute; width: 380px; height: 380px; border: 1px solid rgba(255,255,255,.12); border-radius: 50%; }
.assurance-visual::after { content: ""; position: absolute; width: 250px; height: 250px; border: 1px solid rgba(255,255,255,.12); border-radius: 50%; }
.assurance-shield { position: relative; z-index: 2; width: 120px; height: 120px; display: grid; place-items: center; border-radius: 30px; color: white; background: rgba(255,255,255,.13); box-shadow: 0 20px 50px rgba(0,0,0,.3); backdrop-filter: blur(15px); }
.assurance-shield svg { width: 58px; fill: currentColor; }
.assurance-chip { position: absolute; z-index: 3; padding: 10px 14px; border: 1px solid rgba(255,255,255,.16); border-radius: 50px; color: white; background: rgba(6,17,41,.55); backdrop-filter: blur(10px); font-size: 11px; font-weight: 700; }
.assurance-chip--one { left: 28px; top: 70px; }
.assurance-chip--two { right: 22px; top: 115px; }
.assurance-chip--three { left: 50%; bottom: 47px; transform: translateX(-50%); }
.assurance-lead { color: var(--muted); font-size: 17px; }
.assurance-list { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-top: 34px; }
.assurance-list > div { display: flex; align-items: flex-start; gap: 12px; }
.assurance-list span { flex: 0 0 26px; width: 26px; height: 26px; display: grid; place-items: center; border-radius: 50%; color: white; background: var(--green); font-size: 12px; font-weight: 800; }
.assurance-list p { margin: 0; color: var(--muted); font-size: 13px; }
.assurance-list b { color: var(--ink); font-size: 14px; }


.director-visual {
  position: relative;
  min-height: 520px;
  overflow: hidden;
  border-radius: 30px;
  background:
    radial-gradient(circle at 50% 18%, rgba(104, 213, 255, .34), transparent 31%),
    linear-gradient(150deg, var(--navy-2), var(--blue-dark));
  box-shadow: 0 28px 70px rgba(16, 35, 75, .19);
}
.director-visual::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.045) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(to bottom, #000, transparent 85%);
}
.director-visual__glow {
  position: absolute;
  left: 50%;
  bottom: -120px;
  width: 430px;
  height: 430px;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 50%;
  transform: translateX(-50%);
}
.director-visual__glow::before,
.director-visual__glow::after {
  content: "";
  position: absolute;
  inset: 55px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: inherit;
}
.director-visual__glow::after { inset: 115px; }
.director-visual > img {
  position: absolute;
  z-index: 2;
  left: 50%;
  bottom: 0;
  width: 91%;
  max-height: 96%;
  object-fit: contain;
  object-position: center bottom;
  transform: translateX(-50%);
  filter: drop-shadow(0 22px 30px rgba(0,0,0,.24));
}
.director-card {
  position: absolute;
  z-index: 3;
  left: 24px;
  right: 24px;
  bottom: 22px;
  display: grid;
  padding: 16px 18px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 16px;
  color: white;
  background: rgba(5, 14, 34, .73);
  box-shadow: 0 15px 40px rgba(0,0,0,.22);
  backdrop-filter: blur(14px);
}
.director-card__eyebrow {
  margin-bottom: 3px;
  color: #a9c5ff;
  font-size: 9px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.director-card strong { font-size: 17px; }
.director-card small { margin-top: 2px; color: #b9c7df; font-size: 11px; }
.director-section__cta { margin-top: 30px; }

.quiz-section { color: white; background: linear-gradient(135deg, #08132c, #112a5c); }
.quiz-section__grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 70px; align-items: center; }
.quiz-copy > p { color: #a9b9d7; font-size: 16px; }
.quiz-benefits { display: grid; gap: 14px; margin-top: 35px; }
.quiz-benefits > div { display: flex; align-items: center; gap: 12px; }
.quiz-benefits span { width: 28px; height: 28px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.14); border-radius: 50%; color: #8db0ff; font-size: 11px; }
.quiz-benefits p { margin: 0; color: #d5dff0; font-size: 13px; }
.quiz { min-height: 475px; padding: 32px; border: 1px solid rgba(255,255,255,.12); border-radius: 25px; background: rgba(255,255,255,.07); backdrop-filter: blur(20px); }
.quiz__header { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 30px; }
.quiz__counter { color: #b4c2dc; font-size: 12px; }
.quiz__progress { width: 240px; height: 5px; margin-top: 8px; overflow: hidden; border-radius: 10px; background: rgba(255,255,255,.1); }
.quiz__progress span { display: block; width: 20%; height: 100%; border-radius: inherit; background: var(--blue); transition: width .3s ease; }
.quiz__percent { color: #8eb0ff; font-size: 13px; font-weight: 800; }
.quiz-step { display: none; margin: 0; padding: 0; border: 0; }
.quiz-step.is-active { display: block; animation: fadeIn .25s ease; }
@keyframes fadeIn { from { opacity: 0; transform: translateY(5px); } to { opacity: 1; transform: none; } }
.quiz-step legend { margin-bottom: 24px; font-size: 24px; font-weight: 800; line-height: 1.2; letter-spacing: -.7px; }
.option-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.option-card input { position: absolute; opacity: 0; pointer-events: none; }
.option-card span { min-height: 66px; padding: 15px; display: flex; align-items: center; justify-content: center; border: 1px solid rgba(255,255,255,.13); border-radius: 14px; color: #d7e1f2; background: rgba(255,255,255,.04); font-size: 13px; font-weight: 700; text-align: center; transition: .2s ease; }
.option-card span:hover { border-color: rgba(118,158,255,.55); background: rgba(47,107,255,.1); }
.option-card input:checked + span { border-color: #5d8bff; background: rgba(47,107,255,.22); box-shadow: inset 0 0 0 1px #5d8bff; color: white; }
.quiz-contact-fields { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.quiz-contact-fields label > span { color: #c5d0e5; }
.consent { display: flex; gap: 10px; align-items: flex-start; margin-top: 15px; color: #aab8d1; font-size: 11px; }
.consent input { margin-top: 2px; accent-color: var(--blue); }
.quiz__controls { display: flex; justify-content: space-between; gap: 12px; margin-top: 27px; }
.quiz__controls .button { min-width: 115px; }

.faq-grid { display: grid; grid-template-columns: .65fr 1.35fr; gap: 80px; align-items: start; }
.faq-copy { position: sticky; top: 115px; }
.faq-copy .button { margin-top: 28px; }
.accordion { border-top: 1px solid var(--line); }
.accordion__item { border-bottom: 1px solid var(--line); }
.accordion__button { width: 100%; min-height: 82px; padding: 18px 4px; display: flex; align-items: center; justify-content: space-between; gap: 20px; border: 0; color: var(--ink); background: transparent; text-align: left; font-size: 17px; font-weight: 800; }
.accordion__button i { position: relative; flex: 0 0 26px; width: 26px; height: 26px; border-radius: 50%; background: #eef3ff; }
.accordion__button i::before, .accordion__button i::after { content: ""; position: absolute; left: 50%; top: 50%; width: 10px; height: 2px; background: var(--blue); transform: translate(-50%, -50%); transition: .2s ease; }
.accordion__button i::after { transform: translate(-50%, -50%) rotate(90deg); }
.accordion__item.is-open .accordion__button i::after { transform: translate(-50%, -50%) rotate(0); }
.accordion__content { padding: 0 45px 25px 4px; }
.accordion__content p { margin: 0; color: var(--muted); font-size: 14px; }

.final-cta { padding: 75px 0; color: white; background: var(--blue); }
.final-cta__inner { display: grid; grid-template-columns: 1fr 1fr; gap: 55px; align-items: center; }
.final-cta p { margin-bottom: 0; color: #dce7ff; }
.final-form { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.final-form .button { grid-column: 1 / -1; }
.final-form input { background: rgba(255,255,255,.12); border-color: rgba(255,255,255,.2); }
.final-form input::placeholder { color: #c7d8ff; }

.footer { padding: 60px 0 22px; color: #b3c0d8; background: #050c1c; }
.footer__grid { display: grid; grid-template-columns: 1.3fr 1fr 1fr 1fr; gap: 45px; }
.brand--footer .brand__mark { width: 40px; height: 40px; }
.footer__description { max-width: 260px; margin-top: 20px; color: #7e8ba5; font-size: 13px; }
.footer__column { display: grid; align-content: start; gap: 10px; }
.footer__column h3 { margin: 0 0 8px; color: white; font-size: 13px; }
.footer__column a, .footer__column span { color: #8794ad; font-size: 12px; line-height: 1.6; }
.footer__column a:hover { color: white; }
.footer__bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 45px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.08); color: #64708a; font-size: 10px; }

.mobile-cta { display: none; }
.toast { position: fixed; z-index: 500; left: 50%; bottom: -100px; transform: translateX(-50%); padding: 13px 18px; border-radius: 12px; color: white; background: #15213b; box-shadow: var(--shadow); font-size: 13px; transition: bottom .25s ease; }
.toast.is-visible { bottom: 25px; }
.modal { position: fixed; inset: 0; z-index: 1000; display: none; align-items: center; justify-content: center; padding: 20px; }
.modal.is-open { display: flex; }
.modal__backdrop { position: absolute; inset: 0; background: rgba(2,8,20,.75); backdrop-filter: blur(5px); }
.modal__dialog { position: relative; z-index: 1; width: min(720px, 100%); max-height: 85vh; overflow: auto; padding: 34px; border-radius: 20px; background: white; box-shadow: 0 30px 100px rgba(0,0,0,.3); }
.modal__dialog h2 { margin-top: 0; }
.modal__dialog p { color: var(--muted); font-size: 14px; }
.modal__close { position: absolute; right: 15px; top: 12px; width: 38px; height: 38px; border: 0; border-radius: 50%; background: #edf1f7; color: #536079; font-size: 25px; }

@media (max-width: 1050px) {
  .nav { display: none; }
  .header__contacts { margin-left: auto; }
  .hero__grid { gap: 42px; }
  .service-card { grid-column: span 3; }
  .service-card--featured { grid-column: span 3; }
  .risk-section__grid, .quiz-section__grid { gap: 45px; }
}

@media (max-width: 820px) {
  .container { width: min(calc(100% - 30px), var(--container)); }
  .header__contacts { display: none; }
  .menu-button { display: block; }
  .hero { min-height: 0; padding: 65px 0 70px; }
  .hero__grid, .risk-section__grid, .price-layout, .assurance-grid, .quiz-section__grid, .faq-grid, .final-cta__inner { grid-template-columns: 1fr; }
  .hero h1 { letter-spacing: -2px; }
  .hero-card { max-width: 590px; }
  .trust-strip__inner { padding: 22px 0; align-items: flex-start; flex-direction: column; gap: 14px; }
  .logo-list { flex-wrap: wrap; justify-content: flex-start; }
  .section { padding: 80px 0; }
  .service-card, .service-card--featured, .service-card:nth-child(2), .service-card:nth-child(3) { grid-column: span 3; min-height: auto; }
  .service-card--featured { grid-row: auto; }
  .risk-list { grid-template-columns: 1fr 1fr; }
  .price-factors { padding-left: 0; }
  .steps { grid-template-columns: 1fr 1fr; gap: 35px 15px; }
  .steps li:not(:last-child)::after { display: none; }
  .assurance-visual { min-height: 360px; }
  .faq-copy { position: static; }
  .footer__grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 560px) {
  body { padding-bottom: 64px; }
  .header__inner { min-height: 68px; }
  .brand__mark { width: 40px; height: 40px; }
  .hero { padding-top: 48px; }
  .hero h1 { font-size: 41px; letter-spacing: -2px; }
  .hero__lead { font-size: 16px; }
  .hero__actions { display: grid; }
  .hero__actions .button { width: 100%; }
  .hero__checks { display: grid; }
  .hero__stats { gap: 8px; }
  .hero__stats strong { font-size: 20px; }
  .hero-card { padding: 23px 18px; border-radius: 20px; }
  .hero-card h2 { font-size: 22px; }
  .section { padding: 68px 0; }
  .section-heading h2, .risk-section h2, .assurance-grid h2, .quiz-copy h2, .faq-copy h2, .final-cta h2 { font-size: 34px; letter-spacing: -1.4px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card, .service-card--featured, .service-card:nth-child(2), .service-card:nth-child(3) { grid-column: auto; padding: 24px; }
  .service-card--featured h3 { font-size: 28px; }
  .risk-list, .factor-list, .assurance-list, .option-grid, .quiz-contact-fields, .final-form { grid-template-columns: 1fr; }
  .price-card { padding: 27px 22px; }
  .price-card__amount { font-size: 36px; }
  .steps { grid-template-columns: 1fr; }
  .steps li { display: grid; grid-template-columns: auto 1fr; column-gap: 15px; padding: 0; }
  .steps h3 { margin: 3px 0 7px; }
  .steps p { grid-column: 2; }
  .assurance-visual { min-height: 310px; }
  .assurance-visual::before { width: 280px; height: 280px; }
  .assurance-visual::after { width: 190px; height: 190px; }
  .assurance-chip--one { top: 35px; left: 12px; }
  .assurance-chip--two { top: 80px; right: 8px; }
  .quiz { min-height: 0; padding: 23px 18px; }
  .quiz__progress { width: 190px; }
  .quiz-step legend { font-size: 21px; }
  .option-card span { min-height: 58px; }
  .quiz__controls .button { min-width: 100px; padding-inline: 15px; }
  .final-form .button { grid-column: auto; }
  .footer__grid { grid-template-columns: 1fr; }
  .footer__bottom { align-items: flex-start; flex-direction: column; }
  .mobile-cta { position: fixed; z-index: 95; left: 0; right: 0; bottom: 0; height: 64px; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid #dce3ef; background: white; box-shadow: 0 -10px 25px rgba(15,35,75,.1); }
  .mobile-cta a { display: grid; place-items: center; color: #41506c; font-size: 11px; font-weight: 800; border-right: 1px solid #e8edf5; }
  .mobile-cta a:nth-child(2) { color: #159c67; }
  .mobile-cta a:last-child { color: var(--blue); border-right: 0; }
  .toast.is-visible { bottom: 80px; }
}


@media (max-width: 820px) {
  .clients-section__heading { grid-template-columns: 1fr; gap: 14px; }
  .clients-section__heading p { max-width: 680px; }
  .client-logo { flex-basis: 118px; width: 118px; height: 118px; }
  .director-visual { min-height: 500px; max-width: 580px; }
}

@media (max-width: 560px) {
  .clients-section { padding: 43px 0 50px; }
  .clients-section__heading h2 { font-size: 31px; letter-spacing: -1.2px; }
  .client-logos { gap: 10px; }
  .client-logo { flex-basis: calc(33.333% - 7px); width: auto; height: auto; aspect-ratio: 1; }
  .director-visual { min-height: 430px; border-radius: 22px; }
  .director-visual > img { width: 98%; max-height: 94%; }
  .director-card { left: 14px; right: 14px; bottom: 14px; }
  .director-section__cta { width: 100%; }
}

/* =========================================================
   LIGHT ORANGE REDESIGN — 30.06.2026
   Main palette: orange, white, black. WhatsApp is the only green.
   ========================================================= */
:root {
  --orange: #f28c00;
  --orange-dark: #d96f00;
  --orange-soft: #fff4e6;
  --orange-pale: #fff9f2;
  --black: #171717;
  --black-soft: #282828;
  --whatsapp: #25d366;
  --whatsapp-dark: #18a94e;
  --blue: var(--orange);
  --blue-dark: var(--orange-dark);
  --navy: var(--black);
  --navy-2: #222;
  --green: var(--orange);
  --accent: var(--orange);
  --ink: var(--black);
  --muted: #646464;
  --line: #e8e3dc;
  --soft: #faf8f5;
  --shadow: 0 24px 70px rgba(35, 26, 17, .11);
}

body {
  color: var(--black);
  background: #fff;
}

/* Header */
.header {
  background: rgba(255, 255, 255, .95);
  border-bottom: 1px solid #ece7df;
  box-shadow: 0 8px 28px rgba(24, 20, 15, .04);
}
.header__inner { min-height: 82px; }
.brand__logo-shell {
  width: 156px;
  min-width: 156px;
  display: inline-flex;
  align-items: center;
}
.brand__logo { width: 100%; height: auto; }
.nav a { color: #3d3a36; }
.nav a:hover { color: var(--orange); }
.header__phone { color: var(--black); }
.menu-button span { background: var(--black); }
.mobile-menu {
  background: #fff;
  border-top: 1px solid #ece7df;
  box-shadow: 0 18px 35px rgba(24,20,15,.08);
}
.mobile-menu a {
  color: var(--black);
  border-bottom-color: #eee8df;
}

/* Buttons */
.button {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  border-radius: 12px;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease, border-color .2s ease;
}
.button:not(.button--back)::after {
  content: "";
  position: absolute;
  z-index: 0;
  top: -60%;
  left: -45%;
  width: 34%;
  height: 220%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.72), transparent);
  transform: rotate(18deg) translateX(-180%);
  animation: buttonGlint 4.2s ease-in-out infinite;
  pointer-events: none;
}
.button:hover { transform: translateY(-2px) scale(1.01); }
.button:active { transform: translateY(0) scale(.99); }
.button--primary,
.button--accent {
  color: #fff;
  background: linear-gradient(135deg, #ff9f1a, var(--orange));
  box-shadow: 0 14px 30px rgba(242, 140, 0, .25);
}
.button--primary:hover,
.button--accent:hover {
  background: linear-gradient(135deg, #ffa92f, var(--orange-dark));
  box-shadow: 0 18px 36px rgba(242, 140, 0, .34);
}
.button--whatsapp,
.button--outline,
.button--outline-dark,
.button--ghost {
  color: #fff;
  border: 0;
  background: linear-gradient(135deg, #31da70, var(--whatsapp-dark));
  box-shadow: 0 12px 26px rgba(37, 211, 102, .22);
}
.button--whatsapp:hover,
.button--outline:hover,
.button--outline-dark:hover,
.button--ghost:hover {
  box-shadow: 0 17px 34px rgba(37, 211, 102, .32);
}
.button--whatsapp svg,
.button--ghost svg { width: 20px; fill: currentColor; }
.button--back {
  color: #57534e;
  background: #f0ede8;
}
@keyframes buttonGlint {
  0%, 66% { transform: rotate(18deg) translateX(-220%); opacity: 0; }
  72% { opacity: 1; }
  88%, 100% { transform: rotate(18deg) translateX(520%); opacity: 0; }
}

/* Hero */
.hero {
  min-height: 0;
  padding: 104px 0 88px;
  color: var(--black);
  background:
    radial-gradient(circle at 88% 18%, rgba(242,140,0,.14), transparent 27%),
    radial-gradient(circle at 8% 82%, rgba(242,140,0,.07), transparent 25%),
    linear-gradient(135deg, #fff 0%, #fffaf4 100%);
  border-bottom: 1px solid #eee8df;
}
.hero::before {
  opacity: .55;
  background-image:
    linear-gradient(rgba(242,140,0,.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(242,140,0,.045) 1px, transparent 1px);
  background-size: 58px 58px;
  mask-image: linear-gradient(to bottom, #000, transparent 90%);
}
.hero__glow--one {
  width: 480px;
  height: 480px;
  right: -220px;
  top: -150px;
  background: rgba(242,140,0,.10);
}
.hero__glow--two {
  width: 360px;
  height: 360px;
  left: -260px;
  bottom: -180px;
  background: rgba(242,140,0,.08);
}
.hero__grid {
  display: block;
}
.hero__content {
  max-width: 1020px;
}
.eyebrow {
  color: #7b4c13;
  font-size: 13px;
}
.eyebrow__dot {
  background: var(--orange);
  box-shadow: 0 0 0 6px rgba(242,140,0,.13);
}
.hero h1 {
  max-width: 950px;
  margin: 22px 0 24px;
  font-size: clamp(48px, 6.2vw, 82px);
  line-height: .99;
  letter-spacing: -4.5px;
}
.hero h1 span { color: var(--orange); }
.hero__lead {
  max-width: 790px;
  color: #55514d;
  font-size: 19px;
  line-height: 1.65;
}
.hero__actions { margin-top: 34px; }
.hero__actions .button { min-height: 56px; padding-inline: 27px; }
.hero__checks {
  margin-top: 26px;
  color: #3d3935;
  font-size: 14px;
}
.hero__checks span { color: var(--orange); }
.hero__stats {
  max-width: 900px;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 50px;
  padding: 0;
  border: 0;
}
.hero__stats div {
  min-height: 132px;
  align-content: center;
  padding: 24px 26px;
  border: 1px solid #e9e2d8;
  border-radius: 18px;
  background: rgba(255,255,255,.88);
  box-shadow: 0 15px 38px rgba(42, 31, 19, .07);
}
.hero__stats strong {
  color: var(--orange);
  font-size: clamp(44px, 4.4vw, 62px);
  line-height: .95;
  letter-spacing: -3px;
}
.hero__stats span {
  margin-top: 11px;
  color: #5e5852;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .55px;
}

/* Client carousel */
.clients-section {
  padding: 72px 0 74px;
  overflow: hidden;
  background: #fff;
  border-bottom: 1px solid var(--line);
}
.clients-section__heading {
  grid-template-columns: 1.1fr .9fr;
  margin-bottom: 36px;
}
.clients-section__heading h2 {
  max-width: 760px;
  font-size: clamp(31px, 3.6vw, 48px);
  color: var(--black);
}
.clients-carousel {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding: 8px 0 16px;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 7%, #000 93%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 7%, #000 93%, transparent);
}
.clients-carousel__track {
  display: flex;
  width: max-content;
  animation: clientCarousel 38s linear infinite;
  will-change: transform;
}
.clients-carousel:hover .clients-carousel__track { animation-play-state: paused; }
.clients-carousel__group {
  display: flex;
  align-items: center;
  gap: 18px;
  padding-right: 18px;
}
.client-logo {
  flex: 0 0 122px;
  width: 122px;
  height: 122px;
  border: 1px solid #eee7de;
  border-radius: 24px;
  box-shadow: 0 10px 30px rgba(33,24,15,.055);
  background: #fff;
}
.client-logo:hover {
  transform: translateY(-4px) scale(1.03);
  border-color: rgba(242,140,0,.45);
  box-shadow: 0 16px 38px rgba(242,140,0,.13);
}
.client-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@keyframes clientCarousel {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

/* Global light/orange styling */
.section--soft { background: #faf7f2; }
.section-label,
.section-label--white { color: var(--orange); }
.section-heading h2,
.risk-section h2,
.assurance-grid h2,
.quiz-copy h2,
.faq-copy h2,
.final-cta h2 { color: var(--black); }
.icon-box {
  color: var(--orange);
  background: var(--orange-soft);
}
.service-card {
  border-color: #e9e3db;
  box-shadow: 0 8px 28px rgba(32,23,15,.035);
}
.service-card:hover {
  border-color: rgba(242,140,0,.38);
  box-shadow: 0 22px 48px rgba(47,31,13,.10);
}
.service-card--featured {
  color: #fff;
  background: linear-gradient(145deg, #1c1b19, #090909);
  border-color: transparent;
}
.service-card--featured .icon-box {
  color: #fff;
  background: var(--orange);
}
.service-card__badge {
  color: #ffd39a;
  background: rgba(242,140,0,.14);
}
.service-card--featured p { color: #cfcac3; }
.service-card li { color: #eee9e2; }
.service-card li::before { color: var(--orange); }
.text-link { color: var(--orange-dark); }

/* Risk block is now light */
.risk-section {
  color: var(--black);
  background: #fff7ed;
  border-block: 1px solid #f0e2cf;
}
.risk-section__lead { color: var(--muted); }
.risk-item {
  border-color: #ecdcc8;
  background: #fff;
  box-shadow: 0 10px 30px rgba(55,36,15,.04);
}
.risk-item span { color: var(--orange); }
.risk-item p { color: #393632; }

/* Pricing */
.price-card--main {
  color: #fff;
  background: linear-gradient(145deg, #20201f, #090909);
}
.price-card__label { color: #ffc779; }
.price-card__amount small,
.price-card__amount span { color: #c9c3bc; }
.price-card > p { color: #d0cbc5; }
.price-card li { color: #f1ede8; }
.price-card li::before { color: var(--orange); }
.factor-list span { color: var(--orange); }
.price-note {
  border-left-color: var(--orange);
  background: var(--orange-pale);
}

/* Process */
.steps li:not(:last-child)::after { background: #e2d7c9; }
.steps__number {
  background: var(--orange);
  box-shadow: 0 8px 20px rgba(242,140,0,.23);
}

/* Director */
.director-visual {
  background:
    radial-gradient(circle at 50% 18%, rgba(242,140,0,.30), transparent 31%),
    linear-gradient(150deg, #292724, #090909);
  box-shadow: 0 28px 70px rgba(30, 24, 17, .18);
}
.director-card__eyebrow { color: #ffbd64; }
.assurance-list span { background: var(--orange); }

/* Quiz is light */
.quiz-section {
  color: var(--black);
  background: #faf7f2;
  border-block: 1px solid #eee5da;
}
.quiz-copy > p { color: var(--muted); }
.quiz-benefits span {
  color: var(--orange-dark);
  border-color: rgba(242,140,0,.25);
  background: #fff;
}
.quiz-benefits p { color: #4a4540; }
.quiz {
  border-color: #e4ddd4;
  background: #fff;
  box-shadow: 0 24px 70px rgba(41,30,18,.09);
  backdrop-filter: none;
}
.quiz__counter { color: #777069; }
.quiz__progress { background: #eee8e0; }
.quiz__progress span { background: var(--orange); }
.quiz__percent { color: var(--orange-dark); }
.quiz-step legend { color: var(--black); }
.option-card span {
  color: #3f3a35;
  border-color: #e4ddd4;
  background: #fff;
}
.option-card span:hover {
  border-color: rgba(242,140,0,.55);
  background: var(--orange-pale);
}
.option-card input:checked + span {
  color: #6a3900;
  border-color: var(--orange);
  background: var(--orange-soft);
  box-shadow: inset 0 0 0 1px var(--orange);
}
.quiz-contact-fields label > span { color: #5c5751; }
.quiz-contact-fields input {
  color: var(--black);
  border-color: #ddd6cd;
  background: #fff;
}
.quiz-contact-fields input::placeholder { color: #a29a91; }
.quiz-contact-fields input:focus {
  border-color: var(--orange);
  box-shadow: 0 0 0 4px rgba(242,140,0,.12);
}
.consent { color: #716a63; }
.consent input { accent-color: var(--orange); }

/* FAQ + final CTA */
.accordion__button i { background: var(--orange-soft); }
.accordion__button i::before,
.accordion__button i::after { background: var(--orange); }
.final-cta {
  color: var(--black);
  background: linear-gradient(135deg, #fff3e2, #fffaf4);
  border-top: 1px solid #eedfcd;
}
.final-cta p { color: #5e5851; }
.final-form input {
  color: var(--black);
  background: #fff;
  border-color: #dfd4c7;
}
.final-form input::placeholder { color: #948b82; }
.final-form input:focus {
  border-color: var(--orange);
  box-shadow: 0 0 0 4px rgba(242,140,0,.12);
}

/* Footer stays black for contrast */
.footer {
  color: #c8c2ba;
  background: #111;
}
.footer__column a:hover { color: #ffb44d; }
.brand--footer .brand__logo-shell {
  padding: 9px 12px;
  border-radius: 12px;
  background: #fff;
}

/* Mobile quick actions */
.mobile-cta a:nth-child(2) { color: var(--whatsapp-dark); }
.mobile-cta a:last-child { color: var(--orange-dark); }

@media (max-width: 820px) {
  .hero { padding: 76px 0 70px; }
  .hero h1 { max-width: 760px; }
  .clients-section__heading { grid-template-columns: 1fr; }
  .client-logo { flex-basis: 112px; width: 112px; height: 112px; }
}

@media (max-width: 560px) {
  .brand__logo-shell { width: 132px; min-width: 132px; }
  .hero { padding: 55px 0 58px; }
  .hero h1 {
    font-size: 43px;
    line-height: 1.02;
    letter-spacing: -2.7px;
  }
  .hero__lead { font-size: 16px; }
  .hero__stats {
    grid-template-columns: 1fr;
    margin-top: 34px;
  }
  .hero__stats div {
    min-height: 112px;
    padding: 21px 22px;
  }
  .hero__stats strong { font-size: 48px; }
  .clients-section { padding: 54px 0 58px; }
  .clients-carousel {
    -webkit-mask-image: linear-gradient(90deg, transparent, #000 4%, #000 96%, transparent);
    mask-image: linear-gradient(90deg, transparent, #000 4%, #000 96%, transparent);
  }
  .client-logo { flex-basis: 100px; width: 100px; height: 100px; border-radius: 20px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    scroll-behavior: auto !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }
  .clients-carousel { overflow-x: auto; mask-image: none; -webkit-mask-image: none; }
  .clients-carousel__track { animation: none; }
}

/* Hero v2 — clean split layout */
.hero {
  position: relative;
  overflow: hidden;
  min-height: 0;
  padding: 82px 0 54px;
  color: var(--black);
  background: #fff;
  border-bottom: 1px solid #eee8df;
}
.hero::before {
  content: "";
  position: absolute;
  top: -170px;
  right: -130px;
  width: 720px;
  height: 720px;
  border-radius: 50%;
  opacity: 1;
  background: radial-gradient(circle at 42% 44%, rgba(242,140,0,.20), rgba(242,140,0,.075) 48%, transparent 70%);
  mask-image: none;
  pointer-events: none;
}
.hero::after {
  content: "";
  position: absolute;
  right: 4%;
  bottom: 82px;
  width: 370px;
  height: 370px;
  border: 1px solid rgba(242,140,0,.16);
  border-radius: 50%;
  pointer-events: none;
}
.hero__glow { display: none; }
.hero > .container {
  position: relative;
  z-index: 1;
}
.hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(430px, .92fr);
  gap: 66px;
  align-items: center;
}
.hero__content {
  max-width: 760px;
}
.eyebrow {
  color: #7b4c13;
  font-size: 13px;
}
.eyebrow__dot {
  background: var(--orange);
  box-shadow: 0 0 0 6px rgba(242,140,0,.13);
}
.hero h1 {
  max-width: 760px;
  margin: 22px 0 24px;
  color: #111;
  font-size: clamp(52px, 4.6vw, 74px);
  line-height: 1.01;
  letter-spacing: -4px;
}
.hero h1 span {
  display: block;
  color: var(--orange);
}
.hero__lead {
  max-width: 700px;
  margin: 0;
  color: #4d4945;
  font-size: 18px;
  line-height: 1.68;
}
.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 32px;
}
.hero__actions .button {
  min-height: 56px;
  padding-inline: 27px;
}
.hero__checks {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 22px;
  margin: 25px 0 0;
  padding: 0;
  list-style: none;
  color: #34312e;
  font-size: 14px;
}
.hero__checks li {
  display: flex;
  align-items: center;
  gap: 7px;
}
.hero__checks span {
  color: var(--orange);
  font-weight: 800;
}

.hero__visual {
  position: relative;
  display: flex;
  justify-content: flex-end;
}
.hero-dashboard {
  position: relative;
  width: min(100%, 520px);
  padding: 26px;
  border: 1px solid #e6ded4;
  border-radius: 28px;
  background: rgba(255,255,255,.96);
  box-shadow: 0 30px 80px rgba(52,36,17,.14);
}
.hero-dashboard::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 28px -22px -22px 28px;
  border-radius: 28px;
  background: var(--orange);
  opacity: .12;
}
.hero-dashboard__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ece6df;
}
.hero-dashboard__title {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #1a1918;
  font-size: 15px;
  font-weight: 800;
}
.hero-dashboard__mark {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--orange);
  box-shadow: 0 0 0 6px rgba(242,140,0,.12);
}
.hero-dashboard__status {
  padding: 8px 11px;
  border-radius: 999px;
  color: #16753b;
  background: #e9f8ef;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .45px;
}
.hero-dashboard__summary {
  display: grid;
  grid-template-columns: 76px 1fr;
  gap: 18px;
  align-items: center;
  margin: 23px 0 20px;
  padding: 20px;
  border-radius: 20px;
  color: #fff;
  background: #151515;
}
.hero-dashboard__shield {
  display: grid;
  width: 76px;
  height: 76px;
  place-items: center;
  border-radius: 20px;
  background: var(--orange);
}
.hero-dashboard__shield svg {
  width: 44px;
  height: 50px;
  overflow: visible;
}
.hero-dashboard__shield svg path:first-child {
  fill: none;
  stroke: #fff;
  stroke-width: 4;
}
.hero-dashboard__shield svg path:last-child {
  fill: none;
  stroke: #fff;
  stroke-width: 5;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.hero-dashboard__summary strong {
  display: block;
  margin-bottom: 5px;
  font-size: 22px;
  line-height: 1.15;
  letter-spacing: -.7px;
}
.hero-dashboard__summary span {
  display: block;
  color: #c9c9c9;
  font-size: 13px;
  line-height: 1.5;
}
.hero-dashboard__list {
  display: grid;
  gap: 10px;
}
.hero-dashboard__row {
  display: grid;
  grid-template-columns: 42px 1fr 28px;
  gap: 13px;
  align-items: center;
  padding: 14px;
  border: 1px solid #ece5dd;
  border-radius: 16px;
  background: #fff;
}
.hero-dashboard__icon {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 12px;
  color: #8a4e00;
  background: #fff1dc;
  font-size: 12px;
  font-weight: 800;
}
.hero-dashboard__row strong {
  display: block;
  color: #1b1a19;
  font-size: 14px;
}
.hero-dashboard__row small {
  display: block;
  margin-top: 3px;
  color: #726c66;
  font-size: 11px;
}
.hero-dashboard__check {
  display: grid;
  width: 26px;
  height: 26px;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: #21b45b;
  font-size: 13px;
  font-weight: 800;
}
.hero-dashboard__footer {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 18px;
  margin-top: 20px;
  padding-top: 19px;
  border-top: 1px solid #ece6df;
}
.hero-dashboard__footer div {
  display: grid;
  gap: 3px;
}
.hero-dashboard__footer small {
  color: #77716a;
  font-size: 11px;
}
.hero-dashboard__footer strong {
  color: #171615;
  font-size: 19px;
  letter-spacing: -.4px;
}
.hero-dashboard__link {
  color: var(--orange-dark);
  font-size: 13px;
  font-weight: 800;
  white-space: nowrap;
}
.hero-dashboard__link:hover { color: var(--orange); }

.hero__stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  max-width: none;
  gap: 0;
  margin-top: 58px;
  padding: 32px 0 0;
  border-top: 1px solid #e7dfd5;
}
.hero__stats div {
  min-height: 0;
  padding: 0 34px;
  border: 0;
  border-right: 1px solid #e7dfd5;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
.hero__stats div:first-child { padding-left: 0; }
.hero__stats div:last-child {
  padding-right: 0;
  border-right: 0;
}
.hero__stats strong {
  display: block;
  color: var(--orange);
  font-size: clamp(50px, 4.5vw, 68px);
  line-height: .9;
  letter-spacing: -3px;
}
.hero__stats span {
  display: block;
  margin-top: 10px;
  color: #504b46;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .55px;
}

@media (max-width: 1100px) {
  .hero__grid {
    grid-template-columns: 1fr;
    gap: 42px;
  }
  .hero__content { max-width: 850px; }
  .hero h1 { max-width: 850px; }
  .hero__visual { justify-content: flex-start; }
  .hero-dashboard { width: min(100%, 660px); }
  .hero::after { display: none; }
}

@media (max-width: 820px) {
  .hero { padding: 64px 0 48px; }
  .hero h1 {
    font-size: clamp(46px, 9vw, 64px);
    letter-spacing: -3px;
  }
  .hero__stats { margin-top: 46px; }
}

@media (max-width: 620px) {
  .hero { padding: 52px 0 42px; }
  .hero h1 {
    font-size: 41px;
    line-height: 1.02;
    letter-spacing: -2.5px;
  }
  .hero__lead { font-size: 16px; }
  .hero__actions { display: grid; }
  .hero__actions .button { width: 100%; }
  .hero__checks { display: grid; }
  .hero-dashboard { padding: 18px; border-radius: 22px; }
  .hero-dashboard::before { inset: 18px -10px -10px 18px; border-radius: 22px; }
  .hero-dashboard__header { align-items: flex-start; }
  .hero-dashboard__status { font-size: 9px; }
  .hero-dashboard__summary {
    grid-template-columns: 58px 1fr;
    padding: 16px;
  }
  .hero-dashboard__shield {
    width: 58px;
    height: 58px;
    border-radius: 16px;
  }
  .hero-dashboard__shield svg { width: 34px; height: 40px; }
  .hero-dashboard__summary strong { font-size: 18px; }
  .hero-dashboard__footer {
    align-items: flex-start;
    flex-direction: column;
  }
  .hero__stats {
    grid-template-columns: 1fr;
    gap: 22px;
  }
  .hero__stats div,
  .hero__stats div:first-child,
  .hero__stats div:last-child {
    padding: 0 0 22px;
    border-right: 0;
    border-bottom: 1px solid #e7dfd5;
  }
  .hero__stats div:last-child {
    padding-bottom: 0;
    border-bottom: 0;
  }
  .hero__stats strong { font-size: 54px; }
}

/* Hero v3 — dark, clean, no right-side element */
.hero {
  position: relative;
  overflow: hidden;
  min-height: 0;
  padding: 96px 0 62px;
  color: #fff;
  background:
    radial-gradient(circle at 88% 16%, rgba(242, 140, 0, .22), transparent 24%),
    radial-gradient(circle at 72% 88%, rgba(242, 140, 0, .08), transparent 26%),
    linear-gradient(135deg, #12110f 0%, #191714 54%, #221b13 100%);
  border-bottom: 0;
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  width: auto;
  height: auto;
  border-radius: 0;
  opacity: .28;
  background-image:
    linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: linear-gradient(to bottom, #000 0%, rgba(0,0,0,.65) 62%, transparent 100%);
  pointer-events: none;
}
.hero::after {
  content: "";
  position: absolute;
  top: -290px;
  right: -220px;
  width: 690px;
  height: 690px;
  border: 1px solid rgba(242,140,0,.20);
  border-radius: 50%;
  box-shadow:
    0 0 0 90px rgba(242,140,0,.035),
    0 0 0 180px rgba(242,140,0,.018);
  pointer-events: none;
}
.hero > .container {
  position: relative;
  z-index: 1;
}
.hero__grid {
  display: block;
}
.hero__content {
  max-width: 1120px;
}
.eyebrow {
  color: #ffb652;
}
.eyebrow__dot {
  background: var(--orange);
  box-shadow: 0 0 0 6px rgba(242,140,0,.15);
}
.hero h1 {
  max-width: 1080px;
  margin: 24px 0 26px;
  color: #fff;
  font-size: clamp(58px, 6.3vw, 94px);
  line-height: .98;
  letter-spacing: -5px;
}
.hero h1 span {
  display: block;
  color: var(--orange);
}
.hero__lead {
  max-width: 790px;
  color: #d5d0c9;
  font-size: 19px;
  line-height: 1.72;
}
.hero__actions {
  margin-top: 34px;
}
.hero__checks {
  margin-top: 27px;
  color: #eee9e3;
}
.hero__checks span {
  color: var(--orange);
}
.hero__stats {
  max-width: 1060px;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 58px;
  padding-top: 30px;
  border-top: 1px solid rgba(255,255,255,.12);
}
.hero__stats div {
  min-height: 0;
  padding: 20px 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
.hero__stats strong {
  color: #fff;
  font-size: clamp(48px, 5vw, 70px);
  line-height: .92;
  letter-spacing: -3px;
}
.hero__stats span {
  max-width: 180px;
  margin-top: 12px;
  color: #aaa39a;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .6px;
}
.hero__visual,
.hero-dashboard {
  display: none !important;
}

@media (max-width: 820px) {
  .hero {
    padding: 74px 0 54px;
  }
  .hero h1 {
    max-width: 760px;
    font-size: clamp(48px, 9vw, 68px);
    letter-spacing: -3.5px;
  }
  .hero__lead {
    max-width: 700px;
  }
}

@media (max-width: 560px) {
  .hero {
    padding: 56px 0 46px;
  }
  .hero::after {
    top: -180px;
    right: -250px;
    width: 480px;
    height: 480px;
  }
  .hero h1 {
    font-size: 42px;
    line-height: 1.01;
    letter-spacing: -2.6px;
  }
  .hero__lead {
    font-size: 16px;
    line-height: 1.65;
  }
  .hero__actions {
    display: grid;
  }
  .hero__stats {
    grid-template-columns: 1fr;
    gap: 0;
    margin-top: 38px;
    padding-top: 12px;
  }
  .hero__stats div {
    padding: 18px 0;
    border-bottom: 1px solid rgba(255,255,255,.10);
  }
  .hero__stats div:last-child {
    border-bottom: 0;
  }
  .hero__stats strong {
    font-size: 52px;
  }
}

/* v4 refinements: light hero with accounting background + unified dark card style */
:root {
  --dark-card-base: #151312;
  --dark-card-mid: #1b1816;
  --dark-card-border: rgba(255,255,255,.08);
}

.hero {
  position: relative;
  overflow: hidden;
  padding: 92px 0 66px;
  color: var(--black);
  background:
    radial-gradient(circle at 84% 20%, rgba(242,140,0,.12), transparent 22%),
    linear-gradient(135deg, #ffffff 0%, #fffaf4 62%, #fff7ed 100%);
  border-bottom: 1px solid #efe4d6;
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .18;
  background-image:
    linear-gradient(rgba(242,140,0,.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(242,140,0,.055) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(to bottom, #000 0%, rgba(0,0,0,.75) 74%, transparent 100%);
  pointer-events: none;
}
.hero::after {
  display: none;
}
.hero > .container {
  position: relative;
}
.hero > .container::after {
  content: "";
  position: absolute;
  top: 18px;
  right: 0;
  width: min(44%, 520px);
  height: 100%;
  background: url('assets/hero-accounting.svg') right center / contain no-repeat;
  opacity: .9;
  pointer-events: none;
}
.hero__grid {
  display: block;
}
.hero__content {
  position: relative;
  z-index: 1;
  max-width: min(58%, 720px);
}
.eyebrow {
  color: #8c5310;
}
.hero h1 {
  max-width: 680px;
  margin: 22px 0 24px;
  color: #121212;
  font-size: clamp(50px, 5.8vw, 84px);
  line-height: .98;
  letter-spacing: -4px;
}
.hero h1 span {
  display: block;
  color: var(--orange);
}
.hero__lead {
  max-width: 640px;
  color: #55504a;
  font-size: 19px;
  line-height: 1.66;
}
.hero__checks {
  margin-top: 26px;
  color: #3f3a35;
}
.hero__checks span { color: var(--orange); }
.hero__stats {
  position: relative;
  z-index: 1;
  max-width: none;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 56px;
  padding-top: 0;
  border-top: 0;
}
.hero__stats div {
  min-height: 124px;
  padding: 26px 28px;
  border: 1px solid #ece2d6;
  border-radius: 20px;
  background: rgba(255,255,255,.84);
  box-shadow: 0 16px 42px rgba(49, 33, 17, .06);
}
.hero__stats strong {
  color: #121212;
  font-size: clamp(48px, 4.9vw, 72px);
  line-height: .92;
  letter-spacing: -3px;
}
.hero__stats span {
  max-width: none;
  margin-top: 10px;
  color: #70685f;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .55px;
}

/* Shared dark-card styling */
.service-card--featured,
.price-card--main,
.director-visual {
  position: relative;
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 50% 12%, rgba(242,140,0,.28), transparent 27%),
    linear-gradient(150deg, var(--dark-card-mid) 0%, #0b0b0b 100%);
  border: 1px solid rgba(255,255,255,.08);
  box-shadow: 0 26px 70px rgba(30, 24, 17, .16);
}
.service-card--featured::before,
.price-card--main::before,
.director-visual::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.05) 1px, transparent 1px);
  background-size: 52px 52px;
  opacity: .22;
  pointer-events: none;
}
.service-card--featured > *,
.price-card--main > *,
.director-visual > * {
  position: relative;
  z-index: 1;
}
.service-card--featured .icon-box {
  color: #fff;
  background: var(--orange);
}
.service-card__badge {
  color: #ffcf88;
  background: rgba(242,140,0,.16);
}
.service-card--featured {
  display: flex;
  flex-direction: column;
  min-height: 638px;
}
.service-card--featured p { color: #d4cec8; }
.service-card--featured ul {
  margin: 32px 0 0;
}
.service-card li {
  color: #f2ece5;
}
.service-card li::before {
  color: var(--orange);
}
.service-card__footer {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 18px;
  margin-top: auto;
  padding-top: 28px;
}
.service-card__footer-note {
  display: grid;
  gap: 6px;
  max-width: 360px;
}
.service-card__footer-note strong {
  color: #fff;
  font-size: 22px;
  line-height: 1.1;
  letter-spacing: -.8px;
}
.service-card__footer-note span {
  color: #cec7be;
  font-size: 13px;
  line-height: 1.5;
}
.service-card__button {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 24px;
  border-radius: 14px;
  color: #fff;
  font-weight: 800;
  text-decoration: none;
  background: linear-gradient(135deg, #ff9f1a, var(--orange));
  box-shadow: 0 14px 30px rgba(242,140,0,.22);
}
.service-card__button:hover {
  box-shadow: 0 18px 36px rgba(242,140,0,.30);
}
.price-card--main {
  background:
    radial-gradient(circle at 50% 14%, rgba(242,140,0,.28), transparent 28%),
    linear-gradient(150deg, var(--dark-card-mid) 0%, #0b0b0b 100%);
}
.director-visual {
  background:
    radial-gradient(circle at 50% 14%, rgba(242,140,0,.30), transparent 29%),
    linear-gradient(150deg, var(--dark-card-mid) 0%, #0b0b0b 100%);
}

@media (max-width: 1100px) {
  .hero > .container::after {
    width: min(40%, 420px);
    top: 40px;
    opacity: .72;
  }
  .hero__content {
    max-width: min(62%, 680px);
  }
}

@media (max-width: 920px) {
  .hero {
    padding: 78px 0 58px;
  }
  .hero > .container::after {
    width: 300px;
    top: 70px;
    right: -10px;
    opacity: .26;
  }
  .hero__content {
    max-width: 100%;
  }
  .hero__lead,
  .hero h1 {
    max-width: 100%;
  }
}

@media (max-width: 640px) {
  .hero {
    padding: 58px 0 44px;
  }
  .hero > .container::after {
    width: 220px;
    top: 94px;
    right: -34px;
    opacity: .14;
  }
  .hero h1 {
    font-size: 42px;
    line-height: 1.01;
    letter-spacing: -2.5px;
  }
  .hero__lead {
    font-size: 16px;
  }
  .hero__stats {
    grid-template-columns: 1fr;
    gap: 12px;
    margin-top: 36px;
  }
  .hero__stats div {
    min-height: 110px;
    padding: 21px 22px;
  }
  .hero__stats strong {
    font-size: 50px;
  }
  .service-card__footer {
    flex-direction: column;
    align-items: stretch;
  }
  .service-card__button {
    width: 100%;
  }
}

/* Final compact hero and director caption fix */
.hero {
  padding: 58px 0 42px;
}
.hero > .container::after {
  top: 10px;
  right: 8px;
  width: min(40%, 500px);
  height: 72%;
  opacity: .82;
}
.hero__content {
  max-width: min(62%, 820px);
}
.hero h1 {
  max-width: 820px;
  margin: 16px 0 18px;
  font-size: clamp(48px, 4.35vw, 70px);
  line-height: .96;
  letter-spacing: -3.6px;
}
.hero-title__main,
.hero-title__accent {
  display: block;
}
.hero-title__main {
  color: #111;
  white-space: nowrap;
}
.hero-title__accent {
  max-width: 800px;
  color: var(--orange);
}
.hero__lead {
  max-width: 700px;
  font-size: 17px;
  line-height: 1.58;
}
.hero__actions {
  margin-top: 24px;
}
.hero__actions .button {
  min-height: 52px;
}
.hero__checks {
  margin-top: 19px;
  gap: 8px 17px;
  font-size: 13px;
}
.hero__stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  max-width: 920px;
  margin-top: 34px;
  padding: 22px 0 0;
  border-top: 1px solid #e7ded3;
}
.hero__stats div {
  min-height: auto;
  padding: 0 28px;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
.hero__stats div:first-child {
  padding-left: 0;
}
.hero__stats div + div {
  border-left: 1px solid #e7ded3;
}
.hero__stats strong {
  color: var(--orange);
  font-size: clamp(38px, 3.5vw, 52px);
  line-height: 1;
  letter-spacing: -2px;
}
.hero__stats span {
  margin-top: 7px;
  color: #625c55;
  font-size: 11px;
  line-height: 1.35;
}

.director-media {
  display: grid;
  gap: 14px;
}
.director-visual {
  min-height: 560px;
}
.director-card {
  position: relative;
  inset: auto;
  display: grid;
  padding: 19px 22px;
  border: 1px solid var(--dark-card-border);
  border-radius: 18px;
  color: #fff;
  background:
    radial-gradient(circle at 18% 0%, rgba(242,140,0,.20), transparent 38%),
    linear-gradient(150deg, var(--dark-card-mid) 0%, #0b0b0b 100%);
  box-shadow: 0 18px 46px rgba(30,24,17,.14);
  backdrop-filter: none;
}
.director-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background-image:
    linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px);
  background-size: 42px 42px;
  opacity: .2;
  pointer-events: none;
}
.director-card > * {
  position: relative;
  z-index: 1;
}
.director-card__eyebrow {
  color: #ffb85c;
}
.director-card strong {
  font-size: 20px;
}
.director-card small {
  color: #c8c0b7;
  font-size: 12px;
}

@media (max-width: 1180px) {
  .hero__content {
    max-width: 64%;
  }
  .hero h1 {
    font-size: clamp(46px, 4.6vw, 64px);
  }
  .hero-title__main {
    white-space: normal;
  }
  .hero > .container::after {
    width: 38%;
    opacity: .66;
  }
}

@media (max-width: 920px) {
  .hero {
    padding: 50px 0 40px;
  }
  .hero__content {
    max-width: 100%;
  }
  .hero > .container::after {
    width: 310px;
    height: 52%;
    top: 120px;
    right: -30px;
    opacity: .14;
  }
  .hero h1 {
    max-width: 760px;
    font-size: clamp(44px, 7vw, 62px);
  }
  .hero__lead {
    max-width: 680px;
  }
}

@media (max-width: 640px) {
  .hero {
    padding: 42px 0 36px;
  }
  .hero > .container::after {
    display: none;
  }
  .hero h1 {
    font-size: 39px;
    line-height: 1;
    letter-spacing: -2.3px;
  }
  .hero-title__main {
    white-space: normal;
  }
  .hero__stats {
    grid-template-columns: repeat(3, 1fr);
    margin-top: 28px;
    padding-top: 18px;
  }
  .hero__stats div {
    padding: 0 10px;
  }
  .hero__stats div:first-child {
    padding-left: 0;
  }
  .hero__stats strong {
    font-size: 34px;
  }
  .hero__stats span {
    font-size: 9px;
  }
  .director-visual {
    min-height: 440px;
  }
}

/* Final tweak: hero headline black first line + director card overlay like reference */
.hero h1,
.hero-title__main {
  color: #111111;
}
.hero-title__main {
  white-space: nowrap;
}
.hero-title__accent {
  color: var(--orange);
}

.director-media {
  display: block;
}
.director-visual {
  position: relative;
  min-height: 650px;
  padding: 0;
  border-radius: 34px;
  overflow: hidden;
}
.director-visual > img {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  z-index: 2;
  width: min(82%, 470px);
  max-height: 92%;
  object-fit: contain;
}
.director-card {
  position: absolute;
  left: 28px;
  right: 28px;
  bottom: 26px;
  z-index: 1;
  display: grid;
  gap: 4px;
  padding: 20px 22px 20px;
  border: 1px solid rgba(112, 139, 255, .28);
  border-radius: 22px;
  color: #fff;
  background:
    radial-gradient(circle at 56% 100%, rgba(242,140,0,.16), transparent 44%),
    linear-gradient(95deg, rgba(12,15,28,.96) 0%, rgba(20,22,34,.96) 52%, rgba(4,24,83,.96) 100%);
  box-shadow: 0 18px 46px rgba(10, 12, 18, .30);
}
.director-card::before {
  opacity: .14;
}
.director-card__eyebrow {
  color: #f3a637;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .9px;
}
.director-card strong {
  font-size: 18px;
  line-height: 1.2;
}
.director-card small {
  color: #d0d7e6;
  font-size: 12px;
  line-height: 1.35;
}

@media (max-width: 1180px) {
  .hero-title__main {
    white-space: normal;
  }
}

@media (max-width: 640px) {
  .director-visual {
    min-height: 520px;
    border-radius: 26px;
  }
  .director-visual > img {
    width: min(80%, 330px);
    max-height: 88%;
  }
  .director-card {
    left: 16px;
    right: 16px;
    bottom: 16px;
    padding: 16px 16px 15px;
    border-radius: 18px;
  }
  .director-card strong {
    font-size: 16px;
  }
}

/* Hotfix: hero first line black, director card in front of photo */
.hero h1 .hero-title__main {
  color: #111111 !important;
}
.hero h1 .hero-title__accent {
  color: var(--orange) !important;
}

.director-visual > img {
  z-index: 2 !important;
}
.director-card {
  z-index: 3 !important;
}

/* Director block refinement: less empty space above the head */
.director-visual {
  min-height: 565px !important;
}
.director-visual > img {
  width: min(84%, 455px) !important;
  max-height: 95% !important;
}

@media (max-width: 640px) {
  .director-visual {
    min-height: 470px !important;
  }
  .director-visual > img {
    width: min(82%, 320px) !important;
    max-height: 93% !important;
  }
	
	/* =========================================================
   FINAL MOBILE FIX
   Цифры + блок директора
   ========================================================= */

@media (max-width: 640px) {

  html,
  body {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
  }

  /* =========================
     ЦИФРЫ НА ГЛАВНОМ ЭКРАНЕ
     ========================= */

  .hero__stats {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    align-items: stretch !important;
    width: 100% !important;
    max-width: 100% !important;
    gap: 0 !important;
    margin-top: 28px !important;
    padding: 22px 0 0 !important;
    border-top: 1px solid #e7ded3 !important;
  }

  .hero__stats div,
  .hero__stats div:first-child,
  .hero__stats div:last-child {
    display: grid !important;
    grid-template-rows: 45px 38px !important;
    align-content: start !important;
    min-width: 0 !important;
    min-height: 90px !important;
    padding: 0 10px !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  .hero__stats div:first-child {
    padding-left: 0 !important;
  }

  .hero__stats div:last-child {
    padding-right: 0 !important;
  }

  .hero__stats div + div {
    border-left: 1px solid #e7ded3 !important;
  }

  .hero__stats strong {
    display: flex !important;
    align-items: flex-start !important;
    width: 100% !important;
    min-height: 45px !important;
    margin: 0 !important;
    color: #f28c00 !important;
    font-size: clamp(30px, 8.5vw, 40px) !important;
    line-height: 1 !important;
    letter-spacing: -1.5px !important;
    white-space: nowrap !important;
  }

  .hero__stats span {
    display: block !important;
    width: 100% !important;
    min-height: 38px !important;
    margin: 5px 0 0 !important;
    color: #514b45 !important;
    font-size: 9px !important;
    line-height: 1.2 !important;
    font-weight: 700 !important;
    letter-spacing: 0 !important;
    text-transform: uppercase !important;
    overflow-wrap: normal !important;
  }

  /* =========================
     СЕКЦИЯ С ДИРЕКТОРОМ
     ========================= */

  .director-section {
    width: 100% !important;
    max-width: 100% !important;
    overflow: hidden !important;
  }

  .director-section .container {
    width: calc(100% - 30px) !important;
    max-width: 100% !important;
    margin-inline: auto !important;
  }

  .assurance-grid {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 34px !important;
    width: 100% !important;
    max-width: 100% !important;
  }

  .assurance-grid > div {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
  }

  .director-media {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
  }

  .director-visual {
    position: relative !important;
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    aspect-ratio: 4 / 5 !important;
    padding: 0 !important;
    overflow: hidden !important;
    border-radius: 26px !important;
  }

  .director-visual > img {
    position: absolute !important;
    z-index: 2 !important;
    left: 50% !important;
    bottom: 0 !important;
    width: 84% !important;
    max-width: none !important;
    height: auto !important;
    max-height: 92% !important;
    object-fit: contain !important;
    object-position: center bottom !important;
    transform: translateX(-50%) !important;
  }

  .director-card {
    position: absolute !important;
    z-index: 4 !important;
    left: 14px !important;
    right: 14px !important;
    bottom: 14px !important;
    width: auto !important;
    max-width: calc(100% - 28px) !important;
    padding: 15px 16px !important;
    border-radius: 18px !important;
    box-sizing: border-box !important;
  }

  .director-card__eyebrow {
    margin-bottom: 4px !important;
    font-size: 9px !important;
    line-height: 1.2 !important;
  }

  .director-card strong {
    display: block !important;
    max-width: 100% !important;
    font-size: 16px !important;
    line-height: 1.25 !important;
    white-space: normal !important;
    overflow-wrap: break-word !important;
  }

  .director-card small {
    display: block !important;
    margin-top: 4px !important;
    font-size: 11px !important;
    line-height: 1.3 !important;
    white-space: normal !important;
  }

  /* =========================
     ТЕКСТ СПРАВА ОТ ДИРЕКТОРА
     ========================= */

  .assurance-grid > div:last-child {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    overflow: visible !important;
  }

  .assurance-grid h2 {
    width: 100% !important;
    max-width: 100% !important;
    margin-top: 0 !important;
    font-size: 32px !important;
    line-height: 1.08 !important;
    letter-spacing: -1.4px !important;
    white-space: normal !important;
    overflow-wrap: break-word !important;
  }

  .assurance-lead {
    width: 100% !important;
    max-width: 100% !important;
    font-size: 16px !important;
    line-height: 1.55 !important;
    white-space: normal !important;
    overflow-wrap: break-word !important;
  }

  .assurance-list {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 20px !important;
    width: 100% !important;
    max-width: 100% !important;
    margin-top: 28px !important;
  }

  .assurance-list > div {
    display: grid !important;
    grid-template-columns: 42px minmax(0, 1fr) !important;
    gap: 12px !important;
    width: 100% !important;
    min-width: 0 !important;
  }

  .assurance-list span {
    flex: none !important;
    width: 38px !important;
    height: 38px !important;
  }

  .assurance-list p {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    margin: 0 !important;
    font-size: 14px !important;
    line-height: 1.5 !important;
    white-space: normal !important;
    overflow-wrap: break-word !important;
  }

  .assurance-list b {
    display: block !important;
    margin-bottom: 3px !important;
    font-size: 15px !important;
  }

  .director-section__cta {
    width: 100% !important;
    max-width: 100% !important;
  }
}
}
