/* BeneMed × Owl Digital — LP Planos */
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
:root{
  --bm-roxo:#7C68F1;--bm-roxo-deep:#6A55E5;--bm-azul:#72B5F9;
  --bm-roxo-light:#F5F3FF;--bm-roxo-medium:#EDEBFF;--bm-navy:#1E1B3A;
  --owl-plum:#290033;--owl-coral:#f54e35;--owl-teal:#2DC8D2;
  --text:#2D2A45;--text-sub:#5E5B78;--text-muted:#9896AA;
  --border:#E8E6F0;--border-light:#F3F2F7;--bg:#FAFAFE;--white:#FFF;
  --font:'Plus Jakarta Sans',system-ui,-apple-system,sans-serif;
}
html{font-size:16px;-webkit-text-size-adjust:100%;scroll-behavior:smooth}
body{font-family:var(--font);background:var(--bg);color:var(--text);line-height:1.5;min-height:100vh;-webkit-font-smoothing:antialiased}

/* ---- Header ---- */
.header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.92);backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px);border-bottom:1px solid var(--border)}
.header-inner{max-width:1060px;margin:0 auto;padding:14px 32px;display:flex;align-items:center;justify-content:space-between}

/* Prada | Adidas style co-brand */
.header-brand{display:flex;align-items:center;gap:16px}
.logo-benemed{height:20px;width:auto}
.logo-benemed--icon{display:none}
.brand-separator{width:1px;height:18px;background:var(--border)}
.logo-owl-header{height:20px;width:auto}

.header-nav{display:flex;align-items:center;gap:8px}
.header-link{font-family:var(--font);font-size:13px;font-weight:600;text-decoration:none;padding:9px 18px;border-radius:10px;transition:all .2s;letter-spacing:-.01em}
.header-link--ghost{color:var(--text-sub)}
.header-link--ghost:hover{color:var(--bm-roxo);background:var(--bm-roxo-light)}
.header-link--outline{color:var(--bm-roxo);border:1.5px solid var(--bm-roxo-medium)}
.header-link--outline:hover{background:var(--bm-roxo-light)}
.header-link--filled{color:var(--white);background:var(--bm-roxo)}
.header-link--filled:hover{background:var(--bm-roxo-deep);box-shadow:0 4px 16px rgba(124,104,241,.25)}

/* ---- Main ---- */
.main{max-width:1060px;margin:0 auto;padding:56px 32px 140px}

/* ---- Headline ---- */
.headline{text-align:center;margin-bottom:44px}
.headline h1{font-size:clamp(26px,4vw,40px);font-weight:800;color:var(--bm-navy);letter-spacing:-.045em;line-height:1.08;margin-bottom:12px}
.headline p{font-size:17px;color:var(--text-sub);font-weight:500;letter-spacing:-.01em}

/* ---- Toggle ---- */
.toggle-wrap{width:calc((100% - 32px) / 3);min-width:280px;margin:0 auto 44px;background:var(--white);border-radius:14px;padding:4px;border:1px solid var(--border);display:flex}
.toggle-btn{flex:1;padding:13px 16px;border-radius:11px;border:none;cursor:pointer;font-family:var(--font);font-size:14px;font-weight:600;color:var(--text-muted);background:transparent;transition:all .3s cubic-bezier(.4,0,.2,1)}
.toggle-btn.active{color:var(--white);background:var(--bm-roxo);box-shadow:0 3px 12px rgba(124,104,241,.25)}

/* ---- Cards ---- */
.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}

.card{background:var(--white);border-radius:20px;border:1.5px solid var(--border);display:flex;flex-direction:column;transition:all .3s ease;box-shadow:0 1px 2px rgba(30,27,58,.02),0 4px 24px rgba(124,104,241,.03)}
.card:hover{box-shadow:0 4px 12px rgba(124,104,241,.06),0 16px 48px rgba(124,104,241,.08);transform:translateY(-3px)}

