:root {
  color-scheme: light;
  --ink: #14211f;
  --ink-2: #0e1715;
  --muted: #62706d;
  --line: #d9e2de;
  --paper: #fbfdfb;
  --panel: #ffffff;
  --green: #167a58;
  --mint: #dff4e9;
  --amber: #f5b041;
  --coral: #e86f51;
  --blue: #2f6fba;
  --violet: #6554c0;
  --cyan: #37a7a1;
  --cream: #fff7ea;
  --rose: #f07167;
  --shadow: 0 18px 50px rgba(20, 33, 31, 0.12);
  --shadow-soft: 0 10px 28px rgba(20, 33, 31, 0.08);
  --bg-canvas: #0c1412;
  --bg-elevated: #1a2624;
  --bg-surface: #2f3f3b;
  --bg-surface-soft: #243430;
  --text-primary: #f5faf6;
  --text-secondary: #c7d4ce;
  --text-muted: #94a39b;
  --border-subtle: rgba(244, 247, 242, 0.08);
  --border-strong: rgba(244, 247, 242, 0.15);
  --accent: #8ec5b0;
  --accent-strong: #8ff0c5;
  --accent-soft: rgba(142, 197, 176, 0.14);
  --danger: #ff817a;
  --warning: #e9c46a;
}

* {
  box-sizing: border-box;
  min-width: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  overflow-x: hidden;
  background:
    linear-gradient(180deg, #fbfdfb 0%, #f6faf7 42%, #fbfdfb 100%);
  color: var(--ink);
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  letter-spacing: 0;
}

body.home-simplified {
  height: 100vh;
  overflow: hidden;
}

body.home-simplified {
  position: relative;
  min-height: 100vh;
  --home-bg-1: #071512;
  --home-bg-2: #12342e;
  --home-bg-3: #1b4d44;
  --home-accent: #44d0a4;
  --home-accent-2: #ffb86b;
  --home-accent-3: #65b7ff;
  --home-grid: rgba(255, 255, 255, 0.052);
  --home-ink: #f7fbf2;
  --home-muted: rgba(247, 251, 242, 0.68);
  background:
    linear-gradient(115deg, color-mix(in srgb, var(--home-accent-2) 18%, transparent), transparent 32%),
    linear-gradient(245deg, color-mix(in srgb, var(--home-accent) 20%, transparent), transparent 38%),
    linear-gradient(180deg, var(--home-bg-1) 0%, var(--home-bg-2) 55%, var(--home-bg-3) 100%);
}

body.theme-page {
  --home-bg-1: #071512;
  --home-bg-2: #12342e;
  --home-bg-3: #17243a;
  --home-accent: #44d0a4;
  --home-accent-2: #ffb86b;
  --home-accent-3: #65b7ff;
  --home-grid: rgba(255, 255, 255, 0.052);
  --home-ink: #f7fbf2;
  --home-muted: rgba(247, 251, 242, 0.7);
  background:
    linear-gradient(180deg, #071512 0%, #f7fbf8 620px, #fbfdfb 100%);
}

body.home-simplified[data-home-theme="signal"] {
  --home-bg-1: #100d19;
  --home-bg-2: #1b203a;
  --home-bg-3: #173b46;
  --home-accent: #69e0d1;
  --home-accent-2: #ff8f70;
  --home-accent-3: #f9d66b;
}

body.home-simplified[data-home-theme="atelier"] {
  --home-bg-1: #0b1018;
  --home-bg-2: #122439;
  --home-bg-3: #25324d;
  --home-accent: #82b8ff;
  --home-accent-2: #f6c177;
  --home-accent-3: #8df0bf;
}

body.home-simplified[data-home-theme="foundry"] {
  --home-bg-1: #120f0c;
  --home-bg-2: #24221a;
  --home-bg-3: #2d4336;
  --home-accent: #98d67b;
  --home-accent-2: #ff9f6e;
  --home-accent-3: #63c5da;
}

body.home-simplified[data-home-theme="lumen"] {
  --home-bg-1: #081417;
  --home-bg-2: #112a3c;
  --home-bg-3: #18373a;
  --home-accent: #64d7ff;
  --home-accent-2: #ffcf70;
  --home-accent-3: #8ef0b0;
}

body.theme-page::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -2;
  background-image:
    linear-gradient(var(--home-grid) 1px, transparent 1px),
    linear-gradient(90deg, var(--home-grid) 1px, transparent 1px),
    linear-gradient(135deg, transparent 0 46%, rgba(255, 255, 255, 0.032) 46.2% 46.6%, transparent 46.8% 100%);
  background-size: 58px 58px, 58px 58px, 240px 240px;
  mask-image: linear-gradient(180deg, #000 0%, #000 34%, transparent 72%);
  animation: grid-drift 18s linear infinite;
}

body.theme-page::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(7, 13, 18, 0.28), rgba(7, 13, 18, 0) 48%),
    linear-gradient(90deg, rgba(7, 13, 18, 0.54), transparent 24%, transparent 76%, rgba(7, 13, 18, 0.42));
}

body.home-simplified::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -2;
  background-image:
    linear-gradient(var(--home-grid) 1px, transparent 1px),
    linear-gradient(90deg, var(--home-grid) 1px, transparent 1px),
    linear-gradient(135deg, transparent 0 46%, rgba(255, 255, 255, 0.035) 46.2% 46.6%, transparent 46.8% 100%);
  background-size: 58px 58px, 58px 58px, 240px 240px;
  mask-image: linear-gradient(180deg, transparent 0%, #000 14%, #000 86%, transparent 100%);
  animation: grid-drift 18s linear infinite;
}

body.home-simplified::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(7, 13, 18, 0.72), rgba(7, 13, 18, 0.08) 44%, rgba(7, 13, 18, 0.82)),
    linear-gradient(90deg, rgba(7, 13, 18, 0.6), transparent 24%, transparent 76%, rgba(7, 13, 18, 0.56)),
    repeating-linear-gradient(120deg, transparent 0 88px, rgba(255, 255, 255, 0.032) 89px, transparent 90px);
}

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

img {
  max-width: 100%;
}

.topbar {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 14px clamp(18px, 4vw, 64px);
  border-bottom: 1px solid rgba(217, 226, 222, 0.82);
  background: rgba(251, 253, 251, 0.92);
  backdrop-filter: blur(14px);
  box-shadow: 0 1px 0 rgba(20, 33, 31, 0.04);
}

.home-simplified .topbar {
  position: fixed;
  right: 0;
  left: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(7, 21, 18, 0.6);
  backdrop-filter: blur(24px) saturate(1.22);
  box-shadow: none;
}

.theme-page .topbar {
  position: fixed;
  right: 0;
  left: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(7, 21, 18, 0.64);
  backdrop-filter: blur(24px) saturate(1.22);
  box-shadow: none;
}

.home-simplified .brand,
.theme-page .brand {
  gap: 12px;
  color: rgba(247, 251, 242, 0.9);
  letter-spacing: 0;
}

.home-simplified .brand-mark,
.theme-page .brand-mark {
  width: 34px;
  height: 34px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background:
    linear-gradient(145deg, rgba(247, 251, 242, 0.16), rgba(55, 167, 161, 0.22)),
    var(--ink);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.16),
    0 12px 28px rgba(0, 0, 0, 0.22);
}

.home-simplified .site-nav,
.theme-page .site-nav {
  gap: 2px;
  padding: 4px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.07);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.16);
}

.home-simplified .site-nav > a,
.theme-page .site-nav > a,
.theme-page .nav-trigger,
.home-simplified .nav-trigger {
  min-height: 34px;
  padding: 7px 13px;
  border-radius: 999px;
  color: rgba(247, 251, 242, 0.64);
  font-size: 13px;
  font-weight: 820;
  transition:
    background-color 180ms ease,
    color 180ms ease,
    transform 180ms ease;
}

.home-simplified .site-nav > a:hover,
.home-simplified .nav-trigger:hover,
.home-simplified .nav-dropdown.open .nav-trigger,
.theme-page .site-nav > a:hover,
.theme-page .nav-trigger:hover,
.theme-page .nav-dropdown.open .nav-trigger {
  border-color: transparent;
  background: rgba(255, 255, 255, 0.12);
  color: #ffffff;
  transform: translateY(-1px);
}

.theme-page .dropdown-menu {
  border-color: rgba(255, 255, 255, 0.14);
  background: rgba(11, 24, 22, 0.96);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(18px);
}

.theme-page .dropdown-menu a:hover {
  background: rgba(255, 255, 255, 0.09);
}

.theme-page .dropdown-menu strong {
  color: #ffffff;
}

.theme-page .dropdown-menu span {
  color: rgba(247, 251, 242, 0.66);
}

.home-simplified .dropdown-menu {
  border-color: rgba(255, 255, 255, 0.14);
  background: rgba(11, 24, 22, 0.96);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(18px);
}

.home-simplified .dropdown-menu a:hover {
  background: rgba(255, 255, 255, 0.09);
}

.home-simplified .dropdown-menu strong {
  color: #ffffff;
}

.home-simplified .dropdown-menu span {
  color: rgba(247, 251, 242, 0.66);
}

.home-simplified footer {
  display: none;
}

.brand,
nav,
.actions,
footer,
.footer-links {
  display: flex;
  align-items: center;
}

.brand {
  gap: 10px;
  font-weight: 800;
}

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

.brand-logo {
  display: block;
  width: clamp(166px, 16vw, 230px);
  max-width: 100%;
  height: auto;
  object-fit: contain;
}

.brand-mark {
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  border-radius: 8px;
  overflow: hidden;
  background: #0c1412 url("/assets/heyaro-icon.svg") center / cover no-repeat;
  color: transparent;
  font-size: 13px;
  text-indent: -999px;
}

.brand-copy {
  display: grid;
  gap: 2px;
  line-height: 1;
}

.brand-copy strong {
  color: inherit;
  font: inherit;
}

.brand-copy small {
  color: var(--accent);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  white-space: nowrap;
}

.brand:not(:has(.brand-copy)):not(:has(.brand-logo))::after {
  content: "Connect. Automate. Accelerate.";
  color: var(--accent);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
}

.topbar:empty::before {
  content: "";
  display: block;
  width: clamp(166px, 16vw, 230px);
  aspect-ratio: 4 / 1;
  background: url("/assets/heyaro-logo-light.svg") left center / contain no-repeat;
}

.site-nav {
  flex-wrap: wrap;
  gap: 10px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 700;
  scrollbar-width: none;
}

.site-nav::-webkit-scrollbar {
  display: none;
}

.site-nav > a,
.nav-trigger {
  min-height: 38px;
  padding: 8px 10px;
  border: 1px solid transparent;
  border-radius: 8px;
  background: transparent;
  color: var(--muted);
  font: inherit;
  font-weight: 850;
}

.site-nav > a:hover,
.nav-trigger:hover,
.nav-dropdown.open .nav-trigger {
  border-color: rgba(20, 33, 31, 0.1);
  background: #ffffff;
  color: var(--ink);
}

.nav-dropdown {
  position: relative;
}

.nav-trigger {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  cursor: pointer;
}

.nav-cta {
  border-color: transparent !important;
  background: #ffffff !important;
  color: var(--ink) !important;
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.18);
}

