:root {
  color-scheme: dark light;
  --black: #000000;
  --white: #ffffff;
  --ink: #0a0a0a;
  --muted: #6b6b6b;
  --muted-light: #9a9a9a;
  --line: rgba(10, 10, 10, 0.1);
  --line-dark: rgba(255, 255, 255, 0.12);
  --lavender: #c4b5e8;
  --lavender-deep: #9b87d6;
  --lavender-glow: rgba(196, 181, 232, 0.45);
  --services-shell: #1a1a1a;
  --services-panel: #dedede;
  --services-panel-border: rgba(0, 0, 0, 0.07);
  --services-inactive: #b0b0b0;
  --services-active: #111111;
  --services-label: #9a9a9a;
  --services-body: #5a5a5a;
  --services-link: #6e6e6e;
  --accent: #3b82f6;
  --accent-hover: #60a5fa;
  --accent-glow: rgba(59, 130, 246, 0.32);
  --accent-soft: rgba(59, 130, 246, 0.12);
  --accent-border: rgba(59, 130, 246, 0.45);
  --accent-cyan: #38bdf8;
  --max: 1280px;
  --rail: min(calc(100% - 48px), var(--max));
  --rail-pad: max(24px, calc((100vw - var(--max)) / 2));
  --font: "Instrument Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  --scroll: 0;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  min-width: 320px;
  margin: 0;
  color: var(--white);
  background: var(--services-shell);
  font-family: var(--font);
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

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

p,
h1,
h2,
h3 {
  margin-top: 0;
}

.eyebrow {
  margin-bottom: 20px;
  color: var(--muted-light);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.eyebrow-light {
  color: rgba(255, 255, 255, 0.46);
}

/* Header */

.site-header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 40;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  padding: 22px var(--rail-pad);
  pointer-events: none;
}

.brand,
.nav-toggle,
.site-nav {
  pointer-events: auto;
}

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

.brand-logo {
  display: block;
  width: 32px;
  height: 32px;
  object-fit: contain;
}

.brand-name {
  font-family: "Bayon", var(--font);
  font-size: 1.05rem;
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 1;
  text-transform: uppercase;
}

.nav-toggle {
  display: none;
}

.site-nav {
  justify-self: end;
  display: flex;
  align-items: center;
  gap: 28px;
}

.site-nav a {
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.78rem;
  font-weight: 500;
  transition: color 180ms ease;
}

.site-nav a:hover,
.site-nav a:focus-visible {
  color: var(--accent);
}

body.is-scrolled .site-header .brand,
body.is-scrolled .site-nav a {
  color: rgba(255, 255, 255, 0.82);
}

body.is-scrolled .site-nav a {
  color: rgba(255, 255, 255, 0.56);
}

body.is-scrolled .site-nav a:hover,
body.is-scrolled .site-nav a:focus-visible {
  color: var(--accent);
}

body.is-scrolled .site-header {
  background: rgba(26, 26, 26, 0.84);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

/* Hero */

.hero-void {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 100vh;
  min-height: 100dvh;
  overflow: hidden;
  background: var(--services-shell);
  color: var(--white);
}

.hero-void::after {
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  z-index: 2;
  height: clamp(180px, 32vh, 360px);
  background: linear-gradient(
    180deg,
    rgba(26, 26, 26, 0) 0%,
    rgba(26, 26, 26, 0.52) 58%,
    var(--services-shell) 100%
  );
  content: "";
  pointer-events: none;
}

.hero-edge {
  display: none;
}

.hero-edge-left {
  left: clamp(12px, 3vw, 48px);
}

.hero-edge-right {
  right: clamp(12px, 3vw, 48px);
}

.hero-center {
  position: relative;
  z-index: 3;
  width: min(860px, calc(100% - 48px));
  padding: clamp(100px, 14vh, 120px) 0 clamp(48px, 8vh, 72px);
  text-align: center;
}

.hero-center h1 {
  margin: 0 0 24px;
  font-size: clamp(2.4rem, 5.8vw, 4.6rem);
  font-weight: 500;
  letter-spacing: -0.035em;
  line-height: 1.08;
}

.hero-line {
  display: block;
}

.hero-line-muted {
  color: rgba(255, 255, 255, 0.38);
}

.hero-cycle-phrase {
  display: inline-flex;
  align-items: baseline;
  gap: 0.28em;
  white-space: nowrap;
}

.hero-cycle-lead {
  line-height: inherit;
}

.hero-cycle-wrap {
  display: inline-block;
  overflow: hidden;
  padding-right: 0.04em;
  line-height: inherit;
  transition: width 520ms cubic-bezier(0.4, 0, 0.2, 1);
}

.hero-cycle-wrap em {
  display: inline-block;
  color: var(--white);
  font-style: normal;
  font-weight: 500;
  line-height: inherit;
  white-space: nowrap;
  vertical-align: baseline;
  transition: opacity 380ms ease;
}

.hero-cycle-wrap em.is-changing {
  opacity: 0;
}

.hero-lead {
  max-width: 480px;
  margin: 0 auto 36px;
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(0.92rem, 1.4vw, 1.05rem);
  line-height: 1.55;
}

.hero-actions {
  position: relative;
  z-index: 4;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 22px;
}

.hero-actions::before {
  position: absolute;
  top: -42px;
  left: 50%;
  z-index: -1;
  width: 280px;
  height: 150px;
  border-radius: 50%;
  background: radial-gradient(circle, var(--accent-glow) 0%, rgba(59, 130, 246, 0) 68%);
  content: "";
  opacity: 0.42;
  pointer-events: none;
  transform: translateX(-50%);
}

.hero-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 34px;
  border: 1px solid rgba(96, 165, 250, 0.6);
  border-radius: 999px;
  background: var(--accent);
  box-shadow:
    0 0 0 1px rgba(96, 165, 250, 0.18),
    0 14px 42px var(--accent-glow);
  color: var(--white);
  font-size: 0.9rem;
  font-weight: 600;
  letter-spacing: -0.01em;
  transition:
    transform 220ms ease,
    box-shadow 220ms ease,
    background 220ms ease,
    color 220ms ease;
}

.hero-cta:hover,
.hero-cta:focus-visible {
  transform: translateY(-2px);
  background: var(--accent-hover);
  box-shadow:
    0 0 0 1px rgba(96, 165, 250, 0.32),
    0 18px 56px rgba(59, 130, 246, 0.42);
  color: var(--white);
}

.horizon-field {
  position: absolute;
  inset: 0;
  z-index: 1;
  -webkit-mask-image: linear-gradient(180deg, #000 0%, #000 58%, transparent 96%);
  mask-image: linear-gradient(180deg, #000 0%, #000 58%, transparent 96%);
  pointer-events: none;
}

.horizon-canvas {
  display: block;
  width: 100%;
  height: 100%;
}

/* About */

.about-split {
  display: grid;
  gap: clamp(48px, 7vw, 84px);
  width: var(--rail);
  margin: 0 auto;
  padding: clamp(80px, 12vw, 140px) 0;
}

.about-process {
  --process-gap: clamp(18px, 2.4vw, 32px);
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: var(--process-gap);
}

.about-process::before {
  display: none;
}

.about-process-card {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: clamp(240px, 22vw, 300px);
  padding: clamp(18px, 2vw, 24px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 18px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.025)),
    rgba(255, 255, 255, 0.02);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.05),
    0 24px 70px rgba(0, 0, 0, 0.18);
  transition:
    border-color 260ms ease,
    background 260ms ease,
    transform 360ms ease;
}

.about-process-card:hover {
  border-color: var(--accent-border);
  background:
    linear-gradient(145deg, #ffffff09, rgba(255, 255, 255, 0.035)),
    #ffffff09;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.05),
    0 24px 70px rgba(0, 0, 0, 0.18),
    0 0 34px rgba(59, 130, 246, 0.12);
  transform: translateY(-3px);
}

.about-process-card::after {
  display: none;
  content: "";
}

.about-process-card:not(:last-child)::after {
  position: absolute;
  display: block;
  left: 100%;
  top: 50%;
  width: var(--process-gap);
  height: 1px;
  background: rgba(59, 130, 246, 0.28);
  content: "";
  transform: translateY(-50%);
}

.about-process-step {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  margin-bottom: clamp(24px, 3vw, 36px);
  border: 1px solid rgba(96, 165, 250, 0.28);
  border-radius: 50%;
  background: var(--accent-soft);
  box-shadow: 0 0 24px rgba(59, 130, 246, 0.12);
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}

.about-process-card h3 {
  margin: 0 0 12px;
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(1.05rem, 1.55vw, 1.35rem);
  font-weight: 500;
  letter-spacing: -0.035em;
  line-height: 1.08;
}

.about-process-card p {
  max-width: 18rem;
  margin: 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: clamp(0.78rem, 0.92vw, 0.92rem);
  line-height: 1.42;
}

.about-copy h2 {
  max-width: 920px;
  margin-right: auto;
  margin-bottom: 24px;
  margin-left: auto;
  font-size: clamp(2.4rem, 5.2vw, 4.7rem);
  font-weight: 500;
  letter-spacing: -0.03em;
  line-height: 1.08;
  text-align: center;
}

.scroll-fill-word {
  --fill: 0;
  background-image: linear-gradient(
    90deg,
    var(--white) 0%,
    var(--white) calc(var(--fill) * 100%),
    rgba(255, 255, 255, 0.16) calc(var(--fill) * 100%),
    rgba(255, 255, 255, 0.16) 100%
  );
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.about-copy p:not(.eyebrow) {
  max-width: 760px;
  margin-right: auto;
  margin-bottom: 28px;
  margin-left: auto;
  color: rgba(255, 255, 255, 0.64);
  font-size: clamp(1rem, 1.45vw, 1.2rem);
  line-height: 1.6;
  text-align: center;
}

.about-copy .eyebrow {
  text-align: center;
}

.text-link {
  font-size: 0.88rem;
  font-weight: 500;
  transition: opacity 180ms ease;
}

.text-link:hover,
.text-link:focus-visible {
  color: var(--accent-hover);
  opacity: 1;
}

/* Capabilities dark */

.capabilities-dark {
  position: relative;
  overflow: hidden;
  padding: clamp(88px, 12vw, 148px) 0;
  background: var(--services-shell);
  color: var(--white);
}

.capabilities-inner {
  position: relative;
  z-index: 2;
  width: var(--rail);
  margin: 0 auto;
}

.services-intro {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: clamp(56px, 7vw, 84px);
  text-align: center;
}

.services-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  margin: 0 0 24px;
  padding: 0 18px;
  border: 1px solid rgba(96, 165, 250, 0.2);
  border-radius: 999px;
  background: var(--accent-soft);
  box-shadow: inset 0 0 18px rgba(59, 130, 246, 0.08);
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.76rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.services-intro h2 {
  margin: 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: clamp(2.25rem, 5vw, 4.3rem);
  font-weight: 500;
  letter-spacing: -0.04em;
  line-height: 1;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(18px, 2.2vw, 28px);
}

.service-card {
  min-height: clamp(220px, 23vw, 280px);
  padding: clamp(26px, 3vw, 36px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 18px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.025)),
    rgba(255, 255, 255, 0.02);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
  transition:
    border-color 260ms ease,
    background 260ms ease,
    transform 360ms ease;
}

.service-card:hover {
  border-color: var(--accent-border);
  background:
    linear-gradient(145deg, #ffffff09, rgba(255, 255, 255, 0.035)),
    #ffffff09;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.05),
    0 0 36px rgba(59, 130, 246, 0.12);
  transform: translateY(-3px);
}

.service-card-icon {
  position: relative;
  display: block;
  width: 34px;
  height: 34px;
  margin-bottom: clamp(36px, 5vw, 62px);
  color: rgba(255, 255, 255, 0.86);
  filter: drop-shadow(0 0 10px rgba(59, 130, 246, 0.18));
}

.service-card-icon::before,
.service-card-icon::after {
  position: absolute;
  content: "";
}

.service-card-icon-web {
  border: 1.5px solid currentColor;
  border-radius: 8px;
}

.service-card-icon-web::before {
  right: 5px;
  bottom: 5px;
  left: 5px;
  height: 1.5px;
  background: currentColor;
}

.service-card-icon-ai::before {
  inset: 6px;
  border: 1.5px solid currentColor;
  border-radius: 50%;
  box-shadow:
    -12px 0 0 -4px currentColor,
    12px 0 0 -4px currentColor,
    0 -12px 0 -4px currentColor,
    0 12px 0 -4px currentColor;
}

.service-card-icon-ai::after {
  inset: 14px;
  border-radius: 50%;
  background: currentColor;
}

.service-card-icon-tools::before {
  inset: 4px;
  border: 1.5px solid currentColor;
  border-radius: 6px;
  box-shadow:
    8px 8px 0 -3px currentColor,
    -8px 8px 0 -3px currentColor;
}

.service-card-icon-tools::after {
  left: 50%;
  top: 4px;
  width: 1.5px;
  height: 26px;
  background: currentColor;
  transform: translateX(-50%);
}

.service-card-icon-architecture::before {
  inset: 1px;
  border: 1.5px solid currentColor;
  transform: rotate(45deg);
}

.service-card-icon-architecture::after {
  left: 50%;
  top: 50%;
  width: 16px;
  height: 16px;
  border: 1.5px solid currentColor;
  transform: translate(-50%, -50%);
}

.service-card h3 {
  margin: 0 0 16px;
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(1.35rem, 2.1vw, 2rem);
  font-weight: 500;
  letter-spacing: -0.035em;
  line-height: 1.08;
}

.service-card p {
  max-width: 520px;
  margin: 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: clamp(0.95rem, 1.25vw, 1.08rem);
  line-height: 1.5;
}

.services-cta {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 22px;
  margin-top: clamp(54px, 7vw, 88px);
  text-align: center;
}

.services-cta p {
  margin: 0;
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.95rem;
  font-weight: 600;
  letter-spacing: -0.01em;
}

.services-cta a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 30px;
  border: 1px solid rgba(96, 165, 250, 0.6);
  border-radius: 999px;
  background: var(--accent);
  box-shadow: 0 12px 34px var(--accent-glow);
  color: var(--white);
  font-size: 0.84rem;
  font-weight: 600;
  transition:
    background 220ms ease,
    transform 220ms ease;
}

.services-cta a:hover,
.services-cta a:focus-visible {
  background: var(--accent-hover);
  box-shadow: 0 16px 46px rgba(59, 130, 246, 0.42);
  transform: translateY(-2px);
}

.primary-cta,
.secondary-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 24px;
  border-radius: 999px;
  font-size: 0.82rem;
  font-weight: 600;
  transition:
    border-color 180ms ease,
    background 180ms ease,
    box-shadow 180ms ease,
    color 180ms ease,
    transform 180ms ease;
}

.primary-cta {
  border: 1px solid rgba(96, 165, 250, 0.6);
  background: var(--accent);
  box-shadow: 0 12px 34px var(--accent-glow);
  color: var(--white);
}

.primary-cta:hover,
.primary-cta:focus-visible {
  background: var(--accent-hover);
  box-shadow: 0 16px 46px rgba(59, 130, 246, 0.42);
  transform: translateY(-2px);
}

.secondary-cta {
  border: 1px solid rgba(96, 165, 250, 0.34);
  background: transparent;
  color: rgba(255, 255, 255, 0.78);
}

.secondary-cta:hover,
.secondary-cta:focus-visible {
  border-color: var(--accent-border);
  background: var(--accent-soft);
  color: var(--white);
  transform: translateY(-2px);
}

/* Approach */

.approach {
  padding: clamp(36px, 6vw, 64px) 0;
  background: var(--services-shell);
}

.approach-shell {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(24px, 4vw, 34px);
  align-items: start;
  width: var(--rail);
  margin: 0 auto;
  padding: clamp(28px, 4vw, 42px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.035);
}

.eyebrow-approach {
  color: var(--services-label);
}

.approach-copy {
  display: grid;
  grid-template-columns: minmax(260px, 0.42fr) minmax(320px, 0.58fr);
  column-gap: clamp(28px, 5vw, 56px);
  align-items: end;
}

.approach-copy .eyebrow {
  grid-column: 1 / -1;
}

.approach-copy h2 {
  max-width: 13ch;
  margin: 0;
  margin-bottom: 18px;
  font-size: clamp(1.85rem, 3.2vw, 2.7rem);
  font-weight: 600;
  letter-spacing: -0.03em;
  line-height: 1.08;
}

.approach-copy .scroll-fill-headline .scroll-fill-word {
  font-weight: 600;
  background-image: linear-gradient(
    90deg,
    #ffffff 0%,
    #ffffff calc(var(--fill) * 100%),
    rgba(255, 255, 255, 0.14) calc(var(--fill) * 100%),
    rgba(255, 255, 255, 0.14) 100%
  );
}

.approach-copy .scroll-fill-body {
  max-width: 430px;
  margin: 0 0 18px;
  color: rgba(255, 255, 255, 0.52);
  font-size: clamp(0.92rem, 1.05vw, 1rem);
  line-height: 1.58;
}

.approach-copy .scroll-fill-body .scroll-fill-word {
  background-image: none;
  color: rgba(255, 255, 255, 0.52);
}

.scroll-fill-body .scroll-fill-word {
  background-image: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0.68) 0%,
    rgba(255, 255, 255, 0.68) calc(var(--fill) * 100%),
    rgba(255, 255, 255, 0.18) calc(var(--fill) * 100%),
    rgba(255, 255, 255, 0.18) 100%
  );
}

