/* ==========================================================================
   COLÉGIO GUERREIRO - IDENTIDADE VISUAL MONOCROMÁTICA VERDE JADE
   Cor-mãe: Verde Jade #00BB77
   Escala Jade:
   - 900 #04301F  | 800 #005537 | 700 #00734A | 600 #009A61
   - 500 #00BB77 (base) | 400 #00D287 | 300 #1FD494
   - 200 #8FE0BC | 100 #D0F7E6 | 50 #EFFDF7
   Apoio Jade-Teal (profundidade): #00A98A / #00785F
   Neutros tingidos de jade: texto #14211C, suave #5A7268, borda #CFE8DE
   Branco Puro & Off-White: #ffffff & #F3FBF7
   ========================================================================== */

:root {
  /* Escala Jade oficial */
  --jade-50: #EFFDF7;
  --jade-100: #D0F7E6;
  --jade-200: #8FE0BC;
  --jade-300: #1FD494;
  --jade-400: #00D287;
  --jade-500: #00BB77;
  --jade-600: #009A61;
  --jade-700: #00734A;
  --jade-800: #005537;
  --jade-900: #04301F;
  --jade-rgb: 0, 187, 119;

  /* Aliases historicos da marca (todos remapeados para jade) */
  --guerreiro-green: #00BB77;
  --guerreiro-green-dark: #009A61;
  --guerreiro-green-light: #E3FAF0;
  --guerreiro-green-rgb: 0, 187, 119;

  --guerreiro-cyan: #00A98A;
  --guerreiro-cyan-dark: #00785F;
  --guerreiro-cyan-light: #E0F8F0;
  --guerreiro-cyan-rgb: 0, 169, 138;

  --guerreiro-orange: #00BB77;
  --guerreiro-orange-hover: #009A61;
  --guerreiro-orange-light: #E3FAF0;

  --guerreiro-yellow: #1FD494;
  --guerreiro-yellow-light: #EFFDF7;

  --primary: #009A61;
  --primary-dark: #005537;
  --primary-light: #00BB77;
  --primary-contrast: #05301F;

  --accent: #00BB77;
  --accent-hover: #009A61;
  --accent-light: #E3FAF0;

  --secondary: #00A98A;
  --secondary-dark: #00785F;

  --text-main: #14211C;
  --text-muted: #5A7268;
  --text-light: #93A9A0;
  --bg-main: #ffffff;
  --bg-subtle: #F3FBF7;
  --bg-cyan-subtle: #EFFDF7;
  --bg-card: #ffffff;
  --border-color: #CFE8DE;

  --shadow-sm: 0 2px 6px rgba(0, 85, 55, 0.06);
  --shadow-md: 0 6px 18px rgba(0, 85, 55, 0.09), 0 2px 4px rgba(0,0,0,0.03);
  --shadow-lg: 0 14px 30px rgba(0, 85, 55, 0.12);
  --shadow-xl: 0 22px 45px rgba(5, 48, 31, 0.16);

  --radius-sm: 8px;
  --radius-md: 16px;
  --radius-lg: 24px;
  --radius-full: 9999px;

  --transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  --font-family: 'Plus Jakarta Sans', system-ui, -apple-system, sans-serif;
  --container-max: 1240px;
}

/* Base Reset */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  font-size: 16px;
}

body {
  font-family: var(--font-family);
  color: var(--text-main);
  background-color: var(--bg-main);
  line-height: 1.6;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

a {
  color: inherit;
  text-decoration: none;
  transition: var(--transition);
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

ul {
  list-style: none;
}

button, input, select, textarea {
  font-family: inherit;
  font-size: inherit;
}

.container {
  width: 100%;
  max-width: var(--container-max);
  margin: 0 auto;
  padding: 0 1.5rem;
}

/* Top Bar */
.top-bar {
  background: #013A26;
  color: #BFF0DC;
  font-size: 0.875rem;
  padding: 0.55rem 0;
  border-bottom: 2px solid var(--guerreiro-green);
}

.top-bar-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.top-bar-items {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}

.top-bar-item {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
}

.top-bar-item a:hover {
  color: #ffffff;
}

.top-bar-actions {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.badge-enroll {
  background: var(--guerreiro-yellow);
  color: #005537;
  font-weight: 800;
  padding: 0.25rem 0.75rem;
  border-radius: var(--radius-full);
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}

/* Header & Nav */
.header {
  position: sticky;
  top: 0;
  background: rgba(255, 255, 255, 0.98);
  backdrop-filter: blur(12px);
  z-index: 1000;
  box-shadow: var(--shadow-sm);
  transition: var(--transition);
  border-bottom: 1px solid var(--border-color);
}

.header.scrolled {
  box-shadow: var(--shadow-md);
  padding: 0.2rem 0;
}

.nav-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.65rem 0;
}

/* Brand Logo Oficial */
.brand-logo {
  display: flex;
  align-items: center;
  gap: 0.9rem;
  flex-shrink: 0;
}

.logo-image-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.logo-img {
  flex-shrink: 0;
  width: 54px;
  height: 54px;
  object-fit: contain;
  filter: drop-shadow(0 3px 6px rgba(0, 154, 97, 0.25));
  transition: transform 0.3s ease;
}

.brand-logo:hover .logo-img {
  transform: scale(1.06) rotate(3deg);
}

.brand-text {
  display: flex;
  flex-direction: column;
  white-space: nowrap;
}

.brand-name {
  font-size: 1.35rem;
  font-weight: 800;
  color: var(--primary-dark);
  line-height: 1.1;
  letter-spacing: -0.3px;
  text-transform: uppercase;
}

.brand-name span {
  color: var(--guerreiro-green);
}

.brand-tagline {
  font-size: 0.74rem;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--guerreiro-cyan-dark);
  letter-spacing: 1.2px;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex-wrap: nowrap;
  margin-left: 1.4rem;
}

/* Telas desktop estreitas: compacta a navegacao sem espremer a marca */
@media (max-width: 1450px) and (min-width: 1280px) {
  .nav-links { gap: 0.7rem; margin-left: 1.5rem; }
  .nav-link { font-size: 0.84rem; }
  .brand-name { font-size: 1.2rem; }
  .brand-tagline { font-size: 0.68rem; letter-spacing: 0.8px; }
  .logo-img { width: 46px; height: 46px; }
  .nav-actions { margin-left: 1rem; }
}

/* Notebooks e telas 1100-1280px: navegacao ainda completa, so mais compacta */
@media (max-width: 1279px) and (min-width: 1100px) {
  .nav-links { gap: 0.45rem; margin-left: 1rem; }
  .nav-link { font-size: 0.76rem; padding: 0.4rem 0.15rem; }
  .nav-dropdown-toggle { font-size: 0.74rem; padding: 0.35rem 0.6rem; }
  .brand-name { font-size: 1rem; }
  .brand-tagline { display: none; }
  .logo-img { width: 40px; height: 40px; }
  .brand-logo { gap: 0.55rem; }
  .nav-actions { margin-left: 0.6rem; }
  .nav-actions .btn-whatsapp { font-size: 0.76rem; padding: 0.45rem 0.8rem; }
}

.nav-link {
  font-weight: 600;
  font-size: 0.9rem;
  color: var(--text-main);
  position: relative;
  padding: 0.45rem 0.2rem;
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}

.nav-link:hover, .nav-link.active {
  color: var(--guerreiro-green-dark);
}

.nav-link.active::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, var(--guerreiro-green), var(--guerreiro-cyan));
  border-radius: 2px;
}

