:root{--bg:#050807;--bg2:#09100d;--panel:#0b1410;--panel2:#0d1b14;--line:#1c3828;--text:#f4f8f5;--muted:#94a89b;--green:#89ff00;--green2:#00e45f;--danger:#ff5570;--warning:#ffc857;--radius:18px;--shadow:0 18px 60px rgba(0,0,0,.35);--max:1180px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;background:radial-gradient(circle at 20% -10%,rgba(137,255,0,.10),transparent 30%),linear-gradient(180deg,#030605,var(--bg) 35%,#07100b);color:var(--text);min-height:100vh}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.container{width:min(var(--max),calc(100% - 32px));margin:auto}.topbar{background:#020403;border-bottom:1px solid #112118;color:#a8b9ad;font-size:13px}.topbar .container{display:flex;justify-content:space-between;gap:20px;padding:8px 0}.site-header{position:sticky;top:0;z-index:50;background:rgba(4,8,6,.90);backdrop-filter:blur(14px);border-bottom:1px solid rgba(137,255,0,.12)}.nav{height:82px;display:flex;align-items:center;justify-content:space-between;gap:26px}.brand img{width:290px;max-height:74px;object-fit:contain;object-position:left center}.menu{display:flex;align-items:center;gap:25px}.menu a{font-weight:700;color:#cad7ce;font-size:15px}.menu a:hover{color:var(--green)}.nav-actions{display:flex;gap:10px;align-items:center}.btn{appearance:none;border:1px solid var(--line);background:#0b1510;color:#fff;border-radius:12px;padding:12px 17px;font-weight:800;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:8px;transition:.2s}.btn:hover{transform:translateY(-1px);border-color:#3d734e}.btn-primary{background:linear-gradient(135deg,var(--green),var(--green2));color:#041006;border-color:transparent;box-shadow:0 0 28px rgba(93,255,0,.16)}.btn-outline{background:transparent}.btn-danger{border-color:#783344;color:#ffc7d0}.cart-badge{min-width:20px;height:20px;border-radius:20px;padding:0 6px;display:inline-grid;place-items:center;background:var(--green);color:#001703;font-size:11px}.mobile-toggle{display:none}.hero{padding:88px 0 66px;position:relative;overflow:hidden}.hero-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:56px;align-items:center}.eyebrow{display:inline-flex;gap:8px;align-items:center;border:1px solid rgba(137,255,0,.25);background:rgba(137,255,0,.06);color:#baff74;border-radius:999px;padding:8px 13px;font-size:13px;font-weight:800;letter-spacing:.03em}.hero h1{font-size:clamp(40px,6vw,72px);line-height:.98;margin:20px 0;letter-spacing:-.045em}.hero h1 span{color:var(--green);text-shadow:0 0 30px rgba(137,255,0,.22)}.hero p{color:#a9bbb0;font-size:19px;line-height:1.65;max-width:700px}.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:30px}.hero-card{background:linear-gradient(145deg,#0a1710,#061009);border:1px solid #244632;border-radius:28px;padding:26px;box-shadow:var(--shadow);position:relative}.hero-card:before{content:"";position:absolute;inset:-1px;border-radius:28px;background:linear-gradient(135deg,rgba(137,255,0,.55),transparent 35%,rgba(0,228,95,.2));z-index:-1;filter:blur(10px);opacity:.35}.hero-card img{width:100%;max-height:360px;object-fit:contain;filter:drop-shadow(0 25px 35px rgba(0,0,0,.4))}.trust-row{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-top:30px}.trust-item{background:#09120e;border:1px solid #183522;padding:14px;border-radius:14px;color:#c8d8cd;font-size:13px}.section{padding:74px 0}.section-title{display:flex;justify-content:space-between;gap:20px;align-items:end;margin-bottom:28px}.section-title h2{margin:0;font-size:clamp(28px,4vw,42px);letter-spacing:-.03em}.section-title p{margin:6px 0 0;color:var(--muted)}.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.product-card{background:linear-gradient(180deg,#0b1510,#08110c);border:1px solid #1b3827;border-radius:18px;overflow:hidden;box-shadow:0 12px 38px rgba(0,0,0,.20);display:flex;flex-direction:column}.product-image{aspect-ratio:16/10;background:radial-gradient(circle at 50% 50%,rgba(137,255,0,.12),transparent 60%),#07100b;display:grid;place-items:center;overflow:hidden}.product-image img{width:100%;height:100%;object-fit:cover}.product-image .placeholder{font-size:58px;filter:drop-shadow(0 0 16px rgba(137,255,0,.28))}.product-body{padding:20px;display:flex;flex-direction:column;gap:13px;flex:1}.chip{display:inline-flex;width:max-content;border-radius:999px;padding:6px 9px;font-size:12px;font-weight:800;background:#12251a;color:#9fff52;border:1px solid #244831}.product-card h3{font-size:20px;margin:0}.product-card p{color:var(--muted);line-height:1.55;margin:0}.price{font-size:27px;font-weight:900;color:#fff}.old-price{text-decoration:line-through;color:#6e8175;font-size:14px;margin-left:7px}.product-footer{display:flex;justify-content:space-between;gap:12px;align-items:center;margin-top:auto}.features{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.feature{padding:24px;border:1px solid #1c3928;border-radius:18px;background:#09120e}.feature b{font-size:18px}.feature p{color:var(--muted);line-height:1.6}.feature-icon{font-size:28px;margin-bottom:12px}.page-hero{padding:54px 0 28px}.page-hero h1{font-size:44px;margin:0 0 10px}.page-hero p{color:var(--muted)}.card{background:#09130e;border:1px solid #1c3828;border-radius:18px;padding:24px}.two-col{display:grid;grid-template-columns:1fr 380px;gap:28px}.form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.field{display:flex;flex-direction:column;gap:7px}.field.full{grid-column:1/-1}.field label{font-size:13px;font-weight:800;color:#c9d8ce}.input,.select,.textarea{width:100%;border:1px solid #254331;border-radius:12px;background:#07100b;color:#fff;padding:13px 14px;outline:none;font:inherit}.textarea{min-height:130px;resize:vertical}.input:focus,.select:focus,.textarea:focus{border-color:#64c93a;box-shadow:0 0 0 3px rgba(137,255,0,.07)}.notice{padding:13px 15px;border:1px solid #2a5037;background:#0c1d13;border-radius:12px;color:#cce0d2;margin-bottom:16px}.notice.error{border-color:#6c2837;background:#211016;color:#ffd0d7}.notice.warning{border-color:#675624;background:#1b180d;color:#ffe9a8}.table-wrap{overflow:auto;border:1px solid #1c3828;border-radius:15px}.table{width:100%;border-collapse:collapse;min-width:700px}.table th,.table td{padding:14px 16px;border-bottom:1px solid #172e20;text-align:left}.table th{font-size:12px;text-transform:uppercase;color:#83968a;letter-spacing:.05em}.status{display:inline-flex;padding:6px 9px;border-radius:999px;font-size:12px;font-weight:900}.status.paid{background:#113920;color:#92ff9d}.status.pending{background:#453b11;color:#ffe879}.status.failed,.status.cancelled{background:#421824;color:#ffb3bf}.checkout-methods{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.pay-option{border:1px solid #264633;border-radius:14px;padding:16px;background:#07100b;cursor:pointer}.pay-option input{margin-right:8px}.summary-row{display:flex;justify-content:space-between;gap:10px;padding:11px 0;border-bottom:1px solid #16301f}.summary-row.total{font-weight:900;font-size:20px;border:0}.pix-box{text-align:center}.pix-box img{width:280px;margin:20px auto;border-radius:12px;background:#fff;padding:10px}.copy-box{display:flex;gap:8px}.copy-box .input{font-size:12px}.account-grid{display:grid;grid-template-columns:250px 1fr;gap:24px}.account-nav{display:flex;flex-direction:column;gap:8px}.account-nav a{padding:12px 13px;border-radius:11px;color:#b9c9bf;font-weight:700}.account-nav a:hover{background:#102017;color:#fff}.footer{margin-top:70px;border-top:1px solid #193021;background:#030604}.footer-top{display:grid;grid-template-columns:1.2fr .8fr .8fr;gap:40px;padding:54px 0 38px}.footer-logo{width:300px}.footer p,.footer a{color:#869a8d;line-height:1.7}.footer h4{margin-top:0}.security-seals{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;padding:0 0 30px}.seal{border:1px solid #1a3b27;background:#08120c;border-radius:12px;padding:13px;text-align:center;font-size:12px;color:#b6c8bb}.seal b{display:block;color:#eaffee;font-size:13px}.footer-bottom{border-top:1px solid #112319;padding:20px 0;color:#637568;font-size:13px;display:flex;justify-content:space-between;gap:20px}.whatsapp{position:fixed;right:20px;bottom:20px;width:58px;height:58px;border-radius:50%;display:grid;place-items:center;background:#25d366;color:#04170a;font-size:28px;box-shadow:0 12px 30px rgba(0,0,0,.35);z-index:40}.empty{text-align:center;padding:60px 20px;color:#8ca092}.prose{line-height:1.75;color:#b8c8be}.prose h2,.prose h3{color:#fff}.product-detail{display:grid;grid-template-columns:.95fr 1.05fr;gap:45px;align-items:start}.product-detail .visual{border:1px solid #1d3b29;background:#07110b;border-radius:22px;overflow:hidden;aspect-ratio:4/3;display:grid;place-items:center}.product-detail .visual img{width:100%;height:100%;object-fit:cover}.product-detail h1{font-size:42px;line-height:1.05;margin:10px 0 15px}.product-detail .lead{color:#a7b9ad;line-height:1.7}.breadcrumbs{font-size:13px;color:#789083;margin-bottom:18px}.kpi{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin:20px 0}.kpi div{border:1px solid #183823;background:#08130d;padding:13px;border-radius:12px;font-size:12px;color:#a6baad}.kpi b{display:block;color:#fff;font-size:14px;margin-bottom:3px}@media(max-width:900px){.menu{display:none;position:absolute;top:82px;left:16px;right:16px;background:#061009;border:1px solid #1d3e2a;border-radius:16px;padding:15px;flex-direction:column;align-items:stretch}.menu.open{display:flex}.mobile-toggle{display:inline-flex}.nav-actions .btn-outline{display:none}.brand img{width:215px}.hero{padding-top:56px}.hero-grid,.product-detail,.two-col,.account-grid{grid-template-columns:1fr}.hero-card{max-width:620px}.product-grid,.features{grid-template-columns:repeat(2,1fr)}.trust-row{grid-template-columns:repeat(2,1fr)}.footer-top{grid-template-columns:1fr 1fr}.security-seals{grid-template-columns:repeat(2,1fr)}.account-nav{display:grid;grid-template-columns:repeat(2,1fr)}}@media(max-width:620px){.container{width:min(100% - 22px,var(--max))}.topbar .container{justify-content:center;text-align:center}.topbar .container span:last-child{display:none}.nav{height:72px}.brand img{width:190px;max-height:64px}.menu{top:72px}.hero{padding:42px 0}.hero h1{font-size:42px}.hero p{font-size:16px}.product-grid,.features,.form-grid,.checkout-methods,.footer-top{grid-template-columns:1fr}.trust-row{grid-template-columns:1fr 1fr}.section{padding:52px 0}.section-title{align-items:start;flex-direction:column}.page-hero h1,.product-detail h1{font-size:34px}.security-seals{grid-template-columns:1fr 1fr}.footer-bottom{flex-direction:column}.nav-actions .btn-primary{padding:10px 12px;font-size:13px}.kpi{grid-template-columns:1fr}.copy-box{flex-direction:column}}

/* Slider da home */
.home-slider{padding:22px 0 0}.banner-stage{position:relative;overflow:hidden;background:#050a07;min-height:clamp(260px,38vw,520px);border-bottom:1px solid #173020}.banner-slide{position:absolute;inset:0;opacity:0;visibility:hidden;transition:opacity .55s ease,visibility .55s ease}.banner-slide.active{position:relative;opacity:1;visibility:visible}.banner-slide picture,.banner-slide img{width:100%;height:100%;display:block}.banner-slide img{min-height:clamp(260px,38vw,520px);max-height:520px;object-fit:cover}.banner-overlay{position:absolute;inset:0;display:flex;align-items:center;background:linear-gradient(90deg,rgba(1,5,3,.88) 0%,rgba(1,5,3,.58) 38%,rgba(1,5,3,.05) 72%)}.banner-copy{max-width:650px;padding:44px 0}.banner-copy h1{font-size:clamp(34px,5vw,62px);line-height:1.02;margin:0 0 14px;letter-spacing:-.04em}.banner-copy p{font-size:18px;line-height:1.6;color:#c1d0c6;margin:0 0 24px;max-width:580px}.banner-arrow,.gallery-arrow,.lightbox-arrow{border:1px solid rgba(137,255,0,.35);background:rgba(4,12,7,.78);color:#fff;width:44px;height:44px;border-radius:50%;display:grid;place-items:center;font-size:30px;line-height:1;cursor:pointer;backdrop-filter:blur(8px)}.banner-arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:6}.banner-arrow.prev{left:18px}.banner-arrow.next{right:18px}.banner-dots{position:absolute;left:50%;bottom:18px;transform:translateX(-50%);display:flex;gap:8px;z-index:7}.banner-dots button{width:10px;height:10px;padding:0;border-radius:50%;border:1px solid rgba(255,255,255,.6);background:rgba(255,255,255,.18);cursor:pointer}.banner-dots button.active{background:var(--green);border-color:var(--green);box-shadow:0 0 14px rgba(137,255,0,.65)}.slider-trust{padding:0 0 10px}.slider-trust .trust-row{margin-top:18px}

/* Botão de demonstração */
.btn-demo{background:linear-gradient(135deg,rgba(137,255,0,.12),rgba(0,228,95,.06));border-color:#4d8b43;color:#cfffaa}.btn-demo:hover{border-color:var(--green);box-shadow:0 0 22px rgba(137,255,0,.12)}.product-footer{flex-wrap:wrap}.product-footer form{margin:0}.product-actions{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:18px}.product-actions form,.product-actions .btn{width:100%}.product-actions form .btn{font-size:17px}

/* Galeria de produto e lightbox */
.product-gallery{min-width:0}.gallery-main{position:relative;border:1px solid #1d3b29;background:#07110b;border-radius:22px;overflow:hidden;aspect-ratio:4/3}.gallery-image-button{appearance:none;border:0;background:transparent;padding:0;width:100%;height:100%;display:grid;place-items:center;cursor:zoom-in;position:relative}.gallery-image-button>img{width:100%;height:100%;object-fit:cover}.zoom-hint{position:absolute;right:14px;bottom:14px;background:rgba(2,8,4,.82);border:1px solid #31553c;color:#e9f7ed;padding:8px 11px;border-radius:10px;font-size:12px;font-weight:800}.gallery-arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:4;width:40px;height:40px}.gallery-arrow.prev{left:12px}.gallery-arrow.next{right:12px}.gallery-thumbs{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:9px;margin-top:12px}.gallery-thumb{border:1px solid #1c3928;background:#07100b;border-radius:10px;padding:3px;aspect-ratio:4/3;overflow:hidden;cursor:pointer}.gallery-thumb img{width:100%;height:100%;object-fit:cover;border-radius:7px}.gallery-thumb.active{border-color:var(--green);box-shadow:0 0 0 2px rgba(137,255,0,.11)}.lightbox[hidden]{display:none}.lightbox{position:fixed;inset:0;z-index:999;display:grid;place-items:center;background:rgba(0,0,0,.93);padding:70px 72px 42px}.lightbox img{max-width:min(1180px,94vw);max-height:84vh;object-fit:contain;border-radius:10px;box-shadow:0 24px 80px #000}.lightbox-close{position:absolute;right:20px;top:18px;width:48px;height:48px;border-radius:50%;border:1px solid #46614f;background:#0b1510;color:#fff;font-size:31px;cursor:pointer}.lightbox-arrow{position:absolute;top:50%;transform:translateY(-50%);width:50px;height:50px}.lightbox-arrow.prev{left:18px}.lightbox-arrow.next{right:18px}body.lightbox-open{overflow:hidden}

@media(max-width:900px){.home-slider{padding-top:12px}.banner-overlay{background:linear-gradient(90deg,rgba(1,5,3,.82),rgba(1,5,3,.35) 65%,rgba(1,5,3,.08))}.banner-copy{padding:34px 54px}.product-actions{grid-template-columns:1fr 1fr}.gallery-thumbs{grid-template-columns:repeat(5,1fr)}}
@media(max-width:620px){.home-slider{padding-top:0}.banner-stage{min-height:440px}.banner-slide img{min-height:440px;max-height:520px;object-fit:cover}.banner-overlay{align-items:flex-end;background:linear-gradient(0deg,rgba(1,5,3,.9) 0%,rgba(1,5,3,.52) 50%,rgba(1,5,3,.12) 78%)}.banner-copy{padding:34px 18px 68px}.banner-copy h1{font-size:34px}.banner-copy p{font-size:15px}.banner-arrow{width:38px;height:38px;font-size:25px}.banner-arrow.prev{left:9px}.banner-arrow.next{right:9px}.product-actions{grid-template-columns:1fr}.product-footer{align-items:stretch}.product-footer>.btn,.product-footer form,.product-footer form .btn{flex:1 1 100%;width:100%}.gallery-thumbs{grid-template-columns:repeat(4,1fr)}.lightbox{padding:68px 10px 34px}.lightbox-arrow{width:42px;height:42px}.lightbox-arrow.prev{left:8px}.lightbox-arrow.next{right:8px}.zoom-hint{right:10px;bottom:10px}}
.sr-only{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}.banner-copy h2{font-size:clamp(34px,5vw,62px);line-height:1.02;margin:0 0 14px;letter-spacing:-.04em}@media(max-width:620px){.banner-copy h2{font-size:34px}}


/* Navegação por categorias e serviço de criação de sites */
.menu-dropdown{position:relative}.menu-dropdown-trigger{display:flex;align-items:center;gap:5px}.menu-dropdown-list{position:absolute;top:calc(100% + 14px);left:-18px;min-width:205px;padding:9px;background:rgba(5,13,8,.98);border:1px solid #244631;border-radius:14px;box-shadow:0 18px 45px rgba(0,0,0,.35);opacity:0;visibility:hidden;transform:translateY(-5px);transition:.18s;z-index:80}.menu-dropdown-list:before{content:"";position:absolute;left:0;right:0;top:-16px;height:16px}.menu-dropdown:hover .menu-dropdown-list,.menu-dropdown:focus-within .menu-dropdown-list{opacity:1;visibility:visible;transform:translateY(0)}.menu-dropdown-list a{display:block;padding:10px 11px;border-radius:9px;font-size:14px}.menu-dropdown-list a:hover{background:#102218}.menu-service{color:#bfff7c!important}.catalog-categories{padding:0 0 12px}.category-tabs{display:flex;gap:10px;flex-wrap:wrap}.category-tabs a{padding:10px 16px;border:1px solid #234631;border-radius:999px;background:#08120c;color:#b5c6bb;font-weight:800;font-size:14px}.category-tabs a:hover,.category-tabs a.active{background:linear-gradient(135deg,rgba(137,255,0,.15),rgba(0,228,95,.08));border-color:#65a84a;color:#d9ffbb}.catalog-section{padding-top:28px}.category-showcase{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.category-box{display:flex;flex-direction:column;gap:14px;min-height:250px;padding:24px;border:1px solid #1d3d2a;border-radius:20px;background:linear-gradient(155deg,#0b1710,#07100b);box-shadow:0 15px 40px rgba(0,0,0,.17);transition:.22s}.category-box:hover{transform:translateY(-4px);border-color:#4f8a43;box-shadow:0 20px 45px rgba(0,0,0,.28),0 0 26px rgba(137,255,0,.06)}.category-box>span{font-size:36px}.category-box h3{font-size:23px;margin:0 0 7px}.category-box p{margin:0;color:var(--muted);line-height:1.6}.category-box>b{margin-top:auto;color:#adff66;font-size:14px}.category-custom{background:radial-gradient(circle at 100% 0,rgba(137,255,0,.13),transparent 42%),linear-gradient(155deg,#0d1b12,#07100b);border-color:#386839}

/* Página Criação de Sites */
.service-hero{padding:82px 0 62px;overflow:hidden}.service-hero-grid{display:grid;grid-template-columns:1.08fr .92fr;gap:54px;align-items:center}.service-hero h1{font-size:clamp(42px,6vw,70px);line-height:.98;letter-spacing:-.045em;margin:20px 0}.service-hero h1 span{color:var(--green);text-shadow:0 0 30px rgba(137,255,0,.2)}.service-hero p{font-size:18px;line-height:1.7;color:#a8bbb0;max-width:720px}.service-points{display:flex;gap:10px;flex-wrap:wrap;margin-top:26px}.service-points span{border:1px solid #234832;border-radius:999px;padding:8px 11px;color:#c6dbcb;background:#09140e;font-size:13px;font-weight:700}.service-code-card{padding:22px;border-radius:28px;background:radial-gradient(circle at 50% 15%,rgba(137,255,0,.16),transparent 50%),#07100b;border:1px solid #294934;box-shadow:var(--shadow)}.code-window{min-height:365px;border-radius:18px;border:1px solid #264832;background:#040907;padding:22px;position:relative;overflow:hidden}.code-dots{display:flex;gap:7px;margin-bottom:30px}.code-dots i{width:10px;height:10px;border-radius:50%;background:#355443}.code-dots i:nth-child(2){background:#5b8b48}.code-dots i:nth-child(3){background:var(--green)}.code-line{height:13px;border-radius:20px;background:#1a2f22;margin:14px 0}.code-line.neon{background:linear-gradient(90deg,#315f32,var(--green2));box-shadow:0 0 15px rgba(0,228,95,.14)}.w90{width:90%}.w80{width:80%}.w70{width:70%}.w65{width:65%}.w55{width:55%}.site-preview{position:absolute;right:20px;bottom:18px;width:55%;height:145px;padding:12px;border:1px solid #356845;border-radius:12px;background:#0a1510;display:grid;grid-template-columns:1fr 1fr;gap:8px}.site-preview div{border-radius:8px;background:linear-gradient(145deg,#173522,#0b1a11)}.site-preview div:first-child{grid-column:1/-1;background:linear-gradient(90deg,#244e2d,#67c73e)}.service-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.service-card{padding:24px;border:1px solid #1c3b29;border-radius:18px;background:#09130e}.service-card>span{font-size:34px}.service-card h3{margin:14px 0 9px}.service-card p{margin:0;color:var(--muted);line-height:1.6}.quote-section{background:linear-gradient(180deg,rgba(137,255,0,.025),transparent)}.quote-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:46px;align-items:start}.quote-grid h2{font-size:clamp(32px,4vw,48px);letter-spacing:-.03em;margin:18px 0 12px}.quote-grid>div>p{color:#a7baae;line-height:1.7}.quote-benefits{display:grid;gap:13px;margin-top:26px}.quote-benefits div{display:flex;gap:13px;align-items:center;color:#bfd1c4}.quote-benefits b{width:32px;height:32px;border-radius:50%;display:grid;place-items:center;background:#122a19;border:1px solid #3e7044;color:#aaff6b}.quote-form{padding:26px}.quote-submit{width:100%;margin-top:20px;font-size:16px}.quote-note{display:block;text-align:center;color:#72877a;line-height:1.5;margin-top:11px}

@media(max-width:1050px){.menu{gap:15px}.menu a{font-size:14px}.category-showcase,.service-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:900px){.menu-dropdown-list{position:static;opacity:1;visibility:visible;transform:none;box-shadow:none;border:0;border-left:2px solid #254b31;border-radius:0;background:transparent;margin:5px 0 3px 8px;padding:2px 0 2px 10px}.menu-dropdown-list a{padding:8px 10px;color:#91a99a}.menu-dropdown-trigger span{display:none}.service-hero-grid,.quote-grid{grid-template-columns:1fr}.service-code-card{max-width:650px}.service-hero{padding-top:55px}}
@media(max-width:620px){.category-showcase,.service-grid{grid-template-columns:1fr}.category-box{min-height:0}.service-hero{padding:42px 0}.service-hero h1{font-size:42px}.service-hero p{font-size:16px}.code-window{min-height:285px}.quote-form{padding:18px}.category-tabs{display:grid;grid-template-columns:1fr 1fr}.category-tabs a{text-align:center}.home-categories{padding-top:30px}}


/* Ajustes finais de alinhamento do cabeçalho/rodapé */
.nav{gap:18px}.brand img{width:250px}.menu{gap:18px}.menu a,.nav-actions .btn{white-space:nowrap}
@media(min-width:901px){.footer-top{grid-template-columns:1.25fr .72fr .72fr .95fr}}
@media(max-width:1120px) and (min-width:901px){.brand img{width:220px}.menu{gap:12px}.menu a{font-size:13px}.nav-actions .btn{padding:10px 12px;font-size:13px}}

/* V5 - catálogo dinâmico, subcategorias, filtros e paginação */
.menu-category-group{border-top:1px solid rgba(255,255,255,.04)}.menu-category-group:first-of-type{border-top:0}.menu-subcategories{padding:0 0 5px 13px}.menu-subcategories a{font-size:12px!important;color:#8ca294!important;padding:6px 10px!important}.menu-subcategories a:before{content:"↳ ";color:#67b442}.subcategory-tab{font-size:12px!important;opacity:.88}.catalog-toolbar{display:flex;justify-content:space-between;align-items:center;gap:18px;margin-bottom:24px}.catalog-search{display:grid;grid-template-columns:minmax(220px,1fr) 190px auto;gap:10px;flex:1;max-width:760px}.catalog-count{color:var(--muted);font-size:14px;white-space:nowrap}.pagination{display:flex;justify-content:center;gap:8px;flex-wrap:wrap;margin-top:34px}.pagination a{min-width:42px;height:42px;padding:0 13px;display:grid;place-items:center;border:1px solid #21432e;border-radius:10px;background:#08120c;color:#c7d8cd;font-weight:800}.pagination a:hover,.pagination a.active{border-color:#6eb04c;background:#11251a;color:#dfffbd}.product-description{line-height:1.75;overflow-wrap:anywhere}.product-description h2,.product-description h3,.product-description h4{line-height:1.2;margin-top:1.35em}.product-description p{margin:0 0 1em}.product-description ul,.product-description ol{padding-left:1.5em}.product-description blockquote{border-left:3px solid var(--green2);padding:8px 0 8px 16px;color:#b8c9bd;margin-left:0}.product-description a{color:#aaff66;text-decoration:underline}.product-description pre{max-width:100%;overflow:auto;background:#040806;border:1px solid #1d3928;padding:16px;border-radius:12px}.product-description code{font-family:ui-monospace,SFMono-Regular,Menlo,monospace}.category-box>span{min-height:44px}.category-showcase{grid-template-columns:repeat(3,1fr)}
@media(max-width:900px){.catalog-toolbar{align-items:stretch;flex-direction:column}.catalog-search{width:100%;max-width:none}.catalog-count{align-self:flex-start}.category-showcase{grid-template-columns:repeat(2,1fr)}}
@media(max-width:620px){.catalog-search{grid-template-columns:1fr}.catalog-search .btn{width:100%}.category-showcase{grid-template-columns:1fr}.category-tabs{grid-template-columns:1fr 1fr}.menu-subcategories{padding-left:20px}}
.category-visual{height:108px;border-radius:14px;overflow:hidden;border:1px solid #1e402c;background:#061009}.category-visual img{width:100%;height:100%;object-fit:cover}.category-box:has(.category-visual){padding-top:18px}
@media(min-width:901px){.menu-dropdown-list{min-width:270px;max-height:min(70vh,560px);overflow-y:auto;scrollbar-width:thin}}
/* Performance / Core Web Vitals */
.section{content-visibility:auto;contain-intrinsic-size:auto 720px}.footer{content-visibility:auto;contain-intrinsic-size:auto 520px}.brand img,.footer-logo{aspect-ratio:520/170}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.btn,.banner-slide{transition:none!important}.btn:hover{transform:none}}


/* V9 - refinamento responsivo, CTA de Criação de Sites, selos e WhatsApp configurável */
html,body{max-width:100%;overflow-x:hidden;overflow-x:clip}main,.container,.nav,.nav>*{min-width:0}.menu-service{position:relative!important;padding:10px 14px!important;border:1px solid rgba(137,255,0,.42)!important;border-radius:999px!important;background:linear-gradient(135deg,rgba(137,255,0,.14),rgba(0,228,95,.08))!important;color:#d9ffb7!important;box-shadow:inset 0 0 0 1px rgba(255,255,255,.02),0 0 22px rgba(137,255,0,.06);font-weight:900!important}.menu-service:before{content:"";width:7px;height:7px;border-radius:50%;background:var(--green);box-shadow:0 0 11px rgba(137,255,0,.9);display:inline-block;margin-right:7px}.menu-service:hover{border-color:rgba(137,255,0,.8)!important;color:#fff!important;background:linear-gradient(135deg,rgba(137,255,0,.22),rgba(0,228,95,.12))!important}
.footer-trust{padding:0 0 30px}.footer-trust-head{display:flex;align-items:end;justify-content:space-between;gap:18px;padding:18px 0 14px;border-top:1px solid #112319}.footer-trust-head b,.footer-trust-head span{display:block}.footer-trust-head b{color:#f4fbf6;font-size:15px}.footer-trust-head>div>span{margin-top:3px;color:#74897b;font-size:12px}.footer-trust-note{color:#9fdc83!important;font-size:12px;font-weight:800;white-space:nowrap}.trust-badges{display:grid;grid-template-columns:1.25fr 1fr 1.2fr .9fr .75fr;gap:10px;align-items:stretch}.trust-badge{min-height:72px;display:flex;align-items:center;justify-content:center;padding:11px 14px;border:1px solid #183522;border-radius:12px;background:#08120c;overflow:hidden}.trust-badge img{width:auto;max-width:100%;height:auto;max-height:48px;object-fit:contain}.trust-badge.trust-payment img{max-height:36px}.trust-badge.trust-google img{max-height:42px}.trust-badge.trust-ssl img{max-height:58px}.whatsapp{right:auto;bottom:var(--wa-bottom,14px);width:var(--wa-size,44px);height:var(--wa-size,44px);background:var(--wa-color,#25D366);color:#fff;font-size:0;box-shadow:0 8px 22px rgba(0,0,0,.28);border:1px solid rgba(255,255,255,.14);opacity:.92;transition:.18s}.whatsapp-right{right:14px}.whatsapp-left{left:14px}.whatsapp svg{width:56%;height:56%;fill:currentColor}.whatsapp:hover{opacity:1;transform:translateY(-2px) scale(1.03);box-shadow:0 10px 26px rgba(0,0,0,.38)}
@media(max-width:900px){.nav{gap:8px}.brand{flex:1;min-width:0}.brand img{width:min(190px,100%)}.nav-actions{flex:0 0 auto;gap:6px}.nav-actions .btn-primary{display:none}.mobile-toggle{padding:10px 12px}.menu-service{display:flex!important;justify-content:center;margin-top:4px}.menu{max-height:calc(100dvh - 86px);overflow:auto}.product-grid>*,.features>*,.service-grid>*,.category-showcase>*,.hero-grid>*,.product-detail>*,.two-col>*,.quote-grid>*{min-width:0}.trust-badges{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:620px){.container{width:calc(100% - 22px);max-width:100%}.topbar .container{min-width:0}.brand img{width:min(176px,100%)}.nav{gap:6px}.menu{left:11px;right:11px}.page-hero h1,.product-detail h1,.service-hero h1{overflow-wrap:anywhere}.product-card,.card,.hero-card,.service-code-card,.quote-form{min-width:0}.product-footer{min-width:0}.trust-badges{grid-template-columns:1fr 1fr}.trust-badge{min-height:66px;padding:9px}.footer-trust-head{align-items:flex-start}.whatsapp-right{right:10px}.whatsapp-left{left:10px}}
@media(max-width:390px){.brand img{width:min(158px,100%)}.mobile-toggle{padding:9px 10px}.trust-badges{grid-template-columns:1fr}.trust-badge{min-height:62px}}


/* V10 - Home "Os Mais Vendidos", banners fornecidos e densidade mobile profissional */
.home-slider{padding-top:14px}.banner-stage{height:clamp(330px,39vw,620px);min-height:0}.banner-slide,.banner-slide.active{position:absolute;inset:0}.banner-slide picture,.banner-slide img{width:100%;height:100%}.banner-slide img{min-height:0;max-height:none;object-fit:cover;object-position:center center}.home-slider+.slider-trust{padding-top:2px}
@media(max-width:620px){
  .container{width:calc(100% - 18px)}
  .topbar{font-size:11px}.topbar .container{padding:6px 0}
  .nav{height:64px}.menu{top:64px}.brand img{width:min(158px,100%);max-height:54px}.mobile-toggle{padding:8px 9px;font-size:13px}
  .home-slider{padding-top:8px}.banner-stage{height:clamp(430px,66svh,535px)}.banner-slide img{object-position:center center}.banner-arrow{width:34px;height:34px;font-size:24px}.banner-arrow.prev{left:8px}.banner-arrow.next{right:8px}.banner-dots{bottom:10px}.banner-dots button{width:8px;height:8px}
  .slider-trust .trust-row{margin-top:10px}.trust-row{gap:7px}.trust-item{padding:9px 8px;font-size:11px;border-radius:10px}
  .section{padding:38px 0}.section-title{gap:8px;margin-bottom:16px}.section-title h2{font-size:25px}.section-title p{font-size:13px;line-height:1.45}.section-title>.btn{padding:9px 12px;font-size:12px}
  .product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
  .product-card{border-radius:13px;box-shadow:0 8px 24px rgba(0,0,0,.18)}.product-image{aspect-ratio:16/10}.product-body{padding:10px;gap:7px}.chip{max-width:100%;padding:4px 6px;font-size:9px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.product-card h3{font-size:14px;line-height:1.25;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:35px}.product-card p{font-size:11px;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.price{font-size:18px}.old-price{display:block;margin:2px 0 0;font-size:10px}
  .product-footer{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:6px}.product-footer>.btn{width:100%;padding:8px 5px;font-size:10px;border-radius:9px}.product-footer form{grid-column:1/-1;width:100%;margin:0}.product-footer form .btn{width:100%;padding:9px 6px;font-size:11px;border-radius:9px}
  .home-categories{padding-top:24px}.category-box{padding:15px}.category-box h3{font-size:16px}.category-box p{font-size:12px}.category-visual{height:88px}
  .features{grid-template-columns:1fr;gap:10px}.feature{padding:16px}.feature-icon{font-size:23px}.feature b{font-size:15px}.feature p{font-size:12px;line-height:1.5}
  .footer{margin-top:44px}.footer-top{padding:38px 0 26px}.footer-logo{width:230px}
}
@media(max-width:360px){
  .container{width:calc(100% - 14px)}.product-grid{gap:7px}.product-body{padding:8px}.product-card h3{font-size:13px}.price{font-size:17px}.product-footer>.btn,.product-footer form .btn{font-size:9px;padding-left:4px;padding-right:4px}.banner-stage{height:430px}
}

/* V11 — identificação legal da empresa no rodapé */
.footer-legal-label{display:inline-block;margin-top:7px;color:var(--muted,#9aa8a0);font-size:.78rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em}

/* V12 - revisão profissional: acessibilidade, estabilidade mobile e estados de pagamento */
html,body{max-width:100%;overflow-x:hidden}.skip-link{position:fixed;left:12px;top:10px;z-index:9999;padding:10px 14px;border-radius:10px;background:#fff;color:#07100b;font-weight:900;transform:translateY(-160%);transition:transform .15s}.skip-link:focus{transform:translateY(0)}
:where(a,button,input,select,textarea,[tabindex]):focus-visible{outline:3px solid rgba(137,255,0,.72);outline-offset:3px}.menu a.current{color:#dfffc1}.menu-service.current{box-shadow:0 0 0 1px rgba(137,255,0,.48),0 0 26px rgba(137,255,0,.16)}
.product-card,.card,.notice,.prose,.footer,.menu,.menu-dropdown-list{overflow-wrap:anywhere}.status.refunded,.status.charged_back{background:#33162d;color:#f2b9ff}.status.refunded:before{content:"↩ ";}.status.charged_back:before{content:"⚠ ";}
@supports(overflow:clip){html,body{overflow-x:clip}}
@media(max-width:620px){.banner-stage{height:clamp(390px,58svh,475px)}.banner-slide img{object-position:center top}.section{padding:42px 0}.section-title{margin-bottom:18px}.page-hero{padding:34px 0 18px}.page-hero h1,.product-detail h1{font-size:30px}.footer{margin-top:48px}}
@media(max-width:360px){.banner-stage{height:390px}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.product-card h3{font-size:12.5px}.product-body{padding:7px}.product-footer>.btn,.product-footer form .btn{min-height:34px}}
/* V12 - logout protegido por POST/CSRF sem perder a aparência da navegação */
.account-nav .logout-form{margin:0}.account-nav-link{width:100%;border:0;background:transparent;color:#b9c9bf;text-align:left;padding:12px 13px;border-radius:11px;font:inherit;font-weight:700;cursor:pointer}.account-nav-link:hover{background:#102017;color:#fff}


/* V16 - rodapé institucional mais limpo, alinhado e sem informações duplicadas */
.footer-main{display:grid;grid-template-columns:minmax(260px,1.35fr) minmax(150px,.65fr) minmax(190px,.8fr) minmax(240px,1fr);gap:clamp(24px,3vw,46px);padding:52px 0 34px;align-items:start}.footer-brand-block,.footer-column,.footer-company{min-width:0}.footer-logo{width:min(300px,100%);margin-bottom:14px}.footer-intro{max-width:470px;margin:0 0 18px!important;color:#8fa296!important}.footer h4{margin:0 0 14px;color:#f4fbf6;font-size:14px;letter-spacing:.02em}.footer-column{display:flex;flex-direction:column;align-items:flex-start;gap:9px}.footer-column a{line-height:1.4}.footer-column a:hover{color:#baff74}.footer-important-link strong{color:#eaffdb;font-weight:900}.footer-highlights{display:flex;gap:9px;flex-wrap:wrap}.footer-highlights span{display:flex;flex-direction:column;gap:2px;min-width:150px;padding:10px 12px;border:1px solid #193a28;border-radius:11px;background:#07100b}.footer-highlights b{font-size:12px;color:#eaffd7}.footer-highlights small{font-size:10px;color:#718578}.footer-policy-links{display:flex;gap:12px;flex-wrap:wrap;padding-top:3px}.footer-policy-links a{font-size:12px}.footer-company{display:flex;flex-direction:column;gap:8px;padding:16px;border:1px solid #193a28;border-radius:14px;background:#07100b}.footer-company h4{margin-bottom:4px}.footer-company-name{color:#f2fff4;font-size:13px;line-height:1.45}.footer-company span{color:#85998c;font-size:12px;line-height:1.5}.footer-company span b{color:#cfe2d4}.footer-company-note{padding-top:6px;border-top:1px solid #173322}.footer-trust{padding-bottom:28px}.footer-trust-head{align-items:center}.footer-trust-note{font-size:12px!important;color:#baff8e!important}.footer-bottom strong{color:#a9baae}.footer-legal-label{display:none}
@media(max-width:1020px){.footer-main{grid-template-columns:1.2fr .8fr;gap:28px 42px}.footer-company{align-self:start}}
@media(max-width:620px){.footer-main{grid-template-columns:1fr;gap:25px;padding:36px 0 26px}.footer-logo{width:220px}.footer-intro{font-size:13px;line-height:1.6}.footer-highlights{display:grid;grid-template-columns:1fr 1fr;width:100%}.footer-highlights span{min-width:0}.footer-company{padding:14px}.footer-trust-head{align-items:flex-start;gap:10px}.footer-trust-note{white-space:normal;text-align:right}.footer-bottom{flex-direction:column;gap:6px;padding:16px 0}.footer-bottom span:last-child{color:#53665a}}