.approach-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(12px, 1.6vw, 16px);
}

.approach-card {
  position: relative;
  min-height: clamp(190px, 15vw, 215px);
  overflow: hidden;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.025)),
    #1a1a1a;
  cursor: default;
  isolation: isolate;
  transition:
    border-color 260ms ease,
    background 260ms ease,
    transform 360ms ease;
}

.approach-card img {
  display: none;
}

.approach-card-overlay {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  min-height: inherit;
  padding: clamp(20px, 2.4vw, 26px);
  background: transparent;
}

.approach-card-overlay::before {
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(255, 255, 255, 0.11) 0.8px, transparent 0.8px);
  background-size: 16px 16px;
  opacity: 0.16;
  content: "";
  pointer-events: none;
}

.approach-card-overlay > * {
  position: relative;
  z-index: 1;
}

.approach-card:hover,
.approach-card:focus-within {
  border-color: var(--accent-border);
  background:
    linear-gradient(145deg, #ffffff09, rgba(255, 255, 255, 0.035)),
    #ffffff09;
  box-shadow: 0 0 34px rgba(59, 130, 246, 0.11);
  transform: translateY(-3px);
}

.approach-card-phase {
  margin: 0 0 12px;
  color: rgba(96, 165, 250, 0.72);
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.approach-card-overlay h3 {
  max-width: 18ch;
  margin: 0 0 14px;
  color: var(--white);
  font-size: clamp(1.15rem, 1.55vw, 1.35rem);
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 1.1;
}

.approach-card-overlay p:last-child {
  max-width: 38ch;
  margin: 0;
  color: rgba(255, 255, 255, 0.52);
  font-size: clamp(0.8rem, 0.92vw, 0.88rem);
  line-height: 1.55;
}

.section-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 4px;
}

/* Audience */

.audience-section,
.trust-section {
  padding: clamp(48px, 8vw, 88px) 0;
  background: var(--services-shell);
}

.section-shell {
  width: var(--rail);
  margin: 0 auto;
}

.section-heading {
  display: grid;
  max-width: 760px;
  gap: 18px;
  margin-bottom: clamp(28px, 5vw, 52px);
}

.section-heading h2 {
  margin: 0;
  color: var(--white);
  font-size: clamp(2.2rem, 5vw, 4rem);
  font-weight: 500;
  letter-spacing: -0.04em;
  line-height: 1;
}

.section-heading p {
  margin: 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: clamp(0.95rem, 1.2vw, 1.08rem);
  line-height: 1.6;
}

.audience-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(12px, 1.6vw, 18px);
}

