:root{--navy:#102238;--navy2:#172e48;--blue:#249dd4;--sky:#eaf6fb;--ink:#1a2d3d;--muted:#647584;--line:#e1e8ee;--paper:#f5f8fa;--white:#fff}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);font-family:'DM Sans',Arial,sans-serif;background:#fff}h1,h2,h3,h4,p{margin-top:0}h1,h2,h3,h4{font-family:Manrope,Arial,sans-serif;letter-spacing:-.035em}a{color:inherit;text-decoration:none}button,input,textarea,select{font:inherit}button{cursor:pointer}img{max-width:100%}.container{width:min(1180px,calc(100% - 40px));margin:auto}.topline{background:#102238;color:#dbe8f0;font-size:12px}.topline-inner{min-height:34px;display:flex;align-items:center;justify-content:space-between;gap:20px}.site-header{background:#fff;box-shadow:0 1px 0 var(--line);position:sticky;top:0;z-index:20}.header-inner{min-height:88px;display:flex;align-items:center;gap:34px}.brand{display:flex;align-items:center;gap:12px;min-width:255px}.brand-logo{display:block;width:57px;height:57px;overflow:hidden;flex:none}.brand-logo img{width:100%;height:100%;object-fit:cover;transform:scale(1.52)}.brand-name{font-family:Manrope;font-size:15px;font-weight:600;line-height:1.25;letter-spacing:-.02em}.brand-name strong{display:block;color:var(--navy);font-size:22px;letter-spacing:-.06em}.nav{display:flex;align-items:center;gap:30px;margin-left:auto;font-size:14px;font-weight:700}.nav a:hover,.product-actions a:hover{color:var(--blue)}.quote-header{background:var(--blue);color:#fff;padding:13px 18px;border-radius:8px;display:flex;align-items:center;gap:10px;font-size:13px;font-weight:800;white-space:nowrap}.quote-header b{display:grid;place-items:center;background:#fff;color:var(--blue);width:22px;height:22px;border-radius:50%;font-size:12px}.mobile-menu{display:none}.hero{background:var(--navy);color:#fff;overflow:hidden}.hero-grid{min-height:520px;display:grid;grid-template-columns:53% 47%;align-items:center}.hero-copy{padding:70px 45px 70px 0}.eyebrow{font-weight:800;text-transform:uppercase;letter-spacing:.17em;font-size:11px;color:var(--blue)}.hero .eyebrow{color:#77cef4}.hero h1{font-size:clamp(38px,4.2vw,62px);line-height:1.1;max-width:690px;margin:22px 0}.hero p{font-size:17px;line-height:1.7;color:#d5e2ed;max-width:550px}.button-row{display:flex;gap:12px;flex-wrap:wrap;margin-top:31px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:12px;padding:14px 20px;border-radius:7px;font-weight:800;font-size:14px;border:1px solid transparent;transition:.2s}.btn-primary{background:var(--blue);color:#fff}.btn-primary:hover,.quote-header:hover{background:#1789bf;color:#fff}.btn-light{background:#fff;color:var(--navy)}.btn-outline{border-color:#738498;color:#fff}.hero-visual{height:100%;position:relative;display:grid;place-items:center;padding:50px 25px}.hero-visual:before{content:'';position:absolute;width:650px;height:650px;left:2%;top:-70px;border-radius:50%;background:radial-gradient(circle,#2f5772 0%,#1a3854 57%,transparent 70%)}.hero-product{position:relative;background:#fff;border-radius:24px;box-shadow:0 28px 70px #08192a70;width:min(380px,88%);height:360px;padding:28px;transform:rotate(3deg);display:grid;place-items:center}.hero-product img{width:100%;height:100%;object-fit:contain}.trust-strip{background:#f5f8fa;border-bottom:1px solid var(--line)}.trust-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;padding:25px 0}.trust-item{display:flex;align-items:center;gap:12px;font-size:13px;color:var(--muted)}.trust-icon{height:37px;width:37px;background:#e1f2fa;border-radius:9px;display:grid;place-items:center;color:#157fae;font-size:20px;flex:none}.trust-item strong{display:block;color:var(--navy);font-size:14px}.section{padding:80px 0}.section-soft{background:var(--paper)}.section-heading{display:flex;align-items:end;justify-content:space-between;gap:25px;margin-bottom:30px}.section-heading h2{font-size:clamp(29px,3vw,42px);line-height:1.18;margin:8px 0 0}.section-heading p{color:var(--muted);line-height:1.65;max-width:560px;margin:10px 0 0}.text-link{color:#167fb0;font-weight:800;font-size:14px;white-space:nowrap}.category-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.category-card{min-height:265px;background:linear-gradient(140deg,#e7f3f8,#c9e4f0);border:1px solid #d4e9f1;border-radius:13px;padding:24px;display:flex;flex-direction:column;justify-content:space-between;position:relative;overflow:hidden;transition:transform .2s,box-shadow .2s}.category-card:hover{transform:translateY(-4px);box-shadow:0 16px 32px #0d365019}.category-card:nth-child(2){background:linear-gradient(140deg,#eef2f5,#d7e5ec)}.category-card:nth-child(3){background:linear-gradient(140deg,#e5f0f7,#d1e7f0)}.category-card:nth-child(4){background:linear-gradient(140deg,#e8f6fa,#d7edf4)}.category-card h3{font-size:21px;line-height:1.25;max-width:150px;margin:0;position:relative;z-index:1}.category-card span{font-size:13px;font-weight:800;color:#1877a2;position:relative;z-index:1}.category-card img{position:absolute;width:155px;height:155px;object-fit:contain;right:-8px;bottom:13px;mix-blend-mode:multiply}.category-card .category-glyph{position:absolute;right:22px;bottom:22px;font-size:95px;color:#87b6ca;line-height:1;font-weight:800;opacity:.65}.products-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.product-card{border:1px solid var(--line);border-radius:12px;overflow:hidden;background:#fff;display:flex;flex-direction:column;transition:box-shadow .2s,transform .2s}.product-card:hover{transform:translateY(-3px);box-shadow:0 15px 30px #18324812}.product-image{height:220px;background:#f9fbfc;display:grid;place-items:center;padding:23px;border-bottom:1px solid #eff2f4}.product-image img{width:100%;height:100%;object-fit:contain}.no-image{color:#9caab4;text-align:center;line-height:1.5}.product-body{padding:18px;display:flex;flex-direction:column;flex:1}.product-brand{color:#1188bc;text-transform:uppercase;letter-spacing:.1em;font-weight:800;font-size:10px}.product-title{font-family:Manrope;font-weight:800;line-height:1.35;margin:9px 0;min-height:57px}.product-meta{color:#83929d;font-size:12px;margin-bottom:19px}.product-actions{display:flex;flex-direction:column;gap:10px;margin-top:auto}.product-actions a{font-size:13px;font-weight:800}.product-actions button{border:1px solid #c5e3ef;color:#087eaf;background:#edf8fc;border-radius:6px;padding:9px 10px;font-weight:800;font-size:12px}.product-actions button:hover{background:#d9eff8}.brand-section{background:#eaf5fa}.brand-panel{display:grid;grid-template-columns:1fr 1fr;gap:50px;align-items:center}.brand-panel h2{font-size:42px;line-height:1.18;margin:12px 0 18px}.brand-panel p{color:#59717f;line-height:1.8}.brand-mosaic{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}.brand-mosaic div{background:#fff;border-radius:14px;padding:24px;height:190px;display:grid;place-items:center}.brand-mosaic img{height:100%;width:100%;object-fit:contain}.about-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:70px;align-items:center}.about-grid h2{font-size:42px;line-height:1.17;margin:11px 0 20px}.about-grid p{color:#5f7280;line-height:1.8}.about-note{background:var(--navy);color:#fff;padding:44px;border-radius:18px}.about-note .large-number{font:800 44px Manrope;color:#70c9f1}.about-note p{color:#d9e8f1}.cta-band{background:#1689bf;color:#fff;padding:48px 0}.cta-band .container{display:flex;align-items:center;justify-content:space-between;gap:30px}.cta-band h2{font-size:30px;margin:0 0 8px}.cta-band p{margin:0;color:#e6f7fd}.footer{background:#0e2135;color:#c8d5df;padding:65px 0 0}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1.6fr;gap:60px;padding-bottom:45px}.footer-brand{font:600 19px Manrope;color:#fff}.footer-brand strong{color:#73c9ed}.footer p{font-size:14px;line-height:1.75;margin:12px 0}.footer a{display:block;font-size:14px;margin:12px 0}.footer a:hover{color:#7ccbed}.footer h3{font-size:15px;color:#fff;letter-spacing:0;margin-bottom:20px}.footer h3 small{display:block;color:#86bfd5;font:600 11px 'DM Sans';margin-top:5px}.footer-bottom{border-top:1px solid #304157;padding:18px 0;display:flex;justify-content:space-between;font-size:12px;color:#93a5b1}.page-intro{background:#eef7fb;padding:55px 0}.page-intro h1{font-size:clamp(35px,4vw,52px);margin:10px 0 12px}.page-intro p{color:#5d7280;max-width:620px;line-height:1.7}.breadcrumb{font-size:12px;color:#6c7d89;margin-bottom:15px}.breadcrumb a{color:#167fac}.catalog-layout{display:grid;grid-template-columns:230px 1fr;gap:35px;padding-top:50px;padding-bottom:75px}.filters{border:1px solid var(--line);border-radius:12px;padding:22px;align-self:start}.filters h3{font-size:15px;margin:0 0 17px}.filter-link{display:flex;justify-content:space-between;padding:9px 0;font-size:13px;border-top:1px solid #edf1f4}.filter-link.active{color:#1389bc;font-weight:800}.filter-link small{color:#9ba8b2}.search-row{display:flex;gap:10px;margin-bottom:22px}.search-row input{height:44px;flex:1;border:1px solid #d7e1e7;border-radius:6px;padding:0 14px}.search-row button{border:0;background:var(--navy);color:#fff;border-radius:6px;padding:0 18px;font-weight:800}.results-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:18px;color:#687985;font-size:13px}.pagination{display:flex;gap:9px;margin-top:30px}.pagination a{padding:9px 14px;border:1px solid var(--line);border-radius:6px}.pagination a.active{background:var(--navy);color:#fff}.product-detail{display:grid;grid-template-columns:1fr 1fr;gap:60px;padding-top:55px;padding-bottom:70px}.detail-image{background:#f7fafb;border:1px solid var(--line);min-height:470px;border-radius:14px;padding:45px;display:grid;place-items:center}.detail-image img{max-height:440px;object-fit:contain}.detail-copy h1{font-size:clamp(31px,3.3vw,45px);line-height:1.17;margin:10px 0 16px}.detail-copy p{line-height:1.8;color:#647685}.detail-info{display:flex;gap:25px;border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:18px 0;margin:26px 0;font-size:13px}.detail-info b{display:block;color:#647685;font-size:11px;text-transform:uppercase;letter-spacing:.1em;margin-bottom:5px}.detail-cta{display:flex;gap:12px;flex-wrap:wrap}.detail-cta button{border:0}.detail-cta .btn-outline{color:#187dac;border-color:#a9d2e4}.detail-disclaimer{font-size:12px!important;color:#91a0a9!important;margin-top:20px}.quote-layout{display:grid;grid-template-columns:1fr 1fr;gap:42px;padding:60px 0 90px}.quote-list{background:#f5f9fb;border-radius:12px;padding:25px;align-self:start}.quote-list h2,.quote-form h2{font-size:24px}.quote-item{display:flex;gap:14px;padding:14px 0;border-top:1px solid #dce6ed}.quote-item img{width:65px;height:65px;object-fit:contain;background:#fff;border-radius:6px}.quote-item strong{display:block;font-size:13px}.quote-item small{color:#788b97}.quote-item input{width:65px;padding:5px;border:1px solid #c9d6df;border-radius:5px;margin-top:8px}.quote-item button{border:0;background:none;color:#1689bd;font-size:12px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:15px}.field{display:flex;flex-direction:column;gap:7px;margin-bottom:16px;font-size:13px;font-weight:700}.field input,.field textarea,.field select{border:1px solid #d3dfe7;border-radius:6px;padding:12px;min-height:44px;color:var(--ink);background:#fff}.field textarea{min-height:130px;resize:vertical}.field.full{grid-column:1/-1}.form-status{font-size:13px;margin:12px 0}.admin-shell{min-height:100vh;background:#f4f7f9}.admin-bar{background:var(--navy);color:#fff;padding:15px 0}.admin-bar-inner{display:flex;align-items:center;justify-content:space-between}.admin-bar nav{display:flex;gap:20px;font-size:13px}.admin-main{padding:50px 0}.admin-main h1{font-size:32px}.admin-card{background:#fff;border:1px solid var(--line);border-radius:12px;padding:26px;margin-bottom:20px}.admin-table{width:100%;border-collapse:collapse;font-size:13px}.admin-table th,.admin-table td{padding:12px;border-bottom:1px solid var(--line);text-align:left}.admin-table th{color:#667887}.admin-table a{color:#1688ba;font-weight:800}.admin-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:15px;margin:25px 0}.admin-stat{background:#fff;border:1px solid var(--line);border-radius:12px;padding:22px}.admin-stat strong{font:800 32px Manrope;display:block}.admin-form{max-width:820px}.admin-form .field{font-size:13px}.admin-form .checkbox{display:flex;align-items:center;gap:10px;margin:15px 0}.admin-note{background:#e9f6fc;padding:14px;border-radius:7px;font-size:13px;color:#35677f;margin:20px 0}.empty-state{padding:45px;text-align:center;color:#758795;background:#f7fafb;border-radius:10px}.muted{color:var(--muted)}
@media(max-width:1000px){.nav{gap:15px}.brand{min-width:210px}.category-grid,.products-grid{grid-template-columns:repeat(2,1fr)}.hero-grid{grid-template-columns:55% 45%}.hero h1{font-size:42px}.hero-product{height:300px}.footer-grid{gap:25px}}@media(max-width:720px){.container{width:min(100% - 30px,1180px)}.topline-inner span:last-child{display:none}.header-inner{min-height:69px;gap:12px}.brand{min-width:0;flex:1}.brand-logo{width:48px;height:48px}.brand-name{font-size:11px}.brand-name strong{font-size:17px}.mobile-menu{display:block;order:3;border:0;background:none;font-size:23px;color:var(--navy)}.nav{display:none;position:absolute;top:69px;left:0;right:0;background:#fff;flex-direction:column;align-items:stretch;gap:0;padding:12px 20px 20px;box-shadow:0 8px 18px #0002}.menu-open .nav{display:flex}.nav a{padding:12px;border-bottom:1px solid var(--line)}.quote-header{padding:9px 10px;font-size:0}.quote-header:before{content:'Cotizar';font-size:12px}.hero-grid{display:block}.hero-copy{padding:60px 0 30px}.hero h1{font-size:38px}.hero-visual{height:300px;padding:10px}.hero-product{width:240px;height:240px}.trust-grid{grid-template-columns:1fr;gap:12px;padding:18px 0}.section{padding:58px 0}.category-grid,.products-grid{grid-template-columns:repeat(2,1fr);gap:10px}.category-card{min-height:210px;padding:16px}.category-card h3{font-size:17px}.category-card img{width:105px;height:105px}.product-image{height:160px;padding:12px}.product-body{padding:12px}.product-title{font-size:13px;min-height:55px}.product-actions button{font-size:11px}.section-heading{align-items:start;flex-direction:column}.brand-panel,.about-grid,.catalog-layout,.product-detail,.quote-layout{grid-template-columns:1fr;gap:30px}.brand-panel h2,.about-grid h2{font-size:31px}.brand-mosaic div{height:145px}.about-note{padding:27px}.cta-band .container{display:block}.cta-band .btn{margin-top:20px}.footer-grid{grid-template-columns:1fr;gap:15px}.footer-bottom{gap:10px;flex-wrap:wrap}.filters{order:2}.catalog-layout .catalog-content{order:1}.detail-image{min-height:300px}.detail-image img{max-height:300px}.form-grid{grid-template-columns:1fr}.admin-stats{grid-template-columns:1fr}.admin-bar-inner{align-items:start;gap:15px;flex-direction:column}.admin-table{font-size:11px}.admin-table th,.admin-table td{padding:8px 4px}}