.dropdown-menu {
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  z-index: 20;
  display: none;
  width: min(360px, calc(100vw - 32px));
  padding: 8px;
  border: 1px solid rgba(20, 33, 31, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: var(--shadow);
}

.mega-menu {
  width: min(520px, calc(100vw - 32px));
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.nav-dropdown.open .dropdown-menu,
.nav-dropdown:hover .dropdown-menu,
.nav-dropdown:focus-within .dropdown-menu {
  display: grid;
}

.dropdown-menu a {
  display: grid;
  gap: 4px;
  padding: 12px;
  border-radius: 8px;
}

.dropdown-menu a:hover {
  background: #f3f8f5;
}

.start-hero {
  min-height: 100vh;
  padding: 118px clamp(18px, 6vw, 88px) 72px;
  background:
    linear-gradient(130deg, rgba(255, 207, 112, 0.12), transparent 34%),
    linear-gradient(230deg, rgba(101, 183, 255, 0.13), transparent 42%),
    linear-gradient(135deg, #071512 0%, #10362f 54%, #17243a 100%);
  color: #ffffff;
}

.start-shell {
  display: grid;
  grid-template-columns: minmax(280px, 0.42fr) minmax(320px, 0.58fr);
  gap: clamp(24px, 5vw, 64px);
  align-items: start;
}

.start-copy {
  position: sticky;
  top: 104px;
  display: grid;
  gap: 18px;
}

.start-copy h1 {
  max-width: 760px;
  font-size: clamp(44px, 6vw, 76px);
  line-height: 0.98;
}

.start-copy p {
  max-width: 620px;
  color: rgba(247, 251, 242, 0.78);
  font-size: clamp(17px, 2vw, 21px);
  line-height: 1.55;
}

.start-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.start-proof span,
.builder-topline span {
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  padding: 8px 10px;
  background: rgba(255, 255, 255, 0.08);
  color: rgba(247, 251, 242, 0.84);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.start-builder {
  display: grid;
  gap: 18px;
  padding: clamp(18px, 3vw, 28px);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.34);
}

.builder-topline,
.builder-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px;
}

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

.start-builder label,
.start-builder legend {
  display: grid;
  gap: 8px;
  color: rgba(247, 251, 242, 0.9);
  font-weight: 900;
}

.start-builder fieldset {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  border: 0;
}

.start-builder fieldset label {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 48px;
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
}

.start-builder input,
.start-builder textarea {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  padding: 12px;
  background: rgba(255, 255, 255, 0.94);
  color: #14211f;
  font: inherit;
}

.start-builder input[type="radio"] {
  width: auto;
  accent-color: var(--amber);
}

.start-builder .recommendation-card {
  border-color: rgba(255, 255, 255, 0.18);
  background: rgba(7, 21, 18, 0.48);
}

.start-builder .form-note,
.start-builder .form-status {
  color: rgba(247, 251, 242, 0.74);
}

.content-hero,
.detail-hero {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.38fr);
  gap: clamp(24px, 5vw, 58px);
  align-items: center;
  min-height: min(760px, calc(88vh - 66px));
  padding: clamp(118px, 12vw, 156px) clamp(18px, 6vw, 88px) clamp(54px, 8vw, 92px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  background:
    linear-gradient(120deg, rgba(101, 183, 255, 0.12), transparent 36%),
    linear-gradient(235deg, rgba(245, 176, 65, 0.14), transparent 42%),
    linear-gradient(135deg, #071512 0%, #12342e 58%, #17243a 100%);
  color: #ffffff;
}

.content-hero > :not(.theme-field),
.detail-hero > :not(.theme-field) {
  position: relative;
  z-index: 1;
}

.content-hero .eyebrow,
.detail-hero .eyebrow {
  color: var(--amber);
}

.content-hero .intro,
.detail-hero .intro {
  color: rgba(247, 251, 242, 0.78);
}

.hero-panel {
  display: grid;
  gap: 12px;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.1);
}

.hero-panel span,
.stat-strip span {
  display: block;
  padding: 12px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.1);
  color: rgba(247, 251, 242, 0.82);
  font-weight: 850;
  line-height: 1.45;
}

.content-section,
.content-band,
.deep-section {
  padding: 72px clamp(18px, 6vw, 88px);
  border-bottom: 1px solid var(--line);
  background: #ffffff;
}

.content-band {
  background: #f7fbf8;
}

.deep-grid,
.detail-grid,
.use-case-grid,
.resource-grid,
.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.deep-grid article,
.detail-grid article,
.use-case-grid article,
.resource-grid article,
.pricing-grid article {
  display: grid;
  align-content: start;
  gap: 12px;
  min-height: 250px;
  padding: 24px;
  border: 1px solid rgba(20, 33, 31, 0.1);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: var(--shadow-soft);
}

.deep-grid p,
.detail-grid p,
.use-case-grid p,
.resource-grid p,
.pricing-grid p {
  margin: 0;
  color: var(--muted);
  line-height: 1.62;
}

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

.workflow-timeline span {
  display: grid;
  min-height: 72px;
  place-items: center;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #f7fbf8;
  color: var(--ink);
  font-size: 13px;
  font-weight: 900;
  text-align: center;
}

.split-section {
  display: grid;
  grid-template-columns: minmax(0, 0.55fr) minmax(280px, 0.45fr);
  gap: 24px;
  align-items: start;
}

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

.check-list li {
  padding: 12px 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #f7fbf8;
  color: var(--ink);
  font-weight: 820;
  line-height: 1.45;
}

.dropdown-menu strong,
.dropdown-menu span {
  display: block;
}

.dropdown-menu strong {
  color: var(--ink);
  font-size: 14px;
}

.dropdown-menu span {
  color: var(--muted);
  font-size: 12px;
  line-height: 1.35;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(380px, 0.82fr);
  gap: clamp(24px, 5vw, 72px);
  align-items: center;
  min-height: calc(100vh - 66px);
  padding: clamp(30px, 5vw, 64px) clamp(18px, 6vw, 88px) 40px;
  border-bottom: 1px solid var(--line);
  background:
    radial-gradient(circle at 86% 20%, rgba(245, 176, 65, 0.22), transparent 34%),
    linear-gradient(135deg, #0f1b19 0%, #172b27 66%, #f8fbf8 66.2%, #f7fbf8 100%);
}

.hero-copy,
.hero-visual {
  min-width: 0;
}

.hero-copy {
  color: #ffffff;
}

.hero-copy .eyebrow {
  color: #f8c15c;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--green);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

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

h1 {
  max-width: 860px;
  margin-bottom: 20px;
  font-size: clamp(42px, 4.9vw, 64px);
  line-height: 0.98;
  overflow-wrap: anywhere;
}

h2 {
  margin-bottom: 14px;
  font-size: clamp(28px, 4vw, 46px);
  line-height: 1.05;
}

h3 {
  margin-bottom: 10px;
  font-size: 22px;
}

.intro {
  max-width: 680px;
  color: rgba(255, 255, 255, 0.78);
  font-size: clamp(18px, 2vw, 22px);
  line-height: 1.55;
}

.hero-statement {
  display: grid;
  gap: 8px;
  max-width: 590px;
  margin-top: 20px;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-left: 4px solid var(--amber);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
}

.hero-statement strong {
  font-size: clamp(18px, 1.7vw, 22px);
  line-height: 1.25;
}

.hero-statement span {
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.5;
}

.actions {
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 22px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 12px 18px;
  border: 1px solid var(--ink);
  border-radius: 8px;
  font-weight: 800;
  cursor: pointer;
  transition:
    transform 160ms ease,
    box-shadow 160ms ease,
    border-color 160ms ease,
    background-color 160ms ease;
}

.button:hover {
  transform: translateY(-1px);
  box-shadow: var(--shadow-soft);
}

.primary {
  background: var(--ink);
  color: white;
}

.secondary {
  background: white;
}

.hero .primary {
  border-color: var(--amber);
  background: var(--amber);
  color: #14211f;
}

.hero .secondary {
  border-color: rgba(255, 255, 255, 0.24);
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff;
}

.microcopy {
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 14px;
  font-weight: 700;
}

.pilot-panel,
.calculator,
.brief-form {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: var(--shadow);
}

.pilot-panel {
  padding: 22px;
}

.panel-header,
.results div,
footer {
  justify-content: space-between;
}

.panel-header {
  display: flex;
  margin-bottom: 18px;
  color: var(--muted);
  font-size: 14px;
}

.signal-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.signal-grid div,
.results div {
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fbfdfb;
}

.signal-grid span,
.results span {
  display: block;
  margin-bottom: 8px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
}

.signal-grid strong,
.results strong {
  font-size: 26px;
}

.chart {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  align-items: end;
  gap: 10px;
  height: 180px;
  margin-top: 20px;
  padding: 14px;
  border-radius: 8px;
  background: linear-gradient(180deg, #f8fbf9, #e9f5ee);
}

.chart span {
  border-radius: 6px 6px 0 0;
  background: linear-gradient(180deg, var(--green), var(--amber));
}

.tool-band,
.offers,
.problem,
.deliverables,
.categories,
.front-routes,
.package-showcase,
.automation-fit,
.guided,
.market-signal,
.idea-score,
.report-preview,
.content-plan,
.faq,
.workflow,
.brief {
  padding: 72px clamp(18px, 6vw, 88px);
}

.guided {
  display: grid;
  grid-template-columns: minmax(260px, 0.42fr) minmax(0, 1fr);
  gap: 28px;
  align-items: center;
  border-bottom: 1px solid var(--line);
  background: #ffffff;
}

.front-routes {
  border-bottom: 1px solid var(--line);
  background:
    linear-gradient(180deg, #ffffff 0%, #f7fbf8 100%);
}

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

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

.home-simplified .market-signal,
.home-simplified .categories,
.home-simplified .idea-score,
.home-simplified .problem,
.home-simplified .deliverables,
.home-simplified .tool-band,
.home-simplified .report-preview,
.home-simplified .content-plan,
.home-simplified .faq {
  display: none;
}

.route-grid a {
  display: grid;
  gap: 12px;
  min-height: 230px;
  padding: 22px;
  border: 1px solid rgba(20, 33, 31, 0.12);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 8px 24px rgba(20, 33, 31, 0.06);
  transition:
    transform 160ms ease,
    box-shadow 160ms ease,
    border-color 160ms ease;
}

.route-grid a:hover {
  transform: translateY(-3px);
  border-color: rgba(22, 122, 88, 0.28);
  box-shadow: var(--shadow-soft);
}

.route-grid span {
  display: inline-grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 8px;
  background: var(--ink);
  color: #ffffff;
  font-size: 13px;
  font-weight: 950;
}

.route-grid strong {
  font-size: 24px;
  line-height: 1.08;
}

.route-grid p {
  margin: 0;
  color: var(--muted);
  line-height: 1.55;
}

.package-showcase {
  border-bottom: 1px solid var(--line);
  background:
    linear-gradient(140deg, rgba(22, 122, 88, 0.06), rgba(47, 111, 186, 0.06)),
    #ffffff;
}

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

.package-grid article {
  display: grid;
  align-content: start;
  gap: 14px;
  min-height: 360px;
  padding: 24px;
  border: 1px solid rgba(20, 33, 31, 0.1);
  border-radius: 8px;
  background: var(--panel);
  box-shadow: var(--shadow-soft);
}

.package-grid h3 {
  margin-bottom: 0;
}

.package-grid p {
  margin: 0;
  color: var(--muted);
  line-height: 1.6;
}

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

.package-grid li {
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #f8fbf8;
  color: var(--ink);
  line-height: 1.45;
}

.automation-fit {
  border-bottom: 1px solid var(--line);
  background: #fbfdfb;
}

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

.fit-grid article {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 16px;
  align-items: start;
  min-height: 150px;
  padding: 22px;
  border: 1px solid rgba(20, 33, 31, 0.1);
  border-radius: 8px;
  background: #ffffff;
}

.fit-icon {
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  border-radius: 8px;
  background: var(--ink);
  color: #ffffff;
  font-weight: 900;
}

.fit-grid h3 {
  margin-bottom: 8px;
}

.fit-grid p {
  margin: 0;
  color: var(--muted);
  line-height: 1.6;
}

.guided-copy p:not(.eyebrow) {
  color: var(--muted);
  font-size: 18px;
  line-height: 1.65;
}

.guided-console {
  display: grid;
  grid-template-columns: minmax(240px, 0.46fr) minmax(0, 1fr);
  gap: 18px;
  padding: 18px;
  border: 1px solid rgba(20, 33, 31, 0.12);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(20, 33, 31, 0.96), rgba(22, 122, 88, 0.9)),
    var(--ink);
  box-shadow: var(--shadow);
}

.guided-controls,
.guided-output {
  display: grid;
  gap: 14px;
  padding: 18px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.95);
}

.guided-controls label {
  color: #3a514b;
}

.guided-output {
  align-content: center;
}

.guided-output h3 {
  font-size: clamp(28px, 4vw, 44px);
  line-height: 1.02;
}

.guided-output p {
  color: var(--muted);
  line-height: 1.6;
}

.guided-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin: 2px 0 8px;
}

.guided-steps span {
  padding: 10px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #f7fbf8;
  color: var(--ink);
  font-size: 13px;
  font-weight: 900;
  text-align: center;
}

.market-signal {
  border-bottom: 1px solid var(--line);
  background:
    linear-gradient(180deg, #f7fbf8, #ffffff);
}

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

.signal-board article {
  min-height: 230px;
}

.section-heading {
  max-width: 760px;
  margin-bottom: 28px;
}

.section-heading p:not(.eyebrow),
.workflow p:not(.eyebrow),
article p {
  color: var(--muted);
  line-height: 1.6;
}

.hero-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  max-width: 620px;
  margin-top: 24px;
}

.hero-proof span {
  padding: 8px 10px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.09);
  color: rgba(255, 255, 255, 0.86);
  font-size: 13px;
  font-weight: 800;
}

.panel-note {
  margin: 16px 0 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.5;
}

.hero-visual {
  position: relative;
  min-height: 460px;
}

.intake-hero {
  position: relative;
  overflow: hidden;
  grid-template-columns: minmax(0, 1fr);
  min-height: 100vh;
  padding-block: 0;
  place-items: center;
  text-align: center;
  background: transparent;
}

.theme-field {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
}

.theme-field span {
  position: absolute;
  display: block;
  border: 1px solid rgba(255, 255, 255, 0.11);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.01)),
    linear-gradient(90deg, color-mix(in srgb, var(--home-accent) 18%, transparent), transparent);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.12),
    0 22px 70px rgba(0, 0, 0, 0.24);
  transform: rotate(-8deg);
}

.theme-field span:nth-child(1) {
  top: 18%;
  left: max(-110px, -7vw);
  width: min(340px, 30vw);
  height: 118px;
  border-radius: 18px;
  animation: panel-float 9s ease-in-out infinite;
}

.theme-field span:nth-child(2) {
  right: max(-140px, -8vw);
  bottom: 18%;
  width: min(420px, 34vw);
  height: 146px;
  border-radius: 22px;
  background:
    linear-gradient(135deg, color-mix(in srgb, var(--home-accent-2) 16%, transparent), rgba(255, 255, 255, 0.03)),
    linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.08));
  transform: rotate(9deg);
  animation: panel-float 11s ease-in-out -2s infinite;
}

.theme-field span:nth-child(3) {
  right: 12%;
  top: 18%;
  width: min(240px, 22vw);
  height: 72px;
  border-radius: 16px;
  background:
    linear-gradient(135deg, color-mix(in srgb, var(--home-accent-3) 18%, transparent), rgba(255, 255, 255, 0.02)),
    repeating-linear-gradient(90deg, transparent 0 22px, rgba(255, 255, 255, 0.08) 23px, transparent 24px);
  transform: rotate(7deg);
  animation: panel-float 8s ease-in-out -4s infinite;
}

