/* Premium page adapter for the shared ECU Jobs light/dark theme. Cache: 20260728-premium-theme21 */
.premium-theme {
  background: var(--page-bg);
  color: var(--text-primary);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
}

.premium-theme *,
.premium-theme *::before,
.premium-theme *::after {
  box-sizing: border-box;
}

.premium-theme :where(h1, h2, h3, h4, p, a, li, span, strong, small, button, input, textarea, select, summary) {
  font-family: inherit;
}

.premium-theme main {
  background:
    radial-gradient(circle at 82% 8%, rgba(255, 106, 0, 0.08), transparent 28rem),
    linear-gradient(180deg, var(--page-bg) 0%, var(--page-bg) 100%);
  overflow: hidden;
}

.premium-theme .site-header {
  font-family: inherit;
}

.premium-theme .site-header .brand {
  text-decoration: none;
}

.premium-theme .site-header .site-nav a {
  display: flex;
  align-items: center;
  min-height: 42px;
  padding: 0 14px;
  text-decoration: none;
}

.premium-theme .site-header.is-open .site-nav a {
  padding: 13px 16px;
}

.premium-theme .site-header.is-open .header-actions {
  margin: 0;
}

.premium-theme::before,
.premium-theme::after {
  display: none;
}

.premium-theme .section,
.premium-theme .section-dark,
.premium-theme .hero,
.premium-theme .who-section,
.premium-theme .business-section,
.premium-theme .why-section,
.premium-theme .journey-section,
.premium-theme .proof-section,
.premium-theme .community-section,
.premium-theme .final-conversion-section,
.premium-theme .faq {
  background: transparent;
  color: var(--text-primary);
  padding: clamp(56px, 7vw, 96px) 0;
}

.premium-theme .hero {
  padding-top: clamp(112px, 10vw, 156px);
}

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

.premium-theme .eyebrow,
.premium-theme .business-kicker,
.premium-theme .plan {
  color: var(--brand-orange);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.1;
  margin: 0 0 0.75rem;
  text-transform: uppercase;
}

.premium-theme .hero-grid {
  display: block;
}

.premium-theme .hero-copy,
.premium-theme .who-heading,
.premium-theme .business-heading,
.premium-theme .why-heading,
.premium-theme .journey-heading,
.premium-theme .proof-heading,
.premium-theme .community-heading,
.premium-theme .section-heading,
.premium-theme .section-intro,
.premium-theme .glass-heading,
.premium-theme .proof-panel,
.premium-theme .community-panel,
.premium-theme .final-conversion-card,
.premium-theme .final-panel {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.84), rgba(255, 255, 255, 0.58)),
    radial-gradient(circle at 92% 12%, var(--accent-petrol), transparent 30rem);
  border: 1px solid var(--border);
  border-radius: 24px;
  box-shadow: var(--shadow-soft);
  color: var(--text-primary);
}

[data-theme="dark"] .premium-theme .hero-copy,
[data-theme="dark"] .premium-theme .who-heading,
[data-theme="dark"] .premium-theme .business-heading,
[data-theme="dark"] .premium-theme .why-heading,
[data-theme="dark"] .premium-theme .journey-heading,
[data-theme="dark"] .premium-theme .proof-heading,
[data-theme="dark"] .premium-theme .community-heading,
[data-theme="dark"] .premium-theme .section-heading,
[data-theme="dark"] .premium-theme .section-intro,
[data-theme="dark"] .premium-theme .glass-heading,
[data-theme="dark"] .premium-theme .proof-panel,
[data-theme="dark"] .premium-theme .community-panel,
[data-theme="dark"] .premium-theme .final-conversion-card,
[data-theme="dark"] .premium-theme .final-panel {
  background:
    linear-gradient(135deg, rgba(17, 23, 25, 0.9), rgba(17, 23, 25, 0.74)),
    radial-gradient(circle at 92% 12%, rgba(255, 106, 0, 0.12), transparent 32rem);
}

.premium-theme .hero-copy {
  isolation: isolate;
  margin-inline: auto;
  max-width: 1180px;
  overflow: hidden;
  padding: clamp(34px, 5vw, 64px);
  position: relative;
}

.premium-theme .hero-copy::before {
  background:
    linear-gradient(90deg, var(--surface) 0%, rgba(255, 255, 255, 0.72) 46%, rgba(255, 255, 255, 0.18) 100%),
    url("../img/ecu-jobs-hero-network.webp") center right / cover no-repeat;
  content: "";
  inset: 0;
  opacity: 0.78;
  position: absolute;
  z-index: -1;
}