.audience-card {
  min-height: 260px;
  padding: clamp(22px, 2.8vw, 30px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.025)),
    rgba(255, 255, 255, 0.035);
  transition:
    border-color 240ms ease,
    box-shadow 240ms ease,
    transform 300ms ease;
}

.audience-card:hover,
.audience-card:focus-within {
  border-color: var(--accent-border);
  box-shadow: 0 0 34px rgba(59, 130, 246, 0.1);
  transform: translateY(-3px);
}

.audience-icon {
  display: inline-grid;
  width: 42px;
  height: 42px;
  margin-bottom: clamp(36px, 5vw, 58px);
  place-items: center;
  border: 1px solid rgba(59, 130, 246, 0.42);
  border-radius: 50%;
  background: rgba(59, 130, 246, 0.08);
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.8rem;
  font-weight: 700;
}

.audience-card h3 {
  margin: 0 0 14px;
  color: rgba(255, 255, 255, 0.92);
  font-size: clamp(1.18rem, 1.5vw, 1.4rem);
  font-weight: 500;
  letter-spacing: -0.025em;
  line-height: 1.1;
}

.audience-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.56);
  font-size: 0.9rem;
  line-height: 1.58;
}

/* Trust */

.trust-shell {
  display: grid;
  grid-template-columns: minmax(280px, 0.56fr) minmax(240px, 0.44fr);
  gap: clamp(28px, 6vw, 72px);
  width: var(--rail);
  margin: 0 auto;
  padding: clamp(30px, 5vw, 52px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-left-color: rgba(59, 130, 246, 0.72);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.035);
  box-shadow: inset 4px 0 0 rgba(59, 130, 246, 0.22);
}