.nav-dropdown {
  position: relative;
  display: inline-flex;
  align-items: center;
}

.nav-dropdown-toggle {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  background: #EFFDF7;
  color: var(--guerreiro-green-dark);
  border: 1.5px solid #A8EFD0;
  border-radius: var(--radius-full);
  cursor: pointer;
  font-family: inherit;
  font-size: 0.86rem;
  font-weight: 700;
  padding: 0.4rem 0.85rem;
  transition: var(--transition);
  white-space: nowrap;
}

.nav-dropdown-toggle:hover,
.nav-dropdown:hover .nav-dropdown-toggle {
  background: var(--guerreiro-green);
  color: #ffffff;
  border-color: var(--guerreiro-green);
}

.nav-dropdown-toggle:hover i,
.nav-dropdown:hover .nav-dropdown-toggle i {
  color: #ffffff !important;
}

.nav-dropdown-menu {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  background: #ffffff;
  min-width: 225px;
  border-radius: var(--radius-md);
  box-shadow: 0 12px 28px rgba(0, 85, 55, 0.15);
  border: 1.5px solid var(--border-color);
  padding: 0.5rem 0;
  display: none;
  flex-direction: column;
  z-index: 1050;
  animation: modalFadeIn 0.2s ease;
}

/* Ponte invisível cobrindo o espaço entre o botão e o submenu,
   para o hover não se perder quando o mouse desce até os itens */
.nav-dropdown-menu::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: -14px;
  height: 14px;
}

@media (min-width: 1100px) {
  .nav-dropdown:hover .nav-dropdown-menu,
  .nav-dropdown:focus-within .nav-dropdown-menu {
    display: flex;
  }
}

.nav-dropdown.open .nav-dropdown-menu,
.nav-dropdown.active .nav-dropdown-menu {
  display: flex;
}

.nav-dropdown-item {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.75rem 1.25rem;
  color: var(--text-main);
  font-size: 0.88rem;
  font-weight: 600;
  transition: var(--transition);
  white-space: nowrap;
}

.nav-dropdown-item:hover {
  background: var(--bg-subtle);
  color: var(--guerreiro-green-dark);
  padding-left: 1.45rem;
}

.nav-dropdown-item i {
  color: var(--guerreiro-green);
  font-size: 1.05rem;
  width: 18px;
}

.btn-ischolar {
  background: #EFFDF7;
  color: var(--guerreiro-green-dark);
  border: 1.5px solid var(--guerreiro-green);
  font-weight: 700;
  padding: 0.5rem 1rem;
  border-radius: var(--radius-full);
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  font-size: 0.85rem;
  transition: var(--transition);
  white-space: nowrap;
}

.btn-ischolar:hover {
  background: var(--guerreiro-green);
  color: #ffffff;
}

.nav-actions {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  flex-shrink: 0;
  margin-left: 1.5rem;
}

.mobile-toggle {
  display: none;
  background: transparent;
  border: none;
  font-size: 1.6rem;
  color: var(--guerreiro-green-dark);
  cursor: pointer;
  padding: 0.25rem;
}

/* Botões com Paleta do Logo */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  font-weight: 700;
  padding: 0.75rem 1.45rem;
  border-radius: var(--radius-full);
  transition: var(--transition);
  cursor: pointer;
  border: none;
  font-size: 0.95rem;
  text-align: center;
}

.btn-primary {
  background: linear-gradient(135deg, var(--guerreiro-green) 0%, var(--guerreiro-green-dark) 100%);
  color: #ffffff;
  box-shadow: 0 4px 14px rgba(0, 187, 119, 0.35);
}

.btn-primary:hover {
  background: linear-gradient(135deg, #00D287 0%, #008254 100%);
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(0, 187, 119, 0.45);
  color: #ffffff;
}

.btn-accent {
  background: linear-gradient(135deg, var(--guerreiro-orange) 0%, var(--guerreiro-orange-hover) 100%);
  color: #ffffff;
  box-shadow: 0 4px 14px rgba(0, 187, 119, 0.35);
}

.btn-accent:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(0, 187, 119, 0.5);
  color: #ffffff;
}

.btn-cyan {
  background: linear-gradient(135deg, var(--guerreiro-cyan) 0%, var(--guerreiro-cyan-dark) 100%);
  color: #ffffff;
  box-shadow: 0 4px 14px rgba(0, 169, 138, 0.35);
}

.btn-cyan:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(0, 169, 138, 0.5);
  color: #ffffff;
}

