

/* ====== CONCATENATED FROM INLINE <style> TAGS ====== */

:root{
      --blue:#0B57D0;
      --pink:#E91E63;
      --bg0:#0F0F0F;
      --bg1:#111827;
      --white:#FFFFFF;
      --muted:#9CA3AF;
      --line:rgba(229,231,235,.14);
      --shadow: 0 18px 48px rgba(0,0,0,.45);
      --max: 1160px;
      --radius: 22px;
    }
    *{box-sizing:border-box}
    body{
      margin:0;
      font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, "Apple Color Emoji","Segoe UI Emoji";
      color:var(--white);
      background:#000;
    }
    /* 🧩 Bloco utilizado: 01 Header — HERO */
    .hero{
      position:relative;
      overflow:hidden;
      background: linear-gradient(180deg, var(--bg0) 0%, var(--bg1) 100%);
      border-bottom: 1px solid var(--line);
    }
    .hero::before{
      content:"";
      position:absolute; inset:-2px;
      background:
        radial-gradient(1200px 600px at 85% 35%, rgba(11,87,208,.22), rgba(11,87,208,0) 55%),
        radial-gradient(900px 520px at 20% 20%, rgba(233,30,99,.14), rgba(233,30,99,0) 58%),
        linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,0) 40%);
      opacity:.85;
      pointer-events:none;
    }
    .hero::after{
      content:"";
      position:absolute; inset:0;
      background:
        linear-gradient(90deg, rgba(15,15,15,1) 0%, rgba(15,15,15,.86) 46%, rgba(15,15,15,.34) 100%);
      pointer-events:none;
    }
    .hero .wrap{
      position:relative;
      z-index:2;
      max-width:var(--max);
      margin:0 auto;
      padding: 18px 18px 56px;
    }
    .topbar{
      display:flex;
      align-items:center;
      justify-content:flex-start;
      gap:14px;
      padding: 10px 0 18px;
    }
    .brand{
      display:flex;
      align-items:center;
      gap:12px;
      text-decoration:none;
      color:inherit;
    }
    .brand img{
      width: 118px;
      height:auto;
      display:block;
      user-select:none;
      -webkit-user-drag:none;
    }
    .grid{
      display:grid;
      grid-template-columns: 1.05fr .95fr;
      gap: 34px;
      align-items:center;
      padding-top: 6px;
    }
    h1{
      margin:0;
      font-size: clamp(34px, 4.1vw, 56px);
      line-height: 1.02;
      letter-spacing: -.02em;
      font-weight: 800;
    }
    .h-accent{ color: var(--blue); }
    .sub{
      margin: 14px 0 0;
      max-width: 560px;
      font-size: 16px;
      line-height: 1.55;
      color: rgba(255,255,255,.86);
      font-weight: 560;
    }
    .sub b{ color: var(--white); }
    .ctas{
      margin-top: 22px;
      display:flex;
      gap: 12px;
      flex-wrap:wrap;
      align-items:center;
    }
    .store{
      display:inline-flex;
      align-items:center;
      gap: 12px;
      padding: 13px 16px;
      border-radius: 14px;
      text-decoration:none;
      color: var(--white);
      background: linear-gradient(180deg, rgba(233,30,99,1), rgba(216,27,96,1));
      box-shadow: 0 18px 34px rgba(233,30,99,.24);
      border: 1px solid rgba(255,255,255,.14);
      transition: transform .14s ease, filter .14s ease, box-shadow .14s ease;
      min-height: 52px;
      justify-content:flex-start;
    }
    .store:hover{ transform: translateY(-1px); filter: brightness(1.03); box-shadow: 0 22px 44px rgba(233,30,99,.28); }
    .store:active{ transform: translateY(0px); filter: brightness(.98); }
    .store .meta{
      display:flex;
      flex-direction:column;
      line-height:1.05;
    }
    .store .small{
      font-size: 11px;
      letter-spacing:.02em;
      opacity: .92;
      font-weight: 650;
      text-transform: uppercase;
    }
    .store .big{
      font-size: 15px;
      font-weight: 900;
      letter-spacing: .01em;
    }
    .ico{
      width: 32px;
      height: 32px;
      flex: 0 0 32px;
      opacity:.98;
    }
    .media{
      position:relative;
      border-radius: var(--radius);
      overflow:hidden;
      box-shadow: var(--shadow);
      border: 1px solid rgba(255,255,255,.12);
      background: rgba(255,255,255,.04);
      min-height: 320px;
    }
    .media img{
      width:100%;
      height:100%;
      object-fit: cover;
      display:block;
      transform: scale(1.02);
      user-select:none;
      -webkit-user-drag:none;
    }
    .media::after{
      content:"";
      position:absolute; inset:0;
      background:
        radial-gradient(900px 520px at 25% 20%, rgba(15,15,15,.1), rgba(15,15,15,.55) 60%),
        linear-gradient(180deg, rgba(0,0,0,.08), rgba(0,0,0,.22));
      pointer-events:none;
    }
    .micro{
      margin-top: 18px;
      display:flex;
      gap: 14px;
      flex-wrap:wrap;
      align-items:center;
      color: rgba(255,255,255,.78);
      font-size: 12.5px;
      font-weight: 650;
    }
    .pill{
      display:inline-flex;
      align-items:center;
      gap:8px;
      padding: 8px 10px;
      border-radius: 999px;
      background: rgba(255,255,255,.06);
      border: 1px solid rgba(255,255,255,.12);
    }
    .dot{
      width:8px;height:8px;border-radius:999px;background: var(--blue);
      box-shadow: 0 0 0 5px rgba(11,87,208,.18);
    }
    .dot.pink{
      background: var(--pink);
      box-shadow: 0 0 0 5px rgba(233,30,99,.16);
    }
        .plans-table{
      display:none;
      margin-top:32px;
    }
    .plans-table > img.plans-screenshot{
      width:100%;
      height:auto;
      display:block;
    }


    /* ====== PLANS TABLE (DESKTOP ONLY) ====== */
    @media (min-width: 1024px){
      .plans-grid{ display:none; }
      .plans-table{
        display:block;
        max-width: 1100px;
        margin: 34px auto 0;
      }
      .plans-table > img.plans-screenshot{
        border-radius: 18px;
        box-shadow: 0 22px 55px rgba(0,0,0,.18);
      }
    }



    /* ====== PRICING COMPARE (DESKTOP ONLY) ====== */
