:root {
  --ink: #13201c;
  --muted: #5f6d67;
  --paper: #f7f6f1;
  --white: #ffffff;
  --line: #dfe7e2;
  --green: #315b49;
  --green-dark: #18352b;
  --gold: #b8914a;
  --shadow: 0 22px 62px rgba(18, 32, 28, 0.12);
}
* { box-sizing: border-box; }
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,.94); border-bottom: 1px solid rgba(49,91,73,.14); backdrop-filter: blur(14px); }
.brand { display: flex; align-items: center; gap: 14px; text-decoration: none; min-width: 250px; }
.brand-mark { display: inline-grid; place-items: center; width: 54px; height: 54px; background: var(--green-dark); color: #f5f1e8; font-weight: 900; }
.brand-copy { max-width: 330px; color: var(--muted); font-size: .9rem; }
nav { display: flex; flex-wrap: wrap; gap: 16px; font-size: .94rem; color: var(--green-dark); }
nav a { text-decoration: none; font-weight: 750; }
.hero, .section, .site-footer { padding-left: clamp(18px, 5vw, 74px); padding-right: clamp(18px, 5vw, 74px); }
.hero { min-height: 68vh; display: grid; align-items: center; padding-top: 68px; padding-bottom: 68px; color: #fffdf6; background: linear-gradient(120deg, rgba(17,31,27,.94), rgba(49,91,73,.78)), url("https://images.unsplash.com/photo-1497366754035-f200968a6e72?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: .78rem; letter-spacing: .08em; }
.hero .eyebrow { color: #e6c77b; }
h1 { margin: 0 0 18px; font-size: clamp(2.4rem, 5.8vw, 5.5rem); line-height: 1; letter-spacing: 0; }
.hero p { max-width: 880px; color: rgba(255,255,255,.88); font-size: clamp(1.02rem, 1.8vw, 1.24rem); }
.actions { display: flex; flex-wrap: wrap; gap: 12px; margin: 26px 0 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; cursor: pointer; }
.btn-primary { background: var(--gold); border-color: var(--gold); color: #fff; }
.btn-secondary { background: #fff; border-color: rgba(24,53,43,.16); color: var(--green-dark); }
.btn-ghost { background: transparent; border-color: currentColor; color: inherit; }
.section { padding-top: 64px; padding-bottom: 64px; }
.notice-section, .form-section { background: #fff; }
.notice-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; }
.notice-grid article, .legal-note, .flow-note, form { border: 1px solid var(--line); border-radius: 8px; background: #fff; padding: 18px; box-shadow: 0 10px 30px rgba(18,32,28,.05); }
.legal-note { border-color: rgba(184,145,74,.38); background: #fff8e7; color: #513d16; }
.flow-note { background: #f9faf7; color: var(--green-dark); }
.section-head { max-width: 980px; margin-bottom: 26px; }
.section h2 { margin: 0 0 12px; font-size: clamp(1.8rem, 3.5vw, 3.1rem); line-height: 1.12; letter-spacing: 0; }
.section-head p { color: var(--muted); }
form { display: grid; gap: 18px; }
.field-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
label { display: grid; gap: 7px; color: var(--green-dark); font-weight: 750; }
input, select { width: 100%; border: 1px solid #cdd8d1; border-radius: 6px; padding: 12px 13px; background: #fff; color: var(--ink); font: inherit; }
.wide { grid-column: 1 / -1; }
.consent-box { display: grid; gap: 10px; padding: 16px; border: 1px solid rgba(184,145,74,.38); border-radius: 8px; background: #fff8e7; }
.checkbox-line { display: flex; align-items: flex-start; gap: 12px; font-weight: 650; }
.checkbox-line input { width: auto; margin-top: 5px; }
.honeypot { position: absolute; left: -9999px; height: 1px; width: 1px; opacity: 0; }
.form-message { min-height: 24px; font-weight: 800; color: #9a4a21; }
.site-footer { display: flex; justify-content: space-between; gap: 18px; padding-top: 28px; padding-bottom: 28px; background: #101d18; color: rgba(255,255,255,.76); }
@media (max-width: 1040px) { .notice-grid { 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; } .notice-grid, .field-grid { 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 */