.btn-whatsapp {
  background: #00BB77;
  color: #ffffff;
  font-weight: 700;
  box-shadow: 0 4px 14px rgba(0, 187, 119, 0.35);
}

.btn-whatsapp:hover {
  background: #009A61;
  transform: translateY(-2px);
  color: #ffffff;
  box-shadow: 0 6px 20px rgba(0, 187, 119, 0.5);
}

.btn-outline {
  border: 2px solid var(--guerreiro-green);
  color: var(--guerreiro-green-dark);
  background: transparent;
}

.btn-outline:hover {
  background: var(--guerreiro-green);
  color: #ffffff;
  transform: translateY(-2px);
}

.btn-outline-white {
  border: 2px solid #ffffff;
  color: #ffffff;
  background: transparent;
}

.btn-outline-white:hover {
  background: #ffffff;
  color: var(--guerreiro-green-dark);
  transform: translateY(-2px);
}

.btn-sm {
  padding: 0.5rem 1.05rem;
  font-size: 0.85rem;
}

.btn-lg {
  padding: 0.95rem 1.85rem;
  font-size: 1.05rem;
}

/* Hero Section Vibrante e Inspirada no Logo */
.hero {
  position: relative;
  background: linear-gradient(135deg, #005537 0%, #009A61 45%, #00785F 100%);
  color: #ffffff;
  padding: 4.8rem 0 5.2rem;
  overflow: hidden;
}

.hero-pattern {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: radial-gradient(rgba(255, 255, 255, 0.12) 1px, transparent 1px);
  background-size: 26px 26px;
  pointer-events: none;
}

.hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 3.5rem;
  align-items: center;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  background: rgba(255, 255, 255, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.25);
  backdrop-filter: blur(8px);
  padding: 0.45rem 1.1rem;
  border-radius: var(--radius-full);
  font-size: 0.875rem;
  font-weight: 700;
  color: var(--guerreiro-yellow);
  margin-bottom: 1.5rem;
}

.hero-title {
  font-size: 3.1rem;
  line-height: 1.15;
  font-weight: 800;
  letter-spacing: -0.8px;
  margin-bottom: 1.25rem;
}

.hero-title span.highlight {
  color: var(--guerreiro-yellow);
  position: relative;
  display: inline-block;
}

.hero-subtitle {
  font-size: 1.15rem;
  line-height: 1.6;
  color: #F1FBF6;
  margin-bottom: 2rem;
  max-width: 580px;
}

.hero-ctas {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  margin-bottom: 2.2rem;
}

.hero-proof {
  display: flex;
  align-items: center;
  gap: 2.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.proof-item {
  display: flex;
  flex-direction: column;
}

.proof-number {
  font-size: 1.75rem;
  font-weight: 800;
  color: #ffffff;
  line-height: 1;
}

.proof-label {
  font-size: 0.8rem;
  color: #DFF6EA;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-top: 0.25rem;
}

/* Hero Card Lateral */
.hero-card {
  background: #ffffff;
  color: var(--text-main);
  border-radius: var(--radius-lg);
  padding: 2.2rem;
  box-shadow: var(--shadow-xl);
  position: relative;
  border: 3px solid var(--guerreiro-green-light);
}

.hero-card-photo {
  border-radius: var(--radius-md);
  overflow: hidden;
  margin-bottom: 1.4rem;
  background-color: #00C093;
  box-shadow: var(--shadow-sm);
  border: 2px solid var(--border-color);
  display: flex;
  align-items: center;
  justify-content: center;
  max-height: 190px;
}

.hero-card-img {
  width: 100%;
  height: 100%;
  max-height: 190px;
  object-fit: cover;
  object-position: center 20%;
  display: block;
  transition: transform 0.4s ease;
}

.hero-card-photo:hover .hero-card-img {
  transform: scale(1.03);
}

.hero-card-header {
  margin-bottom: 1.4rem;
}

.hero-card-tag {
  color: var(--guerreiro-green-dark);
  font-size: 0.8rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.hero-card-title {
  font-size: 1.4rem;
  font-weight: 800;
  color: #005537;
  line-height: 1.25;
}

.hero-card-desc {
  font-size: 0.875rem;
  color: var(--text-muted);
  margin-top: 0.35rem;
}

.form-group {
  margin-bottom: 1rem;
}

.form-label {
  display: block;
  font-size: 0.85rem;
  font-weight: 600;
  margin-bottom: 0.35rem;
  color: #40564D;
}

.form-control {
  width: 100%;
  padding: 0.75rem 1rem;
  border: 1.5px solid var(--border-color);
  border-radius: var(--radius-sm);
  background-color: #fafffc;
  color: var(--text-main);
  transition: var(--transition);
}

.form-control:focus {
  outline: none;
  border-color: var(--guerreiro-green);
  background: #ffffff;
  box-shadow: 0 0 0 3px rgba(0, 187, 119, 0.18);
}

.form-hint {
  font-size: 0.75rem;
  color: var(--text-muted);
  margin-top: 0.6rem;
  display: flex;
  align-items: center;
  gap: 0.3rem;
}

/* Banner de Parcerias Pedagógicas Oficiais */
.partners-bar {
  background: #ffffff;
  border-bottom: 1px solid var(--border-color);
  padding: 1.25rem 0;
}

.partners-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1.5rem;
}

.partners-title {
  font-size: 0.85rem;
  font-weight: 700;
  color: var(--text-muted);
  text-transform: uppercase;
  letter-spacing: 1px;
}

.partners-badges {
  display: flex;
  align-items: center;
  gap: 2rem;
  flex-wrap: wrap;
}

.partner-tag {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-weight: 700;
  font-size: 0.95rem;
  color: #005537;
  background: #EFFDF7;
  padding: 0.4rem 0.9rem;
  border-radius: var(--radius-full);
}

.partner-tag.positivo {
  background: #E3FAF0;
  color: #00A368;
}

.partner-tag.cambridge {
  background: #EFFDF7;
  color: #006B43;
}

.partner-tag.desk {
  background: #E0F8F0;
  color: #00785F;
}

/* Section Header */
.section {
  padding: 5rem 0;
}

.section-subtle {
  background-color: var(--bg-subtle);
}

.section-cyan {
  background-color: var(--bg-cyan-subtle);
}

.section-dark {
  background-color: #005537;
  color: #ffffff;
}

.section-header {
  text-align: center;
  max-width: 740px;
  margin: 0 auto 3.5rem;
}

.section-header.text-left {
  text-align: left;
  margin-left: 0;
}

.section-tag {
  display: inline-block;
  font-size: 0.825rem;
  font-weight: 800;
  text-transform: uppercase;
  color: var(--guerreiro-green-dark);
  background: var(--guerreiro-green-light);
  padding: 0.35rem 0.95rem;
  border-radius: var(--radius-full);
  letter-spacing: 1px;
  margin-bottom: 0.85rem;
}

.section-tag.tag-orange {
  background: var(--guerreiro-orange-light);
  color: var(--guerreiro-orange);
}

.section-tag.tag-cyan {
  background: var(--guerreiro-cyan-light);
  color: var(--guerreiro-cyan-dark);
}

.section-title {
  font-size: 2.25rem;
  font-weight: 800;
  color: #005537;
  line-height: 1.25;
  letter-spacing: -0.5px;
  margin-bottom: 1rem;
}

.section-description {
  font-size: 1.05rem;
  color: var(--text-muted);
}

/* Pilares */
.pillars-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}

