:root {
  --steel: #3d4f5c;
  --steel-dark: #1f2a31;
  --steel-deep: #11191e;
  --light: #e8edef;
  --light-soft: #f7f9fa;
  --blue: #0a6ebd;
  --blue-soft: rgba(10, 110, 189, 0.2);
  --ink: #0d1418;
  --white: #ffffff;
  --line: rgba(232, 237, 239, 0.2);
  --line-dark: rgba(61, 79, 92, 0.2);
  --glass: rgba(255, 255, 255, 0.08);
  --shadow: 0 clamp(1rem, 3vw, 2.5rem) clamp(2rem, 5vw, 5rem) rgba(4, 13, 20, 0.34);
  --radius: clamp(1rem, 2vw, 1.5rem);
  --container: min(100% - clamp(2rem, 6vw, 5rem), 76rem);
  --container-wide: min(100% - clamp(2rem, 6vw, 5rem), 88rem);
  --font-head: "Geist", "IBM Plex Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --font-body: "IBM Plex Sans", "Geist", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  max-width: 100%;
}

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

html {
  scroll-behavior: smooth;
  background: var(--steel-deep);
}

body {
  margin: 0;
  font-family: var(--font-body);
  font-size: clamp(0.95rem, 0.35vw + 0.86rem, 1.05rem);
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.82);
  background:
    linear-gradient(135deg, rgba(61, 79, 92, 0.96), rgba(17, 25, 30, 0.98)),
    radial-gradient(circle at 18% 10%, rgba(10, 110, 189, 0.28), transparent 32rem),
    radial-gradient(circle at 84% 22%, rgba(232, 237, 239, 0.16), transparent 28rem);
}

img,
svg,
video,
canvas {
  max-width: 100%;
  height: auto;
}

img {
  width: 100%;
  object-fit: cover;
}

a {
  color: inherit;
  text-decoration: none;
  overflow-wrap: break-word;
}

p,
li,
span,
label,
input,
textarea,
select,
blockquote {
  overflow-wrap: break-word;
  word-break: normal;
}

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

button {
  cursor: pointer;
}

h1,
h2,
h3,
h4 {
  margin-block: 0;
  font-family: var(--font-head);
  font-weight: 800;
  line-height: 1.04;
  letter-spacing: -0.045em;
  color: var(--white);
  word-break: normal;
  overflow-wrap: normal;
  hyphens: none;
}

h1 {
  font-size: clamp(2.2rem, 7.5vw, 5.6rem);
  max-width: 13ch;
}

h2 {
  font-size: clamp(1.8rem, 4.3vw, 3.3rem);
}

h3 {
  font-size: clamp(1.1rem, 2vw, 1.45rem);
}

h4 {
  font-size: clamp(1rem, 1.4vw, 1.2rem);
}

p {
  margin-block: 0;
}

ul {
  margin-block: 0;
  padding-inline-start: 1.2em;
}

.container {
  width: var(--container);
  margin-inline: auto;
}

.container-wide {
  width: var(--container-wide);
  margin-inline: auto;
}

.section {
  padding-block: clamp(4rem, 8vw, 8rem);
}

.narrow {
  max-width: 48rem;
}

.center {
  text-align: center;
}

.lead {
  font-size: clamp(1.02rem, 1vw, 1.28rem);
  color: rgba(255, 255, 255, 0.82);
}

.eyebrow {
  margin-block-end: clamp(0.75rem, 1.4vw, 1.1rem);
  font-size: clamp(0.72rem, 0.45vw + 0.68rem, 0.9rem);
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--light);
}

