    *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
    html {
      scroll-behavior: smooth;
      /* compensa o header sticky ao pular para âncoras (#comprar) */
      scroll-padding-top: 88px;
      -webkit-text-size-adjust: 100%;
    }
    body { font-family: 'Poppins', sans-serif; background: #FAEAD3; color: #3D055D; overflow-x: hidden; }
    /* nenhuma imagem estoura a largura da tela */
    img { max-width: 100%; }

    :root {
      --purple: #3D055D;
      --cream:  #FAEAD3;
      --orange: #FF8119;
      --pink:   #BD466E;
      --wine:   #7B1C6B;
      --yellow: #F7E790;
      --r:      24px;
      --rl:     40px;
    }

    .container { max-width: 1100px; margin: 0 auto; padding: 0 24px; }
    .section    { padding: 80px 0; }

    .tag {
      display: inline-block;
      background: var(--yellow);
      color: var(--purple);
      font-weight: 700;
      font-size: 12px;
      letter-spacing: 2px;
      text-transform: uppercase;
      padding: 6px 16px;
      border-radius: 999px;
      border: 2px solid var(--purple);
    }

    /* ─── BUTTONS ─── */
    .btn-cta {
      display: inline-block;
      background: var(--orange);
      color: #fff;
      font-family: 'Poppins', sans-serif;
      font-weight: 800;
      font-size: 18px;
      padding: 18px 36px;
      border-radius: 999px;
      border: 3px solid var(--purple);
      text-decoration: none;
      cursor: pointer;
      box-shadow: 4px 4px 0 var(--purple);
      transition: transform .15s, box-shadow .15s;
      text-align: center;
      line-height: 1.2;
    }
    .btn-cta:hover  { transform: translate(-2px,-2px); box-shadow: 6px 6px 0 var(--purple); }
    .btn-cta:active { transform: translate(2px,2px);   box-shadow: 2px 2px 0 var(--purple); }

    /* ─── WAVE ─── */
    .wave { display: block; width: 100%; overflow: hidden; line-height: 0; }
    .wave svg { display: block; width: 100%; }

    /* ─── SECTION HEADLINES ─── */
    .section-label    { text-align: center; margin-bottom: 12px; }
    .section-headline {
      text-align: center;
      font-size: clamp(26px, 4vw, 46px);
      font-weight: 900;
      color: var(--purple);
      letter-spacing: -1px;
      line-height: 1.1;
    }
    .section-headline em { font-style: normal; color: var(--pink); }
    .section-sub {
      text-align: center;
      font-size: 17px;
      color: #666;
      margin-top: 12px;
      max-width: 560px;
      margin-left: auto;
      margin-right: auto;
      line-height: 1.6;
    }

    /* ══════════════════════════════
       GIGI, MASCOTE OFICIAL
    ══════════════════════════════ */

    /* Badge no painel de compra (hero) */
    .gigi-hero-badge {
      display: inline-flex; align-items: center; gap: 8px;
      background: var(--yellow); color: var(--purple);
      font-weight: 800; font-size: 12px;
      letter-spacing: 1px; text-transform: uppercase;
      padding: 6px 14px; border-radius: 999px;
      border: 2px solid var(--purple);
      box-shadow: 3px 3px 0 rgba(0,0,0,.3);
      margin-bottom: 14px;
    }

    /* Endosso da Gigi no comparativo */
    .gigi-endorse {
      display: flex; align-items: flex-end; gap: 16px;
      max-width: 620px; margin: 36px auto 0;
    }
    .gigi-endorse-img { width: 110px; height: auto; flex-shrink: 0; }
    .gigi-endorse-bubble {
      position: relative;
      background: #fff; color: var(--purple);
      border: 3px solid var(--purple); border-radius: var(--r);
      border-bottom-left-radius: 6px;
      padding: 18px 22px; margin-bottom: 10px;
      font-size: 16px; font-weight: 600; line-height: 1.5;
      box-shadow: 5px 5px 0 var(--purple);
    }
    .gigi-endorse-bubble span {
      display: block; margin-top: 6px;
      font-size: 12px; font-weight: 800;
      letter-spacing: 1px; text-transform: uppercase;
      color: var(--pink);
    }

    /* Seção dedicada */
    .gigi { background: var(--cream); overflow: hidden; }
    .gigi-grid {
      display: grid; grid-template-columns: 1.05fr .95fr;
      gap: 56px; align-items: center; margin-top: 52px;
    }
    .gigi-bubble {
      position: relative;
      background: #fff; color: var(--purple);
      border: 3px solid var(--purple); border-radius: var(--r);
      padding: 22px 26px;
      font-size: 17px; font-weight: 600; line-height: 1.6;
      box-shadow: 6px 6px 0 var(--purple);
    }
    .gigi-bubble::after {
      content: '';
      position: absolute; right: -17px; top: 42px;
      width: 26px; height: 26px;
      background: #fff;
      border-right: 3px solid var(--purple);
      border-top: 3px solid var(--purple);
      transform: rotate(45deg);
    }
    .gigi-facts { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 24px; }
    .gigi-fact {
      background: #fff; color: var(--purple);
      border: 2px solid var(--purple); border-radius: 999px;
      padding: 8px 16px;
      font-size: 13.5px; font-weight: 700;
      box-shadow: 3px 3px 0 var(--purple);
    }
    .gigi-cta-row { margin-top: 32px; }
    .gigi-cta-note {
      margin-top: 12px;
      font-size: 13px; color: var(--wine); font-weight: 600;
    }
    .gigi-figure-wrap { position: relative; padding: 0 12px 26px; }
    .gigi-figure {
      position: relative;
      border-radius: var(--rl); overflow: hidden;
      border: 3px solid var(--purple);
      box-shadow: 10px 10px 0 var(--purple);
      transform: rotate(-1.5deg);
      transition: transform .25s;
    }
    .gigi-figure:hover { transform: rotate(0deg) scale(1.01); }
    .gigi-figure img { display: block; width: 100%; height: auto; }
    .gigi-nameplate {
      position: absolute; bottom: 0; left: 50%;
      transform: translateX(-50%) rotate(-2deg);
      background: var(--yellow); color: var(--purple);
      border: 3px solid var(--purple); border-radius: 999px;
      padding: 10px 24px;
      font-size: 14px; font-weight: 800;
      letter-spacing: 1.5px; text-transform: uppercase;
      box-shadow: 4px 4px 0 var(--purple);
      white-space: nowrap; z-index: 2;
    }
    .gigi-sticker {
      position: absolute; top: 18px; right: -6px;
      background: var(--pink); color: #fff;
      border: 3px solid var(--purple); border-radius: 999px;
      padding: 8px 18px;
      font-size: 12px; font-weight: 800;
      letter-spacing: 1px; text-transform: uppercase;
      transform: rotate(6deg);
      box-shadow: 4px 4px 0 var(--purple);
      z-index: 2;
    }
    .gigi-spark {
      position: absolute; color: var(--orange);
      font-size: 26px; z-index: 2;
      animation: gigi-float 3.5s ease-in-out infinite;
    }
    .gigi-spark.s1 { top: -8px; left: 2px; }
    .gigi-spark.s2 { bottom: 64px; right: -4px; font-size: 18px; animation-delay: 1.2s; color: var(--pink); }
    @keyframes gigi-float {
      0%, 100% { transform: translateY(0) rotate(0deg); }
      50%      { transform: translateY(-8px) rotate(12deg); }
    }
    @media (prefers-reduced-motion: reduce) {
      .gigi-spark { animation: none; }
    }

    /* Gigi espiando o card de oferta */
    .gigi-price-wrap {
      position: relative;
      max-width: 520px;
      margin: 130px auto 0;
    }
    .gigi-price-wrap .price-card { margin: 0; position: relative; z-index: 2; }
    .gigi-peek {
      position: absolute; top: -130px; right: 80px;
      width: 190px; height: auto;
      pointer-events: none; z-index: 1;
    }

    @media (max-width: 860px) {
      .gigi-grid { grid-template-columns: 1fr; gap: 44px; }
      .gigi-figure-wrap { max-width: 340px; margin: 0 auto; }
      .gigi-bubble::after {
        right: auto; left: 34px; top: auto; bottom: -17px;
        border: none;
        border-right: 3px solid var(--purple);
        border-bottom: 3px solid var(--purple);
      }
      .gigi-endorse { flex-direction: column; align-items: center; text-align: center; }
      .gigi-endorse-bubble { border-bottom-left-radius: var(--r); margin-bottom: 0; order: -1; }
      .gigi-endorse-img { width: 96px; }
      .gigi-price-wrap { margin: 120px auto 0; }
      .gigi-peek { width: 140px; top: -98px; right: 40px; }
    }

    /* ══════════════════════════════
       HEADER
    ══════════════════════════════ */
    header {
      position: sticky; top: 0; z-index: 200;
      background: var(--purple);
      border-bottom: 3px solid var(--orange);
      padding: 9px 24px;
    }
    header .inner {
      max-width: 1100px; margin: 0 auto;
      display: flex; align-items: center; justify-content: space-between; gap: 16px;
    }
    .logo-text {
      font-weight: 900; font-size: 28px; color: var(--cream);
      letter-spacing: -1px; text-transform: uppercase;
      -webkit-text-stroke: 1.5px var(--orange); line-height: 1;
    }
    .logo-text span { color: var(--orange); -webkit-text-stroke: 0; }
    .logo-img { width: clamp(84px, 8vw, 116px); height: auto; display: block; }
    .nav-cta {
      background: var(--orange); color: #fff;
      font-weight: 700; font-size: 13px;
      padding: 8px 18px; border-radius: 999px;
      border: 2px solid var(--cream); text-decoration: none;
    }
    .nav-cta:hover { opacity: .9; }

    /* ══════════════════════════════
       HERO 2-COL (gallery + buy panel)
    ══════════════════════════════ */
    .product-hero {
      background: var(--purple);
      padding: 56px 24px 0;
    }
    .product-hero-inner {
      max-width: 1100px; margin: 0 auto;
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 56px;
      align-items: start;
    }

    /* Gallery */
    .gallery-main {
      border-radius: 28px;
      overflow: hidden;
      border: 3px solid rgba(250,234,211,.15);
      background: rgba(0,0,0,.2);
    }
    .gallery-main img {
      width: 100%; display: block;
      aspect-ratio: 1 / 1;
      object-fit: cover;
      transition: opacity .2s;
    }
    .gallery-thumbs {
      display: flex; gap: 10px;
      margin-top: 12px;
      flex-wrap: wrap;
    }
    .gallery-thumb {
      width: 72px; height: 72px;
      border-radius: 12px; overflow: hidden;
      cursor: pointer;
      border: 2px solid rgba(250,234,211,.2);
      transition: border-color .15s;
      flex-shrink: 0;
    }
    .gallery-thumb img { width: 100%; height: 100%; object-fit: cover; display: block; }
    .gallery-thumb.active, .gallery-thumb:hover { border-color: var(--orange); }

    /* Buy panel */
    .buy-panel {
      position: sticky;
      top: 72px;
      padding-bottom: 56px;
    }
    .buy-panel-proof {
      display: flex; align-items: center; gap: 8px;
      margin-bottom: 16px;
    }
    .stars { color: var(--yellow); font-size: 17px; letter-spacing: 1px; }
    .buy-panel-proof span { font-size: 13px; font-weight: 600; color: rgba(250,234,211,.75); }
    .buy-panel-title {
      font-size: clamp(26px, 3vw, 38px);
      font-weight: 900;
      color: var(--cream);
      line-height: 1.1;
      letter-spacing: -1px;
      margin-bottom: 8px;
    }
    .buy-panel-title em { font-style: normal; color: var(--orange); }
    .buy-panel-sub {
      font-size: 15px;
      color: rgba(250,234,211,.75);
      line-height: 1.6;
      margin-bottom: 20px;
    }
    .buy-panel-pills {
      display: flex; flex-wrap: wrap; gap: 8px;
      margin-bottom: 28px;
    }
    .pill {
      background: rgba(250,234,211,.1);
      border: 1.5px solid rgba(250,234,211,.25);
      border-radius: 999px;
      padding: 6px 14px;
      font-size: 13px;
      font-weight: 600;
      color: var(--cream);
    }
    .buy-panel-price-block { margin-bottom: 24px; }
    .price-full {
      font-size: 13px; font-weight: 600;
      color: rgba(250,234,211,.45);
      text-decoration: line-through;
      margin-bottom: 4px;
    }
    .price-coupon-badge {
      display: inline-flex; align-items: center; gap: 6px;
      background: rgba(255,129,25,.18);
      border: 1.5px solid rgba(255,129,25,.5);
      color: var(--orange);
      font-size: 11px; font-weight: 800;
      letter-spacing: .8px; text-transform: uppercase;
      padding: 4px 12px; border-radius: 100px;
      margin-bottom: 8px;
    }
    .buy-panel-price {
      font-size: 56px;
      font-weight: 900;
      color: var(--cream);
      letter-spacing: -2px;
      line-height: 1;
    }
    .buy-panel-price sup { font-size: 24px; vertical-align: super; }
    .buy-panel-installment {
      font-size: 13px;
      color: rgba(250,234,211,.55);
      margin-top: 4px;
    }
    .buy-panel-cta {
      display: block; width: 100%;
      font-size: 18px; padding: 20px 32px;
      margin-bottom: 16px;
    }
    .buy-panel-guarantees {
      display: flex; justify-content: center;
      gap: 18px; flex-wrap: wrap;
    }
    .guarantee {
      display: flex; align-items: center; gap: 5px;
      font-size: 12px; color: rgba(250,234,211,.5); font-weight: 600;
    }

    /* ══════════════════════════════
       TRUST BAR
    ══════════════════════════════ */
    .trust-bar {
      background: var(--orange);
      border-top: 3px solid var(--purple);
      border-bottom: 3px solid var(--purple);
      padding: 14px 0;
      overflow: hidden;
    }
    .trust-track {
      display: flex; gap: 48px;
      white-space: nowrap;
      animation: marquee 18s linear infinite;
    }
    @keyframes marquee {
      from { transform: translateX(0); }
      to   { transform: translateX(-50%); }
    }
    .trust-item {
      display: flex; align-items: center; gap: 8px;
      font-weight: 700; font-size: 13px; color: #fff;
      flex-shrink: 0;
    }

    /* ══════════════════════════════
       3 BENEFÍCIOS
    ══════════════════════════════ */
    .benefits { background: var(--cream); }
    .benefits-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 24px; margin-top: 48px;
    }
    .benefit-card {
      background: #fff;
      border: 3px solid var(--purple);
      border-radius: var(--rl);
      padding: 36px 28px;
      text-align: center;
      box-shadow: 5px 5px 0 var(--purple);
      transition: transform .2s, box-shadow .2s;
    }
    .benefit-card:hover { transform: translate(-3px,-3px); box-shadow: 8px 8px 0 var(--purple); }
    .benefit-icon {
      width: 72px; height: 72px; border-radius: 50%;
      display: flex; align-items: center; justify-content: center;
      font-size: 32px; margin: 0 auto 20px;
      border: 3px solid var(--purple);
    }
    .benefit-card:nth-child(1) .benefit-icon { background: var(--purple); }
    .benefit-card:nth-child(2) .benefit-icon { background: var(--pink); }
    .benefit-card:nth-child(3) .benefit-icon { background: var(--orange); }
    .benefit-card h3 { font-size: 22px; font-weight: 800; color: var(--purple); margin-bottom: 10px; }
    .benefit-card p  { font-size: 14px; color: #555; line-height: 1.6; margin-bottom: 16px; }
    .benefit-active {
      font-size: 11px; font-weight: 700; color: var(--wine);
      background: rgba(123,28,107,.1);
      border-radius: 999px; padding: 4px 12px; display: inline-block;
    }

    /* ══════════════════════════════
       PRODUCT TABS
    ══════════════════════════════ */
    .product-tabs { background: var(--purple); }
    .product-tabs .section-headline { color: var(--cream); }
    .product-tabs .section-headline em { color: var(--orange); }
    .tab-nav {
      display: flex; gap: 4px;
      border-bottom: 2px solid rgba(250,234,211,.15);
      margin-bottom: 40px; margin-top: 40px;
      flex-wrap: wrap;
    }
    .tab-btn {
      background: transparent;
      border: none; border-bottom: 3px solid transparent;
      margin-bottom: -2px;
      padding: 12px 20px;
      font-family: 'Poppins', sans-serif;
      font-size: 14px; font-weight: 700;
      color: rgba(250,234,211,.55);
      cursor: pointer;
      transition: color .15s, border-color .15s;
    }
    .tab-btn:hover  { color: var(--cream); }
    .tab-btn.active { color: var(--orange); border-bottom-color: var(--orange); }

    .tab-pane { display: none; }
    .tab-pane.active { display: block; }

    /* Tab: O que é */
    .oque-grid {
      display: grid; grid-template-columns: 1fr 1fr;
      gap: 48px; align-items: center;
    }
    .oque-img { border-radius: 28px; overflow: hidden; border: 3px solid rgba(250,234,211,.15); }
    .oque-img img { width: 100%; display: block; }
    .oque-text h3 { font-size: 28px; font-weight: 900; color: var(--cream); margin-bottom: 16px; line-height: 1.2; }
    .oque-text p  { font-size: 15px; color: rgba(250,234,211,.8); line-height: 1.7; margin-bottom: 24px; }
    .oque-pill-row { display: flex; flex-direction: column; gap: 10px; }
    .oque-pill {
      display: flex; align-items: center; gap: 12px;
      background: rgba(255,255,255,.07);
      border: 1.5px solid rgba(250,234,211,.15);
      border-radius: var(--r); padding: 14px 18px;
    }
    .oque-pill-icon { font-size: 22px; flex-shrink: 0; }
    .oque-pill-label { font-size: 14px; font-weight: 700; color: var(--cream); }
    .oque-pill-desc  { font-size: 12px; color: rgba(250,234,211,.6); }

    /* Tab: Como usar */
    .steps {
      display: grid; grid-template-columns: repeat(3,1fr);
      gap: 24px; position: relative;
    }
    .steps::before {
      content: '';
      position: absolute; top: 36px;
      left: calc(16% + 36px); right: calc(16% + 36px);
      height: 3px;
      background: repeating-linear-gradient(90deg, rgba(250,234,211,.3) 0, rgba(250,234,211,.3) 12px, transparent 12px, transparent 20px);
    }
    .step { text-align: center; }
    .step-num {
      width: 72px; height: 72px; border-radius: 50%;
      background: var(--orange); border: 3px solid var(--cream);
      color: #fff; font-size: 28px; font-weight: 900;
      display: flex; align-items: center; justify-content: center;
      margin: 0 auto 20px;
    }
    .step h3 { font-size: 18px; font-weight: 800; color: var(--cream); margin-bottom: 8px; }
    .step p  { font-size: 14px; color: rgba(250,234,211,.7); line-height: 1.6; }
    .howto-photo-wrap {
      margin-top: 40px; border-radius: var(--rl); overflow: hidden;
      border: 3px solid rgba(250,234,211,.2); max-height: 400px;
    }
    .howto-photo-wrap img { width: 100%; object-fit: cover; display: block; }

    /* Tab: Ingredientes */
    .ing-grid {
      display: grid; grid-template-columns: repeat(auto-fit,minmax(180px,1fr));
      gap: 16px;
    }
    .ing-card {
      background: rgba(255,255,255,.07);
      border: 2px solid rgba(250,234,211,.15);
      border-radius: var(--r); padding: 24px 18px; text-align: center;
      transition: background .2s;
    }
    .ing-card:hover { background: rgba(255,255,255,.12); }
    .ing-emoji { font-size: 32px; margin-bottom: 10px; display: block; }
    .ing-name  { font-size: 13px; font-weight: 800; color: var(--cream); margin-bottom: 4px; }
    .ing-dose  { font-size: 20px; font-weight: 900; color: var(--orange); margin-bottom: 6px; }
    .ing-desc  { font-size: 12px; color: rgba(250,234,211,.65); line-height: 1.5; }
    .ing-note  { text-align: center; margin-top: 28px; font-size: 12px; color: rgba(250,234,211,.5); }
    .ing-note strong { color: var(--yellow); }

    /* Tab: Por que Godness */
    .diff-grid {
      display: grid; grid-template-columns: 1fr 1fr;
      gap: 16px;
    }
    .diff-item {
      background: rgba(255,255,255,.07);
      border: 2px solid rgba(250,234,211,.15);
      border-radius: var(--r); padding: 22px 20px;
      display: flex; gap: 14px; align-items: flex-start;
    }
    .diff-icon { font-size: 22px; flex-shrink: 0; margin-top: 2px; }
    .diff-item h4 { font-size: 14px; font-weight: 800; color: var(--cream); margin-bottom: 4px; }
    .diff-item p  { font-size: 13px; color: rgba(250,234,211,.7); line-height: 1.5; }

    /* ══════════════════════════════
       COMPARATIVO
    ══════════════════════════════ */
    .comparison { background: var(--cream); }
    .comparison .section-headline em { color: var(--orange); }
    .comparison .section-sub { color: rgba(61,5,93,.6); }

    /* ── Duelo de cards ── */
    .vs-duo {
      margin-top: 48px;
      display: grid; grid-template-columns: 1fr 1.15fr;
      gap: 20px; align-items: center;
    }
    .vs-card {
      border-radius: 24px; padding: 32px 28px;
      display: flex; flex-direction: column;
    }
    /* card apagado, a concorrente */
    .vs-card--other {
      background: rgba(61,5,93,.04);
      border: 1.5px dashed rgba(61,5,93,.22);
    }
    .vs-card--other .vs-card-kicker { color: rgba(61,5,93,.4); }
    .vs-card--other .vs-card-name   { color: rgba(61,5,93,.55); }
    .vs-card--other .vs-card-foot   { color: rgba(61,5,93,.45); }
    /* card em destaque, a Godness */
    .vs-card--godness {
      background: linear-gradient(165deg, #3d055d 0%, #2a0446 100%);
      border: 2px solid var(--orange);
      box-shadow: 8px 8px 0 var(--orange);
      padding: 40px 32px;
    }
    .vs-card--godness .vs-card-kicker { color: var(--orange); }
    .vs-card--godness .vs-card-name   { color: #fff; }
    .vs-card--godness .vs-card-foot   { color: var(--orange); font-weight: 800; }

    .vs-card-kicker {
      font-size: 10px; font-weight: 900;
      letter-spacing: 1.6px; text-transform: uppercase;
      margin-bottom: 6px;
    }
    .vs-card-name {
      font-size: 22px; font-weight: 900;
      letter-spacing: -.5px; margin-bottom: 22px;
    }
    .vs-list { list-style: none; display: flex; flex-direction: column; gap: 14px; }
    .vs-list li {
      display: flex; gap: 10px; align-items: flex-start;
      font-size: 14.5px; line-height: 1.4; font-weight: 600;
    }
    .vs-mark { flex-shrink: 0; font-size: 15px; line-height: 1.35; }
    /* apagados por padrão, acesos quando .on */
    .vs-card--other .vs-list li { color: rgba(61,5,93,.3); }
    .vs-card--other .vs-list li.on { color: rgba(61,5,93,.7); }
    .vs-card--godness .vs-list li { color: rgba(250,234,211,.9); }
    .vs-card--godness .vs-mark { color: var(--orange); }

    .vs-card-foot {
      margin-top: 24px; padding-top: 18px;
      border-top: 1px solid currentColor;
      font-size: 13px; font-weight: 600;
      opacity: .85;
    }

    @media (max-width: 760px) {
      .vs-duo { grid-template-columns: 1fr; gap: 16px; }
      .vs-card--godness { box-shadow: 5px 5px 0 var(--orange); padding: 32px 24px; }
    }

    .comp-cta { text-align: center; margin-top: 40px; }


    /* ══════════════════════════════
       DIFERENCIAL ("não pro seu namorado")
    ══════════════════════════════ */
    .diferencial { background: var(--purple); }
    .diferencial .section-headline { color: var(--cream); }
    .diferencial .section-headline em { color: var(--orange); }
    .diferencial .section-sub { color: rgba(250,234,211,.75); }
    .dif-grid {
      display: grid; grid-template-columns: 1fr 1fr;
      gap: 32px; margin-top: 48px;
    }
    .dif-col h4 {
      font-size: 13px; font-weight: 700;
      letter-spacing: 3px; text-transform: uppercase;
      margin-bottom: 20px;
    }
    .dif-col:nth-child(1) h4 { color: var(--yellow); }
    .dif-col:nth-child(2) h4 { color: var(--orange); }
    .dif-item {
      background: rgba(255,255,255,.07);
      border: 2px solid rgba(250,234,211,.1);
      border-radius: var(--r); padding: 20px 22px;
      margin-bottom: 14px;
      display: flex; gap: 14px; align-items: flex-start;
    }
    .dif-icon { font-size: 22px; flex-shrink: 0; }
    .dif-item p { font-size: 14px; color: var(--cream); line-height: 1.55; }
    .dif-item p strong { font-weight: 700; }
    .dif-cta { text-align: center; margin-top: 48px; }

    /* ══════════════════════════════
       BIG TESTIMONIAL
    ══════════════════════════════ */
    .big-testi { background: var(--cream); overflow: hidden; }
    .big-testi-inner {
      display: grid; grid-template-columns: 1fr 1fr;
      gap: 0; align-items: stretch;
      border-radius: var(--rl);
      overflow: hidden;
      border: 3px solid var(--purple);
      box-shadow: 8px 8px 0 var(--purple);
      margin-top: 48px;
    }
    .big-testi-img { overflow: hidden; min-height: 480px; }
    .big-testi-img img { width: 100%; height: 100%; object-fit: cover; display: block; }
    .big-testi-text {
      background: var(--purple);
      padding: 56px 48px;
      display: flex; flex-direction: column; justify-content: center;
    }
    .quote-mark { font-size: 80px; line-height: .8; color: var(--orange); font-weight: 900; margin-bottom: 16px; }
    .big-testi-text blockquote {
      font-size: 18px; color: var(--cream);
      line-height: 1.7; font-style: normal;
      font-weight: 500; margin-bottom: 32px;
    }
    .testi-sig strong { display: block; font-size: 15px; font-weight: 800; color: var(--yellow); }
    .testi-sig span   { font-size: 13px; color: rgba(250,234,211,.55); }

    /* ══════════════════════════════
       DEPOIMENTOS
    ══════════════════════════════ */
    .testimonials { background: var(--cream); }
    .testi-grid {
      display: grid; grid-template-columns: repeat(3,1fr);
      gap: 24px; margin-top: 48px;
    }
    .testi-card {
      background: #fff;
      border: 3px solid var(--purple);
      border-radius: var(--rl);
      padding: 28px 24px;
      box-shadow: 4px 4px 0 var(--purple);
      position: relative;
    }
    .testi-stars { color: var(--orange); font-size: 16px; margin-bottom: 12px; }
    .testi-text  { font-size: 15px; color: #444; line-height: 1.65; margin-bottom: 20px; }
    .testi-author { display: flex; align-items: center; gap: 12px; }
    .testi-avatar {
      width: 44px; height: 44px; border-radius: 50%;
      border: 2px solid var(--purple);
      display: flex; align-items: center; justify-content: center;
      font-size: 20px; flex-shrink: 0;
    }
    .testi-card:nth-child(1) .testi-avatar { background: #f0d9ff; }
    .testi-card:nth-child(2) .testi-avatar { background: #ffe4ee; }
    .testi-card:nth-child(3) .testi-avatar { background: #fff4cc; }
    .testi-name { font-size: 14px; font-weight: 700; color: var(--purple); }
    .testi-city { font-size: 12px; color: #999; }
    .testi-badge {
      position: absolute; top: -14px; right: 20px;
      background: var(--orange); color: #fff;
      font-size: 10px; font-weight: 700;
      padding: 4px 10px; border-radius: 999px;
      border: 2px solid var(--purple);
    }

    /* ══════════════════════════════
       UNBOXING
    ══════════════════════════════ */
    .unboxing { background: var(--purple); }
    .unboxing .section-headline { color: var(--cream); }
    .unboxing .section-headline em { color: var(--orange); }
    .unboxing .section-sub { color: rgba(250,234,211,.7); }
    .unboxing-grid {
      display: grid; grid-template-columns: repeat(3,1fr);
      gap: 24px; margin-top: 48px;
    }
    .unboxing-item { text-align: center; }
    .unboxing-item img {
      width: 100%; border-radius: var(--r);
      border: 3px solid rgba(250,234,211,.2);
      display: block; aspect-ratio: 3/4; object-fit: cover;
      margin-bottom: 14px;
      box-shadow: 0 12px 32px rgba(0,0,0,.3);
      transition: transform .2s;
    }
    .unboxing-item img:hover { transform: translateY(-6px); }
    .unboxing-item span {
      font-size: 12px; font-weight: 700;
      color: rgba(250,234,211,.6);
      text-transform: uppercase; letter-spacing: 1.5px;
    }
    .unboxing-tagline {
      text-align: center; margin-top: 48px;
      font-size: 22px; font-weight: 800;
      color: var(--yellow);
    }

    /* ══════════════════════════════
       PREÇO
    ══════════════════════════════ */
    .pricing { background: var(--cream); text-align: center; }
    .price-card {
      max-width: 520px; margin: 48px auto 0;
      background: var(--purple);
      border: 4px solid var(--purple);
      border-radius: var(--rl); overflow: hidden;
      box-shadow: 8px 8px 0 var(--orange);
    }
    .price-header {
      background: var(--orange); padding: 16px 24px;
      font-size: 13px; font-weight: 700; color: #fff;
      letter-spacing: 2px; text-transform: uppercase;
    }
    .price-body { padding: 40px 32px; }
    .price-product { font-size: 13px; font-weight: 600; color: rgba(250,234,211,.6); text-transform: uppercase; letter-spacing: 2px; margin-bottom: 8px; }
    .price-value   { font-size: 68px; font-weight: 900; color: var(--cream); line-height: 1; letter-spacing: -2px; }
    .price-value sup { font-size: 28px; vertical-align: super; }
    .price-installment { font-size: 15px; color: rgba(250,234,211,.55); margin-top: 6px; margin-bottom: 32px; }
    .price-includes { display: flex; flex-direction: column; gap: 10px; margin-bottom: 32px; text-align: left; }
    .price-includes li {
      display: flex; align-items: center; gap: 10px;
      font-size: 14px; color: var(--cream); list-style: none;
    }
    .check-icon {
      width: 22px; height: 22px; background: var(--orange);
      border-radius: 50%; display: flex; align-items: center; justify-content: center;
      font-size: 12px; flex-shrink: 0;
    }
    .price-cta   { display: block; width: 100%; font-size: 18px; padding: 20px 32px; }
    .price-footer { font-size: 12px; color: rgba(250,234,211,.4); margin-top: 16px; }
    .security-icons { display: flex; justify-content: center; gap: 16px; margin-top: 20px; flex-wrap: wrap; }
    .sec-badge { display: flex; align-items: center; gap: 5px; font-size: 12px; color: rgba(250,234,211,.5); }

    /* ══════════════════════════════
       KITS, desconto progressivo
       INATIVO no lançamento (03/08/2026): a seção #comprar voltou ao
       price-card de pote único. CSS mantido para reativar os kits depois.
    ══════════════════════════════ */
    .kits-wrap { position: relative; margin-top: 40px; }
    /* Gigi espiando por trás dos cards das pontas */
    .kits .gigi-peek {
      top: -104px; right: 26px;
      width: 168px; z-index: 0;
    }
    .kits .gigi-peek--left { right: auto; left: 26px; transform: scaleX(-1); }

    .kit-switch { display: flex; justify-content: center; margin-bottom: 28px; }
    .kit-switch-inner {
      display: inline-flex; gap: 4px;
      background: rgba(61,5,93,.07);
      border: 2px solid rgba(61,5,93,.15);
      border-radius: 999px; padding: 4px;
    }
    .kit-switch button {
      font-family: 'Poppins', sans-serif;
      font-size: 13px; font-weight: 700; cursor: pointer;
      border: none; background: none; color: rgba(61,5,93,.55);
      padding: 10px 20px; border-radius: 999px; min-height: 44px;
      transition: background .18s, color .18s;
    }
    .kit-switch button.on { background: var(--purple); color: var(--cream); }

    .kits {
      display: grid; grid-template-columns: 1fr 1fr 1fr;
      gap: 20px; align-items: center;
      position: relative;
    }
    .kit {
      position: relative; z-index: 1; background: #fff;
      border: 3px solid var(--purple); border-radius: var(--rl);
      padding: 34px 26px 30px; text-align: center;
      box-shadow: 5px 5px 0 var(--purple);
      display: flex; flex-direction: column;
      transition: transform .2s, box-shadow .2s;
    }
    .kit:hover { transform: translate(-3px,-3px); box-shadow: 8px 8px 0 var(--purple); }
    .kit--hero {
      background: linear-gradient(165deg, #3d055d 0%, #2a0446 100%);
      border-color: var(--orange);
      box-shadow: 8px 8px 0 var(--orange);
      padding: 46px 28px 36px;
    }
    .kit--hero:hover { box-shadow: 11px 11px 0 var(--orange); }

    .kit-badge {
      position: absolute; top: -15px; left: 50%; transform: translateX(-50%);
      background: var(--orange); color: #fff; white-space: nowrap;
      font-size: 10.5px; font-weight: 900; letter-spacing: 1.4px; text-transform: uppercase;
      padding: 6px 16px; border-radius: 999px; border: 2px solid var(--purple);
    }
    .kit-kicker {
      font-size: 10.5px; font-weight: 900; letter-spacing: 1.6px; text-transform: uppercase;
      color: var(--pink); margin-bottom: 8px;
    }
    .kit--hero .kit-kicker { color: var(--orange); }
    .kit-qty { font-size: 27px; font-weight: 900; letter-spacing: -.8px; line-height: 1.1; margin-bottom: 2px; }
    .kit--hero .kit-qty { color: #fff; font-size: 31px; }
    .kit-months { font-size: 12.5px; font-weight: 600; color: rgba(61,5,93,.5); margin-bottom: 22px; }
    .kit--hero .kit-months { color: rgba(250,234,211,.6); }

    .kit-perpot { font-size: 42px; font-weight: 900; letter-spacing: -2px; line-height: 1; }
    .kit--hero .kit-perpot { color: var(--cream); font-size: 48px; }
    .kit-perpot sup { font-size: 19px; vertical-align: super; letter-spacing: 0; }
    .kit-perpot-label {
      font-size: 11px; font-weight: 700; letter-spacing: 1.2px; text-transform: uppercase;
      color: rgba(61,5,93,.45); margin-top: 6px;
    }
    .kit--hero .kit-perpot-label { color: rgba(250,234,211,.5); }

    .kit-total { font-size: 14px; font-weight: 700; color: rgba(61,5,93,.75); margin-top: 14px; }
    .kit--hero .kit-total { color: rgba(250,234,211,.85); }
    .kit-was { font-size: 12.5px; color: rgba(61,5,93,.38); text-decoration: line-through; margin-top: 3px; min-height: 19px; }
    .kit--hero .kit-was { color: rgba(250,234,211,.4); }

    .kit-save {
      display: inline-block; margin: 16px auto 0;
      background: rgba(123,28,107,.1); color: var(--wine);
      font-size: 12px; font-weight: 800; padding: 6px 14px; border-radius: 999px;
      min-height: 29px;
    }
    .kit--hero .kit-save { background: rgba(255,129,25,.18); color: var(--orange); }
    .kit-save.empty { visibility: hidden; }

    .kit-cta-wrap { margin-top: 24px; }
    .kit-cta {
      display: block;
      background: var(--orange); color: #fff; text-decoration: none;
      font-family: 'Poppins', sans-serif;
      font-weight: 800; font-size: 15.5px; padding: 15px 20px;
      border-radius: 999px; border: 3px solid var(--purple);
      box-shadow: 4px 4px 0 var(--purple);
      transition: transform .15s, box-shadow .15s;
    }
    .kit--hero .kit-cta { border-color: var(--cream); box-shadow: 4px 4px 0 rgba(250,234,211,.35); }
    .kit-cta:hover { transform: translate(-2px,-2px); box-shadow: 6px 6px 0 var(--purple); }
    .kit--hero .kit-cta:hover { box-shadow: 6px 6px 0 rgba(250,234,211,.35); }

    .kit-note { font-size: 11.5px; line-height: 1.5; color: rgba(61,5,93,.5); margin-top: 12px; min-height: 34px; }
    .kit--hero .kit-note { color: rgba(250,234,211,.6); }
    .kit-note strong { color: var(--wine); }
    .kit--hero .kit-note strong { color: var(--yellow); }

    .kit-why-row {
      display: flex; align-items: flex-end; justify-content: center; gap: 16px;
      max-width: 640px; margin: 48px auto 0;
    }
    .kit-why-gigi { width: 118px; height: auto; flex-shrink: 0; }
    .kit-why {
      position: relative; text-align: left;
      background: #fff; border: 3px solid var(--purple); border-radius: var(--r);
      border-bottom-left-radius: 6px;
      box-shadow: 5px 5px 0 var(--purple); padding: 22px 26px; margin-bottom: 12px;
      font-size: 15.5px; line-height: 1.65; font-weight: 600;
    }
    .kit-why::after {
      content: ''; position: absolute; left: -15px; bottom: 22px;
      width: 22px; height: 22px; background: #fff;
      border-left: 3px solid var(--purple); border-bottom: 3px solid var(--purple);
      transform: rotate(45deg);
    }
    .kit-why strong { color: var(--pink); }
    .kit-guarantees { display: flex; justify-content: center; gap: 20px; flex-wrap: wrap; margin-top: 26px; }
    .kit-guarantees span { font-size: 12.5px; font-weight: 600; color: rgba(61,5,93,.55); }

    @media (max-width: 900px) {
      .kits { grid-template-columns: 1fr; gap: 26px; max-width: 420px; margin: 58px auto 0; }
      .kit--hero { order: -1; }
      .kit-was, .kit-note { min-height: 0; }
      .kits-wrap { margin-top: 40px; }
      /* Gigi fica no vão entre o alternador e o primeiro card, sem cobrir nada */
      .kits .gigi-peek { width: 118px; top: -84px; right: 6px; }
      .kits .gigi-peek--left { display: none; }   /* no mobile, só uma Gigi */
      .kit-why-row { flex-direction: column; align-items: center; gap: 0; }
      .kit-why { text-align: center; border-bottom-left-radius: var(--r); margin-bottom: 0; }
      .kit-why::after {
        left: 50%; bottom: auto; top: -15px;
        transform: translateX(-50%) rotate(135deg);
      }
      .kit-why-gigi { width: 104px; order: -1; margin-bottom: -6px; }
    }

    /* ══════════════════════════════
       FAQ
    ══════════════════════════════ */
    .faq { background: var(--cream); }
    .faq-list { max-width: 720px; margin: 48px auto 0; }
    .faq-item { border: 2px solid var(--purple); border-radius: var(--r); margin-bottom: 14px; overflow: hidden; }
    .faq-q {
      width: 100%; background: #fff; border: none;
      padding: 20px 24px;
      font-family: 'Poppins', sans-serif;
      font-size: 15px; font-weight: 700; color: var(--purple);
      text-align: left; cursor: pointer;
      display: flex; justify-content: space-between; align-items: center; gap: 12px;
      transition: background .15s;
    }
    .faq-q:hover { background: rgba(61,5,93,.04); }
    .faq-q[aria-expanded="true"] { background: var(--purple); color: var(--cream); }
    .faq-chevron { font-size: 18px; flex-shrink: 0; transition: transform .25s; }
    .faq-q[aria-expanded="true"] .faq-chevron { transform: rotate(180deg); }
    .faq-a { display: none; padding: 0 24px 20px; font-size: 14px; color: #555; line-height: 1.7; background: #fff; }
    .faq-a.open { display: block; }

    /* ══════════════════════════════
       FINAL CTA
    ══════════════════════════════ */
    .final-cta {
      background: var(--purple); text-align: center;
      padding: 100px 24px; position: relative; overflow: hidden;
    }
    .final-cta::before {
      content: ''; position: absolute;
      border-radius: 50%; background: var(--wine); opacity: .3; pointer-events: none;
      width: 400px; height: 400px; bottom: -200px; left: -100px;
    }
    .final-cta::after {
      content: ''; position: absolute;
      border-radius: 50%; background: var(--wine); opacity: .3; pointer-events: none;
      width: 300px; height: 300px; top: -120px; right: -60px;
    }
    .final-cta h2 {
      font-size: clamp(30px, 5vw, 54px); font-weight: 900;
      color: var(--cream); letter-spacing: -1.5px; line-height: 1.1;
      margin-bottom: 16px; position: relative;
    }
    .final-cta h2 em { font-style: normal; color: var(--orange); }
    .final-cta p {
      font-size: 17px; color: rgba(250,234,211,.75);
      margin-bottom: 40px; max-width: 480px;
      margin-left: auto; margin-right: auto; line-height: 1.6;
      position: relative;
    }
    .final-cta .btn-cta { font-size: 20px; padding: 22px 52px; position: relative; }
    .final-cta .proof-line { margin-top: 20px; font-size: 13px; color: rgba(250,234,211,.45); position: relative; }

    /* ══════════════════════════════
       FOOTER
    ══════════════════════════════ */
    footer {
      background: #1a0028;
      border-top: 3px solid var(--purple);
      padding: 36px 24px; text-align: center;
    }
    footer .logo-text { font-size: 22px; display: block; margin-bottom: 12px; }
    footer p { font-size: 12px; color: rgba(250,234,211,.4); line-height: 1.8; }
    footer a { color: rgba(250,234,211,.5); text-decoration: none; }
    footer a:hover { color: var(--orange); }
    .footer-links { display: flex; justify-content: center; gap: 24px; margin-top: 12px; flex-wrap: wrap; }

    /* ══════════════════════════════
       RESPONSIVE
    ══════════════════════════════ */
    @media (max-width: 900px) {
      .product-hero-inner { grid-template-columns: 1fr; }
      .buy-panel { position: static; padding-bottom: 0; }
    }
    @media (max-width: 768px) {
      .benefits-grid  { grid-template-columns: 1fr; }
      .oque-grid      { grid-template-columns: 1fr; }
      .steps          { grid-template-columns: 1fr; }
      .steps::before  { display: none; }
      .diff-grid      { grid-template-columns: 1fr; }
      .dif-grid       { grid-template-columns: 1fr; }
      .big-testi-inner{ grid-template-columns: 1fr; }
      .testi-grid     { grid-template-columns: 1fr; }
      .unboxing-grid  { grid-template-columns: 1fr; }
      header .logo-text { font-size: 22px; }
      .buy-panel-price { font-size: 44px; }
    }

    /* ══ MOBILE FIRST ══ */
    @media (max-width: 480px) {
      /* Espaçamentos gerais */
      .section { padding: 48px 0; }
      .container { padding: 0 16px; }

      /* Header */
      header { padding: 7px 16px; }
      .logo-img { width: 78px; }
      .nav-cta { font-size: 12px; padding: 12px 16px; }

      /* Alvos de toque, mínimo confortável de 44px */
      .tab-btn { min-height: 44px; }
      .gallery-thumb { width: 56px; height: 56px; }
      .faq-q { min-height: 48px; }

      /* Hero */
      .product-hero { padding: 32px 16px 0; }
      .buy-panel-title { font-size: 26px; }
      .buy-panel-sub { font-size: 14px; }
      .buy-panel-ing { font-size: 12px; }
      .buy-panel-price { font-size: 40px; }
      .buy-panel-cta { font-size: 16px; padding: 16px 24px; }

      /* Trust bar */
      .trust-item { font-size: 12px; }

      /* Benefícios */
      .benefit-card { padding: 24px 18px; }
      .benefit-card h3 { font-size: 18px; }
      .benefit-icon { width: 56px; height: 56px; font-size: 24px; }

      /* Tabs */
      .tab-btn { font-size: 12px; padding: 10px 12px; }
      .oque-text h3 { font-size: 20px; }
      .step-num { width: 52px; height: 52px; font-size: 22px; }
      .step h3 { font-size: 15px; }
      .ing-grid { grid-template-columns: repeat(2, 1fr); gap: 10px; }
      .ing-card { padding: 16px 12px; }
      .ing-dose { font-size: 16px; }

      /* Comparativo */
      .vs-card { padding: 24px 20px; border-radius: 20px; }
      .vs-card--godness { padding: 28px 22px; }
      .vs-card-name { font-size: 19px; margin-bottom: 18px; }
      .vs-list li { font-size: 13.5px; }

      /* Depoimentos */
      .testi-card { padding: 20px 16px; }
      .testi-text { font-size: 14px; }
      .big-testi-img { min-height: 260px; }
      .big-testi-text { padding: 32px 24px; }
      .big-testi-text blockquote { font-size: 15px; }
      .quote-mark { font-size: 56px; }

      /* Preço */
      .price-card { margin: 32px 0 0; }
      .price-value { font-size: 52px; }
      .price-body { padding: 28px 20px; }
      .price-cta { font-size: 16px; padding: 16px 24px; }
      .price-includes li { font-size: 13px; }

      /* Kits, mobile first */
      .kits { max-width: 100%; gap: 30px; }
      .kit { padding: 28px 22px 24px; border-radius: 28px; }
      .kit--hero { padding: 36px 22px 28px; }
      .kit-qty { font-size: 24px; }
      .kit--hero .kit-qty { font-size: 27px; }
      /* preço por pote como número dominante, mas sem estourar */
      .kit-perpot { font-size: 46px; }
      .kit--hero .kit-perpot { font-size: 50px; }
      /* CTA ocupa a largura toda e é fácil de acertar com o dedo */
      .kit-cta { padding: 17px 20px; min-height: 52px; font-size: 16px; }
      .kit-note { font-size: 12.5px; }

      /* alternador: não deixa o rótulo longo estourar a tela */
      .kit-switch-inner { width: 100%; max-width: 360px; }
      .kit-switch button { flex: 1; padding: 12px 10px; font-size: 12px; line-height: 1.2; }

      /* balão da Gigi respira melhor */
      .kit-why-row { margin-top: 40px; }
      .kit-why { padding: 20px 22px; font-size: 14.5px; }
      .kit-why-gigi { width: 96px; }

      /* selos em 2 colunas, alinhados, em vez de fila quebrada */
      .kit-guarantees { gap: 10px 16px; margin-top: 22px; }
      .kit-guarantees span { font-size: 12px; }

      /* FAQ */
      .faq-q { font-size: 13px; padding: 16px 18px; }

      /* Final CTA */
      .final-cta { padding: 64px 16px; }
      .final-cta .btn-cta { font-size: 17px; padding: 18px 32px; }

      /* Botões gerais */
      .btn-cta { font-size: 16px; padding: 16px 28px; }
    }
