/*
  Anbieter-Seite: Theme-Migration nach Startseiten-System.
  Diese Datei ist absichtlich ein schlanker Seiten-Adapter:
  Farben, Oberflächen und Zustände kommen aus theme.css + ecu-theme-components.css.
*/

.provider-theme {
  overflow-x: hidden;
  padding-top: 82px;
  background: var(--page-bg);
  color: var(--text-primary);
}

.provider-theme main {
  overflow: hidden;
  background: var(--page-bg);
}

.provider-theme .site-header {
  position: fixed !important;
  top: env(safe-area-inset-top, 0) !important;
  right: 0;
  left: 0;
  z-index: 1000;
}

.provider-theme .site-header.is-open {
  position: fixed !important;
  top: env(safe-area-inset-top, 0) !important;
  right: 0;
  left: 0;
  max-height: calc(100dvh - env(safe-area-inset-top, 0));
  overflow: hidden;
}

.provider-theme .container {
  width: min(1180px, calc(100% - 48px));
}

.provider-theme :is(.hero, .who-section, .help-section, .why-section, .journey-section, .proof-section, .business-section, .community-section, .internal-link-network, .faq, .final-conversion-section) {
  padding: clamp(64px, 7vw, 104px) 0;
  background: transparent;
}

.provider-theme .section-dark {
  background: transparent;
  color: var(--text-primary);
}

.provider-theme .hero {
  padding-top: clamp(54px, 7vw, 94px);
}

.provider-theme :is(.hero-copy, .who-heading, .help-heading, .why-heading, .journey-heading, .proof-heading, .business-heading, .community-heading, .section-heading, .final-conversion-card) {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--border);
  border-radius: 26px;
  background-color: var(--surface);
  background:
    radial-gradient(circle at 88% 16%, color-mix(in srgb, var(--brand-orange) 7%, transparent), transparent 34%),
    linear-gradient(135deg, var(--surface), color-mix(in srgb, var(--surface-soft) 52%, var(--surface)));
  background-color: var(--surface);
  box-shadow: var(--shadow-soft);
}

[data-theme="dark"] .provider-theme :is(.hero-copy, .who-heading, .help-heading, .why-heading, .journey-heading, .proof-heading, .business-heading, .community-heading, .section-heading, .final-conversion-card) {
  background:
    radial-gradient(circle at 86% 12%, color-mix(in srgb, var(--brand-orange) 10%, transparent), transparent 34%),
    linear-gradient(135deg, var(--surface), color-mix(in srgb, var(--surface-soft) 64%, var(--surface)));
  background-color: var(--surface);
}

.provider-theme :is(.who-card, .help-panel, .why-card, .journey-card, .proof-card, .business-card, .community-card, .faq-list details, .topic-link) {
  min-width: 0;
  border: 1px solid var(--border);
  border-radius: 22px;
  background-color: var(--surface);
  background:
    linear-gradient(145deg, var(--surface), color-mix(in srgb, var(--surface-soft) 34%, var(--surface)));
  background-color: var(--surface);
  box-shadow: var(--shadow-soft);
}

.provider-theme :is(.who-card-primary, .help-panel-feature, .why-card-active, .business-card-accent) {
  border-color: color-mix(in srgb, var(--brand-orange) 58%, var(--border));
  background-color: var(--surface);
  background:
    radial-gradient(circle at 12% 12%, color-mix(in srgb, var(--brand-orange) 7%, transparent), transparent 38%),
    linear-gradient(145deg, var(--surface), color-mix(in srgb, var(--brand-orange) 4%, var(--surface-soft)));
  background-color: var(--surface);
}

.provider-theme .hero-grid {
  display: block;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
}

.provider-theme .hero-copy {
  min-height: clamp(420px, 40vw, 570px);
  padding: clamp(34px, 5vw, 66px);
  isolation: isolate;
  background:
    radial-gradient(circle at 88% 16%, color-mix(in srgb, var(--brand-orange) 7%, transparent), transparent 34%),
    linear-gradient(135deg, var(--surface), color-mix(in srgb, var(--surface-soft) 52%, var(--surface))) !important;
  background-color: var(--surface) !important;
  border-color: var(--border) !important;
  box-shadow: var(--shadow-soft) !important;
}