.btn {
  border: 0;
  border-radius: 999rem;
  padding: clamp(0.78rem, 1.1vw, 1rem) clamp(1.05rem, 2vw, 1.55rem);
  font-weight: 800;
  color: var(--white);
  background: linear-gradient(135deg, var(--blue), #0b85df);
  box-shadow: 0 0 clamp(1.1rem, 2vw, 2.2rem) rgba(10, 110, 189, 0.32);
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
  text-align: center;
}

.btn:hover,
.btn:focus-visible {
  transform: translateY(-0.12rem);
  box-shadow: 0 0 clamp(1.4rem, 3vw, 3rem) rgba(10, 110, 189, 0.42);
}

.btn-ghost {
  color: var(--white);
  background: rgba(255, 255, 255, 0.07);
  border: 0.0625rem solid var(--line);
  box-shadow: none;
}

.btn-small {
  padding: clamp(0.62rem, 0.85vw, 0.78rem) clamp(0.85rem, 1.45vw, 1.2rem);
  font-size: clamp(0.8rem, 0.28vw + 0.75rem, 0.92rem);
}

.full {
  width: 100%;
}

.soft-card,
.image-card,
.service-panel,
.timeline-item {
  border: 0.0625rem solid var(--line);
  border-radius: var(--radius);
  background:
    linear-gradient(145deg, rgba(232, 237, 239, 0.11), rgba(232, 237, 239, 0.035)),
    rgba(17, 25, 30, 0.72);
  box-shadow: var(--shadow);
  backdrop-filter: blur(1rem);
}

.soft-card {
  padding: clamp(1.2rem, 3vw, 2rem);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  min-height: clamp(56px, 5vw + 44px, 72px);
  border-bottom: 0.0625rem solid var(--line);
  background: rgba(17, 25, 30, 0.78);
  backdrop-filter: blur(1rem);
}

.nav-wrap {
  width: min(100%, 92rem);
  min-height: clamp(56px, 5vw + 44px, 72px);
  margin-inline: auto;
  padding-inline: clamp(16px, 4vw, 40px);
  align-items: center;
  justify-content: space-between;
  gap: clamp(0.75rem, 2vw, 1.5rem);
}

.site-header .nav-wrap {
  display: flex;
}

.brand {
  align-items: center;
  gap: clamp(0.55rem, 1vw, 0.85rem);
  min-width: 0;
  color: var(--white);
  font-weight: 900;
  letter-spacing: -0.04em;
}

.site-header .brand,
.footer-brand {
  display: inline-flex;
}

.brand-mark {
  width: clamp(2rem, 3vw, 2.6rem);
  height: clamp(2rem, 3vw, 2.6rem);
  border-radius: clamp(0.5rem, 1vw, 0.8rem);
  place-items: center;
  flex: 0 0 auto;
  font-size: clamp(0.7rem, 1vw, 0.9rem);
  color: var(--white);
  background: linear-gradient(135deg, var(--steel), var(--blue));
  box-shadow: inset 0 0 0.25rem rgba(255, 255, 255, 0.36), 0 0 1.5rem rgba(10, 110, 189, 0.28);
}

.site-header .brand-mark,
.footer-brand .brand-mark {
  display: grid;
}

.brand-text {
  min-width: 0;
  font-size: clamp(1rem, 1.4vw, 1.25rem);
  white-space: nowrap;
}

.desktop-nav {
  align-items: center;
  justify-content: center;
  gap: clamp(0.3rem, 1vw, 0.8rem);
}

.desktop-nav a,
.mobile-drawer a {
  border-radius: 999rem;
  padding: clamp(0.55rem, 0.8vw, 0.72rem) clamp(0.7rem, 1.2vw, 1.05rem);
  font-size: clamp(0.78rem, 0.28vw + 0.74rem, 0.9rem);
  font-weight: 700;
  white-space: nowrap;
  color: rgba(255, 255, 255, 0.78);
  transition: color 180ms ease, background 180ms ease;
}

.desktop-nav a:hover,
.desktop-nav a:focus-visible,
.mobile-drawer a:hover,
.mobile-drawer a:focus-visible {
  color: var(--white);
  background: rgba(255, 255, 255, 0.08);
}

.burger {
  width: clamp(44px, 4vw, 52px);
  height: clamp(44px, 4vw, 52px);
  padding: clamp(0.6rem, 1vw, 0.72rem);
  border: 0.0625rem solid var(--line);
  border-radius: clamp(0.8rem, 1.4vw, 1rem);
  background: rgba(255, 255, 255, 0.06);
}

.site-header .burger {
  display: grid;
  place-items: center;
}

.burger span {
  width: clamp(1.1rem, 2.1vw, 1.45rem);
  height: clamp(0.12rem, 0.2vw, 0.16rem);
  border-radius: 999rem;
  background: var(--light);
  transition: transform 180ms ease, opacity 180ms ease;
}

.burger[aria-expanded="true"] span:nth-child(1) {
  transform: translateY(clamp(0.38rem, 0.8vw, 0.5rem)) rotate(45deg);
}

.burger[aria-expanded="true"] span:nth-child(2) {
  opacity: 0;
}

.burger[aria-expanded="true"] span:nth-child(3) {
  transform: translateY(calc(clamp(0.38rem, 0.8vw, 0.5rem) * -1)) rotate(-45deg);
}

.site-header .desktop-nav {
  display: none;
}

.site-header .hdr-cta {
  display: none;
}

.mobile-drawer {
  padding: clamp(0.85rem, 2vw, 1.25rem) clamp(16px, 4vw, 40px) clamp(1.2rem, 3vw, 2rem);
  border-top: 0.0625rem solid var(--line);
  background: rgba(17, 25, 30, 0.96);
}

.site-header .mobile-drawer {
  display: grid;
  gap: clamp(0.35rem, 1vw, 0.65rem);
}

.mobile-drawer[hidden] {
  display: none;
}

@media (min-width: 768px) {
  .site-header .hdr-cta {
    display: inline-block;
  }
}

@media (min-width: 1023px) {
  .site-header .desktop-nav {
    display: flex;
  }

  .site-header .burger {
    display: none;
  }

  .mobile-drawer {
    display: none !important;
  }
}

.hero {
  position: relative;
  padding-block-start: clamp(4rem, 8vw, 7rem);
  background:
    linear-gradient(115deg, rgba(17, 25, 30, 0.95), rgba(61, 79, 92, 0.84)),
    radial-gradient(circle at 72% 25%, rgba(10, 110, 189, 0.28), transparent 34rem);
}

.hero-grid,
.split-grid,
.form-contact-grid,
.service-split {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(1.5rem, 4vw, 4rem);
  align-items: center;
}

.hero-copy {
  display: grid;
  gap: clamp(1rem, 2.2vw, 1.5rem);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(0.8rem, 2vw, 1.1rem);
}

.hero-actions .btn {
  min-width: min(100%, 12rem);
}

.image-card {
  position: relative;
  overflow: hidden;
}

.image-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(61, 79, 92, 0.1), rgba(10, 110, 189, 0.08));
  opacity: 0.15;
  pointer-events: none;
}

