/*
Theme Name: Onlift
Theme URI: https://onlift.nl
Author: Onlift
Description: Custom WordPress theme voor het Onlift aanvraagplatform.
Version: 2.4.0
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 8.1
Text Domain: onlift
*/

:root {
  --color-ink: #111827;
  --color-muted: #5f6b7a;
  --color-line: #d8e1ea;
  --color-bg: #f4f7f8;
  --color-panel: #ffffff;
  --color-primary: #08725f;
  --color-primary-dark: #064d43;
  --color-accent: #d79a2b;
  --color-steel: #263648;
  --shadow-soft: 0 14px 34px rgba(17, 24, 39, 0.08);
  --shadow-card: 0 1px 2px rgba(17, 24, 39, 0.06), 0 14px 30px rgba(17, 24, 39, 0.05);
}

/* v23 central growth platform and brand system */
:root {
  --color-ink: #0f172a;
  --color-muted: #4b5563;
  --color-line: #e5e7eb;
  --color-bg: #f8fafc;
  --color-panel: #ffffff;
  --color-primary: #0f172a;
  --color-primary-dark: #0f172a;
  --color-accent: #14b8a6;
  --color-accent-soft: #ecfdf9;
  --color-steel: #1f2937;
  --color-cream: #f8fafc;
}

body {
  color: #1f2937;
  background: #ffffff;
}

h1,
h2,
h3,
h4,
h5,
h6,
.eyebrow,
.button,
.nav-links,
.brand {
  letter-spacing: 0;
}

h1,
h2,
h3,
h4,
.brand,
.brand-name {
  color: #0f172a;
}

.site-header {
  border-bottom-color: #e5e7eb;
  background: rgba(255, 255, 255, 0.98);
}

.brand::before,
.home-wordmark::before {
  display: none !important;
  content: none !important;
}

img.brand-mark {
  display: block;
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 0;
  object-fit: contain;
  box-shadow: none;
}

.brand-mark::before,
.brand-mark::after {
  content: none !important;
}

.visual-top img.brand-mark {
  width: 28px;
  height: 28px;
}

.header-cta-short {
  display: none;
}

.button {
  border-color: #0f172a;
  background: #0f172a;
  color: #ffffff;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.14);
}

.button:hover {
  border-color: #14b8a6;
  background: #14b8a6;
  color: #0f172a;
  box-shadow: 0 12px 26px rgba(20, 184, 166, 0.2);
}

.button.secondary {
  border-color: #cbd5e1;
  background: #ffffff;
  color: #0f172a;
  box-shadow: none;
}

.button.secondary:hover {
  border-color: #14b8a6;
  background: #ecfdf9;
  color: #0f172a;
}

.hero-main-button,
.hero-search .button {
  border-color: #14b8a6;
  background: #14b8a6;
  color: #0f172a;
}

.hero-main-button:hover,
.hero-search .button:hover {
  border-color: #0f172a;
  background: #0f172a;
  color: #ffffff;
}

.text-link,
.direct-contact-link,
.nav-links a:hover,
.hero-reasons > a {
  color: #0f766e;
}

.eyebrow {
  color: #0f766e;
}

.home-platform-hero,
.section,
.site-footer {
  background-image: none;
}

.marketplace-home-center h1 {
  color: #0f172a;
  font-size: 60px;
}

.marketplace-home-center > p {
  color: #4b5563;
}

.hero-profile-visual,
.dark-choice,
.platform-stats,
.site-footer {
  background: #0f172a;
}

.visual-profile b,
.profile-badge,
.stats-grid span {
  color: #0f766e;
  background: #ecfdf9;
}

.visual-profile.is-featured {
  border-color: #14b8a6;
}

.hero-reasons {
  border-color: #dbe5e4;
  background: #f0fdfa;
}

.hero-search {
  border-color: #dbe5e4;
  background: #ffffff;
}

.hero-search label::before,
.hero-search label:nth-child(2)::before,
.hero-search label:nth-child(3)::before {
  border-color: #0f766e;
  color: #0f766e;
}

.muted-section,
.platform-choice-section,
.growth-packages-section {
  background: #f8fafc;
}

.service-card,
.choice-card,
.content-band,
.directory-section,
.request-box,
.partner-proof,
.marketplace-intro,
.portal-header,
.request-page,
.specialist-card,
.lead-card,
.testimonial-grid figure {
  border-color: #e5e7eb;
  border-radius: 8px;
  background: #ffffff;
}

.service-card,
.choice-card {
  border-top-color: #14b8a6;
}

.service-card > span,
.option-icon,
.config-steps li.is-active > span,
.config-steps li.is-complete > span {
  background: #ecfdf9;
  color: #0f766e;
}

.growth-packages-section.home-growth-first {
  padding-top: 70px;
  border-top: 1px solid #e5e7eb;
}

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

.growth-packages article,
.growth-package-card {
  position: relative;
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 14px;
  padding: 28px;
  border: 1px solid #dbe5e4;
  border-top: 4px solid #14b8a6;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 14px 36px rgba(15, 23, 42, 0.06);
}

.growth-packages article.growth-package-scale,
.growth-package-card.growth-package-scale {
  border-color: #0f172a;
  background: #0f172a;
  color: #ffffff;
}

.growth-packages article.growth-package-scale h3,
.growth-package-card.growth-package-scale h2,
.growth-package-card.growth-package-scale strong {
  color: #ffffff;
}

.growth-packages article > span,
.package-label {
  align-self: flex-start;
  padding: 5px 9px;
  border-radius: 4px;
  background: #ccfbf1;
  color: #0f766e;
  font-size: 13px;
  font-weight: 850;
}

.growth-packages article h3 {
  margin: 0;
  font-size: 25px;
  line-height: 1.18;
}

.growth-packages article p,
.growth-package-card p {
  margin: 0;
  color: #4b5563;
}

.growth-packages article.growth-package-scale p,
.growth-package-card.growth-package-scale p {
  color: #cbd5e1;
}

.growth-packages article ul,
.growth-package-card ul,
.package-checklist {
  display: grid;
  gap: 9px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.growth-packages article li,
.growth-package-card li,
.package-checklist li {
  position: relative;
  padding-left: 24px;
}

.growth-packages article li::before,
.growth-package-card li::before,
.package-checklist li::before {
  position: absolute;
  top: 0;
  left: 0;
  color: #14b8a6;
  content: "✓";
  font-weight: 900;
}

.growth-packages article > a {
  margin-top: auto;
  color: #0f766e;
  font-weight: 850;
  text-decoration: none;
}

.growth-packages article.growth-package-scale > a {
  color: #5eead4;
}

.growth-packages-footer {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-top: 24px;
}

.growth-directory,
.growth-package-page {
  width: min(1180px, calc(100% - 40px));
  margin: 36px auto 80px;
}

.growth-directory-hero,
.growth-package-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(280px, 0.75fr);
  gap: 42px;
  align-items: center;
  padding: 52px;
  border-radius: 8px;
  background: #0f172a;
  color: #ffffff;
}

.growth-directory-hero h1,
.growth-package-hero h1 {
  max-width: 780px;
  margin: 8px 0 18px;
  color: #ffffff;
  font-size: 56px;
  line-height: 1.04;
}

.growth-directory-hero p,
.growth-package-hero p {
  max-width: 760px;
  color: #cbd5e1;
  font-size: 19px;
}

.growth-path-summary {
  display: grid;
  grid-template-columns: 42px 90px 1fr;
  gap: 10px 12px;
  align-items: center;
  padding: 24px;
  border: 1px solid rgba(94, 234, 212, 0.28);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.05);
}

.growth-path-summary span {
  color: #5eead4;
  font-weight: 900;
}

.growth-path-summary strong {
  color: #ffffff;
}

.growth-path-summary small {
  color: #cbd5e1;
}

.growth-package-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin: 28px 0;
}

.package-number {
  color: #14b8a6;
  font-size: 13px;
  font-weight: 900;
}

.growth-package-card h2 {
  margin: 0;
  font-size: 27px;
  line-height: 1.16;
}

.growth-package-card .card-actions {
  margin-top: auto;
}

.growth-comparison {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(300px, 0.8fr);
  gap: 42px;
}

.growth-comparison-list {
  display: grid;
  gap: 0;
  border-top: 1px solid #e5e7eb;
}

.growth-comparison-list div {
  display: grid;
  grid-template-columns: 80px 1fr;
  gap: 16px;
  padding: 16px 0;
  border-bottom: 1px solid #e5e7eb;
}

.growth-comparison-list strong {
  color: #0f766e;
}

.growth-package-hero {
  margin-top: 18px;
}

.package-fit-panel {
  display: grid;
  gap: 12px;
  padding: 28px;
  border: 1px solid rgba(94, 234, 212, 0.3);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.05);
}

.package-fit-panel span {
  color: #5eead4;
  font-size: 13px;
  font-weight: 900;
}

.package-fit-panel strong {
  color: #ffffff;
  font-size: 21px;
  line-height: 1.35;
}

.package-fit-panel small {
  color: #cbd5e1;
}

.package-deliverables {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(330px, 0.8fr);
  gap: 42px;
}

.package-checklist {
  align-content: start;
  padding: 24px;
  border-left: 4px solid #14b8a6;
  background: #f0fdfa;
}

.package-outcomes {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid #e5e7eb;
  border-bottom: 1px solid #e5e7eb;
}

.package-outcomes div {
  display: grid;
  gap: 10px;
  padding: 24px;
  border-right: 1px solid #e5e7eb;
}

.package-outcomes div:last-child {
  border-right: 0;
}

.package-outcomes span {
  color: #0f766e;
  font-weight: 900;
}

.package-service-links,
.directory-expertise-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.package-service-links a,
.directory-expertise {
  display: grid;
  min-width: 0;
  gap: 7px;
  padding: 20px;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  background: #ffffff;
  text-decoration: none;
}

.package-service-links a:hover {
  border-color: #14b8a6;
  background: #f0fdfa;
}

.package-service-links strong,
.directory-expertise h3 {
  color: #0f172a;
}

.package-service-links span,
.directory-expertise p {
  color: #4b5563;
}

.package-context-band {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  border-left: 4px solid #14b8a6;
}

.package-context-actions {
  display: grid;
  flex: 0 0 auto;
  gap: 12px;
  justify-items: start;
}

.directory-hero {
  margin-bottom: 24px;
}

.package-directory-section {
  margin-bottom: 18px;
}

.directory-package-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 22px;
}

.directory-package-heading h2 {
  margin: 9px 0 7px;
}

.directory-expertise .city-strip {
  gap: 6px;
  margin-top: 8px;
}

.directory-expertise .city-strip a {
  padding: 5px 7px;
  font-size: 11px;
}

