:root {
  --blue-dark: #103b95;
  --blue: #0558be;
  --gold: #f3c55f;
  --white: #ffffff;
  --ink: #071b3a;
  --muted: #40516a;
  --bg: #f7f9fc;
  --border: #d7e2f1;
  --navy: #01265f;
  --navy-2: #001b46;
  --shadow: 0 22px 70px rgba(7, 27, 58, 0.16);
  --radius: 8px;
  --container: 1180px;
  --header-height: 74px;
}

@media (min-width: 821px) {
  :root {
    --header-height: 70px;
  }
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--header-height) + 18px);
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: Inter, system-ui, sans-serif;
  line-height: 1.5;
  text-rendering: optimizeLegibility;
}

body.is-modal-open {
  overflow: hidden;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select,
textarea {
  font: inherit;
}

svg {
  width: 1.15em;
  height: 1.15em;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.9;
}

.svg-sprite {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

.container {
  width: min(100% - 32px, var(--container));
  margin-inline: auto;
}

.skip-link {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 100;
  transform: translateY(-140%);
  background: var(--gold);
  color: var(--ink);
  padding: 10px 14px;
  border-radius: var(--radius);
  font-weight: 650;
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: linear-gradient(90deg, #00183f 0%, #012e75 52%, #001b46 100%);
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  padding-top: 10px;
  padding-bottom: 10px;
}

.header__inner {
  min-height: var(--header-height);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--white);
}

.brand img {
  width: 52px;
  height: 52px;
  object-fit: contain;
}

.brand__text {
  display: grid;
  gap: 1px;
  text-transform: uppercase;
}

.brand__text strong {
  font-family: "Cormorant Garamond", serif;
  font-size: 1.5rem;
  line-height: 0.96;
  letter-spacing: 0;
}

.brand__text span {
  font-size: 0.7rem;
  font-weight: 650;
  letter-spacing: 0.22em;
}

@media (min-width: 821px) {
  .site-header .header__inner {
    gap: 18px;
  }

  .site-header .brand {
    gap: 10px;
  }

  .site-header .brand img {
    width:80px;
    height: 80px;
  }

  .site-header .brand__text strong {
    font-size: 1.18rem;
    line-height: 0.98;
  }

  .site-header .brand__text span {
    font-size: 0.58rem;
    font-weight: 600;
    letter-spacing: 0.2em;
  }

  .site-header .header__actions {
    gap: 10px;
  }

  .site-header .btn {
    min-height: 36px;
    padding: 0 10px;
    gap: 7px;
    font-size: 0.78rem;
    font-weight: 560;
    border-radius: 7px;
  }

  .site-header .btn svg {
    width: 0.98rem;
    height: 0.98rem;
    flex: 0 0 auto;
  }

  .hero__ctas .btn {
    min-height: 36px;
    padding: 0 10px;
    gap: 7px;
    font-size: 0.78rem;
    font-weight: 560;
    border-radius: 7px;
  }

  .hero__ctas .btn svg {
    width: 0.98rem;
    height: 0.98rem;
    flex: 0 0 auto;
  }

  .hero__ctas .btn .btn__icon-img {
    width: 17px;
    height: 17px;
    flex-basis: 17px;
  }
}

.header__actions,
.hero__ctas {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.btn {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: var(--radius);
  border: 1px solid transparent;
  padding: 0 18px;
  font-weight: 650;
  font-size: 0.86rem;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
  cursor: pointer;
}

.btn:hover,
.btn:focus-visible {
  transform: translateY(-1px);
}

.btn--gold {
  background: linear-gradient(180deg, #ffd775 0%, var(--gold) 100%);
  color: #061a37;
  box-shadow: 0 10px 22px rgba(243, 197, 95, 0.2);
}

.btn--outline {
  background: rgba(1, 38, 95, 0.45);
  color: var(--white);
  border-color: var(--gold);
}

.btn[disabled] {
  cursor: wait;
  opacity: 0.78;
  transform: none;
}

.btn__icon-img {
  width: 17px;
  height: 17px;
  object-fit: contain;
  flex: 0 0 17px;
  display: block;
}

.hero {
  position: relative;
  min-height: 640px;
  background:
    linear-gradient(118deg, rgba(0, 22, 57, 0.99) 0%, rgba(1, 45, 110, 0.97) 42%, rgba(4, 70, 145, 0.66) 60%, rgba(4, 62, 126, 0.22) 78%, rgba(1, 22, 48, 0.06) 100%),
    radial-gradient(circle at 20% 0%, rgba(5, 88, 190, 0.5), transparent 42%),
    var(--navy);
  color: var(--white);
}

.hero::before,
.hero::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.hero::before {
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.055) 1px, transparent 1px);
  background-size: 78px 78px;
  mask-image: linear-gradient(90deg, #000, transparent 70%);
  opacity: 0.34;
}

.hero::after {
  left: -120px;
  bottom: -210px;
  width: 760px;
  height: 360px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 50%;
  transform: rotate(-14deg);
  opacity: 0.32;
}

.hero__image {
  position: absolute;
  inset: 0 0 0 auto;
  width: min(61vw, 830px);
  background:
    linear-gradient(90deg, rgba(1, 33, 82, 0.96) 0%, rgba(1, 33, 82, 0.76) 18%, rgba(1, 33, 82, 0.36) 42%, rgba(1, 33, 82, 0.06) 70%),
    url("/public/assets/img/hero-kpy-desktop.webp") 82% center / cover no-repeat;
}

.hero__grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(480px, 0.76fr);
  gap: 42px;
  align-items: center;
  padding: 66px 0 54px;
}

.hero__content {
  max-width: 660px;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--gold);
  font-size: 0.82rem;
  font-weight: 700;
}

h1,
h2 {
  font-family: "Cormorant Garamond", serif;
  letter-spacing: 0;
}

h1 {
  max-width: 660px;
  margin: 0;
  font-size: clamp(3rem, 4.8vw, 4.5rem);
  line-height: 0.94;
  font-weight: 700;
}

.hero__title {
  display: grid;
  gap: 6px;
  max-width: 660px;
  margin: 0;
}

.hero__title > span {
  display: block;
}

.hero__eyebrow {
  color: var(--gold);
  font-family: Inter, system-ui, sans-serif;
  font-size: 0.82rem;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.14em;
  line-height: 1.1;
}

.hero__title-main {
  color: var(--white);
  font-style: normal;
  line-height: 0.94;
  white-space: nowrap;
}

.hero__title-accent {
  color: var(--gold);
  font-style: italic;
  line-height: 0.95;
}

.title-accent {
  width: 68px;
  height: 2px;
  margin-top: 18px;
  background: var(--gold);
}

.hero__lead {
  max-width: 570px;
  margin: 20px 0 28px;
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.92);
}