.pricing-compare{
    --bg:#ffffff;
    --panel:#ffffff;
    --panel2:#ffffff;
    --stroke:rgba(0,0,0,.10);
    --stroke2:rgba(0,0,0,.14);
    --text:rgba(10,10,16,.92);
    --muted:rgba(10,10,16,.62);

    --pink:#ff2d83;
    --violet:#5b28ff;
    --violet2:#3e19c9;
    --plusGlow:rgba(255,45,131,.10);
  }

  .pricing-compare{
    background: #ffffff;
    padding: 28px 16px;
    color: var(--text);
    font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Arial, "Helvetica Neue", "Noto Sans";
  }

  .pc-wrap{
    max-width: 1100px;
    margin: 0 auto;
  }

  .pc-topbar{
    background: linear-gradient(90deg, rgba(255,45,131,.95), rgba(255,45,131,.82));
    border: 1px solid rgba(255,255,255,.12);
    border-bottom: 0;
    border-radius: 18px 18px 0 0;
    padding: 14px 18px;
    box-shadow: 0 10px 26px rgba(0,0,0,.10);
  }

  .pc-brand{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:12px;
  }
  .pc-logo{
    width: 34px; height: 34px;
    object-fit: contain;
    filter: drop-shadow(0 8px 16px rgba(0,0,0,.18));
  }
  .pc-name{
    font-weight: 800;
    letter-spacing:.5px;
    font-size: 26px;
    text-transform: lowercase;
    color: #fff;
  }

  .pc-table{
    border: 1px solid rgba(255,255,255,.12);
    border-top: 0;
    border-radius: 0 0 18px 18px;
    overflow: hidden;
    background: #ffffff;
    box-shadow: 0 10px 26px rgba(0,0,0,.10);
  }

  .pc-row{
    display:grid;
    grid-template-columns: 1.6fr .7fr .7fr;
    align-items: center;
    border-top: 1px solid var(--stroke);
  }

  .pc-row:first-child{ border-top: 0; }

  .pc-head{
    background: linear-gradient(90deg, rgba(91,40,255,.92), rgba(62,25,201,.92));
    border-top: 0;
  }

  .pc-cell{
    padding: 16px 16px;
    border-right: 1px solid var(--stroke);
  }
  .pc-cell:last-child{ border-right:0; }

  .pc-head .pc-cell{
    font-weight: 800;
    font-size: 22px;
    text-align:center;
    color:#fff;
  }
  .pc-head .pc-col-benefits{ text-align:left; padding-left: 18px; }

  .pc-col-free, .pc-col-plus{
    display:flex;
    justify-content:center;
    align-items:center;
  }

  /* Plus column highlight (subtle but premium) */
  .pc-row:not(.pc-head) .pc-col-plus{
    background: linear-gradient(180deg, rgba(255,45,131,.10), rgba(255,45,131,.04));
    box-shadow: inset 0 0 0 9999px rgba(0,0,0,.01);
  }
  .pc-row:not(.pc-head) .pc-col-plus{
    border-left: 1px solid rgba(255,45,131,.18);
  }

  .benefit{
    display:flex;
    gap:14px;
    align-items:center;
  }
  .benefit-ico{
    width: 46px;
    height: 46px;
    object-fit: contain;
    filter: drop-shadow(0 10px 18px rgba(0,0,0,.18));
  }
  .benefit-text{
    display:flex;
    flex-direction:column;
    gap:3px;
    min-width: 0;
  }
  .benefit-title{
    font-weight: 800;
    font-size: 16px;
    line-height: 1.2;
  }
  .benefit-sub{
    font-size: 13px;
    color: var(--muted);
    line-height: 1.25;
  }

  .mark{
    width: 34px;
    height: 34px;
    object-fit: contain;
    filter: drop-shadow(0 10px 18px rgba(0,0,0,.18));
  }

  

  /* Ajuste: deixa o X proporcional ao Check */
  img.mark[src*="/x-1.png"]{
    width: 30px;
    height: 30px;
  }
.pc-footer{
    padding: 18px 18px 20px;
    border-top: 1px solid var(--stroke2);
    background: #ffffff;
    display:grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 18px;
    align-items: center;
  }

  .pc-offer{
    padding: 6px 6px 6px 2px;
    text-align: left;
  }
  .pc-offer-title{
    font-weight: 800;
    font-size: 28px;
    line-height: 1.15;
    letter-spacing: -0.3px;
    color: rgba(10,10,16,.92);
  }
  .pc-offer-title strong{
    color: rgba(10,10,16,.92);
  }
  .pc-offer-sub{
    margin-top: 6px;
    font-size: 22px;
    line-height: 1.25;
    color: rgba(10,10,16,.72);
    font-weight: 500;
  }
  .plans-img{
    width: min(520px, 100%);
    height: auto;
    border-radius: 14px;
    border: 1px solid rgba(255,255,255,.10);
    box-shadow: 0 14px 32px rgba(0,0,0,.12);
  }

  /* Responsive: turn into cards */
  @media (max-width: 860px){
    .pc-head{ display:none; }

    .pc-row{
      grid-template-columns: 1fr;
    }
    .pc-cell{
      border-right:0;
    }

    .pc-row{
      padding: 10px 0;
    }

    .pc-col-benefits{
      padding-bottom: 10px;
    }

    .pc-col-free, .pc-col-plus{
      justify-content: space-between;
      padding: 10px 16px;
      border-top: 1px solid var(--stroke);
    }

    .pc-col-free::before{
      content:"Gratuito";
      font-weight: 800;
      color: rgba(10,10,16,.80);
    }
    .pc-col-plus::before{
      content:"Plus";
      font-weight: 800;
      color: rgba(10,10,16,.88);
    }

    .pc-footer{
      grid-template-columns: 1fr;
      text-align: center;
      justify-items: center;
    }
    .pc-offer{
      text-align: center;
      padding: 0;
    }
    .pc-offer-title{
      font-size: 22px;
    }
    .pc-offer-sub{
      font-size: 18px;
    }
  

    .mark{ width: 32px; height: 32px; }
}