.package-options {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.package-option small {
  line-height: 1.35;
}

[data-growth-package][hidden] {
  display: none !important;
}

.option-card:has(input[name="package"]:checked),
.option-card:has(input[name="service"]:checked) {
  border-color: #14b8a6;
  background: #f0fdfa;
  box-shadow: 0 0 0 2px rgba(20, 184, 166, 0.12);
}

.config-progress span,
.preview-bar i {
  background: #14b8a6;
}

@media (max-width: 920px) {
  .growth-packages,
  .growth-package-grid,
  .package-service-links,
  .directory-expertise-grid {
    grid-template-columns: 1fr 1fr;
  }

  .growth-directory-hero,
  .growth-package-hero,
  .growth-comparison,
  .package-deliverables {
    grid-template-columns: 1fr;
  }

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

@media (max-width: 700px) {
  .marketplace-home-center h1 {
    font-size: 42px;
  }

  .growth-directory,
  .growth-package-page {
    width: min(100% - 28px, 1180px);
    margin-top: 20px;
  }

  .growth-directory-hero,
  .growth-package-hero {
    gap: 26px;
    padding: 30px 22px;
  }

  .growth-directory-hero h1,
  .growth-package-hero h1,
  .landing-hero h1 {
    font-size: 38px;
  }

  .growth-packages,
  .growth-package-grid,
  .package-service-links,
  .directory-expertise-grid,
  .package-outcomes {
    grid-template-columns: 1fr;
  }

  .growth-packages-footer,
  .package-context-band,
  .directory-package-heading {
    align-items: stretch;
    flex-direction: column;
  }

  .growth-packages-footer {
    display: flex;
  }

  .package-outcomes div {
    border-right: 0;
    border-bottom: 1px solid #e5e7eb;
  }

  .package-outcomes div:last-child {
    border-bottom: 0;
  }

  .growth-path-summary {
    grid-template-columns: 36px 72px 1fr;
    padding: 20px;
  }

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

  .package-option {
    padding: 16px 12px;
  }

  .package-option strong {
    font-size: 15px;
  }

  .package-option small {
    font-size: 11px;
  }
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  color: var(--color-ink);
  background:
    linear-gradient(180deg, #f9fbfb 0%, #f4f7f8 380px),
    var(--color-bg);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}

a {
  color: inherit;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid rgba(216, 225, 234, 0.82);
  backdrop-filter: blur(16px);
}

.admin-bar .site-header {
  top: 32px;
}

.site-shell {
  width: min(1160px, calc(100% - 40px));
  margin: 0 auto;
}

.site-nav {
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 24px;
  font-weight: 850;
  text-decoration: none;
}

.brand::before {
  content: "";
  width: 34px;
  height: 34px;
  border-radius: 10px;
  background:
    radial-gradient(circle at center, #ffffff 0 29%, transparent 30%),
    conic-gradient(from 30deg, #06a88d, #1477b8, #0aa987, #d79a2b, #06a88d);
  clip-path: polygon(25% 4%, 75% 4%, 100% 50%, 75% 96%, 25% 96%, 0 50%);
  box-shadow: 0 10px 24px rgba(8, 114, 95, 0.24);
}

.nav-links {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  margin: 0;
  padding: 0;
  list-style: none;
  color: #455364;
  font-size: 14px;
  font-weight: 720;
}

.nav-links a {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0;
  border-radius: 6px;
  text-decoration: none;
}

.nav-links a:hover {
  background: transparent;
  color: var(--color-primary-dark);
}

.login-link {
  color: #1f2937;
  font-size: 14px;
  font-weight: 820;
  text-decoration: none;
  white-space: nowrap;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 18px;
  border-radius: 6px;
  border: 1px solid var(--color-primary);
  background: linear-gradient(180deg, #0b8c72, var(--color-primary));
  color: #ffffff;
  font-weight: 820;
  text-decoration: none;
  box-shadow: 0 10px 22px rgba(8, 114, 95, 0.18);
  transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
}

.site-nav > .button {
  min-height: 44px;
  padding-inline: 18px;
  white-space: nowrap;
}

.home-platform-hero {
  position: relative;
  overflow: visible;
  padding: 24px 0 34px;
  background: #ffffff;
  color: var(--color-ink);
}

.marketplace-home-center {
  max-width: 760px;
  margin: 54px auto 0;
  text-align: center;
}

.home-wordmark {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 14px;
  color: #075d50;
  font-size: clamp(58px, 8vw, 96px);
  font-weight: 900;
  line-height: 0.95;
  letter-spacing: 0;
}

.home-wordmark::before {
  content: "";
  width: 54px;
  height: 54px;
  border-radius: 14px;
  background:
    radial-gradient(circle at center, #ffffff 0 29%, transparent 30%),
    conic-gradient(from 30deg, #06a88d, #1477b8, #0aa987, #d79a2b, #06a88d);
  clip-path: polygon(25% 4%, 75% 4%, 100% 50%, 75% 96%, 25% 96%, 0 50%);
}

.marketplace-home-center h1 {
  margin: 0 0 10px;
  color: #111827;
  font-size: clamp(30px, 4.2vw, 48px);
  line-height: 1.05;
}

.marketplace-home-center p {
  max-width: 640px;
  margin: 0 auto 24px;
  color: #374151;
  font-size: 20px;
  line-height: 1.45;
}

.hero-main-button {
  width: min(100%, 520px);
  min-height: 58px;
  font-size: 18px;
}

.hero-main-button::after,
.partner-teaser-card a::after {
  content: "→";
  margin-left: 12px;
  font-size: 24px;
  line-height: 1;
}

.partner-teaser-card {
  position: relative;
  max-width: 720px;
  margin: 52px auto 0;
  padding: 30px 34px;
  border: 1px solid #e5e7eb;
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 18px 44px rgba(15, 23, 42, 0.08);
}

.partner-teaser-card button {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 28px;
  height: 28px;
  padding: 0;
  border: 0;
  background: transparent;
}

.partner-teaser-card button::before,
.partner-teaser-card button::after {
  content: "";
  position: absolute;
  left: 7px;
  top: 13px;
  width: 15px;
  height: 2px;
  background: #111827;
}

.partner-teaser-card button::before {
  transform: rotate(45deg);
}

.partner-teaser-card button::after {
  transform: rotate(-45deg);
}

.partner-teaser-card h2 {
  max-width: 520px;
  margin: 0 0 10px;
  font-size: clamp(26px, 3vw, 36px);
  line-height: 1.15;
}

.partner-teaser-card p {
  max-width: 560px;
  margin: 0 0 20px;
  color: var(--color-muted);
  font-size: 17px;
}

.partner-teaser-card a {
  display: inline-flex;
  align-items: center;
  color: var(--color-primary);
  font-size: 18px;
  font-weight: 860;
  text-decoration: none;
}

.popular-strip {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  margin: 48px 0 0;
  padding: 24px 0 0;
  border-top: 1px solid var(--color-line);
}

.popular-strip strong {
  display: block;
  margin-bottom: 4px;
  font-size: 20px;
}

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

.popular-strip a {
  color: var(--color-primary);
  font-weight: 850;
  text-decoration: none;
  white-space: nowrap;
}

.platform-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 320px) minmax(300px, 360px);
  gap: 28px;
  align-items: center;
}

.platform-hero-copy {
  max-width: 620px;
}

.hero-pill {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 36px;
  padding: 0 14px;
  border-radius: 999px;
  background: #f3faf8;
  color: #334155;
  font-size: 13px;
  font-weight: 850;
  text-transform: uppercase;
}

.hero-pill::before {
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: #0fc0aa;
}

.platform-hero-copy h1 {
  max-width: 640px;
  margin: 20px 0 18px;
  color: #061326;
  font-size: clamp(48px, 5.4vw, 78px);
  line-height: 0.98;
}

.platform-hero-copy h1 span {
  color: #0fc0aa;
}

.platform-hero-copy p {
  max-width: 520px;
  margin: 0 0 26px;
  color: #4b5563;
  font-size: 20px;
}

.play-button {
  border-color: transparent;
  background: transparent;
  color: #263648;
  box-shadow: none;
}

.play-button::before {
  content: "";
  width: 30px;
  height: 30px;
  margin-right: 10px;
  border: 1px solid #b7c8d6;
  border-radius: 999px;
  background:
    linear-gradient(90deg, #0b8c72 0 0) center / 0 0 no-repeat;
}

.trust-points {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 28px;
  color: #405064;
  font-size: 14px;
  font-weight: 760;
}

.trust-points span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.trust-points span::before {
  content: "";
  width: 18px;
  height: 18px;
  border: 2px solid #0fc0aa;
  border-radius: 999px;
  box-shadow: inset 0 0 0 4px rgba(15, 192, 170, 0.16);
}

.specialist-visual {
  position: relative;
}

.visual-window {
  position: relative;
  min-height: 330px;
  padding: 24px;
  border: 1px solid rgba(8, 21, 40, 0.08);
  border-radius: 16px;
  background: rgba(8, 21, 40, 0.86);
  box-shadow: 0 22px 52px rgba(6, 19, 38, 0.22);
}

.visual-top {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 28px;
}

.mini-logo {
  width: 34px;
  height: 34px;
  border-radius: 9px;
  background:
    radial-gradient(circle at center, #061326 0 28%, transparent 29%),
    conic-gradient(from 30deg, #06a88d, #1477b8, #0aa987, #d79a2b, #06a88d);
  clip-path: polygon(25% 4%, 75% 4%, 100% 50%, 75% 96%, 25% 96%, 0 50%);
}

.visual-top i,
.profile-row i {
  display: block;
  height: 12px;
  border-radius: 999px;
  background: rgba(100, 116, 139, 0.28);
}

.visual-top i {
  width: 86px;
}

.profile-card,
.profile-row {
  display: flex;
  align-items: center;
  gap: 14px;
}

.profile-card {
  position: relative;
  z-index: 2;
  width: min(330px, 118%);
  margin-left: -38px;
  padding: 18px 20px;
  border-radius: 12px;
  background: #ffffff;
  color: #0f172a;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.26);
}

.profile-card strong,
.profile-card small,
.profile-card b {
  display: block;
}

.profile-card small {
  margin: 3px 0 7px;
  color: #64748b;
}

.profile-card b {
  color: #0b9f8b;
  letter-spacing: 2px;
}

.avatar {
  flex: 0 0 auto;
  width: 58px;
  height: 58px;
  border-radius: 999px;
  background: linear-gradient(135deg, #dbeafe, #0f766e);
}

.avatar-two,
.avatar-three {
  width: 46px;
  height: 46px;
}

.avatar-two {
  background: linear-gradient(135deg, #fde68a, #0f766e);
}

.avatar-three {
  background: linear-gradient(135deg, #bfdbfe, #334155);
}

.profile-row {
  margin-top: 16px;
  padding: 15px;
  border-radius: 10px;
  background: rgba(15, 31, 55, 0.78);
}

.profile-row i {
  width: 42%;
}

.profile-row i + i {
  width: 28%;
}

.profile-row em {
  margin-left: auto;
  width: 12px;
  height: 12px;
  border-radius: 999px;
  background: #12c6a9;
}

.why-panel {
  display: grid;
  gap: 22px;
  padding: 34px;
  border-radius: 16px;
  background: #061326;
  color: #ffffff;
  box-shadow: 0 24px 70px rgba(6, 19, 38, 0.2);
}

.why-panel h2 {
  margin: 0 0 6px;
  font-size: 27px;
  line-height: 1.16;
}

.why-panel h2 span {
  color: #0fc0aa;
}

.why-item {
  display: grid;
  grid-template-columns: 38px 1fr;
  gap: 14px;
}

.why-item i {
  width: 34px;
  height: 34px;
  border: 2px solid #0fc0aa;
  border-radius: 10px;
  opacity: 0.9;
}

.why-item strong {
  display: block;
  margin-bottom: 5px;
}

.why-item p {
  margin: 0;
  color: #cbd5e1;
  font-size: 14px;
}

.hero-search {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr auto;
  gap: 0;
  align-items: center;
  margin: 0 auto;
  padding: 0;
  border: 1px solid #1f2937;
  border-radius: 10px;
  background: #ffffff;
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.1);
  overflow: hidden;
}

.hero-search label {
  display: grid;
  gap: 3px;
  min-height: 64px;
  padding: 10px 18px 10px 54px;
  border-right: 1px solid var(--color-line);
  color: #0f172a;
  font-weight: 850;
  position: relative;
}

.hero-search label::before {
  content: "";
  position: absolute;
  left: 18px;
  top: 21px;
  width: 20px;
  height: 20px;
  border: 3px solid #111827;
  border-radius: 999px;
  background: transparent;
}

.hero-search label::after {
  content: "";
  position: absolute;
  left: 36px;
  top: 39px;
  width: 10px;
  height: 3px;
  border-radius: 999px;
  background: #111827;
  transform: rotate(45deg);
}

.hero-search label:nth-child(2)::before {
  border-radius: 999px 999px 999px 0;
  transform: rotate(-45deg);
}

.hero-search label:nth-child(2)::after {
  display: none;
}

.hero-search label:nth-child(3)::before {
  border-radius: 999px;
  border-width: 2px;
}

.hero-search label:nth-child(3)::after {
  left: 27px;
  top: 27px;
  width: 2px;
  height: 8px;
  transform: none;
}

.hero-search span {
  font-size: 13px;
}

.hero-search input {
  width: 100%;
  border: 0;
  outline: 0;
  color: #64748b;
  font: inherit;
}

.hero-search button {
  min-height: 64px;
  margin: 0;
  border-radius: 0;
  padding-inline: 34px;
  box-shadow: none;
}

.logo-trust-band {
  padding: 30px 0 28px;
  background: #ffffff;
  text-align: center;
  border-bottom: 1px solid var(--color-line);
}

.logo-trust-band p {
  margin: 0 0 18px;
  color: #64748b;
  font-weight: 760;
}

.tech-logos {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 34px;
  color: #64748b;
  font-size: 20px;
  font-weight: 850;
}

.platform-stats {
  padding: 24px 0;
  background: #061326;
  color: #ffffff;
}

.platform-choice-section {
  padding-top: 48px;
}

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

.choice-card {
  min-height: 280px;
  padding: 32px;
  border: 1px solid var(--color-line);
  border-radius: 8px;
  background:
    radial-gradient(circle at 88% 18%, rgba(15, 192, 170, 0.12), transparent 30%),
    #ffffff;
  box-shadow: var(--shadow-card);
}

.choice-card h2 {
  max-width: 520px;
  margin: 10px 0 14px;
  font-size: clamp(30px, 3.4vw, 48px);
  line-height: 1.06;
}

.choice-card p {
  max-width: 560px;
  margin: 0;
  color: var(--color-muted);
  font-size: 18px;
}

.dark-choice {
  background:
    radial-gradient(circle at 90% 12%, rgba(15, 192, 170, 0.18), transparent 30%),
    #061326;
  border-color: rgba(255, 255, 255, 0.12);
  color: #ffffff;
}

.dark-choice .eyebrow {
  color: #7dded2;
}

.dark-choice p {
  color: #c9d4df;
}

.dark-choice .button.secondary {
  border-color: rgba(255, 255, 255, 0.34);
  color: #ffffff;
}

.card-actions,
.marketplace-actions,
.specialist-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.card-actions {
  margin-top: 26px;
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
}

.stats-grid div {
  padding: 8px 28px;
  border-right: 1px solid rgba(255, 255, 255, 0.16);
}

.stats-grid div:last-child {
  border-right: 0;
}

.stats-grid span,
.stats-grid strong {
  display: block;
}

.stats-grid span {
  color: #0fc0aa;
  font-size: 22px;
  font-weight: 900;
}

.stats-grid strong {
  margin: 2px 0 4px;
}

.stats-grid p {
  margin: 0;
  color: #cbd5e1;
  font-size: 14px;
}

.button:hover {
  transform: translateY(-1px);
  box-shadow: 0 14px 28px rgba(8, 114, 95, 0.24);
}

.button.secondary {
  background: #ffffff;
  color: var(--color-primary);
  box-shadow: none;
}

.hero {
  padding: 58px 0 44px;
  background: linear-gradient(180deg, #ffffff 0%, #eef5f3 100%);
  border-bottom: 1px solid var(--color-line);
}

.home-hero {
  min-height: 500px;
  display: flex;
  align-items: center;
  background-position: center;
  background-size: cover;
  color: #ffffff;
}

.home-hero-copy {
  max-width: 690px;
  padding: 44px 0 58px;
}

.home-hero h1 {
  max-width: 760px;
  font-size: clamp(38px, 4.4vw, 58px);
  line-height: 1.04;
  color: #ffffff;
}

.home-hero p {
  max-width: 660px;
  color: #edf3f5;
  font-size: 18px;
}

.home-hero .eyebrow {
  color: #f2d38b;
}

.home-hero .button.secondary {
  border-color: rgba(255, 255, 255, 0.7);
  background: rgba(255, 255, 255, 0.13);
  color: #ffffff;
}

.hero-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.hero-proof span {
  display: inline-flex;
  align-items: baseline;
  gap: 7px;
  min-height: 52px;
  padding: 8px 12px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.12);
  color: #f4f8fa;
}

.hero-proof strong {
  font-size: 21px;
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.72fr);
  gap: 40px;
  align-items: center;
}

.eyebrow {
  color: var(--color-primary);
  font-weight: 850;
  text-transform: uppercase;
  letter-spacing: 0;
  font-size: 12px;
}

h1 {
  max-width: 760px;
  margin: 12px 0 18px;
  font-size: clamp(42px, 5.6vw, 70px);
  line-height: 1;
  letter-spacing: 0;
}

.hero p {
  max-width: 680px;
  margin: 0 0 26px;
  color: var(--color-muted);
  font-size: 19px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.request-box {
  background: var(--color-panel);
  border: 1px solid var(--color-line);
  border-radius: 8px;
  padding: 24px;
  box-shadow: var(--shadow-card);
}

.request-box h2 {
  margin: 0 0 14px;
  font-size: 22px;
}

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

.request-list li {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 12px 0;
  border-bottom: 1px solid var(--color-line);
}

.request-list strong {
  color: var(--color-muted);
}

.section {
  padding: 48px 0;
}

.compact-section,
.intro-panel-section {
  position: relative;
  z-index: 2;
  margin-top: -30px;
  padding: 0 0 30px;
}

.muted-section {
  background: #edf3f1;
  border-block: 1px solid var(--color-line);
}

.process-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  padding: 14px;
  background: #ffffff;
  border: 1px solid var(--color-line);
  border-radius: 8px;
  box-shadow: var(--shadow-soft);
}

.process-strip div,
.step-item {
  display: grid;
  gap: 8px;
  padding: 16px;
}

.process-strip span,
.step-item span {
  display: inline-grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--color-primary), #0aa987);
  color: #ffffff;
  font-weight: 850;
}

.process-strip p,
.step-item p {
  margin: 0;
  color: var(--color-muted);
  font-size: 15px;
}

.section-title {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 24px;
}

.section-title h2 {
  margin: 0;
  font-size: clamp(28px, 3vw, 40px);
  line-height: 1.08;
}

.section-title p {
  max-width: 560px;
  margin: 0;
  color: var(--color-muted);
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 16px;
}

.service-card {
  position: relative;
  min-height: 150px;
  padding: 22px;
  background: var(--color-panel);
  border: 1px solid var(--color-line);
  border-radius: 8px;
  text-decoration: none;
  box-shadow: 0 1px 0 rgba(17, 24, 39, 0.02);
  transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
}

.featured-services {
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}

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

.service-card::before {
  content: "";
  display: block;
  width: 34px;
  height: 4px;
  margin-bottom: 18px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--color-primary), var(--color-accent));
}

.service-card:hover {
  transform: translateY(-3px);
  border-color: #b8c9d5;
  box-shadow: var(--shadow-card);
}

.service-card h3 {
  margin: 0 0 9px;
  font-size: 19px;
  line-height: 1.2;
}

.service-card p {
  margin: 0;
  color: var(--color-muted);
  font-size: 15px;
}

.city-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.city-strip a {
  padding: 10px 14px;
  background: #ffffff;
  border: 1px solid var(--color-line);
  border-radius: 6px;
  color: #405064;
  font-weight: 760;
  text-decoration: none;
  transition: border-color 160ms ease, color 160ms ease, transform 160ms ease;
}

.city-strip a:hover {
  transform: translateY(-1px);
  border-color: #a8bdc9;
  color: var(--color-primary-dark);
}

.site-footer {
  padding: 44px 0;
  background: #0f1722;
  color: #ffffff;
}

.footer-grid {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.footer-grid p {
  margin: 6px 0 0;
  color: #c9d3df;
}

.footer-grid address {
  margin-top: 12px;
  color: #c9d3df;
  font-style: normal;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.footer-links a {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 10px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 6px;
  color: #e8eef4;
  text-decoration: none;
}

.footer-links a:hover {
  border-color: rgba(255, 255, 255, 0.34);
  background: rgba(255, 255, 255, 0.06);
}

.page-section h1 {
  font-size: clamp(36px, 5vw, 54px);
}

.page-section article > p {
  max-width: 760px;
  margin: -4px 0 26px;
  color: var(--color-muted);
  font-size: 19px;
}

.landing-page {
  display: grid;
  gap: 34px;
}

.landing-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 380px);
  gap: 32px;
  align-items: center;
  padding: 42px;
  background: #ffffff;
  border: 1px solid var(--color-line);
  border-radius: 8px;
  box-shadow: var(--shadow-card);
}

.landing-hero h1 {
  margin: 12px 0 16px;
  font-size: clamp(38px, 5vw, 58px);
}

.landing-hero p {
  max-width: 720px;
  color: var(--color-muted);
  font-size: 18px;
}

.content-band,
.cta-band,
.directory-section {
  background: #ffffff;
  border: 1px solid var(--color-line);
  border-radius: 8px;
  padding: 32px;
  box-shadow: 0 1px 0 rgba(17, 24, 39, 0.02);
}

.content-band h2,
.cta-band h2,
.directory-section h2 {
  margin-top: 0;
}

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

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

.feature-item {
  min-height: 132px;
  padding: 20px;
  background: #f8fafb;
  border: 1px solid var(--color-line);
  border-radius: 8px;
}

.feature-item strong,
.step-item strong,
.process-strip strong {
  font-size: 17px;
}

.feature-item p,
.directory-section p,
.cta-band p {
  color: var(--color-muted);
}

.split-band {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 360px);
  gap: 28px;
}

.trust-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 420px);
  gap: 38px;
  align-items: center;
}

.trust-layout h2,
.home-split h2 {
  margin: 8px 0 14px;
  font-size: clamp(30px, 3.6vw, 48px);
  line-height: 1.08;
}

.trust-layout p,
.home-split p {
  max-width: 760px;
  color: var(--color-muted);
  font-size: 18px;
}

.trust-list {
  display: grid;
  gap: 12px;
}

.trust-list div {
  padding: 18px;
  background: #ffffff;
  border: 1px solid var(--color-line);
  border-radius: 8px;
  box-shadow: 0 1px 0 rgba(17, 24, 39, 0.03);
}

.trust-list strong {
  display: block;
  margin-bottom: 5px;
  font-size: 17px;
}

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

.partner-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-content: start;
  padding: 24px;
  background: #ffffff;
  border: 1px solid var(--color-line);
  border-radius: 8px;
  box-shadow: var(--shadow-card);
}

.partner-proof strong {
  flex-basis: 100%;
  margin-bottom: 4px;
  font-size: 18px;
}

.partner-proof span {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 12px;
  border: 1px solid #cddbd7;
  border-radius: 6px;
  background: #f6fbf9;
  color: #28564d;
  font-weight: 800;
}

.highlight-panel {
  padding: 24px;
  background: #fbf6ea;
  border: 1px solid #eadbbd;
  border-radius: 8px;
}

.highlight-panel h3 {
  margin-top: 0;
}

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

.faq-list details {
  padding: 18px 20px;
  background: #f8fafb;
  border: 1px solid var(--color-line);
  border-radius: 8px;
}

.faq-list summary {
  cursor: pointer;
  font-weight: 800;
}

.faq-list p {
  margin-bottom: 0;
  color: var(--color-muted);
}

.cta-band {
  display: grid;
  gap: 8px;
  justify-items: start;
  background:
    linear-gradient(135deg, #111827 0%, #172636 58%, #0c4b42 100%);
  color: #ffffff;
  box-shadow: var(--shadow-soft);
}

.final-cta-section {
  padding-top: 20px;
}

.cta-band p {
  color: #d7dee8;
}

.directory {
  display: grid;
  gap: 22px;
}

.directory-section {
  display: grid;
  gap: 14px;
}

.directory-section h2 {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 0;
}

.directory-section h2::before {
  content: "";
  width: 10px;
  height: 30px;
  border-radius: 999px;
  background: linear-gradient(180deg, var(--color-primary), var(--color-accent));
}

.article-layout {
  display: grid;
  gap: 24px;
  max-width: 980px;
}

.article-layout h1 {
  margin-bottom: 0;
}

.lead-text {
  max-width: 760px;
  margin: 0;
  color: var(--color-muted);
  font-size: 20px;
  line-height: 1.65;
}

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

.check-list li {
  padding: 12px 14px;
  background: #f8fafb;
  border: 1px solid var(--color-line);
  border-radius: 8px;
  color: var(--color-muted);
  font-weight: 700;
}

.home-split h2 {
  margin: 8px 0 12px;
  font-size: clamp(30px, 4vw, 44px);
  line-height: 1.12;
}

.home-split p {
  color: var(--color-muted);
  font-size: 18px;
}

.form-wrap {
  max-width: 820px;
}

.request-page {
  max-width: 960px;
  padding: 34px;
  background: #ffffff;
  border: 1px solid var(--color-line);
  border-radius: 8px;
  box-shadow: var(--shadow-card);
}

.form-intro h2 {
  max-width: 780px;
  margin: 8px 0;
  font-size: clamp(28px, 4vw, 42px);
  line-height: 1.12;
}

.form-intro p {
  margin: 0;
  color: var(--color-muted);
}

.request-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 22px;
}

.request-form label {
  display: grid;
  gap: 7px;
  color: var(--color-muted);
  font-weight: 750;
}

.request-form input,
.request-form select,
.request-form textarea {
  width: 100%;
  min-height: 50px;
  padding: 11px 13px;
  border: 1px solid #cfd9e3;
  border-radius: 6px;
  background: #ffffff;
  color: var(--color-ink);
  font: inherit;
}

.request-form input:focus,
.request-form select:focus,
.request-form textarea:focus {
  outline: 3px solid rgba(8, 114, 95, 0.14);
  border-color: var(--color-primary);
}

.home-hero .home-hero-copy p {
  color: #edf3f5;
}

.request-form textarea {
  resize: vertical;
}

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

.form-helper {
  display: grid;
  gap: 4px;
  padding: 14px 16px;
  background: #edf3f1;
  border: 1px solid #d4e4df;
  border-radius: 6px;
  color: var(--color-muted);
}

.form-helper strong {
  color: var(--color-ink);
}

.trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}

.trust-row span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 10px;
  border: 1px solid #cddbd7;
  border-radius: 6px;
  background: #f6fbf9;
  color: #28564d;
  font-size: 14px;
  font-weight: 800;
}

.privacy-note {
  margin: 0;
  color: var(--color-muted);
  font-size: 14px;
}

.notice {
  margin: 0 0 18px;
  padding: 14px 16px;
  border-radius: 6px;
  font-weight: 750;
}

.notice strong,
.notice span {
  display: block;
}

.notice strong {
  margin-bottom: 4px;
  color: inherit;
}

.notice .button,
.notice a.button {
  margin-top: 12px;
}

.notice.success {
  border: 1px solid #a7e3c3;
  background: #e6f8ee;
  color: #074c33;
}

.notice.error {
  border: 1px solid #ffc5b1;
  background: #fff1ea;
  color: #923b17;
}

.marketplace-notice {
  margin: 0 0 22px;
}

.marketplace-intro,
.portal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 24px;
  padding: 30px;
  background: #ffffff;
  border: 1px solid var(--color-line);
  border-radius: 8px;
  box-shadow: var(--shadow-card);
}

