:root {
  --bg: #02080b;
  --bg-secondary: #061015;
  --panel: rgba(9, 19, 24, 0.9);
  --panel-light: #0d1a20;
  --green: #72ce12;
  --green-2: #4aa507;
  --text: #fff;
  --muted: #a7b2b8;
  --border: rgba(255,255,255,.11);
  --shadow: 0 24px 70px rgba(0,0,0,.42);
  --radius: 16px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--text);
  background:
    radial-gradient(circle at 78% 8%, rgba(51, 132, 4, .10), transparent 28%),
    linear-gradient(180deg, #02070a, #041015 68%, #02080b);
  font-family: "Roboto Condensed", "Arial Narrow", sans-serif;
  line-height: 1.35;
  overflow-x: hidden;
}
button, input { font: inherit; }
a { color: inherit; text-decoration: none; }
img, svg { display: block; }
.container { width: min(1460px, calc(100% - 64px)); margin: 0 auto; }

.site-header {
  position: absolute;
  inset: 0 0 auto;
  z-index: 20;
  border-bottom: 1px solid rgba(255,255,255,.045);
  background: linear-gradient(180deg, rgba(1,6,8,.96), rgba(1,6,8,.65), transparent);
}
.header-inner { min-height: 88px; display: flex; align-items: center; gap: 34px; }
.brand { display: inline-flex; align-items: center; gap: 12px; min-width: 185px; }
.brand-mark { width: 32px; color: var(--green); }
.brand-text { display: grid; font-family: "Bebas Neue", sans-serif; line-height: .95; letter-spacing: .03em; }
.brand-text strong { font-size: 18px; }
.brand-text span { margin-top: 4px; color: var(--green); font-size: 19px; font-weight: 700; }
.main-nav { margin-left: auto; display: flex; gap: clamp(20px, 2vw, 38px); }
.main-nav a { position: relative; color: #dfe5e8; font-size: 15px; }
.main-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -8px; height: 2px; background: var(--green); transition: right .25s ease; }
.main-nav a:hover::after { right: 0; }
.header-contact { display: flex; align-items: center; gap: 22px; margin-left: 22px; }
.phone-link { display: flex; align-items: center; gap: 10px; }
.phone-link svg { width: 23px; color: var(--green); }
.phone-link span { display: grid; }
.phone-link strong { font-size: 16px; letter-spacing: .02em; }
.phone-link small { color: var(--muted); font-size: 12px; margin-top: 2px; }
.btn {
  min-height: 48px;
  border: 1px solid transparent;
  border-radius: 7px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 11px 20px;
  color: #fff;
  cursor: pointer;
  transition: transform .25s ease, box-shadow .25s ease, background .25s ease, border-color .25s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn-small { min-height: 44px; padding: 10px 20px; background: linear-gradient(180deg, #62bb13, #3c8e08); box-shadow: 0 8px 24px rgba(77,166,9,.22); }
.menu-toggle { display: none; margin-left: auto; width: 44px; height: 44px; border: 1px solid var(--border); background: rgba(10,18,22,.7); border-radius: 8px; padding: 10px; }
.menu-toggle span { display: block; height: 2px; margin: 5px 0; background: #fff; }
.mobile-menu { position: absolute; left: 20px; right: 20px; top: 76px; padding: 22px; background: rgba(4,12,16,.98); border: 1px solid var(--border); border-radius: 14px; box-shadow: var(--shadow); }
.mobile-menu nav { display: grid; gap: 16px; }
.mobile-menu-phone { display: block; margin: 22px 0 14px; color: var(--green); font-weight: 700; }

.hero { position: relative; min-height: 760px; overflow: hidden; background: #03080b; }
.hero-bg {
  position: absolute;
  inset: 0;
  background-image: url("../assets/images/hero.jpg");
  background-size: cover;
  background-position: center 48%;
  filter: saturate(.95) contrast(1.03) brightness(.76);
  transform: scale(1.012);
}
.hero-overlay {
  position: absolute; inset: 0;
  background:
    linear-gradient(90deg, rgba(1,7,10,.98) 0%, rgba(1,7,10,.90) 24%, rgba(1,7,10,.53) 42%, rgba(1,7,10,.08) 67%, rgba(1,7,10,.15) 100%),
    linear-gradient(180deg, rgba(1,5,7,.25), transparent 44%, rgba(1,7,9,.70) 100%);
}
.hero-inner { position: relative; z-index: 2; min-height: 760px; display: flex; align-items: flex-start; padding-top: 128px; padding-bottom: 54px; }
.hero-copy { width: min(650px, 48vw); }
.eyebrow { margin: 0 0 14px; color: #b7c4ca; text-transform: uppercase; letter-spacing: .12em; font-size: 13px; }
.hero h1 { margin: 0; max-width: 650px; font-family: "Bebas Neue", sans-serif; font-size: clamp(58px, 5vw, 86px); line-height: .98; letter-spacing: -.025em; }
.hero h2 { margin: 16px 0 22px; font-family: "Bebas Neue", sans-serif; font-size: clamp(30px, 2.6vw, 45px); line-height: 1.06; color: var(--green); letter-spacing: -.01em; }
.factory-line { display: flex; align-items: center; gap: 11px; margin: 0 0 24px; font-size: 20px; font-weight: 600; }
.check-circle { width: 25px; height: 25px; border: 2px solid var(--green); color: var(--green); border-radius: 50%; display: grid; place-items: center; font-size: 14px; }
.hero-benefits { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; max-width: 700px; }
.hero-benefit { display: flex; align-items: center; gap: 11px; min-height: 70px; }
.icon-wrap { width: 43px; flex: 0 0 43px; color: var(--green); }
.icon-wrap svg { width: 100%; height: 42px; }
.hero-benefit > span:last-child { display: grid; }
.hero-benefit strong { font-size: 15px; line-height: 1.15; }
.hero-benefit small { margin-top: 5px; color: var(--muted); font-size: 12px; line-height: 1.2; }
.hero-actions { display: flex; gap: 16px; margin-top: 28px; }
.hero-actions .btn { min-width: 250px; min-height: 64px; justify-content: flex-start; }
.hero-actions .btn svg { width: 23px; flex: 0 0 23px; }
.hero-actions .btn span { display: grid; text-align: left; }
.hero-actions .btn strong { font-size: 15px; }
.hero-actions .btn small { margin-top: 3px; font-size: 11px; opacity: .8; }
.btn-primary { background: linear-gradient(180deg, #68c818, #3f9608); box-shadow: 0 14px 34px rgba(77,166,9,.26); }
.btn-primary:hover { box-shadow: 0 18px 40px rgba(77,166,9,.38); }
.btn-outline { background: rgba(3,11,14,.62); border-color: rgba(255,255,255,.22); }
.btn-outline:hover { border-color: rgba(113,206,18,.55); background: rgba(7,20,24,.85); }
.dispatcher-card { position: absolute; right: 0; bottom: 62px; display: flex; align-items: center; gap: 13px; min-width: 250px; padding: 16px 18px; border: 1px solid rgba(255,255,255,.14); border-radius: 12px; background: rgba(7,17,20,.75); backdrop-filter: blur(14px); box-shadow: 0 20px 50px rgba(0,0,0,.35); }
.status-dot { width: 12px; height: 12px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 6px rgba(113,206,18,.10), 0 0 18px rgba(113,206,18,.85); }
.dispatcher-card span:last-child { display: grid; }
.dispatcher-card strong { font-size: 16px; }
.dispatcher-card small { color: var(--muted); font-size: 12px; margin-top: 3px; }

.trust-strip { position: relative; z-index: 3; margin-top: -1px; padding: 0 0 34px; background: linear-gradient(180deg, rgba(1,7,9,.98), #031014); }
.trust-panel { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); border: 1px solid var(--border); border-radius: 14px; background: linear-gradient(180deg, rgba(11,23,28,.88), rgba(5,14,18,.90)); box-shadow: 0 20px 60px rgba(0,0,0,.28); overflow: hidden; }
.trust-panel article { position: relative; display: flex; align-items: center; gap: 11px; min-height: 86px; padding: 18px 24px; }
.trust-panel article:not(:last-child)::after { content: ""; position: absolute; top: 18px; bottom: 18px; right: 0; width: 1px; background: rgba(255,255,255,.08); }
.trust-panel article > span { width: 21px; height: 21px; flex: 0 0 21px; border: 1.5px solid var(--green); color: var(--green); border-radius: 50%; display: grid; place-items: center; font-size: 12px; }
.trust-panel article div { display: grid; }
.trust-panel strong { font-size: 14px; line-height: 1.15; }
.trust-panel small { margin-top: 5px; color: var(--muted); font-size: 12px; }
.stage-placeholder { min-height: 280px; display: grid; place-items: center; background: #031014; }
.stage-placeholder p { color: #6f7f86; letter-spacing: .04em; }

.mobile-actions { display: none; }
.lead-dialog { width: min(480px, calc(100% - 30px)); border: 1px solid var(--border); border-radius: 16px; padding: 28px; color: #fff; background: #08151a; box-shadow: var(--shadow); }
.lead-dialog::backdrop { background: rgba(0,0,0,.72); backdrop-filter: blur(4px); }
.dialog-close { position: absolute; top: 11px; right: 14px; border: 0; background: transparent; color: #fff; font-size: 30px; cursor: pointer; }
.lead-dialog h2 { margin: 0 0 10px; font-family: "Bebas Neue", sans-serif; font-size: 32px; }
.lead-dialog p { color: var(--muted); }
.lead-dialog form { display: grid; gap: 14px; margin-top: 22px; }
.lead-dialog label { display: grid; gap: 7px; font-size: 14px; }
.lead-dialog input { width: 100%; height: 48px; border: 1px solid var(--border); border-radius: 8px; padding: 0 14px; color: #fff; background: #0b1b21; outline: none; }
.lead-dialog input:focus { border-color: rgba(113,206,18,.65); box-shadow: 0 0 0 3px rgba(113,206,18,.08); }
.lead-dialog form > small { color: var(--muted); font-size: 11px; }


/* Typography refinement — stage 1.1 */
.brand-text {
  font-family: "Roboto Condensed", sans-serif;
  line-height: .94;
  letter-spacing: .02em;
}
.brand-text strong {
  font-size: 17px;
  font-weight: 700;
  letter-spacing: .02em;
}
.brand-text span {
  margin-top: 4px;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: .015em;
}
.main-nav a {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: .01em;
}
.phone-link strong {
  font-size: 17px;
  font-weight: 700;
  letter-spacing: .015em;
}
.phone-link small {
  font-size: 12px;
  font-weight: 400;
}
.btn {
  font-weight: 600;
  letter-spacing: .005em;
}
.eyebrow {
  margin-bottom: 18px;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: .20em;
}
.hero h1 {
  max-width: 610px;
  font-family: "Bebas Neue", sans-serif;
  font-size: clamp(66px, 5.2vw, 92px);
  font-weight: 400;
  line-height: .86;
  letter-spacing: .012em;
  text-wrap: balance;
}
.hero h2 {
  margin: 22px 0 26px;
  max-width: 590px;
  font-family: "Bebas Neue", sans-serif;
  font-size: clamp(36px, 3vw, 52px);
  font-weight: 400;
  line-height: .93;
  letter-spacing: .018em;
}
.factory-line {
  font-size: 19px;
  font-weight: 600;
  letter-spacing: .005em;
}
.hero-benefit strong {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: .005em;
}
.hero-benefit small {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.3;
}
.hero-actions .btn strong {
  font-size: 16px;
  font-weight: 600;
}
.hero-actions .btn small {
  font-size: 11px;
  font-weight: 400;
}
.dispatcher-card strong {
  font-size: 17px;
  font-weight: 600;
}
.trust-panel strong {
  font-size: 15px;
  font-weight: 600;
}
.trust-panel small {
  font-size: 12px;
  line-height: 1.3;
}
.lead-dialog h2 {
  font-family: "Bebas Neue", sans-serif;
  font-size: 38px;
  font-weight: 400;
  letter-spacing: .02em;
}

/* Refined hero typography */
.hero h1 {
  max-width: 560px;
  font-family: "Roboto Condensed", sans-serif;
  font-size: clamp(58px, 4.35vw, 76px);
  font-weight: 700;
  line-height: .92;
  letter-spacing: -.018em;
  text-wrap: balance;
}
.hero h2 {
  margin: 20px 0 25px;
  max-width: 520px;
  font-family: "Roboto Condensed", sans-serif;
  font-size: clamp(31px, 2.45vw, 42px);
  font-weight: 600;
  line-height: 1.03;
  letter-spacing: -.012em;
}

/* Hero headings: reduced by about 20% with more line spacing */
.hero h1 {
  max-width: 520px;
  font-size: clamp(46px, 3.48vw, 61px);
  line-height: 1.02;
  letter-spacing: -.012em;
}
.hero h2 {
  margin: 22px 0 27px;
  max-width: 490px;
  font-size: clamp(25px, 1.96vw, 34px);
  line-height: 1.14;
  letter-spacing: -.006em;
}


/* Hero title: slightly smaller with more breathing room between lines */
.hero h1 {
  max-width: 500px;
  font-size: clamp(43px, 3.15vw, 56px);
  line-height: 1.12;
  letter-spacing: -.01em;
}

/* Stage 2 — fuel calculator */
.calculator-section {
  position: relative;
  padding: 96px 0 110px;
  background:
    radial-gradient(circle at 82% 18%, rgba(113,206,18,.09), transparent 30%),
    linear-gradient(180deg, #031014 0%, #041218 55%, #020a0d 100%);
  overflow: hidden;
}
.calculator-section::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image: linear-gradient(rgba(255,255,255,.018) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.018) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: linear-gradient(to bottom, transparent, #000 18%, #000 82%, transparent);
}
.section-heading { position: relative; z-index: 1; max-width: 760px; margin-bottom: 42px; }
.section-heading .eyebrow { margin-bottom: 11px; color: var(--green); }
.section-heading h2 { margin: 0; font-family: "Roboto Condensed", sans-serif; font-size: clamp(38px, 4vw, 62px); line-height: 1.02; letter-spacing: -.025em; }
.section-heading > p:last-child { max-width: 650px; margin: 18px 0 0; color: var(--muted); font-size: 18px; line-height: 1.55; }
.calculator-layout { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(390px, .95fr); gap: 28px; align-items: stretch; }
.fuel-calculator, .route-card { border: 1px solid rgba(255,255,255,.10); border-radius: 20px; background: linear-gradient(180deg, rgba(11,25,31,.96), rgba(5,15,19,.97)); box-shadow: 0 28px 80px rgba(0,0,0,.30); }
.fuel-calculator { padding: 30px; }
.calculator-topline { display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; padding-bottom: 24px; border-bottom: 1px solid rgba(255,255,255,.08); }
.calculator-topline > div { display: grid; gap: 5px; }
.calculator-label { color: var(--muted); font-size: 13px; text-transform: uppercase; letter-spacing: .12em; }
.calculator-topline strong { font-size: 26px; line-height: 1.1; }
.live-badge { display: inline-flex; align-items: center; gap: 8px; padding: 9px 12px; border: 1px solid rgba(113,206,18,.22); border-radius: 999px; color: #c8eab0; background: rgba(113,206,18,.07); font-size: 12px; white-space: nowrap; }
.live-badge i { width: 7px; height: 7px; border-radius: 50%; background: var(--green); box-shadow: 0 0 12px rgba(113,206,18,.9); }
.field-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; margin-top: 26px; }
.form-field { display: grid; align-content: start; gap: 9px; }
.form-field > span { color: #dfe6e9; font-size: 14px; font-weight: 600; }
.form-field small { color: #71828a; font-size: 11px; }
.input-shell { position: relative; display: flex; align-items: center; height: 54px; border: 1px solid rgba(255,255,255,.12); border-radius: 10px; background: #08171c; transition: border-color .2s, box-shadow .2s; }
.input-shell:focus-within { border-color: rgba(113,206,18,.65); box-shadow: 0 0 0 3px rgba(113,206,18,.07); }
.input-shell input { width: 100%; height: 100%; border: 0; padding: 0 52px 0 15px; color: #fff; background: transparent; outline: none; font-size: 17px; font-weight: 600; }
.input-shell em { position: absolute; right: 16px; color: var(--muted); font-style: normal; font-size: 14px; }
.input-shell-location svg { width: 21px; margin-left: 14px; color: var(--green); flex: 0 0 21px; }
.input-shell-location input { padding-left: 10px; padding-right: 14px; }
.tax-switch { display: grid; grid-template-columns: 1fr 1fr; gap: 5px; height: 54px; padding: 4px; border: 1px solid rgba(255,255,255,.12); border-radius: 10px; background: #08171c; }
.tax-switch button { border: 0; border-radius: 7px; color: var(--muted); background: transparent; cursor: pointer; font-weight: 600; transition: .2s; }
.tax-switch button.is-active { color: #fff; background: linear-gradient(180deg, #65bd18, #3d8d0c); box-shadow: 0 6px 18px rgba(73,152,12,.24); }
.price-summary { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 28px; border: 1px solid rgba(255,255,255,.09); border-radius: 13px; overflow: hidden; background: rgba(2,9,12,.42); }
.price-summary > div { display: grid; gap: 7px; padding: 18px; border-right: 1px solid rgba(255,255,255,.08); }
.price-summary span { color: var(--muted); font-size: 12px; }
.price-summary strong { font-size: 19px; }
.price-summary .price-total { grid-column: 1 / -1; display: flex; align-items: center; justify-content: space-between; border-top: 1px solid rgba(255,255,255,.08); border-right: 0; background: linear-gradient(90deg, rgba(113,206,18,.08), rgba(113,206,18,.025)); }
.price-total span { color: #fff; font-size: 15px; font-weight: 600; }
.price-total strong { color: var(--green); font-size: 31px; }
.calculator-note { display: flex; gap: 10px; margin: 18px 0; color: #84949b; font-size: 12px; line-height: 1.45; }
.calculator-note svg { width: 18px; flex: 0 0 18px; margin-top: 1px; color: var(--green); }
.calculator-submit { width: 100%; min-height: 58px; justify-content: center; font-size: 16px; }
.calculator-submit svg { width: 20px; }
.route-card { display: grid; grid-template-rows: minmax(330px, 1fr) auto; overflow: hidden; }
.route-map { position: relative; min-height: 350px; overflow: hidden; background: radial-gradient(circle at 62% 42%, rgba(88,145,109,.18), transparent 30%), linear-gradient(145deg, #0a1b20, #0d2528 55%, #061317); }
.map-grid { position: absolute; inset: 0; opacity: .22; background-image: linear-gradient(rgba(255,255,255,.07) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.07) 1px, transparent 1px); background-size: 46px 46px; transform: rotate(-8deg) scale(1.2); }
.map-road { position: absolute; height: 2px; border-top: 2px solid rgba(197,211,202,.20); transform-origin: left center; }
.road-a { width: 125%; left: -12%; top: 38%; transform: rotate(19deg); }
.road-b { width: 115%; left: -5%; top: 71%; transform: rotate(-16deg); }
.road-c { width: 85%; left: 31%; top: 7%; transform: rotate(67deg); }
.route-line { position: absolute; width: 43%; height: 3px; left: 28%; top: 50%; border-radius: 999px; background: linear-gradient(90deg, var(--green), #b9ec72); box-shadow: 0 0 14px rgba(113,206,18,.7); transform: rotate(-12deg); transform-origin: left center; }
.route-line::after { content: ""; position: absolute; inset: -6px 0; border: 1px dashed rgba(113,206,18,.20); border-radius: 999px; }
.map-marker { position: absolute; display: grid; place-items: center; gap: 7px; color: #fff; font-size: 12px; text-align: center; }
.map-marker i { width: 17px; height: 17px; border: 4px solid #08161a; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 2px rgba(113,206,18,.65), 0 0 22px rgba(113,206,18,.75); }
.marker-kazan { left: 25%; top: 56%; }
.marker-destination { right: 23%; top: 36%; }
.map-label { position: absolute; color: rgba(214,225,220,.40); font-size: 11px; }
.label-one { left: 8%; top: 25%; }
.label-two { right: 10%; bottom: 16%; }
.label-three { left: 42%; bottom: 24%; }
.route-info { padding: 26px 28px 28px; border-top: 1px solid rgba(255,255,255,.09); background: rgba(4,14,18,.96); }
.route-info > div:first-child { display: grid; gap: 5px; }
.route-info > div:first-child span { color: var(--muted); font-size: 12px; text-transform: uppercase; letter-spacing: .09em; }
.route-info > div:first-child strong { font-size: 23px; }
.route-metrics { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 20px; }
.route-metrics div { display: grid; gap: 5px; padding: 14px 16px; border: 1px solid rgba(255,255,255,.08); border-radius: 10px; background: rgba(255,255,255,.025); }
.route-metrics small { color: var(--muted); }
.route-metrics strong { font-size: 18px; }
.route-info ul { display: grid; gap: 10px; margin: 22px 0 0; padding: 0; list-style: none; color: #c5d0d4; font-size: 13px; }
.route-info li { display: flex; gap: 9px; align-items: center; }
.route-info li span { color: var(--green); }

/* Stage 3: advantages and statistics */
.advantages-section {
  position: relative;
  overflow: hidden;
  padding: 94px 0 104px;
  background:
    radial-gradient(circle at 82% 12%, rgba(21, 244, 151, .075), transparent 29%),
    linear-gradient(180deg, #071014 0%, #040b0e 100%);
  border-top: 1px solid rgba(255,255,255,.06);
}
.advantages-section::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: .22;
  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: 48px 48px;
  mask-image: linear-gradient(to bottom, rgba(0,0,0,.7), transparent 72%);
}
.advantages-section .container { position: relative; z-index: 1; }
.advantages-heading { max-width: 720px; margin-bottom: 38px; }
.advantages-heading h2 { font-size: clamp(39px, 4vw, 58px); }
.advantages-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
.advantage-card {
  position: relative;
  display: flex;
  min-height: 210px;
  gap: 20px;
  padding: 27px 25px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.09);
  border-radius: 16px;
  background: linear-gradient(145deg, rgba(15,27,32,.94), rgba(7,15,19,.94));
  box-shadow: 0 18px 45px rgba(0,0,0,.17);
  transition: transform .35s ease, border-color .35s ease, box-shadow .35s ease;
}
.advantage-card::after {
  content: "";
  position: absolute;
  width: 150px;
  height: 150px;
  right: -75px;
  bottom: -85px;
  border-radius: 50%;
  background: rgba(16,245,150,.08);
  filter: blur(8px);
  transition: transform .4s ease, opacity .4s ease;
}
.advantage-card:hover {
  transform: translateY(-5px);
  border-color: rgba(21,244,151,.38);
  box-shadow: 0 24px 55px rgba(0,0,0,.28), 0 0 28px rgba(21,244,151,.055);
}
.advantage-card:hover::after { transform: scale(1.35); opacity: .9; }
.advantage-icon {
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  flex: 0 0 54px;
  border-radius: 14px;
  color: #15f497;
  background: rgba(21,244,151,.09);
  border: 1px solid rgba(21,244,151,.2);
}
.advantage-icon svg {
  width: 29px;
  height: 29px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.advantage-card h3 {
  margin: 2px 0 10px;
  color: #f4f8f7;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 21px;
  font-weight: 600;
  line-height: 1.18;
}
.advantage-card p {
  margin: 0;
  color: #9eacaf;
  font-size: 14px;
  line-height: 1.58;
}
.stats-panel {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 24px;
  border: 1px solid rgba(21,244,151,.2);
  border-radius: 17px;
  overflow: hidden;
  background: linear-gradient(90deg, rgba(13,38,34,.92), rgba(8,20,23,.96));
  box-shadow: 0 20px 55px rgba(0,0,0,.2);
}
.stats-panel article {
  min-width: 0;
  padding: 26px 24px 25px;
  text-align: center;
  border-right: 1px solid rgba(255,255,255,.08);
}
.stats-panel article:last-child { border-right: 0; }
.stats-panel strong {
  display: block;
  color: #15f497;
  font-family: "Bebas Neue", sans-serif;
  font-size: 44px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: .5px;
}
.stats-panel strong em { font-style: normal; font-size: .62em; }
.stats-panel small {
  display: block;
  margin-top: 9px;
  color: #c0cbcc;
  font-size: 12px;
  line-height: 1.35;
}
.reveal-item {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity .68s ease, transform .68s cubic-bezier(.2,.7,.2,1);
}
.reveal-item.is-visible { opacity: 1; transform: translateY(0); }
.advantages-grid .reveal-item:nth-child(2) { transition-delay: .06s; }
.advantages-grid .reveal-item:nth-child(3) { transition-delay: .12s; }
.advantages-grid .reveal-item:nth-child(4) { transition-delay: .06s; }
.advantages-grid .reveal-item:nth-child(5) { transition-delay: .12s; }
.advantages-grid .reveal-item:nth-child(6) { transition-delay: .18s; }
@media (prefers-reduced-motion: reduce) {
  .reveal-item { opacity: 1; transform: none; transition: none; }
  .advantage-card { transition: none; }
}
\n\n/* Stage 3.4 — genuinely compact advantages block */
.advantages-section{
  padding:56px 0 62px;
}
.advantages-heading{
  max-width:700px;
  margin-bottom:26px;
}
.advantages-heading .eyebrow{
  margin-bottom:9px;
}
.advantages-heading h2{
  margin-bottom:12px;
  font-size:clamp(36px,3.3vw,50px);
  line-height:1.02;
}
.advantages-heading > p:last-child{
  max-width:650px;
  margin:0;
  font-size:14px;
  line-height:1.45;
}
.advantages-grid{
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:14px;
}
.advantage-card{
  align-items:flex-start;
  min-height:126px;
  gap:14px;
  padding:17px 16px;
  border-radius:14px;
}
.advantage-card::after{
  width:92px;
  height:92px;
  right:-48px;
  bottom:-52px;
  opacity:.6;
}
.advantage-icon{
  width:44px;
  height:44px;
  flex:0 0 44px;
  border-radius:12px;
}
.advantage-icon svg{
  width:23px;
  height:23px;
}
.advantage-card h3{
  margin:1px 0 6px;
  font-size:17px;
  line-height:1.18;
}
.advantage-card p{
  font-size:12.5px;
  line-height:1.4;
}
.stats-panel{
  margin-top:16px;
  border-radius:14px;
}
.stats-panel article{
  padding:15px 12px 14px;
}
.stats-panel strong{
  font-size:34px;
}
.stats-panel small{
  margin-top:5px;
  font-size:10.5px;
  line-height:1.25;
}

/* Stage 4 — How we work (approved B1 direction) */
.workflow-section {
  position: relative;
  overflow: hidden;
  padding: 68px 0 42px;
  border-top: 1px solid rgba(255,255,255,.055);
  background:
    radial-gradient(circle at 14% 12%, rgba(21,244,151,.07), transparent 30%),
    radial-gradient(circle at 88% 82%, rgba(113,206,18,.045), transparent 28%),
    linear-gradient(180deg, #040b0e 0%, #071115 100%);
}
.workflow-section::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: .18;
  background-image:
    linear-gradient(rgba(255,255,255,.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.03) 1px, transparent 1px);
  background-size: 52px 52px;
  mask-image: linear-gradient(to bottom, rgba(0,0,0,.75), transparent 84%);
}
.workflow-section .container { position: relative; z-index: 1; }
.workflow-heading { max-width: 760px; margin-bottom: 31px; }
.workflow-heading h2 {
  margin-bottom: 12px;
  font-size: clamp(37px, 3.6vw, 53px);
  line-height: 1.02;
}
.workflow-heading > p:last-child {
  max-width: 660px;
  margin: 0;
  color: #9eacaf;
  font-size: 14px;
  line-height: 1.5;
}
.workflow-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}
.workflow-grid::before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 10%;
  right: 10%;
  top: 39px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(21,244,151,.55) 10%, rgba(21,244,151,.55) 90%, transparent);
  box-shadow: 0 0 14px rgba(21,244,151,.15);
}
.workflow-card {
  position: relative;
  z-index: 1;
  min-width: 0;
  min-height: 226px;
  padding: 22px 20px 21px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.085);
  border-radius: 16px;
  background: linear-gradient(145deg, rgba(15,27,32,.96), rgba(6,15,18,.97));
  box-shadow: 0 18px 42px rgba(0,0,0,.19);
  transition: transform .35s ease, border-color .35s ease, box-shadow .35s ease;
}
.workflow-card::after {
  content: "";
  position: absolute;
  width: 125px;
  height: 125px;
  right: -68px;
  bottom: -72px;
  border-radius: 50%;
  background: rgba(21,244,151,.075);
  filter: blur(7px);
  transition: transform .4s ease, opacity .4s ease;
}
.workflow-card:hover {
  transform: translateY(-6px);
  border-color: rgba(21,244,151,.38);
  box-shadow: 0 25px 58px rgba(0,0,0,.3), 0 0 30px rgba(21,244,151,.05);
}
.workflow-card:hover::after { transform: scale(1.38); opacity: .95; }
.workflow-topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
}
.workflow-number {
  display: grid;
  place-items: center;
  width: 66px;
  height: 66px;
  border: 1px solid rgba(113,206,18,.6);
  border-radius: 50%;
  color: #83e126;
  background: rgba(8,25,22,.9);
  box-shadow: inset 0 0 18px rgba(21,244,151,.05), 0 0 18px rgba(113,206,18,.08);
  font-family: "Bebas Neue", sans-serif;
  font-size: 28px;
  line-height: 1;
  letter-spacing: .5px;
}
.workflow-icon {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 12px;
  color: #15f497;
  border: 1px solid rgba(21,244,151,.16);
  background: rgba(21,244,151,.065);
}
.workflow-icon svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.workflow-card h3 {
  margin: 0 0 9px;
  color: #f4f8f7;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 19px;
  font-weight: 600;
  line-height: 1.18;
}
.workflow-card p {
  margin: 0;
  color: #9eacaf;
  font-size: 13px;
  line-height: 1.5;
}
.workflow-grid .reveal-item:nth-child(2) { transition-delay: .06s; }
.workflow-grid .reveal-item:nth-child(3) { transition-delay: .12s; }
.workflow-grid .reveal-item:nth-child(4) { transition-delay: .18s; }
@media (prefers-reduced-motion: reduce) {
  .workflow-card { transition: none; }
}


/* Stage 5 — Documents and certificates */
.documents-section {
  position: relative;
  overflow: hidden;
  padding: 38px 0 82px;
  border-top: 1px solid rgba(255,255,255,.055);
  background:
    radial-gradient(circle at 82% 18%, rgba(21,244,151,.075), transparent 31%),
    linear-gradient(180deg, #071115 0%, #050c0f 100%);
}
.documents-section::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: .16;
  background-image: radial-gradient(rgba(255,255,255,.17) .7px, transparent .7px);
  background-size: 19px 19px;
  mask-image: linear-gradient(90deg, transparent 2%, #000 45%, #000 100%);
}
.documents-section .container { position: relative; z-index: 1; }
.documents-layout {
  display: grid;
  grid-template-columns: minmax(0, .78fr) minmax(520px, 1.22fr);
  align-items: center;
  gap: 56px;
}
.documents-copy h2 {
  max-width: 590px;
  margin: 0 0 17px;
  font-size: clamp(37px, 4vw, 57px);
  line-height: 1.01;
}
.documents-lead {
  max-width: 570px;
  margin: 0;
  color: #9eacaf;
  font-size: 15px;
  line-height: 1.58;
}
.documents-assurances {
  display: grid;
  gap: 11px;
  margin: 27px 0 29px;
}
.documents-assurances span {
  display: flex;
  align-items: center;
  gap: 11px;
  color: #dce5e2;
  font-size: 13px;
}
.documents-assurances b {
  display: grid;
  place-items: center;
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  border: 1px solid rgba(21,244,151,.28);
  border-radius: 50%;
  color: #15f497;
  background: rgba(21,244,151,.08);
  font-size: 13px;
}
.documents-request { min-width: 250px; }
.documents-panel {
  position: relative;
  padding: 22px;
  border: 1px solid rgba(255,255,255,.09);
  border-radius: 21px;
  background: linear-gradient(145deg, rgba(16,30,35,.96), rgba(5,14,17,.98));
  box-shadow: 0 28px 80px rgba(0,0,0,.34), 0 0 45px rgba(21,244,151,.035);
}
.documents-panel::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-radius: inherit;
  background: linear-gradient(125deg, rgba(255,255,255,.035), transparent 32%);
}
.documents-panel-head {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 16px;
  padding: 0 2px;
}
.documents-panel-head > div { display: grid; gap: 4px; }
.documents-kicker {
  color: #748488;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.documents-panel-head strong {
  color: #f1f6f4;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 18px;
  font-weight: 600;
}
.documents-live {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 7px 10px;
  border: 1px solid rgba(21,244,151,.18);
  border-radius: 999px;
  color: #a9b7b4;
  background: rgba(21,244,151,.055);
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
}
.documents-live i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #15f497;
  box-shadow: 0 0 10px rgba(21,244,151,.75);
}
.documents-list { position: relative; z-index: 1; display: grid; gap: 10px; }
.document-card {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 15px;
  min-height: 96px;
  padding: 15px 16px;
  border: 1px solid rgba(255,255,255,.075);
  border-radius: 15px;
  background: rgba(255,255,255,.025);
  transition: transform .28s ease, border-color .28s ease, background .28s ease;
}
a.document-card { text-decoration: none; }
a.document-card:hover {
  transform: translateX(5px);
  border-color: rgba(21,244,151,.34);
  background: rgba(21,244,151,.045);
}
.document-card-featured {
  border-color: rgba(21,244,151,.21);
  background: linear-gradient(90deg, rgba(21,244,151,.065), rgba(255,255,255,.02));
}
.document-icon {
  display: grid;
  place-items: center;
  width: 48px;
  height: 56px;
  border: 1px solid rgba(21,244,151,.22);
  border-radius: 10px 10px 13px 10px;
  color: #15f497;
  background: rgba(4,17,16,.85);
  font-family: "Roboto Condensed", sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .04em;
  box-shadow: inset 0 0 18px rgba(21,244,151,.04);
}
.document-info { min-width: 0; }
.document-type {
  display: block;
  margin-bottom: 3px;
  color: #74dcae;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.document-info h3 {
  margin: 0 0 4px;
  color: #edf4f1;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
}
.document-info p {
  margin: 0;
  color: #7f9093;
  font-size: 11px;
  line-height: 1.35;
}
.document-state {
  padding: 6px 9px;
  border-radius: 8px;
  color: #78888b;
  background: rgba(255,255,255,.045);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}
a.document-card .document-state {
  color: #15f497;
  border: 1px solid rgba(21,244,151,.16);
  background: rgba(21,244,151,.06);
}
.documents-note {
  position: relative;
  z-index: 1;
  margin: 14px 3px 0;
  color: #607175;
  font-size: 10px;
  line-height: 1.4;
}
@media (prefers-reduced-motion: reduce) {
  .document-card { transition: none; }
}


/* Stage 6 — FAQ */
.faq-section {
  position: relative;
  overflow: hidden;
  padding: 54px 0 76px;
  background:
    radial-gradient(circle at 80% 22%, rgba(21,244,151,.055), transparent 34%),
    linear-gradient(180deg, #061013 0%, #050c0f 100%);
}
.faq-section::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image: linear-gradient(rgba(255,255,255,.012) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.012) 1px, transparent 1px);
  background-size: 44px 44px;
  mask-image: linear-gradient(to bottom, transparent, #000 18%, #000 82%, transparent);
}
.faq-section .container { position: relative; z-index: 1; }
.faq-layout {
  display: grid;
  grid-template-columns: minmax(270px, .78fr) minmax(0, 1.45fr);
  gap: clamp(42px, 7vw, 96px);
  align-items: start;
}
.faq-heading {
  position: sticky;
  top: 108px;
  max-width: 430px;
}
.faq-heading .eyebrow { margin-bottom: 12px; }
.faq-heading h2 {
  margin: 0 0 15px;
  color: #f3f8f6;
  font-family: "Roboto Condensed", sans-serif;
  font-size: clamp(40px, 4.25vw, 62px);
  font-weight: 700;
  letter-spacing: -.035em;
  line-height: .98;
}
.faq-heading > p:last-of-type {
  max-width: 390px;
  margin: 0;
  color: #829397;
  font-size: 14px;
  line-height: 1.65;
}
.faq-contact { margin-top: 27px; min-width: 210px; }
.faq-list { display: grid; gap: 10px; }
.faq-item {
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.075);
  border-radius: 15px;
  background: linear-gradient(135deg, rgba(16,28,32,.92), rgba(7,15,18,.96));
  box-shadow: 0 18px 45px rgba(0,0,0,.16);
  transition: border-color .25s ease, background .25s ease, transform .25s ease;
}
.faq-item:hover {
  transform: translateY(-1px);
  border-color: rgba(21,244,151,.19);
}
.faq-item[open] {
  border-color: rgba(21,244,151,.28);
  background: linear-gradient(135deg, rgba(16,35,34,.96), rgba(7,18,19,.98));
}
.faq-item summary {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  min-height: 72px;
  padding: 18px 20px;
  color: #eaf2ef;
  cursor: pointer;
  list-style: none;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.25;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary span {
  position: relative;
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  border: 1px solid rgba(21,244,151,.24);
  border-radius: 50%;
  background: rgba(21,244,151,.065);
  transition: transform .3s ease, background .3s ease;
}
.faq-item summary span::before,
.faq-item summary span::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 1.5px;
  border-radius: 2px;
  background: #15f497;
  transform: translate(-50%, -50%);
}
.faq-item summary span::after { transform: translate(-50%, -50%) rotate(90deg); }
.faq-item[open] summary span {
  transform: rotate(45deg);
  background: rgba(21,244,151,.13);
}
.faq-answer {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows .32s ease;
}
.faq-item[open] .faq-answer { grid-template-rows: 1fr; }
.faq-answer p {
  overflow: hidden;
  margin: 0;
  padding: 0 72px 0 20px;
  color: #8b9b9e;
  font-size: 13px;
  line-height: 1.6;
  transition: padding-bottom .32s ease;
}
.faq-item[open] .faq-answer p { padding-bottom: 20px; }
@media (prefers-reduced-motion: reduce) {
  .faq-item, .faq-answer, .faq-item summary span, .faq-answer p { transition: none; }
}


/* Stage 7 — Final CTA, contacts and footer */
.final-cta {
  position: relative;
  overflow: hidden;
  padding: 58px 0 44px;
  background: #050c0f;
}
.final-cta-card {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(310px, .72fr);
  gap: clamp(36px, 6vw, 84px);
  align-items: center;
  overflow: hidden;
  min-height: 380px;
  padding: clamp(42px, 6vw, 78px);
  border: 1px solid rgba(21,244,151,.25);
  border-radius: 28px;
  background:
    radial-gradient(circle at 82% 42%, rgba(21,244,151,.15), transparent 32%),
    linear-gradient(135deg, rgba(13,33,33,.98), rgba(5,13,16,.99) 66%);
  box-shadow: 0 28px 80px rgba(0,0,0,.32), inset 0 1px rgba(255,255,255,.04);
}
.final-cta-card::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: .22;
  background-image: linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(90deg, #000, transparent 78%);
}
.final-cta-glow {
  position: absolute;
  right: -150px;
  top: 50%;
  width: 440px;
  height: 440px;
  border: 1px solid rgba(21,244,151,.16);
  border-radius: 50%;
  transform: translateY(-50%);
  box-shadow: 0 0 90px rgba(21,244,151,.12), inset 0 0 70px rgba(21,244,151,.06);
}
.final-cta-glow::before,
.final-cta-glow::after {
  content: "";
  position: absolute;
  inset: 52px;
  border: 1px solid rgba(21,244,151,.12);
  border-radius: inherit;
}
.final-cta-glow::after { inset: 112px; }
.final-cta-copy,
.final-cta-actions { position: relative; z-index: 1; }
.final-cta-copy h2 {
  max-width: 690px;
  margin: 0 0 18px;
  color: #f5faf8;
  font-family: "Roboto Condensed", sans-serif;
  font-size: clamp(46px, 5.6vw, 78px);
  font-weight: 700;
  letter-spacing: -.045em;
  line-height: .95;
}
.final-cta-copy > p:last-of-type {
  max-width: 650px;
  margin: 0;
  color: #93a4a6;
  font-size: 15px;
  line-height: 1.65;
}
.final-cta-points {
  display: flex;
  flex-wrap: wrap;
  gap: 11px 20px;
  margin-top: 28px;
}
.final-cta-points span { color: #c9d6d2; font-size: 12px; font-weight: 600; }
.final-cta-points b { margin-right: 6px; color: #15f497; }
.final-cta-actions { display: grid; gap: 10px; }
.final-cta-main {
  width: 100%;
  min-height: 70px;
  justify-content: center;
  border-radius: 14px;
}
.final-cta-main span { display: grid; text-align: left; }
.final-cta-main strong { font-size: 16px; }
.final-cta-main small { margin-top: 3px; opacity: .72; font-size: 10px; }
.final-cta-link {
  display: grid;
  grid-template-columns: 45px minmax(0, 1fr);
  gap: 13px;
  align-items: center;
  min-height: 66px;
  padding: 10px 14px;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 14px;
  background: rgba(3,9,12,.54);
  color: #edf7f3;
  text-decoration: none;
  transition: border-color .25s ease, transform .25s ease, background .25s ease;
}
.final-cta-link:hover { transform: translateY(-2px); border-color: rgba(21,244,151,.3); background: rgba(10,28,27,.78); }
.final-cta-link-icon {
  display: grid;
  place-items: center;
  width: 45px;
  height: 45px;
  border-radius: 12px;
  color: #15f497;
  background: rgba(21,244,151,.08);
  font-family: "Roboto Condensed", sans-serif;
  font-size: 18px;
  font-weight: 800;
}
.final-cta-link > span:last-child { display: grid; }
.final-cta-link small { color: #758689; font-size: 9px; letter-spacing: .08em; text-transform: uppercase; }
.final-cta-link strong { margin-top: 2px; font-size: 14px; }

.contacts-section {
  position: relative;
  padding: 74px 0 78px;
  background:
    radial-gradient(circle at 15% 82%, rgba(21,244,151,.045), transparent 31%),
    linear-gradient(180deg, #050c0f 0%, #03090b 100%);
}
.contacts-grid {
  display: grid;
  grid-template-columns: minmax(260px, .72fr) minmax(0, 1.5fr);
  gap: clamp(40px, 7vw, 100px);
  align-items: start;
}
.contacts-heading { max-width: 460px; }
.contacts-heading h2 {
  margin: 0 0 15px;
  color: #f3f8f6;
  font-family: "Roboto Condensed", sans-serif;
  font-size: clamp(40px, 4.25vw, 62px);
  font-weight: 700;
  letter-spacing: -.035em;
  line-height: .98;
}
.contacts-heading > p:last-child { margin: 0; color: #829397; font-size: 14px; line-height: 1.65; }
.contacts-cards { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.contact-card {
  display: grid;
  grid-template-columns: 50px minmax(0, 1fr);
  gap: 15px;
  align-items: center;
  min-height: 112px;
  padding: 19px;
  border: 1px solid rgba(255,255,255,.075);
  border-radius: 17px;
  background: linear-gradient(135deg, rgba(15,27,31,.92), rgba(6,14,17,.96));
  color: #edf5f2;
  text-decoration: none;
  box-shadow: 0 18px 44px rgba(0,0,0,.14);
  transition: transform .25s ease, border-color .25s ease, background .25s ease;
}
a.contact-card:hover { transform: translateY(-2px); border-color: rgba(21,244,151,.25); background: linear-gradient(135deg, rgba(15,35,34,.96), rgba(6,17,18,.98)); }
.contact-card-icon {
  display: grid;
  place-items: center;
  width: 50px;
  height: 50px;
  border: 1px solid rgba(21,244,151,.18);
  border-radius: 14px;
  color: #15f497;
  background: rgba(21,244,151,.065);
  font-family: "Roboto Condensed", sans-serif;
  font-size: 19px;
  font-weight: 800;
}
.contact-card > span:last-child { display: grid; min-width: 0; }
.contact-card small { color: #6e8083; font-size: 9px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.contact-card strong { margin-top: 5px; font-family: "Roboto Condensed", sans-serif; font-size: 18px; line-height: 1.15; }
.contact-card em { margin-top: 5px; color: #728387; font-size: 10px; font-style: normal; }

.site-footer {
  border-top: 1px solid rgba(255,255,255,.065);
  background: #020709;
  color: #78888b;
}
.footer-top {
  display: grid;
  grid-template-columns: 230px minmax(260px, 1fr) auto;
  gap: 42px;
  align-items: center;
  padding: 35px 0 30px;
}
.footer-brand { color: #eef8f4; }
.footer-top > p { max-width: 520px; margin: 0; font-size: 11px; line-height: 1.65; }
.footer-nav { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 10px 21px; }
.footer-nav a { color: #819195; font-size: 11px; text-decoration: none; transition: color .2s ease; }
.footer-nav a:hover { color: #15f497; }
.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  padding: 18px 0 26px;
  border-top: 1px solid rgba(255,255,255,.055);
  color: #526164;
  font-size: 9.5px;
}


/* Final polish — discreet section separators and desktop MAX button */
.header-max-button {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 8px 14px 8px 10px;
  border: 1px solid rgba(127, 78, 255, .72);
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(17,18,27,.94), rgba(5,8,13,.96));
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .04em;
  box-shadow: 0 8px 24px rgba(89, 49, 210, .13), inset 0 1px rgba(255,255,255,.035);
  transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease, background .25s ease;
}
.header-max-button:hover {
  transform: translateY(-2px);
  border-color: rgba(154, 108, 255, .98);
  background: linear-gradient(180deg, rgba(27,22,43,.98), rgba(7,9,15,.98));
  box-shadow: 0 11px 30px rgba(89, 49, 210, .23), 0 0 18px rgba(116, 67, 255, .10);
}
.header-max-mark {
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border-radius: 9px;
  background: linear-gradient(145deg, #8a5cff, #5d38ef 55%, #3e7fff);
  color: #fff;
  font-family: Arial, sans-serif;
  font-size: 15px;
  font-weight: 900;
  box-shadow: 0 0 14px rgba(116, 76, 255, .32);
}

/* A nearly invisible green line with a soft glow between page sections. */
main > section:not(.hero) {
  position: relative;
}
main > section:not(.hero)::after {
  content: "";
  position: absolute;
  z-index: 4;
  top: 0;
  left: 50%;
  width: min(1320px, calc(100% - 80px));
  height: 1px;
  pointer-events: none;
  transform: translateX(-50%);
  background: linear-gradient(90deg,
    transparent 0%,
    rgba(114,206,18,.08) 12%,
    rgba(114,206,18,.32) 50%,
    rgba(114,206,18,.08) 88%,
    transparent 100%);
  box-shadow: 0 0 12px rgba(114,206,18,.09), 0 0 28px rgba(21,244,151,.035);
}
main > section.trust-strip::after {
  opacity: .58;
}


/* Final colour refinement — calmer premium CTA green + real MAX marks */
:root {
  --cta-green-top: #3aa552;
  --cta-green-bottom: #287f3d;
  --cta-green-hover-top: #45b45f;
  --cta-green-hover-bottom: #2f9148;
}

.btn-small,
.btn-primary {
  background: linear-gradient(180deg, var(--cta-green-top), var(--cta-green-bottom));
  box-shadow: 0 10px 25px rgba(31, 116, 55, .18);
}
.btn-small:hover,
.btn-primary:hover {
  background: linear-gradient(180deg, var(--cta-green-hover-top), var(--cta-green-hover-bottom));
  box-shadow: 0 14px 30px rgba(31, 116, 55, .25);
}
.btn-small:active,
.btn-primary:active {
  transform: translateY(0);
  background: linear-gradient(180deg, #2f8d45, #246f36);
}

.max-logo {
  display: block;
  width: 27px;
  height: 27px;
  flex: 0 0 27px;
  object-fit: contain;
  filter: drop-shadow(0 4px 10px rgba(75, 101, 255, .22));
}
.header-max-button .max-logo { width: 28px; height: 28px; flex-basis: 28px; }
.btn-max .max-logo { width: 25px; height: 25px; flex-basis: 25px; }
.max-icon-wrap .max-logo,
.contact-card-max .max-logo { width: 25px; height: 25px; flex-basis: 25px; }
.mobile-max-action { display: flex !important; align-items: center; justify-content: center; gap: 8px; }
.mobile-max-action .max-logo { width: 23px; height: 23px; flex-basis: 23px; }

/* Keep MAX buttons branded, but visually quieter than the main CTA. */
.header-max-button,
.mobile-menu .btn-max {
  box-shadow: 0 8px 22px rgba(73, 82, 206, .14);
}
.header-max-button:hover,
.mobile-menu .btn-max:hover {
  box-shadow: 0 11px 26px rgba(73, 82, 206, .22);
}


/* Fuel price board in the hero: inspired by a real roadside LED price display. */
.hero-live-price {
  position: absolute;
  z-index: 4;
  top: 188px;
  left: clamp(610px, 50.5vw, 790px);
  width: clamp(300px, 25vw, 390px);
  text-align: center;
}
.fuel-price-board {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 22px;
  min-height: 112px;
  padding: 18px 24px;
  overflow: hidden;
  border: 5px solid #26292c;
  border-radius: 20px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.035), transparent 22%),
    #020304;
  box-shadow:
    0 20px 45px rgba(0,0,0,.50),
    0 0 0 1px rgba(255,255,255,.16),
    inset 0 0 0 2px #080a0b,
    inset 0 0 26px rgba(0,0,0,.95);
}
.fuel-price-board::before {
  content: "";
  position: absolute;
  inset: 4px;
  pointer-events: none;
  border-radius: 13px;
  border: 1px solid rgba(255,255,255,.07);
  background: linear-gradient(112deg, rgba(255,255,255,.055), transparent 31%);
}
.fuel-price-board::after {
  content: "";
  position: absolute;
  left: 7%;
  right: 7%;
  bottom: 10px;
  height: 1px;
  opacity: .5;
  background: linear-gradient(90deg, transparent, rgba(255,55,35,.55), transparent);
}
.fuel-price-label,
.fuel-price-digits {
  position: relative;
  z-index: 1;
  line-height: 1;
  white-space: nowrap;
}
.fuel-price-label {
  color: #f5f7fa;
  font-family: "Bebas Neue", sans-serif;
  font-size: clamp(43px, 3.8vw, 58px);
  font-weight: 400;
  letter-spacing: .035em;
  text-shadow: 0 0 8px rgba(220,235,255,.42);
}
.fuel-price-digits {
  justify-self: end;
  color: #ff382b;
  font-family: "Courier New", ui-monospace, monospace;
  font-size: clamp(48px, 4.6vw, 70px);
  font-weight: 700;
  letter-spacing: .035em;
  font-variant-numeric: tabular-nums;
  text-shadow:
    0 0 2px #fff0e9,
    0 0 7px #ff2d1d,
    0 0 18px rgba(255,37,22,.84),
    0 0 30px rgba(255,22,10,.38);
}
.hero-live-price.is-loaded .fuel-price-digits {
  animation: fuelPricePulse .62s ease-out;
}
@keyframes fuelPricePulse {
  0% { opacity: .35; filter: blur(2px); }
  45% { opacity: 1; filter: blur(0); }
  70% { opacity: .72; }
  100% { opacity: 1; }
}
.hero-live-price small {
  display: block;
  margin-top: 7px;
  padding-right: 10px;
  color: rgba(210,220,222,.65);
  font-size: 10px;
  line-height: 1.3;
  text-align: right;
}


/* 2026-08-04 — additional messenger buttons */
.header-messenger-button,
.btn-messenger,
.mobile-messenger-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  text-decoration: none;
}
.header-messenger-button {
  min-height: 42px;
  padding: 0 11px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 10px;
  background: rgba(8,19,24,.76);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  transition: border-color .2s ease, transform .2s ease, background .2s ease;
}
.header-messenger-button:hover { transform: translateY(-1px); border-color: rgba(74,218,145,.45); background: rgba(12,30,36,.92); }
.messenger-symbol {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  color: #fff;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: -.03em;
}
.messenger-symbol-whatsapp { background: #25d366; }
.messenger-symbol-telegram { background: #229ed9; }
.btn-messenger { width: 100%; }
.final-cta-whatsapp .messenger-symbol,
.final-cta-telegram .messenger-symbol,
.contact-card .messenger-symbol { width: 32px; height: 32px; }
.mobile-messenger-action {
  min-width: 0;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
}
.mobile-messenger-action .messenger-symbol { width: 23px; height: 23px; font-size: 7px; }

/* 2026-08-04 — official-style messenger logos, aligned with MAX */
.messenger-logo {
  display: block;
  flex: 0 0 auto;
  width: 28px;
  height: 28px;
  object-fit: contain;
}
.header-messenger-button .messenger-logo {
  width: 28px;
  height: 28px;
}
.btn-messenger .messenger-logo {
  width: 25px;
  height: 25px;
}
.final-cta-link .messenger-logo {
  width: 32px;
  height: 32px;
  border-radius: 9px;
}
.contact-card-icon .messenger-logo {
  width: 30px;
  height: 30px;
}
.mobile-messenger-action .messenger-logo {
  width: 23px;
  height: 23px;
}

/* Lead form and hero region note */
.hero-region-note {
  margin: 8px 0 16px;
  color: rgba(255,255,255,.82);
  font-size: clamp(.9rem, 1.2vw, 1.05rem);
  line-height: 1.45;
  max-width: 620px;
}
.form-honeypot {
  position: absolute !important;
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
  pointer-events: none !important;
}
.form-status {
  min-height: 1.35em;
  margin: 8px 0 0;
  color: #9fffb9;
  font-size: .9rem;
  text-align: center;
}
