:root{--ink:#111827;--muted:#64748b;--line:#e5e7eb;--surface:#fff;--soft:#f6f8fb;--brand:#0757a6;--brand2:#0c72d6;--max:1200px;--radius:18px;--shadow:0 16px 40px rgba(15,23,42,.08)}*{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;color:var(--ink);background:#fff;line-height:1.55}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.container{width:min(var(--max),calc(100% - 36px));margin-inline:auto}.narrow{max-width:900px}.site-header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.96);border-bottom:1px solid var(--line);backdrop-filter:blur(10px)}.header-inner{min-height:72px;display:flex;align-items:center;gap:26px}.brand{display:flex;align-items:center;min-width:125px}.brand img{width:116px;max-height:46px;object-fit:contain}.brand-fallback{display:none;color:var(--brand);font-size:20px}.main-nav{display:flex;align-items:center;gap:18px;flex:1;font-size:14px;font-weight:650;overflow:auto}.main-nav a{white-space:nowrap}.main-nav a:hover{color:var(--brand)}.btn{display:inline-flex;align-items:center;justify-content:center;border-radius:11px;padding:11px 17px;font-weight:750;border:1px solid transparent;transition:.18s ease}.btn:hover{transform:translateY(-1px)}.btn-primary{background:var(--brand);color:#fff}.btn-primary:hover{background:var(--brand2)}.btn-light{background:#fff;color:var(--ink)}.btn-outline{border-color:#d8dee8;background:#fff;color:var(--brand);width:100%}.btn-large{padding:14px 22px}.hero{background:linear-gradient(135deg,#062c55 0%,#0757a6 58%,#0f76cf 100%);color:#fff;padding:78px 0}.hero-grid{display:grid;grid-template-columns:1.45fr .55fr;gap:60px;align-items:center}.hero h1{font-size:clamp(36px,5vw,64px);line-height:1.02;letter-spacing:-.045em;margin:10px 0 18px;max-width:850px}.hero-text{font-size:19px;max-width:720px;color:#d7e9fb}.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:28px}.hero-panel{background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.22);border-radius:22px;padding:28px;box-shadow:var(--shadow)}.hero-panel span{font-size:12px;letter-spacing:.16em;text-transform:uppercase}.hero-panel strong{display:block;font-size:28px;margin:4px 0 8px}.section{padding:68px 0}.section-muted{background:var(--soft)}.section-heading{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:28px}.section-heading h2,.category-hero h1,.product-description h2{font-size:clamp(28px,4vw,42px);margin:0;letter-spacing:-.03em}.eyebrow{font-size:12px;font-weight:850;letter-spacing:.14em;color:var(--brand);margin:0 0 8px;text-transform:uppercase}.hero .eyebrow{color:#bfe1ff}.category-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.category-card{border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;background:#fff;min-height:220px;display:flex;flex-direction:column;transition:.2s ease}.category-card:hover{transform:translateY(-3px);box-shadow:var(--shadow)}.category-card img{width:100%;height:150px;object-fit:contain;padding:14px;background:#fff}.category-card div{padding:18px;margin-top:auto}.category-card h3{margin:0 0 4px;font-size:18px}.category-card span{font-size:13px;color:var(--brand);font-weight:750}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.product-card{border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;background:#fff;display:flex;flex-direction:column;min-width:0}.product-image{display:flex;align-items:center;justify-content:center;aspect-ratio:1.15/1;background:#fff;padding:20px}.product-image img{width:100%;height:100%;object-fit:contain}.product-card-body{padding:18px;display:flex;flex-direction:column;flex:1}.product-card h3{font-size:17px;line-height:1.3;margin:0 0 8px}.model{font-size:12px;color:var(--muted);margin:0}.price{font-size:18px;font-weight:850;margin:16px 0}.product-card .btn{margin-top:auto}.category-hero{padding:56px 0;background:linear-gradient(180deg,#f4f8fc,#fff);border-bottom:1px solid var(--line)}.category-description{max-width:850px;color:var(--muted)}.breadcrumbs{font-size:13px;color:var(--muted);margin-bottom:24px}.breadcrumbs span{margin:0 8px}.product-layout{display:grid;grid-template-columns:1.05fr .95fr;gap:56px;align-items:start}.gallery{position:sticky;top:98px}.main-product-image{width:100%;height:540px;object-fit:contain;border:1px solid var(--line);border-radius:20px;background:#fff;padding:24px}.thumbs{display:flex;gap:10px;margin-top:12px;overflow:auto}.thumbs button{width:76px;height:76px;flex:0 0 76px;background:#fff;border:1px solid var(--line);border-radius:10px;padding:6px;cursor:pointer}.thumbs img{width:100%;height:100%;object-fit:contain}.product-summary h1{font-size:clamp(30px,4vw,46px);line-height:1.08;letter-spacing:-.035em;margin:8px 0 12px}.product-price{font-size:34px;font-weight:900;margin:28px 0 4px}.product-price.consultation{font-size:26px}.price-note{color:var(--muted);margin:0 0 18px}.quick-specs{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:26px}.quick-specs div{border:1px solid var(--line);border-radius:13px;padding:14px}.quick-specs span{display:block;color:var(--muted);font-size:12px}.quick-specs strong{display:block;margin-top:4px;font-size:14px}.product-description{margin-top:64px;border-top:1px solid var(--line);padding-top:44px}.product-description img{height:auto!important;max-width:100%!important}.product-description table{width:100%!important;border-collapse:collapse;margin:16px 0}.product-description td,.product-description th{border:1px solid var(--line)!important;padding:10px!important;height:auto!important;white-space:normal!important}.product-description [style*="width"]{max-width:100%}.content-page img{height:auto!important;max-width:100%!important}.site-footer{background:#0b1726;color:#dce6f1;padding:52px 0 20px;margin-top:20px}.footer-grid{display:grid;grid-template-columns:1fr 1fr;gap:40px}.footer-grid h2,.footer-grid h3{color:#fff;margin-top:0}.footer-bottom{border-top:1px solid rgba(255,255,255,.12);margin-top:30px;padding-top:18px;font-size:12px;color:#91a4b8}.error-box{border:1px solid #f4c7c7;background:#fff8f8;border-radius:16px;padding:26px}.diagnostic-list{display:grid;gap:10px;margin:24px 0}.diagnostic-item{display:grid;grid-template-columns:1fr auto;gap:4px 16px;border:1px solid var(--line);border-radius:12px;padding:14px}.diagnostic-item small{grid-column:1/-1;color:var(--muted);overflow-wrap:anywhere}.status{font-size:11px;font-weight:900;border-radius:999px;padding:4px 8px}.status-ok{background:#e8f8ee;color:#147a3d}.status-info{background:#eef5ff;color:#245ea8}.status-erro{background:#feecec;color:#b22424}@media(max-width:980px){.main-nav{display:none}.header-cta{margin-left:auto}.hero-grid,.product-layout{grid-template-columns:1fr}.hero-panel{display:none}.category-grid,.product-grid{grid-template-columns:repeat(2,1fr)}.gallery{position:static}.main-product-image{height:420px}}@media(max-width:620px){.header-inner{min-height:64px}.header-cta{font-size:12px;padding:9px 11px}.hero{padding:54px 0}.section{padding:48px 0}.category-grid,.product-grid{grid-template-columns:1fr 1fr;gap:10px}.category-card img{height:120px}.product-card-body{padding:13px}.product-card h3{font-size:14px}.product-image{padding:10px}.section-heading{align-items:start;flex-direction:column}.main-product-image{height:330px}.quick-specs{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr}}

/* Página de produto v2 */
.product-page-v2{padding-top:54px}.product-layout-v2{grid-template-columns:minmax(0,1.05fr) minmax(380px,.95fr);gap:64px}.product-gallery-card{position:sticky;top:94px}.main-image-wrap{border:1px solid var(--line);border-radius:22px;background:linear-gradient(180deg,#fff,#fbfcfe);padding:26px}.product-gallery-card .main-product-image{border:0;border-radius:0;padding:0;height:520px;background:transparent}.product-gallery-card .thumbs{margin-top:12px;gap:10px}.thumb-btn{transition:.18s ease}.thumb-btn:hover,.thumb-btn.active{border-color:var(--brand);box-shadow:0 0 0 2px rgba(7,87,166,.10)}.product-summary-v2{padding-top:2px}.product-summary-v2 h1{font-size:clamp(34px,3.75vw,52px);line-height:1.04;max-width:700px}.product-summary-v2 .model strong{color:var(--ink)}.buy-box{margin-top:28px;padding:22px;border:1px solid var(--line);background:#f8fbff;border-radius:18px}.price-label{margin:0;color:var(--muted);font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.08em}.buy-box .product-price{margin:4px 0 2px}.product-cta{margin-top:14px;min-width:230px}.quick-specs-v2{grid-template-columns:repeat(2,minmax(0,1fr));margin-top:20px}.quick-specs-v2 div{min-height:82px;background:#fff}.quick-specs-v2 strong{font-size:15px;line-height:1.35}.trust-list{display:grid;grid-template-columns:1fr 1fr;gap:9px 16px;margin-top:22px;padding-top:20px;border-top:1px solid var(--line);font-size:13px;color:#334155;font-weight:650}.product-content-block{margin-top:72px;padding-top:0}.content-heading{margin-bottom:22px}.content-heading h2,.quote-panel h2,.related-section h2{font-size:clamp(27px,3.4vw,40px);line-height:1.12;letter-spacing:-.03em;margin:0}.product-intro-block{border-top:1px solid var(--line);padding-top:52px}.lead-text{max-width:940px;font-size:18px;line-height:1.75;color:#334155;margin:0}.application-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.application-card{display:flex;align-items:center;gap:11px;border:1px solid var(--line);border-radius:15px;padding:18px;background:#fff;min-height:82px}.check-icon{display:grid;place-items:center;flex:0 0 28px;width:28px;height:28px;border-radius:50%;background:#eef6ff;color:var(--brand);font-weight:900}.application-card strong{font-size:14px;line-height:1.35}.feature-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.feature-card{display:flex;gap:13px;align-items:flex-start;padding:17px 18px;border:1px solid var(--line);border-radius:14px;background:#fff}.feature-card p{margin:0;color:#334155;font-size:14px;line-height:1.55}.feature-dot{margin-top:7px;flex:0 0 8px;width:8px;height:8px;border-radius:50%;background:var(--brand)}.technical-block{padding:34px;border:1px solid var(--line);border-radius:20px;background:#fff}.technical-heading{display:flex;justify-content:space-between;align-items:end;gap:24px;padding-bottom:22px;border-bottom:1px solid var(--line)}.technical-heading>p{max-width:360px;margin:0;color:var(--muted);font-size:13px;text-align:right}.technical-content{padding-top:20px;color:#263244;font-size:14px;line-height:1.65;overflow:hidden}.technical-content>div{max-width:100%}.technical-content br+br{display:none}.technical-content table{width:100%!important;border-collapse:collapse!important;margin:14px 0!important;background:#fff}.technical-content td,.technical-content th{border:1px solid #dfe5ec!important;padding:12px 14px!important;height:auto!important;white-space:normal!important;vertical-align:top!important}.technical-content tr:nth-child(even) td{background:#fafbfd}.technical-content img{max-width:100%!important;height:auto!important}.technical-content [width]{max-width:100%!important}.quote-panel{margin-top:72px;display:flex;justify-content:space-between;align-items:center;gap:32px;padding:34px 38px;border-radius:22px;background:linear-gradient(135deg,#eef6ff,#f8fbff);border:1px solid #d7e8fb}.quote-panel p:not(.eyebrow){max-width:720px;color:#526174;margin:12px 0 0}.quote-panel .btn{flex:0 0 auto}.related-section{padding-bottom:10px}.related-grid{grid-template-columns:repeat(4,1fr)}

@media(max-width:980px){.product-layout-v2{grid-template-columns:1fr;gap:36px}.product-gallery-card{position:static}.product-gallery-card .main-product-image{height:430px}.application-grid{grid-template-columns:repeat(2,1fr)}.quote-panel{align-items:flex-start;flex-direction:column}.technical-heading{align-items:flex-start;flex-direction:column}.technical-heading>p{text-align:left}.related-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:620px){.product-page-v2{padding-top:34px}.product-summary-v2 h1{font-size:32px}.main-image-wrap{padding:16px}.product-gallery-card .main-product-image{height:320px}.quick-specs-v2{grid-template-columns:1fr 1fr}.trust-list{grid-template-columns:1fr}.product-content-block{margin-top:52px}.product-intro-block{padding-top:38px}.lead-text{font-size:16px}.application-grid,.feature-grid{grid-template-columns:1fr}.technical-block{padding:20px 16px}.quote-panel{margin-top:52px;padding:26px 22px}.related-grid{grid-template-columns:1fr 1fr}}

/* Ajustes V3: moldura do produto e ficha técnica organizada */
.product-gallery-framed{border:1px solid var(--line);border-radius:24px;background:#fff;padding:18px 18px 16px;box-shadow:0 8px 24px rgba(15,23,42,.04)}
.gallery-frame-header{display:flex;align-items:center;justify-content:flex-start;margin-bottom:10px}
.gallery-frame-badge{display:inline-flex;align-items:center;gap:8px;padding:8px 12px;border-radius:999px;background:#eef6ff;color:var(--brand);font-size:12px;font-weight:850;letter-spacing:.08em;text-transform:uppercase}
.product-gallery-framed .main-image-wrap{border:1px solid #e6edf5}
.product-gallery-framed .thumbs{padding-top:2px}
.technical-content-v3{display:grid;gap:24px}
.technical-panel{border:1px solid var(--line);border-radius:18px;background:#fbfcfe;padding:22px}
.technical-panel h3{margin:0 0 16px;font-size:22px;line-height:1.2;letter-spacing:-.02em}
.spec-table-wrap{overflow:auto}
.spec-table{width:100%;border-collapse:collapse;background:#fff;border:1px solid #dde6f0;border-radius:14px;overflow:hidden}
.spec-table th,.spec-table td{padding:14px 16px;border-bottom:1px solid #e6edf5;text-align:left;vertical-align:top}
.spec-table th{width:32%;background:#f6f9fc;font-size:13px;font-weight:800;color:#455468}
.spec-table td{font-weight:650;color:#0f172a}
.spec-table tr:last-child th,.spec-table tr:last-child td{border-bottom:0}
.technical-bullet-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
.technical-bullet-item{display:flex;gap:12px;align-items:flex-start;padding:16px 18px;border:1px solid #e2e8f0;border-radius:14px;background:#fff}
.technical-bullet-item p{margin:0;font-size:14px;line-height:1.55;color:#334155}
.protection-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
.protection-item{display:flex;gap:12px;align-items:flex-start;padding:16px 18px;border:1px solid #dbeafe;border-radius:14px;background:#fff}
.protection-item p{margin:0;font-size:14px;line-height:1.55;color:#334155}
.shield-icon{display:grid;place-items:center;flex:0 0 24px;width:24px;height:24px;border-radius:50%;background:#eef6ff;color:var(--brand);font-size:13px;font-weight:900}
@media(max-width:980px){.technical-bullet-grid,.protection-list{grid-template-columns:1fr}}
@media(max-width:620px){.product-gallery-framed{padding:14px}.gallery-frame-badge{font-size:11px}.technical-panel{padding:18px}.technical-panel h3{font-size:19px}.spec-table th,.spec-table td{padding:12px 12px}}

/* Home V4 - limpa, técnica, moderna e leve */
.home-v4{background:#fff}.home-hero{position:relative;overflow:hidden;padding:76px 0 66px;background:linear-gradient(180deg,#f8fbff 0%,#fff 78%);border-bottom:1px solid #edf1f5}.home-hero:before{content:"";position:absolute;right:-160px;top:-220px;width:620px;height:620px;border-radius:50%;background:radial-gradient(circle,rgba(12,114,214,.09) 0%,rgba(12,114,214,0) 68%);pointer-events:none}.home-hero-grid{position:relative;display:grid;grid-template-columns:minmax(0,1.05fr) minmax(390px,.95fr);gap:78px;align-items:center}.home-hero-copy{max-width:700px}.home-hero-copy h1{font-size:clamp(42px,5.3vw,68px);line-height:1.01;letter-spacing:-.052em;margin:10px 0 22px;max-width:760px}.home-hero-text{font-size:18px;line-height:1.72;color:#526174;max-width:680px;margin:0}.home-hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:30px}.btn-home-secondary{background:#fff;border-color:#dce4ed;color:#172033}.btn-home-secondary:hover{border-color:#b8c9dc;background:#fbfdff}.home-hero-proof{display:flex;flex-wrap:wrap;gap:13px 22px;margin-top:28px;padding-top:24px;border-top:1px solid #e4eaf1;color:#445269;font-size:13px;font-weight:700}.home-hero-proof b{color:var(--brand);margin-right:5px}.home-hero-visual{position:relative}.hero-technical-card{border:1px solid #dfe7f0;border-radius:26px;background:rgba(255,255,255,.92);box-shadow:0 24px 70px rgba(15,23,42,.09);padding:18px;min-height:510px}.hero-card-topline{display:flex;align-items:center;justify-content:space-between;padding:2px 5px 14px;color:#607086;font-size:11px;font-weight:850;letter-spacing:.13em}.hero-status-dot{display:inline-flex;align-items:center;gap:6px;color:#0c6a3b}.hero-status-dot:before{content:"";width:7px;height:7px;border-radius:50%;background:#24a861}.hero-product-media{display:flex;align-items:center;justify-content:center;height:315px;border:1px solid #e6edf5;border-radius:20px;background:linear-gradient(180deg,#fff,#fbfcfe);padding:20px}.hero-product-media img{width:100%;height:100%;object-fit:contain}.hero-product-copy{padding:20px 6px 4px}.hero-product-brand{margin:0 0 5px;color:var(--brand);font-size:11px;font-weight:900;letter-spacing:.16em}.hero-product-copy h2{font-size:20px;line-height:1.26;letter-spacing:-.02em;margin:0 0 8px}.hero-product-copy>p:not(.hero-product-brand){color:#526174;margin:0 0 9px;font-size:14px}.hero-product-copy>a{color:var(--brand);font-size:13px;font-weight:800}.hero-product-empty{padding-top:120px}.home-trust-strip{border-bottom:1px solid #edf1f5;background:#fff}.trust-strip-grid{display:grid;grid-template-columns:repeat(4,1fr)}.trust-strip-grid>div{position:relative;padding:27px 25px 26px;border-right:1px solid #edf1f5}.trust-strip-grid>div:first-child{padding-left:0}.trust-strip-grid>div:last-child{border-right:0;padding-right:0}.trust-number{display:block;color:#8aa3bd;font-size:10px;font-weight:900;letter-spacing:.14em;margin-bottom:8px}.trust-strip-grid strong{display:block;font-size:14px;margin-bottom:4px}.trust-strip-grid p{font-size:12px;line-height:1.5;color:#6a7789;margin:0}.home-section-heading{display:flex;justify-content:space-between;align-items:end;gap:50px;margin-bottom:30px}.home-section-heading>div{max-width:700px}.home-section-heading h2,.home-guide-intro h2,.home-service-card h2{font-size:clamp(31px,4.2vw,48px);line-height:1.07;letter-spacing:-.042em;margin:0}.home-section-heading>p{max-width:430px;color:#657386;font-size:14px;line-height:1.65;margin:0}.home-lines{padding-top:76px}.home-line-shortcuts{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-bottom:28px}.home-line-shortcuts a{display:flex;flex-direction:column;min-height:155px;padding:21px;border:1px solid #dfe6ee;border-radius:17px;background:#fff;transition:.18s ease}.home-line-shortcuts a:hover{border-color:#bfd2e7;box-shadow:0 10px 30px rgba(15,23,42,.06);transform:translateY(-2px)}.home-line-shortcuts span{font-size:10px;letter-spacing:.13em;font-weight:900;color:#8ca0b5}.home-line-shortcuts strong{font-size:17px;line-height:1.25;margin:17px 0 6px}.home-line-shortcuts small{font-size:12px;line-height:1.5;color:#6a7789}.home-category-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.home-category-card{border:1px solid #e1e7ee;border-radius:20px;background:#fff;overflow:hidden;transition:.18s ease}.home-category-card:hover{border-color:#c8d8e8;box-shadow:0 12px 35px rgba(15,23,42,.06);transform:translateY(-2px)}.home-category-image{height:176px;display:flex;align-items:center;justify-content:center;padding:18px;background:#fbfcfe}.home-category-image img{width:100%;height:100%;object-fit:contain}.home-category-copy{padding:17px 18px 18px;border-top:1px solid #eef2f6}.home-category-copy h3{font-size:16px;line-height:1.3;margin:0 0 7px}.home-category-copy span{font-size:12px;color:var(--brand);font-weight:800}.home-guide-section{background:#f7f9fc;border-top:1px solid #eef2f6;border-bottom:1px solid #eef2f6}.home-guide-grid{display:grid;grid-template-columns:minmax(0,.85fr) minmax(0,1.15fr);gap:76px;align-items:start}.home-guide-intro{position:sticky;top:110px}.home-guide-intro p:not(.eyebrow){color:#657386;font-size:15px;line-height:1.7;margin:20px 0}.text-link{display:inline-flex;color:var(--brand);font-size:13px;font-weight:850}.home-guide-list{display:grid;gap:12px}.home-guide-list article{display:grid;grid-template-columns:48px 1fr;gap:16px;padding:21px 22px;border:1px solid #e0e7ef;border-radius:16px;background:#fff}.home-guide-list article>span{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:12px;background:#eef6ff;color:var(--brand);font-size:11px;font-weight:900}.home-guide-list strong{display:block;font-size:15px;margin:1px 0 4px}.home-guide-list p{color:#697689;font-size:13px;line-height:1.55;margin:0}.home-products{padding-top:78px}.home-section-heading-products{margin-bottom:28px}.home-product-grid{gap:16px}.home-product-grid .product-card{border-color:#e1e7ee;box-shadow:none;transition:.18s ease}.home-product-grid .product-card:hover{border-color:#c7d6e6;box-shadow:0 12px 32px rgba(15,23,42,.055);transform:translateY(-2px)}.home-product-grid .product-image{background:#fbfcfe}.home-service-section{padding-top:32px;padding-bottom:88px}.home-service-card{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:56px;align-items:center;padding:38px 42px;border:1px solid #cfe0f1;border-radius:24px;background:linear-gradient(135deg,#eef6ff 0%,#f8fbff 70%,#fff 100%)}.home-service-card>div:first-child{max-width:800px}.home-service-card p:not(.eyebrow){color:#58687c;font-size:15px;line-height:1.7;margin:14px 0 0}.home-service-actions{display:flex;flex-direction:column;align-items:flex-start;gap:13px;min-width:230px}.home-service-actions .btn{width:100%}
@media(max-width:1080px){.home-hero-grid{gap:48px;grid-template-columns:minmax(0,1fr) minmax(340px,.8fr)}.home-line-shortcuts,.home-category-grid{grid-template-columns:repeat(2,1fr)}.trust-strip-grid{grid-template-columns:repeat(2,1fr)}.trust-strip-grid>div:nth-child(2){border-right:0}.trust-strip-grid>div:nth-child(-n+2){border-bottom:1px solid #edf1f5}.trust-strip-grid>div:nth-child(3){padding-left:0}}
@media(max-width:860px){.home-hero{padding:58px 0}.home-hero-grid{grid-template-columns:1fr;gap:34px}.home-hero-copy{max-width:760px}.home-hero-copy h1{font-size:clamp(39px,8vw,60px)}.home-hero-visual{max-width:620px;width:100%}.hero-technical-card{min-height:0}.hero-product-media{height:300px}.home-section-heading{align-items:flex-start;flex-direction:column;gap:15px}.home-guide-grid{grid-template-columns:1fr;gap:34px}.home-guide-intro{position:static}.home-service-card{grid-template-columns:1fr;gap:24px}.home-service-actions{min-width:0;max-width:320px}}
@media(max-width:620px){.home-hero{padding:44px 0 42px}.home-hero-copy h1{font-size:38px}.home-hero-text{font-size:16px}.home-hero-actions{flex-direction:column;align-items:stretch}.home-hero-actions .btn{width:100%}.home-hero-proof{display:grid;gap:9px}.hero-technical-card{padding:13px;border-radius:20px}.hero-product-media{height:255px;padding:12px}.hero-product-copy h2{font-size:18px}.trust-strip-grid{grid-template-columns:1fr}.trust-strip-grid>div,.trust-strip-grid>div:first-child,.trust-strip-grid>div:nth-child(3),.trust-strip-grid>div:last-child{padding:20px 0;border-right:0;border-bottom:1px solid #edf1f5}.trust-strip-grid>div:last-child{border-bottom:0}.home-lines,.home-products{padding-top:54px}.home-line-shortcuts{grid-template-columns:1fr}.home-line-shortcuts a{min-height:125px}.home-category-grid{grid-template-columns:1fr 1fr;gap:10px}.home-category-image{height:130px;padding:12px}.home-category-copy{padding:13px}.home-category-copy h3{font-size:14px}.home-guide-list article{grid-template-columns:40px 1fr;padding:17px 16px}.home-service-section{padding-bottom:60px}.home-service-card{padding:27px 22px}.home-section-heading h2,.home-guide-intro h2,.home-service-card h2{font-size:32px}}

/* Rodapé V4 */
.site-footer-v4{margin-top:0;padding:58px 0 22px;background:#0d1725}.footer-grid-v4{grid-template-columns:minmax(0,1fr) minmax(420px,.9fr);gap:80px;align-items:start}.footer-brand-block{max-width:620px}.footer-kicker{margin:0 0 10px;color:#75b8f5;font-size:11px;font-weight:900;letter-spacing:.16em}.footer-brand-block h2{font-size:30px;line-height:1.12;letter-spacing:-.03em;margin:0 0 14px}.footer-brand-block>p:not(.footer-kicker){color:#aebdcd;max-width:590px;font-size:14px;line-height:1.7}.footer-links-block{display:grid;grid-template-columns:1fr 1.2fr;gap:42px}.footer-links-block h3{font-size:13px;letter-spacing:.05em;margin-bottom:14px}.footer-links-block a{display:block;color:#cbd6e2;font-size:13px;margin:8px 0}.footer-links-block a:hover{color:#fff}.footer-links-block p{color:#9fb0c2;font-size:13px;line-height:1.6;margin:0 0 12px}.footer-cta-link{color:#75b8f5!important;font-weight:800}.footer-bottom-v4{display:flex;justify-content:space-between;gap:20px;color:#7f93a8}.footer-bottom-v4 span:last-child{text-align:right}@media(max-width:860px){.footer-grid-v4{grid-template-columns:1fr;gap:36px}.footer-links-block{max-width:620px}.footer-bottom-v4{flex-direction:column}.footer-bottom-v4 span:last-child{text-align:left}}@media(max-width:620px){.footer-links-block{grid-template-columns:1fr;gap:26px}.footer-brand-block h2{font-size:25px}}

/* ==========================================================
   HOME V5 — inspirada na arquitetura da Nobreak Pro,
   em versão clara para a Loja NHS
   ========================================================== */
.home-v5{background:#fff;color:#111827}.np-light-hero{position:relative;overflow:hidden;padding:82px 0 76px;background:linear-gradient(180deg,#f8fbff 0%,#fff 78%);border-bottom:1px solid #edf2f7}.np-light-hero:before{content:"";position:absolute;inset:-240px auto auto -180px;width:620px;height:620px;border-radius:50%;background:radial-gradient(circle,rgba(12,114,214,.10),rgba(12,114,214,0) 68%);pointer-events:none}.np-light-hero:after{content:"";position:absolute;right:-190px;top:-170px;width:560px;height:560px;border-radius:50%;background:radial-gradient(circle,rgba(7,87,166,.08),rgba(7,87,166,0) 70%);pointer-events:none}.np-light-hero-grid{position:relative;z-index:1;display:grid;grid-template-columns:minmax(0,1.05fr) minmax(420px,.95fr);gap:72px;align-items:center}.np-light-hero-copy{max-width:720px}.np-light-kicker{display:inline-flex;align-items:center;gap:10px;color:#35506d;font-size:12px;font-weight:850;letter-spacing:.08em;text-transform:uppercase}.np-light-kicker span{width:28px;height:2px;background:var(--brand);border-radius:9px}.np-light-hero-copy h1{font-size:clamp(46px,5.6vw,72px);line-height:.99;letter-spacing:-.055em;margin:16px 0 24px;max-width:800px}.np-light-hero-copy>p{max-width:690px;margin:0;color:#58687b;font-size:18px;line-height:1.72}.np-light-hero-actions{display:flex;align-items:center;gap:18px;flex-wrap:wrap;margin-top:31px}.np-light-link-button{display:inline-flex;align-items:center;gap:9px;color:#172033;font-size:14px;font-weight:850;padding:13px 2px;border-bottom:1px solid #b9c9d9}.np-light-link-button span{color:var(--brand)}.np-light-proof{display:flex;flex-wrap:wrap;gap:10px 22px;margin-top:30px;padding-top:24px;border-top:1px solid #e3eaf1;color:#47566a;font-size:13px;font-weight:700}.np-light-proof span:before{color:var(--brand)}.np-light-hero-stage{position:relative;min-height:535px}.np-stage-glow{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:440px;height:440px;border-radius:50%;background:radial-gradient(circle,#eaf5ff 0%,rgba(234,245,255,.2) 62%,transparent 72%)}.np-stage-card{position:relative;z-index:2;margin-left:auto;width:min(100%,490px);border:1px solid #dce6f0;border-radius:28px;background:rgba(255,255,255,.94);box-shadow:0 28px 80px rgba(15,23,42,.10);padding:19px}.np-stage-label{padding:5px 7px 14px;color:#5e7287;font-size:10px;font-weight:900;letter-spacing:.15em}.np-stage-product{height:360px;display:flex;align-items:center;justify-content:center;border:1px solid #e4ebf2;border-radius:22px;background:linear-gradient(180deg,#fff,#f8fbfe);padding:24px}.np-stage-product img{width:100%;height:100%;object-fit:contain}.np-stage-product-info{display:flex;align-items:end;justify-content:space-between;gap:18px;padding:18px 7px 5px}.np-stage-product-info div{min-width:0}.np-stage-product-info small{display:block;color:#7c8da0;font-size:11px;margin-bottom:4px}.np-stage-product-info strong{display:block;font-size:16px;line-height:1.32;max-width:300px}.np-stage-product-info>a{flex:0 0 auto;color:var(--brand);font-size:12px;font-weight:850}.np-float-card{position:absolute;z-index:3;min-width:190px;padding:15px 17px;border:1px solid #dce7f1;border-radius:15px;background:rgba(255,255,255,.96);box-shadow:0 16px 42px rgba(15,23,42,.09)}.np-float-card span{display:block;color:#75869a;font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.08em}.np-float-card strong{display:block;margin-top:3px;font-size:14px}.np-float-card-a{left:-36px;top:110px}.np-float-card-b{right:-28px;bottom:54px}.np-light-highlights{background:#fff;border-bottom:1px solid #edf2f7}.np-light-highlights-grid{display:grid;grid-template-columns:repeat(3,1fr)}.np-light-highlights-grid>div{padding:27px 34px;border-right:1px solid #edf2f7}.np-light-highlights-grid>div:first-child{padding-left:0}.np-light-highlights-grid>div:last-child{border-right:0;padding-right:0}.np-light-highlights-grid span{display:block;color:#8da1b5;font-size:10px;font-weight:900;letter-spacing:.14em;margin-bottom:7px}.np-light-highlights-grid strong{display:block;font-size:14px}.np-light-highlights-grid p{margin:4px 0 0;color:#728094;font-size:12px;line-height:1.5}.np-section-head{display:flex;align-items:end;justify-content:space-between;gap:54px;margin-bottom:32px}.np-section-head>div{max-width:760px}.np-section-head h2,.np-why-copy h2,.np-proposal-card h2{font-size:clamp(32px,4.3vw,50px);line-height:1.06;letter-spacing:-.045em;margin:0}.np-section-head>p{max-width:455px;margin:0;color:#68778a;font-size:14px;line-height:1.65}.np-demand-section{padding-top:82px}.np-demand-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:15px}.np-demand-card{position:relative;display:flex;flex-direction:column;min-height:285px;padding:25px 25px 23px;border:1px solid #dfe7ef;border-radius:21px;background:#fff;transition:.2s ease}.np-demand-card:hover{transform:translateY(-3px);border-color:#bfd2e5;box-shadow:0 16px 42px rgba(15,23,42,.07)}.np-demand-card-featured{background:linear-gradient(145deg,#f1f7ff,#fff);border-color:#c9def4}.np-demand-icon{display:grid;place-items:center;width:39px;height:39px;border-radius:12px;background:#eef6ff;color:var(--brand);font-size:11px;font-weight:900;letter-spacing:.05em}.np-demand-power{margin-top:20px;color:var(--brand);font-size:13px;font-weight:900;letter-spacing:.035em}.np-demand-card h3{font-size:20px;line-height:1.18;letter-spacing:-.02em;margin:7px 0 9px}.np-demand-card p{color:#69778a;font-size:13px;line-height:1.6;margin:0 0 21px}.np-demand-card b{margin-top:auto;color:#172033;font-size:12px}.np-lines-section{background:#f7f9fc;border-top:1px solid #eef2f6;border-bottom:1px solid #eef2f6}.np-lines-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:13px}.np-line-panel{min-height:250px;display:flex;flex-direction:column;padding:25px 23px;border:1px solid #dde6ef;border-radius:20px;background:#fff;transition:.18s ease}.np-line-panel:hover{transform:translateY(-2px);box-shadow:0 12px 34px rgba(15,23,42,.055)}.np-line-panel>span{color:var(--brand);font-size:10px;font-weight:900;letter-spacing:.14em}.np-line-panel>strong{font-size:21px;line-height:1.18;margin:40px 0 10px;letter-spacing:-.02em}.np-line-panel>p{color:#6d7b8d;font-size:13px;line-height:1.6;margin:0 0 20px}.np-line-panel>b{margin-top:auto;font-size:12px}.np-category-row{display:grid;grid-template-columns:repeat(6,1fr);gap:11px;margin-top:23px}.np-category-mini{display:flex;flex-direction:column;border:1px solid #e1e8ef;border-radius:15px;background:#fff;overflow:hidden;min-width:0}.np-category-mini>div{height:112px;display:flex;align-items:center;justify-content:center;padding:12px;background:#fbfcfe}.np-category-mini img{width:100%;height:100%;object-fit:contain}.np-category-mini>span{padding:11px 12px 13px;border-top:1px solid #edf2f6;font-size:11px;line-height:1.35;font-weight:750}.np-solutions-section{background:#fff}.np-solution-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.np-solution-grid>a{min-height:240px;padding:25px;border:1px solid #e0e7ef;border-radius:20px;background:linear-gradient(180deg,#fff,#fbfcfe);display:flex;flex-direction:column}.np-solution-grid span{display:grid;place-items:center;width:44px;height:44px;border-radius:13px;background:#eef6ff;color:var(--brand);font-size:10px;font-weight:900;letter-spacing:.05em}.np-solution-grid h3{font-size:20px;margin:26px 0 8px;letter-spacing:-.02em}.np-solution-grid p{color:#6a788b;font-size:13px;line-height:1.6;margin:0 0 18px}.np-solution-grid b{margin-top:auto;font-size:12px}.np-products-section{background:#f8fafc;border-top:1px solid #eef2f6;border-bottom:1px solid #eef2f6}.np-product-grid{gap:15px}.np-product-grid .product-card{border-color:#e1e7ee;box-shadow:none;transition:.18s ease}.np-product-grid .product-card:hover{transform:translateY(-2px);box-shadow:0 12px 34px rgba(15,23,42,.055);border-color:#c8d7e7}.np-product-grid .product-image{background:#fff}.np-why-section{padding-top:86px}.np-why-grid{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);gap:80px;align-items:start}.np-why-copy{position:sticky;top:110px}.np-why-copy>p:not(.eyebrow){color:#647286;font-size:15px;line-height:1.75;margin:20px 0 22px}.np-why-cards{display:grid;grid-template-columns:1fr 1fr;gap:13px}.np-why-cards article{min-height:190px;padding:22px;border:1px solid #e0e7ef;border-radius:19px;background:#fff}.np-why-cards article>span{display:block;color:#8ba1b7;font-size:10px;font-weight:900;letter-spacing:.14em;margin-bottom:36px}.np-why-cards strong{display:block;font-size:17px;margin-bottom:7px}.np-why-cards p{margin:0;color:#6d7b8e;font-size:13px;line-height:1.58}.np-proposal-section{padding-top:28px;padding-bottom:94px}.np-proposal-card{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:60px;align-items:center;padding:42px 45px;border:1px solid #cbdff2;border-radius:26px;background:linear-gradient(135deg,#edf6ff,#f8fbff 65%,#fff)}.np-proposal-card>div:first-child{max-width:820px}.np-proposal-card>div:first-child>p:not(.eyebrow){color:#5b6b7f;font-size:15px;line-height:1.7;margin:15px 0 0}.np-proposal-actions{min-width:250px;display:flex;flex-direction:column;align-items:center;gap:10px}.np-proposal-actions .btn{width:100%}.np-proposal-actions small{color:#748399;font-size:11px}
/* Rodapé claro V5 */
.site-footer-v5{margin-top:0;padding:58px 0 22px;background:#f8fafc;color:#172033;border-top:1px solid #e5ebf1}.footer-grid-v5{display:grid;grid-template-columns:minmax(0,1fr) minmax(430px,.9fr);gap:80px;align-items:start}.footer-brand-v5{max-width:640px}.footer-kicker-v5{margin:0 0 9px;color:var(--brand);font-size:10px;font-weight:900;letter-spacing:.16em}.footer-brand-v5 h2{font-size:30px;line-height:1.12;letter-spacing:-.03em;margin:0 0 14px}.footer-brand-v5>p:not(.footer-kicker-v5){color:#69778a;max-width:590px;font-size:14px;line-height:1.7}.footer-columns-v5{display:grid;grid-template-columns:1fr 1.2fr;gap:42px}.footer-columns-v5 h3{font-size:13px;margin:0 0 13px}.footer-columns-v5 a{display:block;color:#44546a;font-size:13px;margin:8px 0}.footer-columns-v5 a:hover{color:var(--brand)}.footer-columns-v5 p{color:#758399;font-size:13px;line-height:1.6;margin:0 0 12px}.footer-action-v5{color:var(--brand)!important;font-weight:850}.footer-bottom-v5{display:flex;justify-content:space-between;gap:20px;margin-top:34px;padding-top:19px;border-top:1px solid #e1e8ef;color:#8593a5;font-size:11px}.footer-bottom-v5 span:last-child{text-align:right}
@media(max-width:1080px){.np-light-hero-grid{grid-template-columns:minmax(0,1fr) minmax(360px,.88fr);gap:46px}.np-float-card-a{left:-10px}.np-float-card-b{right:-8px}.np-demand-grid{grid-template-columns:repeat(2,1fr)}.np-lines-grid,.np-solution-grid{grid-template-columns:repeat(2,1fr)}.np-category-row{grid-template-columns:repeat(3,1fr)}}
@media(max-width:860px){.np-light-hero{padding:58px 0}.np-light-hero-grid{grid-template-columns:1fr;gap:42px}.np-light-hero-copy{max-width:760px}.np-light-hero-stage{max-width:650px;width:100%;min-height:500px}.np-stage-card{margin:0 auto}.np-light-highlights-grid{grid-template-columns:1fr}.np-light-highlights-grid>div,.np-light-highlights-grid>div:first-child,.np-light-highlights-grid>div:last-child{padding:19px 0;border-right:0;border-bottom:1px solid #edf2f7}.np-light-highlights-grid>div:last-child{border-bottom:0}.np-section-head{align-items:flex-start;flex-direction:column;gap:14px}.np-why-grid{grid-template-columns:1fr;gap:38px}.np-why-copy{position:static}.np-proposal-card{grid-template-columns:1fr;gap:24px}.footer-grid-v5{grid-template-columns:1fr;gap:34px}.footer-columns-v5{max-width:650px}.footer-bottom-v5{flex-direction:column}.footer-bottom-v5 span:last-child{text-align:left}}
@media(max-width:620px){.np-light-hero{padding:42px 0}.np-light-hero-copy h1{font-size:40px}.np-light-hero-copy>p{font-size:16px}.np-light-hero-actions{align-items:stretch;flex-direction:column}.np-light-hero-actions .btn{width:100%}.np-light-link-button{width:max-content}.np-light-proof{display:grid;gap:9px}.np-light-hero-stage{min-height:420px}.np-stage-card{padding:13px;border-radius:20px}.np-stage-product{height:285px;padding:16px}.np-stage-product-info{align-items:flex-start;flex-direction:column}.np-float-card{display:none}.np-demand-grid,.np-lines-grid,.np-solution-grid{grid-template-columns:1fr}.np-demand-card{min-height:250px}.np-category-row{grid-template-columns:repeat(2,1fr);gap:9px}.np-category-mini>div{height:100px}.np-why-cards{grid-template-columns:1fr}.np-why-cards article{min-height:155px}.np-why-cards article>span{margin-bottom:24px}.np-proposal-card{padding:29px 23px}.np-proposal-actions{min-width:0;width:100%}.np-section-head h2,.np-why-copy h2,.np-proposal-card h2{font-size:34px}.footer-columns-v5{grid-template-columns:1fr;gap:26px}.footer-brand-v5 h2{font-size:25px}}

/* Home V6: separação visível entre módulos */
.home-v6{background:#f4f7fb;padding-bottom:52px}
.home-v6 .np-light-hero{margin:0 0 18px;background:linear-gradient(180deg,#f8fbff 0%,#fff 78%);border-bottom:0}
.home-v6 .np-light-highlights,.home-v6 .np-demand-section,.home-v6 .np-lines-section,.home-v6 .np-solutions-section,.home-v6 .np-products-section,.home-v6 .np-why-section,.home-v6 .np-proposal-section{background:transparent;border:0;padding-top:0}
.home-v6 .section{padding:14px 0}
.home-v6 .home-module{position:relative;background:#fff;border:1px solid #e3ebf3;border-radius:30px;padding:34px;box-shadow:0 18px 50px rgba(15,23,42,.06)}
.home-v6 .home-module:before{content:"";position:absolute;left:34px;top:0;width:72px;height:4px;border-radius:999px;background:linear-gradient(90deg,var(--brand),#80b7ef)}
.home-v6 .home-module-tight{padding:0 28px}
.home-v6 .home-module-tight:before{left:28px}
.home-v6 .home-module-soft{background:linear-gradient(180deg,#fbfdff,#fff)}
.home-v6 .home-proposal-module{position:relative;overflow:hidden;border-width:1px;box-shadow:0 18px 50px rgba(15,23,42,.06)}
.home-v6 .home-proposal-module:before{content:"";position:absolute;inset:0 auto 0 0;width:8px;background:linear-gradient(180deg,var(--brand),#8ec0f2)}
.home-v6 .np-light-highlights .container,.home-v6 .np-demand-section .container,.home-v6 .np-lines-section .container,.home-v6 .np-solutions-section .container,.home-v6 .np-products-section .container,.home-v6 .np-why-section .container,.home-v6 .np-proposal-section .container{position:relative}
.home-v6 .np-light-highlights-grid>div{padding:28px 22px}
.home-v6 .np-light-highlights-grid>div:first-child{padding-left:10px}
.home-v6 .np-light-highlights-grid>div:last-child{padding-right:10px}
.home-v6 .np-section-head{margin-bottom:28px;padding-bottom:18px;border-bottom:1px solid #ebf0f5}
.home-v6 .np-section-head h2,.home-v6 .np-why-copy h2,.home-v6 .np-proposal-card h2{letter-spacing:-.04em}
.home-v6 .np-demand-card,.home-v6 .np-line-panel,.home-v6 .np-solution-grid>a,.home-v6 .np-category-mini,.home-v6 .np-why-cards article,.home-v6 .np-product-grid .product-card{border-radius:22px}
.home-v6 .np-demand-card,.home-v6 .np-line-panel,.home-v6 .np-solution-grid>a,.home-v6 .np-product-grid .product-card,.home-v6 .np-why-cards article{box-shadow:0 8px 24px rgba(15,23,42,.03)}
.home-v6 .np-category-row{margin-top:20px;padding-top:20px;border-top:1px dashed #dde7f0}
.home-v6 .np-why-grid{gap:54px}
.home-v6 .np-why-copy{padding-right:12px}
.home-v6 .np-proposal-section{padding-bottom:14px}
.home-v6 .np-proposal-card{padding:42px 45px}
.home-v6 .site-footer-v5{border-top:0}
@media(max-width:860px){
  .home-v6 .home-module{padding:26px;border-radius:24px}
  .home-v6 .home-module-tight{padding:0 22px}
  .home-v6 .np-section-head{padding-bottom:14px;margin-bottom:22px}
}
@media(max-width:620px){
  .home-v6{padding-bottom:34px}
  .home-v6 .section{padding:10px 0}
  .home-v6 .home-module{padding:22px;border-radius:22px}
  .home-v6 .home-module:before{left:22px;width:58px}
  .home-v6 .home-module-tight{padding:0 18px}
  .home-v6 .home-module-tight:before{left:18px}
  .home-v6 .np-light-highlights-grid>div,.home-v6 .np-light-highlights-grid>div:first-child,.home-v6 .np-light-highlights-grid>div:last-child{padding:18px 0}
}

/* Home V7: fundos inspirados na leitura visual do site da SMS */
.home-v6{background:
  radial-gradient(circle at 12% 8%, rgba(13,110,253,.08), rgba(13,110,253,0) 23%),
  radial-gradient(circle at 88% 18%, rgba(0,84,160,.06), rgba(0,84,160,0) 20%),
  linear-gradient(180deg,#f3f7fb 0%,#eef4fa 100%);
}
.home-v6 .home-module{overflow:hidden}
.home-v6 .home-module:after{content:"";position:absolute;right:-70px;top:-70px;width:220px;height:220px;border-radius:50%;background:radial-gradient(circle,rgba(4,97,194,.07),rgba(4,97,194,0) 68%);pointer-events:none}
.home-v6 .home-module-soft{background:
  linear-gradient(180deg,#fcfdff 0%,#ffffff 100%),
  radial-gradient(circle at right top, rgba(4,97,194,.05), rgba(4,97,194,0) 34%);
}
.home-v6 .np-demand-card,
.home-v6 .np-line-panel,
.home-v6 .np-solution-grid>a,
.home-v6 .np-category-mini,
.home-v6 .np-product-grid .product-card,
.home-v6 .np-why-cards article{
  position:relative;
  overflow:hidden;
}
.home-v6 .np-demand-card:before,
.home-v6 .np-line-panel:before,
.home-v6 .np-solution-grid>a:before,
.home-v6 .np-category-mini:before,
.home-v6 .np-product-grid .product-card:before,
.home-v6 .np-why-cards article:before{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(180deg,rgba(255,255,255,.72),rgba(255,255,255,.96));
  pointer-events:none;
}
.home-v6 .np-demand-card:after,
.home-v6 .np-line-panel:after,
.home-v6 .np-solution-grid>a:after,
.home-v6 .np-category-mini:after,
.home-v6 .np-product-grid .product-card:after,
.home-v6 .np-why-cards article:after{
  content:"";
  position:absolute;
  right:-28px;
  top:-24px;
  width:120px;
  height:120px;
  border-radius:50%;
  background:radial-gradient(circle,rgba(13,110,253,.11),rgba(13,110,253,0) 68%);
  pointer-events:none;
}
.home-v6 .np-demand-card>* ,
.home-v6 .np-line-panel>* ,
.home-v6 .np-solution-grid>a>* ,
.home-v6 .np-category-mini>* ,
.home-v6 .np-product-grid .product-card>* ,
.home-v6 .np-why-cards article>*{position:relative;z-index:1}
.home-v6 .np-demand-grid{gap:18px}
.home-v6 .np-demand-card{
  min-height:295px;
  border:1px solid #dbe6f2;
  background:
    linear-gradient(180deg,rgba(255,255,255,.96),rgba(248,251,255,.94)),
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='220' height='220' viewBox='0 0 220 220'%3E%3Cg fill='none' stroke='%230b62c8' stroke-opacity='0.08'%3E%3Ccircle cx='168' cy='52' r='26'/%3E%3Ccircle cx='168' cy='52' r='46'/%3E%3Cpath d='M22 178h92'/%3E%3Cpath d='M22 194h64'/%3E%3C/g%3E%3C/svg%3E") right top / 170px 170px no-repeat;
}
.home-v6 .np-demand-card-featured{
  background:
    linear-gradient(145deg,#eef6ff,#ffffff),
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='260' height='220' viewBox='0 0 260 220'%3E%3Cg fill='none' stroke='%230b62c8' stroke-opacity='0.10'%3E%3Ccircle cx='196' cy='48' r='28'/%3E%3Ccircle cx='196' cy='48' r='52'/%3E%3Cpath d='M26 166h116'/%3E%3Cpath d='M26 184h84'/%3E%3C/g%3E%3C/svg%3E") right top / 190px 170px no-repeat;
  border-color:#c8dcf3;
}
.home-v6 .np-demand-card:hover{box-shadow:0 22px 50px rgba(15,23,42,.09)}
.home-v6 .np-demand-icon{box-shadow:0 8px 20px rgba(13,110,253,.10)}
.home-v6 .np-line-panel{
  background:linear-gradient(180deg,#ffffff,#fbfdff);
}
.home-v6 .np-line-panel>span,
.home-v6 .np-demand-power{background:linear-gradient(90deg,#0f5fbf,#357dd5);-webkit-background-clip:text;background-clip:text;color:transparent}
.home-v6 .np-solution-grid>a{
  background:
    linear-gradient(180deg,#ffffff,#fbfdff),
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='180' viewBox='0 0 180 180'%3E%3Cg fill='none' stroke='%230b62c8' stroke-opacity='0.07'%3E%3Ccircle cx='136' cy='40' r='18'/%3E%3Ccircle cx='136' cy='40' r='34'/%3E%3C/g%3E%3C/svg%3E") right top / 120px 120px no-repeat;
}
.home-v6 .np-category-mini>div{background:
  linear-gradient(180deg,#fcfdff,#f6f9fd),
  radial-gradient(circle at 70% 20%, rgba(13,110,253,.08), rgba(13,110,253,0) 34%);
}
.home-v6 .np-product-grid .product-card{background:linear-gradient(180deg,#fff,#fbfdff)}
.home-v6 .np-product-grid .product-image{background:
  linear-gradient(180deg,#ffffff,#f8fbff),
  radial-gradient(circle at 78% 22%, rgba(13,110,253,.08), rgba(13,110,253,0) 28%);
}
.home-v6 .np-why-cards article{background:linear-gradient(180deg,#ffffff,#fbfdff)}
.home-v6 .np-proposal-card{
  background:
    linear-gradient(135deg,#edf6ff,#f7fbff 65%,#fff),
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='320' height='220' viewBox='0 0 320 220'%3E%3Cg fill='none' stroke='%230b62c8' stroke-opacity='0.08'%3E%3Ccircle cx='252' cy='60' r='26'/%3E%3Ccircle cx='252' cy='60' r='50'/%3E%3Cpath d='M182 136h92'/%3E%3Cpath d='M182 154h62'/%3E%3C/g%3E%3C/svg%3E") right center / 230px auto no-repeat;
}
@media(max-width:620px){
  .home-v6 .home-module:after{right:-100px;top:-90px;width:180px;height:180px}
  .home-v6 .np-demand-card,.home-v6 .np-demand-card-featured{background-size:130px 130px}
}

/* Home V8: hero com imagem técnica transparente e separação mais forte */
.home-v6 .np-light-hero{
  position:relative;
  overflow:hidden;
  margin:0 0 24px;
  background:
    linear-gradient(180deg,rgba(240,246,253,.96) 0%, rgba(248,251,255,.98) 58%, #ffffff 100%),
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1600' height='760' viewBox='0 0 1600 760'%3E%3Cg fill='none' stroke='%230a63c6' stroke-opacity='0.085' stroke-width='2'%3E%3Ccircle cx='1260' cy='150' r='76'/%3E%3Ccircle cx='1260' cy='150' r='122'/%3E%3Ccircle cx='1260' cy='150' r='170'/%3E%3Cpath d='M1060 270h250'/%3E%3Cpath d='M1060 300h190'/%3E%3Cpath d='M1030 560h290'/%3E%3Cpath d='M1030 590h220'/%3E%3Crect x='980' y='210' width='410' height='250' rx='26'/%3E%3Crect x='1010' y='240' width='350' height='190' rx='20'/%3E%3Cpath d='M1038 462h120'/%3E%3Cpath d='M1038 490h86'/%3E%3Cpath d='M88 110h160'/%3E%3Cpath d='M88 138h112'/%3E%3C/g%3E%3C/svg%3E") center top / cover no-repeat;
  border-bottom:1px solid #dfe9f3;
}
.home-v6 .np-light-hero:before{
  content:"";
  position:absolute;
  inset:0;
  background:
    radial-gradient(circle at 78% 28%, rgba(11,99,198,.08), rgba(11,99,198,0) 23%),
    radial-gradient(circle at 84% 50%, rgba(11,99,198,.05), rgba(11,99,198,0) 26%),
    linear-gradient(90deg, rgba(255,255,255,.98) 0%, rgba(255,255,255,.90) 42%, rgba(255,255,255,.72) 60%, rgba(255,255,255,.82) 100%);
  pointer-events:none;
}
.home-v6 .np-light-hero-grid{position:relative;z-index:1}
.home-v6 .np-light-hero-copy,
.home-v6 .np-light-hero-stage{position:relative;z-index:1}
.home-v6 .np-light-hero-copy{padding:18px 0}
.home-v6 .np-stage-card{background:rgba(255,255,255,.86);backdrop-filter:blur(3px);border:1px solid #d2dfed;box-shadow:0 26px 70px rgba(15,23,42,.10)}
.home-v6 .np-stage-product{background:linear-gradient(180deg,rgba(255,255,255,.96),rgba(247,251,255,.92))}
.home-v6 .np-float-card{background:rgba(255,255,255,.90);backdrop-filter:blur(2px);border-color:#d4e0ec}

/* separação geral mais visível */
.home-v6 .section{padding:18px 0}
.home-v6 .home-module,
.home-v6 .home-proposal-module,
.home-v6 .np-light-highlights .home-module-tight{
  border:1px solid #d9e4ef;
  box-shadow:0 22px 54px rgba(15,23,42,.08), 0 3px 10px rgba(15,23,42,.03);
}
.home-v6 .home-module{border-radius:34px}
.home-v6 .home-module:before{height:5px;width:86px;background:linear-gradient(90deg,#0b63c6,#7db6f0)}
.home-v6 .home-module + .home-module{margin-top:0}
.home-v6 .np-light-highlights{margin-top:-8px}
.home-v6 .np-light-highlights .home-module-tight{border-radius:28px;background:linear-gradient(180deg,#ffffff,#fbfdff)}
.home-v6 .np-light-highlights-grid>div{position:relative}
.home-v6 .np-light-highlights-grid>div:after{content:"";position:absolute;right:0;top:18px;bottom:18px;width:1px;background:#e6edf5}
.home-v6 .np-light-highlights-grid>div:last-child:after{display:none}

.home-v6 .np-demand-section .home-module{background:linear-gradient(180deg,#ffffff 0%,#fafdff 100%)}
.home-v6 .np-lines-section .home-module{background:linear-gradient(180deg,#fbfdff 0%,#ffffff 100%)}
.home-v6 .np-solutions-section .home-module{background:linear-gradient(180deg,#ffffff 0%,#fbfdff 100%)}
.home-v6 .np-products-section .home-module{background:linear-gradient(180deg,#fbfdff 0%,#ffffff 100%)}
.home-v6 .np-why-section .home-module{background:linear-gradient(180deg,#ffffff 0%,#fbfdff 100%)}

.home-v6 .np-demand-card,
.home-v6 .np-line-panel,
.home-v6 .np-solution-grid>a,
.home-v6 .np-product-grid .product-card,
.home-v6 .np-why-cards article,
.home-v6 .np-category-mini{
  border-color:#d7e3ef;
  box-shadow:0 12px 30px rgba(15,23,42,.05);
}
.home-v6 .np-demand-card:hover,
.home-v6 .np-line-panel:hover,
.home-v6 .np-solution-grid>a:hover,
.home-v6 .np-product-grid .product-card:hover,
.home-v6 .np-category-mini:hover{
  transform:translateY(-3px);
  box-shadow:0 18px 40px rgba(15,23,42,.09);
  border-color:#bfd5ea;
}
.home-v6 .np-section-head{margin-bottom:30px;padding-bottom:20px;border-bottom:1px solid #e5edf5}
.home-v6 .np-section-head .eyebrow{display:inline-block;padding:6px 10px;border-radius:999px;background:#eef6ff;color:#0b63c6}

@media(max-width:860px){
  .home-v6 .np-light-hero{background-size:cover;background-position:center top}
  .home-v6 .np-light-highlights-grid>div:after{display:none}
}
@media(max-width:620px){
  .home-v6 .np-light-hero{margin:0 0 14px;background-position:70% top}
  .home-v6 .section{padding:12px 0}
  .home-v6 .home-module{border-radius:24px}
  .home-v6 .np-light-hero:before{background:
    radial-gradient(circle at 78% 28%, rgba(11,99,198,.08), rgba(11,99,198,0) 20%),
    linear-gradient(180deg, rgba(255,255,255,.95) 0%, rgba(255,255,255,.90) 100%)}
}

/* Home V9: hero claramente destacado do restante do site */
.home-v6 .np-light-hero{
  position:relative;
  margin:0 0 32px;
  padding:24px 0 34px;
  background:
    linear-gradient(135deg,#dfeaf7 0%,#edf4fb 42%,#f4f8fd 100%);
  border-bottom:0;
}
.home-v6 .np-light-hero:before{
  content:"";
  position:absolute;
  inset:0;
  background:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1600' height='800' viewBox='0 0 1600 800'%3E%3Cg fill='none' stroke='%230c63c7' stroke-opacity='0.12' stroke-width='2'%3E%3Ccircle cx='1240' cy='170' r='80'/%3E%3Ccircle cx='1240' cy='170' r='130'/%3E%3Ccircle cx='1240' cy='170' r='182'/%3E%3Cpath d='M1030 290h260'/%3E%3Cpath d='M1030 320h200'/%3E%3Cpath d='M996 520h320'/%3E%3Cpath d='M996 548h238'/%3E%3Crect x='980' y='220' width='390' height='250' rx='28'/%3E%3Crect x='1010' y='248' width='330' height='194' rx='20'/%3E%3C/g%3E%3C/svg%3E") right center / cover no-repeat,
    radial-gradient(circle at 18% 30%, rgba(255,255,255,.72), rgba(255,255,255,0) 34%),
    radial-gradient(circle at 84% 20%, rgba(12,99,199,.10), rgba(12,99,199,0) 26%);
  pointer-events:none;
}
.home-v6 .np-light-hero:after{
  content:"";
  position:absolute;
  left:0;right:0;bottom:-1px;
  height:74px;
  background:linear-gradient(to bottom, rgba(223,234,247,0) 0%, rgba(223,234,247,0) 35%, #f4f7fb 36%, #f4f7fb 100%);
  clip-path:ellipse(80% 100% at 50% 0%);
  pointer-events:none;
}
.home-v6 .np-light-hero-grid{position:relative;z-index:1;padding:14px 0 8px}
.home-v6 .np-light-hero-copy{
  padding:22px 14px 18px 0;
}
.home-v6 .np-light-hero-copy h1{
  text-shadow:0 1px 0 rgba(255,255,255,.25);
}
.home-v6 .np-light-hero-stage{
  padding:18px;
  border-radius:34px;
  background:linear-gradient(180deg, rgba(255,255,255,.42), rgba(255,255,255,.16));
  border:1px solid rgba(255,255,255,.45);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.5);
}
.home-v6 .np-stage-card{
  background:rgba(255,255,255,.94);
  border:1px solid #cfdceb;
  box-shadow:0 28px 70px rgba(15,23,42,.12);
}
.home-v6 .np-float-card{
  background:rgba(255,255,255,.96);
  box-shadow:0 16px 38px rgba(15,23,42,.12);
}
.home-v6 .np-light-highlights{margin-top:-10px}
.home-v6 .np-light-highlights .home-module-tight{background:#fff;border:1px solid #d9e5f1;box-shadow:0 16px 38px rgba(15,23,42,.07)}
.home-v6 .section{padding:20px 0}
.home-v6 .home-module{box-shadow:0 20px 48px rgba(15,23,42,.07)}
@media(max-width:860px){
  .home-v6 .np-light-hero{padding:16px 0 28px}
  .home-v6 .np-light-hero-stage{padding:12px;border-radius:24px}
  .home-v6 .np-light-hero:after{height:54px}
}
@media(max-width:620px){
  .home-v6 .np-light-hero{margin:0 0 22px;padding:8px 0 20px}
  .home-v6 .np-light-hero-copy{padding:10px 0}
  .home-v6 .np-light-hero:before{background:
    radial-gradient(circle at 20% 16%, rgba(255,255,255,.62), rgba(255,255,255,0) 26%),
    radial-gradient(circle at 82% 18%, rgba(12,99,199,.10), rgba(12,99,199,0) 18%),
    linear-gradient(135deg,#dfeaf7 0%,#edf4fb 42%,#f4f8fd 100%)}
}

/* Home V10: hero com fundo mais escuro e mais visível */
.home-v6 .np-light-hero{
  background:linear-gradient(135deg,#c6d9ef 0%,#d6e6f6 38%,#e6f0fa 100%);
}
.home-v6 .np-light-hero:before{
  background:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1600' height='800' viewBox='0 0 1600 800'%3E%3Cg fill='none' stroke='%230b5fbe' stroke-opacity='0.16' stroke-width='2'%3E%3Ccircle cx='1240' cy='170' r='80'/%3E%3Ccircle cx='1240' cy='170' r='130'/%3E%3Ccircle cx='1240' cy='170' r='182'/%3E%3Cpath d='M1030 290h260'/%3E%3Cpath d='M1030 320h200'/%3E%3Cpath d='M996 520h320'/%3E%3Cpath d='M996 548h238'/%3E%3Crect x='980' y='220' width='390' height='250' rx='28'/%3E%3Crect x='1010' y='248' width='330' height='194' rx='20'/%3E%3C/g%3E%3C/svg%3E") right center / cover no-repeat,
    radial-gradient(circle at 18% 28%, rgba(255,255,255,.56), rgba(255,255,255,0) 32%),
    radial-gradient(circle at 82% 16%, rgba(11,95,190,.20), rgba(11,95,190,0) 28%),
    linear-gradient(90deg, rgba(198,217,239,.50) 0%, rgba(214,230,246,.28) 44%, rgba(230,240,250,.10) 100%);
}
.home-v6 .np-light-hero:after{
  background:linear-gradient(to bottom, rgba(198,217,239,0) 0%, rgba(198,217,239,0) 35%, #f4f7fb 36%, #f4f7fb 100%);
}
.home-v6 .np-light-kicker,
.home-v6 .np-light-proof,
.home-v6 .np-light-hero-copy>p{color:#2d4763}
.home-v6 .np-stage-card{border-color:#bfd0e2;box-shadow:0 30px 78px rgba(15,23,42,.14)}
.home-v6 .np-light-highlights{margin-top:-16px}
@media(max-width:620px){
  .home-v6 .np-light-hero{background:linear-gradient(135deg,#c8dbef 0%,#d9e8f6 40%,#e8f1fa 100%)}
  .home-v6 .np-light-hero:before{background:
    radial-gradient(circle at 20% 16%, rgba(255,255,255,.50), rgba(255,255,255,0) 24%),
    radial-gradient(circle at 82% 18%, rgba(11,95,190,.16), rgba(11,95,190,0) 18%),
    linear-gradient(135deg,#c8dbef 0%,#d9e8f6 40%,#e8f1fa 100%)}
}

/* Home V11: fundo superior um tom mais escuro */
.home-v6 .np-light-hero{
  background:linear-gradient(135deg,#b8d0ea 0%,#cadff2 38%,#dce9f7 100%);
}
.home-v6 .np-light-hero:before{
  background:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1600' height='800' viewBox='0 0 1600 800'%3E%3Cg fill='none' stroke='%230a5ab3' stroke-opacity='0.18' stroke-width='2'%3E%3Ccircle cx='1240' cy='170' r='80'/%3E%3Ccircle cx='1240' cy='170' r='130'/%3E%3Ccircle cx='1240' cy='170' r='182'/%3E%3Cpath d='M1030 290h260'/%3E%3Cpath d='M1030 320h200'/%3E%3Cpath d='M996 520h320'/%3E%3Cpath d='M996 548h238'/%3E%3Crect x='980' y='220' width='390' height='250' rx='28'/%3E%3Crect x='1010' y='248' width='330' height='194' rx='20'/%3E%3C/g%3E%3C/svg%3E") right center / cover no-repeat,
    radial-gradient(circle at 18% 28%, rgba(255,255,255,.48), rgba(255,255,255,0) 32%),
    radial-gradient(circle at 82% 16%, rgba(10,90,179,.24), rgba(10,90,179,0) 28%),
    linear-gradient(90deg, rgba(184,208,234,.56) 0%, rgba(202,223,242,.34) 44%, rgba(220,233,247,.12) 100%);
}
.home-v6 .np-light-hero:after{
  background:linear-gradient(to bottom, rgba(184,208,234,0) 0%, rgba(184,208,234,0) 35%, #f4f7fb 36%, #f4f7fb 100%);
}
.home-v6 .np-light-kicker,
.home-v6 .np-light-proof,
.home-v6 .np-light-hero-copy>p{color:#243e5a}
.home-v6 .np-stage-card{border-color:#b7cbe0}
@media(max-width:620px){
  .home-v6 .np-light-hero{background:linear-gradient(135deg,#bbd2ea 0%,#cfe2f3 40%,#dfebf8 100%)}
  .home-v6 .np-light-hero:before{background:
    radial-gradient(circle at 20% 16%, rgba(255,255,255,.44), rgba(255,255,255,0) 24%),
    radial-gradient(circle at 82% 18%, rgba(10,90,179,.18), rgba(10,90,179,0) 18%),
    linear-gradient(135deg,#bbd2ea 0%,#cfe2f3 40%,#dfebf8 100%)}
}

/* Home V12: banners das linhas de produtos logo abaixo do hero */
.home-line-banners-section{padding-top:8px}
.home-line-banners-module{background:linear-gradient(180deg,#ffffff 0%,#fbfdff 100%)}
.home-line-banners-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}
.home-line-banner-card{position:relative;display:block;border-radius:26px;overflow:hidden;border:1px solid #d8e3ef;box-shadow:0 18px 40px rgba(15,23,42,.08);background:#061a38;transition:transform .22s ease, box-shadow .22s ease, border-color .22s ease}
.home-line-banner-card img{display:block;width:100%;height:auto;aspect-ratio:1/1;object-fit:cover}
.home-line-banner-card:before{content:"";position:absolute;inset:auto 0 0 0;height:88px;background:linear-gradient(to top,rgba(4,16,37,.72),rgba(4,16,37,0));pointer-events:none}
.home-line-banner-cta{position:absolute;left:18px;right:18px;bottom:16px;display:flex;justify-content:flex-end;align-items:center;padding:10px 14px;border-radius:999px;background:rgba(255,255,255,.10);backdrop-filter:blur(5px);color:#fff;font-weight:800;font-size:14px;letter-spacing:.01em}
.home-line-banner-card:hover{transform:translateY(-4px);box-shadow:0 24px 48px rgba(15,23,42,.14);border-color:#b9d0e6}
.home-line-banner-card:hover .home-line-banner-cta{background:rgba(255,255,255,.18)}
@media(max-width:980px){.home-line-banners-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}}
@media(max-width:620px){.home-line-banners-grid{grid-template-columns:1fr;gap:16px}.home-line-banner-card{border-radius:22px}.home-line-banner-cta{left:14px;right:14px;bottom:12px;font-size:13px}}

/* Home V13: banners 10% menores e sem cabeçalho da seção */
.home-line-banners-module{padding-top:30px;padding-bottom:30px}
.home-line-banners-grid{width:90%;margin:0 auto}
@media(max-width:980px){.home-line-banners-grid{width:92%}}
@media(max-width:620px){.home-line-banners-grid{width:94%}.home-line-banners-module{padding-top:22px;padding-bottom:22px}}

/* Home V14: mantém apenas o selo azul "LINHAS DE PRODUTOS" */
.home-line-banners-label{display:inline-block;margin:0 0 18px;padding:6px 10px;border-radius:999px;background:#eef6ff;color:#0b63c6}

/* Home V15: hero 15% menor na vertical, mantendo largura */
.home-v6 .np-light-hero{
  padding:12px 0 18px;
  margin:0 0 18px;
}
.home-v6 .np-light-hero-grid{
  padding:8px 0 4px;
}
.home-v6 .np-light-hero-copy{
  padding:10px 0 8px;
}
.home-v6 .np-light-hero-copy h1{
  margin:12px 0 16px;
}
.home-v6 .np-light-hero-copy>p{
  font-size:17px;
  line-height:1.62;
}
.home-v6 .np-light-hero-actions{
  margin-top:22px;
}
.home-v6 .np-light-proof{
  margin-top:20px;
  padding-top:18px;
}
.home-v6 .np-light-hero-stage{
  min-height:455px;
  padding:12px;
}
.home-v6 .np-stage-card{
  padding:15px;
}
.home-v6 .np-stage-product{
  height:305px;
}
.home-v6 .np-stage-product-info{
  padding:14px 5px 3px;
}
.home-v6 .np-float-card-a{top:92px}
.home-v6 .np-float-card-b{bottom:38px}

@media(max-width:860px){
  .home-v6 .np-light-hero{padding:10px 0 18px}
  .home-v6 .np-light-hero-grid{padding:6px 0 2px}
  .home-v6 .np-light-hero-stage{min-height:445px;padding:10px}
}

@media(max-width:620px){
  .home-v6 .np-light-hero{padding:6px 0 14px;margin:0 0 16px}
  .home-v6 .np-light-hero-copy h1{margin:10px 0 14px}
  .home-v6 .np-light-hero-copy>p{font-size:15px;line-height:1.58}
  .home-v6 .np-light-hero-stage{min-height:370px;padding:8px}
  .home-v6 .np-stage-product{height:250px}
}

/* Home V16: subir card Alta disponibilidade */
.home-v6 .np-float-card-b{
  bottom:96px;
  right:-18px;
}
@media(max-width:1080px){
  .home-v6 .np-float-card-b{bottom:88px;right:-8px}
}

/* Home V17: Catálogo NHS no lugar de Nobreaks Mais Procurados */
.home-v6 .np-products-featured-section{padding-top:18px}
.home-v6 .home-module-products-featured{
  position:relative;
  overflow:hidden;
  background:
    radial-gradient(circle at 92% 8%, rgba(43,116,190,.14), rgba(43,116,190,0) 25%),
    radial-gradient(circle at 8% 92%, rgba(94,158,221,.10), rgba(94,158,221,0) 24%),
    linear-gradient(135deg,#dceaf8 0%,#edf5fc 46%,#f8fbfe 100%);
  border:1px solid #bfd3e7;
  box-shadow:0 24px 58px rgba(34,80,128,.12);
}
.home-v6 .home-module-products-featured:after{
  content:"";
  position:absolute;
  right:-70px;
  top:-95px;
  width:300px;
  height:300px;
  border:1px solid rgba(32,101,173,.10);
  border-radius:50%;
  box-shadow:0 0 0 42px rgba(32,101,173,.035),0 0 0 84px rgba(32,101,173,.025);
  pointer-events:none;
}
.home-v6 .home-module-products-featured .np-section-head{position:relative;z-index:1;border-bottom-color:#cbdceb}
.home-v6 .home-module-products-featured .np-section-head .eyebrow{background:#0b63b7;color:#fff}
.home-v6 .np-product-grid-featured{position:relative;z-index:1}
.home-v6 .np-product-grid-featured .product-card{
  background:rgba(255,255,255,.96);
  border-color:#cbd9e7;
  box-shadow:0 12px 28px rgba(35,73,112,.08);
}
.home-v6 .np-product-grid-featured .product-card:hover{
  transform:translateY(-4px);
  border-color:#9fbedc;
  box-shadow:0 20px 38px rgba(35,73,112,.14);
}
.home-v6 .np-product-grid-featured .product-image{
  background:linear-gradient(180deg,#fff,#f5f9fd);
}
@media(max-width:620px){
  .home-v6 .home-module-products-featured{background:linear-gradient(145deg,#dceaf8,#f5f9fd)}
}

/* Home V18: cards do catálogo em cinza-azulado, preservando a imagem */
.home-v6 .np-product-grid-featured .product-card{
  background:linear-gradient(180deg,#e8eef5 0%,#dde7f0 100%);
  border-color:#bdcad8;
  box-shadow:0 14px 30px rgba(35,73,112,.10);
}
.home-v6 .np-product-grid-featured .product-image{
  margin:10px 10px 0;
  border-radius:16px;
  border:1px solid #d8e1ea;
  background:#fff;
  overflow:hidden;
}
.home-v6 .np-product-grid-featured .product-card-body{
  background:transparent;
}
.home-v6 .np-product-grid-featured .product-card h3,
.home-v6 .np-product-grid-featured .product-card h3 a,
.home-v6 .np-product-grid-featured .price{
  color:#111827;
}
.home-v6 .np-product-grid-featured .model{
  color:#536579;
}
.home-v6 .np-product-grid-featured .product-card:hover{
  background:linear-gradient(180deg,#e3ebf4 0%,#d5e1ed 100%);
  border-color:#9fb6cc;
  box-shadow:0 20px 40px rgba(35,73,112,.15);
}
@media(max-width:620px){
  .home-v6 .np-product-grid-featured .product-image{margin:8px 8px 0;border-radius:13px}
}

/* Home V19: bordas dos cards do catálogo mais escuras */
.home-v6 .np-product-grid-featured .product-card{
  border-color:#8fa6bc;
  border-width:1.5px;
}
.home-v6 .np-product-grid-featured .product-image{
  border-color:#b5c4d2;
}
.home-v6 .np-product-grid-featured .product-card:hover{
  border-color:#6f8da9;
}

/* Home V20: Soluções por aplicação com fundo cinza-azulado e cards destacados */
.home-v6 .np-solutions-section .home-module{
  background:
    radial-gradient(circle at 94% 10%, rgba(64,120,176,.08), rgba(64,120,176,0) 25%),
    linear-gradient(180deg,#e9eff6 0%,#f1f5f9 100%);
  border-color:#c8d4e0;
  box-shadow:0 18px 44px rgba(39,69,101,.08);
}
.home-v6 .np-solutions-section .np-section-head{
  border-bottom-color:#cdd8e3;
}
.home-v6 .np-solution-grid>a{
  position:relative;
  overflow:hidden;
  background:#fff;
  border:1.5px solid #93a9bd;
  box-shadow:0 12px 28px rgba(36,66,96,.10);
  transition:transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.home-v6 .np-solution-grid>a:after{
  content:"";
  position:absolute;
  left:0;
  right:0;
  top:0;
  height:4px;
  background:linear-gradient(90deg,#0b63c6,#79afe4);
  opacity:.92;
}
.home-v6 .np-solution-grid>a:hover{
  transform:translateY(-4px);
  border-color:#6688a8;
  box-shadow:0 20px 38px rgba(36,66,96,.16);
}
.home-v6 .np-solution-grid span{
  background:#edf5fd;
  border:1px solid #c9daea;
  color:#0b63c6;
}
.home-v6 .np-solution-grid h3{
  color:#111827;
}
.home-v6 .np-solution-grid p{
  color:#5e6f82;
}
.home-v6 .np-solution-grid b{
  color:#243b55;
}

@media(max-width:620px){
  .home-v6 .np-solutions-section .home-module{
    background:linear-gradient(180deg,#e9eff6,#f2f6fa);
  }
  .home-v6 .np-solution-grid>a{
    border-width:1px;
  }
}

/* Home V21: área de soluções mais escura para maior destaque */
.home-v6 .np-solutions-section .home-module{
  background:
    radial-gradient(circle at 92% 12%, rgba(58,110,162,.16), rgba(58,110,162,0) 24%),
    radial-gradient(circle at 14% 84%, rgba(34,74,118,.08), rgba(34,74,118,0) 26%),
    linear-gradient(180deg,#d9e4ef 0%, #e4ecf4 52%, #edf3f8 100%);
  border-color:#b7c8d7;
  box-shadow:0 22px 52px rgba(34,63,94,.12);
}
.home-v6 .np-solutions-section .np-section-head{
  border-bottom-color:#bccddd;
}
@media(max-width:620px){
  .home-v6 .np-solutions-section .home-module{
    background:linear-gradient(180deg,#dbe5ef 0%, #e7eef5 100%);
  }
}

/* Home V22: Catálogo NHS com destaque idêntico ao módulo de Soluções */
.home-v6 .home-module-products-featured{
  background:
    radial-gradient(circle at 92% 12%, rgba(58,110,162,.16), rgba(58,110,162,0) 24%),
    radial-gradient(circle at 14% 84%, rgba(34,74,118,.08), rgba(34,74,118,0) 26%),
    linear-gradient(180deg,#d9e4ef 0%, #e4ecf4 52%, #edf3f8 100%);
  border-color:#b7c8d7;
  box-shadow:0 22px 52px rgba(34,63,94,.12);
}
.home-v6 .home-module-products-featured .np-section-head{
  border-bottom-color:#bccddd;
}
.home-v6 .home-module-products-featured:after{
  border-color:rgba(58,110,162,.12);
  box-shadow:0 0 0 42px rgba(58,110,162,.04),0 0 0 84px rgba(58,110,162,.03);
}
@media(max-width:620px){
  .home-v6 .home-module-products-featured{
    background:linear-gradient(180deg,#dbe5ef 0%, #e7eef5 100%);
  }
}

/* Home V24: fundo azul apenas no módulo Catálogo NHS */
.home-v6 .home-module-products-featured{
  background:
    radial-gradient(circle at 92% 12%, rgba(43,111,182,.20), rgba(43,111,182,0) 24%),
    radial-gradient(circle at 12% 86%, rgba(24,81,141,.09), rgba(24,81,141,0) 26%),
    linear-gradient(180deg,#d2e2f3 0%, #dbe8f5 52%, #e7f0f8 100%);
  border-color:#a9bfd6;
  box-shadow:0 22px 52px rgba(29,67,107,.13);
}
.home-v6 .home-module-products-featured:after{
  border-color:rgba(43,111,182,.14);
  box-shadow:0 0 0 42px rgba(43,111,182,.05),0 0 0 84px rgba(43,111,182,.035);
}
.home-v6 .home-module-products-featured .np-section-head{
  border-bottom-color:#b6cadf;
}
.home-v6 .home-module-products-featured .np-section-head .eyebrow{
  background:#0b63b7;
  color:#fff;
}
@media(max-width:620px){
  .home-v6 .home-module-products-featured{
    background:linear-gradient(180deg,#d4e3f2 0%, #e1ebf6 100%);
  }
}

/* Home V25: formulário de proposta inspirado na estrutura do Nobreak Pro */
.home-v6 .home-proposal-with-form{
  grid-template-columns:minmax(0,.82fr) minmax(520px,1.18fr);
  gap:52px;
  align-items:start;
  padding:42px 44px;
  background:
    radial-gradient(circle at 8% 10%, rgba(11,99,183,.09), transparent 27%),
    radial-gradient(circle at 95% 90%, rgba(85,151,216,.12), transparent 30%),
    linear-gradient(135deg,#edf5fc 0%,#f7fbff 52%,#ffffff 100%);
}
.home-v6 .home-proposal-with-form:before{width:7px}
.home-v6 .np-proposal-copy{padding:10px 0}
.home-v6 .np-proposal-copy h2{font-size:clamp(34px,4.1vw,52px);line-height:1.04;letter-spacing:-.045em;margin:0 0 18px}
.home-v6 .np-proposal-copy>p:not(.eyebrow){color:#53677c;font-size:15px;line-height:1.72;margin:0}
.home-v6 .np-proposal-benefits{display:grid;gap:10px;margin-top:28px;padding-top:22px;border-top:1px solid #cfddea;color:#38516b;font-size:13px;font-weight:750}
.home-v6 .np-proposal-form{display:grid;grid-template-columns:1fr 1fr;gap:14px;padding:22px;border:1px solid #afc5d9;border-radius:22px;background:rgba(255,255,255,.86);box-shadow:0 18px 40px rgba(31,67,103,.10)}
.home-v6 .np-proposal-field-wrap{min-width:0}
.home-v6 .np-proposal-field{width:100%;min-height:52px;padding:0 15px;border:1.5px solid #9fb3c7;border-radius:13px;background:#f9fbfd;color:#172033;outline:none;font:inherit;transition:border-color .18s ease,box-shadow .18s ease,background .18s ease}
.home-v6 textarea.np-proposal-field{min-height:118px;padding-top:14px;resize:vertical}
.home-v6 select.np-proposal-field{cursor:pointer}
.home-v6 .np-proposal-field::placeholder{color:#7b8998}
.home-v6 .np-proposal-field:focus{border-color:#0b63c6;background:#fff;box-shadow:0 0 0 4px rgba(11,99,198,.09)}
.home-v6 .np-proposal-field.is-invalid{border-color:#c94b55;box-shadow:0 0 0 4px rgba(201,75,85,.08)}
.home-v6 .np-proposal-full{grid-column:1/-1}
.home-v6 .np-proposal-field-error{display:none;margin:6px 2px 0;color:#b4232f;font-size:11px;line-height:1.35}
.home-v6 .np-proposal-submit{width:100%;min-height:54px;border-radius:13px}
.home-v6 .np-proposal-form-note{text-align:center;color:#6a7b8d;font-size:11px}
.home-v6 .np-proposal-honeypot{position:absolute;left:-9999px;width:1px;height:1px;overflow:hidden}
@media(max-width:980px){
  .home-v6 .home-proposal-with-form{grid-template-columns:1fr;gap:30px}
}
@media(max-width:620px){
  .home-v6 .home-proposal-with-form{padding:28px 22px}
  .home-v6 .np-proposal-form{grid-template-columns:1fr;padding:16px}
  .home-v6 .np-proposal-full{grid-column:auto}
  .home-v6 .np-proposal-copy h2{font-size:34px}
}

/* Home V26: área Solicite uma proposta mais escura */
.home-v6 .home-proposal-with-form{
  background:
    radial-gradient(circle at 8% 10%, rgba(45,139,224,.22), transparent 28%),
    radial-gradient(circle at 96% 88%, rgba(107,174,232,.16), transparent 31%),
    linear-gradient(135deg,#173650 0%,#214a6d 52%,#2d5a7d 100%);
  border-color:#294f70;
  box-shadow:0 24px 58px rgba(19,46,70,.22);
}
.home-v6 .home-proposal-with-form:before{
  background:linear-gradient(180deg,#2f9be8,#8ecbf4);
}
.home-v6 .np-proposal-copy .eyebrow{
  color:#bfe1fb;
}
.home-v6 .np-proposal-copy h2{
  color:#fff;
}
.home-v6 .np-proposal-copy>p:not(.eyebrow){
  color:#d9e7f2;
}
.home-v6 .np-proposal-benefits{
  border-top-color:rgba(255,255,255,.20);
  color:#eef6fc;
}
.home-v6 .np-proposal-form{
  background:rgba(255,255,255,.97);
  border-color:#c5d5e3;
  box-shadow:0 20px 44px rgba(6,27,45,.24);
}
.home-v6 .np-proposal-form-note{
  color:#607386;
}
@media(max-width:620px){
  .home-v6 .home-proposal-with-form{
    background:linear-gradient(145deg,#193b58 0%,#285879 100%);
  }
}

/* Home V27: destaque azul com moldura no módulo Por que escolher a Loja NHS */
.home-v6 .np-why-section .home-module{
  position:relative;
  overflow:hidden;
  background:
    radial-gradient(circle at 92% 12%, rgba(43,111,182,.18), rgba(43,111,182,0) 25%),
    radial-gradient(circle at 10% 88%, rgba(24,81,141,.08), rgba(24,81,141,0) 28%),
    linear-gradient(180deg,#d2e2f3 0%, #dbe8f5 52%, #e7f0f8 100%);
  border:1.5px solid #9eb7cf;
  box-shadow:0 22px 52px rgba(29,67,107,.13);
}
.home-v6 .np-why-section .home-module:after{
  content:"";
  position:absolute;
  right:-85px;
  top:-115px;
  width:310px;
  height:310px;
  border:1px solid rgba(43,111,182,.13);
  border-radius:50%;
  box-shadow:0 0 0 44px rgba(43,111,182,.045),0 0 0 88px rgba(43,111,182,.03);
  pointer-events:none;
}
.home-v6 .np-why-section .np-why-grid{
  position:relative;
  z-index:1;
}
.home-v6 .np-why-section .np-why-copy .eyebrow{
  background:#0b63b7;
  color:#fff;
}
.home-v6 .np-why-section .np-why-copy h2{
  color:#10243a;
}
.home-v6 .np-why-section .np-why-copy>p:not(.eyebrow){
  color:#405a74;
}
.home-v6 .np-why-section .np-why-cards article{
  background:#fff;
  border-color:#91a9bf;
  box-shadow:0 12px 28px rgba(34,63,94,.10);
}
.home-v6 .np-why-section .np-why-cards article:hover{
  border-color:#6688a8;
  box-shadow:0 18px 36px rgba(34,63,94,.15);
}

@media(max-width:620px){
  .home-v6 .np-why-section .home-module{
    background:linear-gradient(180deg,#d4e3f2 0%, #e2ecf6 100%);
    border-width:1px;
  }
}

/* Home/Category V28: moldura azul escura nos cards das páginas de categoria */
.category-hero + .section .product-grid .product-card{
  border:2px solid #1f4f7f;
  box-shadow:0 12px 28px rgba(15,23,42,.05);
  transition:transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
.category-hero + .section .product-grid .product-card:hover{
  border-color:#163d63;
  box-shadow:0 18px 36px rgba(15,23,42,.10);
  transform:translateY(-2px);
}
.category-hero + .section .product-grid .product-image{
  background:#fff;
  border-bottom:1px solid #d8e4f1;
}
.category-hero + .section .product-grid .product-card-body{
  background:linear-gradient(180deg,#ffffff 0%, #fbfdff 100%);
}

/* V29: fundo azul na página de catálogo/categoria */
.category-hero{
  background:linear-gradient(180deg,#d8e6f4 0%, #e5eef7 62%, #eef4fa 100%);
  border-bottom:1px solid #bfd0e0;
}
.category-hero + .section{
  background:linear-gradient(180deg,#dce8f4 0%, #e7eff7 58%, #eff4f9 100%);
  padding-top:56px;
  padding-bottom:64px;
}
.category-hero + .section .container{
  background:rgba(255,255,255,.22);
  border:1px solid #c1d1df;
  border-radius:28px;
  padding:28px;
  box-shadow:0 20px 46px rgba(24,59,96,.10);
}
.category-hero + .section .section-heading{
  margin-bottom:22px;
}
.category-hero + .section .section-heading h2{
  color:#1f3853;
}
@media(max-width:620px){
  .category-hero + .section{padding-top:38px;padding-bottom:42px}
  .category-hero + .section .container{padding:18px;border-radius:20px}
}

/* V30: módulo 'POR QUE ESCOLHER A LOJA NHS' com fundo branco */
.home-v6 .np-why-section .home-module{
  background:#ffffff;
  border-color:#d8e3ef;
  box-shadow:0 20px 46px rgba(15,23,42,.07);
}
.home-v6 .np-why-section .home-module:after{
  border-color:rgba(43,111,182,.08);
  box-shadow:0 0 0 42px rgba(43,111,182,.025),0 0 0 84px rgba(43,111,182,.015);
}
.home-v6 .np-why-section .np-section-head,
.home-v6 .np-why-section .np-why-copy{
  border-bottom-color:#e5edf5;
}

/* V31: selo 'POR QUE ESCOLHER A LOJA NHS' com fundo branco */
.home-v6 .np-why-section .np-section-head .eyebrow,
.home-v6 .np-why-section .np-why-copy .eyebrow{
  background:#ffffff;
  color:#0b63b7;
  border:1px solid #c9d9ea;
}

/* V32: 'POR QUE ESCOLHER A LOJA NHS' com moldura e fundo azul iguais ao módulo Soluções */
.home-v6 .np-why-section .home-module{
  background:
    radial-gradient(circle at 92% 12%, rgba(58,110,162,.16), rgba(58,110,162,0) 24%),
    radial-gradient(circle at 14% 84%, rgba(34,74,118,.08), rgba(34,74,118,0) 26%),
    linear-gradient(180deg,#d9e4ef 0%, #e4ecf4 52%, #edf3f8 100%);
  border-color:#b7c8d7;
  box-shadow:0 22px 52px rgba(34,63,94,.12);
}
.home-v6 .np-why-section .home-module:after{
  border-color:rgba(58,110,162,.12);
  box-shadow:0 0 0 42px rgba(58,110,162,.04),0 0 0 84px rgba(58,110,162,.03);
}
.home-v6 .np-why-section .np-why-copy{
  border-bottom-color:#bccddd;
}
.home-v6 .np-why-section .np-section-head{
  border-bottom-color:#bccddd;
}
/* mantém apenas o selo branco com texto azul */
.home-v6 .np-why-section .np-section-head .eyebrow,
.home-v6 .np-why-section .np-why-copy .eyebrow{
  background:#ffffff;
  color:#0b63b7;
  border:1px solid #c9d9ea;
}
@media(max-width:620px){
  .home-v6 .np-why-section .home-module{
    background:linear-gradient(180deg,#dbe5ef 0%, #e7eef5 100%);
  }
}

/* V33: bloco final/rodapé claro convertido para módulo azul escuro com moldura */
.home-v6 .site-footer-v5{
  margin-top:0;
  padding:34px 0 22px;
  background:transparent;
  color:#dce7f2;
  border-top:0;
}
.home-v6 .site-footer-v5 .container{
  background:linear-gradient(180deg,#0b3f73 0%, #0a4c88 55%, #0c5a9d 100%);
  border:1px solid #2e6ea9;
  border-radius:30px;
  padding:34px 30px 22px;
  box-shadow:0 24px 58px rgba(8,35,66,.18);
}
.home-v6 .footer-grid-v5{gap:70px;align-items:start}
.home-v6 .footer-kicker-v5{color:#bfe1ff}
.home-v6 .footer-brand-v5 h2,
.home-v6 .footer-columns-v5 h3{color:#ffffff}
.home-v6 .footer-brand-v5>p:not(.footer-kicker-v5),
.home-v6 .footer-columns-v5 p{color:#d7e4f1}
.home-v6 .footer-columns-v5 a{color:#ecf4fc}
.home-v6 .footer-columns-v5 a:hover{color:#ffffff}
.home-v6 .footer-action-v5{color:#bfe1ff !important}
.home-v6 .footer-bottom-v5{
  margin-top:26px;
  padding-top:18px;
  border-top:1px solid rgba(255,255,255,.18);
  color:#bfd0e2;
}
@media(max-width:860px){
  .home-v6 .site-footer-v5 .container{padding:28px 22px 20px;border-radius:24px}
  .home-v6 .footer-grid-v5{gap:34px}
}
@media(max-width:620px){
  .home-v6 .site-footer-v5{padding:26px 0 18px}
  .home-v6 .site-footer-v5 .container{padding:22px 18px 18px;border-radius:20px}
}

/* V34: correção forçada do rodapé com moldura e fundo azul */
.site-footer-v5{
  margin-top:0 !important;
  padding:34px 0 22px !important;
  background:transparent !important;
  color:#dce7f2 !important;
  border-top:0 !important;
}
.site-footer-v5 > .container{
  background:linear-gradient(180deg,#0b3f73 0%, #0a4c88 55%, #0c5a9d 100%) !important;
  border:1px solid #2e6ea9 !important;
  border-radius:30px !important;
  padding:34px 30px 22px !important;
  box-shadow:0 24px 58px rgba(8,35,66,.18) !important;
}
.site-footer-v5 .footer-grid-v5{gap:70px !important;align-items:start !important}
.site-footer-v5 .footer-kicker-v5{color:#bfe1ff !important}
.site-footer-v5 .footer-brand-v5 h2,
.site-footer-v5 .footer-columns-v5 h3{color:#ffffff !important}
.site-footer-v5 .footer-brand-v5 > p:not(.footer-kicker-v5),
.site-footer-v5 .footer-columns-v5 p{color:#d7e4f1 !important}
.site-footer-v5 .footer-columns-v5 a{color:#ecf4fc !important}
.site-footer-v5 .footer-columns-v5 a:hover{color:#ffffff !important}
.site-footer-v5 .footer-action-v5{color:#bfe1ff !important}
.site-footer-v5 .footer-bottom-v5{
  margin-top:26px !important;
  padding-top:18px !important;
  border-top:1px solid rgba(255,255,255,.18) !important;
  color:#bfd0e2 !important;
}
@media(max-width:860px){
  .site-footer-v5 > .container{padding:28px 22px 20px !important;border-radius:24px !important}
  .site-footer-v5 .footer-grid-v5{gap:34px !important}
}
@media(max-width:620px){
  .site-footer-v5{padding:26px 0 18px !important}
  .site-footer-v5 > .container{padding:22px 18px 18px !important;border-radius:20px !important}
}

/* V35: logo da Loja/NBS no lado esquerdo do cabeçalho */
.site-header .brand-loja-nbs{
  min-width:165px;
  display:flex;
  align-items:center;
}
.site-header .brand-loja-nbs img{
  width:auto;
  height:58px;
  max-width:175px;
  max-height:58px;
  object-fit:contain;
  object-position:left center;
}
.site-header .header-inner{
  min-height:78px;
}
@media(max-width:620px){
  .site-header .brand-loja-nbs{min-width:130px}
  .site-header .brand-loja-nbs img{
    height:48px;
    max-width:145px;
    max-height:48px;
  }
  .site-header .header-inner{min-height:68px}
}

/* V36: cabeçalho com NBS à esquerda, menu central, NHS à direita e busca */
.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;
}
.site-header-v36{
  background:rgba(255,255,255,.98);
  border-bottom:1px solid #dce5ee;
  box-shadow:0 8px 24px rgba(15,23,42,.045);
}
.site-header-v36 .header-v36{
  min-height:118px;
  display:grid;
  grid-template-columns:minmax(205px,235px) minmax(0,1fr) minmax(175px,205px);
  align-items:center;
  gap:24px;
  padding-top:10px;
  padding-bottom:10px;
}
.site-header-v36 .header-logo{
  display:flex;
  align-items:center;
  min-width:0;
}
.site-header-v36 .header-logo img{
  display:block;
  width:100%;
  height:auto;
  object-fit:contain;
}
.site-header-v36 .header-logo-left{
  justify-content:flex-start;
}
.site-header-v36 .header-logo-left img{
  max-width:225px;
  max-height:86px;
  object-position:left center;
}
.site-header-v36 .header-logo-right{
  justify-content:flex-end;
}
.site-header-v36 .header-logo-right img{
  max-width:190px;
  max-height:86px;
  object-position:right center;
}
.site-header-v36 .header-center-v36{
  min-width:0;
  display:flex;
  flex-direction:column;
  justify-content:center;
  align-items:center;
  gap:12px;
}
.site-header-v36 .main-nav-v36{
  width:100%;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:clamp(18px,2.4vw,34px);
  overflow:visible;
  font-size:14px;
  font-weight:800;
  color:#1d3147;
}
.site-header-v36 .main-nav-v36 a{
  position:relative;
  white-space:nowrap;
  padding:7px 0;
}
.site-header-v36 .main-nav-v36 a:after{
  content:"";
  position:absolute;
  left:0;
  right:0;
  bottom:1px;
  height:2px;
  border-radius:999px;
  background:#0b63b7;
  transform:scaleX(0);
  transform-origin:center;
  transition:transform .18s ease;
}
.site-header-v36 .main-nav-v36 a:hover{
  color:#0757a6;
}
.site-header-v36 .main-nav-v36 a:hover:after{
  transform:scaleX(1);
}
.site-header-v36 .header-search-v36{
  width:min(100%,690px);
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  border:1.5px solid #9fb6cb;
  border-radius:13px;
  overflow:hidden;
  background:#f8fbfe;
  box-shadow:0 5px 15px rgba(35,73,112,.06);
}
.site-header-v36 .header-search-v36:focus-within{
  border-color:#0b63b7;
  box-shadow:0 0 0 3px rgba(11,99,183,.09);
}
.site-header-v36 .header-search-v36 input{
  min-width:0;
  height:41px;
  border:0;
  outline:0;
  padding:0 15px;
  background:transparent;
  color:#172033;
  font-size:13px;
}
.site-header-v36 .header-search-v36 input::placeholder{
  color:#7b8da0;
}
.site-header-v36 .header-search-v36 button{
  height:41px;
  border:0;
  padding:0 19px;
  background:#0757a6;
  color:#fff;
  font-weight:850;
  cursor:pointer;
}
.site-header-v36 .header-search-v36 button:hover{
  background:#0c72d6;
}

@media(max-width:1080px){
  .site-header-v36 .header-v36{
    grid-template-columns:170px minmax(0,1fr) 155px;
    gap:16px;
  }
  .site-header-v36 .header-logo-left img{max-width:168px;max-height:72px}
  .site-header-v36 .header-logo-right img{max-width:150px;max-height:72px}
  .site-header-v36 .main-nav-v36{display:flex;font-size:12px;gap:14px}
}
@media(max-width:820px){
  .site-header-v36 .header-v36{
    grid-template-columns:150px minmax(0,1fr) 130px;
    min-height:108px;
    gap:12px;
  }
  .site-header-v36 .main-nav-v36{
    display:flex;
    justify-content:flex-start;
    overflow-x:auto;
    scrollbar-width:none;
    padding-bottom:1px;
  }
  .site-header-v36 .main-nav-v36::-webkit-scrollbar{display:none}
  .site-header-v36 .header-search-v36 button{padding:0 14px}
}
@media(max-width:620px){
  .site-header-v36 .header-v36{
    grid-template-columns:1fr 1fr;
    min-height:auto;
    gap:8px 14px;
    padding-top:8px;
    padding-bottom:10px;
  }
  .site-header-v36 .header-logo-left img{max-width:150px;max-height:62px}
  .site-header-v36 .header-logo-right img{max-width:130px;max-height:62px;margin-left:auto}
  .site-header-v36 .header-center-v36{
    grid-column:1 / -1;
    grid-row:2;
    gap:8px;
  }
  .site-header-v36 .main-nav-v36{
    width:100%;
    font-size:11px;
    gap:16px;
  }
  .site-header-v36 .header-search-v36{width:100%}
  .site-header-v36 .header-search-v36 input,
  .site-header-v36 .header-search-v36 button{height:39px}
}

/* V36: página de resultados da busca */
.search-page-v36{
  background:linear-gradient(180deg,#e2edf7 0%,#f3f7fb 100%);
  min-height:56vh;
}
.search-page-v36 .search-results-box{
  border:1px solid #b8cadb;
  border-radius:26px;
  padding:30px;
  background:rgba(255,255,255,.62);
  box-shadow:0 18px 40px rgba(30,62,95,.08);
}
.search-page-v36 .search-results-box .product-card{
  border:1.5px solid #6f8eaa;
  box-shadow:0 10px 24px rgba(35,73,112,.07);
}
.search-empty-v36{
  padding:28px;
  border:1px solid #c5d4e2;
  border-radius:18px;
  background:#fff;
  color:#55677a;
}
@media(max-width:620px){
  .search-page-v36 .search-results-box{padding:18px;border-radius:20px}
}

/* V37: logo completa à esquerda + orçamento à esquerda + menu/busca centralizados */
.site-header-v37{
  background:rgba(255,255,255,.985);
  border-bottom:1px solid #d8e3ee;
  box-shadow:0 8px 24px rgba(15,23,42,.045);
}
.site-header-v37 .header-v37{
  min-height:148px;
  display:grid;
  grid-template-columns:minmax(330px,390px) minmax(0,1fr);
  align-items:center;
  gap:34px;
  padding-top:10px;
  padding-bottom:10px;
}
.site-header-v37 .header-brand-v37{
  min-width:0;
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  justify-content:center;
  gap:8px;
}
.site-header-v37 .header-logo-complete-v37{
  display:block;
  width:100%;
  max-width:385px;
  line-height:0;
}
.site-header-v37 .header-logo-complete-v37 img{
  display:block;
  width:100%;
  height:auto;
  max-height:112px;
  object-fit:contain;
  object-position:left center;
}
.site-header-v37 .header-quote-v37{
  min-height:36px;
  padding:8px 16px;
  border-radius:10px;
  font-size:12px;
  box-shadow:0 8px 18px rgba(7,87,166,.14);
}
.site-header-v37 .header-center-v37{
  min-width:0;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:13px;
}
.site-header-v37 .main-nav-v37{
  width:100%;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:clamp(20px,2.5vw,40px);
  overflow:visible;
  color:#1d3147;
  font-size:14px;
  font-weight:800;
}
.site-header-v37 .main-nav-v37 a{
  position:relative;
  white-space:nowrap;
  padding:7px 0;
}
.site-header-v37 .main-nav-v37 a:after{
  content:"";
  position:absolute;
  left:0;
  right:0;
  bottom:1px;
  height:2px;
  border-radius:999px;
  background:#0b63b7;
  transform:scaleX(0);
  transform-origin:center;
  transition:transform .18s ease;
}
.site-header-v37 .main-nav-v37 a:hover{color:#0757a6}
.site-header-v37 .main-nav-v37 a:hover:after{transform:scaleX(1)}
.site-header-v37 .header-search-v37{
  width:min(100%,720px);
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  border:1.5px solid #9fb6cb;
  border-radius:13px;
  overflow:hidden;
  background:#f8fbfe;
  box-shadow:0 5px 15px rgba(35,73,112,.06);
}
.site-header-v37 .header-search-v37:focus-within{
  border-color:#0b63b7;
  box-shadow:0 0 0 3px rgba(11,99,183,.09);
}
.site-header-v37 .header-search-v37 input{
  min-width:0;
  height:42px;
  border:0;
  outline:0;
  padding:0 15px;
  background:transparent;
  color:#172033;
  font-size:13px;
}
.site-header-v37 .header-search-v37 input::placeholder{color:#7b8da0}
.site-header-v37 .header-search-v37 button{
  height:42px;
  border:0;
  padding:0 20px;
  background:#0757a6;
  color:#fff;
  font-weight:850;
  cursor:pointer;
}
.site-header-v37 .header-search-v37 button:hover{background:#0c72d6}

@media(max-width:1080px){
  .site-header-v37 .header-v37{
    grid-template-columns:minmax(275px,315px) minmax(0,1fr);
    gap:24px;
  }
  .site-header-v37 .header-logo-complete-v37{max-width:310px}
  .site-header-v37 .header-logo-complete-v37 img{max-height:96px}
  .site-header-v37 .main-nav-v37{gap:16px;font-size:12px}
}
@media(max-width:820px){
  .site-header-v37 .header-v37{
    grid-template-columns:1fr;
    min-height:auto;
    gap:10px;
    padding-top:8px;
    padding-bottom:10px;
  }
  .site-header-v37 .header-brand-v37{
    width:100%;
    flex-direction:row;
    align-items:center;
    justify-content:space-between;
    gap:16px;
  }
  .site-header-v37 .header-logo-complete-v37{max-width:300px}
  .site-header-v37 .header-logo-complete-v37 img{max-height:94px}
  .site-header-v37 .header-center-v37{width:100%;gap:8px}
  .site-header-v37 .main-nav-v37{
    justify-content:flex-start;
    overflow-x:auto;
    scrollbar-width:none;
    gap:18px;
    font-size:11px;
  }
  .site-header-v37 .main-nav-v37::-webkit-scrollbar{display:none}
}
@media(max-width:620px){
  .site-header-v37 .header-brand-v37{
    flex-direction:column;
    align-items:flex-start;
    gap:6px;
  }
  .site-header-v37 .header-logo-complete-v37{max-width:290px}
  .site-header-v37 .header-logo-complete-v37 img{max-height:92px}
  .site-header-v37 .header-quote-v37{min-height:34px;padding:7px 13px;font-size:11px}
  .site-header-v37 .header-search-v37{width:100%}
  .site-header-v37 .header-search-v37 input,
  .site-header-v37 .header-search-v37 button{height:39px}
}

/* V38: logo completa 30% menor para acomodar melhor o botão à esquerda */
.site-header-v37 .header-v37{
  grid-template-columns:minmax(250px,315px) minmax(0,1fr);
  gap:28px;
}
.site-header-v37 .header-brand-v37{
  gap:10px;
}
.site-header-v37 .header-logo-complete-v37{
  max-width:270px;
}
.site-header-v37 .header-logo-complete-v37 img{
  max-height:78px;
}
.site-header-v37 .header-quote-v37{
  align-self:flex-start;
}
@media(max-width:1080px){
  .site-header-v37 .header-v37{
    grid-template-columns:minmax(230px,280px) minmax(0,1fr);
    gap:22px;
  }
  .site-header-v37 .header-logo-complete-v37{max-width:245px}
  .site-header-v37 .header-logo-complete-v37 img{max-height:72px}
}
@media(max-width:820px){
  .site-header-v37 .header-logo-complete-v37{max-width:230px}
  .site-header-v37 .header-logo-complete-v37 img{max-height:68px}
}
@media(max-width:620px){
  .site-header-v37 .header-logo-complete-v37{max-width:220px}
  .site-header-v37 .header-logo-complete-v37 img{max-height:64px}
}

/* V39: logo 10% menor e botão alinhado ao lado da logo no desktop */
.site-header-v37 .header-v37{
  grid-template-columns:minmax(330px,390px) minmax(0,1fr);
}
.site-header-v37 .header-brand-v37{
  flex-direction:row;
  align-items:center;
  justify-content:flex-start;
  gap:14px;
}
.site-header-v37 .header-logo-complete-v37{
  max-width:243px;
}
.site-header-v37 .header-logo-complete-v37 img{
  max-height:70px;
}
.site-header-v37 .header-quote-v37{
  align-self:center;
  white-space:nowrap;
  min-height:38px;
  padding:8px 14px;
}
@media(max-width:1080px){
  .site-header-v37 .header-v37{
    grid-template-columns:minmax(295px,340px) minmax(0,1fr);
  }
  .site-header-v37 .header-brand-v37{gap:10px}
  .site-header-v37 .header-logo-complete-v37{max-width:220px}
  .site-header-v37 .header-logo-complete-v37 img{max-height:64px}
  .site-header-v37 .header-quote-v37{padding:8px 12px;font-size:11px}
}
@media(max-width:820px){
  .site-header-v37 .header-brand-v37{
    width:100%;
    flex-direction:row;
    align-items:center;
    justify-content:space-between;
    gap:12px;
  }
  .site-header-v37 .header-logo-complete-v37{max-width:210px}
  .site-header-v37 .header-logo-complete-v37 img{max-height:60px}
}
@media(max-width:620px){
  .site-header-v37 .header-brand-v37{
    flex-direction:column;
    align-items:flex-start;
    gap:6px;
  }
  .site-header-v37 .header-logo-complete-v37{max-width:220px}
  .site-header-v37 .header-logo-complete-v37 img{max-height:64px}
}

/* V40: cabeçalho em três colunas - Logo | Menu | Botão */
.site-header-v37 .header-v40{
  min-height:132px;
  display:grid;
  grid-template-columns:230px minmax(0,1fr) auto;
  align-items:center;
  gap:24px;
  padding-top:10px;
  padding-bottom:10px;
}
.site-header-v37 .header-brand-v40{
  display:flex;
  align-items:center;
  justify-content:flex-start;
  min-width:0;
}
.site-header-v37 .header-brand-v40 .header-logo-complete-v37{
  max-width:220px;
}
.site-header-v37 .header-brand-v40 .header-logo-complete-v37 img{
  max-height:64px;
}
.site-header-v37 .header-center-v40{
  min-width:0;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:12px;
}
.site-header-v37 .main-nav-v40{
  width:100%;
  justify-content:center;
  gap:clamp(14px,1.8vw,28px);
  font-size:13px;
}
.site-header-v37 .header-action-v40{
  display:flex;
  align-items:center;
  justify-content:flex-end;
}
.site-header-v37 .header-action-v40 .header-quote-v37{
  white-space:nowrap;
  min-height:40px;
  padding:9px 16px;
  font-size:12px;
}
.site-header-v37 .header-center-v40 .header-search-v37{
  width:min(100%,720px);
}

@media(max-width:1100px){
  .site-header-v37 .header-v40{
    grid-template-columns:200px minmax(0,1fr) auto;
    gap:16px;
  }
  .site-header-v37 .header-brand-v40 .header-logo-complete-v37{max-width:190px}
  .site-header-v37 .header-brand-v40 .header-logo-complete-v37 img{max-height:58px}
  .site-header-v37 .main-nav-v40{gap:12px;font-size:11px}
  .site-header-v37 .header-action-v40 .header-quote-v37{padding:8px 12px;font-size:11px}
}

@media(max-width:860px){
  .site-header-v37 .header-v40{
    grid-template-columns:1fr auto;
    min-height:auto;
    gap:10px 14px;
  }
  .site-header-v37 .header-brand-v40{grid-column:1}
  .site-header-v37 .header-action-v40{grid-column:2}
  .site-header-v37 .header-center-v40{grid-column:1 / -1;width:100%}
  .site-header-v37 .main-nav-v40{
    justify-content:flex-start;
    overflow-x:auto;
    scrollbar-width:none;
  }
  .site-header-v37 .main-nav-v40::-webkit-scrollbar{display:none}
}

@media(max-width:620px){
  .site-header-v37 .header-v40{
    grid-template-columns:1fr;
  }
  .site-header-v37 .header-brand-v40,
  .site-header-v37 .header-action-v40,
  .site-header-v37 .header-center-v40{grid-column:1}
  .site-header-v37 .header-action-v40{justify-content:flex-start}
  .site-header-v37 .header-brand-v40 .header-logo-complete-v37{max-width:210px}
}

/* V41: alinhar botão Solicitar Orçamento com o botão Buscar */
.site-header-v37 .header-v40{
  align-items:start;
}
.site-header-v37 .header-brand-v40{
  align-self:center;
}
.site-header-v37 .header-center-v40{
  align-self:center;
}
.site-header-v37 .header-action-v40{
  align-self:end;
  padding-bottom:0;
}
.site-header-v37 .header-action-v40 .header-quote-v37{
  min-height:42px;
  height:42px;
  padding:0 18px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  line-height:1;
}
@media(max-width:900px){
  .site-header-v37 .header-v40{
    align-items:center;
  }
  .site-header-v37 .header-action-v40{
    align-self:center;
  }
}
@media(max-width:700px){
  .site-header-v37 .header-v40{
    align-items:start;
  }
  .site-header-v37 .header-action-v40{
    align-self:flex-start;
  }
}

/* V42: botão Solicitar Orçamento na mesma linha do Buscar + âncora do formulário visível */
.site-header-v37 .header-v40{
  min-height:120px;
  display:grid;
  grid-template-columns:230px minmax(0,1fr) auto;
  grid-template-rows:auto auto;
  align-items:center;
  column-gap:24px;
  row-gap:10px;
}
.site-header-v37 .header-brand-v40{
  grid-column:1;
  grid-row:1 / span 2;
  align-self:center;
}
.site-header-v37 .header-center-v40{
  grid-column:2;
  grid-row:1 / span 2;
  display:grid;
  grid-template-rows:auto auto;
  align-items:center;
  row-gap:12px;
  width:100%;
}
.site-header-v37 .main-nav-v40{
  grid-row:1;
  width:100%;
  justify-content:center;
}
.site-header-v37 .header-center-v40 .header-search-v37{
  grid-row:2;
  width:min(100%,720px);
  justify-self:center;
}
.site-header-v37 .header-action-v40{
  grid-column:3;
  grid-row:2;
  align-self:center;
  justify-self:end;
  display:flex;
  align-items:center;
  justify-content:flex-end;
}
.site-header-v37 .header-action-v40 .header-quote-v37{
  min-height:42px;
  height:42px;
  padding:0 18px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  line-height:1;
  white-space:nowrap;
}

/* garante que o módulo 'Solicite uma proposta' não fique escondido pelo cabeçalho sticky */
#atendimento{
  scroll-margin-top:150px;
}

@media(max-width:1100px){
  .site-header-v37 .header-v40{
    grid-template-columns:200px minmax(0,1fr) auto;
    column-gap:16px;
  }
}
@media(max-width:900px){
  .site-header-v37 .header-v40{
    grid-template-columns:190px 1fr;
    grid-template-rows:auto auto auto;
    row-gap:10px;
  }
  .site-header-v37 .header-brand-v40{
    grid-column:1;
    grid-row:1;
  }
  .site-header-v37 .header-action-v40{
    grid-column:2;
    grid-row:1;
    align-self:center;
  }
  .site-header-v37 .header-center-v40{
    grid-column:1 / -1;
    grid-row:2 / span 2;
  }
}
@media(max-width:620px){
  .site-header-v37 .header-v40{
    grid-template-columns:1fr;
    grid-template-rows:auto auto auto;
  }
  .site-header-v37 .header-brand-v40,
  .site-header-v37 .header-action-v40,
  .site-header-v37 .header-center-v40{
    grid-column:1;
  }
  .site-header-v37 .header-brand-v40{grid-row:1}
  .site-header-v37 .header-action-v40{grid-row:2;justify-self:start}
  .site-header-v37 .header-center-v40{grid-row:3}
}

/* V44: menu com INÍCIO e busca em letras maiúsculas */
.site-header-v37 .header-search-v37 input,
.site-header-v37 .header-search-v37 button{
  text-transform:uppercase;
}

/* V45: página Solução para Servidores e TI */
.solution-ti-page{background:#f4f7fa}
.solution-ti-hero{padding:64px 0 54px;background:linear-gradient(135deg,#d5e4f2 0%,#e4eef7 55%,#f4f8fc 100%);border-bottom:1px solid #bfd0df}
.solution-ti-hero-grid{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(380px,.95fr);gap:58px;align-items:center}
.solution-ti-hero h1{font-size:clamp(40px,5vw,62px);line-height:1.02;letter-spacing:-.045em;margin:8px 0 20px;max-width:760px}
.solution-ti-lead{max-width:700px;color:#425a72;font-size:18px;line-height:1.72;margin:0}
.solution-ti-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:28px}
.solution-ti-outline{width:auto;background:#fff;border-color:#9db4c9;color:#174f83}
.solution-ti-summary{padding:30px;border:1px solid #9fb8cf;border-radius:28px;background:rgba(255,255,255,.78);box-shadow:0 24px 55px rgba(31,69,107,.12)}
.solution-ti-tag{display:inline-flex;padding:7px 11px;border-radius:999px;background:#0b63b7;color:#fff;font-size:10px;font-weight:900;letter-spacing:.12em}
.solution-ti-summary h2{font-size:29px;line-height:1.12;letter-spacing:-.03em;margin:20px 0 12px}
.solution-ti-summary>p{color:#5b6e81;line-height:1.7;margin:0}
.solution-ti-mini-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:24px}
.solution-ti-mini-grid div{padding:14px;border:1px solid #cedbe7;border-radius:14px;background:#fff}
.solution-ti-mini-grid strong,.solution-ti-mini-grid span{display:block}.solution-ti-mini-grid strong{color:#0b4f8c;font-size:14px}.solution-ti-mini-grid span{margin-top:3px;color:#6c7d8e;font-size:11px}
.solution-ti-section{padding:38px 0}
.solution-ti-module{padding:34px;border:1px solid #b7c8d7;border-radius:28px;background:#fff;box-shadow:0 18px 44px rgba(34,63,94,.08)}
.solution-ti-heading{display:flex;align-items:end;justify-content:space-between;gap:44px;padding-bottom:24px;margin-bottom:24px;border-bottom:1px solid #d5e0ea}
.solution-ti-heading>div{max-width:690px}.solution-ti-heading h2{font-size:clamp(30px,4vw,46px);line-height:1.07;letter-spacing:-.04em;margin:0}.solution-ti-heading>p{max-width:470px;margin:0;color:#65778a;font-size:14px;line-height:1.65}
.solution-ti-card-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}
.solution-ti-card-grid article{min-height:220px;padding:22px;border:1.5px solid #8da8c0;border-radius:20px;background:#fff;box-shadow:0 10px 26px rgba(36,66,96,.07)}
.solution-ti-card-grid article>span{display:grid;place-items:center;width:40px;height:40px;border-radius:12px;background:#edf5fd;color:#0b63b7;font-size:11px;font-weight:900}
.solution-ti-card-grid h3{font-size:19px;margin:28px 0 8px}.solution-ti-card-grid p{margin:0;color:#607184;font-size:13px;line-height:1.62}
.solution-ti-module-blue{background:linear-gradient(180deg,#d9e4ef 0%,#e5edf5 55%,#edf3f8 100%);border-color:#a9bfd2}
.solution-ti-white-label{background:#fff!important;color:#0b63b7!important;border:1px solid #c2d4e5}
.solution-ti-check-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}
.solution-ti-check-grid>div{padding:20px;border:1.5px solid #91aabe;border-radius:18px;background:#fff;box-shadow:0 10px 24px rgba(36,66,96,.07)}
.solution-ti-check-grid b,.solution-ti-check-grid span{display:block}.solution-ti-check-grid b{font-size:15px;color:#183b5c}.solution-ti-check-grid span{margin-top:6px;color:#657689;font-size:12px;line-height:1.55}
.solution-ti-products{padding:48px 0;background:#eef4f9;border-top:1px solid #cfdae4;border-bottom:1px solid #cfdae4}
.solution-ti-product-grid .product-card{border:1.5px solid #7794ad;box-shadow:0 12px 28px rgba(27,60,93,.08)}
.solution-ti-product-grid .product-card:hover{border-color:#436d93;transform:translateY(-3px);box-shadow:0 18px 36px rgba(27,60,93,.13)}
.solution-ti-product-grid .product-image{background:#fff}
.solution-ti-cta-section{padding:46px 0 70px}
.solution-ti-cta{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:42px;align-items:center;padding:34px 38px;border:1px solid #9cb7cf;border-radius:26px;background:linear-gradient(135deg,#d7e5f3,#edf4fa);box-shadow:0 18px 42px rgba(34,63,94,.08)}
.solution-ti-cta h2{font-size:clamp(28px,3.8vw,42px);line-height:1.08;letter-spacing:-.035em;margin:0 0 10px}.solution-ti-cta p:not(.eyebrow){max-width:760px;color:#5d7083;margin:0;line-height:1.65}
@media(max-width:980px){.solution-ti-hero-grid{grid-template-columns:1fr}.solution-ti-summary{max-width:720px}.solution-ti-card-grid{grid-template-columns:1fr 1fr}.solution-ti-check-grid{grid-template-columns:1fr 1fr}.solution-ti-cta{grid-template-columns:1fr}}
@media(max-width:620px){.solution-ti-hero{padding:42px 0 36px}.solution-ti-hero h1{font-size:38px}.solution-ti-lead{font-size:16px}.solution-ti-summary{padding:22px}.solution-ti-heading{align-items:flex-start;flex-direction:column;gap:12px}.solution-ti-module{padding:22px}.solution-ti-card-grid,.solution-ti-check-grid{grid-template-columns:1fr}.solution-ti-cta{padding:26px 22px}.solution-ti-actions .btn{width:100%}}

/* V46: retorno visual do envio da proposta */
.np-proposal-status{
  padding:13px 15px;
  border-radius:11px;
  font-size:13px;
  font-weight:750;
  line-height:1.45;
}
.np-proposal-status-success{
  background:#e9f8ef;
  border:1px solid #9fd4b3;
  color:#17643a;
}
.np-proposal-status-error{
  background:#fff1f1;
  border:1px solid #e1aaaa;
  color:#8c2929;
}
.np-proposal-submit:disabled{
  opacity:.72;
  cursor:wait;
}


/* V50 — reCAPTCHA e fechamento do formulário para produção */
.np-proposal-captcha{
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  gap:7px;
  margin-top:2px;
}
.np-proposal-captcha .g-recaptcha{
  max-width:100%;
}
.np-proposal-captcha-error{
  margin:0;
}
.np-proposal-local-captcha-note{
  width:100%;
  padding:10px 12px;
  border:1px dashed #9bb8d3;
  border-radius:10px;
  background:#eef5fb;
  color:#41627f;
  font-size:12px;
  line-height:1.45;
}
@media(max-width:420px){
  .np-proposal-captcha .g-recaptcha{
    transform:scale(.88);
    transform-origin:left top;
    margin-bottom:-8px;
  }
}

/* V51 — revisão geral: página de busca e pequenos ajustes de responsividade */
.search-results-page{padding:46px 0 70px;background:#edf4fa;min-height:58vh}
.search-results-shell{padding:28px;border:1px solid #b7cadb;border-radius:26px;background:#fff;box-shadow:0 16px 38px rgba(30,65,99,.08)}
.search-results-head{margin-bottom:26px}
.search-results-head h1{font-size:clamp(30px,4vw,46px);line-height:1.08;letter-spacing:-.035em;margin:0 0 10px}
.search-results-head p:not(.eyebrow){margin:0;color:#627487}
.search-results-grid .product-card{border:1.5px solid #7794ad}
.search-empty{padding:34px;border:1px dashed #9db4c9;border-radius:18px;background:#f7fbff;text-align:center}
.search-empty h2{margin:0 0 8px}.search-empty p{color:#617488;margin:0 0 20px}
.search-empty .btn{width:auto}
@media(max-width:620px){
  .search-results-page{padding:28px 0 48px}
  .search-results-shell{padding:18px;border-radius:20px}
}
@media(max-width:480px){
  .category-hero + .section .product-grid,
  .search-results-grid,
  .solution-ti-product-grid{grid-template-columns:1fr}
}


/* V59: manter estilo original do destaque com melhorias comerciais */
.home-v6 .np-stage-product-info{align-items:flex-start;gap:18px}
.home-v6 .np-stage-product-copy{min-width:0}
.home-v6 .np-stage-badge{display:inline-flex;align-items:center;min-height:28px;padding:0 12px;border-radius:999px;background:#eaf4ff;color:#0b63c6;font-size:11px;font-weight:900;letter-spacing:.04em;text-transform:uppercase;margin-bottom:8px}
.home-v6 .np-stage-tech{margin:8px 0 0;color:#6a7c8f;font-size:12px;line-height:1.55;max-width:320px}
.home-v6 .np-stage-actions{display:flex;flex-direction:column;align-items:flex-end;gap:10px;flex:0 0 auto}
.home-v6 .np-stage-actions>a{display:inline-flex;align-items:center;justify-content:center;min-height:40px;padding:0 16px;border-radius:999px;font-size:12px;font-weight:850;white-space:nowrap}
.home-v6 .np-stage-actions>a:first-child{background:#eef6ff;color:var(--brand);border:1px solid #c6dcf1}
.home-v6 .np-stage-actions>a:first-child:hover{background:#e2f0ff}
.home-v6 .np-stage-quote-button{background:var(--brand);color:#fff;border:1px solid var(--brand);box-shadow:0 10px 24px rgba(11,99,198,.18)}
.home-v6 .np-stage-quote-button:hover{background:#0a56a8;border-color:#0a56a8}
@media(max-width:860px){.home-v6 .np-stage-actions{align-items:flex-start}.home-v6 .np-stage-tech{max-width:none}}
@media(max-width:620px){.home-v6 .np-stage-actions{width:100%}.home-v6 .np-stage-actions>a{width:100%}}

/* V60: bordas mais definidas no produto em evidência, mantendo o visual claro anterior */
.home-v6 .np-stage-card{
  border:1.5px solid #9fb7cc;
  box-shadow:0 24px 62px rgba(25,58,92,.12);
}
.home-v6 .np-stage-product{
  border:1.5px solid #a7bccf;
}
.home-v6 .np-float-card{
  border:1.5px solid #9fb5c9;
}
.home-v6 .np-stage-badge{
  border:1px solid #a6c6e3;
}
.home-v6 .np-stage-actions>a:first-child{
  border-color:#95b8d8;
}

/* V61: reposiciona o box Alta disponibilidade para não cobrir os CTAs */
.home-v6 .np-float-card-b{
  top:270px;
  right:-28px;
  bottom:auto;
}
@media(max-width:1080px){
  .home-v6 .np-float-card-b{
    top:265px;
    right:-8px;
    bottom:auto;
  }
}
@media(max-width:860px){
  .home-v6 .np-float-card-b{
    top:255px;
    right:0;
    bottom:auto;
  }
}
@media(max-width:620px){
  .home-v6 .np-float-card-b{display:none}
}

/* V63 - páginas de cidades e atendimento geográfico */
.home-cities-section{background:#f7f9fc;border-top:1px solid #e8eef5;border-bottom:1px solid #e8eef5}
.home-cities-module{padding-top:34px;padding-bottom:34px}
.home-cities-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}
.home-cities-grid a{display:flex;flex-direction:column;min-height:128px;padding:19px;border:1px solid #c8d7e6;border-radius:17px;background:#fff;transition:.18s ease}
.home-cities-grid a:hover{transform:translateY(-2px);border-color:#7ca7cf;box-shadow:0 12px 28px rgba(15,23,42,.07)}
.home-cities-grid span{display:inline-flex;width:max-content;padding:4px 8px;border-radius:999px;background:#edf5ff;color:#0b63c6;font-size:10px;font-weight:900;letter-spacing:.08em}
.home-cities-grid strong{margin-top:14px;color:#172033;font-size:17px}
.home-cities-grid small{margin-top:auto;padding-top:12px;color:#617287;font-size:11px;font-weight:700}
.home-cities-footer{display:flex;justify-content:flex-end;margin-top:20px}

.city-page,.cities-index-page{background:#fff}
.city-hero{position:relative;overflow:hidden;padding:62px 0 58px;background:linear-gradient(145deg,#edf5fd 0%,#f7fbff 52%,#fff 100%);border-bottom:1px solid #dfe8f1}
.city-hero:before{content:"";position:absolute;left:-180px;top:-230px;width:560px;height:560px;border-radius:50%;background:radial-gradient(circle,rgba(23,110,201,.11),rgba(23,110,201,0) 68%);pointer-events:none}
.city-hero-grid{position:relative;z-index:1;display:grid;grid-template-columns:minmax(0,1.08fr) minmax(380px,.92fr);gap:58px;align-items:center}
.city-breadcrumbs{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin-bottom:18px;color:#718197;font-size:12px}
.city-breadcrumbs a{color:#52667d;font-weight:700}
.city-breadcrumbs strong{color:#172033}
.city-hero h1{max-width:790px;margin:12px 0 20px;font-size:clamp(38px,5vw,60px);line-height:1.02;letter-spacing:-.045em}
.city-hero-lead{max-width:760px;margin:0;color:#53657a;font-size:17px;line-height:1.72}
.city-hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:27px}
.city-outline{border:1px solid #9eb8d0;background:#fff;color:#164f85}
.city-outline:hover{border-color:#0b63c6;color:#0b63c6}
.city-proof{display:flex;gap:18px;flex-wrap:wrap;margin-top:24px;padding-top:20px;border-top:1px solid #cfdae6;color:#4d6278;font-size:12px;font-weight:750}
.city-summary-card,.city-trust-card{padding:28px;border:1px solid #abc3db;border-radius:24px;background:#fff;box-shadow:0 24px 58px rgba(15,23,42,.09)}
.city-summary-tag,.city-trust-tag{display:inline-flex;padding:6px 10px;border-radius:999px;background:#eaf4ff;color:#0b63c6;font-size:10px;font-weight:900;letter-spacing:.08em}
.city-summary-card h2,.city-trust-card h2{margin:20px 0 12px;font-size:28px;line-height:1.08;letter-spacing:-.03em}
.city-summary-card>p,.city-trust-card>p{margin:0;color:#647489;font-size:14px;line-height:1.68}
.city-summary-grid,.city-trust-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:22px}
.city-summary-grid>div,.city-trust-grid>div{padding:14px;border:1px solid #d4e0ec;border-radius:14px;background:#f9fbfd}
.city-summary-grid strong,.city-trust-grid strong{display:block;color:#15385c;font-size:14px}
.city-summary-grid span,.city-trust-grid span{display:block;margin-top:3px;color:#738298;font-size:11px}
.city-heading{align-items:flex-end}
.city-module{padding:34px;border:1px solid #c8d7e6;border-radius:24px;background:#fff}
.city-applications-section{padding-top:62px}
.city-application-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:13px}
.city-application-grid article{min-height:230px;padding:22px;border:1px solid #c9d8e7;border-radius:18px;background:linear-gradient(180deg,#fff,#fbfdff)}
.city-application-grid article>span{display:grid;place-items:center;width:44px;height:44px;border-radius:13px;background:#eaf4ff;color:#0b63c6;font-size:10px;font-weight:900;letter-spacing:.06em}
.city-application-grid h3{margin:22px 0 9px;font-size:19px}
.city-application-grid p{margin:0;color:#647489;font-size:13px;line-height:1.62}
.city-solution-links{display:grid;grid-template-columns:repeat(4,1fr);gap:9px;margin-top:18px}
.city-solution-links a{padding:13px 15px;border:1px solid #c6d6e6;border-radius:13px;color:#174d80;background:#f7fbff;font-size:12px;font-weight:800;text-align:center}
.city-dimension-section{padding-top:8px}
.city-module-blue{border-color:#163d67;background:linear-gradient(145deg,#0c345e,#0c4c84 68%,#0a3f70);color:#fff;box-shadow:0 24px 52px rgba(5,35,68,.15)}
.city-module-blue .city-heading h2{color:#fff}
.city-module-blue .city-heading>p{color:#d2e1f0}
.city-white-label{color:#cfe7ff!important}
.city-check-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}
.city-check-grid>div{min-height:125px;padding:18px;border:1px solid rgba(205,227,249,.30);border-radius:15px;background:rgba(255,255,255,.08)}
.city-check-grid b{display:block;margin-bottom:7px;color:#fff;font-size:14px}
.city-check-grid span{color:#d1dfed;font-size:12px;line-height:1.55}
.city-products-section{background:#f7f9fc;border-top:1px solid #e7edf4;border-bottom:1px solid #e7edf4}
.city-product-grid{gap:15px}
.city-service-section{padding-top:56px}
.city-service-grid{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(360px,.95fr);gap:50px;align-items:center}
.city-service-grid h2{margin:8px 0 14px;font-size:36px;line-height:1.08;letter-spacing:-.035em}
.city-service-grid p{margin:0;color:#5e6f84;line-height:1.72}
.city-service-points{display:grid;gap:9px}
.city-service-points span{display:flex;align-items:center;gap:13px;padding:14px 15px;border:1px solid #c8d7e6;border-radius:14px;background:#fbfdff;color:#42566d;font-size:13px;font-weight:700}
.city-service-points b{display:grid;place-items:center;width:32px;height:32px;border-radius:10px;background:#e9f4ff;color:#0b63c6;font-size:10px}
.city-faq-section{padding-top:8px}
.city-faq-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.city-faq-grid details{padding:18px 19px;border:1px solid #c9d8e7;border-radius:16px;background:#fff}
.city-faq-grid summary{cursor:pointer;color:#1a304a;font-size:14px;font-weight:850;line-height:1.4}
.city-faq-grid p{margin:12px 0 0;color:#65768a;font-size:13px;line-height:1.65}
.city-nearby-section{padding-top:8px}
.city-nearby-links{display:flex;gap:9px;flex-wrap:wrap}
.city-nearby-links a{display:inline-flex;align-items:center;gap:8px;padding:10px 13px;border:1px solid #c7d7e6;border-radius:999px;background:#fff;color:#244c73;font-size:12px;font-weight:800}
.city-nearby-links a span{color:#0b63c6}
.city-nearby-links .city-nearby-all{background:#eaf4ff;border-color:#b9d1e8;color:#0b63c6}
.city-final-cta,.city-index-cta{border-color:#b8cee3}

.city-index-hero .city-hero-lead{max-width:720px}
.city-priority-section{padding-top:62px}
.city-priority-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}
.city-priority-grid a{min-height:130px;padding:18px;border:1px solid #c8d7e6;border-radius:17px;background:#fff;display:flex;flex-direction:column;transition:.18s ease}
.city-priority-grid a:hover{transform:translateY(-2px);border-color:#7ca7cf;box-shadow:0 12px 28px rgba(15,23,42,.07)}
.city-priority-grid span{color:#0b63c6;font-size:10px;font-weight:900;letter-spacing:.08em}
.city-priority-grid strong{margin-top:12px;color:#172033;font-size:17px}
.city-priority-grid small{margin-top:auto;padding-top:12px;color:#738297;font-size:11px}
.cities-list-section{padding-top:10px}
.cities-state-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;align-items:start}
.cities-state-card{padding:21px;border:1px solid #c8d7e6;border-radius:18px;background:#fff}
.cities-state-title{display:flex;align-items:center;justify-content:space-between;gap:12px;padding-bottom:14px;border-bottom:1px solid #e3eaf1}
.cities-state-title h3{margin:0;font-size:18px}
.cities-state-title span{color:#7a899c;font-size:10px;font-weight:800}
.cities-links{display:grid;gap:6px;margin-top:13px}
.cities-links a{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:9px 10px;border-radius:10px;color:#38546e;font-size:12px;font-weight:700}
.cities-links a:hover{background:#eef6ff;color:#0b63c6}
.cities-links small{padding:3px 6px;border-radius:999px;background:#edf5ff;color:#0b63c6;font-size:8px;font-weight:900;text-transform:uppercase;letter-spacing:.06em}

@media(max-width:1080px){
  .home-cities-grid,.city-priority-grid{grid-template-columns:repeat(3,1fr)}
  .city-hero-grid{grid-template-columns:minmax(0,1fr) minmax(340px,.85fr);gap:38px}
  .city-application-grid{grid-template-columns:repeat(2,1fr)}
  .city-solution-links{grid-template-columns:repeat(2,1fr)}
  .cities-state-grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:860px){
  .home-cities-grid{grid-template-columns:repeat(2,1fr)}
  .city-hero{padding:48px 0}
  .city-hero-grid{grid-template-columns:1fr;gap:30px}
  .city-summary-card,.city-trust-card{max-width:680px}
  .city-check-grid{grid-template-columns:repeat(2,1fr)}
  .city-service-grid{grid-template-columns:1fr;gap:28px}
  .city-priority-grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:620px){
  .home-cities-grid,.city-priority-grid,.city-application-grid,.city-solution-links,.city-check-grid,.city-faq-grid,.cities-state-grid{grid-template-columns:1fr}
  .home-cities-grid a{min-height:112px}
  .home-cities-footer{justify-content:flex-start}
  .city-hero{padding:38px 0}
  .city-hero h1{font-size:38px}
  .city-hero-lead{font-size:15px}
  .city-hero-actions{flex-direction:column;align-items:stretch}
  .city-hero-actions .btn{width:100%}
  .city-proof{display:grid;gap:8px}
  .city-summary-card,.city-trust-card{padding:22px;border-radius:20px}
  .city-summary-grid,.city-trust-grid{grid-template-columns:1fr 1fr}
  .city-module{padding:23px 18px;border-radius:20px}
  .city-application-grid article{min-height:0}
  .city-service-grid h2{font-size:30px}
  .cities-state-card{padding:17px}
}

/* V68 - formulário de orçamento dentro da página de produto */
.product-proposal-section{margin-top:72px;scroll-margin-top:105px}
.product-proposal-box{display:grid;grid-template-columns:minmax(0,.82fr) minmax(460px,1.18fr);gap:44px;align-items:start;padding:34px;border:1px solid #b8cde0;border-radius:24px;background:linear-gradient(135deg,#edf6ff 0%,#f8fbff 62%,#fff 100%)}
.product-proposal-copy{padding:10px 4px}.product-proposal-copy h2{font-size:clamp(28px,3.4vw,42px);line-height:1.1;letter-spacing:-.035em;margin:0}.product-proposal-copy>p:not(.eyebrow){color:#596b7e;line-height:1.7;margin:15px 0 22px}
.product-proposal-selected{display:grid;gap:5px;padding:17px 18px;border:1px solid #c5d7e8;border-radius:15px;background:#fff;box-shadow:0 12px 30px rgba(23,63,104,.07)}.product-proposal-selected span{color:#0b63c6;font-size:10px;font-weight:900;text-transform:uppercase;letter-spacing:.09em}.product-proposal-selected strong{font-size:15px;line-height:1.4}.product-proposal-selected small{color:#738397;font-size:11px}
.product-proposal-box .np-proposal-form{display:grid;grid-template-columns:1fr 1fr;gap:14px;padding:22px;border:1px solid #afc5d9;border-radius:22px;background:rgba(255,255,255,.93);box-shadow:0 18px 40px rgba(31,67,103,.10)}
.product-proposal-box .np-proposal-field{width:100%;min-height:48px;border:1px solid #becddd;border-radius:10px;background:#fff;padding:12px 13px;color:#172033;outline:none}.product-proposal-box textarea.np-proposal-field{min-height:112px;resize:vertical}.product-proposal-box .np-proposal-field:focus{border-color:#0b63c6;box-shadow:0 0 0 3px rgba(11,99,198,.10)}
.product-proposal-box .np-proposal-full{grid-column:1/-1}.product-proposal-box .np-proposal-field-wrap{position:relative}.product-proposal-box .np-proposal-field-error{display:none;margin-top:5px;color:#b42318;font-size:11px}.product-proposal-box .np-proposal-field-error.show{display:block}.product-proposal-box .np-proposal-honeypot{position:absolute!important;left:-9999px!important;width:1px!important;height:1px!important;overflow:hidden!important}.product-proposal-box .np-proposal-status{padding:12px 14px;border-radius:10px;font-size:12px;font-weight:750}.product-proposal-box .np-proposal-status-success{background:#e9f8ef;border:1px solid #bce1c8;color:#176a3a}.product-proposal-box .np-proposal-status-error{background:#fff0ef;border:1px solid #efc5c0;color:#a23228}.product-proposal-box .np-proposal-submit{width:100%}.product-proposal-box .np-proposal-form-note{text-align:center;color:#6a7b8d;font-size:11px}.product-proposal-box .np-proposal-local-captcha-note{padding:11px 12px;border:1px dashed #b7c8d8;border-radius:9px;color:#697c90;background:#f8fbfd;font-size:11px}.product-proposal-interest{display:grid;gap:6px}.product-proposal-interest>span{font-size:11px;font-weight:850;color:#51667b}
@media(max-width:900px){.product-proposal-box{grid-template-columns:1fr;gap:24px}.product-proposal-copy{padding:0}.product-proposal-box .np-proposal-form{grid-template-columns:1fr}}
@media(max-width:620px){.product-proposal-section{margin-top:48px}.product-proposal-box{padding:20px 16px;border-radius:18px}.product-proposal-box .np-proposal-form{padding:16px;border-radius:16px}}

/* V69: preço em destaque no produto em evidência da Home */
.home-v6 .np-stage-price-highlight{
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  gap:2px;
  margin:0 0 10px;
}
.home-v6 .np-stage-price-highlight>span{
  display:block;
  color:#61778d;
  font-size:10px;
  font-weight:900;
  letter-spacing:.10em;
  text-transform:uppercase;
}
.home-v6 .np-stage-product-info .np-stage-price-highlight>strong{
  display:block;
  max-width:none;
  color:#0b63c6;
  font-size:27px;
  line-height:1.05;
  font-weight:900;
  letter-spacing:-.025em;
}
.home-v6 .np-stage-price-highlight.consultation>strong{
  font-size:23px;
}
.home-v6 .np-stage-product-info .np-stage-product-name{
  display:block;
  max-width:320px;
  color:#172033;
  font-size:16px;
  line-height:1.32;
}
@media(max-width:620px){
  .home-v6 .np-stage-product-info .np-stage-price-highlight>strong{font-size:24px}
  .home-v6 .np-stage-price-highlight.consultation>strong{font-size:21px}
}

/* V70: bordas mais escuras e definidas na página individual de produto */
.product-page-v2 .product-gallery-framed,
.product-page-v2 .buy-box,
.product-page-v2 .technical-block,
.product-page-v2 .quote-panel,
.product-page-v2 .product-proposal-box{
  border:1.5px solid #7794ad;
}

.product-page-v2 .main-image-wrap,
.product-page-v2 .quick-specs-v2 > div,
.product-page-v2 .application-card,
.product-page-v2 .feature-card,
.product-page-v2 .technical-panel,
.product-page-v2 .product-proposal-selected,
.product-page-v2 .product-proposal-box .np-proposal-form,
.product-page-v2 .related-grid .product-card{
  border:1.5px solid #8da8c0;
}

.product-page-v2 .thumbs button,
.product-page-v2 .product-proposal-box .np-proposal-field{
  border-color:#9fb5c9;
}

.product-page-v2 .technical-heading,
.product-page-v2 .trust-list{
  border-color:#9fb5c9;
}

.product-page-v2 .spec-table{
  border:1.5px solid #8da8c0;
}
.product-page-v2 .spec-table th,
.product-page-v2 .spec-table td,
.product-page-v2 .technical-content td,
.product-page-v2 .technical-content th{
  border-color:#aabed0!important;
}

.product-page-v2 .related-grid .product-card:hover{
  border-color:#436d93;
}

/* V71: bloco Solicitar Orçamento da página de produto no mesmo azul escuro da Home */
.product-page-v2 .product-proposal-box{
  position:relative;
  overflow:hidden;
  background:
    radial-gradient(circle at 8% 10%, rgba(45,139,224,.22), transparent 28%),
    radial-gradient(circle at 96% 88%, rgba(107,174,232,.16), transparent 31%),
    linear-gradient(135deg,#173650 0%,#214a6d 52%,#2d5a7d 100%);
  border:1.5px solid #294f70;
  box-shadow:0 24px 58px rgba(19,46,70,.22);
}
.product-page-v2 .product-proposal-box::before{
  content:"";
  position:absolute;
  left:0;
  top:0;
  bottom:0;
  width:7px;
  background:linear-gradient(180deg,#2f9be8,#8ecbf4);
}
.product-page-v2 .product-proposal-copy{
  position:relative;
  z-index:1;
}
.product-page-v2 .product-proposal-copy .eyebrow{
  color:#bfe1fb;
}
.product-page-v2 .product-proposal-copy h2{
  color:#fff;
}
.product-page-v2 .product-proposal-copy>p:not(.eyebrow){
  color:#d9e7f2;
}
.product-page-v2 .product-proposal-selected{
  border-color:rgba(207,228,246,.34);
  background:rgba(255,255,255,.10);
  box-shadow:0 14px 32px rgba(6,27,45,.18);
}
.product-page-v2 .product-proposal-selected span{
  color:#bfe1fb;
}
.product-page-v2 .product-proposal-selected strong{
  color:#fff;
}
.product-page-v2 .product-proposal-selected small{
  color:#d4e3ef;
}
.product-page-v2 .product-proposal-box .np-proposal-form{
  position:relative;
  z-index:1;
  background:rgba(255,255,255,.97);
  border-color:#c5d5e3;
  box-shadow:0 20px 44px rgba(6,27,45,.24);
}
.product-page-v2 .product-proposal-interest>span{
  color:#51667b;
}
.product-page-v2 .product-proposal-box .np-proposal-form-note{
  color:#607386;
}
@media(max-width:620px){
  .product-page-v2 .product-proposal-box{
    background:linear-gradient(145deg,#193b58 0%,#285879 100%);
  }
}

/* V74: sugestões automáticas no campo Buscar */
.site-header-v37 .header-search-live-v74{
  position:relative;
  overflow:visible;
  z-index:80;
}
.site-header-v37 .header-search-live-v74 > input{
  border-radius:11px 0 0 11px;
}
.site-header-v37 .header-search-live-v74 > button{
  border-radius:0 11px 11px 0;
}
.header-search-suggestions-v74{
  position:absolute;
  top:calc(100% + 8px);
  left:0;
  right:0;
  z-index:200;
  max-height:520px;
  overflow-y:auto;
  border:1.5px solid #7896af;
  border-radius:16px;
  background:#fff;
  box-shadow:0 22px 54px rgba(21,48,75,.22);
  text-align:left;
}
.header-search-suggestions-v74[hidden]{display:none!important}
.header-search-suggestion-item-v74{
  display:grid;
  grid-template-columns:58px minmax(0,1fr) auto;
  gap:13px;
  align-items:center;
  min-height:76px;
  padding:9px 14px;
  border-bottom:1px solid #d8e2eb;
  background:#fff;
  color:#172033;
  text-decoration:none;
  text-transform:none!important;
  transition:background .15s ease;
}
.header-search-suggestion-item-v74:hover,
.header-search-suggestion-item-v74.is-active{
  background:#eef6fd;
}
.header-search-suggestion-image-v74{
  width:58px;
  height:58px;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:5px;
  border:1px solid #d5e0ea;
  border-radius:10px;
  background:#fff;
}
.header-search-suggestion-image-v74 img{
  width:100%;
  height:100%;
  object-fit:contain;
}
.header-search-suggestion-copy-v74{
  min-width:0;
}
.header-search-suggestion-copy-v74 strong{
  display:block;
  color:#172033;
  font-size:13px;
  line-height:1.34;
  font-weight:800;
  text-transform:none;
}
.header-search-suggestion-copy-v74 small{
  display:block;
  margin-top:4px;
  color:#6c7e90;
  font-size:11px;
  line-height:1.25;
  text-transform:none;
}
.header-search-suggestion-price-v74{
  align-self:center;
  white-space:nowrap;
  color:#0757a6;
  font-size:13px;
  font-weight:900;
  text-transform:none;
}
.header-search-suggestion-price-v74.is-consultation{
  color:#64788b;
  font-size:11px;
}
.header-search-suggestion-all-v74{
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:46px;
  padding:10px 14px;
  background:#f5f9fc;
  color:#0757a6;
  font-size:12px;
  font-weight:850;
  text-decoration:none;
  text-transform:none!important;
}
.header-search-suggestion-all-v74:hover{background:#eaf4fc}
.header-search-suggestion-empty-v74{
  padding:17px 16px 12px;
  color:#66798b;
  font-size:12px;
  text-transform:none;
}
@media(max-width:620px){
  .header-search-suggestions-v74{
    top:calc(100% + 6px);
    max-height:420px;
    border-radius:13px;
  }
  .header-search-suggestion-item-v74{
    grid-template-columns:48px minmax(0,1fr);
    min-height:68px;
    gap:10px;
    padding:9px 11px;
  }
  .header-search-suggestion-image-v74{width:48px;height:48px}
  .header-search-suggestion-price-v74{
    grid-column:2;
    margin-top:-3px;
    justify-self:start;
  }
}

/* V76: breadcrumbs SEO discretos nas páginas internas */
.seo-page-breadcrumb-wrap{padding-top:24px}
.seo-page-breadcrumb-wrap .breadcrumbs{margin:0 0 4px}
.seo-page-breadcrumb-wrap .breadcrumbs strong{color:#172033}
.city-index-hero>.container:first-child{position:relative;z-index:2;padding-top:18px}
@media(max-width:620px){.seo-page-breadcrumb-wrap{padding-top:16px}.city-index-hero>.container:first-child{padding-top:14px}}


/* V79.3 - páginas de produtos descontinuados com recomendação */
.product-discontinued-notice{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
  margin:0 0 24px;
  padding:20px 22px;
  border:1.5px solid #d9a548;
  border-left:7px solid #c78312;
  border-radius:14px;
  background:linear-gradient(135deg,#fffaf0 0%,#fff4db 100%);
  box-shadow:0 12px 28px rgba(107,72,16,.08);
}
.product-discontinued-notice strong{display:block;color:#55370b;font-size:18px;margin:7px 0 5px}
.product-discontinued-notice p{margin:0;color:#70552b;line-height:1.55}
.product-discontinued-badge{
  display:inline-flex;padding:6px 10px;border-radius:999px;background:#a96000;color:#fff;
  font-size:11px;font-weight:800;letter-spacing:.08em
}
.product-page-v2 .buy-box-discontinued{
  border-color:#d6a04b;background:linear-gradient(145deg,#fffaf1,#fff3dc)
}
.product-page-v2 .product-price.discontinued{color:#9d5a00;font-size:30px}
.product-layout-discontinued .gallery-frame-badge{background:#a96000;color:#fff}
.discontinued-replacement-section{
  border:1.5px solid #6f8fa9!important;
  background:linear-gradient(135deg,#edf5fb 0%,#f8fbfd 100%)!important
}
.discontinued-replacement-card{
  display:grid;grid-template-columns:minmax(220px,320px) 1fr;gap:28px;align-items:center;
  padding:22px;border:1.5px solid #8aa6bd;border-radius:14px;background:#fff
}
.discontinued-replacement-image{
  min-height:240px;display:flex;align-items:center;justify-content:center;padding:18px;
  border:1px solid #d4e0ea;border-radius:12px;background:#fff
}
.discontinued-replacement-image img{max-width:100%;max-height:260px;object-fit:contain}
.discontinued-replacement-copy h3{font-size:26px;line-height:1.18;color:#173b5b;margin:8px 0 10px}
.discontinued-replacement-copy>p:not(.model){color:#51687c;line-height:1.65}
.replacement-label{font-size:11px;font-weight:800;letter-spacing:.09em;color:#2873a8}
.discontinued-replacement-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:20px}
@media(max-width:760px){
  .product-discontinued-notice{align-items:flex-start;flex-direction:column}
  .discontinued-replacement-card{grid-template-columns:1fr}
  .discontinued-replacement-image{min-height:200px}
}


/* ============================================================
   V79.5 - Logo +10% e rodapé inspirado no site original
   ============================================================ */

/* Logo: aumento aproximado de 10% mantendo proporção */
.site-header-v37 .header-v40{
  grid-template-columns:250px minmax(0,1fr) auto;
}
.site-header-v37 .header-brand-v40 .header-logo-complete-v37{
  max-width:242px;
}
.site-header-v37 .header-brand-v40 .header-logo-complete-v37 img{
  max-height:70px;
}
@media(max-width:1100px){
  .site-header-v37 .header-v40{
    grid-template-columns:220px minmax(0,1fr) auto;
  }
  .site-header-v37 .header-brand-v40 .header-logo-complete-v37{max-width:209px}
  .site-header-v37 .header-brand-v40 .header-logo-complete-v37 img{max-height:64px}
}
@media(max-width:860px){
  .site-header-v37 .header-v40{grid-template-columns:1fr auto}
}
@media(max-width:620px){
  .site-header-v37 .header-v40{grid-template-columns:1fr}
  .site-header-v37 .header-brand-v40 .header-logo-complete-v37{max-width:231px}
  .site-header-v37 .header-brand-v40 .header-logo-complete-v37 img{max-height:70px}
}

/* Rodapé original - fundo #303030 conforme a imagem de referência */
.site-footer-v795{
  margin-top:40px;
  background:#303030;
  color:#aeb1b5;
  border-bottom:1px solid #484848;
}
.footer-original-grid-v795{
  display:grid;
  grid-template-columns:1fr 1fr 1.15fr;
  gap:0;
  padding-top:38px;
  padding-bottom:38px;
}
.footer-original-column-v795{
  min-width:0;
  padding-right:44px;
}
.footer-original-column-bordered-v795{
  border-left:1px solid #4a4a4a;
  padding-left:44px;
}
.footer-original-column-v795 h2{
  margin:0 0 30px;
  color:#fff;
  font-size:16px;
  line-height:1.2;
  font-weight:800;
  letter-spacing:-.01em;
}
.footer-original-column-v795 nav{
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  gap:14px;
}
.footer-original-column-v795 nav a,
.footer-store-info-v795 a{
  color:#aeb1b5;
  text-decoration:none;
  font-size:13px;
  line-height:1.35;
  transition:color .18s ease;
}
.footer-original-column-v795 nav a:hover,
.footer-store-info-v795 a:hover{
  color:#fff;
}
.footer-store-info-v795 p{
  margin:0 0 14px;
  color:#aeb1b5;
  font-size:13px;
  line-height:1.45;
}
.footer-store-info-v795 strong{
  color:#fff;
  font-weight:700;
}
.footer-whatsapp-line-v795{
  display:flex;
  align-items:center;
  gap:8px;
  flex-wrap:wrap;
}
.footer-whatsapp-link-v795{
  display:inline-flex;
  align-items:center;
  gap:4px;
  color:#fff !important;
  font-weight:600;
}
.footer-whatsapp-icon-v795{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  color:#12d54d;
  line-height:0;
}
.footer-original-bottom-v795{
  min-height:42px;
  padding-top:13px;
  padding-bottom:13px;
  border-top:1px solid #484848;
  display:flex;
  justify-content:space-between;
  gap:20px;
  color:#898d92;
  font-size:11px;
}
@media(max-width:860px){
  .footer-original-grid-v795{
    grid-template-columns:1fr 1fr;
    row-gap:34px;
  }
  .footer-store-info-v795{
    grid-column:1 / -1;
    border-left:0;
    border-top:1px solid #4a4a4a;
    padding-left:0;
    padding-top:30px;
  }
}
@media(max-width:620px){
  .site-footer-v795{margin-top:28px}
  .footer-original-grid-v795{
    grid-template-columns:1fr;
    padding-top:30px;
    padding-bottom:26px;
  }
  .footer-original-column-v795,
  .footer-original-column-bordered-v795{
    border-left:0;
    border-top:1px solid #4a4a4a;
    padding:26px 0 0;
    margin-top:26px;
  }
  .footer-original-column-v795:first-child{
    border-top:0;
    padding-top:0;
    margin-top:0;
  }
  .footer-original-column-v795 h2{margin-bottom:20px}
  .footer-original-bottom-v795{
    flex-direction:column;
    gap:5px;
  }
}

/* Páginas utilitárias do novo rodapé */
.footer-page-v795{
  background:#f4f7fb;
  min-height:420px;
}
.footer-page-head-v795{
  margin:24px 0 28px;
  max-width:760px;
}
.footer-page-head-v795 h1,
.footer-page-card-v795 h1{
  margin:5px 0 12px;
  color:#173b5b;
}
.footer-page-card-v795{
  background:#fff;
  border:1.5px solid #8ca7bd;
  border-radius:20px;
  padding:30px;
  box-shadow:0 16px 38px rgba(15,23,42,.06);
}
.footer-page-card-v795 p{
  color:#536a7d;
  line-height:1.7;
}
.footer-page-actions-v795{
  display:flex;
  gap:12px;
  flex-wrap:wrap;
  margin-top:24px;
}
.footer-sitemap-grid-v795{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:20px;
}
.footer-sitemap-grid-v795 article{
  background:#fff;
  border:1.5px solid #8ca7bd;
  border-radius:18px;
  padding:24px;
}
.footer-sitemap-grid-v795 h2{
  color:#173b5b;
  font-size:19px;
  margin:0 0 15px;
}
.footer-sitemap-grid-v795 a{
  display:block;
  color:#50677a;
  text-decoration:none;
  padding:7px 0;
  border-bottom:1px solid #edf1f5;
}
.footer-sitemap-grid-v795 a:last-child{border-bottom:0}
.footer-sitemap-grid-v795 a:hover{color:#0757a6}
@media(max-width:760px){
  .footer-sitemap-grid-v795{grid-template-columns:1fr}
}


/* ============================================================
   V79.5.1 - Rodapé compacto (~50% menor na vertical)
   Mantém conteúdo e estrutura da V79.5
   ============================================================ */

.site-footer-v795{
  margin-top:28px;
}

/* Antes: 38px em cima/baixo */
.footer-original-grid-v795{
  padding-top:20px;
  padding-bottom:18px;
}

/* Antes: 44px horizontal */
.footer-original-column-v795{
  padding-right:32px;
}
.footer-original-column-bordered-v795{
  padding-left:32px;
}

/* Antes: margin-bottom 30px */
.footer-original-column-v795 h2{
  margin-bottom:14px;
  font-size:15px;
  line-height:1.1;
}

/* Antes: gap 14px */
.footer-original-column-v795 nav{
  gap:7px;
}

.footer-original-column-v795 nav a,
.footer-store-info-v795 a{
  font-size:12.5px;
  line-height:1.2;
}

/* Antes: 14px */
.footer-store-info-v795 p{
  margin-bottom:7px;
  font-size:12.5px;
  line-height:1.25;
}

.footer-whatsapp-line-v795{
  gap:5px;
}

/* Barra inferior também mais baixa */
.footer-original-bottom-v795{
  min-height:28px;
  padding-top:7px;
  padding-bottom:7px;
  font-size:10.5px;
}

/* Tablet */
@media(max-width:860px){
  .footer-original-grid-v795{
    row-gap:20px;
    padding-top:20px;
    padding-bottom:18px;
  }

  .footer-store-info-v795{
    padding-top:18px;
  }
}

/* Mobile */
@media(max-width:620px){
  .site-footer-v795{
    margin-top:22px;
  }

  .footer-original-grid-v795{
    padding-top:18px;
    padding-bottom:16px;
  }

  .footer-original-column-v795,
  .footer-original-column-bordered-v795{
    padding-top:16px;
    margin-top:16px;
  }

  .footer-original-column-v795:first-child{
    padding-top:0;
    margin-top:0;
  }

  .footer-original-column-v795 h2{
    margin-bottom:12px;
  }

  .footer-original-bottom-v795{
    gap:3px;
    padding-top:6px;
    padding-bottom:6px;
  }
}


/* ============================================================
   V79.5.2 - Remove espaço superior do rodapé
   ============================================================ */

/* Aproxima os títulos do início do rodapé */
.footer-original-grid-v795{
  padding-top:6px;
}

/* Garante que os títulos não criem margem superior própria */
.footer-original-column-v795 h2{
  margin-top:0;
}

/* Tablet */
@media(max-width:860px){
  .footer-original-grid-v795{
    padding-top:6px;
  }
}

/* Mobile */
@media(max-width:620px){
  .footer-original-grid-v795{
    padding-top:6px;
  }
}


/* ============================================================
   V79.5.3 - Rodapé azul com textos brancos
   Mantém versão compacta V79.5.2
   ============================================================ */

.site-footer-v795{
  background:#173650;
  color:#fff;
  border-bottom-color:#315976;
}

.footer-original-column-bordered-v795{
  border-left-color:#315976;
}

.footer-original-column-v795 h2{
  color:#fff;
}

.footer-original-column-v795 nav a,
.footer-store-info-v795 a,
.footer-store-info-v795 p{
  color:#fff;
}

.footer-original-column-v795 nav a:hover,
.footer-store-info-v795 a:hover{
  color:#dcefff;
}

.footer-store-info-v795 strong{
  color:#fff;
}

.footer-whatsapp-link-v795{
  color:#fff !important;
}

/* Mantém o ícone do WhatsApp verde */
.footer-whatsapp-icon-v795{
  color:#20e060;
}

.footer-original-bottom-v795{
  border-top-color:#315976;
  color:#fff;
}

/* Ajusta divisórias no tablet/mobile */
@media(max-width:860px){
  .footer-store-info-v795{
    border-top-color:#315976;
  }
}

@media(max-width:620px){
  .footer-original-column-v795,
  .footer-original-column-bordered-v795{
    border-top-color:#315976;
  }
}


/* ============================================================
   V79.6 — Conteúdos Técnicos + rotação semanal automática
   ============================================================ */
.technical-home-section-v796{background:#eef4f8}
.technical-home-module-v796{background:#fff;border:1.5px solid #9bb1c3;border-radius:22px;padding:28px}
.technical-home-grid-v796{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}
.technical-home-card-v796{display:flex;flex-direction:column;min-height:225px;padding:20px;border:1.5px solid #b5c4d1;border-radius:17px;background:#f9fbfd;text-decoration:none;transition:.2s ease}
.technical-home-card-v796:hover{transform:translateY(-3px);border-color:#245f8e;box-shadow:0 12px 28px rgba(17,50,76,.10)}
.technical-home-card-v796>span,.technical-article-card-v796>span{font-size:11px;font-weight:900;letter-spacing:.08em;color:#27638f}
.technical-home-card-v796 h3{margin:10px 0 9px;color:#173b5b;font-size:18px;line-height:1.22}
.technical-home-card-v796 p{margin:0;color:#607487;font-size:13px;line-height:1.5;flex:1}
.technical-home-card-v796 b{margin-top:16px;color:#173b5b;font-size:13px}.technical-home-card-v796 i{font-style:normal}
.technical-home-actions-v796{display:flex;justify-content:center;margin-top:20px}

.technical-content-page-v796,.technical-article-page-v796{background:#f3f7fa}
.technical-content-hero-v796,.technical-article-hero-v796{background:linear-gradient(135deg,#143852,#1d5177);color:#fff;padding:44px 0}
.technical-content-hero-v796 h1,.technical-article-hero-v796 h1{margin:8px 0 14px;color:#fff;letter-spacing:-.025em}
.technical-content-hero-v796 h1{font-size:clamp(32px,5vw,48px)}
.technical-content-hero-v796>div>p:last-of-type,.technical-article-hero-v796 p{max-width:850px;color:#e4edf4;line-height:1.65}
.technical-content-stats-v796{display:flex;gap:14px;flex-wrap:wrap;margin-top:24px}
.technical-content-stats-v796 div{min-width:150px;padding:12px 16px;border:1px solid rgba(255,255,255,.22);border-radius:13px;background:rgba(255,255,255,.08)}
.technical-content-stats-v796 strong{display:block;font-size:24px}.technical-content-stats-v796 span{font-size:12px;color:#dbe8f1}

.technical-content-section-v796{padding-top:34px}
.technical-fixed-solutions-v796,.technical-category-v796{margin-bottom:34px}
.technical-category-head-v796{display:flex;justify-content:space-between;gap:28px;align-items:end;margin-bottom:16px}
.technical-category-head-v796 h2{margin:4px 0 0;color:#173b5b}.technical-category-head-v796>p{max-width:620px;margin:0;color:#607487}
.technical-fixed-grid-v796{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}
.technical-fixed-grid-v796>a{display:flex;flex-direction:column;padding:20px;min-height:215px;border-radius:18px;background:#173b5b;color:#fff;text-decoration:none;border:1px solid #315d7e}
.technical-fixed-grid-v796>a span{font-size:10px;font-weight:900;letter-spacing:.09em;color:#b8d6ea}
.technical-fixed-grid-v796 h3{color:#fff;font-size:18px;line-height:1.25;margin:10px 0}
.technical-fixed-grid-v796 p{font-size:13px;color:#d9e5ed;line-height:1.5;flex:1}.technical-fixed-grid-v796 b{margin-top:15px;font-size:13px}

.technical-article-grid-v796{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}
.technical-article-card-v796{display:flex;flex-direction:column;min-height:230px;padding:20px;border:1.5px solid #a9bac8;border-radius:18px;background:#fff;text-decoration:none;transition:.2s ease}
.technical-article-card-v796:hover{transform:translateY(-2px);border-color:#245f8e;box-shadow:0 12px 26px rgba(17,50,76,.08)}
.technical-article-card-v796 h3{margin:9px 0;color:#173b5b;font-size:18px;line-height:1.25}
.technical-article-card-v796 p{margin:0;color:#607487;font-size:13px;line-height:1.55;flex:1}
.technical-article-card-v796 b{margin-top:16px;color:#173b5b;font-size:13px}.technical-article-card-v796 i{font-style:normal}

.technical-article-hero-inner-v796{max-width:950px}
.technical-article-hero-v796 h1{font-size:clamp(34px,5.4vw,56px);line-height:1.06;max-width:930px}
.technical-article-category-v796{display:inline-flex;padding:7px 11px;border-radius:999px;background:#fff;color:#173b5b;font-size:11px;font-weight:900;letter-spacing:.08em}
.technical-article-meta-v796{display:flex;gap:10px;flex-wrap:wrap;margin-top:18px}.technical-article-meta-v796 span{padding:6px 10px;border:1px solid rgba(255,255,255,.22);border-radius:999px;color:#e4edf4;font-size:11px}

.technical-article-section-v796{padding-top:34px}
.technical-article-layout-v796{display:grid;grid-template-columns:minmax(0,1fr) 260px;gap:22px;align-items:start}
.technical-article-body-v796{background:#fff;border:1.5px solid #9fb2c2;border-radius:22px;padding:34px;color:#445d70;box-shadow:0 14px 34px rgba(17,50,76,.05)}
.technical-article-body-v796 h2{color:#173b5b;font-size:25px;line-height:1.2;margin:32px 0 11px}.technical-article-body-v796 h2:first-child{margin-top:0}
.technical-article-body-v796 h3{color:#173b5b;margin:24px 0 8px}
.technical-article-body-v796 p,.technical-article-body-v796 li{font-size:15px;line-height:1.75;color:#506779}
.technical-article-body-v796 ul,.technical-article-body-v796 ol{padding-left:22px}
.technical-article-note-v796{margin:24px 0;padding:17px 18px;border-left:4px solid #1f6b9d;border-radius:10px;background:#edf5fa;color:#38586f}
.technical-article-aside-v796{position:sticky;top:90px;background:#173b5b;border-radius:18px;padding:18px;display:flex;flex-direction:column;gap:10px}
.technical-article-aside-v796 div{padding-bottom:13px;margin-bottom:2px;border-bottom:1px solid rgba(255,255,255,.18)}
.technical-article-aside-v796 span{display:block;color:#b9d3e5;font-size:11px;text-transform:uppercase;letter-spacing:.07em}.technical-article-aside-v796 strong{display:block;color:#fff;margin-top:4px}
.technical-article-aside-v796 a{color:#fff;text-decoration:none;font-size:13px;padding:6px 0}
.technical-article-cta-v796{margin-top:34px;padding:23px;border-radius:18px;background:#e9f2f8;border:1.5px solid #9fb8ca}
.technical-article-cta-v796 h2{margin:4px 0 8px}.technical-article-cta-v796 p{margin-top:0}
.technical-article-cta-actions-v796{display:flex;gap:10px;flex-wrap:wrap;margin-top:16px}
.technical-related-section-v796{padding-top:0;padding-bottom:50px}

@media(max-width:1050px){
  .technical-home-grid-v796,.technical-fixed-grid-v796{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:850px){
  .technical-article-grid-v796{grid-template-columns:repeat(2,minmax(0,1fr))}
  .technical-article-layout-v796{grid-template-columns:1fr}
  .technical-article-aside-v796{position:static}
}
@media(max-width:620px){
  .technical-home-module-v796{padding:19px}
  .technical-home-grid-v796,.technical-fixed-grid-v796,.technical-article-grid-v796{grid-template-columns:1fr}
  .technical-home-card-v796,.technical-fixed-grid-v796>a,.technical-article-card-v796{min-height:0}
  .technical-category-head-v796{display:block}.technical-category-head-v796>p{margin-top:9px}
  .technical-content-hero-v796,.technical-article-hero-v796{padding:32px 0}
  .technical-article-body-v796{padding:22px}
  .technical-article-body-v796 h2{font-size:22px}
}


/* ============================================================
   V79.6.2 - Logo +15% sobre o tamanho atual
   ============================================================ */

/* Desktop: 242px -> 278px | 70px -> 81px */
.site-header-v37 .header-v40{
  grid-template-columns:288px minmax(0,1fr) auto;
}
.site-header-v37 .header-brand-v40 .header-logo-complete-v37{
  max-width:278px;
}
.site-header-v37 .header-brand-v40 .header-logo-complete-v37 img{
  max-height:81px;
}

/* Tablet */
@media(max-width:1100px){
  .site-header-v37 .header-v40{
    grid-template-columns:253px minmax(0,1fr) auto;
  }
  .site-header-v37 .header-brand-v40 .header-logo-complete-v37{
    max-width:240px;
  }
  .site-header-v37 .header-brand-v40 .header-logo-complete-v37 img{
    max-height:74px;
  }
}

@media(max-width:860px){
  .site-header-v37 .header-v40{
    grid-template-columns:1fr auto;
  }
}

/* Mobile */
@media(max-width:620px){
  .site-header-v37 .header-v40{
    grid-template-columns:1fr;
  }
  .site-header-v37 .header-brand-v40 .header-logo-complete-v37{
    max-width:266px;
  }
  .site-header-v37 .header-brand-v40 .header-logo-complete-v37 img{
    max-height:81px;
  }
}


/* ============================================================
   V79.6.3 - Logo +15% sobre a V79.6.2
   ============================================================ */

/* Desktop: 278px -> 320px | 81px -> 93px */
.site-header-v37 .header-v40{
  grid-template-columns:331px minmax(0,1fr) auto;
}
.site-header-v37 .header-brand-v40 .header-logo-complete-v37{
  max-width:320px;
}
.site-header-v37 .header-brand-v40 .header-logo-complete-v37 img{
  max-height:93px;
}

/* Tablet */
@media(max-width:1100px){
  .site-header-v37 .header-v40{
    grid-template-columns:291px minmax(0,1fr) auto;
  }
  .site-header-v37 .header-brand-v40 .header-logo-complete-v37{
    max-width:276px;
  }
  .site-header-v37 .header-brand-v40 .header-logo-complete-v37 img{
    max-height:85px;
  }
}

@media(max-width:860px){
  .site-header-v37 .header-v40{
    grid-template-columns:1fr auto;
  }
}

/* Mobile */
@media(max-width:620px){
  .site-header-v37 .header-v40{
    grid-template-columns:1fr;
  }
  .site-header-v37 .header-brand-v40 .header-logo-complete-v37{
    max-width:306px;
  }
  .site-header-v37 .header-brand-v40 .header-logo-complete-v37 img{
    max-height:93px;
  }
}


/* ============================================================
   V79.6.5 - Logo +15% sobre o tamanho atual
   ============================================================ */

/* Desktop: 320px -> 368px | 93px -> 107px */
.site-header-v37 .header-v40{
  grid-template-columns:381px minmax(0,1fr) auto;
}
.site-header-v37 .header-brand-v40 .header-logo-complete-v37{
  max-width:368px;
}
.site-header-v37 .header-brand-v40 .header-logo-complete-v37 img{
  max-height:107px;
}

/* Tablet */
@media(max-width:1100px){
  .site-header-v37 .header-v40{
    grid-template-columns:335px minmax(0,1fr) auto;
  }
  .site-header-v37 .header-brand-v40 .header-logo-complete-v37{
    max-width:317px;
  }
  .site-header-v37 .header-brand-v40 .header-logo-complete-v37 img{
    max-height:98px;
  }
}

@media(max-width:860px){
  .site-header-v37 .header-v40{
    grid-template-columns:1fr auto;
  }
}

/* Mobile */
@media(max-width:620px){
  .site-header-v37 .header-v40{
    grid-template-columns:1fr;
  }
  .site-header-v37 .header-brand-v40 .header-logo-complete-v37{
    max-width:352px;
  }
  .site-header-v37 .header-brand-v40 .header-logo-complete-v37 img{
    max-height:107px;
  }
}


/* ============================================================
   V79.6.6 - Logo +30% sobre a V79.6.5
   ============================================================ */

/* Desktop: 368px -> 478px | 107px -> 139px */
.site-header-v37 .header-v40{
  grid-template-columns:495px minmax(0,1fr) auto;
}
.site-header-v37 .header-brand-v40 .header-logo-complete-v37{
  max-width:478px;
}
.site-header-v37 .header-brand-v40 .header-logo-complete-v37 img{
  max-height:139px;
}

/* Tablet */
@media(max-width:1100px){
  .site-header-v37 .header-v40{
    grid-template-columns:435px minmax(0,1fr) auto;
  }
  .site-header-v37 .header-brand-v40 .header-logo-complete-v37{
    max-width:412px;
  }
  .site-header-v37 .header-brand-v40 .header-logo-complete-v37 img{
    max-height:127px;
  }
}

@media(max-width:860px){
  .site-header-v37 .header-v40{
    grid-template-columns:1fr auto;
  }
}

/* Mobile */
@media(max-width:620px){
  .site-header-v37 .header-v40{
    grid-template-columns:1fr;
  }
  .site-header-v37 .header-brand-v40 .header-logo-complete-v37{
    max-width:100%;
  }
  .site-header-v37 .header-brand-v40 .header-logo-complete-v37 img{
    max-height:139px;
  }
}


/* ============================================================
   V79.6.7 - Logo -5% sobre a V79.6.6
   ============================================================ */

/* Desktop: 478px -> 454px | 139px -> 132px */
.site-header-v37 .header-v40{
  grid-template-columns:470px minmax(0,1fr) auto;
}
.site-header-v37 .header-brand-v40 .header-logo-complete-v37{
  max-width:454px;
}
.site-header-v37 .header-brand-v40 .header-logo-complete-v37 img{
  max-height:132px;
}

/* Tablet */
@media(max-width:1100px){
  .site-header-v37 .header-v40{
    grid-template-columns:413px minmax(0,1fr) auto;
  }
  .site-header-v37 .header-brand-v40 .header-logo-complete-v37{
    max-width:391px;
  }
  .site-header-v37 .header-brand-v40 .header-logo-complete-v37 img{
    max-height:121px;
  }
}

@media(max-width:860px){
  .site-header-v37 .header-v40{
    grid-template-columns:1fr auto;
  }
}

/* Mobile */
@media(max-width:620px){
  .site-header-v37 .header-v40{
    grid-template-columns:1fr;
  }
  .site-header-v37 .header-brand-v40 .header-logo-complete-v37{
    max-width:100%;
  }
  .site-header-v37 .header-brand-v40 .header-logo-complete-v37 img{
    max-height:132px;
  }
}


/* ============================================================
   V79.6.8 - Logo -10% sobre a V79.6.7
   ============================================================ */

/* Desktop: 454px -> 409px | 132px -> 119px */
.site-header-v37 .header-v40{
  grid-template-columns:423px minmax(0,1fr) auto;
}
.site-header-v37 .header-brand-v40 .header-logo-complete-v37{
  max-width:409px;
}
.site-header-v37 .header-brand-v40 .header-logo-complete-v37 img{
  max-height:119px;
}

/* Tablet */
@media(max-width:1100px){
  .site-header-v37 .header-v40{
    grid-template-columns:372px minmax(0,1fr) auto;
  }
  .site-header-v37 .header-brand-v40 .header-logo-complete-v37{
    max-width:352px;
  }
  .site-header-v37 .header-brand-v40 .header-logo-complete-v37 img{
    max-height:109px;
  }
}

@media(max-width:860px){
  .site-header-v37 .header-v40{
    grid-template-columns:1fr auto;
  }
}

/* Mobile */
@media(max-width:620px){
  .site-header-v37 .header-v40{
    grid-template-columns:1fr;
  }
  .site-header-v37 .header-brand-v40 .header-logo-complete-v37{
    max-width:100%;
  }
  .site-header-v37 .header-brand-v40 .header-logo-complete-v37 img{
    max-height:119px;
  }
}


/* ============================================================
   V79.6.9 - Busca menor + Solicitar Orçamento alinhado
   ============================================================ */

/* Desktop:
   reduz a largura do campo de busca e aproxima visualmente
   seu lado direito do botão Solicitar Orçamento.
*/
@media(min-width:901px){
  .site-header-v37 .header-center-v40 .header-search-v37{
    width:min(100%,520px);
    justify-self:end;
  }
}

/* Em telas intermediárias mantém boa proporção sem apertar o menu. */
@media(min-width:901px) and (max-width:1100px){
  .site-header-v37 .header-center-v40 .header-search-v37{
    width:min(100%,440px);
  }
}


/* ============================================================
   V79.6.10 - Busca mais à esquerda + orçamento alinhado
   ============================================================ */

/* Desktop amplo */
@media(min-width:1101px){
  .site-header-v37 .header-center-v40 .header-search-v37{
    width:min(100%,500px);
    justify-self:start;
    transform:translateX(-55px);
  }

  .site-header-v37 .header-action-v40{
    align-self:center;
    transform:translateY(-16px);
  }
}

/* Desktop / notebook */
@media(min-width:981px) and (max-width:1100px){
  .site-header-v37 .header-center-v40 .header-search-v37{
    width:min(100%,420px);
    justify-self:start;
    transform:translateX(-25px);
  }

  .site-header-v37 .header-action-v40{
    align-self:center;
    transform:translateY(-14px);
  }
}

/* Abaixo de 981px preserva o comportamento responsivo existente */
@media(max-width:980px){
  .site-header-v37 .header-center-v40 .header-search-v37,
  .site-header-v37 .header-action-v40{
    transform:none;
  }
}


/* ============================================================
   V79.6.11 - Cabeçalho reequilibrado
   Logo | Menu alinhado à busca | Solicitar Orçamento
   Sem transform/deslocamentos artificiais
   ============================================================ */

/* DESKTOP */
@media(min-width:1101px){
  .site-header-v37 .header-v40{
    min-height:124px;
    display:grid;
    grid-template-columns:360px minmax(0,1fr) auto;
    grid-template-rows:auto auto;
    column-gap:18px;
    row-gap:10px;
    align-items:center;
    padding-top:9px;
    padding-bottom:9px;
  }

  /* Logo: volta para uma proporção mais equilibrada */
  .site-header-v37 .header-brand-v40{
    grid-column:1;
    grid-row:1 / span 2;
    align-self:center;
    justify-self:start;
  }
  .site-header-v37 .header-brand-v40 .header-logo-complete-v37{
    width:100%;
    max-width:350px;
  }
  .site-header-v37 .header-brand-v40 .header-logo-complete-v37 img{
    width:100%;
    height:auto;
    max-height:102px;
    object-fit:contain;
    object-position:left center;
  }

  /* Bloco central: menu e busca passam a compartilhar o MESMO eixo esquerdo */
  .site-header-v37 .header-center-v40{
    grid-column:2;
    grid-row:1 / span 2;
    width:100%;
    min-width:0;
    display:grid;
    grid-template-rows:auto auto;
    row-gap:10px;
    align-items:center;
    justify-items:start;
    align-self:center;
  }

  .site-header-v37 .main-nav-v40{
    grid-row:1;
    width:100%;
    display:flex;
    align-items:center;
    justify-content:flex-start;
    gap:clamp(17px,1.55vw,24px);
    margin:0;
    padding:0;
    transform:none;
  }

  /* Mantém a largura da busca em 500px */
  .site-header-v37 .header-center-v40 .header-search-v37{
    grid-row:2;
    width:min(100%,500px);
    justify-self:start;
    margin:0;
    transform:none;
  }

  /* Botão na mesma linha e no mesmo nível vertical da busca */
  .site-header-v37 .header-action-v40{
    grid-column:3;
    grid-row:2;
    align-self:center;
    justify-self:end;
    display:flex;
    align-items:center;
    justify-content:flex-end;
    margin:0;
    padding:0;
    transform:none;
  }

  .site-header-v37 .header-action-v40 .header-quote-v37{
    min-height:45px;
    height:45px;
    padding:0 17px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    line-height:1;
    white-space:nowrap;
  }
}

/* NOTEBOOK / DESKTOP MENOR */
@media(min-width:901px) and (max-width:1100px){
  .site-header-v37 .header-v40{
    min-height:116px;
    display:grid;
    grid-template-columns:285px minmax(0,1fr) auto;
    grid-template-rows:auto auto;
    column-gap:14px;
    row-gap:9px;
    align-items:center;
    padding-top:8px;
    padding-bottom:8px;
  }

  .site-header-v37 .header-brand-v40{
    grid-column:1;
    grid-row:1 / span 2;
    align-self:center;
    justify-self:start;
  }
  .site-header-v37 .header-brand-v40 .header-logo-complete-v37{
    max-width:275px;
  }
  .site-header-v37 .header-brand-v40 .header-logo-complete-v37 img{
    max-height:82px;
  }

  .site-header-v37 .header-center-v40{
    grid-column:2;
    grid-row:1 / span 2;
    width:100%;
    display:grid;
    grid-template-rows:auto auto;
    row-gap:9px;
    justify-items:start;
    align-items:center;
  }
  .site-header-v37 .main-nav-v40{
    grid-row:1;
    width:100%;
    justify-content:flex-start;
    gap:11px;
    font-size:11px;
    transform:none;
  }
  .site-header-v37 .header-center-v40 .header-search-v37{
    grid-row:2;
    width:min(100%,440px);
    justify-self:start;
    transform:none;
    margin:0;
  }
  .site-header-v37 .header-action-v40{
    grid-column:3;
    grid-row:2;
    align-self:center;
    justify-self:end;
    transform:none;
    margin:0;
    padding:0;
  }
  .site-header-v37 .header-action-v40 .header-quote-v37{
    height:43px;
    min-height:43px;
    padding:0 13px;
    font-size:11px;
  }
}

/* TABLET: preserva a organização responsiva sem deslocamentos */
@media(max-width:900px){
  .site-header-v37 .header-center-v40 .header-search-v37,
  .site-header-v37 .header-action-v40,
  .site-header-v37 .main-nav-v40{
    transform:none;
  }
}


/* ============================================================
   V79.6.12 - Menu ligeiramente mais à esquerda
   ============================================================ */

/* Desktop amplo */
@media(min-width:1101px){
  .site-header-v37 .main-nav-v40{
    margin-left:-20px;
  }
}

/* Notebook */
@media(min-width:901px) and (max-width:1100px){
  .site-header-v37 .main-nav-v40{
    margin-left:-12px;
  }
}

/* Tablet/mobile: sem deslocamento */
@media(max-width:900px){
  .site-header-v37 .main-nav-v40{
    margin-left:0;
  }
}


/* ============================================================
   V79.6.13 - Menu alinhado com o texto do campo de busca
   Objetivo: alinhar o "N" de "Nobreak Senoidal"
   com o "D" de "DIGITE ..."
   ============================================================ */

/* Desktop amplo */
@media(min-width:1101px){
  .site-header-v37 .main-nav-v40{
    margin-left:-52px;
  }
}

/* Notebook / desktop menor */
@media(min-width:901px) and (max-width:1100px){
  .site-header-v37 .main-nav-v40{
    margin-left:-38px;
  }
}

/* Tablet/mobile: sem deslocamento */
@media(max-width:900px){
  .site-header-v37 .main-nav-v40{
    margin-left:0;
  }
}