body.provider-theme :is(.hero-copy, .who-heading, .help-heading, .why-heading, .journey-heading, .proof-heading, .business-heading, .community-heading, .section-heading, .final-conversion-card),
body.provider-theme :is(.who-card, .help-panel, .why-card, .journey-card, .proof-card, .business-card, .community-card, .faq-list details, .topic-link) {
  color: var(--text-primary);
}

[data-theme="dark"] .provider-theme .hero-copy {
  background:
    radial-gradient(circle at 86% 12%, color-mix(in srgb, var(--brand-orange) 10%, transparent), transparent 34%),
    linear-gradient(135deg, var(--surface), color-mix(in srgb, var(--surface-soft) 64%, var(--surface))) !important;
  background-color: var(--surface) !important;
}

.provider-theme .hero-copy::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, color-mix(in srgb, var(--surface) 98%, transparent) 0%, color-mix(in srgb, var(--surface) 86%, transparent) 58%, color-mix(in srgb, var(--surface) 36%, transparent) 100%),
    url("/assets/img/ecu-jobs-hero-network.webp") right center / cover no-repeat;
  opacity: 0.9;
}

[data-theme="dark"] .provider-theme .hero-copy::before {
  background:
    linear-gradient(90deg, color-mix(in srgb, var(--surface) 98%, transparent) 0%, color-mix(in srgb, var(--surface) 86%, transparent) 58%, color-mix(in srgb, var(--surface) 42%, transparent) 100%),
    url("/assets/img/ecu-jobs-hero-network.webp") right center / cover no-repeat;
  opacity: 0.78;
}

.provider-theme .hero h1 {
  max-width: 760px;
  margin: 0;
  color: var(--text-primary);
  font-size: clamp(2.7rem, 4.9vw, 4.7rem);
  font-weight: 950;
  line-height: 0.98;
  text-wrap: balance;
}

.provider-theme .hero h1 span {
  color: var(--brand-orange);
}

.provider-theme .hero-text {
  max-width: 640px;
  margin: 22px 0 0;
  color: var(--text-secondary);
  font-size: clamp(1rem, 1.25vw, 1.15rem);
  line-height: 1.62;
}

.provider-theme .hero-text-mobile,
.provider-theme .hero-product-snapshot {
  display: none;
}

.provider-theme .hero-actions,
.provider-theme .business-action,
.provider-theme .community-action,
.provider-theme .journey-action {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.provider-theme .hero-actions {
  margin-top: 30px;
}

.provider-theme .hero-actions .btn,
.provider-theme .who-card .btn {
  width: min(330px, 100%);
  min-height: 52px;
}

.provider-theme .hero-trust-signals {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.provider-theme .hero-trust-signals span,
.provider-theme .who-card li {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 34px;
  padding: 7px 13px;
  border: 1px solid var(--border);
  border-radius: 999px;
  background: color-mix(in srgb, var(--surface) 82%, transparent);
  color: var(--text-primary);
  font-size: 0.86rem;
  font-weight: 850;
}

.provider-theme :is(.who-heading, .help-heading, .why-heading, .journey-heading, .proof-heading, .business-heading, .community-heading, .section-heading) {
  width: 100%;
  margin-bottom: 30px;
  padding: clamp(28px, 4vw, 42px);
}

.provider-theme :is(.who-heading h2, .help-heading h2, .why-heading h2, .journey-heading h2, .proof-heading h2, .business-heading h2, .community-heading h2, .section-heading h2, .final-conversion-card h2) {
  max-width: 980px;
  margin: 0;
  color: var(--text-primary);
  font-size: clamp(2.2rem, 4vw, 3.75rem);
  font-weight: 950;
  line-height: 1.02;
  text-wrap: balance;
}

.provider-theme :is(.who-heading p:not(.eyebrow), .help-heading p:not(.eyebrow), .why-heading p:not(.eyebrow), .journey-heading p:not(.eyebrow), .proof-heading p:not(.eyebrow), .business-heading p:not(.eyebrow), .community-heading p:not(.eyebrow), .section-heading p:not(.eyebrow)) {
  max-width: 720px;
  margin: 18px 0 0;
  color: var(--text-secondary);
  font-size: 1.02rem;
  line-height: 1.62;
}

.provider-theme .who-grid,
.provider-theme .business-grid,
.provider-theme .community-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  align-items: stretch;
}

.provider-theme .who-card {
  display: flex;
  min-height: 420px;
  flex-direction: column;
  padding: clamp(28px, 3.2vw, 38px);
}

.provider-theme .who-visual {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr;
  gap: 12px;
  align-items: center;
  margin-bottom: 24px;
}

.provider-theme .who-visual span {
  display: grid;
  min-height: 48px;
  place-items: center;
  border: 1px solid var(--border);
  border-radius: 12px;
  background: color-mix(in srgb, var(--surface-soft) 58%, var(--surface));
  color: var(--text-primary);
  font-size: 0.76rem;
  font-weight: 900;
}

.provider-theme .who-visual i {
  width: 16px;
  height: 2px;
  border-radius: 999px;
  background: var(--brand-orange);
}

.provider-theme .who-card h3 {
  width: 82%;
  min-height: 145px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 26px;
  padding: 20px 24px;
  border: 1px solid var(--border);
  border-radius: 16px;
  background: color-mix(in srgb, var(--surface-soft) 58%, var(--surface));
  color: var(--text-primary);
  box-shadow: var(--shadow-soft);
  font-size: clamp(1.55rem, 2.2vw, 2rem);
  line-height: 1.08;
  text-align: center;
  text-wrap: balance;
}

.provider-theme .who-card-primary h3 {
  border-color: color-mix(in srgb, var(--brand-orange) 56%, var(--border));
}

.provider-theme .who-card p {
  max-width: 95%;
  margin: 0 0 24px;
  color: var(--text-secondary);
  font-size: 1rem;
  line-height: 1.64;
}

.provider-theme .who-card ul {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin: auto 0 24px;
  padding: 0;
  list-style: none;
}

.provider-theme .help-heading {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
}

.provider-theme .help-heading-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  margin-top: 24px;
  min-height: 44px;
  padding: 0 18px;
  border: 1px solid var(--brand-orange);
  border-radius: 10px;
  color: var(--text-on-brand);
  background: var(--brand-orange);
  font-weight: 900;
  text-decoration: none;
  box-shadow: 0 14px 30px color-mix(in srgb, var(--brand-orange) 20%, transparent);
}

