/* GovTechWin Diagnóstico V8 Final - Relatório / pré-proposta consultiva */

:root {
  --gtw-navy: #0A1B4D;
  --gtw-navy-2: #123C66;
  --gtw-gold: #C99A3A;
  --gtw-gold-dark: #A97A2C;
  --gtw-paper: #F7F4EE;
  --gtw-paper-2: #FFFDF8;
  --gtw-line: #E5DDCE;
  --gtw-text: #1D2736;
  --gtw-muted: #687386;
}

/* Capa premium */
.report-cover-premium {
  margin: 0 0 28px;
  padding: 0;
  border-radius: 28px;
  overflow: hidden;
  position: relative;
  background:
    radial-gradient(circle at top right, rgba(201,154,58,0.12), transparent 28%),
    linear-gradient(180deg, var(--gtw-paper-2) 0%, var(--gtw-paper) 100%);
  border: 1px solid rgba(10, 27, 77, 0.08);
  box-shadow: 0 28px 80px rgba(7, 20, 51, 0.14);
}

.report-cover-premium::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 10px;
  background: linear-gradient(90deg, var(--gtw-navy), var(--gtw-gold), var(--gtw-navy));
}

.report-cover-premium::after {
  content: "";
  position: absolute;
  right: -140px;
  top: 130px;
  width: 360px;
  height: 360px;
  border: 1px solid rgba(201,154,58,0.18);
  border-radius: 999px;
  pointer-events: none;
}

.report-cover-premium-inner {
  position: relative;
  z-index: 1;
  padding: 68px 70px 54px;
}

.report-cover-premium-logo {
  display: block;
  width: min(360px, 86%);
  height: auto;
  margin: 0 auto 64px;
}

.report-cover-premium-kicker {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 22px;
  color: var(--gtw-gold-dark);
  font-size: 0.78rem;
  letter-spacing: 0.20em;
  text-transform: uppercase;
  font-weight: 800;
}

.report-cover-premium-kicker::before {
  content: "";
  width: 54px;
  height: 1px;
  background: var(--gtw-gold);
}

.report-cover-premium-title {
  margin: 0;
  max-width: 820px;
  color: var(--gtw-navy);
  font-family: Arial, Helvetica, sans-serif;
  font-size: clamp(2.05rem, 4.15vw, 3.85rem);
  font-weight: 800;
  line-height: 1.14;
  letter-spacing: -0.025em;
}

.report-cover-premium-subtitle {
  margin: 28px 0 0;
  max-width: 650px;
  color: var(--gtw-muted);
  font-size: 1.06rem;
  line-height: 1.85;
}

.report-cover-premium-divider {
  width: 120px;
  height: 3px;
  background: var(--gtw-gold);
  margin: 40px 0 0;
}

.report-cover-premium-client {
  margin-top: 56px;
  padding: 28px;
  border: 1px solid var(--gtw-line);
  background: rgba(255,255,255,0.62);
  border-radius: 22px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px 28px;
}

.report-cover-premium-client-item strong {
  display: block;
  margin-bottom: 6px;
  color: var(--gtw-gold-dark);
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.16em;
}

.report-cover-premium-client-item span {
  display: block;
  color: var(--gtw-navy);
  font-weight: 800;
  line-height: 1.35;
  word-break: break-word;
}

.report-cover-premium-note {
  margin-top: 28px;
  padding-left: 20px;
  border-left: 3px solid var(--gtw-gold);
  color: #4D596A;
  font-size: 0.98rem;
  line-height: 1.75;
  max-width: 720px;
}

/* Estrutura do relatório */
.diag-report-card.gtw-report-final {
  background:
    radial-gradient(circle at top right, rgba(201,154,58,.10), transparent 26%),
    linear-gradient(180deg, var(--gtw-paper-2) 0%, var(--gtw-paper) 100%);
  border: 1px solid rgba(10,27,77,.08);
  border-radius: 28px;
  box-shadow: 0 28px 80px rgba(7,20,51,.12);
  overflow: hidden;
  padding: 0;
}

.gtw-report-content {
  padding: 34px 70px 50px;
  border-top: 1px solid var(--gtw-line);
}

/* Card principal */
.profile-highlight {
  margin-top: 0;
  padding: 42px 42px;
  border-radius: 28px;
  background:
    linear-gradient(90deg, rgba(255,255,255,.050) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255,255,255,.042) 1px, transparent 1px),
    linear-gradient(118deg, #0D1D44 0%, #122A53 62%, #2B2F3B 100%);
  background-size: 56px 56px, 56px 56px, auto;
  color: #ffffff;
  position: relative;
  overflow: hidden;
  box-shadow: 0 24px 52px rgba(7,20,51,.24);
  border: 1px solid rgba(255,255,255,.10);
}