.hero__benefits {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  max-width: 660px;
  margin-bottom: 26px;
}

.hero__benefits article {
  display: grid;
  gap: 7px;
  justify-items: center;
  padding-inline: 8px;
  text-align: center;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.hero__benefits article:last-child {
  border-right: 0;
}

.hero__benefits svg {
  width: 30px;
  height: 30px;
  color: var(--gold);
}

.hero__benefits span {
  font-size: 0.78rem;
  font-weight: 650;
  line-height: 1.28;
}

.secure-note,
.clients__note,
.whatsapp-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.secure-note {
  margin: 16px 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.70rem;
  font-weight: 100px;
}

.lead-card {
  max-width: 520px;
  margin-left: auto;
  padding: 28px 30px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 9px;
  background: linear-gradient(145deg, rgba(1, 47, 116, 0.9), rgba(1, 25, 62, 0.92));
  box-shadow: var(--shadow);
  backdrop-filter: blur(12px);
}

.lead-modal-backdrop,
.lead-card__close {
  display: none;
}

.lead-card h2 {
  margin: 0;
  font-size: 1.72rem;
  line-height: 1.02;
  white-space: nowrap;
}

.lead-card > p {
  margin: 8px 0 16px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 0.84rem;
}

.lead-form,
.lead-form label {
  display: grid;
  gap: 10px;
}

#formulario {
  scroll-margin-top: calc(var(--header-height) + 24px);
}

.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.lead-form label span {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
}

input,
select,
textarea {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 6px;
  background: rgba(0, 25, 63, 0.72);
  color: var(--white);
  padding: 11px 13px;
  font: 500 0.82rem Inter, system-ui, sans-serif;
  outline: none;
}

textarea {
  min-height: 96px;
  resize: vertical;
}

input::placeholder,
textarea::placeholder {
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.8rem;
  font-weight: 450;
}

select {
  color: rgba(255, 255, 255, 0.72);
  font-weight: 500;
}

input:focus,
select:focus,
textarea:focus {
  border-color: var(--gold);
  box-shadow: 0 0 0 3px rgba(243, 197, 95, 0.16);
}

.field-error {
  border-color: #ffb3b3;
}

.form-hp,
.honeypot {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  opacity: 0;
  overflow: hidden;
}

.lead-form__submit {
  width: 100%;
  margin-top: 2px;
}

.lead-form__submit.is-loading {
  cursor: progress;
}

.lead-form__submit.is-loading svg {
  display: none;
}

.lead-form__submit.is-loading::after {
  content: "";
  width: 14px;
  height: 14px;
  flex: 0 0 14px;
  box-sizing: border-box;
  border: 2px solid rgba(6, 26, 55, 0.28);
  border-top-color: rgba(6, 26, 55, 0.88);
  border-radius: 50%;
  animation: kpy-spinner-spin 760ms linear infinite;
}

.form-status {
  min-height: 10px;
  margin: 0;
  color: #ffe19a;
  font-size: 0.86rem;
  font-weight: 600;
  text-align: center;
}

.form-status.is-success {
  color: #d8f9df;
}

.form-status.is-error {
  color: #ffd1d1;
}

@keyframes kpy-spinner-spin {
  to {
    transform: rotate(360deg);
  }
}

.form-consent {
  margin: 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.70rem;
  text-align: center;
  font-weight: 100px;
}