.provider-theme .help-grid,
.provider-theme .why-grid,
.provider-theme .proof-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  align-items: stretch;
  grid-auto-rows: 1fr;
}

.provider-theme .community-grid {
  align-items: stretch;
  grid-auto-rows: 1fr;
}

.provider-theme .help-panel,
.provider-theme .why-card,
.provider-theme .proof-card {
  display: flex;
  min-height: 210px;
  flex-direction: column;
  justify-content: space-between;
  padding: 24px;
}

.provider-theme .why-card {
  gap: 0;
  justify-content: flex-start;
}

.provider-theme .help-illustration,
.provider-theme .why-flow,
.provider-theme .proof-visual,
.provider-theme .community-signal {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  min-height: 44px;
  margin-bottom: 16px;
  padding: 12px 14px;
  border: 1px solid var(--border);
  border-radius: 14px;
  background: color-mix(in srgb, var(--surface-soft) 60%, var(--surface));
  color: var(--text-primary);
}

.provider-theme .help-illustration strong,
.provider-theme .community-signal strong {
  color: var(--text-primary);
  font-size: 0.9rem;
  line-height: 1.2;
}

.provider-theme .why-flow span,
.provider-theme .proof-visual span,
.provider-theme .community-signal span {
  color: var(--text-muted);
  font-size: 0.78rem;
  font-weight: 950;
  text-transform: uppercase;
}

.provider-theme .why-flow i {
  width: 18px;
  height: 2px;
  border-radius: 999px;
  background: var(--brand-orange);
}

.provider-theme :is(.help-panel h3, .why-card h3, .journey-card h3, .proof-card h3, .business-card h3, .community-card h3) {
  margin: 0;
  color: var(--text-primary);
  font-size: clamp(1.22rem, 1.75vw, 1.62rem);
  line-height: 1.1;
  text-wrap: balance;
}

.provider-theme :is(.help-panel p, .why-card p, .journey-card p, .proof-card p, .business-card p, .community-card p) {
  margin: 14px 0 0;
  color: var(--text-secondary);
  line-height: 1.55;
}

.provider-theme .why-card p {
  margin-top: 8px;
}

.provider-theme .proof-card {
  justify-content: flex-start;
  gap: 0;
}

.provider-theme .proof-card .proof-visual {
  display: none;
}

.provider-theme .proof-card h3 {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 16px;
  text-align: left;
}

