/* ═══════════════════════════════════════
   DESIGN SYSTEM — TOKENS
═══════════════════════════════════════ */
:root {
  --verde:       #93C54A;
  --verde-esc:   #6A9535;
  --verde-lite:  #E8F5D6;
  --bege:        #DFDBB7;
  --bege-lite:   #F5F3E3;
  --carvao:      #231F20;
  --cinza:       #595A5C;
  --off:         #F8F8F6;
  --branco:      #FFFFFF;
  --laranja:     #F6921E;
  --laranja-esc: #D47610;
  --laranja-lite:#FEF3E2;
  --ff:          'Poppins', sans-serif;
  --r:           16px;
  --r-btn:       50px;
  --shadow:      0 8px 40px rgba(0,0,0,0.08);
  --shadow-hover:0 20px 60px rgba(0,0,0,0.14);
  --transition:  all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

/* ═══════════════════════════════════════
   RESET & BASE
═══════════════════════════════════════ */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--ff);
  color: var(--carvao);
  background: var(--branco);
  line-height: 1.6;
  overflow-x: hidden;
  opacity: 0;
  transition: opacity 0.5s ease;
}
body.loaded { opacity: 1; }
img { max-width: 100%; display: block; }
a { text-decoration: none; color: inherit; }
ul { list-style: none; }

/* ═══════════════════════════════════════
   NAVBAR — BASE
═══════════════════════════════════════ */
@keyframes slideDown {
  from { transform: translateY(-120%); opacity: 0; }
  to   { transform: translateY(0);    opacity: 1; }
}
.nav-inner { width: 100%; display: flex; align-items: center; justify-content: space-between; }
.nav-links { display: flex; align-items: center; gap: 2.5rem; }
.nav-links a { font-size: 0.9rem; font-weight: 500; transition: var(--transition); position: relative; text-transform: uppercase; }
.nav-links a::after { content: ''; position: absolute; bottom: -4px; left: 0; right: 0; height: 2px; background: var(--laranja); transform: scaleX(0); transform-origin: left; transition: transform 0.3s ease; }
.nav-links a:hover::after { transform: scaleX(1); }
.nav-links a:not(.btn-nav):hover { color: var(--laranja-esc) !important; }
.btn-nav { background: var(--laranja); color: var(--branco) !important; padding: 0.6rem 1.6rem; border-radius: var(--r-btn); font-weight: 600; font-size: 0.85rem; transition: var(--transition); border: 2px solid var(--laranja); }
.btn-nav::after { display: none !important; }
.btn-nav:hover { background: var(--laranja-esc); border-color: var(--laranja-esc); color: var(--branco) !important; transform: translateY(-2px); box-shadow: 0 8px 24px rgba(246,146,30,0.4); }
.hamburger { display: none; flex-direction: column; gap: 5px; cursor: pointer; padding: 6px; z-index: 1100; }
.hamburger span { display: block; width: 24px; height: 2px; border-radius: 2px; transition: var(--transition); }
.hamburger.active span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.hamburger.active span:nth-child(2) { opacity: 0; }
.hamburger.active span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
.mobile-menu { display: none; position: fixed; top: 0; left: 0; right: 0; bottom: 0; background: var(--carvao); z-index: 999; flex-direction: column; align-items: center; justify-content: center; gap: 2.5rem; opacity: 0; transition: opacity 0.3s ease; }
.mobile-menu.open { display: flex; opacity: 1; }
.mobile-menu a { font-size: 1.6rem; font-weight: 700; color: var(--branco); transition: color 0.2s; }
.mobile-menu a:hover { color: var(--laranja); }
.mobile-menu .btn-nav { font-size: 1.1rem; padding: 0.8rem 2.5rem; }