[data-theme="dark"] .premium-theme .hero-copy::before {
  background:
    linear-gradient(90deg, rgba(8, 13, 15, 0.98) 0%, rgba(8, 13, 15, 0.78) 52%, rgba(8, 13, 15, 0.42) 100%),
    url("../img/ecu-jobs-hero-network.webp") center right / cover no-repeat;
  opacity: 0.92;
}

.premium-theme .hero-copy h1,
.premium-theme h2 {
  color: var(--text-primary);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 0.96;
  margin: 0;
}

.premium-theme .hero-copy h1 {
  font-size: clamp(3rem, 5.2vw, 5.15rem);
  max-width: 860px;
}

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

.premium-theme .hero-text,
.premium-theme .section-heading p,
.premium-theme .section-intro p,
.premium-theme .who-heading p:not(.eyebrow),
.premium-theme .business-heading p:not(.eyebrow),
.premium-theme .why-heading p:not(.eyebrow),
.premium-theme .journey-heading p:not(.eyebrow),
.premium-theme .proof-heading p:not(.eyebrow),
.premium-theme .community-heading p:not(.eyebrow),
.premium-theme .proof-panel p:not(.eyebrow),
.premium-theme .community-panel p:not(.eyebrow),
.premium-theme .final-conversion-card p:not(.eyebrow),
.premium-theme .final-panel p:not(.eyebrow) {
  color: var(--text-secondary);
  line-height: 1.65;
}

.premium-theme .hero-text {
  font-size: clamp(1.06rem, 1.45vw, 1.25rem);
  margin: 1.4rem 0 1.7rem;
  max-width: 660px;
}

.premium-theme .hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 1.2rem;
  max-width: 480px;
}

.premium-theme .hero-actions .btn {
  flex: 1 1 220px;
  min-height: 52px;
}

.premium-theme .btn-outline,
.premium-theme .btn-ghost {
  background: rgba(255, 255, 255, 0.42);
  border-color: var(--border-strong);
  color: var(--text-primary);
}

.premium-theme .btn-outline:hover,
.premium-theme .btn-ghost:hover {
  background: var(--surface-soft);
  border-color: rgba(255, 106, 0, 0.52);
  color: var(--text-primary);
}

[data-theme="dark"] .premium-theme .btn-outline,
[data-theme="dark"] .premium-theme .btn-ghost {
  background: rgba(255, 255, 255, 0.045);
  border-color: var(--border);
  color: var(--text-primary);
}

.premium-theme .premium-price-note {
  align-items: center;
  background: rgba(255, 106, 0, 0.055);
  border: 1px solid rgba(255, 106, 0, 0.42);
  border-radius: 18px;
  display: grid;
  gap: 22px;
  grid-template-columns: minmax(180px, auto) minmax(0, 1fr);
  margin-top: 24px;
  max-width: 720px;
  padding: 18px 20px;
}

.premium-theme .premium-price-note span {
  color: var(--brand-orange);
  display: block;
  font-size: 0.76rem;
  font-weight: 900;
  text-transform: uppercase;
}

.premium-theme .premium-price-note strong {
  color: var(--text-primary);
  display: block;
  font-size: clamp(2rem, 3.5vw, 3rem);
  letter-spacing: 0;
  line-height: 0.95;
}

.premium-theme .premium-price-note p {
  color: var(--text-secondary);
  line-height: 1.55;
  margin: 0;
}

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

.premium-theme .hero-trust-signals span,
.premium-theme .check-list li,
.premium-theme .who-card li {
  align-items: center;
  background: var(--surface-soft);
  border: 1px solid var(--border);
  border-radius: 999px;
  color: var(--text-primary);
  display: inline-flex;
  font-weight: 800;
  gap: 7px;
  line-height: 1.2;
  padding: 8px 12px;
}

.premium-theme .hero-product-snapshot {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 20px;
  box-shadow: var(--shadow-soft);
  margin-top: 26px;
  max-width: 900px;
  overflow: hidden;
  padding: 0 0 14px;
}

.premium-theme .snapshot-bar {
  align-items: center;
  background: linear-gradient(90deg, rgba(255, 106, 0, 0.13), transparent);
  border-bottom: 1px solid var(--border);
  display: flex;
  gap: 8px;
  padding: 12px 18px;
}

.premium-theme .snapshot-bar span {
  background: var(--brand-orange);
  border-radius: 999px;
  display: block;
  height: 8px;
  width: 8px;
}

.premium-theme .snapshot-bar strong {
  color: var(--text-primary);
  font-size: 0.82rem;
  margin-left: 4px;
}

.premium-theme .snapshot-grid {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  padding: 14px;
}

