/* ============ TOKENS (derivados do design system Bruna Pin v1.0) ============ */
:root{
  --bp-burgundy-950:#2E0B10;
  --bp-burgundy-900:#3B0F16;
  --bp-burgundy-800:#4F151C;
  --bp-burgundy-700:#6B2028;
  --bp-burgundy-100:#F1E1DF;
  --bp-burgundy-050:#FBF3F1;
  --bp-gold-800:#8C6530;
  --bp-gold-700:#A47438;
  --bp-gold-600:#B38245;
  --bp-gold-500:#C79A5B;
  --bp-gold-400:#D3AA67;
  --bp-gold-200:#E7CDA0;
  --bp-gold-100:#F3E6D2;
  --bp-ivory:#F6F2E8;
  --bp-ink:#241D1B;
  --bp-muted:#746661;
  --bp-canvas:#FCFAF6;
  --bp-white:#FFFFFF;
  --bp-line:#E4D9D2;
  --bp-line-soft:#EDE5DF;
  --bp-danger:#B3261E;
  --bp-success:#2E7D32;
  --bp-whatsapp:#25D366;
  --bp-shadow-sm:0 6px 16px rgba(45,15,10,.08);
  --bp-shadow-md:0 16px 40px rgba(45,15,10,.18);
  --bp-radius-sm:.5rem;
  --bp-radius-md:.875rem;
  --bp-radius-lg:1.25rem;
  --bp-radius-xl:2rem;
  --bp-radius-pill:999px;
  --bp-duration-fast:150ms;
  --bp-duration-base:250ms;
  --bp-ease:cubic-bezier(.4,0,.2,1);
  --bp-font-display:"EB Garamond",Georgia,serif;
  --bp-font-sans:Inter,system-ui,-apple-system,"Segoe UI",sans-serif;
  --bp-container:1200px;
  --bp-gutter:48px;
  --bp-lh-body:1.6;
}
@media(max-width:900px){:root{--bp-gutter:24px}}
@media(max-width:620px){:root{--bp-gutter:16px}}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{animation-duration:.01ms!important;transition-duration:.01ms!important}}
body{margin:0;background:var(--bp-canvas);color:var(--bp-ink);font-family:var(--bp-font-sans);font-size:16px;line-height:var(--bp-lh-body)}
body.modal-open{overflow:hidden}
a{color:inherit}
img{max-width:100%;display:block}
.shell{width:min(var(--bp-container),calc(100% - 2*var(--bp-gutter)));margin-inline:auto}
.eyebrow{display:inline-flex;align-items:center;gap:.55rem;font-size:.72rem;font-weight:750;letter-spacing:.16em;text-transform:uppercase;color:var(--bp-gold-700)}
.eyebrow:before{content:"";width:2.2rem;height:1px;background:currentColor}
.eyebrow.on-dark{color:var(--bp-gold-400)}
h1,h2,h3,h4,p{margin-top:0}
.section-title{font-family:var(--bp-font-display);font-size:clamp(2.1rem,4vw,3.4rem);line-height:1.05;letter-spacing:0;color:var(--bp-burgundy-900);margin:.2em 0 .35em}
.lede{font-size:1.1rem;max-width:56ch;color:var(--bp-muted)}
.small{font-size:.86rem;color:var(--bp-muted)}
.btn{appearance:none;border:0;cursor:pointer;border-radius:var(--bp-radius-pill);min-height:48px;padding:.85rem 1.5rem;font-weight:750;font-size:.95rem;font-family:inherit;display:inline-flex;align-items:center;justify-content:center;gap:.55rem;text-decoration:none;transition:transform var(--bp-duration-fast) var(--bp-ease),box-shadow var(--bp-duration-base) var(--bp-ease),background var(--bp-duration-base) var(--bp-ease)}
.btn:hover{transform:translateY(-2px)}
.btn-primary{background:var(--bp-burgundy-800);color:var(--bp-ivory);box-shadow:0 10px 24px rgba(79,21,28,.2)}
.btn-primary:hover{background:var(--bp-burgundy-700)}
.btn-secondary{background:var(--bp-gold-500);color:var(--bp-burgundy-950)}
.btn-secondary:hover{background:var(--bp-gold-400)}
.btn-ghost{background:transparent;color:var(--bp-burgundy-800);border:1px solid var(--bp-burgundy-800)}
.btn-inverse{background:var(--bp-ivory);color:var(--bp-burgundy-900)}
.btn-block{width:100%}
.btn:focus-visible,a:focus-visible,summary:focus-visible,input:focus-visible,select:focus-visible{outline:3px solid rgba(45,108,223,.45);outline-offset:3px}