.provider-theme .proof-card h3::before {
  content: "✓";
  display: inline-flex;
  flex: 0 0 30px;
  width: 30px;
  height: 30px;
  align-items: center;
  justify-content: center;
  border: 1px solid color-mix(in srgb, var(--brand-orange) 62%, var(--border));
  border-radius: 999px;
  color: var(--brand-orange);
  background:
    radial-gradient(circle at 30% 20%, color-mix(in srgb, var(--brand-orange) 18%, transparent), transparent 62%),
    color-mix(in srgb, var(--surface-soft) 78%, transparent);
  font-size: 0.92rem;
  font-weight: 950;
  line-height: 1;
}

.provider-theme .proof-card p {
  margin-top: 0;
  padding-left: 42px;
  text-align: left;
}

.provider-theme .help-panel .btn {
  width: fit-content;
  margin-top: 22px;
}

.provider-theme .help-panel > a {
  display: inline-flex;
  width: fit-content;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 22px;
  padding: 0 18px;
  border: 1px solid color-mix(in srgb, var(--brand-orange) 72%, var(--border));
  border-radius: 999px;
  background:
    linear-gradient(145deg, color-mix(in srgb, var(--brand-orange) 9%, var(--surface)), color-mix(in srgb, var(--surface-soft) 84%, var(--surface)));
  color: var(--brand-orange);
  font-weight: 900;
  text-decoration: none;
  box-shadow: 0 12px 26px color-mix(in srgb, var(--brand-orange) 10%, transparent);
}

.provider-theme .help-panel > a:hover,
.provider-theme .help-panel > a:focus-visible {
  border-color: var(--brand-orange);
  background:
    linear-gradient(145deg, color-mix(in srgb, var(--brand-orange) 15%, var(--surface)), color-mix(in srgb, var(--surface-soft) 78%, var(--surface)));
  color: var(--brand-orange);
}

.provider-theme .why-note,
.provider-theme .journey-note {
  display: flex;
  gap: 18px;
  align-items: center;
  justify-content: space-between;
  margin-top: 18px;
  padding: 20px 24px;
  border: 1px solid var(--border);
  border-radius: 18px;
  background: var(--surface);
  color: var(--text-secondary);
}

.provider-theme .why-note strong {
  color: var(--text-primary);
}

.provider-theme .journey-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
}

.provider-theme .journey-card {
  min-height: 240px;
  padding: 22px;
}

.provider-theme .journey-step-index {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  margin-bottom: 20px;
  border: 1px solid color-mix(in srgb, var(--brand-orange) 72%, var(--border));
  border-radius: 10px;
  color: var(--brand-orange);
  font-size: 0.78rem;
  font-weight: 950;
}

.provider-theme .business-card {
  display: grid;
  min-height: 245px;
  grid-template-columns: minmax(150px, 210px) minmax(0, 1fr);
  gap: 24px;
  align-items: center;
  padding: 22px;
}

.provider-theme .business-card > * {
  min-width: 0;
}

.provider-theme .business-shot {
  width: 100%;
  max-width: 210px;
  aspect-ratio: 16 / 10;
  margin: 0;
  justify-self: start;
  border: 1px solid var(--border);
  border-radius: 18px;
  background: var(--surface-soft);
  overflow: hidden;
}

