:root {
  color-scheme: dark;
  --bg: #070b0e;
  --bg-soft: #0b1115;
  --bg-card: rgba(15, 23, 28, 0.82);
  --bg-card-strong: rgba(17, 27, 33, 0.94);
  --line: rgba(255, 255, 255, 0.12);
  --line-strong: rgba(255, 111, 15, 0.42);
  --text: #f6f7f9;
  --muted: #aab4bd;
  --muted-strong: #d5d9de;
  --orange: #ff6a13;
  --orange-2: #ff8a2a;
  --green: #3fc65c;
  --shadow: 0 22px 70px rgba(0, 0, 0, 0.38);
  --radius: 8px;
  --container: 1180px;
}


* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  text-size-adjust: 100%;
  max-width: 100%;
  overflow-x: clip;
}

body {
  margin: 0;
  min-width: 320px;
  max-width: 100%;
  overflow-x: clip;
  background:
    radial-gradient(circle at 82% 4%, rgba(255, 106, 19, 0.18), transparent 30rem),
    radial-gradient(circle at 12% 24%, rgba(255, 106, 19, 0.08), transparent 24rem),
    linear-gradient(180deg, #06090c 0%, #0a1014 42%, #06090c 100%);
  color: var(--text);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  line-height: 1.55;
  letter-spacing: 0;
}

body.nav-open {
  overflow: auto;
  touch-action: auto;
}

body.modal-open {
  overflow: hidden;
}

main,
section,
header,
footer,
.container,
.header-inner,
.hero-grid,
.split,
.footer-grid,
.feature-card,
.audience-panel,
.price-card,
.verify-card,
.data-panel,
.steps-grid article,
.advantage-grid article,
.faq-list details,
.seo-prose,
.legal-card,
.cta-panel,
.final-cta-box {
  min-width: 0;
}

@supports not (overflow: clip) {
  html,
  body {
    overflow-x: hidden;
  }
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -2;
  content: "";
  pointer-events: none;
  background:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
  background-size: 54px 54px;
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.8), transparent 78%);
}

body::after {
  position: fixed;
  inset: 0;
  z-index: -1;
  content: "";
  pointer-events: none;
  background:
    linear-gradient(115deg, transparent 0 46%, rgba(255, 106, 19, 0.08) 46% 46.3%, transparent 46.3%),
    linear-gradient(150deg, transparent 0 62%, rgba(255, 106, 19, 0.05) 62% 62.2%, transparent 62.2%),
    radial-gradient(circle at 50% 0, transparent, rgba(0, 0, 0, 0.38) 68%);
}

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

a {
  color: inherit;
  text-decoration: none;
}

p,
h1,
h2,
h3 {
  margin-top: 0;
  overflow-wrap: break-word;
}

p {
  color: var(--muted-strong);
}

button,
input,
select,
textarea,
summary {
  font: inherit;
}

input,
select,
textarea {
  max-width: 100%;
  font-size: 16px;
}

.container {
  width: min(100% - 40px, var(--container));
  margin-inline: auto;
}

.skip-link {
  position: absolute;
  left: 16px;
  top: 12px;
  z-index: 1000;
  padding: 10px 14px;
  transform: translateY(-150%);
  border-radius: var(--radius);
  background: var(--orange);
  color: #fff;
  font-weight: 800;
  transition: transform 0.2s ease;
}

.skip-link:focus {
  transform: translateY(0);
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

.site-header {
  position: sticky;
  top: env(safe-area-inset-top, 0);
  z-index: 50;
  max-width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  background:
    radial-gradient(circle at 10% 0%, rgba(255, 255, 255, 0.13), transparent 18rem),
    radial-gradient(circle at 82% 0%, rgba(255, 106, 19, 0.12), transparent 20rem),
    linear-gradient(135deg, rgba(255, 255, 255, 0.095), rgba(255, 255, 255, 0.024)),
    rgba(5, 9, 12, 0.66);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.13),
    inset 0 -1px 0 rgba(255, 255, 255, 0.045),
    0 20px 64px rgba(0, 0, 0, 0.34);
  backdrop-filter: blur(24px) saturate(145%);
}

.gh-mapping-news-banner-wrap {
  position: relative;
  z-index: 20;
  width: 100%;
  overflow: visible;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  background:
    radial-gradient(circle at 12% 0%, rgba(255, 106, 19, 0.1), transparent 22rem),
    linear-gradient(135deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.012)),
    rgba(5, 9, 12, 0.58);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(16px) saturate(135%);
}

.gh-mapping-news-banner {
  display: block;
  width: 100%;
  height: 80px;
  border: 0;
  overflow: hidden;
}

@media (max-width: 640px) {
  .gh-mapping-news-banner {
    height: 90px;
  }
}

@media (max-width: 760px) {
  .home-page .hero {
    padding-top: 18px;
    padding-bottom: 22px;
  }

  .home-page .hero-copy {
    display: flex;
    flex-direction: column;
    padding: 20px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 20px;
    background:
      radial-gradient(circle at 88% 0%, rgba(255, 106, 19, 0.13), transparent 12rem),
      linear-gradient(145deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.018)),
      rgba(7, 12, 16, 0.72);
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.09),
      0 22px 58px rgba(0, 0, 0, 0.28);
    backdrop-filter: blur(18px) saturate(135%);
  }

  .home-page .hero-copy .eyebrow {
    order: 1;
    margin-bottom: 10px;
    font-size: 0.73rem;
  }

  .home-page .hero-copy h1 {
    order: 2;
    margin-bottom: 14px;
    font-size: clamp(2rem, 9.5vw, 2.7rem);
    line-height: 1.02;
  }

  .home-page .hero-text {
    order: 3;
    margin-bottom: 16px;
    font-size: 0.98rem;
    line-height: 1.52;
  }

  .home-page .hero-actions {
    order: 4;
    gap: 9px;
    margin-bottom: 16px;
  }

  .home-page .hero .hero-actions .btn {
    width: 100%;
  }

  .home-page .hero-product-snapshot {
    order: 5;
    margin-top: 0;
  }

  .home-page .hero-trust-signals {
    order: 6;
    gap: 7px;
    margin-top: 14px;
  }

  .home-page .hero-trust-signals span {
    min-height: 28px;
    padding: 5px 9px;
    font-size: 0.76rem;
  }

  .home-page .who-section {
    padding: 22px 0 30px;
  }

  .home-page .who-heading {
    margin-bottom: 12px;
    padding: 16px;
    border-radius: 18px;
  }

  .home-page .who-heading h2 {
    max-width: 100%;
    font-size: clamp(1.28rem, 5.55vw, 1.68rem);
    line-height: 1.08;
  }

  .home-page .who-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .home-page .who-card {
    grid-template-rows: none;
    gap: 13px;
    padding: 17px;
    border-radius: 18px;
  }

  .home-page .who-card h3 {
    width: 80%;
    max-width: 18rem;
    min-height: 0;
    padding: 12px 13px;
    border-radius: 15px;
    font-size: clamp(1rem, 4.45vw, 1.28rem);
    line-height: 1.08;
  }

  .home-page .who-card p {
    min-height: 0;
    font-size: 0.88rem;
    line-height: 1.5;
  }

  .home-page .who-card ul {
    gap: 7px;
    min-height: 0;
  }

  .home-page .who-card li {
    min-height: 27px;
    padding: 5px 8px;
    font-size: 0.72rem;
  }

  .home-page .who-card .btn {
    width: 100%;
    min-height: 45px;
  }

  .home-page .who-visual {
    grid-template-columns: 1fr auto 1fr auto 1fr;
    gap: 6px;
  }

  .home-page .who-visual span {
    min-height: 42px;
    padding: 8px 6px;
    border-radius: 12px;
    font-size: 0.66rem;
  }

  .home-page .who-visual i {
    width: 13px;
  }

  .home-page .help-section {
    padding: 24px 0 34px;
  }

  .home-page .help-heading {
    min-height: 0;
    gap: 7px;
    margin-bottom: 12px;
    padding: 16px;
    border-radius: 18px;
  }

  .home-page .help-heading h2 {
    max-width: 100%;
    font-size: clamp(1.32rem, 5.75vw, 1.78rem);
    line-height: 1.08;
    white-space: normal;
  }

  .home-page .help-heading > p:not(.eyebrow) {
    font-size: 0.88rem;
    line-height: 1.48;
  }

  .home-page .help-mobile-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 44px;
    margin-top: 4px;
    border: 1px solid rgba(255, 106, 19, 0.3);
    border-radius: 14px;
    background:
      radial-gradient(circle at 50% 0%, rgba(255, 106, 19, 0.1), transparent 8rem),
      rgba(255, 255, 255, 0.035);
    color: #fff;
    font-size: 0.88rem;
    font-weight: 900;
    text-align: center;
    text-decoration: none;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
  }

  .home-page .help-grid {
    display: none;
  }

  .home-page .help-panel,
  .home-page .help-panel-feature,
  .home-page .help-panel:nth-child(2),
  .home-page .help-panel:nth-child(3),
  .home-page .help-panel-compact {
    grid-column: auto;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    min-height: 0;
    gap: 12px;
    padding: 14px;
    border-radius: 18px;
    --help-accent: var(--orange);
    --help-accent-soft: rgba(255, 106, 19, 0.08);
    --help-glow: rgba(95, 255, 186, 0.055);
    border-color: rgba(255, 255, 255, 0.13);
    background:
      radial-gradient(circle at 92% 8%, var(--help-glow), transparent 11rem),
      linear-gradient(145deg, rgba(255, 255, 255, 0.065), rgba(255, 255, 255, 0.018)),
      rgba(8, 14, 18, 0.72);
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.075),
      0 14px 34px rgba(0, 0, 0, 0.22);
  }

  .home-page .help-panel:nth-child(2) {
    --help-accent: var(--orange);
    --help-accent-soft: rgba(255, 106, 19, 0.08);
    --help-glow: rgba(95, 255, 186, 0.055);
  }

  .home-page .help-panel:nth-child(3) {
    --help-accent: var(--orange);
    --help-accent-soft: rgba(255, 106, 19, 0.08);
    --help-glow: rgba(95, 255, 186, 0.055);
  }

  .home-page .help-panel:nth-child(4) {
    --help-accent: var(--orange);
    --help-accent-soft: rgba(255, 106, 19, 0.08);
    --help-glow: rgba(95, 255, 186, 0.055);
  }

  .home-page .help-panel:nth-child(5) {
    --help-accent: var(--orange);
    --help-accent-soft: rgba(255, 106, 19, 0.08);
    --help-glow: rgba(95, 255, 186, 0.055);
  }

  .home-page .help-panel:nth-child(6) {
    --help-accent: var(--orange);
    --help-accent-soft: rgba(255, 106, 19, 0.08);
    --help-glow: rgba(95, 255, 186, 0.055);
  }

  .home-page .help-panel::before {
    position: absolute;
    top: 16px;
    right: 16px;
    display: grid;
    width: 28px;
    height: 28px;
    place-items: center;
    border: 1px solid color-mix(in srgb, var(--help-accent) 70%, transparent);
    border-radius: 9px;
    background: rgba(255, 106, 19, 0.07);
    color: var(--help-accent);
    font-size: 0.68rem;
    font-weight: 950;
    line-height: 1;
    content: "01";
    pointer-events: none;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
  }

  .home-page .help-panel:nth-child(2)::before {
    content: "02";
  }

  .home-page .help-panel:nth-child(3)::before {
    content: "03";
  }

  .home-page .help-panel:nth-child(4)::before {
    content: "04";
  }

  .home-page .help-panel:nth-child(5)::before {
    content: "05";
  }

  .home-page .help-panel:nth-child(6)::before {
    content: "06";
  }

  .home-page .help-grid.is-accordion-ready .help-panel:not(.is-open) {
    gap: 12px;
    min-height: 0;
    padding: 14px;
  }

  .home-page .help-grid.is-accordion-ready .help-panel:not(.is-open) > div:not(.help-illustration),
  .home-page .help-grid.is-accordion-ready .help-panel:not(.is-open) > a {
    display: grid;
  }

  .home-page .help-grid.is-accordion-ready .help-panel:not(.is-open) > a {
    display: inline-flex;
  }

  .home-page .help-panel h3 {
    font-size: clamp(1rem, 4.35vw, 1.25rem);
    line-height: 1.12;
    text-align: center;
  }

  .home-page .help-panel p {
    display: none;
  }

  .home-page .help-panel > div:not(.help-illustration) {
    gap: 10px;
    justify-items: center;
    padding: 4px 6px 2px;
    text-align: center;
  }

  .home-page .help-panel > a {
    width: 100%;
    justify-content: center;
    min-height: 42px;
    margin-top: 2px;
  }

  .home-page .help-illustration {
    min-height: 0;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
    padding: 2px 42px 0 0;
    margin-bottom: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    cursor: default;
    box-shadow: none;
  }

  .home-page .help-illustration strong {
    color: rgba(255, 255, 255, 0.86);
    font-size: 0.72rem;
    line-height: 1.12;
    text-align: left;
    letter-spacing: 0.01em;
  }

  .home-page .help-grid.is-accordion-ready .help-panel:not(.is-open) .help-illustration {
    min-height: 0;
    margin: 0;
  }

  .home-page .help-grid.is-accordion-ready .help-panel.is-open {
    border-color: rgba(255, 106, 19, 0.22);
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.08),
      0 14px 34px rgba(0, 0, 0, 0.22);
  }

  .home-page .help-illustration span,
  .home-page .help-illustration em {
    font-size: 0.64rem;
  }

  .home-page .why-section {
    padding: 26px 0 38px;
  }

  .home-page .why-heading {
    min-height: 0;
    gap: 7px;
    margin-bottom: 12px;
    padding: 16px;
    border-radius: 18px;
  }

  .home-page .why-heading h2 {
    max-width: 100%;
    font-size: clamp(1.35rem, 6vw, 1.9rem);
    line-height: 1.08;
  }

  .home-page .why-heading > p:not(.eyebrow) {
    display: none;
  }

  .home-page .why-mobile-list {
    display: grid;
    gap: 8px;
    margin: 6px 0 0;
    padding: 0;
    list-style: none;
    counter-reset: why-mobile;
  }

  .home-page .why-mobile-list li {
    display: grid;
    grid-template-columns: 24px 1fr;
    gap: 4px 9px;
    align-items: center;
    min-height: 58px;
    padding: 10px 11px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 14px;
    background:
      radial-gradient(circle at 92% 0%, rgba(95, 255, 186, 0.045), transparent 8rem),
      rgba(255, 255, 255, 0.025);
    color: rgba(246, 247, 249, 0.92);
    font-size: 0.88rem;
    font-weight: 850;
    line-height: 1.22;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.045);
    counter-increment: why-mobile;
  }

  .home-page .why-mobile-list li::before {
    grid-row: 1 / span 2;
    display: grid;
    width: 22px;
    height: 22px;
    place-items: center;
    border: 1px solid rgba(255, 106, 19, 0.26);
    border-radius: 9px;
    background: rgba(255, 106, 19, 0.06);
    color: var(--orange);
    font-size: 0.72rem;
    font-weight: 950;
    content: counter(why-mobile);
  }

  .home-page .why-mobile-list span {
    display: block;
    grid-column: 2;
    color: rgba(236, 241, 245, 0.68);
    font-size: 0.72rem;
    font-weight: 950;
    line-height: 1.05;
    text-transform: uppercase;
  }

  .home-page .why-grid,
  .home-page .why-note {
    display: none;
  }

  .home-page .journey-section {
    padding: 26px 0 38px;
  }

  .home-page .journey-heading {
    min-height: 0;
    gap: 7px;
    margin-bottom: 12px;
    padding: 16px;
    border-radius: 18px;
  }

  .home-page .journey-heading h2 {
    max-width: 100%;
    font-size: clamp(1.35rem, 6vw, 1.9rem);
    line-height: 1.08;
  }

  .home-page .journey-heading > p:not(.eyebrow) {
    display: none;
  }

  .home-page .journey-mobile-list {
    display: grid;
    gap: 8px;
    margin: 6px 0 0;
    padding: 0;
    list-style: none;
    counter-reset: journey-mobile;
  }

  .home-page .journey-mobile-list li {
    display: grid;
    grid-template-columns: 24px 1fr;
    gap: 9px;
    align-items: center;
    min-height: 48px;
    padding: 10px 12px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 14px;
    background:
      radial-gradient(circle at 92% 0%, rgba(95, 255, 186, 0.045), transparent 8rem),
      rgba(255, 255, 255, 0.024);
    color: rgba(246, 247, 249, 0.92);
    font-size: 0.88rem;
    font-weight: 850;
    line-height: 1.18;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.045);
    counter-increment: journey-mobile;
  }

  .home-page .journey-mobile-list li::before {
    display: grid;
    width: 22px;
    height: 22px;
    place-items: center;
    border: 1px solid rgba(255, 106, 19, 0.26);
    border-radius: 9px;
    background: rgba(255, 106, 19, 0.06);
    color: var(--orange);
    font-size: 0.72rem;
    font-weight: 950;
    content: counter(journey-mobile);
  }

  .home-page .journey-grid,
  .home-page .journey-note,
  .home-page .journey-action {
    display: none;
  }

  .home-page .proof-section {
    padding: 28px 0 42px;
  }

  .home-page .proof-heading {
    min-height: 0;
    gap: 7px;
    margin-bottom: 12px;
    padding: 16px;
    border-radius: 18px;
  }

  .home-page .proof-heading h2 {
    max-width: 100%;
    font-size: clamp(1.35rem, 6vw, 1.85rem);
    line-height: 1.08;
  }

  .home-page .proof-heading > p:not(.eyebrow) {
    font-size: 0.88rem;
    line-height: 1.46;
  }

  .home-page .proof-mobile-list {
    display: grid;
    gap: 9px;
    margin: 6px 0 0;
    padding: 0;
    list-style: none;
  }

  .home-page .proof-mobile-list li {
    display: grid;
    grid-template-columns: 24px 1fr;
    align-items: start;
    gap: 9px;
    color: rgba(246, 247, 249, 0.9);
    font-size: 0.88rem;
    font-weight: 850;
    line-height: 1.25;
  }

  .home-page .proof-mobile-list li::before {
    display: grid;
    width: 22px;
    height: 22px;
    place-items: center;
    border: 1px solid rgba(255, 106, 19, 0.32);
    border-radius: 50%;
    background: rgba(255, 106, 19, 0.08);
    color: var(--orange);
    font-size: 0.76rem;
    font-weight: 950;
    content: "✓";
  }

  .home-page .proof-grid {
    display: none;
  }

  .home-page .proof-partner-strip,
  .home-page .proof-note,
  .home-page .proof-action {
    display: none;
  }

  .home-page .business-section {
    padding: 28px 0 44px;
  }

  .home-page .business-heading {
    gap: 7px;
    margin-bottom: 12px;
    padding: 16px;
    border-radius: 18px;
  }

  .home-page .business-heading h2 {
    max-width: 100%;
    font-size: clamp(1.34rem, 5.9vw, 1.86rem);
    line-height: 1.08;
  }

  .home-page .business-heading > p:not(.eyebrow) {
    font-size: 0.88rem;
    line-height: 1.46;
  }

  .home-page .business-mobile-list {
    display: grid;
    gap: 8px;
    margin: 6px 0 0;
    padding: 0;
    list-style: none;
  }

  .home-page .business-mobile-list li {
    display: grid;
    grid-template-columns: 22px 1fr;
    gap: 4px 9px;
    align-items: start;
    min-height: 58px;
    padding: 10px 11px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 14px;
    background:
      radial-gradient(circle at 92% 0%, rgba(95, 255, 186, 0.045), transparent 8rem),
      rgba(255, 255, 255, 0.025);
    color: rgba(246, 247, 249, 0.9);
    font-size: 0.88rem;
    font-weight: 850;
    line-height: 1.25;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.045);
  }

  .home-page .business-mobile-list li::before {
    grid-row: 1 / span 2;
    display: grid;
    width: 20px;
    height: 20px;
    margin-top: 2px;
    place-items: center;
    border: 1px solid rgba(255, 106, 19, 0.24);
    border-radius: 50%;
    background: rgba(255, 106, 19, 0.055);
    color: var(--orange);
    font-size: 0.7rem;
    font-weight: 950;
    content: "✓";
  }

  .home-page .business-mobile-list span {
    display: block;
    grid-column: 2;
    color: rgba(236, 241, 245, 0.68);
    font-size: 0.72rem;
    font-weight: 950;
    line-height: 1.05;
    text-transform: uppercase;
  }

  .home-page .business-grid {
    display: none;
  }

  .home-page .business-summary-grid,
  .home-page .business-heading-cta {
    display: none;
  }

  .home-page .business-action .btn {
    width: 100%;
    justify-content: center;
  }

  .home-page .community-section {
    padding: 28px 0 44px;
  }

  .home-page .community-heading {
    gap: 7px;
    margin-bottom: 12px;
    padding: 16px;
    border-radius: 18px;
  }

  .home-page .community-heading h2 {
    max-width: 100%;
    font-size: clamp(1.34rem, 5.9vw, 1.86rem);
    line-height: 1.08;
  }

  .home-page .community-heading > p:not(.eyebrow) {
    font-size: 0.88rem;
    line-height: 1.46;
  }

  .home-page .community-mobile-list {
    display: grid;
    gap: 8px;
    margin: 6px 0 0;
    padding: 0;
    list-style: none;
  }

  .home-page .community-mobile-list li {
    display: grid;
    grid-template-columns: 22px 1fr;
    gap: 4px 9px;
    align-items: start;
    min-height: 58px;
    padding: 10px 11px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 14px;
    background:
      radial-gradient(circle at 92% 0%, rgba(95, 255, 186, 0.045), transparent 8rem),
      rgba(255, 255, 255, 0.025);
    color: rgba(246, 247, 249, 0.9);
    font-size: 0.88rem;
    font-weight: 850;
    line-height: 1.25;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.045);
  }

  .home-page .community-mobile-list li::before {
    grid-row: 1 / span 2;
    display: grid;
    width: 20px;
    height: 20px;
    margin-top: 2px;
    place-items: center;
    border: 1px solid rgba(255, 106, 19, 0.24);
    border-radius: 50%;
    background: rgba(255, 106, 19, 0.055);
    color: var(--orange);
    font-size: 0.72rem;
    font-weight: 950;
    content: "!";
  }

  .home-page .community-mobile-list span {
    display: block;
    grid-column: 2;
    color: rgba(236, 241, 245, 0.68);
    font-size: 0.72rem;
    font-weight: 950;
    line-height: 1.05;
    text-transform: uppercase;
  }

  .home-page .community-grid,
  .home-page .community-note,
  .home-page .community-action {
    display: none;
  }

  .home-page .final-conversion-section {
    padding: 28px 0 44px;
  }

  .home-page .final-conversion-card {
    gap: 12px;
    padding: 20px 16px;
    border-radius: 20px;
  }

  .home-page .final-conversion-card h2 {
    max-width: 15ch;
    font-size: clamp(1.42rem, 7vw, 2rem);
    line-height: 1.04;
  }

  .home-page .final-conversion-card > p:not(.eyebrow) {
    max-width: 31ch;
    margin-bottom: 4px;
    font-size: 0.9rem;
    line-height: 1.46;
  }

  .home-page .final-conversion-card > .btn {
    width: 100%;
    min-height: 52px;
  }

  .home-page .final-expert-link {
    display: grid;
    gap: 5px;
    font-size: 0.86rem;
  }

  .home-page .final-conversion-card > strong {
    font-size: 0.9rem;
  }

  .snapshot-bar {
    min-height: 32px;
    padding-inline: 11px;
  }

  .snapshot-grid {
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    padding: 10px;
  }

  .snapshot-grid article {
    min-height: 92px;
    padding: 11px;
    border-radius: 12px;
  }

  .snapshot-grid small {
    min-width: 24px;
    min-height: 22px;
    margin-bottom: 8px;
    padding: 3px 6px;
    font-size: 0.62rem;
  }

  .snapshot-grid strong {
    font-size: 0.84rem;
  }

  .snapshot-grid p {
    font-size: 0.72rem;
    line-height: 1.32;
  }
}

.header-inner {
  display: grid;
  grid-template-columns: auto 1fr auto auto;
  align-items: center;
  gap: 18px;
  min-height: 78px;
}

.brand {
  display: inline-flex;
  align-items: center;
  width: clamp(172px, 18vw, 224px);
  flex: 0 0 auto;
}

.footer-brand {
  width: clamp(168px, 18vw, 196px);
}

.site-nav {
  display: none;
  align-items: center;
  justify-content: center;
  gap: clamp(16px, 1.8vw, 26px);
  color: #eef1f4;
  font-size: 0.88rem;
  font-weight: 700;
}

.site-nav a {
  position: relative;
  padding-block: 8px;
  white-space: nowrap;
}

.site-nav a::after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  content: "";
  transform: scaleX(0);
  transform-origin: left;
  background: var(--orange);
  transition: transform 0.18s ease;
}

.site-nav a:hover::after,
.site-nav a:focus-visible::after {
  transform: scaleX(1);
}

.header-actions,
.hero-actions {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.center-actions {
  justify-content: center;
  margin-top: 24px;
}

.header-actions {
  justify-self: end;
}

.site-header:not(.is-open) .header-actions .btn-ghost {
  display: none;
}

.header-actions .btn-lang {
  order: 1;
}

.header-actions .btn-primary {
  order: 2;
}

.header-actions .btn-ghost {
  order: 3;
}

.conversion-strip {
  position: relative;
  padding-block: 20px;
  border-block: 1px solid rgba(255, 255, 255, 0.065);
  background:
    linear-gradient(90deg, rgba(255, 106, 19, 0.09), transparent 24%),
    linear-gradient(180deg, rgba(10, 16, 20, 0.96), rgba(8, 13, 17, 0.96));
}

.conversion-strip::before {
  position: absolute;
  inset: 0 auto 0 0;
  width: 3px;
  content: "";
  background: rgba(255, 106, 19, 0.62);
}

.conversion-strip .container {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 18px;
}

.conversion-strip p {
  margin: 0;
  color: var(--muted-strong);
  font-size: 0.98rem;
}

.conversion-strip strong {
  display: block;
  margin-bottom: 4px;
  color: var(--text);
  font-size: 1.08rem;
}

.tuningfiles-page .conversion-strip,
.stage-page .conversion-strip,
.chiptuner-page .conversion-strip {
  background:
    linear-gradient(90deg, rgba(255, 106, 19, 0.08), transparent 26%),
    linear-gradient(180deg, rgba(11, 17, 21, 0.96), rgba(7, 12, 15, 0.96));
}

.provider-page .conversion-strip {
  border-color: rgba(255, 106, 19, 0.13);
  background:
    linear-gradient(90deg, rgba(255, 106, 19, 0.13), transparent 22%),
    linear-gradient(180deg, rgba(15, 21, 22, 0.96), rgba(9, 14, 17, 0.96));
}

.tool-page .conversion-strip,
.tools-hub-page .conversion-strip,
.online-tool-page .conversion-strip,
.log-tool-page .conversion-strip {
  border-color: rgba(96, 139, 163, 0.18);
  background:
    linear-gradient(90deg, rgba(96, 139, 163, 0.12), transparent 28%),
    linear-gradient(180deg, rgba(8, 15, 19, 0.98), rgba(5, 10, 13, 0.98));
}

.tool-page .conversion-strip::before,
.tools-hub-page .conversion-strip::before,
.online-tool-page .conversion-strip::before,
.log-tool-page .conversion-strip::before {
  background: rgba(96, 139, 163, 0.72);
}

.conversion-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  flex-wrap: wrap;
}

@media (min-width: 1181px) {
  .header-actions .btn-primary {
    min-height: 42px;
    padding-inline: 16px;
    font-size: 0.84rem;
    white-space: nowrap;
  }
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  min-width: 0;
  min-height: 46px;
  padding: 0 20px;
  border: 1px solid transparent;
  border-radius: var(--radius);
  color: #fff;
  font-size: 0.92rem;
  font-weight: 850;
  line-height: 1.1;
  text-align: center;
  white-space: normal;
  overflow-wrap: anywhere;
  word-break: normal;
  hyphens: auto;
  cursor: pointer;
  transition: transform 0.18s ease, border-color 0.18s ease, background 0.18s ease, box-shadow 0.18s ease;
}

.btn svg {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
  margin-right: 10px;
  fill: currentColor;
}

.btn:hover,
.btn:focus-visible {
  transform: translateY(-1px);
}

.btn-primary {
  background: linear-gradient(135deg, var(--orange), #ff7b17 52%, var(--orange-2));
  box-shadow: 0 12px 28px rgba(255, 106, 19, 0.26);
}

.btn-primary:hover,
.btn-primary:focus-visible {
  box-shadow: 0 16px 36px rgba(255, 106, 19, 0.34);
}

.btn-ghost,
.btn-outline {
  border-color: var(--line);
  background: rgba(255, 255, 255, 0.03);
}

.btn-outline:hover,
.btn-ghost:hover,
.btn-outline:focus-visible,
.btn-ghost:focus-visible {
  border-color: rgba(255, 106, 19, 0.55);
  background: rgba(255, 106, 19, 0.08);
}

.btn-large {
  min-height: 50px;
  padding-inline: 24px;
}

.btn-lang {
  min-width: 48px;
  min-height: 38px;
  padding: 0 12px;
  border-color: rgba(255, 106, 19, 0.42);
  background: rgba(255, 106, 19, 0.08);
  color: var(--orange);
  font-size: 0.78rem;
  letter-spacing: 0.04em;
  white-space: nowrap;
}

.btn-lang:hover,
.btn-lang:focus-visible {
  border-color: rgba(255, 106, 19, 0.78);
  background: rgba(255, 106, 19, 0.14);
  color: #fff;
}

.nav-toggle {
  display: block;
  justify-self: end;
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.04);
  color: #fff;
}

.nav-toggle span:not(.sr-only) {
  display: block;
  width: 19px;
  height: 2px;
  margin: 4px auto;
  background: currentColor;
}

.site-header.is-open .site-nav,
.site-header.is-open .header-actions {
  display: flex;
  grid-column: 1 / -1;
  justify-content: flex-start;
  width: 100%;
}

.site-header.is-open .site-nav {
  align-items: stretch;
  flex-direction: column;
  gap: 8px;
  padding: 14px 0 0;
}

.site-header.is-open .site-nav a {
  padding: 12px 14px;
  border: 1px solid rgba(255, 255, 255, 0.095);
  border-radius: 14px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.02)),
    rgba(13, 19, 23, 0.74);
}

.site-header.is-open .site-nav a:nth-child(n) {
  display: block;
}

.site-header.is-open .header-actions {
  align-items: stretch;
  gap: 10px;
  padding: 4px 0 18px;
}

.site-header.is-open .header-actions .btn {
  min-height: 46px;
}

.section {
  padding: clamp(64px, 7vw, 112px) 0;
}

@supports (content-visibility: auto) {
  main > .section:not(.hero) {
    content-visibility: auto;
    contain-intrinsic-size: auto 720px;
  }
}

.section-dark {
  border-bottom: 1px solid var(--line);
}

.section-band {
  border-block: 1px solid rgba(255, 255, 255, 0.08);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.025), rgba(255, 255, 255, 0.01)),
    rgba(4, 9, 12, 0.36);
}

.hero {
  padding-top: clamp(32px, 4.5vw, 72px);
  padding-bottom: clamp(36px, 4.8vw, 64px);
  overflow: hidden;
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  align-items: center;
  justify-content: stretch;
  gap: 0;
}

.eyebrow {
  margin-bottom: 14px;
  color: var(--orange);
  font-size: 0.86rem;
  font-weight: 900;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.eyebrow + h1,
.eyebrow + h2,
.eyebrow + h3,
.plan + h2,
.plan + h3,
.premium-tag + h2,
.premium-tag + h3 {
  margin-top: 12px;
}

h1,
h2,
h3 {
  color: var(--text);
  line-height: 1.06;
  letter-spacing: 0;
}

h1 {
  max-width: 730px;
  margin-bottom: 22px;
  font-size: clamp(2.45rem, 4.35vw, 4.3rem);
  font-weight: 950;
}

.home-page h1,
.tuningfiles-page h1,
.chiptuner-page h1,
.provider-page h1,
.stage-page h1,
.partners-page h1,
.legal-hero h1 {
  max-width: 640px;
  font-size: clamp(1.95rem, 2.85vw, 2.95rem);
  line-height: 1.12;
}

.home-page .hero-text,
.tuningfiles-page .hero-text,
.chiptuner-page .hero-text,
.provider-page .hero-text,
.stage-page .hero-text,
.partners-page .hero-text {
  max-width: 640px;
  font-size: clamp(0.96rem, 1.08vw, 1.08rem);
}

h1 span {
  color: var(--orange);
}

h2 {
  margin-bottom: 18px;
  font-size: clamp(1.55rem, 2.15vw, 2.35rem);
  font-weight: 890;
}

h3 {
  margin-bottom: 10px;
  font-size: clamp(1.02rem, 1.15vw, 1.2rem);
}

.hero-text {
  max-width: 680px;
  margin-bottom: 28px;
  color: #dce2e7;
  font-size: clamp(1rem, 1.4vw, 1.22rem);
}

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

.home-page .hero-copy {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: clamp(22px, 3vw, 34px);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 22px;
  background:
    linear-gradient(90deg, rgba(7, 12, 16, 0.94) 0%, rgba(7, 12, 16, 0.84) 42%, rgba(7, 12, 16, 0.54) 72%, rgba(7, 12, 16, 0.72) 100%),
    linear-gradient(180deg, rgba(7, 12, 16, 0.12), rgba(7, 12, 16, 0.54)),
    radial-gradient(circle at 12% 0%, rgba(255, 255, 255, 0.08), transparent 16rem),
    radial-gradient(circle at 88% 12%, rgba(255, 106, 19, 0.12), transparent 18rem),
    linear-gradient(145deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.018)),
    image-set(
      url("../img/gh-mapping-hero-network.webp") type("image/webp"),
      url("../img/gh-mapping-hero-network.png") type("image/png")
    ) right center / cover no-repeat,
    rgba(7, 12, 16, 0.68);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.1),
    0 28px 80px rgba(0, 0, 0, 0.34);
  backdrop-filter: blur(18px) saturate(135%);
}

body.top-page:not(.home-page) .hero-copy {
  position: relative;
  isolation: isolate;
  padding: clamp(22px, 3vw, 34px);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 22px;
  background:
    radial-gradient(circle at 10% 0%, rgba(255, 255, 255, 0.08), transparent 15rem),
    radial-gradient(circle at 92% 10%, rgba(255, 106, 19, 0.12), transparent 18rem),
    linear-gradient(145deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.018)),
    rgba(7, 12, 16, 0.68);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.1),
    0 28px 80px rgba(0, 0, 0, 0.34);
  backdrop-filter: blur(18px) saturate(135%);
}

body.top-page:not(.home-page) .hero-copy::before {
  content: "";
  position: absolute;
  inset: 1px;
  z-index: -1;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(255, 106, 19, 0.08), transparent 44%);
  pointer-events: none;
}

.hero .hero-copy {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  width: 100%;
  max-width: none;
  padding: clamp(22px, 3vw, 34px);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 22px;
  background:
    linear-gradient(90deg, rgba(7, 12, 16, 0.94) 0%, rgba(7, 12, 16, 0.84) 42%, rgba(7, 12, 16, 0.54) 72%, rgba(7, 12, 16, 0.72) 100%),
    linear-gradient(180deg, rgba(7, 12, 16, 0.12), rgba(7, 12, 16, 0.54)),
    radial-gradient(circle at 12% 0%, rgba(255, 255, 255, 0.08), transparent 16rem),
    radial-gradient(circle at 88% 12%, rgba(255, 106, 19, 0.12), transparent 18rem),
    linear-gradient(145deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.018)),
    image-set(
      url("../img/gh-mapping-hero-network.webp") type("image/webp"),
      url("../img/gh-mapping-hero-network.png") type("image/png")
    ) right center / cover no-repeat,
    rgba(7, 12, 16, 0.68);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.1),
    0 28px 80px rgba(0, 0, 0, 0.34);
  backdrop-filter: blur(18px) saturate(135%);
}

.home-page .hero-copy > * {
  position: relative;
  z-index: 1;
}

.home-page .hero-copy::before {
  position: absolute;
  inset: 0;
  z-index: 0;
  content: "";
  pointer-events: none;
  background:
    image-set(
      url("../img/gh-mapping-hero-network.webp") type("image/webp"),
      url("../img/gh-mapping-hero-network.png") type("image/png")
    ) right center / cover no-repeat;
  opacity: 0.46;
  filter: saturate(1.08) contrast(1.08);
  mask-image: linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, 0.12) 28%, rgba(0, 0, 0, 0.78) 52%, #000 100%);
}

.hero-grid > :not(.hero-copy) {
  display: none !important;
}

.trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 28px;
  max-width: 850px;
  margin-top: 24px;
}

.hero .trust-row {
  gap: 10px;
  max-width: 900px;
}

.trust-row div {
  display: flex;
  align-items: center;
  gap: 10px;
  flex: 1 1 190px;
  min-width: 0;
  color: #f3f5f7;
  font-size: 0.95rem;
  font-weight: 800;
  line-height: 1.2;
  overflow-wrap: anywhere;
  word-break: normal;
  hyphens: none;
}

.hero .trust-row div {
  flex: 0 1 auto;
  min-height: 40px;
  padding: 8px 12px 8px 9px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.02)),
    rgba(12, 18, 22, 0.72);
  box-shadow: 0 12px 34px rgba(0, 0, 0, 0.22);
  color: #f6f8fa;
  font-size: 0.86rem;
}

.trust-row span {
  display: inline-grid;
  place-items: center;
  width: auto;
  min-width: 32px;
  height: 32px;
  padding: 0 8px;
  flex: 0 0 auto;
  border: 1px solid var(--line-strong);
  border-radius: 999px;
  color: var(--orange);
  font-size: 0.78rem;
  white-space: nowrap;
}

.hero .trust-row span {
  width: auto;
  min-width: 26px;
  height: 26px;
  padding: 0 7px;
  background: rgba(255, 106, 19, 0.1);
  font-size: 0.68rem;
}

.home-page .hero .hero-actions {
  align-items: flex-start;
  flex-direction: column;
  gap: 10px;
}

.home-page .hero .hero-actions .btn {
  width: min(100%, 340px);
  min-height: 42px;
  padding-inline: 18px;
}

.home-page .hero .hero-actions .btn svg {
  width: 16px;
  height: 16px;
}

.hero-trust-signals {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  max-width: 760px;
  margin: 18px 0 0;
}

.hero-trust-signals span {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 6px 10px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 999px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.058), rgba(255, 255, 255, 0.016)),
    rgba(8, 14, 18, 0.58);
  color: rgba(246, 248, 250, 0.9);
  font-size: 0.82rem;
  font-weight: 800;
  line-height: 1.15;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.premium-price-note {
  width: min(100%, 580px);
  margin-top: 1rem;
  padding: .95rem 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  border: 1px solid rgba(255, 106, 19, .28);
  border-radius: 18px;
  background:
    linear-gradient(135deg, rgba(255, 106, 19, .14), rgba(18, 52, 44, .18)),
    rgba(12, 18, 21, .68);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .06), 0 18px 42px rgba(0, 0, 0, .22);
  backdrop-filter: blur(16px);
}

.premium-price-note span {
  display: block;
  margin-bottom: .25rem;
  color: var(--orange);
  font-size: .72rem;
  font-weight: 950;
  letter-spacing: .02em;
  text-transform: uppercase;
}

.premium-price-note strong {
  display: block;
  color: #fff;
  font-size: clamp(1.35rem, 2.2vw, 2rem);
  line-height: 1;
}

.premium-price-note p {
  max-width: 290px;
  margin: 0;
  color: rgba(232, 238, 242, .78);
  font-size: .9rem;
  line-height: 1.45;
}

.hero-product-snapshot {
  width: min(100%, 980px);
  margin-top: 20px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 18px;
  background:
    radial-gradient(circle at 86% 8%, rgba(255, 106, 19, 0.14), transparent 17rem),
    linear-gradient(145deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.018)),
    rgba(7, 12, 16, 0.74);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 22px 56px rgba(0, 0, 0, 0.26);
  backdrop-filter: blur(16px) saturate(135%);
}

.snapshot-bar {
  display: flex;
  align-items: center;
  gap: 7px;
  min-height: 38px;
  padding: 0 14px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.035);
}

.snapshot-bar span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(255, 106, 19, 0.85);
}

.snapshot-bar strong {
  margin-left: 6px;
  color: rgba(246, 248, 250, 0.68);
  font-size: 0.76rem;
  font-weight: 800;
}

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

.snapshot-grid article {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-width: 0;
  min-height: 124px;
  padding: 14px;
  text-align: center;
  border: 1px solid rgba(95, 255, 186, 0.16);
  border-radius: 14px;
  background:
    radial-gradient(circle at 50% 10%, rgba(80, 255, 178, 0.12), transparent 6.5rem),
    linear-gradient(145deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.012)),
    rgba(8, 18, 18, 0.72);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.07),
    0 14px 34px rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(12px) saturate(125%);
}

.snapshot-grid small {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 28px;
  min-height: 26px;
  margin-bottom: 18px;
  padding: 4px 7px;
  border: 1px solid rgba(255, 106, 19, 0.58);
  border-radius: 7px;
  background: rgba(255, 106, 19, 0.08);
  color: var(--orange);
  font-size: 0.68rem;
  font-weight: 950;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.snapshot-grid strong {
  display: block;
  color: #fff;
  font-size: 0.88rem;
  line-height: 1.18;
}

.snapshot-grid p {
  margin: 8px 0 0;
  color: rgba(213, 217, 222, 0.82);
  font-size: 0.73rem;
  line-height: 1.35;
}

.hero-decision-card {
  display: flex;
  align-items: center;
  gap: 14px;
  width: min(100%, 760px);
  margin-top: 20px;
  padding: 14px 18px;
  border: 1px solid rgba(255, 106, 19, 0.34);
  border-radius: 18px;
  background:
    radial-gradient(circle at 0% 0%, rgba(255, 106, 19, 0.16), transparent 18rem),
    linear-gradient(135deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.025)),
    rgba(10, 15, 18, 0.64);
  box-shadow:
    0 18px 54px rgba(0, 0, 0, 0.3),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(14px);
}

.hero-decision-icon {
  display: inline-grid;
  place-items: center;
  width: 48px;
  height: 48px;
  flex: 0 0 auto;
  border: 1px solid rgba(255, 106, 19, 0.44);
  border-radius: 16px;
  background: rgba(255, 106, 19, 0.1);
  color: var(--orange);
}

.hero-decision-icon svg {
  width: 28px;
  height: 28px;
  fill: currentColor;
}

.hero-decision-card strong,
.hero-decision-card em {
  display: block;
}

.hero-decision-card strong {
  color: var(--white);
  font-family: var(--font-heading);
  font-size: clamp(1rem, 1.4vw, 1.24rem);
  line-height: 1.18;
}

.hero-decision-card em {
  margin-top: 4px;
  color: var(--orange);
  font-family: var(--font-heading);
  font-size: 0.95rem;
  font-style: normal;
  font-weight: 900;
  letter-spacing: 0.01em;
  text-transform: uppercase;
}

.hero-explain-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: fit-content;
  max-width: 100%;
  margin: 4px 0 18px;
  padding: 10px 14px 10px 12px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.028));
  color: var(--muted-strong);
  font-size: 0.9rem;
  font-weight: 850;
  line-height: 1.2;
  text-decoration: none;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.07), 0 14px 34px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(14px);
}

.hero-explain-link span {
  display: inline-grid;
  place-items: center;
  width: 24px;
  height: 24px;
  flex: 0 0 auto;
  border: 1px solid rgba(255, 106, 19, 0.45);
  border-radius: 50%;
  color: var(--orange);
  font-size: 0.82rem;
}

.hero-explain-link:hover,
.hero-explain-link:focus-visible {
  border-color: rgba(255, 106, 19, 0.44);
  color: #fff;
  transform: translateY(-1px);
}

.mobile-hero-steps {
  display: none;
}

.live-popup-trigger {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-top: 14px;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--muted-strong);
  font: inherit;
  font-size: 0.9rem;
  font-weight: 800;
  cursor: pointer;
}

.live-popup-trigger span {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #29ff1a;
  box-shadow: 0 0 18px rgba(41, 255, 26, 0.72);
}

.live-popup-trigger:hover,
.live-popup-trigger:focus-visible {
  color: #fff;
}

.home-page .hero-grid {
  grid-template-columns: minmax(0, 1fr);
  justify-content: stretch;
}

.hero-visual {
  position: relative;
  min-height: 530px;
  border-radius: 18px;
  overflow: hidden;
  background: image-set(
    url("../img/hero-ecu.webp") type("image/webp"),
    url("../img/hero-ecu.png") type("image/png")
  ) center / cover no-repeat;
  box-shadow: 0 34px 100px rgba(0, 0, 0, 0.52);
}

.hero-visual.platform-visual,
.hero-visual.tool-visual,
.hero-visual.request-visual {
  border: 1px solid rgba(255, 255, 255, 0.13);
  background:
    radial-gradient(circle at 76% 18%, rgba(255, 106, 19, 0.22), transparent 18rem),
    linear-gradient(145deg, rgba(255, 255, 255, 0.065), rgba(255, 255, 255, 0.018)),
    #071015;
}

.hero-visual.platform-visual {
  min-height: clamp(610px, 54vw, 700px);
}

.services-page .home-hero-card {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(360px, 0.74fr);
  gap: clamp(18px, 3vw, 34px);
  align-items: stretch;
  width: 100%;
  padding: clamp(18px, 3vw, 30px);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 24px;
  background:
    radial-gradient(circle at 86% 0%, rgba(255, 106, 19, 0.18), transparent 22rem),
    radial-gradient(circle at 18% 20%, rgba(95, 255, 186, 0.08), transparent 20rem),
    linear-gradient(145deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.018)),
    rgba(7, 12, 16, 0.72);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.1),
    0 28px 80px rgba(0, 0, 0, 0.34);
  backdrop-filter: blur(18px) saturate(135%);
}

.services-page .home-hero-card .hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(18px, 2.5vw, 28px);
  box-shadow: none;
}

.services-page .home-hero-card .hero-product-snapshot {
  align-self: stretch;
  margin-top: 0;
}

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

.category-snapshot-grid > div {
  display: grid;
  place-items: center;
  gap: 9px;
  min-height: 108px;
  min-width: 0;
  padding: 14px 12px;
  border: 1px solid rgba(95, 255, 186, 0.18);
  border-radius: 14px;
  background:
    radial-gradient(circle at 50% 0%, rgba(80, 255, 178, 0.12), transparent 6rem),
    linear-gradient(145deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.012)),
    rgba(8, 18, 18, 0.72);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.07),
    0 14px 34px rgba(0, 0, 0, 0.18);
  text-align: center;
}

.category-snapshot-grid span {
  display: inline-grid;
  place-items: center;
  min-width: 28px;
  min-height: 26px;
  padding: 4px 7px;
  border: 1px solid rgba(255, 106, 19, 0.58);
  border-radius: 7px;
  background: rgba(255, 106, 19, 0.08);
  color: var(--orange);
  font-size: 0.68rem;
  font-weight: 950;
  line-height: 1;
}

.category-snapshot-grid strong {
  display: block;
  max-width: 18ch;
  color: #fff;
  font-size: 0.82rem;
  line-height: 1.16;
}

.who-flow {
  display: grid;
  grid-template-columns: 1fr 14px 1fr 14px 1fr;
  gap: 9px;
  align-items: center;
  min-width: 0;
}

.who-flow span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  min-width: 0;
  padding: 8px 10px;
  border: 1px solid rgba(95, 255, 186, 0.2);
  border-radius: 12px;
  background:
    radial-gradient(circle at 50% 0%, rgba(80, 255, 178, 0.11), transparent 5rem),
    rgba(6, 17, 18, 0.58);
  color: #fff;
  font-size: 0.72rem;
  font-weight: 900;
  line-height: 1.1;
  text-align: center;
}

.who-card.is-active .who-flow span:first-child {
  border-color: rgba(255, 106, 19, 0.6);
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 106, 19, 0.15), transparent 5rem),
    rgba(18, 12, 8, 0.6);
}

.who-flow i {
  width: 14px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--orange), rgba(95, 255, 186, 0.76));
}

.who-title-card h3 {
  min-height: 0;
  margin: 0;
}

.who-tags {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  gap: 8px;
  min-height: 70px;
}

.who-tags span {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 6px 10px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.045);
  color: rgba(246, 248, 250, 0.9);
  font-size: 0.82rem;
  font-weight: 850;
  line-height: 1.1;
}

.section-heading-card {
  width: 100%;
  max-width: none;
  margin-bottom: 16px;
  padding: clamp(16px, 2.3vw, 24px) clamp(18px, 3vw, 30px);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 22px;
  background:
    radial-gradient(circle at 88% 0%, rgba(95, 255, 186, 0.09), transparent 18rem),
    radial-gradient(circle at 15% 0%, rgba(255, 106, 19, 0.12), transparent 18rem),
    linear-gradient(145deg, rgba(255, 255, 255, 0.064), rgba(255, 255, 255, 0.014)),
    rgba(7, 13, 17, 0.66);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 18px 44px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(16px) saturate(132%);
}

.section-heading-card h2 {
  max-width: none;
  margin-bottom: 10px;
  font-size: clamp(1.7rem, 3vw, 3rem);
  line-height: 1.03;
}

.section-heading-card .eyebrow {
  margin-bottom: 8px;
}

.section-heading-card p:not(.eyebrow) {
  max-width: 760px;
  margin: 0;
}

.help-illustration {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  margin-bottom: 16px;
  padding: 10px 12px;
  border: 1px solid rgba(95, 255, 186, 0.16);
  border-radius: 14px;
  background:
    radial-gradient(circle at 50% 0%, rgba(80, 255, 178, 0.1), transparent 7rem),
    rgba(7, 17, 18, 0.62);
  text-align: center;
}

.help-illustration strong {
  color: #fff;
  font-size: 0.76rem;
  font-weight: 950;
  line-height: 1.15;
  text-transform: uppercase;
}

.proof-card {
  min-height: 182px;
}

.final-expert-link {
  margin-top: 14px;
  color: rgba(232, 238, 242, 0.82);
}

.final-expert-link a {
  color: #fff;
  font-weight: 900;
  text-decoration-color: rgba(255, 106, 19, 0.7);
}

.services-page .who-card.is-active {
  border-color: rgba(255, 106, 19, 0.46);
  background:
    radial-gradient(circle at 88% 0%, rgba(255, 106, 19, 0.18), transparent 17rem),
    linear-gradient(145deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.018)),
    rgba(9, 14, 18, 0.76);
}

.services-page .help-panel {
  min-height: 290px;
}

.services-page .help-panel > div:not(.help-illustration) {
  display: grid;
  align-content: start;
  gap: 8px;
}

.services-page .help-panel h3 {
  margin-bottom: 0;
}

.services-page .help-panel p {
  margin-bottom: 0;
}

@media (max-width: 980px) {
  .services-page .home-hero-card {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .services-page .home-hero-card {
    display: grid;
    gap: 14px;
    padding: 14px;
    border-radius: 22px;
  }

  .services-page .home-hero-card .hero-copy {
    padding: 16px !important;
  }

  .services-page .home-hero-card .hero-copy h1 {
    font-size: clamp(1.62rem, 7vw, 2.05rem) !important;
  }

  .services-page .hero-text-desktop {
    display: none;
  }

  .services-page .hero-text-mobile {
    display: block;
  }

  .services-page .category-snapshot-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 8px;
    padding: 10px;
  }

  .services-page .category-snapshot-grid > div {
    min-height: 84px;
    padding: 10px 8px;
    border-radius: 13px;
  }

  .services-page .category-snapshot-grid span {
    min-width: 25px;
    min-height: 22px;
    padding: 3px 6px;
    font-size: 0.61rem;
  }

  .services-page .category-snapshot-grid strong {
    font-size: 0.72rem;
    line-height: 1.12;
  }

  .services-page .who-flow {
    grid-template-columns: 1fr 12px 1fr 12px 1fr;
    gap: 6px;
  }

  .services-page .who-flow span {
    min-height: 34px;
    padding: 7px 6px;
    font-size: 0.64rem;
  }

  .services-page .who-flow i {
    width: 12px;
  }

  .services-page .who-title-card h3 {
    width: 80%;
    max-width: 18rem;
    font-size: clamp(1.05rem, 4.8vw, 1.28rem);
  }

  .services-page .who-tags {
    min-height: 0;
    gap: 7px;
  }

  .services-page .who-tags span {
    min-height: 27px;
    padding: 5px 8px;
    font-size: 0.7rem;
  }

  .services-page .section-heading-card {
    padding: 16px;
    border-radius: 18px;
  }

  .services-page .section-heading-card h2 {
    font-size: clamp(1.28rem, 5.6vw, 1.72rem);
    line-height: 1.08;
  }

  .services-page .section-heading-card p:not(.eyebrow) {
    font-size: 0.88rem;
    line-height: 1.46;
  }

  .services-page .help-panel {
    min-height: 0;
  }

  .services-page .help-panel > div:not(.help-illustration) {
    justify-items: center;
  }

  .services-page .help-illustration {
    min-height: 46px;
    margin-bottom: 0;
    padding: 9px 10px;
  }

  .services-page .help-illustration strong {
    font-size: 0.7rem;
  }

  .services-page .why-note {
    overflow: hidden;
  }
}

.hero-ui-panel,
.hero-live-frame-wrap,
.hero-request-panel,
.hero-tool-stack {
  position: absolute;
  inset: clamp(18px, 4vw, 34px);
  z-index: 4;
  min-width: 0;
}

.hero-ui-panel {
  display: grid;
  grid-template-rows: auto 1fr auto;
  gap: 18px;
  padding: clamp(18px, 3vw, 30px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 18px;
  background:
    radial-gradient(circle at 92% 8%, rgba(255, 106, 19, 0.11), transparent 15rem),
    linear-gradient(145deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.014)),
    rgba(5, 11, 14, 0.62);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.07),
    0 30px 90px rgba(0, 0, 0, 0.32);
  backdrop-filter: blur(12px);
}

.hero-live-frame-wrap {
  overflow: hidden;
  border: 1px solid rgba(46, 200, 113, 0.26);
  border-radius: 18px;
  background:
    radial-gradient(circle at 88% 8%, rgba(46, 200, 113, 0.13), transparent 12rem),
    radial-gradient(circle at 18% 92%, rgba(255, 106, 19, 0.11), transparent 15rem),
    rgba(5, 11, 14, 0.72);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.07),
    0 30px 90px rgba(0, 0, 0, 0.32);
  backdrop-filter: blur(12px);
}

.hero-live-frame {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 560px;
  border: 0;
  background: #05090c;
}

.flow-modal[hidden],
.live-modal[hidden] {
  display: none;
}

.flow-modal,
.live-modal {
  position: fixed;
  inset: 0;
  z-index: 120;
  display: grid;
  place-items: center;
  padding: 24px;
}

.flow-modal {
  z-index: 125;
  padding: 18px;
}

.flow-modal__backdrop,
.live-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.74);
  backdrop-filter: blur(10px);
}

.flow-modal__panel,
.live-modal__panel {
  position: relative;
  z-index: 1;
  width: min(100%, 720px);
  max-height: min(92dvh, 760px);
  padding: 18px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 18px;
  background:
    radial-gradient(circle at 88% 8%, rgba(46, 200, 113, 0.11), transparent 14rem),
    radial-gradient(circle at 18% 92%, rgba(255, 106, 19, 0.1), transparent 16rem),
    rgba(8, 14, 18, 0.96);
  box-shadow: 0 34px 120px rgba(0, 0, 0, 0.62);
}

.flow-modal__panel {
  width: min(100%, 1180px);
  max-height: min(92dvh, 840px);
  padding: 14px;
  overflow: auto;
  border-radius: 20px;
}

.flow-modal__header,
.live-modal__header {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  margin-bottom: 10px;
}

.flow-modal__header {
  gap: 10px;
  justify-content: space-between;
}

.flow-modal__title {
  margin: 0;
  color: var(--white);
  font-family: var(--font-heading);
  font-size: clamp(1rem, 2.2vw, 1.35rem);
}

.flow-modal__actions {
  display: flex;
  gap: 8px;
  align-items: center;
}

.flow-modal__close,
.flow-modal__share,
.live-modal__close {
  display: inline-grid;
  place-items: center;
  width: 38px;
  height: 38px;
  flex: 0 0 auto;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.05);
  color: #fff;
  font-size: 1.55rem;
  line-height: 1;
  cursor: pointer;
}

.flow-modal__share {
  width: auto;
  min-width: 42px;
  padding: 0 12px;
  font-size: 0.92rem;
  font-family: var(--font-heading);
  font-weight: 800;
}

.flow-modal__image {
  display: block;
  width: 100%;
  height: auto;
  border: 1px solid rgba(255, 106, 19, 0.2);
  border-radius: 14px;
  background: #05090c;
}

.flow-guide-btn {
  border-color: rgba(255, 106, 19, 0.42);
  background:
    radial-gradient(circle at 20% 0%, rgba(255, 255, 255, 0.08), transparent 10rem),
    rgba(255, 106, 19, 0.08);
}

.flow-guide-btn svg {
  width: 1.05em;
  height: 1.05em;
  fill: currentColor;
}

.live-modal__frame {
  display: block;
  width: 100%;
  height: min(68dvh, 620px);
  min-height: 520px;
  border: 1px solid rgba(46, 200, 113, 0.22);
  border-radius: 14px;
  background: #05090c;
}

.mobile-quick-flow,
.mobile-portal-preview {
  display: none;
}

.problem-mobile-brief {
  display: none;
}

.request-help-mobile-check {
  display: none;
}

.ecu-mobile-guide {
  display: none;
}

.mobile-service-headline,
.mobile-chip-row,
.mobile-portal-cards {
  display: none;
}

.premium-page .hero {
  overflow: hidden;
}

.premium-page .hero-grid {
  grid-template-columns: minmax(0, 1fr);
  gap: 0;
  width: min(calc(100% - clamp(22px, 3vw, 40px)), var(--container));
  margin-inline: auto;
  justify-content: stretch;
}

.premium-page .hero-copy {
  width: 100%;
  max-width: none;
}

.premium-page .hero-grid > :not(.hero-copy) {
  display: block !important;
}

.premium-hero-stage,
.premium-screenshot-frame,
.premium-business-panel,
.premium-timeline-card,
.premium-compare,
.premium-growth-note {
  border: 1px solid rgba(255, 255, 255, 0.12);
  background:
    radial-gradient(circle at 18% 0%, rgba(255, 106, 19, 0.14), transparent 16rem),
    linear-gradient(145deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.018)),
    rgba(9, 15, 19, 0.78);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 24px 70px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(14px) saturate(130%);
}

.premium-hero-stage {
  position: relative;
  min-height: 520px;
  padding: 22px;
  border-radius: 24px;
}

.premium-hero-stage::before {
  position: absolute;
  inset: 0;
  content: "";
  pointer-events: none;
  border-radius: inherit;
  background:
    linear-gradient(135deg, transparent 0 52%, rgba(255, 106, 19, 0.12) 52% 52.25%, transparent 52.25%),
    radial-gradient(circle at 88% 12%, rgba(63, 198, 92, 0.12), transparent 11rem);
}

.premium-hero-shot {
  position: relative;
  display: block;
  width: min(82%, 360px);
  margin: 0 auto;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 22px;
  background: #070b0e;
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.42);
}

.premium-hero-shot img {
  width: 100%;
  max-height: 520px;
  object-fit: cover;
  object-position: top center;
}

.premium-float-card {
  position: absolute;
  right: 20px;
  bottom: 24px;
  width: min(58%, 280px);
  padding: 16px;
  border: 1px solid rgba(63, 198, 92, 0.24);
  border-radius: 18px;
  background:
    radial-gradient(circle at 0% 0%, rgba(63, 198, 92, 0.16), transparent 9rem),
    rgba(8, 14, 18, 0.86);
  box-shadow: 0 22px 50px rgba(0, 0, 0, 0.34);
}

.premium-float-card span,
.premium-tag {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  min-height: 28px;
  padding: 5px 10px;
  border: 1px solid rgba(255, 106, 19, 0.35);
  border-radius: 999px;
  color: var(--orange);
  background: rgba(255, 106, 19, 0.08);
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
}

.premium-float-card strong {
  display: block;
  margin-top: 10px;
  color: #fff;
  font-size: 1.1rem;
  line-height: 1.16;
}

.premium-growth-note {
  margin-top: 18px;
  margin-bottom: 6px;
  padding: 16px 18px;
  border-color: rgba(63, 198, 92, 0.24);
  border-radius: 18px;
  color: var(--muted-strong);
}

.premium-growth-note strong {
  color: #fff;
}

.premium-product-grid {
  display: grid;
  gap: 36px;
}

.premium-product-row {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
  align-items: center;
  gap: 34px;
  min-width: 0;
  padding: 26px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 24px;
  background:
    radial-gradient(circle at 86% 4%, rgba(255, 106, 19, 0.11), transparent 18rem),
    linear-gradient(145deg, rgba(255, 255, 255, 0.052), rgba(255, 255, 255, 0.016)),
    rgba(8, 14, 18, 0.54);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.06),
    0 18px 54px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(14px) saturate(126%);
}

.premium-product-row.reverse {
  grid-template-columns: minmax(320px, 0.95fr) minmax(0, 1.05fr);
}

.premium-product-row.reverse .premium-copy {
  order: 2;
}

.premium-copy h2 {
  margin-bottom: 14px;
  font-size: clamp(2rem, 4vw, 3.45rem);
  line-height: 1.02;
}

.premium-copy {
  min-width: 0;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.085);
  border-radius: 18px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.038), rgba(255, 255, 255, 0.012)),
    rgba(6, 11, 15, 0.34);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.045);
}

.premium-copy p {
  max-width: 38rem;
  color: var(--muted-strong);
}

.premium-feature-list {
  display: grid;
  gap: 9px;
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
}

.premium-feature-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--muted-strong);
  font-weight: 700;
}

.premium-feature-list li::before {
  display: inline-grid;
  place-items: center;
  width: 22px;
  height: 22px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: rgba(255, 106, 19, 0.12);
  color: var(--orange);
  content: "✓";
  font-size: 0.78rem;
}

.premium-copy .premium-feature-list + p {
  margin-top: 26px;
}

.premium-copy .premium-feature-list + p .btn {
  margin-top: 0;
}

.premium-screenshot-frame {
  overflow: hidden;
  border-radius: 24px;
}

.premium-screenshot-frame img {
  width: 100%;
  max-height: 620px;
  object-fit: cover;
  object-position: top center;
}

.premium-screenshot-frame.wide img {
  max-height: 520px;
}

.premium-screenshot-gallery {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  align-items: stretch;
}

.premium-screenshot-gallery .premium-screenshot-frame {
  border-radius: 18px;
}

.premium-screenshot-gallery .premium-screenshot-frame.feature {
  grid-column: 1 / -1;
}

.premium-screenshot-gallery .premium-screenshot-frame img {
  height: 100%;
  min-height: 210px;
  max-height: 360px;
  object-fit: cover;
  object-position: top left;
}

.premium-screenshot-gallery .premium-screenshot-frame.feature img {
  max-height: 430px;
}

.premium-business-panel {
  padding: 26px;
  border-radius: 24px;
}

.premium-business-panel .premium-mini-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 18px;
}

.premium-business-panel .premium-mini-grid div {
  min-height: 112px;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.035);
}

.premium-business-panel strong {
  display: block;
  color: #fff;
  line-height: 1.2;
}

.premium-business-panel span {
  display: block;
  margin-top: 8px;
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.42;
}

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

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

.premium-timeline-card {
  min-height: 148px;
  padding: 18px;
  border-radius: 18px;
}

.premium-timeline-card span {
  color: var(--orange);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.premium-timeline-card strong {
  display: block;
  margin-top: 10px;
  color: #fff;
  font-size: 1.08rem;
  line-height: 1.18;
}

.premium-timeline-card p {
  margin: 8px 0 0;
  font-size: 0.92rem;
  line-height: 1.45;
}

.premium-compare {
  width: 100%;
  overflow: hidden;
  border-radius: 22px;
}

.premium-compare-mobile {
  display: none;
}

.premium-compare table {
  width: 100%;
  border-collapse: collapse;
}

.premium-compare th,
.premium-compare td {
  padding: 16px 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  color: var(--muted-strong);
  text-align: left;
}

.premium-compare th {
  color: #fff;
  background: rgba(255, 255, 255, 0.035);
}

.premium-compare td:nth-child(2),
.premium-compare td:nth-child(3),
.premium-compare th:nth-child(2),
.premium-compare th:nth-child(3) {
  text-align: center;
}

.premium-yes {
  color: var(--green);
  font-weight: 950;
}

.who-section {
  padding: clamp(42px, 6vw, 78px) 0;
}

.who-heading {
  width: 100%;
  max-width: none;
  margin-bottom: 16px;
  padding: clamp(15px, 2vw, 22px) clamp(20px, 3vw, 30px);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 20px;
  background:
    radial-gradient(circle at 82% 0%, rgba(255, 106, 19, 0.14), transparent 18rem),
    linear-gradient(145deg, rgba(255, 255, 255, 0.064), rgba(255, 255, 255, 0.014)),
    rgba(7, 13, 17, 0.64);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 18px 44px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(16px) saturate(132%);
}

.who-heading h2 {
  max-width: none;
  margin: 0;
  color: #fff;
  font-size: clamp(1.85rem, 2.9vw, 3.05rem);
  line-height: 1;
  letter-spacing: 0;
  white-space: nowrap;
}

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

.who-card {
  position: relative;
  display: grid;
  grid-template-rows: auto auto minmax(78px, auto) minmax(72px, auto) auto;
  align-content: start;
  gap: 18px;
  min-width: 0;
  padding: clamp(22px, 3vw, 34px);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 20px;
  background:
    radial-gradient(circle at 86% 0%, rgba(70, 255, 174, 0.09), transparent 16rem),
    linear-gradient(145deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.018)),
    rgba(8, 14, 18, 0.74);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 22px 58px rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(18px) saturate(135%);
}

.who-card-primary {
  border-color: rgba(255, 106, 19, 0.42);
  background:
    radial-gradient(circle at 88% 0%, rgba(255, 106, 19, 0.2), transparent 17rem),
    linear-gradient(145deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.018)),
    rgba(9, 14, 18, 0.76);
}

.who-card h3 {
  display: flex;
  align-items: center;
  width: min(80%, 440px);
  max-width: 18ch;
  min-height: 116px;
  margin: 0;
  padding: 14px 16px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 16px;
  background:
    radial-gradient(circle at 84% 0%, rgba(95, 255, 186, 0.11), transparent 9rem),
    linear-gradient(145deg, rgba(255, 255, 255, 0.064), rgba(255, 255, 255, 0.014)),
    rgba(7, 14, 17, 0.58);
  color: #fff;
  font-size: clamp(1.18rem, 1.7vw, 1.82rem);
  line-height: 1.08;
  letter-spacing: 0;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.075);
  backdrop-filter: blur(12px) saturate(128%);
}

.who-card-primary h3 {
  border-color: rgba(255, 106, 19, 0.24);
  background:
    radial-gradient(circle at 84% 0%, rgba(255, 106, 19, 0.16), transparent 9rem),
    linear-gradient(145deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.016)),
    rgba(16, 13, 12, 0.6);
}

.who-card p {
  max-width: 56ch;
  min-height: 76px;
  margin: 0;
  color: rgba(232, 236, 241, 0.82);
  font-size: 1rem;
  line-height: 1.58;
}

.who-card ul {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  gap: 8px;
  min-height: 70px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.who-card li {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 6px 10px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.045);
  color: rgba(246, 248, 250, 0.9);
  font-size: 0.82rem;
  font-weight: 850;
}

.who-card li::before {
  content: "✓";
  margin-right: 7px;
  color: var(--orange);
}

.who-card .btn {
  align-self: end;
  width: min(100%, 340px);
  justify-content: center;
}

.provider-page .who-grid {
  align-items: stretch;
}

.provider-page .who-card {
  grid-template-rows: 58px 116px 76px 74px auto;
  gap: 18px;
  min-height: 438px;
}

.provider-page .who-card .who-visual {
  width: 100%;
}

.provider-page .who-card h3 {
  width: min(80%, 440px);
  min-height: 116px;
  align-items: center;
}

.provider-page .who-card p {
  display: flex;
  align-items: flex-start;
  min-height: 76px;
}

.provider-page .who-card ul {
  min-height: 74px;
}

.provider-page .who-card .btn {
  align-self: end;
  margin-top: 0;
}

.who-visual {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr;
  align-items: center;
  gap: 8px;
  max-width: 520px;
}

.who-visual span {
  display: grid;
  place-items: center;
  min-height: 58px;
  padding: 10px;
  border: 1px solid rgba(95, 255, 186, 0.16);
  border-radius: 14px;
  background:
    radial-gradient(circle at 50% 10%, rgba(80, 255, 178, 0.12), transparent 5rem),
    rgba(8, 18, 18, 0.68);
  color: #fff;
  font-size: 0.78rem;
  font-weight: 950;
  text-align: center;
  line-height: 1.15;
}

.who-visual span:nth-child(1),
.who-card-primary .who-visual span:first-child {
  border-color: rgba(255, 90, 90, 0.34);
  background:
    radial-gradient(circle at 50% 10%, rgba(255, 76, 76, 0.13), transparent 5rem),
    rgba(20, 12, 13, 0.68);
}

.who-visual span:nth-child(3) {
  border-color: rgba(255, 190, 74, 0.34);
  background:
    radial-gradient(circle at 50% 10%, rgba(255, 190, 74, 0.13), transparent 5rem),
    rgba(20, 17, 10, 0.68);
}

.who-visual span:nth-child(5) {
  border-color: rgba(95, 255, 186, 0.34);
  background:
    radial-gradient(circle at 50% 10%, rgba(80, 255, 178, 0.13), transparent 5rem),
    rgba(8, 18, 18, 0.68);
}

.who-visual i {
  width: 22px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--orange), rgba(95, 255, 186, 0.7));
}

.who-visual-growth i {
  background: linear-gradient(90deg, rgba(95, 255, 186, 0.7), var(--orange));
}

.help-section {
  padding: clamp(42px, 6vw, 82px) 0;
}

.help-heading {
  display: flex;
  min-height: 168px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  gap: 10px;
  max-width: none;
  margin-bottom: 20px;
  padding: clamp(18px, 2vw, 24px);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 20px;
  background:
    radial-gradient(circle at 84% 0%, rgba(95, 255, 186, 0.09), transparent 17rem),
    linear-gradient(145deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.014)),
    rgba(7, 13, 17, 0.64);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(16px) saturate(132%);
}

.help-heading .eyebrow {
  margin-bottom: -8px;
}

.help-heading h2 {
  max-width: none;
  margin: 0;
  color: #fff;
  font-size: clamp(1.95rem, 2.55vw, 2.75rem);
  line-height: 1.02;
  letter-spacing: 0;
  white-space: nowrap;
}

.help-heading > p:not(.eyebrow) {
  max-width: 70ch;
  margin: 0;
  color: rgba(232, 236, 241, 0.82);
  font-size: 0.94rem;
  line-height: 1.46;
}

.help-summary-grid {
  display: none;
}

.help-mobile-cta {
  display: none;
}

.home-page .help-heading {
  gap: 12px;
}

.home-page .help-summary-grid {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 4px;
}

.home-page .help-summary-grid article {
  display: grid;
  align-content: start;
  gap: 6px;
  min-width: 0;
  min-height: 112px;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  background:
    radial-gradient(circle at 90% 0%, rgba(95, 255, 186, 0.055), transparent 10rem),
    linear-gradient(145deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.012)),
    rgba(7, 14, 17, 0.52);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.055);
}

.home-page .help-summary-grid article:first-child {
  border-color: rgba(255, 106, 19, 0.2);
  background:
    radial-gradient(circle at 90% 0%, rgba(255, 106, 19, 0.075), transparent 10rem),
    linear-gradient(145deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.012)),
    rgba(12, 12, 15, 0.54);
}

.home-page .help-summary-grid strong {
  color: #fff;
  font-size: 0.88rem;
  font-weight: 950;
  line-height: 1.12;
}

.home-page .help-summary-grid p {
  margin: 0;
  color: rgba(225, 230, 235, 0.78);
  font-size: 0.82rem;
  line-height: 1.42;
}

.home-page .help-heading .help-mobile-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  margin-top: 4px;
  padding: 10px 18px;
  border: 1px solid rgba(255, 106, 19, 0.32);
  border-radius: 999px;
  background: rgba(255, 106, 19, 0.08);
  color: #fff;
  font-size: 0.88rem;
  font-weight: 900;
  text-decoration: none;
}

.home-page .help-heading .help-mobile-cta::after {
  content: "→";
  margin-left: 9px;
  color: var(--orange);
}

.home-page .help-grid {
  display: none;
}

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

.help-panel {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto 1fr auto;
  gap: 14px;
  min-width: 0;
  min-height: 0;
  padding: 18px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 20px;
  background:
    radial-gradient(circle at 90% 0%, rgba(95, 255, 186, 0.09), transparent 15rem),
    linear-gradient(145deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.014)),
    rgba(8, 14, 18, 0.72);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.07),
    0 20px 50px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(16px) saturate(132%);
  transition: transform 160ms ease, border-color 160ms ease, background 160ms ease;
}

.help-panel:hover {
  transform: translateY(-2px);
  border-color: rgba(255, 106, 19, 0.34);
  background:
    radial-gradient(circle at 90% 0%, rgba(255, 106, 19, 0.14), transparent 15rem),
    linear-gradient(145deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.016)),
    rgba(9, 14, 18, 0.76);
}

.help-panel-feature {
  border-color: rgba(255, 106, 19, 0.36);
  background:
    radial-gradient(circle at 90% 0%, rgba(255, 106, 19, 0.18), transparent 18rem),
    linear-gradient(145deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.016)),
    rgba(10, 14, 18, 0.76);
}

.help-panel h3 {
  margin: 0;
  color: #fff;
  font-size: clamp(1.05rem, 1.22vw, 1.32rem);
  line-height: 1.14;
  letter-spacing: 0;
}

.help-panel p {
  margin: 0;
  color: rgba(225, 230, 235, 0.82);
  font-size: 0.88rem;
  line-height: 1.5;
}

.help-panel > div:not(.help-illustration) {
  display: grid;
  align-content: start;
  gap: 9px;
}

.help-panel > a {
  align-self: end;
  justify-self: start;
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 9px 16px;
  border: 1px solid rgba(255, 106, 19, 0.36);
  border-radius: 999px;
  background: rgba(255, 106, 19, 0.08);
  color: #fff;
  font-size: 0.86rem;
  font-weight: 900;
  text-decoration: none;
}

.help-panel > a::after {
  content: "→";
  margin-left: 9px;
  color: var(--orange);
}

.help-illustration {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 54px;
  padding: 10px 12px;
  border: 1px solid rgba(95, 255, 186, 0.16);
  border-radius: 14px;
  background:
    radial-gradient(circle at 20% 0%, rgba(80, 255, 178, 0.1), transparent 8rem),
    rgba(7, 16, 18, 0.62);
}

.help-illustration span,
.help-illustration em {
  color: rgba(220, 226, 232, 0.74);
  font-size: 0.72rem;
  font-style: normal;
  font-weight: 850;
}

.help-illustration strong {
  color: #fff;
  font-size: 0.86rem;
  line-height: 1.1;
  text-align: center;
  text-transform: uppercase;
}

.help-illustration-programming {
  border-color: rgba(255, 106, 19, 0.28);
  background:
    radial-gradient(circle at 20% 0%, rgba(255, 106, 19, 0.14), transparent 8rem),
    rgba(18, 13, 10, 0.64);
}

.why-section {
  padding: clamp(42px, 6vw, 86px) 0;
}

.why-heading {
  display: flex;
  min-height: 168px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  gap: 10px;
  max-width: none;
  margin-bottom: 20px;
  padding: clamp(18px, 2vw, 24px);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 22px;
  background:
    radial-gradient(circle at 88% 0%, rgba(255, 106, 19, 0.1), transparent 18rem),
    linear-gradient(145deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.014)),
    rgba(7, 13, 17, 0.66);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 22px 60px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(16px) saturate(132%);
}

.why-heading .eyebrow {
  margin-bottom: -8px;
}

.why-heading h2 {
  max-width: 28ch;
  margin: 0;
  color: #fff;
  font-size: clamp(1.85rem, 2.5vw, 2.7rem);
  line-height: 1.04;
  letter-spacing: 0;
}

.why-heading > p:not(.eyebrow) {
  max-width: 78ch;
  margin: 0;
  color: rgba(232, 236, 241, 0.82);
  font-size: 0.94rem;
  line-height: 1.46;
}

.why-mobile-list {
  display: none;
}

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

.why-card {
  display: grid;
  grid-template-rows: auto auto 1fr;
  gap: 14px;
  min-width: 0;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 20px;
  background:
    radial-gradient(circle at 90% 0%, rgba(95, 255, 186, 0.08), transparent 14rem),
    linear-gradient(145deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.014)),
    rgba(8, 14, 18, 0.72);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.07),
    0 18px 46px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(16px) saturate(132%);
}

.why-card-active {
  border-color: rgba(255, 106, 19, 0.36);
  background:
    radial-gradient(circle at 90% 0%, rgba(255, 106, 19, 0.16), transparent 15rem),
    linear-gradient(145deg, rgba(255, 255, 255, 0.065), rgba(255, 255, 255, 0.014)),
    rgba(10, 14, 18, 0.75);
}

.why-card h3 {
  margin: 0;
  min-height: 3.1em;
  color: #fff;
  font-size: clamp(1.08rem, 1.35vw, 1.38rem);
  line-height: 1.12;
  letter-spacing: 0;
}

.why-card p {
  margin: 0;
  color: rgba(225, 230, 235, 0.82);
  font-size: 0.9rem;
  line-height: 1.52;
}

.why-flow {
  display: flex;
  align-items: center;
  gap: 9px;
  min-width: 0;
}

.why-flow span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  min-width: 0;
  flex: 1;
  padding: 8px 10px;
  border: 1px solid rgba(95, 255, 186, 0.18);
  border-radius: 12px;
  background:
    radial-gradient(circle at 50% 0%, rgba(80, 255, 178, 0.11), transparent 5rem),
    rgba(6, 17, 18, 0.58);
  color: #fff;
  font-size: 0.72rem;
  font-weight: 900;
  text-align: center;
}

.why-flow i {
  width: 14px;
  height: 2px;
  flex: 0 0 14px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--orange), rgba(95, 255, 186, 0.76));
}

.why-note {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-top: 14px;
  padding: 18px 20px;
  border: 1px solid rgba(255, 106, 19, 0.25);
  border-radius: 18px;
  background:
    radial-gradient(circle at 12% 0%, rgba(255, 106, 19, 0.13), transparent 13rem),
    rgba(10, 14, 18, 0.72);
  color: rgba(232, 236, 241, 0.82);
  backdrop-filter: blur(16px) saturate(132%);
}

.why-note strong {
  color: #fff;
  font-size: 1rem;
}

.why-note span {
  max-width: 54ch;
  text-align: right;
}

.journey-section {
  padding: clamp(42px, 6vw, 86px) 0;
}

.journey-heading {
  display: flex;
  min-height: 150px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  gap: 8px;
  margin-bottom: 18px;
  padding: clamp(18px, 2vw, 24px);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 22px;
  background:
    radial-gradient(circle at 88% 0%, rgba(95, 255, 186, 0.1), transparent 18rem),
    linear-gradient(145deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.014)),
    rgba(7, 13, 17, 0.66);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 22px 60px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(16px) saturate(132%);
}

.journey-heading .eyebrow {
  margin-bottom: -8px;
}

.journey-heading h2 {
  max-width: 42ch;
  margin: 0;
  color: #fff;
  font-size: clamp(1.85rem, 2.5vw, 2.7rem);
  line-height: 1.04;
  letter-spacing: 0;
}

.journey-heading > p:not(.eyebrow) {
  max-width: 62ch;
  margin: 0;
  color: rgba(232, 236, 241, 0.82);
  font-size: 0.94rem;
  line-height: 1.46;
}

.journey-mobile-list {
  display: none;
}

.journey-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
  align-items: stretch;
}

.journey-card {
  display: grid;
  grid-template-rows: auto minmax(2.55em, auto) 1fr;
  gap: 14px;
  min-width: 0;
  height: 100%;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 20px;
  background:
    radial-gradient(circle at 90% 0%, rgba(95, 255, 186, 0.08), transparent 13rem),
    linear-gradient(145deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.014)),
    rgba(8, 14, 18, 0.72);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.07),
    0 18px 46px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(16px) saturate(132%);
}

.journey-step-index {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 36px;
  border: 1px solid rgba(255, 106, 19, 0.38);
  border-radius: 12px;
  background:
    radial-gradient(circle at 35% 0%, rgba(255, 106, 19, 0.2), transparent 4.8rem),
    rgba(255, 255, 255, 0.035);
  color: var(--orange);
  font-size: 0.78rem;
  font-weight: 950;
  letter-spacing: 0;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 12px 28px rgba(255, 106, 19, 0.08);
}

.journey-card h3 {
  margin: 0;
  color: #fff;
  font-size: clamp(1rem, 1.13vw, 1.2rem);
  line-height: 1.13;
  letter-spacing: 0;
}

.journey-card p {
  margin: 0;
  color: rgba(225, 230, 235, 0.82);
  font-size: 0.84rem;
  line-height: 1.48;
}

.journey-note {
  margin-top: 14px;
  padding: 16px 18px;
  border: 1px solid rgba(255, 106, 19, 0.22);
  border-radius: 18px;
  background:
    radial-gradient(circle at 12% 0%, rgba(255, 106, 19, 0.12), transparent 13rem),
    rgba(10, 14, 18, 0.72);
  color: rgba(232, 236, 241, 0.86);
  font-weight: 850;
  text-align: center;
  backdrop-filter: blur(16px) saturate(132%);
}

.journey-action {
  display: flex;
  justify-content: center;
  margin-top: 16px;
}

.journey-action .btn {
  width: min(100%, 360px);
  justify-content: center;
}

.proof-section {
  padding: clamp(42px, 6vw, 86px) 0;
}

.proof-heading {
  display: grid;
  gap: 8px;
  margin-bottom: 18px;
  padding: clamp(18px, 2vw, 24px);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 22px;
  background:
    radial-gradient(circle at 85% 0%, rgba(95, 255, 186, 0.12), transparent 18rem),
    radial-gradient(circle at 7% 0%, rgba(255, 106, 19, 0.11), transparent 15rem),
    linear-gradient(145deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.014)),
    rgba(7, 13, 17, 0.68);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 22px 60px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(16px) saturate(132%);
}

.proof-heading h2 {
  max-width: 30ch;
  margin: 0;
  color: #fff;
  font-size: clamp(1.85rem, 2.5vw, 2.7rem);
  line-height: 1.04;
  letter-spacing: 0;
}

.proof-heading .eyebrow {
  margin-bottom: -8px;
}

.proof-heading > p:not(.eyebrow) {
  max-width: 66ch;
  margin: 0;
  color: rgba(232, 236, 241, 0.82);
  font-size: 0.94rem;
  line-height: 1.46;
}

.proof-mobile-list {
  display: none;
}

.proof-summary-grid,
.proof-heading-cta {
  display: none;
}

.home-page .proof-heading {
  gap: 12px;
}

.home-page .proof-summary-grid {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 4px;
}

.home-page .proof-summary-grid article {
  display: grid;
  grid-template-columns: 38px 1fr;
  gap: 5px 12px;
  align-content: center;
  min-width: 0;
  min-height: 118px;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  background:
    radial-gradient(circle at 92% 0%, rgba(95, 255, 186, 0.055), transparent 10rem),
    linear-gradient(145deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.012)),
    rgba(7, 14, 17, 0.52);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.055);
}

.home-page .proof-summary-grid article:first-child {
  border-color: rgba(255, 106, 19, 0.2);
  background:
    radial-gradient(circle at 92% 0%, rgba(255, 106, 19, 0.075), transparent 10rem),
    linear-gradient(145deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.012)),
    rgba(12, 12, 15, 0.54);
}

.home-page .proof-summary-grid span {
  grid-row: 1 / span 2;
  align-self: start;
  justify-self: start;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  min-height: 30px;
  padding: 0;
  border: 1px solid rgba(255, 106, 19, 0.34);
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 106, 19, 0.16), transparent 2.2rem),
    rgba(255, 106, 19, 0.055);
  color: var(--orange);
  font-size: 0.88rem;
  font-weight: 950;
  line-height: 1;
  text-align: center;
}

.home-page .proof-summary-grid strong {
  color: #fff;
  font-size: 1rem;
  font-weight: 950;
  line-height: 1.14;
}

.home-page .proof-summary-grid p {
  margin: 0;
  color: rgba(225, 230, 235, 0.78);
  font-size: 0.84rem;
  line-height: 1.42;
}

.home-page .proof-heading-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  margin-top: 4px;
  padding: 10px 18px;
  border: 1px solid rgba(255, 106, 19, 0.32);
  border-radius: 999px;
  background: rgba(255, 106, 19, 0.08);
  color: #fff;
  font-size: 0.88rem;
  font-weight: 900;
  text-decoration: none;
}

.home-page .proof-heading-cta::after {
  content: "→";
  margin-left: 9px;
  color: var(--orange);
}

.home-page .proof-grid,
.home-page .proof-partner-strip,
.home-page .proof-note,
.home-page .proof-action {
  display: none;
}

@media (max-width: 760px) {
  .home-page .help-summary-grid,
  .home-page .proof-summary-grid,
  .home-page .proof-heading-cta {
    display: none;
  }
}

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

.proof-card {
  --proof-accent: var(--orange);
  --proof-accent-soft: rgba(255, 106, 19, 0.1);
  --proof-glow: rgba(95, 255, 186, 0.055);
  display: grid;
  grid-template-columns: minmax(132px, 0.34fr) 1fr;
  align-items: center;
  gap: 16px;
  min-height: 154px;
  min-width: 0;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 20px;
  background:
    radial-gradient(circle at 92% 0%, var(--proof-glow), transparent 14rem),
    linear-gradient(145deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.014)),
    rgba(8, 14, 18, 0.72);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.07),
    0 18px 46px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(16px) saturate(132%);
}

.proof-card:nth-child(1) {
  --proof-accent: var(--orange);
  --proof-accent-soft: rgba(255, 106, 19, 0.1);
  --proof-glow: rgba(255, 106, 19, 0.06);
  border-color: rgba(255, 106, 19, 0.22);
}

.proof-card:nth-child(2) {
  --proof-accent: var(--orange);
  --proof-accent-soft: rgba(255, 106, 19, 0.08);
  --proof-glow: rgba(95, 255, 186, 0.055);
}

.proof-card:nth-child(3) {
  --proof-accent: var(--orange);
  --proof-accent-soft: rgba(255, 106, 19, 0.08);
  --proof-glow: rgba(95, 255, 186, 0.055);
}

.proof-card:nth-child(4) {
  --proof-accent: var(--orange);
  --proof-accent-soft: rgba(255, 106, 19, 0.08);
  --proof-glow: rgba(95, 255, 186, 0.055);
}

.proof-visual {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 78px;
  padding: 14px;
  overflow: hidden;
  border: 1px solid color-mix(in srgb, var(--proof-accent) 36%, rgba(255, 255, 255, 0.08));
  border-radius: 16px;
  background:
    radial-gradient(circle at 18% 0%, var(--proof-accent-soft), transparent 7rem),
    radial-gradient(circle at 92% 0%, var(--proof-glow), transparent 8rem),
    linear-gradient(145deg, rgba(255, 255, 255, 0.052), rgba(255, 255, 255, 0.012)),
    rgba(4, 15, 17, 0.58);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.07),
    0 14px 34px rgba(0, 0, 0, 0.18);
}

.proof-visual::before,
.proof-visual::after {
  content: none;
}

.proof-visual span {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: min(100%, 108px);
  min-height: 38px;
  padding: 9px 12px;
  border: 1px solid color-mix(in srgb, var(--proof-accent) 58%, rgba(255, 255, 255, 0.12));
  border-radius: 999px;
  background:
    radial-gradient(circle at 50% 0%, var(--proof-accent-soft), transparent 4rem),
    rgba(255, 255, 255, 0.032);
  color: #fff;
  font-size: 0.78rem;
  font-weight: 950;
  line-height: 1;
  text-align: center;
}

.proof-visual-profile {
  justify-content: center;
}

.proof-card h3 {
  grid-column: 2;
  margin: 0;
  color: #fff;
  font-size: clamp(1.08rem, 1.35vw, 1.38rem);
  line-height: 1.12;
  letter-spacing: 0;
}

.proof-card p {
  grid-column: 2;
  margin: -8px 0 0;
  color: rgba(225, 230, 235, 0.82);
  font-size: 0.9rem;
  line-height: 1.52;
}

.proof-visual {
  grid-row: 1 / span 2;
}

.proof-partner-strip,
.proof-note {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-top: 14px;
  padding: 16px 18px;
  border: 1px solid rgba(95, 255, 186, 0.18);
  border-radius: 18px;
  background:
    radial-gradient(circle at 12% 0%, rgba(95, 255, 186, 0.1), transparent 13rem),
    rgba(10, 14, 18, 0.72);
  color: rgba(232, 236, 241, 0.86);
  font-weight: 850;
  backdrop-filter: blur(16px) saturate(132%);
}

.proof-partner-strip a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 9px 14px;
  border: 1px solid rgba(255, 106, 19, 0.32);
  border-radius: 999px;
  color: #fff;
  background: rgba(255, 106, 19, 0.08);
  font-size: 0.84rem;
  font-weight: 900;
}

.proof-note {
  justify-content: center;
  border-color: rgba(255, 106, 19, 0.22);
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 106, 19, 0.12), transparent 18rem),
    rgba(10, 14, 18, 0.72);
  text-align: center;
}

.proof-action {
  display: flex;
  justify-content: center;
  margin-top: 16px;
}

.proof-action .btn {
  width: min(100%, 360px);
  justify-content: center;
}

.business-section {
  padding: clamp(42px, 6vw, 86px) 0;
}

.business-heading {
  display: grid;
  gap: 8px;
  margin-bottom: 18px;
  padding: clamp(18px, 2vw, 24px);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 22px;
  background:
    radial-gradient(circle at 85% 0%, rgba(95, 255, 186, 0.11), transparent 18rem),
    radial-gradient(circle at 8% 0%, rgba(255, 106, 19, 0.1), transparent 15rem),
    linear-gradient(145deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.014)),
    rgba(7, 13, 17, 0.68);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 22px 60px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(16px) saturate(132%);
}

.business-heading .eyebrow {
  margin-bottom: -8px;
}

.business-heading h2 {
  max-width: 30ch;
  margin: 0;
  color: #fff;
  font-size: clamp(1.85rem, 2.5vw, 2.7rem);
  line-height: 1.04;
  letter-spacing: 0;
}

.business-heading > p:not(.eyebrow) {
  max-width: 66ch;
  margin: 0;
  color: rgba(232, 236, 241, 0.82);
  font-size: 0.94rem;
  line-height: 1.46;
}

.business-mobile-list {
  display: none;
}

.business-summary-grid,
.business-heading-cta {
  display: none;
}

.home-page .business-heading {
  gap: 12px;
}

.home-page .business-summary-grid {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 4px;
}

.home-page .business-summary-grid article {
  display: grid;
  align-content: start;
  gap: 6px;
  min-width: 0;
  min-height: 124px;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  background:
    radial-gradient(circle at 92% 0%, rgba(95, 255, 186, 0.055), transparent 10rem),
    linear-gradient(145deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.012)),
    rgba(7, 14, 17, 0.52);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.055);
}

.home-page .business-summary-grid article:first-child {
  border-color: rgba(255, 106, 19, 0.2);
  background:
    radial-gradient(circle at 92% 0%, rgba(255, 106, 19, 0.07), transparent 10rem),
    linear-gradient(145deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.012)),
    rgba(12, 12, 15, 0.54);
}

.home-page .business-summary-grid span {
  color: rgba(246, 247, 249, 0.72);
  font-size: 0.72rem;
  font-weight: 950;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.home-page .business-summary-grid strong {
  color: #fff;
  font-size: 1rem;
  font-weight: 950;
  line-height: 1.14;
}

.home-page .business-summary-grid p {
  margin: 0;
  color: rgba(225, 230, 235, 0.78);
  font-size: 0.84rem;
  line-height: 1.42;
}

.home-page .business-heading-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  margin-top: 4px;
  padding: 10px 18px;
  border: 1px solid rgba(255, 106, 19, 0.32);
  border-radius: 999px;
  background: rgba(255, 106, 19, 0.08);
  color: #fff;
  font-size: 0.88rem;
  font-weight: 900;
  text-decoration: none;
}

.home-page .business-heading-cta::after {
  content: "→";
  margin-left: 9px;
  color: var(--orange);
}

.home-page .business-grid,
.home-page .business-action {
  display: none;
}

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

.business-card {
  display: grid;
  grid-template-columns: minmax(210px, 0.9fr) minmax(0, 1fr);
  grid-template-rows: 1fr;
  align-items: stretch;
  gap: 18px;
  min-width: 0;
  min-height: 250px;
  padding: 18px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 20px;
  background:
    radial-gradient(circle at 92% 0%, rgba(95, 255, 186, 0.09), transparent 14rem),
    linear-gradient(145deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.014)),
    rgba(8, 14, 18, 0.72);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.07),
    0 18px 46px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(16px) saturate(132%);
}

.business-card-accent {
  border-color: rgba(255, 106, 19, 0.34);
  background:
    radial-gradient(circle at 90% 0%, rgba(255, 106, 19, 0.16), transparent 15rem),
    linear-gradient(145deg, rgba(255, 255, 255, 0.065), rgba(255, 255, 255, 0.014)),
    rgba(10, 14, 18, 0.75);
}

.business-shot,
.business-knowledge {
  min-width: 0;
  height: 214px;
  min-height: 214px;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(95, 255, 186, 0.18);
  border-radius: 18px;
  background:
    radial-gradient(circle at 16% 0%, rgba(255, 106, 19, 0.1), transparent 8rem),
    rgba(4, 15, 17, 0.66);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.07),
    0 16px 38px rgba(0, 0, 0, 0.2);
}

.business-shot img {
  display: block;
  width: 100%;
  height: 100%;
  max-height: none;
  object-fit: cover;
  object-position: top center;
}

.business-knowledge {
  display: grid;
  align-content: center;
  gap: 10px;
  padding: 18px;
  background:
    radial-gradient(circle at 20% 0%, rgba(255, 106, 19, 0.14), transparent 8rem),
    radial-gradient(circle at 94% 0%, rgba(95, 255, 186, 0.12), transparent 9rem),
    rgba(4, 15, 17, 0.62);
}

.business-knowledge span,
.business-kicker {
  color: var(--orange);
  font-size: 0.72rem;
  font-weight: 950;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.business-knowledge strong {
  color: #fff;
  font-size: clamp(1.08rem, 1.35vw, 1.35rem);
  line-height: 1.12;
}

.business-knowledge small {
  color: rgba(225, 230, 235, 0.72);
  font-size: 0.8rem;
  font-weight: 800;
}

.business-card > div:not(.business-knowledge) {
  display: grid;
  grid-template-rows: auto auto 1fr;
  gap: 12px;
  align-content: start;
  align-self: stretch;
  min-width: 0;
  padding-block: 8px;
}

.business-card h3 {
  margin: 0;
  color: #fff;
  font-size: clamp(1.08rem, 1.35vw, 1.38rem);
  line-height: 1.12;
  letter-spacing: 0;
}

.business-card p {
  margin: 0;
  color: rgba(225, 230, 235, 0.82);
  font-size: 0.9rem;
  line-height: 1.52;
}

.business-action {
  display: flex;
  justify-content: center;
  margin-top: 16px;
}

.business-action .btn {
  width: min(100%, 360px);
  justify-content: center;
}

.community-section {
  padding: clamp(42px, 6vw, 86px) 0;
}

.community-heading {
  display: grid;
  gap: 8px;
  margin-bottom: 18px;
  padding: clamp(18px, 2vw, 24px);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 22px;
  background:
    radial-gradient(circle at 86% 0%, rgba(95, 255, 186, 0.11), transparent 18rem),
    radial-gradient(circle at 8% 0%, rgba(255, 106, 19, 0.1), transparent 15rem),
    linear-gradient(145deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.014)),
    rgba(7, 13, 17, 0.68);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 22px 60px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(16px) saturate(132%);
}

.community-heading .eyebrow {
  margin-bottom: -8px;
}

.community-heading h2 {
  max-width: 30ch;
  margin: 0;
  color: #fff;
  font-size: clamp(1.85rem, 2.5vw, 2.7rem);
  line-height: 1.04;
  letter-spacing: 0;
}

.community-heading > p:not(.eyebrow) {
  max-width: 66ch;
  margin: 0;
  color: rgba(232, 236, 241, 0.82);
  font-size: 0.94rem;
  line-height: 1.46;
}

.community-mobile-list {
  display: none;
}

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

.community-card {
  display: grid;
  grid-template-rows: auto auto 1fr;
  gap: 14px;
  min-width: 0;
  min-height: 272px;
  padding: 18px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 20px;
  background:
    radial-gradient(circle at 90% 0%, rgba(95, 255, 186, 0.08), transparent 13rem),
    linear-gradient(145deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.014)),
    rgba(8, 14, 18, 0.72);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.07),
    0 18px 46px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(16px) saturate(132%);
}

.community-signal,
.community-logo-row {
  display: grid;
  align-content: center;
  gap: 8px;
  min-height: 112px;
  padding: 16px;
  overflow: hidden;
  border: 1px solid rgba(95, 255, 186, 0.18);
  border-radius: 16px;
  background:
    radial-gradient(circle at 18% 0%, rgba(255, 106, 19, 0.12), transparent 7rem),
    radial-gradient(circle at 92% 0%, rgba(95, 255, 186, 0.12), transparent 8rem),
    rgba(4, 15, 17, 0.62);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.07);
}

.community-signal span {
  color: var(--orange);
  font-size: 0.72rem;
  font-weight: 950;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.community-signal strong {
  color: #fff;
  font-size: 1rem;
  line-height: 1.12;
}

.community-signal-partner {
  border-color: rgba(255, 106, 19, 0.2);
  background:
    radial-gradient(circle at 18% 0%, rgba(255, 106, 19, 0.16), transparent 8rem),
    rgba(10, 14, 18, 0.66);
}

.community-logo-row {
  grid-template-columns: 1fr 1fr;
  align-items: center;
  justify-items: center;
  gap: 8px;
}

.community-logo-row img {
  display: block;
  width: min(100%, 118px);
  max-height: 38px;
  object-fit: contain;
  border-radius: 10px;
  opacity: 0.72;
  filter: saturate(0.9);
}

.community-card h3 {
  margin: 0;
  color: #fff;
  font-size: clamp(1.08rem, 1.35vw, 1.34rem);
  line-height: 1.12;
  letter-spacing: 0;
}

.community-card p {
  margin: 0;
  color: rgba(225, 230, 235, 0.82);
  font-size: 0.9rem;
  line-height: 1.52;
}

.community-note {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  margin-top: 14px;
  padding: 16px 18px;
  border: 1px solid rgba(255, 106, 19, 0.22);
  border-radius: 18px;
  background:
    radial-gradient(circle at 12% 0%, rgba(255, 106, 19, 0.12), transparent 13rem),
    rgba(10, 14, 18, 0.72);
  color: rgba(232, 236, 241, 0.84);
  backdrop-filter: blur(16px) saturate(132%);
}

.community-note strong {
  color: #fff;
  font-size: 1rem;
  white-space: nowrap;
}

.community-note span {
  max-width: none;
  text-align: left;
  font-size: 0.94rem;
}

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

.community-action .btn {
  width: min(100%, 360px);
  justify-content: center;
}

.final-conversion-section {
  padding: clamp(42px, 6vw, 82px) 0 clamp(52px, 7vw, 96px);
}

.final-conversion-card {
  display: grid;
  justify-items: center;
  gap: 14px;
  max-width: 920px;
  margin: 0 auto;
  padding: clamp(24px, 4vw, 46px);
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 26px;
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 106, 19, 0.16), transparent 19rem),
    radial-gradient(circle at 80% 10%, rgba(95, 255, 186, 0.08), transparent 16rem),
    linear-gradient(145deg, rgba(255, 255, 255, 0.065), rgba(255, 255, 255, 0.014)),
    rgba(7, 13, 17, 0.72);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 24px 70px rgba(0, 0, 0, 0.24);
  backdrop-filter: blur(18px) saturate(138%);
}

.final-conversion-card .eyebrow {
  margin-bottom: -4px;
}

.final-conversion-card h2 {
  max-width: 17ch;
  margin: 0;
  color: #fff;
  font-size: clamp(2rem, 4vw, 3.6rem);
  line-height: 0.98;
  letter-spacing: 0;
}

.final-conversion-card > p:not(.eyebrow) {
  max-width: 64ch;
  margin: 0 0 6px;
  color: rgba(232, 236, 241, 0.84);
  font-size: clamp(0.98rem, 1.2vw, 1.08rem);
  line-height: 1.55;
}

.final-conversion-card > .btn {
  width: min(100%, 360px);
  justify-content: center;
}

.final-expert-link {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: rgba(232, 236, 241, 0.72);
  font-size: 0.92rem;
}

.final-expert-link a {
  color: #fff;
  font-weight: 900;
  text-decoration: underline;
  text-decoration-color: rgba(255, 106, 19, 0.55);
  text-underline-offset: 4px;
}

.final-conversion-card > strong {
  margin-top: 4px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.98rem;
  line-height: 1.35;
}

.premium-no {
  color: var(--muted);
  font-weight: 800;
}

.hero-ui-top,
.hero-ui-bottom,
.hero-request-top,
.hero-request-row,
.hero-tool-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-width: 0;
}

.hero-request-top {
  align-items: flex-start;
}

.hero-request-top > div:first-child {
  min-width: 0;
}

.hero-request-top span {
  display: block;
  margin-bottom: 7px;
}

.hero-ui-top span,
.hero-request-top span,
.hero-tool-card span {
  color: var(--orange);
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.hero-ui-top strong,
.hero-request-top strong,
.hero-tool-card strong {
  color: #fff;
  font-size: clamp(1.05rem, 1.55vw, 1.45rem);
  line-height: 1.05;
}

.hero-ui-status {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7px 10px;
  border: 1px solid rgba(63, 198, 92, 0.34);
  border-radius: 999px;
  color: #dfffea;
  background: rgba(63, 198, 92, 0.1);
  font-size: 0.8rem;
  font-weight: 850;
}

.hero-ui-status::before {
  width: 8px;
  height: 8px;
  content: "";
  border-radius: 50%;
  background: #32f22f;
  box-shadow: 0 0 18px rgba(50, 242, 47, 0.75);
}

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

.hero-ui-card,
.hero-request-row,
.hero-tool-card {
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 12px;
  background:
    radial-gradient(circle at 88% 12%, rgba(255, 106, 19, 0.08), transparent 9rem),
    rgba(255, 255, 255, 0.025);
}

.hero-ui-card {
  min-height: 86px;
  padding: 15px 16px;
}

.hero-ui-card span {
  display: block;
  margin-bottom: 10px;
  color: #c8d0d7;
  font-size: 0.74rem;
  font-weight: 850;
  letter-spacing: 0.01em;
}

.hero-ui-card strong {
  display: block;
  color: #fff;
  font-size: clamp(1.55rem, 2.7vw, 2.55rem);
  font-weight: 950;
  line-height: 1;
}

.hero-ui-bottom {
  align-items: stretch;
  gap: 10px;
}

.hero-ui-bottom div {
  flex: 1;
  min-width: 0;
  padding: 10px 12px;
  border: 1px solid rgba(255, 106, 19, 0.24);
  border-radius: 999px;
  background:
    linear-gradient(135deg, rgba(255, 106, 19, 0.12), rgba(255, 255, 255, 0.025));
  color: #f5f7f8;
  font-size: 0.78rem;
  font-weight: 850;
  text-align: center;
}

.hero-tool-stack {
  display: grid;
  grid-template-columns: 0.94fr 1.06fr;
  gap: 14px;
  align-items: stretch;
}

.hero-tool-card {
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  overflow: hidden;
  padding: 16px;
  border-color: rgba(255, 106, 19, 0.18);
  background:
    linear-gradient(145deg, rgba(255, 106, 19, 0.08), rgba(255, 255, 255, 0.018)),
    rgba(6, 11, 14, 0.9);
}

.hero-tool-card.primary {
  min-height: 100%;
  background:
    linear-gradient(145deg, rgba(255, 106, 19, 0.13), rgba(255, 255, 255, 0.025)),
    rgba(5, 10, 13, 0.84);
}

.hero-tool-shot {
  width: 100%;
  min-height: 190px;
  margin-top: 12px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 10px;
  background: center / cover no-repeat;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.04);
}

.hero-tool-list .hero-tool-shot {
  min-height: 108px;
}

.hero-tool-shot.eoi {
  background-image: image-set(
    url("../img/tools/eoi-calculator-screenshot.webp") type("image/webp"),
    url("../img/tools/eoi-calculator-screenshot.png") type("image/png")
  );
}

.hero-tool-shot.tq {
  background-image: image-set(
    url("../img/tools/tq-iq-tool-screenshot.webp") type("image/webp"),
    url("../img/tools/tq-iq-tool-screenshot.png") type("image/png")
  );
}

.hero-tool-list {
  display: grid;
  gap: 14px;
}

.hero-tool-list .hero-tool-card {
  min-height: 0;
}

.hero-request-panel {
  display: grid;
  align-content: center;
  gap: 12px;
  padding: clamp(16px, 3vw, 26px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 18px;
  background:
    radial-gradient(circle at 90% 8%, rgba(255, 106, 19, 0.12), transparent 14rem),
    linear-gradient(145deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.014)),
    rgba(5, 11, 14, 0.64);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.07),
    0 28px 84px rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(12px);
}

.hero-request-top {
  padding: 0 0 14px;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: var(--radius);
  background:
    transparent;
}

.hero-request-row {
  min-height: 68px;
  padding: 14px 15px;
  border-color: rgba(255, 255, 255, 0.085);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.012)),
    rgba(0, 0, 0, 0.18);
}

.hero-request-row span {
  display: block;
  color: #c8d0d7;
  font-size: 0.74rem;
  font-weight: 850;
  letter-spacing: 0.01em;
}

.hero-request-row strong {
  display: block;
  margin-top: 5px;
  color: #fff;
  font-size: 1.02rem;
  line-height: 1.2;
}

.hero-request-state {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 92px;
  min-height: 30px;
  padding: 6px 10px;
  border: 1px solid rgba(255, 106, 19, 0.3);
  border-radius: 999px;
  background: rgba(255, 106, 19, 0.08);
  color: var(--orange);
  font-size: 0.74rem;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
}

.hero-request-top .hero-request-state {
  border-color: rgba(63, 198, 92, 0.34);
  background: rgba(63, 198, 92, 0.1);
  color: #dfffea;
}

.hero-data-panel {
  position: relative;
  overflow: hidden;
  border-color: rgba(255, 106, 19, 0.24);
  background:
    radial-gradient(circle at 90% 8%, rgba(255, 106, 19, 0.16), transparent 16rem),
    linear-gradient(145deg, rgba(255, 255, 255, 0.065), rgba(255, 255, 255, 0.018)),
    rgba(9, 15, 18, 0.9);
}

.hero-data-panel::before {
  position: absolute;
  inset: 18px;
  content: "";
  pointer-events: none;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
}

.hero-data-panel div {
  position: relative;
  border-color: rgba(255, 255, 255, 0.1);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.012)),
    rgba(0, 0, 0, 0.24);
}

.hero-visual::before,
.hero-visual::after {
  display: none;
  position: absolute;
  inset: 0;
  content: "";
}

.hero-visual::before {
  background:
    linear-gradient(90deg, transparent 0 7%, rgba(255, 106, 19, 0.65) 7% 7.35%, transparent 7.35% 15%, rgba(255, 106, 19, 0.45) 15% 15.35%, transparent 15.35%),
    linear-gradient(0deg, transparent 0 14%, rgba(255, 106, 19, 0.42) 14% 14.4%, transparent 14.4% 25%, rgba(255, 106, 19, 0.48) 25% 25.35%, transparent 25.35%),
    repeating-linear-gradient(30deg, rgba(255, 106, 19, 0.2) 0 2px, transparent 2px 45px);
  opacity: 0.75;
  transform: perspective(800px) rotateX(58deg) rotateZ(-16deg) scale(1.2);
  transform-origin: 50% 46%;
}

.hero-visual::after {
  background:
    radial-gradient(circle, rgba(255, 106, 19, 0.88) 0 2px, transparent 3px) 18% 28% / 72px 72px,
    radial-gradient(circle, rgba(255, 106, 19, 0.55) 0 2px, transparent 3px) 82% 64% / 84px 84px,
    linear-gradient(90deg, rgba(0, 0, 0, 0.55), transparent 34%, rgba(0, 0, 0, 0.52));
}

.circuit-field {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: none;
}

.trace {
  position: absolute;
  height: 2px;
  border-radius: 99px;
  background: linear-gradient(90deg, transparent, rgba(255, 106, 19, 0.84), transparent);
  box-shadow: 0 0 16px rgba(255, 106, 19, 0.42);
}

.t1 { width: 50%; left: 4%; top: 39%; transform: rotate(-12deg); }
.t2 { width: 58%; right: -3%; top: 31%; transform: rotate(16deg); }
.t3 { width: 42%; left: 18%; bottom: 22%; transform: rotate(14deg); }
.t4 { width: 34%; right: 11%; bottom: 29%; transform: rotate(-24deg); }
.t5 { width: 45%; left: 2%; top: 58%; transform: rotate(4deg); }
.t6 { width: 32%; right: 2%; top: 55%; transform: rotate(-9deg); }
.t7 { width: 30%; left: 34%; top: 17%; transform: rotate(23deg); }

.ecu-chip {
  position: absolute;
  left: 50%;
  top: 50%;
  width: min(64%, 470px);
  aspect-ratio: 1.42 / 1;
  transform: translate(-43%, -47%) rotate(-12deg);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 20px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.11), transparent 28%),
    linear-gradient(155deg, #151a1e, #080c0f 65%, #171c20);
  box-shadow:
    0 36px 90px rgba(0, 0, 0, 0.72),
    inset 0 0 0 8px rgba(255, 255, 255, 0.035),
    inset 0 0 0 12px rgba(0, 0, 0, 0.22);
}

.ecu-chip::before,
.ecu-chip::after {
  position: absolute;
  content: "";
  border-radius: 14px;
}

.ecu-chip::before {
  inset: 24px;
  border: 1px solid rgba(255, 106, 19, 0.35);
  opacity: 0.75;
}

.ecu-chip::after {
  right: -72px;
  top: 34%;
  width: 90px;
  height: 92px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: linear-gradient(90deg, #080b0e, #181d20);
  box-shadow: inset 10px 0 0 rgba(255, 255, 255, 0.035);
}

.chip-screw {
  position: absolute;
  z-index: 3;
  width: 22px;
  height: 22px;
  border: 2px solid rgba(255, 255, 255, 0.16);
  border-radius: 50%;
  background: #05080a;
  box-shadow: inset 0 0 0 4px rgba(255, 255, 255, 0.04);
}

.s1 { left: 17px; top: 17px; }
.s2 { right: 17px; top: 17px; }
.s3 { left: 17px; bottom: 17px; }
.s4 { right: 17px; bottom: 17px; }

.chip-mark {
  position: absolute;
  left: 50%;
  top: 50%;
  display: grid;
  place-items: center;
  width: 118px;
  height: 92px;
  transform: translate(-50%, -50%);
  border: 3px solid var(--orange);
  border-radius: 14px;
  color: var(--orange);
  box-shadow: 0 0 28px rgba(255, 106, 19, 0.32);
}

.chip-mark span {
  width: 58px;
  height: 58px;
  border: 3px solid currentColor;
  border-radius: 50% 50% 46% 46%;
}

.section-heading {
  max-width: 680px;
}

.section-heading.narrow {
  max-width: 830px;
}

.section-heading.center {
  margin-inline: auto;
  text-align: center;
}

.section-heading.compact {
  max-width: 780px;
  margin-bottom: 30px;
}

.card-grid,
.pricing-grid,
.advantage-grid,
.audience-grid {
  display: grid;
  gap: 18px;
}

.card-grid {
  margin-top: 32px;
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.feature-card,
.audience-panel,
.price-card,
.verify-card,
.data-panel,
.steps-grid article,
.advantage-grid article,
.cta-panel,
.faq-list details {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.018)),
    var(--bg-card);
  box-shadow: var(--shadow);
}

.feature-card,
.audience-panel,
.price-card,
.verify-card,
.steps-grid article,
.advantage-grid article {
  padding: 24px;
}

.feature-card {
  min-height: 230px;
}

.feature-card {
  position: relative;
  overflow: hidden;
  border-color: rgba(255, 255, 255, 0.105);
  background:
    linear-gradient(155deg, rgba(20, 31, 37, 0.96), rgba(10, 16, 20, 0.9)),
    var(--bg-card);
}

.feature-card::before {
  position: absolute;
  inset: 0 auto 0 0;
  width: 3px;
  content: "";
  background: linear-gradient(180deg, rgba(255, 106, 19, 0.86), rgba(255, 106, 19, 0));
  opacity: 0.62;
}

.feature-card .icon {
  border-color: rgba(255, 106, 19, 0.34);
  background:
    radial-gradient(circle at 30% 20%, rgba(255, 255, 255, 0.12), transparent 38%),
    rgba(255, 106, 19, 0.1);
  box-shadow: 0 12px 32px rgba(255, 106, 19, 0.08);
}

.icon,
.verify-shield {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  margin-bottom: 18px;
  border: 1px solid var(--line-strong);
  border-radius: var(--radius);
  color: var(--orange);
  background: rgba(255, 106, 19, 0.08);
  font-weight: 900;
}

.feature-card p,
.steps-grid p {
  margin-bottom: 0;
  font-size: 0.96rem;
}

.answer-section {
  position: relative;
}

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

.answer-card {
  min-width: 0;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.015)),
    rgba(13, 21, 26, 0.82);
  box-shadow: var(--shadow-soft);
}

.answer-card {
  position: relative;
  overflow: hidden;
  border-color: rgba(124, 143, 154, 0.22);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.052), rgba(255, 255, 255, 0.012)),
    rgba(11, 18, 23, 0.88);
}

.answer-card::before {
  display: block;
  width: 30px;
  height: 2px;
  margin-bottom: 14px;
  content: "";
  border-radius: 999px;
  background: rgba(255, 106, 19, 0.82);
}

.answer-card h3 {
  margin-bottom: 10px;
  color: #f7f8fa;
  font-size: 1rem;
  line-height: 1.28;
}

.answer-card p {
  margin: 0;
  color: #dce2e7;
  font-size: 0.95rem;
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(min(32vw, 320px), 0.72fr);
  align-items: center;
  gap: clamp(28px, 6vw, 72px);
}

.split.reverse {
  grid-template-columns: minmax(min(32vw, 320px), 0.66fr) minmax(0, 0.95fr);
}

.split.reverse .section-heading {
  order: 2;
}

.data-panel {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  padding: 18px;
}

.data-panel div {
  min-height: 96px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: var(--radius);
  background: rgba(0, 0, 0, 0.22);
}

.data-panel span,
.plan,
.advantage-grid span {
  display: block;
  margin-bottom: 8px;
  color: var(--orange);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.data-panel strong {
  font-size: 1.18rem;
}

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

.audience-panel {
  position: relative;
  overflow: hidden;
}

.audience-panel::after {
  position: absolute;
  right: -90px;
  bottom: -110px;
  width: 280px;
  height: 280px;
  content: "";
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 106, 19, 0.16), transparent 68%);
}

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

.check-list li {
  position: relative;
  padding-left: 28px;
  color: #dfe4e8;
}

.check-list li::before {
  position: absolute;
  left: 0;
  top: 0.08em;
  display: grid;
  place-items: center;
  width: 18px;
  height: 18px;
  content: "✓";
  border: 1px solid var(--line-strong);
  border-radius: 50%;
  color: var(--orange);
  font-size: 0.72rem;
  font-weight: 900;
}

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

.steps-grid article {
  position: relative;
  overflow: hidden;
  border-color: rgba(255, 106, 19, 0.16);
  background:
    radial-gradient(circle at 92% 0%, rgba(255, 106, 19, 0.14), transparent 8rem),
    linear-gradient(145deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.022)),
    linear-gradient(180deg, rgba(255, 106, 19, 0.105), transparent 44%),
    rgba(12, 19, 24, 0.78);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.06),
    0 18px 46px rgba(0, 0, 0, 0.24);
  backdrop-filter: blur(14px);
}

.steps-grid article::after {
  position: absolute;
  right: 18px;
  top: 22px;
  width: 42px;
  height: 1px;
  content: "";
  background: linear-gradient(90deg, rgba(255, 106, 19, 0.55), transparent);
}

.steps-grid span {
  display: inline-grid;
  place-items: center;
  width: 38px;
  height: 38px;
  margin-bottom: 18px;
  border: 1px solid rgba(255, 106, 19, 0.48);
  border-radius: 50%;
  background:
    linear-gradient(145deg, rgba(255, 106, 19, 0.34), rgba(255, 106, 19, 0.12)),
    rgba(12, 19, 24, 0.76);
  color: var(--orange);
  font-weight: 950;
  box-shadow:
    0 0 0 6px rgba(255, 106, 19, 0.075),
    0 10px 24px rgba(0, 0, 0, 0.24);
}

.verify-card {
  padding: 34px;
  border-color: rgba(63, 198, 92, 0.22);
  background:
    radial-gradient(circle at 86% 12%, rgba(63, 198, 92, 0.12), transparent 10rem),
    linear-gradient(150deg, rgba(19, 32, 36, 0.96), rgba(9, 15, 19, 0.92)),
    var(--bg-card);
}

.verify-shield {
  width: 64px;
  height: 64px;
  border-radius: 18px;
  font-size: 1.55rem;
  border-color: rgba(63, 198, 92, 0.28);
  color: #58e47a;
  background: rgba(63, 198, 92, 0.1);
}

.pricing-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 34px;
}

.price-card {
  min-height: 330px;
}

.price-card h3 {
  margin-bottom: 24px;
  font-size: clamp(1.35rem, 1.7vw, 1.85rem);
}

.price-card h3 span {
  color: var(--muted);
  font-size: 1rem;
}

.price-card .price {
  margin: 0 0 8px;
  color: var(--text);
  font-size: clamp(2rem, 4vw, 3.2rem);
  font-weight: 900;
  letter-spacing: 0;
}

.price-card .price span,
.price-card .price-note {
  color: var(--muted);
  font-size: 1rem;
  font-weight: 800;
}

.price-card .price-note {
  margin: 0 0 22px;
}

.price-card.highlighted {
  border-color: var(--line-strong);
  background:
    linear-gradient(145deg, rgba(255, 106, 19, 0.18), rgba(255, 255, 255, 0.026)),
    var(--bg-card-strong);
}

.business-page-mockup {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    radial-gradient(circle at 76% 10%, rgba(255, 106, 19, 0.18), transparent 18rem),
    linear-gradient(145deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.022)),
    var(--bg-card);
  box-shadow: var(--shadow);
}

.business-page-mockup {
  display: none !important;
}

.hero-visual:has(.business-page-mockup) {
  display: none;
}

.business-profile-section .split:has(.business-page-mockup),
.hero-grid:has(.business-page-mockup) {
  grid-template-columns: 1fr;
}

.business-profile-section .split:has(.business-page-mockup) .section-heading,
.hero-grid:has(.business-page-mockup) .hero-copy {
  max-width: 860px;
}

.mockup-top {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 14px;
  border-bottom: 1px solid var(--line);
  color: var(--muted-strong);
  font-size: 0.82rem;
  font-weight: 800;
}

.mockup-top span {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: rgba(255, 106, 19, 0.78);
}

.mockup-top strong {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.mockup-banner {
  min-height: 132px;
  background:
    linear-gradient(120deg, rgba(255, 106, 19, 0.28), rgba(96, 139, 163, 0.12)),
    url("/assets/img/og-image.png") center/cover;
  opacity: 0.78;
}

.mockup-body {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 16px;
  align-items: center;
  padding: 20px;
}

.mockup-logo {
  display: grid;
  place-items: center;
  width: 64px;
  height: 64px;
  border: 1px solid rgba(255, 106, 19, 0.48);
  border-radius: 18px;
  color: var(--orange);
  background: rgba(255, 106, 19, 0.08);
  font-weight: 950;
}

.mockup-body h3 {
  margin: 0 0 6px;
}

.mockup-body p {
  margin: 0;
  color: var(--muted);
}

.business-page-mockup .service-chip-grid {
  padding: 0 20px 20px;
}

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

.partner-card {
  display: grid;
  grid-template-columns: 96px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 20px;
  background:
    radial-gradient(circle at 18% 0%, rgba(255, 106, 19, 0.09), transparent 12rem),
    linear-gradient(145deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.018)),
    rgba(12, 18, 22, 0.72);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.07), 0 18px 42px rgba(0, 0, 0, 0.18);
}

.partner-logo-slot {
  display: grid;
  place-items: center;
  width: 92px;
  height: 92px;
  border: 1px solid rgba(255, 106, 19, 0.32);
  border-radius: 18px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.018)),
    rgba(6, 10, 13, 0.72);
}

.partner-logo-slot img {
  width: 54px;
  height: 54px;
  object-fit: contain;
}

.partner-type {
  margin: 0 0 7px;
  color: var(--orange);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.partner-card h3 {
  margin-bottom: 7px;
}

.partner-card p:not(.partner-type) {
  margin-bottom: 12px;
  color: var(--muted);
}

.button-reset {
  appearance: none;
  padding: 0;
  border: 0;
  background: none;
  cursor: pointer;
  font: inherit;
}

.partner-contact-panel {
  width: min(100%, 540px);
}

.partner-contact-content {
  padding: 2px 8px 10px;
}

.partner-contact-content h2 {
  margin-bottom: 14px;
}

.partner-contact-content p:not(.eyebrow) {
  margin-bottom: 22px;
  color: var(--muted);
}

.partner-contact-actions {
  display: grid;
  gap: 12px;
}

.partners-page .topic-card {
  min-height: 0;
}

.partners-page .topic-card .icon {
  overflow: hidden;
  white-space: nowrap;
  font-size: 0.78rem;
  line-height: 1;
}

.partners-page .topic-card p {
  margin-bottom: 0;
  overflow-wrap: normal;
}

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

.advantage-grid article {
  min-height: 134px;
}

.advantage-grid h3 {
  margin-bottom: 0;
  font-size: 1.05rem;
}

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

.tf-steps {
  margin-top: 30px;
}

.service-chip-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.service-chip-grid span {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 9px 16px;
  border: 1px solid rgba(255, 106, 19, 0.36);
  border-radius: 999px;
  background: rgba(255, 106, 19, 0.07);
  color: #f5f7f8;
  font-size: 0.94rem;
  font-weight: 850;
}

.service-chip-grid span::before {
  width: 7px;
  height: 7px;
  margin-right: 9px;
  content: "";
  border-radius: 50%;
  background: var(--orange);
  box-shadow: 0 0 12px rgba(255, 106, 19, 0.48);
}

.topic-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin-top: 30px;
}

.topic-card {
  display: flex;
  flex-direction: column;
  min-width: 0;
  min-height: 100%;
  border-color: rgba(255, 255, 255, 0.12);
  background:
    linear-gradient(160deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.012)),
    rgba(10, 17, 21, 0.9);
}

.topic-card::before {
  position: static;
  display: block;
  width: 100%;
  height: 3px;
  margin: -24px -24px 21px;
  background: linear-gradient(90deg, rgba(255, 106, 19, 0.82), rgba(255, 106, 19, 0));
  opacity: 1;
}

.feature-card,
.answer-card,
.audience-panel,
.price-card,
.verify-card,
.steps-grid article,
.advantage-grid article,
.topic-link {
  min-width: 0;
  overflow-wrap: anywhere;
  hyphens: auto;
}

.topic-card p {
  margin-bottom: 22px;
}

.topic-card .btn {
  align-self: stretch;
  width: 100%;
  margin-top: auto;
  padding-inline: 14px;
}

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

.topic-link {
  display: flex;
  align-items: center;
  gap: 14px;
  min-height: 58px;
  padding: 14px 16px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.018)),
    var(--bg-card);
  color: var(--text);
  font-weight: 850;
  overflow-wrap: normal;
  word-break: normal;
  hyphens: auto;
  box-shadow: var(--shadow-soft);
}

.topic-link:not(:has(.topic-icon)) {
  display: block;
}

.topic-link:not(:has(.topic-icon)) span {
  width: 100%;
  max-width: none;
}

.topic-link::before {
  display: none;
}

.topic-icon {
  display: grid;
  place-items: center;
  flex: 0 0 42px;
  width: 42px;
  height: 42px;
  min-width: 42px;
  border: 1px solid rgba(255, 106, 19, 0.28);
  border-radius: var(--radius);
  background-color: rgba(0, 0, 0, 0.16);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.topic-icon img {
  display: block;
  width: 28px;
  height: 28px;
}

.topic-link:hover {
  border-color: var(--line-strong);
  color: #fff;
  transform: translateY(-1px);
}

.topic-link:hover .topic-icon {
  border-color: rgba(255, 106, 19, 0.46);
  background-color: rgba(255, 106, 19, 0.06);
}

.topic-link > span:not(.topic-icon) {
  display: block;
  flex: 1 1 auto;
  min-width: 0;
  overflow-wrap: break-word;
  word-break: normal;
  hyphens: auto;
  line-height: 1.22;
}

.fault-related-grid {
  grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
  gap: 12px;
}

.fault-related-grid .topic-link {
  display: flex;
  align-items: center;
  min-height: 52px;
  padding: 12px 14px;
  border-color: rgba(255, 255, 255, 0.14);
  border-radius: 14px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.02)),
    rgba(16, 23, 27, 0.72);
  backdrop-filter: blur(14px);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.fault-related-grid .topic-link span {
  overflow-wrap: normal;
  word-break: normal;
  hyphens: none;
  line-height: 1.2;
}

.topic-link-toggle {
  display: none;
}

.vag-engine-card {
  gap: 12px;
}

.engine-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-width: 76px;
  min-height: 34px;
  padding: 7px 12px;
  border: 1px solid var(--line-strong);
  border-radius: var(--radius);
  color: var(--orange);
  background: rgba(255, 102, 13, 0.08);
  font-size: 0.88rem;
  font-weight: 900;
  line-height: 1;
  white-space: nowrap;
  letter-spacing: 0;
}

.legal-note {
  max-width: 900px;
  margin: 24px 0 0;
  padding: 16px 18px;
  border: 1px solid rgba(255, 106, 19, 0.26);
  border-radius: var(--radius);
  background: rgba(255, 106, 19, 0.055);
  color: #dce2e7;
}

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

.muted-list li::before {
  color: var(--muted);
  border-color: rgba(255, 255, 255, 0.18);
}

.seo-layout {
  grid-template-columns: minmax(260px, 0.55fr) minmax(0, 1.15fr);
}

.seo-prose {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.018)),
    var(--bg-card);
  box-shadow: var(--shadow);
  padding: clamp(24px, 4vw, 40px);
}

.seo-prose-inner {
  position: relative;
}

.seo-prose.is-collapsible:not(.is-expanded) .seo-prose-inner {
  max-height: var(--collapsed-height, 8rem);
  overflow: hidden;
}

.seo-prose.is-collapsible:not(.is-expanded) .seo-prose-inner::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 4.5rem;
  content: "";
  pointer-events: none;
  background: linear-gradient(to bottom, rgba(16, 24, 29, 0), rgba(16, 24, 29, 0.96));
}

.seo-toggle {
  margin-top: 22px;
}

.seo-prose p {
  margin-bottom: 18px;
  color: #dfe5ea;
  font-size: 1.03rem;
}

.seo-prose p:last-child {
  margin-bottom: 0;
}

.faq-layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.56fr) minmax(0, 1fr);
  gap: clamp(28px, 5vw, 64px);
  align-items: start;
}

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

.faq-list details {
  padding: 0;
  overflow: hidden;
}

.faq-list summary {
  position: relative;
  padding: 20px 54px 20px 22px;
  color: #f4f6f7;
  font-weight: 850;
  cursor: pointer;
  list-style: none;
}

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

.faq-list summary::after {
  position: absolute;
  right: 22px;
  top: 50%;
  content: "+";
  transform: translateY(-50%);
  color: var(--orange);
  font-size: 1.55rem;
  line-height: 1;
}

.faq-list details[open] summary::after {
  content: "−";
}

.faq-list p {
  margin: 0;
  padding: 0 22px 20px;
}

.final-cta {
  padding-top: clamp(72px, 9vw, 128px);
}

.legal-hero {
  min-height: calc(100vh - 78px);
  padding-top: clamp(58px, 7vw, 104px);
}

.trust-page .legal-hero {
  min-height: auto;
  padding-top: clamp(42px, 5vw, 72px);
  padding-bottom: clamp(42px, 5vw, 72px);
}

.trust-page .legal-hero .legal-layout {
  align-items: center;
}

.legal-layout {
  display: grid;
  grid-template-columns: minmax(260px, 0.55fr) minmax(0, 1fr);
  gap: clamp(28px, 6vw, 76px);
  align-items: start;
}

.legal-layout > .section-heading {
  grid-column: 1;
}

.legal-layout > .legal-toc {
  grid-column: 1;
}

.legal-layout > .legal-card {
  grid-column: 2;
  grid-row: 1 / span 2;
}

.legal-card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    radial-gradient(circle at 92% 8%, rgba(255, 106, 19, 0.13), transparent 18rem),
    linear-gradient(145deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.018)),
    var(--bg-card);
  box-shadow: var(--shadow);
}

.legal-toc {
  display: grid;
  gap: 14px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: var(--radius);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.048), rgba(255, 255, 255, 0.014)),
    rgba(8, 14, 18, 0.52);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.055);
}

.legal-toc .eyebrow {
  margin: 0;
}

.legal-toc div {
  display: grid;
  gap: 8px;
}

.legal-toc a {
  display: block;
  padding: 9px 10px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  color: #dfe5ea;
  font-size: 0.9rem;
  font-weight: 800;
  line-height: 1.25;
  text-decoration: none;
  background: rgba(255, 255, 255, 0.024);
}

.legal-toc a:hover,
.legal-toc a:focus-visible {
  border-color: rgba(255, 106, 19, 0.42);
  color: #fff;
  background: rgba(255, 106, 19, 0.08);
}

.legal-block {
  padding: clamp(22px, 3vw, 32px);
}

.legal-block + .legal-block {
  border-top: 1px solid var(--line);
}

.legal-block h2 {
  margin-bottom: 12px;
  color: var(--orange);
  font-size: 0.88rem;
  font-weight: 900;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.legal-block h3 {
  margin: 20px 0 8px;
  color: #f6f7f9;
  font-size: 1rem;
  font-weight: 900;
}

.legal-block p {
  margin-bottom: 0;
  color: #e4e9ed;
  font-size: 1.05rem;
}

.legal-block p + p {
  margin-top: 18px;
}

.legal-block ul {
  display: grid;
  gap: 8px;
  margin: 12px 0 0;
  padding-left: 22px;
  color: #e4e9ed;
}

.legal-block ul + p,
.legal-block p + ul {
  margin-top: 16px;
}

.legal-block li::marker {
  color: var(--orange);
}

.legal-block a {
  color: #fff;
  font-weight: 800;
  text-decoration: underline;
  text-decoration-color: rgba(255, 106, 19, 0.8);
  text-underline-offset: 4px;
}

.legal-block a:hover,
.legal-block a:focus-visible {
  color: var(--orange);
}

.cta-panel {
  position: relative;
  overflow: hidden;
  padding: clamp(30px, 6vw, 58px);
  border: 1px solid rgba(255, 255, 255, 0.105);
  border-radius: var(--radius);
  background:
    linear-gradient(145deg, rgba(255, 106, 19, 0.095), transparent 42%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.018)),
    var(--bg-card-strong);
}

.cta-panel::before,
.final-cta-box::before {
  position: absolute;
  inset: 0 0 auto;
  height: 3px;
  content: "";
  background: linear-gradient(90deg, rgba(255, 106, 19, 0.88), rgba(255, 106, 19, 0));
}

.cta-panel p {
  max-width: 700px;
}

.final-cta-box {
  position: relative;
  overflow: hidden;
  padding: clamp(28px, 5vw, 48px);
  border: 1px solid rgba(255, 255, 255, 0.095);
  border-radius: var(--radius);
  background:
    linear-gradient(145deg, rgba(255, 106, 19, 0.07), transparent 40%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.014)),
    rgba(12, 19, 24, 0.86);
  box-shadow: var(--shadow-soft);
}

.final-cta-box p {
  max-width: 720px;
}

.provider-page .cta-panel,
.provider-page .final-cta-box {
  background:
    linear-gradient(145deg, rgba(255, 106, 19, 0.12), transparent 38%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.052), rgba(255, 255, 255, 0.014)),
    rgba(13, 20, 22, 0.9);
}

.tool-page .cta-panel,
.tools-hub-page .cta-panel,
.online-tool-page .cta-panel,
.log-tool-page .cta-panel,
.tool-page .final-cta-box,
.tools-hub-page .final-cta-box,
.online-tool-page .final-cta-box,
.log-tool-page .final-cta-box {
  border-color: rgba(96, 139, 163, 0.2);
  background:
    linear-gradient(145deg, rgba(96, 139, 163, 0.11), transparent 40%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.052), rgba(255, 255, 255, 0.012)),
    rgba(8, 15, 19, 0.92);
}

.tool-page .cta-panel::before,
.tools-hub-page .cta-panel::before,
.online-tool-page .cta-panel::before,
.log-tool-page .cta-panel::before,
.tool-page .final-cta-box::before,
.tools-hub-page .final-cta-box::before,
.online-tool-page .final-cta-box::before,
.log-tool-page .final-cta-box::before {
  background: linear-gradient(90deg, rgba(96, 139, 163, 0.82), rgba(96, 139, 163, 0));
}

.live-activity-layout {
  display: grid;
  grid-template-columns: minmax(260px, 0.78fr) minmax(360px, 1fr);
  gap: clamp(28px, 5vw, 70px);
  align-items: center;
  min-width: 0;
}

.live-activity-section .section-heading {
  max-width: 520px;
}

.live-activity-proof {
  margin-top: 26px;
}

.live-activity-frame-wrap {
  overflow: hidden;
  width: 100%;
  max-width: min(100%, 640px);
  min-width: 0;
  margin-left: auto;
  border: 1px solid rgba(46, 200, 113, 0.32);
  border-radius: var(--radius);
  background:
    linear-gradient(145deg, rgba(46, 200, 113, 0.09), rgba(255, 106, 19, 0.035)),
    var(--bg-card);
  box-shadow: var(--shadow);
}

.live-activity-frame-scale {
  width: 100%;
  min-width: 0;
}

.live-activity-frame {
  display: block;
  width: 100%;
  max-width: 100%;
  height: min(620px, 82vh);
  border: 0;
  border-radius: var(--radius);
  background: #05090c;
}

.site-footer {
  padding: 44px 0;
  border-top: 1px solid var(--line);
  background: rgba(4, 7, 9, 0.7);
}

.footer-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1fr);
  gap: 30px;
  align-items: center;
}

.footer-grid p {
  max-width: 540px;
  margin: 14px 0 0;
}

.footer-grid nav {
  display: flex;
  justify-content: flex-end;
  gap: 16px 24px;
  flex-wrap: wrap;
  min-width: 0;
  color: var(--muted-strong);
  font-weight: 750;
}

.footer-grid nav a:hover,
.footer-grid nav a:focus-visible {
  color: var(--orange);
}

@media (max-width: 1180px) {
  .site-header.is-open {
    position: fixed;
    top: env(safe-area-inset-top, 0);
    right: 0;
    left: 0;
    max-height: calc(100dvh - env(safe-area-inset-top, 0));
    overflow-y: auto;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
  }

  .header-inner {
    grid-template-columns: auto auto auto;
    justify-content: space-between;
    padding-top: max(0px, env(safe-area-inset-top));
  }

  .brand {
    order: 1;
  }

  .header-actions {
    order: 2;
  }

  .nav-toggle {
    display: block;
    grid-column: auto;
    order: 3;
  }

  .site-nav {
    display: none;
  }

  .site-header:not(.is-open) .header-actions {
    display: flex;
    order: 2;
  }

  .site-header:not(.is-open) .header-actions .btn-primary,
  .site-header:not(.is-open) .header-actions .btn-ghost {
    display: none;
  }

  .site-header.is-open .site-nav,
  .site-header.is-open .header-actions {
    display: flex;
    justify-content: flex-start;
    width: 100%;
  }

  .site-header.is-open .site-nav {
    order: 4;
    grid-column: 1 / -1;
  }

  .site-header.is-open .header-actions {
    order: 5;
    grid-column: 1 / -1;
  }

  .site-header.is-open .site-nav {
    align-items: stretch;
    flex-direction: column;
    gap: 0;
    padding: 12px 0 0;
  }

  .site-header.is-open .site-nav a {
    padding: 12px 0;
  }

  .site-header.is-open .header-actions {
    align-items: stretch;
    flex-direction: column;
    gap: 10px;
    padding-bottom: 18px;
  }

  .site-header.is-open .header-actions .btn {
    width: 100%;
    min-height: 46px;
    white-space: normal;
    text-align: center;
  }

  .site-header.is-open .header-actions .btn-lang {
    width: auto;
    min-width: 54px;
    align-self: flex-start;
  }

  .hero-grid,
  .split,
  .split.reverse,
  .faq-layout,
  .legal-layout,
  .live-activity-layout,
  .topic-grid {
    grid-template-columns: 1fr;
  }

  .home-page .hero-copy,
  body.top-page:not(.home-page) .hero-copy,
  .hero .hero-copy {
    background-image:
      radial-gradient(circle at 12% 0%, rgba(255, 255, 255, 0.08), transparent 16rem),
      radial-gradient(circle at 88% 12%, rgba(255, 106, 19, 0.12), transparent 18rem),
      linear-gradient(145deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.018)),
      image-set(
        url("../img/gh-mapping-hero-network-mobile.webp") type("image/webp"),
        url("../img/gh-mapping-hero-network-mobile.png") type("image/png")
      );
  }

  .split.reverse .section-heading {
    order: 0;
  }

  .hero-visual {
    min-height: clamp(300px, 48vw, 420px);
  }

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

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

  .tf-card-grid,
  .comparison-grid,
  .seo-layout {
    grid-template-columns: 1fr;
  }

  .live-activity-section .section-heading,
  .live-activity-frame-wrap {
    max-width: none;
    margin-left: 0;
  }

  .live-activity-frame-wrap {
    justify-self: stretch;
  }

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

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

@media (max-width: 760px) {
  .site-header {
    background:
      radial-gradient(circle at 10% 0%, rgba(255, 255, 255, 0.12), transparent 12rem),
      radial-gradient(circle at 86% 0%, rgba(255, 106, 19, 0.12), transparent 14rem),
      linear-gradient(135deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.02)),
      rgba(5, 9, 12, 0.84);
    backdrop-filter: blur(20px) saturate(145%);
  }

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

  .header-inner {
    min-height: 56px;
    gap: 10px;
  }

  .brand {
    width: min(46vw, 142px);
  }

  .nav-toggle {
    width: 38px;
    height: 38px;
    border-color: rgba(255, 255, 255, 0.14);
    border-radius: 12px;
    background:
      linear-gradient(145deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.025)),
      rgba(13, 19, 23, 0.92);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
  }

  .nav-toggle span:not(.sr-only) {
    width: 18px;
    height: 2px;
    margin: 3.5px auto;
    border-radius: 999px;
  }

  .site-header.is-open .header-inner {
    padding-bottom: 10px;
  }

  .site-header.is-open .site-nav {
    gap: 6px;
    padding: 8px 0 0;
  }

  .site-header.is-open .site-nav a {
    padding: 11px 13px;
    border: 1px solid rgba(255, 255, 255, 0.09);
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.035);
  }

  .site-header.is-open .header-actions {
    gap: 8px;
    padding-top: 4px;
    padding-bottom: 0;
  }

  .site-header.is-open .header-actions .btn {
    min-height: 42px;
  }

  .section {
    padding: 18px 0;
  }

  .hero {
    padding-top: 16px;
    padding-bottom: 18px;
  }

  main > .hero > .container,
  main > .section > .container,
  main > .conversion-strip > .container,
  main > .mobile-portal-preview > .container,
  main > .mobile-quick-flow > .container,
  main > .legal-hero > .container {
    padding: 18px;
    border: 1px solid rgba(255, 255, 255, 0.105);
    border-radius: 20px;
    background:
      radial-gradient(circle at 12% 0%, rgba(255, 255, 255, 0.055), transparent 11rem),
      radial-gradient(circle at 90% 4%, rgba(255, 106, 19, 0.075), transparent 13rem),
      linear-gradient(145deg, rgba(255, 255, 255, 0.048), rgba(255, 255, 255, 0.014)),
      rgba(7, 12, 16, 0.56);
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.07),
      0 16px 46px rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(12px) saturate(124%);
  }

  main > .hero > .container {
    padding: 16px 16px;
    background:
      radial-gradient(circle at 10% 0%, rgba(255, 255, 255, 0.06), transparent 12rem),
      radial-gradient(circle at 92% 4%, rgba(255, 106, 19, 0.095), transparent 15rem),
      linear-gradient(145deg, rgba(255, 255, 255, 0.056), rgba(255, 255, 255, 0.016)),
      rgba(7, 12, 16, 0.62);
  }

  h1 {
    font-size: clamp(2.35rem, 12vw, 3.7rem);
  }

  .home-page h1,
  .tuningfiles-page h1,
  .chiptuner-page h1,
  .provider-page h1,
  .stage-page h1,
  .partners-page h1,
  .pricing-page h1,
  .business-profile-page h1,
  .tools-hub-page h1,
  .tool-page h1,
  .legal-hero h1 {
    font-size: clamp(1.9rem, 7.6vw, 2.35rem);
  }

  .hero h1[data-mobile-title] {
    font-size: 0 !important;
    line-height: 0 !important;
  }

  .hero h1[data-mobile-title]::before {
    content: attr(data-mobile-title);
    display: block;
    color: var(--text);
    font-size: clamp(1.54rem, 6.55vw, 1.94rem);
    line-height: 1.08;
  }

  .home-page .hero-text,
  .tuningfiles-page .hero-text,
  .chiptuner-page .hero-text,
  .provider-page .hero-text,
  .stage-page .hero-text,
  .partners-page .hero-text,
  .pricing-page .hero-text,
  .business-profile-page .hero-text,
  .tools-hub-page .hero-text,
  .tool-page .hero-text {
    font-size: clamp(0.95rem, 4.15vw, 1.02rem);
  }

  .pricing-page .hero,
  .business-profile-page .hero {
    padding-top: 14px;
  }

  .pricing-page .hero-copy,
  .business-profile-page .hero-copy {
    min-width: 0;
  }

  .pricing-page .hero-text,
  .business-profile-page .hero-text {
    margin-bottom: 14px;
    line-height: 1.45;
  }

  .pricing-page .trust-row,
  .business-profile-page .trust-row {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
    margin-top: 12px;
  }

  .pricing-page .trust-row div,
  .business-profile-page .trust-row div {
    width: 100%;
    min-height: 0;
    padding: 9px 11px;
    border-radius: 14px;
    font-size: 0.84rem;
    line-height: 1.22;
    box-shadow: none;
  }

  .pricing-page .trust-row span,
  .business-profile-page .trust-row span {
    width: auto;
    min-width: 38px;
    height: 24px;
    padding-inline: 8px;
    border-radius: 999px;
    font-size: 0.72rem;
    white-space: nowrap;
  }

  .home-page .hero-text {
    max-width: 30rem;
    margin-bottom: 14px;
    font-size: clamp(0.98rem, 4.3vw, 1.06rem);
    line-height: 1.42;
  }

  .home-page .hero-text-desktop {
    display: none;
  }

  .home-page .hero-text-mobile {
    display: inline;
  }

  .vag-page h1 {
    font-size: clamp(1.72rem, 7vw, 2.16rem);
    line-height: 1.08;
  }

  .vag-page .hero h1[data-mobile-title]::before {
    font-size: clamp(1.58rem, 6.8vw, 2.05rem);
  }

  .vag-page .hero-text {
    margin-bottom: 14px;
    font-size: clamp(0.93rem, 4vw, 1rem);
    line-height: 1.52;
  }

  .vag-page .section-heading,
  .vag-page .section-heading.compact,
  .vag-page .section-heading.narrow {
    max-width: none;
    margin-bottom: 14px;
  }

  .vag-page .section-heading h2 {
    font-size: clamp(1.32rem, 5.6vw, 1.68rem);
    line-height: 1.12;
  }

  .vag-page .section-heading p:not(.eyebrow) {
    font-size: 0.92rem;
    line-height: 1.48;
  }

  .vag-page .seo-layout {
    gap: 14px;
  }

  .vag-page .seo-prose {
    padding: 16px;
    border-radius: 18px;
    background:
      radial-gradient(circle at 12% 0%, rgba(255, 255, 255, 0.05), transparent 10rem),
      linear-gradient(145deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.014)),
      rgba(7, 12, 16, 0.56);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
  }

  .vag-page .seo-prose p,
  .vag-page .seo-prose li {
    font-size: 0.91rem;
    line-height: 1.54;
  }

  .vag-page .seo-prose p {
    margin-bottom: 12px;
  }

  .vag-page .service-chip-grid {
    gap: 8px;
  }

  .vag-page .service-chip-grid span {
    min-height: 38px;
    padding: 9px 11px;
    border-radius: 13px;
    font-size: 0.84rem;
    line-height: 1.2;
  }

  .vag-page .feature-card,
  .vag-page .audience-panel,
  .vag-page .comparison-card,
  .vag-page .answer-card,
  .vag-page .steps-grid article {
    padding: 16px;
    border-radius: 18px;
  }

  .vag-page .feature-card h3,
  .vag-page .audience-panel h3,
  .vag-page .comparison-card h3,
  .vag-page .answer-card h3,
  .vag-page .steps-grid h3 {
    font-size: 1.02rem;
    line-height: 1.16;
  }

  .vag-page .feature-card p,
  .vag-page .audience-panel p,
  .vag-page .comparison-card li,
  .vag-page .answer-card p,
  .vag-page .steps-grid p {
    font-size: 0.88rem;
    line-height: 1.45;
  }

  .vag-page .card-grid,
  .vag-page .topic-grid,
  .vag-page .steps-grid,
  .vag-page .answer-grid,
  .vag-page .audience-grid,
  .vag-page .comparison-grid {
    gap: 10px;
    margin-top: 14px;
  }

  .vag-page .engine-badge,
  .vag-page .feature-card .icon {
    margin-bottom: 12px;
  }

  .home-page .mobile-hero-steps {
    display: flex;
    gap: 7px;
    margin: 0 0 12px;
    overflow-x: auto;
    scrollbar-width: none;
  }

  .home-page .mobile-hero-steps::-webkit-scrollbar {
    display: none;
  }

  .home-page .mobile-hero-steps div {
    display: flex;
    align-items: center;
    flex: 0 0 auto;
    gap: 7px;
    min-height: 34px;
    padding: 7px 9px;
    border: 1px solid rgba(255, 106, 19, 0.2);
    border-radius: 999px;
    background:
      linear-gradient(145deg, rgba(255, 255, 255, 0.052), rgba(255, 255, 255, 0.014)),
      rgba(8, 14, 18, 0.56);
  }

  .home-page .mobile-hero-steps span {
    display: inline-grid;
    place-items: center;
    width: 22px;
    height: 22px;
    flex: 0 0 auto;
    border-radius: 50%;
    background: var(--orange);
    color: #101417;
    font-size: 0.72rem;
    font-weight: 950;
  }

  .home-page .mobile-hero-steps strong {
    color: #fff;
    font-size: 0.78rem;
    line-height: 1.1;
    white-space: nowrap;
  }

  .hero .hero-copy,
  .home-page .hero-copy {
    display: flex;
    flex-direction: column;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    backdrop-filter: none;
  }

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

  .home-page .hero-copy .eyebrow {
    order: 1;
  }

  .home-page .hero-copy h1 {
    order: 2;
  }

  .home-page .hero-decision-card {
    order: 3;
  }

  .home-page .mobile-hero-steps {
    order: 4;
  }

  .home-page .hero-actions {
    order: 5;
  }

  .home-page .live-popup-trigger {
    order: 6;
  }

  .home-page .mobile-portal-preview {
    display: block;
    padding: 0 0 18px;
    background:
      linear-gradient(180deg, rgba(255, 106, 19, 0.028), rgba(255, 255, 255, 0)),
      var(--bg);
  }

  .home-page .mobile-portal-preview .container {
    padding: 15px 0 16px;
    overflow: hidden;
    border-color: rgba(255, 106, 19, 0.16);
    background:
      radial-gradient(circle at 14% 8%, rgba(255, 106, 19, 0.12), transparent 11rem),
      radial-gradient(circle at 90% 0%, rgba(255, 255, 255, 0.07), transparent 10rem),
      linear-gradient(145deg, rgba(255, 255, 255, 0.056), rgba(255, 255, 255, 0.014)),
      rgba(8, 14, 18, 0.68);
  }

  .home-page .mobile-preview-head {
    padding: 0 15px 12px;
  }

  .home-page .mobile-preview-head .eyebrow {
    margin-bottom: 7px;
  }

  .home-page .mobile-preview-head h2 {
    max-width: 16rem;
    margin: 0;
    font-size: clamp(1.22rem, 5.6vw, 1.52rem);
    line-height: 1.08;
  }

  .home-page .mobile-preview-rail {
    display: flex;
    gap: 12px;
    max-width: 100%;
    padding: 0 15px 4px;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .home-page .mobile-preview-rail::-webkit-scrollbar {
    display: none;
  }

  .home-page .mobile-preview-card {
    flex: 0 0 min(72vw, 270px);
    scroll-snap-align: center;
    padding: 10px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 20px;
    background:
      radial-gradient(circle at 70% 0%, rgba(255, 106, 19, 0.13), transparent 10rem),
      linear-gradient(145deg, rgba(255, 255, 255, 0.064), rgba(255, 255, 255, 0.02)),
      rgba(9, 15, 19, 0.78);
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.08),
      0 18px 48px rgba(0, 0, 0, 0.25);
  }

  .home-page .mobile-preview-card picture,
  .home-page .mobile-preview-card img {
    display: block;
    width: 100%;
  }

  .home-page .mobile-preview-card picture {
    height: 300px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.13);
    border-radius: 16px;
    background: #070c0f;
  }

  .home-page .mobile-preview-card img {
    height: 100%;
    object-fit: cover;
    object-position: top center;
  }

  .home-page .mobile-preview-card div {
    padding: 11px 3px 2px;
  }

  .home-page .mobile-preview-card strong,
  .home-page .mobile-preview-card span {
    display: block;
  }

  .home-page .mobile-preview-card strong {
    color: #fff;
    font-size: 0.96rem;
    line-height: 1.14;
  }

  .home-page .mobile-preview-card span {
    margin-top: 5px;
    color: var(--muted);
    font-size: 0.82rem;
    font-weight: 650;
    line-height: 1.28;
  }

  body.top-page:not(.home-page) .hero-copy {
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    backdrop-filter: none;
  }

  body.top-page:not(.home-page) .hero-copy::before {
    display: none;
  }

  body.top-page:not(.home-page) .hero-copy .eyebrow {
    margin-bottom: 10px;
  }

  body.top-page:not(.home-page) .hero-copy .hero-text {
    margin-bottom: 18px;
    line-height: 1.55;
  }

  h2 {
    font-size: clamp(1.48rem, 5.8vw, 1.92rem);
  }

  .hero-actions,
  .conversion-actions {
    align-items: stretch;
    flex-direction: column;
    gap: 10px;
  }

  .btn,
  .btn-large {
    width: 100%;
    min-height: 48px;
    padding-inline: 16px;
    white-space: normal;
    text-align: center;
  }

  .hero .hero-actions .btn-primary {
    min-height: 50px;
    box-shadow: 0 16px 42px rgba(255, 106, 19, 0.24);
  }

  body:not(.tool-page):not(.tools-hub-page):not(.calibration-landing):not(.log-tool-page) .hero .hero-actions .btn-outline {
    width: auto;
    min-height: 0;
    align-self: center;
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
    color: var(--muted-strong);
    font-size: 0.86rem;
    text-decoration: underline;
    text-decoration-color: rgba(255, 106, 19, 0.42);
    text-underline-offset: 4px;
  }

  body:not(.tool-page):not(.tools-hub-page):not(.calibration-landing):not(.log-tool-page) .hero .hero-actions .btn-outline svg {
    display: none;
  }

  .tool-page .hero .hero-actions .btn-primary,
  .tools-hub-page .hero .hero-actions .btn-primary,
  .calibration-landing .hero .hero-actions .btn-primary,
  .log-tool-page .hero .hero-actions .btn-primary {
    min-height: 50px;
  }

  .tool-page .hero .hero-actions .btn-outline,
  .tools-hub-page .hero .hero-actions .btn-outline,
  .calibration-landing .hero .hero-actions .btn-outline,
  .log-tool-page .hero .hero-actions .btn-outline {
    border-color: rgba(255, 255, 255, 0.16);
    background:
      linear-gradient(145deg, rgba(255, 255, 255, 0.052), rgba(255, 255, 255, 0.014)),
      rgba(8, 14, 18, 0.58);
  }

  .tool-page,
  .tools-hub-page,
  .calibration-landing,
  .log-tool-page,
  .premium-page {
    overflow-x: clip;
  }

  .tool-page h1,
  .tools-hub-page h1,
  .calibration-landing h1,
  .log-tool-page h1 {
    max-width: 100% !important;
    font-size: clamp(1.72rem, 7.15vw, 2.18rem) !important;
    line-height: 1.08 !important;
  }

  .tool-page .hero-text,
  .tools-hub-page .hero-text,
  .calibration-landing .hero-text,
  .log-tool-page .hero-text {
    max-width: 100% !important;
    font-size: clamp(0.95rem, 4vw, 1.02rem) !important;
    line-height: 1.48 !important;
  }

  .tool-page .hero .trust-row,
  .tools-hub-page .hero .trust-row {
    display: flex;
    gap: 7px;
    margin-top: 14px;
  }

  .tool-page .hero .trust-row div,
  .tools-hub-page .hero .trust-row div {
    min-height: 0;
    padding: 7px 9px;
    border-radius: 999px;
    font-size: 0.76rem;
    line-height: 1;
  }

  .tool-page .hero .trust-row span,
  .tools-hub-page .hero .trust-row span {
    display: none;
  }

  .tool-page .hero .trust-row strong,
  .tools-hub-page .hero .trust-row strong {
    font-size: 0.76rem;
  }

  .tools-hub-page .tool-mini-grid {
    grid-template-columns: 1fr !important;
    gap: 12px !important;
  }

  .tools-hub-page .tool-mini-grid .topic-card {
    min-height: 0 !important;
    padding: 16px !important;
    border-radius: 18px !important;
  }

  .tools-hub-page .tool-mini-grid .topic-card p,
  .tools-hub-page .tool-mini-grid .service-chip-grid {
    min-height: 0 !important;
  }

  .tools-hub-page .tool-mini-grid .topic-card .btn {
    width: 100%;
    min-height: 46px !important;
  }

  .tool-page .tool-screenshot-frame {
    margin-inline: 0 !important;
    border-radius: 18px !important;
  }

  .tool-page .tool-screenshot-frame img {
    display: block;
    max-width: 100% !important;
    height: auto !important;
  }

  .tool-page .tool-screenshot-frame figcaption {
    padding: 12px 14px 14px !important;
    font-size: 0.86rem !important;
    line-height: 1.45 !important;
  }

  .tool-page .hero-actions,
  .tool-page .final-cta .hero-actions,
  .calibration-landing .hero-actions,
  .log-tool-page .actions,
  .log-tool-page .white-label-price .actions {
    align-items: stretch !important;
    flex-direction: column !important;
    gap: 10px !important;
  }

  .calibration-landing .tool-shell,
  .log-tool-page .tool-shell {
    width: 100%;
    padding: 20px 0 34px !important;
    overflow-x: clip;
  }

  .calibration-landing .tool-hero,
  .calibration-landing .white-label-panel,
  .log-tool-page .tool-hero,
  .log-tool-page .tool-grid,
  .log-tool-page .white-label-offer {
    grid-template-columns: 1fr !important;
    gap: 14px !important;
  }

  .calibration-landing .hero-panel,
  .calibration-landing .signal-panel,
  .calibration-landing .embed-panel,
  .calibration-landing .white-label-panel,
  .calibration-landing .price-card,
  .log-tool-page .tool-hero-copy,
  .log-tool-page .signal-board,
  .log-tool-page .tool-panel,
  .log-tool-page .report-panel,
  .log-tool-page .customer-panel,
  .log-tool-page .white-label-offer,
  .log-tool-page .white-label-price,
  .log-tool-page .public-embed-panel,
  .log-tool-page .tool-soft-panel,
  .log-tool-page .tool-info-card,
  .log-tool-page .tool-faq details {
    padding: 16px !important;
    border-radius: 18px !important;
  }

  .calibration-landing .mini-stat-grid,
  .calibration-landing .white-label-meta,
  .log-tool-page .signal-board,
  .log-tool-page .summary-strip,
  .log-tool-page .mapping-grid,
  .log-tool-page .results-grid,
  .log-tool-page .report-card-grid,
  .log-tool-page .tool-info-grid,
  .log-tool-page .tool-check-list,
  .log-tool-page .white-label-meta {
    grid-template-columns: 1fr !important;
  }

  .calibration-landing .flow-list li,
  .calibration-landing .mini-stat,
  .log-tool-page .signal-steps li,
  .log-tool-page .signal-preview div,
  .log-tool-page .summary-pill {
    border-radius: 14px !important;
  }

  .calibration-landing .iframe-viewport,
  .log-tool-page .public-iframe-viewport {
    max-width: 100% !important;
    max-height: 76dvh;
    overflow: auto !important;
    border-radius: 18px !important;
  }

  .calibration-landing .tool-frame,
  .log-tool-page .public-log-iframe {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    border-radius: 18px !important;
  }

  .log-tool-page canvas {
    max-width: 100%;
  }

  .log-tool-page .white-label-price strong,
  .calibration-landing .price-card strong {
    font-size: clamp(2rem, 10vw, 2.55rem) !important;
  }

  .premium-page .premium-hero-stage {
    display: none !important;
  }

  .premium-page .hero-grid {
    grid-template-columns: 1fr !important;
    gap: 0;
  }

  .premium-page h1 {
    font-size: clamp(2rem, 9vw, 2.65rem);
    line-height: 1.08;
    max-width: 11ch;
  }

  .premium-page .hero-copy .hero-actions {
    gap: 14px;
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .premium-page .hero-copy .hero-actions .btn-outline {
    margin-top: 2px;
  }

  .premium-price-note {
    display: grid;
    gap: .65rem;
    margin-top: 0;
    padding: .85rem .9rem;
  }

  .premium-price-note strong {
    font-size: 1.45rem;
  }

  .premium-price-note p {
    max-width: none;
    font-size: .84rem;
  }

  .premium-page .premium-float-card {
    position: relative;
    right: auto;
    bottom: auto;
    width: 100%;
    margin-top: 12px;
    padding: 13px;
    border-radius: 15px;
  }

  .premium-page .premium-float-card strong {
    font-size: 0.96rem;
  }

  .premium-page .premium-growth-note {
    margin-top: 0;
    margin-bottom: 26px;
    padding: 15px;
    border-radius: 16px;
    font-size: 0.9rem;
    line-height: 1.45;
  }

  .premium-product-row,
  .premium-product-row.reverse {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .premium-product-grid {
    gap: 42px;
  }

  .premium-product-row.reverse .premium-copy {
    order: 0;
  }

  .premium-copy h2 {
    font-size: clamp(1.5rem, 7vw, 2rem);
  }

  .premium-copy p {
    font-size: 0.94rem;
    line-height: 1.52;
  }

  .premium-feature-list {
    gap: 8px;
    margin-top: 18px;
    margin-bottom: 18px;
  }

  .premium-feature-list li {
    font-size: 0.88rem;
    line-height: 1.3;
  }

  .premium-copy .premium-feature-list + p {
    margin-top: 22px;
  }

  .premium-screenshot-frame,
  .premium-business-panel,
  .premium-compare {
    border-radius: 18px;
  }

  .premium-screenshot-frame img,
  .premium-screenshot-frame.wide img {
    max-height: 430px;
  }

  .premium-page .premium-screenshot-gallery {
    display: flex;
    gap: 12px;
    margin-right: calc(var(--page-pad) * -1);
    padding-right: var(--page-pad);
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }

  .premium-page .premium-screenshot-gallery .premium-screenshot-frame {
    flex: 0 0 min(82vw, 330px);
    scroll-snap-align: start;
  }

  .premium-page .premium-screenshot-gallery .premium-screenshot-frame.feature {
    grid-column: auto;
  }

  .premium-page .premium-screenshot-gallery .premium-screenshot-frame img,
  .premium-page .premium-screenshot-gallery .premium-screenshot-frame.feature img {
    min-height: 0;
    max-height: 280px;
  }

  .premium-business-panel {
    padding: 18px;
  }

  .premium-business-panel .premium-mini-grid,
  .premium-coming-grid,
  .premium-workflow-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .premium-business-panel .premium-mini-grid div,
  .premium-timeline-card {
    min-height: 0;
    padding: 14px;
    border-radius: 16px;
  }

  .premium-compare {
    display: none;
  }

  .premium-compare-mobile {
    display: grid;
    gap: 14px;
  }

  .premium-compare-mobile article {
    display: grid;
    gap: 10px;
    padding: 16px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 16px;
    background:
      linear-gradient(135deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.018)),
      rgba(10, 16, 20, 0.76);
  }

  .premium-compare-mobile strong {
    color: #fff;
    font-size: 0.98rem;
    line-height: 1.2;
  }

  .premium-compare-mobile span {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding-top: 8px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    color: var(--muted-strong);
    font-weight: 800;
  }

  .premium-compare-mobile b {
    color: var(--orange);
    font-size: 0.76rem;
    text-transform: uppercase;
  }

  .conversion-strip {
    padding-block: 16px;
  }

  .home-page .conversion-strip {
    display: none;
  }

  .home-page .audience-choice {
    padding-top: 0;
  }

  .home-page .audience-choice .section-heading.compact {
    margin-bottom: 12px;
  }

  .home-page .audience-choice .section-heading.compact h2 {
    max-width: 18rem;
    font-size: clamp(1.25rem, 5.6vw, 1.58rem);
    line-height: 1.08;
  }

  .home-page .audience-grid {
    gap: 12px;
  }

  .home-page .audience-panel {
    padding: 15px;
    border-radius: 18px;
  }

  .home-page .audience-panel h3 {
    margin-bottom: 7px;
    font-size: 1.12rem;
    line-height: 1.12;
  }

  .home-page .audience-panel p:not(.eyebrow) {
    font-size: 0.9rem;
    line-height: 1.42;
  }

  .home-page .audience-panel .check-list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 7px;
    margin: 12px 0;
  }

  .home-page .audience-panel .check-list li {
    min-height: 0;
    padding: 0 0 0 22px;
    font-size: 0.84rem;
    line-height: 1.25;
  }

  .home-page .audience-panel .check-list li:nth-child(n+4) {
    display: none;
  }

  .home-page .audience-panel .btn {
    min-height: 46px;
    margin-top: 2px;
  }

  .live-popup-trigger {
    display: none;
  }

  .live-modal {
    padding: 12px;
  }

  .live-modal__panel {
    max-height: 92dvh;
    padding: 14px;
    border-radius: 16px;
  }

  .live-modal__header {
    margin-bottom: 10px;
  }

  .live-modal__frame {
    height: 70dvh;
    min-height: 420px;
  }

  .conversion-strip::before {
    inset: 0 0 auto;
    width: auto;
    height: 2px;
  }

  .conversion-strip .container {
    gap: 14px;
  }

  .conversion-strip strong {
    font-size: 1rem;
    line-height: 1.28;
  }

  .conversion-strip p {
    font-size: 0.93rem;
  }

  .home-page .conversion-strip p {
    line-height: 1.45;
  }

  .home-page .conversion-strip p strong {
    display: block;
    margin-bottom: 4px;
  }

  .home-page .mobile-quick-flow {
    display: block;
    padding: 22px 0 18px;
    background:
      linear-gradient(180deg, rgba(255, 106, 19, 0.055), rgba(255, 255, 255, 0)),
      var(--bg);
  }

  .home-page .mobile-quick-flow .container {
    padding: 16px;
    border: 1px solid rgba(255, 255, 255, 0.11);
    border-radius: 18px;
    background:
      radial-gradient(circle at 92% 0%, rgba(255, 106, 19, 0.12), transparent 13rem),
      rgba(17, 25, 30, 0.72);
  }

  .home-page .mobile-service-headline {
    display: block;
    margin: 0 0 12px;
    padding: 14px 15px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 16px;
    background:
      radial-gradient(circle at 92% 0%, rgba(255, 106, 19, 0.12), transparent 10rem),
      linear-gradient(145deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.022)),
      rgba(8, 14, 18, 0.78);
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.08),
      0 18px 45px rgba(0, 0, 0, 0.22);
  }

  .home-page .mobile-service-headline h3 {
    margin: 0;
    color: #fff;
    font-size: clamp(1.04rem, 4.65vw, 1.22rem);
    line-height: 1.16;
  }

  .home-page .mobile-chip-row {
    display: block;
    max-width: 100%;
    margin: 0 0 18px;
    padding: 0 9px 4px;
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: none;
    scroll-snap-type: x proximity;
    mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
  }

  .home-page .mobile-chip-row::-webkit-scrollbar {
    display: none;
  }

  .home-page .mobile-chip-track {
    display: flex;
    gap: 8px;
    width: max-content;
    min-width: 100%;
    will-change: transform;
  }

  .home-page .mobile-chip-row a {
    flex: 0 0 auto;
    padding: 8px 13px;
    border: 1px solid rgba(255, 106, 19, 0.5);
    border-radius: 999px;
    background: rgba(255, 106, 19, 0.08);
    color: #fff;
    font-size: 0.84rem;
    font-weight: 780;
    scroll-snap-align: start;
  }

  .home-page .mobile-chip-row.is-carousel-ready .mobile-chip-track {
    animation: mobile-chip-carousel 22s linear infinite;
  }

  .home-page .mobile-chip-row.is-user-active .mobile-chip-track,
  .home-page .mobile-chip-row:focus-within .mobile-chip-track {
    animation-play-state: paused;
  }

  @keyframes mobile-chip-carousel {
    from {
      transform: translateX(0);
    }

    to {
      transform: translateX(calc(-1 * var(--chip-carousel-distance, 0px)));
    }
  }

  @media (prefers-reduced-motion: reduce) {
    .home-page .mobile-chip-row.is-carousel-ready .mobile-chip-track {
      animation: none;
    }
  }

  .home-page .mobile-quick-flow h2 {
    margin-bottom: 10px;
    font-size: clamp(1.32rem, 5.5vw, 1.62rem);
  }

  .home-page .mobile-quick-flow p:not(.eyebrow) {
    margin: 0;
    color: var(--muted);
    font-size: 0.98rem;
    line-height: 1.55;
  }

  .home-page .mobile-flow-grid {
    display: grid;
    gap: 10px;
    margin-top: 16px;
  }

  .home-page .mobile-flow-grid article {
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
    gap: 3px 12px;
    min-height: 58px;
    padding: 12px 14px;
    border: 1px solid rgba(255, 106, 19, 0.24);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.035);
  }

  .home-page .mobile-flow-grid span {
    display: inline-grid;
    place-items: center;
    width: 30px;
    height: 30px;
    flex: 0 0 auto;
    border-radius: 50%;
    background: var(--orange);
    color: #101417;
    font-weight: 950;
  }

  .home-page .mobile-flow-grid strong {
    color: #fff;
    font-size: 0.98rem;
  }

  .home-page .mobile-flow-grid small {
    grid-column: 2;
    color: var(--muted);
    font-size: 0.8rem;
    font-weight: 680;
    line-height: 1.25;
  }

  .home-page .mobile-portal-cards {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin-top: 14px;
  }

  .home-page .mobile-portal-cards a {
    min-height: 118px;
    padding: 13px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 16px;
    background:
      linear-gradient(145deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.018)),
      rgba(8, 14, 18, 0.76);
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.2);
  }

  .home-page .mobile-portal-cards span {
    display: inline-grid;
    place-items: center;
    min-width: 34px;
    height: 28px;
    margin-bottom: 14px;
    padding: 0 8px;
    border: 1px solid rgba(255, 106, 19, 0.48);
    border-radius: 999px;
    color: var(--orange);
    font-size: 0.74rem;
    font-weight: 950;
  }

  .home-page .mobile-portal-cards strong,
  .home-page .mobile-portal-cards small {
    display: block;
  }

  .home-page .mobile-portal-cards strong {
    color: #fff;
    font-size: 0.94rem;
    line-height: 1.18;
  }

  .home-page .mobile-portal-cards small {
    margin-top: 6px;
    color: var(--muted);
    font-size: 0.78rem;
    font-weight: 650;
    line-height: 1.28;
  }

  .home-page .hero .hero-actions {
    gap: 8px;
    margin-top: 2px;
  }

  .home-page .hero .hero-actions .btn-primary {
    min-height: 48px;
  }

  .home-page .hero .hero-actions .btn-outline {
    width: auto;
    min-height: 0;
    align-self: center;
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
    color: var(--muted-strong);
    font-size: 0.78rem;
    line-height: 1.15;
    text-decoration: underline;
    text-decoration-color: rgba(255, 106, 19, 0.42);
    text-underline-offset: 4px;
  }

  .home-page .hero .hero-actions .btn-outline svg {
    display: none;
  }

  .home-page .hero-decision-card {
    gap: 10px;
    margin-top: 0;
    margin-bottom: 12px;
    padding: 10px 11px;
    border-radius: 16px;
  }

  .home-page .hero-decision-icon {
    width: 34px;
    height: 34px;
    border-radius: 13px;
  }

  .home-page .hero-decision-icon svg {
    width: 22px;
    height: 22px;
  }

  .home-page .hero-decision-card strong {
    font-size: 0.86rem;
    line-height: 1.18;
  }

  .home-page .hero-decision-card em {
    margin-top: 3px;
    font-size: 0.72rem;
  }

  .problem-page .problem-mobile-brief {
    display: block;
    padding: 8px 0 18px;
  }

  .problem-page .problem-mobile-brief + .answer-section {
    display: none;
  }

  .problem-page .problem-mobile-brief .container {
    display: grid;
    gap: 14px;
    padding: 16px;
    border-color: rgba(255, 106, 19, 0.16);
  }

  .problem-page .problem-mobile-brief .eyebrow {
    margin-bottom: -4px;
  }

  .problem-page .problem-mobile-brief h2 {
    margin: 0;
    font-size: clamp(1.22rem, 5.3vw, 1.55rem);
    line-height: 1.12;
  }

  .problem-brief-grid {
    display: grid;
    gap: 9px;
  }

  .problem-brief-grid article {
    display: grid;
    grid-template-columns: 30px minmax(0, 1fr);
    gap: 10px;
    padding: 12px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 14px;
    background:
      linear-gradient(145deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.012)),
      rgba(8, 14, 18, 0.56);
  }

  .problem-brief-grid span {
    display: inline-grid;
    place-items: center;
    width: 28px;
    height: 28px;
    border-radius: 999px;
    background: var(--orange);
    color: #101417;
    font-size: 0.82rem;
    font-weight: 950;
  }

  .problem-brief-grid strong {
    display: block;
    color: #fff;
    font-size: 0.95rem;
    line-height: 1.14;
  }

  .problem-brief-grid p {
    margin: 5px 0 0;
    color: var(--muted);
    font-size: 0.84rem;
    line-height: 1.42;
  }

  .problem-page .problem-mobile-brief .btn {
    min-height: 46px;
  }

  .request-help-page .request-help-mobile-check {
    display: block;
    padding: 8px 0 18px;
  }

  .request-help-page .request-help-mobile-check .container {
    display: grid;
    gap: 14px;
    padding: 16px;
    border-color: rgba(255, 106, 19, 0.17);
  }

  .request-help-page .request-help-mobile-check .eyebrow {
    margin-bottom: -4px;
  }

  .request-help-page .request-help-mobile-check h2 {
    margin: 0;
    font-size: clamp(1.22rem, 5.3vw, 1.55rem);
    line-height: 1.12;
  }

  .request-check-list {
    display: grid;
    gap: 9px;
  }

  .request-check-list article {
    display: grid;
    grid-template-columns: 30px minmax(0, 1fr);
    gap: 10px;
    padding: 12px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 14px;
    background:
      linear-gradient(145deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.012)),
      rgba(8, 14, 18, 0.56);
  }

  .request-check-list span {
    display: inline-grid;
    place-items: center;
    width: 28px;
    height: 28px;
    border-radius: 999px;
    background: var(--orange);
    color: #101417;
    font-size: 0.82rem;
    font-weight: 950;
  }

  .request-check-list strong {
    display: block;
    color: #fff;
    font-size: 0.95rem;
    line-height: 1.14;
  }

  .request-check-list p {
    margin: 5px 0 0;
    color: var(--muted);
    font-size: 0.84rem;
    line-height: 1.42;
  }

  .request-help-page .request-help-mobile-check .btn {
    min-height: 46px;
  }

  .ecu-page .ecu-mobile-guide {
    display: block;
    padding: 8px 0 18px;
  }

  .ecu-page .ecu-mobile-guide .container {
    display: grid;
    gap: 14px;
    padding: 16px;
    border-color: rgba(255, 106, 19, 0.17);
  }

  .ecu-page .ecu-mobile-guide .eyebrow {
    margin-bottom: -4px;
  }

  .ecu-page .ecu-mobile-guide h2 {
    margin: 0;
    font-size: clamp(1.22rem, 5.3vw, 1.55rem);
    line-height: 1.12;
  }

  .ecu-guide-list {
    display: grid;
    gap: 9px;
  }

  .ecu-guide-list article {
    display: grid;
    grid-template-columns: 30px minmax(0, 1fr);
    gap: 10px;
    padding: 12px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 14px;
    background:
      linear-gradient(145deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.012)),
      rgba(8, 14, 18, 0.56);
  }

  .ecu-guide-list span {
    display: inline-grid;
    place-items: center;
    width: 28px;
    height: 28px;
    border-radius: 999px;
    background: var(--orange);
    color: #101417;
    font-size: 0.82rem;
    font-weight: 950;
  }

  .ecu-guide-list strong {
    display: block;
    color: #fff;
    font-size: 0.95rem;
    line-height: 1.14;
  }

  .ecu-guide-list p {
    margin: 5px 0 0;
    color: var(--muted);
    font-size: 0.84rem;
    line-height: 1.42;
  }

  .ecu-page .ecu-mobile-guide .btn {
    min-height: 46px;
  }

  .tuningfiles-page .mobile-quick-flow,
  .stage-page .mobile-quick-flow,
  .chiptuner-page .mobile-quick-flow,
  .provider-page .mobile-quick-flow {
    display: block;
    padding: 34px 0 18px;
    background:
      linear-gradient(180deg, rgba(255, 106, 19, 0.055), rgba(255, 255, 255, 0)),
      var(--bg);
  }

  .tuningfiles-page .mobile-quick-flow .container,
  .stage-page .mobile-quick-flow .container,
  .chiptuner-page .mobile-quick-flow .container,
  .provider-page .mobile-quick-flow .container {
    padding: 18px;
    border: 1px solid rgba(255, 255, 255, 0.11);
    border-radius: 18px;
    background:
      radial-gradient(circle at 92% 0%, rgba(255, 106, 19, 0.12), transparent 13rem),
      rgba(17, 25, 30, 0.72);
  }

  .tuningfiles-page .mobile-quick-flow h2,
  .stage-page .mobile-quick-flow h2,
  .chiptuner-page .mobile-quick-flow h2,
  .provider-page .mobile-quick-flow h2 {
    margin-bottom: 10px;
    font-size: clamp(1.35rem, 5.6vw, 1.72rem);
  }

  .tuningfiles-page .mobile-quick-flow p:not(.eyebrow),
  .stage-page .mobile-quick-flow p:not(.eyebrow),
  .chiptuner-page .mobile-quick-flow p:not(.eyebrow),
  .provider-page .mobile-quick-flow p:not(.eyebrow) {
    margin: 0;
    color: var(--muted);
    font-size: 0.98rem;
    line-height: 1.55;
  }

  .tuningfiles-page .mobile-flow-grid,
  .stage-page .mobile-flow-grid,
  .chiptuner-page .mobile-flow-grid,
  .provider-page .mobile-flow-grid {
    display: grid;
    gap: 10px;
    margin-top: 18px;
  }

  .tuningfiles-page .mobile-flow-grid article,
  .stage-page .mobile-flow-grid article,
  .chiptuner-page .mobile-flow-grid article,
  .provider-page .mobile-flow-grid article {
    display: flex;
    align-items: center;
    gap: 12px;
    min-height: 52px;
    padding: 12px 14px;
    border: 1px solid rgba(255, 106, 19, 0.24);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.035);
  }

  .tuningfiles-page .mobile-flow-grid span,
  .stage-page .mobile-flow-grid span,
  .chiptuner-page .mobile-flow-grid span,
  .provider-page .mobile-flow-grid span {
    display: inline-grid;
    place-items: center;
    width: 30px;
    height: 30px;
    flex: 0 0 auto;
    border-radius: 50%;
    background: var(--orange);
    color: #101417;
    font-weight: 950;
  }

  .tuningfiles-page .mobile-flow-grid strong,
  .stage-page .mobile-flow-grid strong,
  .chiptuner-page .mobile-flow-grid strong,
  .provider-page .mobile-flow-grid strong {
    color: #fff;
    font-size: 0.98rem;
  }

  .home-page .problem,
  .home-page .steps,
  .home-page .verification,
  .home-page .pricing,
  .home-page .advantages,
  .home-page section[aria-labelledby="topics-title"],
  .home-page section[aria-labelledby="trust-link-title"],
  .home-page .internal-cluster,
  .home-page #quick-answer {
    display: none;
  }

  .home-page .solution {
    padding: 22px 0 12px;
    border-top: 0;
    border-bottom: 0;
    background:
      linear-gradient(180deg, rgba(255, 106, 19, 0.035), rgba(255, 255, 255, 0));
  }

  .home-page .solution .section-heading {
    padding: 16px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 16px;
    background:
      linear-gradient(145deg, rgba(255, 255, 255, 0.035), rgba(255, 255, 255, 0.012)),
      rgba(7, 12, 16, 0.34);
  }

  .home-page .solution h2 {
    margin-bottom: 10px;
    font-size: clamp(1.2rem, 5vw, 1.46rem);
    line-height: 1.16;
  }

  .home-page .solution .section-heading p:not(.eyebrow) {
    display: block;
    overflow: visible;
    color: var(--muted);
    font-size: 0.92rem;
    line-height: 1.45;
  }

  .home-page .solution .section-heading p:not(.eyebrow) {
    color: transparent;
    font-size: 0;
    line-height: 0;
  }

  .home-page .solution .section-heading p:not(.eyebrow)::before {
    content: "Kunden stellen eine strukturierte Fileservice-Anfrage. Anbieter prüfen Fahrzeug, ECU und Service und geben transparente Angebote ab. Danach entscheidest du in Ruhe.";
    display: block;
    color: var(--muted);
    font-size: 0.92rem;
    line-height: 1.45;
  }

  .home-page .solution .data-panel {
    display: none;
  }

  .home-page .audience {
    padding-top: 28px;
  }

  .home-page .audience-panel h2 {
    margin-bottom: 14px;
    font-size: clamp(1.08rem, 4.65vw, 1.34rem);
    font-weight: 780;
    line-height: 1.15;
  }

  .home-page .audience-panel .check-list li:nth-child(n+4) {
    display: none;
  }

  .home-page .faq {
    padding: 38px 0;
  }

  .home-page .faq-list details:nth-child(n+6) {
    display: none;
  }

  .home-page .final-cta {
    padding-top: 34px;
  }

  .home-page .final-cta .cta-proof {
    display: none;
  }

  .tuningfiles-page .problem,
  .tuningfiles-page section[aria-labelledby="services-title"],
  .tuningfiles-page section[aria-labelledby="benefits-title"],
  .tuningfiles-page section[aria-labelledby="comparison-title"],
  .tuningfiles-page section[aria-labelledby="seo-title"],
  .tuningfiles-page #gsc-intent-tuningfiles-de,
  .tuningfiles-page #gsc-intent-tuningfiles-de + .answer-section,
  .tuningfiles-page .internal-link-network,
  .tuningfiles-page section[aria-labelledby="topics-title"],
  .tuningfiles-page section[aria-labelledby="file-answers-title"],
  .tuningfiles-page section[aria-labelledby="trust-link-title"],
  .tuningfiles-page .internal-cluster,
  .stage-page section[aria-labelledby="intro-title"],
  .stage-page section[aria-labelledby="why-title"],
  .stage-page section[aria-labelledby="vehicles-title"],
  .stage-page section[aria-labelledby="projects-title"],
  .stage-page section[aria-labelledby="offers-title"],
  .stage-page section[aria-labelledby="seo-title"],
  .stage-page .internal-link-network,
  .stage-page section[aria-labelledby="topics-title"],
  .stage-page section[aria-labelledby="stage-answers-title"],
  .stage-page section[aria-labelledby="trust-link-title"],
  .chiptuner-page .problem,
  .chiptuner-page section[aria-labelledby="services-title"],
  .chiptuner-page section[aria-labelledby="benefits-title"],
  .chiptuner-page section[aria-labelledby="comparison-title"],
  .chiptuner-page section[aria-labelledby="seo-title"],
  .chiptuner-page #gsc-provider-finder-positioning,
  .chiptuner-page #gsc-provider-finder-positioning + .answer-section,
  .chiptuner-page .internal-link-network,
  .chiptuner-page section[aria-labelledby="topics-title"],
  .chiptuner-page section[aria-labelledby="provider-answers-title"],
  .chiptuner-page section[aria-labelledby="trust-link-title"],
  .chiptuner-page .internal-cluster,
  .provider-page section[aria-labelledby="why-title"],
  .provider-page #founding,
  .provider-page section[aria-labelledby="process-title"],
  .provider-page section[aria-labelledby="jobs-title"],
  .provider-page section[aria-labelledby="comparison-title"],
  .provider-page #gsc-provider-trust,
  .provider-page #gsc-provider-trust + .answer-section,
  .provider-page .internal-link-network,
  .provider-page section[aria-labelledby="answers-title"],
  .provider-page .internal-cluster {
    display: none;
  }

  .tuningfiles-page .solution,
  .chiptuner-page .solution,
  .provider-page #preise {
    padding: 34px 0 28px;
  }

  .tuningfiles-page .solution .data-panel,
  .chiptuner-page .solution .data-panel,
  .provider-page .hero-data-panel {
    display: none;
  }

  .tuningfiles-page .solution .section-heading p:not(.eyebrow),
  .chiptuner-page .solution .section-heading p:not(.eyebrow) {
    font-size: 0.98rem;
    line-height: 1.55;
  }

  .tuningfiles-page .faq,
  .stage-page .faq,
  .chiptuner-page .faq,
  .provider-page .faq {
    padding: 38px 0;
  }

  .tuningfiles-page .faq-list details:nth-child(n+6),
  .stage-page .faq-list details:nth-child(n+6),
  .chiptuner-page .faq-list details:nth-child(n+6),
  .provider-page .faq-list details:nth-child(n+6) {
    display: none;
  }

  .tuningfiles-page .final-cta,
  .stage-page .final-cta,
  .chiptuner-page .final-cta,
  .provider-page .final-cta {
    padding-top: 34px;
  }

  .header-actions .btn-lang {
    width: auto;
    min-width: 54px;
    align-self: flex-start;
  }

  .legal-page .legal-hero {
    min-height: auto;
    padding-top: 16px;
  }

  .legal-layout > .section-heading,
  .legal-layout > .legal-toc,
  .legal-layout > .legal-card {
    grid-column: auto;
    grid-row: auto;
  }

  .legal-page .legal-layout {
    gap: 14px;
  }

  .legal-page .section-heading {
    margin-bottom: 0;
  }

  .legal-page .section-heading p:not(.eyebrow) {
    font-size: 0.94rem;
    line-height: 1.45;
  }

  .legal-toc {
    gap: 12px;
    padding: 14px;
    border-radius: 18px;
    background:
      linear-gradient(145deg, rgba(255, 255, 255, 0.042), rgba(255, 255, 255, 0.012)),
      rgba(7, 12, 16, 0.5);
  }

  .legal-toc div {
    max-height: 42dvh;
    overflow: auto;
    padding-right: 2px;
    overscroll-behavior: contain;
  }

  .legal-toc a {
    min-height: 38px;
    padding: 9px 10px;
    border-radius: 12px;
    font-size: 0.84rem;
  }

  .legal-card {
    border-radius: 18px;
    background:
      linear-gradient(145deg, rgba(255, 255, 255, 0.036), rgba(255, 255, 255, 0.01)),
      rgba(7, 12, 16, 0.48);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
  }

  .legal-block h2 {
    margin-bottom: 10px;
    font-size: 0.78rem;
    line-height: 1.25;
  }

  .legal-block h3 {
    margin: 16px 0 7px;
    font-size: 0.94rem;
  }

  .legal-block p,
  .legal-block li {
    font-size: 0.92rem;
    line-height: 1.55;
  }

  .legal-block p + p {
    margin-top: 12px;
  }

  .legal-block ul {
    gap: 6px;
    padding-left: 18px;
  }

  .trust-row,
  .conversion-strip .container,
  .card-grid,
  .answer-grid,
  .audience-grid,
  .pricing-grid,
  .partner-grid,
  .advantage-grid,
  .data-panel,
  .steps-grid,
  .comparison-grid,
  .topic-grid,
  .topic-link-grid,
  .seo-layout,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .steps-grid {
    gap: 14px;
    margin-top: 22px;
  }

  .steps-grid article {
    min-height: 0;
    padding: 18px;
    border-radius: 18px;
  }

  .steps-grid article::after {
    right: 18px;
    top: 20px;
    width: 34px;
    opacity: 0.7;
  }

  .steps-grid span {
    width: 34px;
    height: 34px;
    margin-bottom: 14px;
    font-size: 0.92rem;
  }

  .steps-grid h3 {
    margin-bottom: 8px;
    line-height: 1.18;
  }

  .steps-grid p {
    font-size: 0.95rem;
    line-height: 1.55;
  }

  .partner-card {
    grid-template-columns: 64px minmax(0, 1fr);
    gap: 14px;
    padding: 16px;
    border-radius: 18px;
  }

  .partner-logo-slot {
    width: 62px;
    height: 62px;
    border-radius: 14px;
  }

  .partner-logo-slot img {
    width: 38px;
    height: 38px;
  }

  .partners-page .topic-card {
    padding: 18px;
  }

  .partners-page .topic-card::before {
    margin: -18px -18px 18px;
  }

  .partners-page .topic-card .icon {
    width: 40px;
    height: 40px;
    margin-bottom: 16px;
    border-radius: 12px;
  }

  .topic-link-grid {
    gap: 10px;
    margin-top: 16px;
  }

  .topic-link-grid.is-mobile-collapsible:not(.is-expanded) .topic-link:nth-of-type(n+5) {
    display: none;
  }

  .topic-link {
    gap: 10px;
    min-height: 52px;
    padding: 11px 12px;
    border-radius: 14px;
    font-size: 0.9rem;
  }

  .fault-related-grid {
    grid-template-columns: 1fr;
  }

  .fault-related-grid .topic-link {
    min-height: 48px;
    padding: 12px 14px;
  }

  .topic-icon {
    flex-basis: 34px;
    width: 34px;
    height: 34px;
    min-width: 34px;
    border-radius: 10px;
  }

  .topic-icon img {
    width: 22px;
    height: 22px;
  }

  .topic-link-toggle {
    display: inline-flex;
    width: 100%;
    min-height: 42px;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
    border: 1px solid rgba(255, 106, 19, 0.28);
    border-radius: 14px;
    background:
      linear-gradient(145deg, rgba(255, 106, 19, 0.085), rgba(255, 255, 255, 0.016)),
      rgba(8, 14, 18, 0.5);
    color: var(--text);
    font: inherit;
    font-size: 0.88rem;
    font-weight: 900;
    cursor: pointer;
  }

  .topic-link-toggle::after {
    content: "+";
    display: inline-grid;
    place-items: center;
    width: 22px;
    height: 22px;
    margin-left: 8px;
    border: 1px solid rgba(255, 106, 19, 0.34);
    border-radius: 999px;
    color: var(--orange);
    line-height: 1;
  }

  .topic-link-toggle[aria-expanded="true"]::after {
    content: "-";
  }

  .trust-row div {
    min-height: 42px;
    align-items: flex-start;
    flex-basis: 100%;
  }

  .hero-visual {
    min-height: clamp(260px, 78vw, 330px);
    border-radius: 12px;
  }

  .hero-grid > .hero-visual {
    display: none;
  }

  .hero-live-frame {
    min-height: 540px;
  }

  .hero-ui-panel,
  .hero-live-frame-wrap,
  .hero-request-panel,
  .hero-tool-stack {
    inset: 14px;
  }

  .hero-ui-grid,
  .hero-tool-stack {
    grid-template-columns: 1fr;
  }

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

  .hero-ui-bottom {
    flex-direction: column;
  }

  .hero-ui-card {
    min-height: 74px;
    padding: 13px;
  }

  .hero-tool-shot {
    min-height: 132px;
  }

  .hero-tool-list .hero-tool-shot {
    display: none;
  }

  .hero-request-row,
  .hero-request-top {
    min-height: 0;
    padding: 13px;
  }

  .ecu-chip {
    width: min(68%, 340px);
    transform: translate(-48%, -48%) rotate(-12deg);
  }

  .ecu-chip::after {
    right: -48px;
    width: 60px;
    height: 64px;
  }

  .chip-mark {
    width: 84px;
    height: 66px;
  }

  .chip-mark span {
    width: 40px;
    height: 40px;
  }

  .feature-card,
  .audience-panel,
  .price-card,
  .verify-card,
  .steps-grid article,
  .advantage-grid article {
    padding: 20px;
  }

  .seo-prose,
  .legal-block,
  .cta-panel,
  .final-cta-box {
    padding: 20px;
  }

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

  .cta-panel::before,
  .final-cta-box::before {
    height: 2px;
  }

  .feature-card,
  .price-card {
    min-height: 0;
  }

  .footer-grid nav {
    justify-content: flex-start;
    gap: 12px 18px;
  }
}

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

  .header-inner {
    min-height: 54px;
  }

  .brand {
    width: min(45vw, 132px);
  }

  .nav-toggle {
    width: 37px;
    height: 37px;
  }

  .eyebrow {
    font-size: 0.76rem;
  }

  .eyebrow + h1,
  .eyebrow + h2,
  .eyebrow + h3,
  .plan + h2,
  .plan + h3,
  .premium-tag + h2,
  .premium-tag + h3 {
    margin-top: 10px;
  }

  h1 {
    font-size: clamp(2rem, 10.5vw, 3rem);
  }

  .home-page h1,
  .tuningfiles-page h1,
  .chiptuner-page h1,
  .provider-page h1,
  .stage-page h1,
  .partners-page h1,
  .pricing-page h1,
  .business-profile-page h1,
  .tools-hub-page h1,
  .tool-page h1,
  .legal-hero h1 {
    font-size: clamp(1.52rem, 6.35vw, 1.92rem);
  }

  h2 {
    font-size: clamp(1.34rem, 5.45vw, 1.72rem);
  }

  .hero-text,
  .home-page .hero-text,
  .tuningfiles-page .hero-text,
  .chiptuner-page .hero-text,
  .provider-page .hero-text,
  .stage-page .hero-text,
  .partners-page .hero-text,
  .pricing-page .hero-text,
  .business-profile-page .hero-text,
  .tools-hub-page .hero-text,
  .tool-page .hero-text,
  .legal-hero p {
    font-size: 0.92rem;
  }

  .section {
    padding: 16px 0;
  }

  .hero-actions {
    margin-top: 2px;
  }

  .trust-row {
    gap: 10px;
  }

  .trust-row div {
    font-size: 0.9rem;
  }

  .hero-visual {
    min-height: 238px;
  }

  .ecu-chip {
    width: min(76%, 300px);
  }

  .service-chip-grid {
    gap: 9px;
  }

  .service-chip-grid span {
    min-height: 38px;
    padding: 8px 12px;
    font-size: 0.88rem;
  }

  .footer-grid nav {
    font-size: 0.94rem;
  }
}

@media (max-width: 700px) {
  .live-activity-frame-wrap {
    height: 589px;
  }

  .live-activity-frame-scale {
    width: 640px;
    height: 620px;
    transform: scale(0.95);
    transform-origin: top left;
  }

  .live-activity-frame {
    width: 640px;
    max-width: none;
    height: 620px;
  }
}

@media (max-width: 620px) {
  .live-activity-frame-wrap {
    height: 546px;
  }

  .live-activity-frame-scale {
    transform: scale(0.88);
  }
}

@media (max-width: 560px) {
  .live-activity-frame-wrap {
    height: 484px;
  }

  .live-activity-frame-scale {
    transform: scale(0.78);
  }
}

@media (max-width: 500px) {
  .live-activity-frame-wrap {
    height: 434px;
  }

  .live-activity-frame-scale {
    transform: scale(0.7);
  }
}

@media (max-width: 430px) {
  .live-activity-frame-wrap {
    height: 372px;
  }

  .live-activity-frame-scale {
    transform: scale(0.6);
  }
}

@media (max-width: 380px) {
  .live-activity-frame-wrap {
    height: 329px;
  }

  .live-activity-frame-scale {
    transform: scale(0.53);
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}

.cookie-consent {
  position: fixed;
  right: clamp(14px, 2vw, 24px);
  bottom: clamp(14px, 2vw, 24px);
  z-index: 1200;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 16px;
  align-items: center;
  width: min(720px, calc(100% - 28px));
  padding: 18px;
  border: 1px solid rgba(255, 106, 19, 0.36);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(255, 106, 19, 0.13), rgba(255, 255, 255, 0.035) 42%),
    rgba(9, 15, 19, 0.96);
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.52);
  color: var(--text);
}

.cookie-consent__copy {
  display: grid;
  gap: 5px;
}

.cookie-consent__copy strong {
  font-size: 1rem;
  font-weight: 950;
}

.cookie-consent__copy p {
  margin: 0;
  color: var(--muted-strong);
  font-size: 0.92rem;
  line-height: 1.45;
}

.cookie-consent__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: flex-end;
}

.cookie-consent__actions .btn {
  min-height: 42px;
  white-space: nowrap;
}

.footer-cookie-link {
  appearance: none;
  display: inline-flex;
  width: fit-content;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--muted-strong);
  cursor: pointer;
  font: inherit;
  font-weight: 800;
  text-align: left;
}

.footer-cookie-link:hover,
.footer-cookie-link:focus-visible {
  color: var(--orange-2);
}

.pwa-install {
  position: fixed;
  right: clamp(14px, 2vw, 24px);
  bottom: clamp(14px, 2vw, 24px);
  z-index: 1120;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 14px;
  align-items: center;
  width: min(620px, calc(100% - 28px));
  padding: 16px;
  border: 1px solid rgba(255, 106, 19, 0.36);
  border-radius: var(--radius);
  background:
    radial-gradient(circle at 100% 0%, rgba(255, 106, 19, 0.18), transparent 18rem),
    linear-gradient(145deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.025)),
    rgba(8, 14, 18, 0.96);
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.48);
  color: var(--text);
  backdrop-filter: blur(18px) saturate(135%);
}

.pwa-install strong {
  display: block;
  margin-bottom: 3px;
  color: #fff;
  font-weight: 900;
}

.pwa-install p {
  margin: 0;
  color: var(--muted-strong);
  font-size: 0.94rem;
}

.pwa-install__actions {
  display: flex;
  gap: 10px;
  align-items: center;
}

.pwa-install__actions .btn {
  min-height: 42px;
  padding-inline: 16px;
}

@media (max-width: 720px) {
  .cookie-consent,
  .pwa-install {
    left: 12px;
    right: 12px;
    bottom: max(12px, env(safe-area-inset-bottom));
    grid-template-columns: minmax(0, 1fr);
    gap: 10px;
    padding: 12px;
  }

  .cookie-consent__actions,
  .pwa-install__actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .cookie-consent__actions .btn,
  .pwa-install__actions .btn {
    width: 100%;
    min-height: 40px;
    padding-inline: 12px;
    font-size: 0.9rem;
  }
}

/* Tool page extracted inline styles start */

/* Extracted from tools/index.html */
.tools-hub-page h1 { max-width: 720px; font-size: clamp(2.05rem, 3.3vw, 3.35rem); line-height: 1.1; }
      .tools-hub-page .tool-mini-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; align-items: stretch; }
      .tools-hub-page .tool-mini-grid .topic-card { min-height: 470px; }
      .tools-hub-page .tool-mini-grid .topic-card p { min-height: 112px; margin-bottom: 18px; }
      .tools-hub-page .tool-mini-grid .service-chip-grid { align-content: start; min-height: 122px; }
      .tools-hub-page .tool-mini-grid .topic-card .btn { min-height: 42px; display: inline-flex; align-items: center; justify-content: center; }
      .tools-hub-page .compact { margin: 16px 0 22px; }
      .tools-hub-page .compact span { font-size: .82rem; }
      .tools-hub-page .tool-note { margin-top: 18px; color: var(--muted-strong); }
      .tools-hub-page .hero-actions .btn { white-space: normal; text-align: center; }
      @media (max-width: 1120px) { .tools-hub-page .tool-mini-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
      @media (max-width: 760px) { .tools-hub-page .tool-mini-grid { grid-template-columns: 1fr; } .tools-hub-page .tool-mini-grid .topic-card, .tools-hub-page .tool-mini-grid .topic-card p, .tools-hub-page .tool-mini-grid .service-chip-grid { min-height: 0; } .tools-hub-page h1 { font-size: clamp(1.85rem, 8vw, 2.55rem); } }

/* Extracted from tools/eoi-tool/index.html */
.tool-mockup {
        border: 1px solid rgba(255,255,255,.12);
        background: linear-gradient(145deg, rgba(20,28,32,.96), rgba(7,10,12,.98));
        box-shadow: 0 24px 80px rgba(255,106,0,.12);
        padding: 22px;
        border-radius: var(--radius);
      }
      .tool-screen {
        display: grid;
        gap: 12px;
      }
      .tool-bar,
      .tool-row {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        gap: 10px;
      }
      .tool-cell {
        min-height: 58px;
        border: 1px solid rgba(255,255,255,.1);
        background: rgba(255,255,255,.035);
        border-radius: var(--radius);
        padding: 12px;
      }
      .tool-cell strong {
        display: block;
        color: #ff6a00;
        margin-bottom: 4px;
      }
      .tool-result {
        border-color: rgba(255,106,0,.42);
        background: linear-gradient(135deg, rgba(255,106,0,.16), rgba(255,255,255,.035));
      }
      .tool-page h1 {
        max-width: 680px;
        font-size: clamp(2.05rem, 3.15vw, 3.25rem);
        line-height: 1.1;
      }


      .tool-screenshot-frame {
        overflow: hidden;
        border: 1px solid rgba(255,255,255,.12);
        background: linear-gradient(145deg, rgba(20,28,32,.92), rgba(7,10,12,.98));
        border-radius: var(--radius);
        box-shadow: 0 24px 80px rgba(0,0,0,.32);
      }
      .tool-screenshot-frame img {
        width: 100%;
        height: auto;
      }
      .tool-screenshot-frame figcaption {
        padding: 14px 18px 16px;
        border-top: 1px solid rgba(255,255,255,.08);
        color: var(--muted-strong);
        font-size: 0.94rem;
      }
      .portal-mobile-shot {
        width: min(100%, 360px);
        justify-self: center;
      }
      .portal-mobile-shot img {
        max-height: 560px;
        object-fit: cover;
        object-position: top center;
      }
      .whitelabel-patch-page .feature-grid {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 16px;
        align-items: stretch;
      }
      .whitelabel-patch-page .feature-grid.two {
        grid-template-columns: minmax(0, 1.35fr) minmax(240px, 0.65fr);
        align-items: start;
      }
      .whitelabel-patch-page .feature-card,
      .whitelabel-patch-page .answer-card,
      .whitelabel-patch-page .price-card,
      .whitelabel-patch-page .final-cta-box,
      .whitelabel-patch-page .tool-screenshot-frame {
        border: 1px solid rgba(255, 255, 255, 0.13);
        background:
          radial-gradient(circle at 18% 0%, rgba(255, 255, 255, 0.09), transparent 15rem),
          radial-gradient(circle at 88% 0%, rgba(255, 106, 19, 0.1), transparent 18rem),
          linear-gradient(145deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.018)),
          rgba(9, 15, 19, 0.58);
        box-shadow:
          inset 0 1px 0 rgba(255, 255, 255, 0.11),
          0 18px 52px rgba(0, 0, 0, 0.24);
        backdrop-filter: blur(14px) saturate(130%);
      }
      .whitelabel-patch-page .feature-card {
        min-height: 0;
        padding: 20px;
      }
      .whitelabel-patch-page .feature-card::before,
      .whitelabel-patch-page .answer-card::before,
      .whitelabel-patch-page .final-cta-box::before {
        display: none;
      }
      .whitelabel-patch-page .feature-card .icon {
        width: 38px;
        height: 38px;
        margin-bottom: 16px;
        border-radius: 12px;
        background:
          radial-gradient(circle at 30% 18%, rgba(255, 255, 255, 0.16), transparent 42%),
          rgba(255, 106, 19, 0.085);
      }
      .whitelabel-patch-page .feature-card h3,
      .whitelabel-patch-page .answer-card h3 {
        margin-bottom: 8px;
      }
      .whitelabel-patch-page .feature-card p,
      .whitelabel-patch-page .answer-card p {
        color: var(--muted-strong);
      }
      .whitelabel-patch-page .answer-card,
      .whitelabel-patch-page .price-card {
        padding: 22px;
      }
      .whitelabel-patch-page .price-card > strong {
        display: block;
        margin: 18px 0 2px;
        color: var(--orange);
        font-size: clamp(2rem, 5vw, 3.3rem);
        line-height: 1;
      }
      .whitelabel-patch-page .service-chip-grid span {
        border-color: rgba(255, 106, 19, 0.24);
        background:
          linear-gradient(145deg, rgba(255, 106, 19, 0.11), rgba(255, 255, 255, 0.025)),
          rgba(10, 16, 20, 0.42);
      }
      .whitelabel-patch-page .patch-detail-gallery {
        display: grid;
        grid-template-columns: repeat(6, minmax(0, 1fr));
        gap: 16px;
        align-items: start;
      }
      .whitelabel-patch-page .patch-detail-gallery .tool-screenshot-frame {
        overflow: hidden;
      }
      .whitelabel-patch-page .patch-shot-wide {
        grid-column: span 3;
      }
      .whitelabel-patch-page .patch-shot-small {
        grid-column: span 2;
      }
      .whitelabel-patch-page .patch-shot-wide img {
        aspect-ratio: 16 / 9;
        object-fit: cover;
        object-position: top center;
      }
      .whitelabel-patch-page .patch-shot-small img {
        width: 100%;
        max-height: 430px;
        object-fit: cover;
        object-position: top center;
      }
      .community-channel-grid {
        display: grid;
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 18px;
      }
      .community-channel-card {
        display: grid;
        gap: 12px;
        align-content: start;
        min-height: 100%;
        padding: 14px;
        border: 1px solid rgba(255, 255, 255, 0.13);
        border-radius: 18px;
        background:
          radial-gradient(circle at 20% 0%, rgba(255, 255, 255, 0.08), transparent 13rem),
          radial-gradient(circle at 90% 0%, rgba(255, 106, 19, 0.08), transparent 16rem),
          linear-gradient(145deg, rgba(255, 255, 255, 0.065), rgba(255, 255, 255, 0.015)),
          rgba(9, 15, 19, 0.58);
        box-shadow:
          inset 0 1px 0 rgba(255, 255, 255, 0.1),
          0 18px 52px rgba(0, 0, 0, 0.22);
        color: var(--white);
        text-decoration: none;
        overflow: hidden;
        transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
      }
      .community-channel-card:hover,
      .community-channel-card:focus-visible {
        transform: translateY(-2px);
        border-color: rgba(255, 106, 19, 0.42);
        box-shadow:
          inset 0 1px 0 rgba(255, 255, 255, 0.12),
          0 22px 60px rgba(0, 0, 0, 0.28),
          0 0 0 1px rgba(255, 106, 19, 0.1);
      }
      .community-channel-card img {
        width: 100%;
        aspect-ratio: 16 / 9;
        object-fit: cover;
        border-radius: 12px;
        background: rgba(255, 255, 255, 0.04);
      }
      .community-channel-card span {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-height: 42px;
        padding: 10px 14px;
        border: 1px solid rgba(255, 106, 19, 0.28);
        border-radius: 12px;
        background: rgba(255, 106, 19, 0.08);
        color: var(--white);
        font-family: var(--font-heading);
        font-weight: 800;
      }
      .tool-page .hero-copy,
      .tool-page .section-heading,
      .tool-page .answer-card,
      .tool-page .feature-card,
      .tool-cell,
      .tool-panel {
        overflow-wrap: anywhere;
      }
      .tool-page .hero-actions .btn {
        white-space: normal;
        text-align: center;
      }
      @media (max-width: 520px) {
        .whitelabel-patch-page .feature-grid,
        .whitelabel-patch-page .feature-grid.two {
          grid-template-columns: 1fr;
          gap: 12px;
        }
        .whitelabel-patch-page .feature-card,
        .whitelabel-patch-page .answer-card,
        .whitelabel-patch-page .price-card,
        .whitelabel-patch-page .final-cta-box,
        .whitelabel-patch-page .tool-screenshot-frame {
          border-color: rgba(255, 255, 255, 0.115);
          background:
            radial-gradient(circle at 18% 0%, rgba(255, 255, 255, 0.075), transparent 13rem),
            radial-gradient(circle at 92% 0%, rgba(255, 106, 19, 0.095), transparent 14rem),
            linear-gradient(145deg, rgba(255, 255, 255, 0.058), rgba(255, 255, 255, 0.015)),
            rgba(9, 15, 19, 0.52);
          box-shadow:
            inset 0 1px 0 rgba(255, 255, 255, 0.09),
            0 14px 36px rgba(0, 0, 0, 0.2);
        }
        .whitelabel-patch-page .feature-card {
          display: grid;
          grid-template-columns: auto 1fr;
          gap: 0 14px;
          padding: 16px;
          align-items: start;
        }
        .whitelabel-patch-page .feature-card .icon {
          grid-row: span 2;
          width: 34px;
          height: 34px;
          margin-bottom: 0;
          font-size: 0.82rem;
        }
        .whitelabel-patch-page .feature-card h3 {
          margin: 0 0 4px;
          font-size: 1rem;
        }
        .whitelabel-patch-page .feature-card p {
          font-size: 0.88rem;
          line-height: 1.5;
        }
        .whitelabel-patch-page .answer-card,
        .whitelabel-patch-page .price-card {
          padding: 18px;
        }
        .whitelabel-patch-page .portal-mobile-shot {
          width: min(100%, 300px);
        }
        .whitelabel-patch-page .portal-mobile-shot img {
          max-height: 460px;
        }
        .whitelabel-patch-page .patch-detail-gallery {
          grid-template-columns: 1fr;
          gap: 12px;
        }
        .whitelabel-patch-page .patch-shot-wide,
        .whitelabel-patch-page .patch-shot-small {
          grid-column: auto;
        }
        .whitelabel-patch-page .patch-shot-wide img {
          aspect-ratio: auto;
          max-height: 280px;
        }
        .whitelabel-patch-page .patch-shot-small img {
          max-height: 360px;
        }
        .community-channel-grid {
          grid-template-columns: 1fr;
          gap: 12px;
        }
        .community-channel-card {
          padding: 12px;
          border-radius: 16px;
        }
        .community-channel-card img {
          max-height: 180px;
        }
        .tool-page h1 {
          font-size: clamp(1.85rem, 8.2vw, 2.55rem);
          line-height: 1.1;
        }


        .tool-screenshot-frame figcaption {
          padding: 12px 14px 14px;
          font-size: 0.9rem;
        }
        .tool-mockup {
          padding: 16px;
        }
        .tool-cell {
          min-height: auto;
        }
      }
      @media (max-width: 720px) {
        .tool-bar,
        .tool-row {
          grid-template-columns: 1fr;
        }
      }

/* Extracted from tools/tq-iq-tool/index.html */
.tool-mockup { border: 1px solid rgba(255,255,255,.12); background: linear-gradient(145deg, rgba(20,28,32,.96), rgba(7,10,12,.98)); box-shadow: 0 24px 80px rgba(255,106,0,.12); padding: 22px; border-radius: var(--radius); }
      .tool-screen { display: grid; gap: 12px; }
      .tool-bar, .tool-row { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 10px; }
      .tool-cell { min-height: 58px; border: 1px solid rgba(255,255,255,.1); background: rgba(255,255,255,.035); border-radius: var(--radius); padding: 12px; overflow-wrap: anywhere; }
      .tool-cell strong { display: block; color: #ff6a00; margin-bottom: 4px; }
      .tool-result { border-color: rgba(255,106,0,.42); background: linear-gradient(135deg, rgba(255,106,0,.16), rgba(255,255,255,.035)); }

      .tool-screenshot-frame {
        overflow: hidden;
        border: 1px solid rgba(255,255,255,.12);
        background: linear-gradient(145deg, rgba(20,28,32,.92), rgba(7,10,12,.98));
        border-radius: var(--radius);
        box-shadow: 0 24px 80px rgba(0,0,0,.32);
      }
      .tool-screenshot-frame img {
        width: 100%;
        height: auto;
      }
      .tool-screenshot-frame figcaption {
        padding: 14px 18px 16px;
        border-top: 1px solid rgba(255,255,255,.08);
        color: var(--muted-strong);
        font-size: 0.94rem;
      }
      .tool-page h1 {
        max-width: 680px;
        font-size: clamp(2.05rem, 3.15vw, 3.25rem);
        line-height: 1.1;
      }

      .tool-page .hero-copy, .tool-page .section-heading, .tool-page .answer-card, .tool-page .feature-card, .tool-panel { overflow-wrap: anywhere; }
      .tool-page .hero-actions .btn { white-space: normal; text-align: center; }
      @media (max-width: 520px) {

        .tool-screenshot-frame figcaption {
          padding: 12px 14px 14px;
          font-size: 0.9rem;
        }
        .tool-page h1 {
          font-size: clamp(1.85rem, 8.2vw, 2.55rem);
          line-height: 1.1;
        }
 .tool-mockup { padding: 16px; } .tool-cell { min-height: auto; } }
      @media (max-width: 720px) { .tool-bar, .tool-row { grid-template-columns: 1fr; } }

/* Extracted from tools/calibration-tools/index.html */
.calibration-landing {
        --tool-line: rgba(255,255,255,.13);
        --panel: rgba(13,20,25,.9);
        --panel-strong: rgba(17,27,34,.96);
      }
      .calibration-landing .tool-shell {
        padding: 54px 0 72px;
      }
      .calibration-landing .tool-hero {
        display: grid;
        grid-template-columns: minmax(0, 1.08fr) minmax(300px, .92fr);
        gap: 24px;
        align-items: stretch;
        margin-bottom: 24px;
      }
      .calibration-landing .hero-panel,
      .calibration-landing .signal-panel,
      .calibration-landing .embed-panel,
      .calibration-landing .white-label-panel {
        border: 1px solid var(--tool-line);
        border-radius: var(--radius);
        background: var(--panel);
        box-shadow: var(--shadow);
      }
      .calibration-landing .hero-panel {
        padding: clamp(24px, 4vw, 42px);
      }
      .calibration-landing h1 {
        max-width: 820px;
        margin-bottom: 16px;
        font-size: clamp(2.1rem, 4.7vw, 4.2rem);
        line-height: 1.02;
      }
      .calibration-landing .signal-panel {
        display: grid;
        gap: 14px;
        padding: clamp(18px, 3vw, 28px);
        background: linear-gradient(135deg, rgba(255,106,19,.18), rgba(255,255,255,.035) 42%, rgba(6,11,14,.94)), var(--panel);
      }
      .calibration-landing .flow-list {
        display: grid;
        gap: 10px;
        margin: 0;
        padding: 0;
        list-style: none;
      }
      .calibration-landing .flow-list li,
      .calibration-landing .mini-stat {
        display: flex;
        justify-content: space-between;
        gap: 16px;
        border: 1px solid var(--tool-line);
        border-radius: 8px;
        background: rgba(255,255,255,.035);
        padding: 12px;
      }
      .calibration-landing .mini-stat-grid {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 10px;
        margin-top: 18px;
      }
      .calibration-landing .mini-stat {
        display: grid;
      }
      .calibration-landing .mini-stat strong {
        font-size: 1.4rem;
      }
      .calibration-landing .embed-panel {
        padding: 10px;
      }
      .calibration-landing .iframe-viewport {
        width: 100%;
        max-width: 100%;
        overflow-x: auto;
        overflow-y: hidden;
        border-radius: calc(var(--radius) - 2px);
        background: #070b0e;
        -webkit-overflow-scrolling: touch;
      }
      .calibration-landing .tool-frame {
        display: block;
        width: 100%;
        max-width: 100%;
        min-height: 1220px;
        border: 0;
        border-radius: calc(var(--radius) - 2px);
        background: #070b0e;
      }
      .calibration-landing .white-label-panel {
        display: grid;
        grid-template-columns: minmax(0, 1.35fr) minmax(250px, .65fr);
        gap: 18px;
        align-items: center;
        margin-top: 24px;
        padding: clamp(18px, 3vw, 26px);
        border-color: rgba(255,106,19,.48);
        background:
          linear-gradient(135deg, rgba(255,106,19,.16), rgba(255,255,255,.035) 42%),
          var(--panel);
      }
      .calibration-landing .white-label-panel h2 {
        margin-bottom: 8px;
        font-size: clamp(1.35rem, 2.6vw, 2rem);
      }
      .calibration-landing .white-label-panel p {
        margin-bottom: 0;
        color: var(--muted-strong);
      }
      .calibration-landing .white-label-meta {
        display: flex;
        flex-wrap: wrap;
        gap: 8px;
        margin-top: 14px;
      }
      .calibration-landing .white-label-meta span {
        display: inline-flex;
        min-height: 30px;
        align-items: center;
        padding: 5px 9px;
        border: 1px solid var(--tool-line);
        border-radius: 999px;
        background: rgba(255,255,255,.045);
        color: var(--muted-strong);
        font-size: .78rem;
        font-weight: 900;
        text-transform: uppercase;
      }
      .calibration-landing .price-card {
        display: grid;
        gap: 12px;
        align-content: center;
        justify-items: center;
        text-align: center;
        padding: 16px;
        border: 1px solid var(--tool-line);
        border-radius: var(--radius);
        background: rgba(5,11,14,.58);
      }
      .calibration-landing .price-card strong {
        display: block;
        color: var(--text);
        font-size: 3rem;
        line-height: 1;
      }
      .calibration-landing .price-card span,
      .calibration-landing .price-card p {
        color: var(--muted-strong);
        font-weight: 900;
      }
      .calibration-landing .price-card .hero-actions {
        margin-top: 0;
        justify-content: center;
      }
      @media (max-width: 920px) {
        .calibration-landing .tool-hero,
        .calibration-landing .white-label-panel,
        .calibration-landing .mini-stat-grid {
          grid-template-columns: 1fr;
        }
      }

/* Extracted from tools/log-pruefer/index.html */
.log-tool-page {
        --panel: rgba(13, 20, 25, 0.9);
        --panel-strong: rgba(17, 27, 34, 0.96);
        --tool-line: rgba(255, 255, 255, 0.13);
        --tool-muted: #aeb8c2;
        --danger: #ff4d4d;
        --warning: #ffb02e;
        --hint: #51a9ff;
        --ok: #42d36a;
      }

      .log-tool-page .tool-shell {
        padding: 54px 0 72px;
      }

      .log-tool-page .tool-hero {
        display: grid;
        grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.9fr);
        gap: 24px;
        align-items: stretch;
        margin-bottom: 24px;
      }

      .log-tool-page .tool-hero-copy,
      .log-tool-page .tool-panel,
      .log-tool-page .result-card,
      .log-tool-page .report-panel {
        border: 1px solid var(--tool-line);
        border-radius: var(--radius);
        background: var(--panel);
        box-shadow: var(--shadow);
      }

      .log-tool-page .tool-hero-copy {
        padding: clamp(24px, 4vw, 42px);
      }

      .log-tool-page h1 {
        max-width: 820px;
        margin-bottom: 16px;
        font-size: clamp(2rem, 4.5vw, 4rem);
        line-height: 1.04;
      }

      .log-tool-page .hero-text {
        max-width: 780px;
        font-size: 1.04rem;
      }

      .log-tool-page .signal-board {
        display: grid;
        align-content: space-between;
        gap: 16px;
        padding: clamp(18px, 3vw, 28px);
        border: 1px solid var(--tool-line);
        border-radius: var(--radius);
        background:
          linear-gradient(135deg, rgba(255, 106, 19, 0.18), rgba(255, 255, 255, 0.035) 42%, rgba(6, 11, 14, 0.92)),
          rgba(10, 16, 20, 0.94);
        box-shadow: var(--shadow);
      }

      .log-tool-page .signal-card {
        display: grid;
        gap: 12px;
      }

      .log-tool-page .signal-card h2 {
        margin: 0;
        font-size: clamp(1.25rem, 2.4vw, 1.85rem);
        line-height: 1.08;
      }

      .log-tool-page .signal-card p {
        margin: 0;
        color: var(--muted-strong);
        font-size: 0.94rem;
      }

      .log-tool-page .signal-steps {
        display: grid;
        gap: 9px;
        margin: 4px 0 0;
        padding: 0;
        list-style: none;
      }

      .log-tool-page .signal-steps li {
        display: grid;
        grid-template-columns: 32px minmax(0, 1fr);
        gap: 10px;
        align-items: center;
        min-height: 44px;
        padding: 8px 10px;
        border: 1px solid var(--tool-line);
        border-radius: var(--radius);
        background: rgba(255, 255, 255, 0.04);
        color: var(--muted-strong);
        font-weight: 850;
      }

      .log-tool-page .signal-steps b {
        display: inline-grid;
        width: 28px;
        height: 28px;
        place-items: center;
        border-radius: 999px;
        background: rgba(255, 106, 19, 0.16);
        color: var(--orange-2);
        font-size: 0.82rem;
      }

      .log-tool-page .signal-preview {
        display: grid;
        gap: 10px;
        padding: 14px;
        border: 1px solid rgba(255, 106, 19, 0.34);
        border-radius: var(--radius);
        background: rgba(5, 11, 14, 0.62);
      }

      .log-tool-page .signal-preview div {
        display: flex;
        justify-content: space-between;
        gap: 12px;
        padding-top: 8px;
        border-top: 1px solid rgba(255, 255, 255, 0.08);
        color: var(--muted-strong);
      }

      .log-tool-page .signal-preview div:first-child {
        padding-top: 0;
        border-top: 0;
      }

      .log-tool-page .signal-preview strong {
        color: var(--text);
        text-align: right;
      }

      .log-tool-page .privacy-pill {
        display: inline-flex;
        width: fit-content;
        align-items: center;
        gap: 8px;
        padding: 7px 10px;
        border: 1px solid rgba(66, 211, 106, 0.28);
        border-radius: 999px;
        background: rgba(66, 211, 106, 0.08);
        color: var(--ok);
        font-size: 0.78rem;
        font-weight: 950;
        text-transform: uppercase;
      }

      .log-tool-page .privacy-pill::before {
        content: "";
        width: 7px;
        height: 7px;
        border-radius: 999px;
        background: currentColor;
      }

      .log-tool-page .signal-footnote {
        color: var(--tool-muted);
        font-size: 0.82rem;
      }

      .log-tool-page .tool-grid {
        display: grid;
        grid-template-columns: minmax(280px, 360px) minmax(0, 1fr);
        gap: 20px;
        align-items: start;
      }

      .log-tool-page .white-label-offer {
        display: grid;
        grid-template-columns: minmax(0, 1.35fr) minmax(250px, 0.65fr);
        gap: 18px;
        align-items: center;
        margin: 0 auto 24px;
        padding: clamp(18px, 3vw, 26px);
        border: 1px solid rgba(255, 106, 19, 0.48);
        border-radius: var(--radius);
        background:
          linear-gradient(135deg, rgba(255, 106, 19, 0.16), rgba(255, 255, 255, 0.035) 42%),
          var(--panel);
        box-shadow: var(--shadow);
      }

      .log-tool-page .white-label-offer h2 {
        margin-bottom: 8px;
        font-size: clamp(1.35rem, 2.6vw, 2rem);
      }

      .log-tool-page .white-label-offer p {
        margin-bottom: 0;
        color: var(--muted-strong);
      }

      .log-tool-page .white-label-meta {
        display: flex;
        flex-wrap: wrap;
        gap: 8px;
        margin-top: 14px;
      }

      .log-tool-page .white-label-meta span {
        display: inline-flex;
        min-height: 30px;
        align-items: center;
        padding: 5px 9px;
        border: 1px solid var(--tool-line);
        border-radius: 999px;
        background: rgba(255, 255, 255, 0.045);
        color: var(--muted-strong);
        font-size: 0.78rem;
        font-weight: 900;
        text-transform: uppercase;
      }

      .log-tool-page .white-label-reference {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        gap: 10px 12px;
        margin-top: 14px;
        padding: 12px;
        border: 1px solid rgba(255, 255, 255, 0.11);
        border-radius: var(--radius);
        background: rgba(5, 11, 14, 0.42);
        color: var(--muted-strong);
        font-size: 0.9rem;
      }

      .log-tool-page .white-label-reference strong {
        color: var(--text);
      }

      .log-tool-page .white-label-reference a {
        color: var(--orange-2);
        font-weight: 900;
        text-decoration: none;
      }

      .log-tool-page .white-label-price {
        display: grid;
        gap: 12px;
        justify-items: start;
        padding: 16px;
        border: 1px solid var(--tool-line);
        border-radius: var(--radius);
        background: rgba(5, 11, 14, 0.58);
      }

      .log-tool-page .white-label-price strong {
        display: block;
        color: var(--text);
        font-size: clamp(2rem, 4vw, 3rem);
        line-height: 1;
      }

      .log-tool-page .white-label-price span {
        color: var(--tool-muted);
        font-weight: 900;
      }

      .log-tool-page .white-label-price .actions {
        margin-top: 0;
      }


      .log-tool-page .public-embed-panel {
        margin-bottom: 22px;
        padding: 20px;
        border: 1px solid var(--tool-line);
        border-radius: var(--radius);
        background: var(--panel);
        box-shadow: var(--shadow);
      }

      .log-tool-page .public-embed-panel h2 {
        margin-bottom: 8px;
        font-size: clamp(1.25rem, 2.4vw, 1.8rem);
      }

      .log-tool-page .public-embed-panel p {
        margin-bottom: 14px;
        color: var(--muted-strong);
      }

      .log-tool-page .public-iframe-viewport {
        width: 100%;
        max-width: 100%;
        overflow-x: auto;
        overflow-y: hidden;
        border-radius: var(--radius);
        background: #070b0e;
        -webkit-overflow-scrolling: touch;
      }

      .log-tool-page .public-log-iframe {
        display: block;
        width: 100%;
        max-width: 100%;
        min-height: 980px;
        border: 0;
        border-radius: var(--radius);
        background: #070b0e;
      }

      .log-tool-page .tool-landing-content {
        display: grid;
        gap: 24px;
        margin-top: 22px;
        padding-top: 22px;
        border-top: 1px solid var(--tool-line);
      }

      .log-tool-page .tool-landing-intro {
        max-width: 920px;
      }

      .log-tool-page .tool-landing-intro h2 {
        margin-bottom: 10px;
        font-size: clamp(1.45rem, 2.8vw, 2.25rem);
        line-height: 1.08;
      }

      .log-tool-page .tool-landing-intro p {
        margin: 0;
        color: var(--muted-strong);
      }

      .log-tool-page .tool-soft-panel {
        padding: clamp(18px, 3vw, 26px);
        border: 1px solid rgba(255, 255, 255, 0.1);
        border-radius: var(--radius);
        background:
          linear-gradient(135deg, rgba(255, 106, 19, 0.07), rgba(255, 255, 255, 0.025) 44%),
          rgba(8, 14, 18, 0.56);
      }

      .log-tool-page .tool-soft-panel h2 {
        margin-bottom: 10px;
        font-size: clamp(1.35rem, 2.4vw, 2rem);
      }

      .log-tool-page .tool-soft-panel p {
        max-width: 940px;
        margin: 0;
        color: var(--muted-strong);
      }

      .log-tool-page .tool-pill-row {
        display: flex;
        flex-wrap: wrap;
        gap: 8px;
        margin-top: 16px;
      }

      .log-tool-page .tool-pill-row span {
        display: inline-flex;
        align-items: center;
        min-height: 31px;
        padding: 6px 10px;
        border: 1px solid rgba(255, 106, 19, 0.24);
        border-radius: 999px;
        background: rgba(255, 106, 19, 0.07);
        color: var(--muted-strong);
        font-size: 0.78rem;
        font-weight: 900;
        text-transform: uppercase;
      }

      .log-tool-page .tool-info-grid {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 12px;
      }

      .log-tool-page .tool-info-card {
        padding: 15px;
        border: 1px solid var(--tool-line);
        border-radius: var(--radius);
        background: rgba(255, 255, 255, 0.035);
      }

      .log-tool-page .tool-info-card h3 {
        margin-bottom: 8px;
        font-size: 1.02rem;
      }

      .log-tool-page .tool-info-card p {
        margin: 0;
        color: var(--muted-strong);
        font-size: 0.94rem;
      }

      .log-tool-page .tool-check-list {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px 14px;
        margin: 0;
        padding: 0;
        list-style: none;
      }

      .log-tool-page .tool-check-list li {
        position: relative;
        padding: 6px 0 6px 24px;
        color: var(--muted-strong);
        font-weight: 800;
      }

      .log-tool-page .tool-check-list li::before {
        content: "";
        position: absolute;
        left: 2px;
        top: 13px;
        width: 8px;
        height: 8px;
        border-radius: 999px;
        background: var(--orange-2);
        box-shadow: 0 0 0 4px rgba(255, 106, 19, 0.12);
      }

      .log-tool-page .tool-faq {
        display: grid;
        gap: 8px;
      }

      .log-tool-page .tool-faq details {
        padding: 14px 16px;
        border: 1px solid var(--tool-line);
        border-radius: var(--radius);
        background: rgba(5, 11, 14, 0.5);
      }

      .log-tool-page .tool-faq summary {
        cursor: pointer;
        color: var(--text);
        font-weight: 950;
      }

      .log-tool-page .tool-faq p {
        margin: 10px 0 0;
        color: var(--muted-strong);
      }

      .log-tool-page .tool-panel,
      .log-tool-page .report-panel {
        padding: 20px;
      }

      .log-tool-page .customer-panel {
        margin-bottom: 14px;
        padding: 16px;
        border: 1px solid var(--tool-line);
        border-radius: var(--radius);
        background: rgba(13, 20, 25, 0.72);
      }

      .log-tool-page .customer-panel h2 {
        margin-bottom: 6px;
        font-size: clamp(1.05rem, 1.8vw, 1.35rem);
      }

      .log-tool-page .customer-panel p:not(.eyebrow) {
        margin-bottom: 0;
        font-size: 0.92rem;
      }

      .log-tool-page .summary-strip {
        display: grid;
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 8px;
        margin-top: 12px;
      }

      .log-tool-page .summary-pill {
        min-height: 58px;
        padding: 9px 10px;
        border: 1px solid rgba(255, 255, 255, 0.09);
        border-radius: var(--radius);
        background: rgba(255, 255, 255, 0.035);
      }

      .log-tool-page .summary-pill span {
        display: block;
        color: var(--tool-muted);
        font-size: 0.68rem;
        font-weight: 850;
        text-transform: uppercase;
      }

      .log-tool-page .summary-pill strong {
        display: block;
        margin-top: 4px;
        color: var(--text);
        font-size: clamp(0.98rem, 1.7vw, 1.2rem);
        line-height: 1.08;
      }

      .log-tool-page .tool-panel h2,
      .log-tool-page .report-panel h2 {
        margin-bottom: 14px;
        font-size: 1.12rem;
      }

      .log-tool-page .upload-box {
        display: grid;
        gap: 12px;
        min-height: 164px;
        place-items: center;
        padding: 20px;
        border: 1px dashed rgba(255, 106, 19, 0.55);
        border-radius: var(--radius);
        background: rgba(255, 106, 19, 0.07);
        text-align: center;
      }

      .log-tool-page .upload-box input {
        width: 100%;
      }

      .log-tool-page .fuel-switch {
        display: grid;
        gap: 10px;
        margin-top: 16px;
        padding: 12px;
        border: 1px solid var(--tool-line);
        border-radius: var(--radius);
        background: rgba(255, 255, 255, 0.035);
      }

      .log-tool-page .fuel-switch > span {
        color: var(--muted-strong);
        font-size: 0.84rem;
        font-weight: 900;
      }

      .log-tool-page .fuel-options {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px;
      }

      .log-tool-page .fuel-option {
        position: relative;
      }

      .log-tool-page .fuel-option input {
        position: absolute;
        opacity: 0;
        pointer-events: none;
      }

      .log-tool-page .fuel-option span {
        display: grid;
        min-height: 44px;
        place-items: center;
        border: 1px solid var(--tool-line);
        border-radius: var(--radius);
        background: rgba(255, 255, 255, 0.045);
        color: var(--muted-strong);
        cursor: pointer;
        font-weight: 950;
      }

      .log-tool-page .fuel-option input:checked + span {
        border-color: rgba(255, 106, 19, 0.78);
        background: rgba(255, 106, 19, 0.18);
        color: var(--text);
      }

      .log-tool-page .meta-list,
      .log-tool-page .warnings-list {
        display: grid;
        gap: 8px;
        margin: 16px 0 0;
        padding: 0;
        list-style: none;
      }

      .log-tool-page .meta-list li,
      .log-tool-page .warnings-list li {
        display: flex;
        justify-content: space-between;
        gap: 12px;
        padding: 9px 10px;
        border: 1px solid var(--tool-line);
        border-radius: var(--radius);
        background: rgba(255, 255, 255, 0.04);
        color: var(--muted-strong);
        font-size: 0.9rem;
      }

      .log-tool-page .mapping-grid {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px;
      }

      .log-tool-page .mapping-details {
        margin-bottom: 18px;
      }

      .log-tool-page .mapping-details summary {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 12px;
        cursor: pointer;
        list-style: none;
      }

      .log-tool-page .mapping-details summary::-webkit-details-marker {
        display: none;
      }

      .log-tool-page .mapping-details summary::after {
        content: "+";
        display: inline-grid;
        width: 28px;
        height: 28px;
        place-items: center;
        border: 1px solid var(--tool-line);
        border-radius: 999px;
        color: var(--orange-2);
        font-weight: 900;
      }

      .log-tool-page .mapping-details[open] summary::after {
        content: "-";
      }

      .log-tool-page .mapping-details .mapping-grid {
        margin-top: 16px;
      }

      .log-tool-page label {
        display: grid;
        gap: 6px;
        color: var(--muted-strong);
        font-size: 0.86rem;
        font-weight: 800;
      }

      .log-tool-page select,
      .log-tool-page button,
      .log-tool-page input[type="file"] {
        border-radius: var(--radius);
      }

      .log-tool-page select {
        min-height: 42px;
        width: 100%;
        border: 1px solid var(--tool-line);
        background: #081014;
        color: var(--text);
      }

      .log-tool-page .actions {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
        margin-top: 16px;
      }

      .log-tool-page .btn-tool {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-height: 42px;
        padding: 10px 14px;
        border: 1px solid var(--tool-line);
        border-radius: var(--radius);
        background: rgba(255, 255, 255, 0.05);
        color: var(--text);
        cursor: pointer;
        font-weight: 900;
      }

      .log-tool-page .btn-tool.primary {
        border-color: rgba(255, 106, 19, 0.75);
        background: linear-gradient(135deg, var(--orange), var(--orange-2));
        color: #140600;
      }

      .log-tool-page .btn-tool:disabled {
        cursor: not-allowed;
        opacity: 0.45;
      }

      .log-tool-page .results-grid {
        display: grid;
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 12px;
        margin-bottom: 20px;
      }

      .log-tool-page .result-card {
        min-height: 154px;
        padding: 16px;
      }

      .log-tool-page .result-card.power-card {
        grid-column: span 2;
        border-color: rgba(255, 106, 19, 0.62);
        background:
          linear-gradient(135deg, rgba(255, 106, 19, 0.18), rgba(17, 27, 34, 0.94) 48%),
          var(--panel);
      }

      .log-tool-page .result-card.wide-card {
        grid-column: span 2;
      }

      .log-tool-page .result-card h3 {
        margin-bottom: 10px;
        font-size: 0.95rem;
      }

      .log-tool-page .status {
        display: inline-flex;
        align-items: center;
        min-height: 26px;
        padding: 4px 9px;
        border-radius: 999px;
        background: rgba(255, 255, 255, 0.08);
        color: var(--muted-strong);
        font-size: 0.78rem;
        font-weight: 900;
        text-transform: uppercase;
      }

      .log-tool-page .status.ok { color: var(--ok); }
      .log-tool-page .status.hinweis { color: var(--hint); }
      .log-tool-page .status.warnung { color: var(--warning); }
      .log-tool-page .status.kritisch { color: var(--danger); }
      .log-tool-page .status.offen { color: var(--tool-muted); }
      .log-tool-page .status.berechnet,
      .log-tool-page .status.sauber { color: var(--ok); }
      .log-tool-page .status.sportlich { color: var(--warning); }
      .log-tool-page .status.russkritisch,
      .log-tool-page .status.sehr { color: var(--danger); }

      .log-tool-page .metric {
        margin: 12px 0 0;
        color: var(--text);
        font-size: 1.38rem;
        font-weight: 950;
      }

      .log-tool-page .metric-split {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
      }

      .log-tool-page .metric-split span {
        display: block;
        color: var(--tool-muted);
        font-size: 0.72rem;
        font-weight: 900;
        text-transform: uppercase;
      }

      .log-tool-page .metric-split strong {
        display: block;
        color: var(--text);
        font-size: clamp(1.15rem, 2.3vw, 1.62rem);
        line-height: 1.1;
      }

      .log-tool-page .card-list {
        display: grid;
        gap: 6px;
        margin: 12px 0 0;
        color: var(--muted-strong);
        font-size: 0.9rem;
      }

      .log-tool-page .card-list div {
        display: flex;
        justify-content: space-between;
        gap: 12px;
        border-top: 1px solid rgba(255, 255, 255, 0.08);
        padding-top: 6px;
      }

      .log-tool-page .card-list strong {
        color: var(--text);
      }

      .log-tool-page .small-note {
        margin: 8px 0 0;
        color: var(--tool-muted);
        font-size: 0.84rem;
      }

      .log-tool-page .tabs {
        display: flex;
        flex-wrap: wrap;
        gap: 8px;
        margin-bottom: 12px;
      }

      .log-tool-page .tab-btn {
        min-height: 38px;
        padding: 8px 12px;
        border: 1px solid var(--tool-line);
        border-radius: var(--radius);
        background: rgba(255, 255, 255, 0.04);
        color: var(--text);
        cursor: pointer;
        font-weight: 850;
      }

      .log-tool-page .tab-btn.active {
        border-color: rgba(255, 106, 19, 0.75);
        background: rgba(255, 106, 19, 0.18);
      }

      .log-tool-page .chart-wrap {
        min-height: 390px;
        padding: 14px;
        border: 1px solid var(--tool-line);
        border-radius: var(--radius);
        background: var(--panel-strong);
      }

      .log-tool-page canvas {
        width: 100%;
        height: 360px;
      }

      .log-tool-page .report-head {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        gap: 16px;
      }

      .log-tool-page .report-head h2 {
        margin-bottom: 6px;
      }

      .log-tool-page .report-preview {
        display: grid;
        gap: 12px;
        margin-top: 16px;
      }

      .log-tool-page .report-empty,
      .log-tool-page .report-section,
      .log-tool-page .report-mini-card {
        border: 1px solid var(--tool-line);
        border-radius: var(--radius);
        background: rgba(255, 255, 255, 0.035);
      }

      .log-tool-page .report-empty {
        display: grid;
        gap: 5px;
        min-height: 120px;
        align-content: center;
        padding: 18px;
        color: var(--muted-strong);
      }

      .log-tool-page .report-empty strong {
        color: var(--text);
        font-size: 1.08rem;
      }

      .log-tool-page .report-card-grid {
        display: grid;
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 10px;
      }

      .log-tool-page .report-mini-card {
        min-height: 86px;
        padding: 13px;
      }

      .log-tool-page .report-mini-card span {
        display: block;
        color: var(--tool-muted);
        font-size: 0.7rem;
        font-weight: 900;
        text-transform: uppercase;
      }

      .log-tool-page .report-mini-card strong {
        display: block;
        margin-top: 7px;
        color: var(--text);
        font-size: clamp(1rem, 2vw, 1.35rem);
        line-height: 1.08;
      }

      .log-tool-page .report-section {
        padding: 15px;
      }

      .log-tool-page .report-section.highlight {
        border-color: rgba(255, 106, 19, 0.55);
        background:
          linear-gradient(135deg, rgba(255, 106, 19, 0.14), rgba(255, 255, 255, 0.03) 44%),
          rgba(255, 255, 255, 0.035);
      }

      .log-tool-page .report-section h3 {
        margin-bottom: 8px;
        font-size: 1rem;
      }

      .log-tool-page .report-section p {
        margin: 0;
        color: var(--muted-strong);
        font-size: 0.94rem;
      }

      .log-tool-page .report-list {
        display: grid;
        gap: 8px;
        margin: 10px 0 0;
      }

      .log-tool-page .report-list div {
        display: flex;
        justify-content: space-between;
        gap: 12px;
        padding-top: 8px;
        border-top: 1px solid rgba(255, 255, 255, 0.08);
        color: var(--muted-strong);
      }

      .log-tool-page .report-list strong {
        color: var(--text);
        text-align: right;
      }

      .log-tool-page .report-note {
        border-left: 3px solid var(--orange);
      }

      .log-tool-page .report-source {
        display: none;
      }

      .log-tool-page .disclaimer {
        margin-top: 14px;
        padding: 12px;
        border-left: 3px solid var(--orange);
        background: rgba(255, 106, 19, 0.08);
        color: var(--muted-strong);
        font-size: 0.92rem;
      }

      @media (max-width: 1040px) {
        .log-tool-page .tool-hero,
        .log-tool-page .tool-grid {
          grid-template-columns: 1fr;
        }

        .log-tool-page .results-grid {
          grid-template-columns: repeat(2, minmax(0, 1fr));
        }

        .log-tool-page .summary-strip {
          grid-template-columns: repeat(2, minmax(0, 1fr));
        }

        .log-tool-page .report-card-grid {
          grid-template-columns: repeat(2, minmax(0, 1fr));
        }

        .log-tool-page .white-label-offer {
          grid-template-columns: 1fr;
        }

        .log-tool-page .tool-info-grid {
          grid-template-columns: 1fr;
        }
      }

      @media (max-width: 680px) {
        .log-tool-page .mapping-grid,
        .log-tool-page .results-grid,
        .log-tool-page .report-card-grid,
        .log-tool-page .summary-strip,
        .log-tool-page .tool-check-list,
        .log-tool-page .signal-board {
          grid-template-columns: 1fr;
        }

        .log-tool-page .report-head {
          display: grid;
        }

        .log-tool-page .result-card.power-card,
        .log-tool-page .result-card.wide-card {
          grid-column: auto;
        }

        .log-tool-page .container {
          width: min(100% - 28px, var(--container));
        }

        .log-tool-page canvas {
          height: 300px;
        }
      }

/* Extracted from en/tools/log-analyzer/index.html */
.log-tool-page {
        --panel: rgba(13, 20, 25, 0.9);
        --panel-strong: rgba(17, 27, 34, 0.96);
        --tool-line: rgba(255, 255, 255, 0.13);
        --tool-muted: #aeb8c2;
        --danger: #ff4d4d;
        --warning: #ffb02e;
        --hint: #51a9ff;
        --ok: #42d36a;
      }

      .log-tool-page .tool-shell {
        padding: 54px 0 72px;
      }

      .log-tool-page .tool-hero {
        display: grid;
        grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.9fr);
        gap: 24px;
        align-items: stretch;
        margin-bottom: 24px;
      }

      .log-tool-page .tool-hero-copy,
      .log-tool-page .tool-panel,
      .log-tool-page .result-card,
      .log-tool-page .report-panel {
        border: 1px solid var(--tool-line);
        border-radius: var(--radius);
        background: var(--panel);
        box-shadow: var(--shadow);
      }

      .log-tool-page .tool-hero-copy {
        padding: clamp(24px, 4vw, 42px);
      }

      .log-tool-page h1 {
        max-width: 820px;
        margin-bottom: 16px;
        font-size: clamp(2rem, 4.5vw, 4rem);
        line-height: 1.04;
      }

      .log-tool-page .hero-text {
        max-width: 780px;
        font-size: 1.04rem;
      }

      .log-tool-page .signal-board {
        display: grid;
        align-content: space-between;
        gap: 16px;
        padding: clamp(18px, 3vw, 28px);
        border: 1px solid var(--tool-line);
        border-radius: var(--radius);
        background:
          linear-gradient(135deg, rgba(255, 106, 19, 0.18), rgba(255, 255, 255, 0.035) 42%, rgba(6, 11, 14, 0.92)),
          rgba(10, 16, 20, 0.94);
        box-shadow: var(--shadow);
      }

      .log-tool-page .signal-card {
        display: grid;
        gap: 12px;
      }

      .log-tool-page .signal-card h2 {
        margin: 0;
        font-size: clamp(1.25rem, 2.4vw, 1.85rem);
        line-height: 1.08;
      }

      .log-tool-page .signal-card p {
        margin: 0;
        color: var(--muted-strong);
        font-size: 0.94rem;
      }

      .log-tool-page .signal-steps {
        display: grid;
        gap: 9px;
        margin: 4px 0 0;
        padding: 0;
        list-style: none;
      }

      .log-tool-page .signal-steps li {
        display: grid;
        grid-template-columns: 32px minmax(0, 1fr);
        gap: 10px;
        align-items: center;
        min-height: 44px;
        padding: 8px 10px;
        border: 1px solid var(--tool-line);
        border-radius: var(--radius);
        background: rgba(255, 255, 255, 0.04);
        color: var(--muted-strong);
        font-weight: 850;
      }

      .log-tool-page .signal-steps b {
        display: inline-grid;
        width: 28px;
        height: 28px;
        place-items: center;
        border-radius: 999px;
        background: rgba(255, 106, 19, 0.16);
        color: var(--orange-2);
        font-size: 0.82rem;
      }

      .log-tool-page .signal-preview {
        display: grid;
        gap: 10px;
        padding: 14px;
        border: 1px solid rgba(255, 106, 19, 0.34);
        border-radius: var(--radius);
        background: rgba(5, 11, 14, 0.62);
      }

      .log-tool-page .signal-preview div {
        display: flex;
        justify-content: space-between;
        gap: 12px;
        padding-top: 8px;
        border-top: 1px solid rgba(255, 255, 255, 0.08);
        color: var(--muted-strong);
      }

      .log-tool-page .signal-preview div:first-child {
        padding-top: 0;
        border-top: 0;
      }

      .log-tool-page .signal-preview strong {
        color: var(--text);
        text-align: right;
      }

      .log-tool-page .privacy-pill {
        display: inline-flex;
        width: fit-content;
        align-items: center;
        gap: 8px;
        padding: 7px 10px;
        border: 1px solid rgba(66, 211, 106, 0.28);
        border-radius: 999px;
        background: rgba(66, 211, 106, 0.08);
        color: var(--ok);
        font-size: 0.78rem;
        font-weight: 950;
        text-transform: uppercase;
      }

      .log-tool-page .privacy-pill::before {
        content: "";
        width: 7px;
        height: 7px;
        border-radius: 999px;
        background: currentColor;
      }

      .log-tool-page .signal-footnote {
        color: var(--tool-muted);
        font-size: 0.82rem;
      }

      .log-tool-page .tool-grid {
        display: grid;
        grid-template-columns: minmax(280px, 360px) minmax(0, 1fr);
        gap: 20px;
        align-items: start;
      }

      .log-tool-page .white-label-offer {
        display: grid;
        grid-template-columns: minmax(0, 1.35fr) minmax(250px, 0.65fr);
        gap: 18px;
        align-items: center;
        margin: 0 auto 24px;
        padding: clamp(18px, 3vw, 26px);
        border: 1px solid rgba(255, 106, 19, 0.48);
        border-radius: var(--radius);
        background:
          linear-gradient(135deg, rgba(255, 106, 19, 0.16), rgba(255, 255, 255, 0.035) 42%),
          var(--panel);
        box-shadow: var(--shadow);
      }

      .log-tool-page .white-label-offer h2 {
        margin-bottom: 8px;
        font-size: clamp(1.35rem, 2.6vw, 2rem);
      }

      .log-tool-page .white-label-offer p {
        margin-bottom: 0;
        color: var(--muted-strong);
      }

      .log-tool-page .white-label-meta {
        display: flex;
        flex-wrap: wrap;
        gap: 8px;
        margin-top: 14px;
      }

      .log-tool-page .white-label-meta span {
        display: inline-flex;
        min-height: 30px;
        align-items: center;
        padding: 5px 9px;
        border: 1px solid var(--tool-line);
        border-radius: 999px;
        background: rgba(255, 255, 255, 0.045);
        color: var(--muted-strong);
        font-size: 0.78rem;
        font-weight: 900;
        text-transform: uppercase;
      }

      .log-tool-page .white-label-reference {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        gap: 10px 12px;
        margin-top: 14px;
        padding: 12px;
        border: 1px solid rgba(255, 255, 255, 0.11);
        border-radius: var(--radius);
        background: rgba(5, 11, 14, 0.42);
        color: var(--muted-strong);
        font-size: 0.9rem;
      }

      .log-tool-page .white-label-reference strong {
        color: var(--text);
      }

      .log-tool-page .white-label-reference a {
        color: var(--orange-2);
        font-weight: 900;
        text-decoration: none;
      }

      .log-tool-page .white-label-price {
        display: grid;
        gap: 12px;
        justify-items: start;
        padding: 16px;
        border: 1px solid var(--tool-line);
        border-radius: var(--radius);
        background: rgba(5, 11, 14, 0.58);
      }

      .log-tool-page .white-label-price strong {
        display: block;
        color: var(--text);
        font-size: clamp(2rem, 4vw, 3rem);
        line-height: 1;
      }

      .log-tool-page .white-label-price span {
        color: var(--tool-muted);
        font-weight: 900;
      }

      .log-tool-page .white-label-price .actions {
        margin-top: 0;
      }


      .log-tool-page .public-embed-panel {
        margin-bottom: 22px;
        padding: 20px;
        border: 1px solid var(--tool-line);
        border-radius: var(--radius);
        background: var(--panel);
        box-shadow: var(--shadow);
      }

      .log-tool-page .public-embed-panel h2 {
        margin-bottom: 8px;
        font-size: clamp(1.25rem, 2.4vw, 1.8rem);
      }

      .log-tool-page .public-embed-panel p {
        margin-bottom: 14px;
        color: var(--muted-strong);
      }

      .log-tool-page .public-iframe-viewport {
        width: 100%;
        max-width: 100%;
        overflow-x: auto;
        overflow-y: hidden;
        border-radius: var(--radius);
        background: #070b0e;
        -webkit-overflow-scrolling: touch;
      }

      .log-tool-page .public-log-iframe {
        display: block;
        width: 100%;
        max-width: 100%;
        min-height: 980px;
        border: 0;
        border-radius: var(--radius);
        background: #070b0e;
      }

      .log-tool-page .tool-panel,
      .log-tool-page .report-panel {
        padding: 20px;
      }

      .log-tool-page .customer-panel {
        margin-bottom: 14px;
        padding: 16px;
        border: 1px solid var(--tool-line);
        border-radius: var(--radius);
        background: rgba(13, 20, 25, 0.72);
      }

      .log-tool-page .customer-panel h2 {
        margin-bottom: 6px;
        font-size: clamp(1.05rem, 1.8vw, 1.35rem);
      }

      .log-tool-page .customer-panel p:not(.eyebrow) {
        margin-bottom: 0;
        font-size: 0.92rem;
      }

      .log-tool-page .summary-strip {
        display: grid;
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 8px;
        margin-top: 12px;
      }

      .log-tool-page .summary-pill {
        min-height: 58px;
        padding: 9px 10px;
        border: 1px solid rgba(255, 255, 255, 0.09);
        border-radius: var(--radius);
        background: rgba(255, 255, 255, 0.035);
      }

      .log-tool-page .summary-pill span {
        display: block;
        color: var(--tool-muted);
        font-size: 0.68rem;
        font-weight: 850;
        text-transform: uppercase;
      }

      .log-tool-page .summary-pill strong {
        display: block;
        margin-top: 4px;
        color: var(--text);
        font-size: clamp(0.98rem, 1.7vw, 1.2rem);
        line-height: 1.08;
      }

      .log-tool-page .tool-panel h2,
      .log-tool-page .report-panel h2 {
        margin-bottom: 14px;
        font-size: 1.12rem;
      }

      .log-tool-page .upload-box {
        display: grid;
        gap: 12px;
        min-height: 164px;
        place-items: center;
        padding: 20px;
        border: 1px dashed rgba(255, 106, 19, 0.55);
        border-radius: var(--radius);
        background: rgba(255, 106, 19, 0.07);
        text-align: center;
      }

      .log-tool-page .upload-box input {
        width: 100%;
      }

      .log-tool-page .fuel-switch {
        display: grid;
        gap: 10px;
        margin-top: 16px;
        padding: 12px;
        border: 1px solid var(--tool-line);
        border-radius: var(--radius);
        background: rgba(255, 255, 255, 0.035);
      }

      .log-tool-page .fuel-switch > span {
        color: var(--muted-strong);
        font-size: 0.84rem;
        font-weight: 900;
      }

      .log-tool-page .fuel-options {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px;
      }

      .log-tool-page .fuel-option {
        position: relative;
      }

      .log-tool-page .fuel-option input {
        position: absolute;
        opacity: 0;
        pointer-events: none;
      }

      .log-tool-page .fuel-option span {
        display: grid;
        min-height: 44px;
        place-items: center;
        border: 1px solid var(--tool-line);
        border-radius: var(--radius);
        background: rgba(255, 255, 255, 0.045);
        color: var(--muted-strong);
        cursor: pointer;
        font-weight: 950;
      }

      .log-tool-page .fuel-option input:checked + span {
        border-color: rgba(255, 106, 19, 0.78);
        background: rgba(255, 106, 19, 0.18);
        color: var(--text);
      }

      .log-tool-page .meta-list,
      .log-tool-page .warnings-list {
        display: grid;
        gap: 8px;
        margin: 16px 0 0;
        padding: 0;
        list-style: none;
      }

      .log-tool-page .meta-list li,
      .log-tool-page .warnings-list li {
        display: flex;
        justify-content: space-between;
        gap: 12px;
        padding: 9px 10px;
        border: 1px solid var(--tool-line);
        border-radius: var(--radius);
        background: rgba(255, 255, 255, 0.04);
        color: var(--muted-strong);
        font-size: 0.9rem;
      }

      .log-tool-page .mapping-grid {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px;
      }

      .log-tool-page .mapping-details {
        margin-bottom: 18px;
      }

      .log-tool-page .mapping-details summary {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 12px;
        cursor: pointer;
        list-style: none;
      }

      .log-tool-page .mapping-details summary::-webkit-details-marker {
        display: none;
      }

      .log-tool-page .mapping-details summary::after {
        content: "+";
        display: inline-grid;
        width: 28px;
        height: 28px;
        place-items: center;
        border: 1px solid var(--tool-line);
        border-radius: 999px;
        color: var(--orange-2);
        font-weight: 900;
      }

      .log-tool-page .mapping-details[open] summary::after {
        content: "-";
      }

      .log-tool-page .mapping-details .mapping-grid {
        margin-top: 16px;
      }

      .log-tool-page label {
        display: grid;
        gap: 6px;
        color: var(--muted-strong);
        font-size: 0.86rem;
        font-weight: 800;
      }

      .log-tool-page select,
      .log-tool-page button,
      .log-tool-page input[type="file"] {
        border-radius: var(--radius);
      }

      .log-tool-page select {
        min-height: 42px;
        width: 100%;
        border: 1px solid var(--tool-line);
        background: #081014;
        color: var(--text);
      }

      .log-tool-page .actions {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
        margin-top: 16px;
      }

      .log-tool-page .btn-tool {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-height: 42px;
        padding: 10px 14px;
        border: 1px solid var(--tool-line);
        border-radius: var(--radius);
        background: rgba(255, 255, 255, 0.05);
        color: var(--text);
        cursor: pointer;
        font-weight: 900;
      }

      .log-tool-page .btn-tool.primary {
        border-color: rgba(255, 106, 19, 0.75);
        background: linear-gradient(135deg, var(--orange), var(--orange-2));
        color: #140600;
      }

      .log-tool-page .btn-tool:disabled {
        cursor: not-allowed;
        opacity: 0.45;
      }

      .log-tool-page .results-grid {
        display: grid;
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 12px;
        margin-bottom: 20px;
      }

      .log-tool-page .result-card {
        min-height: 154px;
        padding: 16px;
      }

      .log-tool-page .result-card.power-card {
        grid-column: span 2;
        border-color: rgba(255, 106, 19, 0.62);
        background:
          linear-gradient(135deg, rgba(255, 106, 19, 0.18), rgba(17, 27, 34, 0.94) 48%),
          var(--panel);
      }

      .log-tool-page .result-card.wide-card {
        grid-column: span 2;
      }

      .log-tool-page .result-card h3 {
        margin-bottom: 10px;
        font-size: 0.95rem;
      }

      .log-tool-page .status {
        display: inline-flex;
        align-items: center;
        min-height: 26px;
        padding: 4px 9px;
        border-radius: 999px;
        background: rgba(255, 255, 255, 0.08);
        color: var(--muted-strong);
        font-size: 0.78rem;
        font-weight: 900;
        text-transform: uppercase;
      }

      .log-tool-page .status.ok { color: var(--ok); }
      .log-tool-page .status.hinweis { color: var(--hint); }
      .log-tool-page .status.warnung { color: var(--warning); }
      .log-tool-page .status.critical { color: var(--danger); }
      .log-tool-page .status.offen { color: var(--tool-muted); }
      .log-tool-page .status.calculated,
      .log-tool-page .status.clean { color: var(--ok); }
      .log-tool-page .status.sporty { color: var(--warning); }
      .log-tool-page .status.russcritical,
      .log-tool-page .status.sehr { color: var(--danger); }

      .log-tool-page .metric {
        margin: 12px 0 0;
        color: var(--text);
        font-size: 1.38rem;
        font-weight: 950;
      }

      .log-tool-page .metric-split {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
      }

      .log-tool-page .metric-split span {
        display: block;
        color: var(--tool-muted);
        font-size: 0.72rem;
        font-weight: 900;
        text-transform: uppercase;
      }

      .log-tool-page .metric-split strong {
        display: block;
        color: var(--text);
        font-size: clamp(1.15rem, 2.3vw, 1.62rem);
        line-height: 1.1;
      }

      .log-tool-page .card-list {
        display: grid;
        gap: 6px;
        margin: 12px 0 0;
        color: var(--muted-strong);
        font-size: 0.9rem;
      }

      .log-tool-page .card-list div {
        display: flex;
        justify-content: space-between;
        gap: 12px;
        border-top: 1px solid rgba(255, 255, 255, 0.08);
        padding-top: 6px;
      }

      .log-tool-page .card-list strong {
        color: var(--text);
      }

      .log-tool-page .small-note {
        margin: 8px 0 0;
        color: var(--tool-muted);
        font-size: 0.84rem;
      }

      .log-tool-page .tabs {
        display: flex;
        flex-wrap: wrap;
        gap: 8px;
        margin-bottom: 12px;
      }

      .log-tool-page .tab-btn {
        min-height: 38px;
        padding: 8px 12px;
        border: 1px solid var(--tool-line);
        border-radius: var(--radius);
        background: rgba(255, 255, 255, 0.04);
        color: var(--text);
        cursor: pointer;
        font-weight: 850;
      }

      .log-tool-page .tab-btn.active {
        border-color: rgba(255, 106, 19, 0.75);
        background: rgba(255, 106, 19, 0.18);
      }

      .log-tool-page .chart-wrap {
        min-height: 390px;
        padding: 14px;
        border: 1px solid var(--tool-line);
        border-radius: var(--radius);
        background: var(--panel-strong);
      }

      .log-tool-page canvas {
        width: 100%;
        height: 360px;
      }

      .log-tool-page .report-head {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        gap: 16px;
      }

      .log-tool-page .report-head h2 {
        margin-bottom: 6px;
      }

      .log-tool-page .report-preview {
        display: grid;
        gap: 12px;
        margin-top: 16px;
      }

      .log-tool-page .report-empty,
      .log-tool-page .report-section,
      .log-tool-page .report-mini-card {
        border: 1px solid var(--tool-line);
        border-radius: var(--radius);
        background: rgba(255, 255, 255, 0.035);
      }

      .log-tool-page .report-empty {
        display: grid;
        gap: 5px;
        min-height: 120px;
        align-content: center;
        padding: 18px;
        color: var(--muted-strong);
      }

      .log-tool-page .report-empty strong {
        color: var(--text);
        font-size: 1.08rem;
      }

      .log-tool-page .report-card-grid {
        display: grid;
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 10px;
      }

      .log-tool-page .report-mini-card {
        min-height: 86px;
        padding: 13px;
      }

      .log-tool-page .report-mini-card span {
        display: block;
        color: var(--tool-muted);
        font-size: 0.7rem;
        font-weight: 900;
        text-transform: uppercase;
      }

      .log-tool-page .report-mini-card strong {
        display: block;
        margin-top: 7px;
        color: var(--text);
        font-size: clamp(1rem, 2vw, 1.35rem);
        line-height: 1.08;
      }

      .log-tool-page .report-section {
        padding: 15px;
      }

      .log-tool-page .report-section.highlight {
        border-color: rgba(255, 106, 19, 0.55);
        background:
          linear-gradient(135deg, rgba(255, 106, 19, 0.14), rgba(255, 255, 255, 0.03) 44%),
          rgba(255, 255, 255, 0.035);
      }

      .log-tool-page .report-section h3 {
        margin-bottom: 8px;
        font-size: 1rem;
      }

      .log-tool-page .report-section p {
        margin: 0;
        color: var(--muted-strong);
        font-size: 0.94rem;
      }

      .log-tool-page .report-list {
        display: grid;
        gap: 8px;
        margin: 10px 0 0;
      }

      .log-tool-page .report-list div {
        display: flex;
        justify-content: space-between;
        gap: 12px;
        padding-top: 8px;
        border-top: 1px solid rgba(255, 255, 255, 0.08);
        color: var(--muted-strong);
      }

      .log-tool-page .report-list strong {
        color: var(--text);
        text-align: right;
      }

      .log-tool-page .report-note {
        border-left: 3px solid var(--orange);
      }

      .log-tool-page .report-source {
        display: none;
      }

      .log-tool-page .disclaimer {
        margin-top: 14px;
        padding: 12px;
        border-left: 3px solid var(--orange);
        background: rgba(255, 106, 19, 0.08);
        color: var(--muted-strong);
        font-size: 0.92rem;
      }

      @media (max-width: 1040px) {
        .log-tool-page .tool-hero,
        .log-tool-page .tool-grid {
          grid-template-columns: 1fr;
        }

        .log-tool-page .results-grid {
          grid-template-columns: repeat(2, minmax(0, 1fr));
        }

        .log-tool-page .summary-strip {
          grid-template-columns: repeat(2, minmax(0, 1fr));
        }

        .log-tool-page .report-card-grid {
          grid-template-columns: repeat(2, minmax(0, 1fr));
        }

        .log-tool-page .white-label-offer {
          grid-template-columns: 1fr;
        }
      }

      @media (max-width: 680px) {
        .log-tool-page .mapping-grid,
        .log-tool-page .results-grid,
        .log-tool-page .report-card-grid,
        .log-tool-page .summary-strip,
        .log-tool-page .signal-board {
          grid-template-columns: 1fr;
        }

        .log-tool-page .report-head {
          display: grid;
        }

        .log-tool-page .result-card.power-card,
        .log-tool-page .result-card.wide-card {
          grid-column: auto;
        }

        .log-tool-page .container {
          width: min(100% - 28px, var(--container));
        }

        .log-tool-page canvas {
          height: 300px;
        }
      }

/* Tool page extracted inline styles end */

@media (max-width: 760px) {
  .provider-page .who-card {
    grid-template-rows: auto;
    min-height: 0;
  }

  .provider-page .who-card h3,
  .provider-page .who-card p,
  .provider-page .who-card ul {
    min-height: 0;
  }

  .hero h1,
  .hero-copy h1,
  main > .hero h1,
  .premium-page h1,
  .business-profile-page h1,
  .pricing-page h1,
  .provider-page h1,
  .home-page h1,
  .tuningfiles-page h1,
  .chiptuner-page h1,
  .stage-page h1,
  .tool-page h1,
  .tools-hub-page h1,
  .partners-page h1 {
    max-width: 18ch !important;
    font-size: clamp(1.55rem, 6.2vw, 2rem) !important;
    line-height: 1.12 !important;
    letter-spacing: 0 !important;
  }

  .hero h1[data-mobile-title]::before {
    max-width: 18ch;
    font-size: clamp(1.5rem, 6vw, 1.9rem) !important;
    line-height: 1.12 !important;
  }

  .hero h1[data-mobile-title] {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    font-size: 0 !important;
    line-height: 0 !important;
  }

  .hero h1[data-mobile-title]::before {
    width: 100% !important;
    max-width: min(100%, 22rem) !important;
    white-space: normal !important;
    overflow-wrap: normal !important;
    word-break: normal !important;
    hyphens: auto !important;
  }

  .hero h2,
  .section-heading h2,
  .premium-copy h2,
  .cta-panel h2 {
    font-size: clamp(1.28rem, 5vw, 1.68rem) !important;
    line-height: 1.14 !important;
  }
}

@media (max-width: 430px) {
  .hero h1,
  .hero-copy h1,
  main > .hero h1,
  .premium-page h1,
  .business-profile-page h1,
  .pricing-page h1,
  .provider-page h1,
  .home-page h1,
  .tuningfiles-page h1,
  .chiptuner-page h1,
  .stage-page h1,
  .tool-page h1,
  .tools-hub-page h1,
  .partners-page h1 {
    max-width: 17ch !important;
    font-size: clamp(1.42rem, 5.85vw, 1.76rem) !important;
    line-height: 1.14 !important;
  }

  .hero h2,
  .section-heading h2,
  .premium-copy h2,
  .cta-panel h2 {
    font-size: clamp(1.16rem, 4.75vw, 1.46rem) !important;
  }

  .hero h1[data-mobile-title] {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    font-size: 0 !important;
    line-height: 0 !important;
  }

  .hero h1[data-mobile-title]::before {
    width: 100% !important;
    max-width: min(100%, 20rem) !important;
    font-size: clamp(1.34rem, 5.5vw, 1.68rem) !important;
    line-height: 1.14 !important;
    white-space: normal !important;
    overflow-wrap: normal !important;
    word-break: normal !important;
    hyphens: auto !important;
  }

  .premium-product-grid {
    gap: 18px !important;
  }

  .premium-product-row,
  .premium-product-row.reverse {
    gap: 14px !important;
    padding: 13px !important;
    border-radius: 18px !important;
    background:
      radial-gradient(circle at 88% 0%, rgba(255, 106, 19, 0.12), transparent 12rem),
      linear-gradient(145deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.014)),
      rgba(7, 12, 16, 0.5) !important;
  }

  .premium-copy {
    padding: 13px !important;
    border-radius: 15px !important;
  }

  .premium-copy .premium-tag {
    margin-bottom: 10px;
  }

  .premium-feature-list {
    gap: 9px !important;
    margin-top: 15px !important;
    margin-bottom: 18px !important;
  }

.premium-copy .premium-feature-list + p {
    margin-top: 18px !important;
  }
}

.services-process .step-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin-top: 28px;
}

.services-process .step-grid article {
  position: relative;
  min-height: 100%;
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 18px;
  background:
    radial-gradient(circle at 88% 0%, rgba(255, 106, 19, 0.13), transparent 8rem),
    linear-gradient(145deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.018)),
    rgba(10, 16, 20, 0.62);
  box-shadow: 0 20px 55px rgba(0, 0, 0, 0.26);
  overflow: hidden;
}

.services-process .step-grid article::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.07), transparent 42%);
}

.services-process .step-grid article > * {
  position: relative;
  z-index: 1;
}

.services-process .step-grid span {
  display: inline-grid;
  place-items: center;
  width: 38px;
  height: 38px;
  margin-bottom: 18px;
  border: 1px solid rgba(255, 106, 19, 0.46);
  border-radius: 999px;
  background:
    linear-gradient(135deg, rgba(255, 106, 19, 0.2), rgba(255, 106, 19, 0.05)),
    rgba(16, 22, 26, 0.82);
  color: var(--orange);
  font-weight: 900;
  box-shadow: 0 14px 34px rgba(255, 106, 19, 0.12);
}

.services-process .step-grid h3 {
  margin: 0 0 10px;
  font-size: clamp(1.05rem, 1.6vw, 1.26rem);
  line-height: 1.15;
}

.services-process .step-grid p {
  margin: 0;
  color: var(--muted);
  line-height: 1.55;
}

@media (max-width: 980px) {
  .services-process .step-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .services-process .step-grid {
    grid-template-columns: 1fr;
    gap: 12px;
    margin-top: 20px;
  }

  .services-process .step-grid article {
    display: grid;
    grid-template-columns: auto 1fr;
    column-gap: 14px;
    row-gap: 5px;
    padding: 16px;
    border-radius: 16px;
  }

  .services-process .step-grid span {
    grid-row: span 2;
    width: 34px;
    height: 34px;
    margin: 0;
  }

  .services-process .step-grid h3 {
    font-size: 1rem;
  }

  .services-process .step-grid p {
    font-size: 0.94rem;
  }
}

@media (max-width: 760px) {
  .home-page .hero-copy {
    padding: 20px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 20px;
    background:
      radial-gradient(circle at 88% 0%, rgba(255, 106, 19, 0.13), transparent 12rem),
      linear-gradient(145deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.018)),
      rgba(7, 12, 16, 0.72);
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.09),
      0 22px 58px rgba(0, 0, 0, 0.28);
    backdrop-filter: blur(18px) saturate(135%);
  }

  .home-page .hero-copy .eyebrow { order: 1; }
  .home-page .hero-copy h1 { order: 2; }
  .home-page .hero-text { order: 3; }
  .home-page .hero-actions { order: 4; }
  .home-page .hero-product-snapshot { order: 5; }
  .home-page .hero-trust-signals { order: 6; }
}

@media (max-width: 760px) {
  .home-page .hero {
    padding-top: 16px;
    padding-bottom: 18px;
  }

  .home-page .hero-copy {
    display: flex !important;
    flex-direction: column;
    gap: 0;
    padding: 18px !important;
    border: 1px solid rgba(255, 255, 255, 0.12) !important;
    border-radius: 20px !important;
    background:
      radial-gradient(circle at 90% 0%, rgba(255, 106, 19, 0.13), transparent 10rem),
      linear-gradient(145deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.018)),
      rgba(7, 12, 16, 0.74) !important;
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.09),
      0 22px 58px rgba(0, 0, 0, 0.28) !important;
    backdrop-filter: blur(18px) saturate(135%) !important;
  }

  .home-page .hero-copy::before {
    display: none !important;
  }

  .home-page .hero-copy .eyebrow {
    order: 1;
    margin-bottom: 10px;
    font-size: 0.72rem;
    line-height: 1.2;
  }

  .home-page .hero-copy h1 {
    position: relative;
    order: 2;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    margin: 0 0 14px;
    overflow: hidden;
    padding: 18px 18px 18px 20px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-left-color: rgba(255, 106, 19, 0.62);
    border-radius: 20px;
    background:
      linear-gradient(90deg, rgba(255, 106, 19, 0.72) 0 4px, transparent 4px),
      radial-gradient(circle at 18% 8%, rgba(255, 106, 19, 0.28), transparent 7rem),
      radial-gradient(circle at 92% 18%, rgba(84, 255, 185, 0.12), transparent 8rem),
      linear-gradient(145deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.018)),
      rgba(8, 13, 17, 0.74);
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.12),
      inset 0 -34px 70px rgba(0, 0, 0, 0.18),
      0 18px 42px rgba(0, 0, 0, 0.26),
      0 0 0 1px rgba(255, 106, 19, 0.04);
    font-size: clamp(1.54rem, 6.9vw, 2rem) !important;
    line-height: 1.04 !important;
    backdrop-filter: blur(16px) saturate(138%);
  }

  .home-page .hero-copy h1::before {
    display: block;
    width: 52px;
    height: 3px;
    margin-bottom: 12px;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--orange), rgba(84, 255, 185, 0.72));
    content: "";
    box-shadow: 0 0 22px rgba(255, 106, 19, 0.34);
  }

  .home-page .hero-copy h1::after {
    position: absolute;
    inset: 0;
    z-index: -1;
    content: "";
    background:
      linear-gradient(135deg, rgba(255, 255, 255, 0.06), transparent 34%),
      linear-gradient(180deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.34));
    pointer-events: none;
  }

  .home-page .hero-text {
    order: 3;
    max-width: 100%;
    margin-bottom: 15px;
    font-size: 0.97rem;
    line-height: 1.5;
  }

  .home-page .hero-actions {
    order: 4;
    display: grid;
    grid-template-columns: 1fr;
    gap: 9px;
    margin-bottom: 14px;
  }

  .home-page .hero .hero-actions .btn {
    width: 100%;
    min-height: 46px;
    justify-content: center;
    border-radius: 10px;
    text-decoration: none;
  }

  .home-page .hero .hero-actions .btn-outline {
    display: inline-flex !important;
    width: 100% !important;
    min-height: 46px !important;
    align-self: stretch !important;
    padding: 11px 16px !important;
    border: 1px solid rgba(255, 255, 255, 0.14) !important;
    border-radius: 10px !important;
    background:
      linear-gradient(145deg, rgba(255, 255, 255, 0.065), rgba(255, 255, 255, 0.018)),
      rgba(9, 15, 19, 0.76) !important;
    color: #fff !important;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.07) !important;
    font-size: 0.9rem !important;
    text-decoration: none !important;
  }

  .home-page .hero .hero-actions .btn-outline svg {
    display: block !important;
  }

  .home-page .hero-product-snapshot {
    order: 5;
    margin-top: 0;
    border-radius: 16px;
  }

  .premium-page .hero-copy .eyebrow {
    order: 1;
  }

  .premium-page .hero-copy h1 {
    order: 2;
  }

  .premium-page .hero-text {
    order: 3;
  }

  .premium-page .hero-actions {
    order: 4;
  }

  .premium-page .premium-price-note {
    order: 5;
    margin-top: 0;
    margin-bottom: 14px;
  }

  .premium-page .hero-product-snapshot {
    order: 6;
  }

  .premium-page .hero-trust-signals {
    order: 7;
  }

  .home-page .snapshot-bar {
    min-height: 30px;
    padding-inline: 10px;
  }

  .home-page .snapshot-bar strong {
    font-size: 0.68rem;
  }

  .home-page .snapshot-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 8px;
    padding: 10px;
  }

  .home-page .snapshot-grid article {
    min-height: 94px;
    padding: 12px 9px;
    border-radius: 12px;
  }

  .home-page .snapshot-grid small {
    min-width: 24px;
    min-height: 22px;
    margin-bottom: 8px;
    padding: 3px 6px;
    font-size: 0.61rem;
    line-height: 1.1;
  }

  .home-page .snapshot-grid strong {
    font-size: 0.78rem;
    line-height: 1.16;
  }

  .home-page .snapshot-grid p {
    display: none;
  }

  .home-page .hero-trust-signals {
    display: none !important;
  }

  .home-page .hero-trust-signals span {
    min-height: 28px;
    padding: 5px 8px;
    font-size: 0.73rem;
  }
}

/* Services hub: intentionally distinct from the homepage flow */
.services-page .service-hero,
.services-page .service-directory,
.services-page .service-use-cases,
.services-page .service-two-paths,
.services-page .service-match {
  padding: clamp(30px, 4.5vw, 66px) 0;
}

.service-hero-card,
.service-directory-head,
.service-split-heading,
.service-path-card,
.service-match-card {
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 22px;
  background:
    radial-gradient(circle at 92% 10%, rgba(45, 180, 132, 0.13), transparent 16rem),
    radial-gradient(circle at 12% 0%, rgba(255, 106, 19, 0.12), transparent 14rem),
    linear-gradient(145deg, rgba(255, 255, 255, 0.065), rgba(255, 255, 255, 0.018)),
    rgba(9, 14, 18, 0.78);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 22px 62px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(18px) saturate(132%);
}

.service-hero-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(250px, 360px);
  gap: 18px;
  align-items: stretch;
  padding: clamp(22px, 3vw, 34px);
}

.service-hero-copy h1 {
  max-width: 820px;
  margin: 0;
  font-size: clamp(2.05rem, 4.4vw, 4.55rem);
  line-height: 0.98;
  letter-spacing: 0;
}

.service-hero-copy p:not(.eyebrow) {
  max-width: 720px;
  margin: 18px 0 0;
  color: var(--muted);
  font-size: clamp(0.98rem, 1.3vw, 1.15rem);
  line-height: 1.62;
}

.service-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.service-quick-panel {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  align-content: start;
  padding: 18px;
  border: 1px solid rgba(45, 180, 132, 0.22);
  border-radius: 18px;
  background:
    radial-gradient(circle at 82% 8%, rgba(255, 106, 19, 0.14), transparent 8rem),
    linear-gradient(145deg, rgba(27, 116, 86, 0.12), rgba(255, 255, 255, 0.02)),
    rgba(5, 12, 14, 0.58);
}

.service-quick-panel strong {
  grid-column: 1 / -1;
  color: #fff;
  font-size: 1.12rem;
}

.service-quick-panel > p {
  grid-column: 1 / -1;
  margin: -2px 0 6px;
  color: var(--muted);
  font-size: 0.88rem;
  line-height: 1.45;
}

.service-quick-panel a {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 3px 8px;
  align-items: center;
  justify-content: start;
  min-height: 82px;
  padding: 12px;
  border: 1px solid rgba(45, 180, 132, 0.2);
  border-radius: 14px;
  background:
    radial-gradient(circle at 100% 0%, rgba(45, 180, 132, 0.13), transparent 6rem),
    linear-gradient(145deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.015)),
    rgba(8, 16, 18, 0.74);
  color: #fff;
  font-size: 0.86rem;
  font-weight: 850;
  text-align: left;
  text-decoration: none;
}

.service-quick-panel a span {
  display: inline-flex;
  grid-row: 1 / span 2;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border: 1px solid rgba(255, 106, 19, 0.58);
  border-radius: 10px;
  color: var(--orange);
  font-size: 0.68rem;
  font-weight: 950;
  background: rgba(255, 106, 19, 0.08);
}

.service-quick-panel a b {
  min-width: 0;
  line-height: 1.15;
}

.service-quick-panel a small {
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 750;
  line-height: 1.15;
}

.service-quick-panel a:first-of-type {
  border-color: rgba(255, 106, 19, 0.48);
  background:
    radial-gradient(circle at 100% 0%, rgba(255, 106, 19, 0.16), transparent 7rem),
    linear-gradient(145deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.018)),
    rgba(16, 14, 12, 0.8);
}

.service-quick-panel a:hover {
  transform: translateY(-1px);
  border-color: rgba(255, 106, 19, 0.7);
  color: #fff;
}

.service-category-card a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 9px 12px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 11px;
  background: rgba(255, 255, 255, 0.035);
  color: #fff;
  font-size: 0.86rem;
  font-weight: 800;
  text-decoration: none;
}

.service-category-card a:hover {
  border-color: rgba(255, 106, 19, 0.7);
  color: #fff;
}

.service-directory-head,
.service-split-heading,
.service-match-card {
  padding: clamp(20px, 3vw, 30px);
}

.service-directory-head h2,
.service-split-heading h2,
.service-match-card h2 {
  max-width: 880px;
  margin: 0;
  font-size: clamp(1.75rem, 3.1vw, 3.05rem);
  line-height: 1.02;
}

.service-directory-head p:not(.eyebrow),
.service-match-card > p:not(.eyebrow) {
  max-width: 760px;
  margin: 14px 0 0;
  color: var(--muted);
  line-height: 1.62;
}

.service-category-list {
  display: grid;
  gap: 12px;
  margin-top: 18px;
}

.service-category-card {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 16px;
  align-items: center;
  min-height: 104px;
  padding: 16px 18px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-left-color: rgba(255, 106, 19, 0.62);
  border-radius: 16px;
  background:
    linear-gradient(135deg, rgba(255, 106, 19, 0.065), transparent 34%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.014)),
    rgba(8, 14, 18, 0.76);
}

.service-category-card span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255, 106, 19, 0.55);
  border-radius: 11px;
  color: var(--orange);
  font-size: 0.78rem;
  font-weight: 900;
  background: rgba(255, 106, 19, 0.075);
}

.service-category-card h3 {
  margin: 0 0 5px;
  font-size: clamp(1.02rem, 1.35vw, 1.22rem);
}

.service-category-card p {
  margin: 0;
  color: var(--muted);
  font-size: 0.94rem;
  line-height: 1.45;
}

.service-use-grid,
.service-match-points {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-top: 18px;
}

.service-use-grid article,
.service-match-points span {
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 16px;
  background:
    radial-gradient(circle at 90% 0%, rgba(45, 180, 132, 0.09), transparent 9rem),
    rgba(11, 17, 21, 0.78);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.service-use-grid article {
  min-height: 172px;
  padding: 18px;
}

.service-use-grid strong {
  display: block;
  margin-bottom: 10px;
  color: #fff;
  font-size: 1.04rem;
}

.service-use-grid span {
  display: inline-flex;
  margin-bottom: 12px;
  padding: 5px 9px;
  border: 1px solid rgba(255, 106, 19, 0.45);
  border-radius: 999px;
  color: var(--orange);
  font-size: 0.73rem;
  font-weight: 900;
  text-transform: uppercase;
}

.service-use-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.52;
}

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

.service-path-card {
  min-height: 276px;
  padding: clamp(20px, 3vw, 30px);
}

.service-path-card h2 {
  max-width: 620px;
  margin: 0;
  font-size: clamp(1.65rem, 2.6vw, 2.65rem);
  line-height: 1.02;
}

.service-path-card p:not(.eyebrow) {
  max-width: 620px;
  margin: 16px 0 22px;
  color: var(--muted);
  line-height: 1.62;
}

.service-path-card .btn {
  width: min(100%, 320px);
}

.service-match-points {
  margin: 18px 0;
}

.service-match-points span {
  min-height: 72px;
  align-content: center;
  padding: 15px;
  color: #fff;
  font-weight: 850;
  text-align: center;
}

@media (max-width: 920px) {
  .service-hero-card,
  .service-two-paths .container {
    grid-template-columns: 1fr;
  }

  .service-use-grid,
  .service-match-points {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .services-page .service-hero,
  .services-page .service-directory,
  .services-page .service-use-cases,
  .services-page .service-two-paths,
  .services-page .service-match {
    padding: 18px 0;
  }

  .service-hero-card,
  .service-directory-head,
  .service-split-heading,
  .service-path-card,
  .service-match-card {
    border-radius: 18px;
  }

  .service-hero-card {
    padding: 18px;
  }

  .service-hero-copy h1 {
    font-size: clamp(1.75rem, 8vw, 2.35rem);
    line-height: 1.03;
  }

  .service-hero-copy p:not(.eyebrow) {
    font-size: 0.94rem;
    line-height: 1.5;
  }

  .service-hero-actions {
    display: grid;
    grid-template-columns: 1fr;
    margin-top: 18px;
  }

  .service-hero-actions .btn {
    width: 100%;
  }

  .service-quick-panel {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding: 14px;
  }

  .service-quick-panel strong,
  .service-quick-panel > p {
    grid-column: 1 / -1;
  }

  .service-quick-panel a {
    min-height: 70px;
    padding: 10px;
  }

  .service-quick-panel a span {
    width: 28px;
    height: 28px;
  }

  .service-directory-head,
  .service-split-heading,
  .service-match-card {
    padding: 18px;
  }

  .service-directory-head h2,
  .service-split-heading h2,
  .service-match-card h2,
  .service-path-card h2 {
    font-size: clamp(1.35rem, 6.1vw, 1.8rem);
    line-height: 1.08;
  }

  .service-category-card {
    grid-template-columns: auto minmax(0, 1fr);
    min-height: 0;
    padding: 14px;
  }

  .service-category-card a {
    grid-column: 1 / -1;
    width: 100%;
  }

  .service-category-card p {
    font-size: 0.86rem;
    line-height: 1.43;
  }

  .service-use-grid,
  .service-match-points {
    grid-template-columns: 1fr;
  }

  .service-use-grid article {
    min-height: 0;
    padding: 16px;
  }

  .service-path-card {
    min-height: 0;
    padding: 18px;
  }

  .service-match-points span {
    min-height: 56px;
    text-align: left;
  }
}

/* Homepage hero pain-angle headline */
.home-page .hero-copy h1 {
  max-width: 1120px;
  font-size: clamp(1.9rem, 3vw, 3.35rem);
  line-height: 1.05;
}

.home-page .hero-copy h1 span {
  display: inline;
}

.home-page .hero-copy .hero-text {
  max-width: 760px;
  font-size: clamp(1rem, 1.35vw, 1.18rem);
}

.home-page .who-card {
  display: flex;
  flex-direction: column;
  min-height: clamp(310px, 28vw, 380px);
}

.home-page .who-card h3 {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  min-height: 96px;
  width: 92%;
  margin-inline: auto;
  max-width: none;
  text-align: center;
  border-color: rgba(255, 255, 255, 0.14);
  background:
    radial-gradient(circle at 16% 0%, rgba(255, 106, 19, 0.08), transparent 8rem),
    radial-gradient(circle at 88% 0%, rgba(95, 255, 186, 0.08), transparent 9rem),
    linear-gradient(145deg, rgba(255, 255, 255, 0.052), rgba(255, 255, 255, 0.012)),
    rgba(8, 14, 18, 0.64);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.075),
    0 10px 26px rgba(0, 0, 0, 0.16);
}

.home-page .who-card:not(.who-card-primary) h3 {
  background:
    radial-gradient(circle at 14% 0%, rgba(95, 255, 186, 0.08), transparent 8rem),
    radial-gradient(circle at 88% 0%, rgba(255, 106, 19, 0.055), transparent 9rem),
    linear-gradient(145deg, rgba(255, 255, 255, 0.052), rgba(255, 255, 255, 0.012)),
    rgba(8, 17, 18, 0.64);
}

.home-page .who-card h3::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.055), transparent 42%);
  pointer-events: none;
}

.home-page .who-card h3 span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  flex: 0 0 auto;
  margin-right: 10px;
  border: 1px solid rgba(255, 106, 19, 0.28);
  border-radius: 50%;
  background: rgba(255, 106, 19, 0.055);
  color: var(--orange);
  font-size: 0.62em;
  font-weight: 950;
  line-height: 1;
}

.home-page .who-card p {
  width: 92%;
  max-width: none;
  margin-inline: auto;
  min-height: 0;
}

.home-page .who-copy-card {
  display: contents;
}

.home-page .who-card p + p {
  margin-top: -6px;
}

.home-page .who-card .btn {
  margin-top: auto;
  margin-left: 4%;
  margin-right: 0;
  align-self: flex-start;
  width: min(92%, 340px);
}

@media (max-width: 760px) {
  .home-page .hero-copy h1 {
    font-size: clamp(1.36rem, 6.25vw, 1.86rem) !important;
    line-height: 1.08 !important;
  }

  .home-page .hero-copy .hero-text {
    font-size: 0.94rem;
    line-height: 1.48;
  }

  .home-page .who-card {
    min-height: 0;
  }

  .home-page .who-card h3 {
    min-height: 0;
    width: 92%;
  }

  .home-page .who-card p + p {
    margin-top: -4px;
  }
}

@media (max-width: 760px) {
  .home-page .hero-copy h1 {
    align-self: stretch !important;
    width: 100% !important;
    max-width: none !important;
    flex-basis: auto !important;
    font-size: clamp(1.28rem, 5.55vw, 1.62rem) !important;
    line-height: 1.06 !important;
  }

  .home-page .who-card h3 {
    min-height: 70px;
    padding-inline: 18px;
  }
}

@media (max-width: 760px) {
  .home-page .who-section {
    padding: 22px 0 30px;
  }

  .home-page .who-section .container {
    display: grid;
    gap: 12px;
    padding: 16px;
    border: 1px solid rgba(255, 255, 255, 0.13);
    border-radius: 22px;
    background:
      radial-gradient(circle at 82% 0%, rgba(255, 106, 19, 0.13), transparent 15rem),
      radial-gradient(circle at 18% 100%, rgba(95, 255, 186, 0.075), transparent 14rem),
      linear-gradient(145deg, rgba(255, 255, 255, 0.064), rgba(255, 255, 255, 0.014)),
      rgba(7, 13, 17, 0.68);
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.08),
      0 18px 48px rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(16px) saturate(132%);
  }

  .home-page .who-heading {
    margin: 0;
    padding: 0 2px 2px;
    border: 0;
    border-radius: 0;
    background: none;
    box-shadow: none;
    backdrop-filter: none;
  }

  .home-page .who-heading .eyebrow {
    margin-bottom: 4px;
  }

  .home-page .who-heading h2 {
    font-size: clamp(1.28rem, 5.2vw, 1.58rem);
    line-height: 1.08;
  }

  .home-page .who-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .home-page .who-card {
    gap: 11px;
    min-height: 0;
    padding: 14px;
    border-radius: 18px;
    background:
      radial-gradient(circle at 92% 0%, rgba(95, 255, 186, 0.065), transparent 10rem),
      linear-gradient(145deg, rgba(255, 255, 255, 0.052), rgba(255, 255, 255, 0.012)),
      rgba(8, 14, 18, 0.64);
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.055),
      0 12px 32px rgba(0, 0, 0, 0.18);
  }

  .home-page .who-card-primary {
    background:
      radial-gradient(circle at 88% 0%, rgba(255, 106, 19, 0.14), transparent 10rem),
      linear-gradient(145deg, rgba(255, 255, 255, 0.058), rgba(255, 255, 255, 0.014)),
      rgba(13, 13, 16, 0.66);
  }

  .home-page .who-card h3 {
    width: 100%;
    max-width: none;
    min-height: 54px;
    margin: 0;
    padding: 11px 13px;
    border-radius: 15px;
    font-size: clamp(1rem, 4.25vw, 1.18rem);
    line-height: 1.1;
  }

  .home-page .who-card p {
    width: 100%;
    margin: 0;
    font-size: 0.88rem;
    line-height: 1.48;
  }

  .home-page .who-copy-card {
    position: relative;
    display: grid;
    gap: 8px;
    padding: 12px 12px 12px 42px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 15px;
    background:
      radial-gradient(circle at 92% 0%, rgba(95, 255, 186, 0.05), transparent 9rem),
      linear-gradient(145deg, rgba(255, 255, 255, 0.048), rgba(255, 255, 255, 0.012)),
      rgba(7, 13, 17, 0.54);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.055);
  }

  .home-page .who-card-primary .who-copy-card {
    background:
      radial-gradient(circle at 92% 0%, rgba(255, 106, 19, 0.06), transparent 9rem),
      linear-gradient(145deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.012)),
      rgba(12, 12, 16, 0.56);
  }

  .home-page .who-copy-card::before {
    position: absolute;
    top: 12px;
    left: 12px;
    display: grid;
    width: 22px;
    height: 22px;
    place-items: center;
    border: 1px solid rgba(255, 106, 19, 0.26);
    border-radius: 50%;
    background: rgba(255, 106, 19, 0.06);
    color: var(--orange);
    font-size: 0.72rem;
    font-weight: 950;
    content: "!";
  }

  .home-page .who-copy-card p + p {
    margin-top: 0;
  }

  .home-page .who-card .btn {
    width: 100%;
    min-height: 46px;
    margin: 2px 0 0;
  }
}

.request-entry-page .request-hero,
.request-entry-page .request-section,
.request-entry-page .request-final {
  padding: clamp(34px, 5vw, 72px) 0;
}

.request-entry-page .request-hero {
  padding-top: clamp(42px, 6vw, 86px);
}

.request-entry-page .request-head-card {
  display: grid;
  gap: 14px;
  width: min(100%, 1120px);
  margin-inline: auto;
  padding: clamp(18px, 2.5vw, 30px);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 22px;
  background:
    radial-gradient(circle at 86% 0%, rgba(95, 255, 186, 0.105), transparent 18rem),
    radial-gradient(circle at 8% 0%, rgba(255, 106, 19, 0.105), transparent 15rem),
    linear-gradient(145deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.014)),
    rgba(7, 13, 17, 0.7);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 22px 60px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(16px) saturate(132%);
}

.request-entry-page .request-head-card-hero {
  min-height: clamp(420px, 48vw, 590px);
  align-content: center;
  background:
    linear-gradient(90deg, rgba(5, 9, 12, 0.94), rgba(5, 9, 12, 0.76) 56%, rgba(5, 9, 12, 0.42)),
    radial-gradient(circle at 80% 50%, rgba(255, 106, 19, 0.16), transparent 22rem),
    url("/assets/img/gh-mapping-hero-network.webp") center / cover;
}

.request-entry-page .request-head-card h1,
.request-entry-page .request-head-card h2 {
  max-width: 21ch;
  margin: 0;
  color: #fff;
  font-size: clamp(2rem, 4vw, 4.05rem);
  line-height: 1.02;
}

.request-entry-page .request-head-card h2 {
  max-width: 24ch;
  font-size: clamp(1.75rem, 2.8vw, 3rem);
}

.request-entry-page .request-head-card > p:not(.eyebrow) {
  max-width: 68ch;
  margin: 0;
  color: rgba(232, 236, 241, 0.84);
  font-size: clamp(0.98rem, 1.1vw, 1.08rem);
  line-height: 1.58;
}

.request-entry-page .request-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 8px;
}

.request-entry-page .request-actions .btn {
  min-width: min(100%, 260px);
  justify-content: center;
}

.request-entry-page .request-proof-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 8px 0 0;
  padding: 0;
  list-style: none;
}

.request-entry-page .request-proof-list li {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 40px;
  padding: 9px 13px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.045);
  color: #fff;
  font-size: 0.9rem;
  font-weight: 850;
}

.request-entry-page .request-proof-list li::before {
  display: grid;
  width: 22px;
  height: 22px;
  place-items: center;
  flex: 0 0 auto;
  border: 1px solid rgba(255, 106, 19, 0.32);
  border-radius: 50%;
  background: rgba(255, 106, 19, 0.07);
  color: var(--orange);
  content: "✓";
}

.request-entry-page .request-summary-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 4px;
}

.request-entry-page .request-summary-grid-three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.request-entry-page .request-summary-grid article,
.request-entry-page .request-answer-grid article,
.request-entry-page .request-compact-list li {
  min-width: 0;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  background:
    radial-gradient(circle at 92% 0%, rgba(95, 255, 186, 0.055), transparent 10rem),
    linear-gradient(145deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.012)),
    rgba(7, 14, 17, 0.52);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.055);
}

.request-entry-page .request-summary-grid article {
  display: grid;
  min-height: 118px;
  align-content: start;
  grid-template-columns: 34px 1fr;
  gap: 5px 11px;
}

.request-entry-page .request-summary-grid article span {
  display: grid;
  width: 28px;
  height: 28px;
  place-items: center;
  grid-row: 1 / span 2;
  border: 1px solid rgba(255, 106, 19, 0.32);
  border-radius: 50%;
  background: rgba(255, 106, 19, 0.06);
  color: var(--orange);
  font-size: 0.78rem;
  font-weight: 950;
}

.request-entry-page .request-summary-grid strong,
.request-entry-page .request-compact-list strong {
  color: #fff;
  font-size: 1rem;
  line-height: 1.15;
}

.request-entry-page .request-summary-grid p,
.request-entry-page .request-answer-grid p,
.request-entry-page .request-compact-list span {
  margin: 0;
  color: rgba(225, 230, 235, 0.78);
  font-size: 0.86rem;
  line-height: 1.45;
}

.request-entry-page .request-soft-cta {
  display: inline-flex;
  width: max-content;
  max-width: 100%;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  margin-top: 4px;
  padding: 10px 18px;
  border: 1px solid rgba(255, 106, 19, 0.32);
  border-radius: 999px;
  background: rgba(255, 106, 19, 0.08);
  color: #fff;
  font-size: 0.88rem;
  font-weight: 900;
  text-decoration: none;
}

.request-entry-page .request-soft-cta::after {
  margin-left: 9px;
  color: var(--orange);
  content: "→";
}

.request-entry-page .request-compact-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin: 4px 0 0;
  padding: 0;
  list-style: none;
}

.request-entry-page .request-compact-list li {
  display: grid;
  gap: 6px;
}

.request-entry-page .request-answer-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.request-entry-page .request-answer-grid h3 {
  margin: 0 0 6px;
  color: #fff;
  font-size: 1rem;
  line-height: 1.18;
}

.request-entry-page .request-link-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.request-entry-page .request-link-grid a {
  display: flex;
  min-height: 52px;
  align-items: center;
  padding: 12px 14px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.035);
  color: #fff;
  font-weight: 900;
  text-decoration: none;
}

.request-entry-page .request-link-grid a::before {
  display: grid;
  width: 24px;
  height: 24px;
  place-items: center;
  flex: 0 0 auto;
  margin-right: 10px;
  border: 1px solid rgba(255, 106, 19, 0.28);
  border-radius: 50%;
  background: rgba(255, 106, 19, 0.055);
  color: var(--orange);
  content: "✓";
}

.request-entry-page .request-final-card {
  justify-items: center;
  text-align: center;
}

.request-entry-page .request-final-card h2 {
  max-width: none;
}

.request-entry-page .request-final-card .btn {
  width: min(100%, 360px);
  justify-content: center;
}

@media (max-width: 760px) {
  .request-entry-page .request-hero,
  .request-entry-page .request-section,
  .request-entry-page .request-final {
    padding: 22px 0;
  }

  .request-entry-page .request-hero {
    padding-top: 24px;
  }

  .request-entry-page .request-head-card {
    gap: 10px;
    padding: 16px;
    border-radius: 18px;
  }

  .request-entry-page .request-head-card-hero {
    min-height: 0;
    align-content: start;
    background:
      linear-gradient(180deg, rgba(5, 9, 12, 0.9), rgba(5, 9, 12, 0.72)),
      radial-gradient(circle at 88% 0%, rgba(255, 106, 19, 0.13), transparent 12rem),
      url("/assets/img/gh-mapping-hero-network-mobile.webp") center / cover;
  }

  .request-entry-page .request-head-card h1 {
    max-width: 11.5ch;
    font-size: clamp(1.65rem, 7.2vw, 2.25rem);
    line-height: 1.05;
  }

  .request-entry-page .request-head-card h2 {
    max-width: 100%;
    font-size: clamp(1.35rem, 5.8vw, 1.85rem);
    line-height: 1.08;
  }

  .request-entry-page .request-head-card > p:not(.eyebrow) {
    font-size: 0.9rem;
    line-height: 1.48;
  }

  .request-entry-page .request-actions {
    display: grid;
    gap: 8px;
  }

  .request-entry-page .request-actions .btn {
    width: 100%;
    min-height: 46px;
  }

  .request-entry-page .request-proof-list {
    display: grid;
    gap: 8px;
  }

  .request-entry-page .request-proof-list li {
    min-height: 38px;
    padding: 8px 10px;
    font-size: 0.84rem;
  }

  .request-entry-page .request-summary-grid,
  .request-entry-page .request-summary-grid-three,
  .request-entry-page .request-answer-grid,
  .request-entry-page .request-compact-list,
  .request-entry-page .request-link-grid {
    grid-template-columns: 1fr;
  }

  .request-entry-page .request-summary-grid article {
    min-height: 0;
    padding: 12px;
  }

  .request-entry-page .request-summary-grid article p {
    display: none;
  }

  .request-entry-page .request-link-grid a {
    min-height: 46px;
    font-size: 0.9rem;
  }
}

/* Homepage strategic rebuild 20260727 */
.home-page .homepage-rebuild {
  overflow: hidden;
}

.home-page .homepage-rebuild .container {
  width: min(100% - 32px, 1180px);
}

.home-page .homepage-rebuild section {
  padding: clamp(48px, 7vw, 92px) 0;
}

.home-page .home-hero-clean {
  min-height: min(760px, calc(100svh - 74px));
  display: grid;
  align-items: center;
  padding: clamp(56px, 8vw, 112px) 0 clamp(52px, 7vw, 88px);
  background:
    radial-gradient(circle at 78% 20%, rgba(255, 106, 19, 0.12), transparent 24rem),
    linear-gradient(180deg, rgba(4, 8, 11, 0.98), rgba(4, 8, 11, 0.94));
}

.home-page .hero-clean-card {
  width: min(100%, 980px);
  padding: clamp(14px, 2vw, 20px);
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 24px;
  background:
    linear-gradient(135deg, rgba(18, 28, 32, 0.76), rgba(5, 9, 12, 0.7)),
    radial-gradient(circle at 0% 0%, rgba(255, 106, 19, 0.17), transparent 16rem);
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.34);
  backdrop-filter: blur(18px);
}

.home-page .hero-clean-card::before,
.home-page .hero-clean-card::after,
.home-page .hero-clean-card h1::before,
.home-page .hero-clean-card h1::after {
  display: none !important;
  content: none !important;
}

.home-page .homepage-rebuild .hero-copy {
  max-width: 980px;
}

.home-page .hero-clean-card .eyebrow,
.home-page .section-head-card .eyebrow,
.home-page .path-card .eyebrow {
  margin: 0 0 12px;
  color: var(--orange);
  font-size: 0.82rem;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.home-page .hero-visual-panel {
  min-height: clamp(240px, 34vw, 420px);
  display: flex;
  align-items: flex-end;
  margin: 0 0 clamp(18px, 2.3vw, 28px);
  padding: clamp(22px, 4vw, 42px);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 20px;
  background:
    linear-gradient(90deg, rgba(4, 8, 11, 0.94) 0%, rgba(4, 8, 11, 0.67) 55%, rgba(4, 8, 11, 0.24) 100%),
    linear-gradient(180deg, rgba(4, 8, 11, 0.08), rgba(4, 8, 11, 0.58)),
    rgba(7, 12, 16, 0.82);
  box-shadow: inset 0 0 0 1px rgba(255, 106, 19, 0.08);
}

@media (min-width: 761px) {
  .home-page .hero-visual-panel {
    background:
      linear-gradient(90deg, rgba(4, 8, 11, 0.94) 0%, rgba(4, 8, 11, 0.67) 55%, rgba(4, 8, 11, 0.24) 100%),
      linear-gradient(180deg, rgba(4, 8, 11, 0.08), rgba(4, 8, 11, 0.58)),
      url("/assets/img/gh-mapping-hero-network.webp") center / cover;
  }
}

.home-page .hero-clean-card h1 {
  max-width: 18ch;
  margin: 0;
  font-size: clamp(2.35rem, 4.8vw, 4.35rem);
  line-height: 0.98;
  letter-spacing: 0;
}

.home-page .hero-clean-card h1 span {
  color: var(--orange);
  white-space: nowrap;
}

.home-page .hero-stop {
  margin: 0 0 8px;
  color: var(--orange);
  font-weight: 900;
  font-size: clamp(1.18rem, 2vw, 1.55rem);
}

.home-page .hero-clean-card .hero-text {
  max-width: 620px;
  margin: 0 0 22px;
  color: rgba(244, 247, 249, 0.82);
  font-size: clamp(1rem, 1.6vw, 1.18rem);
  line-height: 1.55;
}

.home-page .hero-clean-card .hero-actions {
  display: flex;
  align-items: center;
  gap: 18px;
  margin: 0 0 16px;
}

.home-page .hero-primary-cta {
  width: min(100%, 340px);
  min-height: 52px;
}

.home-page .hero-sub-link,
.home-page .text-link {
  color: rgba(244, 247, 249, 0.88);
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 4px;
  text-decoration-color: rgba(255, 106, 19, 0.42);
}

.home-page .hero-trust-line {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
  margin: 16px 0 8px;
  padding: 0;
  list-style: none;
  color: rgba(244, 247, 249, 0.7);
  font-size: 0.86rem;
  font-weight: 800;
}

.home-page .hero-trust-line li {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.home-page .hero-trust-line li::before {
  content: "✓";
  display: grid;
  place-items: center;
  width: 18px;
  height: 18px;
  border: 1px solid rgba(255, 106, 19, 0.36);
  border-radius: 999px;
  color: var(--orange);
  font-size: 0.72rem;
}

.home-page .hero-expert-line {
  margin: 0;
  color: rgba(244, 247, 249, 0.62);
  font-size: 0.9rem;
  font-weight: 700;
}

.home-page .hero-expert-line a {
  color: rgba(244, 247, 249, 0.9);
  font-weight: 900;
  text-decoration: underline;
  text-decoration-color: rgba(255, 106, 19, 0.42);
  text-underline-offset: 4px;
}

.home-page .hero-expert-line a::after {
  content: " →";
  color: var(--orange);
}

.home-page .section-head-card,
.home-page .path-card,
.home-page .trust-grid article,
.home-page .business-benefit-list article,
.home-page .knowledge-grid article,
.home-page .final-conversion-card,
.home-page .service-tile-grid a,
.home-page .process-line article {
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 22px;
  background:
    linear-gradient(135deg, rgba(22, 31, 36, 0.8), rgba(8, 13, 16, 0.72)),
    radial-gradient(circle at 95% 0%, rgba(95, 255, 186, 0.08), transparent 14rem);
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(14px);
}

.home-page .section-head-card {
  padding: clamp(20px, 3.2vw, 34px);
  margin-bottom: 28px;
}

.home-page .section-head-card h2 {
  max-width: 18ch;
  margin: 0;
  font-size: clamp(2rem, 4.4vw, 4rem);
  line-height: 1;
}

.home-page .section-head-card p:not(.eyebrow) {
  max-width: 720px;
  margin: 14px 0 0;
  color: rgba(244, 247, 249, 0.76);
  line-height: 1.55;
}

.home-page .compact-head {
  width: 100%;
}

.home-page .process-line {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  position: relative;
}

.home-page .process-line article {
  min-height: 100%;
  padding: 20px;
  position: relative;
}

.home-page .process-line span {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  margin-bottom: 18px;
  border: 1px solid rgba(255, 106, 19, 0.72);
  border-radius: 14px;
  color: var(--orange);
  font-weight: 900;
  background: rgba(255, 106, 19, 0.08);
}

.home-page .process-line h3,
.home-page .trust-grid h3,
.home-page .business-benefit-list h3,
.home-page .knowledge-grid h3,
.home-page .service-tile-grid strong {
  margin: 0 0 8px;
  color: #fff;
  font-size: 1.05rem;
  line-height: 1.18;
}

.home-page .process-line p,
.home-page .trust-grid p,
.home-page .business-benefit-list p,
.home-page .knowledge-grid p,
.home-page .service-tile-grid p {
  margin: 0;
  color: rgba(244, 247, 249, 0.72);
  font-size: 0.94rem;
  line-height: 1.45;
}

.home-page .section-action {
  display: flex;
  justify-content: center;
  margin-top: 26px;
}

.home-page .path-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.home-page .path-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-height: 100%;
  padding: clamp(22px, 3.4vw, 34px);
}

.home-page .path-card-primary {
  border-color: rgba(255, 106, 19, 0.56);
  background:
    linear-gradient(135deg, rgba(44, 21, 12, 0.82), rgba(8, 13, 16, 0.72)),
    radial-gradient(circle at 100% 0%, rgba(255, 106, 19, 0.13), transparent 14rem);
}

.home-page .path-card h3 {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
  max-width: 88%;
  min-height: 72px;
  margin: 0 0 18px;
  padding: 16px 18px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.07), rgba(95, 255, 186, 0.055));
  font-size: clamp(1.35rem, 2.3vw, 2rem);
  line-height: 1.05;
}

.home-page .path-card h3 span {
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  flex: 0 0 auto;
  border-radius: 999px;
  color: var(--orange);
  background: rgba(255, 106, 19, 0.12);
  border: 1px solid rgba(255, 106, 19, 0.42);
  font-size: 1rem;
}

.home-page .path-card > p:not(.eyebrow) {
  margin: 0 0 18px;
  color: rgba(244, 247, 249, 0.78);
  line-height: 1.55;
}

.home-page .path-card ul {
  display: grid;
  gap: 8px;
  margin: 0 0 24px;
  padding: 0;
  list-style: none;
}

.home-page .path-card li {
  color: rgba(244, 247, 249, 0.86);
  font-weight: 800;
}

.home-page .path-card li::before {
  content: "✓";
  margin-right: 8px;
  color: var(--orange);
}

.home-page .path-card .btn {
  margin-top: auto;
  width: min(100%, 360px);
}

.home-page .service-tile-grid,
.home-page .trust-grid,
.home-page .knowledge-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.home-page .service-tile-grid a {
  display: grid;
  min-height: 156px;
  padding: 18px;
  color: inherit;
  text-decoration: none;
  transition: transform 0.18s ease, border-color 0.18s ease;
}

.home-page .service-tile-grid a:hover,
.home-page .service-tile-grid a:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(255, 106, 19, 0.48);
}

.home-page .service-tile-grid span {
  display: grid;
  place-items: center;
  width: 48px;
  height: 38px;
  margin-bottom: 18px;
  border: 1px solid rgba(255, 106, 19, 0.44);
  border-radius: 12px;
  color: var(--orange);
  font-size: 0.78rem;
  font-weight: 900;
  background: rgba(255, 106, 19, 0.07);
}

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

.home-page .trust-grid article,
.home-page .knowledge-grid article {
  padding: 20px;
}

.home-page .trust-grid span,
.home-page .business-benefit-list span,
.home-page .knowledge-grid span {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  margin-bottom: 14px;
  border: 1px solid rgba(255, 106, 19, 0.44);
  border-radius: 999px;
  color: var(--orange);
  font-weight: 900;
  background: rgba(255, 106, 19, 0.07);
}

.home-page .trust-note {
  margin: 18px 0 0;
  padding: 18px 20px;
  border: 1px solid rgba(255, 106, 19, 0.28);
  border-radius: 18px;
  color: rgba(244, 247, 249, 0.86);
  font-weight: 900;
  text-align: center;
  background: rgba(255, 106, 19, 0.045);
}

.home-page .business-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 22px;
  align-items: stretch;
}

.home-page .business-layout .section-head-card {
  margin: 0;
}

.home-page .business-head {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background:
    linear-gradient(135deg, rgba(38, 18, 11, 0.72), rgba(7, 13, 16, 0.78)),
    radial-gradient(circle at 100% 0%, rgba(255, 106, 19, 0.15), transparent 17rem);
}

.home-page .business-benefit-list {
  display: grid;
  gap: 12px;
}

.home-page .business-benefit-list article {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 14px;
  padding: 16px;
}

.home-page .business-benefit-list span {
  margin: 0;
}

.home-page .dual-action {
  grid-column: 1 / -1;
  align-items: center;
  gap: 18px;
}

.home-page .knowledge-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.home-page .knowledge-grid span {
  color: rgba(244, 247, 249, 0.92);
}

.home-page .final-conversion-section {
  padding-bottom: clamp(64px, 8vw, 110px);
}

.home-page .final-conversion-card {
  width: min(100%, 900px);
  margin: 0 auto;
  padding: clamp(28px, 5vw, 56px);
  text-align: center;
  background:
    linear-gradient(135deg, rgba(36, 18, 11, 0.86), rgba(7, 13, 16, 0.78)),
    radial-gradient(circle at 50% 0%, rgba(255, 106, 19, 0.17), transparent 18rem);
}

.home-page .final-conversion-card h2 {
  max-width: 15ch;
  margin: 0 auto;
  font-size: clamp(2rem, 4.4vw, 4rem);
  line-height: 1;
}

.home-page .final-conversion-card p:not(.eyebrow) {
  max-width: 680px;
  margin: 18px auto 24px;
  color: rgba(244, 247, 249, 0.78);
  line-height: 1.55;
}

.home-page .final-expert-link {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  margin: 18px 0 20px;
  color: rgba(244, 247, 249, 0.76);
}

.home-page .final-expert-link a {
  color: #fff;
  font-weight: 900;
  text-decoration: underline;
  text-decoration-color: rgba(255, 106, 19, 0.45);
  text-underline-offset: 4px;
}

.home-page .final-conversion-card > strong {
  display: block;
  color: var(--orange);
  font-size: 1rem;
}

@media (max-width: 900px) {
  .home-page .homepage-rebuild .container {
    width: min(100% - 24px, 640px);
  }

  .home-page .homepage-rebuild section {
    padding: 34px 0;
  }

  .home-page .home-hero-clean {
    min-height: auto;
    align-items: start;
    padding: 16px 0 28px;
    background:
      radial-gradient(circle at 80% 0%, rgba(255, 106, 19, 0.16), transparent 14rem),
      linear-gradient(180deg, rgba(4, 8, 11, 0.98), rgba(4, 8, 11, 0.95));
  }

  .home-page .hero-clean-card {
    padding: 12px;
    border-radius: 20px;
  }

  .home-page .hero-clean-card .eyebrow {
    margin-bottom: 10px;
    font-size: 0.72rem;
  }

  .home-page .hero-visual-panel {
    min-height: 230px;
    margin-bottom: 16px;
    padding: 14px;
    border: 0;
    border-radius: 18px;
    background:
      linear-gradient(180deg, rgba(4, 8, 11, 0.24), rgba(4, 8, 11, 0.74)),
      linear-gradient(90deg, rgba(4, 8, 11, 0.62), rgba(4, 8, 11, 0.2));
    box-shadow: inset 0 0 0 1px rgba(255, 106, 19, 0.1);
  }

  .home-page .hero-clean-card h1 {
    max-width: 100%;
    font-size: clamp(0.98rem, 4.75vw, 1.8rem);
    line-height: 1.08;
  }

  .home-page .hero-stop {
    margin: 0 6px 6px;
    font-size: 1.08rem;
  }

  .home-page .hero-clean-card .hero-text {
    margin: 0 6px 18px;
    font-size: 0.96rem;
    line-height: 1.48;
  }

  .home-page .hero-clean-card .hero-actions {
    display: grid;
    gap: 12px;
  }

  .home-page .hero-clean-card .hero-actions .btn {
    width: 100%;
  }

  .home-page .hero-primary-cta {
    width: 100%;
    min-height: 50px;
  }

  .home-page .hero-sub-link {
    justify-self: start;
    font-size: 0.92rem;
  }

  .home-page .hero-trust-line {
    margin: 14px 6px 8px;
    font-size: 0.84rem;
    line-height: 1.5;
  }

  .home-page .hero-expert-line {
    margin: 0 6px;
    font-size: 0.86rem;
    line-height: 1.45;
  }

  .home-page .section-head-card {
    padding: 18px;
    border-radius: 20px;
    margin-bottom: 14px;
  }

  .home-page .section-head-card h2 {
    max-width: 12ch;
    font-size: clamp(1.65rem, 7.2vw, 2.35rem);
  }

  .home-page .section-head-card p:not(.eyebrow) {
    font-size: 0.94rem;
  }

  .home-page .process-line,
  .home-page .path-grid,
  .home-page .service-tile-grid,
  .home-page .trust-grid,
  .home-page .knowledge-grid,
  .home-page .business-layout {
    grid-template-columns: 1fr;
  }

  .home-page .process-line {
    gap: 10px;
  }

  .home-page .process-line article {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 12px 14px;
    padding: 16px;
  }

  .home-page .process-line article span {
    grid-row: span 2;
    margin: 0;
  }

  .home-page .process-line article h3 {
    margin: 0;
  }

  .home-page .process-line article p {
    font-size: 0.9rem;
  }

  .home-page .path-card {
    padding: 18px;
    border-radius: 20px;
  }

  .home-page .path-card h3 {
    max-width: 100%;
    min-height: 58px;
    font-size: 1.35rem;
  }

  .home-page .path-card > p:not(.eyebrow) {
    font-size: 0.94rem;
  }

  .home-page .path-card ul {
    margin-bottom: 18px;
  }

  .home-page .path-card .btn,
  .home-page .section-action .btn,
  .home-page .dual-action .btn,
  .home-page .final-conversion-card .btn {
    width: 100%;
  }

  .home-page .service-tile-grid a {
    grid-template-columns: auto 1fr;
    gap: 4px 12px;
    min-height: 0;
    padding: 14px;
  }

  .home-page .service-tile-grid span {
    grid-row: span 2;
    margin: 0;
    width: 42px;
    height: 34px;
  }

  .home-page .service-tile-grid strong {
    margin: 0;
  }

  .home-page .service-tile-grid p {
    font-size: 0.86rem;
  }

  .home-page .trust-grid article,
  .home-page .knowledge-grid article,
  .home-page .business-benefit-list article {
    padding: 14px;
  }

  .home-page .trust-grid span,
  .home-page .knowledge-grid span {
    margin-bottom: 10px;
  }

  .home-page .business-benefit-list article {
    grid-template-columns: 1fr;
  }

  .home-page .business-benefit-list span {
    margin-bottom: 0;
  }

  .home-page .dual-action {
    display: grid;
    gap: 12px;
  }

  .home-page .text-link {
    justify-self: center;
  }

  .home-page .final-conversion-card {
    padding: 22px 18px;
    border-radius: 22px;
  }

  .home-page .final-conversion-card h2 {
    max-width: 12ch;
    font-size: clamp(1.75rem, 7.4vw, 2.45rem);
  }
}

@media (max-width: 760px) {
  .home-page .homepage-rebuild .hero-visual-panel h1 {
    align-self: flex-end !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    backdrop-filter: none !important;
    overflow: visible !important;
    font-size: clamp(0.98rem, 4.75vw, 1.8rem) !important;
    line-height: 1.08 !important;
  }

  .home-page .homepage-rebuild .hero-visual-panel h1::before,
  .home-page .homepage-rebuild .hero-visual-panel h1::after {
    display: none !important;
    content: none !important;
  }
}

@media (max-width: 760px) {
  .home-page .homepage-rebuild .home-hero-clean {
    padding-top: 18px !important;
  }

  .home-page .homepage-rebuild .hero-clean-card {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    padding: 18px !important;
    border-radius: 22px !important;
    background:
      linear-gradient(135deg, rgba(255, 102, 20, 0.13), rgba(0, 170, 120, 0.08) 48%, rgba(7, 12, 16, 0.9)),
      rgba(14, 20, 24, 0.88) !important;
    border: 1px solid rgba(255, 255, 255, 0.14) !important;
    box-shadow: 0 18px 50px rgba(0, 0, 0, 0.3) !important;
    overflow: hidden !important;
  }

  .home-page .homepage-rebuild .hero-clean-card .eyebrow {
    display: block !important;
    margin: 0 0 10px !important;
    font-size: 0.68rem !important;
    line-height: 1.25 !important;
    letter-spacing: 0 !important;
  }

  .home-page .homepage-rebuild .hero-visual-panel {
    display: block !important;
    min-height: 0 !important;
    margin: 0 0 14px !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    overflow: visible !important;
  }

  .home-page .homepage-rebuild .hero-visual-panel::before,
  .home-page .homepage-rebuild .hero-visual-panel::after {
    display: none !important;
    content: none !important;
  }

  .home-page .homepage-rebuild .hero-visual-panel h1 {
    width: 100% !important;
    max-width: 17ch !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    font-size: clamp(1.42rem, 6.7vw, 2.05rem) !important;
    line-height: 1.04 !important;
  }

  .home-page .homepage-rebuild .hero-visual-panel h1 span {
    white-space: nowrap !important;
  }

  .home-page .homepage-rebuild .hero-stop {
    margin: 0 0 10px !important;
    font-size: 1.05rem !important;
    line-height: 1.2 !important;
  }

  .home-page .homepage-rebuild .hero-clean-card .hero-text {
    display: block !important;
    max-width: 100% !important;
    margin: 0 0 16px !important;
    font-size: 0.96rem !important;
    line-height: 1.55 !important;
  }

  .home-page .homepage-rebuild .hero-primary-cta {
    width: 100% !important;
    min-height: 50px !important;
    margin: 0 !important;
  }

  .home-page .homepage-rebuild .hero-trust-line {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 8px !important;
    margin: 14px 0 12px !important;
    padding: 0 !important;
  }

  .home-page .homepage-rebuild .hero-trust-line li {
    min-height: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    font-size: 0.86rem !important;
    line-height: 1.25 !important;
  }

  .home-page .homepage-rebuild .hero-expert-line {
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: baseline !important;
    gap: 2px 6px !important;
    margin: 0 !important;
    font-size: 0.86rem !important;
    line-height: 1.35 !important;
  }

  .home-page .homepage-rebuild .hero-expert-line a {
    white-space: nowrap !important;
  }
}