@media (min-width: 1024px) {
  .hero {
    min-height: calc(100svh - 66px);
    padding-top: clamp(18px, 2.2vh, 30px);
    padding-bottom: clamp(16px, 2.1vh, 26px);
    background:
      radial-gradient(circle at 18% 4%, rgba(8, 103, 211, 0.24), transparent 36%),
      linear-gradient(90deg, #001b46 0%, #01265f 58%, #103b95 100%);
  }

  .hero::before {
    background-size: 82px 82px;
    mask-image: linear-gradient(
      90deg,
      #000 0%,
      #000 60%,
      rgba(0, 0, 0, 0.8) 72%,
      rgba(0, 0, 0, 0.32) 84%,
      transparent 95%
    );
    opacity: 0.26;
  }

  .hero::after {
    top: -170px;
    left: 45%;
    bottom: auto;
    width: 360px;
    height: 900px;
    border-color: rgba(243, 197, 95, 0.38);
    box-shadow:
      -26px 0 0 -25px rgba(255, 255, 255, 0.16),
      28px 0 0 -27px rgba(243, 197, 95, 0.14);
    transform: rotate(8deg);
    opacity: 0.38;
  }

  .hero__grid {
    grid-template-columns: minmax(0, 0.94fr) minmax(470px, 0.7fr);
    gap: clamp(22px, 2vw, 32px);
    padding-top: 50px;
  }

  .hero__content {
    max-width: 640px;
  }

  .hero__content h1 {
    max-width: 640px;
    font-size: clamp(2.82rem, 4vw, 4.1rem);
    line-height: 0.9;
  }

  .hero .eyebrow {
    margin-bottom: 8px;
  }

  .hero .title-accent {
    margin-top: 14px;
  }

  .hero__lead,
  .hero__benefits {
    max-width: 600px;
  }

  .hero__lead {
    margin-bottom: 16px;
    line-height: 1.42;
  }

  .hero__benefits {
    gap: 8px;
    margin-bottom: 14px;
    padding-top: 10px;
  }

  .hero__benefits article {
    gap: 5px;
    padding-inline: 5px;
  }

  .hero__ctas {
    gap: 10px;
  }

  .hero__content .hero__ctas {
    margin-top: 14px;
    padding-top: 20px;
    padding-bottom: 15px;
  }

  .secure-note {
    margin-top: 10px;
  }

  .hero__image {
    top: 0;
    bottom: 0;
    left: auto;
    width: min(42vw, 610px);
    background:
      linear-gradient(
        90deg,
        rgba(0, 27, 70, 0.82) 0%,
        rgba(0, 27, 70, 0.46) 26%,
        rgba(0, 27, 70, 0.16) 52%,
        rgba(0, 27, 70, 0.04) 76%,
        rgba(0, 27, 70, 0) 100%
      ),
      url("/public/assets/img/hero-kpy-desktop.webp") right center / auto 100% no-repeat;
    -webkit-mask-image: linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, 0.28) 10%, #000 22%, #000 100%);
    mask-image: linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, 0.28) 10%, #000 22%, #000 100%);
  }

  .lead-card {
    position: relative;
    isolation: isolate;
    opacity: 0;
    transform: translateY(18px) scale(0.975);
    pointer-events: none;
    transition: opacity 0.34s ease, transform 0.46s cubic-bezier(0.22, 0.9, 0.2, 1);
    margin-right: clamp(20px, 2.5vw, 36px);
    overflow: visible;
    will-change: transform, box-shadow, opacity;
    padding: clamp(16px, 1.65vw, 24px);
  }

  .lead-card h2 {
    font-size: 1.5rem;
    margin-bottom: 5px;
    line-height: 1;
  }

  .lead-card > p {
    margin: 0 0 8px;
  }

  .lead-form,
  .lead-form label {
    gap: 7px;
  }

  .form-grid {
    gap: 7px;
  }

  .form-grid .field--message {
    grid-column: 1 / -1;
  }

  input,
  select,
  textarea {
    min-height: 38px;
    padding: 7px 11px;
  }

  textarea {
    min-height: 74px;
  }

  .lead-form__submit {
    min-height: 40px;
    margin-top: 1px;
  }

  .form-consent {
    line-height: 1.4;
  }

  .hero.hero--form-visible .lead-card {
    opacity: 1;
    transform: translateY(0) scale(1);
    pointer-events: auto;
  }

  .hero.hero--form-visible .lead-card--pulse {
    animation:
      leadCardPop 600ms cubic-bezier(0.22, 0.9, 0.2, 1) 1 both,
      leadCardGlow 980ms ease-out 1 both;
  }
}

@keyframes leadCardPop {
  0% {
    opacity: 0;
    transform: translateY(18px) scale(0.975);
  }

  55% {
    opacity: 1;
    transform: translateY(-2px) scale(1.02);
  }

  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes leadCardGlow {
  0% {
    box-shadow:
      0 22px 70px rgba(7, 27, 58, 0.16),
      0 0 0 0 rgba(243, 197, 95, 0),
      0 0 0 0 rgba(5, 88, 190, 0);
  }

  20% {
    box-shadow:
      0 22px 70px rgba(7, 27, 58, 0.16),
      0 0 22px 4px rgba(243, 197, 95, 0.22),
      0 0 28px 6px rgba(5, 88, 190, 0.18);
  }

  100% {
    box-shadow: var(--shadow);
  }
}

.section {
  padding: 58px 0;
  background: var(--white);
}

.benefits {
  padding-top: 96px;
  padding-bottom: 100px;
}

.section h2,
.benefits h2,
.clients h2,
.process h2,
.faq h2,
.final-cta h2 {
  margin: 0;
  color: var(--ink);
  text-align: center;
  font-size: clamp(1.9rem, 3vw, 2.45rem);
  line-height: 1;
}

.section h2::after,
.blue-split h2::after,
.faq h2::after,
.final-cta h2::after {
  content: "";
  display: block;
  width: 58px;
  height: 2px;
  margin: 14px auto 0;
  background: var(--gold);
}

.blue-split h2::after,
.faq h2::after,
.final-cta h2::after {
  margin-left: 0;
}

.section-rule {
  display: none;
}

.benefit-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  margin-top: 34px;
}

.benefit-grid article {
  padding: 16px 34px 24px;
  text-align: center;
  border-right: 1px solid var(--border);
}

.benefit-grid article:last-child {
  border-right: 0;
}

.benefit-grid svg {
  display: block;
  width: 54px;
  height: 54px;
  margin: 0 auto 12px;
  padding: 11px;
  box-sizing: border-box;
  color: #01265f;
  background: #f3c55f;
  border: 1px solid rgba(1, 38, 95, 0.1);
  box-shadow: 0 8px 18px rgba(1, 38, 95, 0.08);
  border-radius: 50%;
}

.benefit-grid h3,
.process-grid h3 {
  margin: 10px 0 6px;
  font-size: 0.96rem;
  font-weight: 650;
  line-height: 1.2;
}

.benefit-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 0.9375rem;
  line-height: 1.55;
  text-align: center;
}

.process-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 0.86rem;
  line-height: 1.48;
}

.blue-split {
  position: relative;
  overflow: hidden;
  color: var(--white);
  padding-top: 40px;
  padding-bottom: 40px;
  background:
    linear-gradient(135deg, rgba(0, 24, 64, 0.98) 0%, rgba(16, 59, 149, 0.93) 48%, rgba(5, 88, 190, 0.9) 100%),
    var(--blue-dark);
}

.blue-split::before {
  content: none;
}

.blue-split__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.blue-split__grid > div {
  position: relative;
  padding: 54px 0;
}

.blue-split__grid > div:first-child {
  padding-right: 44px;
}

.blue-split__grid > div:first-child::after {
  content: "";
  position: absolute;
  top: 34px;
  right: 0;
  bottom: 34px;
  width: 1px;
  background: rgba(255, 255, 255, 0.18);
}

.blue-split__grid > div:last-child {
  padding-left: 44px;
}

