:root {
  --navy: #003366;
  --navy-dark: #00264d;
  --orange: #ff7a00;
  --yellow: #ffc107;
  --teal: #00a6a6;
  --green: #28a745;
  --graphite: #1f2937;
  --muted: #607089;
  --line: #d9e0e8;
  --soft: #f2f7fb;
  --white: #ffffff;
  --container: 1180px;
  --shadow: 0 24px 70px rgba(0, 51, 102, 0.16);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--graphite);
  background: var(--white);
  font-family: "Manrope", Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.container { width: min(var(--container), calc(100% - 48px)); margin: 0 auto; }
.sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0;
}
.skip-link {
  position: fixed; left: 16px; top: -80px; z-index: 1000; padding: 12px 18px;
  background: var(--yellow); color: var(--navy-dark); font-weight: 800; border-radius: 0 0 8px 8px;
}
.skip-link:focus { top: 0; }

.site-header {
  position: sticky; top: 0; z-index: 100; background: rgba(0, 51, 102, 0.96);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12); backdrop-filter: blur(18px);
}
.header-inner { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: flex; align-items: center; width: 205px; height: 64px; overflow: hidden; }
.brand img { width: 205px; transform: scale(1.12); }
.main-nav { display: flex; align-items: center; gap: 26px; }
.main-nav a { color: var(--white); text-decoration: none; font-size: 0.9rem; font-weight: 700; }
.main-nav a:not(.nav-cta):hover { color: var(--yellow); }
.nav-cta { padding: 10px 17px; border: 1px solid rgba(255,255,255,.45); border-radius: 999px; }
.nav-cta:hover { background: var(--white); color: var(--navy); }
.menu-toggle { display: none; width: 44px; height: 44px; border: 0; background: transparent; padding: 9px; }
.menu-toggle span:not(.sr-only) { display: block; height: 2px; margin: 6px 0; background: var(--white); }

