:root {
  --slate-950: #080b12;
  --slate-900: #121827;
  --slate-800: #1d2738;
  --slate-700: #344155;
  --slate-600: #516175;
  --slate-100: #eef2f7;
  --slate-50: #f7f9fc;
  --white: #ffffff;
  --yellow: #facc15;
  --yellow-strong: #eab308;
  --gold-soft: #fff7d6;
  --paper: #fffdf7;
  --green: #14b86a;
  --blue: #2f7cf6;
  --cyan: #0ea5e9;
  --rose: #f05f7d;
  --shadow: 0 24px 70px rgba(8, 11, 18, 0.14);
  --shadow-soft: 0 24px 80px rgba(29, 39, 56, 0.09);
  --radius: 8px;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--slate-900);
  background: var(--slate-50);
  scroll-behavior: smooth;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  min-width: 320px;
  background:
    linear-gradient(180deg, #f7f9fc 0%, #fffdf7 38%, #f7f9fc 100%);
}

::selection {
  background: rgba(250, 204, 21, 0.35);
  color: var(--slate-950);
}

img,
svg {
  display: block;
}

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

button,
input,
select {
  font: inherit;
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 16px clamp(18px, 4vw, 58px);
  color: var(--white);
  transition: background 0.25s ease, box-shadow 0.25s ease, backdrop-filter 0.25s ease;
}

.site-header.is-scrolled {
  background: rgba(8, 11, 18, 0.88);
  box-shadow: 0 16px 45px rgba(8, 11, 18, 0.22);
  backdrop-filter: blur(18px);
}

.brand,
.brand-mark,
.desktop-nav,
.header-actions,
.hero-actions,
.panel-header,
.trust-strip,
.feature-top,
.site-footer,
.signup-benefits div {
  display: flex;
  align-items: center;
}

.brand {
  gap: 10px;
  min-width: 0;
}

.brand-mark {
  width: 42px;
  height: 42px;
  justify-content: center;
  border-radius: var(--radius);
  background: var(--yellow);
  color: var(--slate-950);
  box-shadow: 0 12px 32px rgba(250, 204, 21, 0.26);
  flex: 0 0 auto;
}

.brand-mark svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.brand-copy {
  min-width: 0;
}

.brand-copy strong,
.brand-copy small {
  display: block;
  white-space: nowrap;
}

.brand-copy strong {
  font-size: 1.05rem;
  line-height: 1;
  font-weight: 950;
  letter-spacing: 0;
}

.brand-copy strong span {
  color: var(--yellow);
}

.brand-copy small {
  margin-top: 3px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.68rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.18em;
}

.desktop-nav {
  gap: 26px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.9rem;
  font-weight: 800;
}

.desktop-nav a {
  transition: color 0.2s ease;
}

.desktop-nav a:hover {
  color: var(--white);
}

.header-actions {
  gap: 12px;
}

.ghost-link {
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.9rem;
  font-weight: 900;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 48px;
  border: 0;
  border-radius: var(--radius);
  padding: 0 20px;
  cursor: pointer;
  font-weight: 950;
  line-height: 1;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, opacity 0.2s ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button:disabled {
  cursor: wait;
  opacity: 0.68;
  transform: none;
}

.button-sm {
  min-height: 40px;
  padding: 0 15px;
  font-size: 0.88rem;
}

.button-primary {
  background: linear-gradient(135deg, var(--yellow), #f6b70b);
  color: var(--slate-950);
  box-shadow: 0 18px 34px rgba(234, 179, 8, 0.24);
}

.button-dark {
  background: var(--slate-950);
  color: var(--white);
  box-shadow: 0 14px 34px rgba(8, 11, 18, 0.22);
}

.button-light {
  background: rgba(255, 255, 255, 0.92);
  color: var(--slate-950);
  box-shadow: 0 18px 46px rgba(8, 11, 18, 0.18);
}

.button-icon {
  display: inline-grid;
  place-items: center;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: rgba(8, 11, 18, 0.12);
  font-weight: 950;
}

.button-dark .button-icon {
  background: rgba(250, 204, 21, 0.16);
  color: var(--yellow);
}

.hero-section {
  position: relative;
  min-height: 92vh;
  overflow: hidden;
  color: var(--white);
}

.hero-bg,
.hero-overlay {
  position: absolute;
  inset: 0;
}

.hero-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-overlay {
  background:
    linear-gradient(90deg, rgba(8, 11, 18, 0.96) 0%, rgba(8, 11, 18, 0.82) 42%, rgba(8, 11, 18, 0.3) 100%),
    linear-gradient(0deg, rgba(8, 11, 18, 0.62), rgba(8, 11, 18, 0.08) 48%, rgba(8, 11, 18, 0.7));
}

.hero-content {
  position: relative;
  z-index: 1;
  width: min(1180px, calc(100% - 36px));
  min-height: 92vh;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) 390px;
  align-items: center;
  gap: 44px;
  padding: 120px 0 72px;
}

.hero-copy {
  max-width: 760px;
}

.eyebrow,
.section-kicker {
  margin: 0 0 16px;
  color: var(--yellow);
  font-size: 0.78rem;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: 0.18em;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 12px;
  border: 1px solid rgba(250, 204, 21, 0.28);
  border-radius: 999px;
  background: rgba(250, 204, 21, 0.09);
}

.eyebrow span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 0 5px rgba(20, 184, 106, 0.16);
}

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

