:root {
  --bg: #ffffff;
  --text: #0d1b2a;
  --muted: #f8fafc;
  --line: #e2e8f0;
  --blue: #1d4ed8;
  --blue-dark: #1e40af;
  --hero-blue-soft: #e8efff;
  --focus-ring: 0 0 0 3px rgba(29, 78, 216, 0.35);
}

* { box-sizing: border-box; }
body {
  margin: 0;
  font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
  color: var(--text);
  background: var(--bg);
  line-height: 1.55;
}
.container {
  /* Tailwind also defines `.container`; make ours deterministic. */
  width: min(1120px, calc(100% - 32px)) !important;
  margin-inline: auto !important;
  padding-inline: 0 !important;
}
.section { padding: 88px 0; }
.muted { background: var(--muted); }

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(255,255,255,0.95);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--line);
}
.nav-wrap {
  display: flex; align-items: center; justify-content: space-between;
  gap: 16px; min-height: 72px;
}
.logo { text-decoration: none; color: var(--text); font-weight: 800; }
.nav-links { display: flex; gap: 16px; flex-wrap: wrap; }
.nav-links a { text-decoration: none; color: #334155; font-weight: 500; }
.header-actions { display: flex; align-items: center; gap: 10px; }

.lang-switch {
  display: inline-flex; border: 1px solid var(--line); border-radius: 10px; overflow: hidden;
}
.lang-btn {
  border: none; background: white; padding: 8px 10px; cursor: pointer; font-weight: 600;
  font: inherit; color: inherit;
}
a.lang-btn {
  text-decoration: none; display: inline-flex; align-items: center;
}
span.lang-btn { cursor: default; }
.lang-btn.active { background: #eff6ff; color: var(--blue-dark); }

.hero {
  position: relative;
  overflow: hidden;
  background: #0b1220;
  padding-top: clamp(72px, 12vw, 104px);
  padding-bottom: clamp(72px, 10vw, 96px);
}
.hero-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  pointer-events: none;
  z-index: 0;
  filter: saturate(0.95) contrast(1.04) brightness(0.86);
  transform: scale(1.02);
}
.hero-backdrop {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(ellipse 95% 100% at 100% 40%, rgba(255, 255, 255, 0.09) 0%, rgba(255, 255, 255, 0) 58%),
    linear-gradient(180deg, rgba(11, 18, 32, 0.58) 0%, rgba(11, 18, 32, 0.48) 42%, rgba(11, 18, 32, 0.58) 100%),
    radial-gradient(ellipse 120% 80% at 100% -10%, rgba(99, 102, 241, 0.09) 0%, transparent 55%),
    radial-gradient(ellipse 90% 70% at 85% 25%, var(--hero-blue-soft) 0%, transparent 50%),
    radial-gradient(circle at 12% 88%, rgba(29, 78, 216, 0.04) 0%, transparent 42%);
  z-index: 1;
}
.hero .container {
  position: relative;
  z-index: 2;
}
.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
  gap: clamp(32px, 5vw, 56px);
  align-items: center;
}
.hero-copy {
  max-width: 38rem;
}
.hero .eyebrow {
  display: inline-block;
  margin: 0 0 4px;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.9);
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.72rem;
  letter-spacing: 0.08em;
}
h1 { font-size: clamp(2rem, 4vw, 3.2rem); line-height: 1.15; margin: 10px 0 16px; }
.hero h1 {
  font-family: Lexend, Inter, system-ui, sans-serif;
  font-size: clamp(2rem, 4.2vw, 3.15rem);
  font-weight: 700;
  line-height: 1.12;
  letter-spacing: -0.02em;
  margin: 14px 0 18px;
  color: #ffffff;
  text-shadow: 0 14px 34px rgba(0, 0, 0, 0.3);
}