/* ---- Nav ---- */
.nav-wrap{position:sticky;top:0;z-index:40;background:rgba(252,250,246,.92);backdrop-filter:saturate(1.1) blur(8px);border-bottom:1px solid var(--bp-line-soft)}
.nav{display:flex;align-items:center;justify-content:space-between;gap:1.5rem;padding:.7rem 0}
.brand{display:flex;align-items:center;gap:.65rem;text-decoration:none}
.brand img{width:94px;height:auto;border-radius:0;object-fit:contain}
.brand b{font-family:var(--bp-font-display);font-size:1.15rem;color:var(--bp-burgundy-900);line-height:1.1}
.brand span{display:block;font-size:.66rem;letter-spacing:.08em;text-transform:uppercase;color:var(--bp-muted)}
.nav-links{display:flex;gap:1.75rem;font-size:.86rem;font-weight:600}
.nav-links a{text-decoration:none;color:var(--bp-ink);opacity:.8}
.nav-links a:hover{opacity:1;color:var(--bp-burgundy-800)}
@media(max-width:820px){.nav-links{display:none}}
.nav .btn{min-height:42px;padding:.6rem 1.1rem;font-size:.85rem}

/* ---- Hero ---- */
.hero{background:linear-gradient(180deg,var(--bp-ivory) 0%,var(--bp-canvas) 100%);padding:3rem 0 3.5rem;border-bottom:1px solid var(--bp-line-soft)}
.hero-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:2.75rem;align-items:center}
.hero h1{font-family:var(--bp-font-display);font-weight:500;font-size:clamp(2.4rem,4.6vw,3.6rem);line-height:1.06;letter-spacing:0;color:var(--bp-burgundy-900);margin:.35em 0 .35em}
.hero .lede{font-size:1.2rem;margin-bottom:0}
.trust-row{display:flex;flex-wrap:wrap;gap:.6rem;margin-top:1.35rem;margin-bottom:1.25rem}
.trust-pill{padding:.5rem .85rem;border:1px solid var(--bp-line);border-radius:var(--bp-radius-pill);color:var(--bp-burgundy-800);background:var(--bp-white);font-size:.78rem;font-weight:600}
.hero-photo{position:relative;border-radius:var(--bp-radius-xl);overflow:hidden;background:var(--bp-burgundy-100);min-height:460px;display:grid;place-items:center;box-shadow:var(--bp-shadow-md)}
.hero-photo img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.hero-photo .ph-note{text-align:center;color:var(--bp-burgundy-700);font-weight:700;font-size:.9rem;padding:1.5rem;border:2px dashed var(--bp-gold-500);border-radius:var(--bp-radius-lg);background:rgba(255,255,255,.5)}

/* ---- Section shell ---- */
section.page{padding:4.25rem 0;border-bottom:1px solid var(--bp-line-soft)}
.kicker{font-size:.76rem;text-transform:uppercase;letter-spacing:.14em;font-weight:750;color:var(--bp-gold-700);margin-bottom:.6rem;display:block}
.section-head{display:grid;grid-template-columns:1fr 1fr;gap:2rem;align-items:start;margin-bottom:1.65rem}
.section-head--single{grid-template-columns:1fr}
.section-head .lede{margin:0}
.section-head .btn{margin-top:1.2rem}
.section-cta{margin-top:1.35rem}