.blue-split h2 {
  margin: 0 0 28px;
  font-size: clamp(1.8rem, 2.35vw, 2.18rem);
  line-height: 1;
  white-space: nowrap;
}

.icon-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px 22px;
}

.blue-split__grid > div:last-child .icon-list {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.icon-list article {
  display: grid;
  grid-template-columns: 36px 1fr;
  gap: 10px;
  align-items: center;
  font-weight: 400;
  font-size: 0.8rem;
  line-height: 1.45;
}

.icon-list svg {
  width: 34px;
  height: 34px;
  padding: 7px;
  border-radius: 8px;
  background: rgba(0, 18, 45, 0.34);
  color: var(--gold);
}

.process {
  padding-top: 64px;
  padding-bottom: 62px;
}

.process-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0;
  margin-top: 36px;
  padding: 24px 18px 22px;
  border: 1px solid #cad7ea;
  border-radius: 10px;
  box-shadow: 0 14px 36px rgba(7, 27, 58, 0.05);
}

.process-grid article {
  position: relative;
  padding: 0 14px;
  text-align: center;
}

.process-grid article:not(:last-child)::after {
  content: "->";
  position: absolute;
  top: 16px;
  right: -8px;
  color: #8a97aa;
  font-weight: 650;
}

.process-grid span {
  width: 52px;
  height: 52px;
  display: inline-grid;
  place-items: center;
  margin-top: -52px;
  border: 2px solid var(--gold);
  border-radius: 50%;
  background: var(--white);
  color: var(--ink);
  font-size: 1.45rem;
  font-weight: 650;
}

.section.clients {
  padding-top: 88px;
  padding-bottom: 92px;
  background: #dce6f2;
}

.client-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  margin-top: 28px;
}

.client-logo-card {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 120px;
  padding: 24px 22px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(16, 59, 149, 0.1);
  box-shadow: 0 16px 38px rgba(1, 38, 95, 0.08);
  backdrop-filter: blur(10px);
  border-radius: 14px;
  overflow: hidden;
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.client-logo-card img {
  width: 100%;
  max-width: 180px;
  max-height: 64px;
  object-fit: contain;
  filter: grayscale(1);
  opacity: 1;
  transition: transform 220ms ease, filter 220ms ease, opacity 220ms ease;
}

.client-logo-card--hidden {
  display: none !important;
}

.clients__note {
  display: flex;
  justify-content: center;
  margin: 22px auto 0;
  max-width: 960px;
  color: var(--ink);
  text-align: center;
  font-weight: 500;
}

.clients__note svg {
  color: var(--blue-dark);
}

@media (hover: hover) and (pointer: fine) {
  .client-logo-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 20px 46px rgba(1, 38, 95, 0.16);
    border-color: rgba(16, 59, 149, 0.18);
  }

  .client-logo-card:hover img {
    filter: grayscale(0);
    transform: scale(1.07);
  }
}

.faq-cta {
  padding: 76px 0 84px;
  background: linear-gradient(180deg, var(--white), var(--bg));
  overflow: hidden;
}

.faq-cta__grid {
  width: min(100% - 32px, var(--container));
  margin-inline: auto;
  display: grid;
  grid-template-columns: minmax(0, 0.6fr) minmax(420px, 0.4fr);
  gap: 24px;
  align-items: flex-start;
}

.faq {
  padding: 32px;
  border: 1px solid var(--border);
  border-radius: 10px;
  background: var(--white);
}

.faq h2 {
  margin-bottom: 24px;
  text-align: left;
}

details {
  border: 1px solid var(--border);
  border-radius: 8px;
  background: var(--white);
  overflow: hidden;
}

details + details {
  margin-top: 14px;
}

summary {
  position: relative;
  list-style: none;
  padding: 16px 48px 16px 18px;
  color: var(--blue-dark);
  cursor: pointer;
  font-weight: 600;
  font-size: 0.94rem;
}

summary::-webkit-details-marker {
  display: none;
}

summary::after {
  content: "+";
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.5rem;
  font-weight: 500;
}

details[open] summary::after {
  content: "-";
}

.faq__answer {
  display: grid;
  grid-template-rows: 0fr;
  overflow: hidden;
  transition: grid-template-rows 280ms ease;
}

details[open] .faq__answer {
  grid-template-rows: 1fr;
}

.faq__answer p {
  min-height: 0;
  margin: 0 18px 18px;
  padding: 0;
  overflow: hidden;
  opacity: 0;
  color: var(--muted);
  font-size: 0.88rem;
  font-weight: 400;
  transition: opacity 220ms ease, padding 220ms ease, margin 220ms ease;
}

details[open] .faq__answer p {
  margin: -4px 18px 18px;
  padding-top: 4px;
  opacity: 1;
}

.final-cta {
  min-height: 390px;
  overflow: hidden;
  border-radius: 18px;
  box-shadow: 0 22px 48px rgba(1, 38, 95, 0.18);
  background:
    linear-gradient(90deg, rgba(0, 27, 70, 0.98) 0%, rgba(16, 59, 149, 0.94) 48%, rgba(5, 88, 190, 0.70) 100%),
    url("/public/assets/img/cta-supervisor.webp") 72% center / cover no-repeat;
  color: var(--white);
  align-self: flex-start;
}

