:root {
  --navy-950: #06183f;
  --navy-900: #08245f;
  --navy-800: #12356f;
  --gold: #d7b56d;
  --green: #0f8a5f;
  --amber: #b7791f;
  --red: #b42318;
  --ink: #172033;
  --muted: #667085;
  --line: #d9e3f0;
  --paper: #ffffff;
  --soft: #f4f7fb;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  background: var(--soft);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  overflow-x: hidden;
  -webkit-print-color-adjust: exact;
  print-color-adjust: exact;
}

button,
input {
  font: inherit;
}

button,
.whatsapp-button {
  border: 1px solid var(--navy-900);
  border-radius: 8px;
  cursor: pointer;
  display: inline-flex;
  font-weight: 700;
  justify-content: center;
  padding: 12px 14px;
  text-decoration: none;
}

button:disabled {
  cursor: not-allowed;
  opacity: 0.62;
}

button {
  background: var(--paper);
  color: var(--navy-900);
}

.primary {
  background: var(--navy-900);
  color: white;
  width: 100%;
}

.whatsapp-button {
  background: var(--green);
  border-color: var(--green);
  color: white;
}

.hero {
  background:
    radial-gradient(circle at 18% 12%, rgba(215, 181, 109, 0.2) 0, rgba(215, 181, 109, 0) 24%),
    radial-gradient(circle at 78% 22%, rgba(79, 118, 173, 0.34) 0, rgba(79, 118, 173, 0) 29%),
    linear-gradient(145deg, #041236 0%, #08245f 48%, #123d82 100%);
  color: white;
  display: grid;
  column-gap: 34px;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 420px);
  row-gap: 34px;
  min-height: 690px;
  padding: 56px clamp(22px, 5vw, 72px);
  position: relative;
  overflow: hidden;
  width: 100%;
}

.hero::before {
  background:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.028) 1px, transparent 1px);
  background-size: 42px 42px;
  content: "";
  inset: 0;
  opacity: 0.42;
  pointer-events: none;
  position: absolute;
}

.hero::after {
  background: linear-gradient(110deg, rgba(255, 255, 255, 0.13), rgba(255, 255, 255, 0));
  content: "";
  height: 140%;
  left: 54%;
  opacity: 0.18;
  pointer-events: none;
  position: absolute;
  top: -20%;
  transform: rotate(10deg);
  width: 28%;
}

.hero__copy {
  align-self: center;
  max-width: 760px;
  min-width: 0;
  position: relative;
  z-index: 1;
}

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

h1 {
  display: grid;
  font-size: clamp(40px, 6.2vw, 78px);
  letter-spacing: 0;
  line-height: 1;
  margin: 0;
  max-width: 830px;
}

h1 span {
  display: block;
}

.hero__lede {
  color: rgba(255, 255, 255, 0.82);
  font-size: 19px;
  line-height: 1.6;
  max-width: 710px;
}

.trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 28px;
}

.trust-row span {
  border: 1px solid rgba(215, 181, 109, 0.62);
  border-radius: 999px;
  color: var(--gold);
  display: inline-flex;
  flex: 0 0 auto;
  font-size: 12px;
  font-weight: 700;
  justify-content: center;
  line-height: 1.15;
  padding: 7px 10px;
  white-space: nowrap;
}

.credibility-ticker {
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  margin-top: 22px;
  max-width: 760px;
  min-width: 0;
  overflow: hidden;
  padding-top: 18px;
  position: relative;
  width: 100%;
}

.credibility-ticker::before,
.credibility-ticker::after {
  content: "";
  pointer-events: none;
  position: absolute;
  top: 18px;
  bottom: 0;
  width: 38px;
  z-index: 1;
}

.credibility-ticker::before {
  background: linear-gradient(90deg, rgba(4, 18, 54, 0.98), rgba(4, 18, 54, 0));
  left: 0;
}

.credibility-ticker::after {
  background: linear-gradient(270deg, rgba(8, 36, 95, 0.92), rgba(8, 36, 95, 0));
  right: 0;
}

.ticker-track {
  animation: tickerScroll 24s linear infinite;
  display: flex;
  gap: 42px;
  min-width: max-content;
  will-change: transform;
  width: max-content;
}

.ticker-track span {
  color: #ffffff;
  flex: 0 0 auto;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.03em;
  line-height: 1.4;
  white-space: nowrap;
}

@keyframes tickerScroll {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(calc(-50% - 21px));
  }
}

.hero__preview {
  align-self: center;
  justify-self: center;
  margin: 0;
  max-width: 420px;
  min-width: 0;
  position: relative;
  width: 100%;
  z-index: 1;
}

.hero__preview img {
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 14px;
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.28);
  display: block;
  height: auto;
  width: 100%;
}

.hero__preview figcaption {
  color: rgba(255, 255, 255, 0.84);
  font-size: 14px;
  line-height: 1.55;
  margin-top: 14px;
  text-align: center;
}

.hero__preview figcaption span {
  display: block;
}