.intake-hero .hero-copy {
  position: relative;
  z-index: 1;
  display: grid;
  justify-items: center;
  width: min(920px, 100%);
  color: var(--home-ink);
  animation: hero-arrive 700ms cubic-bezier(0.2, 0.8, 0.2, 1) both;
}

.intake-hero .hero-copy::before {
  content: "";
  position: absolute;
  top: 48%;
  left: 50%;
  z-index: -1;
  width: min(1060px, 92vw);
  height: min(520px, 62vh);
  border: 0;
  border-radius: 0;
  background:
    linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent),
    linear-gradient(135deg, transparent 0 34%, color-mix(in srgb, var(--home-accent) 18%, transparent) 34.2% 35%, transparent 35.2% 100%),
    linear-gradient(45deg, transparent 0 58%, color-mix(in srgb, var(--home-accent-2) 13%, transparent) 58.2% 59%, transparent 59.2% 100%);
  transform: translate(-50%, -50%);
  mask-image: linear-gradient(90deg, transparent, #000 18%, #000 82%, transparent);
}

.home-kicker {
  display: inline-flex;
  max-width: min(680px, calc(100vw - 36px));
  margin: 0 0 clamp(16px, 2.4vw, 24px);
  padding: 8px 13px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.075);
  color: rgba(247, 251, 242, 0.78);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.1),
    0 16px 44px rgba(0, 0, 0, 0.12);
  font-size: 13px;
  font-weight: 860;
  line-height: 1.35;
  text-wrap: balance;
  backdrop-filter: blur(14px);
}

.intake-hero .hero-copy .eyebrow {
  color: var(--green);
}

.intake-hero h1 {
  max-width: 1040px;
  margin-bottom: clamp(26px, 3.8vw, 40px);
  color: var(--home-ink);
  font-size: clamp(56px, 8.4vw, 112px);
  font-weight: 910;
  line-height: 0.9;
  letter-spacing: 0;
  text-wrap: balance;
  text-shadow:
    0 22px 70px rgba(0, 0, 0, 0.42),
    0 0 44px color-mix(in srgb, var(--home-accent) 14%, transparent);
  transition:
    opacity 220ms ease,
    transform 220ms ease;
}

.intake-hero h1.is-changing {
  opacity: 0;
  transform: translateY(8px);
}

.intake-hero .intro {
  max-width: 690px;
  color: var(--muted);
}

.service-summary {
  max-width: 660px;
  margin: clamp(20px, 2.6vw, 26px) auto 0;
  color: var(--home-muted);
  font-size: clamp(14px, 1.08vw, 16px);
  font-weight: 690;
  line-height: 1.55;
  text-wrap: balance;
}

.service-dock {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  max-width: 760px;
  margin-top: clamp(18px, 2.3vw, 24px);
}

.service-dock span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 8px 12px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 999px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.105), rgba(255, 255, 255, 0.045)),
    color-mix(in srgb, var(--home-accent) 9%, transparent);
  color: rgba(247, 251, 242, 0.82);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
  font-size: 12px;
  font-weight: 900;
  backdrop-filter: blur(16px);
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    background-color 180ms ease;
}

.service-dock span:hover {
  transform: translateY(-2px);
  border-color: color-mix(in srgb, var(--home-accent) 46%, rgba(255, 255, 255, 0.18));
}

.hero-intake {
  position: relative;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 8px;
  width: min(820px, 100%);
  max-width: 820px;
  margin-top: 0;
  padding: 9px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(240, 247, 245, 0.92)),
    #ffffff;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.94),
    0 34px 110px rgba(0, 0, 0, 0.34),
    0 8px 28px rgba(0, 0, 0, 0.18);
  transition:
    border-color 180ms ease,
    box-shadow 180ms ease,
    transform 180ms ease;
}

.hero-intake::before {
  content: "";
  width: 13px;
  height: 13px;
  margin-left: 18px;
  border: 2px solid color-mix(in srgb, var(--home-accent) 72%, #14211f);
  border-radius: 999px;
  box-shadow:
    8px 8px 0 -6px color-mix(in srgb, var(--home-accent) 72%, #14211f),
    0 0 24px color-mix(in srgb, var(--home-accent) 34%, transparent);
}

.hero-intake:focus-within {
  border-color: rgba(223, 244, 233, 0.78);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.94),
    0 40px 120px rgba(0, 0, 0, 0.38),
    0 0 0 7px color-mix(in srgb, var(--home-accent) 16%, transparent);
  transform: translateY(-2px);
}

.hero-intake.is-empty {
  animation: intake-nudge 420ms ease;
}

.hero-intake.is-submitting {
  border-color: rgba(47, 111, 186, 0.32);
}

.hero-intake input {
  min-height: 60px;
  padding: 0 10px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: #14211f;
  font-size: clamp(16px, 1.35vw, 19px);
  font-weight: 760;
  letter-spacing: 0;
}

.hero-intake input:focus,
input:focus,
select:focus {
  outline: 3px solid rgba(22, 122, 88, 0.18);
  outline-offset: 2px;
}

.intake-hero .primary {
  min-height: 52px;
  padding-inline: 25px;
  border-color: #071512;
  border-radius: 999px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), transparent),
    #071512;
  color: #ffffff;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.14),
    0 10px 24px rgba(7, 21, 18, 0.26),
    0 0 0 1px color-mix(in srgb, var(--home-accent) 12%, transparent);
}

.intake-hero .primary:hover {
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.16),
    0 14px 32px rgba(20, 33, 31, 0.22);
}

.intake-status {
  min-height: 20px;
  margin: 12px 0 0;
  color: rgba(247, 251, 242, 0.72);
  font-size: 13px;
  font-weight: 840;
  opacity: 0;
  transform: translateY(-4px);
  transition:
    opacity 180ms ease,
    transform 180ms ease;
}

.intake-status.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.intake-hero .secondary {
  border-color: rgba(20, 33, 31, 0.16);
  background: #ffffff;
  color: var(--ink);
}

.starter-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  max-width: 760px;
  margin-top: 16px;
}

.starter-row button {
  min-height: 40px;
  padding: 9px 12px;
  border: 1px solid rgba(20, 33, 31, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.76);
  color: var(--ink);
  font: inherit;
  font-size: 14px;
  font-weight: 850;
  cursor: pointer;
}

.starter-row button:hover {
  border-color: rgba(22, 122, 88, 0.32);
  background: #ffffff;
}

.home-simplified main > section:not(.intake-hero) {
  display: none;
}

body.automation-home {
  height: auto;
  min-height: 100vh;
  overflow-x: hidden;
  overflow-y: auto;
}

.automation-home main > section:not(.intake-hero) {
  display: block;
}

.automation-home footer {
  display: flex;
}

.automation-home .intake-hero {
  min-height: 720px;
  align-items: center;
}

.automation-home .hero-copy {
  max-width: 980px;
}

.automation-home .hero-subtitle {
  max-width: 760px;
  margin: 0 auto 22px;
  color: rgba(247, 251, 242, 0.82);
  font-size: clamp(18px, 2vw, 23px);
  line-height: 1.55;
}

.automation-home .hero-intake {
  background: rgba(255, 255, 255, 0.94);
  border-color: rgba(255, 255, 255, 0.48);
}

.automation-home .hero-intake:focus-within {
  box-shadow: 0 0 0 4px rgba(68, 208, 164, 0.24), var(--shadow);
}

.automation-home .starter-row {
  justify-content: center;
  margin: 18px auto 0;
}

.automation-home .starter-row button {
  border-color: rgba(255, 255, 255, 0.28);
  background: rgba(255, 255, 255, 0.12);
  color: var(--home-ink);
}

.automation-home .starter-row button:hover,
.automation-home .starter-row button:focus-visible {
  border-color: rgba(68, 208, 164, 0.74);
  background: rgba(68, 208, 164, 0.18);
}

.automation-home .service-summary {
  max-width: 840px;
  margin: 24px auto 0;
  color: rgba(247, 251, 242, 0.76);
}

.automation-home .trust-strip {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  padding: 18px clamp(18px, 4vw, 54px);
  background: rgba(255, 255, 255, 0.94);
  color: var(--ink);
  border-bottom: 1px solid var(--line);
}

.automation-home .trust-strip span {
  padding: 8px 10px;
  border-radius: 8px;
  background: #eef7f2;
  color: #27423c;
  font-size: 13px;
  font-weight: 850;
}

.solution-card {
  display: flex;
  flex-direction: column;
  gap: 12px;
  min-height: 100%;
  padding: 22px;
  border: 1px solid rgba(20, 33, 31, 0.12);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: var(--shadow-soft);
  transition: transform 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
}

.solution-card:hover,
.solution-card:focus-visible {
  transform: translateY(-3px);
  border-color: rgba(22, 122, 88, 0.34);
  box-shadow: var(--shadow);
}

.solution-card strong {
  margin-top: auto;
  color: var(--green);
}

.workflow-section,
.demo-workflow,
.use-cases-main,
.founder-note {
  padding: clamp(54px, 8vw, 96px) clamp(18px, 4vw, 54px);
}

.proof-flow {
  max-width: 1100px;
  margin: 0 auto;
}

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

.founder-note {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(260px, 0.8fr);
  gap: 24px;
  align-items: start;
  background: #eef7f2;
}

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

.resource-list a {
  padding: 14px 16px;
  border: 1px solid rgba(20, 33, 31, 0.12);
  border-radius: 8px;
  background: #ffffff;
  font-weight: 850;
}

.intake-panel {
  display: grid;
  align-content: center;
  gap: 16px;
  min-height: 430px;
}

.assistant-window,
.intake-result {
  border: 1px solid rgba(20, 33, 31, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: var(--shadow-soft);
}

.assistant-window {
  display: grid;
  gap: 12px;
  padding: 16px;
}

.assistant-top {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--line);
  color: var(--muted);
  font-size: 13px;
  font-weight: 850;
}

.assistant-message {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #f8fbf8;
}

.assistant-message.active {
  border-color: rgba(22, 122, 88, 0.28);
  background: var(--mint);
}

.assistant-message span {
  display: grid;
  width: 32px;
  height: 32px;
  place-items: center;
  border-radius: 8px;
  background: var(--ink);
  color: #ffffff;
  font-size: 12px;
  font-weight: 950;
}

.assistant-message p,
.intake-result p {
  margin: 0;
  color: var(--muted);
  line-height: 1.55;
}

.intake-result {
  display: grid;
  gap: 9px;
  padding: 18px;
}

.intake-result strong {
  font-size: 26px;
  line-height: 1.1;
}

.hero-lab {
  display: grid;
  gap: 16px;
  align-content: center;
  padding: clamp(18px, 3vw, 28px);
  border: 1px solid rgba(20, 33, 31, 0.12);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(246, 250, 247, 0.96)),
    #ffffff;
  box-shadow: 0 26px 80px rgba(20, 33, 31, 0.18);
}

.lab-header,
.lab-tile,
.idea-card {
  border: 1px solid rgba(20, 33, 31, 0.11);
  border-radius: 8px;
  background: #ffffff;
}

.lab-header {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 14px;
  padding: 12px 14px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 900;
}

.lab-header strong {
  color: var(--green);
}

.idea-card {
  padding: 22px;
  background:
    linear-gradient(135deg, rgba(223, 244, 233, 0.9), rgba(255, 247, 234, 0.72)),
    #ffffff;
}

.idea-card span,
.lab-tile span {
  display: block;
  margin-bottom: 8px;
  color: var(--green);
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.idea-card h2 {
  max-width: 560px;
  margin-bottom: 12px;
  font-size: clamp(28px, 3.8vw, 44px);
}

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

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

.lab-tile {
  min-height: 118px;
  padding: 16px;
}

.lab-tile strong {
  display: block;
  font-size: clamp(18px, 2vw, 24px);
  line-height: 1.1;
}

.lab-tile.accent {
  background: #fff2ec;
}

.lab-tile.accent span {
  color: var(--coral);
}

.lab-tile.warm {
  background: #fff7de;
}

.lab-tile.warm span {
  color: #9b6500;
}

.lab-progress {
  height: 12px;
  overflow: hidden;
  border-radius: 999px;
  background: #e8efeb;
}

.lab-progress span {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--coral), var(--amber), var(--green));
}