.final-cta__content {
  max-width: 430px;
  padding: 38px 32px 34px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.final-cta h2 {
  color: var(--white);
  text-align: center;
  font-size: clamp(2rem, 2.9vw, 2.5rem);
  line-height: 1;
}

.final-cta h2::after {
  margin: 14px auto 0;
}

.final-cta p {
  max-width: 390px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.9rem;
  line-height: 1.45;
  text-align: center;
}

.final-cta__bullets {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px 14px;
  margin: 20px 0;
}

.final-cta__bullets span {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  min-width: 0;
  font-weight: 600;
  font-size: 0.94rem;
  line-height: 1.15;
  text-align: center;
}

.final-cta__bullets svg {
  color: var(--gold);
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
}

.final-cta .btn {
  width: min(100%, 320px);
  margin: 4px auto 0;
  align-self: center;
}

.site-footer {
  padding: 34px 0 16px;
  color: var(--white);
  background: linear-gradient(90deg, #00183f 0%, #012e75 52%, #001b46 100%);
}

.footer__grid {
  display: grid;
  grid-template-columns: 0.9fr 1.32fr 0.78fr;
  gap: 28px;
  align-items: center;
}
@media (min-width: 1061px) {
  .site-footer .footer__brand {
    display: grid;
    justify-items: center;
    justify-self: center;
    gap: 8px;
    text-align: center;
  }

  .site-footer .footer__brand img {
    width: 140px;
    height: 140px;
    object-fit: contain;
  }

  .site-footer .footer__brand-text {
    display: grid;
    justify-items: center;
    gap: 4px;
    text-transform: uppercase;
  }

  .site-footer .footer__brand-text strong {
    font-size: clamp(1.05rem, 1.18vw, 1.26rem);
    line-height: 0.95;
    white-space: nowrap;
    letter-spacing: 0.01em;
  }

  .site-footer .footer__brand-text span {
    font-size: 0.68rem;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 0.32em;
  }

    .site-footer .footer__contact {
    justify-self: start;
    justify-items: start;
    gap: 9px;
    width: 100%;
    max-width: 460px;
    margin-left: clamp(34px, 4vw, 68px);
    text-align: left;
  }

  .site-footer .footer__contact a,
  .site-footer .footer__contact > span {
    justify-content: flex-start;
    width: 100%;
    color: rgba(255, 255, 255, 0.92);
    font-size: 0.93rem;
    line-height: 1.35;
    text-align: left;
  }

  .site-footer .footer__contact svg {
    width: 1rem;
    height: 1rem;
    flex: 0 0 1rem;
  }

  .site-footer .footer__contact a span,
  .site-footer .footer__contact > span span {
    display: inline;
    color: inherit;
    font-size: inherit;
    line-height: inherit;
  }

  .site-footer .footer__address span {
    max-width: 390px;
  }

  .site-footer .footer__badge {
    justify-self: end;
    width: 280px;
    padding: 16px 18px;
    gap: 13px;
  }

  .site-footer .footer__badge svg {
    width: 38px;
    height: 38px;
    flex: 0 0 38px;
  }

  .site-footer .footer__badge span {
    display: block;
    white-space: nowrap;
    font-size: 0.84rem;
    line-height: 1.42;
  }

  .final-cta__content {
    width: min(100%, 430px);
    margin-inline: auto;
    align-items: center;
    text-align: center;
  }

  .final-cta p {
    width: min(100%, 390px);
    margin-inline: auto;
    text-align: center;
  }

  .final-cta__bullets {
    width: min(100%, 390px);
    margin: 20px auto 0;
    gap: 18px;
  }

  .final-cta__bullets span {
    font-size: 0.97rem;
  }

  .final-cta__bullets svg {
    width: 20px;
    height: 20px;
    flex-basis: 20px;
  }

  .final-cta .btn {
    margin: 24px auto 0;
    align-self: center;
  }
  
}

address {
  display: grid;
  gap: 8px;
  font-style: normal;
}

address a,
address span {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.9rem;
}

address svg {
  color: var(--gold);
}

.footer__badge {
  justify-self: end;
  display: inline-flex;
  align-items: center;
  gap: 14px;
  padding: 18px 22px;
  border: 1px solid var(--gold);
  border-radius: 8px;
  color: var(--gold);
  font-size: 0.92rem;
  font-weight: 650;
}

.footer__badge svg {
  width: 34px;
  height: 34px;
  flex: 0 0 auto;
}

.footer__bottom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-top: 24px;
  padding-top: 14px;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.82rem;
}

.footer__bottom p {
  margin: 0;
}

.footer__bottom a {
  color: var(--white);
}

.legal-trigger {
  appearance: none;
  border: 0;
  background: transparent;
  color: var(--white);
  padding: 0;
  font: inherit;
  cursor: pointer;
}

.legal-modal[hidden] {
  display: none;
}

.legal-modal {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: grid;
  place-items: center;
  padding: 24px;
}

.legal-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 18, 45, 0.72);
  backdrop-filter: blur(5px);
}

.legal-modal__dialog {
  position: relative;
  width: min(100%, 760px);
  max-height: min(82vh, 780px);
  overflow: auto;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 12px;
  background: var(--white);
  box-shadow: 0 28px 90px rgba(0, 18, 45, 0.36);
  padding: 34px;
}

.legal-modal__dialog h2 {
  margin: 0 0 22px;
  color: var(--ink);
  text-align: center;
  font-size: 2.15rem;
}

.legal-modal__dialog h2::after {
  content: "";
  display: block;
  width: 58px;
  height: 2px;
  margin: 12px auto 0;
  background: var(--gold);
}

.legal-modal__content {
  display: grid;
  gap: 10px;
}

.legal-modal__content h3 {
  margin: 12px 0 0;
  color: var(--ink);
  font-size: 0.98rem;
  font-weight: 650;
}

.legal-modal__content p {
  margin: 0;
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.65;
  text-align: justify;
}

.legal-modal__x {
  position: absolute;
  top: 14px;
  right: 16px;
  width: 34px;
  height: 34px;
  border: 1px solid var(--border);
  border-radius: 50%;
  background: var(--white);
  color: var(--ink);
  cursor: pointer;
  font-size: 1.45rem;
  line-height: 1;
}

.legal-modal__close {
  margin: 24px auto 0;
  min-width: 160px;
}

@media (max-width: 1060px) {
  .hero__grid {
    grid-template-columns: 1fr;
  }

  .hero__image {
    width: 100%;
    opacity: 0.24;
  }

  .lead-card {
    max-width: 620px;
    margin: 0;
  }

  .blue-split__grid,
  .footer__grid {
    grid-template-columns: 1fr;
  }

  .faq-cta__grid {
    width: min(100% - 32px, var(--container));
    margin-inline: auto;
    grid-template-columns: 1fr;
  }

  .final-cta {
    border-radius: 18px;
  }

  .blue-split__grid > div:first-child {
    padding-right: 0;
  }

  .blue-split__grid > div:first-child::after {
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
    width: auto;
    height: 1px;
  }

  .blue-split__grid > div:last-child {
    padding-left: 0;
  }

  .blue-split h2 {
    white-space: normal;
  }

  .footer__badge {
    justify-self: start;
  }
}