.pillar-card {
  background: #ffffff;
  padding: 2.2rem;
  border-radius: var(--radius-md);
  border: 1px solid var(--border-color);
  box-shadow: var(--shadow-sm);
  transition: var(--transition);
  position: relative;
}

.pillar-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-lg);
  border-color: var(--guerreiro-green);
}

.pillar-icon {
  width: 58px;
  height: 58px;
  border-radius: 16px;
  background: var(--guerreiro-green-light);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.7rem;
  color: var(--guerreiro-green-dark);
  margin-bottom: 1.4rem;
}

.pillar-title {
  font-size: 1.25rem;
  font-weight: 700;
  color: #005537;
  margin-bottom: 0.75rem;
}

.pillar-text {
  font-size: 0.95rem;
  color: var(--text-muted);
  line-height: 1.6;
}

/* Cards de Segmentos */
.segment-cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
}

.segment-card {
  background: #ffffff;
  border-radius: var(--radius-md);
  overflow: hidden;
  box-shadow: var(--shadow-md);
  border: 1px solid var(--border-color);
  transition: var(--transition);
  display: flex;
  flex-direction: column;
}

.segment-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-xl);
  border-color: var(--guerreiro-cyan);
}

.segment-card-image {
  height: 200px;
  background-size: cover;
  background-position: center;
  position: relative;
}

.segment-badge {
  position: absolute;
  top: 1rem;
  left: 1rem;
  background: rgba(0, 85, 55, 0.92);
  backdrop-filter: blur(4px);
  color: #ffffff;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  padding: 0.35rem 0.8rem;
  border-radius: var(--radius-full);
}

.segment-card-body {
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.segment-title {
  font-size: 1.1rem;
  font-weight: 800;
  letter-spacing: -0.01em;
  white-space: nowrap;
  color: #005537;
  margin-bottom: 0.5rem;
}

.segment-ages {
  color: var(--guerreiro-orange);
  font-weight: 700;
  font-size: 0.8rem;
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  gap: 0.4rem;
}

.segment-desc {
  font-size: 0.925rem;
  color: var(--text-muted);
  margin-bottom: 1.25rem;
}

.segment-highlights {
  margin-bottom: 1.5rem;
  padding-top: 1rem;
  border-top: 1px solid var(--border-color);
}

.segment-highlights li {
  font-size: 0.85rem;
  color: #40564D;
  margin-bottom: 0.45rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.segment-highlights li i {
  color: var(--guerreiro-green);
  font-size: 0.85rem;
}

.segment-card-footer {
  margin-top: auto;
}

/* Banner de Diferenciais */
.diff-banner {
  background: linear-gradient(135deg, #005537 0%, #009A61 50%, #00785F 100%);
  border-radius: var(--radius-lg);
  padding: 3rem;
  color: #ffffff;
  box-shadow: var(--shadow-xl);
}

.diff-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
  margin-top: 2rem;
}

.diff-item {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--radius-md);
  padding: 1.5rem;
  backdrop-filter: blur(6px);
}

.diff-item-icon {
  font-size: 2rem;
  color: var(--guerreiro-yellow);
  margin-bottom: 0.75rem;
}

.diff-item-title {
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 0.35rem;
}

.diff-item-desc {
  font-size: 0.85rem;
  color: #E3FAF0;
}

/* Atividades Extracurriculares */
.activities-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
}

.activity-card {
  background: #ffffff;
  border-radius: var(--radius-md);
  padding: 1.5rem;
  border: 1px solid var(--border-color);
  text-align: center;
  box-shadow: var(--shadow-sm);
  transition: var(--transition);
}

.activity-card:hover {
  transform: translateY(-4px);
  border-color: var(--guerreiro-green);
  box-shadow: var(--shadow-md);
}

.activity-icon {
  width: 52px;
  height: 52px;
  margin: 0 auto 1rem;
  background: var(--guerreiro-green-light);
  color: var(--guerreiro-green-dark);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
}

.activity-title {
  font-size: 1.05rem;
  font-weight: 700;
  color: #005537;
  margin-bottom: 0.4rem;
}

.activity-desc {
  font-size: 0.85rem;
  color: var(--text-muted);
}

/* Grade de 2 colunas (página de Diferenciais) */
.activities-grid-2 {
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
}

/* Testemunhos */
.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}

.testimonial-card {
  background: #ffffff;
  border-radius: var(--radius-md);
  padding: 2rem;
  box-shadow: var(--shadow-sm);
  border: 1px solid var(--border-color);
  position: relative;
  display: flex;
  flex-direction: column;
}

.testimonial-stars {
  color: #00BB77;
  margin-bottom: 1rem;
  font-size: 1rem;
  display: flex;
  gap: 0.25rem;
}