.hero .lead {
  font-size: 1.09rem;
  line-height: 1.62;
  max-width: 52ch;
  color: rgba(255, 255, 255, 0.82);
  margin: 0;
}
.lead { font-size: 1.08rem; max-width: 64ch; color: #334155; }
.hero .micro {
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.875rem;
  line-height: 1.5;
  max-width: 48ch;
}
.micro { color: #475569; font-size: .92rem; }
.hero .cta-row {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin: 28px 0 0;
  align-items: center;
}
.cta-row { display: flex; gap: 12px; flex-wrap: wrap; margin: 26px 0 12px; }

.hero-card {
  border: 1px solid rgba(226, 232, 240, 0.85);
  border-radius: 18px;
  padding: 26px 26px 24px;
  background: rgba(255, 255, 255, 0.72);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.8) inset,
    0 20px 50px -12px rgba(15, 23, 42, 0.08),
    0 8px 16px -8px rgba(15, 23, 42, 0.06);
  position: relative;
}
.hero-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 22px;
  right: 22px;
  height: 3px;
  border-radius: 0 0 4px 4px;
  background: linear-gradient(90deg, var(--blue) 0%, #6366f1 100%);
  opacity: 0.85;
}
.hero-card h2 {
  margin: 6px 0 18px;
  font-family: Lexend, Inter, system-ui, sans-serif;
  font-size: 1.05rem;
  font-weight: 600;
  letter-spacing: -0.01em;
  line-height: 1.35;
  color: var(--text);
}
.hero-card-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.hero-card-list li {
  position: relative;
  padding-left: 1.35rem;
  font-size: 0.98rem;
  line-height: 1.55;
  color: #475569;
}
.hero-card-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--blue);
  box-shadow: 0 0 0 3px rgba(29, 78, 216, 0.15);
}

h2 {
  font-family: Lexend, Inter, system-ui, sans-serif;
  font-size: clamp(1.5rem, 2.4vw, 2.2rem) !important;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.2;
  margin: 0 0 14px !important;
  color: var(--text);
}
h3 { margin-top: 0; }

.cards { display: grid; gap: 16px; margin-top: 28px; }
.cards.three { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.cards.two { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 22px;
}

/* Services: accordion on small screens only; desktop syncs open state via script.js */
#services .service-details {
  margin: 0;
}
#services .service-summary {
  list-style: none;
}
#services .service-summary::-webkit-details-marker {
  display: none;
}
#services .service-summary h3 {
  margin: 0;
  font-size: 1.05rem;
  font-weight: 700;
  line-height: 1.35;
  color: var(--text);
}
#services .service-details > p {
  margin: 0;
  color: #475569;
  font-size: 0.98rem;
  line-height: 1.55;
}

@media (max-width: 980px) {
  #services .service-summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
  }
  #services .service-summary::after {
    content: "";
    width: 0.55rem;
    height: 0.55rem;
    border-right: 2px solid #64748b;
    border-bottom: 2px solid #64748b;
    transform: rotate(45deg);
    flex-shrink: 0;
    margin-top: -0.2em;
    opacity: 0.7;
    transition: transform 0.2s ease;
  }
  #services .service-details[open] .service-summary::after {
    transform: rotate(-135deg);
    margin-top: 0.15em;
  }
  #services .service-details > p {
    margin-top: 14px;
    padding-top: 2px;
  }
  #services .service-summary:focus-visible {
    outline: none;
    border-radius: 8px;
    box-shadow: var(--focus-ring);
  }
}

@media (min-width: 981px) {
  #services .service-summary {
    cursor: default;
    pointer-events: none;
  }
  #services .service-summary::after {
    display: none;
  }
  #services .service-details > p {
    margin-top: 10px;
  }
}
.problem-section {
  position: relative;
  overflow: hidden;
}
.problem-backdrop {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(ellipse 100% 70% at 0% 100%, rgba(29, 78, 216, 0.06) 0%, transparent 52%),
    radial-gradient(ellipse 90% 60% at 100% 0%, rgba(99, 102, 241, 0.05) 0%, transparent 48%);
}
.problem-inner {
  position: relative;
  z-index: 1;
}
.problem-cards {
  margin-top: 32px;
}
.problem-card {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  grid-template-rows: auto;
  align-items: stretch;
  align-content: center;
  column-gap: 14px;
  min-height: 0;
  min-width: 0;
  padding: 18px 20px;
}
.problem-card-body {
  grid-column: 2;
  grid-row: 1;
  display: flex;
  flex-direction: column;
  gap: 6px;
  min-width: 0;
}
.problem-card-body h3 {
  margin: 0;
  font-size: 1.05rem;
  font-weight: 700;
  line-height: 1.28;
}
.problem-card-body p {
  margin: 0;
  color: #475569;
  font-size: 0.95rem;
  line-height: 1.52;
}
.problem-card-visual {
  grid-column: 1;
  grid-row: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 0;
  border-radius: 12px;
  background: linear-gradient(145deg, rgba(29, 78, 216, 0.1) 0%, rgba(99, 102, 241, 0.06) 100%);
  border: 1px solid rgba(29, 78, 216, 0.12);
  color: var(--blue-dark);
}
.problem-icon {
  width: 30px;
  height: 30px;
  display: block;
  flex-shrink: 0;
}