@media (max-width: 820px) {
  .brand img {
    width: 48px;
    height: 48px;
  }

  .brand__text strong {
    font-size: 1.08rem;
  }

  .brand__text span {
    font-size: 0.62rem;
  }

  .header__actions .btn--outline {
    display: none;
  }

  .hero {
    min-height: auto;
  }

  .hero__grid {
    padding: 44px 0 38px;
    gap: 30px;
  }

  .lead-card h2 {
    white-space: normal;
  }

  .hero__benefits,
  .benefit-grid,
  .process-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hero__benefits article:nth-child(2n),
  .benefit-grid article:nth-child(2n) {
    border-right: 0;
  }

  .benefit-grid {
    gap: 20px 0;
  }

  .process-grid {
    gap: 28px 0;
  }

  .process-grid article:not(:last-child)::after {
    display: none;
  }

  .process-grid span {
    margin-top: 0;
  }

  .icon-list,
  .blue-split__grid > div:last-child .icon-list {
    grid-template-columns: 1fr;
  }

  .footer__bottom {
    display: grid;
    justify-content: center;
    justify-items: center;
    align-items: center;
    gap: 4px;
    width: 100%;
    text-align: center;
    font-size: 0.57rem;
    line-height: 1.18;
  }

  .footer__bottom p,
  .footer__bottom div {
    width: 100%;
    max-width: 340px;
    margin: 0 auto;
    text-align: center;
  }
}

@media (max-width: 767px) {
  .faq-cta {
    padding-top: 58px;
    padding-bottom: 64px;
  }

  .blue-split {
    padding-top: 30px;
    padding-bottom: 30px;
    overflow: hidden;
  }

  .blue-split h2 {
    text-align: center;
    white-space: normal;
  }

  .blue-split h2::after {
    margin: 14px auto 0;
  }

  .blue-split__grid > div:first-child::after {
    background: rgba(255, 255, 255, 0.16);
  }

  .icon-list,
  .blue-split__grid > div:last-child .icon-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px 12px;
  }

  .blue-split .icon-list article {
    grid-template-columns: 1fr;
    gap: 8px;
    justify-items: center;
    padding: 12px 10px;
    text-align: center;
    font-weight: 400;
    font-size: 0.75rem;
    line-height: 1.4;
  }

  .blue-split .icon-list svg {
    margin-inline: auto;
  }

  .final-cta {
    min-height: 0;
    height: auto;
    background:
      linear-gradient(90deg, rgba(0, 27, 70, 0.98) 0%, rgba(16, 59, 149, 0.94) 48%, rgba(5, 88, 190, 0.70) 100%),
      url("/public/assets/img/cta-supervisor.webp") 72% center / cover no-repeat;
  }

  .final-cta__content {
    align-items: center;
    text-align: center;
    padding: 28px 22px 24px;
  }

  .final-cta h2,
  .final-cta p {
    text-align: center;
  }

  .final-cta__bullets {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px 16px;
  }

  .final-cta__bullets span {
    justify-content: center;
    font-size: 13px;
    line-height: 1.2;
  }

  .final-cta__bullets svg {
    width: 18px;
    height: 18px;
    flex-basis: 18px;
  }

  .final-cta .btn {
    width: min(100%, 290px);
  }

  .clients {
    padding-top: 64px;
    padding-bottom: 68px;
  }

  .client-grid {
    gap: 12px;
    margin-top: 22px;
  }

  .client-logo-card {
    min-height: 84px;
    padding: 14px 10px;
    border-radius: 12px;
  }

  .client-logo-card img {
    max-width: 100%;
    max-height: 42px;
  }

  .clients__note {
    margin-top: 18px;
    font-size: 11px;
    line-height: 1.2;
  }
}