.marketplace-intro h2,
.portal-header h2 {
  margin: 8px 0;
  font-size: clamp(30px, 4vw, 46px);
  line-height: 1.08;
}

.marketplace-intro p,
.portal-header p {
  max-width: 660px;
  margin: 0;
  color: var(--color-muted);
  font-size: 18px;
}

.marketplace-actions {
  justify-content: flex-end;
}

.specialist-filter {
  display: grid;
  grid-template-columns: minmax(180px, 1.1fr) minmax(180px, 1fr) auto auto;
  gap: 14px;
  align-items: end;
  margin: 0 0 24px;
  padding: 22px;
  background: #ffffff;
  border: 1px solid var(--color-line);
  border-radius: 8px;
  box-shadow: var(--shadow-card);
}

.specialist-filter label {
  display: grid;
  gap: 7px;
}

.specialist-filter span {
  color: #334155;
  font-size: 13px;
  font-weight: 850;
}

.specialist-filter input,
.specialist-filter select {
  width: 100%;
  min-height: 44px;
  padding: 0 12px;
  border: 1px solid var(--color-line);
  border-radius: 6px;
  background: #ffffff;
  color: var(--color-ink);
  font: inherit;
}

.specialist-grid,
.testimonial-grid,
.lead-board {
  display: grid;
  gap: 18px;
}

.specialist-grid {
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}

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

.specialist-card,
.lead-card,
.testimonial-grid figure {
  position: relative;
  margin: 0;
  padding: 24px;
  background: #ffffff;
  border: 1px solid var(--color-line);
  border-radius: 8px;
  box-shadow: var(--shadow-card);
}

.specialist-card h3,
.lead-card h3 {
  margin: 0 0 10px;
  font-size: 22px;
}

.specialist-card p,
.lead-card p,
.testimonial-grid blockquote {
  margin: 0;
  color: var(--color-muted);
}

.specialist-card dl {
  display: grid;
  gap: 10px;
  margin: 20px 0 0;
}

.specialist-card dl div,
.lead-meta li {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  padding: 10px 0;
  border-top: 1px solid var(--color-line);
}

.specialist-card dt,
.lead-meta strong {
  color: var(--color-muted);
  font-weight: 760;
}

.specialist-card dd {
  margin: 0;
  text-align: right;
  font-weight: 780;
}

.profile-badge {
  display: inline-flex;
  padding: 5px 9px;
  border-radius: 999px;
  background: #e7f7f2;
  color: #0a6656;
  font-size: 12px;
  font-weight: 850;
}

.profile-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 14px;
}

.premium-badge {
  background: #fbf6ea;
  color: #8a5a00;
}

.specialist-actions {
  margin-top: 20px;
}

.partner-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.7fr);
  gap: 24px;
  align-items: start;
}

.lead-card-head {
  display: flex;
  justify-content: space-between;
  gap: 18px;
}

.lead-card-head span {
  color: var(--color-muted);
  font-weight: 720;
}

.lead-meta {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin: 18px 0;
  padding: 0;
  list-style: none;
}

.lead-meta li {
  display: grid;
  padding: 12px;
  background: #f8fafb;
  border: 1px solid var(--color-line);
  border-radius: 8px;
}

.response-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 20px;
  padding-top: 18px;
  border-top: 1px solid var(--color-line);
}

.response-form label {
  display: grid;
  gap: 7px;
  color: var(--color-muted);
  font-weight: 760;
}

.response-form input,
.response-form textarea {
  width: 100%;
  min-height: 46px;
  padding: 10px 12px;
  border: 1px solid #cfd9e3;
  border-radius: 6px;
  font: inherit;
}

.response-form .full,
.response-form button {
  grid-column: 1 / -1;
}

.testimonial-grid figure {
  display: grid;
  gap: 16px;
  background: #fbfcfd;
}

.testimonial-grid blockquote {
  font-size: 17px;
  line-height: 1.62;
}

.testimonial-grid figcaption {
  color: var(--color-ink);
  font-weight: 850;
}

@media (max-width: 760px) {
  .site-shell {
    width: min(100% - 32px, 1160px);
  }

  .site-nav {
    gap: 10px;
  }

  .brand {
    font-size: 21px;
  }

  .brand::before {
    width: 30px;
    height: 30px;
  }

  .login-link {
    display: none;
  }

  .site-nav > .button {
    max-width: 170px;
    min-height: 40px;
    padding-inline: 12px;
    white-space: normal;
    text-align: center;
    font-size: 13px;
    line-height: 1.12;
  }

  .hero-grid,
  .platform-hero-grid,
  .platform-choice,
  .landing-hero,
  .feature-grid,
  .testimonial-grid,
  .partner-layout,
  .lead-meta,
  .response-form,
  .step-grid,
  .process-strip,
  .split-band,
  .trust-layout,
  .service-grid,
  .request-form {
    grid-template-columns: 1fr;
  }

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

  .nav-links {
    display: none;
  }

  .section-title {
    align-items: start;
    flex-direction: column;
  }

  .marketplace-intro,
  .portal-header {
    align-items: start;
    flex-direction: column;
    padding: 22px;
  }

  .marketplace-actions,
  .card-actions,
  .specialist-actions {
    width: 100%;
  }

  .marketplace-actions .button,
  .card-actions .button,
  .specialist-actions .button {
    width: 100%;
  }

  .choice-card {
    min-height: 0;
    padding: 24px;
  }

  .choice-card h2 {
    font-size: clamp(28px, 9vw, 38px);
  }

  .specialist-filter {
    grid-template-columns: 1fr;
    padding: 18px;
  }

  .specialist-filter .button {
    width: 100%;
  }

  .home-hero {
    min-height: 560px;
    background-position: 62% center;
  }

  .home-platform-hero {
    padding: 20px 0 30px;
  }

  .platform-hero-grid {
    gap: 22px;
  }

  .marketplace-home-center {
    margin-top: 42px;
    text-align: center;
  }

  .home-wordmark {
    margin-bottom: 18px;
    font-size: 60px;
  }

  .home-wordmark::before {
    width: 38px;
    height: 38px;
  }

  .marketplace-home-center h1 {
    font-size: 28px;
  }

  .marketplace-home-center p {
    font-size: 17px;
  }

  .hero-main-button {
    min-height: 56px;
    width: 100%;
  }

  .partner-teaser-card {
    margin-top: 42px;
    padding: 26px 22px;
    border-radius: 16px;
  }

  .partner-teaser-card h2 {
    padding-right: 30px;
    font-size: 27px;
  }

  .partner-teaser-card p {
    font-size: 16px;
  }

  .popular-strip {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
    margin-top: 36px;
  }

  .platform-hero-copy h1 {
    font-size: clamp(38px, 11vw, 52px);
  }

  .platform-hero-copy p {
    font-size: 18px;
  }

  .specialist-visual {
    display: none;
  }

  .hero-search {
    grid-template-columns: 1fr;
    margin: 26px 0 0;
    border-color: var(--color-line);
    border-radius: 10px;
  }

  .hero-search label {
    border-right: 0;
    border-bottom: 1px solid var(--color-line);
  }

  .marketplace-search {
    margin-top: 0;
  }

  .hero-search button {
    width: 100%;
    border-radius: 0;
  }

  .logo-trust-band {
    padding-top: 28px;
  }

  .why-panel {
    display: none;
  }

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

  .stats-grid div {
    padding: 16px 0;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  }

  .stats-grid div:last-child {
    border-bottom: 0;
  }

  .compact-section {
    margin-top: 0;
  }

  .request-page,
  .landing-hero,
  .content-band,
  .cta-band,
  .directory-section {
    padding: 20px;
  }

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

/* v19 unified platform system */
:root {
  --color-ink: #071b32;
  --color-muted: #5b6878;
  --color-line: #d9e2e8;
  --color-bg: #f5f7fa;
  --color-panel: #ffffff;
  --color-primary: #008f86;
  --color-primary-dark: #006b65;
  --color-accent: #0b83c6;
  --color-accent-soft: #e9f5fb;
  --color-steel: #17324d;
  --color-cream: #f5f7fa;
  --onlift-cream: #f5f7fa;
  --shadow-soft: 0 18px 44px rgba(7, 27, 50, 0.08);
  --shadow-card: 0 8px 24px rgba(7, 27, 50, 0.07);
}

html {
  scroll-behavior: smooth;
}

body {
  color: var(--color-ink);
  background: var(--color-bg);
}

body,
button,
input,
select,
textarea {
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  letter-spacing: 0;
}

a {
  color: var(--color-primary-dark);
}

.site-shell {
  width: min(1380px, calc(100% - 48px));
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  border-bottom: 1px solid #e1e7ec;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 4px 18px rgba(7, 27, 50, 0.04);
}

.admin-bar .site-header {
  top: 32px;
}

.site-nav {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 28px;
  align-items: center;
  min-height: 82px;
}

.brand {
  display: inline-flex;
  gap: 11px;
  align-items: center;
  color: var(--color-ink);
  font-size: 28px;
  font-weight: 900;
  line-height: 1;
  text-decoration: none;
}

.brand-mark {
  position: relative;
  display: inline-grid;
  width: 38px;
  height: 38px;
  place-items: center;
  flex: 0 0 auto;
  background: var(--color-primary);
  clip-path: polygon(25% 4%, 75% 4%, 100% 50%, 75% 96%, 25% 96%, 0 50%);
}

.brand-mark::after {
  position: absolute;
  right: 2px;
  bottom: 5px;
  width: 14px;
  height: 14px;
  background: var(--color-accent);
  clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
  content: "";
}

.brand-mark span {
  position: relative;
  z-index: 1;
  width: 16px;
  height: 16px;
  background: #ffffff;
  clip-path: polygon(25% 4%, 75% 4%, 100% 50%, 75% 96%, 25% 96%, 0 50%);
}

.nav-menu {
  display: flex;
  gap: 26px;
  align-items: center;
  justify-content: flex-end;
}

.nav-links {
  display: flex;
  gap: 24px;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-links a,
.login-link {
  color: #24364a;
  font-size: 15px;
  font-weight: 750;
  text-decoration: none;
}

.nav-links a:hover,
.login-link:hover {
  color: var(--color-primary);
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  padding: 10px;
  border: 0;
  background: transparent;
}

.nav-toggle span {
  display: block;
  width: 22px;
  height: 2px;
  margin: 4px auto;
  background: var(--color-ink);
}

.button,
button.button {
  min-height: 48px;
  padding: 13px 21px;
  border: 1px solid var(--color-primary);
  border-radius: 8px;
  background: var(--color-primary);
  color: #ffffff;
  font-weight: 850;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  box-shadow: none;
}

.button:hover,
button.button:hover {
  border-color: var(--color-primary-dark);
  background: var(--color-primary-dark);
  color: #ffffff;
  transform: none;
}

.button.secondary {
  border-color: #b9c6d0;
  background: #ffffff;
  color: var(--color-ink);
}

.button.secondary:hover {
  border-color: var(--color-ink);
  background: #f6f8fa;
  color: var(--color-ink);
}

.text-link {
  color: var(--color-primary-dark);
  font-weight: 850;
  text-decoration: none;
}

.text-link::after {
  margin-left: 8px;
  content: "→";
}

.home-platform-hero {
  min-height: 0;
  padding: 54px 0 0;
  background: #ffffff;
  color: var(--color-ink);
}

.home-platform-hero::before,
.home-platform-hero::after {
  display: none;
}

.home-platform-hero .site-shell {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(310px, 0.72fr) minmax(300px, 0.64fr);
  grid-template-areas:
    "copy visual reasons"
    "search search search";
  gap: 34px;
  align-items: center;
  padding: 0;
}

.site-nav > .button {
  border-color: var(--color-primary);
  background: var(--color-primary);
  color: #ffffff;
  white-space: nowrap;
}

.marketplace-home-center {
  grid-area: copy;
  max-width: 650px;
  padding: 22px 0 30px;
}

.marketplace-home-center .eyebrow {
  display: inline-flex;
  align-items: center;
  margin: 0 0 20px;
  color: var(--color-primary-dark);
  font-size: 14px;
  font-weight: 900;
}

.marketplace-home-center .eyebrow::before {
  width: 9px;
  height: 9px;
  margin-right: 10px;
  border-radius: 999px;
  background: var(--color-accent);
  content: "";
}

.marketplace-home-center h1 {
  max-width: 650px;
  margin: 0;
  color: var(--color-ink);
  font-size: 58px;
  line-height: 1.02;
  letter-spacing: 0;
}

.marketplace-home-center > p {
  max-width: 620px;
  margin: 24px 0;
  color: #536477;
  font-size: 20px;
  line-height: 1.55;
}

.marketplace-home-center .hero-actions {
  align-items: center;
}

.marketplace-home-center .trust-points {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  margin-top: 24px;
}

.marketplace-home-center .trust-points span {
  position: relative;
  padding-left: 23px;
  color: #34495e;
  font-size: 14px;
  font-weight: 750;
}

.marketplace-home-center .trust-points span::before {
  position: absolute;
  top: 1px;
  left: 0;
  width: 15px;
  height: 15px;
  border: 2px solid var(--color-primary);
  border-radius: 999px;
  content: "";
}

.marketplace-home-center .trust-points span::after {
  position: absolute;
  top: 5px;
  left: 4px;
  width: 7px;
  height: 4px;
  border-bottom: 2px solid var(--color-primary);
  border-left: 2px solid var(--color-primary);
  content: "";
  transform: rotate(-45deg);
}

.hero-profile-visual {
  grid-area: visual;
  display: grid;
  gap: 13px;
  min-height: 470px;
  padding: 26px;
  border-radius: 8px;
  background: #09233d;
  box-shadow: 0 24px 50px rgba(7, 27, 50, 0.16);
}

.visual-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #9fdad6;
  font-size: 12px;
  font-weight: 800;
}

.visual-top .brand {
  font-size: 18px;
}

.visual-top .brand-name {
  color: #ffffff;
}

.visual-top .brand-mark {
  width: 27px;
  height: 27px;
}

.visual-top .brand-mark span {
  width: 11px;
  height: 11px;
}

.visual-profile {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr) auto;
  gap: 13px;
  align-items: center;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  background: #112e4c;
  color: #ffffff;
}