.profile-highlight::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 92% 8%, rgba(255,255,255,.13), transparent 25%),
    linear-gradient(180deg, rgba(255,255,255,.03), transparent 48%);
  pointer-events: none;
}

.profile-highlight-label {
  display: block;
  margin-bottom: 24px;
  color: #F2C15B;
  font-size: .74rem;
  font-weight: 800;
  letter-spacing: .18em;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
}

.profile-highlight-title {
  display: block;
  max-width: 700px;
  color: #ffffff;
  font-size: clamp(2.1rem, 4.4vw, 3.25rem);
  font-weight: 400;
  line-height: 1.12;
  letter-spacing: -0.055em;
  position: relative;
  z-index: 1;
}

.profile-highlight-text {
  max-width: 710px;
  margin: 28px 0 0;
  color: rgba(255,255,255,.88);
  line-height: 1.9;
  font-size: 1.05rem;
  position: relative;
  z-index: 1;
}

/* Leitura executiva */
.executive-read {
  margin-top: 30px;
  padding: 30px 30px 28px;
  border-radius: 28px;
  border: 1px solid rgba(10,27,77,.10);
  background:
    linear-gradient(90deg, rgba(10,27,77,.035) 1px, transparent 1px),
    linear-gradient(180deg, rgba(10,27,77,.030) 1px, transparent 1px),
    linear-gradient(90deg, rgba(245,248,252,.96) 0%, rgba(245,248,252,.90) 62%, rgba(247,244,238,.94) 100%);
  background-size: 42px 42px, 42px 42px, auto;
  position: relative;
  overflow: hidden;
  box-shadow: 0 16px 40px rgba(7,20,51,.06);
}

.executive-read::after {
  content: "GTW";
  position: absolute;
  right: 28px;
  top: 34px;
  color: rgba(10,27,77,.10);
  font-size: 4rem;
  font-weight: 500;
  letter-spacing: -.05em;
}

.section-kicker {
  display: block;
  color: var(--gtw-gold-dark);
  font-size: .74rem;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
  margin-bottom: 18px;
}

.executive-read h2 {
  margin: 0;
  max-width: 560px;
  color: var(--gtw-navy);
  font-size: 1.95rem;
  line-height: 1.22;
  font-weight: 600;
  letter-spacing: -.03em;
}

.executive-read p {
  margin: 18px 0 0;
  max-width: 720px;
  color: #617083;
  line-height: 1.8;
  position: relative;
  z-index: 1;
}

.signal-grid {
  display: grid;
  grid-template-columns: repeat(3,minmax(0,1fr));
  gap: 14px;
  margin-top: 24px;
  position: relative;
  z-index: 1;
}

.signal-card {
  padding: 18px;
  border-radius: 18px;
  background: rgba(255,255,255,.76);
  border: 1px solid rgba(10,27,77,.08);
  box-shadow: 0 10px 24px rgba(7,20,51,.04);
}

.signal-card strong {
  display: block;
  color: var(--gtw-navy);
  margin-bottom: 8px;
}

.signal-card span {
  display: block;
  color: #687386;
  line-height: 1.6;
  font-size: .94rem;
}

/* Seções */
.soft-section {
  margin-top: 30px;
}

.soft-section-title {
  margin: 0 0 16px;
  color: var(--gtw-navy);
  font-size: 1.28rem;
  line-height: 1.35;
}

.report-block-final {
  padding: 24px;
  border: 1px solid var(--gtw-line);
  border-radius: 18px;
  background: rgba(255,255,255,.72);
  margin-top: 18px;
}

.report-block-final h3 {
  margin: 0 0 12px;
  color: var(--gtw-navy);
  font-size: 1.05rem;
}

.report-block-final p,
.report-block-final li {
  line-height: 1.74;
  color: #3D4858;
}

.report-block-final ul {
  margin: 0;
  padding-left: 18px;
}

.columns-final {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
  margin-top: 22px;
}

.priority-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.priority-list li {
  display: grid;
  grid-template-columns: 28px 1fr;
  gap: 12px;
  padding: 12px 0;
  border-bottom: 1px solid rgba(229,221,206,.72);
}

.priority-list li:last-child {
  border-bottom: 0;
}

