:root {
  --bg: #0a1022;
  --bg-soft: #121a35;
  --surface: rgba(255, 255, 255, 0.06);
  --text: #eef3ff;
  --muted: #c4cbe4;
  --primary: #2ef2b7;
  --primary-strong: #17c999;
  --accent: #6aa8ff;
  --border: rgba(255, 255, 255, 0.12);
  --shadow: 0 18px 38px rgba(0, 0, 0, 0.35);
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
  font-family: "Manrope", system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
  background: radial-gradient(circle at 20% 0%, #1d2d57 0%, var(--bg) 48%);
  color: var(--text);
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

body {
  position: relative;
  overflow-x: hidden;
}

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

.ambient {
  position: fixed;
  z-index: -1;
  border-radius: 50%;
  filter: blur(80px);
  opacity: 0.4;
}

.ambient-1 {
  width: 420px;
  height: 420px;
  background: #2ef2b7;
  top: -100px;
  right: -100px;
}

.ambient-2 {
  width: 340px;
  height: 340px;
  background: #6aa8ff;
  bottom: -100px;
  left: -80px;
}

.container {
  width: min(1120px, 92%);
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  backdrop-filter: blur(10px);
  background: rgba(8, 12, 26, 0.72);
  border-bottom: 1px solid var(--border);
}

.nav-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 14px 0;
}

.nav-actions {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  padding: 10px;
  border: 1px solid rgba(46, 242, 183, 0.45);
  border-radius: 10px;
  background: linear-gradient(160deg, rgba(46, 242, 183, 0.18), rgba(46, 242, 183, 0.06));
  cursor: pointer;
  touch-action: manipulation;
  transition: border-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}

.menu-toggle:hover,
.menu-toggle:focus-visible {
  border-color: rgba(46, 242, 183, 0.65);
  background: linear-gradient(160deg, rgba(46, 242, 183, 0.24), rgba(46, 242, 183, 0.1));
  box-shadow: 0 0 0 1px rgba(46, 242, 183, 0.12);
}

.menu-toggle.is-open {
  border-color: rgba(46, 242, 183, 0.7);
  background: linear-gradient(160deg, rgba(46, 242, 183, 0.28), rgba(46, 242, 183, 0.12));
}

.menu-toggle span {
  display: block;
  height: 2px;
  margin: 5px 0;
  border-radius: 2px;
  background: var(--primary);
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.menu-toggle.is-open span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.menu-toggle.is-open span:nth-child(2) {
  opacity: 0;
}

.menu-toggle.is-open span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.mobile-menu {
  display: none;
  flex-direction: column;
  gap: 4px;
  padding: 0 4% 16px;
  border-bottom: 1px solid var(--border);
  background: rgba(8, 12, 26, 0.96);
}

.mobile-menu.is-open {
  display: flex;
}

.mobile-menu a {
  color: var(--muted);
  text-decoration: none;
  font-weight: 600;
  padding: 12px 10px;
  border-radius: 10px;
}

.mobile-menu a:hover,
.mobile-menu a:focus-visible {
  color: var(--text);
  background: rgba(255, 255, 255, 0.05);
}

.mobile-menu .btn {
  margin-top: 8px;
  width: 100%;
}

.logo {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  min-width: 0;
}

.logo-wordmark {
  display: inline-flex;
  align-items: baseline;
  font-size: clamp(1.35rem, 4.2vw, 1.75rem);
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.06em;
  white-space: nowrap;
}

.logo-brand {
  color: #f8faff;
}

.logo-sep {
  margin: 0;
  color: #f8faff;
  font-weight: 800;
  line-height: 1;
}

.logo-brand-accent {
  color: #2ef2b7;
}

.top-nav {
  display: flex;
  gap: 18px;
}

.top-nav a {
  color: var(--muted);
  text-decoration: none;
  font-weight: 600;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
}

.top-nav a:hover {
  color: var(--text);
}

.nav-link-current {
  color: var(--primary);
}

.mobile-menu .nav-link-current {
  color: var(--primary);
}

.page-hero {
  padding: 44px 0 36px;
}

.page-hero .page-intro {
  max-width: 52ch;
}

.pricing-grid-hulp {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  max-width: 720px;
}

.hero {
  padding: 72px 0 56px;
}

.hero-grid {
  display: grid;
  gap: 28px;
  grid-template-columns: 1.2fr 0.8fr;
  align-items: start;
}

.eyebrow {
  display: inline-block;
  margin: 0 0 14px;
  padding: 7px 14px;
  border: 1px solid rgba(106, 168, 255, 0.35);
  border-radius: 999px;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #d8e8ff;
  background: rgba(106, 168, 255, 0.18);
}

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

h1 {
  margin-bottom: 16px;
  font-size: clamp(2.05rem, 5vw, 3.55rem);
  line-height: 1.12;
  text-wrap: balance;
  letter-spacing: -0.02em;
}

h1 span,
.headline-accent {
  color: var(--primary);
}

.headline-accent {
  white-space: nowrap;
}

.intro {
  margin: 0;
  max-width: 62ch;
  color: var(--muted);
  font-size: 1.08rem;
  line-height: 1.7;
}

.hero-cta {
  display: flex;
  gap: 12px;
  margin: 26px 0 18px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 12px 20px;
  border-radius: 12px;
  border: 1px solid transparent;
  background: linear-gradient(135deg, var(--primary), var(--primary-strong));
  color: #032a20;
  font-weight: 800;
  text-decoration: none;
  cursor: pointer;
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 24px rgba(46, 242, 183, 0.32);
}

.btn-small {
  padding: 10px 14px;
  border-radius: 10px;
  font-size: 0.92rem;
}

.btn-ghost {
  background: transparent;
  border-color: var(--border);
  color: var(--text);
}

.btn-whatsapp {
  background: linear-gradient(135deg, #25d366, #1da851);
  color: #fff;
}

.btn-whatsapp:hover {
  box-shadow: 0 10px 24px rgba(37, 211, 102, 0.35);
}

.hero-points {
  list-style: none;
  margin: 22px 0 0;
  padding: 0;
  display: grid;
  gap: 10px;
}

.hero-points li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 12px 14px;
  border: 1px solid var(--border);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.04);
  color: var(--text);
  font-size: 0.95rem;
  line-height: 1.45;
}

.hero-points li::before {
  content: "";
  flex-shrink: 0;
  width: 8px;
  height: 8px;
  margin-top: 6px;
  border-radius: 50%;
  background: var(--primary);
  box-shadow: 0 0 0 3px rgba(46, 242, 183, 0.18);
}

.hero-points li span {
  display: block;
}

.hero-card {
  border: 1px solid var(--border);
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.02));
  border-radius: 18px;
  padding: 24px;
  box-shadow: var(--shadow);
}

