*{margin:0;padding:0;box-sizing:border-box}:root{--brand-red:#dc2626;--brand-red-hover:#ef4444;--brand-white:#fff;--brand-blue:#dc2626;--brand-blue-hover:#ef4444;--brand-yellow:#ef4444;--brand-yellow-light:#f87171;--bg-dark:#fff;--bg-card:#f8fafc;--bg-elevated:#f1f5f9;--accent:#dc2626;--accent-hover:#ef4444;--accent-yellow:#dc2626;--accent-blue:#dc2626;--text-primary:#0f172a;--text-secondary:#475569;--text-tertiary:#64748b;--success:#16a34a;--error:#dc2626;--border:rgba(15,23,42,.08)}html{scroll-behavior:smooth}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,system-ui,sans-serif;line-height:1.6;color:var(--text-primary);background:var(--bg-dark);overflow-x:hidden}.testimonials-reference{width:100%;overflow:hidden;background:#080808;color:#fff;padding:5rem 1.5rem 5.75rem}.testimonials-reference__inner{max-width:1320px;margin:0 auto}.testimonials-reference__header{margin-bottom:2.75rem;text-align:center}.testimonials-reference__header p{color:#e6ad17;font-size:.75rem;font-weight:800;letter-spacing:.18em;margin:0 0 .85rem}.testimonials-reference__header h2{color:#fff;font-size:clamp(2rem,3vw,2.85rem);font-weight:700;letter-spacing:-.035em;line-height:1.1;margin:0}.testimonials-reference__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:1.45rem;gap:1.45rem}.testimonial-reference-card{display:flex;min-height:190px;flex-direction:column;background:#fff;border:1px solid #e3e3e3;border-radius:4px;box-shadow:0 10px 24px rgba(0,0,0,.12);padding:1.1rem 1.35rem 1rem;transition:border-color .18s ease,transform .18s ease}.testimonial-reference-card:hover{border-color:#d9a418;transform:translateY(-4px)}.testimonial-reference-card__stars{display:flex;gap:.18rem;color:#e6ad17;font-size:1.05rem;line-height:1;margin-bottom:.7rem}.testimonial-reference-card blockquote{color:#3a3a3a;font-size:.84rem;font-style:italic;line-height:1.5;margin:0}.testimonial-reference-card__author{align-items:center;border-top:1px solid #e3e3e3;display:flex;gap:.8rem;margin-top:auto;padding-top:.75rem}.testimonial-reference-card__author img{border:2px solid #e6ad17;border-radius:50%;height:42px;object-fit:cover;width:42px}.testimonial-reference-card__author span,.testimonial-reference-card__author strong{display:block}.testimonial-reference-card__author strong{color:#1f1f1f;font-size:.83rem;font-weight:700;line-height:1.35}.testimonial-reference-card__author span{color:#747474;font-size:.69rem;line-height:1.45;margin-top:.1rem}@media (max-width:900px){.testimonials-reference{padding:4.25rem 1.25rem 4.75rem}.testimonials-reference__grid{grid-template-columns:repeat(2,minmax(0,1fr));margin:0 auto;max-width:700px}.testimonial-reference-card{min-height:0}}@media (max-width:560px){.testimonials-reference__grid{grid-template-columns:1fr;max-width:440px}}.nav{position:fixed;top:0;width:100%;background:hsla(0,0%,100%,.95);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:1000;border-bottom:1px solid var(--border);transition:all .3s}.nav-container{max-width:1400px;margin:0 auto;padding:.5rem 1rem;display:flex;justify-content:space-between;align-items:center}.logo{font-size:1.25rem;font-weight:700;color:var(--accent);white-space:nowrap}.nav-links{display:none;gap:1.5rem;list-style:none}.nav-links a{color:var(--text-primary);text-decoration:none;font-weight:500;transition:color .3s;font-size:.95rem}.nav-links a:hover{color:var(--accent)}@media (min-width:768px){.nav-container{padding:.35rem 2rem}.logo{font-size:1.5rem}.nav-links{display:flex}.mobile-menu-toggle{display:none!important}}.mobile-menu-toggle{display:flex;align-items:center;justify-content:center;background:rgba(15,23,42,.05);border:1px solid rgba(15,23,42,.1);color:var(--text-primary);font-size:1.35rem;width:44px;height:44px;border-radius:10px;cursor:pointer;transition:background .2s,border-color .2s;flex-shrink:0}.mobile-menu-toggle:hover{background:rgba(220,38,38,.1);border-color:rgba(220,38,38,.3)}.mobile-menu{position:absolute;top:100%;left:0;right:0;background:hsla(0,0%,100%,.98);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-bottom:1px solid var(--border);padding:.75rem 0;animation:mobileMenuSlide .2s ease-out;z-index:999}@keyframes mobileMenuSlide{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.mobile-nav-links{list-style:none;padding:0;margin:0}.mobile-nav-links li{border-bottom:1px solid hsla(0,0%,100%,.06)}.mobile-nav-links li:last-child{border-bottom:none}.mobile-nav-links a{display:block;padding:.9rem 1.5rem;color:var(--text-primary);text-decoration:none;font-weight:500;font-size:1rem;transition:color .2s,background .2s}.mobile-nav-links a:hover{color:var(--accent);background:rgba(220,38,38,.08)}.hero{min-height:65vh;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden;padding:80px 1rem 2rem}.hero-bg{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,hsla(0,0%,100%,.92),rgba(248,250,252,.88)),url('data:image/svg+xml,<svg width="100" height="100" xmlns="http://www.w3.org/2000/svg"><rect width="100" height="100" fill="%23FFFFFF"/><path d="M0 0L50 50M50 50L100 0M50 50L100 100M50 50L0 100" stroke="%23F1F5F9" stroke-width="1"/></svg>');background-size:cover,100px 100px;z-index:-1}.hero-content{max-width:1400px;width:100%;padding:0 1rem;text-align:center}.hero h1{font-size:2rem;font-weight:800;color:var(--text-primary);margin-bottom:1rem;line-height:1.2}.hero-highlight{background:linear-gradient(135deg,#ef4444,#dc2626);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;display:inline-block}.hero p{font-size:1rem;color:var(--text-secondary);margin:0 auto 1.25rem;line-height:1.6}.hero-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}@media (min-width:768px){.hero{padding:95px 2rem 2.5rem}.hero h1{font-size:3rem}.hero p{font-size:1.15rem;max-width:700px}.hero-buttons{gap:1.5rem}}@media (min-width:1024px){.hero h1{font-size:4rem;margin-bottom:1.5rem}.hero p{font-size:1.25rem;max-width:800px;margin-bottom:1.75rem}}@media (min-width:1440px){.hero h1{font-size:4.5rem}}.btn{padding:.875rem 1.75rem;font-size:1rem;font-weight:700;text-decoration:none;border-radius:6px;transition:all .3s cubic-bezier(.4,0,.2,1);display:inline-block;cursor:pointer;border:none;text-align:center}.btn-primary{background:linear-gradient(135deg,var(--brand-red),var(--brand-red-hover));color:var(--brand-white);box-shadow:0 4px 14px rgba(220,38,38,.35)}.btn-primary:hover{background:linear-gradient(135deg,var(--brand-red-hover),#f43f5e);transform:translateY(-2px);box-shadow:0 6px 20px rgba(220,38,38,.55)}.btn-secondary{background:rgba(15,23,42,.04);color:var(--text-primary);border:2px solid rgba(15,23,42,.2);box-shadow:0 4px 14px rgba(0,0,0,.05)}.btn-secondary:hover{background:var(--brand-red);border-color:var(--brand-red);color:var(--brand-white);transform:translateY(-2px);box-shadow:0 6px 20px rgba(220,38,38,.35)}.btn-ghost{background:transparent;color:var(--text-secondary);border:2px solid transparent;box-shadow:none}.btn-ghost:hover{color:var(--brand-red);border-color:rgba(220,38,38,.25);transform:translateY(-2px)}@media (min-width:768px){.btn{padding:1rem 2.5rem;font-size:1.1rem}}.trust-bar{width:100%;padding:.75rem .75rem 0;margin-top:.75rem}.trust-shell{max-width:1440px;margin:0 auto;padding:.5rem;border-radius:20px;background:linear-gradient(180deg,#fff,#f8fafc);border:1px solid rgba(15,23,42,.08);box-shadow:0 24px 60px rgba(15,23,42,.08)}.trust-grid{display:grid;grid-template-columns:1fr;grid-gap:.75rem;gap:.75rem;padding:.75rem}.trust-item{position:relative;background:hsla(0,0%,100%,.95);border:1px solid rgba(15,23,42,.06);border-radius:18px;padding:.9rem .8rem;text-align:center;box-shadow:0 12px 30px rgba(15,23,42,.05);transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease;overflow:hidden;min-height:160px;display:flex;flex-direction:column;justify-content:center}.trust-item:before{content:"";position:absolute;top:0;left:18px;right:18px;height:4px;border-radius:999px;background:linear-gradient(90deg,#dc2626,#ef4444)}.trust-item:hover{transform:translateY(-4px);border-color:rgba(220,38,38,.16);box-shadow:0 18px 36px rgba(220,38,38,.12)}.trust-item-icon{width:3.2rem;height:3.2rem;margin:0 auto .6rem;border-radius:14px;display:flex;align-items:center;justify-content:center;color:var(--accent);background:linear-gradient(135deg,rgba(220,38,38,.1),rgba(239,68,68,.18));box-shadow:inset 0 1px 0 hsla(0,0%,100%,.75)}.trust-item-icon svg{width:1.5rem;height:1.5rem}.trust-item-number{font-size:1.3rem;font-weight:800;color:var(--accent);margin-bottom:.35rem;line-height:1.2}.trust-item-text{color:var(--text-secondary);font-size:.75rem;line-height:1.35;font-weight:700;letter-spacing:.05em;text-transform:uppercase}@media (min-width:768px){.trust-bar{padding:1rem 1.5rem 0;margin-top:1.25rem}.trust-shell{padding:.75rem}.trust-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1.4rem;padding:1.35rem}.trust-item{padding:1.2rem 1rem;min-height:210px}.trust-item-icon{width:4.75rem;height:4.75rem;margin-bottom:1.15rem}.trust-item-icon svg{width:1.9rem;height:1.9rem}.trust-item-number{font-size:2rem;margin-bottom:.6rem}.trust-item-text{font-size:1.02rem}}@media (min-width:1024px){.trust-bar{margin-top:1.25rem;padding:1rem 2rem 0}.trust-shell{padding:.9rem}.trust-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:1rem;padding:1.35rem}.trust-item{min-height:195px;padding:1.1rem .85rem}.trust-item-icon{width:4.6rem;height:4.6rem;margin-bottom:.95rem}.trust-item-icon svg{width:2rem;height:2rem}.trust-item-number{font-size:2rem;margin-bottom:.45rem}.trust-item-text{font-size:.92rem;letter-spacing:.04em}}.section{padding:1.35rem 1rem;max-width:1400px;margin:0 auto;overflow-x:hidden}.section-header{text-align:center;margin-bottom:1rem}.section-title{font-size:1.75rem;font-weight:700;color:var(--text-primary);margin-bottom:.5rem;line-height:1.2}.section-subtitle{font-size:1rem;color:var(--text-secondary);max-width:100%;margin:0 auto;line-height:1.5}@media (min-width:768px){.section{padding:1.75rem 1.5rem}.section-header{margin-bottom:1.15rem}.section-title{font-size:2rem;margin-bottom:.75rem}.section-subtitle{font-size:1.1rem;max-width:650px}}@media (min-width:1024px){.section{padding:1.75rem 2rem}.section-header{margin-bottom:1.25rem}.section-title{font-size:2.5rem}.section-subtitle{font-size:1.2rem;max-width:700px}}.grid{display:grid;grid-gap:1rem;gap:1rem}.grid-2,.grid-3,.grid-4{grid-template-columns:1fr}@media (min-width:640px){.grid-3,.grid-4{grid-template-columns:repeat(2,1fr)}}@media (min-width:768px){.grid{gap:1.25rem}.grid-2,.grid-4{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.grid-3,.grid-4{grid-template-columns:repeat(3,1fr)}}@media (min-width:1280px){.grid-4{grid-template-columns:repeat(4,1fr)}}.card{background:var(--bg-card);padding:1rem;border-radius:8px;transition:transform .3s,box-shadow .3s;height:100%}.card:hover{transform:translateY(-4px);box-shadow:0 10px 30px rgba(220,38,38,.08)}.card h3{color:var(--text-primary);margin-bottom:.5rem;font-size:1.1rem}.card p{color:var(--text-secondary);line-height:1.6;font-size:.95rem}@media (min-width:768px){.card{padding:1.25rem}.card h3{font-size:1.2rem}.card p{font-size:1rem}}.product-filters{display:flex;gap:.6rem;justify-content:center;flex-wrap:wrap;margin-bottom:1rem}.filter-btn{display:inline-flex;align-items:center;gap:.4rem;padding:.45rem 1.1rem;border:1.5px solid var(--border);background:transparent;color:var(--text-secondary);border-radius:100px;cursor:pointer;font-size:.875rem;font-weight:500;font-family:inherit;transition:all .25s;white-space:nowrap}.filter-btn:hover{border-color:var(--accent);color:var(--accent);background:rgba(251,191,36,.05)}.filter-btn.active{background:var(--accent);border-color:var(--accent);color:var(--bg-dark);font-weight:700}.filter-count{font-size:.72rem;opacity:.75;background:rgba(0,0,0,.2);border-radius:100px;padding:.05rem .45rem;line-height:1.4}.filter-btn.active .filter-count{background:rgba(0,0,0,.15);opacity:1}.showcase-main{position:relative;width:100%;height:68vh;max-height:460px;min-height:280px;background:linear-gradient(180deg,#fff,#f8fafc);border:1px solid rgba(15,23,42,.08);box-shadow:0 24px 60px rgba(15,23,42,.1);border-radius:22px;overflow:hidden}.showcase-window{position:absolute;inset:0;display:block;text-decoration:none;background:radial-gradient(circle at top right,rgba(220,38,38,.08),transparent 30%),linear-gradient(180deg,hsla(0,0%,100%,.96),rgba(241,245,249,.92))}.showcase-window.slide-from-right{animation:showcaseFromRight .52s cubic-bezier(.25,.46,.45,.94) both}.showcase-window.slide-from-left{animation:showcaseFromLeft .52s cubic-bezier(.25,.46,.45,.94) both}@keyframes showcaseFromRight{0%{opacity:0;transform:translateX(70px) scale(.98)}to{opacity:1;transform:translateX(0) scale(1)}}@keyframes showcaseFromLeft{0%{opacity:0;transform:translateX(-70px) scale(.98)}to{opacity:1;transform:translateX(0) scale(1)}}.showcase-overlay{position:absolute;bottom:0;left:0;right:0;padding:1.65rem;background:linear-gradient(0deg,rgba(10,12,16,.94) 0,rgba(10,12,16,.5) 55%,transparent);display:flex;flex-direction:column;gap:.65rem}.showcase-overlay-top{display:flex;align-items:center;justify-content:space-between;gap:.75rem;flex-wrap:wrap}.showcase-category-badge{display:inline-block;background:var(--accent);color:var(--bg-dark);font-size:.7rem;font-weight:700;padding:.2rem .85rem;border-radius:100px;text-transform:uppercase;letter-spacing:.08em;width:-moz-fit-content;width:fit-content;animation:badgePop .35s cubic-bezier(.34,1.56,.64,1) both;animation-delay:.25s}.showcase-view-link{display:inline-flex;align-items:center;justify-content:center;padding:.35rem .8rem;border-radius:999px;background:hsla(0,0%,100%,.14);border:1px solid hsla(0,0%,100%,.18);color:#fff;font-size:.78rem;font-weight:700;letter-spacing:.03em}@keyframes badgePop{0%{opacity:0;transform:scale(.7) translateY(6px)}to{opacity:1;transform:scale(1) translateY(0)}}.showcase-title{color:#fff;font-size:clamp(1.6rem,3.6vw,2.45rem);font-weight:800;line-height:1.15;text-shadow:0 2px 16px rgba(0,0,0,.6);margin:0;animation:titleRise .45s ease both;animation-delay:.1s}.showcase-description{color:hsla(0,0%,100%,.88);font-size:.98rem;line-height:1.6;max-width:720px;margin:0}@keyframes titleRise{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}.showcase-nav{position:absolute;top:50%;transform:translateY(-50%);background:hsla(0,0%,100%,.8);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1.5px solid rgba(0,0,0,.08);color:var(--text-primary);width:44px;height:44px;border-radius:50%;font-size:1.6rem;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .22s;z-index:10;padding:0;font-family:inherit}.showcase-nav:hover{background:var(--accent);border-color:var(--accent);color:var(--brand-white);transform:translateY(-50%) scale(1.1)}.showcase-prev{left:.75rem}.showcase-next{right:.75rem}.showcase-counter{position:absolute;top:.75rem;right:.75rem;background:hsla(0,0%,100%,.85);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid rgba(0,0,0,.08);color:var(--text-secondary);font-size:.8rem;padding:.25rem .75rem;border-radius:100px;z-index:10}.showcase-counter strong{color:var(--accent);font-weight:700}.showcase-paused{position:absolute;top:.75rem;left:.75rem;background:hsla(0,0%,100%,.85);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid rgba(0,0,0,.08);color:var(--text-tertiary);font-size:.75rem;padding:.25rem .75rem;border-radius:100px;z-index:10;animation:fadeIn .2s ease}.showcase-progress-track{height:4px;background:var(--bg-elevated);border-radius:0 0 10px 10px;overflow:hidden;margin:.2rem 0 1rem}.showcase-progress-fill{height:100%;background:linear-gradient(90deg,var(--accent-hover),var(--accent));border-radius:0 2px 2px 0;width:0;animation:progressAdvance 4s linear forwards}@keyframes progressAdvance{0%{width:0}to{width:100%}}.showcase-thumbs{display:flex;gap:.85rem;overflow-x:auto;padding:.35rem 0 .75rem;scroll-behavior:smooth;scrollbar-width:thin;scrollbar-color:var(--accent) var(--bg-elevated)}.showcase-thumbs::-webkit-scrollbar{height:3px}.showcase-thumbs::-webkit-scrollbar-track{background:var(--bg-elevated)}.showcase-thumbs::-webkit-scrollbar-thumb{background:var(--accent);border-radius:2px}.thumb-btn{position:relative;flex-shrink:0;width:112px;min-height:112px;border-radius:16px;border:2px solid transparent;background:linear-gradient(180deg,#fff,#f8fafc);cursor:pointer;padding:.6rem;transition:border-color .2s,box-shadow .2s,transform .2s,background .2s;outline:none;text-decoration:none;display:flex;flex-direction:column;gap:.55rem;box-shadow:0 10px 24px rgba(15,23,42,.08)}.thumb-btn:hover:not(.active){border-color:rgba(220,38,38,.22);transform:translateY(-2px)}.thumb-btn.active{border-color:var(--accent);box-shadow:0 0 0 1px var(--accent),0 14px 30px rgba(220,38,38,.12);transform:translateY(-3px)}.thumb-image-wrap{position:relative;width:100%;height:64px;border-radius:12px;background:rgba(248,250,252,.95);overflow:hidden}.thumb-meta{display:flex;flex-direction:column;gap:.18rem}.thumb-title{color:var(--text-primary);font-size:.72rem;font-weight:700;line-height:1.35}.thumb-category{color:var(--text-tertiary);font-size:.66rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase}.showcase-cta{display:flex;align-items:center;justify-content:center;gap:1.5rem;margin-top:1rem;flex-wrap:wrap;text-align:center}.showcase-cta-label{color:var(--text-secondary);font-size:1rem;margin:0}.showcase-cta-label strong{color:var(--text-primary)}.showcase-cta-actions{display:flex;align-items:center;gap:.8rem;flex-wrap:wrap;justify-content:center}@media (min-width:768px){.showcase-main{height:64vh;max-height:560px}.showcase-overlay{padding:2.1rem}.showcase-nav{width:52px;height:52px;font-size:1.8rem}.showcase-prev{left:1.25rem}.showcase-next{right:1.25rem}.thumb-btn{width:132px;min-height:132px}.thumb-image-wrap{height:76px}.thumb-title{font-size:.78rem}.thumb-category{font-size:.68rem}}@media (min-width:1024px){.showcase-main{height:68vh;max-height:620px}.thumb-btn{width:146px;min-height:146px}.thumb-image-wrap{height:84px}.showcase-description{font-size:1.02rem}}.product-detail-page{background:linear-gradient(180deg,#fff,#f8fafc)}.product-detail-hero{padding-top:6.5rem}.product-breadcrumbs{display:flex;flex-wrap:wrap;gap:.45rem;margin-bottom:1.25rem;color:var(--text-tertiary);font-size:.92rem}.product-breadcrumbs a{color:var(--text-secondary);text-decoration:none}.product-breadcrumbs a:hover{color:var(--accent)}.product-detail-grid{display:grid;grid-template-columns:1fr;grid-gap:1.5rem;gap:1.5rem;align-items:stretch}.product-detail-image-card{position:relative;min-height:340px;overflow:hidden;background:radial-gradient(circle at top right,rgba(220,38,38,.08),transparent 28%),linear-gradient(180deg,#fff,#f8fafc);box-shadow:0 24px 60px rgba(15,23,42,.08)}.product-detail-content,.product-detail-image-card{border-radius:28px;border:1px solid rgba(15,23,42,.08)}.product-detail-content{padding:1.4rem;background:hsla(0,0%,100%,.9);box-shadow:0 20px 50px rgba(15,23,42,.06)}.product-detail-category{display:inline-flex;align-items:center;padding:.4rem .85rem;border-radius:999px;background:rgba(220,38,38,.08);color:var(--accent);font-size:.8rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;margin-bottom:.9rem}.product-detail-title{font-size:clamp(2rem,4vw,3.4rem);line-height:1.08;margin-bottom:.85rem}.product-detail-description{color:var(--text-primary);font-size:1.08rem;font-weight:600;line-height:1.7;margin-bottom:.9rem}.product-detail-overview{color:var(--text-secondary);line-height:1.8;margin-bottom:1.25rem}.product-detail-actions{display:flex;gap:.85rem;flex-wrap:wrap;margin-bottom:1.35rem}.product-detail-quickfacts{display:grid;grid-template-columns:repeat(1,minmax(0,1fr));grid-gap:.85rem;gap:.85rem}.product-fact-card{padding:1rem 1.1rem;border-radius:20px;border:1px solid rgba(15,23,42,.07);background:linear-gradient(180deg,#fff,#f8fafc)}.product-fact-label{display:block;color:var(--text-tertiary);font-size:.78rem;text-transform:uppercase;letter-spacing:.06em;margin-bottom:.35rem}.product-detail-sections{display:grid;grid-template-columns:1fr;grid-gap:1rem;gap:1rem}.product-detail-panel{padding:1.35rem;border-radius:24px;border:1px solid rgba(15,23,42,.08);background:hsla(0,0%,100%,.92);box-shadow:0 16px 40px rgba(15,23,42,.05)}.product-detail-panel h2{font-size:1.2rem;margin-bottom:.9rem}.product-detail-panel ul{list-style:none;display:grid;grid-gap:.75rem;gap:.75rem}.product-detail-panel li{position:relative;padding-left:1.2rem;color:var(--text-secondary);line-height:1.6}.product-detail-panel li:before{content:"";position:absolute;left:0;top:.65rem;width:.45rem;height:.45rem;border-radius:999px;background:var(--accent)}.product-detail-panel-note p{color:var(--text-secondary);line-height:1.8}.product-related-grid{display:grid;grid-template-columns:1fr;grid-gap:1rem;gap:1rem}.product-related-card{border-radius:24px;overflow:hidden;text-decoration:none;background:hsla(0,0%,100%,.92);border:1px solid rgba(15,23,42,.08);box-shadow:0 16px 40px rgba(15,23,42,.06);transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}.product-related-card:hover{transform:translateY(-4px);border-color:rgba(220,38,38,.18);box-shadow:0 22px 48px rgba(220,38,38,.1)}.product-related-image{position:relative;min-height:220px;background:radial-gradient(circle at top right,rgba(220,38,38,.08),transparent 28%),linear-gradient(180deg,#fff,#f8fafc)}.product-related-content{padding:1.2rem}.product-related-content span{display:inline-block;color:var(--accent);font-size:.78rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;margin-bottom:.6rem}.product-related-content h3{color:var(--text-primary);font-size:1.18rem;margin-bottom:.5rem}.product-related-content p{color:var(--text-secondary);line-height:1.7}@media (min-width:768px){.product-detail-grid{gap:1.75rem}.product-detail-image-card{min-height:460px}.product-detail-content{padding:1.8rem}.product-detail-quickfacts{grid-template-columns:repeat(3,minmax(0,1fr))}.product-detail-sections,.product-related-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width:1024px){.product-detail-grid{grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr);gap:2rem}.product-detail-sections,.product-related-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.product-detail-tagline{color:var(--accent);font-size:1.05rem;font-weight:700;letter-spacing:.01em;margin-bottom:.9rem}.product-section-heading{margin-bottom:1.5rem}.product-section-heading h2{font-size:clamp(1.5rem,3vw,2.1rem);position:relative;display:inline-block;padding-bottom:.6rem}.product-section-heading h2:after{content:"";position:absolute;left:0;bottom:0;width:3rem;height:3px;border-radius:999px;background:var(--accent)}.product-section-subtitle{margin-top:.6rem;color:var(--text-secondary);font-size:1rem;line-height:1.6;max-width:46rem}.product-hero-specs{display:grid;grid-template-columns:1fr;grid-gap:.55rem;gap:.55rem;margin:1.4rem 0 1.6rem;padding:1.15rem 1.3rem;border-radius:18px;border:1px solid rgba(15,23,42,.08);background:rgba(248,250,252,.9)}.product-hero-spec{display:flex;align-items:baseline;justify-content:space-between;gap:1rem;padding-bottom:.5rem;border-bottom:1px dashed rgba(15,23,42,.1)}.product-hero-spec:last-child{padding-bottom:0;border-bottom:none}.product-hero-spec dt{color:var(--text-tertiary);font-size:.78rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em}.product-hero-spec dd{color:var(--text-primary);font-weight:700;font-size:.98rem;text-align:right}.product-overview-grid{display:grid;grid-template-columns:1fr;grid-gap:2rem;gap:2rem;align-items:start}.product-overview-copy h2{font-size:clamp(1.5rem,3vw,2.15rem);line-height:1.25;margin-bottom:1rem}.product-overview-copy p{color:var(--text-secondary);font-size:1.03rem;line-height:1.8}.product-metric-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:1rem;gap:1rem}.product-metric-card{display:flex;flex-direction:column;gap:.35rem;padding:1.3rem 1.15rem;border-radius:18px;border:1px solid rgba(15,23,42,.08);background:linear-gradient(180deg,#fff,#f8fafc);box-shadow:0 12px 32px rgba(15,23,42,.06)}.product-metric-card strong{font-size:clamp(1.3rem,2.4vw,1.7rem);color:var(--accent);font-weight:800;line-height:1.1}.product-metric-card span{color:var(--text-secondary);font-size:.86rem;line-height:1.45}.product-models-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));grid-gap:.9rem;gap:.9rem}.product-model-card{display:flex;flex-direction:column;gap:.25rem;padding:1.1rem 1.2rem;border-radius:16px;border:1px solid rgba(220,38,38,.16);background:rgba(220,38,38,.04);transition:transform .2s ease,background .2s ease}.product-model-card:hover{transform:translateY(-3px);background:rgba(220,38,38,.09)}.product-model-card strong{font-size:1.1rem;color:var(--text-primary);font-weight:800}.product-model-card span{color:var(--text-tertiary);font-size:.78rem;text-transform:uppercase;letter-spacing:.06em;font-weight:700}.product-why-grid{display:grid;grid-template-columns:1fr;grid-gap:1rem;gap:1rem}.product-why-card{padding:1.4rem 1.5rem;border-radius:20px;border:1px solid rgba(15,23,42,.08);background:#fff;box-shadow:0 14px 34px rgba(15,23,42,.05);border-left:4px solid var(--accent);transition:transform .2s ease,box-shadow .2s ease}.product-why-card:hover{transform:translateY(-4px);box-shadow:0 20px 44px rgba(15,23,42,.1)}.product-why-card h3{font-size:1.08rem;margin-bottom:.4rem;color:var(--text-primary)}.product-why-card p{color:var(--text-secondary);font-size:.94rem;line-height:1.6}.product-resources-grid{display:grid;grid-template-columns:1fr;grid-gap:1rem;gap:1rem}.product-resource-card{display:flex;flex-direction:column;gap:.4rem;padding:1.5rem;border-radius:20px;border:1px solid rgba(15,23,42,.08);background:linear-gradient(180deg,#fff,#f8fafc);box-shadow:0 14px 34px rgba(15,23,42,.05);text-decoration:none;transition:transform .2s ease,border-color .2s ease}.product-resource-card:hover{transform:translateY(-4px);border-color:rgba(220,38,38,.28)}.product-resource-icon{font-size:1.6rem;line-height:1}.product-resource-card strong{color:var(--text-primary);font-size:1.05rem}.product-resource-card>span:last-child{color:var(--text-secondary);font-size:.9rem}.product-feature-grid{display:grid;grid-template-columns:1fr;grid-gap:.85rem;gap:.85rem}.product-feature-card{display:flex;align-items:flex-start;gap:.85rem;padding:1.25rem 1.3rem;border-radius:16px;border:1px solid rgba(15,23,42,.08);background:hsla(0,0%,100%,.92);box-shadow:0 10px 28px rgba(15,23,42,.05);color:var(--text-primary);font-weight:600;transition:transform .2s ease,border-color .2s ease}.product-feature-card:hover{transform:translateY(-3px);border-color:rgba(220,38,38,.2)}.product-feature-body strong{display:block;font-size:1.02rem;font-weight:700;color:var(--text-primary)}.product-feature-body p{margin-top:.3rem;color:var(--text-secondary);font-size:.9rem;font-weight:500;line-height:1.55}.product-feature-check{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;width:1.75rem;height:1.75rem;border-radius:999px;background:rgba(220,38,38,.1);color:var(--accent);font-weight:800}.product-process-flow{display:grid;grid-template-columns:1fr;grid-gap:1.1rem;gap:1.1rem}.product-process-step{position:relative;padding:1.35rem;border-radius:20px;border:1px solid rgba(15,23,42,.08);background:linear-gradient(180deg,#fff,#f8fafc);box-shadow:0 14px 34px rgba(15,23,42,.05);text-align:center}.product-process-number{display:inline-flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;margin:0 auto .75rem;border-radius:999px;background:var(--accent);color:#fff;font-weight:800;font-size:1.05rem}.product-process-step h3{font-size:1.1rem;margin-bottom:.4rem;color:var(--text-primary)}.product-process-step p{color:var(--text-secondary);font-size:.92rem;line-height:1.55}.product-process-arrow{display:none;position:absolute;right:-1.35rem;top:50%;transform:translateY(-50%);color:var(--accent);font-size:1.6rem;font-weight:700}.product-applications-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));grid-gap:.85rem;gap:.85rem}.product-application-card{display:flex;align-items:center;gap:.6rem;padding:1rem 1.15rem;border-radius:16px;border:1px solid rgba(220,38,38,.16);background:rgba(220,38,38,.05);color:var(--text-primary);font-weight:700;font-size:.96rem;transition:background .2s ease,transform .2s ease}.product-application-card:hover{background:rgba(220,38,38,.11);transform:translateY(-3px)}.product-application-icon{color:var(--accent);font-size:.7rem;line-height:1}.product-spec-table-wrapper{border-radius:20px;overflow:hidden;border:1px solid rgba(15,23,42,.1);box-shadow:0 18px 44px rgba(15,23,42,.07)}.product-spec-table{width:100%;border-collapse:collapse;background:#fff}.product-spec-table thead{background:linear-gradient(135deg,var(--accent) 0,#b91c1c 100%)}.product-spec-table th{color:#fff;text-align:left;padding:1rem 1.2rem;font-size:.85rem;letter-spacing:.05em;text-transform:uppercase;font-weight:700}.product-spec-table td{padding:.95rem 1.2rem;color:var(--text-primary);font-weight:600;border-top:1px solid rgba(15,23,42,.07)}.product-spec-table tbody tr:nth-child(2n){background:#f8fafc}.product-spec-table tbody tr:hover{background:rgba(220,38,38,.04)}.product-spec-note{margin-top:1rem;color:var(--text-tertiary);font-size:.9rem;font-style:italic}.product-positioning-banner{text-align:center}.product-positioning-banner p{display:inline-block;padding:1.4rem 2.4rem;border-radius:22px;background:linear-gradient(135deg,#0f172a,#1e293b);color:#fff;font-size:clamp(1.25rem,3vw,1.85rem);font-weight:800;letter-spacing:.01em;box-shadow:0 22px 50px rgba(15,23,42,.25)}.product-enquiry-card{display:flex;flex-direction:column;gap:1.2rem;padding:2rem;border-radius:26px;background:radial-gradient(circle at top right,rgba(220,38,38,.12),transparent 40%),linear-gradient(180deg,#fff,#f8fafc);border:1px solid rgba(220,38,38,.16);box-shadow:0 22px 52px rgba(15,23,42,.1)}.product-enquiry-text h2{font-size:clamp(1.4rem,3vw,2rem);margin-bottom:.5rem}.product-enquiry-text p{color:var(--text-secondary);line-height:1.7}.product-enquiry-actions{display:flex;flex-wrap:wrap;gap:.85rem}@media (min-width:768px){.product-feature-grid,.product-hero-specs,.product-resources-grid,.product-why-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.product-hero-specs{gap:.8rem 1.6rem}.product-process-flow{grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:2.4rem}.product-process-arrow{display:block}.product-enquiry-card{flex-direction:row;align-items:center;justify-content:space-between;padding:2.4rem 2.8rem}.product-enquiry-actions{flex-shrink:0}}@media (min-width:1024px){.product-feature-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.product-overview-grid{grid-template-columns:minmax(0,1.1fr) minmax(0,1fr);gap:3rem}.product-resources-grid,.product-why-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:640px){.product-spec-table thead{display:none}.product-spec-table,.product-spec-table tbody,.product-spec-table td,.product-spec-table tr{display:block;width:100%}.product-spec-table tr{margin-bottom:.9rem;border:1px solid rgba(15,23,42,.1);border-radius:14px;overflow:hidden}.product-spec-table td{display:flex;justify-content:space-between;gap:1rem;border-top:none;border-bottom:1px solid rgba(15,23,42,.06)}.product-spec-table td:before{content:attr(data-label);font-weight:700;color:var(--text-tertiary);text-transform:uppercase;font-size:.75rem;letter-spacing:.05em}}.table-container{max-width:1000px;margin:0 auto;background:var(--bg-dark);overflow:hidden}.comparison-table{font-size:.9rem}.comparison-table thead tr{background:var(--bg-elevated)}.comparison-table th{padding:.75rem 1rem;font-size:1rem;border-bottom:2px solid var(--accent)}.comparison-table td{border-bottom:1px solid var(--bg-elevated)}@media (min-width:768px){.comparison-table{font-size:1rem}.comparison-table th{padding:1rem 1.25rem;font-size:1.2rem}.comparison-table td{padding:1rem 1.25rem}}@media (max-width:480px){.comparison-table td,.comparison-table th{padding:.5rem .4rem;font-size:.85rem}}.form-group{margin-bottom:1rem}.form-label{color:var(--text-secondary);display:block;margin-bottom:.5rem;font-size:.95rem}.form-input,.form-select,.form-textarea{width:100%;padding:.75rem;background:var(--bg-dark);border:1px solid var(--bg-elevated);border-radius:6px;color:var(--text-primary);font-size:1rem;font-family:inherit;transition:border-color .3s}.form-input:focus,.form-select:focus,.form-textarea:focus{outline:none;border-color:var(--accent)}.form-textarea{resize:vertical;min-height:120px}.contact-grid{display:grid;grid-template-columns:1fr;grid-gap:1.5rem;gap:1.5rem;max-width:1200px;margin:0 auto;align-items:start}.contact-grid .card{height:auto}@media (min-width:1024px){.contact-grid{grid-template-columns:1fr 1fr}}.footer{background:var(--bg-elevated);padding:1.5rem 1rem 1rem;border-top:1px solid rgba(0,0,0,.06)}.footer-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));align-items:flex-start;grid-gap:.75rem;gap:.75rem;margin-bottom:1rem;max-width:1400px;margin-left:auto;margin-right:auto}.footer-grid>div{min-width:0}.footer-company-info{grid-column:1/-1}.footer-logo{display:block;width:auto;height:72px;margin-bottom:.5rem}.footer-nav-group h4{font-size:.95rem!important;margin-bottom:.4rem!important}.footer-nav-group ul{line-height:1.5!important}.footer-nav-group .footer-link{font-size:.78rem;overflow-wrap:anywhere}.footer-bottom{border-top:1px solid var(--bg-elevated);padding-top:1rem;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem;max-width:1400px;margin:0 auto;font-size:.9rem}.footer-links{display:flex;gap:1.5rem;flex-wrap:wrap}.footer-link{color:var(--text-tertiary);text-decoration:none;transition:color .3s}.footer-link:hover{color:var(--accent)}@media (min-width:768px){.footer{padding:2.5rem 2rem 1.5rem}.footer-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:2rem;gap:2rem}.footer-company-info{grid-column:auto}.footer-logo{height:88px;margin-bottom:.75rem}.footer-nav-group h4{font-size:1.1rem!important;margin-bottom:.75rem!important}.footer-nav-group ul{line-height:1.8!important}.footer-nav-group .footer-link{font-size:inherit}.footer-grid>div{min-width:0}.footer-bottom{padding-top:1.5rem}}@media (min-width:1024px){.footer-grid{grid-template-columns:repeat(4,1fr)}}.feature-box{max-width:900px;margin:0 auto;text-align:center;padding:1.25rem;background:var(--bg-card);border-radius:8px;border-left:4px solid var(--accent)}.feature-box h3{color:var(--accent);font-size:1.3rem;margin-bottom:.75rem}.feature-box p{color:var(--text-primary);font-size:1rem;line-height:1.6}@media (min-width:768px){.feature-box{padding:1.75rem}.feature-box h3{font-size:1.5rem;margin-bottom:1rem}.feature-box p{font-size:1.1rem;line-height:1.7}}@media (min-width:1024px){.feature-box{padding:2rem}.feature-box h3{font-size:1.8rem}.feature-box p{font-size:1.2rem}}.faq-container{max-width:900px;margin:0 auto}.faq-item{background:var(--bg-dark);padding:1rem;border-radius:8px;margin-bottom:.75rem;border-left:4px solid var(--accent)}.faq-item h3{color:var(--accent);font-size:1.1rem;margin-bottom:.5rem;line-height:1.4}.faq-item p{color:var(--text-primary);line-height:1.6;font-size:.95rem}@media (min-width:768px){.faq-item{padding:1.25rem}.faq-item h3{font-size:1.2rem}.faq-item p{font-size:1rem;line-height:1.7}}.stats-grid{display:grid;grid-template-columns:1fr;grid-gap:1rem;gap:1rem;margin-top:1rem}.stat-item{text-align:center}.stat-number{color:var(--accent);font-size:1.5rem;font-weight:700}.stat-label{color:var(--text-secondary);font-size:.9rem}@media (min-width:768px){.stats-grid{grid-template-columns:repeat(3,1fr)}.stat-number{font-size:2rem}.stat-label{font-size:1rem}}.text-center{text-align:center}.text-accent{color:var(--accent)}.text-white{color:#fff}.text-gray{color:var(--text-secondary)}.mb-1{margin-bottom:.25rem}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1.25rem}.mt-1{margin-top:.25rem}.mt-2{margin-top:.5rem}.mt-3{margin-top:.75rem}.mt-4{margin-top:1.25rem}.bg-dark{background:var(--bg-dark)}.bg-card{background:var(--bg-card)}.bg-elevated{background:var(--bg-elevated)}.container{max-width:1400px;margin:0 auto;padding:0 1rem}@media (min-width:768px){.container{padding:0 2rem}}.table-container{overflow-x:auto;-webkit-overflow-scrolling:touch;border-radius:8px}.comparison-table{width:100%;border-collapse:collapse;min-width:320px}.comparison-table th{background:var(--bg-elevated);color:var(--accent);padding:.85rem 1rem;text-align:left;font-size:.95rem;font-weight:700}.comparison-table td{padding:.75rem 1rem;border-bottom:1px solid rgba(0,0,0,.06);font-size:.9rem;color:var(--text-primary)}.comparison-table tr:last-child td{border-bottom:none}.comparison-table tr:nth-child(2n) td{background:rgba(0,0,0,.02)}@media (min-width:768px){.comparison-table th{padding:1rem 1.5rem;font-size:1rem}.comparison-table td{padding:.85rem 1.5rem;font-size:.95rem}}.support-highlight{max-width:800px;margin:1.5rem auto 0;padding:1.25rem;background:linear-gradient(135deg,var(--bg-elevated),var(--bg-card));border-radius:8px;text-align:center;border:2px solid var(--accent)}.support-highlight h3{color:var(--accent);font-size:1.5rem;margin-bottom:.75rem}.support-highlight p{color:var(--text-primary);font-size:1rem;line-height:1.6;margin-bottom:1rem}.support-stats{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1rem;gap:1rem;margin-top:1rem}.support-stat-number{color:var(--accent);font-size:1.5rem;font-weight:700}.support-stat-label{color:var(--text-secondary);font-size:.9rem}@media (min-width:768px){.support-highlight{padding:1.5rem}.support-highlight h3{font-size:1.8rem}.support-highlight p{font-size:1.1rem}.support-stat-number{font-size:2rem}.support-stat-label{font-size:1rem}}.testimonial-card{border-left:4px solid var(--accent)}.testimonial-stats{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1rem;gap:1rem;padding-top:1rem;border-top:1px solid var(--bg-elevated);text-align:center}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.fade-in{animation:fadeIn .6s ease-out}.benefit-card{position:relative;overflow:hidden;opacity:0;transform:translateY(36px) scale(.96);transition:opacity .55s ease,transform .55s cubic-bezier(.22,1,.36,1),box-shadow .35s ease,border-color .35s ease;border:1px solid transparent;cursor:default}.benefit-card.benefit-visible{opacity:1;transform:translateY(0) scale(1)}.benefit-icon{font-size:2.5rem;margin-bottom:1rem;display:inline-block;transition:transform .35s cubic-bezier(.34,1.56,.64,1)}.benefit-title{color:var(--text-primary);font-size:1.15rem;margin-bottom:.35rem;transition:color .3s ease}.benefit-desc{color:var(--text-secondary);font-size:.92rem;transition:color .3s ease}.benefit-card.benefit-spotlight{transform:translateY(-6px) scale(1.03);z-index:2}.benefit-card.benefit-spotlight .benefit-icon{transform:scale(1.25) rotate(-6deg);animation:benefitIconBounce .5s cubic-bezier(.34,1.56,.64,1)}.benefit-card.benefit-spotlight .benefit-desc{color:var(--text-primary)}@keyframes benefitIconBounce{0%{transform:scale(1) rotate(0deg)}50%{transform:scale(1.35) rotate(6deg)}to{transform:scale(1.25) rotate(-6deg)}}.benefit-blue.benefit-spotlight{border-color:var(--brand-blue-hover);box-shadow:0 12px 40px rgba(59,130,246,.28)}.benefit-blue.benefit-spotlight .benefit-title{color:var(--brand-blue-hover)}.benefit-yellow.benefit-spotlight{border-color:var(--brand-yellow-light);box-shadow:0 12px 40px rgba(251,191,36,.25)}.benefit-yellow.benefit-spotlight .benefit-title{color:var(--brand-yellow-light)}.benefit-red.benefit-spotlight{border-color:var(--brand-red-hover);box-shadow:0 12px 40px rgba(239,68,68,.28)}.benefit-red.benefit-spotlight .benefit-title{color:var(--brand-red-hover)}.benefit-beam{position:absolute;top:0;left:-80%;width:60%;height:100%;background:linear-gradient(105deg,transparent,hsla(0,0%,100%,.09) 45%,hsla(0,0%,100%,.16) 50%,hsla(0,0%,100%,.09) 55%,transparent);pointer-events:none;opacity:0}.benefit-card.benefit-spotlight .benefit-beam{animation:benefitBeamSweep .9s ease-out}@keyframes benefitBeamSweep{0%{left:-80%;opacity:1}to{left:130%;opacity:0}}.benefit-card:after{content:"";position:absolute;bottom:0;left:0;height:3px;width:0;border-radius:0 3px 3px 0;transition:width .45s cubic-bezier(.22,1,.36,1)}.benefit-blue:after{background:var(--brand-blue-hover)}.benefit-yellow:after{background:var(--brand-yellow-light)}.benefit-red:after{background:var(--brand-red-hover)}.benefit-card.benefit-spotlight:after{width:100%}@media (prefers-reduced-motion:reduce){.benefit-card{opacity:1;transition:none}.benefit-card,.benefit-card.benefit-spotlight{transform:none}.benefit-card.benefit-spotlight .benefit-icon{animation:none;transform:none}.benefit-beam{display:none}}.page-offset{padding-top:70px}@media (min-width:768px){.page-offset{padding-top:80px}}.brands-rows{display:flex;flex-direction:column;gap:1rem;max-width:1200px;margin:0 auto;-webkit-mask-image:linear-gradient(90deg,transparent 0,#000 8%,#000 92%,transparent);mask-image:linear-gradient(90deg,transparent 0,#000 8%,#000 92%,transparent)}.brand-marquee{overflow:hidden;width:100%}.brand-track{display:flex;align-items:center;gap:.6rem;width:max-content;will-change:transform}.brand-track-left{animation:brand-scroll-left 40s linear infinite}.brand-track-right{animation:brand-scroll-right 40s linear infinite}.brand-card{flex:0 0 auto;width:100px;height:64px;display:flex;align-items:center;justify-content:center;padding:.55rem .7rem;background:var(--brand-white);border:1px solid var(--border);border-radius:12px;box-shadow:0 2px 8px rgba(15,23,42,.05);transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}.brand-card:hover{transform:translateY(-4px);border-color:var(--accent);box-shadow:0 10px 24px rgba(220,38,38,.14)}.brand-card img{max-width:100%;max-height:100%;width:auto;height:auto;object-fit:contain}@keyframes brand-scroll-left{0%{transform:translateX(0)}to{transform:translateX(-50%)}}@keyframes brand-scroll-right{0%{transform:translateX(-50%)}to{transform:translateX(0)}}@media (min-width:768px){.brand-track,.brands-rows{gap:1.25rem}.brand-card{width:170px;height:100px;padding:1rem 1.25rem}}.products-hero{padding:6rem 1rem 2.25rem;background:linear-gradient(135deg,#0f172a,#1e293b);color:var(--brand-white);text-align:center}.products-hero-content{max-width:800px;margin:0 auto}.products-hero-title{font-size:2.5rem;font-weight:800;margin-bottom:1rem;line-height:1.2}.products-hero-subtitle{font-size:1.125rem;color:hsla(0,0%,100%,.85);line-height:1.6}.products-catalog{padding:2.25rem 1rem;background:var(--bg-dark)}.products-catalog .container{max-width:1400px;margin:0 auto}.category-section{margin-bottom:2rem}.category-section:last-child{margin-bottom:0}.category-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.25rem;padding-bottom:1rem;border-bottom:2px solid var(--border)}.category-title{font-size:2rem}.category-count{font-size:.875rem;color:var(--text-tertiary);font-weight:500}.products-grid{display:grid;grid-template-columns:1fr;grid-gap:1.25rem;gap:1.25rem}.product-card{display:flex;flex-direction:column;background:var(--brand-white);border:1px solid var(--border);border-radius:12px;overflow:hidden;transition:all .3s ease;text-decoration:none;color:inherit;height:100%}.product-card:hover{transform:translateY(-4px);box-shadow:0 12px 24px rgba(15,23,42,.12);border-color:var(--accent)}.product-card-image{position:relative;width:100%;height:230px;background:var(--bg-card);overflow:hidden}.product-card-image img{transition:transform .3s ease}.product-card:hover .product-card-image img{transform:scale(1.05)}.product-card-category{position:absolute;top:1rem;right:1rem;background:var(--accent);color:var(--brand-white);padding:.375rem .875rem;border-radius:6px;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.product-card-content{padding:1.15rem;display:flex;flex-direction:column;flex:1 1}.product-card-title{font-size:1.25rem;font-weight:700;color:var(--text-primary);margin-bottom:.75rem;line-height:1.3}.product-card-description{font-size:.9375rem;color:var(--text-secondary);line-height:1.6;margin-bottom:1rem;flex:1 1}.product-card-footer{display:flex;align-items:center;justify-content:space-between;padding-top:1rem;border-top:1px solid var(--border)}.product-card-link{display:flex;align-items:center;gap:.5rem;color:var(--accent);font-weight:600;font-size:.9375rem;transition:gap .3s ease}.product-card:hover .product-card-link{gap:.75rem}.product-card-link svg{transition:transform .3s ease}.product-card:hover .product-card-link svg{transform:translateX(4px)}.products-cta{padding:2.75rem 1rem;background:linear-gradient(135deg,#0f172a,#1e293b);color:var(--brand-white);text-align:center}.products-cta-content{max-width:800px;margin:0 auto}.products-cta-content h2{font-size:2rem;font-weight:700;margin-bottom:1rem;line-height:1.2}.products-cta-content p{font-size:1.125rem;color:hsla(0,0%,100%,.85);margin-bottom:2rem;line-height:1.6}.products-cta-actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}@media (min-width:768px){.products-hero{padding:6.75rem 2rem 2.75rem}.products-hero-title{font-size:3.5rem}.products-hero-subtitle{font-size:1.25rem}.products-catalog{padding:2.5rem 2rem}.products-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}.product-card-image{height:260px}.products-cta{padding:3rem 2rem}.products-cta-content h2{font-size:2.5rem}}@media (min-width:1024px){.products-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem}.product-card-image{height:280px}.category-title{font-size:2.25rem}}.support-hero{padding:6rem 1rem 2.25rem;background:linear-gradient(180deg,#fff,#f8fafc);color:var(--text-primary);text-align:center}.support-hero .container{max-width:1200px;margin:0 auto}.support-hero-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:rgba(34,197,94,.15);border:1px solid rgba(34,197,94,.3);border-radius:50px;font-size:.875rem;font-weight:600;margin-bottom:1.5rem;color:#22c55e}.support-live-dot{width:8px;height:8px;background:#22c55e;border-radius:50%;animation:pulse-dot 2s ease-in-out infinite}@keyframes pulse-dot{0%,to{opacity:1;transform:scale(1)}50%{opacity:.7;transform:scale(1.2)}}.support-hero-title{font-size:2.5rem;font-weight:800;margin-bottom:1rem;line-height:1.2}.support-hero-accent{color:#ef4444}.support-hero-subtitle{font-size:1.125rem;color:var(--text-secondary);margin-bottom:1.5rem;max-width:600px;margin-left:auto;margin-right:auto}.support-stats-grid{display:grid;grid-template-columns:1fr;grid-gap:1.5rem;gap:1.5rem;max-width:1000px;margin:0 auto}.support-stat-card{background:var(--brand-white);border:1px solid var(--border);border-radius:12px;padding:1.5rem;text-align:center;transition:all .3s ease}.support-stat-card:hover{background:var(--brand-white);transform:translateY(-4px);box-shadow:0 12px 24px rgba(15,23,42,.08)}.support-stat-value{font-size:2.5rem;font-weight:800;color:#ef4444;margin-bottom:.5rem}.support-stat-label{font-size:1rem;font-weight:600;color:var(--text-primary);margin-bottom:.25rem}.support-stat-sublabel{font-size:.875rem;color:var(--text-tertiary)}.support-timeline-section{padding:2.75rem 1rem;background:var(--bg-card)}.support-timeline-section .container{max-width:1200px;margin:0 auto}.support-page .section-header{text-align:center;margin-bottom:1.5rem}.section-tag{display:inline-block;font-size:.875rem;font-weight:600;color:var(--accent);text-transform:uppercase;letter-spacing:.5px;margin-bottom:.75rem}.support-page .section-title{font-size:2rem;font-weight:700;color:var(--text-primary);margin-bottom:.5rem}.support-timeline{display:grid;grid-template-columns:1fr;grid-gap:2rem;gap:2rem;max-width:900px;margin:0 auto}.timeline-step{position:relative;background:var(--brand-white);border:1px solid var(--border);border-radius:12px;padding:2rem;text-align:center}.timeline-icon{font-size:3rem;margin-bottom:1rem}.timeline-time{font-size:.875rem;font-weight:700;color:var(--accent);text-transform:uppercase;letter-spacing:.5px;margin-bottom:.75rem}.timeline-title{font-size:1.25rem;font-weight:700;color:var(--text-primary);margin-bottom:.5rem}.timeline-description{font-size:.9375rem;color:var(--text-secondary);line-height:1.6}.timeline-connector{display:none}.support-services-section{padding:2.75rem 1rem;background:var(--bg-dark)}.support-services-section .container{max-width:1400px;margin:0 auto}.service-category{margin-bottom:2rem}.service-category:last-child{margin-bottom:0}.category-header-row{display:flex;align-items:center;gap:1rem;margin-bottom:2rem;padding-bottom:1rem;border-bottom:2px solid var(--border);border-left:4px solid;padding-left:1rem}.category-icon{width:50px;height:50px;display:flex;align-items:center;justify-content:center;border-radius:10px;font-size:1.5rem}.category-title{font-size:1.75rem;font-weight:700;color:var(--text-primary)}.services-grid{display:grid;grid-template-columns:1fr;grid-gap:2rem;gap:2rem}.service-card{background:var(--brand-white);border:1px solid var(--border);border-radius:12px;padding:2rem;transition:all .3s ease}.service-card:hover{transform:translateY(-4px);box-shadow:0 12px 24px rgba(15,23,42,.12);border-color:var(--accent)}.service-title{font-size:1.25rem;font-weight:700;color:var(--text-primary);margin-bottom:.75rem}.service-description{font-size:.9375rem;color:var(--text-secondary);line-height:1.6;margin-bottom:1.25rem}.service-features{list-style:none;display:grid;grid-gap:.75rem;gap:.75rem}.service-features li{display:flex;align-items:center;gap:.75rem;font-size:.9375rem;color:var(--text-primary)}.service-features li svg{flex-shrink:0;color:var(--accent)}.support-cta{padding:2.75rem 1rem;background:var(--brand-white);color:var(--text-primary)}.support-cta .container{max-width:1200px;margin:0 auto}.support-cta-content{text-align:center;margin-bottom:1.75rem}.support-cta-content h2{font-size:2rem;font-weight:700;margin-bottom:1rem}.support-cta-content p{font-size:1.125rem;color:var(--text-secondary);margin-bottom:2rem}.support-cta-actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.btn-large{padding:1rem 2rem;font-size:1.0625rem}.support-cta .btn-ghost{background:transparent;color:var(--text-primary);border:2px solid var(--border)}.support-cta .btn-ghost:hover{background:rgba(220,38,38,.08);border-color:rgba(220,38,38,.3);color:var(--accent)}.support-cta .btn-secondary{background:#16a34a;color:#fff;border:2px solid #16a34a;box-shadow:0 4px 14px rgba(22,163,74,.3)}.support-cta .btn-secondary:hover{background:#15803d;border-color:#15803d;color:#fff;box-shadow:0 6px 20px rgba(21,128,61,.35)}.support-contact-grid{display:grid;grid-template-columns:1fr;grid-gap:1.5rem;gap:1.5rem}.contact-method{background:var(--brand-white);border:1px solid var(--border);border-radius:12px;padding:2rem;text-align:center;transition:all .3s ease}.contact-method:hover{background:var(--brand-white);transform:translateY(-4px);box-shadow:0 12px 24px rgba(15,23,42,.08)}.contact-method-icon{font-size:3rem;margin-bottom:1rem}.contact-method h3{font-size:1.25rem;font-weight:700;margin-bottom:.5rem;color:var(--text-primary)}.contact-method p{font-size:.9375rem;color:var(--text-secondary);margin-bottom:.75rem}.contact-link{display:inline-block;font-size:.9375rem;font-weight:600;color:#ef4444;text-decoration:none;transition:color .3s ease}.contact-link:hover{color:#f87171}@media (min-width:768px){.support-hero{padding:6.75rem 2rem 2.75rem}.support-hero-title{font-size:3.5rem}.support-stats-grid,.support-timeline{grid-template-columns:repeat(2,1fr)}.support-timeline{gap:2.5rem}.services-grid,.support-contact-grid{grid-template-columns:repeat(2,1fr)}.support-contact-grid{gap:2rem}.support-page .section-title{font-size:2.5rem}}@media (min-width:1024px){.support-stats-grid,.support-timeline{grid-template-columns:repeat(4,1fr)}.timeline-step{position:relative}.timeline-connector{display:block;position:absolute;top:50%;right:-2rem;width:2rem;height:2px;background:var(--border)}.services-grid{grid-template-columns:repeat(2,1fr);gap:2.5rem}.support-contact-grid{grid-template-columns:repeat(4,1fr)}.brand-card{width:185px;height:108px}}@media (prefers-reduced-motion:reduce){.brand-track-left,.brand-track-right{animation-duration:120s}}.about-section{padding:2.75rem 1rem;background:linear-gradient(180deg,#fff,#f8fafc);color:var(--text-primary);position:relative;overflow:hidden}.about-container{max-width:1200px;margin:0 auto;display:flex;flex-direction:column;gap:2rem}.about-header{text-align:center;max-width:800px;margin:0 auto 1.5rem}.about-title-large{font-size:2.75rem;font-weight:800;line-height:1.2;color:var(--text-primary);margin-bottom:1rem;letter-spacing:-.02em}.about-title-large span{color:var(--accent);position:relative;display:inline-block}.about-title-large span:after{content:"";position:absolute;bottom:4px;left:0;width:100%;height:4px;background:rgba(220,38,38,.15);z-index:-1}.about-subtitle{font-size:1.125rem;color:var(--text-secondary);line-height:1.6}.profile-grid{display:grid;grid-template-columns:1fr;grid-gap:1.75rem;gap:1.75rem;align-items:center}@media (min-width:992px){.profile-grid{grid-template-columns:1.2fr .8fr}}.profile-main-text{font-size:1.15rem;line-height:1.7;color:var(--text-secondary)}.profile-main-text p{margin-bottom:1.5rem}.profile-main-text strong{color:var(--text-primary);font-weight:600}.specializations-list{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:.75rem;gap:.75rem;margin-top:1.5rem}@media (min-width:576px){.specializations-list{grid-template-columns:repeat(3,1fr)}}.spec-badge{display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;background:#fff;border:1px solid var(--border);border-radius:8px;font-size:.95rem;font-weight:600;color:var(--text-primary);box-shadow:0 2px 4px rgba(15,23,42,.02);transition:all .3s cubic-bezier(.4,0,.2,1)}.spec-badge:hover{transform:translateY(-2px);border-color:var(--brand-red);box-shadow:0 4px 12px rgba(220,38,38,.08)}.spec-icon{display:flex;align-items:center;justify-content:center;width:24px;height:24px;background:rgba(220,38,38,.08);color:var(--brand-red);border-radius:50%;font-size:.8rem}.glance-card{background:#fff;border:1px solid var(--border);border-radius:16px;padding:2.25rem 2rem;box-shadow:0 10px 30px rgba(15,23,42,.04);position:relative;overflow:hidden}.glance-card:before{content:"";position:absolute;top:0;left:0;width:4px;height:100%;background:var(--brand-red)}.glance-title{font-size:1.25rem;font-weight:700;margin-bottom:1.5rem;color:var(--text-primary);text-transform:uppercase;letter-spacing:.05em}.glance-stats{display:flex;flex-direction:column;gap:1.5rem}.glance-stat-item{display:flex;align-items:center;gap:1.25rem}.glance-stat-num{font-size:2.25rem;font-weight:800;color:var(--brand-red);line-height:1;min-width:90px}.glance-stat-label{font-size:.95rem;color:var(--text-secondary);font-weight:500;line-height:1.3}.direction-grid{display:grid;grid-template-columns:1fr;grid-gap:2.5rem;gap:2.5rem}@media (min-width:768px){.direction-grid{grid-template-columns:1fr 1fr}}.direction-card{background:#fff;border:1px solid var(--border);border-radius:16px;padding:2.5rem;box-shadow:0 8px 24px rgba(15,23,42,.03);transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;flex-direction:column;gap:1.5rem;position:relative}.direction-card:hover{transform:translateY(-4px);box-shadow:0 16px 36px rgba(15,23,42,.06)}.direction-card-header{display:flex;align-items:center;gap:1rem}.direction-icon-wrap{width:48px;height:48px;border-radius:12px;background:rgba(220,38,38,.08);color:var(--brand-red);display:flex;align-items:center;justify-content:center}.direction-card h3{font-size:1.5rem;font-weight:700;color:var(--text-primary)}.direction-card p{font-size:1.05rem;line-height:1.7;color:var(--text-secondary)}.mission-list{display:flex;flex-direction:column;gap:1rem;list-style:none;padding:0;margin-top:.5rem}.mission-item{display:flex;gap:.75rem;align-items:flex-start;font-size:1.025rem;line-height:1.5;color:var(--text-secondary)}.mission-check{margin-top:.25rem;color:var(--success);flex-shrink:0}.infra-banner{background:radial-gradient(circle at top left,#f8fafc 0,#f1f5f9 100%);border:1px solid var(--border);border-radius:20px;padding:3rem 2rem;position:relative;overflow:hidden;box-shadow:0 8px 30px rgba(15,23,42,.02)}@media (min-width:768px){.infra-banner{padding:2.25rem 2rem}}.product-detail-page>.section:not(.product-detail-hero){padding-top:1.5rem;padding-bottom:1.5rem}.infra-blueprint-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background-image:linear-gradient(rgba(15,23,42,.03) 1px,transparent 0),linear-gradient(90deg,rgba(15,23,42,.03) 1px,transparent 0);background-size:30px 30px;pointer-events:none}.infra-content{position:relative;z-index:2;max-width:900px}.infra-badge{display:inline-block;padding:.4rem .8rem;background:var(--brand-red);color:#fff;font-size:.8rem;font-weight:700;border-radius:6px;text-transform:uppercase;letter-spacing:.08em;margin-bottom:1.5rem}.infra-title{font-size:2.25rem;font-weight:800;color:var(--text-primary);margin-bottom:1.25rem;letter-spacing:-.01em}.infra-desc{font-size:1.15rem;line-height:1.75;color:var(--text-secondary);margin-bottom:2.5rem}.infra-features{display:grid;grid-template-columns:1fr;grid-gap:1.5rem;gap:1.5rem}@media (min-width:768px){.infra-features{grid-template-columns:repeat(3,1fr)}}.infra-feat-item{background:#fff;border:1px solid rgba(15,23,42,.05);border-radius:12px;padding:1.5rem;box-shadow:0 4px 12px rgba(15,23,42,.01);display:flex;flex-direction:column;gap:.5rem}.infra-feat-icon{font-size:1.75rem;margin-bottom:.25rem}.infra-feat-title{font-size:1.1rem;font-weight:700;color:var(--text-primary)}.infra-feat-desc{font-size:.9rem;color:var(--text-secondary);line-height:1.5}.values-header{text-align:center;margin-bottom:1rem}.values-grid{display:grid;grid-template-columns:1fr;grid-gap:2rem;gap:2rem}@media (min-width:768px){.values-grid{grid-template-columns:1fr 1fr}}.value-card{background:#fff;border:1px solid var(--border);border-radius:16px;padding:2.5rem;box-shadow:0 6px 20px rgba(15,23,42,.02);transition:all .3s cubic-bezier(.4,0,.2,1);position:relative}.value-card:hover{transform:translateY(-3px);box-shadow:0 12px 28px rgba(15,23,42,.05)}.value-card-border-red{border-left:4px solid var(--brand-red)}.value-card-border-blue{border-left:4px solid #3b82f6}.value-card h4{font-size:1.35rem;font-weight:700;margin-bottom:1rem;color:var(--text-primary);display:flex;align-items:center;gap:.75rem}.value-card p{font-size:1rem;line-height:1.65;color:var(--text-secondary)}.value-icon{font-size:1.5rem}@media print{.btn,.hero-buttons,.nav,footer{display:none}body{background:#fff;color:#000}}