/* ---- Checklist (Seção 2) ---- */
.check-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem;margin:0;padding:0;list-style:none}
.check-grid li{min-height:60px;display:flex;align-items:center;gap:.75rem;padding:1rem 1.1rem;border:1px solid var(--bp-line-soft);background:var(--bp-white);border-radius:var(--bp-radius-md);font-weight:700;font-size:.94rem;box-shadow:var(--bp-shadow-sm)}
.check-grid li:before{content:"✓";flex:0 0 auto;width:1.4rem;height:1.4rem;border-radius:50%;display:grid;place-items:center;background:var(--bp-burgundy-100);color:var(--bp-burgundy-800);font-weight:800;font-size:.8rem}

/* ---- Two column (Seção 3) ---- */
.two-column{display:grid;grid-template-columns:.85fr 1.15fr;gap:2rem;align-items:start}
.two-column h3{font-family:var(--bp-font-display);font-size:1.3rem;color:var(--bp-burgundy-900);margin-bottom:1rem}
.benefit-list{display:grid;gap:.65rem;margin:0;padding:0;list-style:none}
.benefit-list li{display:flex;gap:.75rem;align-items:flex-start;padding:1rem 1.1rem;border:1px solid var(--bp-line-soft);background:var(--bp-burgundy-050);border-radius:var(--bp-radius-md);font-size:.92rem;font-weight:600;color:var(--bp-ink)}
.benefit-list li:before{content:"⭐";flex:0 0 auto;width:1.6rem;height:1.6rem;border-radius:50%;display:grid;place-items:center;background:var(--bp-burgundy-800);color:var(--bp-ivory);font-family:var(--bp-font-display);font-size:.85rem}

/* ---- Process (Seção 4) ---- */
.process{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;margin:0 0 1.35rem}
.step{padding:1.35rem 1.2rem 1.45rem;background:var(--bp-white);border-radius:var(--bp-radius-lg);border:1px solid var(--bp-line-soft);box-shadow:var(--bp-shadow-sm)}
.step .stepnum{font-family:var(--bp-font-display);font-size:2.4rem;color:var(--bp-gold-600);line-height:1}
.step h4{margin:.5rem 0 .4rem;color:var(--bp-burgundy-900);font-size:1.05rem}
.step p{font-size:.86rem;color:var(--bp-muted);margin:0}

/* ---- Testimonials (Seção 5) ---- */
.testimonial-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.1rem;margin-top:.5rem}
.testimonial{padding:1.6rem;border:1px solid var(--bp-line-soft);border-radius:var(--bp-radius-lg);background:var(--bp-white);box-shadow:var(--bp-shadow-sm);display:flex;flex-direction:column;gap:.65rem}
.t-head{display:flex;align-items:center;gap:.75rem}
.avatar{width:44px;height:44px;border-radius:50%;background:var(--bp-burgundy-800);color:var(--bp-ivory);display:grid;place-items:center;font-family:var(--bp-font-display);font-weight:700;font-size:1.05rem;flex:0 0 auto}
.t-name{font-weight:700;font-size:.9rem;color:var(--bp-ink)}
.t-tag{font-size:.72rem;color:var(--bp-muted)}
.stars{color:var(--bp-gold-600);letter-spacing:.12em;font-size:.8rem}
.quote{font-family:var(--bp-font-display);font-size:1.1rem;line-height:1.3;color:var(--bp-burgundy-900);margin:0}

/* ---- FAQ ---- */
.faq{max-width:820px;margin:0 auto}
.faq-item{border:1px solid var(--bp-line);border-radius:var(--bp-radius-md);background:var(--bp-white);overflow:hidden;margin-bottom:.7rem}
.faq-item summary{list-style:none;cursor:pointer;padding:1.1rem 1.3rem;display:flex;justify-content:space-between;align-items:center;gap:1rem;font-weight:700;color:var(--bp-ink);font-size:.98rem}
.faq-item summary::-webkit-details-marker{display:none}
.faq-item summary:after{content:"+";flex:0 0 auto;width:1.6rem;height:1.6rem;border-radius:50%;background:var(--bp-burgundy-100);color:var(--bp-burgundy-800);display:grid;place-items:center;font-weight:800;transition:transform var(--bp-duration-base) var(--bp-ease)}
.faq-item[open] summary:after{content:"−"}
.faq-item .faq-a{padding:0 1.3rem 1.3rem;color:var(--bp-muted);font-size:.92rem;max-width:70ch}

