:root {
  --bg: #09090c;
  --bg-soft: #101015;
  --card: rgba(255, 255, 255, 0.06);
  --card-strong: rgba(255, 255, 255, 0.09);
  --line: rgba(255, 255, 255, 0.12);
  --line-strong: rgba(255, 255, 255, 0.18);
  --text: #f4f4f6;
  --muted: #b0b1bb;
  --muted-strong: #d2d3d9;
  --brand: #e10600;
  --brand-soft: #ff3b2f;
  --green: #0d4f3c;
  --shadow: 0 30px 80px rgba(0, 0, 0, 0.38);
  --radius-lg: 28px;
  --radius-md: 20px;
  --radius-sm: 14px;
  --shell: 1240px;
  --transition: 220ms ease;
}

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

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  background:
    radial-gradient(circle at top right, rgba(225, 6, 0, 0.12), transparent 22%),
    radial-gradient(circle at bottom left, rgba(27, 94, 73, 0.14), transparent 24%),
    var(--bg);
  color: var(--text);
  line-height: 1.6;
}

img {
  max-width: 100%;
  display: block;
}

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

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

code {
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  background: rgba(255, 255, 255, 0.08);
  padding: 0.18rem 0.42rem;
  border-radius: 0.45rem;
}

.skip-link,
.sr-only {
  position: absolute;
}

.skip-link {
  left: -999px;
  top: auto;
}

.skip-link:focus {
  left: 1rem;
  top: 1rem;
  z-index: 100;
  padding: 0.75rem 1rem;
  background: #fff;
  color: #111;
  border-radius: 0.75rem;
}

.shell {
  width: min(calc(100% - 2rem), var(--shell));
  margin: 0 auto;
}

.eyebrow {
  margin: 0 0 1rem;
  font-size: 0.84rem;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: var(--muted);
}

.section-head {
  max-width: 840px;
  margin-bottom: 2.75rem;
}

.section-head h2,
.hero h1,
.contact h2,
.legal-shell h1,
.simple-shell h1 {
  margin: 0;
  line-height: 0.98;
  letter-spacing: -0.04em;
}

.section-head h2,
.contact h2,
.legal-shell h1,
.simple-shell h1 {
  font-size: clamp(2.2rem, 5vw, 4.5rem);
  margin-bottom: 1rem;
}

.section-head p,
.hero-text,
.contact-copy > p,
.legal-shell p,
.simple-shell p,
.info-card p,
.step-card p,
.audience-card p,
.feature-tile p,
.faq p {
  color: var(--muted);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  background: rgba(9, 9, 12, 0.68);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.nav-shell {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 82px;
  gap: 1rem;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.85rem;
}

.brand-copy {
  display: grid;
  gap: 0.14rem;
}

.brand-name {
  font-size: 1.02rem;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.brand-tag {
  font-size: 0.78rem;
  color: var(--muted);
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 1.1rem;
}

.site-nav a {
  color: var(--muted-strong);
  font-size: 0.95rem;
}

.site-nav a:hover,
.footer-nav a:hover {
  color: #fff;
}

.nav-cta {
  padding: 0.8rem 1.1rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.03);
}

.menu-toggle {
  display: none;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.04);
  padding: 0;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  flex-direction: column;
  gap: 4px;
}

.menu-toggle span:not(.sr-only) {
  width: 20px;
  height: 2px;
  background: #fff;
  display: block;
  border-radius: 999px;
}

.hero {
  position: relative;
  overflow: clip;
  padding: 6rem 0 4rem;
}