#solution h2 {
  text-align: center;
}
.solution-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(28px, 5vw, 48px);
  margin-top: clamp(22px, 3.5vw, 32px);
  align-items: start;
}
.solution-step {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 0;
  margin: 0;
}
.solution-step-title {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.35;
  color: var(--text);
}
.solution-step-title .solution-step-icon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  color: #94a3b8;
}
.solution-icon {
  width: 22px;
  height: 22px;
  display: block;
}
.solution-step > p {
  margin: 0;
  font-size: 0.94rem;
  line-height: 1.58;
  color: #64748b;
}

.problem-lead, .audit-lead, .final-lead, .packages-lead {
  max-width: 62ch;
  color: #334155;
  font-size: 1.05rem;
  margin: 0 0 8px;
}

.packages-section .packages-lead {
  margin-bottom: 4px;
}
.packages-cards {
  align-items: start;
}
.package-card {
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding: 22px 22px 20px;
  align-self: start;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}
@media (hover: hover) and (pointer: fine) {
  .package-card:hover {
    transform: translateY(-4px);
    border-color: #cbd5e1;
    box-shadow: 0 16px 40px -12px rgba(15, 23, 42, 0.12);
  }
  .package-card--featured:hover {
    border-color: rgba(29, 78, 216, 0.5);
    box-shadow:
      0 0 0 1px rgba(29, 78, 216, 0.08),
      0 20px 48px -14px rgba(29, 78, 216, 0.2);
  }
}
.package-cta {
  width: 100%;
  margin-top: 2px;
  box-sizing: border-box;
  text-align: center;
}
.package-card .package-cta.btn-primary:hover {
  box-shadow: 0 8px 22px rgba(29, 78, 216, 0.28);
}
.package-header {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.package-tier {
  margin: 0;
  font-family: Lexend, Inter, system-ui, sans-serif;
  font-size: 1.08rem;
  font-weight: 700;
  letter-spacing: -0.01em;
  line-height: 1.25;
  color: var(--text);
}
.package-audience {
  margin: 0;
  color: #475569;
  font-size: 0.92rem;
  line-height: 1.55;
}
.package-body {
  flex: 1 1 auto;
  min-height: 0;
}
.package-includes-label {
  margin: 0 0 8px;
  font-weight: 600;
  font-size: 0.9rem;
  color: var(--text);
}
.package-list {
  margin: 0;
  padding-left: 1.15rem;
  color: #475569;
  font-size: 0.92rem;
  line-height: 1.5;
  display: flex;
  flex-direction: column;
  gap: 7px;
}
.package-list-wrap {
  position: relative;
  overflow: hidden;
  --package-item-line: calc(0.92rem * 1.5);
  --package-item-gap: 7px;
  --package-collapsed-items: 2;
  --package-peek: 0.35;
}
.package-card:not(.is-expanded) .package-list-wrap {
  max-height: calc(
    (var(--package-item-line) * (var(--package-collapsed-items) + var(--package-peek))) +
    (var(--package-item-gap) * (var(--package-collapsed-items) + var(--package-peek)))
  );
}
.package-card:not(.is-expanded) .package-list-wrap::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: calc(var(--package-item-line) * 1.35);
  pointer-events: none;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.92) 60%, #fff 100%);
}
.package-toggle {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 10px;
  padding: 8px 10px;
  border-radius: 10px;
  border: 1px solid transparent;
  background: transparent;
  color: var(--blue-dark);
  font: inherit;
  font-weight: 700;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}
.package-toggle::after {
  content: "";
  width: 0.45rem;
  height: 0.45rem;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg);
  opacity: 0.7;
  transition: transform 0.2s ease;
}
.package-card.is-expanded .package-toggle::after {
  transform: rotate(-135deg);
  margin-top: 0.1em;
}
.package-toggle:hover {
  background: rgba(29, 78, 216, 0.06);
  border-color: rgba(29, 78, 216, 0.18);
}
.package-toggle:focus-visible {
  outline: none;
  box-shadow: var(--focus-ring);
}
.package-positioning {
  margin: 0;
  padding-top: 14px;
  border-top: 1px solid var(--line);
  font-size: 0.88rem;
  line-height: 1.55;
  color: #334155;
}
.package-positioning-label {
  font-weight: 700;
  color: var(--text);
}
.package-card--featured {
  border-color: rgba(29, 78, 216, 0.35);
  box-shadow:
    0 0 0 1px rgba(29, 78, 216, 0.06),
    0 16px 40px -14px rgba(29, 78, 216, 0.12);
}
.package-card--featured .package-tier {
  color: var(--blue-dark);
}
.packages-foot {
  margin: 20px 0 0;
  max-width: 52ch;
}