.hero-card h2 {
  margin-bottom: 16px;
  font-size: 1.35rem;
}

.metric + .metric {
  margin-top: 14px;
}

.metric strong {
  display: block;
  color: var(--primary);
  font-size: 1.6rem;
}

.metric span {
  color: var(--muted);
}

.inline-link {
  margin-top: 20px;
  display: inline-block;
  color: var(--accent);
  font-weight: 700;
  text-decoration: none;
}

.section {
  padding: 78px 0;
}

.section-head {
  max-width: 72ch;
  margin-bottom: 28px;
}

.section-head h2 {
  font-size: clamp(1.6rem, 3vw, 2.25rem);
  margin-bottom: 0;
}

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

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

.card {
  border: 1px solid var(--border);
  border-radius: 12px;
  padding: 18px 20px;
  background: var(--surface);
  transition: border-color 0.2s ease, background 0.2s ease;
}

.card:hover {
  border-color: rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.08);
}

.card h3 {
  margin: 0 0 8px;
  font-size: 1.02rem;
  line-height: 1.3;
}

.card h4 {
  margin: 0 0 6px;
  font-size: 0.96rem;
  line-height: 1.3;
}

.card-compact {
  padding: 14px 16px;
}

.card-compact p {
  font-size: 0.9rem;
  line-height: 1.5;
}

.section-intro {
  margin: 10px 0 0;
  color: var(--muted);
  max-width: 62ch;
  line-height: 1.7;
}

.service-accordion {
  display: grid;
  gap: 12px;
}

.service-accordion-item {
  border: 1px solid var(--border);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.03);
  overflow: hidden;
  transition: border-color 0.22s ease, box-shadow 0.22s ease, background 0.22s ease;
}

.service-accordion-item.is-open {
  background: rgba(255, 255, 255, 0.05);
}

.service-accordion-item--business.is-open {
  border-color: rgba(46, 242, 183, 0.28);
}

.service-accordion-item--hulp.is-open {
  border-color: rgba(106, 168, 255, 0.3);
}

.service-accordion-trigger {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 18px;
  border: 0;
  background: transparent;
  color: inherit;
  text-align: left;
  cursor: pointer;
  touch-action: manipulation;
  min-height: 44px;
}

.service-accordion-text {
  display: grid;
  gap: 5px;
  min-width: 0;
  flex: 1;
}

.service-accordion-text strong {
  font-size: 1.08rem;
  line-height: 1.2;
}

