:root {
  --ink: #13201c;
  --muted: #5f6d67;
  --paper: #f7f6f1;
  --white: #ffffff;
  --line: #dfe7e2;
  --green: #315b49;
  --green-dark: #18352b;
  --gold: #b8914a;
  --blue: #294e68;
  --shadow: 0 22px 62px rgba(18, 32, 28, 0.12);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, "Segoe UI", Roboto, Arial, sans-serif;
  color: var(--ink);
  background: var(--paper);
  line-height: 1.55;
}
a { color: inherit; }
.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  padding: 16px clamp(18px, 4vw, 56px);
  background: rgba(247, 246, 241, 0.94);
  border-bottom: 1px solid rgba(49, 91, 73, 0.14);
  backdrop-filter: blur(14px);
}
.brand { display: flex; align-items: center; gap: 14px; text-decoration: none; min-width: 260px; }
.brand-mark {
  display: inline-grid;
  place-items: center;
  width: 54px;
  height: 54px;
  background: var(--green-dark);
  color: #f5f1e8;
  font-weight: 900;
  letter-spacing: 0;
}
.brand-text { max-width: 310px; color: var(--muted); font-size: 0.88rem; }
nav { display: flex; flex-wrap: wrap; gap: 16px; font-size: 0.94rem; color: var(--green-dark); }
nav a { text-decoration: none; font-weight: 700; }
.hero, .section, .site-footer {
  padding-left: clamp(18px, 5vw, 74px);
  padding-right: clamp(18px, 5vw, 74px);
}
.hero {
  min-height: 78vh;
  display: grid;
  align-items: center;
  padding-top: 72px;
  padding-bottom: 72px;
  color: #fffdf6;
  background:
    linear-gradient(120deg, rgba(17, 31, 27, 0.92), rgba(41, 78, 104, 0.78)),
    url("https://images.unsplash.com/photo-1497366811353-6870744d04b2?auto=format&fit=crop&w=1800&q=72");
  background-position: center;
  background-size: cover;
}
.hero-copy { max-width: 980px; }
.eyebrow {
  margin: 0 0 12px;
  color: var(--gold);
  text-transform: uppercase;
  font-weight: 900;
  font-size: 0.78rem;
  letter-spacing: 0.08em;
}
.hero .eyebrow { color: #e6c77b; }
.hero h1 {
  margin: 0;
  font-size: clamp(2.8rem, 7vw, 6.5rem);
  line-height: 0.98;
  letter-spacing: 0;
}
.hero h2 {
  margin: 18px 0 10px;
  font-size: clamp(1.35rem, 3vw, 2.45rem);
  line-height: 1.15;
  max-width: 900px;
}
.hero p {
  max-width: 920px;
  color: rgba(255,255,255,0.88);
  font-size: clamp(1.02rem, 1.8vw, 1.26rem);
}
.actions { display: flex; flex-wrap: wrap; gap: 12px; margin: 28px 0; }
.btn {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  padding: 12px 18px;
  border-radius: 6px;
  border: 1px solid transparent;
  text-decoration: none;
  font-weight: 900;
}
.btn-primary { background: var(--gold); border-color: var(--gold); color: #fff; }
.btn-secondary { background: #fff; border-color: rgba(24, 53, 43, 0.16); color: var(--green-dark); }
.btn-ghost { background: transparent; border-color: currentColor; color: inherit; }
.btn-ghost.dark { color: var(--green-dark); }
.safety-note, .card-warning {
  padding: 14px 16px;
  border-left: 4px solid var(--gold);
  background: rgba(255,255,255,0.12);
  font-size: 0.96rem;
}
.section { padding-top: 74px; padding-bottom: 74px; }
.section-head { max-width: 980px; margin-bottom: 32px; }
.section h2 {
  margin: 0 0 16px;
  font-size: clamp(1.8rem, 3.5vw, 3.15rem);
  line-height: 1.12;
  letter-spacing: 0;
}
.section-head p { color: var(--muted); font-size: 1.06rem; }
.intro, .opportunities, .audience { background: #fff; }
.disclaimer {
  max-width: 1180px;
  padding: 20px;
  border: 1px solid rgba(184, 145, 74, 0.38);
  border-radius: 8px;
  background: #fff8e7;
  color: #523d13;
}
.disclaimer.compact { margin-top: 24px; }
.opportunity-card {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(320px, 0.75fr);
  gap: 28px;
  padding: clamp(22px, 4vw, 42px);
  background: #f9faf7;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
}
.opportunity-main h2 { font-size: clamp(2rem, 4vw, 4rem); }
.opportunity-main h3 { margin-top: 0; color: var(--blue); font-size: 1.25rem; }
.institutional-call { font-weight: 750; color: var(--green-dark); }
.card-warning { background: #fff8e7; color: #523d13; }
.opportunity-facts {
  background: var(--green-dark);
  color: #fffdf6;
  padding: 24px;
  border-radius: 8px;
}
dl, dd { margin: 0; }
.opportunity-facts div { padding: 16px 0; border-bottom: 1px solid rgba(255,255,255,0.16); }
.opportunity-facts div:last-child { border-bottom: 0; }
dt { color: #e6c77b; font-weight: 900; margin-bottom: 6px; }
dd { color: rgba(255,255,255,0.82); }
.steps {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
  padding: 0;
  margin: 0;
  list-style: none;
  counter-reset: step;
}
.steps li {
  counter-increment: step;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}
.steps li::before {
  content: counter(step, decimal-leading-zero);
  display: block;
  margin-bottom: 18px;
  color: var(--gold);
  font-weight: 900;
}
.pill-grid, .cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}
.pill-grid span, .cards article {
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 10px 30px rgba(18, 32, 28, 0.05);
}
.cards h3 { margin-top: 0; }
.final-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 28px;
  background: var(--green);
  color: #fffdf6;
}
.final-cta p { color: rgba(255,255,255,0.82); }
.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding-top: 28px;
  padding-bottom: 28px;
  background: #101d18;
  color: rgba(255,255,255,0.76);
}
@media (max-width: 1040px) {
  .opportunity-card, .final-cta { grid-template-columns: 1fr; }
  .steps { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .pill-grid, .cards { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 720px) {
  .site-header { position: static; flex-direction: column; align-items: flex-start; }
  nav { gap: 10px; }
  .hero { min-height: auto; padding-top: 48px; padding-bottom: 48px; }
  .steps, .pill-grid, .cards { grid-template-columns: 1fr; }
  .btn, .actions { width: 100%; }
  .site-footer { flex-direction: column; }
}

/* PCEP-08K-LGPD-DISCLAIMERS */
.pcep-safety-notice {
  margin: clamp(32px, 5vw, 72px) auto;
  padding: clamp(22px, 4vw, 40px);
  border: 1px solid rgba(142, 119, 74, 0.28);
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(255,255,255,0.96), rgba(247,244,238,0.92));
  color: #20242b;
  box-shadow: 0 18px 48px rgba(21, 28, 38, 0.08);
}
.pcep-safety-notice h2 {
  margin: 0 0 12px;
  font-size: clamp(1.35rem, 2vw, 2rem);
  letter-spacing: 0;
}
.pcep-safety-notice p {
  margin: 0 0 12px;
  line-height: 1.65;
}
.pcep-safety-notice .pcep-safety-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 14px;
  margin-top: 18px;
}
.pcep-safety-notice .pcep-safety-card {
  padding: 16px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(31, 38, 50, 0.08);
}
.pcep-safety-notice .pcep-safety-card strong {
  display: block;
  margin-bottom: 6px;
  color: #6e5831;
}
.pcep-safety-note {
  font-size: 0.94rem;
  color: #4d5663;
}


/* VPS 09-I - padronizacao premium paginas publicas secundarias */
:root {
  --pcep-premium-gold: var(--gold);
  --pcep-premium-ink: var(--ink);
  --pcep-premium-deep: var(--green-dark);
  --pcep-premium-shadow: 0 26px 72px rgba(18, 32, 28, 0.14);
}

body {
  background:
    radial-gradient(circle at 14% 8%, rgba(184, 145, 74, 0.11), transparent 26%),
    linear-gradient(180deg, #f8f6ef, var(--paper));
}

.site-header {
  background: rgba(247, 246, 241, 0.96);
  box-shadow: 0 14px 38px rgba(18, 32, 28, 0.08);
}

.brand-mark {
  border-radius: 8px;
  box-shadow: 0 12px 28px rgba(18, 32, 28, 0.16);
}

.brand-text,
.brand-copy {
  font-size: clamp(0.94rem, 1.1vw, 1.05rem);
  line-height: 1.35;
  font-weight: 680;
}

nav a {
  font-weight: 820;
}

.hero {
  min-height: clamp(520px, 68vh, 720px);
  padding-top: clamp(48px, 7vw, 86px);
  padding-bottom: clamp(46px, 7vw, 82px);
  background-blend-mode: multiply;
}

.hero-copy,
.hero-panel {
  position: relative;
}

.hero-copy {
  padding: clamp(1.2rem, 3vw, 2.2rem);
  border-left: 4px solid var(--pcep-premium-gold);
  border-radius: 8px;
  background:
    linear-gradient(90deg, rgba(17, 31, 27, 0.62), rgba(17, 31, 27, 0.18)),
    linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02));
  box-shadow: 0 28px 82px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(3px);
}

.eyebrow,
.hero .eyebrow {
  color: #e6c77b;
  font-size: clamp(0.96rem, 1.16vw, 1.12rem);
  font-weight: 900;
  letter-spacing: 0.03em;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.18);
}

.hero h1 {
  text-shadow:
    0 2px 10px rgba(0, 0, 0, 0.42),
    0 18px 48px rgba(0, 0, 0, 0.26);
}

.hero h2,
.hero p,
.lead,
.trust,
.safety-note {
  font-size: clamp(1.08rem, 1.45vw, 1.32rem);
  line-height: 1.58;
  font-weight: 650;
  text-shadow:
    0 2px 8px rgba(0, 0, 0, 0.48),
    0 0 18px rgba(0, 0, 0, 0.26);
}

.hero h2 {
  font-size: clamp(1.45rem, 2.8vw, 2.55rem);
  font-weight: 850;
}

.section {
  padding-top: clamp(46px, 6vw, 72px);
  padding-bottom: clamp(46px, 6vw, 72px);
}

.section-head {
  margin-bottom: clamp(1.25rem, 3vw, 2rem);
}

.section h2 {
  font-weight: 880;
  text-shadow: 0 12px 34px rgba(255, 255, 255, 0.34);
}

.section-head p,
.disclaimer,
.legal-note,
.flow-note,
.pcep-safety-note,
.notice-grid article p,
.cards article p,
.pill-grid span,
.steps li,
.timeline li,
.question,
.checkbox-line,
.opportunity-main p,
.opportunity-facts dd,
.hero-panel p,
.hero-panel li {
  font-size: clamp(1.03rem, 1.22vw, 1.18rem);
  line-height: 1.62;
  font-weight: 620;
}

.cards article,
.pill-grid span,
.steps li,
.timeline li,
.notice-grid article,
.question,
.form-shell,
form,
.disclaimer,
.legal-note,
.flow-note,
.pcep-safety-notice,
.opportunity-card,
.hero-panel {
  border-color: rgba(184, 145, 74, 0.22);
  box-shadow:
    var(--pcep-premium-shadow),
    inset 0 1px 0 rgba(255, 255, 255, 0.56);
  backdrop-filter: blur(8px);
}

.cards article,
.pill-grid span,
.steps li,
.timeline li,
.notice-grid article,
.question {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(249, 250, 247, 0.86));
}