.faq-full-width { grid-column: 1 / -1; }

.form-thanks {
  margin: 14px 0 0;
  padding: 12px 14px;
  border-radius: 10px;
  background: #ecfdf5;
  color: #065f46;
  font-size: 0.95rem;
  font-weight: 600;
}

.form-thanks--error {
  background: #fef2f2;
  color: #991b1b;
}

.audit-section {
  position: relative;
  overflow: hidden;
}
.audit-backdrop {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(ellipse 85% 65% at 0% 40%, rgba(29, 78, 216, 0.06) 0%, transparent 52%),
    radial-gradient(ellipse 70% 55% at 100% 80%, rgba(99, 102, 241, 0.05) 0%, transparent 48%);
}
.audit-section .container {
  position: relative;
  z-index: 1;
}

.leadmagnet {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
  gap: clamp(32px, 5vw, 56px);
  align-items: center;
}
.leadmagnet-copy {
  max-width: 36rem;
}
.audit-section h2 {
  font-family: Lexend, Inter, system-ui, sans-serif;
  font-size: clamp(1.55rem, 2.6vw, 2.25rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.2;
  margin: 0 0 14px;
}
.audit-lead {
  margin-bottom: 0;
}

.audit-benefits {
  list-style: none;
  padding: 0;
  margin: 22px 0 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
  position: relative;
  --audit-icon-center-x: calc(14px + 22px);
}
.audit-benefits::before {
  content: "";
  position: absolute;
  left: var(--audit-icon-center-x);
  top: 0;
  bottom: 0;
  width: 2px;
  background: linear-gradient(
    to bottom,
    rgba(29, 78, 216, 0.06) 0%,
    rgba(29, 78, 216, 0.22) 12%,
    rgba(99, 102, 241, 0.18) 50%,
    rgba(29, 78, 216, 0.22) 88%,
    rgba(29, 78, 216, 0.06) 100%
  );
  border-radius: 999px;
  z-index: 0;
}
.audit-benefit {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 14px;
  align-items: center;
  padding: 15px 16px 15px 14px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(226, 232, 240, 0.9);
  box-shadow: 0 10px 28px -18px rgba(15, 23, 42, 0.18);
  overflow: hidden;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  z-index: 1;
}
.audit-benefit::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(ellipse 90% 80% at 0% 50%, rgba(29, 78, 216, 0.08) 0%, transparent 60%),
    radial-gradient(ellipse 85% 75% at 100% 80%, rgba(99, 102, 241, 0.07) 0%, transparent 55%);
  opacity: 0.7;
}
.audit-benefit::after {
  content: "";
  position: absolute;
  inset: -1px;
  pointer-events: none;
  border-radius: 18px;
  padding: 1px;
  background: linear-gradient(
    135deg,
    rgba(29, 78, 216, 0.28) 0%,
    rgba(99, 102, 241, 0.22) 35%,
    rgba(14, 165, 233, 0.14) 65%,
    rgba(29, 78, 216, 0.26) 100%
  );
  background-size: 220% 220%;
  background-position: 0% 50%;
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  opacity: 0.55;
  transition: opacity 0.2s ease, background-position 0.6s ease;
}
.audit-benefit:hover,
.audit-benefit:focus-visible {
  border-color: rgba(29, 78, 216, 0.18);
  box-shadow: 0 18px 40px -22px rgba(15, 23, 42, 0.26);
  transform: translateY(-2px);
}
.audit-benefit:hover::after,
.audit-benefit:focus-visible::after {
  opacity: 0.85;
  background-position: 100% 50%;
}
.audit-benefit:focus-visible {
  outline: none;
  box-shadow:
    0 0 0 3px rgba(29, 78, 216, 0.22),
    0 18px 40px -22px rgba(15, 23, 42, 0.26);
}
.audit-benefit:active {
  transform: translateY(-1px) scale(0.99);
}
.audit-benefit-icon {
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: linear-gradient(145deg, rgba(29, 78, 216, 0.12) 0%, rgba(99, 102, 241, 0.08) 100%);
  border: 1px solid rgba(29, 78, 216, 0.14);
  color: var(--blue-dark);
  position: relative;
  z-index: 1;
}
.audit-benefit-icon svg {
  width: 22px;
  height: 22px;
  display: block;
}
.audit-benefit-text {
  font-size: 0.97rem;
  line-height: 1.55;
  color: #3d4f66;
  padding-top: 2px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  min-width: 0;
  position: relative;
  z-index: 1;
}
.audit-benefit-top {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
}
.audit-benefit-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 22px;
  padding: 0 10px;
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.04);
  border: 1px solid rgba(15, 23, 42, 0.08);
  color: #475569;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  line-height: 1;
  flex-shrink: 0;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}