.hero-image img,
.feature-image img,
.results-section img,
.map-card img {
  aspect-ratio: 16 / 10;
}

.image-badge,
.corner-stat {
  position: absolute;
  right: clamp(1rem, 2vw, 1.4rem);
  bottom: clamp(1rem, 2vw, 1.4rem);
  z-index: 2;
  border: 0.0625rem solid rgba(255, 255, 255, 0.25);
  border-radius: clamp(0.85rem, 1.5vw, 1.1rem);
  padding: clamp(0.75rem, 1.5vw, 1rem);
  color: var(--white);
  font-weight: 900;
  line-height: 1;
  background: linear-gradient(135deg, var(--steel), var(--blue));
  box-shadow: 0 0 clamp(1rem, 2vw, 2rem) rgba(10, 110, 189, 0.34);
}

.image-badge span,
.corner-stat span {
  font-size: clamp(0.7rem, 1vw, 0.85rem);
  font-weight: 800;
}

.problem-section,
.results-section,
.benefits-section,
.timeline-section,
.legal-section {
  background:
    radial-gradient(circle at 20% 20%, rgba(10, 110, 189, 0.12), transparent 28rem),
    linear-gradient(180deg, rgba(232, 237, 239, 0.035), rgba(232, 237, 239, 0));
}

.cards-grid,
.stats-grid,
.two-cards-grid,
.stats-card-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(1rem, 2.5vw, 1.5rem);
}

.problem-section .cards-grid,
.service-preview,
.benefits-section .cards-grid,
.team-section .cards-grid {
  margin-block-start: clamp(2rem, 5vw, 3.5rem);
}

.center-card {
  text-align: center;
}

.card-icon {
  width: clamp(2.4rem, 4vw, 3.2rem);
  height: clamp(2.4rem, 4vw, 3.2rem);
  margin-block-end: clamp(1rem, 2vw, 1.3rem);
  border-radius: clamp(0.7rem, 1.3vw, 0.95rem);
  display: inline-grid;
  place-items: center;
  color: var(--white);
  font-weight: 900;
  background: linear-gradient(135deg, var(--steel), var(--blue));
}

.soft-card h3,
.soft-card h2,
.service-panel h3,
.timeline-item h3 {
  margin-block-end: clamp(0.65rem, 1.4vw, 0.9rem);
}