@media (max-width: 920px){
      .hero::after{ background: linear-gradient(180deg, rgba(15,15,15,1) 0%, rgba(15,15,15,.78) 54%, rgba(15,15,15,.45) 100%); }
      .grid{ grid-template-columns: 1fr; gap: 18px; }
      .media{ min-height: 260px; }
      .wrap{ padding-bottom: 46px; }
      .brand img{ width: 132px; }
      .ctas{ gap: 10px; }
      .store{ width: 100%; justify-content:center; }
      .sub{ max-width: 640px; }
    }
    

    /* =========================
       HERO — REFINO DESKTOP (PC)
       Objetivo: menos altura, leitura mais escaneável, e micro-confiança mais forte
       ========================= */
    @media (min-width: 1024px){
      .hero .wrap{
        padding-top: 16px;
        padding-bottom: 38px; /* menos "tall" no PC */
      }
      .topbar{
        padding: 6px 0 14px; /* reduz altura do topo */
      }
      .brand img{
        width: 126px; /* leve ganho de presença no PC */
      }
      .grid{
        gap: 46px;
        align-items: start;  /* texto "ancora" melhor */
        padding-top: 0;
      }
      h1{
        line-height: 1.00;
        font-size: clamp(44px, 3.8vw, 62px);
      }
      .sub{
        margin-top: 16px;
        max-width: 640px;  /* melhor leitura no PC */
        font-size: 17px;
        line-height: 1.62;
        color: rgba(255,255,255,.88);
      }
      .ctas{
        margin-top: 18px;
      }
      .store{
        min-height: 56px;
        padding: 14px 18px;
      }
      .micro{
        margin-top: 14px;
        font-size: 13px;
        gap: 12px;
        color: rgba(255,255,255,.82);
      }
      .pill{
        padding: 9px 12px;
        background: rgba(255,255,255,.075);
        border: 1px solid rgba(255,255,255,.16);
      }
      .dot{
        box-shadow: 0 0 0 6px rgba(11,87,208,.16);
      }
      .dot.pink{
        box-shadow: 0 0 0 6px rgba(233,30,99,.14);
      }
      .media{
        min-height: 300px; /* reduz altura visual */
      }
      .media img{
        transform: scale(1.04);
      }
    }