.premium-theme .snapshot-grid article {
  align-items: center;
  background: var(--surface-soft);
  border: 1px solid var(--border);
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 132px;
  padding: 18px 14px;
  text-align: center;
}

.premium-theme .snapshot-grid small {
  align-items: center;
  border: 1px solid rgba(255, 106, 0, 0.7);
  border-radius: 9px;
  color: var(--brand-orange);
  display: inline-flex;
  font-size: 0.78rem;
  font-weight: 900;
  justify-content: center;
  line-height: 1;
  min-height: 28px;
  min-width: 32px;
  padding: 7px 8px;
}

.premium-theme .journey-card h3 {
  align-items: center;
  display: flex;
  font-size: clamp(1.12rem, 1.28vw, 1.36rem);
  gap: 10px;
  line-height: 1.08;
}

.premium-theme .journey-step-index {
  align-items: center;
  border: 1px solid rgba(255, 106, 0, 0.62);
  border-radius: 999px;
  color: var(--brand-orange);
  display: inline-flex;
  flex: 0 0 34px;
  font-size: 0.82rem;
  font-weight: 900;
  height: 34px;
  justify-content: center;
  line-height: 1;
  width: 34px;
}

.premium-theme .snapshot-grid strong {
  color: var(--text-primary);
  display: block;
  font-size: 1rem;
  margin-top: 13px;
}

.premium-theme .snapshot-grid p {
  color: var(--text-secondary);
  font-size: 0.88rem;
  line-height: 1.4;
  margin: 8px 0 0;
}

.premium-theme :is(.who-heading, .business-heading, .why-heading, .journey-heading, .proof-heading, .community-heading, .section-heading, .section-intro, .glass-heading, .proof-panel, .community-panel, .final-conversion-card, .final-panel) {
  margin-bottom: 24px;
  max-width: 100%;
  padding: clamp(28px, 4.4vw, 48px);
}

.premium-theme :is(.who-heading, .business-heading, .why-heading, .journey-heading, .proof-heading, .community-heading, .section-heading, .section-intro, .glass-heading, .proof-panel, .community-panel, .final-conversion-card, .final-panel) h2 {
  font-size: clamp(2.35rem, 4.7vw, 4.25rem);
  max-width: 920px;
}

.premium-theme :is(.who-heading, .business-heading, .why-heading, .journey-heading, .proof-heading, .community-heading, .section-heading, .section-intro, .glass-heading, .proof-panel, .community-panel, .final-conversion-card, .final-panel) p:not(.eyebrow) {
  margin: 1rem 0 0;
  max-width: 740px;
}

.premium-theme .section-intro.compact,
.premium-theme .glass-heading.compact {
  padding: clamp(26px, 4vw, 44px);
}

.premium-theme .who-grid,
.premium-theme .business-grid,
.premium-theme .why-grid,
.premium-theme .journey-grid,
.premium-theme .proof-grid,
.premium-theme .community-grid,
.premium-theme .pricing-grid {
  align-items: stretch;
  display: grid;
  gap: 24px;
  max-width: 100%;
  min-width: 0;
}

.premium-theme .who-grid,
.premium-theme .business-grid,
.premium-theme .why-grid,
.premium-theme .proof-grid,
.premium-theme .community-grid,
.premium-theme .pricing-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.premium-theme .journey-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.premium-theme .who-card,
.premium-theme .business-card,
.premium-theme .why-card,
.premium-theme .journey-card,
.premium-theme .proof-card,
.premium-theme .community-card,
.premium-theme .price-card,
.premium-theme .faq-list details {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 20px;
  box-shadow: var(--shadow-soft);
  color: var(--text-primary);
  display: flex;
  flex-direction: column;
  gap: 18px;
  height: 100%;
  min-width: 0;
  padding: clamp(22px, 3vw, 30px);
}

@media (min-width: 721px) {
  .premium-theme .who-card {
    min-height: 430px;
  }

  .premium-theme .who-card > p {
    min-height: 58px;
  }

  .premium-theme .who-card > ul {
    align-content: flex-start;
    min-height: 96px;
  }

  .premium-theme .who-card > .btn {
    align-self: center;
    justify-content: center;
    width: min(100%, 360px);
  }
}

.premium-theme :is(.who-card-primary, .business-card-accent, .business-card.highlighted, .price-card.highlighted, .why-card-active) {
  border-color: rgba(255, 106, 0, 0.58);
  box-shadow: 0 18px 48px rgba(255, 106, 0, 0.12), var(--shadow-soft);
}

