* { box-sizing: border-box; }
  html { scroll-behavior: smooth; }
  body { margin: 0; font-family: 'Montserrat', system-ui, sans-serif; background: #0B1120; color: #fff; -webkit-font-smoothing: antialiased; }
  a { color: #60A5FA; text-decoration: none; }
  a:hover { color: #2D7EFF; }
  .ti { display: inline-block; line-height: 1; }
  @keyframes bfFloat { 0%,100% { transform: translate(0,0) scale(1); } 50% { transform: translate(24px,-30px) scale(1.08); } }
  @keyframes bfFloat2 { 0%,100% { transform: translate(0,0) scale(1); } 50% { transform: translate(-28px,24px) scale(1.1); } }
  @keyframes bfDuoFloat {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-11px); }
  }
  @keyframes bfPhoneFloat {
    0%   { transform: translate3d(0,0,0) rotateY(-5deg) rotateX(1deg); }
    25%  { transform: translate3d(0,-9px,0) rotateY(0deg) rotateX(0deg); }
    50%  { transform: translate3d(0,-14px,0) rotateY(5deg) rotateX(-1deg); }
    75%  { transform: translate3d(0,-6px,0) rotateY(0deg) rotateX(0deg); }
    100% { transform: translate3d(0,0,0) rotateY(-5deg) rotateX(1deg); }
  }
  @keyframes bfGrad { 0% { background-position: 0% 50%; } 100% { background-position: 200% 50%; } }
  @keyframes bfPulseGlow { 0%,100% { box-shadow: 0 0 0 rgba(45,126,255,0); } 50% { box-shadow: 0 0 44px rgba(45,126,255,0.32); } }
  @keyframes bfRing { 0% { box-shadow: 0 4px 12px rgba(22,163,74,0.4), 0 0 0 0 rgba(22,163,74,0.55); } 70% { box-shadow: 0 4px 12px rgba(22,163,74,0.4), 0 0 0 16px rgba(22,163,74,0); } 100% { box-shadow: 0 4px 12px rgba(22,163,74,0.4), 0 0 0 0 rgba(22,163,74,0); } }
  @keyframes bfBob { 0%,100% { transform: translateY(0); opacity: 0.6; } 50% { transform: translateY(8px); opacity: 1; } }
  @keyframes bfSpin { to { transform: rotate(360deg); } }
  @keyframes bfClick { 0%,100% { transform: translate(0,0); } 45% { transform: translate(-1.5px,-1.5px); } 55% { transform: translate(1px,1px); } }
  @keyframes bfCTAPulse { 0%,100% { box-shadow: 0 6px 20px rgba(45,126,255,0.32), 0 0 0 0 rgba(45,126,255,0.5); } 70% { box-shadow: 0 6px 20px rgba(45,126,255,0.32), 0 0 0 14px rgba(45,126,255,0); } }
  @keyframes bfShine { 0% { left: -60%; } 60%,100% { left: 130%; } }
  .bf-cta { position: relative; overflow: hidden; animation: bfCTAPulse 2.6s ease-in-out infinite; will-change: transform; }
  .bf-cta::after { content: ""; position: absolute; top: 0; left: -60%; width: 45%; height: 100%; background: linear-gradient(100deg, transparent, rgba(255,255,255,0.45), transparent); transform: skewX(-20deg); animation: bfShine 3.4s ease-in-out infinite; pointer-events: none; }
  @keyframes bfIn { from { opacity: 0; transform: translateY(22px); } to { opacity: 1; transform: none; } }
  [data-reveal][data-revealed] { animation: bfIn .6s cubic-bezier(.2,.7,.2,1); }
  .plans-grid { max-width: 1060px; }
  .pad-list { display: flex; }
  .mini-grid > * { min-width: 0; }
  .niche-wrap { position: relative; padding: 0 6px; }
  .niche-track { display: flex; gap: 0; overflow-x: auto; scroll-snap-type: x mandatory; scroll-behavior: smooth; -webkit-overflow-scrolling: touch; scrollbar-width: none; padding: 16px 0 20px; }
  .niche-track::-webkit-scrollbar { display: none; }
  .niche-card { flex: 0 0 100%; scroll-snap-align: center; display: flex; flex-direction: column; align-items: center; gap: 13px; }
  .niche-link { position: relative; z-index: 6; display: inline-flex; align-items: center; gap: 5px; background: #FFFFFF; border: 1px solid #2D7EFF; color: #2D7EFF; font-family: 'Montserrat', sans-serif; font-weight: 700; font-size: 12.5px; border-radius: 999px; padding: 9px 16px; text-decoration: none; transition: background .2s ease, color .2s ease; }
  .niche-link:hover { background: #2D7EFF; color: #FFFFFF; }
  .niche-soon { position: relative; z-index: 6; font-family: 'Montserrat', sans-serif; font-weight: 500; font-size: 12px; color: #8A9BB5; padding: 9px 0; }
  a.niche-frame { text-decoration: none; cursor: zoom-in; }
  .niche-arrow { position: absolute; top: 50%; transform: translateY(-50%); z-index: 6; width: 38px; height: 38px; border-radius: 50%; border: 1px solid #D6E4FF; background: #FFFFFF; color: #2D7EFF; display: inline-flex; align-items: center; justify-content: center; cursor: pointer; padding: 0; box-shadow: 0 4px 14px rgba(11,17,32,0.12); transition: background .2s ease, color .2s ease; }
  .niche-arrow:hover { background: #2D7EFF; color: #FFFFFF; }
  .niche-arrow-l { left: -10px; }
  .niche-arrow-r { right: -10px; }
  .niche-tag { position: relative; z-index: 6; display: inline-flex; align-items: center; background: #FFFFFF; border: 1px solid #D6E4FF; color: #1A6AEE; font-family: 'Montserrat', sans-serif; font-weight: 700; font-size: 10.5px; letter-spacing: 0.08em; text-transform: uppercase; border-radius: 999px; padding: 6px 14px; white-space: nowrap; }
  @media (max-width: 380px) {
    .niche-frame { width: 240px !important; height: 377px !important; }
    .niche-frame img { width: 240px !important; height: 377px !important; }
  }
  .niche-frame { width: 400px; height: 628px; display: flex; align-items: center; justify-content: center; background: transparent; pointer-events: none; }
  .niche-frame img { transition: transform .3s cubic-bezier(.2,.7,.2,1); }
  .niche-card:hover .niche-frame img, .niche-frame:active img { transform: scale(1.38); }
  .niche-frame img { width: 290px !important; height: 455px !important; object-fit: contain; object-position: center; display: block; pointer-events: auto; }
  @media (max-width: 768px) {
    .niche-frame { width: 272px; height: 427px; }
    .niche-frame img { width: 272px !important; height: 427px !important; }
    .niche-card:hover .niche-frame img, .niche-frame:active img { transform: none !important; }
    a.niche-frame { cursor: pointer; }
    .niche-card { gap: 11px; }
    .niche-track { padding: 12px 0 16px; }
    .niche-arrow { width: 34px; height: 34px; }
    .niche-arrow-l { left: -6px; }
    .niche-arrow-r { right: -6px; }
  }
  .faq-list:not(.faq-all) > div:nth-child(n+6) { display: none; }
  .faq-list > div:nth-child(n+6) { animation: bfIn .45s cubic-bezier(.2,.7,.2,1); }
  .como-grid { }
  @media (max-width: 900px) {
    .como-grid { grid-template-columns: 1fr !important; gap: 28px !important; }
  }
  .tl { position: relative; display: flex; flex-direction: column; gap: 2px; }
  .tl::before { content: ''; position: absolute; left: 23.5px; top: 26px; bottom: 26px; width: 1px; background: linear-gradient(180deg, rgba(45,126,255,0.35), rgba(45,126,255,0.15)); }
  @media (max-width: 768px) {
    .tl::before { left: 20px; }
    .tl-step { gap: 15px !important; padding: 12px 0 !important; }
    .tl-num { width: 41px !important; height: 41px !important; font-size: 17px !important; }
  }
  .plans-grid { max-width: 880px; }
  .bf-cta { letter-spacing: 0.04em; }
  .hero-badges { max-width: min(560px, 100%); }
  @media (max-width: 1040px) and (min-width: 769px) {
    .nav-links { gap: 18px !important; font-size: 13px; }
  }
  @media (max-width: 1000px) and (min-width: 769px) {
    .bio-cmp { grid-template-columns: 1fr !important; }
    .plans-grid { grid-template-columns: 1fr !important; max-width: 520px; gap: 30px !important; }
    .plan-pack { order: -1; }
  }
  @media (max-width: 980px) {
    .hero-grid { grid-template-columns: 1fr !important; gap: 40px !important; }
    .hero-copy { align-items: center !important; text-align: center !important; }
    .hero-copy p { margin-left: auto !important; margin-right: auto !important; }
    .hero-btns { justify-content: center !important; margin-left: auto !important; margin-right: auto !important; }
    .hero-phone > div { max-width: 620px !important; }
    .mini-grid { grid-template-columns: 1fr !important; gap: 36px !important; }
    .mini-list { max-width: 560px; margin: 0 auto; width: 100%; }
    .mini-list .bf-cta { align-self: center !important; }
  }
  @media (max-width: 768px) {
    .paths-grid { grid-template-columns: 1fr !important; gap: 16px !important; }
    .path-card { padding: 26px 22px !important; border-radius: 15px !important; }
    .path-card h3 { font-size: 21px !important; }
    #caminhos, #minisite { padding: 60px 0 !important; }
    .mini-phones { gap: 11px !important; }
    .mini-phones > div { max-width: 165px !important; }
    .hero-phone { margin: 0 -14px; }
    .hero-phone > div { max-width: 112% !important; }
    #hero { padding: 104px 0 64px !important; }
    .mini-gift { display: flex !important; }
    .form-toggle { display: flex !important; }
    .form-inner { display: none; }
    .pad-toggle { display: flex !important; }
    .pad-list { display: none !important; }
    #padrao { padding-bottom: 44px !important; }
    .seg-grid { gap: 6px !important; max-width: 400px !important; }
    .seg-card { padding: 6px 11px 6px 8px !important; gap: 6px !important; }
    .seg-badge { width: 21px !important; height: 21px !important; }
    .seg-badge img { width: 21px !important; height: 21px !important; }
    .seg-badge svg { font-size: 19px !important; }
    .seg-label { font-size: 11.5px !important; }
    #paraquem { padding-top: 48px !important; padding-bottom: 48px !important; }
  }
  @media (max-width: 980px) and (min-width: 769px) {
    .footer-inner { grid-template-columns: 1fr 1fr !important; gap: 32px !important; }
    .footer-inner > div:first-child { grid-column: 1 / -1; }
  }
  @media (max-width: 768px) {
    #padrao { padding: 56px 0 !important; }
    .pad-list { gap: 9px !important; }
    .pad-row { padding: 14px 15px !important; gap: 12px !important; border-radius: 13px !important; }
    .pad-ico { width: 28px !important; height: 28px !important; }
    .pad-ico svg { font-size: 12px !important; }
    .pad-t { font-size: 14.5px !important; }
    .pad-d { font-size: 12.8px !important; line-height: 1.5 !important; display: none; }
    .pad-row.open .pad-d { display: block; margin-top: 3px; }
    .pad-row { cursor: pointer; }
    .pad-row > span:nth-child(2) { flex: 1 1 auto; min-width: 0; }
    .pad-chev { margin-left: auto; }
    .pad-chev { display: block !important; }
    .pad-row.open .pad-chev { transform: rotate(180deg); }
  }
  @media (max-width: 768px) {
    .mens-block { padding: 22px 18px !important; }
    .mens-cols { grid-template-columns: 1fr !important; gap: 12px !important; }
    .vit-grid { grid-template-columns: 1fr !important; gap: 8px !important; }
    .vit-item { padding: 11px 12px !important; gap: 10px !important; }
    .kit-det { grid-template-columns: 1fr !important; }
    .kit-card { padding: 22px 18px !important; }
    .mens-anchor { flex-direction: column !important; text-align: center !important; gap: 12px !important; }
    .mens-anchor > span:nth-child(2) { width: 100% !important; height: 1px !important; align-self: auto !important; }
    .mens-toggle { display: flex !important; }
    .mens-more { max-height: 0; overflow: hidden; opacity: 0; transition: max-height .45s cubic-bezier(.2,.7,.2,1), opacity .3s ease; }
    .mens-block.open .mens-more { opacity: 1; }
    .mens-block.open .mens-chev { transform: rotate(180deg); }
    .mens-block h3 { font-size: 19px !important; }
    .mens-block > div:first-child p { font-size: 13.5px !important; }
    .mens-cols > div { padding: 16px 15px !important; }
    .mens-cols li span { font-size: 13px !important; }
    .mens-anchor { padding: 15px 16px !important; }
    .mens-more > div:nth-child(2) { margin-top: 14px !important; }
    .mens-more > div:nth-child(3) { margin-top: 14px !important; }
  }
  .tl { position: relative; max-width: 620px; margin: 0 auto; display: flex; flex-direction: column; gap: 4px; }
  .tl::before { content: ''; position: absolute; left: 25px; top: 26px; bottom: 26px; width: 1px; background: linear-gradient(180deg, rgba(45,126,255,0.35), rgba(45,126,255,0.18)); }
  .tl-step { position: relative; display: flex; align-items: flex-start; gap: 22px; padding: 16px 0; }
  .tl-num { position: relative; z-index: 1; flex: none; width: 51px; height: 51px; border-radius: 50%; border: 1px solid; display: flex; align-items: center; justify-content: center; font-family: 'Montserrat', sans-serif; font-weight: 700; font-size: 21px; line-height: 1; }
  .tl-body { display: flex; flex-direction: column; gap: 5px; padding-top: 8px; min-width: 0; }
  .tl-title { font-family: 'Montserrat', sans-serif; font-weight: 700; font-size: 18px; line-height: 1.25; }
  .tl-desc { font-family: 'Montserrat', sans-serif; font-weight: 400; font-size: 14.5px; line-height: 1.6; color: #3F5170; text-wrap: pretty; }
  @media (max-width: 768px) {
    .tl::before { left: 21px; top: 22px; bottom: 22px; }
    .tl-step { gap: 16px; padding: 13px 0; }
    .tl-num { width: 43px; height: 43px; font-size: 18px; }
    .tl-body { padding-top: 5px; gap: 4px; }
    .tl-title { font-size: 16px; }
    .tl-desc { font-size: 13.5px; }
  }
  @media (max-width: 360px) {
    .tl-step { gap: 13px; }
    .tl-num { width: 38px; height: 38px; font-size: 16px; }
    .tl::before { left: 18.5px; }
    .tl-title { font-size: 15px; }
    .tl-desc { font-size: 13px; }
  }
  body.cookie-open .wa-fab { bottom: 200px; }
  @media (max-width: 340px) {
    .hero-badges-inner { grid-template-columns: 1fr !important; }
    .hero-badges-inner > div { border-left: none !important; border-right: none !important; border-top: 1px solid #1E2D45; padding: 12px 10px !important; }
    .hero-badges-inner > div:first-child { border-top: none; }
  }
  @media (max-width: 980px) and (min-width: 769px) {
    #hero { padding: 132px 0 60px !important; }
  }
  @media (max-width: 768px) {
    #hero { padding: 108px 0 56px !important; }
    .hero-badges { margin-top: 34px !important; }
    .hero-badges-inner > div { padding: 14px 4px !important; gap: 4px !important; }
    .hero-badges-inner > div > span:last-child { font-size: 9.5px !important; letter-spacing: 0.04em !important; line-height: 1.25 !important; }
    .cookie-bar { left: 0 !important; right: 0 !important; bottom: 0 !important; max-width: none !important; border-radius: 14px 14px 0 0 !important; border-left: none !important; border-right: none !important; border-bottom: none !important; padding: 16px 18px calc(16px + env(safe-area-inset-bottom)) !important; }
    body.cookie-open { padding-bottom: 180px; }
    body.cookie-open .wa-fab { bottom: 176px !important; }
  }
  .bf-cta:hover { transform: translateY(-4px) scale(1.03); }
  .bf-cta:active { transform: translateY(-1px) scale(0.99); }
  @keyframes bfMarqueeL { from { transform: translateX(0); } to { transform: translateX(-50%); } }
  @keyframes bfMarqueeR { from { transform: translateX(-50%); } to { transform: translateX(0); } }
  .seg-grid { display: grid; grid-template-columns: repeat(4, 1fr); max-width: 880px; margin: 0 auto; border: 1px solid rgba(45,126,255,0.18); border-radius: 20px; overflow: hidden; background: rgba(255,255,255,0.28); }
  .seg-card { position: relative; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 12px; text-align: center; padding: 28px 14px; border-right: 1px solid rgba(45,126,255,0.14); border-bottom: 1px solid rgba(45,126,255,0.14); background: transparent; }
  .seg-grid > .seg-card:nth-child(4n) { border-right: none; }
  .seg-grid > .seg-card:nth-last-child(-n+4) { border-bottom: none; }
  .seg-badge { position: relative; width: 44px; height: 44px; display: flex; align-items: center; justify-content: center; flex: none; }
  .seg-badge::before { content: ''; position: absolute; width: 62px; height: 62px; border-radius: 50%; background: radial-gradient(circle, rgba(45,126,255,0.14), transparent 68%); }
  .seg-badge img, .seg-badge svg { position: relative; }
  .seg-badge img { width: 40px !important; height: 40px !important; }
  .seg-badge svg { font-size: 38px !important; }
  .seg-label { font-family: 'Montserrat', sans-serif; font-weight: 600; font-size: 13.5px; line-height: 1.25; color: #0B1120; }
  @media (max-width: 980px) and (min-width: 769px) {
    .seg-grid { grid-template-columns: repeat(3, 1fr); }
    .seg-grid > .seg-card:nth-child(4n) { border-right: 1px solid rgba(45,126,255,0.14); }
    .seg-grid > .seg-card:nth-child(3n) { border-right: none; }
    .seg-grid > .seg-card:nth-last-child(-n+4) { border-bottom: 1px solid rgba(45,126,255,0.14); }
    .seg-grid > .seg-card:nth-last-child(-n+3) { border-bottom: none; }
  }
  @media (max-width: 768px) {
    .seg-grid { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px; max-width: 460px; border: none; border-radius: 0; background: transparent; overflow: visible; }
    .seg-card { flex-direction: row !important; align-items: center; gap: 8px; padding: 8px 14px 8px 10px !important; border: 1px solid rgba(45,126,255,0.22) !important; border-radius: 999px; background: rgba(255,255,255,0.45); }
    .seg-badge { width: 24px; height: 24px; }
    .seg-badge::before { display: none; }
    .seg-badge img { width: 24px !important; height: 24px !important; }
    .seg-badge svg { font-size: 22px !important; }
    .seg-label { font-size: 12.5px; white-space: nowrap; }
  }
  .pf-marquee { overflow: hidden; cursor: grab; touch-action: pan-y; -webkit-mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent); mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent); }
  .pf-marquee.dragging { cursor: grabbing; }
  .pf-track { display: flex; gap: 22px; width: max-content; will-change: transform; }
  .pf-card { flex: 0 0 auto; width: 400px; }
  @media (max-width: 768px) { .pf-card { width: 300px; } .pf-track { gap: 16px; } }
  @media (max-width: 1080px) and (min-width: 769px) {
    .kit-grid { grid-template-columns: repeat(2, 1fr) !important; }
    .benefits-grid { grid-template-columns: repeat(2, 1fr) !important; }
    .step-connector { display: none !important; }
    #beneficios .steps-row { gap: 8px !important; }
    #beneficios .steps-row > div { flex: 1 1 30% !important; max-width: none !important; }
    #como .steps-row { gap: 24px 18px !important; }
    #como .steps-row > div { flex: 1 1 44% !important; max-width: 46% !important; }
  }
  @media (max-width: 768px) {
    .nav-cta { display: none !important; }
    .nav-links { display: none !important; }
    .nav-burger { display: inline-flex !important; }
    .hero-btns > a { flex: 1 1 100% !important; }
    .step-connector { display: none !important; }
    footer { padding-top: 34px !important; }
    .footer-inner { grid-template-columns: 1fr !important; gap: 22px !important; text-align: center !important; justify-items: center !important; }
    .footer-inner > div { display: flex; flex-direction: column; align-items: center; width: 100%; }
    .footer-inner p { margin: 12px auto 0 !important; max-width: 330px !important; font-size: 13px !important; line-height: 1.55 !important; }
    .footer-inner a[href="#top"] { justify-content: center; }
    .footer-social { justify-content: center !important; margin-top: 14px !important; gap: 9px !important; }
    .footer-social a { width: 34px !important; height: 34px !important; }
    .footer-social svg { font-size: 17px !important; }
    /* títulos das colunas mais discretos e colados no conteúdo */
    .footer-inner > div > div:first-child { margin-bottom: 12px !important; font-size: 10px !important; }
    /* navegação em linha, não empilhada */
    .footer-nav { flex-direction: row !important; flex-wrap: wrap; justify-content: center; gap: 8px 20px !important; }
    .footer-nav a { font-size: 13.5px !important; }
    /* contato em 2 colunas compactas */
    .footer-contact { display: grid !important; grid-template-columns: 1fr 1fr; gap: 10px 14px !important; width: 100%; max-width: 380px; }
    .footer-contact > * { justify-content: center; font-size: 12.5px !important; gap: 7px !important; }
    .footer-contact > *:nth-child(1), .footer-contact > *:nth-child(2) { grid-column: span 1; }
    .footer-contact svg { font-size: 14px !important; }
    .footer-inner > div { display: flex; flex-direction: column; align-items: center; width: 100%; }
    .footer-inner p { margin-left: auto !important; margin-right: auto !important; }
    .footer-inner a[href="#top"] { justify-content: center; }
    .footer-social { justify-content: center !important; }
    .footer-inner > div > div { align-items: center !important; }
    footer { padding-top: 34px !important; }
    .footer-inner p { max-width: none !important; font-size: 13.5px !important; }
    .footer-social { gap: 9px !important; }
    .footer-div { margin-top: 14px !important; }
    .footer-legal { padding: 14px 24px 20px !important; gap: 8px !important; }
    .footer-legal > div:first-child { gap: 6px 16px !important; }
    .footer-legal button { font-size: 12px !important; }
    .footer-legal > div:last-child { font-size: 12px !important; }
    .oque-full { display: none !important; }
    .oque-short { display: block !important; }
    #oque { padding-top: 46px !important; padding-bottom: 46px !important; }
    .sec-compact { padding-top: 52px !important; padding-bottom: 52px !important; }
    .sec-compact .sec-head { margin-bottom: 30px !important; }
    .benefits-grid { grid-template-columns: repeat(2, 1fr) !important; gap: 12px !important; }
    .benefits-grid > div { padding: 24px 16px !important; }
    .benefits-grid h3 { font-size: 16px !important; margin: 14px 0 8px !important; }
    .benefits-grid p { font-size: 13px !important; }
    .bio-cmp { grid-template-columns: 1fr !important; }
    .plans-grid { grid-template-columns: 1fr !important; gap: 34px !important; }
    .plans-grid > div:last-child { margin-top: 0 !important; }
    .parceria-row { flex-direction: column !important; text-align: center !important; gap: 28px !important; }
    .parceria-row p { margin-left: auto !important; margin-right: auto !important; }
    .faq-item { padding: 16px 18px !important; }
    .faq-q { font-size: 14.5px !important; }
    .faq-a { font-size: 14px !important; }
    .vs-grid { grid-template-columns: 1fr !important; gap: 14px !important; }
    .vs-grid > div { padding: 20px 18px 8px !important; }
    .dor-grid > div { padding: 26px 22px !important; }
    .dor-grid > div img { width: 52px !important; height: 52px !important; }
    .dor-grid > div h3 { font-size: 18px !important; margin: 14px 0 8px !important; }
    .dor-grid > div p { font-size: 14px !important; max-width: none !important; }
    .steps-row { gap: 2px !important; }
    .steps-row > div { flex: 1 1 100% !important; max-width: 340px !important; }
    .steps-row > div > div:first-child { font-size: 46px !important; }
    .steps-row > div h3 { font-size: 17px !important; margin: 6px 0 4px !important; }
    .steps-row > div p { font-size: 13.5px !important; }
    .kit-head { flex-direction: column !important; text-align: center !important; gap: 16px !important; }
    .kit-head > div:first-child { flex: 0 0 auto !important; width: 100% !important; }
    .kit-head > div:last-child { width: 100% !important; max-width: 320px !important; align-self: center !important; min-width: 0 !important; }
    .kit-block { padding: 22px 16px !important; margin-top: 28px !important; }
    .kit-grid { grid-template-columns: repeat(2, 1fr) !important; gap: 10px !important; margin-top: 22px !important; }
    .kit-grid > div { padding: 10px !important; gap: 10px !important; }
    .kit-grid > div span { font-size: 12.5px !important; padding: 0 2px 4px !important; }
  }
  @media (min-width: 769px) {
    .nav-burger { display: none !important; }
  }

/* ---------- Estados :hover (restaurados como CSS real) ---------- */
.bf-cta:hover { background: #1A6AEE !important; color: #fff !important; }
a.bf-cta[style*="background:transparent"]:hover,
a.bf-cta[style*="background: transparent"]:hover { background: #2D7EFF !important; color: #fff !important; }
.nav-cta:hover { background: #1A6AEE !important; color: #fff !important; }
.path-card:hover { border-color: #2D7EFF !important; box-shadow: 0 20px 46px rgba(45,126,255,0.18) !important; }
.seg-card:hover { background: rgba(45,126,255,0.06) !important; }
.pad-row:hover { border-color: rgba(45,126,255,0.5) !important; }
.faq-item:hover { border-color: #2D7EFF !important; }
.pf-chip:hover { border-color: #2D7EFF !important; color: #2D7EFF !important; }
.footer-nav a:hover, .footer-contact a:hover, .footer-legal a:hover { color: #2D7EFF !important; }
.footer-social a:hover { color: #2D7EFF !important; border-color: #2D7EFF !important; }
.footer-legal button:hover, #legal-close:hover { color: #2D7EFF !important; }
.wa-fab:hover { transform: scale(1.08); }
.vit-item:hover { border-color: #BFD6FF !important; }
.niche-card:hover { transform: scale(1.02); }
.niche-arrow:hover { background: #2D7EFF !important; color: #fff !important; }
.niche-link:hover { background: #1A6AEE !important; color: #fff !important; }
[data-billing]:hover { color: #fff !important; }
[data-open-doc]:hover { color: #2D7EFF !important; }
#cookie-accept:hover { background: #1A6AEE !important; }
.pf-grid a:hover, .teaser-grid a:hover { transform: translateY(-4px); box-shadow: 0 14px 30px rgba(45,126,255,0.16) !important; border-color: #BFD6FF !important; }


/* Blocos recolhidos no mobile: o par .open das regras display:none */
.pad-list.open { display: flex !important; }
.form-inner.open { display: block !important; }


/* Mobile: grids de conteúdo empilhados */
@media (max-width: 768px) {
  .teaser-grid { grid-template-columns: 1fr !important; gap: 14px !important; }
  .teaser-grid a > div:first-child { height: 168px !important; }
  .incluso-grid { grid-template-columns: 1fr !important; gap: 14px !important; }
  .incluso-grid > div { padding: 22px 20px !important; border-radius: 14px !important; }
  .incluso-grid h3 { font-size: 17px !important; margin: 0 0 14px !important; padding-bottom: 12px; border-bottom: 1px solid #DCE6F7; }
  .incluso-grid > div > div { gap: 14px !important; }
}
@media (max-width: 980px) and (min-width: 769px) {
  .teaser-grid { grid-template-columns: repeat(2, 1fr) !important; }
}
