:root{
    --bjs-indigo:#1D0045;
    --bjs-deep:#140039;
    --bjs-purple:#38105F;
    --bjs-royal-purple:#56137D;
    --bjs-saffron:#F1951A;
    --bjs-gold:#F5CD96;
    --bjs-cream:#FFF8EC;
    --bjs-soft:#FFF1D6;
    --bjs-white:#FFFFFF;
    --bjs-text:#241934;
    --bjs-muted:#6B617C;
    --bjs-border:rgba(29,0,69,.12);
    --bjs-shadow:0 18px 60px rgba(29,0,69,.12);
    --bjs-radius:22px;
    --bjs-container:1280px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:#fff;color:var(--bjs-text);font-family:"Montserrat",Arial,sans-serif;font-size:16px;line-height:1.7;-webkit-font-smoothing:antialiased}
body.menu-open{overflow:hidden}
img{max-width:100%;height:auto;display:block}
a{color:inherit;text-decoration:none}
button,input,textarea,select{font:inherit}
button{cursor:pointer}
h1,h2,h3,h4,p{margin-top:0}
h1,h2,h3,h4{line-height:1.12}
.bjs-container{width:min(calc(100% - 40px),var(--bjs-container));margin-inline:auto}
.skip-link{position:fixed;left:16px;top:-100px;z-index:99999;padding:12px 18px;background:var(--bjs-saffron);color:var(--bjs-deep);font-weight:800;border-radius:8px}
.skip-link:focus{top:16px}
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.bjs-btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:48px;padding:13px 22px;border:1px solid transparent;border-radius:12px;font-size:.83rem;font-weight:800;letter-spacing:.01em;text-transform:uppercase;transition:.25s ease}
.bjs-btn:hover{transform:translateY(-2px)}
.bjs-btn-primary{background:var(--bjs-saffron);color:var(--bjs-deep);box-shadow:0 12px 30px rgba(241,149,26,.24)}
.bjs-btn-primary:hover{background:#ffa11e}
.bjs-btn-dark{background:var(--bjs-indigo);color:#fff}
.bjs-btn-light{background:#fff;color:var(--bjs-indigo)}
.bjs-btn-outline-light{border-color:rgba(255,255,255,.55);color:#fff;background:rgba(255,255,255,.08);backdrop-filter:blur(8px)}
.section{padding:100px 0}
.section-kicker{display:inline-block;margin-bottom:14px;color:var(--bjs-saffron);font-size:.75rem;font-weight:900;letter-spacing:.18em;text-transform:uppercase}
.section-heading{max-width:760px;margin-bottom:42px}
.section-heading.centered{text-align:center;margin-inline:auto}
.section-heading.light,.section-heading.light p{color:#fff}
.section-heading h2,.section-copy h2{font-size:clamp(2rem,4vw,3.7rem);letter-spacing:-.045em;margin-bottom:18px}
.section-heading p,.section-copy p{color:var(--bjs-muted)}
.section-heading.light p{color:rgba(255,255,255,.75)}
.section-lead{font-size:1.08rem;font-weight:600}
.text-link{display:inline-flex;align-items:center;gap:8px;color:var(--bjs-indigo);font-weight:800}
.text-link:hover{color:var(--bjs-saffron)}
.section-footer-link{margin-top:38px;text-align:center}
.entry-content>*:first-child{margin-top:0}
.entry-content h2{font-size:2rem;margin-top:42px}
.entry-content h3{font-size:1.35rem;margin-top:32px}
.entry-content p,.entry-content li{color:#554c63}
.entry-content a{color:var(--bjs-royal-purple);text-decoration:underline;text-underline-offset:3px}
.entry-content table{width:100%;border-collapse:collapse;margin:28px 0}
.entry-content th,.entry-content td{padding:14px;border:1px solid var(--bjs-border);text-align:left}
.entry-content th{background:var(--bjs-indigo);color:#fff}
.floating-actions{position:fixed;right:18px;bottom:18px;z-index:800;display:flex;flex-direction:column;align-items:flex-end;gap:10px}
.floating-actions .float-action,.floating-actions .back-to-top{min-width:48px;height:48px;border:0;border-radius:999px;display:flex;align-items:center;justify-content:center;color:#fff;box-shadow:0 12px 30px rgba(20,0,57,.25);font-weight:900}
.float-action{padding:0 14px;gap:0;overflow:hidden;transition:.25s ease}
.float-icon{width:20px;text-align:center;flex:0 0 20px}
.float-label{max-width:0;opacity:0;white-space:nowrap;overflow:hidden;font-size:.68rem;text-transform:uppercase;letter-spacing:.05em;transition:.25s ease}
.float-action:hover .float-label,.float-action:focus-visible .float-label{max-width:110px;opacity:1;margin-left:10px}
.float-call{background:var(--bjs-purple)}
.float-whatsapp{background:#168c4d}
.back-to-top{width:48px;background:var(--bjs-saffron);color:var(--bjs-deep)!important;opacity:0;visibility:hidden;transition:.25s}
.back-to-top.is-visible{opacity:1;visibility:visible}