h1 {
  max-width: 760px;
  margin-bottom: 22px;
  font-size: clamp(3.2rem, 7.2vw, 6.6rem);
  line-height: 0.94;
  font-weight: 950;
  letter-spacing: 0;
}

.hero-subtitle {
  max-width: 650px;
  margin-bottom: 32px;
  color: rgba(255, 255, 255, 0.78);
  font-size: clamp(1.08rem, 2.1vw, 1.32rem);
  line-height: 1.58;
  font-weight: 520;
}

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

.hero-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 42px;
  max-width: 690px;
}

.hero-metrics div,
.hero-panel,
.pain-grid article,
.workflow article,
.feature-grid article,
.roi-calculator,
.plan-card,
.signup-form {
  border: 1px solid rgba(148, 163, 184, 0.2);
  border-radius: var(--radius);
}

.hero-metrics div {
  padding: 16px;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(16px);
}

.hero-metrics strong {
  display: block;
  color: var(--white);
  font-size: 1.42rem;
  font-weight: 950;
}

.hero-metrics span {
  display: block;
  margin-top: 5px;
  color: rgba(255, 255, 255, 0.66);
  font-size: 0.82rem;
  line-height: 1.35;
  font-weight: 700;
}

.hero-panel {
  align-self: end;
  margin-bottom: 46px;
  padding: 20px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: var(--shadow);
  color: var(--slate-900);
  backdrop-filter: blur(20px);
}

.panel-header {
  justify-content: space-between;
  gap: 18px;
}