.premium-theme .who-visual,
.premium-theme .why-flow,
.premium-theme .mini-visual {
  align-items: center;
  background: var(--surface-soft);
  border: 1px solid var(--border);
  border-radius: 16px;
  display: grid;
  gap: 10px;
  grid-template-columns: 1fr auto 1fr auto 1fr;
  min-height: 62px;
  padding: 10px;
}

.premium-theme .why-flow,
.premium-theme .mini-visual {
  grid-template-columns: 1fr auto 1fr;
}

.premium-theme :is(.who-visual, .why-flow, .mini-visual) span {
  align-items: center;
  border: 1px solid var(--border-strong);
  border-radius: 12px;
  color: var(--text-primary);
  display: flex;
  font-size: 0.78rem;
  font-weight: 900;
  justify-content: center;
  min-height: 40px;
  padding: 8px 10px;
  text-align: center;
}

.premium-theme :is(.who-visual, .why-flow, .mini-visual) i {
  background: var(--brand-orange);
  display: block;
  height: 2px;
  opacity: 0.8;
  width: 16px;
}

.premium-theme h3 {
  color: var(--text-primary);
  font-size: clamp(1.3rem, 1.9vw, 1.75rem);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.06;
  margin: 0;
}

.premium-theme .who-card h3 {
  align-items: center;
  background:
    linear-gradient(135deg, color-mix(in srgb, var(--surface-soft) 70%, transparent), color-mix(in srgb, var(--surface) 92%, transparent));
  border: 1px solid transparent;
  border-radius: 16px;
  box-shadow: inset 0 1px 0 color-mix(in srgb, #fff 42%, transparent), 0 12px 28px rgba(16, 20, 21, 0.045);
  display: flex;
  min-height: 128px;
  padding: clamp(18px, 2.4vw, 24px);
  width: min(100%, 440px);
}

.premium-theme .who-card-primary h3 {
  border-color: transparent;
}

[data-theme="dark"] .premium-theme .who-card h3 {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.028));
  border-color: transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.premium-theme article p,
.premium-theme details p {
  color: var(--text-secondary);
  line-height: 1.6;
  margin: 0;
}

.premium-theme article ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.premium-theme article .btn,
.premium-theme .price-card .btn {
  margin-top: auto;
}

.premium-theme .business-card {
  align-items: center;
  display: grid;
  gap: 24px;
  grid-template-columns: minmax(220px, 0.9fr) minmax(0, 1fr);
  min-height: 250px;
}

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

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

.premium-theme .business-card > div {
  min-width: 0;
}

.premium-theme .business-card .eyebrow {
  margin-bottom: 0.7rem;
}

.premium-theme .journey-card {
  gap: 12px;
  justify-content: flex-start;
  min-height: 188px;
  padding: clamp(18px, 2.2vw, 24px);
}

.premium-theme .journey-card h3,
.premium-theme .journey-card p {
  margin: 0;
}

.premium-theme .journey-card p {
  font-size: 0.98rem;
  line-height: 1.48;
}

@media (min-width: 721px) {
  .premium-theme .proof-card h3 {
    align-items: flex-start;
    display: flex;
    min-height: 2.2em;
  }
}

.premium-theme .journey-note,
.premium-theme .why-note {
  align-items: center;
  background: var(--surface);
  border: 1px solid rgba(255, 106, 0, 0.35);
  border-radius: 18px;
  color: var(--text-secondary);
  display: flex;
  gap: 18px;
  justify-content: space-between;
  line-height: 1.55;
  margin: 24px 0 0;
  padding: 18px 22px;
}

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

.premium-theme .price-card h3 {
  color: var(--text-primary);
  font-size: clamp(2.6rem, 4.5vw, 4.4rem);
}

.premium-theme .price-card h3 span {
  color: var(--text-secondary);
  font-size: 1rem;
}

.premium-theme .check-list {
  display: grid;
  gap: 10px;
}

.premium-theme .check-list li,
.premium-theme .price-card li {
  display: flex;
}

.premium-theme .pricing-grid .price-card ul li,
.premium-theme .pricing-grid .price-card .check-list li {
  align-items: flex-start;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  color: var(--text-secondary);
  font-weight: 500;
  gap: 10px;
  line-height: 1.45;
  padding: 0 !important;
}

.premium-theme .pricing-grid .price-card ul li::before,
.premium-theme .pricing-grid .price-card .check-list li::before {
  color: var(--brand-orange);
  content: "✓";
  flex: 0 0 auto;
  font-weight: 950;
  line-height: 1.35;
}

.premium-theme .final-expert-link a span {
  display: block;
}

.premium-theme .faq-layout {
  display: grid;
  gap: 24px;
  grid-template-columns: minmax(260px, 0.8fr) minmax(0, 1.2fr);
}