.card.popular{border-color:var(--bm-roxo);box-shadow:0 4px 12px rgba(124,104,241,.06),0 16px 48px rgba(124,104,241,.1)}

.card-badge{background:var(--bm-roxo);color:var(--white);text-align:center;padding:7px;font-size:11px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;border-radius:20px 20px 0 0}

.card-body{padding:28px 24px 24px;display:flex;flex-direction:column;flex:1}

.card-name{font-size:20px;font-weight:800;color:var(--bm-navy);letter-spacing:-.03em;margin-bottom:3px}
.card-tag{font-size:13px;color:var(--text-muted);font-weight:500;margin-bottom:28px}

/* Price — elegant like Framer */
.card-price{display:flex;align-items:baseline;gap:0;margin-bottom:28px}
.card-price-currency{font-size:14px;font-weight:700;color:var(--text-sub);margin-right:2px}
.card-price-value{font-size:38px;font-weight:800;color:var(--bm-navy);letter-spacing:-.04em;line-height:1}
.card.popular .card-price-value{color:var(--bm-roxo)}
.card-price-period{font-size:13px;color:var(--text-muted);font-weight:500;margin-left:6px}

/* Separator */
.card-separator{width:100%;height:1px;background:var(--border-light);margin-bottom:20px}

/* Features */
.card-features{display:flex;flex-direction:column;gap:10px;flex:1}
.feature{display:flex;align-items:flex-start;gap:10px}
.feature-marker{flex-shrink:0;width:16px;height:16px;margin-top:2px}
.feature-text{font-size:13px;color:var(--text-sub);font-weight:500;line-height:1.45}

/* Highlights inside cards */
.card-highlights{display:flex;gap:16px;margin-bottom:20px;padding-bottom:16px;border-bottom:1px solid var(--border-light)}
.card-highlight{font-size:11px;font-weight:600;color:var(--owl-teal);letter-spacing:.02em;display:flex;align-items:center;gap:4px}
.card-highlight::before{content:'';width:4px;height:4px;border-radius:50%;background:var(--owl-teal);opacity:.6}

/* CTA */
.card-cta{display:block;width:100%;padding:14px 20px;border-radius:12px;border:none;cursor:pointer;font-family:var(--font);font-size:14px;font-weight:700;text-align:center;text-decoration:none;transition:all .25s cubic-bezier(.4,0,.2,1);letter-spacing:-.01em;margin-top:24px}
.card-cta-primary{background:var(--bm-roxo);color:var(--white)}
.card-cta-primary:hover{background:var(--bm-roxo-deep);box-shadow:0 6px 20px rgba(124,104,241,.28);transform:translateY(-1px)}
.card-cta-secondary{background:var(--bm-roxo-light);color:var(--bm-roxo)}
.card-cta-secondary:hover{background:var(--bm-roxo-medium);transform:translateY(-1px)}

/* ---- Help ---- */
.help-section{text-align:center;margin-top:48px}
.help-link{display:inline-flex;align-items:center;gap:8px;color:var(--text-muted);font-size:13px;font-weight:600;text-decoration:none;padding:12px 20px;border-radius:12px;transition:all .2s}
.help-link:hover{background:var(--white);color:var(--bm-roxo)}

/* ---- Footer ---- */
.footer{margin-top:56px;padding-top:32px;border-top:1px solid var(--border);text-align:center}
.footer-logos{display:flex;align-items:center;justify-content:center;gap:24px;margin-bottom:20px}
.footer-logo-bm{height:24px;width:auto}
.footer-divider{width:1px;height:22px;background:var(--border)}
.footer-logo-owl{height:28px;width:auto}
.footer-text{font-size:11px;color:var(--text-muted);line-height:1.8}
.footer-text a{color:var(--text-sub);text-decoration:underline;text-underline-offset:2px}
.footer-text a:hover{color:var(--bm-roxo)}