.panel-header small,
.roi-results small,
.plan-label {
  display: block;
  color: var(--slate-600);
  font-size: 0.72rem;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.panel-header strong {
  display: block;
  margin-top: 4px;
  font-size: 1.12rem;
  font-weight: 950;
}

.live-dot {
  flex: 0 0 auto;
  border-radius: 999px;
  background: rgba(20, 184, 106, 0.11);
  color: #087346;
  padding: 7px 10px;
  font-size: 0.75rem;
  font-weight: 950;
}

.score-ring {
  display: grid;
  place-items: center;
  width: 174px;
  height: 174px;
  margin: 24px auto;
  border-radius: 50%;
  background:
    radial-gradient(circle at center, var(--white) 0 54%, transparent 55%),
    conic-gradient(var(--yellow) 0 82%, #dbe4f0 82% 100%);
  box-shadow: inset 0 0 0 12px rgba(255, 255, 255, 0.75);
  text-align: center;
}

.score-ring span {
  display: block;
  font-size: 2.45rem;
  font-weight: 950;
  line-height: 1;
}

.score-ring small {
  display: block;
  width: 105px;
  margin-top: 7px;
  color: var(--slate-600);
  font-size: 0.78rem;
  font-weight: 800;
  line-height: 1.25;
}

.lead-stack {
  display: grid;
  gap: 10px;
}

.lead-stack article {
  padding: 14px;
  border-radius: var(--radius);
  background: var(--slate-50);
}

.lead-stack strong,
.lead-stack small,
.lead-badge {
  display: block;
}

.lead-stack strong {
  margin-top: 8px;
  font-size: 0.94rem;
  font-weight: 950;
}

.lead-stack small {
  margin-top: 4px;
  color: var(--slate-600);
  font-size: 0.8rem;
  font-weight: 700;
}

.lead-badge {
  width: max-content;
  border-radius: 999px;
  padding: 5px 8px;
  font-size: 0.68rem;
  font-weight: 950;
  text-transform: uppercase;
}

.lead-badge.green {
  background: rgba(20, 184, 106, 0.12);
  color: #087346;
}

.lead-badge.blue {
  background: rgba(47, 124, 246, 0.12);
  color: #1553b4;
}

.lead-badge.gold {
  background: rgba(234, 179, 8, 0.18);
  color: #8a5d00;
}

.trust-strip {
  width: min(1180px, calc(100% - 36px));
  margin: -34px auto 0;
  position: relative;
  z-index: 2;
  justify-content: space-between;
  gap: 1px;
  overflow: hidden;
  border-radius: var(--radius);
  background: #dce5f0;
  box-shadow: var(--shadow);
}

.trust-strip div {
  flex: 1 1 0;
  min-height: 96px;
  padding: 22px;
  background: var(--white);
}

.trust-strip div:hover {
  background: linear-gradient(180deg, var(--white), var(--paper));
}

.trust-strip strong {
  display: block;
  font-size: 1.04rem;
  font-weight: 950;
}

.trust-strip span {
  display: block;
  margin-top: 6px;
  color: var(--slate-600);
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1.35;
}

.section {
  width: min(1180px, calc(100% - 36px));
  margin: 0 auto;
  padding: 92px 0 0;
}

.section,
.trust-strip {
  opacity: 1;
  transform: translateY(0);
}

.reveal-ready .section,
.reveal-ready .trust-strip {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.65s ease, transform 0.65s ease;
}

.reveal-ready .section.is-visible,
.reveal-ready .trust-strip.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.split-section,
.roi-section,
.signup-section {
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  gap: 52px;
  align-items: center;
}

.section h2 {
  margin-bottom: 18px;
  color: var(--slate-950);
  font-size: clamp(2rem, 4vw, 3.35rem);
  line-height: 1.02;
  font-weight: 950;
  letter-spacing: 0;
}

.section-lead,
.roi-copy p,
.signup-copy p {
  color: var(--slate-600);
  font-size: 1.03rem;
  line-height: 1.7;
  font-weight: 560;
}

.advisor-section {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 1.1fr);
  gap: 48px;
  align-items: center;
  padding-top: 100px;
}

.advisor-copy {
  max-width: 540px;
}

.advisor-segments {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 26px;
}

.advisor-chip {
  min-height: 42px;
  border: 1px solid rgba(81, 97, 117, 0.18);
  border-radius: 999px;
  background: var(--white);
  color: var(--slate-700);
  padding: 0 15px;
  cursor: pointer;
  font-size: 0.88rem;
  font-weight: 950;
  box-shadow: 0 10px 28px rgba(29, 39, 56, 0.05);
  transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.advisor-chip:hover,
.advisor-chip.is-active {
  transform: translateY(-2px);
  border-color: rgba(250, 204, 21, 0.75);
  background: var(--slate-950);
  color: var(--white);
}

.advisor-panel {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(250, 204, 21, 0.3);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(8, 11, 18, 0.96), rgba(29, 39, 56, 0.96)),
    var(--slate-950);
  color: var(--white);
  padding: 30px;
  box-shadow: 0 28px 90px rgba(8, 11, 18, 0.22);
}

.advisor-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(250, 204, 21, 0.08) 1px, transparent 1px),
    linear-gradient(rgba(250, 204, 21, 0.06) 1px, transparent 1px);
  background-size: 38px 38px;
  opacity: 0.34;
  pointer-events: none;
}

.advisor-panel > * {
  position: relative;
}

.advisor-panel-top span {
  display: block;
  color: var(--yellow);
  font-size: 0.76rem;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: 0.14em;
}

.advisor-panel-top strong {
  display: block;
  margin-top: 10px;
  font-size: clamp(1.7rem, 3vw, 2.4rem);
  line-height: 1.04;
  font-weight: 950;
}