.premium-theme .faq-list {
  display: grid;
  gap: 14px;
}

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

.premium-theme .community-logo-row,
.premium-theme .community-signal {
  align-items: center;
  background: var(--surface-soft);
  border: 1px solid var(--border);
  border-radius: 16px;
  display: flex;
  min-height: 72px;
  overflow: hidden;
  padding: 10px;
}

.premium-theme .community-logo-row img {
  max-height: 58px;
  object-fit: contain;
}

.premium-theme .community-signal {
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}

.premium-theme .community-action {
  display: flex;
  justify-content: center;
  margin-top: 24px;
}

.premium-theme .site-footer p {
  max-width: 660px;
}

.premium-theme .final-conversion-card,
.premium-theme .final-panel {
  align-items: center;
  display: flex;
  flex-direction: column;
  margin-bottom: 0;
  text-align: center;
}

.premium-theme .final-conversion-card p,
.premium-theme .final-panel p {
  margin-inline: auto;
}

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

.premium-theme .hero-text-mobile {
  display: none;
}

@media (max-width: 1020px) {
  .premium-theme .business-grid,
  .premium-theme .journey-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .premium-theme .container {
    width: min(100% - 30px, 430px);
    max-width: 100%;
  }

  .premium-theme .section,
  .premium-theme .section-dark,
  .premium-theme .hero,
  .premium-theme .who-section,
  .premium-theme .business-section,
  .premium-theme .why-section,
  .premium-theme .journey-section,
  .premium-theme .proof-section,
  .premium-theme .community-section,
  .premium-theme .final-conversion-section,
  .premium-theme .faq {
    padding: 44px 0;
  }

  .premium-theme .hero {
    padding-top: 108px;
  }

  .premium-theme .hero-copy,
  .premium-theme :is(.who-heading, .business-heading, .why-heading, .journey-heading, .proof-heading, .community-heading, .section-heading, .section-intro, .glass-heading, .proof-panel, .community-panel, .final-conversion-card, .final-panel) {
    border-radius: 22px;
    padding: 26px 20px;
  }

  .premium-theme .hero-copy::before {
    opacity: 0.08;
  }

  [data-theme="dark"] .premium-theme .hero-copy::before {
    opacity: 0.18;
  }

  .premium-theme .hero-copy h1 {
    font-size: clamp(2.05rem, 8.9vw, 2.75rem);
    line-height: 1.03;
    max-width: 100%;
  }

  .premium-theme :is(.who-heading, .business-heading, .why-heading, .journey-heading, .proof-heading, .community-heading, .section-heading, .section-intro, .glass-heading, .proof-panel, .community-panel, .final-conversion-card, .final-panel) h2 {
    font-size: clamp(1.9rem, 7.8vw, 2.55rem);
    line-height: 1.04;
  }

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

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

  .premium-theme .hero-actions,
  .premium-theme .hero-actions .btn {
    max-width: none;
    width: 100%;
  }

  .premium-theme .premium-price-note {
    grid-template-columns: 1fr;
    padding: 18px;
  }

  .premium-theme .premium-price-note strong {
    font-size: clamp(1.7rem, 7.4vw, 2.2rem);
    line-height: 1.05;
  }

  .premium-theme .hero-trust-signals span {
    font-size: 0.84rem;
  }

  .premium-theme .snapshot-grid,
  .premium-theme .who-grid,
  .premium-theme .business-grid,
  .premium-theme .why-grid,
  .premium-theme .journey-grid,
  .premium-theme .proof-grid,
  .premium-theme .community-grid,
  .premium-theme .pricing-grid,
  .premium-theme .faq-layout {
    grid-template-columns: 1fr;
    width: 100%;
  }

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

  .premium-theme .snapshot-grid article {
    min-height: 126px;
    padding: 14px 10px;
  }

  .premium-theme .who-card,
  .premium-theme .business-card,
  .premium-theme .why-card,
  .premium-theme .journey-card,
  .premium-theme .proof-card,
  .premium-theme .community-card,
  .premium-theme .price-card,
  .premium-theme .faq-list details {
    border-radius: 20px;
    padding: 20px 18px;
  }

  .premium-theme .business-card {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .premium-theme .business-shot {
    display: none;
  }

  .premium-theme .who-visual,
  .premium-theme .why-flow,
  .premium-theme .mini-visual {
    grid-template-columns: 1fr;
  }

  .premium-theme :is(.who-visual, .why-flow, .mini-visual) i {
    display: none;
  }

  .premium-theme h3 {
    font-size: clamp(1.18rem, 5.8vw, 1.55rem);
    line-height: 1.1;
  }

  .premium-theme .who-card h3 {
    min-height: 0;
    padding: 18px 20px;
    width: 100%;
  }

  .premium-theme article p,
  .premium-theme details p,
  .premium-theme .hero-text,
  .premium-theme .section-heading p,
  .premium-theme .section-intro p {
    font-size: 0.98rem;
    line-height: 1.58;
  }

  .premium-theme .hero-product-snapshot {
    display: none;
  }

  .premium-theme .who-visual,
  .premium-theme .why-flow,
  .premium-theme .mini-visual {
    min-height: 0;
  }

  .premium-theme :is(.who-visual, .why-flow, .mini-visual) span {
    min-height: 38px;
  }

  .premium-theme .journey-note,
  .premium-theme .why-note {
    align-items: flex-start;
    flex-direction: column;
  }

  .premium-theme .journey-card {
    gap: 10px;
    min-height: 146px;
    padding: 16px !important;
  }

  .premium-theme .journey-card h3 {
    font-size: clamp(1.08rem, 5.1vw, 1.28rem);
    line-height: 1.12;
  }

  .premium-theme .journey-card p {
    font-size: 0.94rem;
    line-height: 1.45;
  }

  .premium-theme .journey-step-index {
    flex-basis: 30px;
    font-size: 0.78rem;
    height: 30px;
    width: 30px;
  }
}

/* Premium hero repair: keep the page on the shared homepage rhythm. */
.premium-theme .hero {
  background: transparent;
  color: var(--text-primary);
  padding-top: clamp(96px, 9vw, 136px);
}

.premium-theme .hero-copy {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.72)),
    radial-gradient(circle at 90% 10%, rgba(255, 106, 0, 0.1), transparent 28rem);
  border: 1px solid var(--border);
  border-radius: 26px;
  box-shadow: var(--shadow-soft);
  display: block;
  min-height: 0;
}

