.elementor-228 .elementor-element.elementor-element-b017fd5{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-c1f0fd7 */<!DOCTYPE html>
<html lang="pt-BR">
<head>
  <meta charset="UTF-8" />
  <meta name="viewport" content="width=device-width, initial-scale=1.0" />
  <title>Terceirização de Suplementos em Cápsulas | Ekobé Private Label</title>
  <link rel="preconnect" href="https://fonts.googleapis.com">
  <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
  <link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap" rel="stylesheet">
  <style>
    :root {
      --green-black: #061f16;
      --green-dark: #0e3b28;
      --green-mid: #2f7d45;
      --green-light: #a8db43;
      --cream: #f7f5ec;
      --cream-soft: #fbfaf4;
      --white: #ffffff;
      --text: #1c2922;
      --muted: #66736b;
      --line: rgba(255,255,255,.18);
      --shadow: 0 28px 90px rgba(0,0,0,.18);
      --soft-shadow: 0 18px 50px rgba(23,63,43,.07);
      --radius: 30px;
    }

    * { box-sizing: border-box; }

    html { scroll-behavior: smooth; }

    body {
      margin: 0;
      font-family: Inter, Arial, Helvetica, sans-serif;
      background: linear-gradient(180deg, var(--cream-soft), var(--cream));
      -webkit-font-smoothing: antialiased;
      text-rendering: geometricPrecision;
      color: var(--text);
      line-height: 1.5;
    }

    a { color: inherit; text-decoration: none; }

    .hero {
      position: relative;
      overflow: hidden;
      padding: 38px 5% 0;
      color: var(--white);
      background:
        radial-gradient(circle at 32% 22%, rgba(88, 171, 80, .28), transparent 28%),
        radial-gradient(circle at 82% 18%, rgba(168, 219, 67, .18), transparent 32%),
        linear-gradient(135deg, #03170f 0%, #0a2b1d 48%, #051b13 100%);
    }

    .hero::before {
      content: "";
      position: absolute;
      inset: 0;
      background: linear-gradient(130deg, transparent 0 42%, rgba(168,219,67,.11) 42% 44%, transparent 44% 100%);
      pointer-events: none;
    }

    .nav {
      position: sticky;
      top: 18px;
      backdrop-filter: blur(18px);
      background: rgba(4,20,14,.55);
      padding: 16px 24px;
      border-radius: 28px;
      border: 1px solid rgba(255,255,255,.12);
      position: relative;
      z-index: 2;
      max-width: 1360px;
      margin: 0 auto 58px;
      display: flex;
      align-items: center;
      justify-content: space-between;
    }

    .brand-wrapper {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      gap: 6px;
    }

    .brand-subtitle {
      color: rgba(255,255,255,.72);
      font-size: 11px;
      font-weight: 800;
      letter-spacing: .24em;
      text-transform: uppercase;
      margin-left: 4px;
    }

    .brand {
      display: flex;
      align-items: center;
    }

    .logo-ekobe {
      width: 150px;
      height: auto;
      display: block;
    }

    .logo-ekobe path {
      shape-rendering: geometricPrecision;
    }

    .nav-links {
      display: flex;
      gap: 36px;
      align-items: center;
      margin-left: auto;
      margin-right: 24px;
    }

    .nav-links a {
      color: rgba(255,255,255,.82);
      font-weight: 900;
      font-size: 13px;
      letter-spacing: .12em;
      text-transform: uppercase;
      transition: .2s ease;
    }

    .nav-links a:hover {
      color: var(--green-light);
    }

    .nav-cta {
      padding: 14px 20px;
      border-radius: 14px;
      background: linear-gradient(135deg, #4d9a3d, var(--green-light));
      color: var(--green-black);
      font-weight: 900;
      font-size: 14px;
      box-shadow: 0 14px 34px rgba(168,219,67,.20);
    }

    .brand small {
      display: block;
      font-size: 12px;
      letter-spacing: .24em;
      font-weight: 700;
      color: rgba(255,255,255,.72);
      margin-top: 8px;
      text-align: center;
    }

    .hero-grid {
      position: relative;
      z-index: 2;
      max-width: 1360px;
      margin: 0 auto;
      display: grid;
      grid-template-columns: minmax(0, .9fr) minmax(520px, 1.15fr);
      gap: 48px;
      align-items: start;
      padding-bottom: 76px;
    }

    .eyebrow {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      padding: 8px 14px;
      border-radius: 999px;
      background: rgba(80, 177, 78, .24);
      color: #ddffb3;
      font-size: 13px;
      font-weight: 900;
      text-transform: uppercase;
      letter-spacing: .05em;
      margin-bottom: 18px;
    }

    h1 {
      margin: 0;
      font-size: clamp(48px, 5.2vw, 84px);
      line-height: .92;
      letter-spacing: -0.075em;
      max-width: 760px;
      text-transform: uppercase;
      font-weight: 1000;
    }

    h1 span {
      color: var(--green-light);
      position: relative;
      display: inline-block;
    }

    .hero-tagline {
      margin-top: 18px;
      display: inline-flex;
      padding: 12px 18px;
      border-radius: 999px;
      background: rgba(168,219,67,.12);
      border: 1px solid rgba(168,219,67,.24);
      color: rgba(255,255,255,.84);
      font-size: 14px;
      font-weight: 800;
      letter-spacing: .08em;
      text-transform: uppercase;
    }

    .hero-copy p {
      margin: 26px 0 0;
      max-width: 620px;
      color: rgba(255,255,255,.82);
      font-size: 18px;
      line-height: 1.72;
    }

    .mini-benefits {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 18px;
      max-width: 520px;
      margin: 30px 0;
    }

    .mini-benefit {
      display: grid;
      gap: 8px;
      color: rgba(255,255,255,.9);
      font-size: 13px;
      font-weight: 800;
    }

    .mini-icon {
      width: 46px;
      height: 46px;
      border-radius: 50%;
      display: grid;
      place-items: center;
      background: rgba(168,219,67,.14);
      color: var(--green-light);
      border: 1px solid rgba(168,219,67,.22);
      font-size: 22px;
    }

    .proof-row {
      display: flex;
      gap: 22px;
      flex-wrap: wrap;
      margin-top: 30px;
      color: rgba(255,255,255,.78);
    }

    .proof-row strong {
      color: var(--white);
      font-size: 22px;
      letter-spacing: -0.04em;
    }

    .human-proof-card {
      margin-top: 26px;
      display: flex;
      align-items: center;
      gap: 16px;
      padding: 18px;
      border-radius: 22px;
      background: rgba(255,255,255,.06);
      border: 1px solid rgba(255,255,255,.1);
      max-width: 520px;
    }

    .human-avatar {
      width: 72px;
      height: 72px;
      border-radius: 50%;
      background: linear-gradient(135deg,#dce9d8,#ffffff);
      position: relative;
      overflow: hidden;
      flex-shrink: 0;
    }

    .human-avatar::before {
      content: "";
      position: absolute;
      width: 38px;
      height: 38px;
      border-radius: 50%;
      background: #d9b38c;
      top: 12px;
      left: 17px;
    }

    .human-avatar::after {
      content: "";
      position: absolute;
      width: 52px;
      height: 38px;
      border-radius: 30px 30px 12px 12px;
      background: var(--green-dark);
      bottom: -4px;
      left: 10px;
    }

    .human-proof-card strong {
      display: block;
      color: var(--white);
      margin-bottom: 4px;
      font-size: 18px;
    }

    .human-proof-card p {
      margin: 0;
      color: rgba(255,255,255,.74);
      font-size: 14px;
    }

    .hero-product {
      margin-top: 18px;
      width: min(430px, 100%);
      height: 300px;
      position: relative;
      display: flex;
      align-items: end;
      justify-content: center;
    }

    .bottle {
      position: relative;
      width: 160px;
      height: 245px;
      border-radius: 20px 20px 30px 30px;
      background: linear-gradient(90deg, #3b2516, #7c4a25 44%, #22140e);
      box-shadow: 0 28px 70px rgba(0,0,0,.45);
      margin-right: -16px;
    }

    .bottle.light {
      width: 130px;
      height: 225px;
      background: linear-gradient(90deg, #e9e2ce, #fff6dc 52%, #c8b98c);
      margin-left: 8px;
      margin-right: 0;
    }

    .bottle::before {
      content: "";
      position: absolute;
      width: 104px;
      height: 44px;
      background: #111;
      border-radius: 10px 10px 4px 4px;
      left: 50%;
      top: -34px;
      transform: translateX(-50%);
    }

    .bottle.light::before { background: #f4f0e3; }

    .bottle-label {
      position: absolute;
      left: 18px;
      right: 18px;
      top: 76px;
      bottom: 42px;
      background: linear-gradient(160deg, #174c31, #0d331f);
      border-radius: 16px;
      display: grid;
      place-items: center;
      text-align: center;
      padding: 14px;
      font-weight: 900;
      font-size: 26px;
      line-height: .95;
    }

    .bottle.light .bottle-label {
      color: var(--green-dark);
      background: rgba(255,255,255,.45);
      font-size: 21px;
    }

    .capsule {
      position: absolute;
      width: 54px;
      height: 22px;
      border-radius: 999px;
      background: linear-gradient(90deg, #fff, #d8d1b8);
      bottom: 12px;
      left: 130px;
      transform: rotate(18deg);
      box-shadow: 0 8px 18px rgba(0,0,0,.22);
    }

    .capsule.two { left: 182px; bottom: 38px; transform: rotate(-18deg); }
    .capsule.three { left: 225px; bottom: 18px; transform: rotate(8deg); }

    .lead-form {
      width: 100%;
      padding: 34px;
      border-radius: 28px;
      background: rgba(2, 28, 18, .58);
      border: 1px solid rgba(168,219,67,.5);
      box-shadow: var(--shadow);
      backdrop-filter: blur(16px);
    }

    .form-title { text-align: center; margin-bottom: 26px; }
    .form-title h3 { margin: 0; color: var(--white); font-size: 28px; letter-spacing: -0.04em; line-height: 1.05; }
    .form-title h3 span { color: var(--green-light); }
    .form-title p { margin: 10px 0 0; color: rgba(255,255,255,.76); }

    .form-progress {
      display: grid;
      grid-template-columns: auto 1fr auto 1fr auto;
      align-items: start;
      gap: 10px;
      margin: 22px 0 28px;
    }

    .progress-line {
      height: 2px;
      background: rgba(255,255,255,.25);
      margin-top: 21px;
    }

    .progress-step {
      min-width: 80px;
      display: grid;
      justify-items: center;
      gap: 8px;
      color: rgba(255,255,255,.72);
      font-weight: 800;
    }

    .progress-step span {
      width: 44px;
      height: 44px;
      border-radius: 50%;
      display: grid;
      place-items: center;
      background: rgba(255,255,255,.42);
      color: var(--white);
      font-weight: 900;
    }

    .progress-step.active span,
    .progress-step.completed span {
      background: var(--green-light);
      color: var(--green-black);
    }

    .progress-step.completed span { font-size: 0; }
    .progress-step.completed span::after { content: "✓"; font-size: 16px; }
    .progress-step small { font-size: 12px; }

    .form-step { display: none; animation: fade .22s ease; }
    .form-step.active { display: block; }
    @keyframes fade { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: none; } }

    .form-step h4 { color: var(--white); margin: 0 0 18px; font-size: 18px; }
    .step-subtitle { color: rgba(255,255,255,.72); margin: -8px 0 18px; font-size: 14px; }

    .form-grid {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 18px;
    }

    .field { display: grid; gap: 8px; }
    .field.full { grid-column: 1 / -1; }
    label { font-size: 14px; font-weight: 800; color: var(--white); }

    input, select, textarea {
      width: 100%;
      border: 1px solid rgba(255,255,255,.28);
      border-radius: 12px;
      padding: 15px 16px;
      background: rgba(0,0,0,.16);
      color: var(--white);
      font: inherit;
      outline: none;
    }

    input::placeholder, textarea::placeholder { color: rgba(255,255,255,.62); }
    select option { color: #1c2922; }
    input:focus, select:focus, textarea:focus { border-color: var(--green-light); box-shadow: 0 0 0 4px rgba(168,219,67,.12); }
    textarea { min-height: 110px; resize: vertical; }

    .checkbox-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
    .check-option {
      display: flex;
      align-items: center;
      gap: 10px;
      border: 1px solid rgba(255,255,255,.22);
      border-radius: 12px;
      padding: 13px;
      color: var(--white);
      background: rgba(0,0,0,.12);
      cursor: pointer;
    }
    .check-option input { width: 16px; height: 16px; accent-color: var(--green-light); }

    .form-navigation { display: flex; gap: 14px; margin-top: 24px; }
    .btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      border: 0;
      border-radius: 14px;
      padding: 15px 24px;
      font-weight: 900;
      cursor: pointer;
      transition: .2s ease;
    }
    .btn-primary {
      background: linear-gradient(135deg, #3c8b32, var(--green-light));
      color: var(--white);
      flex: 1;
    }
    .btn-light { background: rgba(255,255,255,.08); color: rgba(255,255,255,.72); border: 1px solid rgba(255,255,255,.14); }
    .form-back:disabled { opacity: .45; cursor: not-allowed; }
    .form-submit { display: none; }
    .form-secure { margin-top: 16px; text-align: center; color: rgba(255,255,255,.72); font-size: 13px; }

    .success-message {
      min-height: 420px;
      display: grid;
      place-items: center;
      align-content: center;
      text-align: center;
      padding: 32px;
      color: var(--white);
    }

    .success-icon {
      width: 78px;
      height: 78px;
      border-radius: 50%;
      display: grid;
      place-items: center;
      background: var(--green-light);
      color: var(--green-black);
      font-size: 42px;
      font-weight: 1000;
      margin-bottom: 22px;
      box-shadow: 0 16px 40px rgba(168,219,67,.22);
    }

    .success-message h3 {
      margin: 0 0 12px;
      font-size: 32px;
      line-height: 1.05;
      letter-spacing: -0.04em;
    }

    .success-message p {
      margin: 0 0 18px;
      max-width: 520px;
      color: rgba(255,255,255,.78);
      font-size: 18px;
    }

    .success-message strong {
      color: var(--green-light);
      font-size: 22px;
    }

    .hero-social-proof {
      position: relative;
      z-index: 4;
      margin-top: -30px;
      padding: 0 5% 40px;
      background: linear-gradient(180deg,#041c13 0%, #f6f4ea 100%);
    }

    .social-proof-grid {
      background: linear-gradient(135deg,#082116,#0f3826);
      border-radius: 34px;
      padding: 42px;
      box-shadow: 0 28px 80px rgba(0,0,0,.24);
      border: 1px solid rgba(255,255,255,.08);
      overflow: hidden;
      position: relative;
    }

    .social-proof-grid::before {
      content: "";
      position: absolute;
      width: 320px;
      height: 1200px;
      background: linear-gradient(180deg,transparent,rgba(168,219,67,.12),transparent);
      transform: rotate(40deg);
      left: 40%;
      top: -280px;
    }

    .social-topics {
      display: grid;
      grid-template-columns: repeat(3,1fr);
      gap: 24px;
      margin-bottom: 28px;
      position: relative;
      z-index: 2;
    }

    .topic-card {
      text-align: center;
      color: var(--white);
      font-weight: 800;
      display: grid;
      justify-items: center;
      gap: 14px;
    }

    .topic-icon {
      width: 72px;
      height: 72px;
      border-radius: 50%;
      display: grid;
      place-items: center;
      background: rgba(168,219,67,.12);
      border: 1px solid rgba(168,219,67,.18);
      font-size: 30px;
    }

    .detached-proof {
      max-width: 860px;
      margin: 0 auto 26px;
      position: relative;
      z-index: 2;
    }

    .proof-products-area {
      position: relative;
      z-index: 2;
    }

    .centered-product {
      margin: 0 auto 28px;
    }

    .detached-numbers {
      display: flex;
      justify-content: center;
      gap: 48px;
      flex-wrap: wrap;
      color: rgba(255,255,255,.82);
      font-size: 20px;
      font-weight: 700;
    }

    .detached-numbers strong {
      color: var(--white);
      font-size: 48px;
      line-height: .9;
      letter-spacing: -0.05em;
      margin-right: 6px;
    }

    .hero-inline-form {
      margin-top: 34px;
      max-width: 760px;
    }

    .hero-benefits-panel {
      position: relative;
      z-index: 3;
      max-width: 1360px;
      margin: -38px auto 0;
      background: var(--white);
      color: var(--text);
      border-radius: 28px;
      padding: 28px 34px;
      box-shadow: 0 22px 60px rgba(0,0,0,.13);
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 28px;
    }

    .panel-item { display: flex; gap: 18px; align-items: center; }
    .panel-icon {
      width: 64px;
      height: 64px;
      border-radius: 50%;
      display: grid;
      place-items: center;
      background: #eef5e7;
      color: var(--green-mid);
      font-size: 30px;
      flex-shrink: 0;
    }
    .panel-item strong { display: block; color: var(--green-dark); font-size: 21px; line-height: 1.1; letter-spacing: -0.03em; }
    .panel-item p { margin: 6px 0 0; color: var(--muted); font-size: 14px; }

    section { padding: 78px 5%; }
    .container { max-width: 1360px; margin: 0 auto; }

    .section-header { max-width: 850px; margin-bottom: 36px; }
    .section-header h2 { margin: 0; color: var(--green-dark); font-size: clamp(34px, 3.8vw, 56px); line-height: 1.02; letter-spacing: -0.052em; }
    .section-header p { color: var(--muted); font-size: 18px; margin: 16px 0 0; }

    .private-grid {
      display: grid;
      grid-template-columns: 1fr .9fr;
      gap: 44px;
      align-items: center;
    }

    .private-copy h2 { margin: 0 0 18px; color: var(--green-dark); font-size: clamp(34px, 3.8vw, 58px); line-height: 1.02; letter-spacing: -0.052em; }
    .private-copy h2 span { color: var(--green-mid); }
    .private-copy p { color: var(--muted); font-size: 18px; }
    .private-copy strong { color: var(--green-dark); }

    .capsule-feature-visual {
      display: flex;
      align-items: center;
      justify-content: center;
      height: 100%;
    }

    .capsule-original-image {
      width: 100%;
      max-width: 560px;
      height: auto;
      display: block;
      object-fit: contain;
      filter: drop-shadow(0 24px 60px rgba(0,0,0,.12));
    }

    .check-list { display: grid; gap: 12px; margin-top: 24px; }
    .check-list div { display: flex; gap: 10px; align-items: flex-start; color: var(--text); font-weight: 700; }
    .check-list div::before { content: "✓"; width: 24px; height: 24px; border-radius: 50%; background: var(--green-light); color: var(--green-dark); display: grid; place-items: center; flex-shrink: 0; font-weight: 900; }

    .image-card {
      min-height: 340px;
      border-radius: 30px;
      background:
        linear-gradient(rgba(8,42,27,.12), rgba(8,42,27,.12)),
        radial-gradient(circle at 30% 30%, #ffffff 0 5%, transparent 6%),
        linear-gradient(135deg, #dfe9e4, #eef4ef);
      box-shadow: 0 18px 50px rgba(23,63,43,.13);
      position: relative;
      overflow: hidden;
      display: grid;
      place-items: center;
      padding: 32px;
    }

    .lab-scene {
      width: 100%;
      max-width: 430px;
      height: 230px;
      border-radius: 28px;
      background: linear-gradient(135deg, rgba(255,255,255,.95), rgba(216,232,221,.95));
      position: relative;
      box-shadow: inset 0 0 0 1px rgba(23,63,43,.08);
    }
    .lab-scene::before { content: ""; position: absolute; width: 88px; height: 150px; border-radius: 44px 44px 16px 16px; background: #fff; left: 64px; bottom: 30px; box-shadow: 130px 25px 0 #e8f0ea, 240px -5px 0 #d4e3d8; }
    .lab-scene::after { content: "P&D + Controle de Qualidade"; position: absolute; left: 28px; right: 28px; bottom: 28px; padding: 16px; border-radius: 18px; background: var(--green-dark); color: var(--white); font-weight: 900; text-align: center; }

    .authority-section {
      background: linear-gradient(180deg,#ffffff,#f4f7ef);
    }

    .authority-grid {
      display: grid;
      grid-template-columns: 1.12fr 1.12fr 1fr 1fr 1fr;
      gap: 18px;
    }

    .authority-card {
      background: var(--white);
      border-radius: 30px;
      padding: 32px;
      border: 1px solid rgba(23,63,43,.08);
      box-shadow: var(--soft-shadow);
    }

    .authority-card.big {
      background: linear-gradient(135deg,var(--green-dark),#164f35);
      color: var(--white);
    }

    .authority-card.big strong {
      font-size: 68px;
      line-height: .88;
      display: block;
      color: var(--green-light);
    }

    .authority-card.big span {
      font-size: 20px;
      font-weight: 800;
    }

    .authority-card.big.formulas-card span {
      font-weight: 400;
      line-height: 1.25;
    }

    .authority-card strong {
      display: block;
      color: var(--green-dark);
      font-size: 24px;
      line-height: 1;
      margin-bottom: 12px;
    }

    .authority-card p {
      margin: 0;
      color: var(--muted);
    }


    .cases-section {
      background: linear-gradient(180deg,#f7f8f2,#ffffff);
      padding-top: 40px;
    }

    .cases-section .section-header {
      text-align: center;
      max-width: 980px;
      margin: 0 auto 40px;
    }

    .cases-logo-grid {
      display: grid;
      grid-template-columns: repeat(5, 1fr);
      gap: 18px;
      align-items: center;
    }

    .case-logo-card {
      height: 120px;
      border-radius: 28px;
      background: #fff;
      border: 1px solid rgba(23,63,43,.08);
      display: grid;
      place-items: center;
      box-shadow: var(--soft-shadow);
      color: #b7c1bb;
      font-weight: 900;
      font-size: 20px;
      letter-spacing: .08em;
    }

    .formats { background: #fffdf5; }
    .format-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 18px; }
    .format-card { background: var(--white); border-radius: 22px; overflow: hidden; border: 1px solid rgba(23,63,43,.08); box-shadow: var(--soft-shadow); }
    .format-img { height: 155px; display: grid; place-items: center; background: linear-gradient(135deg, #eef5e7, #fff); }
    .format-icon { width: 68px; height: 68px; border-radius: 22px; border: 2px solid rgba(14,59,40,.12); position: relative; background: rgba(255,255,255,.72); }
    .format-icon::before, .format-icon::after { content: ""; position: absolute; }
    .gummy-icon::before { width: 42px; height: 26px; border-radius: 999px; background: linear-gradient(90deg,#c9f06d,#7fd26b); left: 11px; top: 21px; }
    .gummy-icon::after { width: 12px; height: 12px; border-top: 2px solid var(--green-dark); border-left: 2px solid var(--green-dark); transform: rotate(-45deg); left: 6px; top: 28px; box-shadow: 44px 0 0 0 rgba(14,59,40,1); }
    .capsule-icon::before { width: 42px; height: 20px; border-radius: 999px; background: linear-gradient(90deg,#f3f5e8 50%,#9ed24c 50%); border: 2px solid var(--green-dark); left: 11px; top: 22px; transform: rotate(-18deg); }
    .liquid-icon::before { width: 28px; height: 36px; border-radius: 10px; border: 2px solid var(--green-dark); left: 18px; top: 16px; }
    .liquid-icon::after { width: 14px; height: 6px; background: var(--green-dark); left: 25px; top: 10px; border-radius: 4px; }
    .powder-icon::before { width: 34px; height: 38px; border: 2px solid var(--green-dark); border-top: none; left: 16px; top: 16px; border-radius: 0 0 12px 12px; }
    .powder-icon::after { width: 24px; height: 4px; background: var(--green-dark); left: 21px; top: 14px; border-radius: 4px; }
    .cosmetic-icon::before { width: 38px; height: 38px; border-radius: 50%; border: 2px solid var(--green-dark); left: 14px; top: 14px; }
    .cosmetic-icon::after { width: 18px; height: 18px; border-radius: 50%; background: var(--green-light); left: 25px; top: 25px; }
    .format-card div:last-child { padding: 22px; text-align: center; }
    .format-card strong { color: var(--green-dark); display: block; font-size: 19px; margin-bottom: 8px; }
    .format-card span { color: var(--muted); font-size: 14px; }

    .capsules-focus { background: linear-gradient(135deg, var(--green-black), var(--green-dark)); color: var(--white); }
    .capsules-focus .section-header h2 { color: var(--white); }
    .capsules-focus .section-header p { color: rgba(255,255,255,.72); }
    .feature-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
    .feature-card { background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.12); border-radius: 28px; padding: 26px; }
    .feature-card strong { display: block; color: var(--green-light); font-size: 20px; margin-bottom: 10px; }
    .feature-card p { color: rgba(255,255,255,.76); margin: 0; }

    .timeline-bar {
      margin-bottom: 34px;
      display: grid;
      grid-template-columns: repeat(6,1fr);
      gap: 12px;
    }

    .timeline-bar div {
      padding: 14px 18px;
      border-radius: 14px;
      background: linear-gradient(135deg,#eaf5df,#ffffff);
      border: 1px solid rgba(23,63,43,.08);
      text-align: center;
      color: var(--green-dark);
      font-weight: 800;
      font-size: 14px;
    }

    .process-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; counter-reset: step; }
    .step { background: var(--white); border-radius: 28px; padding: 32px; border: 1px solid rgba(23,63,43,.08); box-shadow: 0 14px 34px rgba(23,63,43,.07); }
    .step::before { counter-increment: step; content: "0" counter(step); width: 52px; height: 52px; border-radius: 18px; display: grid; place-items: center; background: var(--green-dark); color: var(--green-light); font-weight: 900; margin-bottom: 18px; }
    .step h3 { margin: 0 0 10px; color: var(--green-dark); }
    .step p { margin: 0; color: var(--muted); }

    .final-cta { padding: 54px 5%; background: var(--green-black); color: var(--white); }
    .final-card { max-width: 1360px; margin: 0 auto; border-radius: 28px; padding: 32px; display: grid; grid-template-columns: 1fr auto; gap: 24px; align-items: center; background: linear-gradient(135deg, rgba(168,219,67,.14), rgba(255,255,255,.06)); border: 1px solid rgba(255,255,255,.12); }
    .final-card h2 { margin: 0 0 6px; font-size: 28px; letter-spacing: -0.04em; }
    .final-card p { margin: 0; color: rgba(255,255,255,.75); }

    .faq-section {
      background: linear-gradient(180deg,#f7f8f2,#ffffff);
    }

    .faq-grid {
      display: grid;
      grid-template-columns: repeat(2,1fr);
      gap: 18px;
    }

    .faq-card {
      background: var(--white);
      border-radius: 22px;
      border: 1px solid rgba(23,63,43,.08);
      box-shadow: 0 12px 32px rgba(23,63,43,.06);
      overflow: hidden;
      transition: .25s ease;
    }

    .faq-card.active {
      box-shadow: 0 20px 40px rgba(23,63,43,.12);
      border-color: rgba(47,125,69,.18);
    }

    .faq-question {
      width: 100%;
      background: none;
      border: none;
      padding: 26px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 20px;
      cursor: pointer;
      text-align: left;
      color: var(--green-dark);
      font-size: 20px;
      font-weight: 800;
      font-family: inherit;
    }

    .faq-arrow {
      width: 34px;
      height: 34px;
      border-radius: 50%;
      background: #eef5e7;
      display: grid;
      place-items: center;
      font-size: 18px;
      transition: .25s ease;
      flex-shrink: 0;
    }

    .faq-card.active .faq-arrow {
      transform: rotate(180deg);
      background: var(--green-light);
      color: var(--green-dark);
    }

    .faq-answer {
      max-height: 0;
      overflow: hidden;
      transition: max-height .3s ease, padding .3s ease;
      padding: 0 26px;
    }

    .faq-card.active .faq-answer {
      max-height: 220px;
      padding: 0 26px 26px;
    }

    .faq-answer p {
      margin: 0;
      color: var(--muted);
      line-height: 1.7;
    }

    .floating-mobile-cta {
      position: fixed;
      left: 14px;
      right: 14px;
      bottom: 14px;
      z-index: 100;
      display: none;
      gap: 12px;
    }

    .floating-mobile-cta a {
      flex: 1;
      text-align: center;
      padding: 16px;
      border-radius: 18px;
      font-weight: 900;
      font-size: 14px;
    }

    .floating-mobile-cta .primary {
      background: linear-gradient(135deg,#4b993d,var(--green-light));
      color: var(--green-black);
    }

    .floating-mobile-cta .secondary {
      background: var(--green-dark);
      color: var(--white);
    }

    .floating-whatsapp {
      position: fixed;
      right: 24px;
      bottom: 24px;
      width: 64px;
      height: 64px;
      border-radius: 50%;
      z-index: 120;
      display: grid;
      place-items: center;
      background: linear-gradient(135deg,#25d366,#128c4a);
      box-shadow: 0 18px 42px rgba(18,140,74,.32);
      transition: .2s ease;
    }

    .floating-whatsapp:hover {
      transform: translateY(-3px) scale(1.03);
    }

    .floating-whatsapp::before {
      content: "";
      width: 30px;
      height: 30px;
      border: 3px solid #fff;
      border-radius: 50%;
      display: block;
    }

    .floating-whatsapp::after {
      content: "";
      position: absolute;
      width: 12px;
      height: 12px;
      border-left: 3px solid #fff;
      border-bottom: 3px solid #fff;
      transform: rotate(-20deg);
      left: 20px;
      bottom: 17px;
    }

    footer { padding: 28px 5%; background: #03170f; color: rgba(255,255,255,.62); text-align: center; font-size: 14px; }

    @media (max-width: 1080px) {
      .hero-grid, .private-grid { grid-template-columns: 1fr; }
      .lead-form { max-width: 760px; }
      .hero-benefits-panel, .feature-grid, .process-grid { grid-template-columns: 1fr 1fr; }
      .format-grid { grid-template-columns: repeat(2, 1fr); }
      .cases-logo-grid { grid-template-columns: repeat(2, 1fr); }
    }

    @media (max-width: 680px) {
      .social-topics,
      .detached-numbers {
        grid-template-columns: 1fr;
        gap: 18px;
      }

      .detached-numbers {
        flex-direction: column;
        text-align: center;
      }

      .nav-links,
      .nav-cta {
        display: none;
      }

      .authority-grid,
      .faq-grid,
      .timeline-bar {
        grid-template-columns: 1fr;
      }

      .floating-mobile-cta {
        display: flex;
      }

      .floating-whatsapp {
        display: none;
      }

      .hero { padding-left: 4%; padding-right: 4%; }
      .brand { font-size: 34px; }
      .hero-grid { gap: 28px; }
      .form-grid, .checkbox-grid, .hero-benefits-panel, .feature-grid, .process-grid, .format-grid, .mini-benefits, .final-card, .cases-logo-grid { grid-template-columns: 1fr; }
      .lead-form { padding: 24px; }
      .hero-product { height: 260px; }
      .bottle { width: 135px; height: 220px; }
      .bottle.light { width: 110px; height: 200px; }
      section { padding: 56px 4%; }
    }

    /* Refinamentos visuais premium */
    .eyebrow {
      box-shadow: inset 0 0 0 1px rgba(168,219,67,.08);
    }

    .lead-form,
    .authority-card,
    .format-card,
    .feature-card,
    .step,
    .faq-card,
    .case-logo-card,
    .image-card {
      transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease;
    }

    .authority-card:hover,
    .format-card:hover,
    .step:hover,
    .faq-card:hover,
    .case-logo-card:hover {
      transform: translateY(-4px);
      box-shadow: 0 24px 60px rgba(23,63,43,.11);
      border-color: rgba(47,125,69,.16);
    }

    .private-copy p,
    .section-header p,
    .step p,
    .feature-card p,
    .format-card span,
    .authority-card p,
    .faq-answer p {
      font-weight: 450;
    }

    .authority-section,
    .formats,
    .cases-section,
    .faq-section {
      position: relative;
      overflow: hidden;
    }

    .authority-section::before,
    .formats::before,
    .cases-section::before,
    .faq-section::before {
      content: "";
      position: absolute;
      inset: 0;
      background: radial-gradient(circle at 12% 10%, rgba(168,219,67,.08), transparent 28%);
      pointer-events: none;
    }

    .container {
      position: relative;
      z-index: 1;
    }

    .lead-form {
      border-radius: 32px;
      background: linear-gradient(145deg, rgba(2,28,18,.68), rgba(7,43,28,.54));
    }

    input, select, textarea {
      min-height: 52px;
    }

    .btn-primary {
      letter-spacing: .04em;
    }

  </style>
</head>/* End custom CSS */