.soft-card p,
.service-panel p,
.timeline-item p {
  color: rgba(255, 255, 255, 0.72);
}

.feature-section {
  background:
    radial-gradient(circle at 80% 22%, rgba(10, 110, 189, 0.18), transparent 26rem),
    rgba(232, 237, 239, 0.025);
}

.split-copy {
  display: grid;
  gap: clamp(1rem, 2vw, 1.4rem);
}

.check-list {
  display: grid;
  gap: clamp(0.9rem, 2vw, 1.2rem);
  padding: 0;
  list-style: none;
}

.check-list li {
  position: relative;
  padding-inline-start: clamp(2rem, 4vw, 2.5rem);
}

.check-list li::before {
  content: "✓";
  position: absolute;
  inset-inline-start: 0;
  top: 0.08em;
  width: clamp(1.35rem, 2vw, 1.7rem);
  height: clamp(1.35rem, 2vw, 1.7rem);
  border-radius: 999rem;
  display: grid;
  place-items: center;
  color: var(--white);
  font-size: clamp(0.78rem, 1vw, 0.9rem);
  font-weight: 900;
  background: var(--blue);
}

.check-list strong {
  display: block;
  color: var(--white);
}

.check-list span {
  display: block;
  margin-block-start: clamp(0.15rem, 0.6vw, 0.3rem);
  color: rgba(255, 255, 255, 0.68);
}

.compact {
  margin-block: clamp(1.2rem, 3vw, 1.8rem);
}

.mini-list {
  display: grid;
  gap: clamp(0.5rem, 1.2vw, 0.75rem);
  padding: 0;
  list-style: none;
}

.mini-list li {
  position: relative;
  padding-inline-start: clamp(1rem, 2vw, 1.3rem);
  color: rgba(255, 255, 255, 0.72);
}

.mini-list li::before {
  content: "";
  position: absolute;
  inset-inline-start: 0;
  top: 0.72em;
  width: clamp(0.35rem, 0.8vw, 0.46rem);
  height: clamp(0.35rem, 0.8vw, 0.46rem);
  border-radius: 999rem;
  background: var(--blue);
}

.quote-stack {
  display: grid;
  gap: clamp(1rem, 2vw, 1.4rem);
}

blockquote {
  margin: 0;
  padding: clamp(1.2rem, 3vw, 2rem);
  border-left: clamp(0.2rem, 0.6vw, 0.35rem) solid var(--blue);
  border-radius: var(--radius);
  background: rgba(232, 237, 239, 0.07);
}

blockquote p {
  margin-block: clamp(0.75rem, 1.5vw, 1rem);
  color: rgba(255, 255, 255, 0.78);
}

blockquote span {
  color: var(--light);
  font-weight: 800;
}

.stats-section {
  padding-block: clamp(3rem, 6vw, 5rem);
  background: linear-gradient(90deg, rgba(10, 110, 189, 0.16), rgba(232, 237, 239, 0.035), rgba(61, 79, 92, 0.2));
}

.stat-item {
  text-align: center;
}

.stat-item strong,
.stats-card-grid strong {
  display: block;
  font-family: var(--font-head);
  font-size: clamp(2.1rem, 6vw, 4.2rem);
  line-height: 1;
  color: var(--light-soft);
  text-shadow: 0 0 clamp(1rem, 2vw, 2rem) rgba(10, 110, 189, 0.28);
}

.stat-item span {
  color: rgba(255, 255, 255, 0.72);
  font-weight: 700;
}

.prose {
  max-width: 54rem;
}

.prose h2 {
  margin-block-end: clamp(1rem, 2vw, 1.4rem);
}

.prose p + p,
.prose ul + h2,
.prose p + h2 {
  margin-block-start: clamp(1rem, 2.2vw, 1.6rem);
}

.prose li + li {
  margin-block-start: clamp(0.55rem, 1.2vw, 0.8rem);
}

.request-section {
  background:
    radial-gradient(circle at 20% 25%, rgba(10, 110, 189, 0.16), transparent 32rem),
    linear-gradient(180deg, rgba(232, 237, 239, 0.04), rgba(232, 237, 239, 0));
}

.form-contact-grid {
  margin-block-start: clamp(2rem, 5vw, 3.5rem);
  align-items: start;
}

.request-form {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(0.9rem, 2vw, 1.2rem);
}

.form-field {
  display: grid;
  gap: clamp(0.35rem, 0.8vw, 0.55rem);
  min-width: 0;
}