[data-theme="dark"] .premium-theme .hero-copy {
  background:
    linear-gradient(135deg, rgba(17, 23, 25, 0.92), rgba(17, 23, 25, 0.78)),
    radial-gradient(circle at 88% 10%, rgba(255, 106, 0, 0.16), transparent 28rem);
}

.premium-theme .hero-copy::before {
  opacity: 0.28;
  pointer-events: none;
}

[data-theme="dark"] .premium-theme .hero-copy::before {
  opacity: 0.38;
}

.premium-theme .hero-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 1rem;
  max-width: 540px;
}

.premium-theme .hero-actions .btn,
.premium-theme .hero-actions .btn.btn-large {
  align-items: center;
  aspect-ratio: auto !important;
  display: inline-flex;
  flex: 0 1 260px;
  height: auto !important;
  justify-content: center;
  min-height: 52px !important;
  min-width: 0;
  padding: 0 24px;
  width: auto;
}

.premium-theme .hero-actions .btn svg {
  flex: 0 0 18px;
  height: 18px;
  width: 18px;
}

.premium-theme .hero-actions .btn-primary {
  background: var(--brand-orange);
  color: #fff;
}

@media (max-width: 720px) {
  .premium-theme .hero {
    padding: 22px 0 34px;
  }

  .premium-theme .hero-copy {
    background:
      linear-gradient(145deg, rgba(255, 255, 255, 0.94), rgba(255, 255, 255, 0.78)),
      radial-gradient(circle at 88% 0%, rgba(255, 106, 0, 0.1), transparent 17rem);
    border-radius: 22px;
    box-shadow: var(--shadow-soft);
    padding: 22px 18px !important;
  }

  [data-theme="dark"] .premium-theme .hero-copy {
    background:
      linear-gradient(145deg, rgba(17, 23, 25, 0.94), rgba(17, 23, 25, 0.82)),
      radial-gradient(circle at 88% 0%, rgba(255, 106, 0, 0.16), transparent 17rem);
  }

  .premium-theme .hero-copy::before {
    display: none;
  }

  .premium-theme .hero-copy h1 {
    color: var(--text-primary);
    font-size: clamp(2.1rem, 10vw, 2.85rem);
    line-height: 0.96;
    max-width: 100%;
  }

  .premium-theme .hero-text {
    color: var(--text-secondary);
    font-size: 1rem;
    line-height: 1.55;
    margin: 0.85rem 0 0;
  }

  .premium-theme .hero-actions {
    align-items: stretch;
    flex-direction: column;
    gap: 10px;
    margin-top: 1rem;
    max-width: none;
    width: 100%;
  }

  .premium-theme .hero-actions .btn,
  .premium-theme .hero-actions .btn.btn-large {
    flex: none !important;
    min-height: 52px !important;
    padding: 0 18px;
    width: 100% !important;
  }

  .premium-theme .hero-actions .btn-outline {
    background: rgba(255, 255, 255, 0.58);
  }

  [data-theme="dark"] .premium-theme .hero-actions .btn-outline {
    background: rgba(255, 255, 255, 0.06);
  }

  .premium-theme .premium-price-note {
    margin-top: 16px;
  }

  .premium-theme .hero-trust-signals {
    gap: 8px;
    margin-top: 12px;
  }

  .premium-theme .hero-trust-signals span {
    font-size: 0.84rem;
    padding: 7px 10px;
  }

  .premium-theme .hero-product-snapshot {
    display: none !important;
  }
}