.testimonial-text {
  font-style: italic;
  color: #4A6259;
  font-size: 0.95rem;
  line-height: 1.6;
  margin-bottom: 1.5rem;
  flex-grow: 1;
}

.testimonial-author {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  border-top: 1px solid var(--border-color);
  padding-top: 1rem;
}

.author-avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--guerreiro-green), var(--guerreiro-cyan));
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 0.95rem;
}

.author-info h4 {
  font-size: 0.95rem;
  font-weight: 700;
  color: #005537;
}

.author-info p {
  font-size: 0.8rem;
  color: var(--text-muted);
}

/* FAQ */
.faq-container {
  max-width: 800px;
  margin: 0 auto;
}

.faq-item {
  background: #ffffff;
  border: 1px solid var(--border-color);
  border-radius: var(--radius-sm);
  margin-bottom: 1rem;
  overflow: hidden;
  transition: var(--transition);
}

.faq-item.active {
  border-color: var(--guerreiro-green);
  box-shadow: var(--shadow-sm);
}

.faq-question {
  width: 100%;
  text-align: left;
  background: none;
  border: none;
  padding: 1.25rem 1.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1.05rem;
  font-weight: 700;
  color: #005537;
  cursor: pointer;
}

.faq-question i {
  transition: transform 0.3s ease;
  color: var(--guerreiro-green);
}

.faq-item.active .faq-question i {
  transform: rotate(180deg);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, padding 0.3s ease;
  padding: 0 1.5rem;
  color: var(--text-muted);
  font-size: 0.95rem;
  line-height: 1.6;
}

.faq-item.active .faq-answer {
  max-height: 300px;
  padding: 0 1.5rem 1.25rem;
}

/* CTA Big Section */
.cta-banner {
  background: linear-gradient(135deg, #005537 0%, #009A61 55%, #00785F 100%);
  border-radius: var(--radius-lg);
  padding: 4rem 3rem;
  color: #ffffff;
  text-align: center;
  box-shadow: var(--shadow-xl);
  position: relative;
  overflow: hidden;
}

.cta-banner h2 {
  font-size: 2.5rem;
  font-weight: 800;
  margin-bottom: 1rem;
}

.cta-banner p {
  font-size: 1.15rem;
  color: #E3FAF0;
  max-width: 650px;
  margin: 0 auto 2rem;
}

.cta-banner .cta-buttons {
  display: flex;
  justify-content: center;
  gap: 1.25rem;
  flex-wrap: wrap;
}

/* Page Inner Header */
.page-hero {
  background: linear-gradient(135deg, #005537 0%, #009A61 60%, #00785F 100%);
  color: #ffffff;
  padding: 4rem 0 4.5rem;
  text-align: center;
}

.breadcrumb {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.85rem;
  color: #BFF0DC;
  margin-bottom: 1rem;
}

.breadcrumb a {
  color: #8FE0BC;
}

.breadcrumb a:hover {
  color: #ffffff;
}

.page-hero-title {
  font-size: 2.75rem;
  font-weight: 800;
  margin-bottom: 0.85rem;
}

.page-hero-subtitle {
  font-size: 1.15rem;
  color: #E3FAF0;
  max-width: 680px;
  margin: 0 auto;
}

/* Content Blocks */
.content-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3.5rem;
  align-items: center;
}

.content-grid.reverse {
  direction: rtl;
}

.content-grid.reverse > * {
  direction: ltr;
}

.content-visual {
  border-radius: var(--radius-md);
  overflow: hidden;
  box-shadow: var(--shadow-lg);
}

.content-visual img {
  width: 100%;
  height: 380px;
  object-fit: cover;
  transition: var(--transition);
}

.content-visual:hover img {
  transform: scale(1.03);
}

.lead-text {
  font-size: 1.15rem;
  font-weight: 600;
  color: var(--guerreiro-green-dark);
  margin-bottom: 1.25rem;
}

.feature-list {
  margin: 1.5rem 0;
}

.feature-list-item {
  display: flex;
  align-items: flex-start;
  gap: 0.85rem;
  margin-bottom: 1rem;
}

.feature-list-icon {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: var(--guerreiro-green-light);
  color: var(--guerreiro-green-dark);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.9rem;
  flex-shrink: 0;
  margin-top: 0.15rem;
}

/* Units */
.units-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2.5rem;
}

.unit-card {
  background: #ffffff;
  border-radius: var(--radius-md);
  border: 1px solid var(--border-color);
  padding: 2.2rem;
  box-shadow: var(--shadow-md);
  display: flex;
  flex-direction: column;
}

.unit-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.25rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid var(--border-color);
}

.unit-badge {
  background: var(--guerreiro-green-light);
  color: var(--guerreiro-green-dark);
  font-weight: 700;
  padding: 0.35rem 0.85rem;
  border-radius: var(--radius-full);
  font-size: 0.8rem;
  text-transform: uppercase;
}

.unit-title {
  font-size: 1.4rem;
  font-weight: 800;
  color: #005537;
}

.unit-info-item {
  display: flex;
  align-items: flex-start;
  gap: 0.85rem;
  margin-bottom: 1.1rem;
  font-size: 0.95rem;
  color: #40564D;
}

.unit-info-item i {
  color: var(--guerreiro-green);
  font-size: 1.1rem;
  margin-top: 0.2rem;
  width: 20px;
}

/* Contact Info & Forms */
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1.3fr;
  gap: 3.5rem;
}

.contact-card {
  background: var(--bg-subtle);
  border-radius: var(--radius-md);
  padding: 2.5rem;
  border: 1px solid var(--border-color);
}

.contact-channels {
  margin-top: 2rem;
}

.channel-item {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  padding: 1.2rem;
  background: #ffffff;
  border-radius: var(--radius-sm);
  margin-bottom: 1rem;
  border: 1px solid var(--border-color);
  transition: var(--transition);
}

.channel-item:hover {
  transform: translateX(4px);
  border-color: var(--guerreiro-green);
}

.channel-icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  flex-shrink: 0;
}