.hero-media {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.glow {
  position: absolute;
  filter: blur(80px);
  opacity: 0.75;
}

.glow-one {
  width: 420px;
  height: 420px;
  right: -90px;
  top: 5%;
  border-radius: 50%;
  background: rgba(225, 6, 0, 0.28);
}

.glow-two {
  width: 360px;
  height: 360px;
  left: -80px;
  bottom: 12%;
  border-radius: 50%;
  background: rgba(13, 79, 60, 0.26);
}

.felt-grid {
  position: absolute;
  inset: 20% 0 auto auto;
  width: min(52vw, 820px);
  aspect-ratio: 1.3;
  right: -10vw;
  border-radius: 36px;
  background:
    linear-gradient(120deg, rgba(255,255,255,0.08), transparent 30%),
    linear-gradient(180deg, rgba(255,255,255,0.03), rgba(255,255,255,0.01)),
    radial-gradient(circle at 20% 24%, rgba(255,255,255,0.10) 0 4px, transparent 5px),
    radial-gradient(circle at 52% 34%, rgba(255,255,255,0.08) 0 4px, transparent 5px),
    radial-gradient(circle at 67% 68%, rgba(255,255,255,0.08) 0 4px, transparent 5px),
    radial-gradient(circle at 30% 74%, rgba(255,255,255,0.08) 0 4px, transparent 5px),
    rgba(255,255,255,0.02);
  border: 1px solid rgba(255,255,255,0.08);
  transform: rotate(-10deg);
}

.hero-shell {
  position: relative;
  display: grid;
  grid-template-columns: 1.02fr 0.98fr;
  gap: 2.1rem;
  align-items: end;
}

.hero-copy {
  padding: 4rem 0 4rem;
  max-width: 680px;
}

.hero h1 {
  font-size: clamp(3.45rem, 8vw, 7.2rem);
  margin-bottom: 1.35rem;
  max-width: 10ch;
}

.hero h1 span {
  color: #ffffff;
}

.hero-text {
  margin: 0 0 2rem;
  font-size: clamp(1.02rem, 1.8vw, 1.28rem);
  max-width: 54ch;
}

.hero-actions,
.simple-actions {
  display: flex;
  gap: 0.9rem;
  flex-wrap: wrap;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 1.35rem;
  border-radius: 999px;
  transition: transform var(--transition), border-color var(--transition), background var(--transition);
}

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

.button-primary {
  background: linear-gradient(120deg, var(--brand), var(--brand-soft));
  color: #fff;
  box-shadow: 0 10px 28px rgba(225, 6, 0, 0.28);
}

.button-secondary {
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.04);
  color: #fff;
}

.hero-points,
.marquee-shell {
  list-style: none;
  padding: 0;
  margin: 2rem 0 0;
  display: flex;
  gap: 0.7rem;
  flex-wrap: wrap;
}

.hero-points li,
.marquee-shell span {
  padding: 0.58rem 0.9rem;
  border: 1px solid rgba(255,255,255,0.10);
  border-radius: 999px;
  color: var(--muted-strong);
  background: rgba(255,255,255,0.03);
  font-size: 0.92rem;
}

.hero-panel {
  display: flex;
  justify-content: flex-end;
}

.panel-frame {
  width: min(100%, 540px);
  border-radius: 34px;
  border: 1px solid rgba(255,255,255,0.10);
  background:
    linear-gradient(180deg, rgba(255,255,255,0.08), rgba(255,255,255,0.04)),
    rgba(255,255,255,0.03);
  box-shadow: var(--shadow);
  padding: 1.35rem;
  position: relative;
  overflow: hidden;
}

.panel-frame::before {
  content: "";
  position: absolute;
  inset: auto -20% -24% auto;
  width: 280px;
  height: 280px;
  background: radial-gradient(circle, rgba(225,6,0,0.28), transparent 68%);
  filter: blur(20px);
}

.panel-top {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: center;
  margin-bottom: 1rem;
}

.panel-kicker,
.panel-status {
  padding: 0.52rem 0.75rem;
  border-radius: 999px;
  font-size: 0.82rem;
  border: 1px solid rgba(255,255,255,0.10);
  background: rgba(255,255,255,0.03);
}

.panel-logo-wrap {
  min-height: 300px;
  display: grid;
  place-items: center;
  padding: 1rem;
  border-radius: 28px;
  background:
    radial-gradient(circle at 50% 50%, rgba(225,6,0,0.18), transparent 34%),
    linear-gradient(180deg, rgba(255,255,255,0.02), rgba(255,255,255,0.01)),
    rgba(0,0,0,0.22);
  border: 1px solid rgba(255,255,255,0.05);
}

.panel-logo {
  width: min(78%, 310px);
  filter: drop-shadow(0 18px 34px rgba(0,0,0,0.46));
}

.analysis-card {
  position: relative;
  z-index: 1;
  margin-top: 1rem;
  padding: 1.1rem;
  border: 1px solid rgba(255,255,255,0.10);
  border-radius: 24px;
  background: rgba(7, 7, 10, 0.54);
}

