*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--blue:#0057b8;--blue-dark:#003f8a;--blue-light:#09d;--celeste:#4fc3f7;--white:#fff;--off-white:#f0f6ff;--gray:#6b7a8d;--gray-light:#c8d5e8;--border:#0057b81f;--border-dark:#0057b840;--font-display:"Barlow Condensed", sans-serif;--font-body:"Barlow", sans-serif}html{scroll-behavior:smooth}body{font-family:var(--font-body);background-color:var(--white);color:#1a2332;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}button{cursor:pointer;background:0 0;border:none;font-family:inherit}::-webkit-scrollbar{width:4px}::-webkit-scrollbar-track{background:var(--off-white)}::-webkit-scrollbar-thumb{background:var(--blue);border-radius:2px}.home{background:var(--white);min-height:100vh;overflow-x:hidden}.home:after{content:"";opacity:.018;pointer-events:none;z-index:9;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.75' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='200' height='200' filter='url(%23n)' opacity='1'/%3E%3C/svg%3E");position:fixed;inset:0}.section-label{font-family:var(--font-display);letter-spacing:.18em;text-transform:uppercase;color:var(--blue);margin-bottom:1rem;font-size:.75rem;font-weight:600;display:inline-block}.section-label--light{color:#ffffffb3}.section-watermark{font-family:var(--font-display);color:#0057b80d;pointer-events:none;-webkit-user-select:none;user-select:none;z-index:0;letter-spacing:-.04em;font-size:clamp(8rem,20vw,18rem);font-weight:900;line-height:1;position:absolute;top:-.15em;right:-.05em}.btn{font-family:var(--font-display);letter-spacing:.06em;text-transform:uppercase;white-space:nowrap;border-radius:3px;align-items:center;gap:.5rem;padding:.85rem 1.75rem;font-size:.95rem;font-weight:700;transition:all .25s;display:inline-flex}.btn--primary{background:var(--blue);color:var(--white)}.btn--primary:hover{background:var(--blue-dark);transform:translateY(-1px)}.btn--ghost{color:var(--white);background:0 0;border:1.5px solid #ffffff59}.btn--ghost:hover{border-color:var(--white);background:#ffffff1a}.btn--whatsapp{color:#fff;background:#25d366;font-size:.9rem}.btn--whatsapp svg{fill:currentColor;flex-shrink:0;width:1.1em;height:1.1em}.btn--whatsapp:hover{background:#1ebe5a;transform:translateY(-1px)}.btn--secondary{color:var(--white);background:0 0;border:1.5px solid #ffffff59;font-size:.9rem}.btn--secondary:hover{border-color:var(--white);background:#ffffff1a}.btn--outline{color:#ffffffd9;background:0 0;border:1.5px solid #ffffff4d}.btn--outline:hover{background:#ffffff14;border-color:#ffffffb3;transform:translateY(-1px)}.navbar{z-index:100;background:linear-gradient(#fffffff2 0%,#fff9 60%,#0000 100%);justify-content:space-between;align-items:center;padding:.85rem 1.25rem;transition:background .35s,-webkit-backdrop-filter .35s,backdrop-filter .35s,box-shadow .35s;display:flex;position:fixed;top:0;left:0;right:0}.navbar.scrolled{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);box-shadow:0 1px 0 var(--border-dark), 0 2px 12px #0057b80f;background:#fffffff7}.navbar__logo{align-items:center;display:flex}.navbar__logo img{width:auto;height:28px}.navbar__links{align-items:center;gap:2rem;display:none}.navbar__link{font-family:var(--font-display);letter-spacing:.1em;text-transform:uppercase;color:#1a2332a6;font-size:.8rem;font-weight:600;transition:color .2s}.navbar__link:hover{color:var(--blue)}.navbar__cta{font-family:var(--font-display);letter-spacing:.1em;text-transform:uppercase;border:1.5px solid var(--blue);color:var(--blue);border-radius:2px;padding:.5rem 1.1rem;font-size:.78rem;font-weight:700;transition:all .2s}.navbar__cta:hover{background:var(--blue);color:var(--white)}.hamburger{z-index:110;flex-direction:column;justify-content:space-between;width:24px;height:18px;padding:0;display:flex}.hamburger span{background:var(--blue);transform-origin:50%;border-radius:2px;width:100%;height:2px;transition:all .3s;display:block}.hamburger.is-open span:first-child{transform:translateY(8px)rotate(45deg)}.hamburger.is-open span:nth-child(2){opacity:0;transform:scaleX(0)}.hamburger.is-open span:nth-child(3){transform:translateY(-8px)rotate(-45deg)}.mobile-menu{z-index:99;background:var(--white);border-left:1px solid var(--border);flex-direction:column;justify-content:center;padding:2rem 2rem 4rem;display:flex;position:fixed;inset:0}.mobile-menu__links{flex-direction:column;gap:.25rem;display:flex}.mobile-menu__link{font-family:var(--font-display);letter-spacing:-.02em;color:#1a2332;border-bottom:1px solid var(--border);padding:.2rem 0;font-size:clamp(2.2rem,8vw,3.5rem);font-weight:800;line-height:1.2;transition:color .2s,padding-left .2s}.mobile-menu__link:hover{color:var(--blue);padding-left:.5rem}.mobile-menu__cta{font-family:var(--font-display);letter-spacing:.1em;text-transform:uppercase;background:var(--blue);color:var(--white);border-radius:3px;align-self:flex-start;margin-top:2rem;padding:.9rem 2rem;font-size:.95rem;font-weight:700;transition:background .2s;display:inline-flex}.mobile-menu__cta:hover{background:var(--blue-dark)}.hero{background:linear-gradient(108deg,#002a5e 0%,#003f8a 32%,#0057b8 52%,#5bafd6 68%,#c8e8ff 82%,#edf6ff 100%);align-items:center;min-height:100svh;padding:6rem 1.25rem 4rem;display:flex;position:relative;overflow:hidden}.hero__bg-geo{pointer-events:none;z-index:0;position:absolute;inset:0;overflow:hidden}.hero__bg-circle{border-radius:50%;position:absolute}.hero__bg-circle--1{border:1px solid #4fc3f724;width:520px;height:520px;top:-160px;right:-100px}.hero__bg-circle--2{border:1px solid #ffffff12;width:340px;height:340px;bottom:-90px;right:100px}.hero__bg-circle--3{border:1px solid #4fc3f712;width:180px;height:180px;top:55px;right:55px}.hero__bg-lines{background-image:repeating-linear-gradient(-30deg,#0000 0 32px,#ffffff05 32px 33px);position:absolute;inset:0}.hero__content{z-index:2;width:100%;max-width:520px;position:relative}.hero__eyebrow{font-family:var(--font-body);letter-spacing:.12em;text-transform:uppercase;color:#ffffff8c;align-items:center;gap:.75rem;margin-bottom:1.5rem;font-size:.75rem;font-weight:500;display:flex}.hero__eyebrow-line{background:var(--celeste);flex-shrink:0;width:2rem;height:1px;display:block}.hero__logo-wrap{margin-top:1.25rem;margin-bottom:1.75rem}.hero__wordmark{width:min(400px,78vw);height:auto}.hero__tagline{font-family:var(--font-display);text-transform:uppercase;letter-spacing:.08em;color:#ffffffe6;max-width:420px;margin-bottom:2.5rem;font-size:clamp(1rem,3.2vw,1.45rem);font-style:normal;font-weight:700;line-height:1.35}.hero__actions{flex-wrap:wrap;gap:.75rem;display:flex}.hero__tire-wrap{z-index:2;flex:1 0 40%;justify-content:center;align-items:center;min-height:55vh;display:none;position:relative}.hero__tire-glow{pointer-events:none;z-index:0;background:radial-gradient(65% 65%,#ffffff73 0%,#c8e8ff33 45%,#0000 75%);position:absolute;inset:-10%}.hero__tire-img{z-index:1;object-fit:contain;drop-shadow:0 20px 60px #003c7833;width:100%;max-width:580px;height:auto;display:block;position:relative}.hero__scroll-indicator{z-index:2;flex-direction:column;align-items:center;gap:.4rem;display:flex;position:absolute;bottom:2.5rem;left:1.25rem}.hero__scroll-indicator span{font-family:var(--font-display);letter-spacing:.2em;text-transform:uppercase;color:#ffffff59;font-size:.6rem;font-weight:600}.hero__scroll-bar{background:linear-gradient(to bottom, var(--celeste), transparent);transform-origin:top;width:1px;height:2.5rem}.hero__spec-badge{border-left:2px solid var(--celeste);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:3;background:#002864d1;border-radius:2px;flex-direction:column;gap:.2rem;padding:.6rem .9rem;display:flex;position:absolute;bottom:.5rem;left:.5rem}.hero__certs{flex-wrap:wrap;gap:.4rem;margin-top:1.75rem;display:flex}.hero__cert-badge{font-family:var(--font-display);letter-spacing:.12em;text-transform:uppercase;color:#ffffff80;background:#0000001f;border:1px solid #ffffff1f;border-radius:2px;padding:.28rem .6rem;font-size:.58rem;font-weight:700}.hero__spec-badge-model{font-family:var(--font-display);letter-spacing:.12em;text-transform:uppercase;color:var(--white);font-size:.78rem;font-weight:700}.hero__spec-badge-label{letter-spacing:.1em;text-transform:uppercase;color:#ffffff73;font-size:.62rem}.ticker{background:var(--blue);z-index:5;padding:.8rem 0;position:relative;overflow:hidden}.ticker__track{white-space:nowrap;align-items:center;width:max-content;display:flex}.ticker__item{font-family:var(--font-display);letter-spacing:.14em;text-transform:uppercase;color:#ffffffeb;padding:0 .5rem;font-size:.8rem;font-weight:700}.ticker__sep{color:#fff6;padding:0 .5rem;font-size:.7rem}.about{background:linear-gradient(150deg,#f8faff 0%,#eef4ff 55%,#f0f6ff 100%);padding:5rem 1.25rem 4rem;position:relative;overflow:hidden}.about:before{content:"";pointer-events:none;background:radial-gradient(#0057b80f 0%,#0000 65%);width:44%;height:72%;position:absolute;bottom:-20%;left:-8%}.about:after{content:"";pointer-events:none;background:radial-gradient(#4fc3f70d 0%,#0000 60%);width:32%;height:55%;position:absolute;top:-10%;right:-4%}.about__inner{z-index:1;max-width:1200px;margin:0 auto;position:relative}.about__header{margin-bottom:3rem}.about__title{font-family:var(--font-display);letter-spacing:-.02em;color:#1a2332;font-size:clamp(2.4rem,7vw,4.5rem);font-weight:800;line-height:1.05}.about__title em{color:var(--blue);font-style:italic;font-weight:300}.about__grid{grid-template-columns:1fr;gap:2.5rem;margin-bottom:3.5rem;display:grid}.about__text{flex-direction:column;gap:1.25rem;display:flex}.about__text p{color:#1a2332b3;font-size:.97rem;line-height:1.75}.about__text strong{color:#1a2332;font-weight:600}.about__visual{position:relative}.about__feat-card{background:var(--white);border:1px solid var(--border-dark);border-radius:8px;position:relative;overflow:hidden;box-shadow:0 4px 24px #0057b814}.about__feat-card img{object-fit:contain;background:#f5f8ff;width:100%;height:260px;padding:2rem}.about__feat-badge{border-top:1px solid var(--border);background:linear-gradient(135deg,#0057b80f,#0000);padding:1.25rem 1.5rem}.about__feat-badge-header{justify-content:space-between;align-items:center;margin-bottom:.5rem;display:flex}.about__feat-badge-title{font-family:var(--font-display);letter-spacing:.12em;text-transform:uppercase;color:var(--blue);font-size:.75rem;font-weight:700;display:block}.about__feat-badge-tag{font-family:var(--font-display);letter-spacing:.12em;text-transform:uppercase;color:#1a23324d;border:1px solid var(--border);border-radius:2px;padding:.2rem .55rem;font-size:.65rem;font-weight:700}.about__feat-badge p{color:#1a23328c;font-size:.83rem;line-height:1.5}.about__stats{border:1px solid var(--border-dark);background:var(--white);border-radius:6px;grid-template-columns:repeat(3,1fr);gap:0;display:grid;overflow:hidden;box-shadow:0 2px 12px #0057b80f}.stat{border-right:1px solid var(--border);text-align:center;flex-direction:column;align-items:center;padding:1.75rem 1rem;display:flex}.stat:last-child{border-right:none}.stat__number{font-family:var(--font-display);color:var(--blue);letter-spacing:-.02em;font-size:clamp(2.2rem,6vw,3.5rem);font-weight:900;line-height:1}.stat__label{letter-spacing:.06em;text-transform:uppercase;color:#1a233266;margin-top:.4rem;font-size:.72rem;font-weight:500}.tires-section{padding:5rem 1.25rem 4rem;position:relative;overflow:hidden}.tires-section:nth-of-type(odd){background:linear-gradient(135deg,#fff 0%,#f4f8ff 55%,#fff 100%)}.tires-section:nth-of-type(2n){background:linear-gradient(135deg,#f0f6ff 0%,#eaf2ff 55%,#f0f6ff 100%)}#pasajeros:before{content:"";pointer-events:none;background:radial-gradient(#0057b80d 0%,#0000 65%);width:38%;height:58%;position:absolute;top:-10%;right:-6%}#tbr:before{content:"";pointer-events:none;background:radial-gradient(#4fc3f70f 0%,#0000 65%);width:38%;height:58%;position:absolute;bottom:-10%;left:-6%}.tires-section__header{z-index:1;max-width:1200px;margin:0 auto 2.5rem;position:relative}.tires-section__title{font-family:var(--font-display);letter-spacing:-.02em;color:#1a2332;margin-bottom:.75rem;font-size:clamp(2.2rem,6.5vw,4rem);font-weight:800;line-height:1.05}.tires-section__desc{color:#1a23328c;max-width:540px;font-size:.95rem;line-height:1.6}.category-tabs{scrollbar-width:none;border-bottom:1px solid var(--border-dark);z-index:1;gap:0;max-width:1200px;margin:0 auto 2.5rem;display:flex;position:relative;overflow-x:auto}.category-tabs::-webkit-scrollbar{display:none}.cat-tab{font-family:var(--font-display);letter-spacing:.1em;text-transform:uppercase;color:#1a233273;white-space:nowrap;flex-shrink:0;padding:.9rem 1.25rem;font-size:.8rem;font-weight:700;transition:color .25s;position:relative}.cat-tab:hover,.cat-tab.is-active{color:var(--blue)}.cat-tab__indicator{background:var(--blue);border-radius:1px 1px 0 0;height:2px;position:absolute;bottom:-1px;left:0;right:0}.category-body{z-index:1;max-width:1200px;margin:0 auto;position:relative}.category-info{margin-bottom:2rem}.category-desc{color:#1a2332a6;max-width:640px;margin-bottom:1.25rem;font-size:.95rem;line-height:1.75}.category-features{flex-wrap:wrap;gap:.6rem;list-style:none;display:flex}.category-features li{letter-spacing:.03em;color:#1a233299;border:1px solid var(--border-dark);background:#0057b80d;border-radius:20px;align-items:center;gap:.5rem;padding:.35rem .8rem;font-size:.8rem;font-weight:500;display:flex}.feat-icon{background:var(--blue);border-radius:50%;flex-shrink:0;width:5px;height:5px;display:inline-block}.tire-grid{grid-template-columns:repeat(2,1fr);gap:1rem;display:grid}.tire-card{background:var(--white);border:1px solid var(--border-dark);cursor:default;border-radius:6px;transition:border-color .25s,box-shadow .25s;position:relative;overflow:hidden}.tire-card:before{content:"";background:var(--blue);transform-origin:0;z-index:1;height:2px;transition:transform .35s cubic-bezier(.22,1,.36,1);position:absolute;top:0;left:0;right:0;transform:scaleX(0)}.tire-card:hover{border-color:#0057b859;box-shadow:0 4px 20px #0057b81a}.tire-card:hover:before{transform:scaleX(1)}.tire-card__img-wrap{aspect-ratio:1;background:#f5f8ff;justify-content:center;align-items:center;display:flex;position:relative;overflow:hidden}.tire-card__img-wrap img{object-fit:contain;width:90%;height:90%;padding:.5rem}.tire-card__hint{letter-spacing:.06em;text-transform:uppercase;color:#0057b840;pointer-events:none;font-size:.6rem;position:absolute;bottom:.4rem;right:.5rem}.tire-card__info{border-top:1px solid var(--border);justify-content:space-between;align-items:center;padding:.75rem 1rem;display:flex}.tire-card__code{font-family:var(--font-display);letter-spacing:.12em;text-transform:uppercase;color:var(--white);background:var(--blue);border-radius:2px;padding:.25rem .6rem;font-size:.68rem;font-weight:700}.tire-card__model{font-family:var(--font-display);letter-spacing:.05em;color:#1a233280;font-size:.8rem;font-weight:600}.tech{isolation:isolate;background:linear-gradient(160deg,#003f8a 0%,#0057b8 55%,#049 100%);position:relative;overflow:hidden}.tech:before{content:"";z-index:2;background:linear-gradient(90deg,#0000 0%,#4fc3f799 30% 70%,#0000 100%);height:1px;position:absolute;top:0;left:0;right:0}.tech:after{content:"";pointer-events:none;z-index:0;background:linear-gradient(108deg,#0000 28%,#4fc3f70a 48%,#4fc3f712 52%,#4fc3f70a 56%,#0000 72%);width:55%;height:140%;position:absolute;top:-20%;left:-5%}.tech__bg-fiber{z-index:0;pointer-events:none;background-image:repeating-linear-gradient(-34deg,#0000 0 26px,#ffffff04 26px 27px);position:absolute;inset:0}.tech__bg-rings{aspect-ratio:1;pointer-events:none;z-index:0;background:radial-gradient(circle,#0000 17%,#4fc3f71f 17.8%,#0000 19% 29%,#ffffff0d 29.8%,#0000 31% 42%,#ffffff09 42.8%,#0000 44% 56%,#4fc3f70f 56.8%,#0000 58% 71%,#ffffff06 71.8%,#0000 73%);border-radius:50%;width:68%;position:absolute;top:50%;left:-6%;transform:translateY(-50%)}.tech__bg-arc{aspect-ratio:1;pointer-events:none;z-index:0;background:radial-gradient(circle,#0000 25%,#4fc3f717 25.8%,#0000 27.2% 41%,#ffffff0a 41.8%,#0000 43.2% 58%,#4fc3f70d 58.8%,#0000 60.2% 75%,#ffffff06 75.8%,#0000 77%);border-radius:50%;width:52%;position:absolute;bottom:-22%;right:-18%}.tech__bg-glow{z-index:0;pointer-events:none;background:radial-gradient(55% 80% at 18%,#0099dd38 0%,#0099dd14 40%,#0000 65%),radial-gradient(45% 60% at 88% 20%,#4fc3f71a 0%,#0000 55%),radial-gradient(40% 50% at 95% 90%,#0099dd0f 0%,#0000 60%);position:absolute;inset:0}.tech__inner{z-index:1;grid-template-columns:1.3fr .7fr;align-items:center;max-width:1440px;min-height:92vh;margin:0 auto;display:grid;position:relative}.tech__image-col{align-self:stretch;align-items:center;display:flex;position:relative;overflow:visible}.tech__image-col:after{content:"";pointer-events:none;z-index:2;background:linear-gradient(90deg,#0000,#049 88%);width:38%;height:100%;position:absolute;top:0;right:0}.tech__image-wrap{will-change:transform;width:100%;position:relative;overflow:visible}.tech__image{width:100%;height:auto;display:block;-webkit-mask-image:radial-gradient(90% 80% at 42%,#000 45%,#0000 88%);mask-image:radial-gradient(90% 80% at 42%,#000 45%,#0000 88%)}.tech__ann{pointer-events:none;z-index:3;align-items:center;display:flex;position:absolute;transform:translate(-100%,-50%)}.tech__ann-card{border:1px solid #ffffff1a;border-right:2px solid var(--celeste);-webkit-backdrop-filter:blur(10px);background:#002864e6;border-radius:3px;max-width:150px;padding:.48rem .72rem}.tech__ann-title{font-family:var(--font-display);letter-spacing:.09em;text-transform:uppercase;color:var(--white);margin-bottom:.18rem;font-size:.585rem;font-weight:700;line-height:1.35;display:block}.tech__ann-desc{font-family:var(--font-body);color:#ffffff80;font-size:.565rem;line-height:1.45;display:block}.tech__ann-line{background:linear-gradient(to right, #4fc3f74d, var(--celeste));will-change:transform;flex-shrink:0;width:34px;height:1px}.tech__ann-dot{background:var(--celeste);will-change:transform;border-radius:50%;flex-shrink:0;width:9px;height:9px;position:relative;box-shadow:0 0 8px #4fc3f799}.tech__ann-ring{border:1.5px solid var(--celeste);will-change:transform, opacity;border-radius:50%;display:block;position:absolute;inset:-3px}.tech__content{padding:5rem 2.5rem 5rem 1rem}.tech__title{font-family:var(--font-display);text-transform:uppercase;letter-spacing:-.01em;color:var(--white);margin-bottom:1.6rem;font-size:clamp(2.4rem,3.4vw,4rem);font-weight:900;line-height:1}.tech__title-line{padding-bottom:.06em;display:block;overflow:hidden}.tech__title-reveal{display:block}.tech__title-reveal--accent{color:var(--celeste)}.tech__desc{font-family:var(--font-body);color:#fff9;max-width:400px;margin-bottom:2.2rem;font-size:.95rem;line-height:1.78}.tech__features{margin:0 0 2rem;padding:0;list-style:none}.tech__feat{cursor:default;border-bottom:1px solid #ffffff1a;align-items:center;gap:.9rem;padding:.9rem 0;transition:padding-left .3s;display:flex}.tech__feat:first-child{border-top:1px solid #ffffff1a}.tech__feat:hover{padding-left:5px}.tech__feat-num{font-family:var(--font-display);letter-spacing:.06em;color:#4fc3f759;min-width:20px;font-size:.68rem;font-weight:700;line-height:1;transition:color .25s}.tech__feat:hover .tech__feat-num{color:var(--celeste)}.tech__feat-icon{width:44px;height:44px;color:var(--white);border:1.5px solid #ffffff26;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;transition:border-color .25s,background .25s;display:flex}.tech__feat:hover .tech__feat-icon{background:#4fc3f71a;border-color:#4fc3f799}.tech__feat-icon svg{width:19px;height:19px}.tech__feat-title{font-family:var(--font-display);letter-spacing:.06em;text-transform:uppercase;color:var(--white);font-size:.875rem;font-weight:700;line-height:1.2;display:block}.tech__feat-sub{font-family:var(--font-display);letter-spacing:.05em;text-transform:uppercase;color:#ffffff61;margin-top:.12rem;font-size:.7rem;transition:color .2s;display:block}.tech__feat:hover .tech__feat-sub{color:#fff9}.tech__badge{border:1px solid #4fc3f733;border-left:3px solid var(--celeste);background:#ffffff0f;border-radius:4px;align-items:center;gap:1.2rem;padding:1.1rem 1.4rem;display:flex;position:relative;overflow:hidden}.tech__badge-icon{width:50px;height:50px;color:var(--celeste);flex-shrink:0}.tech__badge-icon svg{width:100%;height:100%}.tech__badge-title{font-family:var(--font-display);text-transform:uppercase;letter-spacing:.05em;color:var(--white);font-size:1rem;font-weight:900;display:block}.tech__badge-sub{font-family:var(--font-display);letter-spacing:.1em;text-transform:uppercase;color:#ffffff61;margin-top:.25rem;font-size:.72rem;font-weight:600;display:block}@keyframes tech-shimmer{0%{transform:translate(-120%)skew(-12deg)}to{transform:translate(600%)skew(-12deg)}}.tech__badge-shimmer{pointer-events:none;background:linear-gradient(90deg,#0000,#ffffff0e,#0000);width:22%;height:100%;animation:3.5s ease-in-out infinite tech-shimmer;position:absolute;top:0;left:0}@media (width<=1280px){.tech__inner{grid-template-columns:1.2fr .8fr}}@media (width<=1024px){.tech__inner{min-height:unset;grid-template-columns:1fr}.tech__image-col{max-height:58vh;overflow:hidden}.tech__image-col:after{background:linear-gradient(#0000,#049 90%);width:100%;height:30%;inset:auto 0 0}.tech__ann{display:none}.tech__image{-webkit-mask-image:radial-gradient(95% 90% at 50% 45%,#000 50%,#0000 95%);mask-image:radial-gradient(95% 90% at 50% 45%,#000 50%,#0000 95%)}.tech__content{padding:0 1.5rem 4rem}}@media (width<=768px){.tech__image-col{max-height:52vh}.tech__title{font-size:clamp(2rem,7.5vw,2.8rem)}.tech__desc{max-width:100%;font-size:.9rem}.tech__feat-num{display:none}.tech__feat-icon{width:40px;height:40px}}.cta-section{border-top:1px solid var(--border);background:linear-gradient(160deg,#003f8a 0%,#0057b8 60%,#06c 100%);padding:5rem 1.25rem;position:relative;overflow:hidden}.cta-section:before{content:"";pointer-events:none;background:radial-gradient(70% 60% at 5% 95%,#4fc3f71f,#0000),radial-gradient(50% 70% at 95% 5%,#0099dd14,#0000);position:absolute;inset:0}.cta-section__inner{z-index:1;text-align:center;max-width:700px;margin:0 auto;position:relative}.cta-section__title{font-family:var(--font-display);letter-spacing:-.03em;color:var(--white);margin-bottom:1.25rem;font-size:clamp(2.6rem,8vw,5rem);font-weight:900;line-height:1}.cta-section__sub{color:#ffffffa6;max-width:480px;margin:0 auto 2.5rem;font-size:.97rem;line-height:1.7}.cta-section__sub strong{color:var(--white);font-weight:600}.cta-section__actions{flex-wrap:wrap;justify-content:center;gap:.75rem;display:flex}.cta-section__tire-bg{pointer-events:none;width:50%;position:absolute;bottom:-20%;right:-10%}.cta-section__tire-bg img{object-fit:contain;width:100%;height:auto}.footer{border-top:1px solid var(--border-dark);background:linear-gradient(170deg,#f0f6ff 0%,#eaf2ff 60%,#f0f6ff 100%);padding:4rem 1.5rem 2rem;position:relative;overflow:hidden}.footer__logo-img{opacity:.75;width:auto;height:26px;margin-bottom:.9rem;display:block}.footer:before{content:"";background:linear-gradient(90deg,#0000 0%,#0057b880 30% 70%,#0000 100%);height:1px;position:absolute;top:-1px;left:0;right:0}.footer:after{content:"";pointer-events:none;background:radial-gradient(#0057b80a 0%,#0000 65%);width:40%;height:70%;position:absolute;top:-20%;left:-10%}.footer__inner{z-index:1;border-bottom:1px solid var(--border);grid-template-columns:1fr 1fr;gap:2.5rem 2rem;max-width:1200px;margin:0 auto 1.75rem;padding-bottom:2.5rem;display:grid;position:relative}.footer__brand{flex-direction:column;grid-column:1/-1;gap:0;display:flex}.footer__tagline{color:#1a233259;max-width:220px;font-size:.82rem;font-style:italic;line-height:1.55}.footer__nav,.footer__contact{flex-direction:column;gap:.6rem;display:flex}.footer__nav-title{font-family:var(--font-display);letter-spacing:.16em;text-transform:uppercase;color:#1a233240;margin-bottom:.4rem;font-size:.66rem;font-weight:700}.footer__nav-link{color:#1a233273;font-size:.84rem;transition:color .2s,padding-left .2s;display:inline-block}.footer__nav-link:hover{color:var(--blue);padding-left:3px}.footer__bottom{z-index:1;text-align:center;flex-direction:column;align-items:center;gap:.3rem;max-width:1200px;margin:0 auto;display:flex;position:relative}.footer__copy{color:#1a23324d;font-size:.76rem}.footer__dev{color:#1a23322e;font-size:.7rem}.footer__link{color:#1a233280;text-underline-offset:2px;text-decoration:underline;transition:color .2s}.footer__link:hover{color:var(--blue)}@media (width<=767px){.hero__content{max-width:100%}}@media (width>=480px){.tire-grid{grid-template-columns:repeat(3,1fr)}}@media (width>=768px){.navbar{padding:1rem 2rem}.hero{padding:6rem 2rem 4rem}.about,.tires-section{padding:6rem 2rem 5rem}.about__grid{grid-template-columns:1fr 1fr;gap:3rem}.about__feat-card img{height:320px}.tire-grid{grid-template-columns:repeat(3,1fr);gap:1.25rem}.category-body{grid-template-columns:1fr 2fr;align-items:start;gap:3rem;display:grid}.category-info{margin-bottom:0;position:sticky;top:6rem}.cta-section{padding:7rem 2rem}.footer__inner{grid-template-columns:2fr 1fr 1fr}.footer__bottom{text-align:left;flex-direction:row;justify-content:space-between}}@media (width>=1024px){.navbar__links{display:flex}.hamburger{display:none}.navbar{padding:1.1rem 3rem}.hero{flex-direction:row;align-items:center;gap:2rem;padding:0 3rem}.hero__content{z-index:2;flex:none;max-width:500px}.hero__tire-wrap{display:flex}.hero__scroll-indicator{left:3rem}.about,.tires-section{padding:7rem 3rem 6rem}.tire-grid{grid-template-columns:repeat(4,1fr)}}@media (width>=1280px){.hero{gap:3rem;padding:0 5rem}.hero__content{max-width:560px}.about,.tires-section{padding:8rem 5rem 6rem}.about__feat-card img{height:380px}}@media (width>=600px) and (width<=1023px){.footer__inner{grid-template-columns:1fr 1fr}.footer__brand{grid-column:1/-1}.footer__bottom{text-align:left;flex-direction:row;justify-content:space-between}}@media (width>=1024px){.footer__inner{grid-template-columns:1.7fr 1fr 1fr;gap:2rem}.footer__brand{grid-column:auto}.footer__bottom{text-align:left;flex-direction:row;justify-content:space-between;align-items:center}}
