:root{
 --bg:#070b15;--surface:#0e1528;--surface2:#131c34;--text:#f7f8ff;--muted:#adb5cc;
 --primary:#7d6cff;--primary2:#9e90ff;--green:#28d7b3;--line:#26304b;--white:#fff;
 --shadow:0 18px 60px rgba(0,0,0,.28);--radius:22px;--max:1180px;
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;background:var(--bg);color:var(--text);line-height:1.65}
img{max-width:100%;display:block}a{color:inherit;text-decoration:none}.container{width:min(var(--max),calc(100% - 40px));margin:auto}
.topbar{background:#111a31;color:#d9dded;text-align:center;padding:8px 16px;font-size:14px;border-bottom:1px solid var(--line)}
.header{position:sticky;top:0;z-index:50;background:rgba(7,11,21,.92);backdrop-filter:blur(16px);border-bottom:1px solid rgba(255,255,255,.08)}
.nav{height:82px;display:flex;align-items:center;justify-content:space-between;gap:24px}.logo img{width:230px;height:auto}.menu{display:flex;gap:27px;align-items:center;font-weight:650;font-size:15px}.menu a:hover,.menu a.active{color:var(--primary2)}.menu-dropdown{position:relative}.menu-dropdown-toggle{appearance:none;border:0;background:transparent;color:var(--text);font:inherit;font-weight:650;cursor:pointer;padding:10px 0;display:flex;align-items:center;gap:6px}.menu-dropdown-toggle:hover{color:var(--primary2)}.menu-dropdown-panel{display:none;position:absolute;top:calc(100% + 8px);left:50%;transform:translateX(-50%);min-width:210px;padding:9px;background:#0a1429;border:1px solid var(--line);border-radius:14px;box-shadow:0 18px 45px #0008;z-index:60}.menu-dropdown:hover .menu-dropdown-panel,.menu-dropdown:focus-within .menu-dropdown-panel{display:grid}.menu-dropdown-panel a{padding:11px 13px;border-radius:10px;white-space:nowrap}.menu-dropdown-panel a:hover{background:#122342}.product-minimal-menu{margin-left:auto}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:14px 22px;border-radius:999px;background:var(--primary);color:white;font-weight:800;border:1px solid transparent;transition:.2s;cursor:pointer}.btn:hover{transform:translateY(-2px);filter:brightness(1.08)}.btn-outline{background:transparent;border-color:#495477}.btn-green{background:var(--green);color:#071711}
.mobile-btn{display:none;background:none;border:0;color:white;font-size:28px}
.hero{padding:82px 0 64px;background:radial-gradient(circle at 80% 10%,rgba(125,108,255,.22),transparent 34%)}
.hero-grid{display:grid;grid-template-columns:1.08fr .92fr;gap:55px;align-items:center}.eyebrow{display:inline-flex;padding:7px 12px;border-radius:999px;background:rgba(125,108,255,.14);color:#c8c0ff;border:1px solid rgba(125,108,255,.36);font-size:13px;font-weight:800;text-transform:uppercase;letter-spacing:.08em}
h1{font-size:clamp(42px,6vw,72px);line-height:1.02;margin:22px 0 22px;letter-spacing:-.045em}h2{font-size:clamp(31px,4vw,48px);line-height:1.1;letter-spacing:-.03em;margin:0 0 16px}h3{font-size:23px;line-height:1.25;margin:0 0 10px}.lead{font-size:19px;color:var(--muted);max-width:690px}.hero-actions{display:flex;gap:13px;flex-wrap:wrap;margin-top:30px}.trust-row{display:flex;gap:22px;flex-wrap:wrap;margin-top:28px;color:#cfd4e5;font-size:14px}.trust-row span:before{content:"✓";color:var(--green);font-weight:900;margin-right:7px}.hero-image img{border-radius:34px;box-shadow:var(--shadow)}
.section{padding:82px 0}.section-alt{background:#0a1020}.section-head{max-width:760px;margin-bottom:38px}.section-head p{color:var(--muted);font-size:18px}
.grid-2{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.grid-4{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}
.card{background:linear-gradient(180deg,var(--surface2),var(--surface));border:1px solid var(--line);border-radius:var(--radius);padding:28px;box-shadow:0 8px 35px rgba(0,0,0,.14)}.card p{color:var(--muted)}.icon{width:48px;height:48px;border-radius:14px;display:grid;place-items:center;background:rgba(125,108,255,.15);color:#cfc8ff;font-size:24px;margin-bottom:17px}
.plan{position:relative;padding:36px}.plan.featured{border-color:var(--primary);box-shadow:0 0 0 1px var(--primary),0 25px 80px rgba(91,70,220,.2)}.badge{position:absolute;top:18px;right:18px;background:var(--green);color:#062118;padding:6px 10px;border-radius:999px;font-weight:900;font-size:12px}.price{font-size:50px;font-weight:900;letter-spacing:-.05em;margin:18px 0 2px}.price small{font-size:16px;color:var(--muted);font-weight:600}.checks{list-style:none;padding:0;margin:24px 0}.checks li{padding:9px 0;border-bottom:1px solid rgba(255,255,255,.07);color:#dce1ef}.checks li:before{content:"✓";color:var(--green);font-weight:900;margin-right:9px}
.steps{counter-reset:s}.step{position:relative;padding-left:76px}.step:before{counter-increment:s;content:counter(s);position:absolute;left:0;top:0;width:52px;height:52px;border-radius:50%;display:grid;place-items:center;background:var(--primary);font-weight:900;font-size:20px}
.compat{display:grid;grid-template-columns:1fr 1fr;gap:24px}.compatible{border-color:rgba(40,215,179,.45)}.not-compatible{border-color:rgba(255,110,130,.4)}
.chips{display:flex;gap:10px;flex-wrap:wrap;margin-top:18px}.chip{padding:9px 13px;border-radius:999px;background:#18213b;border:1px solid #303b5c;color:#dce1ef}
.content-image{display:grid;grid-template-columns:1fr 1fr;gap:50px;align-items:center}.content-image img{border-radius:28px}
.testimonial{font-size:16px}.stars{color:#ffd76a;letter-spacing:2px}.author{display:flex;align-items:center;gap:12px;margin-top:20px}.avatar{width:43px;height:43px;border-radius:50%;display:grid;place-items:center;background:#3b2d8c;font-weight:900}
.faq-item{border:1px solid var(--line);border-radius:16px;background:var(--surface);margin-bottom:12px;overflow:hidden}.faq-q{width:100%;text-align:left;padding:20px 22px;background:none;border:0;color:white;font-size:17px;font-weight:800;display:flex;justify-content:space-between;cursor:pointer}.faq-a{display:none;padding:0 22px 20px;color:var(--muted)}.faq-item.open .faq-a{display:block}
.page-hero{padding:72px 0 55px;background:radial-gradient(circle at 75% 0,rgba(125,108,255,.23),transparent 35%)}.page-hero h1{font-size:clamp(40px,5vw,62px)}.breadcrumbs{color:#9ca6c1;font-size:14px;margin-bottom:20px}
.blog-card{overflow:hidden;padding:0}.blog-card img{width:100%;aspect-ratio:16/9;object-fit:cover}.blog-body{padding:25px}.meta{font-size:13px;color:#8f9ab6}.article{max-width:820px;margin:auto}.article h2{font-size:34px;margin-top:42px}.article h3{margin-top:30px}.article p,.article li{color:#c1c8da;font-size:18px}.article img{border-radius:24px;margin:30px 0}.callout{padding:24px;border-left:4px solid var(--primary);background:#10182c;border-radius:0 16px 16px 0}
.table-wrap{overflow:auto}.compare{width:100%;border-collapse:collapse;background:var(--surface);border-radius:16px;overflow:hidden}.compare th,.compare td{padding:16px;border-bottom:1px solid var(--line);text-align:left}.compare th{background:#18213b}
.footer{padding:58px 0 30px;background:#050812;border-top:1px solid var(--line)}.footer-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr 1fr;gap:36px}.footer p,.footer a{color:#99a4bd}.footer a:hover{color:white}.footer-title{font-weight:900;margin-bottom:14px}.copyright{border-top:1px solid var(--line);margin-top:38px;padding-top:22px;color:#7f89a2;font-size:14px}
.cookie{position:fixed;left:20px;right:20px;bottom:20px;z-index:80;max-width:850px;margin:auto;background:#121a2f;border:1px solid #35405f;border-radius:18px;padding:17px 20px;box-shadow:var(--shadow);display:flex;gap:18px;align-items:center}.cookie.hidden{display:none}.cookie p{margin:0;color:#c4cada;font-size:14px}.cookie .btn{padding:10px 18px;white-space:nowrap}
.notice{background:#171f37;border:1px solid #35415f;padding:15px 18px;border-radius:14px;color:#cbd2e3}
@media(max-width:900px){.menu{display:none;position:absolute;top:82px;left:0;right:0;padding:22px;background:#080d19;flex-direction:column;align-items:flex-start;border-bottom:1px solid var(--line)}.menu.open{display:flex}.mobile-btn{display:block}.menu-dropdown{width:100%}.menu-dropdown-toggle{width:100%;justify-content:space-between}.menu-dropdown-panel{display:grid;position:static;transform:none;min-width:0;margin-top:5px;box-shadow:none;background:#0d1729}.product-minimal-menu{width:auto;display:flex!important;position:static;padding:0;background:transparent;border:0;margin-left:auto}.product-minimal-menu .btn{white-space:nowrap}.hero-grid,.content-image,.compat,.footer-grid{grid-template-columns:1fr}.grid-4{grid-template-columns:repeat(2,1fr)}.grid-3{grid-template-columns:1fr 1fr}.hero{padding-top:55px}.hero-image{order:-1}}
@media(max-width:620px){.container{width:min(100% - 26px,var(--max))}.grid-2,.grid-3,.grid-4{grid-template-columns:1fr}.nav{height:72px}.logo img{width:185px}.menu{top:72px}.section{padding:62px 0}.hero{padding:40px 0 55px}.hero-grid{gap:32px}h1{font-size:43px}.price{font-size:43px}.cookie{flex-direction:column;align-items:flex-start}}

/* Ajustes solicitados: cards de preço menores e bloco SEO "Veja também" */
.pricing-compact{max-width:980px;margin-inline:auto}
.pricing-compact .plan{padding:28px}
.pricing-compact .plan h3{font-size:21px}
.pricing-compact .price{font-size:42px;margin:13px 0 0}
.pricing-compact .checks{margin:18px 0 22px}
.pricing-compact .checks li{padding:7px 0;font-size:15px}
.seo-links-section{padding:54px 0 12px;background:#0a1020;color:var(--text);border-top:1px solid var(--line)}
.seo-intro{max-width:1080px;margin:0 auto 38px;border-left:5px solid var(--primary);padding-left:18px}
.seo-intro h2{margin:0 0 20px;font-size:22px;letter-spacing:-.02em;color:var(--text)}
.seo-intro h2 span{color:var(--primary2)}
.seo-intro p{margin:0;font-size:17px;line-height:1.75;color:var(--muted)}
.seo-intro a{color:var(--primary2);text-decoration:underline;font-weight:700}
.see-also{max-width:1080px;margin:0 auto;padding:26px 28px;border:1px solid var(--line);border-left:5px solid var(--primary);border-radius:18px;background:linear-gradient(180deg,var(--surface2),var(--surface));box-shadow:0 8px 35px rgba(0,0,0,.14)}
.see-also h3{margin:0 0 18px;font-size:16px;color:var(--text);text-transform:uppercase}
.keyword-links{display:flex;flex-wrap:wrap;gap:10px}
.keyword-links a{display:inline-flex;align-items:center;padding:10px 14px;border:1px solid #35405f;border-radius:999px;background:#18213b;color:#cfc8ff;font-size:14px;font-weight:750;transition:.2s ease}
.keyword-links a:hover{background:var(--primary);color:#fff;border-color:var(--primary);transform:translateY(-1px)}
@media(max-width:620px){.pricing-compact .plan{padding:23px}.pricing-compact .price{font-size:36px}.seo-links-section{padding-top:42px}.seo-intro{padding-left:14px}.seo-intro h2{font-size:20px}.seo-intro p{font-size:16px}.see-also{padding:22px 18px}.keyword-links a{font-size:13px;padding:9px 12px}}

.video-frame{position:relative;aspect-ratio:16/9;border-radius:16px;overflow:hidden;margin-bottom:18px;background:#050812}.video-frame iframe{position:absolute;inset:0;width:100%;height:100%;border:0}.video-card h3{margin-top:8px}.plan>img{width:100%;max-height:200px;object-fit:contain;margin-bottom:18px;border-radius:16px}.article-content h2{margin-top:38px}.article-content img{max-width:100%}

/* Home inspirada na ordem e hierarquia visual da referência Click Mobile */
.cm-hero{padding:68px 0 76px;background:radial-gradient(circle at 82% 15%,rgba(125,108,255,.20),transparent 34%),linear-gradient(180deg,#070b15 0%,#080d19 100%);overflow:hidden}
.cm-hero-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:54px;align-items:center}.cm-alert{display:inline-flex;border:1px solid rgba(255,255,255,.12);background:#11182a;color:#d9def0;padding:7px 11px;border-radius:8px;font-size:11px;font-weight:900;letter-spacing:.08em;margin-bottom:15px}.cm-kicker{display:block;color:#9688ff;font-size:12px;font-weight:900;letter-spacing:.13em;text-transform:uppercase}.cm-hero h1{font-size:clamp(44px,5.5vw,70px);max-width:760px;margin:13px 0 20px}.cm-hero-copy>p{font-size:18px;color:var(--muted);max-width:680px;margin:0}.cm-hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:28px}.cm-feature-strip{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:34px}.cm-feature-strip>div{position:relative;min-height:120px;padding:18px 14px 16px 48px;border:1px solid var(--line);background:rgba(18,26,47,.72);border-radius:16px}.cm-feature-strip small,.cm-feature-strip strong,.cm-feature-strip em{display:block}.cm-feature-strip small{color:#8995b1;font-size:11px;text-transform:uppercase;letter-spacing:.08em}.cm-feature-strip strong{margin:3px 0 4px;font-size:15px}.cm-feature-strip em{font-style:normal;color:#9fa9bf;font-size:12px;line-height:1.35}.cm-feature-icon{position:absolute;left:15px;top:20px;width:24px;height:24px;display:grid;place-items:center;color:#7df1d5}.cm-hero-visual>span{display:inline-flex;margin:0 0 10px 14px;color:#9aa6c0;font-size:12px;text-transform:uppercase;letter-spacing:.12em;font-weight:800}.cm-app-stage{position:relative;padding:20px;border-radius:28px;background:linear-gradient(150deg,#151d33,#0c1222);border:1px solid #2a3450;box-shadow:0 30px 80px rgba(0,0,0,.32)}.cm-app-stage:before{content:"";position:absolute;inset:8% 6%;border-radius:50%;background:rgba(125,108,255,.18);filter:blur(45px)}.cm-app-stage img{position:relative;width:100%;max-height:530px;object-fit:contain;filter:drop-shadow(0 20px 34px rgba(0,0,0,.42))}
.cm-section{padding:86px 0}.cm-section-soft{background:#0a1020;border-top:1px solid rgba(255,255,255,.04);border-bottom:1px solid rgba(255,255,255,.04)}.cm-section-head{max-width:760px;margin-bottom:38px}.cm-section-head.centered{text-align:center;margin-left:auto;margin-right:auto}.cm-section-head h2{margin-top:9px}.cm-section-head p{color:var(--muted);font-size:17px;margin:0}.cm-plans{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px;align-items:stretch}.cm-plans.one-plan{grid-template-columns:minmax(0,600px);justify-content:center}.cm-plans.two-plans{grid-template-columns:repeat(2,minmax(0,440px));justify-content:center;max-width:920px;margin-left:auto;margin-right:auto}.cm-plan{position:relative;background:linear-gradient(180deg,#141d34,#0e1528);border:1px solid #283351;border-radius:22px;padding:26px;box-shadow:0 12px 45px rgba(0,0,0,.15)}.cm-plan.is-featured{border-color:#7768ff;box-shadow:0 0 0 1px rgba(125,108,255,.55),0 24px 65px rgba(52,39,140,.23);transform:translateY(-7px)}.cm-best{position:absolute;right:18px;top:18px;background:#2de1b9;color:#072018;padding:6px 10px;border-radius:999px;font-size:11px;font-weight:900}.cm-plan-top{display:flex;align-items:center;gap:15px;min-height:82px;padding-right:62px}.cm-plan-top img{width:64px;height:64px;object-fit:contain;border-radius:14px;background:#0a0f1d;padding:7px}.cm-plan-top span{color:#8e99b5;font-size:12px}.cm-plan-top h3{font-size:21px;margin:2px 0 0}.cm-price{font-size:43px;line-height:1;font-weight:950;letter-spacing:-.04em;margin:25px 0 22px}.cm-price small{font-size:16px;color:#abb4ca;vertical-align:top;position:relative;top:7px;margin-right:3px}.cm-checks{list-style:none;margin:0 0 24px;padding:0}.cm-checks li{position:relative;padding:9px 0 9px 25px;color:#d6dceb;border-bottom:1px solid rgba(255,255,255,.06);font-size:14px}.cm-checks li:before{content:"✓";position:absolute;left:0;color:#2de1b9;font-weight:900}.cm-buy{width:100%}.cm-plan-note{font-size:11px!important;text-align:center;color:#7f8aa5!important;margin:12px 0 3px!important}.cm-text-link{display:inline-flex;color:#a99fff;font-size:13px;font-weight:800;margin-top:9px}.cm-text-link:hover{color:#fff}
.cm-video-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:22px}.cm-video-card{background:#10182c;border:1px solid var(--line);border-radius:20px;padding:16px}.cm-video-card h3{font-size:18px}.cm-video-card p{color:var(--muted);margin-bottom:0}.cm-tutorial-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.cm-tutorial{display:flex;flex-direction:column;gap:4px;padding:24px;border:1px solid var(--line);background:#10182c;border-radius:18px;transition:.2s}.cm-tutorial:hover{transform:translateY(-3px);border-color:#6558d8}.cm-tutorial span{width:42px;height:42px;border-radius:12px;background:#1d2742;color:#9f94ff;display:grid;place-items:center;font-weight:900;margin-bottom:11px}.cm-tutorial strong{font-size:18px}.cm-tutorial small{color:#8e99b2}.cm-tipbar{display:grid;grid-template-columns:auto 1fr auto;gap:18px;align-items:center;margin-top:24px;padding:17px 20px;border-radius:14px;border:1px solid #27324e;background:#0d1426}.cm-tipbar strong{color:#2de1b9}.cm-tipbar span{color:#9da8c0;font-size:13px}.cm-tipbar a{color:#b9b1ff;font-size:13px;font-weight:800}.cm-center{text-align:center;margin-top:28px}
.cm-tips-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.cm-info-card{border:1px solid var(--line);border-radius:20px;background:linear-gradient(180deg,#121a2f,#0d1426);padding:26px}.cm-info-icon{width:48px;height:48px;border-radius:14px;background:#1c2641;color:#62e4c7;display:grid;place-items:center;font-size:24px;margin-bottom:23px}.cm-info-card>span{color:#8d98b4;font-size:11px;text-transform:uppercase;letter-spacing:.09em}.cm-info-card h3{font-size:21px;margin-top:4px}.cm-info-card p{color:#aab3c7}.cm-info-card a{color:#9e94ff;font-weight:800;font-size:13px}
.cm-steps{display:grid;grid-template-columns:repeat(4,1fr);gap:0;margin-top:12px}.cm-steps article{position:relative;text-align:center;padding:0 24px}.cm-steps article:not(:last-child):after{content:"";position:absolute;top:24px;right:-18%;width:36%;height:1px;background:#35405f}.cm-steps span{width:50px;height:50px;margin:0 auto 18px;border-radius:50%;display:grid;place-items:center;background:#7668ff;color:#fff;font-size:18px;font-weight:900;box-shadow:0 0 0 7px rgba(125,108,255,.10)}.cm-steps h3{font-size:18px}.cm-steps p{font-size:13px;color:#98a3ba}.cm-testimonials{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.cm-testimonials article{border:1px solid var(--line);background:#10182c;border-radius:20px;padding:27px}.cm-stars{color:#ffd466;letter-spacing:3px;font-size:15px}.cm-testimonials p{color:#c0c8d9;min-height:105px}.cm-testimonials strong,.cm-testimonials small{display:block}.cm-testimonials small{color:#7f8aa3}.cm-faq-wrap{display:grid;grid-template-columns:.78fr 1.22fr;gap:55px;align-items:start}.cm-faq-list .faq-item{background:#0f172a}.cm-faq-list .faq-q{font-size:15px}.cm-cta{padding-top:54px}.cm-cta-box{display:flex;align-items:center;justify-content:space-between;gap:40px;padding:42px;border-radius:26px;background:radial-gradient(circle at 90% 10%,rgba(125,108,255,.24),transparent 34%),linear-gradient(140deg,#141d34,#0c1325);border:1px solid #33405f}.cm-cta-box h2{font-size:clamp(30px,4vw,44px);margin-top:8px}.cm-cta-box p{color:#abb5cb;margin-bottom:0}.cm-cta-actions{display:flex;gap:12px;flex-wrap:wrap;justify-content:flex-end;min-width:300px}
@media(max-width:1000px){.cm-feature-strip{grid-template-columns:1fr}.cm-plans{grid-template-columns:1fr 1fr}.cm-tutorial-grid,.cm-steps{grid-template-columns:repeat(2,1fr);gap:22px}.cm-steps article:not(:last-child):after{display:none}.cm-tips-grid,.cm-testimonials{grid-template-columns:1fr 1fr}.cm-faq-wrap{grid-template-columns:1fr}.cm-cta-box{align-items:flex-start;flex-direction:column}.cm-cta-actions{justify-content:flex-start;min-width:0}}
@media(max-width:900px){.cm-hero-grid{grid-template-columns:1fr}.cm-hero-visual{order:-1}.cm-app-stage{max-width:700px;margin:auto}}
@media(max-width:680px){.cm-hero{padding:42px 0 58px}.cm-hero h1{font-size:42px}.cm-section{padding:62px 0}.cm-plans,.cm-video-grid,.cm-tutorial-grid,.cm-tips-grid,.cm-steps,.cm-testimonials{grid-template-columns:1fr}.cm-plan.is-featured{transform:none}.cm-tipbar{grid-template-columns:1fr;gap:6px}.cm-cta-box{padding:28px}.cm-feature-strip{margin-top:26px}.cm-section-head{margin-bottom:28px}}


/* Home AloIngressos - blocos administráveis */
.plans.plans-two{display:flex;justify-content:center;flex-wrap:wrap}.plans.plans-two .plan-card{width:min(100%,430px)}
.cm-benefit-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.cm-benefit-grid .cm-info-card{height:100%}
.cm-compat-grid{display:grid;grid-template-columns:1.15fr .85fr;align-items:center;gap:54px}.cm-compat-art img{width:100%;max-height:520px;object-fit:contain}.compat-columns{display:grid;grid-template-columns:1fr 1fr;gap:18px;margin-top:28px}.compat-box{padding:24px;border-radius:20px;background:var(--card,#fff);border:1px solid var(--border,#e6e9ef)}.compat-box h3{margin-top:0}.compat-box div{padding:8px 0;border-bottom:1px solid rgba(127,127,127,.15)}.compat-box div:last-child{border:0}.compat-box.ok div{font-weight:600}.compat-box.no{opacity:.78}
.cm-resource-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.cm-resource-grid article{padding:25px;border-radius:20px;background:var(--card,#fff);border:1px solid var(--border,#e6e9ef)}.cm-resource-grid article>span{font-weight:800;opacity:.45;font-size:13px}.cm-resource-grid h3{margin:10px 0 8px}.cm-resource-grid p{margin:0;opacity:.78;line-height:1.65}
@media(max-width:980px){.cm-benefit-grid,.cm-resource-grid{grid-template-columns:repeat(2,1fr)}.cm-compat-grid{grid-template-columns:1fr}.cm-compat-art{order:-1}.cm-compat-art img{max-height:340px}}
@media(max-width:640px){.cm-benefit-grid,.cm-resource-grid,.compat-columns{grid-template-columns:1fr}.plans.plans-two .plan-card{width:100%}}

/* Home refinada — tipografia compacta, contraste e cards premium */
.cm-section{padding:68px 0}
.cm-section-head{max-width:700px;margin-bottom:30px}
.cm-section-head h2{font-size:clamp(28px,3.1vw,40px);line-height:1.12;margin-bottom:12px}
.cm-section-head p{font-size:15px;line-height:1.6;max-width:650px;margin-inline:auto}
.cm-hero{padding:54px 0 60px}
.cm-hero-grid{gap:42px}
.cm-hero h1{font-size:clamp(38px,4.7vw,58px);line-height:1.04;margin:11px 0 16px}
.cm-hero-copy>p{font-size:16px;line-height:1.65;max-width:620px}
.cm-hero-actions{margin-top:22px}
.cm-feature-strip{margin-top:26px}
.cm-feature-strip>div{min-height:auto;padding:14px 12px 14px 42px;border-radius:14px}
.cm-feature-strip strong{font-size:14px}.cm-feature-strip em{font-size:11px}.cm-feature-icon{left:12px;top:15px}
.cm-app-stage{padding:14px;border-radius:22px}.cm-app-stage img{max-height:430px}

/* Planos */
.plans{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;align-items:stretch}
.plans.plans-two{display:grid;grid-template-columns:repeat(2,minmax(0,390px));justify-content:center;gap:22px;max-width:820px;margin-inline:auto}
.plans.plans-two .plan-card{width:auto}
.plan-card{position:relative;display:flex;flex-direction:column;padding:22px;border-radius:20px;background:linear-gradient(180deg,#131c33 0%,#0d1426 100%);border:1px solid #293451;box-shadow:0 14px 42px rgba(0,0,0,.18);overflow:hidden}
.plan-card.featured{border-color:#7568f7;box-shadow:0 0 0 1px rgba(125,108,255,.35),0 20px 48px rgba(65,49,167,.20)}
.plan-card .badge{top:14px;right:14px;padding:5px 9px;font-size:10px}
.plan-head{display:flex;align-items:center;gap:14px;padding-right:58px;min-height:70px}
.plan-image{width:62px;height:62px;flex:0 0 62px;border-radius:14px;background:#090f1d;border:1px solid #27314a;display:grid;place-items:center;padding:7px}
.plan-image img{width:100%;height:100%;object-fit:contain;border-radius:8px}
.plan-card h3{font-size:20px;margin:2px 0 0}.plan-card .period{font-size:11px;color:#8f9bb5;text-transform:uppercase;letter-spacing:.08em}
.plan-card .price{font-size:38px;line-height:1;font-weight:950;margin:20px 0 17px;color:#fff}.plan-card .price small{font-size:14px;color:#aab3c7;font-weight:800;letter-spacing:0}
.plan-card ul{list-style:none;margin:0 0 20px;padding:0;flex:1}
.plan-card li{display:flex;gap:8px;align-items:flex-start;padding:7px 0;border-bottom:1px solid rgba(255,255,255,.06);font-size:13px;line-height:1.45;color:#d3d9e7}
.plan-card li span{color:#2de1b9;font-weight:900;line-height:1.3}.plan-card .btn{width:100%;padding:12px 17px;font-size:14px}

/* Cards e blocos menores, sempre legíveis no tema escuro */
.cm-info-card,.cm-resource-grid article,.compat-box,.cm-testimonials article,.cm-video-card,.faq-item,.blog-card{background:linear-gradient(180deg,#121a2f,#0d1426)!important;color:var(--text)!important;border-color:#28324d!important}
.cm-benefit-grid{gap:16px}.cm-info-card{padding:20px;border-radius:17px}.cm-info-icon{width:40px;height:40px;border-radius:11px;margin-bottom:15px;font-size:18px}.cm-info-card h3{font-size:18px;margin-bottom:7px}.cm-info-card p{font-size:13px;line-height:1.55;margin:0;color:#aeb7ca}
.cm-resource-grid{gap:15px}.cm-resource-grid article{padding:19px;border-radius:17px}.cm-resource-grid h3{font-size:18px;margin:7px 0 6px}.cm-resource-grid p{font-size:13px;line-height:1.55;color:#aeb7ca;opacity:1}
.cm-steps article{padding:0 18px}.cm-steps span{width:44px;height:44px;margin-bottom:14px;font-size:16px}.cm-steps h3{font-size:17px}.cm-steps p{font-size:12.5px;line-height:1.55}
.cm-compat-grid{gap:40px}.compat-columns{gap:14px;margin-top:22px}.compat-box{padding:18px;border-radius:16px}.compat-box h3{font-size:17px}.compat-box div{padding:6px 0;font-size:13px;color:#cbd2df}.compat-box.no{opacity:1}.cm-compat-art img{max-height:390px}
.cm-video-grid{gap:18px}.cm-video-card{padding:13px;border-radius:17px}.cm-video-card h3{font-size:17px}.cm-video-card p{font-size:13px;line-height:1.55}
.cm-testimonials{gap:16px}.cm-testimonials article{padding:20px;border-radius:17px}.cm-testimonials p{min-height:0;font-size:13px;line-height:1.6;color:#c3cada}.cm-testimonials strong{font-size:14px}.cm-testimonials small{font-size:12px}
.cm-faq-wrap{gap:42px}.cm-faq-list .faq-q{padding:16px 18px;font-size:14px}.faq-a{padding:0 18px 16px;font-size:13px;line-height:1.6;color:#acb6ca}
.cm-cta{padding-top:38px}.cm-cta-box{padding:30px 34px;border-radius:22px}.cm-cta-box h2{font-size:clamp(27px,3vw,38px)}.cm-cta-box p{font-size:14px;line-height:1.6}
.blog-body{padding:20px}.blog-body h3{font-size:18px}.blog-body p{font-size:13px;line-height:1.55;color:#aeb7ca}.blog-card img{aspect-ratio:16/8.5}

@media(max-width:900px){.plans.plans-two{grid-template-columns:repeat(2,minmax(0,1fr));max-width:760px}.cm-section{padding:58px 0}}
@media(max-width:680px){.cm-hero h1{font-size:36px}.cm-hero-copy>p{font-size:15px}.cm-section{padding:50px 0}.cm-section-head h2{font-size:29px}.plans,.plans.plans-two{grid-template-columns:1fr;max-width:430px}.plan-card{padding:19px}.plan-image{width:56px;height:56px;flex-basis:56px}.plan-card .price{font-size:34px}.cm-cta-box{padding:24px}}

/* Referências 08/08 — hero informativo, planos detalhados e instalação */
.cm-hero-notices{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:14px}.cm-hero-notices span{display:inline-flex;align-items:center;gap:8px;padding:6px 11px;border:1px solid #354465;border-radius:999px;background:rgba(11,20,40,.72);font-size:11px;font-weight:900;color:#e9edfa}.cm-hero-notices span:before{content:"";width:7px;height:7px;border-radius:50%;box-shadow:0 0 14px currentColor}.cm-hero-notices .danger-dot:before{background:#e4495d;color:#e4495d}.cm-hero-notices .info-dot:before{background:#31c8e8;color:#31c8e8}
.cm-app-preview{align-self:center;border:1px solid #344466;border-radius:25px;background:linear-gradient(180deg,#182544,#091426);padding:18px;box-shadow:0 22px 60px rgba(0,0,0,.2)}.cm-preview-bar{display:flex;justify-content:space-between;align-items:center;margin-bottom:15px;font-size:13px}.cm-preview-bar span{font-size:10px;letter-spacing:4px;color:#35c8f2}.cm-app-preview>img{width:100%;max-height:390px;object-fit:contain;border-radius:16px}
.cm-feature-cards{display:grid!important;grid-template-columns:repeat(3,1fr)!important;gap:11px!important}.cm-feature-cards>div{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;padding:13px 14px!important;border:1px solid #2b3b5d;border-radius:14px;background:linear-gradient(180deg,#15223f,#0b1528)}.cm-feature-cards small{font-size:11px;color:#90a3c4}.cm-feature-cards strong{font-size:15px!important;line-height:1.25}.cm-feature-cards em{font-style:normal;font-size:11px!important;color:#9eacc4;line-height:1.45;margin-top:4px}
.plan-card-reference{padding:24px!important;border-radius:19px!important}.plan-card-reference .plan-head{padding-right:54px;min-height:64px}.plan-card-reference .plan-image{width:48px;height:48px;flex-basis:48px;border-radius:50%;padding:4px;background:#fff;border:2px solid #e6ecff}.plan-card-reference .plan-image img{border-radius:50%}.plan-card-reference .plan-head h3{font-size:18px}.plan-card-reference .period{text-transform:none;letter-spacing:0;font-size:12px;margin-top:3px}.plan-card-reference .price{font-size:44px;margin:28px 0 12px}.plan-card-reference .price small{font-size:18px;color:#fff;top:0;vertical-align:baseline}.plan-description{font-size:13px;color:#9ea9c0;margin:0 0 14px;line-height:1.55}.plan-card-reference ul{margin-bottom:18px}.plan-card-reference li{border:0;padding:6px 0;font-size:13px}.plan-card-reference li span{font-size:22px;line-height:.8;color:#35c8ef}.plan-checkout-note{text-align:center;color:#7f8ca8;font-size:11px;line-height:1.5;margin:12px 4px}.plan-support{margin-top:2px;background:#121d34!important;border-color:#354666!important;color:#fff!important}.plan-card-reference .btn{border-radius:12px}
.cm-install-section{background:radial-gradient(circle at 95% 0,rgba(28,174,198,.11),transparent 35%),linear-gradient(145deg,#0a1427,#081224)}.cm-install-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.cm-install-grid article{display:flex;align-items:center;gap:13px;min-height:104px;padding:19px 20px;border-radius:19px;border:1px solid #304468;background:linear-gradient(180deg,#182746,#0c1730)}.cm-install-icon{width:54px;height:54px;flex:0 0 54px;border-radius:14px;display:grid;place-items:center;background:linear-gradient(135deg,#2385ff,#27cde5);font-size:23px;font-weight:900}.cm-install-grid h3{font-size:17px;margin:0 0 2px}.cm-install-grid p{font-size:12px;color:#98a6c0;margin:0;line-height:1.4}.cm-quick-tip{display:flex;justify-content:space-between;align-items:center;gap:20px;margin-top:24px;padding:22px;border-radius:18px;border:1px solid #314463;background:linear-gradient(180deg,#172542,#0c1730)}.cm-quick-tip h3{font-size:18px;margin:0 0 3px}.cm-quick-tip p{margin:0;color:#aeb9cc;font-size:13px}.cm-quick-tip .btn{flex:0 0 auto;border-radius:12px;padding:11px 18px}
@media(max-width:1000px){.cm-feature-cards{grid-template-columns:1fr!important}.cm-install-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:680px){.cm-hero-notices{gap:7px}.cm-hero-notices span{font-size:10px}.cm-app-preview{padding:12px}.cm-install-grid{grid-template-columns:1fr}.cm-quick-tip{align-items:flex-start;flex-direction:column}.cm-quick-tip .btn{width:100%}.plan-card-reference .price{font-size:38px}}


/* Páginas detalhadas de recarga e Contato/Dúvidas */
.product-hero,.contact-hero{padding:64px 0;background:radial-gradient(circle at 90% 10%,rgba(23,182,230,.12),transparent 32%),linear-gradient(145deg,#071225,#0a1730)}
.product-hero-grid,.contact-hero-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:44px;align-items:center}.product-hero h1,.contact-hero h1{font-size:clamp(36px,4.5vw,58px);line-height:1.05;margin:12px 0 18px}.product-hero h1 span{display:block;color:#fff}.product-hero-copy>p,.contact-hero-grid>div>p{font-size:16px;line-height:1.7;color:#b7c2d8;max-width:670px}.product-visual{min-height:360px;display:grid;place-items:center;padding:24px;border:1px solid #304469;border-radius:24px;background:linear-gradient(180deg,#172645,#09152a);box-shadow:0 22px 60px rgba(0,0,0,.2)}.product-visual img{width:100%;max-height:430px;object-fit:contain}.product-offer-grid{display:grid;grid-template-columns:1fr 350px;gap:44px;align-items:start}.product-feature-list{list-style:none;padding:0;margin:22px 0}.product-feature-list li{display:flex;gap:10px;padding:8px 0;color:#ced7e7;line-height:1.5}.product-feature-list li span{color:#32d1ee;font-weight:900}.product-price-box,.product-side-note,.product-compat-card,.contact-service-card{padding:26px;border:1px solid #304469;border-radius:20px;background:linear-gradient(180deg,#162541,#0b162c);color:#fff}.product-big-price{font-size:42px;font-weight:950;margin:10px 0}.product-price-box p,.product-side-note p,.product-compat-card p,.contact-service-card p{color:#aeb9cd;line-height:1.6;font-size:13px}.product-saving{margin:16px 0;padding:12px;border-radius:12px;background:rgba(43,210,171,.08);border:1px solid rgba(43,210,171,.25);color:#bff6e5;font-size:12px}.badge-static{display:inline-block;padding:6px 10px;border-radius:999px;background:#5e61ed;font-size:11px;font-weight:800}.product-steps{max-width:960px;margin-inline:auto}.product-detail-grid{display:grid;grid-template-columns:1fr 330px;gap:44px;align-items:start}.product-copy h2{font-size:clamp(28px,3vw,40px)}.article-html{color:#bac5d7;line-height:1.8}.article-html h3{color:#fff;margin:26px 0 8px;font-size:20px}.article-html p{margin:0 0 14px}.product-side-note{position:sticky;top:100px}.product-compat-card{text-align:center;align-self:center}.product-icon-ring{width:64px;height:64px;border-radius:50%;display:grid;place-items:center;margin:0 auto 15px;background:linear-gradient(135deg,#2385ff,#27cde5);font-size:28px;font-weight:900}.product-faq,.contact-faq{max-width:900px;margin-inline:auto}.contact-service-card span{font-size:11px;color:#54c7ef;font-weight:900;letter-spacing:.12em}.contact-service-card h2{font-size:27px;margin:10px 0}.contact-service-card ul{list-style:none;margin:18px 0 0;padding:0}.contact-service-card li{padding:7px 0;color:#cad4e4}.guide-cloud{display:flex;flex-wrap:wrap;gap:12px;justify-content:center}.guide-cloud a{display:inline-flex;padding:11px 16px;border-radius:999px;border:1px solid #304469;background:#101e38;color:#e9f1ff;font-size:13px;font-weight:750;transition:.2s}.guide-cloud a:hover{border-color:#4dcaf0;transform:translateY(-2px)}.empty-guides{text-align:center;color:#9daac0}.product-minimal-menu .btn{white-space:nowrap}
@media(max-width:900px){.product-hero-grid,.contact-hero-grid,.product-offer-grid,.product-detail-grid{grid-template-columns:1fr}.product-visual{min-height:260px}.product-price-box,.product-side-note{max-width:none}.product-side-note{position:static}}
@media(max-width:640px){.product-hero,.contact-hero{padding:44px 0}.product-hero h1,.contact-hero h1{font-size:34px}.product-visual{padding:15px}.product-price-box,.product-side-note,.product-compat-card,.contact-service-card{padding:20px}.product-minimal-menu .btn{font-size:11px;padding:9px 11px}}


/* 2026-08 - Menu mais compacto + responsividade geral */
@media (min-width: 1041px){
  .nav{height:68px;gap:16px}
  .logo img{width:178px}
  .menu{gap:14px;font-size:13px;white-space:nowrap}
  .menu>a:not(.btn){padding:6px 0}
  .menu-dropdown-toggle{padding:7px 0;font-size:13px}
  .menu>.btn{padding:9px 15px;font-size:12px}
  .menu-dropdown-panel{top:calc(100% + 5px);min-width:185px;padding:7px;border-radius:12px}
  .menu-dropdown-panel a{padding:9px 11px;font-size:12px}
}
@media (min-width:1041px) and (max-width:1180px){
  .container{width:min(var(--max),calc(100% - 28px))}
  .logo img{width:158px}
  .menu{gap:10px;font-size:12px}
  .menu-dropdown-toggle{font-size:12px}
  .menu>.btn{padding:8px 12px}
}
@media (max-width:1040px){
  .nav{height:72px}
  .logo img{width:180px}
  .mobile-btn{display:block}
  .menu{display:none;position:absolute;top:72px;left:0;right:0;max-height:calc(100vh - 72px);overflow-y:auto;padding:18px 20px;background:#080d19;flex-direction:column;align-items:stretch;gap:4px;border-bottom:1px solid var(--line);box-shadow:0 18px 40px rgba(0,0,0,.35)}
  .menu.open{display:flex}
  .menu>a:not(.btn),.menu-dropdown-toggle{width:100%;padding:11px 4px;font-size:14px}
  .menu>.btn{margin-top:7px;width:100%;padding:11px 16px}
  .menu-dropdown{width:100%}
  .menu-dropdown-toggle{justify-content:space-between}
  .menu-dropdown-panel{display:grid;position:static;transform:none;min-width:0;margin:2px 0 6px;padding:5px;box-shadow:none;background:#0d1729}
  .menu-dropdown-panel a{padding:9px 11px;font-size:13px}
  .product-minimal-menu{display:flex!important;position:static;max-height:none;overflow:visible;padding:0;background:transparent;border:0;box-shadow:none;margin-left:auto;width:auto}
  .product-minimal-menu .btn{width:auto;margin:0;white-space:nowrap}
  .hero-grid,.content-image,.compat,.footer-grid,.product-hero-grid,.contact-hero-grid,.product-offer-grid,.product-detail-grid{grid-template-columns:1fr}
}
@media (max-width:768px){
  .container{width:min(100% - 28px,var(--max))}
  .topbar{font-size:12px;padding:6px 10px}
  .cm-section,.section{padding:48px 0}
  .cm-section-head h2{font-size:clamp(26px,7vw,32px)}
  .cm-section-head p,.lead{font-size:15px}
  .cm-benefit-grid,.cm-resource-grid,.cm-install-grid,.cm-tutorial-grid,.cm-tips-grid,.cm-steps,.cm-testimonials,.grid-2,.grid-3,.grid-4{grid-template-columns:1fr}
  .contact-hero{padding:40px 0}
  .contact-hero-grid{gap:24px}
  .contact-service-card{padding:19px}
  .guide-cloud{gap:8px}
  .guide-cloud a{font-size:12px;padding:9px 12px}
  .cm-cta-box{padding:22px}
  .cm-cta-actions{width:100%;display:grid;grid-template-columns:1fr;gap:10px}
  .cm-cta-actions .btn{width:100%}
  .footer-grid{gap:24px}
}
@media (max-width:520px){
  .nav{height:64px;gap:8px}
  .logo img{width:140px}
  .menu{top:64px;max-height:calc(100vh - 64px)}
  .mobile-btn{font-size:25px;padding:5px}
  .product-minimal-menu .btn{font-size:10px;padding:8px 10px}
  .contact-hero h1,.product-hero h1{font-size:31px}
  .contact-hero-grid>div>p,.product-hero-copy>p{font-size:14px}
  .cm-hero-actions,.hero-actions{display:grid;grid-template-columns:1fr;width:100%}
  .cm-hero-actions .btn,.hero-actions .btn{width:100%}
  .faq-q{padding:16px;font-size:14px;gap:10px}
  .faq-a{padding:0 16px 16px;font-size:13px}
}

/* Tutoriais clicáveis + modal */
.cm-install-card{width:100%;border:1px solid var(--line);background:linear-gradient(180deg,rgba(24,47,88,.88),rgba(7,20,43,.94));color:inherit;border-radius:20px;padding:22px;text-align:left;display:flex;gap:14px;align-items:center;cursor:pointer;transition:.2s}
.cm-install-card:hover{transform:translateY(-3px);border-color:#31c8ff}
.cm-install-card h3{margin:0 0 4px;color:#fff}.cm-install-card p{margin:0;color:var(--muted)}.cm-install-card small{display:block;margin-top:8px;color:#48d4ff;font-weight:700}
.tutorial-modal{display:none;position:fixed;inset:0;z-index:9999;padding:24px;align-items:center;justify-content:center}.tutorial-modal.open{display:flex}.tutorial-backdrop{position:absolute;inset:0;background:rgba(1,7,20,.82);backdrop-filter:blur(5px)}
.tutorial-dialog{position:relative;width:min(920px,100%);max-height:92vh;overflow:auto;border:1px solid #1f83b5;border-radius:22px;background:#06142c;box-shadow:0 30px 90px rgba(0,0,0,.6)}
.tutorial-dialog header{display:flex;justify-content:space-between;align-items:center;padding:20px 24px;background:#0b2858}.tutorial-dialog header span{font-size:12px;font-weight:800;letter-spacing:.12em;color:#69d9ff;text-transform:uppercase}.tutorial-dialog header h2{margin:5px 0 0;color:#fff}.tutorial-close{width:44px;height:44px;border-radius:14px;border:1px solid #36557c;background:#162c50;color:#fff;font-size:28px;cursor:pointer}
.tutorial-video{aspect-ratio:16/9;background:#020817}.tutorial-video iframe{width:100%;height:100%;border:0}.tutorial-video .no-video{height:100%;display:grid;place-items:center;color:#9fb0ca;padding:30px;text-align:center}.tutorial-copy{padding:22px 24px}.tutorial-copy p{color:#c8d3e4}.tutorial-copy li{margin:10px 0;color:#d9e3f1}.tutorial-copy li::marker{color:#36cfff}
.promo-toast{position:fixed;left:18px;bottom:18px;z-index:9000;display:flex;gap:12px;align-items:center;min-width:290px;max-width:390px;padding:13px 16px;border:1px solid #29486e;border-radius:14px;background:#07162c;box-shadow:0 16px 45px rgba(0,0,0,.45);opacity:0;transform:translateY(16px);pointer-events:none;transition:.3s}.promo-toast.show{opacity:1;transform:none}.promo-toast>span{display:grid;place-items:center;width:40px;height:40px;border-radius:12px;background:#27d88a;color:#052117;font-size:22px;font-weight:900}.promo-toast strong,.promo-toast small{display:block}.promo-toast strong{color:#fff}.promo-toast small{margin-top:3px;color:#9fb0ca}
@media(max-width:600px){.tutorial-modal{padding:10px}.tutorial-dialog header{padding:16px}.tutorial-copy{padding:18px}.promo-toast{left:10px;right:10px;bottom:10px;min-width:0;max-width:none}}

.admin-public-card{padding:26px;border:1px solid var(--line);border-radius:20px;background:linear-gradient(180deg,rgba(20,40,76,.8),rgba(6,19,41,.92))}.admin-public-card h2{margin:8px 0 10px}.admin-public-card p{color:var(--muted);line-height:1.75}

/* Mídia configurável pelo Painel Master */
.master-page-media{display:grid;grid-template-columns:1fr;gap:22px;align-items:center}
.master-page-media.has-two{grid-template-columns:1fr 1fr}
.master-page-image{border:1px solid var(--line);border-radius:22px;overflow:hidden;background:#07162c;padding:14px}
.master-page-image img{display:block;width:100%;max-height:560px;object-fit:contain;border-radius:14px}
.master-media-video{width:min(960px,100%);margin:0 auto;aspect-ratio:16/9;border:1px solid var(--line);border-radius:20px;overflow:hidden;background:#020817}
.master-media-video iframe{display:block;width:100%;height:100%;border:0}
.master-page-media.has-two .master-media-video{width:100%;margin:0}
.article-video{margin:22px auto}
@media(max-width:800px){.master-page-media.has-two{grid-template-columns:1fr}.master-page-image img{max-height:420px}}
