:root {
  --report-ink: #101828;
  --report-muted: #667085;
  --report-blue: #2351ff;
  --report-blue-deep: #1738c5;
  --report-line: #dfe6f2;
  --report-soft: #f5f7fb;
  --report-green: #17b26a;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--report-ink); font-family: Manrope, Arial, sans-serif; background: #fff; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
.report-container { width: min(calc(100% - 40px), 1180px); margin: 0 auto; }

.report-header { position: absolute; z-index: 10; top: 0; right: 0; left: 0; padding: 22px 0; }
.report-nav { display: flex; align-items: center; justify-content: space-between; }
.report-brand { display: inline-flex; align-items: center; gap: 10px; font: 700 1rem Sora, sans-serif; letter-spacing: -.035em; }
.report-brand img { width: 44px; height: 44px; object-fit: contain; }
.report-nav-link { display: inline-flex; min-height: 44px; align-items: center; gap: 9px; padding: 10px 17px; border: 1px solid rgba(255,255,255,.2); border-radius: 999px; color: #fff; font-size: .82rem; font-weight: 800; }

.report-hero { position: relative; overflow: hidden; min-height: 780px; padding: 130px 0 88px; color: #fff; background: var(--report-ink); }
.report-hero::before { position: absolute; inset: 0; background: radial-gradient(circle at 8% 15%, rgba(35,81,255,.38), transparent 30%), radial-gradient(circle at 82% 85%, rgba(35,81,255,.16), transparent 28%); content: ''; }
.report-hero::after { position: absolute; inset: 0; opacity: .11; background-image: linear-gradient(rgba(255,255,255,.18) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.18) 1px, transparent 1px); background-size: 48px 48px; content: ''; mask-image: linear-gradient(to right, #000, transparent 78%); }
.report-hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1fr) minmax(430px, .82fr); gap: 82px; align-items: center; }
.report-copy { max-width: 660px; }
.report-eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 24px; color: #b9c8ff; font-size: .74rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.report-eyebrow span { width: 8px; height: 8px; border-radius: 50%; background: #6f91ff; box-shadow: 0 0 0 6px rgba(111,145,255,.15); }
.report-copy h1 { max-width: 650px; margin: 0; font: 800 clamp(3.2rem, 5.4vw, 5.5rem)/.98 Sora, sans-serif; letter-spacing: -.065em; }
.report-lead { max-width: 625px; margin: 26px 0 0; color: rgba(255,255,255,.72); font-size: 1.08rem; line-height: 1.75; }
.report-points { display: grid; gap: 0; margin: 34px 0 0; padding: 0; list-style: none; border-top: 1px solid rgba(255,255,255,.13); }
.report-points li { display: grid; grid-template-columns: 42px 1fr; gap: 9px; padding: 16px 0; border-bottom: 1px solid rgba(255,255,255,.13); }
.report-points li > span { padding-top: 2px; color: #829dff; font: 700 .73rem Sora, sans-serif; }
.report-points strong, .report-points small { display: block; }
.report-points strong { margin-bottom: 4px; font-size: .94rem; }
.report-points small { color: rgba(255,255,255,.6); font-size: .84rem; line-height: 1.5; }
.report-note { display: flex; align-items: center; gap: 9px; margin: 25px 0 0; color: rgba(255,255,255,.65); font-size: .82rem; }
.report-note span { display: grid; width: 22px; height: 22px; place-items: center; border-radius: 50%; color: #fff; background: var(--report-green); font-size: .72rem; }

.report-form-wrap { scroll-margin-top: 20px; }
.report-form-card { padding: 36px; border: 1px solid rgba(255,255,255,.16); border-radius: 28px; color: var(--report-ink); background: #fff; box-shadow: 0 36px 90px rgba(0,0,0,.28); }
.report-form-kicker { margin: 0 0 10px; color: var(--report-blue); font-size: .7rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.report-form-heading h2, .report-success h2 { margin: 0; font: 700 1.75rem/1.2 Sora, sans-serif; letter-spacing: -.04em; }
.report-form-heading > p:last-child { margin: 11px 0 24px; color: var(--report-muted); font-size: .88rem; line-height: 1.6; }
.report-form-card form { display: grid; gap: 16px; }
.report-form-card label { display: grid; gap: 7px; color: #344054; font-size: .79rem; font-weight: 800; }
.report-form-card label > span i { color: var(--report-blue); font-style: normal; }
.report-form-card input[type='text'], .report-form-card input[type='email'], .report-form-card textarea { width: 100%; border: 1px solid #cbd5e1; border-radius: 11px; color: var(--report-ink); background: #fff; outline: none; transition: border-color .15s ease, box-shadow .15s ease; }
.report-form-card input[type='text'], .report-form-card input[type='email'] { min-height: 50px; padding: 11px 13px; }
.report-form-card textarea { min-height: 104px; padding: 13px; resize: vertical; line-height: 1.5; }
.report-form-card input:focus, .report-form-card textarea:focus { border-color: var(--report-blue); box-shadow: 0 0 0 4px rgba(35,81,255,.1); }
.report-form-card input::placeholder, .report-form-card textarea::placeholder { color: #98a2b3; }
.report-consent { display: flex !important; align-items: flex-start; gap: 10px !important; font-weight: 500 !important; line-height: 1.5; }
.report-consent input { width: 17px; height: 17px; flex: 0 0 17px; margin: 2px 0 0; accent-color: var(--report-blue); }
.report-consent span { color: var(--report-muted); font-size: .73rem; }
.report-consent a { color: var(--report-blue-deep); text-decoration: underline; }
.report-form-card button { display: flex; min-height: 54px; align-items: center; justify-content: center; gap: 10px; border: 0; border-radius: 12px; color: #fff; background: var(--report-blue); box-shadow: 0 14px 28px rgba(35,81,255,.24); cursor: pointer; font-weight: 800; transition: transform .15s ease, background .15s ease; }
.report-form-card button:hover { background: var(--report-blue-deep); transform: translateY(-1px); }
.report-form-card button:focus-visible, .report-nav-link:focus-visible { outline: 3px solid #9db1ff; outline-offset: 3px; }
.report-form-note { margin: -5px 0 0; color: #98a2b3; font-size: .67rem; line-height: 1.5; text-align: center; }
.report-alert { margin-bottom: 18px; padding: 12px 14px; border: 1px solid #ffd1d1; border-radius: 10px; color: #8a1c1c; background: #fff2f2; font-size: .8rem; line-height: 1.5; }
.report-honeypot { position: absolute !important; left: -9999px; }
.report-success { padding: 48px 8px; text-align: center; }
.report-success > span { display: grid; width: 58px; height: 58px; margin: 0 auto 22px; place-items: center; border-radius: 50%; color: #fff; background: var(--report-green); font-size: 1.4rem; font-weight: 800; }
.report-success > p:not(.report-form-kicker) { margin: 15px auto 24px; color: var(--report-muted); line-height: 1.7; }
.report-success a { color: var(--report-blue); font-weight: 800; }

.report-trust { padding: 62px 0 72px; background: var(--report-soft); }
.report-trust .report-container > p { margin: 0 0 26px; color: var(--report-muted); font-size: .75rem; font-weight: 800; letter-spacing: .1em; text-align: center; text-transform: uppercase; }
.report-question-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.report-question-grid article { min-height: 155px; padding: 24px; border: 1px solid var(--report-line); border-radius: 18px; background: #fff; }
.report-question-grid span { color: var(--report-blue); font: 700 .72rem Sora, sans-serif; }
.report-question-grid h3 { margin: 28px 0 0; font: 700 1rem/1.45 Sora, sans-serif; letter-spacing: -.025em; }
.report-footer { padding: 28px 0; border-top: 1px solid var(--report-line); }
.report-footer .report-container { display: flex; align-items: center; gap: 26px; }
.report-footer .report-brand img { width: 36px; height: 36px; }
.report-footer p { margin: 0 auto 0 0; color: var(--report-muted); font-size: .78rem; }
.report-footer > div > a:last-child { color: var(--report-muted); font-size: .78rem; text-decoration: underline; }

@media (max-width: 920px) {
  .report-hero { padding-top: 120px; }
  .report-hero-grid { grid-template-columns: 1fr; gap: 48px; }
  .report-copy { max-width: 720px; }
  .report-form-card { max-width: 650px; }
}

@media (max-width: 640px) {
  .report-container { width: min(calc(100% - 28px), 1180px); }
  .report-header { padding: 13px 0; }
  .report-brand img { width: 38px; height: 38px; }
  .report-brand span { font-size: .92rem; }
  .report-nav-link { min-height: 40px; padding: 9px 13px; font-size: .74rem; }
  .report-hero { min-height: 0; padding: 105px 0 64px; }
  .report-hero::after { mask-image: linear-gradient(to bottom, #000, transparent 72%); }
  .report-hero-grid { gap: 38px; }
  .report-copy h1 { font-size: clamp(2.65rem, 13vw, 4rem); }
  .report-lead { margin-top: 21px; font-size: .96rem; }
  .report-points { margin-top: 28px; }
  .report-form-card { padding: 25px 18px; border-radius: 22px; }
  .report-form-heading h2 { font-size: 1.55rem; }
  .report-question-grid { grid-template-columns: 1fr; }
  .report-question-grid article { min-height: 120px; }
  .report-question-grid h3 { margin-top: 20px; }
  .report-footer .report-container { align-items: flex-start; flex-direction: column; gap: 12px; }
  .report-footer p { margin: 0; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}