/* ---- WhatsApp ---- */
.whatsapp{position:fixed;bottom:24px;right:24px;z-index:100;width:56px;height:56px;border-radius:50%;background:#25D366;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 16px rgba(37,211,102,.3);transition:transform .2s;text-decoration:none}
.whatsapp:hover{transform:scale(1.06)}

/* Carousel dots - hidden on desktop */
.carousel-dots{display:none}

/* ---- Responsive ---- */

/* Tablet */
@media(max-width:960px){
  .header-inner{padding:12px 24px}
  .header-brand{gap:12px}
  .logo-benemed{height:20px}
  .logo-owl-header{height:20px}
  .brand-separator{height:16px}
  .header-link{font-size:12px;padding:8px 14px}
}

/* Mobile */
@media(max-width:840px){
  .main{padding:36px 0 120px;overflow-x:clip;overflow-y:visible}
  .headline,.help-section,.footer{padding-left:20px;padding-right:20px}
  .toggle-wrap{width:82vw;max-width:340px;min-width:auto;margin-left:auto;margin-right:auto;padding-left:0;padding-right:0}

  /* Header: compact nav */
  .header-inner{padding:10px 16px}
  .header-brand{gap:10px}
  .logo-benemed{height:18px}
  .logo-owl-header{height:18px}
  .brand-separator{height:14px}
  .header-nav{gap:6px}
  .header-link{font-size:11px;padding:7px 12px;border-radius:8px}

  /* Cards: horizontal carousel */
  .cards{
    display:flex;
    flex-wrap:nowrap;
    overflow-x:auto;
    scroll-snap-type:x mandatory;
    gap:12px;
    padding:0 20px 16px;
    -webkit-overflow-scrolling:touch;
    scrollbar-width:none;
  }
  .cards::-webkit-scrollbar{display:none}

  .card{
    min-width:300px;
    width:82vw;
    max-width:340px;
    flex:0 0 auto;
    scroll-snap-align:center;
  }
  .card:hover,.card.popular:hover{transform:none}

  /* Reorder for carousel: Protege first */
  .card[data-plan="protege"]{order:1}
  .card[data-plan="essencial"]{order:2}
  .card[data-plan="premium"]{order:3}

  /* Carousel dots */
  .carousel-dots{
    display:flex;justify-content:center;
    gap:8px;padding:12px 0 0;
  }
  .carousel-dot{
    width:8px;height:8px;border-radius:50%;
    background:var(--border);border:none;
    cursor:pointer;padding:0;
    transition:all .25s;
  }
  .carousel-dot.active{background:var(--bm-roxo);width:20px;border-radius:4px}
}

/* Small mobile */
@media(max-width:480px){
  .header-brand{gap:8px}

  /* Icon only on mobile */
  .logo-benemed--full{display:none}
  .logo-benemed--icon{display:block;height:22px;width:auto}
  .logo-owl-header{height:16px}
  .brand-separator{height:14px}

  .header-link{font-size:11px;padding:7px 12px}

  .headline h1{font-size:22px}
  .headline p{font-size:15px}
  .toggle-wrap{margin-bottom:32px;width:85vw;max-width:320px}
  .toggle-btn{padding:12px 12px;font-size:13px}

  .card{min-width:270px;width:85vw;max-width:320px}
  .card-body{padding:24px 20px 20px}
  .card-name{font-size:18px}
  .card-price-value{font-size:32px}
  .card-tag{margin-bottom:20px}
  .card-highlights{gap:10px;margin-bottom:16px;padding-bottom:12px}
  .card-cta{padding:14px 16px;font-size:14px}
  .feature-text{font-size:12px}

  .footer-logos{gap:16px}
  .footer-logo-bm{height:20px}
  .footer-logo-owl{height:22px}
}

/* Very small */
@media(max-width:360px){
  .card{min-width:250px;width:88vw;max-width:300px}
  .toggle-wrap{width:88vw;max-width:300px}
  .card-price-value{font-size:28px}
  .header-inner{padding:8px 12px}
}


/* ---- Terms Modal ---- */
.modal-overlay{display:none;position:fixed;inset:0;z-index:200;background:rgba(30,27,58,.5);backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);align-items:center;justify-content:center;padding:24px}
.modal-overlay.open{display:flex}
.modal-box{background:var(--white);border-radius:20px;padding:32px;max-width:400px;width:100%;box-shadow:0 24px 64px rgba(30,27,58,.15)}
.modal-title{font-size:18px;font-weight:800;color:var(--bm-navy);letter-spacing:-.03em;margin-bottom:14px}
.modal-text{font-size:14px;color:var(--text-sub);line-height:1.6;margin-bottom:24px}
.modal-text a{color:var(--bm-roxo);text-decoration:underline;text-underline-offset:2px}
.modal-actions{display:flex;gap:10px}
.modal-btn{flex:1;padding:14px 20px;border-radius:12px;font-family:var(--font);font-size:14px;font-weight:700;cursor:pointer;transition:all .2s;letter-spacing:-.01em;border:none}
.modal-btn--cancel{background:var(--bg);color:var(--text-sub)}
.modal-btn--cancel:hover{background:var(--border-light)}
.modal-btn--confirm{background:var(--bm-roxo);color:var(--white)}
.modal-btn--confirm:hover{background:var(--bm-roxo-deep);box-shadow:0 4px 16px rgba(124,104,241,.25)}