.hero-visual img {
  display: block;
  width: 100%;
  height: clamp(420px, 47vw, 620px);
  object-fit: cover;
  border: 1px solid rgba(20, 33, 31, 0.14);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.visual-card {
  position: absolute;
  right: 18px;
  bottom: 18px;
  max-width: 310px;
  padding: 18px;
  border: 1px solid rgba(20, 33, 31, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 40px rgba(20, 33, 31, 0.14);
}

.hero-lab .visual-card {
  position: static;
  max-width: none;
}

.visual-card span {
  display: block;
  margin-bottom: 8px;
  color: var(--green);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.visual-card strong {
  display: block;
  font-size: 24px;
  line-height: 1.08;
}

.visual-card p {
  margin: 10px 0 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.45;
}

.proof-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  border-bottom: 1px solid var(--line);
  background: var(--line);
}

.proof-strip div {
  padding: 22px clamp(18px, 5vw, 56px);
  background: #ffffff;
  transition:
    transform 160ms ease,
    background-color 160ms ease;
}

.proof-strip div:hover {
  transform: translateY(-2px);
  background: #fbfdfb;
}

.proof-strip strong,
.proof-strip span {
  display: block;
}

.proof-strip strong {
  margin-bottom: 6px;
  font-size: 18px;
}

.proof-strip span {
  color: var(--muted);
  line-height: 1.5;
}

.categories {
  background:
    linear-gradient(180deg, #ffffff, #f7fbf8);
  border-bottom: 1px solid var(--line);
}

.category-shell {
  display: grid;
  grid-template-columns: minmax(220px, 0.35fr) minmax(0, 1fr);
  gap: 18px;
  align-items: stretch;
}

.category-tabs,
.category-panel {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--panel);
  box-shadow: 0 10px 30px rgba(20, 33, 31, 0.08);
}

.category-tabs {
  display: grid;
  gap: 8px;
  padding: 12px;
}

.category-tab {
  width: 100%;
  min-height: 46px;
  padding: 10px 12px;
  border: 1px solid transparent;
  border-radius: 8px;
  background: transparent;
  color: var(--muted);
  font: inherit;
  font-size: 14px;
  font-weight: 900;
  text-align: left;
  cursor: pointer;
}

.category-tab.active,
.category-tab:hover {
  border-color: rgba(22, 122, 88, 0.22);
  background: var(--mint);
  color: var(--green);
}

.category-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(220px, 0.42fr) auto;
  gap: 22px;
  align-items: center;
  padding: 26px;
}

.category-panel h3 {
  margin-bottom: 12px;
  font-size: clamp(26px, 3.5vw, 42px);
  line-height: 1.05;
}

.category-panel p {
  margin-bottom: 0;
  color: var(--muted);
  line-height: 1.65;
}

.idea-score {
  display: grid;
  grid-template-columns: minmax(260px, 0.48fr) minmax(0, 1fr);
  gap: 28px;
  align-items: center;
  border-bottom: 1px solid var(--line);
  background:
    linear-gradient(135deg, #14211f 0%, #18362d 48%, #1b4939 100%);
  color: white;
}

.score-copy p:not(.eyebrow) {
  max-width: 620px;
  color: rgba(255, 255, 255, 0.74);
  font-size: 18px;
  line-height: 1.65;
}

.idea-score .eyebrow {
  color: var(--amber);
}

.score-path {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  max-width: 620px;
  margin-top: 24px;
}

.score-path span {
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
  font-size: 13px;
  font-weight: 900;
  text-align: center;
}

.score-console {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(260px, 0.72fr);
  gap: 18px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.22);
}

.score-controls {
  display: grid;
  gap: 12px;
  padding: 18px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.94);
}

.score-controls label {
  color: #38524b;
}

.score-output {
  display: grid;
  align-content: center;
  gap: 18px;
  padding: 22px;
  border-radius: 8px;
  background: #ffffff;
  color: var(--ink);
}

.score-ring {
  display: flex;
  align-items: baseline;
  gap: 4px;
}

.score-ring span {
  font-size: clamp(54px, 7vw, 86px);
  font-weight: 950;
  line-height: 0.9;
}

.score-ring small {
  color: var(--muted);
  font-size: 18px;
  font-weight: 900;
}

.score-output h3 {
  font-size: 28px;
}

.score-output p {
  color: var(--muted);
  line-height: 1.6;
}

.score-meter {
  overflow: hidden;
  height: 10px;
  border-radius: 999px;
  background: #edf3ef;
}

.score-meter span {
  display: block;
  width: 0;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--coral), var(--amber), var(--green));
  transition: width 180ms ease;
}

.category-panel ul,
.category-card ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding-left: 20px;
  color: var(--muted);
  font-weight: 750;
  line-height: 1.5;
}

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

.category-link-card,
.category-directory-link {
  display: block;
  min-height: 270px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--panel);
  transition:
    transform 160ms ease,
    box-shadow 160ms ease,
    border-color 160ms ease;
}

.category-link-card:hover,
.category-directory-link:hover {
  transform: translateY(-2px);
  border-color: rgba(22, 122, 88, 0.22);
  box-shadow: var(--shadow-soft);
}

.category-link-card p,
.category-directory-link p {
  color: var(--muted);
  line-height: 1.6;
}

.category-link-card strong,
.category-directory-link strong {
  display: inline-flex;
  margin-top: 16px;
  color: var(--green);
  font-size: 15px;
  font-weight: 950;
}

.calculator {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr);
  gap: 24px;
  padding: 24px;
}

.calc-form,
.brief-form {
  display: grid;
  gap: 14px;
}

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

label {
  display: grid;
  gap: 7px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
}

input,
textarea,
select {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: white;
  color: var(--ink);
  font: inherit;
  font-weight: 700;
}

input[type="range"] {
  padding: 0;
  accent-color: var(--green);
}

input {
  min-height: 44px;
  padding: 10px 12px;
}

select {
  min-height: 44px;
  padding: 10px 12px;
}

textarea {
  min-height: 118px;
  padding: 12px;
  resize: vertical;
}

.results {
  display: grid;
  gap: 12px;
}

.results .verdict {
  border-color: rgba(22, 122, 88, 0.24);
  background: var(--mint);
}

.verdict p {
  margin: 8px 0 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.45;
}

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

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

.deliverables {
  border-top: 1px solid var(--line);
  background: var(--cream);
}

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

.step-label {
  display: inline-flex;
  margin-bottom: 16px;
  color: var(--green);
  font-size: 13px;
  font-weight: 900;
}

article {
  min-height: 270px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--panel);
  transition:
    transform 160ms ease,
    box-shadow 160ms ease,
    border-color 160ms ease;
}

article:hover {
  transform: translateY(-2px);
  border-color: rgba(22, 122, 88, 0.22);
  box-shadow: var(--shadow-soft);
}

article ul {
  display: grid;
  gap: 8px;
  margin: 18px 0 0;
  padding-left: 18px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.45;
}

.pill {
  display: inline-flex;
  margin-bottom: 18px;
  padding: 6px 10px;
  border-radius: 999px;
  background: var(--mint);
  color: var(--green);
  font-size: 12px;
  font-weight: 900;
}

article strong {
  display: block;
  margin-top: 20px;
  color: var(--coral);
  font-size: 20px;
}

.workflow {
  display: grid;
  grid-template-columns: minmax(220px, 0.6fr) minmax(0, 1fr);
  gap: 40px;
  border-block: 1px solid var(--line);
  background: #ffffff;
}

.workflow > div p {
  color: var(--muted);
  line-height: 1.6;
}

.decision-band {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  padding: 46px clamp(18px, 6vw, 88px);
  background: var(--ink);
  color: white;
}

.decision-band p:not(.eyebrow) {
  max-width: 760px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.6;
}

.decision-band .eyebrow {
  color: var(--amber);
}

.decision-band .button {
  border-color: white;
  background: white;
  color: var(--ink);
}

.text-link {
  display: inline-flex;
  margin-top: 16px;
  color: var(--green);
  font-weight: 900;
}

.report-preview {
  border-top: 1px solid var(--line);
  background: #ffffff;
}

.report-layout {
  display: grid;
  grid-template-columns: minmax(260px, 0.72fr) minmax(0, 1fr);
  gap: 18px;
}

.scorecard,
.report-table {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--panel);
  box-shadow: 0 10px 30px rgba(20, 33, 31, 0.08);
}

.scorecard {
  padding: 24px;
}

.scorecard h3 {
  font-size: 28px;
}

.report-table {
  overflow: hidden;
}

.report-table div {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(120px, 0.45fr);
  gap: 16px;
  padding: 18px 20px;
  border-bottom: 1px solid var(--line);
}

.report-table div:last-child {
  border-bottom: 0;
}

.report-table span {
  color: var(--muted);
  font-weight: 800;
}

.report-table strong {
  text-align: right;
}

.content-plan {
  background: #f7fbf8;
}

.category-hero {
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
  background:
    linear-gradient(120deg, rgba(223, 244, 233, 0.95), rgba(255, 247, 234, 0.7)),
    #fbfdfb;
}

.theme-page .category-hero {
  padding-top: clamp(112px, 12vw, 150px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  background:
    linear-gradient(115deg, color-mix(in srgb, var(--home-accent-2) 15%, transparent), transparent 34%),
    linear-gradient(245deg, color-mix(in srgb, var(--home-accent) 18%, transparent), transparent 38%),
    linear-gradient(180deg, var(--home-bg-1) 0%, var(--home-bg-2) 56%, var(--home-bg-3) 100%);
  color: #ffffff;
}

.theme-page .category-hero > :not(.theme-field) {
  position: relative;
  z-index: 1;
}

.theme-page .category-hero .intro {
  color: rgba(247, 251, 242, 0.76);
}

.category-directory {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  padding: 72px clamp(18px, 6vw, 88px);
}

.category-card {
  min-height: auto;
}

.category-card.featured {
  grid-column: span 2;
  padding: 30px;
  border: 1px solid rgba(22, 122, 88, 0.22);
  border-radius: 8px;
  background: var(--mint);
}

.category-card.featured h2 {
  max-width: 760px;
}

.category-card.featured p {
  max-width: 760px;
}

.roadmap-band {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 0.42fr);
  gap: 28px;
  align-items: center;
  padding: 56px clamp(18px, 6vw, 88px);
  background: var(--ink);
  color: white;
}

.roadmap-band .eyebrow {
  color: var(--amber);
}

.roadmap-band p:not(.eyebrow) {
  max-width: 780px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.6;
}

.roadmap-steps {
  display: grid;
  gap: 10px;
}

.roadmap-steps span {
  padding: 14px 16px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
  font-weight: 900;
}

.category-brief {
  background: #ffffff;
}

.category-detail-hero {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.42fr);
  gap: clamp(24px, 5vw, 58px);
  align-items: center;
  min-height: calc(100vh - 66px);
  padding: clamp(44px, 8vw, 96px) clamp(18px, 6vw, 88px);
  border-bottom: 1px solid var(--line);
  background:
    linear-gradient(115deg, color-mix(in srgb, var(--home-accent-2) 15%, transparent), transparent 34%),
    linear-gradient(245deg, color-mix(in srgb, var(--home-accent) 18%, transparent), transparent 38%),
    linear-gradient(180deg, var(--home-bg-1) 0%, var(--home-bg-2) 56%, var(--home-bg-3) 100%);
  color: #ffffff;
}

.category-detail-hero h1 {
  max-width: 920px;
}

.category-detail-hero > div:not(.theme-field),
.category-detail-hero > aside,
.package-hero > div:not(.theme-field),
.package-hero > aside,
.plan-hero > div:not(.theme-field),
.plan-hero > aside {
  position: relative;
  z-index: 1;
}

.category-detail-hero > div:not(.theme-field),
.package-hero > div:not(.theme-field),
.plan-hero > div:not(.theme-field) {
  grid-column: 1;
}

.category-detail-hero > aside,
.package-hero > aside,
.plan-hero > aside {
  grid-column: 2;
}

.theme-page .category-detail-hero .intro,
.theme-page .package-hero .intro,
.theme-page .plan-hero .intro {
  color: rgba(247, 251, 242, 0.76);
}

.category-snapshot {
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.08)),
    rgba(255, 255, 255, 0.06);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.24);
  backdrop-filter: blur(18px);
}

.category-snapshot h2 {
  font-size: clamp(26px, 3vw, 36px);
}

.snapshot-list,
.category-checklist,
.category-signals {
  display: grid;
  gap: 12px;
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
}

.snapshot-list li,
.category-checklist li,
.category-signals li {
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #f7fbf8;
  color: var(--muted);
  font-weight: 800;
  line-height: 1.45;
}

.theme-page .snapshot-list li {
  border-color: rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.08);
  color: rgba(247, 251, 242, 0.8);
}

.category-detail-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  padding: 72px clamp(18px, 6vw, 88px);
  background: #ffffff;
}

.category-detail-grid article {
  min-height: auto;
}

.category-package-menu {
  padding: clamp(42px, 6vw, 76px) clamp(18px, 6vw, 88px);
  border-bottom: 1px solid var(--line);
  background:
    linear-gradient(180deg, #ffffff, #f7fbf8);
}

.package-hero {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.4fr);
  gap: clamp(24px, 5vw, 58px);
  align-items: center;
  min-height: min(780px, calc(86vh - 66px));
  padding: clamp(44px, 8vw, 96px) clamp(18px, 6vw, 88px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  background:
    linear-gradient(120deg, rgba(101, 183, 255, 0.12), transparent 36%),
    linear-gradient(235deg, rgba(245, 176, 65, 0.14), transparent 42%),
    linear-gradient(135deg, #071512 0%, #12342e 58%, #17243a 100%);
  color: #ffffff;
}

.plan-hero {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.4fr);
  gap: clamp(24px, 5vw, 58px);
  align-items: center;
  min-height: min(760px, calc(88vh - 66px));
  padding: clamp(44px, 8vw, 96px) clamp(18px, 6vw, 88px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  background:
    linear-gradient(120deg, rgba(101, 183, 255, 0.12), transparent 36%),
    linear-gradient(235deg, rgba(245, 176, 65, 0.14), transparent 42%),
    linear-gradient(135deg, #071512 0%, #122a25 58%, #17243a 100%);
  color: #ffffff;
}

.plan-hero .eyebrow {
  color: var(--amber);
}

.plan-hero .intro {
  color: rgba(255, 255, 255, 0.76);
}

.plan-hero .secondary {
  border-color: rgba(255, 255, 255, 0.26);
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff;
}

.plan-card {
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.08)),
    rgba(255, 255, 255, 0.06);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.24);
  backdrop-filter: blur(18px);
}

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

.plan-card dl div {
  border-top-color: rgba(255, 255, 255, 0.14);
}

.plan-card dt {
  color: rgba(255, 255, 255, 0.62);
}

.plan-card dd {
  color: #ffffff;
}

.plan-builder,
.plan-includes,
.quality-guardrails,
.fulfilment-map {
  padding: 72px clamp(18px, 6vw, 88px);
}