.channel-icon.green {
  background: #D0F7E6;
  color: #008254;
}

.channel-icon.cyan {
  background: var(--guerreiro-cyan-light);
  color: var(--guerreiro-cyan-dark);
}

.channel-icon.amber {
  background: #DCFAEE;
  color: #00734A;
}

.channel-details h4 {
  font-size: 1rem;
  font-weight: 700;
  color: #005537;
}

.channel-details p {
  font-size: 0.875rem;
  color: var(--text-muted);
}

/* Map Embed */
.map-container {
  border-radius: var(--radius-md);
  overflow: hidden;
  box-shadow: var(--shadow-md);
  margin-top: 3rem;
  height: 380px;
  border: 1px solid var(--border-color);
}

.map-container iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

/* Floating WhatsApp Widget */
.floating-whatsapp {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  z-index: 9999;
  display: flex;
  align-items: center;
  background: #00BB77;
  color: #ffffff;
  padding: 0.75rem 1.2rem;
  border-radius: var(--radius-full);
  box-shadow: 0 6px 20px rgba(0, 187, 119, 0.45);
  transition: var(--transition);
  font-weight: 700;
  gap: 0.6rem;
  cursor: pointer;
  text-decoration: none;
}

.floating-whatsapp:hover {
  background: #009A61;
  transform: translateY(-4px) scale(1.03);
  box-shadow: 0 10px 25px rgba(0, 187, 119, 0.6);
  color: #ffffff;
}

.floating-whatsapp i {
  font-size: 1.5rem;
}

.floating-whatsapp-tooltip {
  position: absolute;
  bottom: calc(100% + 12px);
  right: 0;
  background: #ffffff;
  color: var(--text-main);
  padding: 0.75rem 1rem;
  border-radius: var(--radius-sm);
  font-size: 0.85rem;
  box-shadow: var(--shadow-lg);
  width: 220px;
  pointer-events: none;
  opacity: 0;
  transform: translateY(10px);
  transition: var(--transition);
  border: 1px solid var(--border-color);
}

.floating-whatsapp:hover .floating-whatsapp-tooltip {
  opacity: 1;
  transform: translateY(0);
}

/* WhatsApp Selection Modal */
.modal-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 85, 55, 0.6);
  backdrop-filter: blur(5px);
  z-index: 10000;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
}

.modal-overlay.open {
  display: flex;
}

.modal-dialog {
  background: #ffffff;
  border-radius: var(--radius-lg);
  max-width: 480px;
  width: 100%;
  padding: 2.2rem;
  box-shadow: var(--shadow-xl);
  position: relative;
  animation: modalFadeIn 0.25s ease-out;
  border-top: 5px solid var(--guerreiro-green);
}

@keyframes modalFadeIn {
  from { opacity: 0; transform: translateY(15px); }
  to { opacity: 1; transform: translateY(0); }
}

.modal-close {
  position: absolute;
  top: 1.25rem;
  right: 1.25rem;
  background: transparent;
  border: none;
  font-size: 1.5rem;
  color: var(--text-light);
  cursor: pointer;
  transition: var(--transition);
}

.modal-close:hover {
  color: var(--text-main);
}

.modal-title {
  font-size: 1.4rem;
  font-weight: 800;
  color: #005537;
  margin-bottom: 0.5rem;
}

.modal-desc {
  font-size: 0.9rem;
  color: var(--text-muted);
  margin-bottom: 1.5rem;
}

.modal-options {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
}

.modal-option-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1.25rem;
  border: 1px solid var(--border-color);
  border-radius: var(--radius-sm);
  background: #ffffff;
  transition: var(--transition);
  text-align: left;
  cursor: pointer;
}

.modal-option-btn:hover {
  border-color: #00BB77;
  background: #EFFDF7;
  transform: translateX(4px);
}

.modal-option-left {
  display: flex;
  align-items: center;
  gap: 0.85rem;
}

.modal-option-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #D0F7E6;
  color: #00A368;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
}

.modal-option-title {
  font-weight: 700;
  font-size: 0.95rem;
  color: #005537;
}

.modal-option-subtitle {
  font-size: 0.8rem;
  color: var(--text-muted);
}

/* Footer */
.footer {
  background: #04301F;
  color: #B6E8D2;
  padding: 4.5rem 0 1.5rem;
  border-top: 5px solid var(--guerreiro-green);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1.2fr;
  gap: 3rem;
  margin-bottom: 3.5rem;
}

.footer-brand h3 {
  color: #ffffff;
  font-size: 1.4rem;
  font-weight: 800;
  margin-bottom: 0.5rem;
}

.footer-brand p {
  font-size: 0.9rem;
  line-height: 1.6;
  margin-bottom: 1.5rem;
}

.footer-socials {
  display: flex;
  gap: 0.75rem;
}

.social-link {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  transition: var(--transition);
}

.social-link:hover {
  background: var(--guerreiro-green);
  color: #ffffff;
  transform: translateY(-2px);
}

.footer-col h4 {
  color: #ffffff;
  font-size: 1.05rem;
  font-weight: 700;
  margin-bottom: 1.25rem;
  position: relative;
  padding-bottom: 0.5rem;
}

.footer-col h4::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 32px;
  height: 2px;
  background: var(--guerreiro-yellow);
}

.footer-links li {
  margin-bottom: 0.65rem;
}

.footer-links a {
  font-size: 0.9rem;
  color: #B6E8D2;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
}

.footer-links a:hover {
  color: #ffffff;
  transform: translateX(3px);
}

.footer-contact li {
  display: flex;
  gap: 0.75rem;
  font-size: 0.875rem;
  margin-bottom: 0.9rem;
  align-items: flex-start;
}

.footer-contact i {
  color: var(--guerreiro-yellow);
  margin-top: 0.2rem;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  padding-top: 1.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.85rem;
  flex-wrap: wrap;
  gap: 1rem;
}