.form-field label {
  font-size: clamp(0.82rem, 0.4vw + 0.76rem, 0.92rem);
  font-weight: 800;
  color: rgba(255, 255, 255, 0.86);
}

.form-field input,
.form-field textarea,
.form-field select {
  width: 100%;
  min-width: 0;
  border: 0.0625rem solid rgba(232, 237, 239, 0.24);
  border-radius: clamp(0.7rem, 1.4vw, 0.95rem);
  padding: clamp(0.82rem, 1.5vw, 1rem);
  color: var(--white);
  background: rgba(255, 255, 255, 0.08);
  outline: none;
}

.form-field textarea {
  resize: vertical;
}

.form-field input::placeholder,
.form-field textarea::placeholder {
  color: rgba(255, 255, 255, 0.42);
}

.form-field input:focus,
.form-field textarea:focus,
.form-field select:focus {
  border-color: var(--blue);
  box-shadow: 0 0 0 clamp(0.12rem, 0.4vw, 0.2rem) rgba(10, 110, 189, 0.2);
}

.form-field.is-error input,
.form-field.is-error textarea,
.form-field.is-error select {
  border-color: var(--light);
  box-shadow: 0 0 0 clamp(0.12rem, 0.4vw, 0.2rem) rgba(232, 237, 239, 0.18);
}

.field-error {
  color: var(--light);
  font-size: clamp(0.78rem, 0.35vw + 0.72rem, 0.88rem);
}

.form-note {
  color: rgba(255, 255, 255, 0.56);
  font-size: clamp(0.78rem, 0.35vw + 0.72rem, 0.88rem);
  text-align: center;
}

.form-success {
  margin-top: clamp(0.8rem, 2vw, 1rem);
  color: #ffffff;
  text-align: center;
}

.contact-list {
  display: grid;
  gap: clamp(0.9rem, 2vw, 1.2rem);
  padding: 0;
  list-style: none;
}

.contact-list span {
  display: block;
  margin-block-end: clamp(0.15rem, 0.5vw, 0.3rem);
  font-weight: 900;
  color: var(--light);
}

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

.availability {
  margin-block-start: clamp(1.4rem, 3vw, 2rem);
  padding-block-start: clamp(1.2rem, 2vw, 1.5rem);
  border-top: 0.0625rem solid var(--line);
}

.availability h4 {
  margin-block-end: clamp(0.6rem, 1.2vw, 0.8rem);
}

.page-hero {
  min-height: clamp(20rem, 34vw, 32rem);
  display: grid;
  place-items: center;
  background:
    radial-gradient(circle at 50% 10%, rgba(10, 110, 189, 0.2), transparent 30rem),
    linear-gradient(180deg, rgba(232, 237, 239, 0.04), rgba(232, 237, 239, 0));
}

.page-hero h1 {
  margin-inline: auto;
}

.page-hero p:not(.eyebrow) {
  margin-block-start: clamp(0.9rem, 2vw, 1.2rem);
  color: rgba(255, 255, 255, 0.74);
}

.service-detail-section {
  padding-block: clamp(2rem, 5vw, 4rem);
}

.service-split {
  padding: clamp(1.2rem, 3vw, 2.5rem);
}

.service-panel {
  padding: clamp(1.2rem, 3vw, 2rem);
}

.columns {
  grid-template-columns: 1fr;
}

.stats-card-grid .soft-card {
  min-width: 0;
}

.accent-card {
  background:
    linear-gradient(145deg, rgba(10, 110, 189, 0.16), rgba(232, 237, 239, 0.04)),
    rgba(17, 25, 30, 0.78);
}

.timeline {
  position: relative;
  display: grid;
  gap: clamp(1rem, 2.5vw, 1.5rem);
  margin-block-start: clamp(2rem, 5vw, 3.5rem);
}

.timeline-item {
  position: relative;
  padding: clamp(1.2rem, 3vw, 2rem);
}

.timeline-item span {
  display: inline-grid;
  place-items: center;
  width: clamp(2.4rem, 4vw, 3.2rem);
  height: clamp(2.4rem, 4vw, 3.2rem);
  margin-block-end: clamp(0.85rem, 1.8vw, 1.2rem);
  border-radius: 999rem;
  color: var(--white);
  font-weight: 900;
  background: var(--blue);
}