.provider-theme .business-shot img,
.provider-theme .community-logo-row img,
.provider-theme .topic-icon img {
  display: block;
  max-width: 100%;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.provider-theme .business-kicker {
  margin: 0 0 10px;
  color: var(--text-muted);
  font-size: 0.78rem;
  font-weight: 950;
  text-transform: uppercase;
}

.provider-theme .business-action,
.provider-theme .community-action,
.provider-theme .journey-action {
  justify-content: center;
  margin-top: 26px;
}

.provider-theme .community-card {
  display: flex;
  min-height: 210px;
  flex-direction: column;
  justify-content: flex-start;
  padding: 22px;
}

.provider-theme .community-card h3 {
  margin-top: 0;
}

.provider-theme .community-card p {
  margin-top: 10px;
}

.provider-theme .community-logo-row {
  display: flex;
  align-items: center;
  min-height: 72px;
  margin-bottom: 20px;
  padding: 14px;
  border: 1px solid var(--border);
  border-radius: 16px;
  background: var(--surface-soft);
}

.provider-theme .community-logo-row img {
  height: 48px;
  object-fit: contain;
}

.provider-theme .faq-layout {
  display: grid;
  grid-template-columns: minmax(260px, 0.55fr) minmax(0, 1fr);
  gap: 22px;
  align-items: start;
}

body.provider-theme main > .section.faq > .container.faq-layout {
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  background-color: transparent !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
}

.provider-theme .faq-list {
  display: grid;
  gap: 12px;
}

.provider-theme .faq-list details {
  padding: 18px 20px;
}

.provider-theme .faq-list summary {
  cursor: pointer;
  color: var(--text-primary);
  font-weight: 900;
}

.provider-theme .faq-list p {
  margin: 12px 0 0;
  color: var(--text-secondary);
  line-height: 1.58;
}

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

.provider-theme .topic-link {
  display: flex;
  gap: 12px;
  align-items: center;
  min-height: 66px;
  padding: 14px 16px;
  color: var(--text-primary);
  font-weight: 900;
  text-decoration: none;
}

.provider-theme .topic-icon {
  flex: 0 0 auto;
  display: inline-grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border: 1px solid color-mix(in srgb, var(--brand-orange) 64%, var(--border));
  border-radius: 10px;
  color: var(--brand-orange);
}

.provider-theme .topic-icon img {
  width: 20px;
  height: 20px;
  object-fit: contain;
}

.provider-theme .final-conversion-card {
  display: grid;
  justify-items: center;
  padding: clamp(34px, 6vw, 66px);
  text-align: center;
}

.provider-theme .final-conversion-card p:not(.eyebrow) {
  max-width: 660px;
  margin: 18px auto 0;
  color: var(--text-secondary);
  line-height: 1.6;
}

.provider-theme .final-conversion-card .btn {
  width: min(330px, 100%);
  margin-top: 28px;
  min-height: 52px;
}

.provider-theme .final-expert-link a {
  color: var(--text-primary);
  font-weight: 900;
  text-underline-offset: 4px;
  text-decoration-color: var(--brand-orange);
}

.provider-theme .final-proof-lines {
  display: grid;
  gap: 8px;
  width: min(330px, 100%);
  margin-top: 18px;
  text-align: left;
}

.provider-theme .final-proof-lines span {
  display: grid;
  grid-template-columns: 20px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  color: var(--text-primary);
  font-weight: 900;
  line-height: 1.22;
}

.provider-theme .final-proof-lines span::before {
  content: "✓";
  color: var(--brand-orange);
  font-weight: 1000;
  line-height: 1;
}

.provider-theme .site-footer {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(4, 7, 9, 0.82) !important;
  color: rgba(234, 240, 242, 0.78);
}

.provider-theme .site-footer .footer-grid p {
  color: rgba(234, 240, 242, 0.72);
}

.provider-theme .site-footer a {
  color: rgba(234, 240, 242, 0.82);
}

.provider-theme .site-footer a:hover,
.provider-theme .site-footer a:focus-visible {
  color: var(--brand-orange);
}

@media (max-width: 1040px) {
  .provider-theme .journey-grid,
  .provider-theme .topic-link-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .provider-theme .business-card {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  body.provider-theme {
    padding-top: 78px;
    background: var(--page-bg);
  }

  body.provider-theme.nav-open {
    overflow: hidden;
  }

  .provider-theme .site-header.is-open {
    max-height: 100dvh;
    overflow: hidden;
  }

  .provider-theme .site-header.is-open .header-inner {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto auto;
    align-items: center;
    gap: 8px;
    max-height: 100dvh;
    overflow: visible;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
  }

  .provider-theme .site-header.is-open .brand {
    order: 1;
    grid-column: 1;
  }

  .provider-theme .site-header.is-open .theme-toggle {
    position: relative;
    order: 2;
    grid-column: 2;
    top: auto;
    right: auto;
    align-self: center;
    margin: 0;
    transform: none;
  }

  .provider-theme .site-header.is-open .nav-toggle {
    order: 3;
    grid-column: 3;
    align-self: center;
  }

  .provider-theme .site-header.is-open .site-nav {
    order: 4;
    grid-column: 1 / -1;
    align-self: stretch;
  }

  .provider-theme .site-header.is-open .header-actions {
    order: 5;
    grid-column: 1 / -1;
    align-self: stretch;
  }

  .provider-theme .container {
    width: min(100% - 28px, 430px);
  }

  .provider-theme :is(.hero, .who-section, .help-section, .why-section, .journey-section, .proof-section, .business-section, .community-section, .internal-link-network, .faq, .final-conversion-section) {
    padding: 34px 0;
  }

  .provider-theme .hero {
    padding-top: 20px;
  }

  body.provider-theme main > .hero > .container.hero-grid,
  body.provider-theme .hero-grid {
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    backdrop-filter: none !important;
  }

  body.provider-theme.top-page:not(.home-page) .hero-copy,
  body.provider-theme .hero .hero-copy,
  .provider-theme .hero-copy {
    display: block;
    min-height: 0;
    padding: 20px 16px 18px !important;
    border-radius: 22px;
    border: 1px solid color-mix(in srgb, var(--brand-orange) 18%, var(--border)) !important;
    color: var(--text-primary);
    background:
      radial-gradient(circle at 92% 8%, color-mix(in srgb, var(--brand-orange) 6%, transparent), transparent 38%),
      linear-gradient(145deg, color-mix(in srgb, var(--surface) 96%, var(--brand-orange)), var(--surface-soft)) !important;
    background-color: var(--surface) !important;
    box-shadow: 0 12px 28px color-mix(in srgb, var(--text-primary) 7%, transparent) !important;
  }

  [data-theme="dark"] body.provider-theme.top-page:not(.home-page) .hero-copy,
  [data-theme="dark"] body.provider-theme .hero .hero-copy,
  [data-theme="dark"] .provider-theme .hero-copy {
    border-color: color-mix(in srgb, var(--brand-orange) 34%, var(--border)) !important;
    background:
      radial-gradient(circle at 92% 8%, color-mix(in srgb, var(--brand-orange) 9%, transparent), transparent 38%),
      linear-gradient(145deg, var(--surface), color-mix(in srgb, var(--surface-soft) 62%, var(--surface))) !important;
    background-color: var(--surface) !important;
    box-shadow: var(--shadow-soft) !important;
  }

  body.provider-theme.top-page:not(.home-page) .hero-copy::before,
  body.provider-theme .hero .hero-copy::before,
  .provider-theme .hero-copy::before {
    display: none !important;
    content: none !important;
  }

  .provider-theme .hero h1 {
    max-width: 12.8ch;
    font-size: clamp(1.78rem, 7.35vw, 2.12rem);
    line-height: 1.02;
  }

  .provider-theme .hero-text {
    max-width: 100%;
    margin-top: 16px;
    font-size: 0.98rem;
    line-height: 1.5;
  }

  .provider-theme .hero-text-desktop {
    display: none;
  }

  .provider-theme .hero-text-mobile {
    display: inline;
  }

  .provider-theme .hero-actions {
    display: grid;
    gap: 9px;
    margin-top: 20px;
  }

  body.provider-theme .hero .hero-actions .btn,
  .provider-theme .hero-actions .btn,
  .provider-theme .who-card .btn,
  .provider-theme .final-conversion-card .btn {
    width: 100% !important;
    min-height: 48px !important;
    padding: 0 18px !important;
  }

  body.provider-theme .hero .hero-actions .btn.btn-outline,
  .provider-theme .hero-actions .btn.btn-outline {
    border: 1px solid var(--border) !important;
    background:
      linear-gradient(145deg, color-mix(in srgb, var(--surface-soft) 70%, var(--surface)), color-mix(in srgb, var(--surface) 84%, transparent)) !important;
    color: var(--text-primary) !important;
    opacity: 1 !important;
    text-decoration: none !important;
    box-shadow: none !important;
  }

  [data-theme="dark"] .provider-theme .hero-actions .btn.btn-outline {
    border-color: color-mix(in srgb, var(--brand-orange) 22%, var(--border)) !important;
    background:
      linear-gradient(145deg, color-mix(in srgb, var(--surface-soft) 70%, transparent), color-mix(in srgb, var(--surface) 90%, transparent)) !important;
    color: var(--text-primary) !important;
  }

  .provider-theme .hero-trust-signals,
  .provider-theme .hero-product-snapshot,
  .provider-theme .who-visual,
  .provider-theme .help-grid,
  .provider-theme .why-flow,
  .provider-theme .proof-visual,
  .provider-theme .business-shot,
  .provider-theme .community-signal,
  .provider-theme .community-logo-row,
  .provider-theme .who-card ul {
    display: none;
  }

  .provider-theme :is(.who-heading, .help-heading, .why-heading, .journey-heading, .proof-heading, .business-heading, .community-heading, .section-heading) {
    display: block;
    margin-bottom: 14px;
    padding: 22px 18px;
    border-radius: 22px;
  }

  .provider-theme :is(.who-heading h2, .help-heading h2, .why-heading h2, .journey-heading h2, .proof-heading h2, .business-heading h2, .community-heading h2, .section-heading h2, .final-conversion-card h2) {
    font-size: clamp(1.85rem, 7.4vw, 2.35rem);
    line-height: 1.04;
  }

  .provider-theme :is(.who-heading p:not(.eyebrow), .help-heading p:not(.eyebrow), .why-heading p:not(.eyebrow), .journey-heading p:not(.eyebrow), .proof-heading p:not(.eyebrow), .business-heading p:not(.eyebrow), .community-heading p:not(.eyebrow), .section-heading p:not(.eyebrow)) {
    margin-top: 14px;
    font-size: 0.98rem;
    line-height: 1.5;
  }

  .provider-theme .help-heading-link {
    width: 100%;
    margin-top: 18px;
  }

  .provider-theme .who-grid,
  .provider-theme .why-grid,
  .provider-theme .journey-grid,
  .provider-theme .proof-grid,
  .provider-theme .business-grid,
  .provider-theme .community-grid,
  .provider-theme .faq-layout,
  .provider-theme .topic-link-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .provider-theme .who-card,
  .provider-theme :is(.help-panel, .why-card, .journey-card, .proof-card, .business-card, .community-card, .faq-list details, .topic-link) {
    min-height: 0;
    padding: 18px;
    border-radius: 18px;
    color: var(--text-primary);
    background:
      linear-gradient(145deg, var(--surface), color-mix(in srgb, var(--surface-soft) 28%, var(--surface))) !important;
    background-color: var(--surface) !important;
  }

  .provider-theme .who-card {
    min-height: 390px;
  }

  .provider-theme :is(.who-card-primary, .help-panel-feature, .why-card-active, .business-card-accent) {
    background:
      radial-gradient(circle at 10% 10%, color-mix(in srgb, var(--brand-orange) 6%, transparent), transparent 36%),
      linear-gradient(145deg, var(--surface), color-mix(in srgb, var(--brand-orange) 4%, var(--surface-soft))) !important;
    background-color: var(--surface) !important;
  }

  .provider-theme .who-card h3 {
    width: 100% !important;
    max-width: none !important;
    min-height: 104px;
    margin-bottom: 20px;
    padding: 16px 18px;
    border-radius: 15px;
    font-size: clamp(1.48rem, 7vw, 1.86rem);
  }

  .provider-theme .who-card p {
    max-width: 100%;
    margin-bottom: 22px;
    font-size: 0.98rem;
  }

  .provider-theme .why-note,
  .provider-theme .journey-note {
    display: block;
    padding: 18px;
  }

  .provider-theme .why-note span {
    display: block;
    margin-top: 10px;
  }

  .provider-theme .journey-card {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 12px 14px;
    align-items: start;
  }

  .provider-theme .journey-step-index {
    margin: 0;
  }

  .provider-theme .journey-card h3 {
    align-self: center;
    font-size: 1.05rem;
  }

  .provider-theme .journey-card p {
    grid-column: 2;
    margin-top: 0;
    font-size: 0.94rem;
  }

  .provider-theme .proof-card h3 {
    gap: 10px;
    margin-bottom: 12px;
    font-size: 1.18rem;
    line-height: 1.14;
  }

  .provider-theme .proof-card h3::before {
    flex-basis: 28px;
    width: 28px;
    height: 28px;
    font-size: 0.86rem;
  }

  .provider-theme .proof-card p {
    padding-left: 38px;
    font-size: 0.96rem;
    line-height: 1.52;
  }

  .provider-theme .business-card,
  .provider-theme .community-card {
    display: block;
  }

  .provider-theme .business-kicker {
    color: var(--text-muted);
  }

  .provider-theme .topic-link {
    min-height: 58px;
  }

  .provider-theme .final-conversion-card {
    padding: 26px 18px;
  }
}

@media (max-width: 360px) {
  .provider-theme .container {
    width: min(100% - 22px, 430px);
  }

  .provider-theme .hero-copy,
  .provider-theme :is(.who-heading, .help-heading, .why-heading, .journey-heading, .proof-heading, .business-heading, .community-heading, .section-heading, .final-conversion-card),
  .provider-theme .who-card,
  .provider-theme :is(.help-panel, .why-card, .journey-card, .proof-card, .business-card, .community-card, .faq-list details, .topic-link) {
    padding-inline: 15px;
  }
}
