@import url(https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&family=Sora:wght@500;600;700;800&display=swap);body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Manrope,Segoe UI,sans-serif;margin:0}code{font-family:Consolas,Courier New,monospace}:root{--font-body:"Manrope","Segoe UI",sans-serif;--font-display:"Sora","Segoe UI",sans-serif;--white:#fff;--off-white:#f9f8f6;--cream:#f3f1ed;--light-gray:#efefed;--border:#e8e6e1;--text-dark:#1a1917;--text-mid:#4a4744;--text-muted:#8c897f;--accent:#05c;--accent-light:#e8effd;--accent-hover:#003d99;--teal:#00acc1;--teal-light:#e0f7fa;--success:#1b5e20;--shadow-soft:0 2px 20px #1a19170f;--shadow-med:0 8px 40px #1a19171a;--shadow-strong:0 16px 60px #1a191724}*,:after,:before{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body,html{max-width:100%;overflow-x:hidden;overflow-x:clip;overscroll-behavior-x:none;width:100%}body{background:linear-gradient(180deg,#fff,#f3f8ff 55%,#fff);color:#1a1917;color:var(--text-dark);font-family:Times New Roman,Times,serif;line-height:1.6;min-height:100vh}#root{max-width:100%;overflow-x:hidden;overflow-x:clip;padding-top:70px;position:relative;width:100%}body.mobile-menu-open{overflow:hidden}a,button,input,select,textarea{font:inherit}nav{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#fffffff7;border-bottom:1px solid #e8e6e1;border-bottom:1px solid var(--border);gap:40px;height:70px;left:0;padding:0 40px;position:fixed;right:0;top:0;z-index:400}.nav-logo,nav{align-items:center;display:flex}.nav-logo{flex-shrink:0;text-decoration:none}.nav-logo-image{display:block;height:52px;max-width:min(100%,320px);width:auto}.nav-links{align-items:center;display:flex;flex:1 1;gap:4px;list-style:none}.nav-item{position:relative}.nav-links a{border-radius:8px;color:#4a4744;color:var(--text-mid);font-size:1rem;font-weight:500;padding:8px 14px;text-decoration:none;transition:all .2s}.nav-links a:hover{background:#f3f1ed;background:var(--cream);color:#1a1917;color:var(--text-dark)}.mega-menu{grid-gap:20px;background:linear-gradient(180deg,#fff,#f5f9ff);border:1px solid #d9e6f7;border-radius:16px;box-shadow:0 20px 50px #12407a29;display:grid;gap:20px;grid-template-columns:repeat(4,minmax(0,1fr));left:0;max-height:calc(100vh - 110px);opacity:0;overflow-y:auto;padding:18px 20px;pointer-events:none;position:absolute;top:calc(100% + 16px);transform:translateY(10px);transition:opacity .22s ease,transform .22s ease,visibility .22s ease;visibility:hidden;width:min(1020px,calc(100vw - 40px));z-index:250}.nav-item.is-open .mega-menu,.nav-item:focus-within .mega-menu{opacity:1;pointer-events:auto;transform:translateY(0);visibility:visible}.mega-col-title{color:#0d223f;font-size:.88rem;font-weight:800;letter-spacing:.04em;margin-bottom:10px;text-transform:uppercase}.mega-links{grid-gap:4px;display:grid;gap:4px;list-style:none}.mega-links span{display:inline-block}.mega-link-btn,.mega-links span{color:#73839a;font-size:.97rem;font-weight:700;padding:3px 0}.mega-link-btn{background:#0000;border:none;cursor:pointer;text-align:left}.mega-link-btn:hover{color:#0d223f}.nav-actions{align-items:center;display:flex;flex-shrink:0;gap:10px}.nav-mobile-toggle{align-items:center;background:#fff;border:1px solid #d9e6f7;border-radius:12px;box-shadow:0 8px 22px #0d223f14;color:#1a1917;color:var(--text-dark);cursor:pointer;display:none;flex-direction:column;gap:5px;height:44px;justify-content:center;width:44px}.nav-mobile-toggle span{background:currentColor;border-radius:999px;display:block;height:2px;transition:transform .2s ease,opacity .2s ease;width:18px}.nav-mobile-toggle.is-open span:first-child{transform:translateY(7px) rotate(45deg)}.nav-mobile-toggle.is-open span:nth-child(2){opacity:0}.nav-mobile-toggle.is-open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.nav-mobile-menu,.nav-mobile-menu-head{display:none}.nav-mobile-link{background:#0000;border:none;color:#4a4744;color:var(--text-mid);cursor:pointer;font-size:1rem;padding:0;text-align:left;transition:color .2s ease}.nav-mobile-link:focus-visible,.nav-mobile-link:hover{color:#1a1917;color:var(--text-dark);outline:none}.nav-mobile-group{border-bottom:1px solid #e8e6e1d9}.nav-mobile-link-expand{align-items:center;display:flex;justify-content:space-between}.nav-mobile-link-arrow{font-size:1rem;transition:transform .2s ease}.nav-mobile-group.is-open .nav-mobile-link-arrow{transform:rotate(90deg)}.nav-mobile-submenu{grid-gap:10px;display:grid;gap:10px;max-height:0;opacity:0;overflow:hidden;transition:max-height .28s ease,opacity .22s ease}.nav-mobile-group.is-open .nav-mobile-submenu{max-height:900px;opacity:1;padding:2px 0 12px}.nav-mobile-sublink,.nav-mobile-submenu-all{background:#f8fbff;border:none;border-radius:10px;color:#35506f;cursor:pointer;padding:8px 10px;text-align:left}.nav-mobile-submenu-all{color:#0d223f;font-size:.92rem;font-weight:700;margin-top:2px}.nav-mobile-subgroup{grid-gap:0;background:#fff;border:1px solid #e0ebf8;border-radius:12px;display:grid;gap:0;overflow:hidden;transition:border-color .2s ease,box-shadow .2s ease}.nav-mobile-subgroup-title{color:#7a889a;font-size:.7rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.nav-mobile-family-link,.nav-mobile-subgroup-toggle{background:#0000;border:none;color:inherit;cursor:pointer;padding:12px 14px;text-align:left}.nav-mobile-subgroup-toggle{align-items:center;display:flex;gap:12px;justify-content:space-between;width:100%}.nav-mobile-subgroup-toggle:focus-visible,.nav-mobile-subgroup-toggle:hover{background:#f8fbff;outline:none}.nav-mobile-subgroup-caret{color:#7a889a;font-size:.95rem;transition:transform .2s ease,color .2s ease}.nav-mobile-subgroup-links{grid-gap:6px;display:grid;gap:6px;grid-template-columns:1fr 1fr;max-height:0;opacity:0;overflow:hidden;padding:0 10px;transition:max-height .24s ease,opacity .18s ease,padding .18s ease}.nav-mobile-subgroup.is-open{border-color:#cfe1f4;box-shadow:0 10px 20px #0d223f0d}.nav-mobile-subgroup.is-open .nav-mobile-subgroup-caret{color:#0d223f;transform:rotate(90deg)}.nav-mobile-subgroup.is-open .nav-mobile-subgroup-links{max-height:1200px;opacity:1;padding:0 10px 10px}.nav-mobile-sublink{font-size:.84rem;line-height:1.25}.nav-mobile-family-link:focus-visible,.nav-mobile-family-link:hover,.nav-mobile-subgroup-toggle:focus-visible,.nav-mobile-subgroup-toggle:hover,.nav-mobile-sublink:focus-visible,.nav-mobile-sublink:hover,.nav-mobile-submenu-all:focus-visible,.nav-mobile-submenu-all:hover,.nav-mobile-submenu-jump:focus-visible,.nav-mobile-submenu-jump:hover{color:#0d223f;outline:none}.nav-mobile-sublink:focus-visible,.nav-mobile-sublink:hover,.nav-mobile-submenu-all:focus-visible,.nav-mobile-submenu-all:hover,.nav-mobile-submenu-jump:focus-visible,.nav-mobile-submenu-jump:hover{background:#eef7ff}.nav-mobile-submenu-groups{grid-gap:10px;display:grid;gap:10px}.nav-mobile-backdrop{display:none}.btn-nav{border:none;border-radius:8px;cursor:pointer;font-size:.975rem;font-weight:600;padding:9px 22px;text-decoration:none;transition:all .2s}.btn-nav-outline{background:#0000;border:1.5px solid #e8e6e1;border:1.5px solid var(--border);color:#4a4744;color:var(--text-mid)}.btn-nav-outline:hover{border-color:#1a1917;border-color:var(--text-dark);color:#1a1917;color:var(--text-dark)}.btn-nav-fill{background:#1a1917;background:var(--text-dark);color:#fff;color:var(--white)}.btn-nav-fill:hover{background:#05c;background:var(--accent)}.hero{background:linear-gradient(135deg,#fff,#eef5ff);display:grid;grid-template-columns:minmax(0,.98fr) minmax(0,1.02fr);height:calc(100vh - 70px);min-height:700px;overflow:hidden}.hero,.hero-left{position:relative}.hero-left{display:flex;flex-direction:column;justify-content:center;padding:38px 40px 30px 52px;z-index:1}.hero-badge{align-items:center;background:#e0f7fa;background:var(--teal-light);border-radius:100px;color:#006064;display:inline-flex;font-size:.845rem;font-weight:600;gap:8px;letter-spacing:.1em;margin-bottom:20px;padding:6px 14px;text-transform:uppercase;width:-webkit-fit-content;width:fit-content}.hero-badge-dot{animation:blink 2s infinite;background:#00acc1;background:var(--teal);border-radius:50%;height:6px;width:6px}@keyframes blink{0%,to{opacity:1}50%{opacity:.3}}.hero h1{color:#1a1917;color:var(--text-dark);font-family:Times New Roman,Times,serif;font-size:clamp(2.6rem,calc(3.8vw + .15rem),4.55rem);font-weight:900;letter-spacing:-.02em;line-height:1.05;margin-bottom:16px}.hero h1 .accent-word{color:#00acc1;color:var(--teal);font-style:italic}.hero-desc{color:#4a4744;color:var(--text-mid);font-size:1.06rem;font-weight:400;line-height:1.68;margin-bottom:20px;max-width:460px}.hero-actions{align-items:center;display:flex;gap:14px}.btn-primary,.btn-secondary{align-items:center;border-radius:10px;display:inline-flex;font-size:1.045rem;font-weight:600;gap:8px;padding:14px 32px;text-decoration:none;transition:all .25s}.btn-primary{background:#1a1917;background:var(--text-dark);border:none;box-shadow:0 4px 16px #1a191726;color:#fff;color:var(--white);cursor:pointer}.btn-primary:hover{background:#05c;background:var(--accent);box-shadow:0 8px 24px #0055cc40;transform:translateY(-2px)}.btn-secondary{background:#fff;background:var(--white);border:1.5px solid #e8e6e1;border:1.5px solid var(--border);color:#1a1917;color:var(--text-dark)}.btn-secondary:hover{border-color:#1a1917;border-color:var(--text-dark);box-shadow:0 2px 20px #1a19170f;box-shadow:var(--shadow-soft);transform:translateY(-2px)}.hero-stats{border-top:1px solid #e8e6e1;border-top:1px solid var(--border);display:flex;gap:40px;margin-top:22px;padding-top:18px}.stat-num{color:#1a1917;color:var(--text-dark);font-family:Times New Roman,Times,serif;font-size:2.15rem;font-weight:900;line-height:1}.stat-label{color:#8c897f;color:var(--text-muted);font-size:.905rem;font-weight:500;letter-spacing:.06em;margin-top:4px;text-transform:uppercase}.hero-right{align-items:center;background:linear-gradient(135deg,#dcecff,#f6faff);display:flex;justify-content:center;min-height:0;overflow:hidden;padding:10px;position:relative}.history-gesture{inset:0;pointer-events:none;position:fixed;z-index:390}.history-gesture-indicator{align-items:center;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#ffffffd1;border:1.5px solid #1a191729;border-radius:50%;box-shadow:0 18px 40px #0d223f1f;color:#1a19179e;display:inline-flex;height:68px;justify-content:center;position:fixed;top:50%;transform:translateY(-50%) scale(.86);transition:opacity .16s ease,transform .16s ease;width:68px}.history-gesture-back{left:24px}.history-gesture-forward{right:24px}.hero-visual-grid{grid-gap:10px;display:grid;gap:10px;grid-template-columns:1fr 1fr;grid-template-rows:1fr 1fr;height:100%;inset:10px;position:absolute;width:100%}.hero-vis-cell{align-items:stretch;background:#ffffffc7;border:1px solid #ffffff73;border-radius:28px;display:flex;flex-direction:column;isolation:isolate;justify-content:flex-start;overflow:hidden;position:relative;transition:background .3s ease,transform .3s ease,box-shadow .3s ease}.hero-vis-cell:before{border:1px solid #fff3;border-radius:22px;content:"";inset:10px;pointer-events:none;position:absolute;z-index:1}.hero-vis-media{inset:0;position:absolute;z-index:0}.hero-vis-image{bottom:4%;filter:drop-shadow(0 14px 24px rgba(0,0,0,.16));height:72%;object-fit:contain;object-position:bottom right;position:absolute;right:4%;transition:transform .9s ease,opacity .7s ease,filter .7s ease;width:72%}.hero-image-strong{height:68%;width:68%}.hero-image-dark,.hero-image-light,.hero-image-soft,.hero-image-strong{background:#0000;padding:0}.hero-vis-overlay{background:linear-gradient(180deg,#0a0c120f,#0a0c1205 36%,#0a0c122e),radial-gradient(circle at top left,#ffffff29,#0000 40%);inset:0;position:absolute;z-index:0}.hero-vis-cell:hover{box-shadow:0 20px 38px #0d223f1f;transform:translateY(-3px)}.hero-vis-cell:hover .hero-vis-image{transform:scale(1.04)}.hero-visual-content{margin-top:auto;max-width:38%;padding:18px 16px 20px;position:relative;text-align:left;text-shadow:0 4px 14px #0000001f;z-index:2}.hero-visual-title{font-family:Playfair Display,serif;font-size:1.7rem;font-weight:900;line-height:.98}.featured .hero-visual-title{color:#fff;color:var(--white);font-size:2rem}.hero-visual-subtitle{align-items:center;color:#1d2a3dc7;display:inline-flex;font-size:.78rem;letter-spacing:.03em;line-height:1.35;margin-top:10px;min-height:28px;text-transform:none}.featured .hero-visual-subtitle{color:#fffc;font-size:.78rem}.hero-cell-dark .hero-visual-title{color:#fff;color:var(--white);font-size:1.6rem}.hero-cell-dark .hero-visual-subtitle{color:#ffffffbd}.hero-cell-neutral .hero-visual-title{color:#1a1917;color:var(--text-dark);font-size:1.6rem}.hero-vis-cell-label{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffffeb;border-radius:999px;box-shadow:0 2px 20px #1a19170f;box-shadow:var(--shadow-soft);color:#4a4744;color:var(--text-mid);font-size:.68rem;font-weight:700;left:14px;letter-spacing:.08em;padding:6px 9px;position:absolute;text-transform:uppercase;top:14px;z-index:2}.hero-vis-chip{max-width:calc(100% - 28px);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.hero-vis-cell-label-teal{color:#006064}.hero-vis-cell-label-inverse{background:#1a1917d1;color:#ffffffdb}.hero-vis-dots{align-items:center;bottom:18px;display:flex;gap:6px;position:absolute;right:18px;z-index:2}.hero-vis-dot{background:#ffffff75;border-radius:999px;height:5px;transition:width .22s ease,background .22s ease,opacity .22s ease;width:5px}.hero-vis-dot.is-active{background:#ffffffe6;width:16px}.hero-vis-cell.featured{background:#00acc1;background:var(--teal);color:#fff;color:var(--white)}.hero-vis-cell.featured:hover{background:#0097a7}.hero-vis-cell.accent-bg{background:#e8effd;background:var(--accent-light)}.hero-cell-neutral{background:#f0f0ee}.hero-cell-dark,.ticker-wrap{background:#1a1917;background:var(--text-dark)}.ticker-wrap{overflow:hidden;padding:13px 0}.ticker-track{animation:ticker 25s linear infinite;display:flex;gap:0;white-space:nowrap}.ticker-item{align-items:center;color:#fff9;display:inline-flex;font-family:Times New Roman,Times,serif;font-size:.845rem;gap:16px;letter-spacing:.08em;padding:0 32px;text-transform:uppercase}.ticker-item:after{color:#00acc1;color:var(--teal);content:"·";font-size:1.325rem}@keyframes ticker{0%{transform:translateX(0)}to{transform:translateX(-50%)}}section{position:relative}.section-wrap{margin:0 auto;max-width:1200px;padding:100px 40px}.section-eyebrow{align-items:center;color:#00acc1;color:var(--teal);display:flex;font-family:Times New Roman,Times,serif;font-size:.825rem;gap:10px;letter-spacing:.14em;margin-bottom:12px;text-transform:uppercase}.section-eyebrow:before{background:#00acc1;background:var(--teal);content:"";display:block;height:2px;width:28px}h2.section-title{color:#1a1917;color:var(--text-dark);font-family:Times New Roman,Times,serif;font-size:clamp(2.125rem,calc(3.5vw + .125rem),3.125rem);font-weight:800;letter-spacing:-.02em;line-height:1.15;margin-bottom:16px}.section-sub{color:#8c897f;color:var(--text-muted);font-size:1.125rem;line-height:1.7;margin-bottom:56px;max-width:500px}.products-section{background:linear-gradient(180deg,#fff,#f7fbff)}.products-header{align-items:flex-end;display:flex;justify-content:space-between;margin-bottom:48px}.products-link{flex-shrink:0;white-space:nowrap}.products-grid{grid-gap:24px;display:grid;gap:24px;grid-template-columns:repeat(3,1fr)}.product-card{background:#fff;background:var(--white);border:1.5px solid #e8e6e1;border:1.5px solid var(--border);border-radius:16px;cursor:pointer;overflow:hidden;padding:36px 32px;position:relative;transition:all .3s ease}.product-card:before{background:linear-gradient(90deg,#00acc1,#05c);background:linear-gradient(90deg,var(--teal),var(--accent));content:"";height:3px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transform-origin:left;transition:transform .3s ease}.product-card:hover{border-color:#0000;box-shadow:0 16px 60px #1a191724;box-shadow:var(--shadow-strong);transform:translateY(-4px)}.product-card:hover:before{transform:scaleX(1)}.product-card:focus-visible{outline:2px solid #00acc1;outline:2px solid var(--teal);outline-offset:3px}.product-card-num{color:#8c897f;color:var(--text-muted);font-family:Times New Roman,Times,serif;font-size:.775rem;letter-spacing:.1em;margin-bottom:20px}.product-icon-wrap{align-items:center;background:#f3f1ed;background:var(--cream);border-radius:12px;display:flex;height:52px;justify-content:center;margin-bottom:20px;transition:background .3s;width:52px}.product-card:hover .product-icon-wrap{background:#e0f7fa;background:var(--teal-light)}.product-icon-wrap svg{stroke:currentColor;fill:none;stroke-width:1.8;color:#00acc1;color:var(--teal);height:24px;width:24px}.product-card h3{color:#1a1917;color:var(--text-dark);font-family:Times New Roman,Times,serif;font-size:1.475rem;font-weight:700;margin-bottom:12px}.product-card p{color:#8c897f;color:var(--text-muted);font-size:1.025rem;line-height:1.65;margin-bottom:24px}.product-tags{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:28px}.tag{background:#f3f1ed;background:var(--cream);border-radius:4px;color:#4a4744;color:var(--text-mid);font-family:Times New Roman,Times,serif;font-size:.775rem;letter-spacing:.04em;padding:4px 10px;text-transform:uppercase;transition:all .2s}.product-card:hover .tag{background:#e0f7fa;background:var(--teal-light);color:#006064}.product-card-link{align-items:center;background:#0000;border:none;color:#1a1917;color:var(--text-dark);cursor:pointer;display:inline-flex;font-size:.975rem;font-weight:600;gap:6px;padding:0;text-decoration:none;transition:gap .2s,color .2s}.product-card:hover .product-card-link{color:#00acc1;color:var(--teal);gap:10px}.about-section{background:linear-gradient(180deg,#edf5ff,#fff);border-top:1px solid #d9e6f7}.about-grid{grid-gap:80px;align-items:center;display:grid;gap:80px;grid-template-columns:1fr 1fr}.about-text h2{margin-bottom:20px}.about-text p{color:#4a4744;color:var(--text-mid);font-size:1.095rem;line-height:1.8;margin-bottom:18px}.about-metrics{grid-gap:16px;display:grid;gap:16px;grid-template-columns:1fr 1fr;margin-top:40px}.metric-box{background:#fff;background:var(--white);border:1px solid #e8e6e1;border:1px solid var(--border);border-radius:12px;padding:20px 24px;transition:box-shadow .2s}.metric-box:hover{box-shadow:0 2px 20px #1a19170f;box-shadow:var(--shadow-soft)}.metric-val{color:#1a1917;color:var(--text-dark);font-family:Times New Roman,Times,serif;font-size:2.125rem;font-weight:900;line-height:1}.metric-val.teal,.teal-text{color:#00acc1;color:var(--teal)}.metric-lbl{color:#8c897f;color:var(--text-muted);font-size:.875rem;font-weight:500;letter-spacing:.07em;margin-top:6px;text-transform:uppercase}.about-visual{position:relative}.about-card-stack{height:420px;position:relative}.about-card{background:#fff;background:var(--white);border:1.5px solid #e8e6e1;border:1.5px solid var(--border);border-radius:16px;box-shadow:0 8px 40px #1a19171a;box-shadow:var(--shadow-med);padding:28px;position:absolute;transition:transform .3s}.about-card:hover{transform:scale(1.02)}.about-card-main{background:#1a1917;background:var(--text-dark);color:#fff;color:var(--white);display:flex;flex-direction:column;height:280px;justify-content:flex-end;left:0;overflow:hidden;top:0;width:100%}.about-card-main:before{color:#ffffff0f;content:"RF\aMW";font-family:Times New Roman,Times,serif;font-size:8.125rem;font-weight:900;line-height:1;pointer-events:none;position:absolute;right:-20px;top:-20px;white-space:pre}.about-card-main h3{color:#fff;color:var(--white);font-family:Times New Roman,Times,serif;font-size:1.525rem;font-weight:700;margin-bottom:8px}.about-card-main p{color:#fff9;font-size:.975rem;line-height:1.5}.about-card-floating{bottom:0;padding:20px;right:-24px;text-align:center;width:200px;z-index:2}.float-num{color:#00acc1;color:var(--teal);font-family:Times New Roman,Times,serif;font-size:2.625rem;font-weight:900;line-height:1}.about-card-floating p{color:#8c897f;color:var(--text-muted);font-size:.875rem;font-weight:500;margin-top:4px}.about-card-cert{left:-24px;padding:16px 20px;top:200px;width:180px;z-index:2}.cert-label{color:#8c897f;color:var(--text-muted);font-family:Times New Roman,Times,serif;font-size:.745rem;letter-spacing:.1em;text-transform:uppercase}.about-cert-offset{margin-top:8px}.cert-val{color:#1a1917;color:var(--text-dark);font-family:Times New Roman,Times,serif;font-size:1.225rem;font-weight:700;margin-top:4px}.cert-val-small{font-size:1.025rem}.categories-section{background:linear-gradient(180deg,#fff,#f4f9ff);border-top:1px solid #d9e6f7}.cat-grid{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(4,1fr)}.cat-card{background:#f9f8f6;background:var(--off-white);border:1.5px solid #e8e6e1;border:1.5px solid var(--border);border-radius:14px;cursor:pointer;overflow:hidden;padding:24px 20px;position:relative;text-align:left;transition:all .25s}.cat-card:after{color:#8c897f;color:var(--text-muted);content:"→";font-size:1.125rem;position:absolute;right:20px;top:20px;transition:all .25s}.cat-card:hover{background:#1a1917;background:var(--text-dark);border-color:#1a1917;border-color:var(--text-dark);box-shadow:0 8px 40px #1a19171a;box-shadow:var(--shadow-med);transform:translateY(-3px)}.cat-card:hover:after{color:#00acc1;color:var(--teal);transform:rotate(-45deg)}.cat-icon{align-items:center;background:#fff;background:var(--white);border-radius:10px;display:flex;font-size:1.225rem;height:40px;justify-content:center;margin-bottom:16px;transition:background .25s;width:40px}.cat-card:hover .cat-icon{background:#ffffff1f}.cat-name{color:#1a1917;color:var(--text-dark);font-size:1.045rem;font-weight:700;margin-bottom:4px;transition:color .25s}.cat-card:hover .cat-name{color:#fff;color:var(--white)}.cat-sub{color:#8c897f;color:var(--text-muted);font-size:.875rem;line-height:1.5;transition:color .25s}.cat-card:hover .cat-sub{color:#ffffff8c}.cat-tech{color:#8c897f;color:var(--text-muted);font-size:1rem;line-height:1.5;margin-top:6px;transition:color .25s}.cat-card:hover .cat-tech{color:#ffffff8c}.cat-bar-wrap{margin-top:14px}.cat-bar{background:#e8e6e1;background:var(--border);border-radius:2px;height:3px;overflow:hidden;transition:background .25s}.cat-bar-inner{background:linear-gradient(90deg,#00acc1,#05c);background:linear-gradient(90deg,var(--teal),var(--accent));border-radius:2px;height:100%}.cat-card:hover .cat-bar{background:#ffffff26}.catalog-page-shell{padding:32px 24px 80px}.catalog-page-inner{margin:0 auto;width:min(1350px,calc(100% - 8px))}.catalog-breadcrumbs{align-items:center;color:#697586;display:flex;flex-wrap:wrap;font-size:.98rem;gap:12px;line-height:1.4;margin-bottom:20px}.catalog-breadcrumb-link{background:#0000;border:none;color:#697586;cursor:pointer;font-size:inherit;line-height:inherit;padding:0;transition:color .2s ease}.catalog-breadcrumb-link:focus-visible,.catalog-breadcrumb-link:hover{color:#00acc1;color:var(--teal);outline:none}.catalog-breadcrumb-sep{color:#96a0ad;font-size:1rem}.catalog-breadcrumb-current{color:#10233e;font-weight:700}.category-products-overlay{align-items:center;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#1012188a;display:flex;inset:0;justify-content:center;padding:24px;position:fixed;z-index:500}.category-products-cover{background:linear-gradient(180deg,#fff,#f4f9ff);border:1px solid #d9e6f7;border-radius:28px;box-shadow:0 16px 60px #1a191724;box-shadow:var(--shadow-strong);padding:32px;position:relative;width:min(1350px,100%)}.category-products-cover-page{width:100%}.category-products-close{align-items:center;background:#0000;border:none;border-radius:50%;color:#16b8d4;cursor:pointer;display:flex;font-size:1.9rem;font-weight:700;height:44px;justify-content:center;line-height:1;position:absolute;right:18px;top:18px;width:44px}.category-products-close:hover{color:#0fa7c1}.category-products-cover-head{padding-right:56px}.category-products-cover-family{background:radial-gradient(circle at top right,#00acc11f,#0000 28%),linear-gradient(180deg,#fff,#f1f7ff);width:min(1120px,100%)}.category-products-cover-head-family{background:linear-gradient(135deg,#00acc114,#0055cc0d);border:1px solid #00acc124;border-radius:24px;margin-bottom:28px;padding:28px 84px 24px 28px}.category-products-sub{margin-bottom:36px;max-width:640px}.category-products-grid{grid-gap:24px;display:grid;gap:24px;grid-template-columns:repeat(3,minmax(0,1fr))}.category-products-grid-single{grid-template-columns:1fr}.category-products-grid-single .category-products-section{max-width:100%}.category-products-section+.category-products-section{margin-top:28px}.category-products-section-title{color:#1a1917;color:var(--text-dark);font-size:1.25rem;margin-bottom:14px}.category-products-empty{background:linear-gradient(180deg,#fff,#f7fbff);border:1px dashed #cfe1f4;border-radius:22px;padding:32px 28px}.category-products-empty-copy{color:#5f6f86;font-size:1rem;line-height:1.7;max-width:520px}.category-products-section-family{background:#ffffffd1;border:1px solid #0055cc17;border-radius:24px;box-shadow:0 16px 40px #0d223f12;padding:28px}.category-products-section-head{margin-bottom:18px}.category-products-section-family .category-products-section-title{color:#0d223f;font-size:2rem;margin-bottom:8px}.category-products-section-copy{color:#5f6f86;font-size:1.02rem;line-height:1.7;max-width:560px}.mega-links-family{gap:14px;grid-template-columns:repeat(3,minmax(0,1fr))}.mega-link-btn-family{align-items:center;background:linear-gradient(180deg,#fff,#f5fbff);border:1px solid #d8e9f8;border-radius:18px;box-shadow:0 10px 24px #0d223f0d;color:#0d223f;display:flex;gap:16px;justify-content:space-between;min-height:92px;padding:18px 18px 16px;text-align:left;transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease,background .22s ease}.mega-link-btn-family:focus-visible,.mega-link-btn-family:hover{background:linear-gradient(180deg,#fff,#eaf9fd);border-color:#00acc159;box-shadow:0 16px 32px #0055cc1c;color:#006b79;outline:none;transform:translateY(-3px)}.mega-link-btn-family-label{font-size:1.08rem;font-weight:800;line-height:1.35}.mega-link-btn-family-arrow{align-items:center;background:#00acc11a;border-radius:999px;color:#00acc1;color:var(--teal);display:inline-flex;flex-shrink:0;font-size:1.05rem;height:34px;justify-content:center;width:34px}.category-product-card{background:#fff;background:var(--white);border:1.5px solid #e8e6e1;border:1.5px solid var(--border);border-radius:18px;box-shadow:0 2px 20px #1a19170f;box-shadow:var(--shadow-soft);cursor:pointer;overflow:hidden;transition:transform .2s ease,box-shadow .2s ease}.category-product-card:hover{box-shadow:0 8px 40px #1a19171a;box-shadow:var(--shadow-med);transform:translateY(-2px)}.category-product-card:focus-visible{outline:2px solid #16b8d4;outline-offset:2px}.category-product-image-wrap{align-items:center;background:#f7f7f5;display:flex;height:220px;justify-content:center;overflow:hidden}.category-product-image-wrap.is-empty{background:linear-gradient(135deg,#16b8d40d,#0a0c1205);border-bottom:1px solid #16b8d414}.category-product-image{background:#fff;height:100%;object-fit:contain;padding:4px;width:100%}.category-product-placeholder{align-items:center;border:2px dashed #cfcac0;border-radius:16px;color:#8c897f;color:var(--text-muted);display:flex;font-size:1rem;height:120px;justify-content:center;width:120px}.category-product-body{padding:24px}.category-product-actions{border-top:1px solid #10233e14;display:flex;justify-content:flex-start;margin-top:auto;min-height:68px}.category-product-action{align-items:center;background:#0000;border:none;display:inline-flex;font-size:1rem;font-weight:600;gap:10px;justify-content:center;padding:18px 20px;text-decoration:none;transition:background .22s ease,color .22s ease}.category-product-action-primary-text{color:#00acc1;color:var(--teal);cursor:default;justify-content:flex-start}.category-product-action-secondary{color:#697586}.category-product-action-secondary:hover{background:#69758614;color:#1a1917;color:var(--text-dark)}.category-product-action.is-disabled{color:#a0a8b4;cursor:default}.category-product-title{color:#00acc1;color:var(--teal);font-size:1.5rem;margin-bottom:12px}.category-product-description{-webkit-line-clamp:2;-webkit-box-orient:vertical;color:#4a4744;color:var(--text-mid);display:-webkit-box;font-size:1rem;line-height:1.7;overflow:hidden}.category-product-part{color:#00acc1;color:var(--teal);font-size:.92rem;font-weight:700;margin-bottom:8px}.product-spec-overlay{align-items:center;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#0a0c129e;display:flex;inset:0;justify-content:center;padding:24px;position:fixed;z-index:600}.product-spec-cover{background:#fff;border:1px solid #d9e6f7;border-radius:22px;box-shadow:0 16px 60px #1a191724;box-shadow:var(--shadow-strong);padding:28px 28px 24px;position:relative;width:min(980px,100%)}.product-spec-cover-page{max-width:980px;width:100%}.product-spec-close{background:#0000;border:none;color:#16b8d4;cursor:pointer;font-size:2rem;line-height:1;position:absolute;right:16px;top:14px}.product-spec-close:hover{color:#0fa7c1}.product-spec-sub{margin-bottom:20px;max-width:760px}.product-spec-part{margin-bottom:18px}.product-spec-image-wrap{align-items:center;background:#f7f7f5;border:1px solid #e8e6e1;border:1px solid var(--border);border-radius:14px;display:flex;height:320px;justify-content:center;margin-bottom:20px;overflow:hidden}.product-spec-image-wrap.is-empty{background:linear-gradient(135deg,#16b8d40d,#0a0c1205)}.product-spec-image{background:#fff;height:100%;object-fit:contain;width:100%}.product-spec-columns{grid-gap:18px;display:grid;gap:18px;grid-template-columns:1fr 1fr;margin-bottom:20px}.product-spec-column{background:#f9f8f6;background:var(--off-white);border:1px solid #e8e6e1;border:1px solid var(--border);border-radius:12px;padding:16px}.product-spec-column h4{font-size:1rem;margin-bottom:10px}.product-spec-column h4,.product-spec-cover .section-title{color:#00acc1;color:var(--teal)}.product-spec-list{grid-gap:10px;display:grid;gap:10px;margin-left:20px}.product-spec-list li{color:#4a4744;color:var(--text-mid);line-height:1.6}.product-datasheet-link{color:#05c;color:var(--accent);display:inline-block;font-weight:700}.why-section{background:linear-gradient(180deg,#edf5ff,#fff);border-top:1px solid #d9e6f7}.why-title{margin-bottom:48px}.why-grid{grid-gap:2px;border:1px solid #e8e6e1;border:1px solid var(--border);border-radius:16px;display:grid;gap:2px;grid-template-columns:repeat(2,1fr);overflow:hidden}.why-card{background:#fff;background:var(--white);padding:40px 36px;transition:background .2s}.why-card:hover{background:#f3f1ed;background:var(--cream)}.why-num{color:#8c897f;color:var(--text-muted);font-family:Times New Roman,Times,serif;font-size:.775rem;letter-spacing:.1em;margin-bottom:16px}.why-icon-box{align-items:center;aspect-ratio:1/1;background:linear-gradient(180deg,#f6fbff,#e8f6fb);border:1px solid #00acc129;border-radius:50%;display:flex;font-size:1.525rem;height:52px;justify-content:center;margin-bottom:20px;min-width:52px;overflow:hidden;transition:background .2s;width:52px}.contact-icon svg,.why-icon-box svg{stroke:#00acc1;stroke:var(--teal);fill:none;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;height:24px;width:24px}.why-card:hover .why-icon-box{background:#e0f7fa;background:var(--teal-light)}.why-card h4{color:#1a1917;color:var(--text-dark);font-family:Times New Roman,Times,serif;font-size:1.325rem;font-weight:700;margin-bottom:10px}.why-card p{color:#8c897f;color:var(--text-muted);font-size:1.025rem;line-height:1.65}.contact-section{background:linear-gradient(180deg,#fff,#f4f9ff);border-top:1px solid #d9e6f7}.contact-grid{grid-gap:80px;align-items:start;display:grid;gap:80px;grid-template-columns:1fr 1.3fr}.contact-left h2{margin-bottom:16px}.contact-left p{color:#8c897f;color:var(--text-muted);line-height:1.7;margin-bottom:40px}.contact-details{display:flex;flex-direction:column;gap:20px;margin-bottom:32px}.contact-item{align-items:flex-start;display:flex;gap:16px}.contact-icon{align-items:center;aspect-ratio:1/1;background:linear-gradient(180deg,#f6fbff,#e8f6fb);border:1px solid #00acc129;border-radius:50%;display:flex;flex-shrink:0;font-size:1.125rem;height:44px;justify-content:center;min-width:44px;overflow:hidden;width:44px}.contact-text-lbl{color:#8c897f;color:var(--text-muted);font-family:Times New Roman,Times,serif;font-size:.775rem;letter-spacing:.1em;margin-bottom:3px;text-transform:uppercase}.contact-text-val{color:#1a1917;color:var(--text-dark);font-size:1.025rem;font-weight:500}.contact-map-card{background:#ffffffeb;border:1.5px solid #d9e6f7;border-radius:20px;box-shadow:0 14px 38px #0d223f14;padding:18px}.contact-map-head{align-items:center;display:flex;gap:16px;justify-content:space-between;margin-bottom:14px}.contact-map-title{color:#1a1917;color:var(--text-dark);font-family:Times New Roman,Times,serif;font-size:1.1rem;font-weight:700}.contact-map-frame{background:#f5f9ff;border:1px solid #d9e6f7;border-radius:16px;overflow:hidden}.contact-map-frame iframe{border:0;display:block;height:320px;width:100%}.contact-form{background:#f9f8f6;background:var(--off-white);border:1.5px solid #e8e6e1;border:1.5px solid var(--border);border-radius:20px;padding:40px}.form-title{color:#1a1917;color:var(--text-dark);font-family:Times New Roman,Times,serif;font-size:1.525rem;font-weight:700;margin-bottom:28px}.form-grid{grid-gap:16px;display:grid;gap:16px;grid-template-columns:1fr 1fr}.form-group{display:flex;flex-direction:column;gap:6px;margin-bottom:16px}.form-group.full{grid-column:span 2}.form-group label{color:#4a4744;color:var(--text-mid);font-size:.905rem;font-weight:600;letter-spacing:.02em}.form-group input,.form-group select,.form-group textarea{background:#fff;background:var(--white);border:1.5px solid #e8e6e1;border:1.5px solid var(--border);border-radius:10px;color:#1a1917;color:var(--text-dark);font-size:1.025rem;outline:none;padding:12px 16px;resize:vertical;transition:border-color .2s,box-shadow .2s;width:100%}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:#00acc1;border-color:var(--teal);box-shadow:0 0 0 3px #00acc11f}.form-submit{align-items:center;background:#1a1917;background:var(--text-dark);border:none;border-radius:10px;color:#fff;color:var(--white);cursor:pointer;display:flex;font-size:1.075rem;font-weight:700;gap:8px;justify-content:center;margin-top:8px;padding:14px;transition:all .25s;width:100%}.form-submit:disabled{box-shadow:none;cursor:wait;opacity:.75;transform:none}.form-submit:hover{background:#00acc1;background:var(--teal);box-shadow:0 8px 24px #00acc140;transform:translateY(-2px)}.form-status{font-size:.96rem;line-height:1.6;margin-top:14px}.form-status-submitting{color:#4a4744;color:var(--text-mid)}.form-status-success{color:#1b5e20;color:var(--success)}.form-status-error{color:#b42318}.contact-whatsapp-link{align-items:center;color:#128c7e;display:inline-flex;font-size:.95rem;font-weight:700;margin-top:10px;text-decoration:none}.contact-whatsapp-link:hover{color:#0d6f63}.whatsapp-float{align-items:center;background:linear-gradient(135deg,#25d366,#128c7e);border-radius:999px;bottom:22px;box-shadow:0 16px 36px #128c7e47;color:#fff;display:inline-flex;gap:10px;padding:12px 18px 12px 14px;position:fixed;right:22px;text-decoration:none;transition:transform .22s ease,box-shadow .22s ease;z-index:380}.whatsapp-float:hover{box-shadow:0 20px 44px #128c7e57;transform:translateY(-3px)}.whatsapp-float-icon{align-items:center;display:inline-flex;flex-shrink:0;height:24px;justify-content:center;width:24px}.whatsapp-float-icon svg{display:block;height:24px;width:24px}.whatsapp-float-label{font-size:.96rem;font-weight:700;letter-spacing:.01em}.auth-modal{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#1a191794;display:flex;inset:0;justify-content:center;opacity:0;padding:24px;pointer-events:none;position:fixed;transition:opacity .25s ease,visibility .25s ease;visibility:hidden;z-index:400}.auth-modal.is-open{opacity:1;pointer-events:auto;visibility:visible}.auth-panel{background:#fff;background:var(--white);border-radius:28px;box-shadow:0 16px 60px #1a191724;box-shadow:var(--shadow-strong);display:grid;grid-template-columns:.95fr 1.05fr;overflow:hidden;transform:translateY(18px);transition:transform .25s ease;width:min(100%,980px)}.auth-modal.is-open .auth-panel{transform:translateY(0)}.auth-aside{background:linear-gradient(160deg,#1a1917,#003d99);color:#fff;color:var(--white);display:flex;flex-direction:column;gap:24px;justify-content:space-between;padding:44px 38px}.auth-kicker{color:#ffffffa6;font-size:.845rem;letter-spacing:.16em;text-transform:uppercase}.auth-aside h3,.auth-kicker{font-family:Times New Roman,Times,serif}.auth-aside h3{font-size:2.425rem;line-height:1.08;margin:14px 0 18px}.auth-aside p{color:#ffffffb8;font-size:1.075rem;line-height:1.7;max-width:320px}.auth-points{grid-gap:14px;display:grid;gap:14px}.auth-point{align-items:flex-start;color:#ffffffd1;display:flex;font-size:1.005rem;gap:12px}.auth-point strong{color:#fff;color:var(--white);display:block;margin-bottom:2px}.auth-point-mark{align-items:center;background:#ffffff1f;border-radius:10px;display:flex;flex-shrink:0;height:34px;justify-content:center;width:34px}.auth-main{padding:32px 34px 34px;position:relative}.auth-close{background:#fff;background:var(--white);border:1px solid #e8e6e1;border:1px solid var(--border);border-radius:50%;color:#4a4744;color:var(--text-mid);cursor:pointer;font-size:1.325rem;height:40px;position:absolute;right:18px;top:18px;width:40px}.auth-close:hover{border-color:#1a1917;border-color:var(--text-dark);color:#1a1917;color:var(--text-dark)}.auth-tabs{background:#f9f8f6;background:var(--off-white);border:1px solid #e8e6e1;border:1px solid var(--border);border-radius:999px;display:inline-grid;grid-template-columns:1fr 1fr;margin-bottom:28px;padding:4px}.auth-tab{background:#0000;border:none;border-radius:999px;color:#4a4744;color:var(--text-mid);cursor:pointer;font-size:1.005rem;font-weight:700;padding:10px 22px}.auth-tab.is-active{background:#1a1917;background:var(--text-dark);color:#fff;color:var(--white)}.auth-form{display:none}.auth-form.is-active{display:block}.auth-form h4{font-family:Times New Roman,Times,serif;font-size:1.925rem;line-height:1.1;margin-bottom:10px}.auth-form-intro{color:#8c897f;color:var(--text-muted);font-size:1.045rem;line-height:1.7;margin-bottom:24px}.auth-grid{grid-gap:16px;display:grid;gap:16px;grid-template-columns:1fr 1fr}.auth-grid .form-group.full{grid-column:span 2}.auth-helper{color:#8c897f;color:var(--text-muted);font-size:.975rem;margin-top:18px;text-align:center}.auth-switch{background:#0000;border:none;color:#00acc1;color:var(--teal);cursor:pointer;font:inherit;font-weight:700}.auth-switch:hover{color:#05c;color:var(--accent)}body.modal-open{overflow:hidden}footer{background:#1a1917;background:var(--text-dark);color:#fff;color:var(--white);padding:60px 40px 32px}.footer-inner{margin:0 auto;max-width:1200px}.footer-top{grid-gap:56px;display:grid;gap:56px;grid-template-columns:1.6fr 1fr 1fr 1fr;margin-bottom:48px}.footer-brand-logo{align-items:center;color:#fff;color:var(--white);display:flex;font-family:Times New Roman,Times,serif;font-size:1.325rem;font-weight:700;gap:8px;margin-bottom:16px}.footer-brand-logo-dot{background:#00acc1;background:var(--teal);border-radius:50%;height:8px;width:8px}.footer-brand p{color:#ffffff80;font-size:1.005rem;line-height:1.7;margin-bottom:24px;max-width:260px}.footer-socials{display:flex;gap:10px}.footer-social-btn{align-items:center;background:#ffffff14;border-radius:8px;color:#fff9;display:flex;font-size:.925rem;height:36px;justify-content:center;text-decoration:none;transition:all .2s;width:36px}.footer-social-btn:hover{background:#00acc1;background:var(--teal);color:#fff;color:var(--white)}.footer-col h5{color:#ffffffe6;font-size:.925rem;font-weight:700;letter-spacing:.08em;margin-bottom:20px;text-transform:uppercase}.footer-col ul{list-style:none}.footer-col ul li{margin-bottom:10px}.footer-col ul li a,.footer-link-button{color:#ffffff73;font-size:1.005rem;text-decoration:none;transition:color .2s}.footer-link-button{background:#0000;border:none;cursor:pointer;padding:0}.footer-col ul li a:hover,.footer-link-button:hover{color:#fff;color:var(--white)}.footer-bottom{align-items:center;border-top:1px solid #ffffff1a;display:flex;gap:24px;justify-content:space-between;padding-top:28px}.footer-bottom p{color:#ffffff59;font-family:Times New Roman,Times,serif;font-size:.925rem}.footer-badges{display:flex;flex-wrap:wrap;gap:10px}.footer-badge{border:1px solid #00acc166;border-radius:4px;color:#00acc1cc;font-family:Times New Roman,Times,serif;font-size:.745rem;letter-spacing:.08em;padding:4px 10px;text-transform:uppercase}@media (max-width:1024px){.catalog-page-shell{padding:24px 20px 64px}.catalog-page-inner,.category-products-cover-page,.product-spec-cover-page{width:100%}.category-products-cover{padding:28px 24px}.category-products-cover-head{padding-right:0}.hero{grid-template-columns:1fr;min-height:auto}.hero-right{height:300px}.history-gesture-indicator{height:58px;width:58px}.history-gesture-back{left:16px}.history-gesture-forward{right:16px}.hero-left{padding:60px 32px}.about-grid,.products-grid{grid-template-columns:1fr}.about-grid{gap:48px}.about-visual{display:none}.cat-grid{grid-template-columns:repeat(2,1fr)}.category-products-grid{gap:20px;grid-template-columns:1fr 1fr}.mega-links-family{grid-template-columns:repeat(2,minmax(0,1fr))}.category-product-image-wrap{height:200px}.category-product-body{padding:20px}.category-product-action{font-size:.92rem;padding:16px 14px}.category-product-title{font-size:1.3rem}.product-spec-image-wrap{height:280px}.contact-grid{gap:48px;grid-template-columns:1fr}.footer-top{gap:36px;grid-template-columns:1fr 1fr}.mega-menu{gap:16px;grid-template-columns:repeat(2,minmax(0,1fr));width:min(820px,calc(100vw - 32px))}}@media (max-width:768px){nav{flex-wrap:nowrap;gap:10px;height:auto;justify-content:space-between;min-height:64px;padding:0 14px}.nav-logo{max-width:calc(100% - 60px);min-width:0}.nav-logo-image{height:42px;max-width:240px}.btn-nav-outline,.nav-links{display:none}.nav-actions{flex-shrink:0;margin-left:0}.btn-nav-fill{display:none}.nav-mobile-toggle{display:inline-flex;position:relative;z-index:421}.nav-mobile-menu{-webkit-overflow-scrolling:touch;align-items:stretch;background:#fff;border-left:1px solid #d9e6f7;box-shadow:-18px 0 40px #0d223f24;display:flex;flex-direction:column;gap:0;height:calc(100dvh - 70px);justify-content:flex-start;opacity:0;overflow-y:auto;overscroll-behavior:contain;padding:16px 18px 20px;pointer-events:none;position:fixed;right:0;top:70px;transform:translateX(100%);transition:transform .24s ease,opacity .24s ease,visibility .24s ease;visibility:hidden;width:min(320px,86vw);z-index:420}.nav-mobile-menu.is-open{opacity:1;pointer-events:auto;transform:translateX(0);visibility:visible}.nav-mobile-menu-head{border-bottom:1px solid #d9e6f7e6;display:block;margin-bottom:8px;padding-bottom:10px}.nav-mobile-menu-title{color:#7a889a;font-size:.88rem;font-weight:800;letter-spacing:.16em;text-transform:uppercase}.nav-mobile-link{font-size:1.05rem;padding:14px 0;width:100%}.nav-mobile-menu>.nav-mobile-link{border-bottom:1px solid #e8e6e1d9}.nav-mobile-backdrop{-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background:#0a0c125c;border:none;display:block;inset:0;position:fixed;z-index:410}.section-wrap{padding:56px 18px}.catalog-page-shell{padding:18px 14px 48px}.catalog-breadcrumbs{font-size:.88rem;gap:8px;margin-bottom:14px}.products-header{align-items:flex-start;flex-direction:column;gap:14px;margin-bottom:28px}.hero-left{padding:38px 16px 30px}.hero-right{height:236px;padding:8px}.history-gesture-indicator{height:50px;width:50px}.history-gesture-back{left:10px}.history-gesture-forward{right:10px}.hero-badge{font-size:.68rem;letter-spacing:.07em;line-height:1.4;margin-bottom:16px;max-width:100%;padding:7px 12px;white-space:normal}.hero h1{font-size:clamp(2rem,7.8vw,2.8rem);line-height:1.04;margin-bottom:14px}.hero-desc{font-size:.95rem;line-height:1.72;margin-bottom:20px;max-width:100%}.hero-actions{gap:12px}.btn-primary,.btn-secondary{font-size:.98rem;justify-content:center;min-height:48px;padding:13px 18px;width:100%}.hero-stats{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(3,minmax(0,1fr));margin-top:26px;padding-top:18px}.stat-num{font-size:clamp(1.55rem,6.8vw,1.95rem)}.stat-label{font-size:.68rem;line-height:1.35}.hero-stats>div{min-width:0}.hero-visual-grid{gap:8px;inset:8px}.hero-vis-cell{border-radius:18px}.hero-vis-cell:before{border-radius:14px;inset:7px}.hero-vis-image{bottom:8%;height:52%;right:3%;width:52%}.hero-visual-content{bottom:12px;left:10px;max-width:none;padding:0;position:absolute;right:60%}.hero-visual-title{font-size:1rem;letter-spacing:-.02em;line-height:1}.featured .hero-visual-title{font-size:1.08rem}.hero-cell-dark .hero-visual-title,.hero-cell-neutral .hero-visual-title{font-size:.94rem}.featured .hero-visual-subtitle,.hero-visual-subtitle{display:none}.hero-vis-cell-label{font-size:.46rem;left:8px;line-height:1.1;max-width:calc(100% - 52px);padding:3px 6px;top:8px;white-space:nowrap}.hero-vis-dots{display:none}.ticker-wrap{padding:10px 0}.ticker-item{font-size:.72rem;letter-spacing:.06em;padding:0 22px}.section-eyebrow{font-size:.72rem;letter-spacing:.12em;margin-bottom:10px}.section-eyebrow:before{width:22px}h2.section-title{font-size:clamp(1.9rem,7.2vw,2.5rem);line-height:1.15;margin-bottom:12px}.section-sub{font-size:1rem;line-height:1.65;margin-bottom:32px;max-width:100%}.products-link{justify-content:center;width:100%}.cat-grid{gap:12px;grid-template-columns:1fr 1fr}.product-card{border-radius:14px;padding:24px 20px}.product-card-num{font-size:.72rem;margin-bottom:14px}.product-icon-wrap{height:44px;margin-bottom:16px;width:44px}.product-card h3{font-size:1.26rem;margin-bottom:10px}.product-card p{font-size:.96rem;line-height:1.6;margin-bottom:18px}.product-tags{gap:8px;margin-bottom:20px}.tag{font-size:.7rem;padding:4px 8px}.product-card-link{font-size:.92rem}.about-text p{font-size:.98rem;line-height:1.7}.about-metrics{gap:12px;grid-template-columns:1fr;margin-top:24px}.metric-box{padding:18px 16px}.metric-val{font-size:1.8rem}.metric-lbl{font-size:.78rem}.cat-card{min-height:176px;padding:18px 14px}.cat-card:after{right:14px;top:16px}.cat-name{font-size:1.05rem}.cat-sub,.cat-tech{font-size:.86rem;line-height:1.5}.category-products-grid{gap:16px;grid-template-columns:1fr}.category-products-cover-head-family{margin-bottom:20px;padding:20px}.category-products-section-family{border-radius:20px;padding:20px 16px}.category-products-section-family .category-products-section-title{font-size:1.45rem}.mega-links-family{grid-template-columns:1fr}.mega-link-btn-family{min-height:74px;padding:16px}.category-products-cover{border-radius:20px;padding:20px 16px}.product-spec-cover{border-radius:20px;padding:20px 16px 18px}.product-spec-columns{grid-template-columns:1fr}.category-products-sub,.product-spec-sub{margin-bottom:18px}.category-products-section-title{font-size:1.12rem;margin-bottom:12px}.category-product-image-wrap{height:180px}.category-product-body{padding:18px 16px}.category-product-actions{min-height:60px}.category-product-action{font-size:.86rem;gap:6px;padding:14px 12px}.category-product-title{font-size:1.18rem;margin-bottom:8px}.category-product-description{-webkit-line-clamp:3;font-size:.96rem;line-height:1.6}.product-spec-image-wrap{height:220px;margin-bottom:18px}.product-spec-column{padding:14px}.product-spec-list{gap:8px;margin-left:18px}.product-datasheet-link{text-align:center;width:100%}.why-grid{gap:16px;grid-template-columns:1fr}.contact-card,.contact-form,.why-card{padding:22px 18px}.footer-top{gap:24px;grid-template-columns:1fr}footer{padding:40px 18px 22px}.footer-bottom{align-items:flex-start;flex-direction:column;gap:14px}.whatsapp-float{border-radius:50%;bottom:calc(16px + env(safe-area-inset-bottom, 0px));box-shadow:0 16px 34px #128c7e57;height:58px;justify-content:center;padding:0;right:calc(16px + env(safe-area-inset-right, 0px));width:58px}.whatsapp-float-label{display:none}.whatsapp-float-icon,.whatsapp-float-icon svg{height:28px;width:28px}.form-grid{grid-template-columns:1fr}.form-group.full{grid-column:span 1}.form-group label{font-size:.92rem;margin-bottom:8px}.form-group input,.form-group select,.form-group textarea{font-size:.98rem;padding:12px 14px}.hero-actions{align-items:stretch;flex-direction:column}.auth-panel{grid-template-columns:1fr;max-height:calc(100vh - 32px);overflow-y:auto}.auth-aside{padding:32px 24px}.auth-main{padding:24px 20px 28px}.auth-grid{grid-template-columns:1fr}.auth-grid .form-group.full{grid-column:span 1}}@media (max-width:520px){#root{padding-top:60px}nav{min-height:60px;padding:0 12px}.nav-logo{max-width:calc(100% - 52px)}.nav-logo-image{height:36px;max-width:210px}.nav-mobile-menu{height:calc(100dvh - 60px);padding:16px 14px 18px;top:60px;width:min(300px,88vw)}.nav-mobile-link{font-size:1rem}.nav-mobile-subgroup-links{grid-template-columns:1fr}.nav-mobile-submenu{gap:8px}.nav-mobile-sublink,.nav-mobile-submenu-all{border-radius:9px;padding:7px 9px}.nav-mobile-sublink{font-size:.8rem}.section-wrap{padding:48px 14px}.hero-left{padding:32px 12px 24px}.hero-right{height:264px;padding:6px}.history-gesture,.history-gesture-indicator{display:none}.hero h1{font-size:clamp(1.8rem,8.2vw,2.45rem)}.about-text p,.category-product-description,.hero-desc,.product-card p,.section-sub{font-size:.94rem}.hero-badge{font-size:.64rem;letter-spacing:.05em;padding:6px 10px}.hero-stats{gap:10px;grid-template-columns:repeat(2,minmax(0,1fr))}.hero-stats>div:last-child{grid-column:1/-1}.stat-num{font-size:1.55rem}.stat-label{font-size:.64rem}.hero-visual-grid{gap:6px;inset:6px}.hero-vis-cell{border-radius:16px}.hero-vis-cell:before{border-radius:12px;inset:6px}.hero-vis-image{bottom:8%;height:70%;right:3%;width:90%}.hero-visual-title{font-size:.86rem}.featured .hero-visual-title{font-size:.98rem}.hero-cell-dark .hero-visual-title,.hero-cell-neutral .hero-visual-title{font-size:.84rem}.featured .hero-visual-subtitle,.hero-vis-cell-label,.hero-visual-subtitle{font-size:.42rem}.hero-visual-content{bottom:10px;left:8px;max-width:none;padding:0;right:52%}.hero-vis-cell-label{max-width:calc(100% - 48px);padding:2px 5px}.cat-grid{grid-template-columns:1fr}.cat-card{min-height:auto}.category-products-cover,.product-card,.product-spec-cover{padding-left:14px;padding-right:14px}.category-product-title,.product-card h3{font-size:1.1rem}.category-product-image-wrap{height:160px}.product-spec-image-wrap{height:190px}.contact-card,.contact-form,.metric-box,.product-spec-column,.why-card{padding:16px 14px}.footer-badges{gap:8px}.footer-badge{font-size:.68rem}}.fade-up{animation:fadeUp .65s ease forwards;opacity:0;transform:translateY(24px)}.fade-up:first-child{animation-delay:.1s}.fade-up:nth-child(2){animation-delay:.2s}.fade-up:nth-child(3){animation-delay:.3s}.fade-up:nth-child(4){animation-delay:.4s}@keyframes fadeUp{to{opacity:1;transform:translateY(0)}}.admin-page{background:linear-gradient(180deg,#f7fbff,#fff);min-height:100vh}.admin-shell{margin:0 auto;max-width:1320px;padding:110px 24px 48px}.admin-header{align-items:flex-start;display:flex;gap:24px;justify-content:space-between;margin-bottom:28px}.admin-title{font-family:Times New Roman,Times,serif;font-size:clamp(2rem,4vw,3rem);line-height:1.1;margin-bottom:10px}.admin-subtitle{color:#8c897f;color:var(--text-muted);max-width:640px}.admin-auth{grid-gap:10px;display:grid;gap:10px;width:min(100%,320px)}.admin-auth label{color:#4a4744;color:var(--text-mid);font-size:.88rem;font-weight:700}.admin-auth input,.admin-list-item select,.admin-product-form input,.admin-product-form textarea,.admin-toolbar input,.admin-toolbar select{background:#fff;background:var(--white);border:1px solid #e8e6e1;border:1px solid var(--border);border-radius:12px;padding:12px 14px;width:100%}.admin-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:1.05fr .95fr;margin-bottom:20px}.admin-card{background:#fff;background:var(--white);border:1px solid #e8e6e1;border:1px solid var(--border);border-radius:22px;box-shadow:0 2px 20px #1a19170f;box-shadow:var(--shadow-soft);padding:22px}.admin-card-head{align-items:center;display:flex;gap:16px;justify-content:space-between;margin-bottom:16px}.admin-card h2{font-family:Times New Roman,Times,serif;font-size:1.6rem}.admin-toolbar{display:flex;gap:10px;margin-bottom:14px}.admin-toolbar>*{flex:1 1}.admin-textarea{border:1px solid #e8e6e1;border:1px solid var(--border);border-radius:14px;font-family:Consolas,monospace;font-size:.92rem;line-height:1.6;min-height:520px;padding:16px;resize:vertical;width:100%}.admin-message{color:#4a4744;color:var(--text-mid);margin-top:12px}.admin-message.is-error{color:#9f1d20}.admin-product-form{grid-gap:10px;display:grid;gap:10px;margin-bottom:16px}.admin-sections{grid-gap:18px;display:grid;gap:18px}.admin-section-block{background:#fbfdff;border:1px solid #e8e6e1;border:1px solid var(--border);border-radius:18px;padding:18px}.admin-section-block h3{font-family:Times New Roman,Times,serif;font-size:1.25rem;margin-bottom:14px}.admin-form-grid{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(2,minmax(0,1fr))}.admin-field{grid-gap:7px;display:grid;gap:7px}.admin-field span{color:#4a4744;color:var(--text-mid);font-size:.88rem;font-weight:700}.admin-field input,.admin-field textarea{background:#fff;background:var(--white);border:1px solid #e8e6e1;border:1px solid var(--border);border-radius:12px;padding:12px 14px;width:100%}.admin-field textarea{resize:vertical}.admin-field-full{grid-column:1/-1}.admin-product-form textarea{min-height:96px;resize:vertical}.admin-list{grid-gap:12px;display:grid;gap:12px}.admin-list-item{align-items:flex-start;background:#fbfdff;border:1px solid #e8e6e1;border:1px solid var(--border);border-radius:14px;display:flex;gap:16px;justify-content:space-between;padding:14px}.admin-list-item p{color:#4a4744;color:var(--text-mid);margin-top:4px}.admin-list-item-enquiry{align-items:center}.admin-delete{background:#fff1f2;border:none;border-radius:10px;color:#9f1d20;cursor:pointer;padding:10px 14px}.admin-list-actions{display:flex;gap:10px}@media (max-width:900px){.admin-grid,.admin-header{flex-direction:column;grid-template-columns:1fr}.admin-shell{padding:88px 16px 32px}.admin-card{padding:18px}.admin-card-head,.admin-list-item{align-items:stretch;flex-direction:column}.admin-form-grid{grid-template-columns:1fr}.admin-field-full{grid-column:auto}}a,body,button,input,li,p,select,textarea{font-family:Manrope,Segoe UI,sans-serif;font-family:var(--font-body)}.admin-card h2,.admin-section-block h3,.admin-title,.cat-name,.category-product-title,.category-products-section-title,.contact-form h3,.contact-map-card h3,.footer-badge,.footer-brand h3,.hero h1,.hero-visual-title,.metric-val,.product-card h3,.product-card-num,.product-spec-column h4,.stat-num,.ticker-item,.why-card h3,h2.section-title{font-family:Sora,Segoe UI,sans-serif;font-family:var(--font-display)}.cat-sub,.cat-tech,.catalog-page-back-label,.contact-info-label,.footer-bottom p,.hero-badge,.section-eyebrow,.stat-label{font-family:Manrope,Segoe UI,sans-serif;font-family:var(--font-body);letter-spacing:.04em}
/*# sourceMappingURL=main.0b1c4e43.css.map*/