.advisor-panel p {
  margin: 18px 0 24px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 1rem;
  line-height: 1.65;
  font-weight: 620;
}

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

.advisor-grid div {
  min-height: 104px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.06);
  padding: 15px;
}

.advisor-grid small {
  display: block;
  color: rgba(255, 255, 255, 0.52);
  font-size: 0.68rem;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.advisor-grid strong {
  display: block;
  margin-top: 10px;
  color: var(--white);
  font-size: 1rem;
  line-height: 1.24;
  font-weight: 950;
}

.advisor-cta {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  margin-top: 18px;
  border-radius: var(--radius);
  background: var(--yellow);
  color: var(--slate-950);
  font-weight: 950;
  box-shadow: 0 16px 34px rgba(250, 204, 21, 0.18);
}

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

.pain-grid article,
.workflow article,
.feature-grid article,
.roi-calculator,
.plan-card,
.signup-form {
  background: var(--white);
  box-shadow: var(--shadow-soft);
}

.pain-grid article {
  min-height: 204px;
  padding: 24px;
}

.card-icon,
.feature-top span {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  margin-bottom: 18px;
  border-radius: var(--radius);
  background: var(--slate-950);
  color: var(--yellow);
  font-weight: 950;
}

.pain-grid strong,
.workflow strong,
.feature-top strong {
  display: block;
  color: var(--slate-950);
  font-size: 1.05rem;
  font-weight: 950;
}

.pain-grid p,
.workflow p,
.feature-grid p,
.plan-card p {
  margin: 10px 0 0;
  color: var(--slate-600);
  font-size: 0.94rem;
  line-height: 1.55;
  font-weight: 560;
}

.section-heading {
  max-width: 790px;
  margin-bottom: 34px;
}

.workflow-section {
  padding-top: 104px;
}

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

.workflow article {
  min-height: 252px;
  padding: 26px;
  position: relative;
  overflow: hidden;
}

.workflow article::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 5px;
  background: linear-gradient(90deg, var(--yellow), var(--green), var(--blue));
}

.workflow span {
  display: block;
  margin-bottom: 34px;
  color: rgba(8, 11, 18, 0.12);
  font-size: 3.8rem;
  line-height: 0.8;
  font-weight: 950;
}

.segment-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.segment-cloud span {
  border: 1px solid rgba(81, 97, 117, 0.18);
  border-radius: 999px;
  background: var(--white);
  padding: 10px 14px;
  color: var(--slate-700);
  font-size: 0.9rem;
  font-weight: 900;
  box-shadow: 0 10px 26px rgba(29, 39, 56, 0.05);
}

.features-section {
  padding-top: 104px;
}

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

.feature-grid article {
  min-height: 190px;
  padding: 24px;
}

.feature-top {
  gap: 12px;
}

.feature-top span {
  margin-bottom: 0;
  flex: 0 0 auto;
}

.feature-grid article:nth-child(2) .feature-top span,
.feature-grid article:nth-child(5) .feature-top span {
  background: rgba(47, 124, 246, 0.12);
  color: var(--blue);
}

.feature-grid article:nth-child(3) .feature-top span,
.feature-grid article:nth-child(6) .feature-top span {
  background: rgba(20, 184, 106, 0.12);
  color: #087346;
}

.roi-section {
  padding-top: 110px;
}

.roi-calculator {
  padding: 30px;
}

.roi-calculator label {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  color: var(--slate-700);
  font-weight: 950;
}

.roi-calculator label strong {
  color: var(--slate-950);
  font-size: 1.35rem;
}

.roi-calculator input[type="range"] {
  width: 100%;
  margin: 24px 0 28px;
  accent-color: var(--yellow-strong);
}

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

.roi-results div {
  min-height: 110px;
  border-radius: var(--radius);
  background: var(--slate-50);
  padding: 16px;
}

.roi-results strong {
  display: block;
  margin-top: 9px;
  color: var(--slate-950);
  font-size: clamp(1.3rem, 2.7vw, 2rem);
  font-weight: 950;
}

.plans-section {
  position: relative;
  padding-top: 110px;
}