/* ========================================================
   LP SAIBA MAIS — sections
   ======================================================== */

/* Shared section */
.section{max-width:1060px;margin:0 auto;padding:80px 32px}
.section--alt{background:var(--bg)}
.section-label{font-size:12px;font-weight:700;color:var(--owl-teal);letter-spacing:.08em;text-transform:uppercase;margin-bottom:12px}
.section-title{font-size:clamp(24px,3.5vw,36px);font-weight:800;color:var(--bm-navy);letter-spacing:-.04em;line-height:1.1;margin-bottom:8px}
.section-sub{font-size:16px;color:var(--text-sub);font-weight:500}

/* ---- Hero full-bleed ---- */
.hero-full{
  position:relative;width:100%;min-height:600px;
  display:flex;align-items:center;
  background:url('../assets-benemed/hero.jpg') center/cover no-repeat;
}
.hero-full::before{
  content:'';position:absolute;inset:0;
  background:linear-gradient(90deg,rgba(255,255,255,.95) 0%,rgba(255,255,255,.85) 45%,rgba(255,255,255,.3) 75%,transparent 100%);
}
.hero-full-content{
  position:relative;z-index:1;
  max-width:1060px;margin:0 auto;padding:80px 32px;
  width:100%;
}
.hero-full-content h1{font-size:clamp(28px,4.5vw,46px);font-weight:800;color:var(--bm-navy);letter-spacing:-.05em;line-height:1.08;margin-bottom:16px;max-width:540px}
.hero-full-content h1 span{color:var(--bm-roxo)}
.hero-full-content p{font-size:17px;color:var(--text-sub);font-weight:500;max-width:460px;margin-bottom:32px;line-height:1.55}
.hero-cta{display:flex;align-items:center;gap:12px;flex-wrap:wrap}
.btn-hero-secondary{background:rgba(255,255,255,.8);color:var(--text-sub);border:1.5px solid var(--border);backdrop-filter:blur(8px)}
.btn-hero-secondary:hover{background:var(--white);border-color:var(--bm-roxo);color:var(--bm-roxo)}

/* Buttons */
.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;font-family:var(--font);font-size:15px;font-weight:700;text-decoration:none;padding:15px 28px;border-radius:14px;transition:all .25s;letter-spacing:-.01em;border:none;cursor:pointer}
.btn-fixed{min-width:220px}
.btn-primary{background:var(--bm-roxo);color:var(--white)}
.btn-primary:hover{background:var(--bm-roxo-deep);box-shadow:0 6px 24px rgba(124,104,241,.3);transform:translateY(-1px)}
.btn-secondary{background:transparent;color:var(--text-sub);border:1.5px solid var(--border)}
.btn-secondary:hover{border-color:var(--bm-roxo);color:var(--bm-roxo)}