/* Toast */
.toast-notice {
  position: fixed;
  top: 1.5rem;
  right: 1.5rem;
  background: var(--guerreiro-green-dark);
  color: #ffffff;
  padding: 1rem 1.5rem;
  border-radius: var(--radius-sm);
  box-shadow: var(--shadow-lg);
  font-weight: 600;
  font-size: 0.9rem;
  z-index: 10001;
  display: none;
  border-left: 4px solid var(--guerreiro-yellow);
}

/* Responsividade */
@media (max-width: 1024px) {
  .hero-grid {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }

  .pillars-grid, .segment-cards, .testimonials-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .activities-grid, .diff-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .footer-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Menu recolhido (tablet e celular): abaixo de 1100px os links não cabem na barra */
@media (max-width: 1099px) {
  .nav-links {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    margin-left: 0;
    background: #ffffff;
    flex-direction: column;
    padding: 0.75rem 1.25rem 1.25rem;
    box-shadow: 0 18px 30px rgba(0, 85, 55, 0.18);
    gap: 0;
    align-items: stretch;
    display: none;
    border-top: 1px solid var(--border-color);
    border-bottom: 3px solid var(--guerreiro-green);
    max-height: calc(100vh - 80px);
    max-height: calc(100dvh - 80px);
    overflow-y: auto;
    overscroll-behavior: contain;
  }

  .nav-links.open {
    display: flex;
    animation: modalFadeIn 0.2s ease;
  }

  .nav-link {
    width: 100%;
    padding: 0.9rem 0.25rem;
    font-size: 1rem;
    border-bottom: 1px solid #EEF5F1;
  }

  .nav-link.active::after {
    top: 0.9rem;
    bottom: 0.9rem;
    left: auto;
    right: 0.25rem;
    width: 4px;
    height: auto;
  }

  .nav-dropdown {
    width: 100%;
    flex-direction: column;
    align-items: stretch;
    margin-top: 1rem;
  }

  .nav-dropdown-toggle {
    width: 100%;
    justify-content: flex-start;
    padding: 0.85rem 1rem;
    border-radius: var(--radius-sm);
    font-size: 0.98rem;
    border-bottom: 1.5px solid #A8EFD0;
  }

  .nav-dropdown-toggle i.fa-chevron-down {
    margin-left: auto;
    transition: transform 0.3s ease;
  }

  /* No toque não existe hover: mantém o botão com a cor base */
  .nav-dropdown:hover .nav-dropdown-toggle {
    background: #EFFDF7;
    color: var(--guerreiro-green-dark);
    border-color: #A8EFD0;
  }

  .nav-dropdown:hover .nav-dropdown-toggle i {
    color: inherit !important;
  }

  .nav-dropdown:hover .nav-dropdown-toggle i.fa-graduation-cap {
    color: var(--guerreiro-green) !important;
  }

  .nav-dropdown.active .nav-dropdown-toggle,
  .nav-dropdown.open .nav-dropdown-toggle {
    background: var(--guerreiro-green);
    color: #ffffff;
    border-color: var(--guerreiro-green);
  }

  .nav-dropdown.active .nav-dropdown-toggle i,
  .nav-dropdown.open .nav-dropdown-toggle i,
  .nav-dropdown.active .nav-dropdown-toggle i.fa-graduation-cap,
  .nav-dropdown.open .nav-dropdown-toggle i.fa-graduation-cap {
    color: #ffffff !important;
  }

  .nav-dropdown.active .nav-dropdown-toggle i.fa-chevron-down,
  .nav-dropdown.open .nav-dropdown-toggle i.fa-chevron-down {
    transform: rotate(180deg);
  }

  /* No celular, o submenu do iScholar começa fechado e só abre ao toque */
  .nav-dropdown-menu {
    position: static;
    display: none;
    min-width: 0;
    box-shadow: none;
    border: 1px solid var(--border-color);
    margin-top: 0.5rem;
    border-radius: var(--radius-sm);
    background: #F8FBF9;
    padding: 0.25rem 0;
  }

  .nav-dropdown-menu::before {
    display: none;
  }

  .nav-dropdown.active .nav-dropdown-menu,
  .nav-dropdown.open .nav-dropdown-menu {
    display: flex;
    animation: modalFadeIn 0.2s ease;
  }

  .nav-dropdown-item {
    padding: 0.9rem 1rem;
    border-bottom: 1px solid #E9F3EE;
    font-size: 0.95rem;
    white-space: normal;
  }

  .nav-dropdown-item:hover {
    padding-left: 1rem;
  }

  .nav-dropdown-item:last-child {
    border-bottom: none;
  }

  .mobile-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background: var(--guerreiro-green-light);
    font-size: 1.35rem;
  }
}

@media (max-width: 992px) {
  .top-bar-items {
    display: none;
  }

  .top-bar-content {
    justify-content: center;
  }

  .hero {
    padding: 3.5rem 0 4rem;
  }

  .hero-title {
    font-size: 2.3rem;
  }

  .pillars-grid, .segment-cards, .testimonials-grid, .units-grid, .contact-grid {
    grid-template-columns: 1fr;
  }

  .content-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  /* No empilhamento, a ordem volta a ser a do HTML */
  .content-grid.reverse {
    direction: ltr;
  }

  .content-visual img {
    height: 300px;
  }

  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
  }

  .section {
    padding: 4rem 0;
  }

  .section-title {
    font-size: 1.95rem;
  }

  .page-hero-title {
    font-size: 2.2rem;
  }

  .partners-badges {
    gap: 0.75rem;
  }
}

@media (max-width: 768px) {
  .activities-grid-2 {
    grid-template-columns: 1fr;
  }

  .partners-content {
    justify-content: center;
    text-align: center;
  }

  .partners-badges {
    justify-content: center;
  }

  .map-container {
    height: 300px;
    margin-top: 2rem;
  }
}