.analysis-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1rem;
}

.analysis-header p {
  margin: 0;
  font-weight: 600;
}

.analysis-header span {
  color: var(--muted);
  font-size: 0.88rem;
}

.analysis-grid {
  display: grid;
  gap: 0.85rem;
}

.analysis-grid article {
  padding: 1rem;
  border-radius: 18px;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
}

.analysis-grid h2 {
  margin: 0 0 0.35rem;
  font-size: 1rem;
}

.analysis-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 0.95rem;
}

.marquee {
  padding: 0 0 2.5rem;
}

.marquee-shell {
  border-top: 1px solid rgba(255,255,255,0.08);
  border-bottom: 1px solid rgba(255,255,255,0.08);
  padding: 1rem 0;
  justify-content: center;
}

.editorial,
.features,
.process,
.audience,
.faq,
.contact {
  padding: 5.5rem 0;
}

.editorial-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: 1.4fr 1fr 1fr;
}

.feature-tile {
  min-height: 320px;
  padding: 1.4rem;
  border-radius: var(--radius-lg);
  border: 1px solid rgba(255,255,255,0.10);
  background:
    linear-gradient(160deg, rgba(255,255,255,0.08), rgba(255,255,255,0.03)),
    rgba(255,255,255,0.03);
  position: relative;
  overflow: hidden;
}

.feature-tile::before {
  content: "";
  position: absolute;
  inset: auto auto -15% -10%;
  width: 240px;
  height: 240px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(225,6,0,0.20), transparent 60%);
  filter: blur(18px);
}

.feature-tile-large {
  background:
    linear-gradient(120deg, rgba(225,6,0,0.12), transparent 38%),
    linear-gradient(180deg, rgba(255,255,255,0.09), rgba(255,255,255,0.04)),
    rgba(255,255,255,0.03);
}

.tile-copy {
  position: relative;
  z-index: 1;
  max-width: 28rem;
}

.tile-label {
  margin: 0 0 1rem;
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.8rem;
}

.feature-tile h3 {
  margin: 0 0 0.9rem;
  font-size: clamp(1.45rem, 2.3vw, 2.4rem);
  line-height: 1.05;
  letter-spacing: -0.03em;
}

.card-grid,
.audience-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.info-card,
.audience-card,
.step-card {
  padding: 1.35rem;
  border-radius: var(--radius-md);
  border: 1px solid rgba(255,255,255,0.10);
  background: rgba(255,255,255,0.03);
}

.card-index,
.step-number {
  display: inline-grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  margin: 0 0 1rem;
  color: #fff;
  background: linear-gradient(120deg, rgba(225,6,0,0.92), rgba(255,59,47,0.82));
  box-shadow: 0 10px 28px rgba(225, 6, 0, 0.22);
  font-weight: 700;
}

.info-card h3,
.audience-card h3,
.step-card h3,
.contact-notes h3 {
  margin: 0 0 0.6rem;
  font-size: 1.28rem;
  letter-spacing: -0.02em;
}

.process-shell {
  display: grid;
  gap: 2rem;
}