.priority-number {
  width: 24px;
  height: 24px;
  border-radius: 999px;
  background: rgba(201,154,58,.15);
  color: var(--gtw-gold-dark);
  font-size: .78rem;
  font-weight: 800;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.attention-panel {
  margin-top: 26px;
  padding: 26px;
  border-radius: 22px;
  background: rgba(255,255,255,.72);
  border: 1px solid var(--gtw-line);
  border-left: 4px solid var(--gtw-gold);
}

.attention-panel h3 {
  margin: 0 0 10px;
  color: var(--gtw-navy);
}

.attention-panel p {
  margin: 0;
  line-height: 1.75;
  color: #3D4858;
}

/* Caminho recomendado */
.next-step-panel {
  margin-top: 34px;
}

.next-step-panel-inner {
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 20px;
  align-items: start;
  padding: 8px 0 0;
}

.next-step-number {
  width: 56px;
  height: 56px;
  border-radius: 999px;
  background: var(--gtw-navy);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  box-shadow: 0 14px 28px rgba(10,27,77,.18);
}

.next-step-content {
  padding-bottom: 28px;
  border-bottom: 1px solid var(--gtw-line);
}

.next-step-content h3 {
  margin: 0 0 12px;
  color: var(--gtw-navy);
  font-size: 1.22rem;
  line-height: 1.35;
}

.next-step-content p {
  margin: 0;
  color: #3D4858;
  line-height: 1.75;
}

/* CTA final */
.final-contact {
  margin-top: 38px;
  padding: 34px;
  border-radius: 30px;
  background:
    linear-gradient(90deg, rgba(255,255,255,.050) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255,255,255,.040) 1px, transparent 1px),
    linear-gradient(118deg, #0D1D44 0%, #122A53 64%, #2B2F3B 100%);
  background-size: 56px 56px, 56px 56px, auto;
  color: #fff;
  border: 1px solid rgba(255,255,255,.10);
  box-shadow: 0 24px 52px rgba(7,20,51,.22);
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: 34px;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.final-contact::after {
  content: "";
  position: absolute;
  right: -88px;
  top: -92px;
  width: 250px;
  height: 250px;
  border: 1px solid rgba(201,154,58,.28);
  border-radius: 999px;
  pointer-events: none;
}

.final-contact h3 {
  margin: 0 0 14px;
  color: #fff;
  font-size: 1.55rem;
  line-height: 1.24;
  letter-spacing: -0.025em;
  font-weight: 700;
  position: relative;
  z-index: 1;
}

.final-contact p {
  margin: 0;
  color: rgba(255,255,255,.82);
  line-height: 1.75;
  position: relative;
  z-index: 1;
}

.final-contact-actions {
  display: flex;
  flex-direction: column;
  gap: 18px;
  position: relative;
  z-index: 1;
}

.final-contact-actions a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 52px;
  padding: 14px 20px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 800;
  text-align: center;
  line-height: 1.25;
}

.final-contact-actions .primary-action {
  background: #fff;
  color: var(--gtw-navy);
  box-shadow: 0 12px 26px rgba(0,0,0,.16);
}

.final-contact-actions .secondary-action {
  background: transparent;
  color: #fff;
  border: 1px solid rgba(255,255,255,.32);
}

/* Rodapé */
.report-footer {
  padding: 24px 70px 72px;
  border-top: 1px solid var(--gtw-line);
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 28px;
  align-items: start;
}

.report-footer-brand {
  color: var(--gtw-navy);
  font-weight: 800;
  font-size: 1rem;
  margin-bottom: 6px;
}

.report-footer-tagline {
  color: #687386;
  font-size: .92rem;
  line-height: 1.6;
  max-width: 430px;
}

.report-footer-contact {
  text-align: right;
  color: var(--gtw-muted);
  font-size: .92rem;
  line-height: 1.8;
}

.report-footer-contact a {
  color: var(--gtw-navy);
  text-decoration: none;
  font-weight: 800;
}

@media (max-width: 760px) {
  .report-cover-premium-inner,
  .gtw-report-content,
  .report-footer {
    padding-left: 28px;
    padding-right: 28px;
  }

  .report-cover-premium-logo {
    margin-bottom: 42px;
  }

  .report-cover-premium-client,
  .columns-final,
  .signal-grid,
  .final-contact,
  .report-footer,
  .next-step-panel-inner {
    grid-template-columns: 1fr;
  }

  .executive-read::after {
    display: none;
  }

  .report-footer-contact {
    text-align: left;
  }

  .final-contact-actions a {
    width: 100%;
  }
}
