:root{
  --orange:#D9481E;
  --orange-light:#F2703D;
  --navy:#101B33;
  --bg:#FBF8F4;
  --graphite:#2B2B2B;
  --grey:#7A7A7A;
  --white:#FFFFFF;
  --radius:20px;
  --shadow: 0 10px 30px rgba(16,27,51,0.10);
  --shadow-strong: 0 16px 40px rgba(16,27,51,0.18);

  /* fase infantil */
  --infantil-1:#FFC93C;
  --infantil-2:#2EC4B6;
  --infantil-3:#FF6F9C;
  --infantil-text:#101B33;

  /* fase fundamental */
  --fundamental-1:#3DDC84;
  --fundamental-2:#3A86FF;
  --fundamental-text:#101B33;

  /* fase medio */
  --medio-1:#7C3AED;
  --medio-2:#00E5FF;
  --medio-bg:#0D0D17;
  --medio-text:#FFFFFF;
}
*{box-sizing:border-box;}
html{scroll-behavior:smooth;}
body{
  margin:0;
  font-family:'Inter',sans-serif;
  color:var(--graphite);
  background:var(--bg);
  overflow-x:hidden;
}
h1,h2,h3,.display{
  font-family:'Poppins',sans-serif;
  font-weight:800;
  color:var(--navy);
  margin:0;
}
a{text-decoration:none;color:inherit;}
img,svg{display:block;}
.container{max-width:1180px;margin:0 auto;padding:0 28px;}
.badge-note{
  position:fixed; bottom:14px; right:14px; z-index:999;
  background:var(--navy); color:#fff; font-size:11px; font-family:'Inter';
  padding:8px 12px; border-radius:10px; opacity:0.82; max-width:230px; line-height:1.4;
  box-shadow:var(--shadow);
}