.plan-builder {
  border-bottom: 1px solid var(--line);
  background:
    linear-gradient(180deg, #ffffff, #f7fbf8);
}

.builder-shell {
  display: grid;
  grid-template-columns: minmax(240px, 0.42fr) minmax(0, 1fr);
  gap: 18px;
  padding: 18px;
  border: 1px solid rgba(20, 33, 31, 0.12);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(7, 21, 18, 0.98), rgba(18, 52, 46, 0.92) 52%, rgba(23, 36, 58, 0.9)),
    var(--ink);
  box-shadow: var(--shadow);
}

.builder-controls,
.builder-output {
  display: grid;
  gap: 14px;
  padding: 18px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.96);
}

.builder-output {
  align-content: center;
}

.builder-output h3 {
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.02;
}

.builder-output p {
  color: var(--muted);
  line-height: 1.65;
}

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

.automation-flow span {
  display: grid;
  min-height: 52px;
  place-items: center;
  padding: 10px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #f7fbf8;
  color: var(--ink);
  font-size: 13px;
  font-weight: 900;
  text-align: center;
}

.theme-page .button.primary {
  border-color: #071512;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), transparent),
    #071512;
  color: #ffffff;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.14),
    0 10px 24px rgba(7, 21, 18, 0.24);
}

.theme-page .button.secondary {
  border-color: rgba(255, 255, 255, 0.26);
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff;
}

.package-catalog .text-link,
.mini-package-grid .text-link {
  align-self: end;
  justify-content: center;
  min-height: 42px;
  margin-top: 10px;
  padding: 10px 14px;
  border: 1px solid rgba(20, 33, 31, 0.12);
  border-radius: 999px;
  background: #071512;
  color: #ffffff;
  transition:
    transform 160ms ease,
    box-shadow 160ms ease;
}

.package-catalog .text-link:hover,
.mini-package-grid .text-link:hover {
  transform: translateY(-1px);
  box-shadow: 0 14px 32px rgba(20, 33, 31, 0.16);
}

.is-clickable {
  cursor: pointer;
}

.plan-includes {
  background:
    linear-gradient(180deg, #f7fbf8, #ffffff);
}

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

.include-grid article {
  min-height: 230px;
}

.quality-guardrails {
  border-bottom: 1px solid var(--line);
  background:
    linear-gradient(180deg, #ffffff, #f7fbf8);
}

.post-submit-plan {
  padding: 72px clamp(18px, 6vw, 88px);
  background:
    linear-gradient(180deg, #ffffff, #f7fbf8);
}

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

.guardrail-grid article {
  min-height: 250px;
}

.fulfilment-map {
  display: grid;
  grid-template-columns: minmax(0, 0.48fr) minmax(0, 1fr);
  gap: 36px;
  align-items: start;
  border-block: 1px solid var(--line);
  background: var(--ink);
  color: #ffffff;
}

.fulfilment-map .eyebrow {
  color: var(--amber);
}

.fulfilment-map p {
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.65;
}

.fulfilment-map ol {
  color: rgba(255, 255, 255, 0.78);
}

.fulfilment-map li {
  padding: 16px 18px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
}

.package-hero .eyebrow {
  color: var(--amber);
}

.package-hero .intro {
  color: rgba(255, 255, 255, 0.76);
}

.package-hero .secondary {
  border-color: rgba(255, 255, 255, 0.3);
  background: rgba(255, 255, 255, 0.12);
  color: #ffffff;
}

.package-summary {
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.1);
}

.package-summary ol,
.implementation-roadmap ol {
  display: grid;
  gap: 12px;
  margin: 18px 0 0;
  padding-left: 22px;
}

.package-summary li,
.implementation-roadmap li {
  line-height: 1.55;
}

.package-summary li {
  color: rgba(255, 255, 255, 0.82);
  font-weight: 850;
}

.package-catalog {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  padding: 72px clamp(18px, 6vw, 88px);
  background:
    linear-gradient(180deg, #071512 0%, #10221f 18%, #f7fbf8 18.2%, #ffffff 100%);
}

.package-catalog article {
  display: grid;
  align-content: start;
  gap: 14px;
  min-height: 330px;
  padding: 24px;
  border: 1px solid rgba(20, 33, 31, 0.1);
  border-radius: 8px;
  background:
    linear-gradient(180deg, #ffffff, #f7fbf8);
  box-shadow: 0 18px 46px rgba(20, 33, 31, 0.1);
}

.package-catalog article:first-child {
  border-color: rgba(68, 208, 164, 0.36);
  background:
    linear-gradient(135deg, rgba(223, 244, 233, 0.95), rgba(255, 247, 234, 0.72)),
    #ffffff;
}

.package-catalog h2 {
  margin-bottom: 0;
  font-size: clamp(28px, 3.2vw, 42px);
}

.package-catalog p {
  margin: 0;
  color: var(--muted);
  line-height: 1.6;
}

.package-meta {
  display: grid;
  gap: 10px;
}

.package-meta span {
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #ffffff;
  color: var(--ink);
  font-weight: 800;
  line-height: 1.45;
}

.implementation-roadmap {
  padding: 72px clamp(18px, 6vw, 88px);
  border-top: 1px solid var(--line);
  background: #f7fbf8;
}

.offer-ladder {
  padding: 72px clamp(18px, 6vw, 88px);
  border-top: 1px solid var(--line);
  background:
    linear-gradient(180deg, #ffffff, #f7fbf8);
}

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

.ladder-grid article {
  display: grid;
  align-content: start;
  gap: 14px;
  min-height: 300px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: var(--shadow-soft);
}

.ladder-grid p {
  margin: 0;
  color: var(--muted);
  line-height: 1.6;
}

.ladder-grid strong {
  align-self: end;
  color: var(--green);
  font-size: 20px;
}

.trust-boundary {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(320px, 1fr);
  gap: 28px;
  align-items: start;
  padding: 72px clamp(18px, 6vw, 88px);
  border-top: 1px solid var(--line);
  background: var(--ink);
  color: #ffffff;
}

.trust-boundary .eyebrow {
  color: var(--amber);
}

.trust-boundary p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.65;
}

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

.boundary-grid article {
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
}

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

.boundary-grid li {
  padding: 10px 12px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.8);
  font-weight: 800;
}

.implementation-roadmap ol {
  max-width: 980px;
}

.implementation-roadmap li {
  padding: 16px 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #ffffff;
  color: var(--muted);
  font-weight: 800;
}

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

.mini-package-grid article {
  display: grid;
  align-content: start;
  gap: 12px;
  min-height: 210px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fbfdfb;
}

.mini-package-grid h3 {
  margin-bottom: 0;
}

.mini-package-grid p {
  margin: 0;
  color: var(--muted);
  line-height: 1.6;
}

.category-playbook {
  display: grid;
  grid-template-columns: minmax(0, 0.64fr) minmax(280px, 0.36fr);
  gap: 24px;
  align-items: start;
  padding: 72px clamp(18px, 6vw, 88px);
  border-block: 1px solid var(--line);
  background: #f7fbf8;
}

.category-playbook .brief-form {
  max-width: none;
}

.category-next {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  padding: 46px clamp(18px, 6vw, 88px);
  background: var(--ink);
  color: white;
}

.category-next p:not(.eyebrow) {
  max-width: 760px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.6;
}

.category-next .eyebrow {
  color: var(--amber);
}

.category-next .button {
  border-color: white;
  background: white;
  color: var(--ink);
}

.sample-hero {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.38fr);
  gap: 32px;
  align-items: center;
  min-height: calc(100vh - 66px);
  padding: clamp(44px, 8vw, 96px) clamp(18px, 6vw, 88px);
  border-bottom: 1px solid var(--line);
  background:
    linear-gradient(120deg, rgba(255, 247, 234, 0.82), rgba(223, 244, 233, 0.9)),
    #fbfdfb;
}

.theme-page .sample-hero,
.theme-page .legal-hero {
  position: relative;
  overflow: hidden;
  padding-top: clamp(118px, 12vw, 156px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  background:
    linear-gradient(115deg, color-mix(in srgb, var(--home-accent-2) 15%, transparent), transparent 34%),
    linear-gradient(245deg, color-mix(in srgb, var(--home-accent) 18%, transparent), transparent 38%),
    linear-gradient(180deg, var(--home-bg-1) 0%, var(--home-bg-2) 56%, var(--home-bg-3) 100%);
  color: #ffffff;
}

.theme-page .legal-hero {
  max-width: none;
  min-height: min(720px, calc(86vh - 66px));
}

.theme-page .sample-hero > :not(.theme-field),
.theme-page .legal-hero > :not(.theme-field) {
  position: relative;
  z-index: 1;
}

.theme-page .sample-hero .intro,
.theme-page .legal-hero p {
  color: rgba(247, 251, 242, 0.76);
}

.theme-page .legal-hero h2 {
  color: #ffffff;
}

.theme-page .legal-hero .eyebrow,
.theme-page .sample-hero .eyebrow {
  color: var(--home-accent-2);
}

.theme-page .sample-verdict {
  border-color: rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.1);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.12),
    0 22px 70px rgba(0, 0, 0, 0.24);
}

.theme-page .sample-verdict p {
  color: rgba(247, 251, 242, 0.68);
}

.theme-page .sample-verdict .pill {
  background: rgba(255, 255, 255, 0.12);
  color: #ffffff;
}

.sample-verdict {
  padding: 24px;
  border: 1px solid rgba(22, 122, 88, 0.22);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: var(--shadow);
}

.sample-verdict strong {
  display: block;
  margin-bottom: 12px;
  font-size: clamp(28px, 4vw, 42px);
  line-height: 1.05;
}

.sample-verdict p {
  margin-bottom: 0;
  color: var(--muted);
  line-height: 1.6;
}

.sample-report {
  display: grid;
  grid-template-columns: minmax(260px, 0.34fr) minmax(0, 1fr);
  gap: 22px;
  align-items: start;
  padding: 72px clamp(18px, 6vw, 88px);
  background: #ffffff;
}

.report-sidebar {
  position: sticky;
  top: 88px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--mint);
}

.report-sidebar h2 {
  font-size: clamp(26px, 3vw, 36px);
}

.report-sidebar p {
  color: var(--muted);
  line-height: 1.6;
}

dl {
  display: grid;
  gap: 10px;
  margin: 22px 0 0;
}

dl div {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  padding: 12px 0;
  border-top: 1px solid rgba(20, 33, 31, 0.12);
}

dt {
  color: var(--muted);
  font-weight: 800;
}

dd {
  margin: 0;
  font-weight: 950;
  text-align: right;
}

.report-sections {
  display: grid;
  gap: 16px;
}

.report-block {
  min-height: auto;
}

.report-block p {
  color: var(--muted);
  line-height: 1.65;
}

.report-block p:last-child {
  margin-bottom: 0;
}

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

.metric-grid div {
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #f7fbf8;
}

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

.metric-grid span {
  margin-bottom: 8px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
}

.metric-grid strong {
  color: var(--ink);
  font-size: 20px;
}

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

details {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--panel);
}

summary {
  cursor: pointer;
  padding: 18px 20px;
  font-weight: 900;
}

details p {
  margin: 0;
  padding: 0 20px 20px;
  color: var(--muted);
  line-height: 1.6;
}

ol {
  display: grid;
  gap: 12px;
  margin: 0;
  padding-left: 24px;
  color: var(--muted);
  font-weight: 700;
  line-height: 1.55;
}

.brief-form {
  max-width: 760px;
  padding: 24px;
}

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

.brief-form .button {
  width: fit-content;
}

.form-note {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.45;
}

.hidden {
  display: none;
}

footer {
  gap: 18px;
  padding: 26px clamp(18px, 6vw, 88px);
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 14px;
}

.footer-links {
  gap: 16px;
  font-weight: 800;
}

.simple-page,
.legal-page {
  min-height: calc(100vh - 66px);
  padding: clamp(44px, 8vw, 96px) clamp(18px, 6vw, 88px);
}

.tools-hero {
  position: relative;
  overflow: hidden;
  min-height: auto;
  border-bottom: 1px solid var(--line);
}