.visual-profile.is-featured {
  margin-top: 24px;
  background: #ffffff;
  color: var(--color-ink);
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.22);
}

.profile-avatar {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border-radius: 999px;
  background: #dff5f2;
  color: var(--color-primary-dark);
  font-weight: 900;
}

.visual-profile strong,
.visual-profile small {
  display: block;
}

.visual-profile small {
  margin-top: 4px;
  color: #9eb0c1;
  font-size: 12px;
}

.visual-profile.is-featured small {
  color: #69788a;
}

.visual-profile b {
  color: #38c991;
  font-size: 11px;
}

.hero-reasons {
  grid-area: reasons;
  align-self: stretch;
  padding: 30px 28px;
  border-radius: 8px;
  background: #eaf8f6;
}

.hero-reasons h2 {
  margin: 0 0 26px;
  color: var(--color-ink);
  font-size: 24px;
  line-height: 1.18;
}

.hero-reasons div {
  padding: 17px 0;
  border-top: 1px solid #c7e7e3;
}

.hero-reasons strong {
  display: block;
  color: var(--color-ink);
  font-size: 16px;
}

.hero-reasons p {
  margin: 6px 0 0;
  color: #506476;
  font-size: 14px;
  line-height: 1.5;
}

.hero-reasons > a {
  display: inline-block;
  margin-top: 18px;
  font-weight: 850;
  text-decoration: none;
}

.hero-search {
  position: relative;
  z-index: 5;
  grid-area: search;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr)) auto;
  gap: 0;
  width: calc(100% - 52px);
  margin: 8px auto 24px;
  padding: 12px;
  border: 1px solid #dbe3e9;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 20px 46px rgba(7, 27, 50, 0.12);
}

.hero-search label {
  min-width: 0;
  padding: 7px 20px;
  border-right: 1px solid #e2e8ed;
}

.hero-search label span {
  display: block;
  margin-bottom: 3px;
  color: var(--color-ink);
  font-size: 13px;
  font-weight: 850;
}

.hero-search input {
  width: 100%;
  min-height: 28px;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--color-ink);
  font-size: 15px;
  box-shadow: none;
}

.hero-search input:focus {
  outline: 0;
  box-shadow: none;
}

.hero-search .button {
  min-width: 190px;
}

.logo-trust-band {
  padding: 30px 0;
  background: #ffffff;
}

.logo-trust-band p {
  color: #68778a;
}

.tech-logos span {
  color: #607188;
  font-size: 17px;
  font-weight: 850;
}

.platform-stats {
  padding: 28px 0;
  background: #09233d;
}

.stats-grid {
  gap: 0;
}

.stats-grid > div {
  min-width: 0;
  padding: 10px 28px;
  border-right: 1px solid rgba(255, 255, 255, 0.16);
}

.stats-grid > div:last-child {
  border-right: 0;
}

.stats-grid span {
  color: #66d9cf;
}

.stats-grid strong,
.stats-grid p {
  color: #ffffff;
}

.stats-grid p {
  opacity: 0.72;
}

.section,
.page-section {
  background: #ffffff;
}

.muted-section,
.growth-packages-section {
  background: #f3f7fa;
}

.section-title h2,
.trust-layout h2,
.home-split h2,
.proof-layout h2 {
  color: var(--color-ink);
  font-size: 40px;
  line-height: 1.1;
}

.featured-services {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.service-card,
.choice-card,
.feature-item,
.specialist-card,
.lead-card,
.content-band,
.highlight-panel,
.testimonial-grid figure {
  border-radius: 8px;
}

.service-card {
  min-height: 190px;
  padding: 24px;
  border: 1px solid #dce4ea;
  background: #ffffff;
  box-shadow: none;
}

.service-card:hover {
  border-color: var(--color-primary);
  box-shadow: var(--shadow-card);
  transform: none;
}

.service-card > span {
  display: grid;
  width: 40px;
  height: 40px;
  margin-bottom: 26px;
  place-items: center;
  border-radius: 8px;
  background: #eaf8f6;
  color: var(--color-primary-dark);
  font-size: 12px;
  font-weight: 900;
}

.service-card:nth-child(3n + 2) > span {
  background: var(--color-accent-soft);
  color: #075f91;
}

.service-card h3 {
  margin-bottom: 9px;
  color: var(--color-ink);
  font-size: 20px;
}

.growth-packages {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid #cfdbe3;
  border-bottom: 1px solid #cfdbe3;
}

.growth-packages article {
  padding: 34px;
  border-right: 1px solid #cfdbe3;
}

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

.growth-packages article > span {
  color: var(--color-primary-dark);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.growth-packages h3 {
  margin: 12px 0;
  font-size: 25px;
}

.growth-packages p,
.growth-packages li {
  color: #596a7c;
  line-height: 1.55;
}

.growth-packages ul {
  min-height: 112px;
  padding-left: 20px;
}

.growth-packages a {
  font-weight: 900;
  text-decoration: none;
}

.proof-section {
  background: #09233d;
  color: #ffffff;
}

.proof-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(0, 1.1fr);
  gap: 52px;
  align-items: center;
}

.proof-layout h2,
.proof-layout .eyebrow {
  color: #ffffff;
}

.proof-layout blockquote {
  margin: 0;
  font-size: 24px;
  line-height: 1.55;
}

.proof-layout blockquote footer {
  margin-top: 20px;
  color: #9db0c2;
  font-size: 14px;
  font-weight: 800;
}

.proof-layout > .text-link {
  grid-column: 2;
  color: #66d9cf;
}

.review-rating {
  color: #ffd45c;
  font-size: 24px;
  letter-spacing: 2px;
}

.configurator-page,
.portal-login {
  width: min(1120px, calc(100% - 48px));
}

.request-page.configurator-page,
.partner-signup-card,
.partner-layout .configurator-intro,
.portal-login {
  border-radius: 8px;
  background: #ffffff;
}

.configurator-intro {
  background: #ffffff;
}

.configurator-intro h2,
.portal-login h1 {
  font-size: 54px;
  line-height: 1.04;
}

.configurator-preview {
  border-radius: 36px;
}

.request-form.config-form {
  display: grid;
  grid-template-columns: 1fr;
}

.config-form-step {
  display: grid;
  gap: 20px;
}

.config-form.is-enhanced .config-form-step {
  display: none;
}

.config-form.is-enhanced .config-form-step.is-active {
  display: grid;
}

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

.config-navigation {
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: space-between;
  margin-top: 6px;
  padding-top: 20px;
  border-top: 1px solid #dfe7ec;
}

.config-navigation .button {
  min-width: 170px;
}

.config-steps .is-active span {
  background: var(--color-primary);
}

.config-steps .is-complete span {
  background: #dff5f2;
  color: var(--color-primary-dark);
}

.config-progress span,
.preview-bar i {
  background: var(--color-primary);
  transition: width 0.24s ease;
}

.config-section,
.option-card,
.config-form input,
.config-form select,
.config-form textarea,
.form-helper {
  border-radius: 8px;
}

.option-card:has(input:checked) {
  border-color: var(--color-primary);
  background: #eaf8f6;
}

.consent-row {
  display: grid !important;
  grid-template-columns: 24px minmax(0, 1fr);
  gap: 12px !important;
  align-items: start;
  padding: 16px;
  border: 1px solid #dce5ea;
  border-radius: 8px;
  background: #f8fafb;
  font-weight: 600 !important;
}

.consent-row input {
  width: 20px !important;
  min-height: 20px !important;
  height: 20px;
  margin: 1px 0 0;
}

.login-choice-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  margin-top: 28px;
  overflow: hidden;
  border: 1px solid #dce4ea;
  border-radius: 8px;
  background: #dce4ea;
}

.login-choice-grid section {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 28px;
  background: #ffffff;
}

.login-choice-grid section > span {
  color: var(--color-primary-dark);
  font-weight: 900;
}

.login-choice-grid h2 {
  margin: 8px 0;
}

.login-choice-grid .text-link {
  margin-top: 18px;
}

.portal-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.portal-project-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(220px, 0.42fr);
  gap: 18px;
  margin-top: 24px;
}

.portal-project-grid > section,
.portal-messages {
  padding: 20px;
  border: 1px solid #dce5ea;
  border-radius: 8px;
  background: #f8fafb;
}

.portal-project-grid h4,
.portal-messages h4 {
  margin: 0 0 12px;
  font-size: 18px;
}

.portal-empty {
  color: #6a7888;
  font-size: 14px;
}

.portal-file-list {
  padding-left: 20px;
}

.portal-inline-form {
  display: grid;
  gap: 12px;
  margin-top: 16px;
}

.portal-inline-form label {
  display: grid;
  gap: 7px;
  font-weight: 800;
}

.portal-inline-form input,
.portal-inline-form textarea {
  width: 100%;
  border: 1px solid #ccd8e0;
  border-radius: 8px;
  background: #ffffff;
}

.portal-inline-form small {
  color: #6b7989;
}

.portal-messages {
  margin-top: 18px;
}

.message-thread {
  display: grid;
  gap: 10px;
  margin-bottom: 16px;
}

.project-message {
  padding: 14px;
  border-left: 3px solid var(--color-primary);
  background: #ffffff;
}

.project-message span {
  margin-left: 8px;
  color: #738192;
  font-size: 12px;
}

.project-message p {
  margin: 8px 0 0;
}

.match-service-card {
  border: 2px solid var(--color-primary);
  background: #f0faf8;
}

.neutral-badge {
  background: #eef3f6;
  color: #45576a;
}

.specialist-actions {
  align-items: center;
}

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

.contact-choice-grid > div {
  padding: 26px;
  border: 1px solid #dce4ea;
  border-radius: 8px;
}

.review-story blockquote {
  margin: 18px 0;
  color: var(--color-ink);
  font-size: 22px;
  line-height: 1.65;
}

.site-footer {
  background: #071b32;
}

.footer-grid {
  align-items: start;
}

.footer-brand {
  color: #ffffff;
  font-size: 24px;
}

.site-footer address,
.site-footer p,
.site-footer a {
  color: #c3cfda;
}

.footer-links {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, auto));
  gap: 12px 28px;
}

.assistant-launcher {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 180;
  min-height: 48px;
  padding: 12px 18px;
  border: 0;
  border-radius: 8px;
  background: var(--color-primary);
  color: #ffffff;
  font-weight: 900;
  box-shadow: 0 12px 28px rgba(7, 27, 50, 0.2);
}

.onlift-assistant {
  position: fixed;
  right: 22px;
  bottom: 82px;
  z-index: 179;
  display: none;
  width: min(370px, calc(100% - 32px));
  padding: 20px;
  border: 1px solid #d8e1e8;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 24px 56px rgba(7, 27, 50, 0.22);
}

.onlift-assistant.is-open {
  display: block;
}

.assistant-head {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  justify-content: space-between;
}

.assistant-head span,
.assistant-head strong {
  display: block;
}