.trust-copy h2 {
  max-width: 640px;
  margin: 0 0 18px;
  color: var(--white);
  font-size: clamp(1.9rem, 3.5vw, 3.2rem);
  font-weight: 500;
  letter-spacing: -0.035em;
  line-height: 1.05;
}

.trust-copy p:not(.eyebrow) {
  max-width: 650px;
  margin: 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: clamp(0.95rem, 1.15vw, 1.04rem);
  line-height: 1.65;
}

.trust-list {
  display: grid;
  align-content: center;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.trust-list li {
  position: relative;
  padding-left: 22px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.92rem;
  line-height: 1.5;
}

.trust-list li::before {
  position: absolute;
  left: 0;
  top: 0.62em;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 18px rgba(59, 130, 246, 0.36);
  content: "";
  transform: translateY(-50%);
}

/* FAQ */

.faq-section {
  padding: clamp(48px, 8vw, 88px) 0;
  background: var(--services-shell);
}

.faq-shell {
  display: grid;
  grid-template-columns: minmax(220px, 0.34fr) minmax(360px, 0.66fr);
  gap: clamp(32px, 6vw, 72px);
  width: var(--rail);
  margin: 0 auto;
  padding: clamp(36px, 6vw, 56px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.035);
}

.faq-intro {
  display: flex;
  flex-direction: column;
  min-height: 100%;
}

.faq-intro h2 {
  margin: 0 0 auto;
  font-size: clamp(3rem, 6vw, 4.5rem);
  font-weight: 500;
  letter-spacing: -0.04em;
  line-height: 0.95;
}

.faq-help-box {
  margin-top: clamp(48px, 10vh, 120px);
  padding: clamp(22px, 3vw, 28px);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.06);
}

