:root {
  --red: #d9282f;
  --red-dark: #b91d24;
  --ink: #141214;
  --muted: #686168;
  --soft: #f2efed;
  --paper: #ffffff;
  --cream: #fbf7f2;
  --line: #e7e0dc;
  --green: #16865d;
  --amber: #b26a00;
  --blue: #2358d6;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 82px;
  padding: 16px 28px;
  border-bottom: 1px solid rgba(231, 224, 220, 0.72);
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(14px);
}

.brand,
.nav-links,
.header-actions,
.hero-actions,
.proof-row,
.preview-header,
.logo-strip,
.pricing-grid,
.contact-section {
  display: flex;
  align-items: center;
}

.brand {
  min-width: 230px;
  gap: 10px;
  font-size: 20px;
  font-weight: 900;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 12px;
  color: #ffffff;
  background:
    radial-gradient(circle at 70% 25%, #ffffff 0 3px, transparent 4px),
    linear-gradient(135deg, #ef2631, #b91522);
  font-size: 25px;
  font-weight: 950;
  line-height: 1;
}

.nav-links {
  gap: 30px;
  margin-left: auto;
  color: #272327;
  font-size: 16px;
  font-weight: 760;
}

.header-actions {
  gap: 10px;
}

.text-link {
  font-size: 16px;
  font-weight: 800;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 22px;
  border: 1px solid transparent;
  border-radius: 12px;
  font: inherit;
  font-size: 16px;
  font-weight: 850;
  cursor: pointer;
  white-space: nowrap;
}

.button-primary {
  color: #ffffff;
  background: var(--red);
}

.button-primary:hover {
  background: var(--red-dark);
}

.button-secondary {
  color: var(--ink);
  border-color: var(--line);
  background: var(--soft);
}

.hero {
  display: grid;
  grid-template-columns: minmax(360px, 0.94fr) minmax(440px, 1.06fr);
  align-items: center;
  gap: 58px;
  max-width: 1280px;
  min-height: 740px;
  margin: 0 auto;
  padding: 72px 34px 84px;
}

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

.eyebrow {
  margin: 0 0 16px;
  color: var(--red);
  font-size: 13px;
  font-weight: 950;
  letter-spacing: 0;
  text-transform: uppercase;
}

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

h1 {
  margin-bottom: 24px;
  font-size: clamp(48px, 5.4vw, 82px);
  line-height: 0.94;
  letter-spacing: 0;
}

h2 {
  margin-bottom: 18px;
  font-size: clamp(34px, 4vw, 58px);
  line-height: 1.02;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 12px;
  font-size: 25px;
  line-height: 1.08;
}

.hero-text,
.section p,
.contact-section p {
  color: var(--muted);
  font-size: 20px;
  line-height: 1.54;
}

.hero-text {
  max-width: 590px;
  margin-bottom: 30px;
}

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

.proof-row {
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 30px;
}

.proof-row span {
  padding: 9px 12px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: #3a343a;
  background: #ffffff;
  font-size: 14px;
  font-weight: 800;
}

.report-preview {
  position: relative;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.88), rgba(255, 255, 255, 0.98)),
    url("https://images.unsplash.com/photo-1551288049-bebda4e38f71?auto=format&fit=crop&w=1200&q=80");
  background-size: cover;
  box-shadow: 0 32px 90px rgba(34, 23, 17, 0.16);
}

.preview-header {
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 18px;
  color: #3a343a;
  font-size: 14px;
  font-weight: 900;
}

.status-dot {
  display: inline-block;
  width: 9px;
  height: 9px;
  margin-right: 8px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 0 5px rgba(22, 134, 93, 0.14);
}

.verified-pill {
  padding: 8px 10px;
  border-radius: 999px;
  color: var(--green);
  background: rgba(22, 134, 93, 0.11);
}

.score-card,
.idea-card,
.risk-strip,
.report-card,
.price-card,
.steps article,
.signal-grid article {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.94);
}

.score-card {
  display: grid;
  grid-template-columns: 1fr 120px;
  align-items: center;
  gap: 18px;
  padding: 24px;
}