.preview-count {
  align-items: center;
  border: 1px solid rgba(215, 181, 109, 0.62);
  border-radius: 999px;
  color: var(--gold);
  display: flex;
  flex-direction: column;
  font-size: 12px;
  font-weight: 800;
  gap: 3px;
  justify-content: center;
  line-height: 1.15;
  margin: 12px auto 0;
  max-width: 280px;
  min-height: 58px;
  padding: 8px 18px;
  text-align: center;
  width: fit-content;
}

.preview-count span {
  display: block;
  font-size: 23px;
  line-height: 1;
}

.preview-count small {
  display: block;
  font-size: 11px;
  line-height: 1.15;
  text-transform: uppercase;
  white-space: nowrap;
}

.lead-form {
  align-self: center;
  background: var(--paper);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.18);
  color: var(--ink);
  display: grid;
  gap: 14px;
  grid-column: 1 / -1;
  justify-self: center;
  max-width: 580px;
  min-width: 0;
  padding: 24px;
  position: relative;
  width: 100%;
  z-index: 1;
}

.form-head h2,
.result-head h2 {
  color: var(--navy-950);
  font-size: 25px;
  margin: 0;
}

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

.form-subhead a {
  color: var(--navy-900);
  font-weight: 800;
}

label {
  color: #344054;
  display: grid;
  font-size: 13px;
  font-weight: 800;
  gap: 7px;
}

input {
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--ink);
  min-height: 46px;
  padding: 11px 12px;
  width: 100%;
}

input:focus {
  border-color: var(--navy-800);
  outline: 3px solid rgba(18, 53, 111, 0.13);
}

.form-status,
.privacy-note {
  color: var(--muted);
  font-size: 12px;
  line-height: 1.5;
  margin: 0;
}

.form-status {
  white-space: pre-line;
}

.form-status.error {
  color: var(--red);
  font-weight: 800;
}

.form-status.success {
  color: var(--green);
  font-weight: 800;
}

.result-section {
  padding: 30px clamp(16px, 4vw, 44px) 56px;
}

.result-head {
  align-items: end;
  display: flex;
  gap: 20px;
  justify-content: space-between;
  margin: 0 auto 18px;
  max-width: 1120px;
}

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

.report-page {
  background: var(--paper);
  border: 1px solid var(--line);
  box-shadow: 0 18px 52px rgba(16, 24, 40, 0.12);
  display: grid;
  grid-template-columns: 290px minmax(0, 1fr);
  margin: 0 auto;
  max-width: 1120px;
  min-height: 760px;
}

.report-cover {
  background: linear-gradient(160deg, var(--navy-950), var(--navy-900));
  color: white;
  display: flex;
  flex-direction: column;
  padding: 34px 28px;
}

.cover-date {
  font-size: 13px;
  letter-spacing: 0.26em;
  margin-bottom: 92px;
  text-transform: uppercase;
}

.cover-title {
  display: grid;
  font-size: 42px;
  font-weight: 800;
  line-height: 0.98;
}

.cover-client {
  font-size: 18px;
  margin-top: 54px;
}

.report-cover p {
  border-left: 2px solid rgba(255, 255, 255, 0.8);
  color: rgba(255, 255, 255, 0.82);
  line-height: 1.55;
  margin: 28px 0 0;
  padding-left: 16px;
}

.cover-footer {
  border-top: 1px solid rgba(255, 255, 255, 0.45);
  display: grid;
  gap: 10px;
  margin-top: auto;
  padding-top: 22px;
}

.cover-footer strong {
  color: var(--gold);
  font-size: 12px;
  text-transform: uppercase;
}

.report-body {
  padding: 28px;
}