/* ── NAVBAR: HOME ── */
body.navbar-home .hero-wrapper { position: relative; }
body.navbar-home .navbar { position: absolute; top: 1.5rem; left: 10vw; right: 10vw; z-index: 100; display: flex; align-items: center; padding: 0.9rem 3.5rem; background: linear-gradient(135deg, #ffffff 0%, #edd7bd 100%); border-radius: 60px; box-shadow: 0 8px 40px rgba(0,0,0,0.12); transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1); }
body.navbar-home .navbar.sticky { position: fixed; top: 1rem; animation: slideDown 0.35s cubic-bezier(0.4, 0, 0.2, 1); }
body.navbar-home .nav-logo img { height: 74px; width: auto; }
body.navbar-home .nav-links a { color: var(--carvao); }
body.navbar-home .hamburger span { background: var(--carvao); }

/* ── NAVBAR: INNER ── */
body.navbar-inner .navbar { position: absolute; top: 0; left: 10vw; right: 10vw; z-index: 1000; display: flex; align-items: center; padding: 1.5vw 5vw; transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1); }
body.navbar-inner .navbar.sticky { position: fixed; top: 1rem; padding: 0.9rem 3.5rem; background: linear-gradient(135deg, #ffffff 0%, #edd7bd 100%); border-radius: 60px; box-shadow: 0 8px 40px rgba(0,0,0,0.12); animation: slideDown 0.35s; }
body.navbar-inner .navbar.sticky .nav-links a { color: var(--carvao); }
body.navbar-inner .navbar.sticky .hamburger span { background: var(--carvao); }
body.navbar-inner .nav-logo img { height: 74px; width: auto; }
body.navbar-inner .nav-links a { color: var(--branco); }
body.navbar-inner .hamburger span { background: var(--branco); }

/* ── NAVBAR: POLICY ── */
body.navbar-policy .navbar { position: fixed; top: 1rem; left: 10vw; right: 10vw; z-index: 1000; display: flex; align-items: center; padding: 0.9rem 3.5rem; background: linear-gradient(135deg, #ffffff 0%, #edd7bd 100%); border-radius: 60px; box-shadow: 0 8px 40px rgba(0,0,0,0.12); transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1); }
body.navbar-policy .nav-logo img { height: 64px; width: auto; }
body.navbar-policy .nav-links a { color: var(--carvao); }
body.navbar-policy .hamburger span { background: var(--carvao); }

/* ═══════════════════════════════════════
   INNER HERO BASE
═══════════════════════════════════════ */
.inner-hero { position: relative; height: 420px; display: flex; align-items: flex-end; padding: 0 15vw 3rem; overflow: hidden; }
.inner-hero-overlay { position: absolute; inset: 0; background: linear-gradient(to top, rgba(35,31,32,0.85) 0%, rgba(35,31,32,0.3) 100%); }
.inner-hero-content { position: relative; z-index: 2; }
.breadcrumb { margin-bottom: 1rem; }
.breadcrumb a { color: rgba(255,255,255,0.65); font-size: 0.82rem; transition: color 0.2s; }
.breadcrumb a:hover { color: var(--laranja); }
.breadcrumb span { color: rgba(255,255,255,0.9); font-size: 0.82rem; }
.breadcrumb a::after { display: none; }
.inner-hero-content h1 { font-size: clamp(2rem, 4vw, 3rem); font-weight: 800; color: var(--branco); margin-bottom: 0.75rem; line-height: 1.1; }
.inner-hero-content p { font-size: 1rem; color: rgba(255,255,255,0.7); font-weight: 300; }
body.navbar-inner .inner-hero-bg { position: absolute; inset: -30px; background-size: cover; background-position: center; will-change: transform; }
body.navbar-policy .inner-hero { background: var(--carvao); }

/* ═══════════════════════════════════════
   SEÇÕES COMPARTILHADAS
═══════════════════════════════════════ */
.section { padding: 100px 5vw; }
.section.bg-bege { background: var(--bege-lite); }
.section.bg-off { background: var(--off); }
.section.bg-dark { background: var(--carvao); }
.section.bg-dark .section-tag { background: rgba(246,146,30,0.18); color: var(--laranja); }
.section.bg-dark .section-title { color: var(--branco); }
.section.bg-dark .section-sub   { color: rgba(255,255,255,0.55); }
.section-header { text-align: center; max-width: 640px; margin: 0 auto 4rem; }
.section-tag { display: inline-block; font-size: 0.72rem; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase; color: var(--branco); background: linear-gradient(135deg, var(--verde) 0%, var(--laranja) 100%); padding: 0.3rem 0.9rem; border-radius: var(--r-btn); margin-bottom: 1rem; }
.section-title { font-size: clamp(1.8rem, 3.5vw, 2.8rem); font-weight: 800; line-height: 1.15; color: var(--carvao); margin-bottom: 1rem; }
.section-sub { font-size: 1rem; font-weight: 300; color: var(--cinza); line-height: 1.7; }

/* Buttons */
.btn-primary { display: inline-flex; align-items: center; gap: 0.5rem; background: var(--laranja); color: var(--branco); padding: 0.9rem 2.2rem; border-radius: var(--r-btn); font-weight: 700; font-size: 0.95rem; border: 2px solid var(--laranja); transition: var(--transition); cursor: pointer; }
.btn-primary:hover { background: var(--laranja-esc); border-color: var(--laranja-esc); transform: translateY(-3px); box-shadow: 0 12px 32px rgba(246,146,30,0.45); }
.btn-outline { display: inline-flex; align-items: center; gap: 0.5rem; background: transparent; color: var(--branco); padding: 0.9rem 2.2rem; border-radius: var(--r-btn); font-weight: 600; font-size: 0.95rem; border: 2px solid rgba(255,255,255,0.6); transition: var(--transition); cursor: pointer; }
.btn-outline:hover { background: rgba(255,255,255,0.15); border-color: var(--branco); transform: translateY(-3px); }
.btn-hero-outline { display: inline-flex; align-items: center; gap: 0.5rem; background: transparent; color: var(--branco); padding: 0.9rem 2.2rem; border-radius: var(--r-btn); font-weight: 600; font-size: 0.95rem; border: 2px solid rgba(255,255,255,0.6); transition: var(--transition); cursor: pointer; }
.btn-hero-outline:hover { background: rgba(255,255,255,0.15); border-color: var(--branco); transform: translateY(-3px); }
.btn-primary-sm { display: inline-flex; align-items: center; gap: 0.4rem; background: var(--laranja); color: var(--branco); padding: 0.65rem 1.5rem; border-radius: var(--r-btn); font-weight: 600; font-size: 0.88rem; border: 2px solid var(--laranja); transition: var(--transition); cursor: pointer; margin-top: 1.25rem; }
.btn-primary-sm:hover { background: var(--laranja-esc); border-color: var(--laranja-esc); transform: translateY(-2px); }
.btn-cta-white { display: inline-flex; align-items: center; gap: 0.6rem; background: var(--branco); color: var(--laranja-esc); padding: 1rem 2.8rem; border-radius: var(--r-btn); font-weight: 700; font-size: 1rem; transition: var(--transition); position: relative; z-index: 1; }
.btn-cta-white:hover { background: var(--carvao); color: var(--branco); transform: translateY(-4px); box-shadow: 0 16px 40px rgba(0,0,0,0.3); }

/* CTA Section */
.cta-section { background: linear-gradient(135deg, var(--verde-esc) 0%, var(--laranja) 100%); padding: 80px 5vw; text-align: center; position: relative; overflow: hidden; }
.cta-section::before { content: ''; position: absolute; top: -80px; right: -80px; width: 400px; height: 400px; border-radius: 50%; background: rgba(255,255,255,0.04); pointer-events: none; }
.cta-section::after  { content: ''; position: absolute; bottom: -100px; left: -60px; width: 300px; height: 300px; border-radius: 50%; background: rgba(255,255,255,0.04); pointer-events: none; }
.cta-section h2 { font-size: clamp(2rem, 4vw, 3.2rem); font-weight: 800; color: var(--branco); line-height: 1.15; max-width: 700px; margin: 0 auto 1rem; position: relative; z-index: 1; }
.cta-section p  { font-size: 1.05rem; color: rgba(255,255,255,0.80); font-weight: 300; max-width: 500px; margin: 0 auto 2.5rem; position: relative; z-index: 1; }

/* ═══════════════════════════════════════
   FOOTER
═══════════════════════════════════════ */
footer { background: var(--carvao); color: rgba(255,255,255,0.7); padding: 5rem 5vw 2rem; position: relative; }
footer::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 4px; background: linear-gradient(90deg, var(--verde) 0%, var(--laranja) 100%); }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 3rem; max-width: 1100px; margin: 0 auto 3rem; }
.footer-desc { font-size: 0.86rem; line-height: 1.7; font-weight: 300; max-width: 280px; margin-bottom: 1.5rem; }
.footer-socials { display: flex; gap: 0.75rem; }
.social-btn { width: 38px; height: 38px; border-radius: 50%; border: 1px solid rgba(255,255,255,0.15); display: flex; align-items: center; justify-content: center; transition: var(--transition); color: rgba(255,255,255,0.7); }
.social-btn:hover { background: var(--laranja); border-color: var(--laranja); color: var(--branco); transform: translateY(-3px); }
.social-btn svg { width: 16px; height: 16px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.footer-col ul { display: flex; flex-direction: column; gap: 0.6rem; }
.footer-col ul li a { font-size: 0.86rem; font-weight: 300; transition: color 0.2s; }
.footer-col ul li a:hover { color: var(--laranja); }
.footer-col address { font-style: normal; display: flex; flex-direction: column; gap: 0.6rem; }
.footer-col address p { font-size: 0.86rem; font-weight: 300; line-height: 1.5; }
.footer-bottom { max-width: 1100px; margin: 0 auto; padding-top: 2rem; border-top: 1px solid rgba(255,255,255,0.08); display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 1rem; }
.footer-bottom p { font-size: 0.8rem; font-weight: 300; }
.footer-bottom a { font-size: 0.8rem; font-weight: 300; transition: color 0.2s; }
.footer-bottom a:hover { color: var(--laranja); }
.by-ddm { color: var(--laranja); font-weight: 600; }
.by-ddm:hover { color: var(--laranja-esc); }
.footer-logo { height: 74px; width: auto; margin-bottom: 1.2rem; }
.footer-col h4 { font-size: 0.82rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: var(--branco); margin-bottom: 1.2rem; }

/* ═══════════════════════════════════════
   WHATSAPP FLOAT & MODAL
═══════════════════════════════════════ */
.wa-float { position: fixed; bottom: 2rem; right: 2rem; z-index: 900; width: 56px; height: 56px; background: #25D366; border-radius: 50%; display: flex; align-items: center; justify-content: center; box-shadow: 0 8px 30px rgba(37,211,102,0.45); transition: var(--transition); animation: pulse-wa 3s infinite; }
.wa-float:hover { transform: scale(1.12); animation: none; box-shadow: 0 12px 40px rgba(37,211,102,0.6); }
.wa-float svg { width: 30px; height: 30px; fill: var(--branco); }
button.wa-float { border: none; cursor: pointer; }
.wa-modal { display: none; position: fixed; inset: 0; z-index: 9999; background: rgba(0,0,0,.55); align-items: center; justify-content: center; padding: 1rem; }
.wa-modal.is-open { display: flex; }
.wa-modal-box { background: #fff; border-radius: 16px; width: 100%; max-width: 480px; max-height: 90vh; overflow-y: auto; padding: 2rem; position: relative; box-shadow: 0 20px 60px rgba(0,0,0,.25); }
.wa-modal-close { position: absolute; top: 1rem; right: 1rem; background: none; border: none; cursor: pointer; color: #888; padding: 6px; border-radius: 6px; display: flex; align-items: center; justify-content: center; }
.wa-modal-close:hover { background: #f5f5f5; color: #333; }
.wa-modal-head { display: flex; align-items: center; gap: .75rem; margin-bottom: 1.5rem; }
.wa-modal-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.f-g { display: flex; flex-direction: column; gap: 4px; margin-bottom: .9rem; }
.f-lbl { font-size: 13px; font-weight: 600; color: #555; }
.f-inp { border: 1.5px solid #e0e0e0; border-radius: 8px; padding: 10px 12px; font-size: 14px; font-family: inherit; color: #231F20; transition: border-color .2s; outline: none; width: 100%; box-sizing: border-box; background: #fff; }
.f-inp:focus { border-color: #93C54A; box-shadow: 0 0 0 3px rgba(147,197,74,.15); }
.f-inp-err { border-color: #e53e3e !important; }
.f-err { font-size: 11px; color: #e53e3e; margin-top: 2px; }
.wa-btn-submit { width: 100%; margin-top: 8px; display: flex; align-items: center; justify-content: center; gap: 8px; background: #93C54A; color: #fff; border: none; border-radius: 10px; padding: 13px 20px; font-size: 15px; font-weight: 700; cursor: pointer; transition: background .2s; font-family: inherit; letter-spacing: .3px; }
.wa-btn-submit:hover { background: #6A9535; }

/* ═══════════════════════════════════════
   COOKIE BANNER
═══════════════════════════════════════ */
.cookie-banner { position: fixed; bottom: 1.5rem; left: 1.5rem; z-index: 9998; width: calc(100% - 3rem); max-width: 480px; background: #231F20; color: #fff; padding: 1.5rem 1.75rem; border-radius: 20px; box-shadow: 0 8px 40px rgba(0,0,0,.4); }
.cookie-banner-title { font-size: 1.05rem; font-weight: 700; margin-bottom: .5rem; }
.cookie-banner-text { font-size: .85rem; color: rgba(255,255,255,.75); line-height: 1.55; margin-bottom: 1.25rem; }
.cookie-banner-text a { color: #93C54A; text-decoration: underline; }
.cookie-banner-btns { display: flex; gap: .75rem; flex-wrap: wrap; }
.cookie-btn-primary { background: #F6921E; color: #fff; border: none; border-radius: 50px; padding: 10px 22px; font-size: 14px; font-weight: 700; cursor: pointer; font-family: inherit; transition: background .2s; }
.cookie-btn-primary:hover { background: #D47610; }
.cookie-btn-secondary { background: transparent; color: #fff; border: 2px solid rgba(255,255,255,.35); border-radius: 50px; padding: 10px 22px; font-size: 14px; font-weight: 600; cursor: pointer; font-family: inherit; transition: border-color .2s; }
.cookie-btn-secondary:hover { border-color: #fff; }
.cookie-customize { display: none; border-top: 1px solid rgba(255,255,255,.1); margin-top: 1.25rem; padding-top: 1.25rem; }
.cookie-customize.open { display: block; }
.cookie-cat { display: flex; align-items: center; justify-content: space-between; padding: .5rem 0; border-bottom: 1px solid rgba(255,255,255,.06); }
.cookie-cat-info { flex: 1; }
.cookie-cat-info strong { display: block; font-size: .85rem; font-weight: 600; }
.cookie-cat-info span { font-size: .75rem; color: rgba(255,255,255,.5); }
.cookie-toggle { position: relative; width: 40px; height: 22px; flex-shrink: 0; margin-left: 1rem; }
.cookie-toggle input { opacity: 0; width: 0; height: 0; position: absolute; }
.cookie-toggle-slider { position: absolute; inset: 0; background: rgba(255,255,255,.2); border-radius: 22px; cursor: pointer; transition: background .2s; }
.cookie-toggle-slider::before { content: ''; position: absolute; width: 16px; height: 16px; background: #fff; border-radius: 50%; top: 3px; left: 3px; transition: transform .2s; }
.cookie-toggle input:checked + .cookie-toggle-slider { background: #93C54A; }
.cookie-toggle input:checked + .cookie-toggle-slider::before { transform: translateX(18px); }
.cookie-toggle input:disabled + .cookie-toggle-slider { cursor: not-allowed; opacity: .7; }
.cookie-customize-save { width: 100%; margin-top: 1rem; background: #93C54A; color: #fff; border: none; border-radius: 50px; padding: 10px; font-size: 14px; font-weight: 700; cursor: pointer; font-family: inherit; transition: background .2s; }
.cookie-customize-save:hover { background: #6A9535; }

/* ═══════════════════════════════════════
   ANIMAÇÕES
═══════════════════════════════════════ */
@keyframes fadeUp {
  from { opacity: 0; transform: translateY(30px); }
  to   { opacity: 1; transform: translateY(0); }
}
@keyframes bounce {
  0%, 100% { transform: translateX(-50%) translateY(0); }
  50%       { transform: translateX(-50%) translateY(8px); }
}
@keyframes pulse-wa {
  0%, 100% { box-shadow: 0 8px 30px rgba(37,211,102,0.45); }
  50%       { box-shadow: 0 8px 50px rgba(37,211,102,0.7); }
}

/* ═══════════════════════════════════════
   RESPONSIVO — GLOBAL
═══════════════════════════════════════ */
@media (max-width: 1024px) {
  .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 768px) {
  .section { padding: 60px 5vw; }
  .nav-links { display: none; }
  .hamburger { display: flex; }
  .footer-grid { grid-template-columns: 1fr; gap: 2rem; }
  .inner-hero { height: 320px; padding: 0 8vw 2rem; }
}
@media (max-width: 600px) {
  .cookie-banner { bottom: 0; left: 0; right: 0; width: auto; max-width: 100%; border-radius: 20px 20px 0 0; padding: 1.25rem 1.25rem 2rem; }
  .cookie-btn-primary, .cookie-btn-secondary { flex: 1; text-align: center; }
}
@media (max-width: 480px) {
  .cta-section { padding: 60px 5vw; }
  .wa-modal-row { grid-template-columns: 1fr; }
  .wa-modal-box { padding: 1.5rem 1.25rem; }
}

/* ═══════════════════════════════════════
   PAGE: HOME (index)
═══════════════════════════════════════ */
body.page-home .section.bg-bege { background: var(--bege); }
/* HERO */
.hero-badge { display: inline-flex; align-items: center; gap: 0.5rem; background: rgba(255,255,255,0.12); backdrop-filter: blur(8px); border: 1px solid rgba(255,255,255,0.2); color: rgba(255,255,255,0.9); font-size: 0.78rem; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; padding: 0.5rem 1.2rem; border-radius: var(--r-btn); margin-bottom: 1.5rem; }
.hero { position: relative; height: 100vh; min-height: 640px; display: flex; align-items: center; overflow: hidden; }
/* A imagem de fundo do hero vem do painel (/admin), aplicada inline no HTML. */
.hero-bg { position: absolute; inset: -60px; background-size: cover; background-position: 65% center; will-change: transform; }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(135deg, rgba(35,31,32,0.75) 0%, rgba(35,31,32,0.50) 50%, rgba(106,149,53,0.35) 100%); }
.hero-content { position: relative; z-index: 2; padding: 0 10vw; max-width: 1200px; }
.hero-content h1 { font-size: clamp(2.4rem, 5.5vw, 4.2rem); font-weight: 800; color: var(--branco); line-height: 1.08; margin-bottom: 1.2rem; max-width: 580px; }
.hero-content h1 em { font-style: italic; color: var(--laranja); }
.hero-content p { font-size: 1.1rem; font-weight: 300; color: rgba(255,255,255,0.85); max-width: 560px; margin-bottom: 2.5rem; line-height: 1.65; }
.hero-ctas { display: flex; gap: 1rem; flex-wrap: wrap; }
.hero-scroll { position: absolute; bottom: 12rem; left: 50%; transform: translateX(-50%); z-index: 3; display: flex; flex-direction: column; align-items: center; gap: 0.4rem; color: rgba(255,255,255,0.6); font-size: 0.7rem; letter-spacing: 0.15em; text-transform: uppercase; animation: bounce 2s infinite; }
.scroll-line { width: 1px; height: 50px; background: linear-gradient(to bottom, rgba(255,255,255,0.7), transparent); }
.hero-scroll span { font-size: 0.68rem; font-weight: 600; letter-spacing: 0.2em; text-transform: uppercase; color: rgba(255,255,255,0.6); }
/* STRIP */
.strip-numbers { position: absolute; bottom: 0; left: 0; right: 0; z-index: 4; display: grid; grid-template-columns: repeat(4, 1fr); }
.strip-item { position: relative; padding: 1.6rem 3vw 1.8rem; color: var(--branco); background: rgba(0,0,0,0.32); backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px); transition: background-color 0.3s ease; border-right: 1px solid rgba(255,255,255,0.07); }
.strip-item::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: rgba(255,255,255,0.15); }
.strip-item.accent::before { background: var(--laranja); }
.strip-item:hover { background-color: rgba(0,0,0,0.50); }
.strip-item:hover::before { background: var(--laranja); }
.strip-num { display: block; font-size: clamp(1.4rem, 2.5vw, 2rem); font-weight: 800; margin-bottom: 0.3rem; }
.strip-label { font-size: 0.78rem; font-weight: 300; color: rgba(255,255,255,0.7); line-height: 1.4; }
/* PQ LAYOUT */
.pq-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 5rem; align-items: center; max-width: 1200px; margin: 0 auto; }
.pq-content-side .section-tag { display: inline-block; margin-bottom: 1rem; }
.pq-content-side .section-title { margin-bottom: 1.2rem; }
.pq-desc { font-size: 1rem; color: var(--cinza); line-height: 1.75; font-weight: 300; margin-bottom: 2rem; }
.check-list { display: flex; flex-direction: column; gap: 1.2rem; margin-bottom: 2.5rem; }
.check-item { display: flex; align-items: flex-start; gap: 1rem; opacity: 0; transform: translateX(-20px); transition: all 0.5s ease; }
.check-item.visible { opacity: 1; transform: translateX(0); }
.check-dot { flex-shrink: 0; width: 26px; height: 26px; border-radius: 50%; background: linear-gradient(135deg, var(--verde), var(--laranja)); display: flex; align-items: center; justify-content: center; margin-top: 2px; }
.check-dot svg { width: 14px; height: 14px; stroke: var(--branco); fill: none; stroke-width: 2.5; stroke-linecap: round; stroke-linejoin: round; }
.check-item-text strong { display: block; font-size: 0.95rem; font-weight: 700; color: var(--carvao); margin-bottom: 0.2rem; }
.check-item-text span { font-size: 0.85rem; color: var(--cinza); font-weight: 300; line-height: 1.55; }
.pq-mosaic { display: grid; grid-template-columns: repeat(3, 1fr); grid-template-rows: repeat(2, 200px); gap: 0.6rem; }
.mosaic-item { border-radius: 12px; overflow: hidden; }
.mosaic-item img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.4s ease; }
.mosaic-item:hover img { transform: scale(1.06); }
/* TURMAS HOME */
.turmas-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; max-width: 1100px; margin: 0 auto; }
.turma-card { border-radius: 20px; overflow: hidden; box-shadow: var(--shadow); transition: var(--transition); opacity: 0; transform: translateY(30px); }
.turma-card.visible { opacity: 1; transform: translateY(0); }
.turma-card:hover { transform: translateY(-8px); box-shadow: var(--shadow-hover); }
.turma-img { position: relative; height: 220px; overflow: hidden; }
.turma-img img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.6s ease; }
.turma-card:hover .turma-img img { transform: scale(1.06); }
.turma-age { position: absolute; top: 1rem; left: 1rem; background: var(--laranja); color: var(--branco); font-size: 0.75rem; font-weight: 700; padding: 0.3rem 0.9rem; border-radius: var(--r-btn); }
.turma-body { padding: 1.8rem; }
.turma-body h3 { font-size: 1.1rem; font-weight: 700; margin-bottom: 0.6rem; color: var(--carvao); }
.turma-body p { font-size: 0.86rem; color: var(--cinza); line-height: 1.65; font-weight: 300; margin-bottom: 1.2rem; }
.btn-turma { display: inline-flex; align-items: center; gap: 0.4rem; font-size: 0.82rem; font-weight: 700; color: var(--laranja); transition: gap 0.2s; }
.btn-turma svg { width: 16px; height: 16px; stroke: var(--laranja); fill: none; stroke-width: 2.5; }
.btn-turma:hover { gap: 0.7rem; }
/* DEPOIMENTOS CARROSSEL */
.depo-carousel { max-width: 1100px; margin: 0 auto; position: relative; }
.depo-carousel-wrap { overflow: hidden; }
.depo-track { display: flex; gap: 2rem; transition: transform 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94); will-change: transform; }
.depo-card { background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.08); border-radius: 20px; padding: 2rem; flex: 0 0 calc(33.333% - 1.34rem); min-width: 0; transition: background 0.3s; }
.depo-card:hover { background: rgba(255,255,255,0.07); }
.stars { display: flex; gap: 0.25rem; margin-bottom: 1rem; }
.stars svg { width: 16px; height: 16px; fill: var(--laranja); stroke: none; }
.depo-text { font-size: 0.9rem; color: rgba(255,255,255,0.82); line-height: 1.7; font-weight: 300; font-style: italic; margin-bottom: 1.5rem; }
.depo-author { display: flex; align-items: center; gap: 0.75rem; }
.depo-avatar { width: 40px; height: 40px; border-radius: 50%; background: linear-gradient(135deg, var(--laranja), var(--verde-esc)); display: flex; align-items: center; justify-content: center; font-weight: 700; color: var(--branco); font-size: 0.9rem; flex-shrink: 0; }
.depo-name { font-size: 0.86rem; font-weight: 700; color: var(--branco); }
.depo-role { font-size: 0.76rem; color: rgba(255,255,255,0.5); font-weight: 300; }
.depo-nav { display: flex; justify-content: center; align-items: center; gap: 1.5rem; margin-top: 2.5rem; }
.depo-btn { width: 44px; height: 44px; border-radius: 50%; border: 1px solid rgba(255,255,255,0.2); background: rgba(255,255,255,0.06); color: var(--branco); cursor: pointer; display: flex; align-items: center; justify-content: center; transition: all 0.25s; flex-shrink: 0; }
.depo-btn:hover:not(:disabled) { background: var(--laranja); border-color: var(--laranja); }
.depo-btn:disabled { opacity: 0.3; cursor: not-allowed; }
.depo-btn svg { width: 18px; height: 18px; stroke: currentColor; fill: none; stroke-width: 2.5; stroke-linecap: round; stroke-linejoin: round; }
.depo-dots { display: flex; gap: 0.5rem; flex-wrap: wrap; justify-content: center; }
.depo-dot { width: 8px; height: 8px; border-radius: 4px; background: rgba(255,255,255,0.3); border: none; cursor: pointer; transition: all 0.3s; padding: 0; }
.depo-dot.active { background: var(--laranja); width: 24px; }
/* PARCEIROS */
.parceiros-section { padding: 80px 0; background: var(--branco); }
.parceiros-header { text-align: center; max-width: 640px; margin: 0 auto 3rem; padding: 0 5vw; }
.parceiros-row { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 3rem 4rem; max-width: 900px; margin: 0 auto; padding: 0 5vw; }
.parceiro-logo { height: 48px; width: auto; max-width: 160px; object-fit: contain; filter: grayscale(1); opacity: 0.55; transition: all 0.3s ease; flex-shrink: 0; }
.parceiro-logo:hover { filter: grayscale(0); opacity: 1; }
/* CARDS */
.cards-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; max-width: 1100px; margin: 0 auto; }
.card { padding: 2rem; border-radius: var(--r); background: var(--branco); box-shadow: var(--shadow); transition: var(--transition); opacity: 0; transform: translateY(30px); }
.card.visible { opacity: 1; transform: translateY(0); }
.card:hover { transform: translateY(-6px); box-shadow: var(--shadow-hover); }
.card-icon { width: 52px; height: 52px; display: flex; align-items: center; justify-content: center; margin-bottom: 1.2rem; }
.card-icon svg { width: 42px; height: 42px; stroke: url(#iconGrad) var(--verde-esc); fill: none; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.card h3 { font-size: 1.05rem; font-weight: 700; color: var(--carvao); margin-bottom: 0.6rem; }
.card p { font-size: 0.88rem; color: var(--cinza); line-height: 1.65; font-weight: 300; }

@media (max-width: 1024px) {
  .pq-layout { grid-template-columns: 1fr; gap: 3rem; }
  .pq-mosaic { grid-template-rows: repeat(2, 160px); }
  .turmas-grid { grid-template-columns: repeat(2, 1fr); }
  .cards-grid { grid-template-columns: repeat(2, 1fr); }
  .depo-card { flex: 0 0 calc(50% - 1rem); }
}
@media (max-width: 768px) {
  .hero-scroll { display: none; }
  .hero-content h1 { font-size: clamp(2rem, 6vw, 3rem); }
  .strip-numbers { grid-template-columns: repeat(2, 1fr); }
  .turmas-grid { grid-template-columns: 1fr; }
  .depo-card { flex: 0 0 100%; }
  .cards-grid { grid-template-columns: 1fr; }
  .pq-mosaic { grid-template-columns: repeat(3, 1fr); grid-template-rows: repeat(2, 120px); }
}
@media (max-width: 600px) {
  .parceiros-row { gap: 2rem 2.5rem; }
  .parceiro-logo { height: 38px; }
}

/* ═══════════════════════════════════════
   PAGE: SOBRE
═══════════════════════════════════════ */
@property --beam-angle { syntax: '<angle>'; initial-value: 0deg; inherits: false; }
@keyframes beam-spin { to { --beam-angle: 360deg; } }
.historia-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 5rem; align-items: start; max-width: 1100px; margin: 0 auto; }
.historia-text h2 { font-size: clamp(1.8rem, 3vw, 2.5rem); font-weight: 800; line-height: 1.2; margin-bottom: 1.5rem; }
.historia-text p { font-size: 0.95rem; color: var(--cinza); line-height: 1.8; font-weight: 300; margin-bottom: 1.2rem; }
.historia-text strong { color: var(--carvao); font-weight: 600; }
.historia-quote { font-size: 1.1rem; font-weight: 600; color: var(--carvao); font-style: italic; border-left: 3px solid var(--laranja); padding-left: 1.2rem; margin: 1.5rem 0; line-height: 1.6; }
.historia-continua { background: var(--laranja-lite); border-radius: var(--r); padding: 1.4rem 1.6rem; margin-top: 1.5rem; }
.historia-continua h4 { font-size: 0.8rem; font-weight: 700; color: var(--laranja-esc); text-transform: uppercase; letter-spacing: 0.12em; margin-bottom: 0.5rem; }
.historia-continua p { font-size: 0.88rem; color: var(--cinza); margin-bottom: 0; }
.historia-imgs { display: grid; grid-template-columns: 1fr 1fr; grid-template-rows: auto auto; gap: 1rem; position: sticky; top: 2rem; }
.historia-imgs img { border-radius: var(--r); object-fit: cover; width: 100%; transition: transform 0.4s ease; }
.historia-imgs img:hover { transform: scale(1.03); }
.historia-imgs img:first-child { grid-column: 1 / -1; height: 220px; }
.historia-imgs img:nth-child(2), .historia-imgs img:nth-child(3) { height: 160px; }
.mvv-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; max-width: 1100px; margin: 0 auto; }
.mvv-card { border-radius: var(--r); padding: 2.5rem 2rem; box-shadow: var(--shadow); transition: var(--transition); text-align: center; opacity: 0; transform: translateY(30px); border: 1.5px solid transparent; background: linear-gradient(var(--branco), var(--branco)) padding-box, conic-gradient(from var(--beam-angle), transparent 0%, transparent 72%, rgba(246,146,30,0.25) 78%, #F6921E 83%, #93C54A 86%, #F6921E 89%, rgba(246,146,30,0.25) 94%, transparent 100%) border-box; animation: beam-spin 6s linear infinite; }
.mvv-card.visible { opacity: 1; transform: translateY(0); }
.mvv-card:hover { transform: translateY(-8px); box-shadow: var(--shadow-hover); }
.mvv-icon { width: 64px; height: 64px; display: flex; align-items: center; justify-content: center; margin: 0 auto 1.4rem; }
.mvv-icon svg { width: 33px; height: 33px; stroke: var(--laranja); fill: none; stroke-width: 1.8; }
.mvv-card h3 { font-size: 0.72rem; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase; color: var(--laranja-esc); margin-bottom: 0.8rem; }
.mvv-card p { font-size: 0.92rem; color: var(--cinza); line-height: 1.7; font-weight: 300; }
.valores-pills { display: flex; flex-wrap: wrap; justify-content: center; gap: 0.5rem; margin-top: 1.2rem; }
.pill { background: var(--laranja-lite); color: var(--laranja-esc); font-size: 0.75rem; font-weight: 600; padding: 0.3rem 0.8rem; border-radius: var(--r-btn); letter-spacing: 0.04em; }
.numeros-section { background: linear-gradient(135deg, var(--carvao) 0%, #3a3536 100%); padding: 30px 0 20px 5vw; }
.numeros-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 2rem; max-width: 1000px; margin: 0 auto; text-align: center; }
.numero-item { color: var(--branco); }
.numero-val { font-size: clamp(2.4rem, 4vw, 3.5rem); font-weight: 800; color: var(--laranja); line-height: 1; display: block; margin-bottom: 0.4rem; }
.numero-label { font-size: 0.9rem; font-weight: 300; color: rgba(255,255,255,0.7); }
.proposito-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 5rem; align-items: start; max-width: 1100px; margin: 0 auto; }
.proposito-text h2 { font-size: clamp(1.8rem, 3vw, 2.4rem); font-weight: 800; line-height: 1.2; margin-bottom: 1.5rem; }
.proposito-text p { font-size: 0.95rem; color: var(--cinza); line-height: 1.8; font-weight: 300; margin-bottom: 1.2rem; }
.proposito-destaque { font-size: 0.95rem; font-style: italic; color: var(--carvao); font-weight: 500; border-left: 3px solid var(--laranja); padding-left: 1.2rem; margin: 1.5rem 0; line-height: 1.7; }
.principios-wrap { background: var(--laranja-lite); border-radius: var(--r); padding: 2.2rem; }
.principios-wrap > p { font-size: 0.88rem; color: var(--cinza); font-weight: 300; margin-bottom: 1.4rem; line-height: 1.7; }
.principios-wrap h3 { font-size: 0.75rem; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--laranja-esc); margin-bottom: 1.2rem; }
.principio-item { display: flex; align-items: center; gap: 0.85rem; margin-bottom: 0.7rem; }
.principio-item:last-child { margin-bottom: 0; }
.principio-num { flex-shrink: 0; width: 28px; height: 28px; border-radius: 50%; background: var(--laranja); color: var(--branco); font-size: 0.7rem; font-weight: 800; display: flex; align-items: center; justify-content: center; }
.principio-nome { font-size: 0.95rem; color: var(--carvao); font-weight: 500; }
.essencia-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; max-width: 1100px; margin: 0 auto; }
.essencia-card { background: var(--branco); border-radius: var(--r); padding: 2rem 1.8rem; box-shadow: var(--shadow); transition: var(--transition); border-top: 3px solid var(--laranja); }
.essencia-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-hover); }
.essencia-icon { width: 48px; height: 48px; background: var(--laranja-lite); border-radius: 12px; display: flex; align-items: center; justify-content: center; margin-bottom: 1.2rem; }
.essencia-icon svg { width: 24px; height: 24px; stroke: var(--laranja); fill: none; stroke-width: 1.8; }
.essencia-card h3 { font-size: 1rem; font-weight: 700; color: var(--carvao); margin-bottom: 0.6rem; }
.essencia-card p { font-size: 0.88rem; color: var(--cinza); line-height: 1.7; font-weight: 300; }
.lideranca-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 2rem; max-width: 680px; margin: 0 auto; }
.lider-card { text-align: center; background: var(--branco); border-radius: var(--r); padding: 2.5rem 2rem; box-shadow: var(--shadow); transition: var(--transition); }
.lider-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-hover); }
.lider-avatar { width: 100px; height: 100px; border-radius: 50%; background: linear-gradient(135deg, var(--laranja) 0%, var(--laranja-esc) 100%); margin: 0 auto 1.2rem; display: flex; align-items: center; justify-content: center; box-shadow: 0 8px 28px rgba(246,146,30,0.3); overflow: hidden; }
.lider-avatar svg { width: 52px; height: 52px; fill: none; stroke: rgba(255,255,255,0.9); stroke-width: 1.4; stroke-linecap: round; stroke-linejoin: round; }
.lider-card h3 { font-size: 1.05rem; font-weight: 700; color: var(--carvao); margin-bottom: 0.3rem; }
.lider-cargo { font-size: 0.82rem; color: var(--cinza); font-weight: 300; margin-bottom: 0.6rem; }
.lider-tag { display: inline-block; background: var(--laranja-lite); color: var(--laranja-esc); font-size: 0.72rem; font-weight: 700; padding: 0.25rem 0.85rem; border-radius: var(--r-btn); }

@media (max-width: 1024px) {
  .mvv-grid { grid-template-columns: 1fr 1fr; }
  .numeros-grid { grid-template-columns: repeat(2, 1fr); }
  .historia-grid, .proposito-grid { grid-template-columns: 1fr; gap: 3rem; }
  .historia-imgs { position: static; }
  .essencia-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 768px) {
  .mvv-grid { grid-template-columns: 1fr; }
  .numeros-grid { grid-template-columns: repeat(2, 1fr); }
  .lideranca-grid { grid-template-columns: 1fr; max-width: 320px; }
  .essencia-grid { grid-template-columns: 1fr; }
}

/* ═══════════════════════════════════════
   PAGE: SERVIÇOS
═══════════════════════════════════════ */
.turma-block { display: grid; grid-template-columns: 1fr 1fr; gap: 0; max-width: 1100px; margin: 0 auto 5rem; border-radius: 24px; overflow: hidden; box-shadow: var(--shadow); opacity: 0; transform: translateY(30px); transition: var(--transition); }
.turma-block.visible { opacity: 1; transform: translateY(0); }
.turma-block:last-child { margin-bottom: 0; }
.turma-block.reverse .turma-block-img { order: 2; }
.turma-block.reverse .turma-block-text { order: 1; }
.turma-block-img { position: relative; min-height: 380px; overflow: hidden; }
.turma-block-img img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.6s ease; }
.turma-block:hover .turma-block-img img { transform: scale(1.04); }
.turma-age-badge { position: absolute; top: 1.5rem; left: 1.5rem; background: var(--laranja); color: var(--branco); font-size: 0.75rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; padding: 0.4rem 1rem; border-radius: var(--r-btn); }
.turma-block-text { background: var(--branco); padding: 3rem; display: flex; flex-direction: column; justify-content: center; }
.turma-block-text .section-tag { display: inline-block; margin-bottom: 0.8rem; align-self: flex-start; }
.turma-block-text h3 { font-size: clamp(1.5rem, 2.5vw, 2rem); font-weight: 800; margin-bottom: 1rem; line-height: 1.2; }
.turma-block-text p { font-size: 0.92rem; color: var(--cinza); line-height: 1.75; font-weight: 300; margin-bottom: 1.5rem; }
.turma-tags { display: flex; flex-wrap: wrap; gap: 0.4rem; margin-bottom: 1.5rem; }
.turma-tag-pill { background: var(--bege-lite); color: var(--cinza); font-size: 0.75rem; font-weight: 500; padding: 0.3rem 0.8rem; border-radius: var(--r-btn); }
.ativ-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; max-width: 1000px; margin: 0 auto; }
.ativ-card { border-radius: var(--r); padding: 2.5rem 2rem; text-align: center; box-shadow: var(--shadow); transition: var(--transition); opacity: 0; transform: translateY(30px); border: 1.5px solid transparent; background: linear-gradient(var(--branco), var(--branco)) padding-box, conic-gradient(from var(--beam-angle), transparent 0%, transparent 72%, rgba(246,146,30,0.25) 78%, #F6921E 83%, #93C54A 86%, #F6921E 89%, rgba(246,146,30,0.25) 94%, transparent 100%) border-box; animation: beam-spin 5s linear infinite; }
.ativ-card.visible { opacity: 1; transform: translateY(0); }
.ativ-card:hover { transform: translateY(-8px); box-shadow: var(--shadow-hover); }
.ativ-icon { width: 72px; height: 72px; display: flex; align-items: center; justify-content: center; margin: 0 auto 1.4rem; }
.ativ-icon svg { width: 37px; height: 37px; stroke: var(--laranja); fill: none; stroke-width: 1.6; }
.ativ-card h3 { font-size: 1.1rem; font-weight: 700; margin-bottom: 0.6rem; color: var(--carvao); }
.ativ-card p { font-size: 0.86rem; color: var(--cinza); line-height: 1.65; font-weight: 300; }
.ativ-badge { display: inline-block; margin-top: 0.8rem; background: var(--laranja-lite); color: var(--laranja-esc); font-size: 0.72rem; font-weight: 700; padding: 0.25rem 0.7rem; border-radius: var(--r-btn); }
.alim-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 5rem; align-items: center; max-width: 1100px; margin: 0 auto; }
.alim-img { border-radius: 24px; overflow: hidden; aspect-ratio: 4/3; }
.alim-img img { width: 100%; height: 100%; object-fit: cover; }
.alim-text h2 { font-size: clamp(1.7rem, 3vw, 2.4rem); font-weight: 800; margin-bottom: 1.2rem; line-height: 1.2; }
.alim-text p { font-size: 0.92rem; color: var(--cinza); line-height: 1.8; font-weight: 300; margin-bottom: 1rem; }
.free-from-badge { display: inline-flex; align-items: center; gap: 0.5rem; background: var(--laranja); color: var(--branco); font-size: 0.82rem; font-weight: 700; padding: 0.5rem 1.2rem; border-radius: var(--r-btn); margin-top: 0.5rem; }
.alim-items { margin-top: 1.5rem; display: flex; flex-direction: column; gap: 0.8rem; }
.alim-item { display: flex; align-items: center; gap: 0.7rem; font-size: 0.88rem; color: var(--cinza); font-weight: 300; }
.alim-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--laranja); flex-shrink: 0; }
.estrutura-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 5rem; align-items: center; max-width: 1100px; margin: 0 auto; }
.estrutura-img { border-radius: 24px; overflow: hidden; aspect-ratio: 4/3; order: 2; }
.estrutura-img img { width: 100%; height: 100%; object-fit: cover; }
.estrutura-text { order: 1; }
.estrutura-text h2 { font-size: clamp(1.7rem, 3vw, 2.4rem); font-weight: 800; margin-bottom: 1.2rem; line-height: 1.2; }
.estrutura-text p { font-size: 0.92rem; color: var(--cinza); line-height: 1.8; font-weight: 300; margin-bottom: 1.5rem; }
.estrutura-list { display: grid; grid-template-columns: 1fr 1fr; gap: 0.7rem; }
.estr-item { display: flex; align-items: center; gap: 0.6rem; font-size: 0.85rem; color: var(--cinza); font-weight: 400; }
.estr-item svg { width: 18px; height: 18px; stroke: var(--laranja); fill: none; stroke-width: 2; flex-shrink: 0; }
.faq-list { max-width: 760px; margin: 0 auto; display: flex; flex-direction: column; gap: 1rem; }
.faq-item { background: var(--branco); border-radius: var(--r); border: 1.5px solid rgba(89,90,92,0.12); overflow: hidden; transition: border-color 0.2s ease; }
.faq-item.open { border-color: var(--laranja); }
.faq-q { padding: 1.4rem 1.6rem; cursor: pointer; display: flex; align-items: center; justify-content: space-between; gap: 1rem; font-size: 0.95rem; font-weight: 600; color: var(--carvao); user-select: none; transition: color 0.2s; }
.faq-item.open .faq-q { color: var(--laranja-esc); }
.faq-arrow { flex-shrink: 0; width: 24px; height: 24px; border-radius: 50%; background: var(--laranja-lite); display: flex; align-items: center; justify-content: center; transition: transform 0.3s ease, background 0.2s; }
.faq-item.open .faq-arrow { transform: rotate(180deg); background: var(--laranja); }
.faq-arrow svg { width: 14px; height: 14px; stroke: var(--laranja-esc); fill: none; stroke-width: 2.5; transition: stroke 0.2s; }
.faq-item.open .faq-arrow svg { stroke: var(--branco); }
.faq-a { max-height: 0; overflow: hidden; transition: max-height 0.4s ease, padding 0.3s ease; }
.faq-item.open .faq-a { max-height: 300px; }
.faq-a p { padding: 0 1.6rem 1.4rem; font-size: 0.88rem; color: var(--cinza); line-height: 1.75; font-weight: 300; }

@media (max-width: 1024px) {
  .turma-block { grid-template-columns: 1fr; }
  .turma-block.reverse .turma-block-img { order: 0; }
  .turma-block.reverse .turma-block-text { order: 0; }
  .turma-block-img { min-height: 280px; }
  .ativ-grid { grid-template-columns: repeat(2, 1fr); }
  .alim-grid, .estrutura-grid { grid-template-columns: 1fr; gap: 3rem; }
  .estrutura-img { order: 0; }
  .estrutura-text { order: 0; }
}
@media (max-width: 768px) {
  .estrutura-list { grid-template-columns: 1fr; }
}
@media (max-width: 480px) {
  .ativ-grid { grid-template-columns: 1fr; }
}

/* ═══════════════════════════════════════
   PAGE: CONTATO
═══════════════════════════════════════ */
body.page-contato .inner-hero { height: 380px; }
body.page-contato .inner-hero-bg { background-position: center top; }
.horario-strip { background: linear-gradient(90deg, var(--verde-esc) 0%, var(--laranja) 100%); padding: 2rem 5vw; display: flex; align-items: center; justify-content: center; gap: 4rem; flex-wrap: wrap; text-align: center; }
.horario-item { color: var(--branco); }
.horario-label { font-size: 0.72rem; font-weight: 700; letter-spacing: 0.15em; text-transform: uppercase; opacity: 0.85; display: block; margin-bottom: 0.3rem; }
.horario-val { font-size: 1.15rem; font-weight: 700; display: block; }
.contato-grid { display: grid; grid-template-columns: 1.4fr 1fr; gap: 4rem; max-width: 1100px; margin: 0 auto; align-items: start; }
.form-header { margin-bottom: 2.5rem; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.2rem; }
.form-group { display: flex; flex-direction: column; gap: 0.4rem; }
.form-group.full { grid-column: 1 / -1; }
.form-group label { font-size: 0.82rem; font-weight: 600; color: var(--carvao); letter-spacing: 0.02em; }
.form-group input, .form-group select, .form-group textarea { width: 100%; padding: 0.85rem 1.1rem; background: var(--off); border: 1.5px solid rgba(89,90,92,0.18); border-radius: 12px; font-family: var(--ff); font-size: 0.9rem; color: var(--carvao); transition: border-color 0.2s ease, box-shadow 0.2s ease; outline: none; -webkit-appearance: none; }
.form-group input:focus, .form-group select:focus, .form-group textarea:focus { border-color: var(--laranja); box-shadow: 0 0 0 3px rgba(246,146,30,0.15); background: var(--branco); }
.form-group textarea { resize: vertical; min-height: 130px; }
.form-group select { cursor: pointer; }
.lgpd-group { grid-column: 1 / -1; display: flex; align-items: flex-start; gap: 0.75rem; }
.lgpd-group input[type="checkbox"] { width: 18px; height: 18px; margin-top: 2px; flex-shrink: 0; accent-color: var(--laranja); cursor: pointer; }
.lgpd-group label { font-size: 0.8rem; color: var(--cinza); font-weight: 300; line-height: 1.5; cursor: pointer; }
.lgpd-group label a { color: var(--laranja-esc); font-weight: 500; }
.form-submit { grid-column: 1 / -1; width: 100%; padding: 1rem; background: var(--laranja); color: var(--branco); border: none; border-radius: var(--r-btn); font-family: var(--ff); font-size: 1rem; font-weight: 700; cursor: pointer; transition: var(--transition); margin-top: 0.5rem; }
.form-submit:hover { background: var(--laranja-esc); transform: translateY(-3px); box-shadow: 0 12px 30px rgba(246,146,30,0.4); }
.form-msg { display: none; text-align: center; padding: 1rem; border-radius: 12px; font-size: 0.9rem; font-weight: 500; margin-top: 1rem; grid-column: 1 / -1; }
.form-msg.success { display: block; background: var(--laranja-lite); color: var(--laranja-esc); }
.form-msg.error { display: block; background: #fef2f2; color: #c0392b; }
.info-sidebar { display: flex; flex-direction: column; gap: 1.5rem; }
.info-card { background: var(--off); border-radius: var(--r); padding: 1.8rem; transition: var(--transition); }
.info-card:hover { box-shadow: var(--shadow); transform: translateY(-3px); }
.info-icon { width: 44px; height: 44px; display: flex; align-items: center; justify-content: center; margin-bottom: 1rem; }
.info-icon svg { width: 24px; height: 24px; stroke: var(--laranja); fill: none; stroke-width: 2; }
.info-card h4 { font-size: 0.78rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: var(--laranja-esc); margin-bottom: 0.5rem; }
.info-card p { font-size: 0.88rem; color: var(--cinza); line-height: 1.6; font-weight: 300; }
.info-card a { color: var(--carvao); font-weight: 500; font-size: 0.95rem; transition: color 0.2s; }
.info-card a:hover { color: var(--laranja); }
.social-card { background: var(--laranja-lite); border-radius: var(--r); padding: 1.8rem; }
.social-card h4 { font-size: 0.78rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: var(--laranja-esc); margin-bottom: 1rem; }
.social-btns { display: flex; gap: 0.75rem; }
.soc-btn { flex: 1; padding: 0.7rem; border-radius: 12px; border: 1.5px solid rgba(246,146,30,0.25); background: var(--branco); display: flex; align-items: center; justify-content: center; gap: 0.5rem; color: var(--cinza); font-size: 0.8rem; font-weight: 500; transition: var(--transition); }
.soc-btn:hover { background: var(--laranja); border-color: var(--laranja); color: var(--branco); transform: translateY(-2px); }
.soc-btn svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; flex-shrink: 0; }
.mapa-section { padding: 0 5vw 100px; }
.mapa-wrapper { max-width: 1100px; margin: 0 auto; }
.mapa-wrapper h2 { font-size: clamp(1.4rem, 2.5vw, 2rem); font-weight: 800; margin-bottom: 0.6rem; }
.mapa-wrapper p { font-size: 0.9rem; color: var(--cinza); font-weight: 300; margin-bottom: 1.5rem; }
.mapa-frame { border-radius: 20px; overflow: hidden; box-shadow: var(--shadow); height: 420px; border: none; position: relative; }
.mapa-frame iframe { width: 100%; height: 100%; border: 0; display: block; }

@media (max-width: 1024px) {
  .contato-grid { grid-template-columns: 1fr; gap: 3rem; }
  .horario-strip { gap: 2rem; }
}
@media (max-width: 768px) {
  .mapa-section { padding: 0 5vw 60px; }
  .form-grid { grid-template-columns: 1fr; }
  .form-group.full, .lgpd-group, .form-submit, .form-msg { grid-column: 1; }
  .mapa-frame { height: 300px; }
}

/* ═══════════════════════════════════════
   PAGE: POLÍTICA (cookies & privacidade)
═══════════════════════════════════════ */
.prose-section { max-width: 820px; margin: 0 auto; padding: 140px 5vw 100px; }
.prose-section .breadcrumb { margin-bottom: 2rem; }
.prose-section h1 { font-size: clamp(2rem, 5vw, 3rem); font-weight: 800; line-height: 1.15; margin-bottom: 0.8rem; color: var(--carvao); }
.prose-section .page-lead { font-size: 1.05rem; color: var(--cinza); font-weight: 300; line-height: 1.7; margin-bottom: 2.5rem; border-bottom: 1.5px solid rgba(89,90,92,0.12); padding-bottom: 2.5rem; }
.prose-section .updated { font-size: 0.8rem; color: var(--cinza); font-weight: 400; background: var(--bege-lite); display: inline-block; padding: 0.35rem 1rem; border-radius: var(--r-btn); margin-bottom: 2.5rem; }
.prose-section h2 { font-size: 1.35rem; font-weight: 700; color: var(--carvao); margin: 2.5rem 0 0.8rem; padding-top: 1rem; border-top: 1.5px solid rgba(89,90,92,0.1); }
.prose-section h2:first-of-type { border-top: none; padding-top: 0; }
.prose-section h3 { font-size: 1.05rem; font-weight: 700; color: var(--carvao); margin: 1.5rem 0 0.5rem; }
.prose-section p { font-size: 0.93rem; color: var(--cinza); line-height: 1.85; font-weight: 300; margin-bottom: 1rem; }
.prose-section ul { list-style: none; padding: 0; margin: 0.5rem 0 1.2rem; }
.prose-section ul li { font-size: 0.91rem; color: var(--cinza); line-height: 1.75; font-weight: 300; padding: 0.3rem 0 0.3rem 1.4rem; position: relative; }
.prose-section ul li::before { content: '›'; position: absolute; left: 0; color: var(--laranja); font-weight: 700; }
.prose-section a { color: var(--laranja-esc); font-weight: 500; transition: color 0.2s; }
.prose-section a:hover { color: var(--laranja); }
.highlight-box { background: var(--bege-lite); border-left: 4px solid var(--laranja); border-radius: 0 12px 12px 0; padding: 1.5rem 1.8rem; margin: 1.5rem 0 2rem; }
.highlight-box p { margin-bottom: 0.5rem; font-size: 0.88rem; }
.highlight-box p:last-child { margin-bottom: 0; }
.highlight-box strong { color: var(--carvao); font-weight: 600; }
.cookie-table { width: 100%; border-collapse: collapse; margin: 1rem 0 1.5rem; font-size: .88rem; }
.cookie-table th { background: var(--carvao); color: var(--branco); padding: .6rem 1rem; text-align: left; font-weight: 600; }
.cookie-table td { padding: .6rem 1rem; border-bottom: 1px solid #eee; vertical-align: top; }
.cookie-table tr:last-child td { border-bottom: none; }
.cookie-table tr:nth-child(even) td { background: var(--off); }

/* Erros de validação do formulário de contato */
.form-group input.erro,
.form-group textarea.erro,
.form-group select.erro { border-color: #C0392B; background: #FDEDEB; }
.campo-erro { display: block; font-size: 0.78rem; color: #C0392B; margin-top: 0.35rem; font-weight: 500; }
.lgpd-group input.erro + label { color: #C0392B; }
.lgpd-group .campo-erro { margin-left: 0; }