.plans-section::before {
  content: "";
  position: absolute;
  inset: 64px -26px -44px;
  z-index: -1;
  border-radius: 20px;
  background:
    radial-gradient(circle at 52% 0%, rgba(250, 204, 21, 0.22), transparent 36%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.74), rgba(247, 249, 252, 0));
}

.plans-subtitle {
  max-width: 740px;
  margin: -4px 0 0;
  color: var(--slate-600);
  font-size: 1rem;
  line-height: 1.65;
  font-weight: 650;
}

.plans-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  align-items: stretch;
}

.plan-card {
  display: flex;
  min-height: 560px;
  flex-direction: column;
  padding: 26px;
  position: relative;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(18px);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.plan-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: linear-gradient(90deg, var(--slate-950), var(--slate-700));
  opacity: 0;
  transition: opacity 0.2s ease;
}

.plan-card:hover {
  transform: translateY(-4px);
  border-color: rgba(81, 97, 117, 0.28);
  box-shadow: 0 26px 70px rgba(29, 39, 56, 0.12);
}

.plan-card:hover::before {
  opacity: 1;
}

.plan-card.featured {
  border-color: rgba(250, 204, 21, 0.7);
  background:
    linear-gradient(180deg, rgba(255, 251, 235, 0.86), rgba(255, 255, 255, 0.95)),
    var(--white);
  box-shadow: 0 30px 86px rgba(234, 179, 8, 0.2);
}

.plan-card.featured::before {
  background: linear-gradient(90deg, var(--yellow), #f59e0b);
  opacity: 1;
}

.plan-label {
  width: max-content;
  border-radius: 999px;
  background: rgba(8, 11, 18, 0.06);
  padding: 7px 11px;
}

.plan-card.featured .plan-label {
  background: rgba(250, 204, 21, 0.22);
  color: #775400;
}

.plan-card h3 {
  margin: 18px 0 10px;
  color: var(--slate-950);
  font-size: 1.42rem;
  line-height: 1.08;
  font-weight: 950;
}

.plan-card p {
  min-height: 68px;
}

.plan-credit {
  margin-top: 12px;
  border: 1px solid rgba(250, 204, 21, 0.52);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(250, 204, 21, 0.18), rgba(255, 255, 255, 0.9));
  padding: 14px;
}

