:root {
  --bg: #f5f8fc;
  --surface: #ffffff;
  --surface-2: #e8f1fb;
  --text: #0d2238;
  --muted: #52657b;
  --primary: #2f79d8;
  --primary-2: #159bb2;
  --accent: #d97923;
  --border: rgba(31,80,126,.16);
  --shadow: 0 22px 60px rgba(28, 69, 110, .14);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; background: radial-gradient(circle at top left, rgba(74,141,255,.18), transparent 34rem), radial-gradient(circle at top right, rgba(39,191,208,.16), transparent 34rem), var(--bg); color: var(--text); line-height: 1.6; }
a { color: inherit; text-decoration: none; }
.container { width: min(1120px, calc(100% - 40px)); margin: 0 auto; }
.section { padding: 92px 0; }
.site-header { position: sticky; top: 0; z-index: 50; backdrop-filter: blur(18px); background: #081f36; border-bottom: 1px solid rgba(255,255,255,.10); box-shadow: 0 10px 30px rgba(7,31,61,.18); }
.navbar { height: 76px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: flex; align-items: center; gap: 12px; font-weight: 900; letter-spacing: -.03em; }
.brand-mark { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 14px; background: linear-gradient(135deg, var(--primary), var(--primary-2)); box-shadow: 0 12px 30px rgba(74,141,255,.25); }
.nav-links { display: flex; align-items: center; gap: 28px; color: rgba(255,255,255,.84); font-weight: 600; }
.nav-links a:hover { color: #ffffff; }
.menu-toggle { display: none; background: transparent; border: 0; color: #ffffff; font-size: 28px; }
.btn { display: inline-flex; align-items: center; justify-content: center; border: 1px solid transparent; border-radius: 999px; padding: 15px 24px; font-weight: 800; transition: .25s ease; cursor: pointer; }
.btn-small { padding: 10px 16px; background: rgba(255,255,255,.10); border-color: rgba(255,255,255,.22); color: #ffffff; }
.btn-primary { background: linear-gradient(135deg, #2f79d8, #159bb2); color: white; box-shadow: 0 14px 30px rgba(31, 105, 180, .24); }
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 18px 38px rgba(31, 105, 180, .30); filter: saturate(1.05); }
.btn-secondary { border-color: rgba(31,80,126,.20); background: rgba(255,255,255,.88); color: var(--text); box-shadow: 0 8px 22px rgba(28,69,110,.06); }
.full { width: 100%; }
/* Hero com imagem de alunos felizes se formando */
.hero {
  position: relative;
  padding-top: 86px;
  overflow: hidden;
  min-height: 780px;
  display: flex;
  align-items: center;
  background:
    linear-gradient(90deg, rgba(246,250,255,.96) 0%, rgba(238,247,255,.90) 34%, rgba(223,240,255,.62) 58%, rgba(224,246,255,.28) 100%),
    url("assets/alunos-felizes-formatura.png") center / cover no-repeat;
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 14% 10%, rgba(74,141,255,.18), transparent 30rem),
    radial-gradient(circle at 88% 22%, rgba(39,191,208,.14), transparent 26rem);
  pointer-events: none;
}
.hero .container { position: relative; z-index: 1; }
.hero-grid { display: grid; grid-template-columns: 1.12fr .88fr; align-items: center; gap: 54px; }
.eyebrow { margin: 0 0 14px; color: var(--primary-2); text-transform: uppercase; letter-spacing: .14em; font-size: .78rem; font-weight: 900; }
h1, h2, h3, p { margin-top: 0; }
h1 { font-size: clamp(2.6rem, 7vw, 5.8rem); line-height: .95; letter-spacing: -.075em; margin-bottom: 26px; }
h2 { font-size: clamp(2rem, 4vw, 3.6rem); line-height: 1.04; letter-spacing: -.055em; margin-bottom: 20px; }
h3 { font-size: 1.25rem; letter-spacing: -.03em; margin-bottom: 10px; }
.hero-subtitle, .section-heading p, .highlight p, .cta-card p { color: var(--muted); font-size: 1.08rem; max-width: 690px; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; margin: 34px 0 24px; }
.trust-row { display: flex; gap: 18px; flex-wrap: wrap; color: var(--muted); font-weight: 700; font-size: .94rem; }
.hero-card, .cta-card, .service-card, .testimonial, .step { background: linear-gradient(180deg, rgba(255,255,255,.95), rgba(239,247,255,.82)); border: 1px solid var(--border); border-radius: 30px; box-shadow: var(--shadow); }
.hero-card { position: relative; padding: 34px; overflow: hidden; backdrop-filter: blur(16px); background: linear-gradient(180deg, rgba(255,255,255,.96), rgba(234,246,255,.86)); }
.card-glow { position: absolute; inset: -30% -20% auto auto; width: 240px; height: 240px; background: rgba(39,191,208,.22); filter: blur(50px); border-radius: 50%; }
.deadline-badge { position: relative; display: inline-flex; padding: 8px 12px; border-radius: 999px; background: rgba(255,159,67,.16); color: var(--accent); font-weight: 900; font-size: .82rem; margin-bottom: 22px; }
.hero-card h2 { position: relative; font-size: 2rem; }
.hero-card p, .service-card p, .testimonial, .step p, .faq-list p, .footer p, .footer a { color: var(--muted); }
.check-list { list-style: none; padding: 0; margin: 24px 0; display: grid; gap: 12px; }
.check-list li::before { content: "✓"; color: var(--primary-2); margin-right: 10px; font-weight: 900; }
.stats-strip { border-block: 1px solid var(--border); background: rgba(255,255,255,.58); }
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; padding: 30px 0; }
.stats-grid div { display: grid; gap: 2px; }
.stats-grid strong { font-size: 2rem; letter-spacing: -.05em; }
.stats-grid span { color: var(--muted); font-weight: 600; }
.section-heading { text-align: center; max-width: 760px; margin: 0 auto 46px; }
.align-left { text-align: left; margin: 0; }
.cards-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.service-card { padding: 28px; transition: .25s ease; }
.service-card:hover { transform: translateY(-5px); border-color: rgba(21,155,178,.32); box-shadow: 0 24px 58px rgba(28,69,110,.16); }
.icon { font-size: 2rem; display: inline-block; margin-bottom: 18px; }
/* Seção com a imagem do time de especialistas acadêmicos */
.highlight {
  position: relative;
  overflow: hidden;
  min-height: 720px;
  display: flex;
  align-items: center;
  background:
    linear-gradient(90deg, rgba(246,250,255,.96) 0%, rgba(237,246,255,.88) 32%, rgba(219,239,255,.60) 57%, rgba(224,247,255,.36) 100%),
    url("assets/time-especialistas-academicos.png") center / cover no-repeat;
  border-block: 1px solid var(--border);
}
.highlight::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 15% 12%, rgba(74,141,255,.18), transparent 28rem),
    radial-gradient(circle at 86% 88%, rgba(39,191,208,.16), transparent 26rem);
  pointer-events: none;
}
.highlight .container { position: relative; z-index: 1; }
.highlight-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 56px; align-items: center; }
.highlight-grid > div:first-child { max-width: 620px; }
.benefits { display: grid; gap: 16px; }
.benefits div { display: grid; grid-template-columns: 74px 1fr; gap: 18px; align-items: center; padding: 24px; border-radius: 24px; background: linear-gradient(180deg, rgba(255,255,255,.92), rgba(234,246,255,.82)); border: 1px solid rgba(77,143,210,.20); box-shadow: 0 18px 50px rgba(50,112,180,.14); backdrop-filter: blur(12px); }
.benefits strong { font-size: 1.6rem; color: var(--primary-2); }
.benefits span { color: var(--muted); font-weight: 650; }
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; counter-reset: step; }
.step { padding: 26px; }
.step span { width: 44px; height: 44px; display: grid; place-items: center; border-radius: 15px; background: rgba(74,141,255,.14); color: var(--text); font-weight: 900; margin-bottom: 22px; }
.testimonials-section { background: rgba(255,255,255,.42); }
.testimonial-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.testimonial { margin: 0; padding: 30px; }
.testimonial blockquote { margin: 0 0 20px; font-size: 1.05rem; color: var(--text); }
.testimonial figcaption { color: var(--primary-2); font-weight: 800; }
.cta-card { display: grid; grid-template-columns: .8fr 1.2fr; gap: 38px; padding: 44px; }
.lead-form { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.lead-form label { display: grid; gap: 8px; font-weight: 800; color: var(--text); }
.full-field { grid-column: 1 / -1; }
input, select, textarea { width: 100%; border: 1px solid var(--border); border-radius: 16px; background: rgba(255,255,255,.92); color: var(--text); padding: 14px 16px; font: inherit; outline: none; }
select option { color: #101528; }
input:focus, select:focus, textarea:focus { border-color: var(--primary-2); box-shadow: 0 0 0 4px rgba(39,191,208,.14); }
.faq-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 46px; }
details { padding: 22px 0; border-bottom: 1px solid var(--border); }
summary { cursor: pointer; font-weight: 900; font-size: 1.08rem; }
.footer { padding: 46px 0; border-top: 1px solid var(--border); background: rgba(232,244,255,.72); }
.footer-grid { display: grid; grid-template-columns: 1fr 1fr 1.2fr; gap: 32px; }
.footer span, .footer strong { display: block; font-weight: 900; margin-bottom: 10px; }
.footer a { display: block; margin-bottom: 8px; }
.floating-whatsapp { position: fixed; right: 22px; bottom: 22px; width: 60px; height: 60px; display: grid; place-items: center; border-radius: 50%; background: #25D366; color: #fff; box-shadow: 0 16px 34px rgba(16, 110, 58, .28); z-index: 60; transition: transform .2s ease, box-shadow .2s ease; }
.floating-whatsapp:hover { transform: translateY(-3px) scale(1.03); box-shadow: 0 20px 40px rgba(16, 110, 58, .34); }
.whatsapp-icon { width: 34px; height: 34px; display: block; }
.reveal { opacity: 0; transform: translateY(22px); transition: .7s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }
@media (max-width: 900px) {
  .hero { min-height: auto; background-position: 68% center; }
  .highlight { min-height: auto; background-position: 63% center; }
  .menu-toggle { display: block; }
  .nav-links { position: absolute; inset: 76px 20px auto; display: none; flex-direction: column; align-items: stretch; padding: 22px; border: 1px solid var(--border); border-radius: 24px; background: #081f36; box-shadow: 0 18px 44px rgba(7,31,61,.22); }
  .nav-links.open { display: flex; }
  .hero-grid, .highlight-grid, .cta-card, .faq-grid { grid-template-columns: 1fr; }
  .cards-grid, .testimonial-grid { grid-template-columns: repeat(2, 1fr); }
  .steps, .stats-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 620px) {
  .container { width: min(100% - 28px, 1120px); }
  .section { padding: 68px 0; }
  .hero { padding-top: 60px; }
  .cards-grid, .testimonial-grid, .steps, .stats-grid, .lead-form, .footer-grid { grid-template-columns: 1fr; }
  .cta-card, .hero-card { padding: 26px; border-radius: 24px; }
  h1 { font-size: 3rem; }
  .trust-row { flex-direction: column; gap: 8px; }
}

.brand-logo{height:52px;width:auto;display:block;}
.brand{gap:0;}