.process-steps {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.audience-shell {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 1rem;
  align-items: start;
}

.audience-panel {
  min-height: 100%;
  padding: 1.6rem;
  border-radius: var(--radius-lg);
  border: 1px solid rgba(255,255,255,0.10);
  background:
    linear-gradient(140deg, rgba(13,79,60,0.16), transparent 50%),
    rgba(255,255,255,0.03);
}

.faq-list {
  display: grid;
  gap: 0.85rem;
}

.faq details {
  border-radius: 18px;
  border: 1px solid rgba(255,255,255,0.10);
  background: rgba(255,255,255,0.03);
  overflow: hidden;
}

.faq summary {
  list-style: none;
  cursor: pointer;
  padding: 1.15rem 1.2rem;
  font-weight: 600;
  position: relative;
}

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

.faq summary::after {
  content: "+";
  position: absolute;
  right: 1.2rem;
  top: 50%;
  translate: 0 -50%;
  color: var(--muted);
  font-size: 1.25rem;
}

.faq details[open] summary::after {
  content: "–";
}

.faq details p {
  margin: 0;
  padding: 0 1.2rem 1.2rem;
}

.contact-shell {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 1rem;
  align-items: start;
}

.contact-copy,
.contact-form {
  padding: 1.5rem;
  border-radius: var(--radius-lg);
  border: 1px solid rgba(255,255,255,0.10);
  background: rgba(255,255,255,0.03);
}

.contact-notes {
  display: grid;
  gap: 1rem;
  margin-top: 1.8rem;
}

.contact-notes > div {
  padding-top: 1rem;
  border-top: 1px solid rgba(255,255,255,0.08);
}

.contact-form {
  display: grid;
  gap: 1rem;
}

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

.contact-form label {
  display: grid;
  gap: 0.55rem;
}

.contact-form span {
  font-size: 0.92rem;
  color: var(--muted-strong);
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 14px;
  background: rgba(0,0,0,0.22);
  color: #fff;
  padding: 0.95rem 1rem;
  outline: none;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
  color: #888b98;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  border-color: rgba(255,255,255,0.24);
  box-shadow: 0 0 0 3px rgba(225, 6, 0, 0.14);
}

.button-submit {
  width: 100%;
}

.form-note {
  margin: 0;
  font-size: 0.92rem;
  color: var(--muted);
}

.hidden-honeypot {
  position: absolute;
  left: -9999px;
}

.site-footer {
  border-top: 1px solid rgba(255,255,255,0.08);
  padding: 1.6rem 0 2rem;
}

.footer-shell {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 1rem;
  align-items: center;
}

.footer-nav {
  display: flex;
  justify-content: center;
  gap: 1rem;
  flex-wrap: wrap;
  color: var(--muted);
}

.footer-copy {
  margin: 0;
  color: var(--muted);
  font-size: 0.94rem;
}

.simple-page,
.legal-page {
  min-height: 100vh;
  display: grid;
  place-items: center;
}

.simple-shell,
.legal-shell {
  width: min(calc(100% - 2rem), 860px);
  padding: 2rem;
}

.simple-shell {
  text-align: center;
}

.simple-logo {
  margin: 0 auto 1rem;
  filter: drop-shadow(0 18px 36px rgba(0,0,0,0.45));
}

.legal-shell h2 {
  margin-top: 2rem;
  font-size: 1.45rem;
  letter-spacing: -0.02em;
}

.legal-shell p,
.legal-shell li {
  color: var(--muted);
}

.legal-home {
  display: inline-block;
  margin-bottom: 1.5rem;
  color: var(--muted-strong);
}

.legal-note {
  padding: 1rem 1.1rem;
  border-radius: 18px;
  border: 1px solid rgba(255,255,255,0.10);
  background: rgba(255,255,255,0.03);
}

@media (max-width: 1080px) {
  .hero-shell,
  .contact-shell,
  .audience-shell,
  .editorial-grid,
  .card-grid,
  .process-steps,
  .audience-grid {
    grid-template-columns: 1fr;
  }

  .hero-panel {
    justify-content: stretch;
  }

  .feature-tile,
  .feature-tile-large {
    min-height: 260px;
  }

  .footer-shell {
    grid-template-columns: 1fr;
    justify-items: start;
  }
}

@media (max-width: 820px) {
  .site-nav {
    position: absolute;
    top: calc(100% + 0.75rem);
    right: 1rem;
    width: min(320px, calc(100vw - 2rem));
    padding: 1rem;
    border-radius: 22px;
    border: 1px solid rgba(255,255,255,0.10);
    background: rgba(12, 12, 16, 0.96);
    box-shadow: var(--shadow);
    flex-direction: column;
    align-items: stretch;
    display: none;
  }

  .site-nav.is-open {
    display: flex;
  }

  .menu-toggle {
    display: inline-flex;
  }

  .hero {
    padding-top: 3rem;
  }

  .hero-copy {
    padding-top: 2rem;
  }

  .hero h1 {
    max-width: 11ch;
  }

  .field-row {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  .section-head h2,
  .contact h2,
  .legal-shell h1,
  .simple-shell h1 {
    font-size: 2rem;
  }

  .hero h1 {
    font-size: 2.95rem;
  }

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

  .hero-points,
  .marquee-shell {
    gap: 0.5rem;
  }

  .hero-points li,
  .marquee-shell span {
    font-size: 0.82rem;
  }

  .site-footer {
    padding-bottom: 2.5rem;
  }
}