.theme-page .tools-hero,
.theme-page .thank-you-hero {
  position: relative;
  overflow: hidden;
  min-height: min(720px, calc(86vh - 66px));
  padding-top: clamp(112px, 12vw, 150px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  background:
    linear-gradient(115deg, color-mix(in srgb, var(--home-accent-2) 15%, transparent), transparent 34%),
    linear-gradient(245deg, color-mix(in srgb, var(--home-accent) 18%, transparent), transparent 38%),
    linear-gradient(180deg, var(--home-bg-1) 0%, var(--home-bg-2) 56%, var(--home-bg-3) 100%);
  color: #ffffff;
}

.theme-page .tools-hero > :not(.theme-field),
.theme-page .thank-you-hero > :not(.theme-field) {
  position: relative;
  z-index: 1;
}

.theme-page .tools-hero .intro,
.theme-page .thank-you-hero .intro {
  color: rgba(247, 251, 242, 0.76);
}

.compact-tool {
  padding-top: 56px;
  padding-bottom: 56px;
}

.legal-page {
  max-width: 980px;
}

.article-page {
  position: relative;
  overflow: hidden;
  max-width: 920px;
  padding: clamp(44px, 8vw, 96px) clamp(18px, 6vw, 88px);
}

.theme-page .article-page {
  max-width: none;
  padding-top: clamp(118px, 12vw, 156px);
  background:
    linear-gradient(115deg, color-mix(in srgb, var(--home-accent-2) 12%, transparent), transparent 34%),
    linear-gradient(245deg, color-mix(in srgb, var(--home-accent) 15%, transparent), transparent 38%),
    linear-gradient(180deg, var(--home-bg-1) 0%, var(--home-bg-2) 340px, #fbfdfb 340px, #ffffff 100%);
}

.theme-page .article-page > :not(.theme-field) {
  position: relative;
  z-index: 1;
  max-width: 920px;
}

.theme-page .article-page h1,
.theme-page .article-page > .intro,
.theme-page .article-page > .eyebrow {
  color: #ffffff;
}

.theme-page .article-page > .intro {
  color: rgba(247, 251, 242, 0.76);
}

.theme-page .article-page h2,
.theme-page .article-page p,
.theme-page .article-page ul,
.theme-page .article-page pre,
.theme-page .article-cta {
  max-width: 920px;
}

.legal-page h1,
.simple-page h1 {
  font-size: clamp(40px, 6vw, 72px);
}

.legal-page h2 {
  margin-top: 34px;
  font-size: 24px;
}

.legal-page p {
  color: var(--muted);
  line-height: 1.7;
}

.article-page p,
.article-page li {
  color: var(--muted);
  line-height: 1.7;
}

.article-page ul {
  display: grid;
  gap: 10px;
  margin: 0 0 28px;
  padding-left: 22px;
}

.article-page pre {
  overflow: auto;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #ffffff;
}

.article-cta {
  margin-top: 42px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--mint);
}

@media (max-width: 860px) {
  .topbar,
  .site-nav {
    align-items: flex-start;
  }

  .topbar {
    flex-direction: column;
    overflow: visible;
  }

  .hero,
  .calculator,
  .report-layout,
  .decision-band,
  .guided,
  .guided-console,
  .category-next,
  .trust-boundary,
  .workflow,
  .category-shell,
  .category-panel,
  .roadmap-band,
  .sample-hero,
  .sample-report,
  .idea-score,
  .score-console,
  .category-detail-hero,
  .content-hero,
  .detail-hero,
  .package-hero,
  .plan-hero,
  .start-shell,
  .builder-shell,
  .fulfilment-map,
  .category-playbook,
  .split-section {
    grid-template-columns: 1fr;
  }

  .start-copy {
    position: static;
  }

  .report-sidebar {
    position: static;
  }

  .hero {
    min-height: auto;
  }

  .sample-hero {
    min-height: auto;
  }

  .offer-grid,
  .problem-grid,
  .content-grid,
  .deliverable-grid,
  .package-grid,
  .guardrail-grid,
  .fit-grid,
  .category-directory,
  .category-link-grid,
  .category-detail-grid,
  .package-catalog,
  .include-grid,
  .ladder-grid,
  .boundary-grid,
  .mini-package-grid,
  .signal-board,
  .route-grid,
  .proof-strip,
  .deep-grid,
  .detail-grid,
  .use-case-grid,
  .resource-grid,
  .pricing-grid,
  .workflow-timeline,
  .mega-menu {
    grid-template-columns: 1fr;
  }

  .home-simplified .topbar {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    padding: 12px 14px;
  }

  .home-simplified .site-nav {
    justify-content: flex-start;
    width: 100%;
    margin-left: 0;
    overflow-x: visible;
    flex-wrap: wrap;
  }

  .home-simplified .site-nav,
  .theme-page .site-nav {
    border-radius: 18px;
  }

  .automation-home .trust-strip {
    display: grid;
    grid-template-columns: 1fr;
  }

  .category-detail-hero > div:not(.theme-field),
  .package-hero > div:not(.theme-field),
  .plan-hero > div:not(.theme-field),
  .category-detail-hero > aside,
  .package-hero > aside,
  .plan-hero > aside {
    grid-column: auto;
  }

  .category-card.featured {
    grid-column: auto;
  }

  .hero-visual {
    min-height: auto;
  }

  .hero-visual img {
    height: auto;
    aspect-ratio: 4 / 3;
  }
}

@media (max-width: 560px) {
  .site-nav {
    width: 100%;
    max-width: 100%;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 6px;
    overflow-x: visible;
    padding-bottom: 4px;
  }

  .site-nav > a,
  .nav-trigger {
    min-height: 34px;
    padding: 6px 8px;
    font-size: 13px;
  }

  .site-nav a,
  .nav-dropdown {
    flex: 0 0 auto;
  }

  .home-simplified .brand > span:not(.brand-mark):not(.brand-copy) {
    display: none;
  }

  .brand-copy small,
  .brand:not(:has(.brand-copy)):not(:has(.brand-logo))::after {
    display: none;
  }

  .home-simplified .site-nav {
    max-width: calc(100vw - 70px);
  }

  .home-simplified .site-nav > a {
    min-height: 32px;
    padding: 6px 10px;
    font-size: 12px;
  }

  .dropdown-menu {
    position: fixed;
    top: 96px;
    left: 20px;
    right: 20px;
    max-height: calc(100vh - 120px);
    overflow: auto;
    width: auto;
  }

  .calc-form,
  .signal-grid,
  .form-row {
    grid-template-columns: 1fr;
  }

  .visual-card {
    position: static;
    max-width: 340px;
    margin-top: 12px;
  }

  .visual-card p {
    max-width: 300px;
  }

  h1 {
    font-size: 31px;
    line-height: 1.04;
    max-width: 340px;
  }

  .hero,
  .simple-page,
  .sample-hero,
  .sample-report,
  .category-detail-hero,
  .package-hero,
  .content-hero,
  .detail-hero,
  .plan-hero,
  .plan-builder,
  .plan-includes,
  .quality-guardrails,
  .fulfilment-map,
  .package-catalog,
  .offer-ladder,
  .trust-boundary,
  .implementation-roadmap,
  .category-detail-grid,
  .category-playbook,
  .category-next,
  .tool-band,
  .offers,
  .problem,
  .deliverables,
  .categories,
  .front-routes,
  .package-showcase,
  .automation-fit,
  .guided,
  .idea-score,
  .report-preview,
  .content-plan,
  .faq,
  .workflow,
  .brief {
    padding-inline: 20px;
  }

  .eyebrow {
    font-size: 12px;
  }

  .intro {
    font-size: 16px;
    max-width: 340px;
  }

  .microcopy,
  .hero-copy {
    max-width: 340px;
  }

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

  .sample-verdict {
    max-width: 340px;
  }

  .sample-verdict p {
    max-width: 300px;
  }

  .hero-proof {
    display: grid;
    grid-template-columns: 1fr;
  }

  .hero-lab {
    width: 100%;
  }

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

  .lab-header {
    display: grid;
    grid-template-columns: 1fr;
    font-size: 12px;
  }

  .score-path {
    grid-template-columns: 1fr;
  }

  .guided-steps {
    grid-template-columns: 1fr;
  }

  .automation-flow {
    grid-template-columns: 1fr;
  }

  .score-console {
    padding: 12px;
  }

  .hero-proof span {
    text-align: center;
  }

  .button,
  .brief-form .button {
    width: 100%;
  }

  .intake-hero {
    min-height: 100vh;
    padding-block: 86px 22px;
  }

  .automation-home .intake-hero {
    min-height: auto;
    padding-block: 172px 22px;
    place-items: start center;
  }

  .theme-page .package-hero,
  .theme-page .content-hero,
  .theme-page .detail-hero,
  .theme-page .plan-hero,
  .theme-page .category-detail-hero,
  .theme-page .category-hero,
  .theme-page .tools-hero,
  .theme-page .thank-you-hero,
  .theme-page .sample-hero,
  .theme-page .legal-hero {
    padding-top: 168px;
  }

  .theme-field span:nth-child(1) {
    top: 17%;
    left: -150px;
    width: 260px;
    height: 94px;
  }

  .theme-field span:nth-child(2) {
    right: -170px;
    bottom: 22%;
    width: 300px;
    height: 112px;
  }

  .theme-field span:nth-child(3) {
    display: none;
  }

  .home-kicker {
    max-width: 330px;
    margin-bottom: 16px;
    padding: 7px 11px;
    font-size: 11px;
  }

  .intake-hero h1 {
    max-width: 380px;
    margin-bottom: 24px;
    font-size: clamp(40px, 11.4vw, 58px);
    line-height: 0.92;
  }

  .intake-hero .hero-copy {
    width: 100%;
    max-width: 100%;
  }

  .intake-hero .hero-copy::before {
    width: 100vw;
    height: 560px;
  }

  .hero-intake {
    grid-template-columns: auto minmax(0, 1fr);
    width: calc(100vw - 40px);
    max-width: 390px;
    justify-self: center;
    border-radius: 28px;
    padding: 10px;
  }

  .hero-intake::before {
    margin-left: 8px;
  }

  .hero-intake input {
    min-height: 56px;
    padding-inline: 6px;
    text-align: left;
    font-size: 15px;
  }

  .intake-hero .primary {
    grid-column: 1 / -1;
    width: 100%;
  }

  .service-summary {
    max-width: 330px;
    font-size: 13px;
  }

  .service-dock {
    max-width: 340px;
    gap: 6px;
    margin-top: 16px;
  }

  .service-dock span {
    min-height: 30px;
    padding: 7px 9px;
    font-size: 11px;
  }

  .actions {
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
    max-width: 340px;
  }

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

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

@keyframes hero-arrive {
  from {
    opacity: 0;
    transform: translateY(14px) scale(0.985);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes grid-drift {
  from {
    background-position: 0 0, 0 0, 0 0;
  }
  to {
    background-position: 58px 58px, 58px 58px, 240px 240px;
  }
}

@keyframes panel-float {
  0%,
  100% {
    translate: 0 0;
  }
  50% {
    translate: 0 -14px;
  }
}

@keyframes intake-nudge {
  0%,
  100% {
    transform: translateX(0);
  }
  25% {
    transform: translateX(-5px);
  }
  75% {
    transform: translateX(5px);
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 1ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 1ms !important;
  }
}

@media (max-width: 900px) {
  .receptionist-demo-grid,
  .receptionist-hero .page-shell {
    grid-template-columns: 1fr;
  }

  .receptionist-score,
  .receptionist-lists,
  .receptionist-build-map .process-grid {
    grid-template-columns: 1fr;
  }
}

/* Brand and pricing repair pass */
.premium-site .topbar:empty,
.legal-body .topbar:empty {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 14px clamp(18px, 4vw, 64px);
}

.premium-site .footer-grid {
  padding: clamp(34px, 5vw, 56px) 0;
}

.premium-site .footer-brand,
.premium-site .footer-brand:hover {
  display: inline-flex;
  min-width: 0 !important;
  transform: none !important;
  border: 0 !important;
  background: transparent !important;
}

.premium-site .footer-logo {
  width: min(220px, 76vw);
}

.premium-site .pricing-cards-clean .pricing-card {
  display: grid;
  grid-template-rows: auto 1fr auto;
  gap: 22px;
  padding: clamp(22px, 3vw, 32px) !important;
}

.premium-site .pricing-cards-clean .pricing-card.featured {
  border-color: rgba(143, 240, 197, 0.5) !important;
  background:
    linear-gradient(180deg, rgba(143, 240, 197, 0.14), rgba(244, 247, 242, 0.07)) !important;
}

.premium-site .pricing-card-actions .button {
  width: 100%;
  justify-content: center;
}

@media (max-width: 900px) {
  .premium-site .brand-logo,
  .legal-body .brand-logo,
  .premium-site .topbar:empty::before,
  .legal-body .topbar:empty::before {
    width: min(188px, 58vw);
  }

  .premium-site .footer-grid {
    gap: 28px;
  }
}

/* Heyaro product-led consolidation */
[hidden] {
  display: none !important;
}

.premium-site {
  background: var(--bg-canvas);
  color: var(--text-primary);
}

.premium-site .topbar,
.legal-body .topbar {
  position: fixed;
  inset: 0 0 auto;
  z-index: 50;
  min-height: 72px;
  border-bottom: 1px solid var(--border-subtle);
  background: rgba(10, 16, 15, 0.88);
  backdrop-filter: blur(18px);
}

.premium-site .menu-toggle,
.legal-body .menu-toggle {
  display: none;
}

.premium-site .site-nav,
.legal-body .site-nav {
  gap: 18px;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.premium-site .site-nav > a,
.legal-body .site-nav > a {
  border: 0;
  background: transparent;
  color: var(--text-secondary);
}

.premium-site .site-nav > .nav-cta,
.legal-body .site-nav > .nav-cta {
  border: 1px solid rgba(143, 240, 197, 0.58);
  background: var(--accent);
  color: #0a100f;
}

.premium-site .brand,
.legal-body .brand,
.premium-footer .brand {
  gap: 12px;
  align-items: center;
  min-width: 150px;
}

.premium-site .brand-mark,
.legal-body .brand-mark,
.premium-footer .brand-mark {
  width: 42px;
  height: 42px;
  border: 1px solid rgba(143, 240, 197, 0.26);
  border-radius: 12px;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.14),
    0 14px 30px rgba(0, 0, 0, 0.28);
}

.premium-site .brand:has(.brand-logo),
.legal-body .brand:has(.brand-logo) {
  min-height: 44px;
}

.premium-site .brand-logo,
.legal-body .brand-logo {
  width: clamp(174px, 15vw, 238px);
}

.premium-site .footer-brand,
.legal-body .footer-brand {
  min-width: 0;
}

.premium-footer .footer-brand::after {
  content: none !important;
}

.footer-logo {
  display: block;
  width: min(220px, 100%);
  height: auto;
}

.premium-site .brand-copy strong,
.legal-body .brand-copy strong,
.premium-footer .brand-copy strong {
  color: var(--text-primary);
  font-size: 18px;
  letter-spacing: 0;
}

.brand-slogan-line {
  color: var(--accent);
}

.page-shell {
  width: min(1280px, calc(100% - 48px));
  margin-inline: auto;
}

.premium-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: auto;
  padding: 128px 0 96px;
  background:
    radial-gradient(ellipse at 82% 18%, rgba(143, 240, 197, 0.2), transparent 38%),
    radial-gradient(ellipse at 12% 82%, rgba(98, 230, 175, 0.12), transparent 42%),
    linear-gradient(135deg, #0a100f 0%, #111918 48%, #17342c 100%);
}

.premium-hero::before,
.page-hero::before {
  content: "";
  position: absolute;
  inset: -18% -8%;
  z-index: -2;
  pointer-events: none;
  background:
    linear-gradient(118deg, transparent 0 31%, rgba(143, 240, 197, 0.08) 31.4% 31.9%, transparent 32.4% 100%),
    linear-gradient(142deg, transparent 0 54%, rgba(244, 247, 242, 0.055) 54.3% 54.7%, transparent 55.1% 100%),
    radial-gradient(ellipse at 68% 42%, rgba(143, 240, 197, 0.13), transparent 38%);
  opacity: 0.9;
  transform: rotate(-2deg);
}

.premium-hero::after,
.page-hero::after {
  content: "";
  position: absolute;
  inset: 72px 0 0;
  z-index: -1;
  pointer-events: none;
  background:
    repeating-linear-gradient(128deg, transparent 0 118px, rgba(244, 247, 242, 0.035) 119px, transparent 121px),
    linear-gradient(90deg, rgba(10, 16, 15, 0.74), transparent 34%, transparent 72%, rgba(10, 16, 15, 0.58)),
    linear-gradient(180deg, transparent 0%, rgba(10, 16, 15, 0.84) 100%);
  mask-image: linear-gradient(180deg, #000 0%, #000 66%, transparent 100%);
}

.premium-hero .page-shell,
.page-hero .page-shell {
  position: relative;
  z-index: 1;
}

.compact-home .premium-hero {
  min-height: min(760px, calc(100vh - 72px));
}

.page-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 140px 0 76px;
  background:
    radial-gradient(ellipse at 82% 22%, rgba(143, 240, 197, 0.15), transparent 36%),
    radial-gradient(ellipse at 20% 78%, rgba(55, 167, 161, 0.12), transparent 42%),
    linear-gradient(135deg, #0a100f 0%, #111918 54%, #17342c 100%);
}

.page-hero .page-shell {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.55fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: end;
}

.page-hero h1 {
  color: var(--text-primary);
  font-size: clamp(3rem, 6vw, 5.5rem);
  line-height: 1;
}

.page-hero p {
  max-width: 680px;
  color: var(--text-secondary);
  font-size: 20px;
  line-height: 1.55;
}

.page-summary {
  display: grid;
  gap: 12px;
  border: 1px solid var(--border-strong);
  border-radius: 20px;
  padding: 22px;
  background: rgba(244, 247, 242, 0.06);
}

.page-summary span,
.home-paths span,
.metric-strip span {
  color: var(--accent);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.home-paths,
.metric-strip,
.page-card-grid {
  display: grid;
  gap: 16px;
}

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

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

.home-paths article,
.page-card-grid article,
.metric-strip article {
  border: 1px solid var(--border-subtle);
  border-radius: 20px;
  padding: 22px;
  background: rgba(244, 247, 242, 0.05);
}

.home-paths a,
.page-card-grid a {
  color: var(--accent);
  font-weight: 800;
}

.bot-card-detail {
  display: grid;
  gap: 8px;
  margin: 16px 0;
}

.bot-card-detail strong {
  color: var(--text);
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.bot-card-detail p,
.bot-card-detail ul {
  margin: 0;
}

.bot-card-detail ul {
  display: grid;
  gap: 4px;
  padding-left: 18px;
}

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

.hero-shell,
.recommendation-example-grid,
.control-grid {
  display: grid;
  grid-template-columns: minmax(0, 5fr) minmax(360px, 7fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: center;
}

.hero-copy h1 {
  color: var(--text-primary);
  font-size: clamp(3rem, 6.5vw, 6rem);
  font-weight: 620;
  line-height: 1;
}

.hero-lede,
.premium-section p,
.premium-footer p {
  color: var(--text-secondary);
}

.hero-chat,
.start-builder,
.recommendation-card,
.signature-demo,
.approval-mockup {
  border: 1px solid var(--border-strong);
  border-radius: 20px;
  background: rgba(11, 23, 20, 0.88);
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.34);
}

.hero-chat,
.start-builder,
.recommendation-card,
.approval-mockup {
  display: grid;
  gap: 16px;
  padding: clamp(16px, 3vw, 28px);
}

.chat-topline,
.finder-microcopy,
.builder-topline,
.builder-actions,
.scenario-tabs,
.segmented-tabs,
.recommendation-actions,
.prompt-chips,
.clarifier-options {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}

.chat-topline,
.builder-topline {
  justify-content: space-between;
}

.chat-topline span,
.finder-microcopy span,
.builder-topline span,
.recommendation-head span,
.signature-demo article > span,
.approval-mockup > span,
.recommendation-grid span,
.solution-detail span {
  color: var(--accent);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.chat-form {
  display: grid;
  gap: 12px;
}

.chat-form label,
.start-builder label,
.start-builder legend {
  color: var(--text-secondary);
}

.chat-form textarea,
.start-builder input,
.start-builder textarea {
  border-color: var(--border-strong);
  border-radius: 14px;
  background: rgba(244, 247, 242, 0.94);
  color: #0a100f;
}

.button.primary,
.premium-site .button.primary {
  border-color: var(--accent);
  background: var(--accent);
  color: #0a100f;
}

.button.secondary,
.premium-site .button.secondary {
  border-color: var(--border-strong);
  background: transparent;
  color: var(--text-primary);
}

.prompt-chips button,
.clarifier-options button,
.scenario-tabs button,
.segmented-tabs button,
.mock-actions button {
  min-height: 40px;
  border: 1px solid var(--border-subtle);
  border-radius: 999px;
  padding: 8px 12px;
  background: rgba(244, 247, 242, 0.06);
  color: var(--text-secondary);
  font: inherit;
  font-weight: 700;
  cursor: pointer;
}

.scenario-tabs button.is-active,
.segmented-tabs button.is-active,
.clarifier-options button.is-active,
.prompt-chips button:hover,
.scenario-tabs button:hover,
.segmented-tabs button:hover {
  border-color: rgba(143, 240, 197, 0.55);
  color: var(--text-primary);
}

.clarifier {
  display: grid;
  gap: 10px;
  padding: 14px;
  border: 1px solid var(--border-subtle);
  border-radius: 16px;
  background: rgba(244, 247, 242, 0.05);
}

.premium-section {
  padding: clamp(80px, 10vw, 150px) 0;
  background: var(--bg-canvas);
  color: var(--text-primary);
}

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

.section-heading h2,
.premium-section h2 {
  color: var(--text-primary);
  font-size: clamp(2.25rem, 4vw, 3.75rem);
  line-height: 1.04;
}

.signature-demo {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(180px, 0.45fr) minmax(0, 1.1fr);
  gap: 16px;
  padding: clamp(16px, 3vw, 26px);
}

.signature-demo article,
.process-grid article,
.pricing-grid-premium article,
.trust-grid article {
  min-height: auto;
  border-color: var(--border-subtle);
  background: rgba(244, 247, 242, 0.05);
  color: var(--text-primary);
}

.conversation-panel p {
  display: grid;
  gap: 4px;
  margin: 0 0 12px;
  color: var(--text-secondary);
}

.conversation-panel strong {
  margin: 0;
  color: var(--text-primary);
  font-size: 13px;
}

.demo-rail {
  display: grid;
  align-content: center;
  gap: 10px;
}

.demo-rail span,
.workflow-mini span {
  border: 1px solid var(--border-subtle);
  border-radius: 999px;
  padding: 10px 12px;
  background: var(--accent-soft);
  color: var(--text-primary);
  font-size: 13px;
  font-weight: 800;
  text-align: center;
}

.owner-output-panel dl,
.approval-mockup dl {
  display: grid;
  gap: 10px;
}

.owner-output-panel dl div,
.approval-mockup dl div {
  display: grid;
  grid-template-columns: minmax(120px, 0.5fr) minmax(0, 1fr);
  gap: 12px;
  padding: 10px 0;
  border-top: 1px solid var(--border-subtle);
}

.owner-output-panel dt,
.approval-mockup dt {
  color: var(--text-muted);
  font-size: 13px;
  font-weight: 800;
}

.owner-output-panel dd,
.approval-mockup dd {
  margin: 0;
  color: var(--text-primary);
}

.approval-state {
  border: 1px solid rgba(233, 196, 106, 0.28);
  border-radius: 14px;
  padding: 12px;
  background: rgba(233, 196, 106, 0.08);
}

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

.recommendation-grid div,
.solution-detail div {
  border: 1px solid var(--border-subtle);
  border-radius: 16px;
  padding: 14px;
  background: rgba(244, 247, 242, 0.05);
}

.recommendation-grid p,
.solution-detail p {
  margin: 6px 0 0;
}

.workflow-mini {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

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

.pricing-heading {
  max-width: 860px;
  margin-bottom: clamp(24px, 4vw, 42px);
}

.pricing-cards-clean {
  gap: clamp(18px, 2.5vw, 28px);
  align-items: stretch;
}

.pricing-card {
  position: relative;
  display: grid;
  grid-template-rows: auto 1fr auto;
  gap: 22px;
  padding: clamp(22px, 3vw, 32px) !important;
}

.pricing-card.featured {
  border-color: rgba(143, 240, 197, 0.46) !important;
  background:
    linear-gradient(180deg, rgba(143, 240, 197, 0.12), rgba(244, 247, 242, 0.065)) !important;
}

.pricing-card-badge {
  width: fit-content;
  border: 1px solid rgba(143, 240, 197, 0.46);
  border-radius: 999px;
  padding: 8px 11px;
  background: rgba(143, 240, 197, 0.12);
  color: var(--accent);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.pricing-card-head {
  display: grid;
  gap: 10px;
}

.pricing-card-head span {
  color: var(--accent);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.pricing-card-head h3 {
  margin: 0;
  font-size: clamp(2rem, 3vw, 3rem);
  line-height: 1;
}

.pricing-card-head p,
.pricing-card ul {
  margin: 0;
}

.pricing-card ul {
  display: grid;
  gap: 11px;
  padding-left: 20px;
}

.pricing-card-actions {
  display: flex;
  padding-top: 4px;
}

.pricing-card-actions .button {
  width: 100%;
  justify-content: center;
}

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

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

.integration-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.integration-grid span {
  border: 1px solid var(--border-subtle);
  border-radius: 999px;
  padding: 10px 14px;
  background: rgba(244, 247, 242, 0.05);
  color: var(--text-secondary);
  font-weight: 800;
}

.cta-panel {
  border: 1px solid var(--border-strong);
  border-radius: 20px;
  padding: clamp(24px, 5vw, 56px);
  background: linear-gradient(135deg, rgba(143, 240, 197, 0.12), rgba(244, 247, 242, 0.04));
}

.premium-footer {
  border-top: 1px solid var(--border-subtle);
  background: var(--bg-elevated);
  color: var(--text-secondary);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.3fr repeat(4, minmax(130px, 1fr));
  gap: 24px;
}

.footer-grid nav,
.footer-grid > div {
  display: grid;
  align-content: start;
  gap: 10px;
}

.footer-grid h2 {
  margin: 0;
  color: var(--text-primary);
  font-size: 14px;
}

.footer-grid a {
  color: var(--text-secondary);
}

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

.start-builder fieldset legend {
  grid-column: 1 / -1;
  margin-bottom: 4px;
  color: var(--text-primary);
  font-size: 24px;
}

.start-builder input[type="checkbox"],
.start-builder input[type="radio"] {
  width: auto;
  min-height: 0;
}

.hidden[aria-hidden="true"] {
  display: none !important;
}

.receptionist-page {
  background: var(--bg-canvas);
}

.receptionist-hero .page-shell {
  align-items: center;
}

.receptionist-hero-copy {
  max-width: 780px;
}

.receptionist-hero-card {
  display: grid;
  gap: 16px;
  justify-items: start;
  border: 1px solid var(--border-strong);
  border-radius: 20px;
  padding: clamp(20px, 4vw, 34px);
  background:
    linear-gradient(135deg, rgba(142, 197, 176, 0.16), rgba(245, 247, 246, 0.045)),
    rgba(26, 38, 36, 0.84);
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.28);
}

.receptionist-hero-card img {
  width: min(330px, 72vw);
  border-radius: 16px;
  filter: drop-shadow(0 18px 40px rgba(0, 0, 0, 0.28));
}

.receptionist-hero-card span {
  color: var(--accent-strong);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.receptionist-hero-card p {
  margin: 0;
  color: var(--text-secondary);
}

.receptionist-demo-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.75fr) minmax(360px, 1fr);
  gap: clamp(28px, 5vw, 68px);
  align-items: start;
}

.receptionist-demo-form {
  display: grid;
  gap: 14px;
  margin-top: 24px;
}

.receptionist-demo-form label {
  display: grid;
  gap: 8px;
  color: var(--text-secondary);
  font-weight: 800;
}

.receptionist-demo-form input,
.receptionist-demo-form textarea {
  width: 100%;
  border: 1px solid var(--border-strong);
  border-radius: 14px;
  padding: 14px;
  background: rgba(245, 247, 246, 0.95);
  color: #0c1412;
  font: inherit;
}

.receptionist-demo-output {
  display: grid;
  gap: 16px;
  border: 1px solid var(--border-strong);
  border-radius: 22px;
  padding: clamp(16px, 3vw, 26px);
  background: rgba(12, 20, 18, 0.74);
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.3);
}

.receptionist-output-head,
.receptionist-score,
.receptionist-lists {
  display: grid;
  gap: 12px;
}

.receptionist-output-head {
  grid-template-columns: 1fr auto;
  align-items: center;
}

.receptionist-output-head span,
.receptionist-score span,
.receptionist-lists span,
.receptionist-draft span {
  color: var(--accent-strong);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.receptionist-output-head strong {
  border: 1px solid rgba(142, 197, 176, 0.42);
  border-radius: 999px;
  padding: 7px 10px;
  color: var(--accent-strong);
  font-size: 12px;
  text-transform: uppercase;
}

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

.receptionist-score div,
.receptionist-lists div {
  border: 1px solid var(--border-subtle);
  border-radius: 16px;
  padding: 14px;
  background: rgba(245, 247, 246, 0.05);
}

.receptionist-score strong {
  display: block;
  margin-top: 5px;
  color: var(--text-primary);
  font-size: 20px;
  text-transform: capitalize;
}

.receptionist-owner-card {
  box-shadow: none;
}

.receptionist-owner-card p {
  color: var(--text-secondary);
}

.receptionist-draft {
  border: 1px solid rgba(142, 197, 176, 0.3);
  border-radius: 16px;
  padding: 14px;
  background: rgba(142, 197, 176, 0.09);
}

.receptionist-draft p {
  margin: 6px 0 0;
}

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

.receptionist-lists ul {
  display: grid;
  gap: 7px;
  margin: 8px 0 0;
  padding-left: 18px;
  color: var(--text-secondary);
}

.receptionist-build-map .process-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.receptionist-build-map .process-grid article span {
  color: var(--accent-strong);
  font-weight: 900;
}

@media (max-width: 900px) {
  .receptionist-demo-grid,
  .receptionist-hero .page-shell,
  .receptionist-score,
  .receptionist-lists,
  .receptionist-build-map .process-grid {
    grid-template-columns: 1fr;
  }
}

.legal-body {
  background: var(--bg-canvas);
}

.legal-body .legal-page {
  width: min(900px, calc(100% - 48px));
  margin-inline: auto;
  color: var(--text-primary);
}

.legal-body .legal-page p {
  color: var(--text-secondary);
}

@media (max-width: 900px) {
  .premium-site .topbar,
  .legal-body .topbar {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    min-height: 64px;
    padding: 12px 20px;
  }

  .premium-site .menu-toggle,
  .legal-body .menu-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    border: 1px solid var(--border-strong);
    border-radius: 12px;
    padding: 9px 12px;
    background: rgba(244, 247, 242, 0.08);
    color: var(--text-primary);
    font: inherit;
    font-weight: 800;
  }

  .premium-site .menu-line,
  .legal-body .menu-line {
    display: none;
  }

  .premium-site .site-nav,
  .legal-body .site-nav {
    display: none;
    grid-column: 1 / -1;
    width: 100%;
    padding: 10px 0 0;
  }

  .premium-site.menu-open .site-nav,
  .legal-body.menu-open .site-nav {
    display: grid;
    gap: 8px;
  }

  .premium-site .site-nav > a,
  .legal-body .site-nav > a {
    width: 100%;
    min-height: 44px;
    border: 1px solid var(--border-subtle);
    border-radius: 12px;
    padding: 10px 12px;
    background: rgba(244, 247, 242, 0.05);
  }

  .hero-shell,
  .signature-demo,
  .recommendation-example-grid,
  .control-grid,
  .page-hero .page-shell,
  .home-paths,
  .bot-stock-grid,
  .metric-strip,
  .start-shell,
  .footer-grid,
  .process-grid,
  .pricing-grid-premium,
  .trust-grid,
  .control-grid .trust-grid,
  .recommendation-grid,
  .solution-detail,
  .start-builder fieldset {
    grid-template-columns: 1fr;
  }
}

/* Final premium-page guardrails: keep the dark site readable over older global styles. */
.premium-site {
  color-scheme: dark;
  background: var(--bg-canvas) !important;
  color: var(--text-primary) !important;
  overflow-x: hidden;
}

.premium-site .menu-toggle[hidden],
.legal-body .menu-toggle[hidden] {
  display: none !important;
}

.premium-site .menu-toggle,
.legal-body .menu-toggle {
  display: none !important;
}

.premium-site .premium-section {
  background: var(--bg-canvas) !important;
}

.premium-site article,
.premium-site .page-summary,
.premium-site .home-paths article,
.premium-site .page-card-grid article,
.premium-site .metric-strip article,
.premium-site .signature-demo article,
.premium-site .process-grid article,
.premium-site .pricing-grid-premium article,
.premium-site .trust-grid article,
.premium-site .recommendation-grid div,
.premium-site .solution-detail div,
.premium-site .clarifier,
.premium-site .cta-panel {
  min-height: auto !important;
  border-color: rgba(244, 247, 242, 0.16) !important;
  background: rgba(244, 247, 242, 0.065) !important;
  color: var(--text-primary) !important;
  box-shadow: none !important;
}

.premium-site .home-paths article,
.premium-site .page-card-grid article,
.premium-site .metric-strip article {
  display: grid;
  align-content: start;
  gap: 10px;
}

.premium-site article:hover {
  transform: none !important;
  border-color: rgba(143, 240, 197, 0.34) !important;
}

.premium-site h1,
.premium-site h2,
.premium-site h3,
.premium-site h4,
.premium-site strong,
.premium-site dt,
.premium-site label,
.premium-site legend {
  color: var(--text-primary) !important;
}

.premium-site p,
.premium-site li,
.premium-site dd,
.premium-site .hero-lede,
.premium-site .premium-section p,
.premium-site .page-hero p,
.premium-site .page-summary p,
.premium-site .footer-grid a,
.premium-site .premium-footer p {
  color: #dbe4df !important;
}

.premium-site .eyebrow,
.premium-site .home-paths span,
.premium-site .page-card-grid span,
.premium-site .metric-strip span,
.premium-site .chat-topline span,
.premium-site .finder-microcopy span,
.premium-site .builder-topline span,
.premium-site .recommendation-head span,
.premium-site .signature-demo article > span,
.premium-site .approval-mockup > span,
.premium-site .recommendation-grid span,
.premium-site .solution-detail span {
  color: var(--accent) !important;
}

.premium-site details {
  border: 1px solid rgba(244, 247, 242, 0.16) !important;
  background: rgba(244, 247, 242, 0.065) !important;
  color: var(--text-primary) !important;
}

.premium-site summary {
  color: var(--text-primary) !important;
}

.premium-site details[open] {
  border-color: rgba(143, 240, 197, 0.42) !important;
  background: rgba(11, 23, 20, 0.96) !important;
}

.premium-site details p,
.premium-site .faq-list p {
  color: #dbe4df !important;
}

.hero-proof-strip,
.inbox-topline,
.quick-start-form,
.owner-inbox-demo,
.scope-example,
.audience-strip,
.offer-paths {
  position: relative;
}

.hero-proof-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.hero-proof-strip span,
.inbox-topline strong {
  border: 1px solid rgba(143, 240, 197, 0.35);
  border-radius: 999px;
  padding: 8px 11px;
  background: rgba(143, 240, 197, 0.11);
  color: var(--accent);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.offer-paths article,
.owner-inbox-demo,
.quick-start-form,
.scope-example > article {
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.offer-paths article:hover,
.owner-inbox-demo:hover,
.quick-start-form:focus-within,
.scope-example > article:hover {
  transform: translateY(-3px) !important;
  border-color: rgba(143, 240, 197, 0.48) !important;
  background: rgba(244, 247, 242, 0.09) !important;
}

.owner-inbox-demo,
.quick-start-form {
  display: grid;
  gap: 14px;
  border: 1px solid rgba(244, 247, 242, 0.16);
  border-radius: 20px;
  padding: clamp(18px, 3vw, 28px);
  background: rgba(11, 23, 20, 0.9);
}

.inbox-topline {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.inbox-topline span,
.draft-box span {
  color: var(--accent);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.owner-inbox-demo dl,
.owner-output-panel dl {
  display: grid;
  gap: 10px;
}

.owner-inbox-demo dl div,
.owner-output-panel dl div,
.draft-box {
  border: 1px solid rgba(244, 247, 242, 0.12);
  border-radius: 12px;
  padding: 12px;
  background: rgba(244, 247, 242, 0.055);
}

.draft-box {
  display: grid;
  gap: 6px;
}

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

.mock-actions button {
  min-height: 40px;
  border: 1px solid rgba(244, 247, 242, 0.2);
  border-radius: 999px;
  padding: 0 14px;
  background: rgba(244, 247, 242, 0.08);
  color: var(--text-primary);
  font-weight: 900;
}

.mock-actions button:last-child {
  border-color: rgba(143, 240, 197, 0.55);
  background: var(--accent);
  color: #0a100f;
}

.quick-start-form {
  margin-top: 24px;
}

.quick-start-form label {
  display: grid;
  gap: 8px;
}

.quick-start-form input,
.quick-start-form textarea,
.quick-start-form select,
.start-builder select {
  width: 100%;
  border: 1px solid rgba(244, 247, 242, 0.16);
  border-radius: 12px;
  padding: 12px 14px;
  background: rgba(4, 12, 10, 0.82);
  color: var(--text-primary);
  font: inherit;
}

.quick-start-form textarea {
  resize: vertical;
}

.quick-start-form .button {
  width: fit-content;
}

.scope-example {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.8fr);
  gap: clamp(24px, 5vw, 64px);
  align-items: start;
}

.scope-example ul {
  display: grid;
  gap: 8px;
  margin: 0;
  padding-left: 20px;
}

.audience-strip article {
  min-height: 100% !important;
}

@media (max-width: 900px) {
  .premium-site .menu-toggle,
  .legal-body .menu-toggle {
    display: inline-grid !important;
    grid-template-rows: repeat(3, 2px);
    gap: 5px;
    place-content: center;
    width: 44px;
    height: 42px;
    min-height: 42px;
    border: 1px solid rgba(244, 247, 242, 0.22);
    border-radius: 12px;
    padding: 0;
    background: rgba(244, 247, 242, 0.08);
  }

  .premium-site .menu-toggle[hidden],
  .legal-body .menu-toggle[hidden] {
    display: none !important;
  }

  .premium-site .menu-bar,
  .legal-body .menu-bar {
    display: block;
    width: 18px;
    height: 2px;
    border-radius: 99px;
    background: var(--text-primary);
  }

  .scope-example,
  .recommendation-example-grid {
    grid-template-columns: 1fr;
  }

  .page-shell {
    width: min(1280px, calc(100% - 32px));
  }

  .premium-home .page-shell,
  .start-page .page-shell {
    width: calc(100vw - 32px) !important;
    max-width: calc(100vw - 32px) !important;
    margin-inline: 16px !important;
  }

  .hero-shell > *,
  .page-hero .page-shell > *,
  .hero-copy,
  .hero-proof-strip,
  .hero-chat,
  .start-builder,
  .recommendation-card,
  .quick-start-form {
    min-width: 0;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    overflow: hidden;
  }

  .hero-shell {
    display: block;
  }

  .hero-chat {
    margin-top: 28px;
  }

  .hero-proof-strip span {
    white-space: normal;
  }

  .hero-proof-strip,
  .chat-topline,
  .prompt-chips,
  .finder-microcopy,
  .hero-lede {
    max-width: min(300px, calc(100vw - 80px));
    overflow-wrap: anywhere;
  }

  .hero-proof-strip {
    display: grid;
    grid-template-columns: 1fr;
  }

  .hero-chat h2,
  .start-builder h2 {
    font-size: clamp(1.45rem, 8vw, 2rem);
    line-height: 1.08;
    max-width: min(280px, calc(100vw - 80px));
    overflow-wrap: anywhere;
  }

  .chat-topline,
  .builder-topline {
    justify-content: flex-start;
  }

  .quick-start-form .form-row {
    grid-template-columns: 1fr;
  }
}

/* Final visual issue fixes: reliable logo display, footer spacing, tidy pricing cards. */
.premium-site .topbar:empty,
.legal-body .topbar:empty {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 14px clamp(18px, 4vw, 64px);
}

.premium-site .footer-grid {
  padding: clamp(34px, 5vw, 56px) 0;
}

.premium-site .footer-brand,
.premium-site .footer-brand:hover {
  display: inline-flex;
  min-width: 0 !important;
  transform: none !important;
  border: 0 !important;
  background: transparent !important;
}

.premium-site .footer-brand::after {
  content: none !important;
}

.premium-site .footer-logo {
  display: block;
  width: min(220px, 76vw);
  height: auto;
}

.premium-site .pricing-cards-clean .pricing-card {
  display: grid;
  grid-template-rows: auto 1fr auto;
  gap: 22px;
  padding: clamp(22px, 3vw, 32px) !important;
}

.premium-site .pricing-cards-clean .pricing-card.featured {
  border-color: rgba(143, 240, 197, 0.5) !important;
  background:
    linear-gradient(180deg, rgba(143, 240, 197, 0.14), rgba(244, 247, 242, 0.07)) !important;
}

.premium-site .pricing-card-actions .button {
  width: 100%;
  justify-content: center;
}

@media (max-width: 900px) {
  .premium-site .brand-logo,
  .legal-body .brand-logo,
  .premium-site .topbar:empty::before,
  .legal-body .topbar:empty::before {
    width: min(188px, 58vw);
  }

  .premium-site .footer-grid {
    gap: 28px;
  }
}