.faq-help-box p {
  margin: 0 0 18px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.92rem;
  line-height: 1.55;
}

.faq-contact-btn {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0 20px;
  border: 1px solid rgba(96, 165, 250, 0.6);
  border-radius: 999px;
  background: var(--accent);
  box-shadow: 0 12px 34px var(--accent-glow);
  color: var(--white);
  font-size: 0.82rem;
  font-weight: 500;
  transition: background 180ms ease, box-shadow 180ms ease, color 180ms ease, transform 180ms ease;
}

.faq-contact-btn:hover,
.faq-contact-btn:focus-visible {
  background: var(--accent-hover);
  box-shadow: 0 16px 46px rgba(59, 130, 246, 0.42);
  color: var(--white);
  transform: translateY(-2px);
}

.faq-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: clamp(28px, 4vw, 40px);
}

.faq-filter {
  padding: 10px 16px;
  border: 1px solid rgba(59, 130, 246, 0.32);
  border-radius: 999px;
  background: rgba(59, 130, 246, 0.08);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
  color: rgba(255, 255, 255, 0.72);
  font-family: inherit;
  font-size: 0.78rem;
  font-weight: 500;
  cursor: pointer;
  transition: border-color 200ms ease, background 200ms ease, color 200ms ease, box-shadow 200ms ease;
}

.faq-filter:hover,
.faq-filter:focus-visible,
.faq-filter.is-active {
  border-color: rgba(59, 130, 246, 0.58);
  background: rgba(59, 130, 246, 0.13);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.05),
    0 0 20px rgba(59, 130, 246, 0.1);
  color: var(--white);
}

.faq-list {
  display: grid;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.faq-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  cursor: default;
}