.hero {
  min-height: 720px; position: relative; overflow: hidden; background: var(--navy); color: var(--white);
  display: flex; align-items: center;
}
.hero-stripes { position: absolute; inset: 0 auto 0 0; width: 18px; background: linear-gradient(90deg, var(--orange) 0 35%, var(--yellow) 35% 65%, var(--teal) 65%); z-index: 4; }
.hero-image { position: absolute; inset: 0 0 0 38%; background: url("assets/hero-profissional.png") center / cover no-repeat; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(0,38,77,1) 5%, rgba(0,51,102,.98) 35%, rgba(0,51,102,.75) 56%, rgba(0,51,102,.05) 85%); }
.hero-content { position: relative; z-index: 5; padding: 100px 0 92px; }
.hero-content > * { max-width: 690px; }
.eyebrow { margin: 0 0 16px; color: var(--orange); font-size: 0.78rem; font-weight: 800; letter-spacing: 0.14em; text-transform: uppercase; }
.eyebrow.light { color: var(--yellow); }
h1, h2, h3 { margin-top: 0; color: var(--navy); line-height: 1.14; letter-spacing: -0.035em; }
h1 { margin-bottom: 24px; color: var(--white); font-size: clamp(2.7rem, 5vw, 4.9rem); max-width: 760px; }
h2 { margin-bottom: 24px; font-size: clamp(2.1rem, 4vw, 3.6rem); }
h3 { margin-bottom: 14px; font-size: 1.35rem; }
.hero-lead { margin: 0 0 28px; max-width: 650px; color: rgba(255,255,255,.86); font-size: 1.2rem; line-height: 1.65; }
.hero-badges { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 34px; }
.badge { padding: 8px 13px; border: 1px solid rgba(255,255,255,.3); border-radius: 999px; font-size: 0.84rem; font-weight: 700; background: rgba(0,38,77,.38); backdrop-filter: blur(8px); }
.badge-price { border-color: var(--orange); background: var(--orange); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; }
.button {
  min-height: 52px; display: inline-flex; align-items: center; justify-content: center; padding: 12px 24px;
  border: 2px solid transparent; border-radius: 8px; text-decoration: none; font-weight: 800; transition: transform .2s ease, background .2s ease, color .2s ease;
}
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--orange); color: var(--white); }
.button-primary:hover { background: #e96e00; }
.button-ghost { border-color: rgba(255,255,255,.55); color: var(--white); background: rgba(0,38,77,.18); }
.button-ghost:hover { background: var(--white); color: var(--navy); }
.button-large { min-height: 58px; padding-inline: 28px; }

.promise { background: var(--white); border-bottom: 1px solid var(--line); }
.promise-grid { display: grid; grid-template-columns: 1.7fr repeat(3, .7fr); align-items: stretch; }
.promise-intro { margin: 0; padding: 32px 44px 32px 0; font-size: 1.05rem; color: var(--navy); font-weight: 600; line-height: 1.55; }
.promise-item { padding: 28px 22px; border-left: 1px solid var(--line); display: flex; flex-direction: column; justify-content: center; }
.promise-item strong { color: var(--orange); font-size: 1.5rem; line-height: 1; }
.promise-item span { margin-top: 8px; color: var(--navy); font-size: 0.88rem; font-weight: 800; line-height: 1.35; }

.section { padding: 110px 0; }
.split-layout { display: grid; grid-template-columns: 1fr 1.05fr; align-items: center; gap: clamp(52px, 8vw, 110px); }
.lead { color: var(--navy); font-size: 1.18rem; font-weight: 600; line-height: 1.6; }
.section-copy > p:not(.eyebrow) { max-width: 620px; }
.check-list { list-style: none; margin: 30px 0 0; padding: 0; }
.check-list li { position: relative; padding: 12px 0 12px 34px; border-top: 1px solid var(--line); color: var(--navy); font-weight: 700; }
.check-list li::before { content: ""; position: absolute; left: 4px; top: 21px; width: 12px; height: 6px; border-left: 3px solid var(--teal); border-bottom: 3px solid var(--teal); transform: rotate(-45deg); }
.image-frame { margin: 0; position: relative; }
.image-frame::before { content: ""; position: absolute; width: 76%; height: 78%; right: -22px; top: -22px; background: var(--soft); border-radius: 22px; z-index: -1; }
.image-frame img { width: 100%; aspect-ratio: 1.08; object-fit: cover; border-radius: 16px; box-shadow: var(--shadow); }
.image-frame figcaption { padding: 14px 4px 0; color: var(--muted); font-size: 0.82rem; }

.program-section { background: var(--soft); }
.section-heading { display: grid; grid-template-columns: 1.2fr .8fr; gap: 80px; align-items: end; margin-bottom: 56px; }
.section-heading h2 { margin-bottom: 0; }
.section-heading > p { margin: 0 0 7px; color: var(--muted); }
.modules { border-top: 1px solid #b8c9d8; }
.module { display: grid; grid-template-columns: 140px 1fr; gap: 40px; padding: 46px 0; border-bottom: 1px solid #b8c9d8; }
.module-number { color: var(--orange); font-size: clamp(3.3rem, 7vw, 6.5rem); font-weight: 800; line-height: .9; letter-spacing: -0.08em; }
.module-body { display: grid; grid-template-columns: 1.25fr .75fr; column-gap: 50px; align-items: start; }
.module-kicker { grid-column: 1; margin: 0 0 8px; color: var(--teal); font-size: .78rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.module h3 { grid-column: 1; font-size: clamp(1.65rem, 3vw, 2.35rem); }
.module-body > p:not(.module-kicker) { grid-column: 1; margin: 0; color: var(--muted); }
.module-topics { grid-column: 1; margin: 22px 0 0; padding: 0; list-style: none; }
.module-topics li { position: relative; padding: 9px 0 9px 26px; border-top: 1px solid #d5e0e8; color: var(--navy); font-size: .94rem; font-weight: 650; }
.module-topics li::before { content: ""; position: absolute; left: 2px; top: 19px; width: 9px; height: 9px; border-radius: 50%; background: var(--teal); }
.module-output { grid-column: 2; grid-row: 1 / span 4; align-self: center; padding: 24px 28px; border-left: 4px solid var(--orange); background: var(--white); color: var(--navy); font-weight: 700; box-shadow: 0 12px 34px rgba(0,51,102,.08); }
.module-output span { display: block; margin-bottom: 5px; color: var(--orange); font-size: .72rem; letter-spacing: .12em; text-transform: uppercase; }

.outcomes-section { background: var(--navy); color: var(--white); overflow: hidden; }
.outcomes-title { max-width: 700px; }
.outcomes-title h2 { color: var(--white); }
.outcomes-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; margin-top: 56px; border-top: 1px solid rgba(255,255,255,.2); border-bottom: 1px solid rgba(255,255,255,.2); }
.outcome { min-height: 260px; padding: 34px 28px; border-left: 1px solid rgba(255,255,255,.2); }
.outcome:first-child { border-left: 0; }
.outcome span { color: var(--yellow); font-size: .8rem; font-weight: 800; }
.outcome h3 { margin-top: 34px; color: var(--white); }
.outcome p { color: rgba(255,255,255,.7); font-size: .94rem; }

.learning-band { position: relative; min-height: 650px; display: flex; align-items: center; color: var(--white); overflow: hidden; }
.learning-band > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.learning-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(0,38,77,.98) 0%, rgba(0,51,102,.9) 43%, rgba(0,51,102,.18) 75%); }
.learning-content { position: relative; z-index: 2; }
.learning-content > * { max-width: 650px; }
.learning-content h2 { color: var(--white); }
.learning-content > p:not(.eyebrow) { color: rgba(255,255,255,.83); font-size: 1.05rem; }
.learning-points { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 30px; }
.learning-points span { padding: 9px 13px; border: 1px solid rgba(255,255,255,.3); background: rgba(0,38,77,.45); border-radius: 6px; font-size: .82rem; font-weight: 700; }

.audience-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 90px; align-items: start; }
.audience-copy p:not(.eyebrow) { max-width: 680px; color: var(--muted); font-size: 1.06rem; }
.prerequisite { padding: 38px 40px; background: #fff6ec; border: 1px solid #ffd1a6; border-radius: 16px; }
.aside-label { margin: 0 0 26px; color: var(--orange); font-size: .76rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.prerequisite p:last-child { margin-bottom: 0; color: #596273; }

.faq-section { background: #f7f9fc; }
.faq-layout { display: grid; grid-template-columns: .75fr 1.25fr; gap: 100px; }
.faq-title p:last-child { color: var(--muted); }
.faq-list details { border-top: 1px solid #cbd5df; }
.faq-list details:last-child { border-bottom: 1px solid #cbd5df; }
.faq-list summary { list-style: none; position: relative; padding: 22px 50px 22px 0; color: var(--navy); font-weight: 800; cursor: pointer; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; right: 8px; top: 17px; color: var(--orange); font-size: 1.6rem; font-weight: 500; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { margin: -6px 44px 22px 0; color: var(--muted); }

.contact-section { position: relative; padding: 92px 0; background: var(--navy); color: var(--white); overflow: hidden; }
.contact-accent { position: absolute; inset: 0 0 0 auto; width: 30%; background: linear-gradient(135deg, var(--orange), var(--yellow) 52%, var(--teal)); clip-path: polygon(52% 0, 100% 0, 100% 100%, 0 100%); opacity: .95; }
.contact-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1fr .9fr; gap: 90px; align-items: center; }
.contact-copy h2 { color: var(--white); }
.contact-copy p:last-child { max-width: 650px; color: rgba(255,255,255,.78); }
.contact-actions { display: flex; flex-direction: column; align-items: flex-start; gap: 20px; }
.email-link { color: var(--white); font-size: 1.05rem; font-weight: 800; text-underline-offset: 5px; }

.site-footer { padding: 32px 0; background: var(--navy-dark); color: rgba(255,255,255,.68); }
.footer-inner { display: grid; grid-template-columns: 190px 1fr auto; align-items: center; gap: 40px; }
.footer-inner img { width: 175px; max-height: 74px; object-fit: contain; }
.footer-inner p { margin: 0; font-size: .85rem; }
.footer-inner a { color: var(--white); font-size: .85rem; font-weight: 700; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 1000px) {
  .main-nav { gap: 15px; }
  .main-nav a { font-size: .82rem; }
  .hero { min-height: 680px; }
  .hero-image { left: 26%; }
  .promise-grid { grid-template-columns: 1.25fr repeat(3, .7fr); }
  .outcomes-grid { grid-template-columns: repeat(2, 1fr); }
  .outcome:nth-child(3) { border-left: 0; border-top: 1px solid rgba(255,255,255,.2); }
  .outcome:nth-child(4) { border-top: 1px solid rgba(255,255,255,.2); }
}

@media (max-width: 820px) {
  .container { width: min(100% - 32px, var(--container)); }
  .header-inner { min-height: 72px; }
  .brand { width: 170px; height: 58px; }
  .brand img { width: 170px; }
  .menu-toggle { display: block; }
  .main-nav {
    position: absolute; left: 0; right: 0; top: 72px; display: none; flex-direction: column; align-items: stretch;
    gap: 0; padding: 12px 24px 26px; background: var(--navy); border-top: 1px solid rgba(255,255,255,.12); box-shadow: 0 18px 36px rgba(0,0,0,.18);
  }
  .main-nav.is-open { display: flex; }
  .main-nav a { padding: 12px 0; font-size: 1rem; }
  .nav-cta { margin-top: 8px; text-align: center; }
  .hero { min-height: auto; display: block; padding-top: 0; }
  .hero-image { position: relative; inset: auto; width: 100%; height: 46vw; min-height: 270px; max-height: 420px; background-position: 66% center; }
  .hero-shade { background: linear-gradient(0deg, var(--navy) 5%, rgba(0,51,102,.94) 40%, rgba(0,51,102,.12) 72%); }
  .hero-content { margin-top: -145px; padding: 0 0 70px; }
  h1 { font-size: clamp(2.45rem, 10vw, 4rem); }
  .promise-grid { grid-template-columns: 1fr; }
  .promise-intro { padding-right: 0; }
  .promise-item { border-left: 0; border-top: 1px solid var(--line); flex-direction: row; justify-content: flex-start; gap: 22px; align-items: center; padding: 18px 0; }
  .promise-item span { margin: 0; }
  .section { padding: 82px 0; }
  .split-layout, .section-heading, .audience-grid, .faq-layout, .contact-grid { grid-template-columns: 1fr; gap: 50px; }
  .image-frame { order: -1; }
  .image-frame::before { right: 0; }
  .section-heading { margin-bottom: 40px; }
  .module { grid-template-columns: 86px 1fr; gap: 22px; }
  .module-body { grid-template-columns: 1fr; }
  .module-topics { grid-column: 1; }
  .module-output { grid-column: 1; grid-row: auto; margin-top: 24px; }
  .learning-band { min-height: 700px; align-items: flex-end; padding-bottom: 70px; }
  .learning-overlay { background: linear-gradient(0deg, rgba(0,38,77,.98) 10%, rgba(0,51,102,.82) 58%, rgba(0,51,102,.12) 100%); }
  .learning-band > img { object-position: 48% center; }
  .contact-accent { width: 65%; opacity: .26; }
  .footer-inner { grid-template-columns: 1fr; gap: 8px; text-align: center; justify-items: center; }
}

@media (max-width: 560px) {
  body { line-height: 1.65; }
  .hero-content { margin-top: -105px; }
  .hero-lead { font-size: 1.05rem; }
  .hero-actions, .hero-actions .button { width: 100%; }
  .hero-badges { gap: 7px; }
  .badge { font-size: .76rem; }
  .section { padding: 70px 0; }
  .module { grid-template-columns: 1fr; }
  .module-number { font-size: 3.5rem; }
  .outcomes-grid { grid-template-columns: 1fr; }
  .outcome { min-height: auto; border-left: 0; border-top: 1px solid rgba(255,255,255,.2); }
  .outcome:first-child { border-top: 0; }
  .outcome h3 { margin-top: 20px; }
  .prerequisite { padding: 30px 26px; }
  .contact-actions, .contact-actions .button { width: 100%; text-align: center; }
  .email-link { align-self: center; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
