:root {
  --navy: #062e6d;
  --navy-deep: #03265d;
  --navy-darker: #021e4c;
  --blue: #075aa6;
  --cyan: #5de4e9;
  --cyan-soft: #dffbfc;
  --yellow: #ffc400;
  --yellow-strong: #ffb900;
  --text: #12305f;
  --muted: #5c6f89;
  --white: #fff;
  --bg: #f8fbff;
  --shadow: 0 18px 45px rgba(2, 38, 93, .14);
  --radius: 24px;
  --font: "Poppins", Arial, Helvetica, sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 86px; }
body { margin: 0; font-family: var(--font); color: var(--text); background: #fff; line-height: 1.5; -webkit-font-smoothing: antialiased; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.container { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
.sr-only { position: absolute!important; width: 1px!important; height: 1px!important; padding: 0!important; margin: -1px!important; overflow: hidden!important; clip: rect(0,0,0,0)!important; white-space: nowrap!important; border: 0!important; }
.hp-field { position: absolute; left: -9999px; opacity: 0; pointer-events: none; }

.site-header { position: sticky; top: 0; z-index: 60; background: rgba(3,38,93,.98); box-shadow: 0 10px 28px rgba(0,0,0,.12); }
.header-inner { min-height: 78px; display: flex; align-items: center; gap: 24px; }
.brand { width: 150px; align-self: stretch; display: flex; align-items: center; justify-content: center; background: #fff; border-radius: 0 0 18px 18px; padding: 10px 17px; box-shadow: 0 8px 22px rgba(0,0,0,.12); flex: 0 0 auto; }
.brand img { width: 100%; height: auto; aspect-ratio: 1536 / 624; object-fit: contain; }
.main-nav { display: flex; align-items: center; gap: 24px; margin-left: auto; }
.main-nav a { color: #fff; font-size: 13px; font-weight: 600; white-space: nowrap; position: relative; }
.main-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -7px; height: 2px; border-radius: 3px; background: var(--yellow); transition: right .2s ease; }
.main-nav a:hover::after, .main-nav a.active::after { right: 0; }
.header-cta { padding: 12px 18px; border-radius: 999px; background: var(--yellow); color: var(--navy-deep); font-size: 12px; font-weight: 800; white-space: nowrap; box-shadow: 0 8px 20px rgba(255,196,0,.2); }
.menu-toggle { display: none; width: 42px; height: 42px; border: 0; background: transparent; padding: 8px; cursor: pointer; margin-left: auto; }
.menu-toggle span { display: block; height: 3px; background: #fff; border-radius: 99px; margin: 5px 0; }

.hero { position: relative; overflow: hidden; color: #fff; min-height: 670px; background-color: var(--navy-deep); background-image: linear-gradient(90deg, rgba(3,38,93,.96) 0%, rgba(3,38,93,.88) 27%, rgba(3,38,93,.44) 49%, rgba(3,38,93,.32) 61%, rgba(3,38,93,.78) 100%), url("../img/hero-banner-wide.jpg"); background-size: 100% 100%, cover; background-position: center, center; background-repeat: no-repeat, no-repeat; }
.hero::before { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(1,24,61,.12), rgba(1,24,61,0) 54%, rgba(1,24,61,.34)); pointer-events: none; }
.hero::after { content: ""; position: absolute; left: -8%; right: -8%; bottom: -112px; height: 158px; border: 3px solid rgba(255,196,0,.98); border-top-width: 5px; border-radius: 50%; transform: rotate(4deg); opacity: .96; pointer-events: none; }
.hero-orbit { position: absolute; border: 1.5px dashed rgba(93,228,233,.36); border-radius: 50%; pointer-events: none; }
.hero-orbit-a { width: 440px; height: 220px; left: -190px; top: 30px; transform: rotate(20deg); }
.hero-orbit-b { width: 520px; height: 330px; right: -240px; bottom: -130px; transform: rotate(-18deg); }
.hero-grid { display: grid; grid-template-columns: minmax(0,540px) minmax(320px,360px); justify-content: space-between; gap: 44px; min-height: 670px; align-items: center; padding-top: 74px; padding-bottom: 88px; position: relative; z-index: 2; }
.hero-copy { padding: 0; align-self: center; }
.eyebrow { display: inline-flex; align-items: center; gap: 8px; color: var(--cyan); font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .12em; margin-bottom: 14px; text-shadow: 0 2px 12px rgba(0,0,0,.22); }
.eyebrow::before { content: ""; width: 28px; height: 3px; background: var(--yellow); border-radius: 10px; }
.hero h1 { margin: 0; font-size: clamp(36px, 4vw, 56px); line-height: 1.03; letter-spacing: -.045em; font-weight: 800; max-width: 560px; text-shadow: 0 3px 18px rgba(0,0,0,.18); }
.hero h1 em { font-style: normal; color: var(--yellow); }
.hero-copy > p { margin: 20px 0 24px; max-width: 540px; color: rgba(255,255,255,.94); font-size: 15px; text-shadow: 0 2px 12px rgba(0,0,0,.2); }
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 12px; min-height: 48px; border-radius: 999px; padding: 12px 24px; font-weight: 800; font-size: 14px; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.btn:hover { transform: translateY(-2px); }
.btn-yellow { background: var(--yellow); color: var(--navy-deep); box-shadow: 0 10px 24px rgba(255,196,0,.2); }
.btn-yellow:hover { background: #ffd12f; box-shadow: 0 14px 30px rgba(255,196,0,.25); }
.btn-navy { background: var(--navy); color: #fff; box-shadow: 0 12px 26px rgba(3,38,93,.18); }
.btn-navy:hover { background: #0a4c94; }
.hero-features { margin-top: 32px; padding-bottom: 14px; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; max-width: 520px; }
.hero-feature { display: grid; grid-template-columns: 34px 1fr; align-items: center; gap: 8px; font-size: 11px; line-height: 1.25; font-weight: 600; color: rgba(255,255,255,.96); text-shadow: 0 2px 10px rgba(0,0,0,.28); }
.hero-feature svg { width: 32px; height: 32px; fill: var(--cyan); filter: drop-shadow(0 3px 7px rgba(0,0,0,.18)); }

.lead-card { width: 100%; max-width: 360px; justify-self: end; background: rgba(255,255,255,.60); color: var(--text); border-radius: 26px; padding: 23px; border: 4px solid var(--cyan); box-shadow: 0 25px 60px rgba(0,0,0,.20); backdrop-filter: blur(5px); -webkit-backdrop-filter: blur(5px); }

/* No desktop o formulário permanece dentro do mesmo container do conteúdo.
   Os personagens do banner são exibidos em escala menor para preservar os rostos. */
@media (min-width: 1181px) {
  .lead-card { transform: none; }
}
.lead-card-head { display: grid; grid-template-columns: 48px 1fr; gap: 12px; align-items: center; margin-bottom: 18px; }
.calendar-icon { width: 46px; height: 46px; border-radius: 14px; display: grid; place-items: center; background: #edf8ff; color: var(--navy); }
.calendar-icon svg { width: 27px; height: 27px; fill: currentColor; }
.lead-card h2 { margin: 0; font-size: 20px; line-height: 1.12; color: var(--navy); font-weight: 800; letter-spacing: -.025em; }
.lead-form { display: grid; gap: 10px; }
.lead-form input:not([type="checkbox"]), .lead-form select { width: 100%; height: 46px; border: 1px solid rgba(217,230,241,.95); background: rgba(248,251,254,.94); border-radius: 14px; padding: 0 14px; outline: none; color: var(--text); font-size: 13px; transition: border .2s ease, box-shadow .2s ease, background .2s ease; }
.lead-form select { appearance: none; background-image: linear-gradient(45deg,transparent 50%,#244f84 50%), linear-gradient(135deg,#244f84 50%,transparent 50%); background-position: calc(100% - 18px) 19px, calc(100% - 13px) 19px; background-size: 5px 5px, 5px 5px; background-repeat: no-repeat; padding-right: 38px; }
.lead-form input:focus, .lead-form select:focus { border-color: var(--cyan); box-shadow: 0 0 0 4px rgba(93,228,233,.17); background: #fff; }
.lead-form input::placeholder { color: #72859c; }
.privacy-check { display: grid; grid-template-columns: 18px 1fr; gap: 8px; align-items: start; font-size: 10px; color: #03265d; line-height: 1.4; padding: 1px 2px; }
.privacy-check input { width: 16px; height: 16px; accent-color: var(--navy); margin-top: 1px; }
.privacy-check a { color: var(--blue); text-decoration: underline; font-weight: 600; }
.submit-btn { border: 0; min-height: 48px; border-radius: 14px; background: var(--yellow); color: var(--navy-deep); font-weight: 800; font-size: 12px; padding: 10px 16px; display: flex; align-items: center; justify-content: center; gap: 8px; cursor: pointer; box-shadow: 0 10px 22px rgba(255,196,0,.26); transition: transform .2s ease, box-shadow .2s ease; }
.submit-btn:hover { transform: translateY(-1px); box-shadow: 0 14px 28px rgba(255,196,0,.3); }
.submit-btn:disabled { opacity: .48; cursor: not-allowed; box-shadow: none; filter: grayscale(.12); transform: none; }
.submit-btn:disabled:hover { transform: none; box-shadow: none; }
.form-status { min-height: 14px; text-align: center; color: #5f7188; font-size: 10px; }

.enem-section { padding: 80px 0; background: #fff; }
.enem-grid { display: grid; grid-template-columns: .95fr 1.05fr; align-items: center; gap: 72px; }
.enem-photo-wrap { position: relative; min-height: 470px; }
.enem-photo-wrap::before { content: ""; position: absolute; width: 84%; height: 84%; left: 5%; bottom: 0; background: linear-gradient(145deg,#eaf9ff,#f7fbff); border-radius: 34px; transform: rotate(-2deg); }
.enem-photo-wrap img { width: 100%; height: 470px; object-fit: cover; object-position: center; border-radius: 30px; position: relative; box-shadow: var(--shadow); }
.photo-note { position: absolute; top: 18px; left: 18px; max-width: 190px; background: rgba(255,255,255,.94); border-radius: 16px; padding: 12px 15px; color: var(--navy); font-size: 13px; line-height: 1.2; transform: rotate(-3deg); box-shadow: 0 10px 28px rgba(0,0,0,.09); font-style: italic; }
.photo-note strong { color: var(--blue); }
.enem-content { display: grid; grid-template-columns: 114px 1fr; column-gap: 18px; align-items: start; }
.medal { width: 112px; height: 132px; position: relative; grid-row: span 2; }
.medal-disc { width: 96px; height: 96px; border-radius: 50%; background: linear-gradient(145deg,#ffcf4b,#ff9d17); border: 8px solid #ffd76a; box-shadow: inset 0 0 0 3px #f49a16, 0 10px 25px rgba(255,157,23,.3); display: grid; place-items: center; position: relative; z-index: 2; }
.medal-disc span { font-size: 44px; font-weight: 800; color: #fff; text-shadow: 0 2px 0 rgba(170,90,0,.25); }
.ribbon { position: absolute; bottom: 2px; width: 32px; height: 58px; background: #21a6e7; clip-path: polygon(0 0,100% 0,88% 100%,50% 77%,10% 100%); }
.ribbon.r1 { left: 15px; transform: rotate(9deg); }
.ribbon.r2 { right: 9px; transform: rotate(-11deg); background: #0c78c4; }
.enem-title-wrap { align-self: center; }
.enem-top { display: block; color: var(--navy); font-weight: 800; font-size: clamp(44px, 5vw, 72px); line-height: .95; letter-spacing: -.05em; }
.enem-title-wrap h2 { margin: 4px 0 0; color: var(--yellow-strong); font-size: clamp(36px, 4vw, 58px); line-height: .95; letter-spacing: -.045em; }
.enem-region { display: block; color: var(--blue); font-weight: 800; font-size: clamp(22px, 2.6vw, 34px); line-height: 1; margin-top: 5px; }
.enem-content > p { grid-column: 1/-1; margin: 25px 0 18px; color: #5b6b81; font-size: 14px; }
.enem-highlight { grid-column: 1/-1; padding: 18px 20px; background: #ddf8fc; border-radius: 18px; color: var(--navy); font-weight: 600; font-size: 13px; }
.enem-content .btn { grid-column: 1/-1; justify-self: start; margin-top: 22px; }

.why-section { padding: 76px 0 84px; background: linear-gradient(180deg,#f9fbff,#f4f8fd); }
.section-heading { text-align: center; margin-bottom: 42px; }
.section-heading h2 { margin: 0; color: #37506f; font-weight: 500; font-size: clamp(28px,3.2vw,42px); letter-spacing: -.04em; }
.section-heading h2 strong { color: var(--blue); font-weight: 800; }
.heading-mark { display: block; width: 64px; height: 5px; background: var(--yellow); border-radius: 10px; margin: 10px auto 0; }
.why-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 22px; }
.why-card { background: #fff; border-radius: 24px; padding: 30px 22px 26px; text-align: center; box-shadow: 0 14px 38px rgba(3,38,93,.08); border: 1px solid #eaf1f8; min-height: 260px; }
.round-icon { width: 58px; height: 58px; margin: -6px auto 18px; border-radius: 50%; display: grid; place-items: center; background: var(--blue); color: #fff; box-shadow: 0 8px 22px rgba(7,90,166,.22); }
.round-icon svg { width: 30px; height: 30px; fill: currentColor; }
.why-card h3 { margin: 0 0 10px; color: var(--navy); font-size: 16px; }
.why-card p { margin: 0; color: #6b7c91; font-size: 12px; }
.center-action { display: flex; justify-content: center; margin-top: 34px; }

.segments-section { position: relative; overflow: hidden; padding: 78px 0 92px; background: radial-gradient(circle at 20% 20%,rgba(26,122,183,.35),transparent 28%), linear-gradient(140deg,#073a7a,#03265d); color: #fff; }
.segment-orbit { position: absolute; border: 1.5px dashed rgba(93,228,233,.32); border-radius: 50%; }
.segment-orbit-a { width: 480px; height: 230px; left: -260px; top: 50px; transform: rotate(22deg); }
.segment-orbit-b { width: 580px; height: 270px; right: -300px; bottom: -40px; transform: rotate(-14deg); }
.segments-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 30px; margin-bottom: 30px; position: relative; z-index: 2; }
.segments-heading h2 { margin: 0; font-size: clamp(28px,3.3vw,44px); line-height: 1; }
.segments-heading h2 strong { color: var(--cyan); }
.segments-heading > span { font-size: 17px; line-height: 1.2; text-align: right; font-style: italic; transform: rotate(-3deg); }
.segments-heading > span::after { content: ""; display: block; width: 70px; height: 4px; background: var(--yellow); border-radius: 10px; margin: 8px 0 0 auto; }
.segments-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 18px; position: relative; z-index: 2; }
.segment-card { background: #fff; color: var(--text); border-radius: 22px; overflow: hidden; box-shadow: 0 20px 40px rgba(0,0,0,.15); min-height: 390px; display: flex; flex-direction: column; }
.segment-card img { width: 100%; height: 188px; object-fit: cover; object-position: center 38%; image-rendering: auto; }
.segment-body { padding: 18px 18px 20px; display: flex; flex-direction: column; flex: 1; }
.segment-body h3 { margin: 0 0 8px; font-size: 15px; line-height: 1.15; color: var(--blue); }
.segment-body p { margin: 0; color: #64758b; font-size: 11px; flex: 1; }
.segment-body a { align-self: flex-start; display: inline-flex; align-items: center; gap: 8px; background: var(--yellow); color: var(--navy); border-radius: 999px; padding: 9px 15px; margin-top: 16px; font-weight: 800; font-size: 11px; }

.beyond-section { padding: 86px 0 78px; background: #fff; }
.beyond-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 72px; align-items: center; }
.beyond-copy h2 { margin: 0; color: #43546d; font-size: clamp(30px,3.5vw,48px); line-height: 1.02; letter-spacing: -.04em; font-weight: 500; }
.beyond-copy h2 strong { color: var(--blue); font-weight: 800; }
.beyond-copy p { margin: 21px 0 24px; color: #687a90; font-size: 14px; max-width: 560px; }
.benefit-list { display: grid; grid-template-columns: 1fr 1fr; gap: 28px 24px; }
.benefit-item { display: grid; grid-template-columns: 48px 1fr; gap: 12px; align-items: start; }
.benefit-item svg { width: 42px; height: 42px; fill: var(--blue); }
.benefit-item strong { display: block; color: var(--navy); font-size: 14px; margin-bottom: 4px; }
.benefit-item span { display: block; color: #718097; font-size: 11px; line-height: 1.45; }

.final-cta-section { padding: 28px 0 70px; background: #fff; }
.final-cta { min-height: 310px; border-radius: 34px; overflow: hidden; display: grid; grid-template-columns: .9fr 1.25fr .45fr; align-items: center; gap: 22px; padding: 0 38px 0 0; background: linear-gradient(120deg,var(--yellow),#ffce2d); color: var(--navy); position: relative; box-shadow: 0 22px 45px rgba(3,38,93,.13); }
.final-cta::before { content: ""; position: absolute; width: 260px; height: 260px; left: 90px; top: 25px; border-radius: 50%; background: var(--cyan); opacity: .95; }
.final-cta-photo { height: 310px; align-self: end; position: relative; z-index: 2; }
.final-cta-photo img { height: 100%; width: 100%; object-fit: cover; object-position: center 42%; mix-blend-mode: normal; }
.final-cta-copy { position: relative; z-index: 2; }
.final-cta-copy h2 { margin: 0; font-size: clamp(26px,3vw,40px); line-height: 1.03; letter-spacing: -.04em; font-weight: 500; }
.final-cta-copy h2 strong { font-weight: 800; }
.final-cta-copy p { margin: 14px 0 20px; font-size: 12px; max-width: 560px; }
.final-cta-note { position: relative; z-index: 2; font-size: 17px; font-style: italic; transform: rotate(-5deg); text-align: center; }
.final-cta-note strong { font-size: 23px; }

.site-footer { background: linear-gradient(135deg,#062f6f,#03245a); color: #fff; }
.footer-grid { display: grid; grid-template-columns: 1.05fr .9fr 1.5fr .8fr; gap: 38px; align-items: center; padding-top: 50px; padding-bottom: 42px; }
.footer-brand img { display: block; width: 190px; height: auto; aspect-ratio: 1536 / 624; object-fit: contain; }
.footer-links { display: grid; gap: 5px; font-size: 13px; line-height: 1.35; }
.footer-links a:hover { color: var(--yellow); }
.footer-contact { display: grid; gap: 10px; font-size: 12px; line-height: 1.4; color: rgba(255,255,255,.9); }
.footer-contact p { display: flex; align-items: flex-start; gap: 8px; margin: 0; }
.footer-contact svg { width: 18px; height: 18px; fill: var(--yellow); flex: 0 0 auto; }
.footer-contact a:hover { color: var(--yellow); }
.footer-slogan { font-size: 17px; line-height: 1.18; text-align: right; font-style: italic; transform: rotate(-4deg); }
.footer-slogan strong { color: var(--yellow); font-size: 24px; }
.footer-bottom { border-top: 4px solid var(--yellow); text-align: center; padding: 16px 0 18px; font-size: 10px; color: rgba(255,255,255,.8); }

.whatsapp-float { position: fixed; right: 22px; bottom: 22px; z-index: 70; width: 58px; height: 58px; border-radius: 50%; display: grid; place-items: center; background: #25d366; box-shadow: 0 12px 28px rgba(0,0,0,.25); border: 3px solid #fff; transition: transform .2s ease; }
.whatsapp-float:hover { transform: translateY(-3px) scale(1.03); }
.whatsapp-float svg { width: 29px; height: 29px; fill: #fff; }

@media (max-width: 1060px) {
  .header-cta { display: none; }
  .main-nav { gap: 16px; }
  .hero-grid { grid-template-columns: minmax(0,1fr) 330px; gap: 34px; padding-top: 64px; }
  .hero h1 { font-size: 44px; }
  .why-grid, .segments-grid { grid-template-columns: repeat(2,1fr); }
  .segment-card { min-height: 370px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-slogan { text-align: left; }
}

@media (max-width: 820px) {
  html { scroll-padding-top: 72px; }
  .container { width: min(100% - 28px, 720px); }
  .site-header { position: sticky; }
  .header-inner { min-height: 70px; gap: 12px; }
  .brand { width: 126px; padding: 8px 14px; }
  .menu-toggle { display: block; }
  .main-nav { position: absolute; left: 14px; right: 14px; top: 72px; display: none; flex-direction: column; align-items: stretch; gap: 0; background: #fff; border-radius: 18px; padding: 10px; box-shadow: 0 18px 42px rgba(0,0,0,.2); }
  .main-nav.open { display: flex; }
  .main-nav a { color: var(--navy); padding: 12px 14px; border-radius: 12px; font-size: 13px; }
  .main-nav a:hover { background: #f0f7fc; }
  .main-nav a::after { display: none; }
  .hero { min-height: 0; background-color: var(--navy-deep); background-image: linear-gradient(90deg, rgba(3,38,93,.96) 0%, rgba(3,38,93,.88) 27%, rgba(3,38,93,.44) 49%, rgba(3,38,93,.32) 61%, rgba(3,38,93,.78) 100%), url("../img/hero-banner.jpg"); background-size: 100% 100%, auto 610px; background-position: center, 56% top; }
  .hero::before { background: linear-gradient(180deg, rgba(3,38,93,.54) 0 420px, rgba(3,38,93,.88) 560px, var(--navy-deep) 760px); }
  .hero::after { bottom: -70px; height: 105px; }
  .hero-grid { grid-template-columns: 1fr; min-height: 0; padding-top: 56px; padding-bottom: 72px; gap: 30px; }
  .hero-copy { padding: 0; text-align: center; }
  .hero h1 { font-size: clamp(34px,10vw,48px); max-width: 680px; margin-inline: auto; }
  .hero-copy > p { margin-inline: auto; font-size: 14px; }
  .eyebrow { justify-content: center; }
  .hero-features { margin: 30px auto 0; padding-bottom: 8px; }
  .lead-card { order: 2; justify-self: center; max-width: 560px; width: 100%; margin: 14px auto 0; background: rgba(255,255,255,.97); }
  .enem-section, .why-section, .segments-section, .beyond-section { padding-top: 62px; padding-bottom: 62px; }
  .enem-grid { grid-template-columns: 1fr; gap: 36px; }
  .enem-photo-wrap { min-height: 420px; max-width: 580px; width: 100%; margin: 0 auto; }
  .enem-photo-wrap img { height: 420px; }
  .enem-content { max-width: 580px; margin: 0 auto; }
  .segments-heading { align-items: center; }
  .beyond-grid { grid-template-columns: 1fr; gap: 36px; }
  .final-cta { grid-template-columns: .9fr 1.3fr; padding-right: 24px; }
  .final-cta-note { display: none; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 560px) {
  .container { width: min(100% - 22px, 520px); }
  .brand { width: 116px; }
  .hero { background-size: 100% 100%, auto 500px; background-position: center, 58% top; }
  .hero::before { background: linear-gradient(180deg, rgba(3,38,93,.62) 0 360px, rgba(3,38,93,.93) 500px, var(--navy-deep) 670px); }
  .hero-grid { padding-top: 42px; padding-bottom: 64px; gap: 24px; }
  .hero-copy { text-align: left; }
  .eyebrow { justify-content: flex-start; font-size: 10px; }
  .hero h1 { font-size: 38px; margin: 0; }
  .hero-copy > p { margin: 16px 0 20px; font-size: 13px; }
  .hero-copy > .btn { width: 100%; }
  .hero-features { grid-template-columns: repeat(2,1fr); gap: 16px 18px; margin: 28px 0 0; padding-bottom: 8px; }
  .hero-feature { grid-template-columns: 30px 1fr; font-size: 10px; }
  .hero-feature svg { width: 28px; height: 28px; }
  .lead-card { border-width: 3px; padding: 19px 16px 18px; border-radius: 22px; }
  .lead-card-head { grid-template-columns: 42px 1fr; }
  .calendar-icon { width: 40px; height: 40px; }
  .lead-card h2 { font-size: 18px; }
  .lead-form input:not([type="checkbox"]), .lead-form select { height: 49px; font-size: 14px; }
  .privacy-check { font-size: 9px; }
  .submit-btn { min-height: 51px; font-size: 11px; }
  .enem-section { padding-top: 54px; }
  .enem-photo-wrap { min-height: 330px; }
  .enem-photo-wrap img { height: 330px; border-radius: 22px; }
  .photo-note { font-size: 11px; max-width: 160px; padding: 10px 12px; }
  .enem-content { grid-template-columns: 82px 1fr; column-gap: 12px; }
  .medal { width: 80px; height: 98px; }
  .medal-disc { width: 70px; height: 70px; border-width: 6px; }
  .medal-disc span { font-size: 33px; }
  .ribbon { width: 24px; height: 43px; }
  .enem-top { font-size: 41px; }
  .enem-title-wrap h2 { font-size: 34px; }
  .enem-region { font-size: 21px; }
  .enem-content > p { font-size: 12px; margin-top: 20px; }
  .enem-highlight { font-size: 11px; padding: 14px; }
  .enem-content .btn { width: 100%; }
  .why-grid { grid-template-columns: 1fr; gap: 14px; }
  .why-card { min-height: 0; padding: 24px 20px; }
  .round-icon { margin-top: 0; }
  .segments-heading { display: block; text-align: center; }
  .segments-heading h2 { font-size: 31px; }
  .segments-heading > span { display: none; }
  .segments-grid { grid-template-columns: 1fr; gap: 14px; }
  .segment-card { min-height: 0; display: flex; flex-direction: column; border-radius: 18px; }
  .segment-card img { width: 100%; height: 210px; min-height: 0; object-position: center 38%; }
  .segment-body { padding: 17px 15px; }
  .segment-body h3 { font-size: 14px; }
  .segment-body p { font-size: 10px; }
  .segment-body a { margin-top: 12px; padding: 8px 13px; }
  .beyond-copy h2 { font-size: 34px; }
  .benefit-list { grid-template-columns: 1fr; gap: 20px; }
  .final-cta-section { padding: 0 0 48px; }
  .final-cta { grid-template-columns: 1fr; padding: 0; border-radius: 26px; overflow: hidden; }
  .final-cta::before { width: 280px; height: 280px; left: -50px; top: 10px; }
  .final-cta-photo { height: 245px; width: 100%; }
  .final-cta-photo img { object-position: center 45%; }
  .final-cta-copy { padding: 0 22px 26px; }
  .final-cta-copy h2 { font-size: 28px; }
  .final-cta-copy .btn { width: 100%; }
  .footer-grid { grid-template-columns: 1fr; text-align: center; gap: 24px; padding-top: 38px; padding-bottom: 30px; }
  .footer-brand img { margin: 0 auto; width: 160px; }
  .footer-links { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px 15px; }
  .footer-contact { justify-items: center; }
  .footer-contact p { justify-content: center; text-align: left; }
  .footer-slogan { text-align: center; }
  .whatsapp-float { width: 54px; height: 54px; right: 14px; bottom: 14px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .001ms!important; animation-duration: .001ms!important; animation-iteration-count: 1!important; }
}

