/* Ajustes da home: campanha, destaques e ofertas dos seis cursos. */



.home-page #hero-title{font-size:clamp(50px,4.6vw,64px);line-height:1.12;max-width:calc(60% - 14px);margin:22px 0}
.home-page #hero-title .hero-discount{display:inline-block;font-size:inherit;line-height:inherit;letter-spacing:inherit;color:#fff;margin-top:0}
.home-page .hero-visual{position:absolute;right:0;bottom:-42px;width:40%;height:495px;z-index:1}
.home-page .hero-photo{position:static;width:100%;height:100%;object-fit:cover;object-position:51% center}
.home-page .hero-bottom{position:absolute;left:-24px;bottom:52px;display:flex;gap:12px;width:236px;margin:0;padding:16px 18px;border-radius:7px;background:#fff;color:var(--ink);box-shadow:0 8px 24px #002e2826;font-size:13px;line-height:1.55}
.home-page .hero-bottom strong{color:var(--ink)}
.home-page .hero-bottom svg{width:26px;height:26px;color:var(--purple)}
.home-page #graduate-grid .course-card{position:relative;min-height:326px}
.home-page #graduate-grid .course-card:focus-within{outline:3px solid var(--purple);outline-offset:4px}
.home-page #graduate-grid .course-type{color:var(--purple);border-color:#e8dfea;background:#fbf8fc}
.home-page #graduate-grid h3{margin-bottom:18px}
.home-course-prices{display:flex;align-items:center;flex-wrap:wrap;gap:8px 12px;width:100%;margin-top:auto;margin-bottom:21px}
.course-original{color:#748078;font-size:14px;line-height:1.5;white-space:nowrap}
.course-discount{border-radius:4px;color:var(--purple);background:#f7eff8;padding:4px 7px;font-size:12px;font-weight:700;line-height:1.5;white-space:nowrap}
.home-course-prices .course-final{width:100%;font-size:15px;color:var(--text);margin:3px 0 0}
.course-final strong{font-family:Oswald,Arial,sans-serif;color:var(--green-dark);font-size:32px;line-height:1.2;font-weight:500;letter-spacing:-.02em;margin-left:3px}
.home-course-link{display:flex;gap:12px;align-items:center;justify-content:space-between;width:100%;padding:15px 0 0;border-top:1px solid #ecf0ed;color:var(--green);font-size:14px;font-weight:700}
.home-course-link::after{content:'';position:absolute;inset:0;border-radius:11px}
.home-course-link:focus-visible{outline:none}
.home-course-link svg{width:19px;height:19px}
@media(max-width:1200px){.home-page .hero-visual{width:35%;height:425px}.home-page #hero-title{max-width:calc(65% - 15px)}.home-page .hero-bottom{width:220px;left:-20px;padding:14px;font-size:12px}}
@media(max-width:1100px){.home-page #hero-title{max-width:100%;font-size:clamp(48px,5.4vw,60px)}.home-page .hero-visual{position:relative;width:auto;height:auto;bottom:auto;right:auto;align-self:flex-start;margin-top:28px}.home-page .hero-photo{display:none}.home-page .hero-bottom{position:static;width:auto;max-width:100%;font-size:13px}}
@media(max-width:700px){.home-page #hero-title{font-size:clamp(46px,11.8vw,64px);max-width:100%;margin:20px 0}.home-page #hero-title .hero-discount{font-size:inherit}.home-page .hero-visual{margin-top:24px}.home-page .hero-bottom{padding:13px 16px}.home-page #graduate-grid .course-card{min-height:300px}.home-page #graduate-grid h3{margin-bottom:22px}.home-course-prices{margin-bottom:21px;gap:10px 14px}.course-discount{font-size:13px}.course-final strong{font-size:34px}}


/* Descrições sempre visíveis e acabamento da hero e do rodapé. */
.home-page .benefits small{display:block;line-height:1.65;margin-top:3px}
.home-page .form-caption{margin:0 0 14px;color:#87938e;font-size:12px;font-weight:700;letter-spacing:.04em}
.home-page .benefits-grid>div{align-items:flex-start}
.home-page .benefits svg{margin-top:4px}
.home-page .hero{background-image:radial-gradient(ellipse at 20% 4%,#98f7d917,transparent 58%),radial-gradient(ellipse at 90% 100%,#003e3824,transparent 60%)}
.home-page .hero::before{content:'';position:absolute;width:760px;height:760px;right:15%;top:-575px;border:1px solid #c6ffed14;border-radius:50%;box-shadow:0 0 0 65px #c6ffed05;pointer-events:none}
.home-page .hero-grid{position:relative;z-index:1}
.home-page .footer{background:var(--green-deep);border-top:0;padding:0;color:#e3f1ec}
.home-page .footer-inner{padding-block:36px}
.home-page .footer-inner img{width:180px;height:auto;filter:brightness(0) invert(1)}
.home-page .footer p{color:#d7e9e3}
.home-page .footer a{color:#c4f1df}
.home-page .footer-legal{background:#06372f;border-top:1px solid #ffffff17}
.home-page .footer-legal>.container{display:flex;align-items:center;justify-content:space-between;gap:24px;padding-block:18px}
.home-page .footer-legal p,.home-page .footer-legal a,.home-page .footer-privacy{font-size:13px;font-weight:400;line-height:1.75;color:#cbdfd7}
.home-page .footer-legal a{width:auto;text-decoration:underline;text-underline-offset:3px}
.home-page .footer-privacy{flex-shrink:0}
@media(max-width:900px){.home-page .footer-legal>.container{align-items:flex-start;flex-direction:column;gap:10px}}
@media(max-width:700px){.home-page .footer-inner{gap:20px;padding-block:30px}.home-page .footer-inner img{width:170px}.home-page .footer-legal>.container{padding-block:18px}.home-page .hero::before{right:-480px;top:-580px}}

.home-page .footer-privacy{opacity:.7;transition:opacity .15s ease}
.home-page .footer-privacy:hover,.home-page .footer-privacy:focus-visible{opacity:1}