/* ---- CTA band ---- */
.cta-band{background:var(--bp-gold-500);color:var(--bp-burgundy-950);border-radius:var(--bp-radius-xl);padding:2.5rem;display:flex;align-items:center;justify-content:space-between;gap:2rem;flex-wrap:wrap}
.cta-band h2{font-family:var(--bp-font-display);font-weight:500;font-size:clamp(1.8rem,3vw,2.4rem);line-height:1.08;margin:0 0 .4rem}
.cta-band p{margin:0;max-width:52ch;color:var(--bp-burgundy-900)}
.final-cta{text-align:center}
.final-cta .shell{max-width:760px}
.final-cta p{color:var(--bp-muted);font-size:1.05rem;margin:0 auto 1.8rem}

/* ---- Sticky WhatsApp ---- */
.wa-float{position:fixed;right:1.25rem;bottom:1.25rem;z-index:50;width:60px;height:60px;border-radius:50%;background:var(--bp-whatsapp);color:#fff;display:grid;place-items:center;box-shadow:var(--bp-shadow-md);text-decoration:none;opacity:1;transform:translateY(0);pointer-events:auto;transition:opacity var(--bp-duration-base) var(--bp-ease),transform var(--bp-duration-base) var(--bp-ease)}
.wa-float.show{opacity:1;transform:translateY(0);pointer-events:auto}
.wa-float svg{width:28px;height:28px}

/* ---- Lead modal ---- */
.lead-modal{position:fixed;inset:0;z-index:90;display:grid;place-items:center;padding:1rem;background:rgba(46,11,16,.62);opacity:0;pointer-events:none;transition:opacity var(--bp-duration-base) var(--bp-ease)}
.lead-modal.open{opacity:1;pointer-events:auto}
.lead-modal__panel{position:relative;width:min(460px,100%);max-height:calc(100vh - 2rem);overflow:auto;background:var(--bp-canvas);border:1px solid var(--bp-line-soft);border-radius:var(--bp-radius-lg);box-shadow:0 24px 70px rgba(46,11,16,.32);padding:2rem;transform:translateY(12px);transition:transform var(--bp-duration-base) var(--bp-ease)}
.lead-modal.open .lead-modal__panel{transform:translateY(0)}
.lead-modal__close{position:absolute;top:.9rem;right:.9rem;width:38px;height:38px;border:1px solid var(--bp-line-soft);border-radius:50%;background:var(--bp-white);color:var(--bp-burgundy-900);cursor:pointer;font-size:1.5rem;line-height:1;display:grid;place-items:center}
.lead-modal__brand{width:82px;height:auto;margin:0 auto 1rem}
.lead-modal h2{font-family:var(--bp-font-display);font-size:2rem;line-height:1.05;letter-spacing:0;color:var(--bp-burgundy-900);text-align:center;margin:0 0 .65rem}
.lead-modal__intro{color:var(--bp-muted);text-align:center;margin:0 auto 1.4rem;max-width:34ch}
.lead-form{display:grid;gap:1rem}
.form-group{display:grid;gap:.45rem}
.form-group label{font-size:.82rem;font-weight:750;color:var(--bp-burgundy-900)}
.form-group input{width:100%;min-height:48px;border:1px solid var(--bp-line);border-radius:var(--bp-radius-sm);background:var(--bp-white);color:var(--bp-ink);font:inherit;padding:.85rem 1rem;transition:border-color var(--bp-duration-fast) var(--bp-ease),box-shadow var(--bp-duration-fast) var(--bp-ease)}
.form-group input:focus{border-color:var(--bp-gold-600);box-shadow:0 0 0 4px rgba(199,154,91,.2);outline:0}
.form-group input.invalid{border-color:var(--bp-danger);box-shadow:0 0 0 4px rgba(179,38,30,.12)}
.field-error{min-height:1rem;color:var(--bp-danger);font-size:.78rem;line-height:1.25}
.btn-modal-submit{appearance:none;border:0;border-radius:var(--bp-radius-pill);min-height:50px;padding:.9rem 1.35rem;background:var(--bp-burgundy-800);color:var(--bp-ivory);font:inherit;font-weight:800;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:.55rem;box-shadow:0 10px 24px rgba(79,21,28,.2)}
.btn-modal-submit:hover{background:var(--bp-burgundy-700)}
.btn-modal-submit:disabled{cursor:not-allowed;opacity:.72;transform:none}
.spinner{width:1rem;height:1rem;border-radius:50%;border:2px solid rgba(246,242,232,.45);border-top-color:var(--bp-ivory);animation:spin .8s linear infinite}
.form-trust{font-size:.8rem;color:var(--bp-muted);text-align:center;margin:.1rem 0 0}
.form-status{min-height:1.15rem;text-align:center;font-size:.82rem;font-weight:700;color:var(--bp-danger);margin:0}
@keyframes spin{to{transform:rotate(360deg)}}

/* ---- Footer ---- */
.footer{padding:2.5rem 0;background:var(--bp-burgundy-950);color:rgba(246,242,232,.7);text-align:center}
.footer .shell{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:1.25rem}
.footer-brand{display:flex;align-items:center;justify-content:center}
.footer-brand img{width:112px;height:auto;border-radius:0;object-fit:contain}
.footer .disclaimer{max-width:620px;font-size:.78rem;margin:0 auto}

@media(max-width:900px){
  .hero-grid,.two-column,.section-head{grid-template-columns:1fr}
  .hero-photo{min-height:360px}
  .process,.testimonial-grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:620px){
  .nav-wrap{position:static;background:var(--bp-ivory);backdrop-filter:none;border-bottom:0}
  .nav{justify-content:center;padding:.85rem 0 .35rem}
  .brand{justify-content:center}
  .brand img{width:78px}
  .hero{background:var(--bp-ivory);padding:2.2rem 0 2.75rem}
  .hero,section.page,.section-head,.two-column,.step,.section-cta,.final-cta{text-align:center}
  .hero-grid{gap:1.55rem}
  .hero h1{font-size:2.15rem}
  .hero .lede{font-size:1.05rem;margin-inline:auto}
  .lede,.section-head .lede{margin-inline:auto}
  .eyebrow{justify-content:center}
  .trust-row{justify-content:center}
  .hero-photo{display:block;min-height:0;border-radius:var(--bp-radius-lg)}
  .hero-photo img{position:static;width:100%;height:auto;object-fit:contain}
  section.page{padding:2.35rem 0}
  .section-title{font-size:2rem}
  .section-head{gap:.75rem;margin-bottom:1.2rem}
  .two-column{gap:.9rem}
  .two-column h3{margin-bottom:0}
  .check-grid,.process{grid-template-columns:repeat(2,minmax(0,1fr))}
  .testimonial-grid{grid-template-columns:1fr}
  .check-grid{gap:.6rem}
  .check-grid li{min-height:54px;gap:.45rem;justify-content:flex-start;text-align:left;padding:.75rem .65rem;font-size:.72rem;line-height:1.25}
  .check-grid li:before{width:1.15rem;height:1.15rem;font-size:.62rem}
  .benefit-list{gap:.55rem}
  .benefit-list li{align-items:flex-start;justify-content:flex-start;text-align:left;padding:.8rem .9rem;font-size:.86rem}
  .process{gap:.7rem;margin-bottom:1.15rem}
  .step{padding:1rem .85rem 1.05rem}
  .step .stepnum{font-size:1.75rem}
  .step h4{font-size:.82rem;line-height:1.2;margin:.45rem 0 .35rem}
  .step p{font-size:.72rem;line-height:1.35}
  .testimonial,.faq{text-align:left}
  .testimonial .t-head{justify-content:flex-start}
  .section-cta{margin-top:1.1rem}
  .lead-modal{padding:.75rem}
  .lead-modal__panel{padding:1.55rem 1.2rem;border-radius:var(--bp-radius-md)}
  .lead-modal h2{font-size:1.75rem}
  .btn-block-mobile{width:100%}
  .cta-band{flex-direction:column;align-items:center;text-align:center}
  .footer-brand img{width:96px}
}