.faq-item.is-open {
  border-bottom-color: rgba(59, 130, 246, 0.34);
}

.faq-item.is-hidden {
  display: none;
}

.faq-item h3 {
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
}

.faq-question {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: clamp(20px, 3vw, 26px) 0;
  border: 0;
  background: none;
  color: rgba(255, 255, 255, 0.42);
  font-family: inherit;
  font-size: clamp(1rem, 1.5vw, 1.15rem);
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 1.25;
  text-align: left;
  cursor: pointer;
  transition: color 280ms ease;
}

.faq-item.is-open .faq-question,
.faq-question:hover,
.faq-question:focus-visible {
  color: var(--white);
}

.faq-question:hover .faq-icon,
.faq-question:focus-visible .faq-icon,
.faq-item.is-open .faq-icon {
  background: var(--accent-soft);
  box-shadow: 0 0 24px rgba(59, 130, 246, 0.16);
}

.faq-icon {
  position: relative;
  flex: none;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: var(--ink);
  transition: background 220ms ease, box-shadow 220ms ease;
}

.faq-icon::before,
.faq-icon::after {
  position: absolute;
  left: 50%;
  top: 50%;
  background: var(--white);
  content: "";
  transition: transform 280ms ease, opacity 280ms ease;
}

.faq-question:hover .faq-icon::before,
.faq-question:hover .faq-icon::after,
.faq-question:focus-visible .faq-icon::before,
.faq-question:focus-visible .faq-icon::after,
.faq-item.is-open .faq-icon::before,
.faq-item.is-open .faq-icon::after {
  background: var(--accent-hover);
}

.faq-icon::before {
  width: 12px;
  height: 1.5px;
  transform: translate(-50%, -50%);
}

.faq-icon::after {
  width: 1.5px;
  height: 12px;
  transform: translate(-50%, -50%);
}

.faq-item.is-open .faq-icon::after {
  opacity: 0;
  transform: translate(-50%, -50%) scaleY(0);
}

.faq-answer {
  overflow: hidden;
  max-height: 0;
  transition: max-height 420ms ease;
}

.faq-item.is-open .faq-answer {
  max-height: var(--faq-answer-height, 280px);
}

.faq-answer[hidden] {
  display: block;
}

.faq-answer p {
  margin: 0;
  padding: 0 48px 24px 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.92rem;
  line-height: 1.65;
}

/* Contact */

.contact-panel {
  padding: clamp(80px, 14vw, 160px) 0;
  background: var(--services-shell);
}

.contact-inner {
  display: grid;
  grid-template-columns: minmax(280px, 0.42fr) minmax(320px, 0.58fr);
  gap: clamp(28px, 6vw, 72px);
  align-items: start;
  width: var(--rail);
  margin: 0 auto;
}

.contact-copy h2 {
  max-width: 700px;
  margin-bottom: 20px;
  font-size: clamp(2.2rem, 5vw, 4rem);
  font-weight: 500;
  letter-spacing: -0.035em;
  line-height: 1.06;
}

.contact-copy > p:not(.eyebrow):not(.contact-meta) {
  max-width: 520px;
  margin-bottom: 32px;
  color: rgba(255, 255, 255, 0.64);
  font-size: clamp(0.95rem, 1.2vw, 1.08rem);
}

.contact-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 24px;
  border: 1px solid rgba(96, 165, 250, 0.6);
  border-radius: 999px;
  background: var(--accent);
  box-shadow: 0 12px 34px var(--accent-glow);
  color: var(--white);
  font-family: inherit;
  font-size: 0.82rem;
  font-weight: 500;
  cursor: pointer;
  transition: background 180ms ease, color 180ms ease;
}

.contact-btn:hover,
.contact-btn:focus-visible {
  background: var(--accent-hover);
  box-shadow: 0 16px 46px rgba(59, 130, 246, 0.42);
  color: var(--white);
}

.contact-email-btn {
  word-break: break-word;
}

.direct-email {
  display: grid;
  justify-items: start;
  gap: 12px;
  margin-top: 34px;
}

.direct-email p {
  margin: 0;
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.86rem;
  font-weight: 600;
}

.contact-form {
  display: grid;
  gap: 16px;
  padding: clamp(22px, 3vw, 30px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 18px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.025)),
    rgba(255, 255, 255, 0.035);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.form-row {
  display: grid;
  gap: 8px;
}

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

.form-row-split > div {
  display: grid;
  gap: 8px;
}

.contact-form label {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.02em;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  min-height: 46px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 12px;
  background: rgba(0, 0, 0, 0.18);
  color: var(--white);
  font: inherit;
  font-size: 0.9rem;
  outline: none;
  padding: 0 14px;
  transition: border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.contact-form textarea {
  min-height: 130px;
  padding: 14px;
  resize: vertical;
}

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

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  border-color: var(--accent-border);
  background: rgba(0, 0, 0, 0.24);
  box-shadow: 0 0 0 4px var(--accent-soft);
}

.contact-form .contact-btn {
  justify-self: start;
  margin-top: 4px;
  cursor: pointer;
}

