html { scroll-behavior: smooth; }
    body { font-family: 'Inter', sans-serif; color: var(--texto); background: var(--branco); -webkit-font-smoothing: antialiased; line-height: 1.6; }
    ul { list-style: none; }
    h1, h2, h3, h4 { font-family: 'Playfair Display', serif; line-height: 1.2; color: var(--azul); }
    h1 { font-size: clamp(2rem, 4vw, 3.2rem); font-weight: 700; }
    h2 { font-size: clamp(1.6rem, 2.8vw, 2.4rem); font-weight: 600; }
    h3 { font-size: clamp(1rem, 1.6vw, 1.15rem); font-weight: 600; }
    .container { max-width: 1200px; margin: 0 auto; padding: 0 32px; }
    .section { padding: 80px 0; }
    /* HEADER */
    #header {
      position: sticky; top: 0; z-index: 1000;
      background: var(--branco);
      border-bottom: 1px solid var(--borda);
      box-shadow: 0 2px 20px rgba(73,80,96,0.06);
    }
    .header__actions { display: flex; align-items: center; gap: 12px; }
    .btn {
      display: inline-flex; align-items: center; gap: 8px;
      padding: 12px 24px; border-radius: var(--radius-sm);
      font-family: 'Inter', sans-serif; font-size: 0.9rem; font-weight: 600;
      cursor: pointer; transition: var(--trans); border: 2px solid transparent;
    }
    .btn--primary:hover { background: var(--verde-dark); transform: translateY(-2px); box-shadow: 0 8px 24px rgba(120,136,110,0.35); }
    .btn--outline:hover { background: var(--azul); color: var(--branco); }
    .btn--whatsapp:hover { background: #1ebe5d; transform: translateY(-2px); }
    .btn--ghost { background: transparent; color: var(--branco); border: 2px solid rgba(255,255,255,0.5); }
    .btn--ghost:hover { background: rgba(255,255,255,0.12); border-color: rgba(255,255,255,0.8); }
    /* HERO */
    .hero {
      background: linear-gradient(135deg, var(--azul-dark) 0%, var(--azul) 100%);
      padding: 80px 0 72px; position: relative; overflow: hidden;
    }
    .hero::before {
      content: ''; position: absolute; top: -40%; right: -10%;
      width: 600px; height: 600px; border-radius: 50%;
      background: rgba(255,255,255,0.03); pointer-events: none;
    }
    .hero__inner { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; position: relative; }
    .hero__badge {
      display: inline-flex; align-items: center; gap: 8px;
      background: rgba(255,255,255,0.12); border: 1px solid rgba(255,255,255,0.2);
      color: rgba(255,255,255,0.85); font-size: 0.72rem; font-weight: 700; letter-spacing: 0.1em;
      text-transform: uppercase; padding: 6px 14px; border-radius: 100px; margin-bottom: 24px;
    }
    .hero__badge-dot { width: 6px; height: 6px; border-radius: 50%; background: #25D366; }
    .hero h1 { color: var(--branco); margin-bottom: 20px; }
    .hero__subtitle { font-size: 1.05rem; color: rgba(255,255,255,0.75); margin-bottom: 36px; max-width: 480px; }
    .hero__stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 40px; }
    .hero__stat {
      background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.12);
      border-radius: var(--radius-sm); padding: 20px 16px; text-align: center;
    }
    .hero__stat-num { font-family: 'Playfair Display', serif; font-size: 2rem; font-weight: 700; color: var(--branco); line-height: 1; margin-bottom: 6px; }
    .hero__stat-label { font-size: 0.78rem; color: rgba(255,255,255,0.6); }
    /* FORM CARD */
    .form-card {
      background: var(--branco); border-radius: var(--radius);
      box-shadow: 0 20px 60px rgba(0,0,0,0.25); padding: 40px;
    }
    .form-card__title { font-family: 'Playfair Display', serif; font-size: 1.3rem; font-weight: 600; color: var(--azul); margin-bottom: 8px; }
    .form-card__subtitle { font-size: 0.85rem; color: var(--texto-suave); margin-bottom: 28px; }
    .form-group { margin-bottom: 18px; }
    .form-group label { display: block; font-size: 0.82rem; font-weight: 600; color: var(--azul); margin-bottom: 6px; }
    .form-group input,
    .form-group select,
    .form-group textarea {
      width: 100%; padding: 12px 14px; border: 1.5px solid var(--borda);
      border-radius: var(--radius-sm); font-family: 'Inter', sans-serif;
      font-size: 0.9rem; color: var(--texto); background: var(--branco);
      transition: var(--trans); outline: none;
    }
    .form-group input:focus,
    .form-group select:focus,
    .form-group textarea:focus { border-color: var(--verde); box-shadow: 0 0 0 3px rgba(120,136,110,0.12); }
    .form-group textarea { resize: vertical; min-height: 90px; }
    .form-submit {
      width: 100%; padding: 15px; background: var(--verde); color: var(--branco);
      border: none; border-radius: var(--radius-sm); font-family: 'Inter', sans-serif;
      font-size: 1rem; font-weight: 700; cursor: pointer; transition: var(--trans);
      display: flex; align-items: center; justify-content: center; gap: 10px;
    }
    .form-submit:hover { background: var(--verde-dark); transform: translateY(-2px); box-shadow: 0 8px 24px rgba(120,136,110,0.35); }
    /* SECTION HEADER */
    .section__header { text-align: center; margin-bottom: 56px; }
    .section__tag { font-size: 0.72rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.12em; color: var(--verde); display: block; margin-bottom: 12px; }
    .section__header p { max-width: 560px; margin: 0 auto; }
    /* BENEFITS */
    .benefits-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
    .benefit-card {
      background: var(--offwhite); border: 1px solid var(--borda);
      border-radius: var(--radius); padding: 32px 24px; text-align: center;
      transition: var(--trans);
    }
    .benefit-card:hover { box-shadow: var(--sombra-md); transform: translateY(-4px); }
    .benefit-card__icon {
      width: 64px; height: 64px; border-radius: 16px;
      background: var(--branco); display: flex; align-items: center; justify-content: center;
      margin: 0 auto 20px; box-shadow: var(--sombra);
    }
    .benefit-card__icon svg { width: 30px; height: 30px; }
    .benefit-card h3 { font-size: 1rem; margin-bottom: 10px; }
    .benefit-card p { font-size: 0.88rem; }
    /* HOW */
    .how { background: var(--offwhite); }
    .steps-horizontal { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; position: relative; }
    .steps-horizontal::before {
      content: ''; position: absolute; top: 28px; left: 12.5%; right: 12.5%;
      height: 2px; background: linear-gradient(90deg, var(--verde), var(--nude));
      z-index: 0;
    }
    .step-h { text-align: center; padding: 0 16px; position: relative; z-index: 1; }
    .step-h__num {
      width: 56px; height: 56px; border-radius: 50%;
      background: var(--verde); color: var(--branco);
      font-family: 'Playfair Display', serif; font-size: 1.2rem; font-weight: 700;
      display: flex; align-items: center; justify-content: center;
      margin: 0 auto 20px; border: 4px solid var(--branco); box-shadow: var(--sombra);
    }
    .step-h h3 { font-size: 0.95rem; margin-bottom: 8px; }
    .step-h p { font-size: 0.82rem; }
    /* VOLUME TABLE */
    .volume-section { background: var(--azul-dark); padding: 72px 0; }
    .volume-section .section__tag { color: rgba(255,255,255,0.5); }
    .volume-section h2 { color: var(--branco); }
    .volume-section .section__header p { color: rgba(255,255,255,0.65); }
    .volume-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
    .volume-card {
      background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.12);
      border-radius: var(--radius); padding: 32px 24px; text-align: center;
      transition: var(--trans);
    }
    .volume-card:hover { background: rgba(255,255,255,0.1); transform: translateY(-4px); }
    .volume-card.featured {
      background: var(--verde); border-color: var(--verde);
      transform: scale(1.04);
    }
    .volume-card.featured:hover { transform: scale(1.04) translateY(-4px); }
    .volume-card__label { font-size: 0.72rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.1em; color: rgba(255,255,255,0.6); margin-bottom: 12px; }
    .volume-card.featured .volume-card__label { color: rgba(255,255,255,0.8); }
    .volume-card__range { font-family: 'Playfair Display', serif; font-size: 2rem; font-weight: 700; color: var(--branco); margin-bottom: 8px; }
    .volume-card__desc { font-size: 0.85rem; color: rgba(255,255,255,0.65); margin-bottom: 20px; }
    .volume-card.featured .volume-card__desc { color: rgba(255,255,255,0.85); }
    .volume-card__tag {
      display: inline-block; font-size: 0.75rem; font-weight: 600;
      padding: 6px 14px; border-radius: 100px;
      background: rgba(255,255,255,0.12); color: var(--branco);
    }
    .volume-card.featured .volume-card__tag { background: rgba(255,255,255,0.25); }
    /* QUEM USA */
    .use-cases { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
    .use-case {
      display: flex; gap: 20px; align-items: flex-start;
      background: var(--offwhite); border: 1px solid var(--borda);
      border-radius: var(--radius-sm); padding: 24px;
    }
    .use-case__icon {
      width: 48px; height: 48px; border-radius: 12px;
      background: var(--branco); display: flex; align-items: center; justify-content: center;
      flex-shrink: 0; box-shadow: var(--sombra);
    }
    .use-case__icon svg { width: 24px; height: 24px; }
    .use-case h3 { font-size: 0.95rem; margin-bottom: 6px; }
    .use-case p { font-size: 0.85rem; }
    /* FAQ */
    .faq-list { display: flex; flex-direction: column; gap: 0; max-width: 780px; margin: 0 auto; }
    .faq-question {
      width: 100%; background: none; border: none; cursor: pointer;
      display: flex; justify-content: space-between; align-items: center;
      padding: 20px 0; text-align: left; gap: 16px;
      font-family: 'Inter', sans-serif; font-size: 0.95rem; font-weight: 600; color: var(--azul);
      transition: var(--trans);
    }
    /* CTA */
    .cta-section { background: linear-gradient(135deg, var(--verde-dark) 0%, var(--verde) 100%); padding: 72px 0; }
    .cta-section__inner { text-align: center; }
    .cta-section p { color: rgba(255,255,255,0.85); font-size: 1rem; margin-bottom: 36px; max-width: 500px; margin-left: auto; margin-right: auto; }
    /* FOOTER */
    .footer { background: var(--azul-dark); padding: 56px 0 0; }
    /* WA FLOAT */
    .wa-float {
      position: fixed; bottom: 28px; right: 28px; z-index: 9999;
      width: 60px; height: 60px; border-radius: 50%;
      background: #25D366; color: var(--branco);
      display: flex; align-items: center; justify-content: center;
      box-shadow: 0 6px 28px rgba(37,211,102,0.45); transition: var(--trans);
    }
    .wa-float:hover { transform: scale(1.1) translateY(-3px); }
    .wa-float::before { content: ''; position: absolute; width: 100%; height: 100%; border-radius: 50%; background: #25D366; animation: wa-ring 2.5s ease-out infinite; }
    @keyframes wa-ring { 0% { transform:scale(1); opacity:0.5; } 100% { transform:scale(1.7); opacity:0; } }
    /* RESPONSIVE */
    @media (max-width: 1024px) {
      .hero__inner { grid-template-columns: 1fr; gap: 40px; }
      .benefits-grid { grid-template-columns: repeat(2, 1fr); }
      .steps-horizontal { grid-template-columns: repeat(2, 1fr); }
      .steps-horizontal::before { display: none; }
      .volume-cards { grid-template-columns: 1fr; }
      .volume-card.featured { transform: none; }
      .use-cases { grid-template-columns: 1fr; }
      
    }
    @media (max-width: 768px) {
      
      
      
      
      
      .hero { padding: 48px 0 40px; }
      .section { padding: 52px 0; }
      .hero__stats { grid-template-columns: repeat(3, 1fr); gap: 10px; }
      .hero__stat-num { font-size: 1.5rem; }
      .benefits-grid { grid-template-columns: 1fr; }
      .form-grid-2 { grid-template-columns: 1fr; }
      
      
      .container { padding: 0 20px; }
    }
    @media (max-width: 480px) {
      .hero__actions { flex-direction: column; }
      .hero__actions .btn { width: 100%; justify-content: center; }
      .cta-section__actions { flex-direction: column; align-items: center; }
      .wa-float { width: 52px; height: 52px; bottom: 20px; right: 16px; }
      .wa-float svg { width: 24px; height: 24px; }
      .wa-float::before { display: none; }
    }