.service-accordion-desc {
  color: var(--muted);
  font-size: 0.94rem;
  line-height: 1.45;
}

.service-accordion-panel {
  border-top: 1px solid transparent;
}

.service-accordion-item.is-open .service-accordion-panel {
  border-top-color: var(--border);
}

.service-accordion-inner {
  padding: 4px 16px 18px;
}

.service-primary-grid {
  margin-bottom: 28px;
}

.service-accordion-secondary {
  margin-top: 8px;
}

.service-accordion-item--secondary {
  background: rgba(255, 255, 255, 0.02);
  border-color: rgba(255, 255, 255, 0.08);
}

.service-accordion-item--secondary .service-accordion-text strong {
  font-size: 0.98rem;
  font-weight: 700;
  color: var(--muted);
}

.service-accordion-item--secondary .service-accordion-desc {
  font-size: 0.88rem;
}

.service-accordion-item--secondary.is-open {
  border-color: rgba(255, 255, 255, 0.14);
  box-shadow: none;
}

.service-accordion-item--secondary.is-open .service-accordion-text strong {
  color: var(--text);
}

.service-groups {
  display: grid;
  gap: 22px;
}

.service-group-title {
  margin: 0 0 12px;
  padding-left: 10px;
  border-left: 2px solid var(--accent);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--muted);
}

.cards-compact {
  gap: 12px;
}

.service-pillars {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin-bottom: 36px;
}

.service-pillar {
  display: block;
  text-decoration: none;
  color: inherit;
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 20px;
  background: rgba(255, 255, 255, 0.04);
  transition: border-color 0.18s ease, transform 0.18s ease;
}

.service-pillar:hover {
  border-color: rgba(106, 168, 255, 0.45);
  transform: translateY(-1px);
}

.service-pillar h3 {
  margin: 0 0 8px;
  font-size: 1.2rem;
}

.service-pillar p {
  margin: 0;
  color: var(--muted);
  line-height: 1.55;
  font-size: 0.95rem;
}

.service-block {
  margin-top: 10px;
  padding-top: 34px;
  border-top: 1px solid var(--border);
}

.service-block-alt {
  margin-top: 42px;
}

.service-block-head {
  max-width: 72ch;
  margin-bottom: 22px;
}

.region-wrap-inline {
  margin-top: 28px;
  padding-top: 22px;
  border-top: 1px solid var(--border);
}

.region-wrap-inline .eyebrow {
  margin-bottom: 12px;
}

.region-list--pills li {
  border-color: rgba(106, 168, 255, 0.28);
  background: linear-gradient(160deg, rgba(106, 168, 255, 0.12), rgba(255, 255, 255, 0.04));
  font-size: 0.92rem;
}

.card-featured {
  border-color: rgba(46, 242, 183, 0.28);
  background: rgba(46, 242, 183, 0.06);
}

.card-featured:hover {
  border-color: rgba(46, 242, 183, 0.4);
  background: rgba(46, 242, 183, 0.09);
}

.card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}

.section-dark {
  background: linear-gradient(160deg, rgba(106, 168, 255, 0.12), rgba(46, 242, 183, 0.06));
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}

.result-grid {
  display: grid;
  gap: 24px;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}

.check-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 12px;
}

.check-list li {
  border: 1px solid var(--border);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.06);
  padding: 12px 14px;
}

.check-list-inline {
  margin-top: 20px;
}

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

.pricing-grid-business {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  max-width: 820px;
}

.pricing-card {
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 22px;
  background: rgba(255, 255, 255, 0.05);
}

.pricing-card-featured {
  border-color: rgba(46, 242, 183, 0.45);
  background: linear-gradient(160deg, rgba(46, 242, 183, 0.12), rgba(106, 168, 255, 0.08));
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.22);
}

.pricing-label {
  margin: 0 0 8px;
  color: var(--accent);
  font-weight: 700;
  font-size: 0.92rem;
}

.pricing-price {
  margin: 0 0 12px;
  color: var(--text);
  font-size: 1rem;
}

.pricing-price strong {
  font-size: 2rem;
  color: var(--primary);
}

.pricing-price span {
  color: var(--muted);
  font-size: 0.95rem;
}

.pricing-card p:last-child {
  margin: 0;
  color: var(--muted);
  line-height: 1.65;
}

.pricing-note {
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 0.95rem;
  line-height: 1.6;
}

.pricing-note-secondary {
  margin-top: 10px;
  font-size: 0.88rem;
  opacity: 0.85;
}

.pricing-note-secondary a {
  color: var(--accent);
}

.steps-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 12px;
  counter-reset: step;
}