.form-status {
  margin: 0;
  padding: 12px 14px;
  border-radius: 12px;
  font-size: 0.84rem;
  line-height: 1.5;
}

.form-status-success {
  border: 1px solid rgba(59, 130, 246, 0.38);
  background: rgba(59, 130, 246, 0.1);
  color: rgba(226, 238, 255, 0.92);
}

.form-status-error {
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.06);
  color: rgba(255, 255, 255, 0.82);
}

.contact-privacy {
  max-width: 520px;
  margin: 0;
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.78rem;
  line-height: 1.55;
}

.contact-privacy a {
  color: rgba(96, 165, 250, 0.95);
  text-decoration: none;
  transition: color 180ms ease;
}

.contact-privacy a:hover,
.contact-privacy a:focus-visible {
  color: var(--accent-hover);
}

.contact-meta {
  margin: 28px 0 0;
  color: var(--muted-light);
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

/* Privacy */

.privacy-section,
.privacy-page {
  padding: clamp(56px, 9vw, 110px) 0;
  background: var(--services-shell);
}

.privacy-page {
  padding-top: clamp(140px, 18vw, 190px);
}

.privacy-shell {
  display: grid;
  grid-template-columns: minmax(240px, 0.32fr) minmax(0, 0.68fr);
  gap: clamp(28px, 5vw, 64px);
  width: var(--rail);
  margin: 0 auto;
  padding: clamp(28px, 5vw, 52px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.035);
}

.privacy-intro {
  position: sticky;
  top: 110px;
  align-self: start;
}

.privacy-intro h1,
.privacy-intro h2 {
  margin-bottom: 18px;
  color: var(--white);
  font-size: clamp(2rem, 4vw, 3.4rem);
  font-weight: 500;
  letter-spacing: -0.035em;
  line-height: 1.04;
}

.privacy-intro p,
.privacy-block p,
.privacy-block li {
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.94rem;
  line-height: 1.65;
}

.privacy-intro p,
.privacy-block p {
  margin: 0;
}

.privacy-content {
  display: grid;
  gap: 22px;
}

.privacy-block {
  padding-bottom: 22px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.privacy-block:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.privacy-block h2,
.privacy-block h3 {
  margin: 0 0 10px;
  color: rgba(255, 255, 255, 0.92);
  font-size: clamp(1rem, 1.3vw, 1.14rem);
  font-weight: 500;
  letter-spacing: -0.015em;
}

.privacy-block ul {
  display: grid;
  gap: 6px;
  margin: 12px 0 0;
  padding-left: 18px;
}

.privacy-block li::marker {
  color: var(--accent);
}

.privacy-block a {
  color: rgba(96, 165, 250, 0.95);
  text-decoration: none;
  transition: color 180ms ease;
}

.privacy-block a:hover,
.privacy-block a:focus-visible {
  color: var(--accent-hover);
}

/* Footer */

.site-footer {
  display: grid;
  grid-template-columns: minmax(240px, 1fr) auto;
  gap: clamp(28px, 6vw, 72px);
  align-items: end;
  width: var(--rail);
  margin: 0 auto;
  padding: clamp(28px, 5vw, 48px) 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.54);
  font-size: 0.78rem;
  background: var(--services-shell);
}

.site-footer p,
.site-footer a {
  margin: 0;
}

.footer-company {
  display: grid;
  gap: 7px;
}

.footer-name {
  color: rgba(255, 255, 255, 0.82);
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.footer-company a,
.footer-links a {
  color: rgba(255, 255, 255, 0.62);
  text-decoration: none;
  transition: color 180ms ease;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 18px;
}

.footer-company a:hover,
.footer-company a:focus-visible,
.footer-links a:hover,
.footer-links a:focus-visible {
  color: var(--accent-hover);
}

/* Language switcher */

.lang-switcher {
  position: relative;
  display: flex;
  align-items: center;
}

.lang-current {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 7px 12px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  color: rgba(255, 255, 255, 0.72);
  font-family: inherit;
  font-size: 0.76rem;
  font-weight: 500;
  letter-spacing: 0.01em;
  cursor: pointer;
  transition: border-color 180ms ease, background 180ms ease, color 180ms ease;
  white-space: nowrap;
}

.lang-current:hover,
.lang-current:focus-visible,
.lang-switcher:has(.lang-dropdown.is-open) .lang-current {
  border-color: rgba(96, 165, 250, 0.44);
  background: rgba(59, 130, 246, 0.1);
  color: var(--white);
}

.lang-flag {
  display: inline-block;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
}

.lang-dropdown [role="option"] .fi {
  display: inline-block;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
}

.lang-arrow {
  width: 8px;
  height: 8px;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: rotate(45deg) translateY(-2px);
  transition: transform 180ms ease;
}

.lang-switcher:has(.lang-dropdown.is-open) .lang-arrow {
  transform: rotate(-135deg) translateY(-2px);
}

.lang-dropdown {
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  z-index: 50;
  display: grid;
  min-width: 160px;
  gap: 2px;
  margin: 0;
  padding: 6px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 14px;
  background: rgba(22, 22, 22, 0.96);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  box-shadow:
    0 8px 40px rgba(0, 0, 0, 0.32),
    0 0 0 1px rgba(255, 255, 255, 0.04);
  list-style: none;
  opacity: 0;
  pointer-events: none;
  transform: translateY(-6px);
  transition: opacity 160ms ease, transform 160ms ease;
}

.lang-dropdown.is-open {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.lang-dropdown [role="option"] {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 9px 14px;
  border-radius: 8px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.82rem;
  font-weight: 500;
  letter-spacing: 0.01em;
  cursor: pointer;
  transition: background 140ms ease, color 140ms ease;
}

.lang-dropdown [role="option"]:hover {
  background: rgba(255, 255, 255, 0.07);
  color: var(--white);
}

.lang-dropdown [role="option"][aria-selected="true"] {
  background: rgba(59, 130, 246, 0.12);
  color: var(--white);
}

@media (max-width: 720px) {
  .lang-switcher {
    width: 100%;
    justify-content: flex-start;
    padding: 8px 16px;
  }

  .lang-current {
    width: 100%;
    justify-content: flex-start;
    gap: 10px;
    padding: 10px 14px;
    border-radius: 10px;
    border-color: rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.04);
  }

  .lang-dropdown {
    position: fixed;
    top: auto;
    right: 20px;
    bottom: 20px;
    left: 20px;
    min-width: unset;
  }
}

/* Reduced motion */

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
  }

  .scroll-fill-word {
    --fill: 1;
    background-image: none;
    -webkit-background-clip: unset;
    background-clip: unset;
    color: var(--white);
  }

  .scroll-fill-body .scroll-fill-word {
    color: rgba(255, 255, 255, 0.68);
  }
}