.card-label {
  display: block;
  margin-bottom: 9px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.score-card strong {
  color: var(--red);
  font-size: 92px;
  line-height: 0.9;
}

.score-ring {
  display: grid;
  place-items: center;
  width: 116px;
  height: 116px;
  border-radius: 50%;
  background: conic-gradient(var(--red) 0 82%, #ede7e2 82% 100%);
}

.score-ring span {
  width: 78px;
  height: 78px;
  border-radius: 50%;
  background: #ffffff;
}

.idea-card {
  margin-top: 14px;
  padding: 22px;
}

.idea-card h2 {
  margin: 0;
  font-size: 28px;
  line-height: 1.12;
}

.signal-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin-top: 14px;
}

.signal {
  padding: 16px;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: inset 0 0 0 1px var(--line);
}

.signal span {
  display: block;
  margin-bottom: 10px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 850;
}

.signal strong {
  font-size: 22px;
}

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

.caution strong {
  color: var(--amber);
}

.neutral strong {
  color: var(--blue);
}

.risk-strip {
  margin-top: 14px;
  padding: 18px;
}

.risk-strip span {
  display: block;
  margin-bottom: 8px;
  color: var(--red);
  font-size: 13px;
  font-weight: 950;
  text-transform: uppercase;
}

.risk-strip strong {
  font-size: 18px;
}

.logo-strip {
  justify-content: center;
  flex-wrap: wrap;
  gap: 14px;
  padding: 22px 24px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  color: #403940;
  background: var(--cream);
  font-size: 15px;
  font-weight: 900;
}

.logo-strip span {
  padding: 8px 14px;
}

.section {
  max-width: 1180px;
  margin: 0 auto;
  padding: 94px 24px;
}

.split {
  display: grid;
  grid-template-columns: 0.86fr 1.14fr;
  gap: 58px;
  align-items: start;
}

.steps {
  display: grid;
  gap: 14px;
}

.steps article {
  padding: 24px;
}

.steps span {
  color: var(--red);
  font-weight: 950;
}

.steps p,
.signal-grid p,
.report-card p,
.price-card p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.48;
}

.dark {
  max-width: none;
  padding-inline: 24px;
  color: #ffffff;
  background: #181418;
}

.dark .section-heading {
  max-width: 1180px;
  margin: 0 auto 34px;
}

.dark .section-heading p {
  max-width: 760px;
  color: #cfc6cf;
}

.signal-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  max-width: 1180px;
  margin: 0 auto;
}

.signal-grid article {
  min-height: 205px;
  padding: 24px;
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.12);
  background: #211c21;
}

.signal-grid p {
  color: #cfc6cf;
}

.section-heading {
  max-width: 820px;
  margin-bottom: 36px;
}

.report-grid {
  display: grid;
  grid-template-columns: 1.3fr 0.85fr;
  gap: 14px;
}

.report-card {
  padding: 26px;
}

.report-card.large {
  grid-row: span 2;
  min-height: 360px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.7), #ffffff),
    url("https://images.unsplash.com/photo-1551836022-d5d88e9218df?auto=format&fit=crop&w=1100&q=80");
  background-size: cover;
}

.report-card.large h3 {
  max-width: 620px;
  font-size: 42px;
}

.pricing {
  padding-top: 58px;
}

.pricing-grid {
  align-items: stretch;
  gap: 14px;
}

.price-card {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 18px;
  padding: 26px;
}

.price-card.featured {
  border-color: rgba(217, 40, 47, 0.36);
  box-shadow: 0 24px 70px rgba(217, 40, 47, 0.12);
}

.plan {
  color: var(--red);
  font-size: 13px;
  font-weight: 950;
  text-transform: uppercase;
}

.price-card h3 {
  margin: 0;
  font-size: 44px;
}

.price-card .button {
  margin-top: auto;
}

.contact-section {
  align-items: flex-start;
  justify-content: space-between;
  gap: 42px;
  max-width: 1180px;
  margin: 0 auto;
  padding: 94px 24px 118px;
  border-top: 1px solid var(--line);
}

.contact-section > div {
  max-width: 520px;
}

.idea-form {
  width: min(100%, 540px);
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--cream);
}

.idea-form label {
  display: block;
  margin: 0 0 10px;
  font-weight: 900;
}

input,
textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 14px 15px;
  color: var(--ink);
  background: #ffffff;
  font: inherit;
  font-size: 16px;
}

textarea {
  margin-bottom: 16px;
  resize: vertical;
}

input {
  min-height: 52px;
  margin-bottom: 16px;
}

input:focus,
textarea:focus {
  border-color: var(--red);
  outline: 3px solid rgba(217, 40, 47, 0.15);
}

.idea-form .button {
  width: 100%;
}

.form-note {
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 14px;
  font-weight: 800;
}

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

  .hero,
  .split,
  .contact-section {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
  }

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

  .contact-section {
    display: grid;
  }
}

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

  .brand {
    min-width: 0;
    font-size: 17px;
  }

  .brand-mark {
    width: 32px;
    height: 32px;
    font-size: 22px;
  }

  .header-actions .text-link {
    display: none;
  }

  .header-actions .button {
    min-height: 42px;
    padding-inline: 14px;
  }

  .hero {
    padding: 48px 18px 60px;
  }

  h1 {
    font-size: 44px;
  }

  h2 {
    font-size: 34px;
  }

  .hero-text,
  .section p,
  .contact-section p {
    font-size: 18px;
  }

  .hero-actions,
  .pricing-grid {
    align-items: stretch;
    flex-direction: column;
  }

  .button {
    width: 100%;
  }

  .report-preview {
    padding: 16px;
  }

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

  .score-ring {
    display: none;
  }

  .score-card strong {
    font-size: 76px;
  }

  .signal-list,
  .signal-grid,
  .report-grid {
    grid-template-columns: 1fr;
  }

  .section,
  .dark,
  .contact-section {
    padding: 72px 18px;
  }

  .report-card.large {
    min-height: 310px;
  }

  .report-card.large h3 {
    font-size: 32px;
  }
}