.report-kicker {
  color: var(--gold);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.report-summary {
  align-items: center;
  display: grid;
  gap: 20px;
  grid-template-columns: minmax(0, 1fr) 150px;
  margin-top: 10px;
}

.report-summary h3 {
  color: var(--navy-950);
  font-size: 28px;
  margin: 0 0 8px;
}

.report-summary p {
  color: var(--muted);
  line-height: 1.5;
  margin: 0;
}

.score-block {
  align-items: baseline;
  color: var(--navy-900);
  display: grid;
  justify-items: center;
}

.score-block span {
  font-size: 68px;
  font-weight: 900;
  line-height: 0.9;
}

.score-block small {
  color: var(--muted);
  font-size: 20px;
  font-weight: 800;
}

.score-block strong {
  background: var(--green);
  border-radius: 999px;
  color: white;
  font-size: 12px;
  margin-top: 8px;
  padding: 8px 12px;
}

.info-grid {
  border: 1px solid var(--line);
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 20px 0;
}

.info-grid div {
  border-bottom: 1px solid var(--line);
  display: grid;
  grid-template-columns: 130px minmax(0, 1fr);
  min-height: 36px;
}

.info-grid div:nth-last-child(-n + 2) {
  border-bottom: 0;
}

.info-grid b {
  background: var(--navy-900);
  color: white;
  font-size: 12px;
  padding: 10px;
}

.info-grid span {
  font-size: 13px;
  padding: 10px;
}

h4 {
  color: var(--navy-900);
  font-size: 15px;
  margin: 18px 0 10px;
}

.score-bars {
  display: grid;
  gap: 9px;
}

.bar-label {
  display: flex;
  font-size: 13px;
  font-weight: 800;
  justify-content: space-between;
  margin-bottom: 5px;
}

.bar-track {
  background: #e7edf7;
  border-radius: 999px;
  height: 10px;
  overflow: hidden;
}

.bar-fill {
  background: linear-gradient(90deg, var(--navy-900), var(--gold));
  height: 100%;
}

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

.insight-grid > div,
.locked-card,
.cta-box {
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 12px;
}

.insight-grid ul {
  margin: 0;
  padding-left: 18px;
}

.insight-grid li,
.locked-card p,
.cta-box p {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.45;
}

.locked-card {
  background: repeating-linear-gradient(135deg, #ffffff, #ffffff 10px, #f8fafc 10px, #f8fafc 20px);
}

.locked-card span {
  color: var(--navy-900);
  display: block;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.locked-card strong {
  color: var(--amber);
  display: block;
  font-size: 18px;
  margin-top: 8px;
}

.cta-box {
  background: #f7fbff;
  margin-top: 18px;
}

footer {
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 11px;
  line-height: 1.45;
  margin-top: 20px;
  padding-top: 12px;
}

.site-footer {
  background: var(--paper);
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 12px;
  line-height: 1.55;
  padding: 22px clamp(22px, 5vw, 72px);
}

.site-footer p {
  margin: 0 0 8px;
  max-width: 1180px;
}

.site-footer a {
  color: var(--navy-900);
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.manual-message {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 18px 52px rgba(16, 24, 40, 0.1);
  margin: 0 auto;
  max-width: 880px;
  padding: 28px;
}

.manual-message h3 {
  color: var(--navy-950);
  font-size: 28px;
  margin: 0 0 10px;
}

.manual-message p {
  color: var(--muted);
  line-height: 1.6;
}

@media (max-width: 920px) {
  .hero,
  .report-page {
    grid-template-columns: 1fr;
  }

  .hero {
    background:
      radial-gradient(circle at 12% 8%, rgba(215, 181, 109, 0.2) 0, rgba(215, 181, 109, 0) 28%),
      radial-gradient(circle at 86% 18%, rgba(79, 118, 173, 0.36) 0, rgba(79, 118, 173, 0) 34%),
      linear-gradient(145deg, #041236 0%, #08245f 48%, #123d82 100%);
    min-height: 100svh;
    padding: 34px clamp(16px, 5vw, 34px);
  }

  .hero__copy {
    align-self: start;
    max-width: 100%;
  }

  .hero__lede {
    font-size: 16px;
    max-width: 100%;
  }

  .hero__preview,
  .lead-form {
    align-self: start;
    justify-self: center;
    max-width: 560px;
    width: 100%;
  }

  .result-head {
    align-items: stretch;
    display: grid;
  }

  .report-cover {
    min-height: 520px;
  }

  .info-grid,
  .insight-grid,
  .locked-grid,
  .report-summary {
    grid-template-columns: 1fr;
  }

  .info-grid div:nth-last-child(-n + 2) {
    border-bottom: 1px solid var(--line);
  }
}

@media (max-width: 560px) {
  h1 {
    font-size: clamp(38px, 11.6vw, 50px);
    line-height: 0.96;
    max-width: 100%;
  }

  .hero {
    gap: 28px;
    padding: 36px 18px 44px;
    width: 100%;
  }

  .hero::before {
    background-size: 34px 34px;
    opacity: 0.5;
  }

  .hero::after {
    left: 34%;
    opacity: 0.22;
    width: 58%;
  }

  .trust-row {
    display: flex;
    gap: 8px;
    justify-content: flex-start;
    margin-top: 22px;
  }

  .trust-row span {
    font-size: 10.5px;
    padding: 5px 8px;
    width: auto;
  }

  .credibility-ticker {
    margin-top: 18px;
    max-width: calc(100vw - 36px);
    padding-top: 16px;
  }

  .credibility-ticker::before,
  .credibility-ticker::after {
    top: 16px;
    width: 28px;
  }

  .ticker-track {
    animation: tickerScroll 18s linear infinite;
  }

  .ticker-track span {
    font-size: 11px;
  }

  button,
  .whatsapp-button {
    width: 100%;
  }

  .lead-form,
  .manual-message {
    padding: 20px;
  }

  .hero__preview {
    max-width: 360px;
    width: 100%;
  }

  .preview-count {
    max-width: 210px;
  }

  .hero__preview figcaption {
    font-size: 13px;
  }

  .manual-message h3 {
    font-size: 23px;
  }

  .site-footer {
    font-size: 11px;
    padding: 20px 16px;
  }
}

@media print {
  @page {
    margin: 0;
    size: A4 landscape;
  }

  body {
    background: white;
  }

  .hero,
  .result-head {
    display: none;
  }

  .result-section {
    padding: 0;
  }

  .report-page {
    border: 0;
    box-shadow: none;
    margin: 0;
    max-width: none;
    min-height: 100vh;
    width: 100%;
  }
}
