
.container {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 24px;
  }

  .icon { width: 1em; height: 1em; display:inline-block; vertical-align:middle; }

  .eyebrow {
    display:inline-flex;
    align-items:center;
    gap:6px;
    padding: 6px 18px;
    border-radius: 999px;
    font-family: var(--fonte-extra);
    font-size: 0.8rem;
    font-weight: 600;
    color: var(--branco);
    margin-bottom: 14px;
    letter-spacing: 0.02em;
  }



  /* ===== HERO ===== */
  .hero {
    /* background: #009ed33c; */
    /* background: linear-gradient(180deg, #80DA2F49 0%, #80DA2F8f 60%, #80DA2F 100%); */
    background: linear-gradient(180deg, #ffc50649 0%, #ffc506be 60%, #FFC506 100%);
    padding: 120px 0 130px;
    overflow: hidden;
    height: 100vh;
  }
  .hero-inner {
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap: 50px;
  }
  .hero-text { flex: 1 1 460px; max-width: 560px; }
  .breadcrumb {
    font-weight:600;
    font-size: 0.85rem;
    color: var(--azul-escuro);
    opacity: .75;
    margin-bottom: 22px;
  }
  .breadcrumb span { color: var(--vermelho); }
  .hero .eyebrow { background: var(--vermelho); }
  
  .hero h1 {
    font-size: var(--size-titulo);
    color: var(--azul-escuro);
    margin-bottom: 18px;
    line-height: 1.0;
    font-family: var(--fonte-titulo);
  }
  
  .hero h1 .accent { color: var(--laranja); }
  .hero-text p {
    color: #0a4d63;
    font-size: 1.05rem;
  }
  
  .hero-visual {
    position: relative;
    /* flex: 1 1 380px; */
    max-width: 420px;
    aspect-ratio: 1 / 1;
  }
  .hero-photo {
    width: 100%; height: 100%;
    object-fit: cover;
    border-radius: 44% 56% 62% 38% / 52% 46% 54% 48%;
    border: 8px solid var(--branco);
    box-shadow: 0 24px 46px rgba(2,61,81,.18);
  }
  .hero-deco {
    position:absolute;
    width: 46px; height:46px;
    animation: float 5s ease-in-out infinite;
  }
  .hero-deco.d1 { top: -6%; left: -8%; color: var(--amarelo); width:52px; height:52px; }
  .hero-deco.d2 { top: 8%; right: -10%; color: var(--vermelho); animation-delay: .8s; }
  .hero-deco.d3 { bottom: 6%; left: -12%; color: var(--roxo); animation-delay: 1.4s; width:38px; height:38px; }
  .hero-deco.d4 { bottom: -8%; right: 6%; color: var(--verde); animation-delay: .4s; width:44px; height:44px; }
  .hero-deco.d5 { top: 42%; left: -16%; color: var(--azul); animation-delay: 1.8s; width:34px; height:34px; }

  .hero-bg-doodle { position:absolute; opacity:.35; }
  .hero-bg-doodle.b1 { top: 6%; left: 3%; width:60px; height:60px; color: var(--azul); }
  .hero-bg-doodle.b2 { bottom: 10%; left: 46%; width:44px; height:44px; color: var(--amarelo); }
  .hero-bg-doodle.b3 { top: 14%; right: 30%; width:36px; height:36px; color: var(--vermelho); }

  @keyframes float { 0%,100% { transform: translateY(0) rotate(0deg);} 50% { transform: translateY(-14px) rotate(8deg);} }

  .cloud-divider {
    position:absolute;
    bottom: -2px;
    left:0; width:100%;
    line-height:0;
  }

  /* ===== APOIE STRIP ===== */
  .apoie-strip {
    background: var(--azul-escuro);
    padding: 60px 0 66px;
    text-align:center;
    color: var(--branco);
    margin-top: 80px;
    overflow: hidden;
  }
  .apoie-strip .eyebrow { background: var(--amarelo); color: var(--amarelo-escuro); }
  .apoie-strip h2 { font-size: clamp(1.5rem, 3vw, 2.2rem); margin-bottom: 12px; }
  .apoie-strip p { opacity: .85; margin-bottom: 30px; }
  .apoie-buttons { display:flex; gap:16px; justify-content:center; flex-wrap:wrap; }
  .apoie-strip .hero-bg-doodle { opacity: .18; color: var(--branco); }
  .apoie-strip .bd1 { top: -10px; left: 6%; width:70px; height:70px; }
  .apoie-strip .bd2 { bottom: -14px; right: 8%; width:80px; height:80px; }

  /* ===== TIMELINE ===== */
  .timeline-section { padding: 100px 0 60px; text-align:center; position:relative; overflow:hidden; }
  .timeline-section .eyebrow { background: var(--roxo); }
  .timeline-section > .container > h2 { font-size: clamp(1.6rem, 3.4vw, 2.4rem); color: var(--roxo-escuro); margin-bottom: 12px; }
  .timeline-section > .container > p.intro { max-width: 620px; margin: 0 auto 70px; color: #555; }
  .timeline-section .float-doodle { position:absolute; opacity:.5; }
  .timeline-section .fd1 { top: 4%; left: 4%; width:42px; height:42px; color: var(--verde); }
  .timeline-section .fd2 { top: 30%; right: 5%; width:36px; height:36px; color: var(--amarelo); }
  .timeline-section .fd3 { bottom: 10%; left: 6%; width:38px; height:38px; color: var(--azul); }

  .trail {
    position: relative;
    max-width: 980px;
    margin: 0 auto;
    padding: 20px 0 40px;
  }
  .trail-path {
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    z-index: 0;
  }
  .trail-items {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    gap: 70px;
  }
  .stop {
    display: flex;
    align-items: center;
    gap: 28px;
    width: 46%;
  }
  .stop:nth-child(even) {
    align-self: flex-end;
    flex-direction: row-reverse;
    text-align: right;
  }
  .stop-badge {
    flex-shrink: 0;
    width: 84px; height: 84px;
    border-radius: 50%;
    display:flex; flex-direction:column; align-items:center; justify-content:center;
    color: var(--branco);
    box-shadow: 0 10px 22px rgba(0,0,0,.15);
    border: 5px solid var(--branco);
  }
  .stop-badge .icon { width: 26px; height: 26px; margin-bottom: 2px; }
  .stop-badge .ano {
    font-family: var(--fonte-titulo);
    font-weight: 700;
    font-size: 0.95rem;
    line-height:1;
  }
  .stop-card {
    background: var(--branco);
    border-radius: 20px;
    padding: 18px 22px;
    box-shadow: 0 6px 20px rgba(2,61,81,0.08);
    border: 2px solid #f1f1fa;
  }
  .stop-card h3 { font-size: 1.02rem; margin-bottom: 6px; }
  .stop-card p { color:#555; font-size: 0.92rem; }

  .stop:nth-child(9n+1) .stop-badge { background: var(--azul); }
  .stop:nth-child(9n+2) .stop-badge { background: var(--vermelho); }
  .stop:nth-child(9n+3) .stop-badge { background: var(--laranja); }
  .stop:nth-child(9n+4) .stop-badge { background: var(--verde); }
  .stop:nth-child(9n+5) .stop-badge { background: var(--roxo); }
  .stop:nth-child(9n+6) .stop-badge { background: var(--amarelo); color: var(--amarelo-escuro); }
  .stop:nth-child(9n+7) .stop-badge { background: var(--azul); }
  .stop:nth-child(9n+8) .stop-badge { background: var(--vermelho); }
  .stop:nth-child(9n+9) .stop-badge { background: var(--laranja); }

  .stop:nth-child(9n+1) .stop-card h3 { color: var(--azul-escuro); }
  .stop:nth-child(9n+2) .stop-card h3 { color: var(--vermelho-escuro); }
  .stop:nth-child(9n+3) .stop-card h3 { color: var(--laranja-escuro); }
  .stop:nth-child(9n+4) .stop-card h3 { color: var(--verde-escuro); }
  .stop:nth-child(9n+5) .stop-card h3 { color: var(--roxo-escuro); }
  .stop:nth-child(9n+6) .stop-card h3 { color: var(--amarelo-escuro); }
  .stop:nth-child(9n+7) .stop-card h3 { color: var(--azul-escuro); }
  .stop:nth-child(9n+8) .stop-card h3 { color: var(--vermelho-escuro); }
  .stop:nth-child(9n+9) .stop-card h3 { color: var(--laranja-escuro); }

  @media (max-width: 800px) {
    .trail-path { display:none; }
    .trail-items { gap: 34px; }
    .stop, .stop:nth-child(even) {
      width: 100%;
      align-self: flex-start;
      flex-direction: row;
      text-align: left;
    }
    .stop-badge { width: 64px; height: 64px; }
    .stop-badge .icon { width:20px; height:20px; }
    .stop-badge .ano { font-size: 0.78rem; }
  }

  /* ===== STATS ===== */
  .stats { padding: 50px 0 90px; }
  .stats-grid {
    display:grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    text-align:center;
  }
  .stat-icon {
    width:64px; height:64px;
    margin: 0 auto 14px;
    border-radius: 50%;
    display:flex; align-items:center; justify-content:center;
  }
  .stat-icon .icon { width: 30px; height: 30px; }
  .stat-num { font-family: var(--fonte-titulo); font-size: 1.9rem; font-weight: 700; }
  .stat-label { font-size: 0.9rem; color:#666; font-weight:600; }

  /* ===== TRABALHE STRIP ===== */
  .trabalhe-strip {
    background: var(--laranja);
    padding: 56px 0;
    text-align:center;
    color: var(--branco);
    overflow:hidden;
  }
  .trabalhe-strip h2 { font-size: clamp(1.4rem, 3vw, 2rem); margin-bottom: 10px; }
  .trabalhe-strip p { opacity: .9; margin-bottom: 26px; }
  .trabalhe-strip .hero-bg-doodle { opacity:.2; color:var(--branco); }
  .trabalhe-strip .bd1 { top:-16px; left:10%; width:60px; height:60px; }
  .trabalhe-strip .bd2 { bottom:-20px; right:12%; width:70px; height:70px; }

  /* ===== GALERIA ===== */
  .galeria { padding: 90px 0 40px; text-align:center; }
  .galeria .eyebrow { background: var(--verde); color: var(--verde-escuro); }
  .galeria h2 { font-size: clamp(1.6rem, 3.4vw, 2.4rem); color: var(--verde-escuro); margin-bottom: 46px; }

  .g-grid {
    display:grid;
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: 160px;
    gap: 16px;
  }
  .g-tile {
    border-radius: 20px;
    position: relative;
    overflow: hidden;
    border: 4px solid var(--branco);
    box-shadow: 0 6px 18px rgba(2,61,81,0.1);
  }
  .g-tile img { width:100%; height:100%; object-fit:cover; }
  .g-tile.big { grid-column: span 2; grid-row: span 2; }

  /* ===== CONTATO STRIP ===== */
  .contato-strip {
    background: var(--amarelo);
    padding: 62px 0 90px;
    text-align:center;
    overflow:hidden;
  }
  .contato-strip h2 { font-size: clamp(1.4rem, 3vw, 2.1rem); color: var(--amarelo-escuro); margin-bottom: 10px; }
  .contato-strip p { color: var(--amarelo-escuro); opacity:.85; margin-bottom: 26px; }
  .contato-strip .hero-bg-doodle { opacity:.28; color: var(--amarelo-escuro); }
  .contato-strip .bd1 { top: 8%; left: 8%; width:40px; height:40px; }
  .contato-strip .bd2 { bottom: 10%; right: 10%; width:46px; height:46px; }
  .contato-strip .bd3 { top: 14%; right: 20%; width:30px; height:30px; }

  @media (max-width: 900px) {
    .hero-inner { flex-direction: column; text-align:center; }
    .hero-text { max-width: 100%; }
    .hero-visual { max-width: 300px; }
    .stats-grid { grid-template-columns: repeat(2,1fr); gap:36px; }
    .g-grid { grid-template-columns: repeat(2,1fr); grid-auto-rows: 150px; }
    .g-tile.big { grid-column: span 2; }
  }