.plan-credit span {
  display: block;
  color: #8a5d00;
  font-size: 0.72rem;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.plan-credit strong {
  display: block;
  margin-top: 5px;
  color: var(--slate-950);
  font-size: 1.2rem;
  font-weight: 950;
}

.plan-price {
  display: block;
  margin: 16px 0 0;
  color: var(--slate-950);
  font-size: 1.8rem;
  line-height: 1;
  font-weight: 950;
}

.plan-period {
  display: block;
  margin-top: 6px;
  color: var(--slate-600);
  font-size: 0.82rem;
  font-weight: 850;
}

.plan-features {
  display: grid;
  gap: 10px;
  margin: 20px 0 24px;
  border-top: 1px solid rgba(148, 163, 184, 0.2);
  padding: 20px 0 0;
  list-style: none;
}

.plan-features li {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  color: var(--slate-700);
  font-size: 0.86rem;
  font-weight: 780;
  line-height: 1.35;
}

.plan-features span {
  display: grid;
  place-items: center;
  width: 20px;
  height: 20px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: rgba(20, 184, 106, 0.12);
  color: #087346;
  font-size: 0.72rem;
  font-weight: 950;
}

.plan-card.featured .plan-features span {
  background: rgba(250, 204, 21, 0.2);
  color: #8a5d00;
}

.plan-button {
  width: 100%;
  margin-top: auto;
  box-shadow: 0 18px 34px rgba(8, 11, 18, 0.14);
}

.signup-section {
  padding: 110px 0 86px;
  align-items: start;
}

.signup-benefits {
  display: grid;
  gap: 12px;
  margin-top: 28px;
}

.signup-benefits div {
  gap: 10px;
  color: var(--slate-800);
  font-weight: 900;
}

.signup-benefits span {
  display: grid;
  place-items: center;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: rgba(20, 184, 106, 0.13);
  color: #087346;
}

.signup-form {
  padding: 28px;
}

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

.signup-form label {
  display: grid;
  gap: 8px;
  margin-bottom: 14px;
  color: var(--slate-700);
  font-size: 0.88rem;
  font-weight: 950;
}

.signup-form input,
.signup-form select {
  width: 100%;
  min-height: 48px;
  border: 1px solid #cdd7e5;
  border-radius: var(--radius);
  background: var(--slate-50);
  padding: 0 13px;
  color: var(--slate-950);
  outline: none;
  transition: border 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.signup-form input:focus,
.signup-form select:focus {
  border-color: var(--yellow-strong);
  background: var(--white);
  box-shadow: 0 0 0 4px rgba(250, 204, 21, 0.16);
}

.form-notice {
  margin: 6px 0 14px;
  border-radius: var(--radius);
  background: rgba(250, 204, 21, 0.13);
  padding: 12px;
  color: #775400;
  font-size: 0.9rem;
  font-weight: 800;
}

.form-notice.success {
  background: rgba(20, 184, 106, 0.12);
  color: #087346;
}

.form-notice.error {
  background: rgba(240, 95, 125, 0.12);
  color: #a01838;
}

.submit-button {
  width: 100%;
}

.form-footnote {
  margin: 14px 0 0;
  color: var(--slate-600);
  font-size: 0.78rem;
  line-height: 1.45;
  text-align: center;
}

.site-footer {
  justify-content: space-between;
  gap: 18px;
  padding: 34px clamp(18px, 4vw, 58px);
  background: var(--slate-950);
  color: rgba(255, 255, 255, 0.72);
}

.site-footer p {
  margin: 0;
  font-weight: 700;
}

.site-footer a {
  color: var(--yellow);
  font-weight: 950;
}

@media (max-width: 1040px) {
  .desktop-nav {
    display: none;
  }

  .hero-content {
    grid-template-columns: 1fr;
    padding-top: 118px;
  }

  .hero-panel {
    align-self: auto;
    max-width: 440px;
    margin: 0;
  }

  .split-section,
  .advisor-section,
  .roi-section,
  .signup-section {
    grid-template-columns: 1fr;
  }

  .advisor-copy {
    max-width: 760px;
  }

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

@media (max-width: 760px) {
  .site-header {
    padding: 12px 16px;
  }

  .brand-copy small,
  .ghost-link {
    display: none;
  }

  .button-sm {
    min-height: 38px;
    padding: 0 12px;
  }

  .hero-section,
  .hero-content {
    min-height: auto;
  }

  .hero-content {
    width: min(100% - 28px, 1180px);
    padding: 106px 0 52px;
  }

  .hero-overlay {
    background:
      linear-gradient(180deg, rgba(8, 11, 18, 0.93) 0%, rgba(8, 11, 18, 0.82) 55%, rgba(8, 11, 18, 0.9) 100%),
      linear-gradient(90deg, rgba(8, 11, 18, 0.8), rgba(8, 11, 18, 0.18));
  }

  h1 {
    font-size: clamp(3rem, 16vw, 4.7rem);
  }

  .hero-actions .button,
  .header-actions .button,
  .button-light {
    width: 100%;
  }

  .header-actions {
    flex: 0 0 142px;
  }

  .hero-metrics,
  .trust-strip,
  .workflow,
  .advisor-grid,
  .feature-grid,
  .plans-grid,
  .roi-results,
  .pain-grid,
  .form-row {
    grid-template-columns: 1fr;
  }

  .trust-strip {
    display: grid;
  }

  .section {
    width: min(100% - 28px, 1180px);
    padding-top: 74px;
  }

  .section h2 {
    font-size: clamp(2rem, 10vw, 2.65rem);
  }

  .pain-grid article,
  .workflow article,
  .feature-grid article,
  .plan-card {
    min-height: auto;
  }

  .advisor-panel {
    padding: 22px;
  }

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

@media (max-width: 460px) {
  .brand-mark {
    width: 38px;
    height: 38px;
  }

  .brand-copy strong {
    font-size: 0.98rem;
  }

  .header-actions {
    flex: 0 0 128px;
  }

  .button {
    padding: 0 16px;
  }

  .hero-panel,
  .advisor-panel,
  .signup-form,
  .roi-calculator {
    padding: 20px;
  }
}