/* Premium theme21 stabilization: use the shared light/dark rhythm without old dark overlays. */
.premium-theme {
  background: var(--page-bg) !important;
  color: var(--text-primary) !important;
}

.premium-theme main,
.premium-theme .section-dark {
  background: var(--page-bg) !important;
  color: var(--text-primary) !important;
}

.premium-theme :is(h1, h2, h3, p, li, a, span, strong) {
  max-width: 100%;
}

.premium-theme :is(p, li, a, span, strong) {
  overflow-wrap: break-word;
}

.premium-theme .hero {
  background: transparent !important;
  color: var(--text-primary) !important;
  padding: clamp(104px, 10vw, 142px) 0 clamp(52px, 7vw, 84px) !important;
}

.premium-theme .hero-copy {
  background:
    linear-gradient(135deg, color-mix(in srgb, var(--surface) 94%, white 6%), color-mix(in srgb, var(--surface-soft) 88%, transparent 12%)),
    radial-gradient(circle at 92% 12%, rgba(255, 106, 0, 0.08), transparent 30rem) !important;
  border: 1px solid var(--border) !important;
  border-radius: 26px !important;
  box-shadow: var(--shadow-soft) !important;
  color: var(--text-primary) !important;
  display: block !important;
  margin-inline: auto !important;
  max-width: 1180px !important;
  min-height: 0 !important;
  overflow: hidden !important;
  padding: clamp(32px, 4.5vw, 56px) !important;
  width: 100% !important;
}

[data-theme="dark"] .premium-theme .hero-copy {
  background:
    linear-gradient(135deg, color-mix(in srgb, var(--surface) 92%, black 8%), color-mix(in srgb, var(--surface-soft) 86%, transparent 14%)),
    radial-gradient(circle at 92% 12%, rgba(255, 106, 0, 0.14), transparent 30rem) !important;
}

.premium-theme .hero-copy h1 {
  color: var(--text-primary) !important;
  max-width: 880px !important;
  overflow-wrap: normal !important;
  word-break: normal !important;
}

.premium-theme .hero-copy h1 span {
  color: var(--brand-orange) !important;
}

.premium-theme .hero-text {
  color: var(--text-secondary) !important;
  max-width: 660px !important;
}

.premium-theme .hero-actions {
  align-items: center !important;
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 12px !important;
  margin-top: 1.35rem !important;
  max-width: 560px !important;
}

.premium-theme .hero-actions .btn,
.premium-theme .hero-actions .btn.btn-large {
  align-items: center !important;
  aspect-ratio: auto !important;
  display: inline-flex !important;
  flex: 1 1 240px !important;
  height: auto !important;
  justify-content: center !important;
  min-height: 52px !important;
  min-width: 0 !important;
  padding: 0 24px !important;
  width: auto !important;
}

.premium-theme .premium-price-note {
  background: color-mix(in srgb, var(--surface) 82%, var(--brand-orange) 6%) !important;
  border: 1px solid color-mix(in srgb, var(--brand-orange) 36%, var(--border) 64%) !important;
  border-radius: 20px !important;
  box-shadow: none !important;
  color: var(--text-primary) !important;
  margin-top: 1.35rem !important;
  max-width: 720px !important;
}

.premium-theme .hero-trust-signals span {
  background: var(--surface-soft) !important;
  border: 1px solid var(--border) !important;
  color: var(--text-primary) !important;
}

.premium-theme .hero-trust-signals span::before {
  color: var(--brand-orange) !important;
}