@media (max-width: 560px) {
  .container {
    width: min(100% - 24px, var(--container));
  }

  .site-header .header__inner {
    gap: 14px;
  }

  .site-header .brand {
    gap: 6px;
  }

  .site-header .brand img {
    width: 40px;
    height: 40px;
  }

  .site-header .brand__text strong {
    font-size: 0.85rem;
    line-height: 1;
  }

  .site-header .brand__text span {
    font-size: 0.5rem;
    font-weight: 500;
    letter-spacing: 0.14em;
  }

  .header__actions .btn {
    min-height: 35px;
    padding-inline: 7px;
    font-size: 0.64rem;
    gap: 4px;
    white-space: nowrap;
  }

  .header__actions .btn svg {
    width: 0.82rem;
    height: 0.82rem;
  }

  .hero__ctas {
    align-items: stretch;
  }

  .hero__ctas .btn {
    width: 100%;
  }

  .hero__benefits,
  .benefit-grid,
  .process-grid,
  .form-grid {
    grid-template-columns: 1fr;
  }

  .hero__benefits article,
  .benefit-grid article {
    border-right: 0;
  }

  .process-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px 12px;
    margin-top: 28px;
    padding: 18px 14px 16px;
  }

  .process-grid article {
    padding: 0 8px;
  }

  .process-grid article:nth-child(5) {
    grid-column: 1 / -1;
    justify-self: center;
    width: min(100%, 56%);
  }

  .process-grid article:not(:last-child)::after {
    display: none;
  }

  .process-grid span {
    width: 46px;
    height: 46px;
    font-size: 1.2rem;
  }

  .process-grid h3 {
    font-size: 0.92rem;
    line-height: 1.18;
  }

  .process-grid p {
    font-size: 13px;
    line-height: 1.45;
    text-align: center;
  }

  .benefits {
    padding-top: 64px;
    padding-bottom: 68px;
  }

  .benefit-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px 14px;
    margin-top: 26px;
  }

  .benefit-grid article {
    padding: 12px 12px 14px;
  }

  .benefit-grid svg {
    width: 46px;
    height: 46px;
    margin-bottom: 10px;
    padding: 9px;
  }

  .benefit-grid p {
    font-size: 0.78125rem;
    line-height: 1.42;
    text-align: center;
  }

  .lead-card,
  .faq,
  .legal-modal__dialog {
    padding: 22px;
  }

  .footer__badge {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .hero {
    min-height: auto;
    padding: 32px 0 34px;
    background:
      radial-gradient(circle at 0% 100%, rgba(0, 18, 45, 0.88) 0%, rgba(0, 18, 45, 0.78) 18%, transparent 48%),
      radial-gradient(circle at 24% 12%, rgba(5, 88, 190, 0.22), transparent 32%),
      linear-gradient(180deg, #01265f 0%, #01265f 42%, #001b46 100%);
  }

  .hero::before {
    z-index: 1;
    opacity: 0.32;
    background-size: 58px 58px;
    mask-image: linear-gradient(90deg, #000 0%, rgba(0, 0, 0, 0.72) 54%, transparent 86%);
  }

  .hero::after {
    z-index: 1;
    left: -180px;
    bottom: -170px;
    width: 560px;
    height: 280px;
    opacity: 0.24;
  }

  .hero__image {
    position: absolute;
    inset: 0;
    width: 100%;
    max-width: 100%;
    opacity: 1;
    z-index: 0;
    background:
      linear-gradient(180deg, rgba(0, 24, 64, 0.68) 0%, rgba(1, 34, 85, 0.58) 36%, rgba(0, 24, 64, 0.82) 100%),
      linear-gradient(90deg, rgba(0, 24, 64, 0.72) 0%, rgba(1, 34, 85, 0.46) 52%, rgba(0, 24, 64, 0.72) 100%),
      url("/public/assets/img/hero-kpy-desktop.webp") center top / cover no-repeat;
  }

  .hero__grid {
    padding: 14px 0 0;
    padding-bottom: 0;
    gap: 0;
    position: relative;
    z-index: 2;
  }

  .hero__content {
    max-width: 100%;
    display: grid;
    justify-items: center;
    align-content: start;
    text-align: center;
  }

  .hero__title {
    max-width: 100%;
    gap: 10px;
  }

  .hero__eyebrow {
    font-size: 0.66rem;
    letter-spacing: 0.17em;
    margin-bottom: 14px;
  }

  .hero__title-main {
    font-size: clamp(30px, 8vw, 44px);
    line-height: 0.92;
    white-space: nowrap;
  }

  .hero__title-accent {
    font-size: clamp(28px, 7.2vw, 40px);
    line-height: 0.95;
  }

  .hero__lead {
    max-width: 92%;
    margin: 20px 0 26px;
    font-size: 1.05rem;
    line-height: 1.45;
  }

  .hero__benefits {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 8px;
    max-width: 100%;
    margin-bottom: 24px;
  }

  .hero__benefits article {
    gap: 8px;
    padding-inline: 0;
    border-right: 0;
  }

  .hero__benefits svg {
    width: 21px;
    height: 21px;
  }

  .hero__benefits span {
    font-size: 0.7rem;
    line-height: 1.2;
  }

  .hero__ctas {
    display: grid;
    grid-template-columns: minmax(0, 0.92fr) minmax(0, 0.92fr);
    justify-content: center;
    width: min(100%, 500px);
    margin-inline: auto;
    gap: 14px;
    margin-top: 6px;
    margin-bottom: 18px;
  }

  .hero__ctas .btn {
    width: 100%;
    max-width: 100%;
    min-height: 40px;
    padding: 0 8px;
    font-size: 0.68rem;
    border-radius: 8px;
    white-space: nowrap;
  }

  .hero__ctas .btn svg {
    width: 0.9rem;
    height: 0.9rem;
  }

  .hero__ctas .btn .btn__icon-img {
    width: 16px;
    height: 16px;
    flex-basis: 16px;
  }

  .secure-note {
    justify-content: center;
    margin-top: 14px;
    margin-bottom: 0;
  }

  .lead-card {
    display: none;
  }
}

@media (max-width: 767px) {
  html,
  body {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
  }

  body {
    position: relative;
  }

  .site-header,
  .site-header *,
  main,
  .hero,
  .hero *,
  .container {
    box-sizing: border-box;
  }

  .site-header,
  main,
  .hero,
  .hero__grid,
  .hero__content,
  .hero__title,
  .hero__lead,
  .hero__benefits,
  .hero__ctas {
    width: 100%;
    max-width: 100%;
  }

  .container {
    width: min(100% - 24px, var(--container));
    max-width: calc(100% - 24px);
  }

  .site-header .header__inner {
    min-width: 0;
    width: 100%;
    gap: 8px;
  }

  .site-header .brand {
    min-width: 0;
    flex: 1 1 auto;
  }

  .site-header .brand__text {
    min-width: 0;
  }

  .site-header .brand__text strong,
  .site-header .brand__text span {
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .site-header .header__actions {
    flex: 0 1 auto;
    min-width: 0;
    gap: 0;
  }

  .site-header .header__actions .btn {
    min-width: 0;
    max-width: 172px;
    padding-inline: 8px;
    font-size: clamp(0.62rem, 2.7vw, 0.72rem);
    white-space: nowrap;
  }

  .hero__title-main {
    white-space: normal;
    overflow-wrap: normal;
    font-size: clamp(2.15rem, 9.8vw, 2.85rem);
  }

  .hero__title-accent {
    font-size: clamp(2rem, 9vw, 2.65rem);
  }

  .hero__lead {
    overflow-wrap: break-word;
  }

  .hero__benefits {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    min-width: 0;
  }

  .hero__benefits article,
  .hero__benefits span {
    min-width: 0;
  }

  .hero__benefits span {
    overflow-wrap: break-word;
    word-break: normal;
    font-size: clamp(0.58rem, 2.55vw, 0.68rem);
  }

  .hero__ctas {
    grid-template-columns: minmax(0, 0.92fr) minmax(0, 0.92fr);
    min-width: 0;
    gap: 14px;
    width: min(100%, 500px);
    margin-inline: auto;
    justify-content: center;
  }

  .hero__ctas .btn {
    min-width: 0;
    width: 100%;
    padding-inline: 8px;
    font-size: 0.68rem;
    white-space: nowrap;
  }

  .hero__ctas .btn svg,
  .hero__ctas .btn .btn__icon-img {
    flex: 0 0 auto;
  }

  .hero__image {
    width: 100%;
    max-width: 100%;
  }

  body.is-lead-modal-open {
    overflow: hidden;
    touch-action: none;
  }

  .lead-modal-backdrop {
    display: block;
    position: fixed;
    inset: 0;
    z-index: 80;
    background: rgba(0, 18, 45, 0.7);
    backdrop-filter: blur(8px);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.24s ease, visibility 0.24s ease;
  }

  body.is-lead-modal-open .lead-modal-backdrop {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }

  .lead-card {
    display: block;
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 90;
    width: min(calc(100% - 24px), 500px);
    max-height: calc(100svh - 28px);
    margin: 0;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    padding: 22px 20px 20px;
    border-radius: 18px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translate(-50%, -46%) scale(0.96);
    transition:
      opacity 0.28s ease,
      transform 0.34s cubic-bezier(0.22, 0.9, 0.2, 1),
      visibility 0.28s ease;
    box-shadow: 0 24px 80px rgba(0, 17, 44, 0.42);
  }

  body.is-lead-modal-open .lead-card {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translate(-50%, -50%) scale(1);
  }

  .lead-card__close {
    display: inline-flex;
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 3;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 999px;
    background: rgba(0, 17, 44, 0.76);
    color: var(--white);
    font-size: 1.05rem;
    line-height: 1;
    cursor: pointer;
  }

  .lead-card h2 {
    text-align: center;
    white-space: nowrap;
    font-size: clamp(1.4rem, 5.6vw, 1.8rem);
    line-height: 1.05;
  }

  .lead-card > p {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 12px;
    font-size: 0.65rem;
    line-height: 1.35;
  }

  .lead-card input::placeholder,
  .lead-card textarea::placeholder {
    color: rgba(255, 255, 255, 0.62);
    opacity: 1;
  }

  .lead-form {
    gap: 9px;
  }

  .form-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .field--name {
    order: 1;
  }

  .field--company {
    order: 2;
  }

  .field--phone {
    order: 3;
  }

  .field--city {
    order: 4;
  }

  .field--email {
    order: 5;
    grid-column: 1 / -1;
  }

  .field--type {
    order: 6;
    grid-column: 1 / -1;
  }

  .field--message {
    order: 7;
    grid-column: 1 / -1;
  }

  .lead-form label {
    min-width: 0;
  }

  input,
  select,
  textarea {
    min-height: 42px;
    padding: 10px 12px;
  }

  textarea {
    min-height: 88px;
  }

  .lead-form__submit {
    min-height: 42px;
    margin-top: 2px;
  }

  .form-status {
    margin-top: 2px;
  }

  .form-consent {
    margin-top: 4px;
  }

  body.is-lead-modal-open .lead-card__close {
    display: inline-flex;
  }
}

@media (min-width: 768px) {
  .lead-modal-backdrop,
  .lead-card__close {
    display: none !important;
  }
}

@media (max-width: 767px) {
  body.is-lead-modal-open .lead-modal-backdrop {
    z-index: 80;
  }

  body.is-lead-modal-open .hero__grid {
    position: relative;
    z-index: 100;
  }

  body.is-lead-modal-open .hero__content {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }

  body.is-lead-modal-open .lead-card {
    z-index: 120;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translate3d(-50%, -50%, 0) scale(1);
    filter: none;
  }

  body.is-lead-modal-open .lead-card,
  body.is-lead-modal-open .lead-card * {
    filter: none;
  }

   .site-footer .footer__brand {
    display: grid;
    justify-items: center;
    justify-self: center;
    width: 100%;
    gap: 8px;
    text-align: center;
  }

   .site-footer .footer__contact {
    width: min(100%, 350px);
    margin: 0px 0px 0px 24px;
    padding-left: 34px;
    justify-items: start;
    text-align: left;
    gap: 10px;
  }

     .site-footer .footer__badge {
    width: 296px;
    max-width: calc(100% - 48px);
    box-sizing: border-box;
    justify-self: center;
    justify-content: center;
    padding: 14px 14px;
    gap: 10px;
  }

  .site-footer .footer__badge svg {
    width: 34px;
    height: 34px;
    flex: 0 0 34px;
  }

  .site-footer .footer__badge span {
    display: block;
    white-space: nowrap;
    font-size: 0.74rem;
    line-height: 1.42;
  }

  .site-footer .footer__contact a,
  .site-footer .footer__contact > span {
    justify-content: flex-start;
    width: 100%;
    gap: 9px;
    font-size: 0.92rem;
    line-height: 1.45;
    text-align: left;
  }

  .site-footer .footer__contact svg {
    width: 1rem;
    height: 1rem;
    flex: 0 0 1rem;
  }

  .site-footer .footer__contact a span,
  .site-footer .footer__contact > span span {
    display: inline;
    color: inherit;
    font-size: inherit;
    line-height: inherit;
  }

  .site-footer .footer__address {
    align-items: flex-start;
  }

  .site-footer .footer__brand img {
    width: 128px;
    height: 128px;
    object-fit: contain;
    margin-bottom: 5px;
  }

  .site-footer .footer__brand-text {
    display: grid;
    justify-items: center;
    gap: 4px;
    text-transform: uppercase;
  }

  .site-footer .footer__brand-text strong {
    font-size: clamp(1.18rem, 5vw, 1.5rem);
    line-height: 0.95;
    white-space: nowrap;
    letter-spacing: 0.01em;
  }

  .site-footer .footer__brand-text span {
    font-size: 0.68rem;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 0.32em;
  }

  
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition: none !important;
  }
}