/* ---- About ---- */
.about-text{max-width:680px;margin:40px auto 0;text-align:center}
.about-text p{font-size:16px;color:var(--text-sub);line-height:1.7;margin-bottom:16px}
.about-text p:last-child{margin-bottom:0}

/* ---- Benefits ---- */
.benefits-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:48px}
.benefit-card{background:var(--white);border-radius:20px;padding:32px 24px;border:1px solid var(--border);transition:all .3s}
.section--alt .benefit-card{background:var(--white)}
.benefit-card:hover{box-shadow:0 8px 32px rgba(124,104,241,.06);transform:translateY(-2px)}
.benefit-icon{width:44px;height:44px;border-radius:12px;background:var(--bm-roxo-light);display:flex;align-items:center;justify-content:center;margin-bottom:20px}
.benefit-icon svg{width:22px;height:22px;stroke:var(--bm-roxo);fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.benefit-card h3{font-size:16px;font-weight:700;color:var(--bm-navy);letter-spacing:-.02em;margin-bottom:8px}
.benefit-card p{font-size:14px;color:var(--text-sub);line-height:1.55}

/* ---- Steps ---- */
.steps-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:48px}
.step-card{text-align:center;padding:32px 24px}
.step-number{width:44px;height:44px;border-radius:50%;background:var(--bm-roxo);color:var(--white);font-size:18px;font-weight:800;display:flex;align-items:center;justify-content:center;margin:0 auto 20px}
.step-card h3{font-size:16px;font-weight:700;color:var(--bm-navy);letter-spacing:-.02em;margin-bottom:8px}
.step-card p{font-size:14px;color:var(--text-sub);line-height:1.55}