/* Celular */
@media (max-width: 600px) {
  .container {
    padding: 0 1rem;
  }

  /* Top bar compacta em uma linha */
  .top-bar {
    font-size: 0.78rem;
    padding: 0.4rem 0;
  }

  .top-bar-actions {
    gap: 0.75rem;
  }

  .badge-enroll {
    font-size: 0.66rem;
    padding: 0.2rem 0.6rem;
  }

  /* Cabeçalho */
  .nav-bar {
    padding: 0.55rem 0;
    gap: 0.75rem;
  }

  .header.scrolled {
    padding: 0;
  }

  .brand-logo {
    gap: 0.6rem;
    min-width: 0;
  }

  .logo-img {
    width: 42px;
    height: 42px;
  }

  .brand-name {
    font-size: 1.02rem;
  }

  .brand-tagline {
    font-size: 0.6rem;
    letter-spacing: 0.6px;
  }

  .nav-actions {
    margin-left: 0;
    gap: 0.5rem;
  }

  /* Botão de WhatsApp do topo vira só o ícone */
  .nav-actions .btn-whatsapp {
    width: 44px;
    height: 44px;
    padding: 0;
    border-radius: 12px;
    font-size: 1.3rem;
  }

  .nav-actions .btn-whatsapp span {
    display: none;
  }

  /* Hero */
  .hero {
    padding: 2.5rem 0 3rem;
  }

  .hero-badge {
    font-size: 0.78rem;
    padding: 0.4rem 0.9rem;
    margin-bottom: 1.1rem;
  }

  .hero-title {
    font-size: 1.85rem;
    letter-spacing: -0.4px;
  }

  .hero-subtitle {
    font-size: 1rem;
    margin-bottom: 1.5rem;
  }

  .hero-ctas {
    flex-direction: column;
    gap: 0.75rem;
    margin-bottom: 1.75rem;
  }

  .hero-ctas .btn,
  .cta-banner .cta-buttons .btn {
    width: 100%;
  }

  .hero-proof {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.75rem;
    text-align: center;
  }

  .proof-number {
    font-size: 1.4rem;
  }

  .proof-label {
    font-size: 0.68rem;
    letter-spacing: 0.2px;
  }

  .hero-card {
    padding: 1.4rem;
    border-radius: var(--radius-md);
  }

  .hero-card-title {
    font-size: 1.2rem;
  }

  /* Seções */
  .section {
    padding: 3rem 0;
  }

  .section-header {
    margin-bottom: 2rem;
  }

  .section-title {
    font-size: 1.6rem;
  }

  .section-description {
    font-size: 0.98rem;
  }

  .lead-text {
    font-size: 1.05rem;
  }

  .pillars-grid, .segment-cards, .testimonials-grid {
    gap: 1.25rem;
  }

  .pillar-card, .testimonial-card {
    padding: 1.5rem;
  }

  .segment-card-image {
    height: 170px;
  }

  .segment-card-body {
    padding: 1.4rem;
  }

  .diff-banner {
    padding: 2rem 1.25rem;
    border-radius: var(--radius-md);
  }

  .diff-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
    margin-top: 1.5rem;
  }

  .activities-grid {
    gap: 1rem;
  }

  .activity-card {
    padding: 1.25rem 1rem;
  }

  .faq-question {
    padding: 1rem 1.1rem;
    font-size: 0.98rem;
    gap: 0.75rem;
  }

  .faq-answer {
    padding: 0 1.1rem;
  }

  .faq-item.active .faq-answer {
    max-height: 600px;
    padding: 0 1.1rem 1.1rem;
  }

  .cta-banner {
    padding: 2.5rem 1.25rem;
    border-radius: var(--radius-md);
  }

  .cta-banner h2 {
    font-size: 1.65rem;
  }

  .cta-banner p {
    font-size: 1rem;
  }

  .cta-banner .cta-buttons {
    flex-direction: column;
    gap: 0.75rem;
  }

  /* Páginas internas */
  .page-hero {
    padding: 2.5rem 0 3rem;
  }

  .page-hero-title {
    font-size: 1.8rem;
    line-height: 1.2;
  }

  .page-hero-subtitle {
    font-size: 1rem;
  }

  .breadcrumb {
    flex-wrap: wrap;
  }

  .content-visual img {
    height: 230px;
  }

  .unit-card, .contact-card {
    padding: 1.5rem;
  }

  .unit-header {
    flex-wrap: wrap;
    gap: 0.5rem;
  }

  .unit-title {
    font-size: 1.2rem;
  }

  .channel-item {
    padding: 1rem;
    gap: 0.9rem;
  }

  .channel-item:hover {
    transform: none;
  }

  /* Blocos com padding inline grande nas páginas internas */
  [style*="padding: 2.5rem"],
  [style*="padding: 3rem"] {
    padding: 1.5rem !important;
  }

  .map-container {
    height: 260px;
  }

  /* Rodapé */
  .footer {
    padding: 3rem 0 1.25rem;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
    margin-bottom: 2rem;
  }

  .footer-bottom {
    flex-direction: column;
    text-align: center;
    gap: 0.4rem;
  }

  /* WhatsApp flutuante vira botão redondo */
  .floating-whatsapp {
    bottom: 1rem;
    right: 1rem;
    width: 56px;
    height: 56px;
    padding: 0;
    justify-content: center;
  }

  .floating-whatsapp i {
    font-size: 1.75rem;
  }

  .floating-whatsapp > span {
    display: none;
  }

  /* Modal abre como folha inferior */
  .modal-overlay {
    padding: 1rem;
    align-items: flex-end;
  }

  .modal-dialog {
    padding: 1.75rem 1.25rem 1.25rem;
    max-height: calc(100dvh - 2rem);
    overflow-y: auto;
  }

  .modal-title {
    font-size: 1.2rem;
    padding-right: 2rem;
  }

  .modal-option-btn {
    padding: 0.85rem 1rem;
  }

  .modal-option-btn:hover {
    transform: none;
  }

  .toast-notice {
    top: 1rem;
    left: 1rem;
    right: 1rem;
  }
}

@media (max-width: 400px) {
  .brand-tagline {
    display: none;
  }

  .brand-name {
    font-size: 0.95rem;
  }

  .hero-title {
    font-size: 1.65rem;
  }

  .activities-grid {
    grid-template-columns: 1fr;
  }

  .top-bar-actions .top-bar-item span {
    display: none;
  }
}
