@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700;800&display=swap');
:root{--blue:#00A1DE;--dark:#071e36;--green:#43A047;--bg:#f3f7fb;--text:#142033;--muted:#64748b;--line:#dce7f2;--white:#fff;--shadow:0 16px 45px rgba(7,30,54,.10)}*{box-sizing:border-box}body{margin:0;font-family:Inter,Arial,sans-serif;background:var(--bg);color:var(--text)}a{color:var(--blue);text-decoration:none}.admin-body{background:linear-gradient(135deg,#eef8fd,#f7fafc)}.layout{display:flex;min-height:100vh}.sidebar{width:280px;background:linear-gradient(180deg,var(--dark),#092c4e);color:white;padding:24px;position:sticky;top:0;height:100vh}.brand{display:flex;gap:12px;align-items:center;margin-bottom:28px}.brand-mark{width:52px;height:52px;border-radius:18px;background:linear-gradient(135deg,var(--blue),#7bdcff);display:grid;place-items:center;font-weight:800;color:white;box-shadow:0 12px 24px #0003}.sidebar h2{margin:0;font-size:20px}.sidebar p{margin:4px 0 0;color:#b7c9d9;font-size:12px}.sidebar nav{display:grid;gap:8px}.sidebar a{color:#eaf7ff;padding:12px 14px;border-radius:14px;display:block}.sidebar a:hover{background:#ffffff18}.main{flex:1;padding:28px;max-width:1400px}.topbar{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}.topbar h1{font-size:32px;margin:4px 0}.eyebrow{font-size:12px;text-transform:uppercase;letter-spacing:.12em;color:var(--blue);font-weight:800}.muted{color:var(--muted)}.card,.panel{background:rgba(255,255,255,.88);border:1px solid #fff;border-radius:24px;padding:22px;box-shadow:var(--shadow);backdrop-filter:blur(12px)}.grid{display:grid;gap:18px}.grid-2{grid-template-columns:1fr 1fr}.grid-3{grid-template-columns:repeat(3,1fr)}.btn{border:0;background:var(--blue);color:white;padding:12px 18px;border-radius:999px;font-weight:800;display:inline-flex;align-items:center;gap:8px;cursor:pointer}.btn.green{background:var(--green)}.btn.gray{background:#758195}.btn.outline{background:white;color:var(--blue);border:1px solid var(--line)}.btn.small{padding:8px 12px;font-size:13px}label{display:block;font-weight:800;margin:14px 0 6px}input,textarea,select{width:100%;padding:12px 14px;border:1px solid var(--line);border-radius:14px;font:inherit;background:white}textarea{min-height:110px}.table{width:100%;border-collapse:separate;border-spacing:0 10px}.table th{text-align:left;color:var(--muted);font-size:13px}.table td{background:white;padding:14px;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.table td:first-child{border-left:1px solid var(--line);border-radius:16px 0 0 16px}.table td:last-child{border-right:1px solid var(--line);border-radius:0 16px 16px 0}.alert{background:#e8f7ee;color:#17612b;padding:14px;border-radius:16px;margin:12px 0}.builder-shell{display:grid;grid-template-columns:320px 1fr;gap:20px;align-items:start}.builder-palette{position:sticky;top:20px}.builder-palette button{width:100%;justify-content:center;margin:6px 0}.block-item{border:1px dashed #b8c7d9;border-radius:20px;padding:16px;margin:14px 0;background:#fbfdff}.block-head{display:flex;justify-content:space-between;gap:8px;align-items:center;margin-bottom:10px}.block-head strong{font-size:14px;text-transform:uppercase;color:var(--dark)}.tabs{display:flex;gap:8px;flex-wrap:wrap;margin:0 0 16px}.tab{padding:9px 12px;border:1px solid var(--line);border-radius:999px;background:white;color:var(--muted);font-weight:700}.template-picker{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.template-card{border:2px solid var(--line);border-radius:18px;padding:14px;background:white}.template-card input{width:auto}.stats{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.stat{background:white;border-radius:22px;padding:18px;box-shadow:var(--shadow)}.stat b{font-size:28px}.lp-body{background:white}.lp-hero{min-height:82vh;background:linear-gradient(135deg,#071e36,#00A1DE);color:white;display:flex;align-items:center;padding:70px 7vw;position:relative;overflow:hidden}.lp-hero:after{content:"";position:absolute;right:-120px;bottom:-120px;width:420px;height:420px;background:#fff2;border-radius:999px}.lp-hero>div{position:relative;z-index:1;max-width:920px}.lp-hero h1{font-size:clamp(42px,7vw,82px);line-height:.98;margin:10px 0;font-weight:800}.lp-hero p{font-size:20px;line-height:1.55}.lp-logo{font-weight:800;letter-spacing:.18em;text-transform:uppercase}.lp-section{padding:72px 7vw}.lp-section.alt{background:#f4f9fd}.lp-section h2{font-size:clamp(28px,4vw,48px);margin:0 0 18px}.lp-card-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:18px}.lp-card{padding:22px;border-radius:24px;background:white;box-shadow:var(--shadow);border:1px solid #eef4fa}.lp-card h3{margin-top:0}.video-box{position:relative;padding-top:56.25%;border-radius:28px;overflow:hidden;background:#071e36;box-shadow:var(--shadow)}.video-box iframe{position:absolute;inset:0;width:100%;height:100%;border:0}.cta-band{background:linear-gradient(135deg,var(--dark),var(--blue));color:white;text-align:center;border-radius:34px;margin:30px 7vw;padding:44px}.form-wrap{max-width:720px}.cta-sticky{position:fixed;right:22px;bottom:22px;z-index:20}.public-index{min-height:100vh;display:grid;place-items:center;padding:40px;background:linear-gradient(135deg,#eef8fd,#fff)}.public-card{max-width:900px}.badge{display:inline-block;background:#e8f7ff;color:#0077aa;border-radius:999px;padding:6px 10px;font-size:12px;font-weight:800}@media(max-width:920px){.layout{display:block}.sidebar{position:relative;width:auto;height:auto}.builder-shell,.grid-2,.grid-3,.stats,.template-picker{grid-template-columns:1fr}.main{padding:18px}.topbar{display:block}.lp-hero{min-height:auto;padding:56px 24px}.lp-section{padding:48px 24px}.cta-band{margin:20px 24px}.cta-sticky{left:18px;right:18px;justify-content:center}}


/* V2.1.3 - Identidade visual do sistema */
.brand-logo{width:52px;height:52px;border-radius:18px;background:#ffffff14;border:1px solid #ffffff25;display:grid;place-items:center;overflow:hidden;box-shadow:0 12px 24px #0003;flex:0 0 52px}
.brand-logo-img{max-width:100%;max-height:100%;width:100%;height:100%;object-fit:contain;padding:5px;display:block}
.login-brand-logo,.brand-logo.small-logo{display:grid;place-items:center;margin:0 auto 10px;width:86px;height:86px;border-radius:26px;background:#fff;box-shadow:0 16px 45px rgba(7,30,54,.12);overflow:hidden}
.login-logo-img,.login-card-logo-img{max-width:100%;max-height:100%;width:100%;height:100%;object-fit:contain;padding:8px;display:block}
.identity-preview img{max-width:140px;max-height:90px;object-fit:contain;border:1px solid var(--line);border-radius:16px;background:white;padding:8px}


/* V2.2.0 - Biblioteca Premium de Blocos */
.palette-group{border-top:1px solid var(--line);padding-top:12px;margin-top:12px}.palette-group b{display:block;margin:6px 0 8px;color:var(--dark)}.block-tools{display:flex;gap:6px;align-items:center;flex-wrap:wrap}.inline-switch{display:inline-flex;align-items:center;margin:0}.inline-switch input{display:none}.media-check-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:10px;max-height:260px;overflow:auto;padding:8px;border:1px solid var(--line);border-radius:14px;background:white}.media-check{font-size:12px;margin:0;border:1px solid var(--line);border-radius:12px;padding:6px;background:#fbfdff}.media-check input{width:auto}.media-check img{width:100%;height:70px;object-fit:cover;border-radius:10px;background:#eef4fa}.block-item.dragging{opacity:.55;border-color:var(--blue);background:#eaf8ff}.lp-logo img{max-height:64px;max-width:190px;object-fit:contain}.lp-actions{display:flex;gap:12px;flex-wrap:wrap;align-items:center}.btn.outline.light{background:#fff;color:var(--blue)}.lp-center{text-align:center}.lp-lead{max-width:900px;margin:0 auto 28px;line-height:1.8;color:var(--muted);font-size:18px}.lp-badge{display:inline-block;border:1px solid var(--line);border-radius:999px;background:#fff;color:var(--blue);font-weight:800;font-size:12px;padding:8px 12px;box-shadow:var(--shadow);margin-bottom:14px}.diff-card{text-align:left}.diff-card b{display:block;color:var(--blue);margin-bottom:24px}.lp-split{display:grid;grid-template-columns:1fr 1.15fr;gap:40px;align-items:center}.lp-split.reverse{grid-template-columns:1.15fr 1fr}.lp-side-image img{width:100%;max-height:620px;object-fit:cover;border-radius:32px;box-shadow:var(--shadow)}.lp-side-text{background:#fff;border:1px solid #eef4fa;border-radius:34px;padding:38px;box-shadow:var(--shadow)}.lp-benefit-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:18px;max-width:920px;margin:0 auto}.lp-benefit{background:#fff;border-radius:24px;box-shadow:var(--shadow);padding:28px;text-align:left}.lp-benefit span{color:var(--blue);font-weight:900;font-size:22px}.lp-gallery{display:grid;gap:18px}.lp-gallery.grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.lp-gallery.slider{grid-auto-flow:column;grid-auto-columns:minmax(260px,520px);overflow-x:auto;scroll-snap-type:x mandatory;padding:8px}.lp-gallery.masonry{columns:3 240px;display:block}.lp-gallery figure{margin:0;background:white;border-radius:24px;box-shadow:var(--shadow);overflow:hidden;break-inside:avoid;margin-bottom:18px}.lp-gallery img{width:100%;height:310px;object-fit:cover;display:block}.lp-gallery.masonry img{height:auto}.service-grid{text-align:left}.service-card img,.team-card img{width:100%;height:180px;object-fit:cover;border-radius:18px;margin-bottom:12px}.service-card .icon{font-size:28px;margin-bottom:8px}.lp-location{display:grid;grid-template-columns:minmax(260px,420px) 1fr;gap:24px;align-items:stretch;text-align:left}.map-box{min-height:360px;border-radius:28px;overflow:hidden;box-shadow:var(--shadow);background:#eef4fa}.map-box iframe{width:100%;height:100%;min-height:360px;border:0}.pricing-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:20px;align-items:stretch}.price-card{position:relative;background:#fff;border-radius:28px;padding:32px;text-align:left;box-shadow:var(--shadow);border:2px solid transparent}.price-card.featured{border-color:var(--blue);transform:translateY(-10px)}.price-card em{position:absolute;top:-16px;left:50%;transform:translateX(-50%);background:white;color:var(--muted);border-radius:999px;box-shadow:var(--shadow);padding:8px 12px;font-style:normal;font-weight:800}.price-card strong{display:block;font-size:40px;line-height:1;margin:20px 0 8px;color:var(--dark)}.price-card small{display:block;margin-top:24px;font-weight:800}.table-scroll{overflow:auto}.compare-table{width:100%;border-collapse:collapse;background:#fff;border-radius:24px;overflow:hidden;box-shadow:var(--shadow)}.compare-table th,.compare-table td{padding:16px;border:1px solid var(--line);text-align:left}.step-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:18px}.step-card b{display:grid;place-items:center;width:48px;height:48px;border-radius:999px;background:var(--blue);color:white;margin:0 auto 12px}.testimonial-card img{width:70px;height:70px;border-radius:999px;object-fit:cover}.faq-card summary{cursor:pointer;font-weight:800}.count-box{display:inline-block;background:var(--dark);color:white;border-radius:24px;padding:24px 34px;font-size:28px;font-weight:900;box-shadow:var(--shadow)}.social-links,.footer-links{display:flex;gap:12px;justify-content:center;flex-wrap:wrap}.whatsapp-float{position:fixed;right:22px;bottom:86px;z-index:30;background:#25D366;color:#fff;border-radius:999px;padding:14px 18px;font-weight:900;box-shadow:var(--shadow)}.lp-separator.line{border-top:1px solid var(--line);height:1px!important;margin:30px 7vw}.lp-separator.wave{background:linear-gradient(135deg,#eef8fd,#fff)}
@media(max-width:920px){.lp-split,.lp-split.reverse,.lp-location{grid-template-columns:1fr}.lp-side-text{padding:24px}.price-card.featured{transform:none}.lp-gallery.masonry{columns:1}.builder-palette{position:relative!important}.block-tools{display:block}.block-tools .btn{margin:3px 0}.lp-actions{justify-content:center}}

/* V2.2.1 - melhorias do editor: salvar no topo, rolagem da paleta, âncoras e botão interno */
.builder-palette{max-height:calc(100vh - 40px);display:flex;flex-direction:column;overflow:hidden}
.builder-palette .save-top{margin:12px 0 8px}
.palette-scroll{overflow-y:auto;max-height:calc(100vh - 285px);padding-right:6px;margin-top:8px}
.palette-scroll::-webkit-scrollbar{width:8px}.palette-scroll::-webkit-scrollbar-thumb{background:#c9d8e8;border-radius:999px}.palette-scroll::-webkit-scrollbar-track{background:#eef5fb;border-radius:999px}
.lp-anchor{position:relative;top:-90px;height:0;visibility:hidden}
.lp-button-block{padding-top:28px;padding-bottom:28px}
.lp-button-block.align-left{text-align:left}.lp-button-block.align-center{text-align:center}.lp-button-block.align-right{text-align:right}
@media(max-width:920px){.builder-palette{max-height:none;overflow:visible}.palette-scroll{max-height:none;overflow:visible}.builder-palette .save-top{position:sticky;top:10px;z-index:5}}


/* V2.2.2 - correção das âncoras e bloco Texto Avançado / Memo */
.memo-toolbar{display:flex;flex-wrap:wrap;gap:6px;padding:10px;border:1px solid var(--line);border-radius:14px 14px 0 0;background:#f7fbff}
.memo-toolbar button{width:auto!important;margin:0!important;border:1px solid var(--line);background:white;color:var(--dark);border-radius:10px;padding:8px 10px;font-weight:800;cursor:pointer}
.memo-editor{min-height:260px;padding:18px;border:1px solid var(--line);border-top:0;border-radius:0 0 14px 14px;background:white;line-height:1.75;outline:none}
.memo-editor:focus{box-shadow:0 0 0 3px rgba(0,161,222,.12)}
.memo-editor h2,.memo-editor h3,.memo-editor p{margin-top:0}.memo-editor ul,.memo-editor ol{padding-left:24px}.memo-source{display:none!important}
.lp-memo-block.memo-normal .memo-content{max-width:920px;margin:0 auto}.lp-memo-block.memo-wide .memo-content{max-width:1180px;margin:0 auto}.lp-memo-block.memo-full{padding-left:0;padding-right:0}.lp-memo-block.memo-full h2{padding:0 7vw}.memo-content{background:#fff;border:1px solid #eef4fa;border-radius:28px;padding:34px;box-shadow:var(--shadow);line-height:1.8;color:var(--text)}.memo-content h1,.memo-content h2,.memo-content h3{line-height:1.18}.memo-content table{width:100%;border-collapse:collapse}.memo-content td,.memo-content th{border:1px solid var(--line);padding:10px}.memo-content a{font-weight:800}.lp-anchor{scroll-margin-top:110px;display:block;position:relative;top:-90px;height:0;visibility:hidden}

.memo-toolbar button:hover{background:#eaf8ff;border-color:var(--blue)}
.memo-editor blockquote,.memo-content blockquote{border-left:5px solid var(--blue);margin:18px 0;padding:10px 18px;background:#f7fbff;border-radius:12px;color:var(--muted)}
.memo-editor table,.memo-content table{margin:16px 0;background:white}.memo-editor th,.memo-content th{background:#f1f7fd}.memo-editor hr,.memo-content hr{border:0;border-top:1px solid var(--line);margin:22px 0}


/* V2.2.3 - Templates visuais restaurados */
.lp-body.template-moderno{background:#fff;color:var(--text)}
.lp-body.template-moderno .lp-hero{background:linear-gradient(135deg,#071e36,#00A1DE)}
.lp-body.template-moderno .lp-section.alt{background:#f4f9fd}

.lp-body.template-premium{background:#07111f;color:#eef8ff}
.lp-body.template-premium .lp-hero{background:radial-gradient(circle at 85% 18%,rgba(0,161,222,.35),transparent 34%),linear-gradient(135deg,#020814,#0b2845 55%,#071e36);color:#fff}
.lp-body.template-premium .lp-section{background:#07111f;color:#eef8ff}
.lp-body.template-premium .lp-section.alt{background:#0b1728}
.lp-body.template-premium .lp-card,.lp-body.template-premium .lp-side-text,.lp-body.template-premium .price-card,.lp-body.template-premium .memo-content{background:#0f2035;color:#eef8ff;border-color:#1d3a5c;box-shadow:0 18px 50px rgba(0,0,0,.38)}
.lp-body.template-premium .lp-card p,.lp-body.template-premium .lp-lead,.lp-body.template-premium .muted{color:#b9cce0}
.lp-body.template-premium .lp-badge{background:#102a44;color:#7bdcff;border-color:#1d4f76}
.lp-body.template-premium .btn.outline,.lp-body.template-premium .btn.outline.light{background:transparent;color:#fff;border-color:#6fbfe5}
.lp-body.template-premium footer.lp-section{background:#030712;color:#cbd5e1}

.lp-body.template-clean{background:#fffdf8;color:#1f2937}
.lp-body.template-clean .lp-hero{background:linear-gradient(135deg,#fff7e6,#eaf8ff);color:#102033;min-height:68vh;border-bottom:1px solid #edf2f7}
.lp-body.template-clean .lp-hero:after{background:rgba(0,161,222,.10)}
.lp-body.template-clean .lp-section.alt{background:#fbfaf7}
.lp-body.template-clean .lp-card,.lp-body.template-clean .lp-side-text,.lp-body.template-clean .price-card,.lp-body.template-clean .memo-content{border:1px solid #edf2f7;box-shadow:0 14px 34px rgba(15,23,42,.08)}
.lp-body.template-clean .lp-badge{background:#fff;color:var(--blue)}
.lp-body.template-clean .btn.green{background:var(--secondary-color,var(--green))}
html{scroll-behavior:smooth}.lp-anchor{scroll-margin-top:120px}

/* V2.2.4 - Blocos sem rótulos públicos e identidade visual completa por template */
.lp-body .lp-badge{display:none!important}
.lp-body .btn.green{background:var(--lp-secondary,var(--green));color:#fff}
.lp-body a:not(.btn){color:var(--lp-primary,var(--blue))}
.lp-body .lp-section h2,.lp-body .lp-section h3{color:inherit}
.lp-body .lp-lead{color:inherit;opacity:.78}
.lp-body .form-wrap{max-width:760px;border-radius:28px;padding:28px;box-shadow:var(--shadow)}
.lp-body .form-wrap label{color:inherit}
.lp-body .form-wrap input,.lp-body .form-wrap textarea,.lp-body .form-wrap select{background:#fff;color:#142033;border-color:#dce7f2}
.lp-body .form-wrap .check-lgpd{display:flex;gap:10px;align-items:flex-start;line-height:1.45}.lp-body .form-wrap .check-lgpd input{width:auto;margin-top:3px}
.lp-body .form-wrap .small-note{margin-top:16px}.lp-body .form-wrap button{margin-top:10px}
.lp-body .lp-section>.form-wrap{margin-left:0}.lp-body .lp-section.lp-center>.form-wrap{margin-left:auto;margin-right:auto}

.lp-body.template-moderno .lp-card,.lp-body.template-moderno .lp-side-text,.lp-body.template-moderno .price-card,.lp-body.template-moderno .memo-content,.lp-body.template-moderno .form-wrap{background:#fff;color:#142033;border-color:#eef4fa}
.lp-body.template-moderno .price-card strong{color:#071e36}
.lp-body.template-moderno .price-card.featured{border-color:var(--lp-primary,var(--blue))}
.lp-body.template-moderno .price-card em{color:#64748b;background:#fff}

.lp-body.template-premium .form-wrap{background:#0f2035;color:#eef8ff;border:1px solid #1d3a5c;box-shadow:0 18px 50px rgba(0,0,0,.38)}
.lp-body.template-premium .form-wrap input,.lp-body.template-premium .form-wrap textarea,.lp-body.template-premium .form-wrap select{background:#ffffff;color:#142033;border-color:#bed1e4}
.lp-body.template-premium .form-wrap a{color:#7bdcff}
.lp-body.template-premium .price-card strong{color:#eef8ff}
.lp-body.template-premium .price-card span,.lp-body.template-premium .price-card small,.lp-body.template-premium .price-card p{color:#eef8ff}
.lp-body.template-premium .price-card.featured{border-color:var(--lp-primary,var(--blue))}
.lp-body.template-premium .price-card em{background:#eef8ff;color:#0f2035}
.lp-body.template-premium .compare-table{background:#0f2035;color:#eef8ff}.lp-body.template-premium .compare-table th,.lp-body.template-premium .compare-table td{border-color:#1d3a5c}.lp-body.template-premium .compare-table th{background:#132a45}
.lp-body.template-premium .memo-content blockquote{background:#132a45;color:#cbd5e1}.lp-body.template-premium .memo-content th{background:#132a45}.lp-body.template-premium .memo-content td,.lp-body.template-premium .memo-content th{border-color:#1d3a5c}
.lp-body.template-premium .map-box{background:#102033}.lp-body.template-premium .lp-benefit{background:#0f2035;color:#eef8ff;border:1px solid #1d3a5c}.lp-body.template-premium .lp-benefit span{color:#7bdcff}

.lp-body.template-clean .form-wrap{background:#fff;color:#1f2937;border:1px solid #edf2f7;box-shadow:0 14px 34px rgba(15,23,42,.08)}
.lp-body.template-clean .price-card strong{color:#1f2937}
.lp-body.template-clean .price-card.featured{border-color:var(--lp-primary,var(--blue))}
.lp-body.template-clean .price-card em{background:#fff;color:#64748b}
.lp-body.template-clean .lp-benefit{background:#fff;color:#1f2937;border:1px solid #edf2f7;box-shadow:0 14px 34px rgba(15,23,42,.08)}


/* V2.2.5 - Switch global para itens ligado/desligado e títulos opcionais */
.switch-row,.inline-switch{display:inline-flex!important;align-items:center;gap:10px;cursor:pointer;user-select:none;margin:8px 0!important;font-weight:800;color:var(--text)}
.switch-row input[type="checkbox"],.inline-switch input[type="checkbox"]{position:absolute;opacity:0;width:1px!important;height:1px!important;pointer-events:none}
.switch-ui{width:52px;height:30px;border-radius:999px;background:#d5dee9;display:inline-block;position:relative;flex:0 0 52px;box-shadow:inset 0 0 0 1px rgba(7,30,54,.10);transition:.22s ease}
.switch-ui:before{content:"";width:26px;height:26px;border-radius:999px;background:#fff;position:absolute;left:2px;top:2px;box-shadow:0 3px 9px rgba(7,30,54,.26);transition:.22s ease}
.switch-row input[type="checkbox"]:checked + .switch-ui,.inline-switch input[type="checkbox"]:checked + .switch-ui,.switch-ui.on{background:var(--blue)}
.switch-row input[type="checkbox"]:checked + .switch-ui:before,.inline-switch input[type="checkbox"]:checked + .switch-ui:before,.switch-ui.on:before{transform:translateX(22px)}
.switch-row small,.inline-switch small{color:var(--muted);font-weight:700}.inline-switch b{font-size:12px;color:var(--muted)}
.builder-switch{background:#f7fbff;border:1px solid var(--line);border-radius:16px;padding:10px 12px;margin-top:12px!important;width:100%}
.block-head .inline-switch{background:#ffffff;border:1px solid var(--line);border-radius:999px;padding:4px 8px}.block-head .switch-ui{width:42px;height:24px;flex-basis:42px}.block-head .switch-ui:before{width:20px;height:20px}.block-head input[type="checkbox"]:checked + .switch-ui:before{transform:translateX(18px)}
.template-card input[type="radio"]{width:auto;margin-right:6px}.check-lgpd input[type="checkbox"]{width:auto}


/* V2.2.6 - Formulário lateral no topo */
.lp-hero.lp-hero-form{min-height:78vh;display:flex;align-items:center;padding:80px 7vw}
.lp-hero-form .hero-form-grid{width:100%;display:grid;grid-template-columns:minmax(0,1fr) minmax(340px,520px);gap:56px;align-items:center;position:relative;z-index:1}
.lp-hero-form .hero-copy h1{font-size:clamp(48px,7vw,88px);line-height:.96;margin:12px 0 18px}
.lp-hero-form .hero-copy p{max-width:620px;font-size:clamp(18px,2vw,24px);opacity:.9}
.lp-hero-form .hero-form-panel{align-self:center}
.lp-side-form h3{font-size:28px;margin:0 0 18px;color:inherit}
.lp-side-form textarea{min-height:110px}
.lp-side-form .btn{margin-top:12px}
.lp-body.template-premium .lp-hero-form .lp-side-form{background:#0f2035;color:#eef8ff;border:1px solid #1d3a5c}
.lp-body.template-clean .lp-hero-form .lp-side-form{background:#fff;color:#1f2937;border:1px solid #edf2f7}
@media(max-width:900px){.lp-hero.lp-hero-form{padding:56px 22px}.lp-hero-form .hero-form-grid{grid-template-columns:1fr;gap:28px}.lp-hero-form .hero-copy h1{font-size:44px}}

/* V2.2.7 - Formulário lateral do topo configurável */
.form-fields-config{margin:16px 0;padding:14px;border:1px dashed #cfe0ef;border-radius:18px;background:#f8fbff}
.form-fields-config h4{margin:0 0 10px;font-size:14px;color:#0b2239}
.lp-hero-form.form-align-left .hero-form-grid{grid-template-columns:minmax(340px,520px) minmax(0,1fr)}
.lp-hero-form.form-align-center{justify-content:center;text-align:center}
.lp-hero-form.form-align-center .hero-form-grid{grid-template-columns:minmax(0,860px);justify-content:center;max-width:980px;margin:0 auto;gap:30px}
.lp-hero-form.form-align-center .hero-copy p{margin-left:auto;margin-right:auto}
.lp-hero-form.form-align-center .hero-form-panel{max-width:620px;width:100%;margin:0 auto;text-align:left}
.lp-side-form input[required],.lp-side-form textarea[required]{box-shadow:inset 4px 0 0 rgba(0,161,222,.22)}
@media(max-width:900px){.lp-hero-form.form-align-left .hero-form-grid,.lp-hero-form.form-align-right .hero-form-grid,.lp-hero-form.form-align-center .hero-form-grid{grid-template-columns:1fr}.lp-hero-form.form-align-left .hero-form-panel{order:2}.lp-hero-form.form-align-left .hero-copy{order:1}}


/* V2.2.8 - Hero Premium Responsivo e Formulário Lateral Inteligente */
.lp-hero-form .hero-form-grid{
  grid-template-columns:minmax(320px, .95fr) minmax(360px, var(--hero-form-width, 460px));
  gap:72px;
  max-width:1280px;
  margin:0 auto;
}
.lp-hero-form.form-gap-medium .hero-form-grid{gap:72px}
.lp-hero-form.form-gap-large .hero-form-grid{gap:96px}
.lp-hero-form.form-gap-xlarge .hero-form-grid{gap:124px}
.lp-hero-form .hero-copy{min-width:0;overflow-wrap:anywhere;word-break:normal}
.lp-hero-form .hero-copy h1{max-width:720px}
.lp-hero-form .hero-form-panel{width:100%;max-width:var(--hero-form-width,460px);justify-self:end}
.lp-hero-form.form-align-left .hero-form-panel{justify-self:start}
.lp-hero-form.form-align-left .hero-form-grid{grid-template-columns:minmax(360px, var(--hero-form-width,460px)) minmax(320px,.95fr)}
.lp-hero-form.form-align-center .hero-form-grid,
.lp-hero-form.form-align-below .hero-form-grid{grid-template-columns:minmax(0,900px);justify-content:center;text-align:center;max-width:980px;gap:34px}
.lp-hero-form.form-align-center .hero-form-panel,
.lp-hero-form.form-align-below .hero-form-panel{justify-self:center;max-width:var(--hero-form-width,600px);text-align:left}
.lp-hero-form.form-align-below .hero-copy h1,
.lp-hero-form.form-align-center .hero-copy h1{margin-left:auto;margin-right:auto}
.lp-hero-form.form-style-glass .lp-side-form{background:rgba(15,32,53,.72)!important;backdrop-filter:blur(14px);border-color:rgba(255,255,255,.20)!important;box-shadow:0 24px 70px rgba(0,0,0,.25)}
.lp-hero-form.form-style-solid .lp-side-form{background:#0f2035!important;color:#eef8ff!important;border-color:#24476c!important;box-shadow:0 24px 70px rgba(0,0,0,.22)}
.lp-body.template-clean .lp-hero-form.form-style-solid .lp-side-form{background:#fff!important;color:#1f2937!important;border-color:#edf2f7!important}
.lp-side-form{width:100%;padding:26px 28px}
@media(max-width:1100px){
  .lp-hero-form .hero-form-grid{grid-template-columns:minmax(300px,1fr) minmax(340px,var(--hero-form-width,460px));gap:56px}
  .lp-hero-form.form-gap-large .hero-form-grid{gap:70px}
  .lp-hero-form.form-gap-xlarge .hero-form-grid{gap:82px}
}
@media(max-width:900px){
  .lp-hero-form .hero-form-grid,
  .lp-hero-form.form-align-left .hero-form-grid,
  .lp-hero-form.form-align-right .hero-form-grid,
  .lp-hero-form.form-align-center .hero-form-grid,
  .lp-hero-form.form-align-below .hero-form-grid{grid-template-columns:1fr;gap:28px;text-align:left}
  .lp-hero-form .hero-form-panel{max-width:100%;justify-self:stretch}
  .lp-hero-form.form-align-left .hero-form-panel{order:2}
  .lp-hero-form.form-align-left .hero-copy{order:1}
  .lp-hero-form .hero-copy h1{font-size:clamp(42px,12vw,68px);max-width:100%}
}


/* V2.2.11 - Respiro inteligente entre título e formulário no Hero Premium */
.lp-hero.lp-hero-form{padding-left:clamp(42px,7vw,110px);padding-right:clamp(42px,7vw,110px)}
.lp-hero-form .hero-form-grid{
  max-width:1420px;
  grid-template-columns:minmax(360px,.88fr) minmax(360px,var(--hero-form-width,460px));
  gap:120px;
  column-gap:120px;
}
.lp-hero-form.form-gap-medium .hero-form-grid{gap:110px;column-gap:110px}
.lp-hero-form.form-gap-large .hero-form-grid{gap:150px;column-gap:150px}
.lp-hero-form.form-gap-xlarge .hero-form-grid{gap:190px;column-gap:190px}
.lp-hero-form .hero-copy{padding-right:10px;min-width:0;overflow-wrap:normal;word-break:normal}
.lp-hero-form .hero-copy h1{max-width:680px;letter-spacing:-.03em}
.lp-hero-form .hero-form-panel{justify-self:end;margin-left:0}
.lp-hero-form.form-align-left .hero-form-grid{grid-template-columns:minmax(360px,var(--hero-form-width,460px)) minmax(360px,.88fr)}
.lp-hero-form.form-align-left .hero-copy{padding-left:10px;padding-right:0}
.lp-hero-form.form-align-left .hero-form-panel{justify-self:start;margin-right:0}
.lp-hero-form.form-align-center .hero-form-grid,
.lp-hero-form.form-align-below .hero-form-grid{grid-template-columns:minmax(0,980px);gap:42px;column-gap:42px;max-width:1060px}
.lp-hero-form.form-align-center .hero-copy,
.lp-hero-form.form-align-below .hero-copy{padding-right:0}
@media(max-width:1180px){
  .lp-hero-form .hero-form-grid{gap:88px;column-gap:88px;grid-template-columns:minmax(330px,1fr) minmax(340px,var(--hero-form-width,460px))}
  .lp-hero-form.form-gap-large .hero-form-grid{gap:110px;column-gap:110px}
  .lp-hero-form.form-gap-xlarge .hero-form-grid{gap:130px;column-gap:130px}
  .lp-hero-form .hero-copy h1{max-width:620px}
}
@media(max-width:980px){
  .lp-hero.lp-hero-form{padding-left:24px;padding-right:24px}
  .lp-hero-form .hero-form-grid,
  .lp-hero-form.form-gap-medium .hero-form-grid,
  .lp-hero-form.form-gap-large .hero-form-grid,
  .lp-hero-form.form-gap-xlarge .hero-form-grid{grid-template-columns:1fr;gap:34px;column-gap:34px;max-width:760px}
  .lp-hero-form .hero-copy{padding-right:0}
  .lp-hero-form .hero-form-panel{justify-self:stretch;margin:0;max-width:100%}
}

/* V2.2.12 - feedback de salvamento dentro do editor */
.save-feedback{
  position: sticky;
  top: 10px;
  z-index: 50;
  margin: 0 0 16px 0;
  border-left: 5px solid #43A047;
  box-shadow: 0 12px 30px rgba(0,0,0,.08);
  animation: slpFadeIn .25s ease-out;
}
@keyframes slpFadeIn{from{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}

/* V2.2.13 - Correção visual da tela de login */
body.login-page{
  min-height:100vh;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:32px;
  background:
    radial-gradient(circle at 18% 20%, rgba(0,161,222,.20), transparent 34%),
    radial-gradient(circle at 82% 78%, rgba(67,160,71,.14), transparent 32%),
    linear-gradient(135deg,#eef8fd 0%,#f7fbff 48%,#ffffff 100%);
  overflow-x:hidden;
}
.login-shell{
  width:min(1120px,100%);
  min-height:620px;
  display:grid;
  grid-template-columns:1.08fr .92fr;
  border-radius:34px;
  overflow:hidden;
  background:rgba(255,255,255,.82);
  border:1px solid rgba(255,255,255,.85);
  box-shadow:0 28px 80px rgba(7,30,54,.16);
  backdrop-filter:blur(18px);
}
.login-brand-panel{
  padding:56px;
  color:white;
  background:
    linear-gradient(135deg,rgba(7,30,54,.96),rgba(0,161,222,.86)),
    radial-gradient(circle at 85% 20%,rgba(255,255,255,.24),transparent 28%);
  display:flex;
  flex-direction:column;
  justify-content:center;
  position:relative;
  overflow:hidden;
}
.login-brand-panel:after{
  content:"";
  position:absolute;
  right:-120px;
  bottom:-120px;
  width:320px;
  height:320px;
  border-radius:999px;
  background:rgba(255,255,255,.13);
}
.login-brand-panel > *{position:relative;z-index:1}
.login-brand-panel .eyebrow{color:#7bdcff;margin:0 0 10px}
.login-brand-panel h1{font-size:clamp(34px,5vw,58px);line-height:1.02;margin:0 0 18px;font-weight:800;letter-spacing:-.04em}
.login-brand-panel p{font-size:18px;line-height:1.65;color:#d9edfb;max-width:520px;margin:0 0 28px}
.login-mini-list{display:flex;gap:10px;flex-wrap:wrap}
.login-mini-list span{padding:9px 12px;border-radius:999px;background:rgba(255,255,255,.13);border:1px solid rgba(255,255,255,.18);font-weight:800;font-size:13px;color:#fff}
.login-card{
  margin:0;
  border:0;
  border-radius:0;
  box-shadow:none;
  background:#fff;
  padding:56px;
  display:flex;
  flex-direction:column;
  justify-content:center;
}
.modern-login-card{min-width:0}
.login-card-head{display:flex;gap:16px;align-items:center;margin-bottom:26px}
.login-card-head h2{font-size:32px;line-height:1.1;margin:0 0 6px;color:var(--dark)}
.login-card-head p{margin:0}
.login-card label{font-weight:800;color:#142033;margin:14px 0 7px}
.login-card input{
  min-height:50px;
  border-radius:16px;
  border:1px solid #cfe0ef;
  background:#fbfdff;
  transition:border .18s ease, box-shadow .18s ease, background .18s ease;
}
.login-card input:focus{outline:none;border-color:var(--blue);box-shadow:0 0 0 4px rgba(0,161,222,.12);background:#fff}
.login-btn{margin-top:18px;justify-content:center;min-height:50px;font-size:15px}
.login-foot{margin:18px 0 0;text-align:center}
.small-note{font-size:13px;text-align:center;margin:12px 0 0}
.login-brand-logo{margin:0 0 26px 0;width:92px;height:92px;border-radius:28px}
.login-brand-mark{width:92px;height:92px;border-radius:28px;background:rgba(255,255,255,.14);border:1px solid rgba(255,255,255,.20);display:grid;place-items:center;font-weight:900;font-size:25px;color:#fff;margin-bottom:26px;box-shadow:0 18px 45px rgba(0,0,0,.18)}
.brand-mark.small{width:54px;height:54px;border-radius:18px;background:linear-gradient(135deg,var(--blue),#7bdcff);display:grid;place-items:center;color:#fff;font-weight:900;flex:0 0 54px}
.brand-logo.small-logo{margin:0;width:58px;height:58px;border-radius:18px;flex:0 0 58px}
@media(max-width:880px){
  body.login-page{padding:18px;align-items:flex-start}
  .login-shell{grid-template-columns:1fr;min-height:auto;border-radius:26px}
  .login-brand-panel{padding:36px 28px}
  .login-card{padding:36px 28px}
  .login-brand-panel h1{font-size:36px}
}


/* SLP V2.2.14 - blocos recolhíveis */
.block-organizer{
  display:flex; align-items:center; gap:10px; flex-wrap:wrap;
  padding:12px 14px; margin:10px 0 14px; border:1px solid var(--line);
  border-radius:18px; background:#f8fbff;
}
.block-item .block-head{align-items:flex-start; gap:12px;}
.block-title-wrap{display:flex; align-items:center; gap:8px; flex-wrap:wrap; min-width:240px;}
.collapse-toggle{
  border:1px solid #cfe0ef; background:#fff; color:var(--dark);
  width:30px; height:30px; border-radius:999px; cursor:pointer;
  font-weight:800; line-height:1; box-shadow:0 4px 12px rgba(7,30,54,.06);
}
.block-summary{
  display:block; flex-basis:100%; margin-left:40px; color:var(--muted);
  font-size:12px; font-weight:700; letter-spacing:.01em;
}
.block-body{margin-top:12px;}
.block-item.collapsed{padding-bottom:16px;}
.block-item.collapsed .block-body{display:none;}
.block-item.collapsed .block-head{margin-bottom:0;}
.block-item.collapsed{background:linear-gradient(135deg,#ffffff,#f8fbff);}
.block-item.dragging{opacity:.65; transform:scale(.995);}

/* SLP V2.2.15 - Upload Drag & Drop global */
.dropzone,
label.dropzone{
  position:relative;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:8px;
  min-height:118px;
  width:100%;
  padding:22px 18px;
  margin:8px 0 14px;
  border:2px dashed #b7d3ea;
  border-radius:18px;
  background:linear-gradient(180deg,#ffffff,#f7fbff);
  color:#24354d;
  text-align:center;
  cursor:pointer;
  box-shadow:0 10px 28px rgba(20,80,120,.06);
  transition:.18s ease;
  overflow:hidden;
}
.dropzone:hover,
.dropzone.dragover,
label.dropzone:hover,
label.dropzone.dragover{
  border-color:#00A1DE;
  background:linear-gradient(180deg,#f4fbff,#eaf7ff);
  box-shadow:0 16px 34px rgba(0,161,222,.16);
  transform:translateY(-1px);
}
.dropzone:before,
label.dropzone:before{
  content:'📁';
  display:flex;
  align-items:center;
  justify-content:center;
  width:42px;
  height:42px;
  border-radius:14px;
  background:#e8f7fd;
  color:#00A1DE;
  font-size:22px;
  line-height:1;
}
.dropzone strong,
label.dropzone strong{
  display:block;
  font-size:14px;
  font-weight:800;
  color:#082241;
}
.dropzone span,
label.dropzone span{
  display:block;
  max-width:95%;
  font-size:13px;
  color:#60738d;
  line-height:1.25;
  word-break:break-word;
}
.dropzone input[type="file"],
label.dropzone input[type="file"]{
  position:absolute!important;
  inset:0!important;
  width:100%!important;
  height:100%!important;
  opacity:0!important;
  cursor:pointer!important;
  z-index:3!important;
  font-size:0!important;
}
.dropzone input[type="file"]::-webkit-file-upload-button,
label.dropzone input[type="file"]::-webkit-file-upload-button{
  visibility:hidden;
}
.dropzone input[type="file"]::file-selector-button,
label.dropzone input[type="file"]::file-selector-button{
  display:none;
}
.grid .dropzone{min-height:108px;margin-top:6px}
.dropzone.compact{min-height:86px;padding:16px}
.dropzone.file-selected{border-color:#43A047;background:linear-gradient(180deg,#f7fff8,#eefaf0)}
.dropzone.file-selected:before{content:'✓';background:#e8f6ea;color:#43A047;font-weight:900}
.dropzone .file-hint{font-size:12px;color:#6b7d95}


/* V2.2.16 - Usuário logado no menu e paginação */
.sidebar-user{
  display:flex;
  align-items:center;
  gap:12px;
  width:100%;
  margin:0 0 22px 0;
  padding:12px;
  border-radius:18px;
  background:rgba(255,255,255,.10);
  border:1px solid rgba(255,255,255,.17);
  box-shadow:0 10px 28px rgba(0,0,0,.12);
  overflow:hidden;
}
.sidebar-user .user-avatar{
  width:44px;
  height:44px;
  flex:0 0 44px;
  border-radius:15px;
  background:linear-gradient(135deg,var(--blue),#43d7b6);
  display:grid;
  place-items:center;
  color:#fff;
  font-weight:900;
  line-height:1;
}
.sidebar-user .user-meta{
  min-width:0;
  flex:1;
  display:grid;
  gap:2px;
}
.sidebar-user span{
  display:block;
  color:#7bdcff;
  font-size:10px;
  line-height:1.1;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.10em;
  white-space:nowrap;
}
.sidebar-user strong,
.sidebar-user small{
  display:block;
  max-width:100%;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
}
.sidebar-user strong{
  color:#fff;
  font-size:14px;
  line-height:1.2;
}
.sidebar-user small{
  color:#d8ecfa;
  font-size:12px;
  line-height:1.2;
}
.log-toolbar{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:12px;
  flex-wrap:wrap;
  margin:10px 0 14px;
}
.pagination{
  display:flex;
  align-items:center;
  gap:8px;
  flex-wrap:wrap;
  margin:14px 0 22px;
}
.pagination a,.pagination span{
  min-width:38px;
  height:38px;
  padding:0 12px;
  border-radius:999px;
  border:1px solid var(--line);
  background:#fff;
  color:var(--blue);
  display:inline-flex;
  align-items:center;
  justify-content:center;
  font-weight:800;
}
.pagination .active{
  background:var(--blue);
  color:#fff;
  border-color:var(--blue);
}
.pagination .disabled{
  color:var(--muted);
  opacity:.55;
}
.log-context{
  max-width:420px;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}
@media(max-width:920px){
  .sidebar-user{max-width:100%}
  .log-context{max-width:220px}
}


/* V2.2.17 - Bloco Banner responsivo / carrossel */
.lp-banner-block{position:relative;width:100%;margin:0 auto;background:transparent;overflow:hidden}
.lp-banner-block.boxed{max-width:1120px;padding:0 24px;margin:48px auto}
.lp-banner-block.full{max-width:none;margin:0 auto}
.lp-banner-block.rounded .lp-banner-viewport{border-radius:28px;overflow:hidden}
.lp-banner-block>h2{max-width:1120px;margin:0 auto 22px;padding:0 24px;text-align:center;color:inherit}
.lp-banner-viewport{position:relative;width:100%;height:var(--banner-h,420px);overflow:hidden;background:rgba(0,0,0,.05)}
.lp-banner-track{height:100%;display:flex;transition:transform .55s ease;will-change:transform;touch-action:pan-y;cursor:grab}
.lp-banner-track:active{cursor:grabbing}
.lp-banner-slide{min-width:100%;height:100%;margin:0;display:block;background:rgba(0,0,0,.04)}
.lp-banner-slide img{width:100%;height:100%;display:block;object-position:center}
.lp-banner-block.fit-cover .lp-banner-slide img{object-fit:cover}
.lp-banner-block.fit-contain .lp-banner-slide img{object-fit:contain;background:rgba(255,255,255,.05)}
.lp-banner-arrow{position:absolute;top:50%;transform:translateY(-50%);width:46px;height:46px;border:0;border-radius:999px;background:rgba(255,255,255,.92);color:#06223b;font-size:34px;font-weight:900;display:flex;align-items:center;justify-content:center;box-shadow:0 12px 30px rgba(0,0,0,.20);cursor:pointer;z-index:5}
.lp-banner-arrow.prev{left:18px}.lp-banner-arrow.next{right:18px}
.lp-banner-arrow:hover{background:#fff;transform:translateY(-50%) scale(1.05)}
.template-premium .lp-banner-arrow{background:rgba(10,29,51,.88);color:#fff;border:1px solid rgba(255,255,255,.25)}
@media(max-width:768px){.lp-banner-viewport{height:var(--banner-mobile-h,240px)}.lp-banner-block.boxed{padding:0 14px;margin:32px auto}.lp-banner-arrow{width:38px;height:38px;font-size:28px}.lp-banner-arrow.prev{left:10px}.lp-banner-arrow.next{right:10px}}

/* V2.2.18 - Menu slim / navegação da LP */
.lp-slim-menu{
  width:100%;
  height:var(--slim-menu-h,54px);
  background:rgba(255,255,255,.96);
  border-bottom:1px solid rgba(0,0,0,.08);
  z-index:60;
  backdrop-filter:blur(12px);
}
.lp-slim-menu.fixed{position:sticky;top:0;}
.lp-slim-menu.transparent{background:rgba(255,255,255,.20);border-bottom:1px solid rgba(255,255,255,.20)}
.template-premium .lp-slim-menu{background:rgba(6,22,39,.92);border-bottom:1px solid rgba(255,255,255,.14)}
.template-premium .lp-slim-menu.transparent{background:rgba(6,22,39,.45)}
.lp-slim-inner{height:100%;max-width:1180px;margin:0 auto;padding:0 22px;display:flex;align-items:center;gap:18px;justify-content:space-between}
.lp-slim-logo{display:inline-flex;align-items:center;gap:8px;font-weight:900;color:var(--blue,#00A1DE);text-decoration:none;white-space:nowrap}
.lp-slim-logo img{height:34px;max-width:130px;object-fit:contain;display:block}
.lp-slim-links{display:flex;align-items:center;justify-content:center;gap:8px;flex:1;min-width:0}
.lp-slim-links a{padding:8px 12px;border-radius:999px;text-decoration:none;font-weight:800;font-size:13px;color:#18324a;white-space:nowrap;transition:.2s ease}
.lp-slim-links a:hover,.lp-slim-links a.active{background:rgba(0,161,222,.12);color:#008fc5}
.template-premium .lp-slim-links a{color:#eaf6ff}.template-premium .lp-slim-links a:hover,.template-premium .lp-slim-links a.active{background:rgba(0,161,222,.22);color:#fff}
.lp-slim-cta{display:inline-flex;align-items:center;justify-content:center;gap:7px;border-radius:999px;background:var(--slim-cta-bg,#43A047);color:var(--slim-cta-color,#fff)!important;text-decoration:none;font-weight:900;padding:10px 16px;white-space:nowrap;box-shadow:0 10px 24px rgba(67,160,71,.25);border:1px solid rgba(255,255,255,.18)}
.lp-slim-cta:hover{filter:brightness(.96);transform:translateY(-1px)}
.lp-slim-cta-icon{font-size:14px;line-height:1;color:inherit}
.template-premium .lp-slim-cta{background:var(--slim-cta-bg,#00A1DE);color:var(--slim-cta-color,#fff)!important;box-shadow:0 10px 24px rgba(0,161,222,.25)}
.template-clean .lp-slim-cta{background:var(--slim-cta-bg,var(--lp-primary,#43A047));color:var(--slim-cta-color,#fff)!important}
.lp-slim-toggle{display:none;border:0;background:rgba(0,161,222,.12);color:#06223b;width:38px;height:38px;border-radius:999px;font-weight:900;font-size:19px;cursor:pointer}
.template-premium .lp-slim-toggle{background:rgba(255,255,255,.12);color:#fff}
@media(max-width:820px){
  .lp-slim-inner{padding:0 14px;gap:10px;justify-content:flex-start}
  .lp-slim-toggle{display:inline-flex;align-items:center;justify-content:center;margin-left:auto}
  .lp-slim-menu.mobile-collapse .lp-slim-links{display:none;position:absolute;left:12px;right:12px;top:calc(var(--slim-menu-h,54px) + 8px);background:#fff;border:1px solid rgba(0,0,0,.08);border-radius:18px;padding:12px;box-shadow:0 18px 45px rgba(0,0,0,.16);flex-direction:column;align-items:stretch;z-index:80}
  .template-premium .lp-slim-menu.mobile-collapse .lp-slim-links{background:#0b2138;border-color:rgba(255,255,255,.14)}
  .lp-slim-menu.mobile-collapse.open .lp-slim-links{display:flex}
  .lp-slim-links a{text-align:center;padding:11px 12px}
  .lp-slim-cta{margin-left:auto;padding:9px 12px;font-size:12px}
}

/* SLP V2.7.4.15 - Menu Estreito Controlável */
.lp-menu-control{
  height:var(--slim-menu-h,42px);
  background:var(--menu-bg,#fff);
  border-bottom:1px solid var(--menu-border,#dbeafe);
  backdrop-filter:blur(var(--menu-blur,12px));
}
.lp-menu-control.has-shadow{box-shadow:0 10px 28px rgba(7,30,54,var(--menu-shadow-opacity,.10))}
.lp-menu-control.no-shadow{box-shadow:none!important}
.lp-menu-control.transparent{background:rgba(255,255,255,.35)}
.lp-menu-control .lp-slim-inner{max-width:var(--menu-max-width,1180px)}
.lp-menu-control .lp-slim-logo img{height:var(--menu-logo-h,34px);max-height:calc(var(--slim-menu-h,42px) - 4px)}
.lp-menu-control .lp-slim-links{gap:var(--menu-link-gap,6px)}
.lp-menu-control .lp-slim-links a{font-size:var(--menu-font-size,13px);padding:6px var(--menu-link-padx,10px);color:var(--menu-text,#0077b6)!important;line-height:1.1}
.lp-menu-control .lp-slim-links a:hover,.lp-menu-control .lp-slim-links a.active{background:var(--menu-active-bg,#e0f2fe);color:var(--menu-active-text,#005f91)!important}
.lp-menu-control .lp-slim-cta{border-radius:var(--menu-cta-radius,999px);padding:7px var(--menu-cta-padx,16px);min-height:calc(var(--slim-menu-h,42px) - 12px)}
.lp-menu-control.no-cta-shadow .lp-slim-cta{box-shadow:none!important}
.lp-menu-control.cta-shadow .lp-slim-cta{box-shadow:0 8px 18px rgba(67,160,71,.22)}
.lp-menu-control .lp-slim-toggle{width:calc(var(--slim-menu-h,42px) - 10px);height:calc(var(--slim-menu-h,42px) - 10px);min-width:30px;min-height:30px}
@media(max-width:820px){.lp-menu-control.mobile-collapse .lp-slim-links{background:var(--menu-bg,#fff);border-color:var(--menu-border,#dbeafe)}.lp-menu-control .lp-slim-cta{font-size:12px;padding:7px 12px}}


/* SLP V2.3.0 - Autoridade Profissional */
.special-authority{border:1px solid rgba(0,161,222,.22);background:linear-gradient(180deg,#f7fbff,#ffffff);border-radius:18px;padding:12px}.special-authority b{color:#071e36}.special-authority .btn{font-size:12px;padding:8px 10px}
.lp-authority-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:20px;margin-top:26px}.lp-authority-card{background:#fff;border:1px solid rgba(7,30,54,.10);border-radius:26px;padding:24px;box-shadow:0 18px 46px rgba(7,30,54,.08);text-align:left}.lp-authority-card img{width:100%;height:160px;object-fit:cover;border-radius:20px;margin-bottom:14px}.lp-authority-card h3{margin:0 0 8px;color:#071e36}.lp-authority-card p{color:#566579}.lp-authority-card .icon{font-size:32px;margin-bottom:8px}.lp-timeline{position:relative;margin:36px auto 0;max-width:980px}.lp-timeline:before{content:"";position:absolute;left:22px;top:0;bottom:0;width:4px;background:linear-gradient(var(--lp-primary),var(--lp-secondary));border-radius:8px}.lp-timeline-item{position:relative;margin:0 0 24px 62px;background:#fff;border:1px solid rgba(7,30,54,.10);border-radius:24px;padding:22px;box-shadow:0 12px 34px rgba(7,30,54,.08)}.lp-timeline-year{position:absolute;left:-62px;top:18px;background:var(--lp-primary);color:#fff;border-radius:999px;width:48px;height:48px;display:flex;align-items:center;justify-content:center;font-weight:900;font-size:12px;text-align:center}.lp-curriculum details,.lp-accordion details{margin:12px 0;border:1px solid rgba(7,30,54,.10);border-radius:18px;background:#fff;padding:16px 18px}.lp-curriculum summary,.lp-accordion summary{font-weight:900;color:#071e36;cursor:pointer}.lp-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:18px;margin-top:26px}.lp-stat{background:linear-gradient(135deg,var(--lp-primary),var(--lp-secondary));color:#fff;border-radius:28px;padding:28px;text-align:center;box-shadow:0 20px 50px rgba(0,161,222,.20)}.lp-stat strong{display:block;font-size:clamp(32px,5vw,56px);line-height:1}.lp-stat span{display:block;margin-top:8px;font-weight:800}.lp-logo-strip{display:flex;gap:28px;align-items:center;justify-content:center;flex-wrap:wrap;margin-top:28px}.lp-logo-strip a,.lp-logo-strip span{display:flex;align-items:center;justify-content:center;min-width:140px;min-height:82px;background:#fff;border:1px solid rgba(7,30,54,.10);border-radius:22px;padding:14px;box-shadow:0 14px 34px rgba(7,30,54,.06)}.lp-logo-strip img{max-height:56px;max-width:140px;object-fit:contain}.lp-video-hero{min-height:70vh;position:relative;display:flex;align-items:center;justify-content:center;text-align:center;overflow:hidden;padding:90px 7vw;color:#fff;background:linear-gradient(135deg,#071e36,#00A1DE)}.lp-video-hero video,.lp-video-hero iframe{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;border:0;opacity:.36}.lp-video-hero .inner{position:relative;z-index:2;max-width:920px}.lp-video-hero h1{font-size:clamp(42px,7vw,88px);line-height:.98;margin:12px 0}.lp-tabs{margin-top:24px}.lp-tab-buttons{display:flex;flex-wrap:wrap;gap:10px;justify-content:center;margin-bottom:18px}.lp-tab-buttons button{border:0;border-radius:999px;padding:10px 18px;background:#eaf5fc;color:#071e36;font-weight:900;cursor:pointer}.lp-tab-buttons button.active{background:var(--lp-primary);color:#fff}.lp-tab-panel{display:none;background:#fff;border-radius:26px;padding:26px;border:1px solid rgba(7,30,54,.10);box-shadow:0 14px 34px rgba(7,30,54,.06)}.lp-tab-panel.active{display:block}.lp-case-card b{color:var(--lp-primary)}.lp-publication-card a,.lp-service-premium-card a,.lp-authority-card a{font-weight:900;color:var(--lp-primary);text-decoration:none}.lp-embed-box{margin-top:22px;background:#fff;border-radius:24px;overflow:hidden;border:1px solid rgba(7,30,54,.10);padding:12px}.lp-embed-box iframe{width:100%;min-height:420px;border:0}.lp-body.template-premium .lp-authority-card,.lp-body.template-premium .lp-timeline-item,.lp-body.template-premium .lp-curriculum details,.lp-body.template-premium .lp-accordion details,.lp-body.template-premium .lp-tab-panel,.lp-body.template-premium .lp-logo-strip a,.lp-body.template-premium .lp-logo-strip span{background:#0f2035;color:#eef8ff;border-color:#1d3a5c}.lp-body.template-premium .lp-authority-card h3,.lp-body.template-premium .lp-curriculum summary,.lp-body.template-premium .lp-accordion summary{color:#fff}.lp-body.template-premium .lp-authority-card p{color:#cbd5e1}.lp-body.template-clean .lp-authority-card,.lp-body.template-clean .lp-timeline-item{box-shadow:0 12px 30px rgba(15,23,42,.06)}
@media(max-width:760px){.lp-timeline:before{left:16px}.lp-timeline-item{margin-left:46px}.lp-timeline-year{left:-52px;width:40px;height:40px}.lp-logo-strip{gap:14px}.lp-video-hero{min-height:58vh;padding:70px 24px}}

/* SLP V2.3.1 - Preview Global de Imagens */
.slp-dynamic-preview{margin:8px 0 14px}
.slp-image-preview{border:1px dashed #cfe3f3;background:#f7fbff;border-radius:16px;padding:10px;margin-top:6px}
.slp-image-preview.empty{display:flex;align-items:center;justify-content:center;min-height:58px;color:#6b7d95;font-size:13px}
.slp-preview-head{font-size:12px;font-weight:900;color:#4f6a85;text-transform:uppercase;letter-spacing:.04em;margin-bottom:8px}
.slp-preview-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(104px,1fr));gap:10px}
.slp-preview-grid figure{margin:0;background:#fff;border:1px solid #e6f0f8;border-radius:13px;overflow:hidden;box-shadow:0 6px 16px rgba(4,33,64,.06)}
.slp-preview-grid img{display:block;width:100%;height:82px;object-fit:cover;background:#eef4fa}
.slp-preview-grid figcaption{padding:6px 7px;font-size:11px;color:#6b7d95;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.slp-upload-preview{width:100%;margin-top:12px;text-align:left}
.dropzone .slp-upload-preview .slp-preview-grid{grid-template-columns:repeat(auto-fill,minmax(96px,1fr))}
.dropzone .slp-upload-preview figure{background:#fff}
.dropzone .slp-upload-preview img{height:74px}
.identity-preview img{background:#fff}
@media(max-width:700px){.slp-preview-grid{grid-template-columns:repeat(auto-fill,minmax(86px,1fr))}.slp-preview-grid img{height:68px}}


/* SLP V2.3.2 - Bloco Imagem PNG + Texto / CTA Premium */
.lp-premium-image-cta{background-color:var(--premium-cta-bg,#eef88b);color:var(--premium-cta-text,#1f2937);min-height:var(--premium-cta-min-h,520px);display:flex;align-items:center;justify-content:center;overflow:hidden;margin:0 auto;padding:52px 6vw;position:relative}
.lp-premium-image-cta.rounded{border-radius:0 0 70px 70px}
.lp-premium-cta-inner{width:min(1280px,100%);display:grid;grid-template-columns:minmax(320px,1fr) minmax(260px,var(--premium-cta-img-w,42%));gap:48px;align-items:center;position:relative;z-index:2}
.lp-premium-image-cta.img-left .lp-premium-cta-inner{grid-template-columns:minmax(260px,var(--premium-cta-img-w,42%)) minmax(320px,1fr)}
.lp-premium-image-cta.img-center .lp-premium-cta-inner{grid-template-columns:1fr;justify-items:center;text-align:center}
.lp-premium-image-cta.img-right .premium-cta-content{order:1}.lp-premium-image-cta.img-right .premium-cta-media{order:2}
.lp-premium-image-cta.img-left .premium-cta-media{order:1}.lp-premium-image-cta.img-left .premium-cta-content{order:2}
.premium-cta-content{max-width:680px}.lp-premium-image-cta.text-center .premium-cta-content{text-align:center;margin-inline:auto}.lp-premium-image-cta.text-right .premium-cta-content{text-align:right;margin-left:auto}
.premium-cta-headline h1,.premium-cta-headline h2,.premium-cta-headline h3,.premium-cta-headline p{margin:0}.premium-cta-headline{font-weight:900;font-size:clamp(38px,5.8vw,78px);line-height:1.05;letter-spacing:-.04em;margin:0 0 24px;color:var(--premium-cta-text,#1f2937)}
.premium-cta-headline strong,.premium-cta-headline b{background:#fff;color:#000;padding:.02em .12em;border-radius:2px;box-decoration-break:clone;-webkit-box-decoration-break:clone}
.premium-cta-text{font-size:clamp(18px,2vw,24px);line-height:1.35;margin:0 0 30px;max-width:720px}.premium-cta-text p{margin:0 0 12px}.premium-cta-button{display:inline-flex;align-items:center;justify-content:center;background:var(--premium-cta-btn-bg,#10b981);color:var(--premium-cta-btn-color,#fff)!important;text-decoration:none;border-radius:3px;padding:18px 30px;font-weight:900;font-size:18px;box-shadow:0 16px 34px rgba(0,0,0,.15);transition:.18s ease}.premium-cta-button:hover{transform:translateY(-2px);filter:brightness(.96)}
.premium-cta-media{align-self:end;display:flex;align-items:flex-end;justify-content:center;min-height:240px}.premium-cta-media img{max-width:100%;max-height:calc(var(--premium-cta-min-h,520px) - 50px);width:auto;height:auto;object-fit:contain;display:block;filter:drop-shadow(0 24px 30px rgba(0,0,0,.12))}
.template-premium .lp-premium-image-cta{background-color:var(--premium-cta-bg,#0b1a2d)}.template-premium .premium-cta-button{box-shadow:0 16px 34px rgba(0,161,222,.20)}
@media(max-width:900px){.lp-premium-image-cta{padding:44px 24px}.lp-premium-cta-inner,.lp-premium-image-cta.img-left .lp-premium-cta-inner{grid-template-columns:1fr;gap:28px}.lp-premium-image-cta.img-left .premium-cta-media,.lp-premium-image-cta.img-right .premium-cta-media{order:2}.lp-premium-image-cta.img-left .premium-cta-content,.lp-premium-image-cta.img-right .premium-cta-content{order:1}.premium-cta-content,.lp-premium-image-cta.text-right .premium-cta-content{text-align:left;margin:0}.lp-premium-image-cta.text-center .premium-cta-content{text-align:center}.premium-cta-media{min-height:0}.premium-cta-media img{max-height:420px}.lp-premium-image-cta.rounded{border-radius:0 0 38px 38px}}

/* V2.3.3 - seletor visual de cores com HEX e ajuste responsivo do bloco Imagem PNG + Texto/CTA */
.slp-color-picker{display:grid;grid-template-columns:54px minmax(90px,1fr) 34px;gap:8px;align-items:center;width:100%}
.slp-color-picker input[type="color"]{width:54px!important;height:42px!important;min-height:42px!important;padding:2px!important;border:1px solid var(--line,#d7e3ef)!important;border-radius:12px!important;background:#fff!important;cursor:pointer}
.slp-color-picker .slp-color-hex{height:42px!important;min-height:42px!important;font-family:ui-monospace,SFMono-Regular,Consolas,monospace;text-transform:uppercase}
.slp-color-sample{width:34px;height:34px;border-radius:999px;border:2px solid #fff;box-shadow:0 0 0 1px rgba(7,30,54,.18),0 6px 16px rgba(7,30,54,.15);display:inline-block}
@media(max-width:900px){
  .lp-premium-image-cta.mobile-img-above .premium-cta-media{order:1!important}
  .lp-premium-image-cta.mobile-img-above .premium-cta-content{order:2!important}
  .lp-premium-image-cta.mobile-img-below .premium-cta-content{order:1!important}
  .lp-premium-image-cta.mobile-img-below .premium-cta-media{order:2!important}
}

/* SLP V2.4.4 - Galeria de Imagens Premium */
.media-library-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:10px}
.media-filters{display:grid;grid-template-columns:minmax(240px,1fr) 220px auto;gap:12px;align-items:end;margin:12px 0 22px;padding:14px;border:1px solid var(--line);border-radius:18px;background:#f8fbff}
.media-filter-actions{display:flex;gap:8px;align-items:center;flex-wrap:wrap;padding-bottom:0}
.premium-media-grid{display:grid!important;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:18px;align-items:stretch}
.premium-media-card{display:flex!important;flex-direction:column;width:100%;height:390px;min-height:390px;border:1px solid #dbe8f4;border-radius:20px;background:#fff;overflow:hidden;box-shadow:0 12px 30px rgba(7,30,54,.08);padding:0!important;transition:.18s ease}
.premium-media-card:hover{transform:translateY(-2px);box-shadow:0 18px 44px rgba(7,30,54,.12);border-color:#b9d7eb}
.premium-media-card .media-thumb{height:178px;width:100%;border:0;background:linear-gradient(135deg,#f8fbff,#edf5fb);border-bottom:1px solid #e2edf6;display:flex;align-items:center;justify-content:center;padding:10px;cursor:pointer}
.premium-media-card .media-thumb img{width:100%;height:100%;object-fit:contain;display:block;border-radius:12px;background:transparent}
.premium-media-card .media-card-body{padding:12px 14px 8px;min-height:132px;display:flex;flex-direction:column;gap:5px}
.premium-media-card .media-card-body b{font-size:14px;line-height:1.25;min-height:34px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;color:#142033}
.premium-media-card .media-desc{font-size:12px;line-height:1.35;margin:0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:32px}
.media-tags{font-size:11px;color:#0b7ca8;background:#eaf8ff;border-radius:999px;padding:4px 8px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%;display:inline-block}
.media-path{font-size:10px;color:#7a8da3;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block;max-width:100%}
.premium-media-card .media-actions{margin-top:auto;padding:10px 12px 12px;display:flex;gap:6px;flex-wrap:wrap;border-top:1px solid #edf3f8;background:#fbfdff}
.premium-media-card .media-actions .btn{font-size:11px;padding:7px 9px}
.media-card-large{display:grid;grid-template-columns:minmax(220px,360px) 1fr;gap:18px;align-items:center}.media-card-large img{width:100%;max-height:360px;object-fit:contain;background:#f8fbff;border-radius:18px;border:1px solid var(--line);padding:10px}
.slp-media-modal{display:none;position:fixed;inset:0;z-index:9999;background:rgba(4,18,32,.76);padding:30px;align-items:center;justify-content:center}
.slp-media-modal.open{display:flex}
.slp-media-modal-box{position:relative;width:min(980px,96vw);max-height:92vh;overflow:auto;background:#fff;border-radius:24px;box-shadow:0 30px 90px rgba(0,0,0,.35);padding:22px;display:grid;grid-template-columns:minmax(260px,1.15fr) minmax(240px,.85fr);gap:18px}
.slp-media-modal-box img{width:100%;max-height:70vh;object-fit:contain;background:#f8fbff;border:1px solid var(--line);border-radius:18px;padding:12px}
.slp-media-modal-info h3{margin-top:0}.slp-media-modal-info code{display:block;white-space:normal;background:#f4f7fb;border-radius:12px;padding:10px;font-size:12px;color:#31445c}
.slp-media-modal-close{position:absolute;right:14px;top:12px;width:38px;height:38px;border:0;border-radius:999px;background:#758195;color:#fff;font-size:26px;font-weight:800;cursor:pointer;line-height:1}
@media(max-width:780px){.media-filters{grid-template-columns:1fr}.premium-media-grid{grid-template-columns:repeat(auto-fill,minmax(180px,1fr))}.premium-media-card{height:360px;min-height:360px}.premium-media-card .media-thumb{height:145px}.slp-media-modal{padding:14px}.slp-media-modal-box{grid-template-columns:1fr;padding:16px}.media-card-large{grid-template-columns:1fr}}


/* SLP V2.4.7 - Correção definitiva do menu recolhível no celular
   O CSS principal servido pelo sistema é /assets/css/style.css.
   Este bloco reforça o comportamento mobile e sobrescreve regras antigas do menu. */
.mobile-menu-toggle,.mobile-menu-inline{display:none}
.mobile-menu-backdrop{display:none}
body.sidebar-open{overflow:hidden}
@media(max-width:920px){
  body.admin-body{padding-top:64px!important}
  .layout{display:block!important;min-height:100vh!important}
  .main{width:100%!important;max-width:none!important;padding:18px!important}
  aside.sidebar,#adminSidebar{
    position:fixed!important;
    left:0!important;
    top:0!important;
    bottom:0!important;
    width:min(86vw,330px)!important;
    max-width:330px!important;
    height:100vh!important;
    min-height:100vh!important;
    overflow-y:auto!important;
    transform:translateX(-110%)!important;
    transition:transform .24s ease!important;
    box-shadow:22px 0 60px rgba(0,0,0,.35)!important;
    z-index:1300!important;
    padding:20px!important;
  }
  body.sidebar-open aside.sidebar,body.sidebar-open #adminSidebar{transform:translateX(0)!important}
  .mobile-menu-backdrop{
    display:block!important;
    position:fixed!important;
    inset:0!important;
    background:rgba(4,18,32,.55)!important;
    backdrop-filter:blur(2px)!important;
    z-index:1250!important;
    opacity:0!important;
    pointer-events:none!important;
    transition:opacity .22s ease!important;
  }
  body.sidebar-open .mobile-menu-backdrop{opacity:1!important;pointer-events:auto!important}
  .mobile-menu-toggle{
    display:flex!important;
    position:fixed!important;
    left:14px!important;
    top:12px!important;
    z-index:1400!important;
    width:46px!important;
    height:42px!important;
    border:0!important;
    border-radius:14px!important;
    background:linear-gradient(135deg,var(--blue),#0b74a5)!important;
    box-shadow:0 12px 28px rgba(7,30,54,.22)!important;
    align-items:center!important;
    justify-content:center!important;
    flex-direction:column!important;
    gap:5px!important;
    cursor:pointer!important;
  }
  .mobile-menu-toggle span{display:block!important;width:22px!important;height:3px!important;border-radius:5px!important;background:#fff!important;transition:.2s ease!important}
  body.sidebar-open .mobile-menu-toggle span:nth-child(1){transform:translateY(8px) rotate(45deg)!important}
  body.sidebar-open .mobile-menu-toggle span:nth-child(2){opacity:0!important}
  body.sidebar-open .mobile-menu-toggle span:nth-child(3){transform:translateY(-8px) rotate(-45deg)!important}
  .mobile-menu-inline{
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    margin:0 0 14px!important;
    padding:10px 14px!important;
    border:1px solid var(--line)!important;
    background:#fff!important;
    color:var(--blue)!important;
    border-radius:999px!important;
    font-weight:900!important;
    cursor:pointer!important;
    box-shadow:0 10px 24px rgba(7,30,54,.08)!important;
  }
  aside.sidebar .brand,#adminSidebar .brand{margin-top:46px!important}
  aside.sidebar nav,#adminSidebar nav{gap:4px!important}
  aside.sidebar a,#adminSidebar a{padding:11px 12px!important}
  aside.sidebar .sidebar-user,#adminSidebar .sidebar-user{padding:10px!important}
}
@media(min-width:921px){
  body.admin-body{padding-top:0!important;overflow:auto!important}
  .mobile-menu-toggle,.mobile-menu-inline,.mobile-menu-backdrop{display:none!important}
  aside.sidebar,#adminSidebar{transform:none!important}
}


/* SLP V2.4.9 - Biblioteca de Blocos recolhível no mobile */
.builder-blocks-mobile-toggle,.builder-palette-backdrop{display:none}
.builder-palette .palette-scroll{scrollbar-width:thin}
@media(max-width:920px){
  .builder-shell{display:block!important}
  .builder-blocks-mobile-toggle{
    display:inline-flex!important;
    position:sticky!important;
    top:72px!important;
    z-index:820!important;
    margin:0 0 14px!important;
    box-shadow:0 12px 28px rgba(7,30,54,.16)!important;
  }
  .builder-palette{
    position:fixed!important;
    left:0!important;
    top:0!important;
    bottom:0!important;
    width:min(88vw,360px)!important;
    max-width:360px!important;
    height:100vh!important;
    overflow-y:auto!important;
    transform:translateX(-110%)!important;
    transition:transform .24s ease!important;
    z-index:1600!important;
    border-radius:0 24px 24px 0!important;
    padding:76px 18px 22px!important;
    box-shadow:24px 0 70px rgba(7,30,54,.34)!important;
  }
  body.builder-palette-open .builder-palette{transform:translateX(0)!important}
  .builder-palette-backdrop{
    display:block!important;
    position:fixed!important;
    inset:0!important;
    background:rgba(4,18,32,.58)!important;
    backdrop-filter:blur(2px)!important;
    z-index:1550!important;
    opacity:0!important;
    pointer-events:none!important;
    transition:opacity .22s ease!important;
  }
  body.builder-palette-open .builder-palette-backdrop{opacity:1!important;pointer-events:auto!important}
  body.builder-palette-open{overflow:hidden!important}
  .builder-palette:before{
    content:'Biblioteca de Blocos';
    position:fixed;
    left:18px;
    top:18px;
    right:18px;
    z-index:1;
    background:linear-gradient(135deg,var(--blue),#0b74a5);
    color:#fff;
    font-weight:900;
    padding:13px 46px 13px 16px;
    border-radius:16px;
    box-shadow:0 12px 26px rgba(7,30,54,.20);
  }
  .builder-palette:after{
    content:'×';
    position:fixed;
    right:30px;
    top:24px;
    z-index:2;
    width:28px;
    height:28px;
    border-radius:999px;
    display:grid;
    place-items:center;
    color:#fff;
    font-size:24px;
    line-height:1;
    pointer-events:none;
  }
  .builder-palette .palette-scroll{max-height:none!important;overflow:visible!important}
  .builder-palette .save-top,.builder-palette>a.btn,.builder-palette>button.btn{width:100%;justify-content:center}
  .builder-palette .palette-group{background:#fff;border:1px solid var(--line);border-radius:18px;padding:12px;margin:12px 0}
  .builder-palette .palette-group b{font-size:14px}
}
@media(min-width:921px){
  body.builder-palette-open{overflow:auto!important}
  .builder-palette{transform:none!important}
  .builder-blocks-mobile-toggle,.builder-palette-backdrop{display:none!important}
}

/* SLP V2.5.0 - CRM Básico de Leads */
.crm-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:14px;margin:0 0 18px}
.crm-stat{display:block;text-decoration:none;background:#fff;border:1px solid var(--line);border-radius:18px;padding:16px;box-shadow:0 10px 24px rgba(7,30,54,.06);color:var(--text)}
.crm-stat strong{display:block;font-size:30px;line-height:1;color:var(--blue)}
.crm-stat span{font-size:13px;font-weight:800;color:#5f6b7a}
.crm-lead-list{display:grid;gap:16px}
.crm-lead-card{border:1px solid var(--line);border-left:7px solid var(--blue);border-radius:20px;padding:18px;background:#fff;box-shadow:0 12px 30px rgba(7,30,54,.06)}
.crm-lead-card.status-convertido{border-left-color:#43A047}.crm-lead-card.status-perdido{border-left-color:#ef4444}.crm-lead-card.status-proposta{border-left-color:#f59e0b}.crm-lead-card.status-qualificado{border-left-color:#8b5cf6}.crm-lead-card.status-em_contato{border-left-color:#0ea5e9}
.crm-lead-head{display:flex;align-items:flex-start;justify-content:space-between;gap:14px}.crm-lead-head h3{margin:6px 0 2px;font-size:20px}.crm-date{font-size:12px;color:#6b7280;white-space:nowrap}.crm-badge{display:inline-flex;border-radius:999px;background:#eef8ff;color:var(--blue);font-weight:900;font-size:12px;padding:6px 10px}.crm-source{margin:10px 0;color:#4b5563}.crm-message{background:#f8fafc;border:1px solid #eef2f7;border-radius:14px;padding:12px;margin:12px 0}.crm-tags{display:flex;flex-wrap:wrap;gap:6px;margin:10px 0}.crm-tags span{--tag-color:#00A1DE;border:1px solid color-mix(in srgb,var(--tag-color) 35%,#fff);background:color-mix(in srgb,var(--tag-color) 14%,#fff);color:#1f2937;border-radius:999px;padding:5px 9px;font-size:12px;font-weight:800}.crm-edit{margin-top:12px;border-top:1px dashed var(--line);padding-top:14px}.crm-history{margin-top:12px}.crm-history summary{cursor:pointer;font-weight:900;color:var(--blue)}.history-row{border-top:1px solid #eef2f7;padding:10px 0}.history-row span{display:block;font-size:12px;color:#6b7280}.inline-form{display:flex;gap:10px;flex-wrap:wrap;align-items:center}.inline-form input{max-width:240px}.pagination{display:flex;flex-wrap:wrap;gap:6px;margin-top:18px}.pagination a{display:inline-flex;min-width:34px;height:34px;align-items:center;justify-content:center;border-radius:10px;border:1px solid var(--line);background:#fff;text-decoration:none;color:var(--text);font-weight:800}.pagination a.active{background:var(--blue);color:#fff;border-color:var(--blue)}
@media(max-width:760px){.crm-lead-head{display:block}.crm-date{margin-top:6px}.crm-stats{grid-template-columns:repeat(2,minmax(0,1fr))}}

/* SLP V2.5.2 - Biblioteca recolhível e Cursos Premium */
.builder-palette .palette-group{transition:all .18s ease}
.builder-palette .palette-group .palette-group-title,
.builder-palette .palette-group>b{display:flex;align-items:center;justify-content:space-between;gap:10px;cursor:pointer;padding:8px 4px;margin:-2px 0 6px;font-weight:900;color:var(--blue)}
.builder-palette .palette-group .palette-group-title:after,
.builder-palette .palette-group>b:after{content:'▸';font-size:14px;transition:transform .18s ease;color:#6b7280}
.builder-palette .palette-group:not(.collapsed) .palette-group-title:after,
.builder-palette .palette-group:not(.collapsed)>b:after{transform:rotate(90deg)}
.builder-palette .palette-group.collapsed button,
.builder-palette .palette-group.collapsed p,
.builder-palette .palette-group.collapsed .muted{display:none!important}
.builder-palette .palette-group.special-courses{border-color:#b7ead6;background:linear-gradient(180deg,#f2fff9,#fff)}
.builder-palette .palette-group.special-courses>b{color:#12805c}
.course-hero{background:var(--course-bg,#f4fbf7);color:var(--course-text,#14324a);overflow:hidden}
.course-hero-inner{max-width:1180px;margin:0 auto;display:grid;grid-template-columns:minmax(0,1.05fr) minmax(280px,.85fr);align-items:center;gap:54px;padding:34px 0}
.course-hero.course-img-left .course-media{order:-1}.course-hero.course-img-center .course-hero-inner{grid-template-columns:1fr;text-align:center}.course-hero.course-img-center .course-media{max-width:520px;margin:0 auto}.course-media img{width:100%;max-height:520px;object-fit:contain;filter:drop-shadow(0 20px 30px rgba(7,30,54,.16))}.course-headline h1,.course-headline h2,.course-headline h3{font-size:clamp(34px,5vw,64px);line-height:1.02;margin:12px 0;color:inherit}.course-headline{font-size:clamp(34px,5vw,64px);line-height:1.02;font-weight:950;letter-spacing:-.04em}.course-copy .lp-lead{color:inherit;opacity:.9}.course-block .lp-lead{max-width:780px;margin-left:auto;margin-right:auto}.course-card-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:18px;margin-top:24px}.course-card{background:#fff;border:1px solid var(--line);border-radius:24px;padding:22px;box-shadow:0 12px 32px rgba(7,30,54,.07);text-align:left}.course-card h3{margin:8px 0 8px;color:var(--blue)}.course-card p{color:#4b5563}.course-card img{width:100%;height:150px;object-fit:contain;border-radius:18px;background:#f8fafc;margin-bottom:12px}.course-icon{width:52px;height:52px;border-radius:18px;background:#ecfdf5;display:grid;place-items:center;font-size:26px}.course-check-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:14px;max-width:980px;margin:0 auto}.course-check-list div{background:#fff;border:1px solid var(--line);border-radius:18px;padding:16px;font-weight:850;display:flex;gap:12px;align-items:center}.course-check-list span{width:30px;height:30px;border-radius:50%;background:#43A047;color:#fff;display:grid;place-items:center;flex:0 0 auto}.course-program details{background:#fff;border:1px solid var(--line);border-radius:18px;padding:16px 20px;margin:12px auto;max-width:920px;box-shadow:0 10px 22px rgba(7,30,54,.05)}.course-program summary{cursor:pointer;font-weight:950;color:var(--blue);font-size:18px}.course-facilitator{display:grid;grid-template-columns:minmax(220px,360px) 1fr;gap:32px;align-items:center;max-width:1040px;margin:0 auto}.facilitator-photo img{width:100%;max-height:420px;object-fit:contain;border-radius:28px;background:#fff;box-shadow:0 18px 38px rgba(7,30,54,.12)}.course-info-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:14px;margin-top:22px}.course-info-grid div{background:#f8fafc;border:1px solid var(--line);border-radius:18px;padding:16px}.course-info-grid b{display:block;color:var(--blue);font-size:14px}.course-info-grid span{display:block;font-weight:900;font-size:18px}.course-testimonial{text-align:center}.course-testimonial img{width:88px;height:88px;border-radius:50%;margin:0 auto 12px;object-fit:cover}.course-countdown{background:linear-gradient(135deg,var(--blue),#43A047);color:#fff}.course-countdown h2,.course-countdown .lp-lead{color:#fff}.course-deadline{display:inline-flex;padding:14px 20px;border-radius:18px;background:rgba(255,255,255,.16);font-size:28px;font-weight:950;margin:14px 0 20px}.course-timeline{max-width:900px;margin:0 auto;display:grid;gap:16px}.course-timeline-item{position:relative;background:#fff;border:1px solid var(--line);border-left:6px solid var(--blue);border-radius:20px;padding:18px 22px;box-shadow:0 10px 26px rgba(7,30,54,.05)}.course-timeline-item b{display:block;color:var(--blue);font-size:20px}.course-timeline-item span,.course-timeline-item small{display:inline-block;margin-right:10px;color:#64748b;font-weight:800}.course-final-cta,.course-reflection{background:linear-gradient(135deg,#f2fff9,#eef8ff);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.course-journey{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:14px;margin-top:22px}.course-journey div{position:relative;background:#fff;border:1px solid var(--line);border-radius:22px;padding:20px}.course-journey b{display:block;color:#12805c;font-size:18px}.before-after{display:grid;grid-template-columns:1fr 1fr;gap:22px;max-width:980px;margin:0 auto}.before-after>div{background:#fff;border:1px solid var(--line);border-radius:24px;padding:24px;box-shadow:0 12px 30px rgba(7,30,54,.06)}.before-after>div:nth-child(2){border-color:#b7ead6;background:#f2fff9}.gallery-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:14px}.gallery-grid img{width:100%;height:180px;object-fit:contain;background:#fff;border:1px solid var(--line);border-radius:18px;padding:8px}
@media(max-width:820px){.course-hero-inner,.course-facilitator,.before-after{grid-template-columns:1fr}.course-hero.course-img-left .course-media{order:0}.course-hero-inner{gap:26px;text-align:center}.course-copy .lp-actions{justify-content:center}.course-deadline{font-size:20px}.course-card-grid{grid-template-columns:1fr}}

/* V2.5.3 - seleção da galeria em campos de imagem da LP */
.media-select-admin{width:100%;margin:8px 0 10px;border:1px solid #cfe1f3;border-radius:14px;padding:10px 12px;background:#fff;color:#132238;font-weight:600;}
.admin-image-preview{border:1px dashed #bcd7ef;border-radius:16px;min-height:78px;padding:10px;margin:8px 0 12px;background:#f8fcff;display:flex;align-items:center;gap:12px;color:#64748b;overflow:hidden;}
.admin-image-preview img{width:92px;height:72px;object-fit:contain;border-radius:12px;background:#fff;border:1px solid #e3eef8;padding:4px;}
.admin-image-preview.small img{width:64px;height:54px;}
.admin-image-preview small{font-size:12px;line-height:1.25;word-break:break-all;color:#64748b;}


/* =========================================================
   SLP V2.5.4 - Templates visuais controlados sobre V2.5.3
   Estratégia: não altera HTML dos blocos. Apenas aplica tema
   por classe no body (.template-*) usando seletores seguros.
   ========================================================= */

/* seletor visual no admin */
.slp-template-picker-controlled{display:grid;grid-template-columns:repeat(3,minmax(150px,1fr));gap:10px}
.slp-template-picker-controlled .template-group-title{grid-column:1/-1;margin:8px 0 2px;font-size:12px;color:var(--muted);font-weight:800;text-transform:uppercase;letter-spacing:.06em}
.theme-preview{position:relative;overflow:hidden;min-height:76px;display:flex;flex-direction:column;gap:2px;justify-content:center}
.theme-preview span{font-weight:900;line-height:1.05}
.theme-preview small{display:block;color:#64748b;font-size:11px;line-height:1.15}
.theme-preview:before{content:"";position:absolute;right:10px;top:10px;width:52px;height:14px;border-radius:999px;background:linear-gradient(90deg,#00A1DE,#43A047);opacity:.95}
.theme-preview.premium:before{background:linear-gradient(90deg,#07111f,#00A1DE,#43A047)}
.theme-preview.clean:before{background:linear-gradient(90deg,#fff7e6,#eaf8ff,#43A047);border:1px solid #e2e8f0}
.theme-preview.emc-colorido:before{background:linear-gradient(90deg,#ef4444,#f97316,#facc15,#22c55e,#38bdf8,#8b5cf6)}
.theme-preview.emc-robotica:before{background:linear-gradient(90deg,#06142b,#00d4ff,#7c3aed)}
.theme-preview.pastel-serenity:before{background:linear-gradient(90deg,#f5d0fe,#bfdbfe,#fde2e4)}
.theme-preview.relaxamento-zen:before{background:linear-gradient(90deg,#d1fae5,#a7f3d0,#e0f2fe)}
.theme-preview.vibrante-evento:before{background:linear-gradient(90deg,#fb7185,#f97316,#facc15)}
.theme-preview.terapia-integral:before{background:linear-gradient(90deg,#0f766e,#99f6e4,#f5f5dc)}

/* Núcleo seguro: variáveis de tema, sem mexer na estrutura dos blocos */
.lp-body.template-emc_colorido{
  --theme-bg:#fffaf2;--theme-surface:#ffffff;--theme-text:#172033;
  --theme-primary:#00A1DE;--theme-secondary:#f97316;--theme-cta:#43A047;
  background:var(--theme-bg);color:var(--theme-text);
}
.lp-body.template-emc_robotica{
  --theme-bg:#06142b;--theme-surface:#0b1f3d;--theme-text:#e8f8ff;
  --theme-primary:#00d4ff;--theme-secondary:#7c3aed;--theme-cta:#22c55e;
  background:var(--theme-bg);color:var(--theme-text);
}
.lp-body.template-pastel_serenity{
  --theme-bg:#fff7fb;--theme-surface:#ffffff;--theme-text:#263044;
  --theme-primary:#8b5cf6;--theme-secondary:#60a5fa;--theme-cta:#7c3aed;
  background:var(--theme-bg);color:var(--theme-text);
}
.lp-body.template-relaxamento_zen{
  --theme-bg:#f4fff9;--theme-surface:#ffffff;--theme-text:#16322e;
  --theme-primary:#0f766e;--theme-secondary:#78c6a3;--theme-cta:#16a34a;
  background:var(--theme-bg);color:var(--theme-text);
}
.lp-body.template-vibrante_evento{
  --theme-bg:#fff7ed;--theme-surface:#ffffff;--theme-text:#1f2937;
  --theme-primary:#f97316;--theme-secondary:#ec4899;--theme-cta:#e11d48;
  background:var(--theme-bg);color:var(--theme-text);
}
.lp-body.template-terapia_integral{
  --theme-bg:#f8faf7;--theme-surface:#ffffff;--theme-text:#1f332f;
  --theme-primary:#0f766e;--theme-secondary:#7c9885;--theme-cta:#2f855a;
  background:var(--theme-bg);color:var(--theme-text);
}

/* Hero: aplica identidade sem tocar em tamanhos/imagens */
.lp-body.template-emc_colorido .lp-hero{
  background:
    radial-gradient(circle at 15% 18%,rgba(250,204,21,.42),transparent 22%),
    radial-gradient(circle at 82% 20%,rgba(56,189,248,.38),transparent 28%),
    linear-gradient(135deg,#fff7ed 0%,#fff 45%,#e0f2fe 100%);
  color:#172033;
}
.lp-body.template-emc_robotica .lp-hero{
  background:
    radial-gradient(circle at 80% 20%,rgba(124,58,237,.36),transparent 32%),
    linear-gradient(135deg,#020617 0%,#06142b 48%,#083344 100%);
  color:#e8f8ff;
}
.lp-body.template-pastel_serenity .lp-hero{
  background:linear-gradient(135deg,#fff1f8 0%,#eef2ff 54%,#e0f2fe 100%);
  color:#263044;
}
.lp-body.template-relaxamento_zen .lp-hero{
  background:linear-gradient(135deg,#ecfdf5 0%,#f7fee7 45%,#e0f2fe 100%);
  color:#16322e;
}
.lp-body.template-vibrante_evento .lp-hero{
  background:
    radial-gradient(circle at 80% 18%,rgba(236,72,153,.24),transparent 30%),
    linear-gradient(135deg,#fff7ed 0%,#ffedd5 42%,#fef3c7 100%);
  color:#1f2937;
}
.lp-body.template-terapia_integral .lp-hero{
  background:linear-gradient(135deg,#f0fdfa 0%,#f8faf7 45%,#eef2e3 100%);
  color:#1f332f;
}

/* Superfícies e cards: seguro para blocos existentes */
.lp-body.template-emc_colorido .lp-section.alt,
.lp-body.template-pastel_serenity .lp-section.alt,
.lp-body.template-relaxamento_zen .lp-section.alt,
.lp-body.template-vibrante_evento .lp-section.alt,
.lp-body.template-terapia_integral .lp-section.alt{background:rgba(255,255,255,.55)}

.lp-body.template-emc_robotica .lp-section,
.lp-body.template-emc_robotica .lp-section.alt{background:#06142b;color:#e8f8ff}

.lp-body.template-emc_colorido .lp-card,.lp-body.template-emc_colorido .lp-side-text,.lp-body.template-emc_colorido .price-card,.lp-body.template-emc_colorido .memo-content,
.lp-body.template-pastel_serenity .lp-card,.lp-body.template-pastel_serenity .lp-side-text,.lp-body.template-pastel_serenity .price-card,.lp-body.template-pastel_serenity .memo-content,
.lp-body.template-relaxamento_zen .lp-card,.lp-body.template-relaxamento_zen .lp-side-text,.lp-body.template-relaxamento_zen .price-card,.lp-body.template-relaxamento_zen .memo-content,
.lp-body.template-vibrante_evento .lp-card,.lp-body.template-vibrante_evento .lp-side-text,.lp-body.template-vibrante_evento .price-card,.lp-body.template-vibrante_evento .memo-content,
.lp-body.template-terapia_integral .lp-card,.lp-body.template-terapia_integral .lp-side-text,.lp-body.template-terapia_integral .price-card,.lp-body.template-terapia_integral .memo-content{
  background:var(--theme-surface);
  color:var(--theme-text);
  border:1px solid color-mix(in srgb,var(--theme-primary) 22%,#dbeafe);
  box-shadow:0 18px 45px rgba(15,23,42,.08);
}

.lp-body.template-emc_robotica .lp-card,.lp-body.template-emc_robotica .lp-side-text,.lp-body.template-emc_robotica .price-card,.lp-body.template-emc_robotica .memo-content{
  background:#0b1f3d;color:#e8f8ff;border:1px solid rgba(0,212,255,.28);box-shadow:0 18px 45px rgba(0,0,0,.22);
}

/* Botões, badges e links */
.lp-body.template-emc_colorido .btn,.lp-body.template-emc_colorido .green,
.lp-body.template-emc_robotica .btn,.lp-body.template-emc_robotica .green,
.lp-body.template-pastel_serenity .btn,.lp-body.template-pastel_serenity .green,
.lp-body.template-relaxamento_zen .btn,.lp-body.template-relaxamento_zen .green,
.lp-body.template-vibrante_evento .btn,.lp-body.template-vibrante_evento .green,
.lp-body.template-terapia_integral .btn,.lp-body.template-terapia_integral .green{
  background:var(--theme-cta)!important;color:#fff!important;border-color:transparent!important;
}
.lp-body.template-emc_colorido a,.lp-body.template-emc_colorido .lp-kicker,
.lp-body.template-emc_robotica a,.lp-body.template-emc_robotica .lp-kicker,
.lp-body.template-pastel_serenity a,.lp-body.template-pastel_serenity .lp-kicker,
.lp-body.template-relaxamento_zen a,.lp-body.template-relaxamento_zen .lp-kicker,
.lp-body.template-vibrante_evento a,.lp-body.template-vibrante_evento .lp-kicker,
.lp-body.template-terapia_integral a,.lp-body.template-terapia_integral .lp-kicker{color:var(--theme-primary)}

.lp-body.template-emc_colorido .lp-badge,.lp-body.template-pastel_serenity .lp-badge,.lp-body.template-relaxamento_zen .lp-badge,.lp-body.template-vibrante_evento .lp-badge,.lp-body.template-terapia_integral .lp-badge{
  background:color-mix(in srgb,var(--theme-primary) 12%,#fff);color:var(--theme-primary);border:1px solid color-mix(in srgb,var(--theme-primary) 30%,#fff);
}
.lp-body.template-emc_robotica .lp-badge{background:rgba(0,212,255,.12);color:#7dd3fc;border:1px solid rgba(0,212,255,.28)}

@media(max-width:800px){
  .slp-template-picker-controlled{grid-template-columns:1fr 1fr}
}
@media(max-width:520px){
  .slp-template-picker-controlled{grid-template-columns:1fr}
}


/* SLP V2.5.5 - Seções recolhíveis no editor da LP */
.editor-fold{
  border:1px solid var(--line);
  border-radius:22px;
  background:rgba(255,255,255,.72);
  margin:16px 0 22px;
  box-shadow:0 10px 28px rgba(7,30,54,.05);
  overflow:hidden;
}
.editor-fold > summary{
  list-style:none;
  cursor:pointer;
  padding:16px 18px;
  font-weight:900;
  color:var(--dark);
  display:flex;
  align-items:center;
  gap:10px;
  user-select:none;
  background:linear-gradient(135deg,#ffffff,#f6fbff);
}
.editor-fold > summary::-webkit-details-marker{display:none}
.editor-fold > summary:before{
  content:'▶';
  width:28px;
  height:28px;
  border-radius:999px;
  display:inline-grid;
  place-items:center;
  color:var(--blue);
  background:#eef8fd;
  border:1px solid var(--line);
  font-size:13px;
}
.editor-fold[open] > summary:before{content:'▼'}
.editor-fold-body{padding:6px 18px 20px}
.editor-fold-body > h2:first-child{margin-top:6px}
@media(max-width:920px){
  .editor-fold > summary{padding:14px;font-size:14px}
  .editor-fold-body{padding:6px 12px 16px}
}

/* V2.5.6 - Permissões por LP */
.lp-permissions-table{max-height:360px;overflow:auto;border:1px solid rgba(15,23,42,.10);border-radius:16px;margin:12px 0;background:#fff}.lp-permissions-table .table{margin:0}.switch-row.mini{justify-content:center;margin:0}.switch-row.mini .switch-ui{transform:scale(.78);transform-origin:center}.sidebar nav a[data-scope=restricted]{opacity:.86}


/* V2.6.0.3 - Correção da rolagem da barra lateral administrativa
   O menu lateral precisa rolar quando houver muitos módulos, mantendo o conteúdo acessível. */
.sidebar{
  height:100vh;
  max-height:100vh;
  overflow-y:auto;
  overflow-x:hidden;
  scrollbar-gutter:stable;
  padding-bottom:32px;
}
.sidebar nav{
  padding-bottom:28px;
}
.sidebar::-webkit-scrollbar{width:8px}
.sidebar::-webkit-scrollbar-track{background:rgba(255,255,255,.08);border-radius:999px}
.sidebar::-webkit-scrollbar-thumb{background:rgba(255,255,255,.28);border-radius:999px}
.sidebar::-webkit-scrollbar-thumb:hover{background:rgba(255,255,255,.40)}
@media(max-width:920px){
  .sidebar{height:auto;max-height:none;overflow:visible;padding-bottom:24px}
}


/* V2.6.0.4 - Super Bloco Hero + Imagem + Formulário */
.lp-hero-master{background-color:var(--hm-bg,#eaf7f8);color:var(--hm-text,#142033);min-height:var(--hm-min-h,560px);padding:var(--hm-pt,90px) var(--hm-pr,7vw) var(--hm-pb,90px) var(--hm-pl,7vw);display:flex;align-items:center;overflow:hidden;position:relative}
.lp-hero-master.rounded{border-radius:0 0 70px 70px}
.lp-hero-master .hm-grid{width:100%;display:grid;grid-template-columns:minmax(260px,var(--hm-content-w,52%)) minmax(220px,var(--hm-img-w,38%));gap:var(--hm-gap,64px);align-items:center;position:relative;z-index:1}
.lp-hero-master.layout-text_form_image .hm-grid{grid-template-columns:minmax(260px,1fr) minmax(320px,420px) minmax(220px,var(--hm-img-w,32%))}
.lp-hero-master.img-left .hm-media{order:1}.lp-hero-master.img-left .hm-copy{order:2}.lp-hero-master.img-left .hm-form{order:3}
.lp-hero-master.img-right .hm-copy{order:1}.lp-hero-master.img-right .hm-media{order:2}.lp-hero-master.img-right .hm-form{order:3}
.lp-hero-master.img-top .hm-grid,.lp-hero-master.img-bottom .hm-grid{grid-template-columns:1fr;max-width:1180px;margin:auto}.lp-hero-master.img-top .hm-media{order:1}.lp-hero-master.img-top .hm-copy{order:2}.lp-hero-master.img-bottom .hm-copy{order:1}.lp-hero-master.img-bottom .hm-media{order:2}
.lp-hero-master.text-center{text-align:center}.lp-hero-master.text-center .hm-actions{justify-content:center}.lp-hero-master.text-right{text-align:right}.lp-hero-master.text-right .hm-actions{justify-content:flex-end}
.hm-kicker{font-size:var(--hm-kicker-size,24px);color:var(--hm-kicker,#142033);margin-bottom:26px}.hm-copy h1{font-size:var(--hm-title-size,34px);line-height:1.18;color:var(--hm-title,#071e36);margin:0 0 30px;font-weight:800}.hm-subtitle{font-size:var(--hm-subtitle-size,22px);line-height:1.35;max-width:720px}.hm-copy h2{font-size:var(--hm-headline-size,54px);line-height:1.02;color:var(--hm-headline,#071e36);margin:0 0 18px;font-weight:900}.hm-text{font-size:var(--hm-text-size,18px);line-height:1.55;max-width:720px}.hm-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:26px}.hm-btn{display:inline-flex;align-items:center;justify-content:center;padding:14px 24px;border-radius:8px;font-weight:900;text-decoration:none}.hm-btn.primary{background:var(--hm-btn-bg,#071e36);color:var(--hm-btn-color,#fff)}.hm-btn.secondary{background:var(--hm-btn2-bg,#43A047);color:var(--hm-btn2-color,#fff)}
.hm-media{display:flex;justify-content:center;align-items:center}.hm-media img{width:100%;max-height:var(--hm-img-max,520px);object-fit:contain}.lp-hero-master.fit-cover .hm-media img{object-fit:cover;border-radius:24px}
.hm-form{width:100%;max-width:var(--hm-form-width,420px);justify-self:end}.hm-form .lp-side-form{width:100%;background:#eef8fd;color:#1f2937;border:1px solid rgba(255,255,255,.75);box-shadow:0 20px 60px rgba(7,30,54,.15)}.lp-hero-master.form-glass .lp-side-form{background:rgba(255,255,255,.76);backdrop-filter:blur(14px)}.lp-hero-master.form-dark .lp-side-form{background:#0f2035;color:#eef8ff;border-color:#24476c}.lp-hero-master.form-dark .lp-side-form input,.lp-hero-master.form-dark .lp-side-form textarea{background:#fff;color:#111827}
@media(max-width:980px){.lp-hero-master{padding:56px 24px}.lp-hero-master .hm-grid,.lp-hero-master.layout-text_form_image .hm-grid{grid-template-columns:1fr;gap:30px}.lp-hero-master .hm-copy,.lp-hero-master .hm-media,.lp-hero-master .hm-form{order:initial!important}.hm-copy h2{font-size:42px}.hm-copy h1{font-size:30px}.hm-form{max-width:100%;justify-self:stretch}.lp-hero-master.rounded{border-radius:0 0 38px 38px}}

/* V2.6.0.6 - Galeria compacta na Aparência do Sistema */
.gallery-picker{border:1px solid var(--line);border-radius:18px;background:#f8fbff;padding:14px;margin:12px 0 26px;overflow:hidden}
.gallery-picker-toolbar{display:flex;gap:12px;align-items:center;justify-content:space-between;margin-bottom:12px;flex-wrap:wrap}
.gallery-picker-search{max-width:420px;background:#fff}
.gallery-picker-count{font-size:12px;font-weight:900;color:var(--muted);background:#fff;border:1px solid var(--line);border-radius:999px;padding:8px 12px}
.gallery-choice-grid.compact{display:grid;grid-template-columns:repeat(auto-fill,minmax(138px,1fr));gap:12px;margin:0}
.gallery-choice-grid.compact .gallery-choice{position:relative;min-height:174px;height:174px;display:flex;flex-direction:column;gap:7px;align-items:stretch;justify-content:flex-start;padding:9px;border:1px solid var(--line);border-radius:16px;background:#fff;cursor:pointer;overflow:hidden;box-shadow:0 6px 18px rgba(15,23,42,.04)}
.gallery-choice-grid.compact .gallery-choice input{position:absolute;top:8px;left:8px;width:16px;height:16px;z-index:2;margin:0;accent-color:#0ea5e9}
.gallery-thumb{height:86px;width:100%;display:grid;place-items:center;background:#eef6fb;border:1px solid #e5edf5;border-radius:12px;overflow:hidden;padding:5px}
.gallery-thumb img{width:100%;height:100%;max-width:100%;max-height:100%;object-fit:contain!important;display:block;border-radius:8px;background:transparent;padding:0}
.gallery-choice-grid.compact .gallery-choice strong{font-size:12px;line-height:1.2;color:var(--dark);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:29px;text-align:center;word-break:break-word}
.gallery-choice-grid.compact .gallery-choice small{font-size:10px;line-height:1.15;color:var(--muted);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-align:center;word-break:break-word}
.gallery-choice-grid.compact .gallery-choice:has(input:checked){border-color:#0ea5e9;outline:3px solid rgba(14,165,233,.18);background:#f0fbff}
.gallery-choice-grid.compact .keep-option{justify-content:center;align-items:center;text-align:center;background:linear-gradient(135deg,#fff,#f4fbff)}
.gallery-placeholder{width:58px;height:58px;border-radius:18px;background:#0ea5e9;color:#fff;display:grid;place-items:center;font-size:24px;font-weight:950;margin:10px auto 4px}
.gallery-pagination{display:flex;align-items:center;justify-content:center;gap:12px;margin-top:14px}.gallery-pagination .btn[disabled]{opacity:.45;cursor:not-allowed}.gallery-page-info{font-size:12px;font-weight:900;color:var(--muted)}
.favicon-grid .gallery-thumb{height:70px}.favicon-grid.gallery-choice-grid.compact .gallery-choice{height:158px;min-height:158px}
@media(max-width:720px){.gallery-choice-grid.compact{grid-template-columns:repeat(auto-fill,minmax(118px,1fr))}.gallery-choice-grid.compact .gallery-choice{height:164px;min-height:164px}.gallery-picker-search{max-width:100%}}


/* V2.6.0.7 - Página Principal Configurável */
.public-home-body{background:#f3f8fb;min-height:100vh;}
.home-required-actions{position:fixed;z-index:9999;display:flex;gap:10px;flex-wrap:wrap;align-items:center;padding:10px;border-radius:999px;background:rgba(255,255,255,.82);backdrop-filter:blur(10px);box-shadow:0 10px 30px rgba(7,30,54,.12)}
.home-required-actions.pos-top_right{top:18px;right:22px}.home-required-actions.pos-top_left{top:18px;left:22px}.home-required-actions.pos-bottom_center{left:50%;bottom:18px;transform:translateX(-50%)}
.home-required-actions .btn{margin:0;white-space:nowrap}
@media(max-width:720px){.home-required-actions{left:12px!important;right:12px!important;top:auto!important;bottom:12px!important;transform:none!important;justify-content:center}.home-required-actions .btn{flex:1;text-align:center}.public-home-body{padding-bottom:86px}}
.home-sent-alert{position:fixed;z-index:10000;top:90px;right:24px;max-width:360px;background:#eafff0;border:1px solid #b7efc4;color:#115c24;border-radius:18px;padding:14px 18px;box-shadow:0 12px 30px rgba(7,30,54,.14)}
@media(max-width:720px){.home-sent-alert{left:12px;right:12px;top:12px;max-width:none}}


/* SLP V2.7.4.13.4 - Vitrine LPs: seleção com botões padrão */
.lp-showcase-picker.slp-clean-picker{border:1px solid var(--line);background:#f7fbff;border-radius:18px;padding:12px;margin:12px 0 18px}
.lp-showcase-tools.clean{display:flex;gap:8px;align-items:center;flex-wrap:wrap;margin-bottom:10px}
.lp-showcase-tools.clean input[type="search"]{flex:1;min-width:220px;height:40px;border-radius:14px}
.lp-showcase-list.clean-list{display:grid;gap:8px;max-height:380px;overflow:auto;padding:4px}
.lp-showcase-row.clean-row{display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:12px;align-items:center;background:#fff;border:1px solid var(--line);border-radius:16px;padding:10px 12px;box-shadow:0 5px 16px rgba(7,30,54,.04)}
.lp-showcase-row .lp-row-info{min-width:0;line-height:1.2}
.lp-showcase-row .lp-row-info strong{display:block;color:var(--dark);font-size:13px;line-height:1.2;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.lp-showcase-row .lp-row-info small{display:block;color:var(--muted);font-size:11px;line-height:1.25;margin-top:3px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.lp-showcase-row .inline-switch{margin:0!important;background:#fff;border:1px solid var(--line);border-radius:999px;padding:4px 8px;gap:6px;white-space:nowrap}
.lp-showcase-row .inline-switch b{font-size:11px;color:var(--dark)}
.lp-showcase-row .switch-ui{width:42px;height:24px;flex:0 0 42px}
.lp-showcase-row .switch-ui:before{width:20px;height:20px}
.lp-showcase-row input[type="checkbox"]:checked + .switch-ui:before,
.lp-showcase-row input[type="radio"]:checked + .switch-ui:before{transform:translateX(18px)}
.lp-showcase-row input[type="checkbox"]:checked + .switch-ui,
.lp-showcase-row input[type="radio"]:checked + .switch-ui{background:var(--blue)}
.lp-feature-switch input[type="radio"]{position:absolute;opacity:0;width:1px!important;height:1px!important;pointer-events:none}
@media(max-width:760px){.lp-showcase-row.clean-row{grid-template-columns:1fr;align-items:start}.lp-showcase-row .inline-switch{width:max-content}.lp-showcase-row .lp-row-info strong,.lp-showcase-row .lp-row-info small{white-space:normal}}

/* SLP V2.7.4.14 - HERO de Capa Premium */
.lp-hero-cover-premium{position:relative;overflow:hidden;min-height:var(--hcp-min-h,320px);padding:var(--hcp-pt,54px) 22px var(--hcp-pb,54px);border-radius:var(--hcp-radius,0);display:flex;align-items:center;color:var(--hcp-title,#fff)}
.lp-hero-cover-premium .hcp-inner{position:relative;z-index:1;width:100%;max-width:var(--hcp-max,1180px);margin:0 auto;display:flex;align-items:center;min-height:calc(var(--hcp-min-h,320px) - var(--hcp-pt,54px) - var(--hcp-pb,54px))}
.lp-hero-cover-premium .hcp-copy{width:min(100%,var(--hcp-content-w,650px));text-align:left}
.lp-hero-cover-premium.align-center .hcp-inner{justify-content:center}.lp-hero-cover-premium.align-center .hcp-copy{text-align:center}.lp-hero-cover-premium.align-right .hcp-inner{justify-content:flex-end}.lp-hero-cover-premium.align-right .hcp-copy{text-align:right}
.lp-hero-cover-premium .hcp-logo{margin-bottom:18px}.lp-hero-cover-premium .hcp-logo img{max-width:96px;max-height:70px;width:auto;height:auto;object-fit:contain;display:inline-block}
.lp-hero-cover-premium .hcp-kicker{font-size:var(--hcp-kicker-size,13px);letter-spacing:.16em;text-transform:uppercase;font-weight:900;color:var(--hcp-kicker,#e0f7ff);margin-bottom:10px;text-shadow:var(--hcp-text-shadow,none)}
.lp-hero-cover-premium h1{margin:0 0 18px;font-size:clamp(32px,var(--hcp-title-size,64px),86px);line-height:.98;font-weight:950;letter-spacing:-.045em;color:var(--hcp-title,#fff);text-shadow:var(--hcp-text-shadow,none)}
.lp-hero-cover-premium .hcp-subtitle{margin:0;max-width:760px;font-size:var(--hcp-subtitle-size,18px);line-height:1.48;font-weight:650;color:var(--hcp-subtitle,#fff);text-shadow:var(--hcp-text-shadow,none)}
.lp-hero-cover-premium.align-center .hcp-subtitle{margin-left:auto;margin-right:auto}.lp-hero-cover-premium.align-right .hcp-subtitle{margin-left:auto}
.lp-hero-cover-premium .hcp-actions{display:flex;gap:12px;align-items:center;flex-wrap:wrap;margin-top:24px}.lp-hero-cover-premium.align-center .hcp-actions{justify-content:center}.lp-hero-cover-premium.align-right .hcp-actions{justify-content:flex-end}
.lp-hero-cover-premium .hcp-btn{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:12px 22px;border-radius:var(--hcp-btn-radius,999px);font-weight:900;text-decoration:none;border:0;line-height:1}.lp-hero-cover-premium.btn-shadow .hcp-btn{box-shadow:0 12px 28px rgba(0,0,0,.18)}
.lp-hero-cover-premium .hcp-btn.primary{background:var(--hcp-btn-bg,#43A047);color:var(--hcp-btn-color,#fff)}.lp-hero-cover-premium .hcp-btn.secondary{background:var(--hcp-btn2-bg,#fff);color:var(--hcp-btn2-color,#0077b6)}
.lp-hero-cover-premium .hcp-shape{position:absolute;display:block;border-radius:999px;background:rgba(255,255,255,.12);pointer-events:none}.lp-hero-cover-premium .hcp-shape.s1{width:360px;height:360px;right:-110px;bottom:-210px}.lp-hero-cover-premium .hcp-shape.s2{width:150px;height:150px;left:7%;top:-92px;background:rgba(255,255,255,.08)}
@media(max-width:760px){.lp-hero-cover-premium{padding-left:18px;padding-right:18px;min-height:auto}.lp-hero-cover-premium .hcp-inner{min-height:0}.lp-hero-cover-premium h1{font-size:clamp(34px,12vw,var(--hcp-title-size,64px))}.lp-hero-cover-premium .hcp-actions{gap:10px}.lp-hero-cover-premium .hcp-btn{width:auto;min-height:44px;padding:12px 18px}.lp-hero-cover-premium .hcp-logo img{max-width:76px}.lp-hero-cover-premium .hcp-shape.s1{width:240px;height:240px;right:-140px;bottom:-160px}}


/* SLP V2.7.4.18 - Grupo Psicologia do Esporte Premium */
.sp-hero{min-height:var(--sp-hero-h,620px);background:linear-gradient(90deg,#0d1b2a,#111827);background-size:cover;background-position:center;color:var(--sp-text,#fff);position:relative;overflow:hidden}.sp-hero-inner{max-width:1180px;margin:auto;min-height:var(--sp-hero-h,620px);position:relative;padding:32px 24px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.sp-menu{position:absolute;top:18px;left:24px;right:24px;display:flex;justify-content:space-between;align-items:center;z-index:3}.sp-menu img{max-height:68px;max-width:180px;object-fit:contain}.sp-menu nav{display:flex;gap:28px;flex-wrap:wrap}.sp-menu a{color:#fff;text-decoration:none;font-weight:800;font-size:12px}.sp-hero-copy{z-index:2;max-width:820px}.sp-hero h1{font-size:var(--sp-title-size,44px);line-height:1;text-transform:uppercase;text-shadow:0 4px 20px rgba(0,0,0,.55)}.sp-hero p{font-size:var(--sp-sub-size,17px);text-transform:uppercase;font-weight:700}.sp-btn,.sp-mini-btn{display:inline-flex;align-items:center;justify-content:center;background:var(--sp-btn-bg,#b88718);color:var(--sp-btn-color,#fff);border-radius:6px;padding:13px 28px;text-decoration:none;font-weight:800;text-transform:uppercase;font-size:12px}.sp-athletes{position:absolute;bottom:0;max-height:55%;max-width:80%;object-fit:contain}.sp-athletes-placeholder{position:absolute;bottom:0;display:flex;gap:14px;opacity:.9}.sp-athletes-placeholder span{background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.18);padding:34px 22px;border-radius:26px;color:#fff;font-weight:800}.sp-section{background:var(--sp-bg,#fff);color:var(--sp-text,#101828);padding:var(--sp-pt,70px) 22px var(--sp-pb,70px)}.sp-wrap{max-width:1180px;margin:0 auto}.sp-section h2{text-align:center;text-transform:uppercase;font-weight:900;margin:0 0 38px}.sp-help-grid,.sp-service-grid,.sp-test-grid{display:grid;gap:28px}.sp-help-grid.cols-3,.sp-service-grid.cols-3{grid-template-columns:repeat(3,1fr)}.sp-help-grid.cols-2,.sp-service-grid.cols-2{grid-template-columns:repeat(2,1fr)}.sp-service-grid.cols-4,.sp-test-grid.cols-4{grid-template-columns:repeat(4,1fr)}.sp-test-grid.cols-3{grid-template-columns:repeat(3,1fr)}.sp-test-grid.cols-2{grid-template-columns:repeat(2,1fr)}.sp-help-card{min-height:140px;background:#111827 center/cover no-repeat;border-radius:var(--sp-radius,54px) 0 var(--sp-radius,54px) 0;color:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:20px;box-shadow:0 18px 32px rgba(0,0,0,.14)}.sp-help-card b{font-size:34px}.sp-help-card p{font-weight:900;max-width:260px}.sp-strip{height:210px;background-size:cover;background-position:center;display:flex;align-items:center;justify-content:center;color:#fff;margin:-70px -22px 70px}.sp-strip h2{margin:0;font-size:42px}.sp-service-card{text-align:center;display:flex;flex-direction:column;align-items:center;gap:12px}.sp-service-card img,.sp-img-fallback{width:100%;max-width:285px;aspect-ratio:1.3/1;object-fit:cover;border-radius:0 46px 0 46px;background:linear-gradient(135deg,#d9dee8,#f7f7f7)}.sp-service-card h3{font-size:14px;text-transform:uppercase;min-height:44px}.sp-service-card p{font-size:13px;color:#667085;min-height:48px}.sp-mini-btn{padding:10px 18px;font-size:11px}.sp-banner{min-height:var(--sp-banner-h,250px);background:var(--sp-bg,#101828) center/cover no-repeat;color:var(--sp-text,#fff);display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:30px}.sp-banner.align-left{align-items:flex-start;text-align:left}.sp-banner.align-right{align-items:flex-end;text-align:right}.sp-banner h2{font-size:38px;text-transform:uppercase}.sp-person{display:grid;grid-template-columns:260px 1fr;gap:60px;align-items:center;padding:48px 0;border-bottom:1px dashed var(--sp-accent,#c89418)}.sp-person-photo{border:12px solid var(--sp-accent,#c89418);border-right-width:0;border-bottom-width:0;border-radius:0 44px 0 44px;overflow:hidden;aspect-ratio:1/1}.sp-person-photo img{width:100%;height:100%;object-fit:cover}.sp-person small{text-transform:uppercase;font-weight:800}.sp-person h3{text-transform:uppercase;margin:6px 0}.sp-person p{font-size:14px;line-height:1.7}.sp-gallery-row{display:flex;gap:14px;margin-top:18px;overflow:auto}.sp-gallery-row img{width:86px;height:66px;object-fit:cover;border-radius:10px}.sp-contact-top{display:grid;grid-template-columns:1fr 1fr;gap:40px;text-align:center;margin-bottom:36px}.sp-contact-form{max-width:720px;margin:0 auto 48px;display:flex;flex-direction:column;gap:18px}.sp-contact-form input,.sp-contact-form textarea{border:0;border-bottom:2px solid var(--sp-text,#101828);padding:13px;background:transparent}.sp-contact-form textarea{min-height:90px}.sp-contact-form button{border:2px solid var(--sp-text,#101828);background:var(--sp-btn-bg,#fff);color:var(--sp-btn-color,#101828);border-radius:999px;padding:14px;font-weight:800}.sp-map-grid{display:grid;grid-template-columns:1fr 1fr;gap:60px;max-width:900px;margin:auto}.sp-testimonials{background:var(--sp-bg,#f5f5f5)}.sp-test-grid article{background:var(--sp-card-bg,#fff);border:1px solid #e5e7eb;padding:18px;min-height:150px}.sp-test-grid .stars{color:#f59e0b;margin:8px 0}.sp-test-grid p{font-size:13px}@media(max-width:900px){.sp-help-grid,.sp-service-grid,.sp-test-grid,.sp-contact-top,.sp-map-grid{grid-template-columns:1fr!important}.sp-person{grid-template-columns:1fr;gap:24px}.sp-menu{position:relative;left:auto;right:auto;top:auto;margin-bottom:36px;flex-direction:column;gap:18px}.sp-menu nav{justify-content:center}.sp-hero h1{font-size:34px}.sp-athletes-placeholder{display:none}}

/* SLP V2.7.4.18.11 - Hotfix seletor de cores sem conta-gotas nativo */
.slp-color-picker.slp-color-picker-safe{display:grid!important;grid-template-columns:42px minmax(120px,1fr)!important;gap:8px!important;align-items:center!important;width:100%!important}
.slp-color-picker.slp-color-picker-safe .slp-color-sample-large{width:42px!important;height:42px!important;border-radius:999px!important;border:1px solid var(--line,#d7e3ef)!important;box-shadow:0 4px 14px rgba(15,23,42,.12)!important;display:inline-block!important}
.slp-color-picker.slp-color-picker-safe .slp-color-help{grid-column:1 / -1;display:block;margin-top:0;font-size:11px;line-height:1.25}
.slp-color-picker.slp-color-picker-safe input[type="color"]{display:none!important}


/* SLP V2.7.4.18.12 - seletor de cores personalizado sem conta-gotas nativo */
.slp-color-picker.slp-color-picker-custom{display:grid!important;grid-template-columns:42px minmax(120px,1fr) auto!important;gap:8px!important;align-items:center!important;position:relative!important;width:100%!important}
.slp-color-picker-custom .slp-color-swatch-btn{width:42px!important;height:42px!important;border-radius:999px!important;border:2px solid #fff!important;box-shadow:0 0 0 1px rgba(7,30,54,.18),0 6px 16px rgba(7,30,54,.15)!important;cursor:pointer!important;padding:0!important}
.slp-color-picker-custom .slp-color-open{height:42px!important;white-space:nowrap!important}
.slp-color-picker-custom .slp-color-panel{position:absolute;z-index:9999;top:48px;left:0;width:min(320px,calc(100vw - 36px));background:#fff;border:1px solid var(--line,#d7e3ef);border-radius:14px;box-shadow:0 18px 48px rgba(7,30,54,.22);padding:12px}
.slp-color-panel-head{display:flex;justify-content:space-between;align-items:center;gap:10px;margin-bottom:10px;color:#102033;font-weight:900}
.slp-color-panel-head button{border:0;background:#eef4fb;border-radius:10px;width:30px;height:30px;cursor:pointer;font-size:18px;line-height:1}
.slp-color-presets{display:grid;grid-template-columns:repeat(7,1fr);gap:7px;margin-bottom:12px}
.slp-color-presets button{height:28px;border-radius:9px;border:1px solid rgba(7,30,54,.18);cursor:pointer;box-shadow:inset 0 0 0 1px rgba(255,255,255,.28)}
.slp-color-slider{display:grid!important;grid-template-columns:84px 1fr!important;gap:10px!important;align-items:center!important;margin:8px 0!important;font-size:12px!important;color:#64748b!important;font-weight:800!important}
.slp-color-slider input[type="range"]{width:100%!important;min-height:24px!important;padding:0!important}
.slp-color-picker-custom .slp-color-help{grid-column:1 / -1;display:block;margin-top:3px;font-size:11px;line-height:1.25;color:#64748b}
.slp-color-picker-custom input[type="color"]{display:none!important}
@media(max-width:720px){.slp-color-picker.slp-color-picker-custom{grid-template-columns:42px 1fr!important}.slp-color-picker-custom .slp-color-open{grid-column:1 / -1}.slp-color-picker-custom .slp-color-panel{width:calc(100vw - 44px)}}