/* Responsive */

@media (max-width: 820px) {
  .approach-shell,
  .faq-shell,
  .privacy-shell,
  .contact-inner,
  .trust-shell,
  .site-footer {
    grid-template-columns: 1fr;
  }

  .approach-copy h2 {
    max-width: 100%;
  }

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

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

  .about-process {
    grid-template-columns: repeat(4, minmax(220px, 1fr));
    overflow-x: auto;
    padding-bottom: 8px;
    scroll-snap-type: x proximity;
  }

  .about-process-card {
    scroll-snap-align: start;
  }

  .about-process::-webkit-scrollbar {
    height: 0;
  }

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

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

  .faq-help-box {
    margin-top: 32px;
  }

  .privacy-intro {
    position: static;
  }

  .footer-links {
    justify-content: flex-start;
  }

}

@media (max-width: 720px) {
  .site-header {
    grid-template-columns: 1fr auto;
    padding: 16px var(--rail-pad);
  }

  .nav-toggle {
    position: relative;
    display: grid;
    justify-self: end;
    width: 40px;
    height: 40px;
    place-items: center;
    border: 0;
    border-radius: 50%;
    background: transparent;
    cursor: pointer;
  }

  .nav-toggle span {
    position: absolute;
    width: 18px;
    height: 1.5px;
    background: var(--white);
    transition: transform 180ms ease, background 180ms ease;
  }

  body.is-scrolled .nav-toggle span {
    background: var(--white);
  }

  .nav-toggle span:first-child {
    transform: translateY(-4px);
  }

  .nav-toggle span:last-child {
    transform: translateY(4px);
  }

  .nav-toggle[aria-expanded="true"] span:first-child {
    transform: rotate(45deg);
  }

  .nav-toggle[aria-expanded="true"] span:last-child {
    transform: rotate(-45deg);
  }

  .site-nav {
    position: fixed;
    top: 64px;
    right: 20px;
    left: 20px;
    display: grid;
    gap: 0;
    padding: 8px;
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(26, 26, 26, 0.96);
    box-shadow: 0 24px 80px rgba(0, 0, 0, 0.18);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-8px);
    transition: opacity 180ms ease, transform 180ms ease;
  }

  .site-nav.is-open {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .site-nav a {
    padding: 16px;
    border-radius: 10px;
    color: rgba(255, 255, 255, 0.62);
    font-size: 0.9rem;
  }

  .site-nav a:hover,
  .site-nav a:focus-visible {
    color: var(--white);
    background: rgba(255, 255, 255, 0.06);
  }

  .hero-center {
    padding: 100px 0 56px;
  }

  .hero-cta {
    min-height: 48px;
    padding: 0 28px;
    font-size: 0.86rem;
  }

  .hero-center h1 {
    font-size: clamp(2rem, 9vw, 2.8rem);
  }

  .about-process {
    grid-template-columns: repeat(4, minmax(220px, 1fr));
  }

  .about-process-card {
    min-height: 220px;
  }

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

  .audience-card {
    min-height: 220px;
  }

  .section-cta {
    flex-direction: column;
    align-items: stretch;
  }

  .faq-filters {
    gap: 6px;
  }

  .faq-filter {
    padding: 9px 13px;
    font-size: 0.72rem;
  }

  .faq-answer p {
    padding-right: 0;
  }

  .form-row-split {
    grid-template-columns: 1fr;
  }

  .site-footer {
    flex-direction: column;
  }
}