.mission-section,
.team-section,
.contact-section {
  background: rgba(232, 237, 239, 0.02);
}

.avatar {
  width: clamp(4rem, 8vw, 5.5rem);
  height: clamp(4rem, 8vw, 5.5rem);
  margin-inline: auto;
  margin-block-end: clamp(1rem, 2vw, 1.3rem);
  border-radius: 999rem;
  display: grid;
  place-items: center;
  color: var(--white);
  font-weight: 900;
  font-size: clamp(1rem, 2vw, 1.35rem);
  background: linear-gradient(135deg, var(--steel), var(--blue));
}

.contact-column {
  display: grid;
  gap: clamp(1rem, 2.5vw, 1.5rem);
}

.site-footer {
  padding-block: clamp(3rem, 6vw, 5rem) clamp(1.4rem, 3vw, 2rem);
  border-top: 0.0625rem solid var(--line);
  background: #0a1115;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(1.8rem, 4vw, 3rem);
  align-items: start;
}

.footer-grid p {
  margin-block-start: clamp(1rem, 2vw, 1.2rem);
  color: rgba(255, 255, 255, 0.6);
}

.footer-grid h4 {
  margin-block-end: clamp(0.8rem, 1.5vw, 1rem);
}

.footer-grid a:not(.brand) {
  display: block;
  margin-block-start: clamp(0.45rem, 1vw, 0.65rem);
  color: rgba(255, 255, 255, 0.62);
}

.footer-grid a:not(.brand):hover {
  color: var(--white);
}

.footer-bottom {
  margin-block-start: clamp(2rem, 4vw, 3rem);
  padding-block-start: clamp(1.2rem, 2vw, 1.5rem);
  border-top: 0.0625rem solid var(--line);
  color: rgba(255, 255, 255, 0.5);
  font-size: clamp(0.78rem, 0.35vw + 0.72rem, 0.88rem);
}

.cookie-banner {
  position: fixed;
  z-index: 80;
  inset-inline: clamp(1rem, 3vw, 2rem);
  bottom: clamp(1rem, 3vw, 2rem);
  max-width: min(100% - clamp(2rem, 6vw, 4rem), 42rem);
  margin-inline: auto;
  padding: clamp(1rem, 2vw, 1.4rem);
  border: 0.0625rem solid var(--line);
  border-radius: var(--radius);
  background: rgba(17, 25, 30, 0.94);
  box-shadow: var(--shadow);
  backdrop-filter: blur(1rem);
  gap: clamp(1rem, 2vw, 1.2rem);
  align-items: center;
}

.cookie-banner {
  display: grid;
}

.cookie-banner div {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(0.7rem, 1.5vw, 0.9rem);
}

.cookie-banner.is-hidden {
  display: none;
}

@media (min-width: 768px) {
  .hero-grid,
  .split-grid,
  .form-contact-grid,
  .service-split {
    grid-template-columns: repeat(2, 1fr);
  }

  .cards-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .stats-grid,
  .stats-card-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .two-cards-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .request-form {
    grid-template-columns: repeat(2, 1fr);
  }

  .request-form .full,
  .form-field.full {
    grid-column: 1 / -1;
  }

  .columns {
    grid-template-columns: repeat(2, 1fr);
  }

  .timeline {
    grid-template-columns: repeat(2, 1fr);
  }

  .footer-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .cookie-banner {
    grid-template-columns: 1fr auto;
  }
}

@media (min-width: 1024px) {
  .stats-grid {
    grid-template-columns: repeat(4, 1fr);
  }

  .stats-card-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .footer-grid {
    grid-template-columns: repeat(4, 1fr);
  }

  .hero-copy {
    padding-block: clamp(2rem, 4vw, 4rem);
  }
}

@media (max-width: 767px) {
  h1 {
    max-width: 100%;
    font-size: clamp(2.05rem, 11vw, 3.05rem);
  }

  h2 {
    font-size: clamp(1.7rem, 8.5vw, 2.45rem);
  }

  .hero-actions,
  .cookie-banner div {
    flex-direction: column;
  }

  .hero-actions .btn,
  .cookie-banner .btn {
    width: 100%;
  }

  .soft-card,
  .service-panel,
  .timeline-item {
    border-radius: clamp(0.9rem, 5vw, 1.25rem);
  }

  .page-hero {
    min-height: clamp(18rem, 68vw, 24rem);
  }
}