@media (max-width: 420px){
      h1{ font-size: 32px; }
      .sub{ font-size: 15px; }
    }
  
    /* =========================
       🧩 Bloco utilizado: 06 Bloco de ícones
       BLOCO DE PROVA RÁPIDA (strip horizontal)
       ========================= */
    .quickproof{
      position:relative;
      background: #0B0F1A;
      border-bottom: 1px solid var(--line);
    }
    .quickproof::before{
      content:"";
      position:absolute; inset:0;
      background-image: url('https://webprosper.com.br/wp-content/uploads/2026/02/Background-1.png');
      background-repeat: repeat;
      background-size: 760px auto;
      opacity: .06; /* quase invisível */
      filter: saturate(.9) contrast(1.05);
      pointer-events:none;
    }
    .quickproof .wrap{
      position:relative;
      z-index:2;
      max-width: var(--max);
      margin: 0 auto;
      padding: 22px 18px;
    }
    .qp-grid{
      display:grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 14px;
      align-items:stretch;
    }
    .qp-item{
      display:flex;
      align-items:center;
      gap: 12px;
      padding: 14px 14px;
      border-radius: 16px;
      background: rgba(255,255,255,.04);
      border: 1px solid rgba(255,255,255,.10);
      backdrop-filter: blur(6px);
      -webkit-backdrop-filter: blur(6px);
      min-height: 66px;
    }
    .qp-ico{
      width: 34px;
      height: 34px;
      flex: 0 0 34px;
      display:block;
      user-select:none;
      -webkit-user-drag:none;
      filter: drop-shadow(0 10px 18px rgba(0,0,0,.35));
    }
    .qp-text{
      margin:0;
      font-size: 13.5px;
      line-height: 1.25;
      font-weight: 800;
      color: rgba(255,255,255,.90);
      letter-spacing: .01em;
    }
    .qp-text span{
      color: rgba(255,255,255,.72);
      font-weight: 700;
    }

    /* responsive */
    @media (max-width: 920px){
      .quickproof .wrap{ padding: 18px 18px; }
      .qp-grid{ grid-template-columns: 1fr 1fr; gap: 10px; }
      .qp-item{ padding: 12px 12px; border-radius: 14px; }
      .qp-ico{ width: 32px; height: 32px; flex-basis:32px; }
      .qp-text{ font-size: 13px; }
    }
    @media (max-width: 420px){
      .qp-grid{ grid-template-columns: 1fr; }
    }

  
    /* =========================
       🧩 Bloco utilizado: 03 Texto + design do lado ou header
       BLOCO DE IDENTIFICAÇÃO — dor explícita (branco)
       ========================= */
    .identify{
      background:#FFFFFF;
      color:#0F0F0F;
      border-bottom: 1px solid #E5E7EB;
    }
    .identify .wrap{
      max-width: var(--max);
      margin: 0 auto;
      padding: 72px 18px;
    }
    .identify h2{
      margin:0;
      font-size: clamp(28px, 3.4vw, 42px);
      line-height:1.15;
      font-weight: 900;
      letter-spacing:-.02em;
    }
    .identify .lines{
      margin-top: 28px;
      display:flex;
      flex-direction:column;
      gap: 18px;
    }
    .identify .line{
      font-size: clamp(18px, 2.4vw, 24px);
      font-weight: 700;
      color:#111827;
    }
    .identify .line.muted{
      color:#374151;
      font-weight:600;
    }

    @media (max-width: 768px){
      .identify .wrap{ padding: 56px 18px; }
      .identify .lines{ gap: 14px; }
    }

  
    /* =========================
       🧩 Bloco utilizado: 04 Bloco de ícones profissional + design ao lado
       O MÉTODO — como o Decoreba resolve
       ========================= */
    .method{
      background:#FFFFFF;
      color:#0F0F0F;
      border-bottom: 1px solid #E5E7EB;
    }
    .method .wrap{
      max-width: var(--max);
      margin: 0 auto;
      padding: 80px 18px;
    }
    .method-grid{
      display:grid;
      grid-template-columns: 1.1fr .9fr;
      gap: 42px;
      align-items:center;
    }
    .method h2{
      margin:0 0 18px;
      font-size: clamp(30px, 3.6vw, 44px);
      line-height:1.1;
      font-weight: 900;
      letter-spacing:-.02em;
    }
    .method-cards{
      display:grid;
      grid-template-columns: 1fr 1fr;
      gap: 16px;
    }
    .method-card{
      display:flex;
      gap: 14px;
      padding: 18px 18px;
      border-radius: 18px;
      background:#FFFFFF;
      border: 1px solid #E5E7EB;
      box-shadow: 0 10px 28px rgba(0,0,0,.08);
    }
    .method-ico{
      width: 34px;
      height: 34px;
      flex:0 0 34px;
      user-select:none;
      -webkit-user-drag:none;
    }
    .method-card p{
      margin:0;
      font-size: 14.5px;
      line-height:1.35;
      font-weight: 800;
      color:#111827;
    }
    .method-line{
      margin-top: 28px;
      padding: 18px 22px;
      border-radius: 16px;
      background: linear-gradient(90deg, rgba(11,87,208,.08), rgba(11,87,208,.02));
      border-left: 4px solid #0B57D0;
      font-size: 15px;
      line-height:1.45;
      font-weight: 700;
      color:#1F2937;
      max-width: 560px;
    }
    .method-media{
      position:relative;
      border-radius: 22px;
      overflow:hidden;
      border: 1px solid #E5E7EB;
      box-shadow: 0 22px 42px rgba(0,0,0,.18);
      background:#F9FAFB;
    }
    .method-media img{
      width:100%;
      height:100%;
      object-fit:contain;
      display:block;
      user-select:none;
      -webkit-user-drag:none;
    }

    @media (max-width: 920px){
      .method .wrap{ padding: 64px 18px; }
      .method-grid{ grid-template-columns: 1fr; gap: 28px; }
      .method-cards{ grid-template-columns: 1fr; }
      .method-line{ max-width: 100%; }
    }

  
    /* =========================
       🧩 Bloco utilizado: 05 2 colunas, título + texto + CTA + ícones
       COMO FUNCIONA — passo a passo visual
       ========================= */
    .how{
      background:#FFFFFF;
      color:#0F0F0F;
      border-bottom:1px solid #E5E7EB;
    }
    .how .wrap{
      max-width: var(--max);
      margin:0 auto;
      padding: 80px 18px;
    }
    .how h2{
      margin:0 0 12px;
      font-size: clamp(30px, 3.6vw, 44px);
      line-height:1.1;
      font-weight:900;
      letter-spacing:-.02em;
    }
    .how p.lead{
      margin:0 0 42px;
      max-width: 640px;
      font-size:16px;
      line-height:1.5;
      font-weight:600;
      color:#374151;
    }
    .how-step{
      display:grid;
      grid-template-columns: .55fr .45fr;
      gap: 36px;
      align-items:center;
      margin-bottom: 56px;
    }
    .how-step:last-child{ margin-bottom:0; }

    .how-text{
      display:flex;
      gap:18px;
      align-items:flex-start;
    }
    .how-num{
      width:44px;
      height:44px;
      border-radius:14px;
      background:#0B57D0;
      color:#FFFFFF;
      display:flex;
      align-items:center;
      justify-content:center;
      font-weight:900;
      font-size:18px;
      flex:0 0 44px;
      box-shadow:0 14px 28px rgba(11,87,208,.35);
    }
    .how-copy h3{
      margin:0 0 6px;
      font-size:18px;
      font-weight:900;
      color:#111827;
    }
    .how-copy p{
      margin:0;
      font-size:15px;
      line-height:1.45;
      font-weight:600;
      color:#374151;
    }

    .how-media{
      position:relative;
      border-radius:20px;
      overflow:hidden;
      border:1px solid #E5E7EB;
      background:#F9FAFB;
      box-shadow:0 18px 36px rgba(0,0,0,.16);
    }
    .how-media img{
      width:100%;
      height:100%;
      object-fit:contain;
      display:block;
      user-select:none;
      -webkit-user-drag:none;
    }

    @media (max-width: 920px){
      .how .wrap{ padding:64px 18px; }
      .how-step{
        grid-template-columns:1fr;
        gap:22px;
        margin-bottom:42px;
      }
      .how-media{ order:-1; }
    }

  
    /* =========================
       🧩 Bloco utilizado: 14 2 colunas, texto + CTA + play de vídeo ao lado
       VÍDEO — prova central (escuro)
       ========================= */
    .proof-video{
      background:
        radial-gradient(1200px 800px at 8% 0%, rgba(11,87,208,.32), transparent 60%),
        radial-gradient(1000px 720px at 100% 100%, rgba(233,30,99,.26), transparent 62%),
        #050712;
      color:#FFFFFF;
      border-bottom:1px solid rgba(255,255,255,.12);
    }
    .proof-video .wrap{
      max-width: var(--max);
      margin:0 auto;
      padding: 88px 18px;
      display:grid;
      grid-template-columns: minmax(0,0.9fr) minmax(0,1.1fr);
      gap: 52px;
      align-items:center;
    }
    .proof-copy{
      max-width:520px;
    }
    .proof-video h2{
      margin:0 0 16px;
      font-size: clamp(30px, 3.6vw, 44px);
      line-height:1.1;
      font-weight:900;
      letter-spacing:-.02em;
    }
    .proof-video p{
      margin:0;
      font-size:16px;
      line-height:1.55;
      font-weight:600;
      color:rgba(255,255,255,.82);
    }
    .proof-video p.guide{
      margin-top:14px;
      font-size:14.5px;
      line-height:1.5;
      color:rgba(255,255,255,.78);
      font-weight:600;
    }

    /* =========================
       VÍDEO — CTAs (desktop abaixo do texto | mobile abaixo do vídeo)
       ========================= */
    .proof-video .video-ctas{
      margin-top: 18px;
    }
    .proof-video .video-ctas-mobile{
      display: none;
    }
    @media (max-width: 920px){
      .proof-video .video-ctas-desktop{ display:none; }
      .proof-video .video-ctas-mobile{
        display:flex;
        margin-top: 16px;
        justify-content:center;
      }
    }

    .video-box{
      position:relative;
      border-radius:26px;
      overflow:hidden;
      box-shadow:0 30px 70px rgba(0,0,0,.75);
      border:1px solid rgba(255,255,255,.16);
      background:#000;
    }
    .video-box::before{
      content:"";
      position:absolute;
      inset:0;
      background:
        linear-gradient(180deg, rgba(0,0,0,.18), rgba(0,0,0,.35));
      pointer-events:none;
      mix-blend-mode:multiply;
    }
    .video-box video{
      width:100%;
      height:auto;
      display:block;
      border-radius:26px;
      background:#000;
    }

    @media (max-width: 920px){
      .proof-video .wrap{
        grid-template-columns:1fr;
        gap:28px;
        padding:64px 18px;
      }
      .proof-copy{
        max-width:100%;
      }
    }

  
    /* =========================
       🧩 Bloco utilizado: 05 2 colunas, título + texto + CTA + ícones
       DIFERENCIAIS + PREMIUM
       ========================= */
    .plans{
      background:#FFFFFF;
      color:#0F0F0F;
      border-bottom:1px solid #E5E7EB;
    }
    .plans .wrap{
      max-width: var(--max);
      margin:0 auto;
      padding: 90px 18px;
    }
    .plans h2{
      margin:0 0 10px;
      font-size: clamp(30px, 3.6vw, 44px);
      line-height:1.1;
      font-weight:900;
      letter-spacing:-.02em;
    }
    .plans p.lead{
      margin:0 0 48px;
      max-width: 640px;
      font-size:16px;
      line-height:1.5;
      font-weight:600;
      color:#374151;
    }
    .plans-grid{
      display:grid;
      grid-template-columns: 1fr 1fr;
      gap: 42px;
      align-items:flex-start;
    }
    .plan{
      border:1px solid #E5E7EB;
      border-radius:22px;
      padding:28px 26px 32px;
      background:#FFFFFF;
      box-shadow:0 18px 36px rgba(0,0,0,.12);
    }
    .plan.premium{
      border:2px solid rgba(233,30,99,.35);
      box-shadow:0 22px 44px rgba(233,30,99,.22);
    }
    .plan h3{
      margin:0 0 18px;
      font-size:22px;
      font-weight:900;
      letter-spacing:-.01em;
      color:#111827;
    }
    .plan ul{
      list-style:none;
      padding:0;
      margin:0;
      display:flex;
      flex-direction:column;
      gap:14px;
    }
    .plan li{
      display:flex;
      gap:12px;
      align-items:center;
      font-size:15px;
      font-weight:700;
      color:#1F2937;
    }
    .plan li img{
      width:26px;
      height:26px;
      flex:0 0 26px;
      user-select:none;
      -webkit-user-drag:none;
    }
    .plan-note{
      margin-top:22px;
      font-size:14px;
      font-weight:600;
      color:#4B5563;
    }
    

    @media (max-width: 920px){
      .plans .wrap{ padding:64px 18px; }
      .plans-grid{ grid-template-columns:1fr; gap:28px; }
    }

  
    /* =========================
       🧩 Bloco utilizado: 10 2 colunas, título, texto, CTA, design ao lado
       CTA FINAL — fechamento emocional (escuro)
       ========================= */

    @media (min-width: 1024px){
      .plans-grid{ display:none; }
      .plans-table{ display:block; }
    }

    .final-cta{
      background: linear-gradient(180deg, #0F0F0F 0%, #111827 100%);
      color:#FFFFFF;
      border-top:1px solid rgba(255,255,255,.12);
    }
    .final-cta .wrap{
      max-width: var(--max);
      margin:0 auto;
      padding: 90px 18px;
      display:grid;
      grid-template-columns: 1.1fr .9fr;
      gap: 48px;
      align-items:center;
    }
    .final-cta h2{
      margin:0 0 14px;
      font-size: clamp(32px, 4vw, 52px);
      line-height:1.05;
      font-weight:900;
      letter-spacing:-.02em;
    }
    .final-cta p{
      margin:0 0 28px;
      max-width:520px;
      font-size:16px;
      line-height:1.55;
      font-weight:600;
      color:rgba(255,255,255,.86);
    }
    .final-cta .ctas{
      display:flex;
      gap:14px;
      flex-wrap:wrap;
    }
    .final-cta .brand img{
      width:140px;
      height:auto;
      margin-bottom:22px;
      user-select:none;
      -webkit-user-drag:none;
    }
    .final-media{
      position:relative;
      /* sem "card" por trás — deixa só a imagem */
      background: transparent;
      border: none;
      box-shadow: none;
      padding: 0;
      overflow: visible;
      border-radius: 0;
      display:flex;
      align-items:center;
      justify-content:center;
    }
    .final-media .final-logo{
      width:100%;
      max-width:180px; /* ~70% menor — APENAS logo decorativo final */
      height:auto;
      display:block;
      opacity:.95;
      user-select:none;
      -webkit-user-drag:none;
    }

    @media (max-width: 920px){
      .final-cta .wrap{
        grid-template-columns:1fr;
        gap:32px;
        padding:64px 18px;
        text-align:center;
      }
      .final-cta .ctas{ justify-content:center; }
      .final-cta p{ margin-left:auto; margin-right:auto; }
    }

  
    /* =========================
       HERO — CONTROLE IMAGEM MOBILE (ETAPA 2)
       ========================= */

    /* padrão: imagem mobile oculta */
    .hero-media-mobile{
      display: none;
    }

    @media (max-width: 920px){
      /* mostra a imagem logo abaixo do texto */
      .hero-media-mobile{
        display: block;
        margin-top: 18px;
        margin-bottom: 22px;
        border-radius: 18px;
        overflow: hidden;
        box-shadow: 0 18px 48px rgba(0,0,0,.45);
        border: 1px solid rgba(255,255,255,.12);
      }

      .hero-media-mobile img{
        width: 100%;
        height: auto;
        display: block;
        object-fit: cover;
      }

      /* esconde a imagem lateral original */
      .hero .media{
        display: none;
      }
    }


    /* =========================
       HERO — REFINO MOBILE (ETAPA 3)
       ========================= */

    @media (max-width: 920px){
      /* Limita impacto visual e acelera o primeiro scroll */
      .hero-media-mobile{
        max-height: 55vh;
      }

      .hero-media-mobile img{
        height: 100%;
        object-fit: cover;
      }

      /* Fade-in sutil para percepção premium */
      .hero-media-mobile{
        animation: heroImageFade .45s ease-out both;
      }

      @keyframes heroImageFade{
        from{
          opacity: 0;
          transform: translateY(6px);
        }
        to{
          opacity: 1;
          transform: translateY(0);
        }
      }
    }


    /* =========================
       PROVA SOCIAL — REFINO (ETAPA 4)
       ========================= */
    @media (max-width: 920px){
      .proof-video p.guide{
        font-size: 14.5px;
        line-height: 1.45;
        color: rgba(255,255,255,.78);
        margin-bottom: 14px;
        font-weight: 600;
      }
    }


    /* =========================
       ETAPA 5 — AJUSTE FINO MOBILE-FIRST
       ========================= */
    @media (max-width: 920px){

      /* HERO — primeiras dobras mais leves */
      .hero .wrap{
        padding-top: 14px;
        padding-bottom: 40px;
      }

      h1{
        line-height: 1.06;
      }

      .sub{
        margin-top: 12px;
      }

      /* CTA — menos peso visual, mais clique */
      .ctas{
        margin-top: 18px;
      }

      .store{
        min-height: 50px;
        padding: 12px 14px;
        box-shadow: 0 14px 28px rgba(233,30,99,.22);
      }

      /* Remove excesso de CTA duplicado visualmente */
      .micro{
        margin-top: 14px;
        opacity: .92;
      }

      /* HERO imagem mobile — respiro final */
      .hero-media-mobile{
        margin-bottom: 18px;
      }

      /* QUICK PROOF — leitura mais rápida */
      .quickproof .wrap{
        padding-top: 16px;
        padding-bottom: 16px;
      }

      .qp-text{
        font-size: 12.8px;
        line-height: 1.2;
      }
    }


/* =========================
   FIX — VÍDEO MOBILE (THUMB INTEIRA)
   ========================= */
@media (max-width: 920px){
  .video-box{
    aspect-ratio: auto;
    max-height: none;
    background:#000;
  }
  .video-box video{
    width: 100%;
    height: auto;
    object-fit: contain; /* mostra a thumb inteira */
    background:#000;
  }
}


/* =========================
   VÍDEO — OPÇÃO A (MINIMAL)
   Centralizado + 90–95% da tela no mobile
   ========================= */
@media (max-width: 920px){
  .proof-video .wrap{
    justify-items: center;
  }

  .video-box{
    width: 92vw;          /* entre 90% e 95% */
    max-width: 420px;     /* evita exagero em tablets */
    margin-inline: auto;
  }
}


/* =========================
   ETAPA 2 — IMAGENS TRANSPARENTES (AJUSTE VISUAL)
   ========================= */

/* METHOD */
.method-media{
  background: transparent;
  border: none;
  box-shadow: none;
}
.method-media img{
  object-fit: contain;
}

/* HOW */
.how-media{
  background: transparent;
  border: none;
  box-shadow: none;
}

/* FINAL CTA */
.final-media{
  background: transparent;
  border: none;
  box-shadow: none;
  padding: 0;
}

/* LOGO */
.brand img,
.final-media img{
  filter: none;
}



/* =========================
   BLOCO 2 — DOR / IDENTIFICAÇÃO (IMG + TEXTO)
   Base (mobile/tablet) + já existe refinamento desktop abaixo
   ========================= */
.pain-section{
  max-width: var(--max);
  margin: 0 auto;
}
.pain-text{
  max-width: 640px;
}
.pain-image{
  margin-top: 26px;
}
.pain-image img{
  width: 100%;
  height: auto;
  display: block;
  border-radius: 22px;
  box-shadow: 0 22px 56px rgba(0,0,0,.22);
}
@media (max-width: 768px){
  .identify .wrap{
    padding-top: 56px;
  }
  .pain-image{
    margin-top: 20px;
  }
  .pain-image img{
    border-radius: 18px;
  }
}

/* =========================
   BLOCO 2 — DOR / IDENTIFICAÇÃO (REFINO DESKTOP)
   ========================= */
@media (min-width: 1024px){
  .pain-section{
    display:grid;
    grid-template-columns: 1.05fr .95fr;
    align-items:center;
    gap:64px;
    max-width:1200px;
    margin:0 auto;
  }
  .pain-text{
    max-width:560px;
  }
  .pain-text h2{
    font-size:42px;
    line-height:1.05;
  }
  .pain-text p{
    font-size:18px;
    line-height:1.6;
  }
  .pain-image{
    display:block;
  }
  .pain-image img{
    width:100%;
    border-radius:22px;
    box-shadow:0 30px 80px rgba(0,0,0,.35);
  }
}

.premium-desc{
    display:block;
    font-size:13px;
    color:#6B7280;
    margin-top:4px;
    font-weight:600;
    line-height:1.35;
  }
  .premium-price-block{
    text-align:center;
    margin-top:18px;
  }
  .premium-price-block img{
    max-width:100%;
    height:auto;
    margin:10px auto 0;
    display:block;
  }
  .premium-price-block .price-note{
    font-size:14px;
    color:#6B7280;
    margin-top:10px;
  }

/* =========================
   BLOCO 2 — DOR / IDENTIFICAÇÃO (REFINO DESKTOP)
   ========================= */
@media (min-width: 1024px){
  .pain-section{
    display:grid;
    grid-template-columns: 1.05fr .95fr;
    align-items:center;
    gap:64px;
    max-width:1200px;
    margin:0 auto;
  }
  .pain-text{
    max-width:560px;
  }
  .pain-text h2{
    font-size:42px;
    line-height:1.05;
  }
  .pain-text p{
    font-size:18px;
    line-height:1.6;
  }
  .pain-image{
    display:block;
  }
  .pain-image img{
    width:100%;
    border-radius:22px;
    box-shadow:0 30px 80px rgba(0,0,0,.35);
  }
}

.plan.premium li{
  align-items:flex-start;
}
.plan.premium .premium-text{
  display:flex;
  flex-direction:column;
  gap:4px;
}
.plan.premium .premium-title{
  font-weight:800;
  font-size:15px;
  color:#111827;
  line-height:1.2;
}
.plan.premium .premium-desc{
  font-size:13px;
  color:#6B7280;
  font-weight:600;
  line-height:1.35;
}

/* =========================
   BLOCO 2 — DOR / IDENTIFICAÇÃO (REFINO DESKTOP)
   ========================= */
@media (min-width: 1024px){
  .pain-section{
    display:grid;
    grid-template-columns: 1.05fr .95fr;
    align-items:center;
    gap:64px;
    max-width:1200px;
    margin:0 auto;
  }
  .pain-text{
    max-width:560px;
  }
  .pain-text h2{
    font-size:42px;
    line-height:1.05;
  }
  .pain-text p{
    font-size:18px;
    line-height:1.6;
  }
  .pain-image{
    display:block;
  }
  .pain-image img{
    width:100%;
    border-radius:22px;
    box-shadow:0 30px 80px rgba(0,0,0,.35);
  }
}

/* =========================
   HOW — REFINO DESKTOP + MOBILE
   Objetivo: passos em coluna única + imagem fixa ao lado no PC.
   ========================= */
.how-layout{
  display: grid;
  grid-template-columns: 0.6fr 0.4fr;
  gap: 48px;
  align-items: flex-start; /* texto começa em cima, imagem centralizada via align-self */
}

.how-steps{
  display: flex;
  flex-direction: column;
  gap: 26px;
}

.how-step{
  display: flex;
  align-items: flex-start;
  gap: 18px;
  margin-bottom: 0; /* anula margem antiga */
}

/* imagem centralizada verticalmente entre o primeiro e o último texto */
.how-media{
  align-self: flex-start;  /* puxa a imagem um pouco mais para cima no desktop */
  display: flex;
  align-items: center;
  justify-content: center;
}

.how-media img{
  max-width: 430px;
}

/* Mobile / tablet */
@media (max-width: 920px){
  .how-layout{
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .how-media{
    order: -1;
    justify-content: center;
  }
  .how-media img{
    max-width: 320px;
  }
  .how-steps{
    gap: 22px;
  }
}

@media (min-width: 1024px){
  .how-layout{
    grid-template-columns: 0.45fr 0.55fr; /* dá mais espaço para a imagem no PC */
  }
  .how-media{
    margin-top: -175px; /* sobe ainda mais o bloco de imagem no PC (alinhado ao passo 3) */
  }
  .how-media img{
    max-width: 100%; /* ocupa toda a coluna disponível */
    height: auto;
  }
}

/* =========================
   PROOF VIDEO — REDUÇÃO DO TAMANHO DO VÍDEO (DESKTOP)
   Diminui a largura em ~25% mantendo proporção e centralizando na coluna
   ========================= */
@media (min-width: 1024px){
  .video-box{
    max-width: 360px;      /* ~75% do tamanho anterior */
    margin-left: auto;     /* encosta mais à direita na coluna */
  }
}

/* PROOF VIDEO — Aproxima texto e vídeo no desktop */
@media (min-width: 1024px){
  .proof-video .wrap{
    gap: 32px;
    grid-template-columns: minmax(0,0.95fr) minmax(0,1.05fr);
  }
}

/* Centralização solicitada — bloco de planos */
  .plans h2,
  .plans p.lead{
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

/* BLOCO FINAL — ajustes apenas DESKTOP */
@media (min-width: 1024px) {
  .final-cta .brand {
    transform: scale(1.35);
  }
  .final-cta .brand::after {
    content: "Estudar sabendo o que está fazendo.";
    display: block;
    margin-top: 14px;
    font-size: 1.1rem;
    font-weight: 500;
    color: rgba(255,255,255,0.85);
    text-align: center;
  }
}

/* BLOCO FINAL — MÍDIA (logo mobile + arte desktop à direita) */
/* ARTE MOBILE — aparece logo após o texto (apenas mobile) */
.final-mobile-art{
  display:none;
  width:100%;
  max-width: 520px;
  height:auto;
  margin: 22px auto 6px;
  filter: drop-shadow(0 18px 44px rgba(0,0,0,.55));
}

/* Mobile: mostra a arte após o texto */
@media (max-width: 920px){
  .final-mobile-art{ display:block; }
}

/* Desktop: garante que não apareça */
@media (min-width: 1024px){
  .final-mobile-art{ display:none; }
}

.final-media{
  display:flex;
  align-items:center;
  justify-content:center;
}
.final-media .final-logo{
  max-width: 180px;
  width: 100%;
  height:auto;
  display:block;
}
.final-media .footer-art{
  display:none; /* por padrão, some no mobile */
  width: min(520px, 100%);
  height:auto;
}

/* Desktop: some o logo e entra a arte à direita */
@media (min-width: 1024px){
  .final-media{
    justify-content:flex-end;
  }
  .final-media .final-logo{
    display:none !important;
  }
  .final-media .footer-art{
    display:block;
    filter: drop-shadow(0 28px 56px rgba(0,0,0,.55));
    transform: translateX(6px); /* encosta um pouco mais na direita */
  }
}

/* Mobile: mantém o logo, evita a arte pesada aqui */
@media (max-width: 920px){
  .final-media{
    justify-content:center;
  }
}

/* =========================
   HERO — VERSÃO BRANCA (SEM QUEBRAR O RESTO DO SITE)
   ========================= */
.hero{
  background: linear-gradient(180deg, #FAFAFC 0%, #F3F4F6 100%) !important;
  border-bottom: 1px solid rgba(17,24,39,.10) !important;
  color: #0B0F1A !important;
}
.hero::before{
  background:
    radial-gradient(1200px 600px at 85% 35%, rgba(11,87,208,.12), rgba(11,87,208,0) 55%),
    radial-gradient(900px 520px at 20% 20%, rgba(233,30,99,.10), rgba(233,30,99,0) 58%),
    linear-gradient(180deg, rgba(255,255,255,.85), rgba(255,255,255,0) 55%) !important;
  opacity: 1 !important;
}
.hero::after{
  background: none !important; /* remove o “black overlay” */
}

/* Tipografia e texto */
.hero h1{ color:#0B0F1A !important; }
.hero .sub{
  color: #374151 !important;
}
.hero .sub b{
  color: #111827 !important;
}

/* Pílulas de micro-confiança */
.hero .micro{ color:#4B5563 !important; }
.hero .pill{
  background: rgba(255,255,255,.80) !important;
  border: 1px solid rgba(17,24,39,.10) !important;
  box-shadow: 0 10px 28px rgba(17,24,39,.08);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}
.hero .dot{
  box-shadow: 0 0 0 6px rgba(11,87,208,.10) !important;
}
.hero .dot.pink{
  box-shadow: 0 0 0 6px rgba(233,30,99,.10) !important;
}

/* Card/imagem do ENEM (desktop e mobile) */
.hero .media{
  background: #FFFFFF !important;
  border: 1px solid rgba(17,24,39,.10) !important;
  box-shadow: 0 22px 55px rgba(17,24,39,.18) !important;
}
.hero .media::after{
  background: linear-gradient(180deg, rgba(255,255,255,0), rgba(0,0,0,.08)) !important;
}
@media (max-width: 920px){
  .hero .hero-media-mobile{
    border: 1px solid rgba(17,24,39,.10) !important;
    box-shadow: 0 22px 55px rgba(17,24,39,.18) !important;
    background: #FFFFFF !important;
  }
}

/* Mantém botões pink como estão, só dá um “encaixe” no branco */
.hero .store{
  border: 1px solid rgba(0,0,0,.06) !important;
  box-shadow: 0 18px 34px rgba(233,30,99,.18) !important;
}
.hero .store:hover{
  box-shadow: 0 22px 44px rgba(233,30,99,.22) !important;
}

/* =========================
   HERO — AJUSTE DO TÍTULO (MENOS "FORTE")
   - cor: charcoal (cinza-escuro, não preto puro)
   - peso: 700 (reduz agressividade)
   - line-height: mais confortável
   ========================= */
.hero h1{
  color:#111827 !important;      /* charcoal */
  font-weight:700 !important;    /* antes estava 900 */
  line-height:1.08 !important;   /* mais leve que 1.02 */
  letter-spacing:-0.02em !important;
}

/* Desktop: mantém presença sem gritar */
@media (min-width: 1024px){
  .hero h1{
    line-height:1.03 !important;
  }
}

/* =========================
   QUICKPROOF — VERSÃO BRANCA (continuidade do HERO)
   ========================= */
.quickproof{
  background: #FFFFFF !important;
  color: #0B0F1A !important;
  border-bottom: 1px solid #E5E7EB !important;
}
.quickproof::before{
  opacity: 0 !important; /* remove padrão escuro do background */
}

/* cards */
.qp-item{
  background: #FFFFFF !important;
  border: 1px solid rgba(17,24,39,.10) !important;
  box-shadow: 0 14px 34px rgba(17,24,39,.10) !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}

/* texto */
.qp-text{
  color: #111827 !important;
}
.qp-text span{
  color: #4B5563 !important;
}

/* =========================
     PROTEÇÃO LEVE DE IMAGENS
     - Não impede 100% (print/DevTools), só dificulta salvar/copiar pelo usuário comum.
     ========================= */
  img{
    -webkit-user-drag:none;
    user-select:none;
    -webkit-user-select:none;
    -ms-user-select:none;
    -webkit-touch-callout:none;
  }

/* --- Footer legal (Decoreba) --- */
.site-footer{
  padding:28px 18px;
  background:#0B0F1A;
  color:rgba(255,255,255,.78);
  border-top:1px solid rgba(255,255,255,.12);
}
.site-footer .sf-wrap{
  max-width:var(--max, 1200px);
  margin:0 auto;
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:18px;
  flex-wrap:wrap;
}
.site-footer .sf-brand img{
  width:130px;
  height:auto;
  display:block;
  opacity:.95;
}
.site-footer .sf-meta{
  margin:10px 0 0;
  font-size:12.5px;
  line-height:1.5;
  color:rgba(255,255,255,.62);
}
.site-footer .sf-meta a{ color:rgba(255,255,255,.82); text-decoration:none; }
.site-footer .sf-meta a:hover{ text-decoration:underline; }
.site-footer .sf-links{
  display:flex;
  gap:14px;
  flex-wrap:wrap;
}
.site-footer .sf-links a{
  color:rgba(255,255,255,.86);
  text-decoration:none;
  font-weight:800;
  font-size:13px;
}
.site-footer .sf-links a:hover{ text-decoration:underline; }
.site-footer .sf-copy{
  width:100%;
  font-size:12px;
  color:rgba(255,255,255,.52);
  margin-top:6px;
}
@media (min-width: 860px){
  .site-footer .sf-wrap{ align-items:flex-end; }
  .site-footer .sf-copy{
    width:auto;
    margin-top:0;
    margin-left:auto;
  }
}

/* =========================
   SCROLL REVEAL (animação ao rolar)
   - Usa IntersectionObserver (leve e moderno)
   - Respeita prefers-reduced-motion
   ========================= */
.reveal{
  opacity: 0;
  transform: translateY(18px);
  filter: blur(2px);
  transition: opacity .55s ease, transform .55s cubic-bezier(.2,.8,.2,1), filter .55s ease;
  will-change: opacity, transform, filter;
}
.reveal.reveal-up{ transform: translateY(18px); }
.reveal.reveal-left{ transform: translateX(-18px); }
.reveal.reveal-right{ transform: translateX(18px); }
.reveal.reveal-zoom{ transform: scale(.98); }

.reveal.is-in{
  opacity: 1;
  transform: none;
  filter: none;
}

.reveal[data-delay]{
  transition-delay: calc(attr(data-delay ms) * 1ms);
}

/* fallback para browsers sem attr() numérico em transition-delay */
.reveal[data-delay]{ transition-delay: var(--reveal-delay, 0ms); }

@media (prefers-reduced-motion: reduce){
  .reveal{
    opacity: 1 !important;
    transform: none !important;
    filter: none !important;
    transition: none !important;
  }
}

/* =========================
   IDENTIFY — BACKGROUND IGUAL AO "FINAL CTA"
   (Estudar sem método cansa. / Estudar com clareza muda tudo.)
   ========================= */
.identify{
  background: linear-gradient(180deg, #0F0F0F 0%, #111827 100%) !important;
  color:#FFFFFF !important;
  border-bottom: 1px solid rgba(255,255,255,.12) !important;
}
.identify h2{
  color:#FFFFFF !important;
}
.identify .line{
  color: rgba(255,255,255,.90) !important;
}
.identify .line.muted{
  color: rgba(255,255,255,.74) !important;
}
/* se tiver links no bloco */
.identify a{ color: rgba(255,255,255,.92) !important; }

/* =========================
   FOOTER — FUNDO BRANCO + TEXTO ESCURO
   ========================= */
.site-footer{
  background:#FFFFFF !important;
  color:#111827 !important;
  border-top:1px solid rgba(17,24,39,.10) !important;
}
.site-footer .sf-meta{
  color:rgba(17,24,39,.72) !important;
}
.site-footer .sf-meta a{
  color:rgba(17,24,39,.86) !important;
}
.site-footer .sf-links a{
  color:#111827 !important;
}
.site-footer .sf-copy{
  color:rgba(17,24,39,.62) !important;
}

/* =========================
   FOOTER — VERSÃO "PREMIUM" (BRANCO, TRANSIÇÃO SUAVE, GRID LIMPO)
   ========================= */

/* fundo branco com leve gradiente + transição suave com a seção escura acima */
.site-footer{
  position: relative;
  background: linear-gradient(180deg, #F8FAFC 0%, #FFFFFF 55%) !important;
  color:#111827 !important;
  border-top: 1px solid rgba(17,24,39,.10) !important;
  box-shadow: 0 -12px 30px rgba(0,0,0,.06);
}

/* “fade” no topo do footer para não cortar seco */
.site-footer::before{
  content:"";
  position:absolute;
  left:0; right:0;
  top:-22px;
  height:22px;
  background: linear-gradient(180deg, rgba(248,250,252,0) 0%, rgba(248,250,252,1) 100%);
  pointer-events:none;
}

/* layout */
.site-footer .sf-wrap{
  max-width: var(--max, 1160px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 16px 28px;
  align-items: center;
}

.site-footer .sf-brand img{
  width: 128px;
  height:auto;
  opacity:1;
}

.site-footer .sf-meta{
  margin: 8px 0 0;
  font-size: 12.5px;
  line-height: 1.55;
  color: rgba(17,24,39,.70) !important;
  white-space: nowrap;
}
.site-footer .sf-meta a{
  color: rgba(17,24,39,.82) !important;
  text-decoration: none;
}
.site-footer .sf-meta a:hover{ text-decoration: underline; }

.site-footer .sf-links{
  display:flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}
.site-footer .sf-links a{
  color: rgba(17,24,39,.86) !important;
  text-decoration:none;
  font-weight: 700 !important; /* menos agressivo */
  font-size: 13px;
  padding: 6px 8px;
  border-radius: 10px;
  transition: background .15s ease, color .15s ease;
}
.site-footer .sf-links a:hover{
  background: rgba(17,24,39,.06);
  color: #111827 !important;
}

.site-footer .sf-copy{
  width:auto !important;
  margin: 0 !important;
  font-size: 12px;
  color: rgba(17,24,39,.58) !important;
  white-space: nowrap;
}

/* responsivo: empilha bonitinho sem ficar "solto" */
@media (max-width: 920px){
  .site-footer{
    padding: 26px 16px !important;
  }
  .site-footer .sf-wrap{
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
    gap: 12px;
  }
  .site-footer .sf-meta,
  .site-footer .sf-copy{
    white-space: normal;
  }
  .site-footer .sf-links{
    justify-content: center;
    gap: 10px;
  }
}