@media (max-width: 720px) {
  .premium-theme {
    overflow-x: hidden !important;
  }

  .premium-theme main {
    overflow: hidden !important;
  }

  .premium-theme .container {
    max-width: 100% !important;
    width: min(100% - 28px, 1180px) !important;
  }

  .premium-theme .hero {
    padding: 90px 0 38px !important;
  }

  .premium-theme .hero-copy {
    background:
      linear-gradient(145deg, color-mix(in srgb, var(--surface) 94%, white 6%), color-mix(in srgb, var(--surface-soft) 86%, transparent 14%)) !important;
    border-radius: 22px !important;
    box-shadow: var(--shadow-soft) !important;
    padding: 20px 18px !important;
  }

  [data-theme="dark"] .premium-theme .hero-copy {
    background:
      linear-gradient(145deg, color-mix(in srgb, var(--surface) 92%, black 8%), color-mix(in srgb, var(--surface-soft) 84%, transparent 16%)) !important;
  }

  .premium-theme .hero-copy::before {
    display: none !important;
  }

  .premium-theme .hero-copy h1 {
    font-size: clamp(2rem, 9vw, 2.55rem) !important;
    line-height: 1.03 !important;
    max-width: 100% !important;
  }

  .premium-theme .hero-text {
    color: var(--text-secondary) !important;
    font-size: 1rem !important;
    line-height: 1.55 !important;
    margin: 1rem 0 0 !important;
    max-width: 100% !important;
  }

  .premium-theme .hero-actions {
    align-items: stretch !important;
    flex-direction: column !important;
    gap: 10px !important;
    margin-top: 1.15rem !important;
    max-width: 100% !important;
    width: 100% !important;
  }

  .premium-theme .hero-actions .btn,
  .premium-theme .hero-actions .btn.btn-large {
    flex: none !important;
    min-height: 52px !important;
    padding: 0 16px !important;
    width: 100% !important;
  }

  .premium-theme .hero-actions .btn-outline {
    background: transparent !important;
    border-color: transparent !important;
    box-shadow: none !important;
    color: var(--text-primary) !important;
    min-height: 34px !important;
    padding: 6px 0 !important;
    text-decoration: underline;
    text-decoration-color: color-mix(in srgb, var(--brand-orange) 70%, transparent 30%);
    text-underline-offset: 4px;
  }

  .premium-theme .premium-price-note {
    display: block !important;
    margin-top: 16px !important;
    max-width: 100% !important;
    padding: 14px 15px !important;
  }

  .premium-theme .premium-price-note strong {
    font-size: clamp(1.35rem, 7vw, 1.75rem) !important;
    line-height: 1.05 !important;
    white-space: normal !important;
  }

  .premium-theme .premium-price-note p {
    font-size: 0.92rem !important;
    line-height: 1.45 !important;
    margin-top: 8px !important;
  }

  .premium-theme .hero-trust-signals {
    display: none !important;
  }

  .premium-theme .hero-product-snapshot {
    display: none !important;
  }

  .premium-theme :is(.who-heading, .business-heading, .why-heading, .journey-heading, .proof-heading, .community-heading, .section-heading, .section-intro, .glass-heading, .proof-panel, .community-panel, .final-conversion-card, .final-panel) {
    border-radius: 22px !important;
    margin-bottom: 16px !important;
    overflow: hidden !important;
    padding: 22px 18px !important;
  }

  .premium-theme :is(.who-heading, .business-heading, .why-heading, .journey-heading, .proof-heading, .community-heading, .section-heading, .section-intro, .glass-heading, .proof-panel, .community-panel, .final-conversion-card, .final-panel) h2 {
    font-size: clamp(1.68rem, 8vw, 2.18rem) !important;
    line-height: 1.06 !important;
    max-width: 100% !important;
    overflow-wrap: normal !important;
    word-break: normal !important;
  }

  .premium-theme :is(.who-heading, .business-heading, .why-heading, .journey-heading, .proof-heading, .community-heading, .section-heading, .section-intro, .glass-heading, .proof-panel, .community-panel, .final-conversion-card, .final-panel) p:not(.eyebrow) {
    font-size: 0.98rem !important;
    line-height: 1.52 !important;
    max-width: 100% !important;
  }

  .premium-theme :is(.who-grid, .business-grid, .why-grid, .journey-grid, .proof-grid, .community-grid, .pricing-grid, .faq-layout) {
    grid-template-columns: 1fr !important;
    gap: 16px !important;
    width: 100% !important;
  }

  .premium-theme :is(.who-card, .business-card, .why-card, .journey-card, .proof-card, .community-card, .price-card, .faq-list details) {
    border-radius: 20px !important;
    min-height: 0 !important;
    overflow: hidden !important;
    padding: 18px !important;
  }

  .premium-theme h3 {
    font-size: clamp(1.28rem, 6.5vw, 1.65rem) !important;
    line-height: 1.12 !important;
    overflow-wrap: normal !important;
    word-break: normal !important;
  }
}
