:root{--red:#b80d18;--red-dark:#870812;--orange:#ff8a00;--text:#20242a;--muted:#667085;--soft:#fff5f5;--line:#f0d7d9;--radius:24px;--shadow:0 18px 50px rgba(120,8,18,.12)}*{scroll-behavior:smooth}body{font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;color:var(--text);background:#fff;padding-top:82px}.premium-nav{background:rgba(255,255,255,.9);backdrop-filter:blur(16px);box-shadow:0 10px 30px rgba(0,0,0,.06)}.brand-mark{width:42px;height:42px;border-radius:14px;display:grid;place-items:center;background:linear-gradient(135deg,var(--red),var(--orange));color:#fff;font-weight:900}.brand-text{font-weight:850;color:var(--red-dark)}.nav-link{font-weight:650}.btn-cta,.btn-red{background:linear-gradient(135deg,var(--red),var(--orange));color:#fff;border:0;border-radius:999px;padding:.78rem 1.25rem;font-weight:800;box-shadow:0 12px 24px rgba(184,13,24,.22)}.btn-cta:hover,.btn-red:hover{transform:translateY(-2px);color:#fff;filter:saturate(1.08)}.btn-outline-red{border:1px solid var(--red);color:var(--red);border-radius:999px;font-weight:800}.btn-outline-red:hover{background:var(--red);color:#fff}.hero{position:relative;overflow:hidden;background:radial-gradient(circle at 85% 20%,#ffe0c2 0,transparent 30%),linear-gradient(180deg,#fff,#fff7f7);padding:84px 0 70px}.eyebrow{display:inline-flex;gap:.5rem;align-items:center;background:#fff;border:1px solid var(--line);border-radius:999px;padding:.45rem .8rem;color:var(--red);font-weight:800}.hero h1{font-size:clamp(2.25rem,5vw,5rem);line-height:.98;font-weight:950;letter-spacing:-.05em}.hero p{font-size:1.15rem;color:var(--muted)}.hero-img{border-radius:36px;box-shadow:var(--shadow);min-height:430px;object-fit:cover}.floating-card{position:absolute;left:0;bottom:32px;background:#fff;border-radius:22px;padding:18px;box-shadow:var(--shadow)}.section{padding:86px 0}.section-soft{background:linear-gradient(180deg,#fff7f7,#fff)}.section-title{font-weight:950;letter-spacing:-.035em;color:#15171a}.lead-muted{color:var(--muted);font-size:1.08rem}.premium-card{border:1px solid #f2dddd;border-radius:var(--radius);background:#fff;box-shadow:0 14px 35px rgba(0,0,0,.055);transition:.28s;height:100%}.premium-card:hover{transform:translateY(-7px);box-shadow:var(--shadow)}.icon-box{width:54px;height:54px;border-radius:18px;display:grid;place-items:center;background:#fff0e5;color:var(--red);font-size:1.55rem}.stat{border-radius:24px;background:#fff;border:1px solid #f2dddd;padding:24px;box-shadow:0 10px 26px rgba(0,0,0,.045)}.stat strong{font-size:2.25rem;color:var(--red);display:block}.gallery-img,.teacher-img{width:100%;height:260px;object-fit:cover;border-radius:22px}.teacher-img{height:310px}.testimonial{font-size:1.02rem;color:#3a3f45}.form-box{border-radius:32px;padding:30px;background:#fff;box-shadow:var(--shadow);border:1px solid #f2dddd}.form-control,.form-select{border-radius:16px;padding:.85rem 1rem;border-color:#edd4d6}.form-control:focus,.form-select:focus{border-color:var(--red);box-shadow:0 0 0 .2rem rgba(184,13,24,.12)}.cta-band{border-radius:34px;background:linear-gradient(135deg,var(--red-dark),var(--red) 55%,var(--orange));color:#fff;padding:50px}.map-box{border:0;width:100%;height:370px;border-radius:28px;box-shadow:var(--shadow)}.footer{background:#21090c;color:#fff}.footer p,.footer a{color:#ffe3e3}.social{border:1px solid rgba(255,255,255,.18);padding:.65rem .8rem;border-radius:999px;text-decoration:none}.whatsapp-float{position:fixed;right:20px;bottom:20px;width:58px;height:58px;border-radius:14px;background:#25d366;color:#fff;display:grid;place-items:center;font-size:2rem;z-index:999;box-shadow:0 14px 30px rgba(0,0,0,.2);text-decoration:none}.reveal{opacity:0;transform:translateY(26px);transition:.7s}.reveal.show{opacity:1;transform:none}@media(max-width:991px){body{padding-top:74px}.hero{padding-top:45px}.floating-card{position:static;margin-top:14px}.hero-img{min-height:310px}.section{padding:58px 0}.cta-band{padding:32px}.navbar-collapse{padding:18px 0}}

.unidade-card{overflow:hidden;transition:.3s}.unidade-card:hover{transform:translateY(-8px);box-shadow:0 20px 40px rgba(0,0,0,.15)}



.footer{

    background:linear-gradient(180deg,#1d1d1d,#111);

}

.footer-title{

    color:#fff;

    font-weight:700;

    margin-bottom:25px;

}

.footer-text{

    color:#cfcfcf;

    line-height:1.8;

}

.footer-contact strong{

    color:#fff;

}

.footer-link{

    color:#fff;

    text-decoration:none;

    transition:.3s;

}

.footer-link:hover{

    color:#dc3545;

}

.footer-list li{

    color:#d8d8d8;

    line-height:1.8;

}

.social-icon{

    width:46px;

    height:46px;

    border-radius:50%;

    background:rgba(255,255,255,.08);

    color:#fff;

    display:flex;

    align-items:center;

    justify-content:center;

    text-decoration:none;

    font-size:20px;

    transition:.35s;

}

.social-icon:hover{

    background:#dc3545;

    transform:translateY(-5px);

    color:#fff;

}

.footer-bottom-link{

    color:#bbb;

    text-decoration:none;

    margin-left:12px;

}

.footer-bottom-link:hover{

    color:#fff;

}