.cards h3,
.opportunity-main h3,
.notice-grid article strong,
.question label,
.step h3,
.pcep-safety-card strong {
  color: var(--pcep-premium-deep);
  font-size: clamp(1.14rem, 1.35vw, 1.3rem);
  font-weight: 880;
  line-height: 1.24;
}

.btn {
  min-height: 50px;
  padding: 13px 20px;
  border-radius: 999px;
  box-shadow: 0 16px 38px rgba(18, 32, 28, 0.1);
}

.btn-primary {
  color: #fffdf6;
  background: linear-gradient(135deg, var(--pcep-premium-gold), #d6b46f);
  border-color: rgba(255, 255, 255, 0.2);
}

.btn-secondary {
  background: rgba(255, 255, 255, 0.9);
  border-color: rgba(184, 145, 74, 0.25);
}

.btn-ghost {
  border-color: rgba(255, 255, 255, 0.56);
}

.opportunity-card {
  gap: clamp(1rem, 3vw, 2rem);
  padding: clamp(1.4rem, 3.4vw, 2.7rem);
}

.opportunity-facts {
  box-shadow: inset 0 0 0 1px rgba(230, 199, 123, 0.16);
}

dt,
.score-badge,
.steps li::before,
.timeline li::before {
  color: var(--pcep-premium-gold);
  font-weight: 900;
}

input,
select,
textarea {
  min-height: 48px;
  border-color: rgba(49, 91, 73, 0.24);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
}

input:focus,
select:focus,
textarea:focus {
  outline: 3px solid rgba(184, 145, 74, 0.24);
  border-color: var(--pcep-premium-gold);
}

.site-footer {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(220px, 0.8fr) minmax(220px, 0.75fr);
  align-items: start;
  padding-top: clamp(1.4rem, 3vw, 2.2rem);
  padding-bottom: clamp(1.4rem, 3vw, 2.2rem);
  background:
    linear-gradient(135deg, rgba(16, 29, 24, 0.98), rgba(24, 53, 43, 0.96));
  color: rgba(255, 255, 255, 0.82);
}

.site-footer strong {
  display: block;
  margin-bottom: 0.25rem;
  color: #fffdf6;
  font-size: clamp(1.08rem, 1.4vw, 1.25rem);
  font-weight: 900;
}

.footer-kicker,
.footer-contact span,
.footer-brand p,
.site-footer a {
  font-size: clamp(0.96rem, 1.08vw, 1.05rem);
  line-height: 1.48;
}

.footer-kicker {
  color: #e6c77b;
  font-weight: 800;
}

.footer-links,
.footer-contact {
  display: grid;
  gap: 0.45rem;
}

.site-footer a {
  color: rgba(255, 255, 255, 0.88);
  font-weight: 760;
  text-decoration: none;
}

.site-footer a:hover,
.site-footer a:focus-visible {
  color: #e6c77b;
}

@media (max-width: 1040px) {
  .site-footer {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 720px) {
  .site-header {
    gap: 0.8rem;
  }

  .brand {
    min-width: 0;
  }

  .hero-copy {
    padding: 1rem;
  }

  .actions,
  .btn {
    width: 100%;
  }

  .site-footer {
    grid-template-columns: 1fr;
  }
}
/* FIM VPS 09-I */


/* VPS 09-J - jornada publica e funil de conversao */
.conversion-microcopy,
.next-step-note,
.funnel-note {
  max-width: 860px;
  margin: clamp(0.75rem, 1.6vw, 1.15rem) 0 0;
  color: var(--gold);
  font-size: clamp(1rem, 1.18vw, 1.14rem);
  font-weight: 800;
  line-height: 1.52;
  text-shadow: 0 12px 28px rgba(0, 0, 0, 0.16);
}

.section-copy .conversion-microcopy,
.section-head .conversion-microcopy,
.form-section .next-step-note,
.access-flow .next-step-note,
.recommendation .next-step-note {
  color: var(--pcep-premium-deep, var(--green-dark, var(--blue-deep)));
  padding: 0.9rem 1rem;
  border-left: 3px solid var(--gold);
  border-radius: 8px;
  background: rgba(255, 248, 231, 0.76);
  box-shadow: 0 14px 34px rgba(18, 32, 28, 0.08);
  text-shadow: none;
}

.hero .conversion-microcopy,
.final-cta .conversion-microcopy,
.contact .conversion-microcopy {
  color: #f0d58c;
  text-shadow:
    0 2px 8px rgba(0, 0, 0, 0.46),
    0 0 18px rgba(0, 0, 0, 0.28);
}

.actions {
  align-items: center;
}

.actions .btn-primary:first-child {
  box-shadow:
    0 18px 42px rgba(18, 32, 28, 0.18),
    0 0 0 1px rgba(255, 255, 255, 0.16) inset;
}

@media (max-width: 720px) {
  .conversion-microcopy,
  .next-step-note,
  .funnel-note {
    font-size: 1rem;
  }
}
/* FIM VPS 09-J */