/* ---------- BUTTONS ---------- */
.btn{
  display:inline-flex; align-items:center; gap:8px;
  font-family:'Poppins',sans-serif; font-weight:700; font-size:15px;
  padding:14px 26px; border-radius:100px; border:none; cursor:pointer;
  transition:transform .18s cubic-bezier(.34,1.56,.64,1), box-shadow .18s ease;
}
.btn:hover{ transform:translateY(-3px) scale(1.03); }
.btn:active{ transform:translateY(0) scale(0.98); }
.btn-primary{ background:var(--orange); color:#fff; box-shadow:0 8px 20px rgba(217,72,30,0.35); }
.btn-primary:hover{ box-shadow:0 12px 26px rgba(217,72,30,0.45); }
.btn-ghost{ background:transparent; color:var(--navy); border:2px solid var(--navy); }
.btn-light{ background:#fff; color:var(--orange); }
.btn-sm{ padding:10px 18px; font-size:13px; }

/* ---------- HEADER ---------- */
header{
  position:sticky; top:0; z-index:100;
  background:rgba(251,248,244,0.9); backdrop-filter:blur(8px);
  border-bottom:1px solid rgba(16,27,51,0.06);
}
.nav-wrap{ display:flex; align-items:center; justify-content:space-between; padding:14px 28px; max-width:1180px; margin:0 auto;}
.logo{ display:flex; align-items:center; gap:10px; }
.logo-mark{ width:44px; height:44px; }
.logo-word{ font-family:'Poppins'; font-weight:800; font-size:19px; color:var(--navy); letter-spacing:0.5px;}
.logo-word span{ color:var(--orange); }
nav ul{ list-style:none; display:flex; gap:26px; margin:0; padding:0; }
nav a{ font-family:'Poppins'; font-weight:600; font-size:14px; color:var(--navy); position:relative; }
nav a:hover, nav a.active{ color:var(--orange); }
.nav-links{display:flex; align-items:center; gap:34px;}

/* ---------- HERO ---------- */
.hero{ position:relative; padding:90px 0 70px; overflow:hidden; }
.blob{ position:absolute; border-radius:50%; filter:blur(0px); opacity:0.9; z-index:0; }
.blob1{ width:420px; height:420px; background:radial-gradient(circle at 30% 30%, var(--orange-light), var(--orange)); top:-160px; right:-140px; border-radius:44% 56% 62% 38% / 44% 42% 58% 56%; opacity:0.14;}
.blob2{ width:260px; height:260px; background:var(--fundamental-2); top:280px; left:-120px; border-radius:60% 40% 30% 70% / 50% 60% 40% 50%; opacity:0.10;}
.hero-grid{ position:relative; z-index:1; display:grid; grid-template-columns:1.1fr 0.9fr; gap:50px; align-items:center; }
.eyebrow{
  display:inline-flex; align-items:center; gap:8px; background:#fff; border:1px solid rgba(217,72,30,0.25);
  color:var(--orange); font-family:'Poppins'; font-weight:700; font-size:12.5px; padding:8px 16px; border-radius:100px; margin-bottom:20px;
}
.hero h1{ font-size:48px; line-height:1.12; margin-bottom:18px; }
.hero h1 .accent{ color:var(--orange); }
.hero p.lead{ font-size:17px; color:var(--grey); line-height:1.6; max-width:480px; margin-bottom:30px; }
.hero-ctas{ display:flex; gap:16px; margin-bottom:44px; flex-wrap:wrap;}
.stats-row{ display:flex; gap:38px; flex-wrap:wrap; }
.stat .num{ font-family:'Rajdhani'; font-weight:700; font-size:34px; color:var(--navy); }
.stat .num span{ color:var(--orange); }
.stat .label{ font-size:12.5px; color:var(--grey); font-weight:600; text-transform:uppercase; letter-spacing:0.4px;}

.hero-art{ position:relative; }
.hero-card{
  background:linear-gradient(160deg,#fff,#fff5ee);
  border-radius:28px; padding:26px; box-shadow:var(--shadow-strong);
  position:relative; z-index:2;
}
.hero-photo{
  height:300px; border-radius:20px;
  background:
    radial-gradient(circle at 20% 20%, rgba(255,255,255,0.35), transparent 40%),
    linear-gradient(135deg, var(--orange), #ff8a4c 45%, var(--fundamental-2) 100%);
  display:flex; align-items:center; justify-content:center;
  font-family:'Poppins'; font-weight:700; color:#fff; font-size:15px; text-align:center; padding:20px;
  position:relative; overflow:hidden;
}
.hero-photo::after{
  content:""; position:absolute; inset:0;
  background-image: radial-gradient(circle, rgba(255,255,255,0.25) 2px, transparent 2px);
  background-size:26px 26px;
  opacity:0.5;
}
.floating-chip{
  position:absolute; background:#fff; border-radius:16px; box-shadow:var(--shadow);
  padding:12px 16px; display:flex; align-items:center; gap:10px; font-family:'Poppins'; font-weight:700; font-size:13px;
  animation:float 4.5s ease-in-out infinite;
}
.chip1{ top:-18px; left:-24px; color:var(--navy); animation-delay:0s;}
.chip2{ bottom:20px; right:-30px; color:var(--navy); animation-delay:1.2s;}
.chip3{ bottom:-24px; left:40px; color:var(--navy); animation-delay:2.1s;}
@keyframes float{ 0%,100%{ transform:translateY(0);} 50%{ transform:translateY(-10px);} }

section{ padding:80px 0; position:relative; }
.section-head{ text-align:center; max-width:640px; margin:0 auto 46px; }
.section-head .kicker{ color:var(--orange); font-family:'Poppins'; font-weight:700; font-size:13px; text-transform:uppercase; letter-spacing:1.2px; margin-bottom:10px; display:block;}
.section-head h2{ font-size:34px; margin-bottom:14px; }
.section-head p{ color:var(--grey); font-size:15.5px; line-height:1.6;}

/* ---------- PAGE HERO (subpages) ---------- */
.page-hero{ position:relative; padding:64px 0 56px; overflow:hidden; text-align:center; }
.page-hero .kicker{ color:var(--orange); font-family:'Poppins'; font-weight:700; font-size:13px; text-transform:uppercase; letter-spacing:1.2px; margin-bottom:12px; display:inline-block;}
.page-hero h1{ font-size:42px; margin-bottom:14px; }
.page-hero p{ color:var(--grey); font-size:16px; max-width:560px; margin:0 auto; line-height:1.6;}
.breadcrumb{ font-size:12.5px; color:var(--grey); font-weight:600; margin-bottom:18px; }
.breadcrumb a{ color:var(--orange); }

/* ---------- TRILHA ---------- */
.trilha{ background:linear-gradient(180deg,#fff,#fdf5ef); }
.trilha-track{
  display:flex; justify-content:space-between; align-items:flex-start; gap:12px; position:relative; margin-bottom:50px;
  padding:0 10px;
}
.trilha-track::before{
  content:""; position:absolute; top:38px; left:60px; right:60px; height:4px;
  background:repeating-linear-gradient(90deg, #e3d9cf 0 10px, transparent 10px 20px);
  z-index:0;
}
.phase-card{
  flex:1; text-align:center; cursor:pointer; position:relative; z-index:1;
  background:transparent; border:none; font-family:inherit; padding:0;
}
.phase-dot{
  width:76px; height:76px; border-radius:50%; margin:0 auto 14px; display:flex; align-items:center; justify-content:center;
  font-size:30px; border:5px solid #fff; box-shadow:0 8px 18px rgba(16,27,51,0.15);
  transition:transform .2s cubic-bezier(.34,1.56,.64,1);
}
.phase-card:hover .phase-dot{ transform:scale(1.1) translateY(-4px); }
.phase-card.active .phase-dot{ transform:scale(1.16) translateY(-6px); box-shadow:0 12px 26px rgba(16,27,51,0.28);}
.phase-title{ font-family:'Poppins'; font-weight:700; font-size:15px; color:var(--navy); margin-bottom:4px;}
.phase-sub{ font-size:12px; color:var(--grey); font-weight:600;}
.dot-infantil{ background:linear-gradient(135deg,var(--infantil-1),var(--infantil-3)); }
.dot-fundamental{ background:linear-gradient(135deg,var(--fundamental-1),var(--fundamental-2)); }
.dot-medio1{ background:linear-gradient(135deg,#8a4ae8,var(--medio-1)); }
.dot-medio2{ background:linear-gradient(135deg,var(--medio-1),#5b21b6); }

.preview-panel{
  border-radius:28px; padding:44px; display:grid; grid-template-columns:1fr 1fr; gap:36px; align-items:center;
  transition:background .35s ease, color .35s ease; box-shadow:var(--shadow-strong);
  min-height:280px;
}
.preview-eyebrow{ font-family:'Poppins'; font-weight:700; font-size:12.5px; text-transform:uppercase; letter-spacing:1px; margin-bottom:10px; opacity:0.85;}
.preview-panel h3{ font-size:28px; margin-bottom:14px; color:inherit; }
.preview-panel p{ font-size:14.5px; line-height:1.65; opacity:0.9; margin-bottom:20px;}
.preview-tags{ display:flex; gap:10px; flex-wrap:wrap; }
.preview-tag{ font-size:12px; font-weight:700; padding:7px 14px; border-radius:100px; background:rgba(255,255,255,0.25); }
.preview-visual{ height:220px; border-radius:20px; display:flex; align-items:center; justify-content:center; font-size:64px; }
.preview-extra{ margin-top:18px; display:flex; gap:22px; flex-wrap:wrap; }
.preview-extra div{ font-size:12.5px; font-weight:700; }
.preview-extra .exval{ font-family:'Rajdhani'; font-size:20px; display:block; }

/* phase themes for preview panel */
.theme-infantil{ background:linear-gradient(135deg,var(--infantil-1),var(--infantil-3)); color:var(--infantil-text); }
.theme-infantil h3, .theme-infantil .preview-eyebrow{ font-family:'Fredoka'; }
.theme-infantil .preview-visual{ background:rgba(255,255,255,0.35); }
.theme-fundamental{ background:linear-gradient(135deg,var(--fundamental-1),var(--fundamental-2)); color:#fff; }
.theme-fundamental .preview-visual{ background:rgba(255,255,255,0.2); }
.theme-medio{ background:linear-gradient(135deg,#1a1030,var(--medio-bg)); color:var(--medio-text); border:1px solid rgba(124,58,237,0.4);}
.theme-medio h3, .theme-medio .preview-eyebrow, .theme-medio .num{ font-family:'Rajdhani'; }
.theme-medio .preview-visual{ background:rgba(124,58,237,0.18); box-shadow:inset 0 0 40px rgba(0,229,255,0.15); }
.theme-medio .preview-tag{ background:rgba(0,229,255,0.18); color:var(--medio-2); }

/* ---------- BADGES ---------- */
.badges-grid{ display:grid; grid-template-columns:repeat(3,1fr); gap:24px; }
.badge-card{
  background:#fff; border-radius:22px; padding:30px 26px; box-shadow:var(--shadow);
  transition:transform .2s ease, box-shadow .2s ease; border:1px solid rgba(16,27,51,0.05);
}
.badge-card:hover{ transform:translateY(-6px); box-shadow:var(--shadow-strong); }
.badge-icon{
  width:56px; height:56px; border-radius:16px; display:flex; align-items:center; justify-content:center;
  font-size:26px; margin-bottom:18px; background:linear-gradient(135deg,var(--orange-light),var(--orange)); color:#fff;
}
.badge-card h3{ font-size:17px; margin-bottom:8px; }
.badge-card p{ font-size:13.5px; color:var(--grey); line-height:1.55; margin:0;}
.badge-unlock{ display:inline-block; margin-top:14px; font-size:11px; font-weight:700; color:var(--orange); background:#fdece4; padding:5px 12px; border-radius:100px;}

/* ---------- TROFEUS / DARK PANEL ---------- */
.trofeus, .dark-panel{ background:var(--navy); color:#fff; border-radius:32px; margin:0 28px; padding:60px 50px; }
.trofeus .container, .dark-panel .container{ padding:0; max-width:1080px; }
.trofeus .section-head h2, .dark-panel .section-head h2{ color:#fff; }
.trofeus .section-head p, .dark-panel .section-head p{ color:rgba(255,255,255,0.65); }
.trofeus .section-head .kicker, .dark-panel .section-head .kicker{ color:var(--medio-2); }
.trofeu-grid{ display:grid; grid-template-columns:1.1fr 1fr; gap:40px; align-items:center; }
.trofeu-card{
  background:rgba(255,255,255,0.06); border:1px solid rgba(255,255,255,0.12); border-radius:22px; padding:26px;
  display:flex; gap:16px; align-items:flex-start; margin-bottom:16px;
}
.trofeu-emoji{ font-size:30px; }
.trofeu-card h4{ font-family:'Poppins'; font-weight:700; font-size:15px; margin:0 0 6px; color:#fff;}
.trofeu-card p{ font-size:13px; color:rgba(255,255,255,0.65); margin:0; line-height:1.5;}
.xp-stats{ display:grid; grid-template-columns:1fr 1fr; gap:18px; }
.xp-box{ background:rgba(255,255,255,0.06); border-radius:20px; padding:22px; text-align:center; border:1px solid rgba(255,255,255,0.1);}
.xp-box .num{ font-family:'Rajdhani'; font-weight:700; font-size:36px; color:var(--medio-2); }
.xp-box .label{ font-size:11.5px; color:rgba(255,255,255,0.6); text-transform:uppercase; letter-spacing:0.5px; font-weight:700; margin-top:4px;}
.xp-bar-wrap{ grid-column:1/-1; background:rgba(255,255,255,0.06); border-radius:16px; padding:18px 22px; border:1px solid rgba(255,255,255,0.1);}
.xp-bar-label{ display:flex; justify-content:space-between; font-size:12.5px; font-weight:700; margin-bottom:10px; color:rgba(255,255,255,0.8);}
.xp-bar{ height:12px; border-radius:100px; background:rgba(255,255,255,0.12); overflow:hidden;}
.xp-bar-fill{ height:100%; border-radius:100px; background:linear-gradient(90deg,var(--medio-1),var(--medio-2)); width:0%; transition:width 1.6s cubic-bezier(.22,1,.36,1);}

/* ---------- DEPOIMENTOS ---------- */
.depoimentos-grid{ display:grid; grid-template-columns:repeat(3,1fr); gap:24px; }
.depo-card{ background:#fff; border-radius:22px; padding:26px; box-shadow:var(--shadow); position:relative; }
.depo-card::before{ content:"\201C"; font-family:Georgia,serif; font-size:60px; color:var(--orange); opacity:0.15; position:absolute; top:6px; left:16px; }
.depo-text{ font-size:14px; line-height:1.6; color:var(--graphite); position:relative; z-index:1; margin-bottom:18px;}
.depo-person{ display:flex; align-items:center; gap:12px; }
.depo-avatar{ width:42px; height:42px; border-radius:50%; background:linear-gradient(135deg,var(--orange-light),var(--fundamental-2)); }
.depo-name{ font-family:'Poppins'; font-weight:700; font-size:13.5px; color:var(--navy); }
.depo-role{ font-size:11.5px; color:var(--grey); }

/* ---------- INSTAGRAM ---------- */
.insta-grid{ display:grid; grid-template-columns:repeat(6,1fr); gap:10px; }
.insta-tile{ aspect-ratio:1/1; border-radius:14px; display:flex; align-items:center; justify-content:center; font-size:22px; color:#fff; }
.insta-tile:nth-child(1){ background:linear-gradient(135deg,var(--orange),#ff8a4c);}
.insta-tile:nth-child(2){ background:linear-gradient(135deg,var(--infantil-1),var(--infantil-3));}
.insta-tile:nth-child(3){ background:linear-gradient(135deg,var(--fundamental-1),var(--fundamental-2));}
.insta-tile:nth-child(4){ background:linear-gradient(135deg,var(--medio-1),var(--medio-2));}
.insta-tile:nth-child(5){ background:linear-gradient(135deg,var(--infantil-3),var(--orange));}
.insta-tile:nth-child(6){ background:linear-gradient(135deg,var(--fundamental-2),var(--medio-1));}

/* ---------- CTA FINAL ---------- */
.cta-final{
  background:linear-gradient(120deg,var(--orange),#ff7a3d 60%, #ffab6b);
  border-radius:32px; margin:0 28px; padding:60px 50px; color:#fff; text-align:center; position:relative; overflow:hidden;
}
.cta-final h2{ color:#fff; font-size:32px; margin-bottom:12px; }
.cta-final p{ color:rgba(255,255,255,0.9); max-width:520px; margin:0 auto 30px; font-size:15.5px;}
.countdown{ display:flex; gap:14px; justify-content:center; margin-top:34px; flex-wrap:wrap;}
.count-box{ background:rgba(255,255,255,0.18); border-radius:16px; padding:14px 18px; min-width:74px;}
.count-box .num{ font-family:'Rajdhani'; font-weight:700; font-size:28px; }
.count-box .label{ font-size:10.5px; text-transform:uppercase; letter-spacing:0.5px; font-weight:700; opacity:0.85;}

footer{ padding:60px 0 30px; }
.footer-grid{ display:grid; grid-template-columns:1.4fr 1fr 1fr 1fr; gap:36px; margin-bottom:40px;}
footer h4{ font-family:'Poppins'; font-weight:700; font-size:14px; color:var(--navy); margin-bottom:14px;}
footer p, footer li{ font-size:13.5px; color:var(--grey); line-height:2; }
footer ul{ list-style:none; padding:0; margin:0; }
.footer-bottom{ border-top:1px solid rgba(16,27,51,0.08); padding-top:22px; text-align:center; font-size:12.5px; color:var(--grey);}

/* ---------- STORY / NARRATIVA (Nossa História) ---------- */
.story-text{ max-width:740px; margin:0 auto; }
.story-text p{ font-size:15.5px; color:var(--graphite); line-height:1.8; margin-bottom:20px; }
.story-lede{ font-family:'Poppins'; font-weight:700; font-size:21px; color:var(--navy); line-height:1.55; margin-bottom:26px; }
.story-closing{ font-weight:600; color:var(--navy); border-left:3px solid var(--orange); padding-left:18px; margin-top:28px; }
.story-founders{ max-width:740px; margin:34px auto 0; background:#fff; border-radius:18px; padding:24px 28px; box-shadow:var(--shadow); border-left:4px solid var(--orange); font-size:14px; color:var(--graphite); line-height:1.7; display:flex; gap:16px; align-items:flex-start; }
.story-founders strong{ color:var(--navy); }
.story-founders .sf-icon{ font-size:24px; flex-shrink:0; }

/* ---------- TIMELINE (Nossa História) ---------- */
.timeline{ position:relative; max-width:820px; margin:0 auto; padding-left:40px; }
.timeline::before{ content:""; position:absolute; left:9px; top:6px; bottom:6px; width:3px; background:repeating-linear-gradient(180deg,#e3d9cf 0 10px, transparent 10px 20px); }
.timeline-item{ position:relative; padding-bottom:42px; }
.timeline-item:last-child{ padding-bottom:0; }
.timeline-dot{ position:absolute; left:-40px; top:2px; width:22px; height:22px; border-radius:50%; background:var(--orange); border:4px solid #fff; box-shadow:0 0 0 3px rgba(217,72,30,0.25); }
.timeline-year{ font-family:'Rajdhani'; font-weight:700; font-size:20px; color:var(--orange); margin-bottom:4px; }
.timeline-item h3{ font-size:18px; margin-bottom:6px; }
.timeline-item p{ font-size:14px; color:var(--grey); line-height:1.6; margin:0; max-width:560px;}

/* ---------- VALUES GRID ---------- */
.values-grid{ display:grid; grid-template-columns:repeat(5,1fr); gap:16px; }
.value-card{ background:#fff; border-radius:18px; padding:22px 16px; text-align:center; box-shadow:var(--shadow); }
.value-icon{ font-size:26px; margin-bottom:10px; }
.value-card h4{ font-family:'Poppins'; font-weight:700; font-size:13.5px; color:var(--navy); margin-bottom:6px; }
.value-card p{ font-size:11.5px; color:var(--grey); margin:0; line-height:1.4;}

/* ---------- QUEST STEPS (Matrículas) ---------- */
.quest-track{ display:flex; flex-direction:column; gap:0; max-width:760px; margin:0 auto; }
.quest-step{ display:flex; gap:24px; position:relative; padding-bottom:44px; }
.quest-step:last-child{ padding-bottom:0; }
.quest-step::before{ content:""; position:absolute; left:29px; top:60px; bottom:0; width:3px; background:repeating-linear-gradient(180deg,#e3d9cf 0 10px, transparent 10px 20px); }
.quest-step:last-child::before{ display:none; }
.quest-num{ flex-shrink:0; width:60px; height:60px; border-radius:18px; background:linear-gradient(135deg,var(--orange-light),var(--orange)); color:#fff; display:flex; align-items:center; justify-content:center; font-family:'Rajdhani'; font-weight:700; font-size:24px; box-shadow:var(--shadow); }
.quest-content h3{ font-size:19px; margin-bottom:8px; }
.quest-content p{ font-size:14px; color:var(--grey); line-height:1.6; margin:0 0 10px; }
.quest-tag{ display:inline-block; font-size:11.5px; font-weight:700; color:var(--fundamental-2); background:#eaf1ff; padding:5px 12px; border-radius:100px;}

.offer-card{ background:linear-gradient(135deg,var(--navy),#1c2c52); color:#fff; border-radius:26px; padding:40px; text-align:center; box-shadow:var(--shadow-strong); }
.offer-card .kicker{ color:var(--medio-2); }
.offer-value{ font-family:'Rajdhani'; font-weight:700; font-size:64px; color:var(--orange-light); line-height:1; margin:10px 0; }
.offer-value span{ font-size:22px; color:#fff; font-family:'Poppins'; font-weight:700; }
.offer-card p{ color:rgba(255,255,255,0.75); font-size:14px; max-width:440px; margin:0 auto 24px; }

/* ---------- FAQ ---------- */
.faq-list{ max-width:760px; margin:0 auto; display:flex; flex-direction:column; gap:12px; }
.faq-item{ background:#fff; border-radius:16px; box-shadow:var(--shadow); overflow:hidden; border:1px solid rgba(16,27,51,0.05); }
.faq-q{ padding:20px 24px; display:flex; justify-content:space-between; align-items:center; cursor:pointer; font-family:'Poppins'; font-weight:600; font-size:14.5px; color:var(--navy); }
.faq-q .icon{ font-size:18px; color:var(--orange); transition:transform .25s ease; flex-shrink:0; margin-left:14px;}
.faq-item.open .faq-q .icon{ transform:rotate(45deg); }
.faq-a{ max-height:0; overflow:hidden; transition:max-height .3s ease; }
.faq-item.open .faq-a{ max-height:220px; }
.faq-a-inner{ padding:0 24px 20px; font-size:13.5px; color:var(--grey); line-height:1.65; }

/* ---------- BLOG / VIDA NA ESCOLA ---------- */
.filter-row{ display:flex; gap:10px; justify-content:center; flex-wrap:wrap; margin-bottom:40px; }
.filter-chip{ font-family:'Poppins'; font-weight:600; font-size:13px; padding:9px 18px; border-radius:100px; background:#fff; border:1.5px solid rgba(16,27,51,0.1); color:var(--navy); cursor:pointer; transition:all .2s ease; }
.filter-chip:hover, .filter-chip.active{ background:var(--orange); border-color:var(--orange); color:#fff; }
.blog-grid{ display:grid; grid-template-columns:repeat(3,1fr); gap:24px; }
.blog-card{ background:#fff; border-radius:22px; overflow:hidden; box-shadow:var(--shadow); transition:transform .2s ease, box-shadow .2s ease; }
.blog-card:hover{ transform:translateY(-6px); box-shadow:var(--shadow-strong); }
.blog-thumb{ height:170px; display:flex; align-items:center; justify-content:center; font-size:40px; color:#fff; position:relative; }
.blog-tag{ position:absolute; top:14px; left:14px; background:rgba(255,255,255,0.92); color:var(--navy); font-size:11px; font-weight:700; padding:5px 12px; border-radius:100px; font-family:'Poppins';}
.blog-body{ padding:20px 22px 24px; }
.blog-date{ font-size:11.5px; color:var(--grey); font-weight:600; margin-bottom:8px; }
.blog-body h3{ font-size:16.5px; margin-bottom:8px; line-height:1.3; }
.blog-body p{ font-size:13px; color:var(--grey); line-height:1.55; margin:0;}

/* ---------- CONTACT ---------- */
.contact-grid{ display:grid; grid-template-columns:1fr 1fr; gap:44px; align-items:start; }
.contact-info-card{ background:#fff; border-radius:22px; padding:30px; box-shadow:var(--shadow); margin-bottom:18px; display:flex; gap:16px; align-items:flex-start; }
.contact-icon{ width:48px; height:48px; border-radius:14px; background:linear-gradient(135deg,var(--orange-light),var(--orange)); color:#fff; display:flex; align-items:center; justify-content:center; font-size:20px; flex-shrink:0; }
.contact-info-card h4{ font-family:'Poppins'; font-weight:700; font-size:15px; margin-bottom:4px; }
.contact-info-card p{ font-size:13.5px; color:var(--grey); margin:0; line-height:1.5;}
.map-placeholder{ height:220px; border-radius:20px; background:linear-gradient(135deg,#eef3ff,#fdece4); display:flex; align-items:center; justify-content:center; font-family:'Poppins'; font-weight:700; color:var(--grey); font-size:13px; margin-top:10px; border:2px dashed rgba(16,27,51,0.12);}
.form-card{ background:#fff; border-radius:24px; padding:34px; box-shadow:var(--shadow-strong); }
.form-row{ margin-bottom:18px; }
.form-row label{ display:block; font-family:'Poppins'; font-weight:600; font-size:13px; color:var(--navy); margin-bottom:7px; }
.form-row input, .form-row select, .form-row textarea{
  width:100%; padding:13px 16px; border-radius:12px; border:1.5px solid rgba(16,27,51,0.12);
  font-family:'Inter'; font-size:14px; color:var(--graphite); background:var(--bg);
}
.form-row textarea{ resize:vertical; min-height:100px; }
.form-row input:focus, .form-row select:focus, .form-row textarea:focus{ outline:none; border-color:var(--orange); }

@media(max-width:900px){
  .hero-grid{ grid-template-columns:1fr; }
  .badges-grid, .depoimentos-grid, .blog-grid{ grid-template-columns:repeat(2,1fr); }
  .trilha-track{ flex-wrap:wrap; }
  .preview-panel{ grid-template-columns:1fr; }
  .trofeu-grid, .contact-grid{ grid-template-columns:1fr; }
  .footer-grid{ grid-template-columns:1fr 1fr; }
  .insta-grid{ grid-template-columns:repeat(3,1fr); }
  .values-grid{ grid-template-columns:repeat(2,1fr); }
  nav{ display:none; }
}