.audit-benefit:hover .audit-benefit-badge,
.audit-benefit:focus-visible .audit-benefit-badge {
  background: rgba(29, 78, 216, 0.08);
  border-color: rgba(29, 78, 216, 0.18);
  color: var(--blue-dark);
}

.audit-benefit:hover .audit-benefit-icon,
.audit-benefit:focus-visible .audit-benefit-icon {
  box-shadow: 0 12px 22px -16px rgba(29, 78, 216, 0.55);
  transform: translateY(-1px);
}
.audit-benefit-icon {
  transition: box-shadow 0.2s ease, transform 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

@media (prefers-reduced-motion: reduce) {
  .audit-benefit::after { transition: opacity 0.2s ease; }
  .audit-benefit,
  .audit-benefit-icon,
  .audit-benefit-badge { transition: none; }
  .audit-benefit:hover,
  .audit-benefit:focus-visible { transform: none; }
  .audit-benefit:active { transform: none; }
}
.audit-benefit-title {
  font-weight: 700;
  color: #233449;
  letter-spacing: -0.01em;
  min-width: 0;
}
.audit-benefit-desc {
  color: #3d4f66;
}

.audit-form {
  position: relative;
  border: 1px solid rgba(226, 232, 240, 0.95);
  border-radius: 18px;
  padding: 0;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, #fff 28%);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.85) inset,
    0 24px 48px -20px rgba(15, 23, 42, 0.12),
    0 10px 24px -14px rgba(15, 23, 42, 0.06);
  overflow: hidden;
}
.audit-form::before {
  content: "";
  display: block;
  height: 3px;
  background: linear-gradient(90deg, var(--blue) 0%, #6366f1 100%);
  opacity: 0.9;
}
.audit-form-header {
  padding: 22px 26px 4px;
}
.audit-form h3 {
  margin: 0;
  font-family: Lexend, Inter, system-ui, sans-serif;
  font-size: 1.15rem;
  font-weight: 600;
  letter-spacing: -0.015em;
  color: var(--text);
}
.audit-form-fields {
  padding: 16px 26px 8px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.audit-field {
  display: block;
}
.audit-label {
  display: block;
  font-size: 0.8125rem;
  font-weight: 600;
  margin-bottom: 6px;
  color: #475569;
  letter-spacing: 0.01em;
}
.audit-form input {
  width: 100%;
  border: 1px solid #cbd5e1;
  border-radius: 11px;
  padding: 12px 14px;
  font: inherit;
  font-size: 1rem;
  color: var(--text);
  background: #fff;
  transition: border-color 0.18s ease, box-shadow 0.18s ease;
}
.audit-form input::placeholder {
  color: #94a3b8;
}
.audit-form input:hover {
  border-color: #94a3b8;
}
.audit-form input:focus {
  outline: none;
  border-color: var(--blue);
  box-shadow: var(--focus-ring);
}
.audit-form-footer {
  padding: 12px 26px 24px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.audit-submit {
  width: 100%;
  padding: 14px 20px;
  border-radius: 11px;
  font-size: 1rem;
  box-shadow: 0 4px 16px rgba(29, 78, 216, 0.22);
}
.audit-submit:hover {
  box-shadow: 0 8px 22px rgba(29, 78, 216, 0.28);
}
.audit-form-micro {
  margin: 0;
  text-align: center;
  font-size: 0.8125rem;
  line-height: 1.5;
  color: #94a3b8;
  max-width: none;
}

.btn {
  display: inline-flex; align-items: center; justify-content: center;
  border-radius: 12px; text-decoration: none; padding: 12px 17px; font-weight: 700;
  transition: background 0.18s ease, border-color 0.18s ease, color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}
.btn:focus-visible {
  outline: none;
  box-shadow: var(--focus-ring);
}
.btn-primary { background: var(--blue); color: #fff; border: 1px solid var(--blue); }
.btn-primary:hover { background: var(--blue-dark); border-color: var(--blue-dark); }
.btn-secondary { border: 1px solid var(--line); color: var(--text); background: #fff; }
.btn-secondary:hover {
  border-color: #cbd5e1;
  background: #f8fafc;
}

.btn-hero-primary {
  padding: 14px 22px;
  border-radius: 10px;
  box-shadow: 0 4px 16px rgba(29, 78, 216, 0.22);
}
.btn-hero-primary:hover {
  box-shadow: 0 8px 24px rgba(29, 78, 216, 0.28);
}
.btn-hero-secondary {
  padding: 14px 20px;
  border-radius: 10px;
  border-color: #cbd5e1;
  color: #1e293b;
}
.btn-hero-secondary:hover {
  border-color: rgba(29, 78, 216, 0.4);
  background: rgba(29, 78, 216, 0.05);
  color: var(--blue-dark);
}

@media (prefers-reduced-motion: reduce) {
  .btn { transition: none; }
  .audit-benefit { transition: none; }
  #services .service-summary::after { transition: none; }
  .hero-video { display: none; }
  .package-card {
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
  }
  .package-card:hover {
    transform: none;
  }
  .package-toggle::after { transition: none; }
}

.final-cta { text-align: center; }
.final-cta .final-lead { margin-inline: auto; }
.final-cta h2 { max-width: 28ch; margin-inline: auto; }
.site-footer { border-top: 1px solid var(--line); padding: 22px 0 38px; }
.footer-grid { display: flex; justify-content: space-between; gap: 12px; flex-wrap: wrap; color: #475569; }

.mobile-sticky {
  display: none;
  position: fixed; left: 12px; right: 12px; bottom: 12px; z-index: 120;
  text-decoration: none; text-align: center;
  background: var(--blue); color: white;
  padding: 14px; border-radius: 12px; font-weight: 700;
  box-shadow: 0 10px 24px rgba(29, 78, 216, .35);
}

@media (max-width: 980px) {
  .nav-links { display: none; }
  /* Stack logo + lang on row 1, full-width CTA on row 2 so the button does not overflow a single short bar */
  .nav-wrap {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 10px 14px;
    align-items: center;
    min-height: unset;
    padding-block: 12px;
  }
  .nav-wrap .header-actions {
    display: contents;
  }
  .nav-wrap .logo {
    grid-column: 1;
    grid-row: 1;
    min-width: 0;
    line-height: 1.2;
    font-size: clamp(0.9rem, 3.8vw, 1rem);
  }
  .nav-wrap .lang-switch {
    grid-column: 2;
    grid-row: 1;
    justify-self: end;
  }
  .nav-wrap .header-actions > .btn-primary {
    grid-column: 1 / -1;
    grid-row: 2;
    width: 100%;
    box-sizing: border-box;
    justify-content: center;
    text-align: center;
    padding: 10px 14px;
    font-size: 0.875rem;
    line-height: 1.3;
  }
  .hero-grid, .leadmagnet, .cards.three, .cards.two, .solution-steps { grid-template-columns: 1fr; }
  #solution .solution-step {
    align-items: center;
    text-align: center;
  }
  #solution .solution-step-title {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  #solution .solution-step > p {
    text-align: center;
    max-width: 36ch;
  }
  .leadmagnet { align-items: stretch; }
  .leadmagnet-copy { max-width: none; }
  .section { padding: 68px 0; }
  .hero { padding-top: clamp(56px, 10vw, 80px); padding-bottom: clamp(56px, 8vw, 72px); }
  .hero-copy { max-width: none; }
  .hero-card { max-width: 32rem; margin-inline: auto; width: 100%; }
  .hero-grid { gap: 28px; }
  .cta-row .btn-hero-primary,
  .cta-row .btn-hero-secondary { flex: 1 1 auto; justify-content: center; min-width: min(100%, 12rem); }
}

@media (max-width: 760px) {
  .audit-benefits { display: none; }
  .mobile-sticky { display: block; }
  .site-footer { padding-bottom: 95px; }
  /* Header CTA hidden — floating bar covers primary action on small screens */
  .nav-wrap {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    padding-block: 10px;
  }
  .nav-wrap .header-actions {
    display: flex;
    flex-shrink: 0;
  }
  .nav-wrap .header-actions > .btn-primary {
    display: none;
  }
}