.steps-list li {
  counter-increment: step;
  border: 1px solid var(--border);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.05);
  padding: 14px 16px 14px 52px;
  position: relative;
}

.steps-list li::before {
  content: counter(step);
  position: absolute;
  left: 14px;
  top: 14px;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 0.82rem;
  font-weight: 800;
  color: #032a20;
  background: linear-gradient(135deg, var(--primary), var(--primary-strong));
}

.steps-list strong {
  display: block;
  margin-bottom: 4px;
}

.steps-list span {
  color: var(--muted);
  font-size: 0.95rem;
  line-height: 1.5;
}

.region-wrap {
  margin-top: 42px;
}

.region-wrap h2 {
  margin: 0 0 14px;
  font-size: clamp(1.2rem, 3vw, 1.5rem);
}

.region-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.region-list li {
  padding: 10px 14px;
  border: 1px solid var(--border);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.05);
  color: var(--text);
  font-weight: 600;
}

.faq-list {
  display: grid;
  gap: 10px;
}

.faq-item {
  border: 1px solid var(--border);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.04);
  padding: 4px 16px;
}

.faq-item summary {
  cursor: pointer;
  font-weight: 700;
  padding: 12px 0;
  list-style: none;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item p {
  margin: 0 0 14px;
  color: var(--muted);
  line-height: 1.65;
}

.faq-item-secondary {
  opacity: 0.9;
}

.faq-item-secondary summary {
  font-weight: 600;
  color: var(--muted);
}

.contact-details {
  list-style: none;
  margin: 20px 0 0;
  padding: 0;
  display: grid;
  gap: 10px;
}

.contact-details li {
  color: var(--muted);
}

.contact-details a {
  color: var(--accent);
  text-decoration: none;
  font-weight: 700;
}

.contact-details a:hover {
  color: var(--primary);
}

.support-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 16px;
  scroll-padding-inline: 8px;
}

.support-tab {
  border: 1px solid var(--border);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
  color: var(--muted);
  font: inherit;
  font-weight: 700;
  min-height: 44px;
  padding: 10px 14px;
  cursor: pointer;
  transition: all 0.18s ease;
  touch-action: manipulation;
}

.support-tab:hover {
  color: var(--text);
  border-color: rgba(106, 168, 255, 0.5);
}

.support-tab.is-active {
  color: #05132c;
  background: linear-gradient(135deg, var(--accent), #95c5ff);
  border-color: transparent;
}

.support-panels {
  border: 1px solid var(--border);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.05);
  padding: 20px;
}

.support-panel h3 {
  margin-bottom: 10px;
}

.support-panel p {
  margin: 0 0 12px;
  color: var(--muted);
  line-height: 1.7;
}

.support-panel ul {
  margin: 0;
  padding-left: 18px;
  color: var(--text);
  display: grid;
  gap: 6px;
}

.about-text {
  margin: 0;
  color: var(--muted);
  max-width: 75ch;
  font-size: 1.06rem;
  line-height: 1.8;
}

.cta-section {
  padding-top: 48px;
}

.cta-box {
  border: 1px solid var(--border);
  background: linear-gradient(150deg, rgba(20, 30, 61, 0.96), rgba(12, 18, 38, 0.95));
  border-radius: 20px;
  padding: 28px;
  display: grid;
  gap: 22px;
  grid-template-columns: 1fr 1fr;
}

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

.lead-form label {
  font-weight: 700;
  color: var(--text);
}

.lead-form input,
.lead-form textarea {
  border: 1px solid var(--border);
  border-radius: 10px;
  padding: 10px 12px;
  background: rgba(255, 255, 255, 0.06);
  color: var(--text);
  font: inherit;
  min-height: 44px;
}

.lead-form input::placeholder,
.lead-form textarea::placeholder {
  color: #a7b2d8;
  opacity: 1;
}

.lead-form textarea {
  resize: vertical;
}

.form-note {
  margin: 10px 0 0;
  font-size: 0.92rem;
  color: var(--muted);
}

.form-note a {
  color: var(--accent);
}

.form-feedback {
  min-height: 1.3em;
  margin: 4px 0 0;
  color: var(--primary);
  font-weight: 700;
}

.site-footer {
  padding: 20px 0 36px;
}

.footer-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  color: var(--muted);
  border-top: 1px solid var(--border);
  padding-top: 18px;
}

.footer-wrap a {
  color: var(--accent);
}