.assistant-head span {
  color: var(--color-primary-dark);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.assistant-head strong {
  margin-top: 4px;
  font-size: 21px;
}

.assistant-head button {
  width: 34px;
  height: 34px;
  border: 0;
  background: transparent;
  color: var(--color-ink);
  font-size: 26px;
}

.onlift-assistant > p {
  color: #617183;
}

.assistant-options {
  display: grid;
  gap: 8px;
}

.assistant-options a {
  padding: 12px 14px;
  border: 1px solid #dce5ea;
  border-radius: 8px;
  color: var(--color-ink);
  font-weight: 750;
  text-decoration: none;
}

.assistant-options a:hover {
  border-color: var(--color-primary);
  background: #eef9f7;
}

@media (max-width: 1180px) {
  .site-nav {
    gap: 16px;
  }

  .nav-links {
    gap: 14px;
  }

  .nav-links a,
  .login-link {
    font-size: 14px;
  }

  .home-platform-hero .site-shell {
    grid-template-columns: minmax(0, 1fr) minmax(290px, 0.72fr);
    grid-template-areas:
      "copy visual"
      "reasons reasons"
      "search search";
  }

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

  .hero-reasons h2,
  .hero-reasons > a {
    grid-column: 1 / -1;
  }

  .hero-reasons div {
    border-top: 0;
  }

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

@media (max-width: 920px) {
  .admin-bar .site-header {
    top: 46px;
  }

  .site-nav {
    position: relative;
    grid-template-columns: auto 1fr auto;
    min-height: 70px;
  }

  .nav-toggle {
    display: block;
    justify-self: end;
  }

  .nav-menu {
    position: absolute;
    top: 70px;
    right: 0;
    left: 0;
    display: none;
    padding: 18px;
    border: 1px solid #dbe4ea;
    border-radius: 8px;
    background: #ffffff;
    box-shadow: var(--shadow-soft);
  }

  .nav-menu.is-open {
    display: grid;
  }

  .nav-links {
    display: grid;
    gap: 0;
  }

  .nav-links a,
  .login-link {
    display: block;
    padding: 12px 4px;
    border-bottom: 1px solid #e3e9ee;
    font-size: 16px;
  }

  .home-platform-hero .site-shell {
    grid-template-columns: 1fr;
    grid-template-areas:
      "search"
      "copy"
      "visual"
      "reasons";
  }

  .hero-search {
    width: 100%;
    margin: 0;
  }

  .logo-trust-band {
    padding-top: 40px;
  }

  .marketplace-home-center {
    max-width: none;
  }

  .hero-profile-visual {
    min-height: 400px;
  }

  .hero-reasons {
    display: block;
  }

  .hero-reasons div {
    border-top: 1px solid #c7e7e3;
  }

  .growth-packages,
  .proof-layout {
    grid-template-columns: 1fr;
  }

  .growth-packages article {
    border-right: 0;
    border-bottom: 1px solid #cfdbe3;
  }

  .growth-packages article:last-child {
    border-bottom: 0;
  }

  .growth-packages ul {
    min-height: 0;
  }

  .proof-layout > .text-link {
    grid-column: 1;
  }

  .configurator-intro h2,
  .portal-login h1 {
    font-size: 44px;
  }
}

@media (max-width: 700px) {
  .site-shell {
    width: min(100% - 28px, 1380px);
  }

  .site-nav > .button {
    min-height: 42px;
    padding: 9px 12px;
    font-size: 13px;
  }

  .brand {
    gap: 8px;
    font-size: 23px;
  }

  .brand-mark {
    width: 32px;
    height: 32px;
  }

  .home-platform-hero {
    padding-top: 18px;
  }

  .home-platform-hero .site-shell {
    gap: 24px;
  }

  .hero-search {
    grid-template-columns: 1fr;
    padding: 0;
    overflow: hidden;
  }

  .hero-search label {
    padding: 15px 18px;
    border-right: 0;
    border-bottom: 1px solid #e2e8ed;
  }

  .hero-search .button {
    margin: 10px;
  }

  .marketplace-home-center {
    padding: 14px 0 4px;
  }

  .marketplace-home-center h1 {
    font-size: 42px;
  }

  .marketplace-home-center > p {
    margin: 18px 0;
    font-size: 17px;
  }

  .marketplace-home-center .hero-actions {
    align-items: stretch;
  }

  .marketplace-home-center .hero-actions .button {
    width: 100%;
  }

  .marketplace-home-center .trust-points {
    display: grid;
    gap: 10px;
  }

  .hero-profile-visual {
    min-height: 350px;
    padding: 18px;
  }

  .visual-profile {
    grid-template-columns: 42px minmax(0, 1fr);
  }

  .visual-profile b {
    grid-column: 2;
  }

  .profile-avatar {
    width: 42px;
    height: 42px;
  }

  .hero-reasons {
    padding: 24px 20px;
  }

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

  .stats-grid > div {
    padding: 18px 12px;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  }

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

  .section-title h2,
  .trust-layout h2,
  .home-split h2,
  .proof-layout h2 {
    font-size: 34px;
  }

  .proof-layout {
    gap: 28px;
  }

  .proof-layout blockquote {
    font-size: 19px;
  }

  .configurator-page,
  .portal-login {
    width: min(100% - 28px, 1120px);
  }

  .configurator-intro h2,
  .portal-login h1 {
    font-size: 38px;
  }

  .config-steps {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 4px;
  }

  .config-steps li {
    display: grid;
    justify-items: center;
    text-align: center;
  }

  .config-steps strong {
    font-size: 11px;
  }

  .config-fields,
  .login-choice-grid,
  .portal-project-grid,
  .contact-choice-grid {
    grid-template-columns: 1fr;
  }

  .config-navigation {
    align-items: stretch;
    flex-direction: column-reverse;
  }

  .config-navigation .button {
    width: 100%;
  }

  .footer-grid,
  .footer-links {
    grid-template-columns: 1fr;
  }

  .assistant-launcher {
    right: 16px;
    bottom: 16px;
  }

  .onlift-assistant {
    right: 16px;
    bottom: 74px;
  }
}

/* v13.1 first viewport tightening */
.home-platform-hero .site-shell {
  grid-template-areas:
    "search search"
    "copy proof"
    "partner partner"
    "popular popular";
}

.marketplace-home-center h1 {
  max-width: 620px;
  font-size: clamp(44px, 4.8vw, 66px);
}

.marketplace-home-center p {
  max-width: 560px;
}

.marketplace-home-center .trust-points {
  display: none;
}

.home-platform-hero .site-shell {
  padding-top: 44px;
}

.hero-search {
  margin-top: 0;
}

@media (min-width: 1061px) {
  .home-platform-hero {
    min-height: 780px;
  }

  .partner-teaser-card {
    margin-top: 6px;
  }
}

@media (max-width: 760px) {
  .home-platform-hero .site-shell {
    grid-template-areas:
      "search"
      "copy"
      "proof"
      "partner"
      "popular";
  }

  .marketplace-home-center h1 {
    font-size: clamp(36px, 10vw, 46px);
  }

  .home-platform-hero .site-shell {
    padding-top: 30px;
  }
}

@media (max-width: 1060px) {
  .home-platform-hero .site-shell {
    grid-template-columns: 1fr;
    grid-template-areas:
      "search"
      "copy"
      "proof"
      "partner"
      "popular";
  }
}

@media (max-width: 782px) {
  .admin-bar .site-header {
    top: 46px;
  }
}

/* Tempo-Team inspired platform polish */
:root {
  --color-ink: #16213a;
  --color-muted: #5c6878;
  --color-line: #e1e5ec;
  --color-bg: #f5f6f8;
  --color-panel: #ffffff;
  --color-primary: #d71920;
  --color-primary-dark: #ad1016;
  --color-accent: #ffd400;
  --color-steel: #17213b;
  --shadow-soft: 0 12px 28px rgba(22, 33, 58, 0.08);
  --shadow-card: 0 1px 0 rgba(22, 33, 58, 0.04), 0 16px 34px rgba(22, 33, 58, 0.07);
}

body {
  background:
    linear-gradient(180deg, #fff7cc 0, #fff7cc 220px, #f5f6f8 220px, #f5f6f8 100%),
    var(--color-bg);
}

.site-header {
  background: #ffffff;
  border-bottom: 1px solid #e7e9ef;
  backdrop-filter: none;
}

.brand {
  color: #16213a;
}

.brand::before,
.home-wordmark::before,
.mini-logo {
  border-radius: 7px;
  background:
    linear-gradient(135deg, #ffd400 0 48%, #d71920 48% 100%);
  clip-path: none;
  box-shadow: none;
}

.nav-links {
  color: #27344f;
}

.nav-links a:hover,
.login-link:hover {
  color: var(--color-primary);
}

.button {
  border-color: #d71920;
  background: #d71920;
  color: #ffffff;
  box-shadow: none;
}

.button:hover {
  transform: translateY(-1px);
  border-color: #ad1016;
  background: #ad1016;
  box-shadow: 0 10px 20px rgba(215, 25, 32, 0.18);
}

.button.secondary {
  border-color: #d5dbe5;
  background: #ffffff;
  color: #16213a;
}

.button.secondary:hover {
  border-color: #d71920;
  color: #d71920;
  background: #ffffff;
}

.home-platform-hero {
  padding: 28px 0 40px;
  background:
    linear-gradient(180deg, #fff2b8 0, #fff2b8 70%, #ffffff 70%, #ffffff 100%);
}

.marketplace-home-center {
  max-width: 820px;
  margin-top: 50px;
}

.home-wordmark {
  color: #16213a;
  font-size: clamp(46px, 6.4vw, 76px);
}

.marketplace-home-center h1 {
  max-width: 780px;
  margin-inline: auto;
  color: #16213a;
  font-size: clamp(34px, 4.4vw, 58px);
  line-height: 1.02;
}

.marketplace-home-center p {
  color: #2f3b54;
  font-size: clamp(18px, 2vw, 21px);
}

.hero-search {
  max-width: 1060px;
  border: 2px solid #16213a;
  border-radius: 4px;
  box-shadow: 0 18px 30px rgba(22, 33, 58, 0.14);
}

.hero-search label {
  min-height: 70px;
  border-right-color: #d8dde7;
}

.hero-search span {
  color: #16213a;
}

.hero-search input {
  color: #2f3b54;
}

.hero-search input::placeholder {
  color: #7a8494;
}

.hero-search label::before,
.hero-search label::after {
  border-color: #d71920;
}

.hero-search label::after {
  background: #d71920;
}

.hero-search button {
  min-height: 70px;
  background: #d71920;
}

.hero-main-button {
  width: min(100%, 440px);
  min-height: 54px;
}

.trust-points {
  justify-content: center;
  color: #27344f;
}

.trust-points span::before {
  border-color: #d71920;
  box-shadow: inset 0 0 0 4px rgba(255, 212, 0, 0.55);
}

.partner-teaser-card {
  border: 2px solid #16213a;
  border-radius: 4px;
  box-shadow: 10px 10px 0 #ffd400;
}

.partner-teaser-card a {
  color: #d71920;
}

.popular-strip {
  border-top-color: #d8dde7;
}

.logo-trust-band {
  background: #16213a;
  border-bottom: 0;
}

.logo-trust-band p,
.tech-logos {
  color: #ffffff;
}

.tech-logos span {
  opacity: 0.9;
}

.platform-stats {
  background: #ffffff;
  color: #16213a;
  border-block: 1px solid #e1e5ec;
}

.stats-grid div {
  border-right-color: #e1e5ec;
}

.stats-grid span {
  color: #d71920;
}

.stats-grid p {
  color: #5c6878;
}

.choice-card,
.service-card,
.content-band,
.directory-section,
.request-box,
.trust-list div,
.partner-proof,
.marketplace-intro,
.portal-header,
.request-page {
  border-radius: 4px;
  box-shadow: var(--shadow-card);
}

.choice-card {
  background: #ffffff;
  border-top: 6px solid #ffd400;
}

.dark-choice {
  background: #16213a;
  border-top-color: #d71920;
}

.dark-choice .eyebrow {
  color: #ffd400;
}

.muted-section {
  background: #fff7d6;
}

.eyebrow {
  color: #d71920;
}

.service-card {
  border-top: 5px solid #ffd400;
}

.service-card::before {
  width: 38px;
  height: 5px;
  border-radius: 0;
  background: #d71920;
}

.service-card:hover,
.city-strip a:hover {
  border-color: #d71920;
  color: #d71920;
}

.city-strip a,
.partner-proof span,
.trust-row span {
  border-radius: 4px;
  background: #ffffff;
  color: #16213a;
}

.highlight-panel {
  border-color: #f2d36b;
  border-radius: 4px;
  background: #fff7d6;
}

.cta-band {
  border: 0;
  border-radius: 4px;
  background: #16213a;
  color: #ffffff;
}

.cta-band::before {
  content: "";
  width: 76px;
  height: 8px;
  background: #ffd400;
}

.check-list li,
.faq-list details,
.feature-item {
  border-radius: 4px;
  background: #f8f9fb;
}

.process-strip span,
.step-item span {
  background: #d71920;
}

.site-footer {
  background: #16213a;
}

.page-section .site-shell > article > h1:first-child {
  display: none;
}

@media (max-width: 760px) {
  body {
    background:
      linear-gradient(180deg, #fff7cc 0, #fff7cc 160px, #f5f6f8 160px, #f5f6f8 100%),
      var(--color-bg);
  }

  .home-platform-hero {
    padding-top: 18px;
  }

  .hero-search {
    border-radius: 4px;
  }

  .hero-search label {
    border-right: 0;
    border-bottom: 1px solid #e1e5ec;
  }

  .partner-teaser-card {
    box-shadow: 6px 6px 0 #ffd400;
  }
}

/* Onlift marketplace hero direction */
:root {
  --onlift-deep: #083d36;
  --onlift-deeper: #062f2b;
  --onlift-green: #28d86f;
  --onlift-mint: #d9fff0;
  --onlift-aqua: #39c6e3;
  --onlift-cream: #f7f4ef;
  --onlift-purple: #bda7ff;
}

body {
  background: var(--onlift-cream);
}

.site-header {
  background: var(--onlift-deeper);
  border-bottom: 0;
}

.site-header .site-shell {
  width: min(1360px, calc(100% - 40px));
}

.site-nav {
  min-height: 74px;
  justify-content: flex-start;
  gap: 28px;
  padding: 0 28px 0 0;
  background: transparent;
}

.brand {
  align-self: stretch;
  min-width: 220px;
  padding: 0 30px;
  border-radius: 0 0 28px 0;
  background: var(--onlift-green);
  color: var(--onlift-deeper);
  font-size: 34px;
  font-weight: 950;
  letter-spacing: 0;
}

.brand::before {
  width: 28px;
  height: 28px;
  border-radius: 8px;
  background: var(--onlift-deeper);
}

.nav-links {
  justify-content: flex-start;
  gap: 34px;
  color: #ffffff;
  font-size: 16px;
}

.nav-links a {
  color: #ffffff;
}

.nav-links a:hover,
.login-link:hover {
  color: var(--onlift-green);
}

.login-link {
  margin-left: auto;
  color: #ffffff;
  font-size: 16px;
}

.site-nav > .button {
  min-height: 42px;
  border: 0;
  border-radius: 999px;
  background: var(--onlift-green);
  color: var(--onlift-deeper);
  font-weight: 950;
  box-shadow: none;
}

.home-platform-hero {
  overflow: hidden;
  min-height: 760px;
  padding: 0 0 72px;
  background:
    linear-gradient(90deg, rgba(8, 61, 54, 0.98), rgba(13, 84, 72, 0.94)),
    var(--onlift-deep);
  color: #ffffff;
}

.home-platform-hero::before {
  content: "";
  position: absolute;
  inset: auto -12vw -110px 4vw;
  height: 210px;
  border-radius: 55% 45% 0 0;
  background: var(--onlift-cream);
  z-index: 0;
}

.home-platform-hero::after {
  content: "";
  position: absolute;
  right: max(5vw, 70px);
  top: 92px;
  width: min(42vw, 610px);
  aspect-ratio: 1 / 1;
  border-radius: 52% 48% 45% 55%;
  background:
    linear-gradient(135deg, rgba(40, 216, 111, 0.18), transparent 34%),
    radial-gradient(circle at 58% 48%, rgba(255, 255, 255, 0.18) 0 8%, transparent 9%),
    linear-gradient(145deg, #0f6b5d, #06342f);
  box-shadow: inset 42px 0 0 rgba(40, 216, 111, 0.13);
}

.home-platform-hero .site-shell {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(360px, 0.76fr);
  grid-template-areas:
    "copy visual"
    "search visual"
    "partner partner"
    "popular popular";
  gap: 28px 46px;
  width: min(1360px, calc(100% - 56px));
  padding-top: 126px;
}

.marketplace-home-center {
  grid-area: copy;
  max-width: 680px;
  margin: 0;
  text-align: left;
}

.home-wordmark {
  margin: 0 0 22px;
  color: var(--onlift-green);
  font-size: clamp(58px, 7vw, 112px);
  line-height: 0.84;
  text-transform: lowercase;
}

.home-wordmark::before {
  display: none;
}

.marketplace-home-center h1 {
  max-width: 700px;
  margin: 0 0 18px;
  color: var(--onlift-green);
  font-size: clamp(52px, 6vw, 96px);
  line-height: 0.9;
  text-align: left;
  text-transform: uppercase;
}

.marketplace-home-center p {
  max-width: 600px;
  margin: 0 0 22px;
  color: #ecfff8;
  font-size: clamp(20px, 2vw, 26px);
  line-height: 1.28;
}

.hero-main-button {
  width: auto;
  min-height: 50px;
  padding-inline: 28px;
  border: 0;
  border-radius: 999px;
  background: var(--onlift-green);
  color: var(--onlift-deeper);
  font-weight: 950;
}

.trust-points {
  justify-content: flex-start;
  gap: 18px;
  color: #d9fff0;
}

.trust-points span::before {
  border-color: var(--onlift-green);
  box-shadow: none;
}

.hero-search {
  grid-area: search;
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.9fr) minmax(0, 0.82fr) minmax(190px, 0.52fr);
  max-width: none;
  margin: 40px -380px 0 0;
  border: 0;
  border-radius: 10px;
  background: #ffffff;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.22);
  z-index: 3;
}

.hero-search label {
  min-height: 78px;
  padding-left: 58px;
  border-right: 12px solid #ffffff;
  background: #f3f0fb;
}

.hero-search label:first-child {
  border-radius: 8px 0 0 8px;
}

.hero-search span {
  color: #2a2536;
  font-size: 15px;
}

.hero-search input {
  color: #2a2536;
  font-size: 17px;
}

.hero-search label::before,
.hero-search label::after {
  border-color: #8171d7;
}

.hero-search label::after {
  background: #8171d7;
}

.hero-search button {
  min-height: 78px;
  border-radius: 999px;
  margin: 0 14px 0 4px;
  background: var(--onlift-green);
  color: var(--onlift-deeper);
  font-size: 17px;
  font-weight: 950;
}

.home-platform-hero .site-shell::after {
  content: "match\A specialist\A sneller";
  white-space: pre;
  grid-area: visual;
  align-self: center;
  justify-self: center;
  display: grid;
  place-items: center;
  width: min(36vw, 470px);
  aspect-ratio: 1 / 1;
  border: 28px solid rgba(40, 216, 111, 0.18);
  border-radius: 52% 48% 44% 56%;
  background:
    linear-gradient(180deg, rgba(189, 167, 255, 0.9), rgba(57, 198, 227, 0.92)),
    #ffffff;
  color: #082f2b;
  font-size: clamp(30px, 4vw, 54px);
  font-weight: 950;
  line-height: 0.95;
  text-align: center;
  text-transform: uppercase;
  box-shadow: 0 36px 80px rgba(0, 0, 0, 0.2);
}

.partner-teaser-card {
  grid-area: partner;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  max-width: 1000px;
  margin: 54px auto 0;
  padding: 32px 42px;
  border: 0;
  border-radius: 14px;
  background: #ffffff;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.16);
}

.partner-teaser-card h2 {
  margin: 0 0 6px;
  color: #2c2b35;
}

.partner-teaser-card p {
  margin: 0;
}

.partner-teaser-card a {
  color: #0aa95d;
}

.popular-strip {
  grid-area: popular;
  margin-top: 0;
  color: #ffffff;
  border-top: 0;
}

.popular-strip span,
.popular-strip a {
  color: #d9fff0;
}

.logo-trust-band {
  background: var(--onlift-cream);
}

.logo-trust-band p,
.tech-logos {
  color: #23342f;
}

.platform-stats {
  background: var(--onlift-deeper);
  color: #ffffff;
}

.stats-grid span {
  color: var(--onlift-purple);
}

.stats-grid p {
  color: #d4ede5;
}

.platform-choice-section {
  background: var(--onlift-cream);
}

.choice-card,
.service-card {
  border-radius: 14px;
}

.choice-card {
  border-top-color: var(--onlift-green);
}

.dark-choice {
  background: var(--onlift-deeper);
}

.dark-choice .eyebrow {
  color: var(--onlift-green);
}

@media (max-width: 980px) {
  .site-nav {
    padding-right: 14px;
  }

  .brand {
    min-width: 180px;
    padding-inline: 22px;
    font-size: 28px;
  }

  .home-platform-hero .site-shell {
    grid-template-columns: 1fr;
    grid-template-areas:
      "copy"
      "search"
      "visual"
      "partner"
      "popular";
    padding-top: 72px;
  }

  .home-platform-hero::after {
    display: none;
  }

  .home-platform-hero .site-shell::after {
    width: min(72vw, 420px);
  }

  .hero-search {
    grid-template-columns: 1fr;
    margin: 12px 0 0;
  }

  .hero-search label {
    border-right: 0;
    border-bottom: 10px solid #ffffff;
  }

  .hero-search button {
    margin: 4px 14px 14px;
  }
}

@media (max-width: 760px) {
  .site-header .site-shell {
    width: 100%;
  }

  .site-nav {
    min-height: 68px;
    padding-right: 12px;
  }

  .brand {
    min-width: 148px;
    padding-inline: 18px;
    font-size: 25px;
  }

  .home-platform-hero {
    min-height: 0;
  }

  .home-platform-hero .site-shell {
    width: min(100% - 32px, 1160px);
    padding-top: 48px;
  }

  .marketplace-home-center h1 {
    font-size: clamp(42px, 13vw, 58px);
  }

  .marketplace-home-center p {
    font-size: 18px;
  }

  .home-platform-hero .site-shell::after {
    width: min(86vw, 320px);
    border-width: 18px;
    font-size: 34px;
  }

  .partner-teaser-card {
    grid-template-columns: 1fr;
    padding: 26px;
  }
}

/* Hero viewport tightening */
@media (min-width: 981px) {
  .home-platform-hero {
    min-height: 640px;
    padding-bottom: 42px;
  }

  .home-platform-hero .site-shell {
    gap: 18px 42px;
    padding-top: 74px;
  }

  .home-wordmark {
    margin-bottom: 10px;
    font-size: clamp(44px, 5.2vw, 72px);
  }

  .marketplace-home-center h1 {
    max-width: 640px;
    margin-bottom: 12px;
    font-size: clamp(42px, 5vw, 74px);
  }

  .marketplace-home-center p {
    max-width: 560px;
    margin-bottom: 14px;
    font-size: clamp(18px, 1.7vw, 22px);
  }

  .trust-points {
    margin-top: 18px;
  }

  .hero-search {
    margin-top: 10px;
  }

  .home-platform-hero .site-shell::after {
    width: min(32vw, 410px);
  }

  .partner-teaser-card {
    margin-top: 22px;
  }
}

/* Temper-aligned hero refinement */
.home-platform-hero {
  overflow: hidden;
}

.home-platform-hero .site-shell {
  position: relative;
}

.marketplace-home-center {
  align-self: end;
  max-width: 720px;
}

.home-wordmark {
  display: none;
}

.marketplace-home-center h1 {
  max-width: 760px;
  letter-spacing: 0;
  line-height: 0.95;
}

.marketplace-home-center p {
  max-width: 650px;
}

.trust-points {
  gap: 20px;
}

.trust-points span {
  white-space: nowrap;
}

.home-platform-hero .site-shell::after {
  width: min(36vw, 520px);
  border-width: 26px;
  border-radius: 48% 52% 50% 50%;
  background:
    radial-gradient(circle at 50% 36%, rgba(182, 165, 255, 0.96), rgba(94, 195, 238, 0.94) 70%),
    #78d7dc;
  box-shadow:
    0 0 0 88px rgba(40, 216, 111, 0.08),
    0 38px 90px rgba(0, 0, 0, 0.22);
  transform: translateX(-4%);
}

.hero-search {
  align-self: start;
  width: min(100%, 1030px);
  min-height: 86px;
  margin-top: -12px;
  border-radius: 8px;
  box-shadow: 0 18px 55px rgba(0, 0, 0, 0.18);
  z-index: 4;
}

.hero-search label {
  min-height: 86px;
  padding-left: 78px;
}

.hero-search span {
  margin-bottom: 5px;
}

.hero-search input {
  max-width: 100%;
  font-size: 18px;
}

.hero-search button {
  align-self: stretch;
  min-height: 0;
  margin: 12px 14px 12px 4px;
  border-radius: 999px;
}

.partner-teaser-card {
  position: relative;
  z-index: 3;
}

@media (min-width: 981px) {
  .home-platform-hero {
    min-height: 630px;
    padding-bottom: 28px;
  }

  .home-platform-hero .site-shell {
    grid-template-columns: minmax(0, 0.92fr) minmax(390px, 0.78fr);
    grid-template-areas:
      "copy visual"
      "search search"
      "partner partner"
      "popular popular";
    gap: 16px 54px;
    padding-top: 58px;
  }

  .marketplace-home-center {
    align-self: center;
  }

  .marketplace-home-center h1 {
    font-size: clamp(52px, 5.5vw, 82px);
  }

  .home-platform-hero .site-shell::after {
    align-self: center;
    justify-self: start;
    width: min(34vw, 455px);
    border-width: 22px;
    margin-top: 0;
    box-shadow:
      0 0 0 58px rgba(40, 216, 111, 0.08),
      0 32px 76px rgba(0, 0, 0, 0.2);
  }

  .hero-search {
    grid-template-columns: minmax(250px, 1fr) minmax(250px, 1fr) minmax(250px, 1fr) 220px;
    transform: translateY(-18px);
  }

  .partner-teaser-card {
    max-width: 980px;
    margin-top: -2px;
  }
}

@media (min-width: 1280px) {
  .home-platform-hero .site-shell {
    width: min(100% - 72px, 1320px);
  }
}

@media (max-width: 980px) {
  .marketplace-home-center {
    align-self: auto;
  }

  .hero-search {
    margin-top: 2px;
    border-radius: 10px;
  }
}

@media (max-width: 760px) {
  .trust-points {
    align-items: flex-start;
  }

  .trust-points span {
    white-space: normal;
  }

  .hero-search {
    min-height: 0;
    margin-top: 0;
  }

  .hero-search label {
    min-height: 76px;
    padding-left: 70px;
  }

  .hero-search button {
    min-height: 62px;
  }
}

/* Onlift platform style system v13 */
:root {
  --color-ink: #10231f;
  --color-muted: #60716d;
  --color-line: #dce8e4;
  --color-bg: #f5f8f6;
  --color-panel: #ffffff;
  --color-primary: #0f8f68;
  --color-primary-dark: #083f35;
  --color-accent: #44d483;
  --color-accent-soft: #ddf8eb;
  --color-blue: #176b87;
  --color-violet: #7c6ee6;
  --color-cream: #f7f3ea;
  --radius-sm: 8px;
  --radius-md: 12px;
  --radius-lg: 18px;
  --shadow-soft: 0 14px 34px rgba(12, 38, 33, 0.08);
  --shadow-card: 0 1px 0 rgba(12, 38, 33, 0.04), 0 18px 40px rgba(12, 38, 33, 0.07);
}

html {
  scroll-behavior: smooth;
}

body {
  color: var(--color-ink);
  background: var(--color-bg);
  letter-spacing: 0;
}

.site-shell {
  width: min(1180px, calc(100% - 48px));
}

.site-header {
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid rgba(220, 232, 228, 0.9);
  box-shadow: 0 8px 24px rgba(12, 38, 33, 0.04);
  backdrop-filter: blur(18px);
}

.admin-bar .site-header {
  top: 32px;
}

.site-nav {
  min-height: 76px;
  gap: 22px;
  padding: 0;
}

.brand {
  min-width: auto;
  align-self: auto;
  padding: 0;
  border-radius: 0;
  background: transparent;
  color: var(--color-primary-dark);
  font-size: 26px;
  font-weight: 900;
}

.brand::before,
.home-wordmark::before,
.mini-logo {
  width: 36px;
  height: 36px;
  border-radius: 11px;
  background:
    radial-gradient(circle at center, #ffffff 0 28%, transparent 29%),
    conic-gradient(from 25deg, #18b884, #176b87, #44d483, #caa04b, #18b884);
  clip-path: polygon(25% 4%, 75% 4%, 100% 50%, 75% 96%, 25% 96%, 0 50%);
  box-shadow: 0 12px 28px rgba(15, 143, 104, 0.2);
}

.nav-links {
  justify-content: center;
  gap: 26px;
  color: #40534e;
  font-size: 15px;
  font-weight: 760;
}

.nav-links a,
.login-link {
  color: inherit;
}

.nav-links a:hover,
.login-link:hover {
  color: var(--color-primary);
}

.button,
button.button,
input[type="submit"] {
  min-height: 46px;
  border-radius: var(--radius-sm);
  border-color: var(--color-primary);
  background: linear-gradient(180deg, #13a777, var(--color-primary));
  color: #ffffff;
  font-weight: 850;
  box-shadow: 0 12px 24px rgba(15, 143, 104, 0.18);
}

.button:hover {
  transform: translateY(-1px);
  border-color: var(--color-primary-dark);
  background: linear-gradient(180deg, #0f966c, #0b7357);
}

.button.secondary {
  border-color: #c9d8d4;
  background: #ffffff;
  color: var(--color-primary-dark);
  box-shadow: none;
}

.button.secondary:hover {
  border-color: var(--color-primary);
  color: var(--color-primary);
  background: #ffffff;
}

.home-platform-hero {
  overflow: hidden;
  min-height: 680px;
  padding: 0 0 56px;
  background:
    radial-gradient(circle at 78% 28%, rgba(68, 212, 131, 0.28), transparent 24%),
    linear-gradient(135deg, #073a33 0%, #0b5548 58%, #0d6959 100%);
  color: #ffffff;
}

.home-platform-hero::before,
.home-platform-hero::after {
  display: none;
}

.home-platform-hero .site-shell {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(340px, 0.72fr);
  grid-template-areas:
    "copy proof"
    "search proof"
    "partner partner"
    "popular popular";
  gap: 24px 56px;
  width: min(1240px, calc(100% - 56px));
  padding-top: 76px;
}

.marketplace-home-center {
  grid-area: copy;
  max-width: 700px;
  margin: 0;
  text-align: left;
}

.home-wordmark {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 18px;
  padding: 8px 12px;
  border: 1px solid rgba(221, 248, 235, 0.28);
  border-radius: 999px;
  color: #dffcef;
  background: rgba(255, 255, 255, 0.08);
  font-size: 15px;
  font-weight: 850;
  line-height: 1;
  text-transform: none;
}

.home-wordmark::before {
  display: block;
  width: 22px;
  height: 22px;
  box-shadow: none;
}

.marketplace-home-center h1 {
  max-width: 720px;
  margin: 0 0 20px;
  color: #ffffff;
  font-size: clamp(46px, 5.2vw, 76px);
  line-height: 0.96;
  text-align: left;
  text-transform: none;
}

.marketplace-home-center p {
  max-width: 620px;
  margin: 0 0 26px;
  color: #d8eee8;
  font-size: clamp(18px, 1.7vw, 22px);
  line-height: 1.45;
}

.hero-main-button {
  width: auto;
  min-height: 52px;
  padding-inline: 28px;
  border-radius: 999px;
  background: #44d483;
  color: #073a33;
  box-shadow: 0 18px 38px rgba(68, 212, 131, 0.22);
}

.hero-main-button:hover {
  background: #62e197;
  color: #073a33;
}

.trust-points {
  justify-content: flex-start;
  gap: 14px 18px;
  margin-top: 24px;
  color: #dffcef;
}

.trust-points span::before {
  border-color: #44d483;
  box-shadow: inset 0 0 0 4px rgba(68, 212, 131, 0.18);
}

.home-platform-hero .site-shell::after {
  content: "Geverifieerde\A specialisten\A voor digitale groei";
  white-space: pre;
  grid-area: proof;
  align-self: center;
  justify-self: center;
  display: grid;
  place-items: center;
  width: min(36vw, 430px);
  aspect-ratio: 1 / 1;
  border: 1px solid rgba(221, 248, 235, 0.26);
  border-radius: 42% 58% 48% 52%;
  background:
    linear-gradient(145deg, rgba(255,255,255,0.16), rgba(255,255,255,0.05)),
    radial-gradient(circle at 62% 34%, rgba(68, 212, 131, 0.55), transparent 18%),
    #0a4a40;
  color: #ffffff;
  font-size: clamp(28px, 3vw, 44px);
  font-weight: 900;
  line-height: 1.02;
  text-align: center;
  box-shadow:
    0 0 0 42px rgba(255, 255, 255, 0.04),
    0 36px 80px rgba(0, 0, 0, 0.18);
}

.hero-search {
  grid-area: search;
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.9fr) minmax(0, 0.8fr) 170px;
  max-width: none;
  min-height: 76px;
  margin: 12px -280px 0 0;
  border: 0;
  border-radius: var(--radius-md);
  background: #ffffff;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.22);
  transform: none;
}

.hero-search label {
  min-height: 76px;
  padding: 12px 18px 12px 56px;
  border-right: 1px solid var(--color-line);
  background: #ffffff;
}

.hero-search label:first-child {
  border-radius: var(--radius-md) 0 0 var(--radius-md);
}

.hero-search span {
  color: var(--color-primary-dark);
  font-size: 13px;
  font-weight: 850;
}

.hero-search input {
  color: #203631;
  font-size: 16px;
  font-weight: 650;
}

.hero-search input::placeholder {
  color: #82928d;
}

.hero-search label::before {
  border-color: var(--color-primary);
}

.hero-search label::after {
  background: var(--color-primary);
}

.hero-search button {
  min-height: 56px;
  margin: 10px;
  border-radius: 999px;
  background: var(--color-primary);
  color: #ffffff;
  box-shadow: none;
}

.partner-teaser-card {
  grid-area: partner;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  max-width: 940px;
  margin: 22px auto 0;
  padding: 28px 34px;
  border: 1px solid rgba(220, 232, 228, 0.92);
  border-radius: var(--radius-lg);
  background: #ffffff;
  box-shadow: var(--shadow-card);
}

.partner-teaser-card h2 {
  margin: 0 0 6px;
  color: var(--color-ink);
}

.partner-teaser-card p {
  margin: 0;
  color: var(--color-muted);
}

.partner-teaser-card a {
  color: var(--color-primary);
  font-weight: 900;
}

.popular-strip {
  grid-area: popular;
  margin-top: 0;
  padding-top: 4px;
  border-top: 0;
  color: #dffcef;
}

.popular-strip span,
.popular-strip a {
  color: #dffcef;
}

.logo-trust-band {
  padding: 32px 0;
  background: var(--color-panel);
  border-bottom: 1px solid var(--color-line);
}

.logo-trust-band p,
.tech-logos {
  color: #50645f;
}

.tech-logos {
  gap: 28px;
  font-size: 18px;
}

.platform-stats {
  padding: 26px 0;
  background: #082f2b;
  color: #ffffff;
}

.stats-grid div {
  border-right-color: rgba(255, 255, 255, 0.13);
}

.stats-grid span {
  color: #8df0b6;
}

.stats-grid p {
  color: #cfe8df;
}

.section {
  padding: 76px 0;
}

.muted-section,
.platform-choice-section {
  background: var(--color-cream);
}

.section-title {
  gap: 28px;
  margin-bottom: 28px;
}

.section-title h2,
.content-band h2,
.cta-band h2,
.choice-card h2,
.marketplace-intro h1,
.marketplace-intro h2,
.portal-header h2 {
  color: var(--color-ink);
  letter-spacing: 0;
}

.eyebrow {
  color: var(--color-primary);
  font-weight: 900;
  letter-spacing: 0.03em;
}

.choice-card,
.service-card,
.content-band,
.directory-section,
.request-box,
.trust-list div,
.partner-proof,
.marketplace-intro,
.portal-header,
.request-page,
.specialist-card,
.lead-card,
.testimonial-grid figure {
  border: 1px solid rgba(220, 232, 228, 0.96);
  border-radius: var(--radius-md);
  background: #ffffff;
  box-shadow: var(--shadow-card);
}

.choice-card,
.service-card {
  border-top: 4px solid var(--color-accent);
}

.service-card::before {
  background: var(--color-primary);
}

.service-card:hover,
.city-strip a:hover {
  border-color: var(--color-primary);
  color: var(--color-primary);
  transform: translateY(-2px);
}

.dark-choice {
  background: #082f2b;
  color: #ffffff;
  border-color: #082f2b;
  border-top-color: var(--color-accent);
}

.dark-choice h2,
.dark-choice p {
  color: #ffffff;
}

.dark-choice .eyebrow {
  color: #8df0b6;
}

.city-strip a,
.partner-proof span,
.trust-row span,
.profile-badge {
  border-radius: 999px;
  background: var(--color-accent-soft);
  color: var(--color-primary-dark);
}

.highlight-panel {
  border-color: #cfe4dc;
  border-radius: var(--radius-md);
  background: #f2fbf6;
}

.cta-band {
  border: 0;
  border-radius: var(--radius-lg);
  background:
    radial-gradient(circle at 88% 12%, rgba(68, 212, 131, 0.2), transparent 26%),
    #082f2b;
  color: #ffffff;
}

.cta-band h2,
.cta-band p {
  color: #ffffff;
}

.site-footer {
  background: #082f2b;
}

.footer-grid {
  align-items: flex-start;
}

@media (min-width: 1280px) {
  .home-platform-hero .site-shell {
    width: min(100% - 72px, 1320px);
  }
}

@media (max-width: 1060px) {
  .home-platform-hero {
    min-height: 0;
  }

  .home-platform-hero .site-shell {
    grid-template-columns: 1fr;
    grid-template-areas:
      "copy"
      "search"
      "proof"
      "partner"
      "popular";
    gap: 24px;
    padding-top: 52px;
  }

  .hero-search {
    grid-template-columns: 1fr;
    margin: 0;
  }

  .hero-search label,
  .hero-search label:first-child {
    min-height: 70px;
    border-right: 0;
    border-bottom: 1px solid var(--color-line);
    border-radius: 0;
  }

  .hero-search button {
    width: calc(100% - 20px);
  }

  .home-platform-hero .site-shell::after {
    width: min(72vw, 360px);
    margin: 8px auto 0;
  }
}

@media (max-width: 760px) {
  .site-shell,
  .home-platform-hero .site-shell {
    width: min(100% - 32px, 1180px);
  }

  .site-nav {
    min-height: 68px;
    gap: 10px;
  }

  .brand {
    font-size: 22px;
  }

  .brand::before {
    width: 30px;
    height: 30px;
  }

  .site-nav > .button {
    max-width: 164px;
    min-height: 40px;
    padding-inline: 12px;
    font-size: 13px;
    line-height: 1.1;
  }

  .home-platform-hero .site-shell {
    padding-top: 36px;
  }

  .home-wordmark {
    margin-bottom: 16px;
  }

  .marketplace-home-center h1 {
    font-size: clamp(38px, 11vw, 50px);
    line-height: 1;
  }

  .marketplace-home-center p {
    font-size: 17px;
  }

  .hero-main-button,
  .card-actions .button,
  .marketplace-actions .button,
  .specialist-actions .button {
    width: 100%;
  }

  .trust-points {
    display: grid;
    gap: 10px;
  }

  .home-platform-hero .site-shell::after {
    width: min(86vw, 300px);
    font-size: 28px;
  }

  .partner-teaser-card {
    grid-template-columns: 1fr;
    padding: 24px;
  }

  .popular-strip {
    align-items: flex-start;
    flex-direction: column;
  }

  .section {
    padding: 52px 0;
  }

  .choice-card,
  .content-band,
  .cta-band,
  .request-page,
  .directory-section {
    padding: 22px;
  }
}

/* v15.1 final cascade: search first, tighter first viewport */
.home-platform-hero .site-shell {
  grid-template-areas:
    "search search"
    "copy proof"
    "partner partner"
    "popular popular";
  padding-top: 44px;
}

.marketplace-home-center h1 {
  max-width: 620px;
  font-size: clamp(44px, 4.8vw, 66px);
}

.marketplace-home-center p {
  max-width: 560px;
}

.marketplace-home-center .trust-points {
  display: none;
}

.hero-search {
  margin-top: 0;
}

@media (max-width: 1060px) {
  .home-platform-hero .site-shell {
    grid-template-columns: 1fr;
    grid-template-areas:
      "search"
      "copy"
      "proof"
      "partner"
      "popular";
  }
}

@media (max-width: 760px) {
  .marketplace-home-center h1 {
    font-size: clamp(36px, 10vw, 46px);
  }

  .home-platform-hero .site-shell {
    padding-top: 30px;
  }
}

/* v17 configurator forms */
.configurator-page {
  width: min(1180px, calc(100% - 40px));
  max-width: 1180px;
  margin-inline: auto;
  overflow: hidden;
}

.request-page.configurator-page,
.partner-signup-card {
  padding: 0;
  border: 1px solid rgba(189, 204, 217, 0.95);
  background:
    radial-gradient(circle at 92% 12%, rgba(8, 168, 141, 0.1), transparent 28%),
    linear-gradient(180deg, #ffffff 0%, #f8fbfc 100%);
  box-shadow: 0 24px 64px rgba(15, 23, 42, 0.08);
}

.configurator-intro {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(290px, 0.72fr);
  gap: 34px;
  align-items: center;
  padding: 42px;
  border-bottom: 1px solid rgba(216, 225, 234, 0.92);
}

.configurator-intro h1,
.configurator-intro h2 {
  max-width: 740px;
  margin: 8px 0 14px;
  color: #071427;
  font-size: clamp(38px, 5vw, 72px);
  line-height: 0.98;
  letter-spacing: 0;
}

.configurator-intro p {
  max-width: 690px;
  margin: 0;
  color: #5c6878;
  font-size: clamp(18px, 2vw, 23px);
  line-height: 1.48;
}

.configurator-preview {
  position: relative;
  display: grid;
  gap: 13px;
  align-self: stretch;
  min-height: 330px;
  padding: 44px 24px 24px;
  border: 10px solid #071427;
  border-radius: 36px;
  background: #ffffff;
  box-shadow: 0 24px 54px rgba(7, 20, 39, 0.16);
}

.phone-speaker {
  position: absolute;
  top: 16px;
  left: 50%;
  width: 78px;
  height: 18px;
  border-radius: 99px;
  background: #071427;
  transform: translateX(-50%);
}

.configurator-preview strong {
  display: block;
  color: #071427;
  font-size: 24px;
  line-height: 1.08;
}

.configurator-preview small {
  margin-top: -8px;
  color: #647386;
  font-weight: 750;
}

.preview-option {
  display: grid;
  grid-template-columns: 38px 1fr;
  gap: 12px;
  align-items: center;
  min-height: 64px;
  padding: 12px;
  border: 1px solid #dbe5ec;
  border-radius: 12px;
  background: #f8fafc;
}

.preview-option span,
.config-steps span,
.option-icon {
  display: inline-grid;
  place-items: center;
  border-radius: 999px;
  background: #eaf7f4;
  color: var(--color-primary-dark);
  font-weight: 900;
}

.preview-option span {
  width: 38px;
  height: 38px;
}

.preview-option.is-selected {
  border-color: var(--color-primary);
  background: #effaf6;
  box-shadow: 0 0 0 3px rgba(8, 114, 95, 0.1);
}

.preview-bar {
  height: 10px;
  margin-top: auto;
  overflow: hidden;
  border-radius: 999px;
  background: #e6edf3;
}

.preview-bar i {
  display: block;
  width: 38%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--color-primary), #05b99b);
}

.config-steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin: 0;
  padding: 30px 42px 0;
  list-style: none;
}

.config-steps li {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
  color: #718094;
  font-weight: 850;
}

.config-steps span {
  flex: 0 0 auto;
  width: 38px;
  height: 38px;
  background: #edf3f7;
  color: #5b6878;
}

.config-steps .is-active span {
  background: linear-gradient(135deg, #08a88d, #08725f);
  color: #ffffff;
}

.config-steps strong {
  min-width: 0;
  overflow-wrap: anywhere;
}

.config-progress {
  height: 10px;
  margin: 20px 42px 0;
  overflow: hidden;
  border-radius: 999px;
  background: #e7eef3;
}

.config-progress span {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #08725f, #05b99b);
}

.request-form.config-form {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin: 0;
  padding: 30px 42px 42px;
}

.config-form label {
  color: #202b3b;
}

.config-form input,
.config-form select,
.config-form textarea {
  min-height: 56px;
  border-color: #d7e2ea;
  border-radius: 12px;
  background: #ffffff;
  box-shadow: 0 1px 0 rgba(15, 23, 42, 0.03);
}

.config-form textarea {
  min-height: 142px;
}

.config-section {
  min-width: 0;
  margin: 0;
  padding: 24px;
  border: 1px solid #dce7ee;
  border-radius: 18px;
  background: #ffffff;
}

.config-section legend {
  padding: 0 8px;
  color: #071427;
  font-size: 22px;
  font-weight: 900;
}

.config-section p {
  margin: 0 0 18px;
  color: #657386;
}

.compact-section {
  padding: 22px;
}

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

.budget-options,
.partner-options {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

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

.option-card {
  position: relative;
  display: grid !important;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 6px 12px !important;
  align-items: center;
  min-height: 92px;
  padding: 16px 42px 16px 16px;
  border: 1px solid #d9e4ec;
  border-radius: 14px;
  background: #fbfdfe;
  color: #071427 !important;
  cursor: pointer;
  transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.option-card:hover {
  border-color: #9ac8bd;
  box-shadow: 0 12px 30px rgba(8, 114, 95, 0.08);
  transform: translateY(-1px);
}

.option-card input {
  position: absolute;
  top: 18px;
  right: 16px;
  width: 22px !important;
  min-height: 22px !important;
  height: 22px;
  margin: 0;
  accent-color: var(--color-primary);
}

.option-icon {
  grid-row: span 2;
  width: 44px;
  height: 44px;
  background: #eaf7f4;
}

.option-card strong {
  align-self: end;
  line-height: 1.15;
}

.option-card small {
  align-self: start;
  color: #6a7687;
  font-size: 13px;
  font-weight: 750;
}

.option-card:has(input:checked) {
  border-color: var(--color-primary);
  background: #f0fbf7;
  box-shadow: 0 0 0 3px rgba(8, 114, 95, 0.12);
}

.option-card.compact {
  grid-template-columns: 1fr;
  min-height: 62px;
  padding: 15px 44px 15px 15px;
}

.option-card.compact strong {
  align-self: center;
}

.config-form .form-helper {
  border: 1px solid #cfe4dc;
  border-radius: 16px;
  background:
    linear-gradient(90deg, rgba(8, 114, 95, 0.09), rgba(5, 185, 155, 0.04)),
    #f4fbf8;
}

.config-form button.button {
  min-height: 58px;
  border-radius: 12px;
  font-size: 17px;
}

.partner-layout.configurator-page {
  display: grid;
  gap: 22px;
}

.partner-layout.configurator-page .content-band {
  margin: 0;
}

.partner-layout .configurator-intro {
  border: 1px solid rgba(189, 204, 217, 0.95);
  border-radius: 18px;
  background:
    radial-gradient(circle at 88% 16%, rgba(8, 168, 141, 0.12), transparent 28%),
    #ffffff;
  box-shadow: 0 18px 46px rgba(15, 23, 42, 0.06);
}

.partner-benefits {
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.partner-signup-card {
  max-width: none;
}

.portal-login {
  width: min(980px, calc(100% - 40px));
  margin: 42px auto;
  padding: 44px;
  border: 1px solid rgba(189, 204, 217, 0.95);
  border-radius: 18px;
  background:
    radial-gradient(circle at 88% 18%, rgba(8, 168, 141, 0.12), transparent 30%),
    #ffffff;
  box-shadow: 0 24px 64px rgba(15, 23, 42, 0.08);
}

.portal-login h1 {
  max-width: 760px;
  margin: 8px 0 14px;
  color: #071427;
  font-size: clamp(38px, 5vw, 68px);
  line-height: 0.98;
}

.portal-login p {
  max-width: 680px;
  margin: 0 0 24px;
  color: #5c6878;
  font-size: 20px;
}

.response-form {
  padding: 18px;
  border: 1px solid #dce7ee;
  border-radius: 16px;
  background: #f8fbfc;
}

.response-form input,
.response-form textarea {
  border-radius: 12px;
}

@supports not selector(:has(*)) {
  .option-card {
    padding-right: 16px;
  }
}

@media (max-width: 980px) {
  .configurator-intro {
    grid-template-columns: 1fr;
  }

  .configurator-preview {
    width: min(100%, 390px);
    min-height: 300px;
    margin-inline: auto;
  }

  .option-grid,
  .budget-options,
  .partner-options {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .configurator-page {
    width: min(100% - 28px, 1180px);
  }

  .configurator-intro {
    gap: 24px;
    padding: 26px 20px;
  }

  .configurator-intro h2 {
    font-size: clamp(36px, 11vw, 48px);
  }

  .configurator-intro p {
    font-size: 17px;
  }

  .configurator-preview {
    min-height: 280px;
    border-width: 8px;
    border-radius: 30px;
    padding: 42px 16px 18px;
  }

  .config-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding: 24px 20px 0;
  }

  .config-progress {
    margin-inline: 20px;
  }

  .request-form.config-form {
    grid-template-columns: 1fr;
    padding: 24px 20px 28px;
  }

  .config-section {
    padding: 18px;
    border-radius: 14px;
  }

  .config-section legend {
    font-size: 19px;
  }

  .option-grid,
  .budget-options,
  .partner-options {
    grid-template-columns: 1fr;
  }

  .option-card {
    min-height: 78px;
  }

  .portal-login {
    width: min(100% - 28px, 980px);
    padding: 26px 20px;
  }

  .portal-login h1 {
    font-size: clamp(34px, 10vw, 46px);
  }

  .portal-login p {
    font-size: 17px;
  }
}

/* v20 production platform layer */
:root {
  --color-ink: #071b32;
  --color-muted: #5a6879;
  --color-line: #d9e2e8;
  --color-bg: #f4f7fa;
  --color-panel: #ffffff;
  --color-primary: #008f86;
  --color-primary-dark: #006b65;
  --color-accent: #0b83c6;
  --color-accent-soft: #e8f5fb;
  --color-steel: #17324d;
  --color-cream: #f4f7fa;
  --onlift-cream: #f4f7fa;
  --radius-sm: 8px;
  --radius-md: 8px;
  --radius-lg: 8px;
  --shadow-soft: 0 16px 40px rgba(7, 27, 50, 0.08);
  --shadow-card: 0 8px 24px rgba(7, 27, 50, 0.07);
}

body {
  color: var(--color-ink);
  background: var(--color-bg);
}

.site-shell {
  width: min(1380px, calc(100% - 48px));
}

.brand::before,
.home-wordmark::before {
  display: none !important;
  content: none !important;
}

.brand {
  display: inline-flex;
  min-width: 0;
  gap: 10px;
  align-items: center;
  padding: 0;
  border-radius: 0;
  background: transparent;
  color: var(--color-ink);
  font-size: 27px;
  font-weight: 900;
}

.brand-mark {
  width: 38px;
  height: 38px;
  background: var(--color-primary);
  box-shadow: none;
}

.brand-mark::after {
  background: var(--color-accent);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  border-bottom: 1px solid #e1e7ec;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 4px 18px rgba(7, 27, 50, 0.04);
}

.site-nav {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 28px;
  align-items: center;
  min-height: 82px;
  padding: 0;
}

.nav-menu {
  display: flex;
  gap: 24px;
  align-items: center;
  justify-content: flex-end;
}

.nav-links {
  display: flex;
  gap: 24px;
  align-items: center;
  justify-content: flex-end;
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-links a,
.login-link {
  color: #24364a;
  font-size: 15px;
  font-weight: 750;
}

.site-nav > .button {
  border: 1px solid var(--color-primary);
  border-radius: 8px;
  background: var(--color-primary);
  color: #ffffff;
  white-space: nowrap;
}

.button,
button.button,
input[type="submit"] {
  min-height: 48px;
  padding: 13px 21px;
  border: 1px solid var(--color-primary);
  border-radius: 8px;
  background: var(--color-primary);
  color: #ffffff;
  font-weight: 850;
  line-height: 1.2;
  box-shadow: none;
}

.button:hover,
button.button:hover,
input[type="submit"]:hover {
  border-color: var(--color-primary-dark);
  background: var(--color-primary-dark);
  color: #ffffff;
  transform: none;
}

.button.secondary {
  border-color: #b9c6d0;
  background: #ffffff;
  color: var(--color-ink);
}

.home-platform-hero {
  min-height: 0;
  padding: 54px 0 0;
  background: #ffffff;
  color: var(--color-ink);
}

.home-platform-hero::before,
.home-platform-hero::after,
.home-platform-hero .site-shell::after {
  display: none !important;
  content: none !important;
}

.home-platform-hero .site-shell {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(310px, 0.72fr) minmax(300px, 0.64fr);
  grid-template-areas:
    "copy visual reasons"
    "search search search";
  gap: 34px;
  align-items: center;
  width: min(1380px, calc(100% - 48px));
  padding: 0;
}

.marketplace-home-center {
  grid-area: copy;
  max-width: 650px;
  padding: 22px 0 30px;
  text-align: left;
}

.marketplace-home-center .eyebrow {
  display: inline-flex;
  align-items: center;
  margin: 0 0 20px;
  color: var(--color-primary-dark);
  font-size: 14px;
  font-weight: 900;
}

.marketplace-home-center .eyebrow::before {
  width: 9px;
  height: 9px;
  margin-right: 10px;
  border-radius: 999px;
  background: var(--color-accent);
  content: "";
}

.marketplace-home-center h1 {
  max-width: 650px;
  margin: 0;
  color: var(--color-ink);
  font-size: 58px;
  line-height: 1.02;
  text-align: left;
}

.marketplace-home-center > p {
  max-width: 620px;
  margin: 24px 0;
  color: #536477;
  font-size: 20px;
  line-height: 1.55;
}

.marketplace-home-center .trust-points {
  display: flex;
  gap: 12px 20px;
  flex-wrap: wrap;
  margin-top: 24px;
  color: #34495e;
}

.hero-main-button {
  width: auto;
  border-radius: 8px;
  background: var(--color-primary);
  color: #ffffff;
}

.hero-profile-visual {
  grid-area: visual;
  display: grid;
  gap: 13px;
  min-height: 470px;
  padding: 26px;
  border-radius: 8px;
  background: #09233d;
  box-shadow: 0 24px 50px rgba(7, 27, 50, 0.16);
}

.hero-reasons {
  grid-area: reasons;
  align-self: stretch;
  padding: 30px 28px;
  border-radius: 8px;
  background: #eaf8f6;
}

.hero-search {
  grid-area: search;
  position: relative;
  z-index: 5;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr)) auto;
  gap: 0;
  width: calc(100% - 52px);
  max-width: none;
  min-height: 0;
  margin: 8px auto 24px;
  padding: 12px;
  overflow: visible;
  border: 1px solid #dbe3e9;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 20px 46px rgba(7, 27, 50, 0.12);
  transform: none;
}

.hero-search label,
.hero-search label:first-child {
  min-height: 58px;
  padding: 7px 20px 7px 58px;
  border-right: 1px solid #e2e8ed;
  border-bottom: 0;
  border-radius: 0;
  background: #ffffff;
}

.hero-search label span {
  margin-bottom: 3px;
  color: var(--color-ink);
  font-size: 13px;
  font-weight: 850;
}

.hero-search input {
  min-height: 28px;
  padding: 0;
  color: var(--color-ink);
  font-size: 15px;
}

.hero-search .button {
  width: auto;
  min-width: 190px;
  min-height: 56px;
  margin: 0;
  border-radius: 8px;
}

.logo-trust-band {
  padding: 30px 0;
  background: #ffffff;
}

.platform-stats,
.proof-section,
.site-footer {
  background: #09233d;
}

.muted-section,
.platform-choice-section,
.growth-packages-section {
  background: #f3f7fa;
}

.choice-card,
.service-card,
.content-band,
.directory-section,
.request-box,
.trust-list div,
.partner-proof,
.marketplace-intro,
.portal-header,
.request-page,
.specialist-card,
.lead-card,
.testimonial-grid figure,
.highlight-panel,
.cta-band {
  border-radius: 8px;
}

.request-page.configurator-page,
.partner-signup-card,
.partner-layout .configurator-intro,
.portal-login,
.configurator-intro,
.config-form .form-helper {
  background: #ffffff;
  background-image: none;
}

.config-section,
.option-card,
.config-form input,
.config-form select,
.config-form textarea,
.consent-row {
  border-radius: 8px;
}

.config-form.is-enhanced .config-form-step {
  display: none;
}

.config-form.is-enhanced .config-form-step.is-active {
  display: grid;
}

.specialist-filter {
  grid-template-columns: minmax(190px, 1fr) minmax(190px, 1fr) minmax(170px, .8fr) auto auto;
  align-items: end;
}

.breadcrumbs {
  display: flex;
  gap: 8px;
  align-items: center;
  flex-wrap: wrap;
  margin: 28px 0 4px;
  color: #718094;
  font-size: 14px;
}

.breadcrumbs a {
  color: var(--color-primary-dark);
  font-weight: 750;
  text-decoration: none;
}

.direct-contact-link {
  display: inline-block;
  margin-top: 18px;
  color: var(--color-primary-dark);
  font-weight: 850;
}

.package-context {
  display: grid;
  gap: 4px;
  max-width: 620px;
  margin-top: 18px;
  padding: 14px 16px;
  border-left: 4px solid var(--color-accent);
  background: var(--color-accent-soft);
  color: #355268;
}

.package-context strong {
  color: var(--color-ink);
}

.local-proof {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, .7fr);
  gap: 36px;
  align-items: start;
}

.local-proof blockquote {
  margin: 18px 0;
  color: var(--color-ink);
  font-size: 20px;
  line-height: 1.65;
}

.trust-checklist {
  padding: 24px;
  border: 1px solid #cfe1e7;
  border-radius: 8px;
  background: var(--color-accent-soft);
}

.trust-checklist h3 {
  margin-top: 0;
}

.trust-checklist li {
  margin: 10px 0;
}

.specialist-profile-header {
  display: flex;
  gap: 28px;
  align-items: flex-end;
  justify-content: space-between;
  margin: 22px 0;
  padding: 36px;
  border-radius: 8px;
  background: #09233d;
  color: #ffffff;
}

.specialist-profile-header h1 {
  margin: 12px 0 10px;
  color: #ffffff;
}

.specialist-profile-header p {
  margin: 0;
  color: #c8d5e1;
  font-size: 18px;
}

.profile-facts {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-bottom: 24px;
  border: 1px solid var(--color-line);
  border-radius: 8px;
  background: #ffffff;
}

.profile-facts > div {
  min-width: 0;
  padding: 22px;
  border-right: 1px solid var(--color-line);
}

.profile-facts > div:last-child {
  border-right: 0;
}

.profile-facts span,
.profile-facts strong {
  display: block;
}

.profile-facts span {
  margin-bottom: 6px;
  color: var(--color-muted);
  font-size: 13px;
}

.profile-facts strong {
  overflow-wrap: anywhere;
}

@media (max-width: 1180px) {
  .site-nav {
    gap: 16px;
  }

  .nav-links {
    gap: 14px;
  }

  .home-platform-hero .site-shell {
    grid-template-columns: minmax(0, 1fr) minmax(290px, .75fr);
    grid-template-areas:
      "copy visual"
      "reasons reasons"
      "search search";
  }

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

  .hero-reasons h2,
  .hero-reasons > a {
    grid-column: 1 / -1;
  }

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

@media (max-width: 920px) {
  .site-nav {
    position: relative;
    grid-template-columns: auto 1fr auto;
    min-height: 70px;
  }

  .nav-toggle {
    display: block;
    justify-self: end;
  }

  .nav-menu {
    position: absolute;
    top: 70px;
    right: 0;
    left: 0;
    display: none;
    padding: 18px;
    border: 1px solid #dbe4ea;
    border-radius: 8px;
    background: #ffffff;
    box-shadow: var(--shadow-soft);
  }

  .nav-menu.is-open {
    display: grid;
  }

  .nav-links {
    display: grid;
    gap: 0;
  }

  .home-platform-hero {
    padding-top: 18px;
  }

  .home-platform-hero .site-shell {
    grid-template-columns: 1fr;
    grid-template-areas:
      "search"
      "copy"
      "visual"
      "reasons";
    gap: 24px;
  }

  .hero-search {
    width: 100%;
    margin: 0;
  }

  .logo-trust-band {
    padding-top: 40px;
  }

  .hero-reasons {
    display: block;
  }

  .specialist-filter,
  .local-proof,
  .profile-facts {
    grid-template-columns: 1fr;
  }

  .profile-facts > div {
    border-right: 0;
    border-bottom: 1px solid var(--color-line);
  }

  .profile-facts > div:last-child {
    border-bottom: 0;
  }
}

@media (max-width: 700px) {
  .site-shell,
  .home-platform-hero .site-shell {
    width: min(100% - 28px, 1380px);
  }

  .site-nav {
    gap: 8px;
  }

  .brand {
    gap: 7px;
    font-size: 21px;
  }

  .brand-mark {
    width: 31px;
    height: 31px;
  }

  .site-nav > .button {
    max-width: none;
    min-height: 40px;
    padding: 10px 13px;
    font-size: 13px;
    line-height: 1;
    white-space: nowrap;
  }

  .hero-search {
    grid-template-columns: 1fr;
    padding: 0;
    overflow: hidden;
  }

  .hero-search label,
  .hero-search label:first-child {
    min-height: 78px;
    padding: 15px 18px 15px 58px;
    border-right: 0;
    border-bottom: 1px solid #e2e8ed;
  }

  .hero-search .button {
    width: calc(100% - 20px);
    margin: 10px;
  }

  .marketplace-home-center {
    padding: 12px 0 4px;
  }

  .marketplace-home-center h1 {
    font-size: 42px;
  }

  .marketplace-home-center > p {
    margin: 18px 0;
    font-size: 17px;
  }

  .marketplace-home-center .hero-actions {
    align-items: stretch;
  }

  .marketplace-home-center .hero-actions .button {
    width: 100%;
    white-space: nowrap;
  }

  .marketplace-home-center .trust-points {
    display: grid;
    gap: 10px;
  }

  .configurator-preview {
    display: none;
  }

  .hero-profile-visual {
    min-height: 350px;
    padding: 18px;
  }

  .hero-reasons {
    padding: 24px 20px;
  }

  .configurator-page,
  .portal-login {
    width: min(100% - 28px, 1120px);
  }

  .configurator-intro {
    padding: 26px 20px;
  }

  .configurator-intro h1,
  .configurator-intro h2,
  .portal-login h1 {
    font-size: 38px;
  }

  .config-steps {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 4px;
    padding-inline: 16px;
  }

  .config-steps li {
    display: grid;
    justify-items: center;
    text-align: center;
  }

  .config-steps strong {
    font-size: 11px;
  }

  .config-fields,
  .login-choice-grid,
  .portal-project-grid,
  .contact-choice-grid {
    grid-template-columns: 1fr;
  }

  .config-navigation {
    align-items: stretch;
    flex-direction: column-reverse;
  }

  .config-navigation .button {
    width: 100%;
  }

  .breadcrumbs {
    margin-top: 18px;
  }

  .assistant-launcher {
    width: 48px;
    height: 48px;
    min-height: 48px;
    padding: 0;
    border-radius: 999px;
    font-size: 0;
  }

  .assistant-launcher::after {
    content: "?";
    font-size: 20px;
    line-height: 1;
  }

  .specialist-profile-header {
    align-items: stretch;
    flex-direction: column;
    padding: 24px 20px;
  }
}

/* v23 final cascade */
:root {
  --color-ink: #0f172a;
  --color-muted: #4b5563;
  --color-line: #e5e7eb;
  --color-bg: #f8fafc;
  --color-panel: #ffffff;
  --color-primary: #0f172a;
  --color-primary-dark: #0f172a;
  --color-accent: #14b8a6;
  --color-accent-soft: #ecfdf9;
  --color-steel: #1f2937;
  --color-cream: #f8fafc;
}

body {
  color: #1f2937;
  background: #ffffff;
}

h1,
h2,
h3,
h4,
h5,
h6,
.eyebrow,
.button,
.nav-links,
.brand {
  letter-spacing: 0;
}

h1,
h2,
h3,
h4,
.brand,
.brand-name {
  color: #0f172a;
}

.site-header {
  border-bottom-color: #e5e7eb;
  background: rgba(255, 255, 255, 0.98);
}

.brand::before,
.home-wordmark::before {
  display: none !important;
  content: none !important;
}

img.brand-mark {
  display: block;
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 0;
  object-fit: contain;
  box-shadow: none;
}

.brand-mark::before,
.brand-mark::after {
  content: none !important;
}

.visual-top img.brand-mark {
  width: 28px;
  height: 28px;
}

.button {
  border-color: #0f172a;
  background: #0f172a;
  color: #ffffff;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.14);
}

.button:hover {
  border-color: #14b8a6;
  background: #14b8a6;
  color: #0f172a;
}

.button.secondary {
  border-color: #cbd5e1;
  background: #ffffff;
  color: #0f172a;
  box-shadow: none;
}

.button.secondary:hover {
  border-color: #14b8a6;
  background: #ecfdf9;
  color: #0f172a;
}

.hero-main-button,
.hero-search .button {
  border-color: #14b8a6;
  background: #14b8a6;
  color: #0f172a;
}

.hero-main-button:hover,
.hero-search .button:hover {
  border-color: #0f172a;
  background: #0f172a;
  color: #ffffff;
}

.text-link,
.direct-contact-link,
.nav-links a:hover,
.hero-reasons > a {
  color: #0f766e;
}

.eyebrow {
  color: #0f766e;
}

.home-platform-hero,
.section,
.site-footer {
  background-image: none;
}

.marketplace-home-center h1 {
  color: #0f172a;
  font-size: 60px;
}

.marketplace-home-center > p {
  color: #4b5563;
}

.hero-profile-visual,
.dark-choice,
.platform-stats,
.site-footer {
  background: #0f172a;
}

.visual-profile b,
.profile-badge,
.stats-grid span {
  color: #0f766e;
  background: #ecfdf9;
}

.visual-profile.is-featured {
  border-color: #14b8a6;
}

.hero-reasons {
  border-color: #dbe5e4;
  background: #f0fdfa;
}

.muted-section,
.platform-choice-section,
.growth-packages-section {
  background: #f8fafc;
}

.service-card,
.choice-card,
.content-band,
.directory-section,
.request-box,
.partner-proof,
.marketplace-intro,
.portal-header,
.request-page,
.specialist-card,
.lead-card,
.testimonial-grid figure {
  border-color: #e5e7eb;
  border-radius: 8px;
  background: #ffffff;
}

.service-card,
.choice-card {
  border-top-color: #14b8a6;
}

.service-card > span,
.option-icon,
.config-steps li.is-active > span,
.config-steps li.is-complete > span {
  background: #ecfdf9;
  color: #0f766e;
}

.growth-packages {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.growth-packages article {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 14px;
  padding: 28px;
  border: 1px solid #dbe5e4;
  border-top: 4px solid #14b8a6;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 14px 36px rgba(15, 23, 42, 0.06);
}

.growth-packages article.growth-package-scale {
  border-color: #0f172a;
  background: #0f172a;
  color: #ffffff;
}

.growth-packages article.growth-package-scale h3 {
  color: #ffffff;
}

.growth-packages article.growth-package-scale p {
  color: #cbd5e1;
}

.growth-packages article > a {
  margin-top: auto;
  color: #0f766e;
}

.growth-packages article.growth-package-scale > a {
  color: #5eead4;
}

.growth-packages-section.home-growth-first {
  padding-top: 70px;
  border-top: 1px solid #e5e7eb;
}

.growth-packages-footer {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-top: 24px;
}

.package-context-band {
  border-left-color: #14b8a6;
}

.config-progress span,
.preview-bar i {
  background: #14b8a6;
}

.option-card:has(input[name="package"]:checked),
.option-card:has(input[name="service"]:checked) {
  border-color: #14b8a6;
  background: #f0fdfa;
}

@media (max-width: 920px) {
  .growth-packages,
  .growth-package-grid,
  .package-service-links,
  .directory-expertise-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 700px) {
  .marketplace-home-center h1 {
    font-size: 42px;
  }

  .growth-packages,
  .growth-package-grid,
  .package-service-links,
  .directory-expertise-grid,
  .package-outcomes {
    grid-template-columns: 1fr;
  }

  .growth-packages-footer,
  .package-context-band,
  .directory-package-heading {
    align-items: stretch;
    flex-direction: column;
  }

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

  .header-cta-full {
    display: none;
  }

  .header-cta-short {
    display: inline;
  }

  .site-nav > .site-header-cta {
    min-width: 112px;
    padding-inline: 12px;
  }

  .assistant-launcher,
  .onlift-assistant {
    display: none !important;
  }
}

/* v26 mobile alignment QA */
body.home .site-header img.brand-mark {
  display: none;
}

body.home .site-header .brand {
  gap: 0;
}

@media (max-width: 760px) {
  .site-header .site-shell {
    width: 100%;
    padding-inline: 14px;
  }

  .site-nav {
    grid-template-columns: minmax(0, 1fr) 44px auto;
    gap: 8px;
    min-height: 68px;
    padding: 0;
  }

  .brand {
    min-width: 0;
    gap: 7px;
    overflow: hidden;
    font-size: 21px;
    white-space: nowrap;
  }

  img.brand-mark {
    flex: 0 0 32px;
    width: 32px;
    height: 32px;
  }

  .site-nav > .site-header-cta {
    min-width: 0;
    max-width: none;
    min-height: 42px;
    padding: 10px 13px;
    font-size: 13px;
  }

  .configurator-page,
  .request-page.configurator-page,
  .partner-layout.configurator-page {
    width: min(100% - 20px, 1180px);
  }

  .config-steps {
    gap: 4px;
    padding: 22px 12px 0;
  }

  .config-steps li {
    gap: 6px;
  }

  .config-steps span {
    width: 32px;
    height: 32px;
    font-size: 12px;
  }

  .config-steps strong {
    font-size: 11px;
    line-height: 1.25;
    overflow-wrap: normal;
  }

  .config-progress {
    margin: 18px 14px 0;
  }

  .request-form.config-form {
    gap: 16px;
    padding: 22px 14px 26px;
  }

  .config-section {
    min-width: 0;
    padding: 18px 14px;
  }

  .config-section legend {
    max-width: calc(100% - 12px);
    padding-inline: 6px;
    font-size: 20px;
    line-height: 1.25;
  }

  .package-options,
  .service-options,
  .budget-options,
  .partner-options {
    grid-template-columns: minmax(0, 1fr);
  }

  .option-card,
  .option-card.package-option,
  .option-card.compact {
    width: 100%;
    min-width: 0;
    min-height: 82px;
    grid-template-columns: 40px minmax(0, 1fr);
    gap: 4px 12px !important;
    padding: 14px 48px 14px 14px;
  }

  .option-card input {
    top: 50%;
    right: 15px;
    width: 22px !important;
    height: 22px;
    min-height: 22px !important;
    transform: translateY(-50%);
  }

  .option-icon {
    width: 40px;
    height: 40px;
  }

  .option-card strong,
  .option-card small {
    min-width: 0;
    overflow-wrap: normal;
    word-break: normal;
  }

  .option-card strong {
    font-size: 17px;
    line-height: 1.25;
  }

  .option-card small {
    font-size: 14px;
    line-height: 1.4;
  }
}

@media (max-width: 360px) {
  .site-header .site-shell {
    padding-inline: 10px;
  }

  .site-nav {
    gap: 6px;
  }

  .brand {
    font-size: 19px;
  }

  .site-nav > .site-header-cta {
    padding-inline: 10px;
    font-size: 12px;
  }
}
