:root{--navy:#14284b;--navy2:#0c1933;--coral:#f26c4f;--yellow:#f6c84b;--blue:#7ec8e3;--paper:#fffaf1;--white:#fff;--ink:#101828;--muted:#596273;--line:#d8dbe2;--wrap:1180px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:Manrope,sans-serif;font-size:16px;line-height:1.65}img{display:block;width:100%;height:auto}a{text-decoration:none;color:inherit}.wrap{width:min(var(--wrap),calc(100% - 40px));margin:auto}.skip{position:fixed;z-index:999;top:10px;left:10px;padding:10px;background:#fff;transform:translateY(-150%)}.skip:focus{transform:none}.topbar{position:sticky;top:0;z-index:80;background:rgba(255,250,241,.94);backdrop-filter:blur(15px);border-bottom:2px solid var(--navy)}.nav-wrap{height:80px;display:flex;align-items:center;justify-content:space-between;gap:25px}.logo{display:flex;align-items:center;gap:10px;color:var(--navy);font:700 1.25rem Unbounded,sans-serif;line-height:1}.logo-sun{width:42px;height:42px;border-radius:12px;display:grid;place-items:center;background:var(--yellow);font-size:1.35rem}.logo small{display:block;font:700 .57rem Manrope,sans-serif;text-transform:uppercase;letter-spacing:.12em;margin-top:6px}.topbar nav{display:flex;align-items:center;gap:25px;font-weight:700;font-size:.88rem}.menu{display:none;padding:8px 12px;border:2px solid var(--navy);background:transparent;border-radius:8px;font:700 .9rem Manrope}.pill{display:inline-flex;min-height:48px;align-items:center;justify-content:center;padding:12px 21px;border-radius:12px;font-weight:800;transition:.2s}.pill:hover{transform:translate(-2px,-2px);box-shadow:5px 5px 0 var(--navy2)}.pill-dark{background:var(--navy);color:#fff}.pill-coral{background:var(--coral);color:var(--navy2);border:2px solid var(--navy2)}.pill-yellow{background:var(--yellow);color:var(--navy2);border:2px solid var(--navy2)}.hero{display:grid;grid-template-columns:46% 54%;min-height:720px;position:relative;background:var(--blue);border-bottom:2px solid var(--navy);overflow:hidden}.hero-copy{padding:100px max(40px,calc((100vw - var(--wrap))/2)) 80px;display:flex;flex-direction:column;justify-content:center;align-items:flex-start}.sticker{display:inline-block;background:var(--yellow);border:2px solid var(--navy);border-radius:999px;padding:7px 14px;font-weight:800;transform:rotate(-2deg);box-shadow:4px 4px 0 var(--navy)}.kicker{font-weight:800;max-width:480px;margin:28px 0 10px}.hero h1,.section h2,.feature-copy h2,.day-copy h2,.visit h2,.final-cta h2{font-family:Unbounded,sans-serif;line-height:1.05;letter-spacing:-.04em}.hero h1{font-size:clamp(3.4rem,6.7vw,7.4rem);margin:8px 0 24px;color:var(--navy2);max-width:740px}.lead{font-size:1.1rem;max-width:560px;margin:0 0 30px}.hero-buttons{display:flex;gap:20px;align-items:center;flex-wrap:wrap}.plain-link{font-weight:800;border-bottom:2px solid var(--navy)}.hero-photo{position:relative;height:100%}.hero-photo img{height:100%;object-fit:cover}.photo-label{position:absolute;right:24px;bottom:24px;background:#fff;border:2px solid var(--navy);padding:8px 13px;font-weight:800;transform:rotate(2deg)}.hero-fact{position:absolute;bottom:35px;left:calc(46% - 95px);width:190px;height:190px;border-radius:50%;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;background:var(--coral);border:2px solid var(--navy);box-shadow:8px 8px 0 var(--navy);transform:rotate(-5deg)}.hero-fact strong{font:700 4rem/1 Unbounded}.hero-fact span{font-size:.75rem;font-weight:800}.ticker{overflow:hidden;background:var(--navy);color:#fff;border-bottom:2px solid var(--navy);white-space:nowrap;padding:14px 0;font-weight:800;letter-spacing:.08em}.ticker div{width:max-content;animation:tick 24s linear infinite}.ticker b{color:var(--yellow);padding:0 24px}@keyframes tick{to{transform:translateX(-40%)}}.section{padding:105px 0}.intro{background:var(--paper)}.intro-grid{display:grid;grid-template-columns:1fr .82fr;gap:90px;align-items:start}.section-tag{text-transform:uppercase;letter-spacing:.14em;font-weight:800;font-size:.75rem;color:#a13b29;margin:0 0 16px}.section h2,.feature-copy h2,.day-copy h2,.visit h2,.final-cta h2{font-size:clamp(2.4rem,4.8vw,5rem);margin:0}.intro-text{font-size:1.05rem;color:var(--muted)}.intro-text p:first-child{margin-top:4px}.values-grid{display:grid;grid-template-columns:repeat(3,1fr);margin-top:65px;border:2px solid var(--navy)}.value{padding:34px;min-height:295px;border-right:2px solid var(--navy)}.value:last-child{border:0}.value span{font:700 2.3rem Unbounded}.value h3{font:700 1.4rem Unbounded;line-height:1.15;margin:55px 0 14px}.value p{margin:0}.navy{background:var(--navy);color:#fff}.coral{background:var(--coral)}.yellow{background:var(--yellow)}.feature-section,.day-section{display:grid;grid-template-columns:1fr 1fr;border-top:2px solid var(--navy);border-bottom:2px solid var(--navy)}.feature-image img,.day-photo img{height:100%;object-fit:cover}.feature-copy{background:var(--coral);padding:85px max(40px,calc((100vw - var(--wrap))/2)) 85px 70px}.feature-copy h2{font-size:clamp(2.6rem,5vw,5.2rem)}.feature-copy>p:not(.section-tag){max-width:630px}.feature-copy ul{padding-left:20px;margin:28px 0}.feature-copy li{margin:10px 0;font-weight:700}.stages{background:#fff}.stage-head,.tuition-head{display:flex;justify-content:space-between;gap:70px;align-items:end}.stage-head>div,.tuition-head>div{max-width:790px}.stage-head>p,.tuition-head>p{max-width:330px;color:var(--muted)}.stage-list{margin-top:55px;border-top:2px solid var(--navy)}.stage-list article{display:grid;grid-template-columns:90px 1fr 1.2fr 24px;gap:30px;align-items:center;padding:30px 0;border-bottom:2px solid var(--navy)}.stage-number{font:700 1.4rem Unbounded;color:var(--coral)}.stage-list h3{font:700 1.25rem Unbounded;margin:0}.stage-list p{margin:3px 0;color:var(--muted)}.stage-color{width:24px;height:70px;border-radius:99px}.coral-bg{background:var(--coral)}.yellow-bg{background:var(--yellow)}.blue-bg{background:var(--blue)}.day-photo{order:2}.day-copy{background:var(--yellow);padding:85px 70px 85px max(40px,calc((100vw - var(--wrap))/2))}.day-copy h2{font-size:clamp(2.5rem,4.6vw,4.7rem)}.timeline{margin-top:35px}.timeline>div{display:grid;grid-template-columns:75px 1fr;gap:20px;padding:15px 0;border-top:1px solid rgba(20,40,75,.35)}.timeline time{font-weight:800}.timeline strong,.timeline span{display:block}.timeline span{font-size:.9rem}.tuition{background:var(--blue);border-bottom:2px solid var(--navy)}.tuition-table{display:grid;grid-template-columns:repeat(3,1fr);margin-top:55px;border:2px solid var(--navy);background:#fff}.tuition-table>div{padding:34px;border-right:2px solid var(--navy)}.tuition-table>div:last-child{border:0}.tuition-table span,.tuition-table strong,.tuition-table em{display:block}.tuition-table span{font-weight:800;color:#a13b29}.tuition-table strong{font:700 2.4rem Unbounded;color:var(--navy);margin:25px 0 6px}.tuition-table strong small{font:700 .7rem Manrope}.tuition-table em{font-style:normal;color:var(--muted)}.tuition-foot{display:flex;justify-content:space-between;gap:30px;align-items:center;margin-top:26px}.tuition-foot p{font-size:.83rem;color:#2d425d}.visit{display:grid;grid-template-columns:.86fr 1.14fr;background:var(--navy);color:#fff;border-bottom:2px solid var(--navy)}.visit-info{padding:90px 70px 90px max(40px,calc((100vw - var(--wrap))/2))}.visit .section-tag{color:var(--yellow)}.visit h2{font-size:clamp(2.4rem,4.4vw,4.6rem)}.visit-info>p:not(.section-tag){color:rgba(255,255,255,.75);font-size:1.05rem}.visit iframe{border:0;width:100%;height:100%;min-height:570px;filter:saturate(.75)}.visit-actions{display:flex;align-items:center;gap:20px;flex-wrap:wrap;margin-top:30px}.visit-actions>a:not(.pill){color:var(--yellow);font-weight:800}.final-cta{text-align:center;background:var(--paper);padding:100px 0}.final-cta .wrap{max-width:850px}.big-star{font-size:3rem;color:var(--coral)}.final-cta h2{font-size:clamp(2.8rem,5.7vw,5.7rem);color:var(--navy)}.final-cta p{max-width:650px;margin:22px auto 30px;color:var(--muted)}footer{background:var(--navy2);color:#fff;padding:60px 0 24px}.footer-grid{display:grid;grid-template-columns:1.3fr 1fr 1fr;gap:40px}.footer-logo{color:#fff}.footer-grid>div{display:flex;flex-direction:column;gap:7px;color:rgba(255,255,255,.7)}.footer-grid strong{color:#fff}.legal{margin-top:50px;padding-top:20px;border-top:1px solid rgba(255,255,255,.15);font-size:.77rem;color:rgba(255,255,255,.45)}.float-wa{position:fixed;z-index:70;right:18px;bottom:18px;padding:12px 18px;border:2px solid var(--navy2);border-radius:12px;background:#25d366;color:#072b16;font-weight:800;box-shadow:5px 5px 0 var(--navy2)}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.ticker div{animation:none}.pill:hover{transform:none}}@media(max-width:920px){.menu{display:block}.topbar nav{display:none;position:absolute;top:80px;left:0;right:0;background:var(--paper);padding:20px;flex-direction:column;align-items:stretch;border-bottom:2px solid var(--navy)}.topbar nav.open{display:flex}.topbar nav .pill{width:100%}.hero{grid-template-columns:1fr;min-height:auto}.hero-copy{padding:75px 30px}.hero-photo{height:500px}.hero-fact{left:auto;right:25px;bottom:470px;width:150px;height:150px}.hero-fact strong{font-size:3rem}.intro-grid,.feature-section,.day-section,.visit{grid-template-columns:1fr}.values-grid,.tuition-table{grid-template-columns:1fr}.value,.tuition-table>div{border-right:0;border-bottom:2px solid var(--navy)}.value:last-child,.tuition-table>div:last-child{border-bottom:0}.feature-image,.day-photo{height:520px}.feature-copy,.day-copy,.visit-info{padding:70px 30px}.day-photo{order:0}.stage-head,.tuition-head,.tuition-foot{align-items:flex-start;flex-direction:column}.visit iframe{min-height:430px}.footer-grid{grid-template-columns:1fr 1fr}.footer-logo{grid-column:1/-1}}@media(max-width:580px){.wrap{width:calc(100% - 28px)}.nav-wrap{height:70px}.topbar nav{top:70px}.hero-copy{padding:55px 20px 70px}.hero h1{font-size:3.4rem}.hero-photo{height:390px}.hero-fact{bottom:360px;right:13px;width:126px;height:126px}.hero-fact strong{font-size:2.5rem}.section{padding:72px 0}.intro-grid{grid-template-columns:1fr;gap:20px}.section h2,.feature-copy h2,.day-copy h2,.visit h2,.final-cta h2{font-size:2.6rem}.values-grid{margin-top:40px}.value{min-height:auto}.value h3{margin-top:32px}.feature-image,.day-photo{height:330px}.feature-copy,.day-copy,.visit-info{padding:60px 20px}.stage-list article{grid-template-columns:45px 1fr 16px;gap:15px}.stage-list article>p{grid-column:2/4}.stage-color{grid-column:3;grid-row:1;height:55px;width:16px}.tuition-table strong{font-size:2rem}.tuition-foot{align-items:stretch}.tuition-foot .pill{width:100%}.visit iframe{min-height:350px}.footer-grid{grid-template-columns:1fr}.float-wa{right:10px;bottom:10px}}
/* Correção da primeira dobra: amplia a área útil do título sem cortar palavras. */
.hero-copy{padding:100px 54px 80px max(40px,calc((100vw - var(--wrap))/2));min-width:0;overflow:visible}
.hero h1{font-size:clamp(3.2rem,4.2vw,5rem);max-width:100%;word-break:normal;overflow-wrap:normal}
@media(max-width:920px){.hero-copy{padding:75px 30px}.hero h1{font-size:clamp(3rem,9vw,4.5rem)}}
@media(max-width:580px){.hero-copy{padding:55px 20px 70px}.hero h1{font-size:clamp(2.65rem,14vw,3.4rem);line-height:1.08}}
@media(min-width:921px){.hero{grid-template-columns:50% 50%}.hero-fact{left:calc(50% - 95px)}.hero h1{font-size:clamp(3.2rem,4vw,4.75rem)}}