/* ---- Comparison ---- */
.comparison-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px;max-width:760px;margin:48px auto 0}
.comp-col{border-radius:20px;padding:32px 28px}
.comp-col--sem{background:#F0EFF2;color:#7A7889}
.comp-col--com{background:var(--bm-roxo-light);color:var(--text)}
.comp-col-title{font-size:16px;font-weight:800;letter-spacing:-.02em;margin-bottom:24px;padding-bottom:16px}
.comp-col--sem .comp-col-title{color:#A8A6B4;border-bottom:1px solid #DCDAE3}
.comp-col--com .comp-col-title{color:var(--bm-roxo);border-bottom:1px solid var(--bm-roxo-medium)}
.comp-items{display:flex;flex-direction:column;gap:14px}
.comp-item{display:flex;align-items:flex-start;gap:10px;font-size:14px;font-weight:500;line-height:1.45}
.comp-icon-x{flex-shrink:0;width:18px;height:18px;border-radius:50%;background:#DCDAE3;display:flex;align-items:center;justify-content:center;margin-top:2px}
.comp-icon-x svg{width:10px;height:10px;stroke:#A8A6B4;fill:none;stroke-width:2.5;stroke-linecap:round}
.comp-icon-check{flex-shrink:0;width:18px;height:18px;margin-top:2px}

/* ---- FAQ ---- */
.faq-list{max-width:720px;margin:48px auto 0;display:flex;flex-direction:column;gap:8px}
.faq-item{background:var(--bg);border-radius:14px;border:1px solid var(--border);overflow:hidden;transition:border-color .2s}
.faq-item.open{border-color:var(--bm-roxo-medium)}
.faq-question{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:18px 24px;cursor:pointer;font-family:var(--font);font-size:15px;font-weight:600;color:var(--bm-navy);background:none;border:none;width:100%;text-align:left}
.faq-question:hover{color:var(--bm-roxo)}
.faq-chevron{width:18px;height:18px;flex-shrink:0;transition:transform .3s;stroke:var(--text-muted);fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.faq-item.open .faq-chevron{transform:rotate(180deg);stroke:var(--bm-roxo)}
.faq-answer{max-height:0;overflow:hidden;transition:max-height .35s cubic-bezier(.4,0,.2,1)}
.faq-item.open .faq-answer{max-height:300px}
.faq-answer-inner{padding:0 24px 20px;font-size:14px;color:var(--text-sub);line-height:1.6}

/* ---- CTA Final ---- */
.cta-final{text-align:center}
.cta-final h2{font-size:clamp(24px,4vw,38px);font-weight:800;color:var(--bm-navy);letter-spacing:-.04em;line-height:1.1;margin-bottom:12px}
.cta-final p{font-size:16px;color:var(--text-sub);margin-bottom:32px}
.cta-final-actions{display:flex;align-items:center;justify-content:center;gap:12px;flex-wrap:wrap}

/* ---- Plans section (reuses card styles) ---- */
.plans-section .cards{margin-top:0}

/* ---- App stores ---- */
.app-stores{display:flex;align-items:center;justify-content:center;gap:12px;margin-top:24px;flex-wrap:wrap}
.store-link{display:block}
.store-badge{height:48px;width:auto;display:block}

/* ---- Footer disclaimer ---- */
.footer-disclaimer{font-size:12px;color:var(--text-muted);text-align:center;margin-bottom:24px;padding-bottom:20px;border-bottom:1px solid var(--border-light);font-style:italic}

/* ======== LP Saiba Mais responsive ======== */
@media(max-width:840px){
  .section{padding:56px 24px}
  .hero-full{min-height:500px}
  .hero-full::before{background:linear-gradient(180deg,rgba(255,255,255,.95) 0%,rgba(255,255,255,.85) 60%,rgba(255,255,255,.5) 100%)}
  .hero-full-content{padding:48px 24px;text-align:center}
  .hero-full-content h1{max-width:100%}
  .hero-full-content p{max-width:100%;margin-left:auto;margin-right:auto}
  .hero-cta{justify-content:center}
  .benefits-grid{grid-template-columns:1fr 1fr;max-width:560px;margin:32px auto 0}
  .steps-grid{grid-template-columns:1fr;max-width:440px;margin:32px auto 0}
  .comparison-grid{grid-template-columns:1fr;max-width:440px}
  .plans-section .cards{display:flex;flex-wrap:nowrap;overflow-x:auto;scroll-snap-type:x mandatory;gap:12px;padding:0 20px 16px;-webkit-overflow-scrolling:touch;scrollbar-width:none}
  .plans-section .cards::-webkit-scrollbar{display:none}
  .plans-section .card{min-width:300px;width:82vw;max-width:340px;flex:0 0 auto;scroll-snap-align:center}
  .plans-section .card:hover,.plans-section .card.popular:hover{transform:none}
  .plans-section .card[data-plan="protege"]{order:1}
  .plans-section .card[data-plan="essencial"]{order:2}
  .plans-section .card[data-plan="premium"]{order:3}
  .plans-section .carousel-dots{display:flex;justify-content:center;gap:8px;padding:12px 0 0}
  .plans-section .toggle-wrap{width:82vw;max-width:340px;min-width:auto}
}
@media(max-width:480px){
  .hero-full{min-height:420px}
  .hero-full-content{padding:36px 16px}
  .hero-full-content h1{font-size:26px}
  .hero-full-content p{font-size:15px}
  .btn{font-size:14px;padding:14px 24px}
  .btn-fixed{min-width:190px}
  .section{padding:44px 16px}
  .about-text p{font-size:15px}
  .benefits-grid{grid-template-columns:1fr;max-width:400px}
  .benefit-card{padding:24px 20px}
  .comp-col{padding:24px 20px}
  .faq-question{font-size:14px;padding:16px 20px}
  .faq-answer-inner{padding:0 20px 16px;font-size:13px}
  .plans-section .card{min-width:270px;width:85vw;max-width:320px}
  .plans-section .toggle-wrap{width:85vw;max-width:320px}
  .cta-final h2{font-size:24px}
  .store-badge{height:40px}
}