@media (max-width: 960px) {
  .hero-grid,
  .result-grid,
  .cta-box,
  .pricing-grid,
  .pricing-grid-business,
  .pricing-grid-hulp,
  .cards-3 {
    grid-template-columns: 1fr;
  }

  .top-nav,
  .header-cta {
    display: none;
  }

  .header-whatsapp {
    display: inline-flex;
    padding: 10px 12px;
    font-size: 0.86rem;
  }

  .menu-toggle {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
  }

  .hero {
    padding-top: 40px;
  }

  .section {
    padding: 62px 0;
  }
}

@media (max-width: 680px) {
  .container {
    width: min(1120px, 90%);
  }

  .site-header {
    position: sticky;
    top: 0;
  }

  .nav-wrap {
    gap: 10px;
    padding: 10px 0;
  }

  .logo-wordmark {
    font-size: 1.28rem;
    letter-spacing: -0.05em;
  }

  .hero {
    padding: 28px 0 40px;
  }

  .hero-grid {
    gap: 20px;
  }

  .hero > .container > div:first-child {
    text-align: left;
  }

  h1 {
    font-size: clamp(1.85rem, 7.4vw, 2.35rem);
    line-height: 1.16;
  }

  h2 {
    line-height: 1.28;
    font-size: clamp(1.45rem, 5.5vw, 1.85rem);
  }

  .intro,
  .about-text,
  .card p,
  .support-panel p {
    font-size: 1rem;
    line-height: 1.65;
    max-width: 36ch;
  }

  .hero-cta {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    margin: 22px 0 8px;
    gap: 10px;
  }

  .hero-cta .btn {
    width: 100%;
    padding: 14px 18px;
    font-size: 0.98rem;
  }

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

  .service-accordion-trigger {
    padding: 14px;
    align-items: flex-start;
  }

  .service-accordion-inner {
    padding-inline: 12px;
  }

  .service-group-title {
    font-size: 0.74rem;
  }

  .support-tabs {
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 6px;
    margin-inline: -4px;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    scroll-snap-type: x proximity;
  }

  .support-tabs::-webkit-scrollbar {
    display: none;
  }

  .support-tab {
    flex: 0 0 auto;
    white-space: nowrap;
    scroll-snap-align: start;
    font-size: 0.9rem;
    padding: 10px 16px;
  }

  .support-panels,
  .card,
  .hero-card,
  .cta-box {
    padding: 18px;
    border-radius: 16px;
  }

  .hero-card {
    margin-top: 4px;
  }

  .hero-card h2 {
    font-size: 1.15rem;
    margin-bottom: 14px;
  }

  .metric + .metric {
    margin-top: 12px;
    padding-top: 12px;
    border-top: 1px solid var(--border);
  }

  .metric strong {
    font-size: 1.45rem;
    margin-bottom: 2px;
  }

  .metric span {
    font-size: 0.92rem;
    line-height: 1.45;
  }

  .lead-form {
    gap: 10px;
  }

  .lead-form .btn {
    width: 100%;
  }

  .footer-wrap {
    flex-direction: column;
    align-items: flex-start;
  }

  .ambient-1,
  .ambient-2 {
    opacity: 0.22;
    filter: blur(60px);
  }
}

@media (max-height: 500px) and (orientation: landscape) {
  .site-header {
    position: static;
  }

  .hero {
    padding: 24px 0 30px;
  }

  .section {
    padding: 42px 0;
  }

  h1 {
    font-size: clamp(1.58rem, 4vw, 2rem);
  }

  .hero-card {
    padding: 16px;
  }

  .support-panels {
    padding: 16px;
  }
}

@media (max-width: 430px) {
  .container {
    width: min(1120px, 95%);
  }

  .section {
    padding: 56px 0;
  }

  .section-head {
    margin-bottom: 22px;
  }

  .hero-card h2 {
    font-size: 1.2rem;
  }

  .metric strong {
    font-size: 1.38rem;
  }
}

@media (max-width: 390px) {
  h1 {
    max-width: none;
    font-size: 1.72rem;
  }

  .headline-accent {
    white-space: normal;
  }

  .support-tab {
    padding-inline: 12px;
    font-size: 0.88rem;
  }

  .lead-form input,
  .lead-form textarea {
    font-size: 16px;
  }
}

@media (max-width: 360px) {
  h1 {
    font-size: clamp(1.58rem, 8.6vw, 1.95rem);
  }

  .intro,
  .about-text,
  .card p,
  .support-panel p {
    font-size: 0.97rem;
  }

  .btn {
    padding-inline: 16px;
  }
}

@media (max-width: 320px) {
  .container {
    width: 96%;
  }

  .logo-wordmark {
    font-size: 1.18rem;
  }

  .btn-small {
    font-size: 0.86rem;
  }

  .support-panels,
  .card,
  .hero-card,
  .cta-box {
    padding: 14px;
  }
}
