:root{--color-bg: #0d1117;--color-surface: #0f172a;--color-surface-2: #111827;--color-card: #111827;--color-ink: #e5e7eb;--color-muted: #9ca3af;--color-primary: #c90510;--color-accent: #55565b;--color-border: #1f2937;--radius: 14px;--shadow: 0 20px 70px rgba(0, 0, 0, .25);--font-family: "Space Grotesk", "Segoe UI", sans-serif;--body-bg: radial-gradient(circle at 20% 20%, rgba(15, 118, 110, .18), transparent 25%), radial-gradient(circle at 80% 0%, rgba(249, 115, 22, .15), transparent 26%), linear-gradient(145deg, #0b1021, #0b1220 40%, #0d121e)}:root[data-theme=light]{--color-bg: #f8fafc;--color-surface: #ffffff;--color-surface-2: #f1f5f9;--color-card: #ffffff;--color-ink: #0f172a;--color-muted: #475569;--color-primary: #c90510;--color-accent: #55565b;--color-border: #e2e8f0;--shadow: 0 12px 32px rgba(15, 23, 42, .12);--body-bg: radial-gradient(circle at 20% 20%, rgba(15, 118, 110, .08), transparent 25%), radial-gradient(circle at 80% 0%, rgba(249, 115, 22, .08), transparent 26%), linear-gradient(145deg, #ffffff, #f8fafc 35%, #eef2ff)}*,*:before,*:after{box-sizing:border-box}body{margin:0;font-family:var(--font-family);background:var(--body-bg);color:var(--color-ink);min-height:100vh;overflow-x:hidden}a{color:inherit;text-decoration:none}p{line-height:1.6}img{max-width:100%;display:block}.muted{color:var(--color-muted)}.eyebrow{text-transform:uppercase;letter-spacing:.08em;font-size:.8rem;color:var(--color-muted);margin:0 0 .25rem}.layout{min-height:100vh;display:flex;flex-direction:column}.layout__header{position:sticky;top:0;z-index:40;background:var(--color-surface);border-bottom:1px solid var(--color-border)}.header-shell{width:min(1180px,100% - 2rem);margin:0 auto}.header-topbar{background:color-mix(in srgb,var(--color-primary) 82%,#0f172a 18%);color:#fff;font-size:.82rem}.header-topbar__content{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.45rem 0}.header-topbar__items{display:flex;align-items:center;gap:1.1rem;min-width:0}.header-topbar__item{display:inline-flex;align-items:center;gap:.38rem;color:#fff;white-space:nowrap;opacity:.96}.header-topbar__icon{width:.95rem;height:.95rem;display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto}.header-topbar__icon svg{width:100%;height:100%;stroke:currentColor;fill:none;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.header-topbar__message{margin:0;font-size:.78rem;font-weight:600;text-align:right;white-space:nowrap;opacity:.95}.header-topbar p{margin:0}.header-main{border-bottom:1px solid var(--color-border);background:var(--color-surface)}.header-main__inner{display:grid;grid-template-columns:minmax(260px,310px) minmax(280px,1fr) auto;align-items:center;gap:1.25rem;padding:1.05rem 0}.header-brand-wrap{display:flex;align-items:center;min-width:0}.header-cart-mobile{display:none}.header-search{display:grid;grid-template-columns:1fr auto;border:1px solid var(--color-border);border-radius:6px;overflow:hidden;background:var(--color-card)}.header-search input{min-width:0;border:0;padding:.8rem .9rem;font:inherit;background:transparent}.header-search button{border:0;border-left:1px solid var(--color-border);background:var(--color-surface-2);color:var(--color-ink);padding:0 1rem;cursor:pointer}.header-account{border:0;background:transparent;color:var(--color-ink);font-weight:700;cursor:pointer;font-size:.82rem;text-transform:uppercase;letter-spacing:.03em}.header-user{font-size:.85rem;color:var(--color-muted);white-space:nowrap}.header-theme-toggle{padding-inline:.75rem;white-space:nowrap}.header-theme-toggle svg{width:1.2rem;height:1.2rem;stroke:currentColor;stroke-width:2;fill:none;stroke-linecap:round;stroke-linejoin:round}.header-logout{width:34px;height:34px;display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--color-border);border-radius:999px;background:transparent;color:var(--color-muted);cursor:pointer;transition:color .2s ease,border-color .2s ease,background .2s ease}.header-logout:hover{color:var(--color-primary);border-color:color-mix(in srgb,var(--color-primary) 45%,var(--color-border));background:#c905100f}.header-logout svg{width:16px;height:16px;stroke:currentColor;fill:none;stroke-width:2;stroke-linecap:round}.header-nav{background:var(--color-surface);border-bottom:1px solid var(--color-border)}.header-nav__mobile-bar{display:none}.header-nav__toggle{border:1px solid var(--color-border);background:var(--color-surface-2);color:var(--color-ink);border-radius:10px;padding:.55rem .8rem;font-weight:700;font-size:.84rem;text-transform:uppercase;cursor:pointer}.header-nav__toggle.is-open{color:var(--color-primary);border-color:color-mix(in srgb,var(--color-primary) 45%,var(--color-border))}.brand{display:flex;align-items:center;gap:.75rem;color:var(--color-ink)}.brand__mark{width:42px;height:42px;border-radius:12px;background:linear-gradient(120deg,var(--color-primary),var(--color-accent));box-shadow:0 10px 25px #00000059}.brand__logo{width:250px;object-fit:contain;border-radius:0;background:transparent;border:0;padding:0}.layout__nav{display:flex;justify-content:space-between;align-items:center;overflow:visible;gap:1rem;padding:.35rem 0;position:relative}.layout__nav-links{display:flex;align-items:center;gap:.4rem;min-width:0}.layout__nav-actions{display:flex;align-items:center;justify-content:flex-end;flex:0 0 auto}.nav-link{padding:.75rem .9rem;border-radius:0;color:var(--color-ink);font-size:.86rem;font-weight:700;text-transform:uppercase;transition:all .2s ease;white-space:nowrap}.nav-link:hover{color:var(--color-primary);background:#c905100f}.nav-link--active{color:var(--color-primary);background:#c9051014}.nav-item{display:inline-flex;align-items:center;gap:.25rem;position:static}.nav-dropdown-toggle{border:1px solid var(--color-border);background:transparent;color:var(--color-muted);cursor:pointer;padding:.35rem .5rem;border-radius:6px;line-height:1;display:none}.nav-item--dropdown:hover .nav-dropdown-toggle,.nav-item--dropdown.is-open .nav-dropdown-toggle{color:var(--color-ink);background:#ffffff0d}.products-menu{position:absolute;top:100%;left:0;right:0;width:100%;max-width:100%;background:var(--color-surface);border:1px solid var(--color-border);border-radius:10px;padding:1.25rem;box-shadow:var(--shadow);opacity:0;pointer-events:none;transform:translateY(8px);transition:all .2s ease;z-index:20}.nav-item--dropdown:hover .products-menu,.nav-item--dropdown.is-open .products-menu{opacity:1;pointer-events:auto;transform:translateY(0)}.products-menu__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1rem 1.5rem}.products-menu__column{display:grid;gap:.35rem}.products-menu__title{font-weight:700;font-size:.95rem;color:var(--color-ink)}.products-menu__list{list-style:none;margin:.35rem 0 0;padding:0;display:grid;gap:.3rem}.products-menu__item a{color:var(--color-muted);font-size:.88rem}.products-menu__item a:hover{color:var(--color-primary)}.products-menu__list--depth-2{margin-top:.25rem;padding-left:.85rem;border-left:1px dashed rgba(148,163,184,.3)}.products-menu__item--depth-2 a{font-size:.82rem}.products-menu__empty{color:var(--color-muted);font-size:.9rem;padding:.5rem 0}.layout__actions{display:flex;gap:.6rem;align-items:center;justify-content:flex-end;flex-wrap:wrap;color:var(--color-ink)}.header-account-group{display:flex;flex-direction:column;align-items:flex-end;gap:.2rem}.layout__main{width:min(1180px,100% - 3rem);margin:1.5rem auto 3rem;flex:1;display:block}.layout__footer{position:relative;width:100vw;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);margin-top:.5rem;color:#ffffffdb;overflow:hidden;background:linear-gradient(180deg,#0718399e,#071839c7),url(/images/footer/bg-footer.avif) center/cover no-repeat}.layout__footer:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#091d4314,#0718394d),radial-gradient(circle at 20% 10%,rgba(255,255,255,.08),transparent 28%);opacity:.95;pointer-events:none}.layout__footer:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,rgba(255,255,255,.04),transparent 14%),linear-gradient(0deg,rgba(7,24,57,.72),rgba(7,24,57,.12) 26%,transparent 48%);pointer-events:none}.layout__footer-inner{position:relative;z-index:1;width:min(1180px,100% - 2rem);margin:0 auto;padding:2rem 0 1.2rem;display:grid;gap:1.8rem}.footer-hero{display:grid;grid-template-columns:1fr 1.2fr;gap:1.5rem;align-items:start}.footer-hero__copy{display:grid;gap:.75rem}.footer-hero__eyebrow{margin:0;font-size:.9rem;font-weight:700;color:#fffc}.footer-hero__copy h2{margin:0;font-size:clamp(2rem,3.2vw,3rem);line-height:1;color:#fff}.footer-hero__copy p{margin:0;max-width:34rem;color:#ffffffc7}.footer-hero__actions{display:flex;flex-wrap:wrap;gap:.75rem;padding-top:.25rem}.footer-action{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:.8rem 1.2rem;border-radius:12px;color:#fff;font-weight:800;box-shadow:0 14px 30px #0000002e}.footer-action--whatsapp{background:linear-gradient(135deg,#2faa57,#57b563)}.footer-action--primary{background:linear-gradient(135deg,#b70f1a,#d31622)}.footer-map-card{position:relative;overflow:hidden;min-height:230px;border-radius:18px;border:1px solid rgba(255,255,255,.18);background:#ffffff14;box-shadow:0 18px 40px #0000002e}.footer-map-card iframe{width:100%;min-height:230px;border:0;display:block;filter:saturate(.85) contrast(.95) brightness(.98)}.footer-map-card:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#ffffff0a,#07183914);pointer-events:none}.footer-map-card__badge{position:absolute;top:.9rem;left:.9rem;max-width:260px;display:grid;gap:.2rem;padding:.8rem .9rem;border-radius:12px;background:#ffffffeb;color:#0f172a;font-weight:800;box-shadow:0 12px 28px #0f172a2e}.footer-map-card__badge small{font-size:.78rem;color:#64748b;font-weight:600}.footer-columns{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1.25rem;padding-top:.35rem}.footer-column{display:grid;align-content:start;gap:.55rem;padding-right:.6rem}.footer-column h3{margin:0 0 .2rem;color:#fff;font-size:1.2rem}.footer-column a,.footer-column p{margin:0;color:#ffffffc2;line-height:1.5}.footer-column a:hover{color:#fff}.footer-bottom{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding-top:1rem;border-top:1px solid rgba(255,255,255,.12);color:#ffffff9e;font-size:.92rem}.footer-bottom p{margin:0}.footer-bottom__links{display:flex;flex-wrap:wrap;gap:1rem}.footer-bottom__links a{color:#ffffffb8}.footer-bottom__links a:hover{color:#fff}.footer-bottom__dev{display:inline-flex;align-items:center;gap:.35rem}.footer-bottom__dev a{display:inline-flex;align-items:center;gap:.35rem;color:#ffffffe6}.footer-bottom__dev a:hover{color:#fff}.contact-map{width:100vw;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);margin-bottom:1rem;border-top:2px solid color-mix(in srgb,var(--color-primary) 65%,transparent);border-bottom:2px solid color-mix(in srgb,var(--color-primary) 65%,transparent);overflow:hidden;display:grid;grid-template-columns:1.2fr 1fr;background:color-mix(in srgb,var(--color-surface) 85%,#020617 15%)}.contact-map__map iframe{width:100%;min-height:470px;border:0;display:block}.contact-map__panel{padding:2.1rem clamp(1rem,3vw,2.6rem);background:linear-gradient(130deg,color-mix(in srgb,var(--color-surface) 72%,#0b1638 28%),color-mix(in srgb,var(--color-surface-2) 70%,#08102a 30%));display:grid;align-content:start;gap:.7rem;position:relative}.contact-map__panel:before{content:"";position:absolute;top:1rem;left:clamp(1rem,3vw,2.6rem);width:clamp(80px,17vw,220px);height:6px;border-radius:999px;background:linear-gradient(90deg,var(--color-primary),color-mix(in srgb,var(--color-primary) 30%,#ffffff))}.contact-map__panel h3{margin:.3rem 0 .45rem;font-size:clamp(1.4rem,2.1vw,2rem);letter-spacing:.01em}.contact-map__panel p{margin:0;font-size:clamp(.96rem,1.25vw,1.15rem);line-height:1.45}.page{display:grid;gap:1.5rem}.page-hero{display:grid;grid-template-columns:minmax(0,1.18fr) minmax(340px,.92fr);gap:1rem;align-items:stretch;padding:.35rem 0 .85rem}.page-hero__content{display:grid;gap:1rem;align-content:start}.page-hero__heading{display:flex;align-items:center;gap:.75rem}.page-hero__heading h2{margin:0;font-size:clamp(1.7rem,2.7vw,2.2rem);line-height:1.04;letter-spacing:-.03em;color:var(--color-ink);white-space:nowrap}.page-hero__heading-line{height:1px;flex:1;background:linear-gradient(90deg,#94a3b847,#94a3b800)}.page-hero__benefits-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.9rem}.page-hero__benefit-card{display:grid;grid-template-columns:auto 1fr;gap:1rem;align-items:center;min-height:138px;padding:1rem 1.05rem;border-radius:16px;border:1px solid #e7ebf2;background:linear-gradient(180deg,#fff,#fcfdff);box-shadow:0 10px 24px #0f172a0b;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.page-hero__benefit-card:hover{transform:translateY(-1px);border-color:color-mix(in srgb,var(--color-primary) 16%,#dbe3ef);box-shadow:0 16px 26px #0f172a0f}.page-hero__benefit-card--support{background:linear-gradient(180deg,#fff,#fcfdff)}.page-hero__benefit-icon{width:58px;height:66px;display:grid;place-items:center;color:var(--color-primary)}.page-hero__benefit-icon img,.page-hero__benefit-icon svg{width:52px;height:52px;object-fit:contain}.page-hero__benefit-icon svg{stroke:currentColor;fill:none;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.page-hero__benefit-copy{display:grid;gap:.45rem}.page-hero__benefit-copy strong{font-size:1.25rem;line-height:1.15;color:#182033}.page-hero__benefit-copy p{margin:0;color:#64748b;line-height:1.4}.page-hero__card{overflow:hidden;border-radius:18px;border:1px solid #e7ebf2;background:linear-gradient(180deg,#fff,#fcfdff);box-shadow:0 14px 30px #0f172a0e;display:grid;grid-template-rows:auto 1fr}.page-hero__card-media{position:relative;min-height:192px;overflow:hidden}.page-hero__card-media:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,transparent 70%,rgba(15,23,42,.1))}.page-hero__card-media img{width:100%;height:100%;object-fit:cover}.page-hero__card-body{display:grid;gap:.65rem;padding:1.1rem 1.2rem 1rem}.page-hero__card-body h3{margin:0;font-size:clamp(1.45rem,2vw,1.9rem);line-height:1.08;color:#182033}.page-hero__card-body p{margin:0;color:#475569;line-height:1.45}.page-hero__contact-list{display:grid;gap:.5rem;padding-top:.2rem}.page-hero__contact-list a{display:inline-flex;align-items:center;gap:.5rem;color:#334155;font-weight:500}.page-hero__contact-list a:before{content:"";width:14px;height:14px;flex:0 0 auto;border-radius:4px;background:linear-gradient(135deg,#c905101f,#c9051008);box-shadow:inset 0 0 0 1px #c905101f}.home-carousel{position:relative}.home-carousel--fullbleed{width:100vw;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);margin-top:-1.75rem}.home-carousel__frame{position:relative;border-radius:0;overflow:clip;border:1px solid var(--color-border);background:var(--color-surface-2);height:auto}.home-carousel__hitbox{position:absolute;top:0;right:0;bottom:0;left:0;z-index:2}.home-carousel__frame img{width:100%;height:auto;object-fit:contain}.home-carousel__caption{position:absolute;z-index:3;left:clamp(1rem,3vw,3rem);bottom:clamp(1rem,3vw,3rem);padding:.85rem 1rem;border-radius:14px;background:#0f172aad;color:#fff;max-width:min(70%,640px)}.home-carousel__caption h3{margin:0 0 .35rem;font-size:clamp(1.05rem,2.7vw,2.2rem);line-height:1.1}.home-carousel__caption p{margin:0;color:#f8fafcd9;font-size:clamp(.9rem,1.8vw,1.3rem)}.home-carousel__nav{position:absolute;top:50%;transform:translateY(-50%);z-index:3;border:none;width:38px;height:38px;border-radius:999px;background:#0f172ab3;color:#fff;cursor:pointer}.home-carousel__nav--prev{left:.75rem}.home-carousel__nav--next{right:.75rem}.home-carousel__dots{position:absolute;z-index:3;bottom:.75rem;left:50%;transform:translate(-50%);display:flex;gap:.35rem}.home-carousel__dot{width:8px;height:8px;border-radius:999px;border:1px solid rgba(255,255,255,.7);background:transparent;cursor:pointer;padding:0}.home-carousel__dot.is-active{background:#fff}.home-benefits{width:100vw;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);background:color-mix(in srgb,var(--color-surface) 92%,#ffffff 8%);border-top:1px solid var(--color-border);border-bottom:1px solid var(--color-border)}.home-benefits__inner{width:min(1180px,100% - 2rem);margin:0 auto;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;padding:1.2rem 0}.home-benefits__item{display:flex;align-items:center;gap:.85rem;color:var(--color-primary);padding:.35rem .5rem;border-radius:10px}.home-benefits__item:hover{background:color-mix(in srgb,var(--color-primary) 10%,transparent)}.home-benefits__icon{width:64px;height:64px;display:grid;place-items:center}.home-benefits__icon svg{width:56px;height:56px;stroke:currentColor;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.home-benefits__icon img{width:56px;height:56px;object-fit:contain;display:block}.home-benefits__item strong{display:block;text-transform:uppercase;font-size:1.1rem;line-height:1.15}.home-benefits__item small{display:block;font-size:.95rem;text-transform:uppercase;opacity:.95}.truck-categories{padding:0;border:0;background:transparent;box-shadow:none}.truck-categories.ui-card{padding:0;border:0;background:transparent;border-radius:0;box-shadow:none}.truck-categories__list{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:1rem;align-items:end;padding-top:1rem;overflow:visible}.truck-categories__item{display:grid;grid-template-rows:108px 44px;color:var(--color-ink);text-align:center;border-radius:14px;overflow:visible;border:1px solid var(--color-border);background:#eef1f5;transition:transform .24s ease,border-color .24s ease,box-shadow .24s ease;position:relative;min-height:152px}.truck-categories__item:hover{border-color:color-mix(in srgb,var(--color-primary) 45%,var(--color-border));box-shadow:0 16px 30px #0f172a1f;transform:translateY(-3px)}.truck-categories__media{min-height:108px;margin:0;padding:0 .75rem;border-bottom:1px solid rgba(148,163,184,.18);background:linear-gradient(#ffffff0f,#ffffff0f),var(--truck-category-bg) center/cover no-repeat;display:grid;place-items:center;overflow:visible;border-radius:12px 12px 0 0;position:relative}.truck-categories__media img{width:auto;max-width:94%;max-height:126px;object-fit:contain;mix-blend-mode:normal;filter:drop-shadow(0 10px 16px rgba(15,23,42,.16));transform:translateY(-16px) scale(1);transform-origin:center bottom;transition:transform .26s ease,filter .26s ease;position:relative;z-index:2}.truck-categories__item:hover .truck-categories__media img{transform:translateY(-26px) scale(1.12);filter:drop-shadow(0 16px 22px rgba(15,23,42,.2))}.truck-categories__caption{display:grid;place-items:center;min-height:44px;padding:.55rem .75rem .7rem;background:#fff;border-radius:0 0 14px 14px}.truck-categories__item strong{font-size:.98rem;line-height:1.15;color:#1f2937}.brands-strip{width:100vw;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);background:linear-gradient(180deg,#f5f5f9,#e1e1e1);border-top:1px solid var(--color-border);border-bottom:1px solid var(--color-border);margin-bottom:-1.5rem;margin-top:1rem}.brands-strip__inner{width:min(1180px,100% - 2rem);margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:1rem 1.4rem;padding:.95rem 0}.brands-strip h2{margin:0;font-size:clamp(1.15rem,2vw,1.6rem);line-height:1.15;color:#172033;font-weight:800;letter-spacing:-.02em;white-space:nowrap}.brands-strip__list{display:flex;align-items:center;justify-content:flex-end;gap:1.25rem;flex-wrap:nowrap}.brands-strip__brand{display:inline-flex;align-items:center;justify-content:center;gap:.35rem;color:#5b6472;transition:color .2s ease,opacity .2s ease,transform .2s ease;opacity:.95}.brands-strip__brand:hover{color:var(--color-primary);opacity:1;transform:translateY(-1px)}.brands-strip__label{line-height:1;white-space:nowrap}.brands-strip__brand--mercedes{color:#4b5563}.brands-strip__brand--scania{color:#0a4a8c}.brands-strip__brand--volvo{font-size:1.2rem;font-weight:800;letter-spacing:.04em;color:#4b5563}.brands-strip__brand--iveco{font-size:1.28rem;font-weight:800;letter-spacing:.03em;color:#4b5563}.brands-strip__badge{width:1.65rem;height:1.65rem;display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto}.brands-strip__badge svg{width:100%;height:100%;stroke:currentColor;fill:none;stroke-width:1.5}.brands-strip__badge--image{width:auto;height:1.55rem}.brands-strip__badge--image img{display:block;height:100%;width:auto;object-fit:contain}.brands-strip__brand--scania .brands-strip__badge--image{height:1.9rem}.brands-strip__brand--mercedes .brands-strip__badge--image{height:2.8rem}.brands-strip__badge--shield{color:#0a4a8c}.brands-strip__badge--volvo{color:#6b7280}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.featured-carousel{position:relative;overflow:hidden;padding:.6rem 0 .25rem;background:transparent;border:0;box-shadow:none}.featured-carousel__viewport{overflow:hidden;padding:.25rem 0}.featured-carousel__track{display:flex;transition:transform .45s ease}.featured-carousel__page{min-width:100%;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.9rem}.featured-carousel__item{position:relative;border:1px solid #e5e7eb;border-radius:14px;padding:.85rem;background:#fff;display:grid;gap:.3rem;box-shadow:0 10px 26px #0f172a0f}.featured-carousel__badge{position:absolute;top:.8rem;left:.8rem;z-index:2;width:1.4rem;height:1.4rem;display:grid;place-items:center;border-radius:999px;background:#b70f1a;color:#fff;font-size:.72rem;font-weight:700}.featured-carousel__media{height:164px;border-radius:9px;border:1px solid #eef2f7;background:linear-gradient(180deg,#ffffffe0,#f5f7fafa),linear-gradient(135deg,#94a3b81a,#ffffff29);display:grid;place-items:center;overflow:hidden;margin-bottom:.15rem}.featured-carousel__media img{width:100%;height:100%;object-fit:contain}.featured-carousel__placeholder{width:100%;height:100%;position:relative;background:radial-gradient(ellipse at 50% 82%,rgba(148,163,184,.18),transparent 25%),linear-gradient(180deg,#ffffffeb,#f3f6f9)}.featured-carousel__placeholder:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(140deg,transparent 0 25%,rgba(148,163,184,.07) 25% 35%,transparent 35% 100%),linear-gradient(35deg,transparent 0 45%,rgba(148,163,184,.06) 45% 55%,transparent 55% 100%);opacity:.55}.featured-carousel__placeholder-surface{position:absolute;left:15%;right:15%;bottom:18%;height:10px;border-radius:999px;background:radial-gradient(circle,#64748b29,#64748b00)}.featured-carousel__category{margin:0;font-size:.67rem;text-transform:uppercase;letter-spacing:.06em;color:#6b7280;font-weight:700}.featured-carousel__title{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:2.55rem;font-weight:800;color:#182033;font-size:.96rem;line-height:1.22}.featured-carousel__meta{margin:0;color:#64748b;font-size:.8rem;line-height:1.15}.featured-carousel__price{font-size:1.08rem;color:#172033;margin-top:.25rem}.featured-carousel__actions{display:grid;grid-template-columns:1fr auto;gap:.38rem;margin-top:.2rem;align-items:center}.featured-carousel__actions .ui-button{min-height:34px;border-radius:8px;font-size:.79rem;padding-inline:.75rem}.featured-carousel__actions .featured-carousel__cta.ui-button{background:#f4f4f5;border:1px solid #e5e7eb;border-color:#e5e7eb;color:#6b7280;box-shadow:none}.featured-carousel__actions .featured-carousel__cart-btn.ui-button{position:relative;width:46px;min-width:46px;height:34px;padding:0;display:inline-flex;align-items:center;justify-content:center;background:#c90510;border:1px solid #c90510;border-color:#c90510;color:#fff;box-shadow:inset 0 -2px #0000001f}.featured-carousel__cart-btn svg{width:18px;height:18px;stroke:currentColor;fill:none;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}.featured-carousel__cart-btn:after{content:attr(data-tooltip);position:absolute;left:50%;bottom:calc(100% + 8px);transform:translate(-50%);padding:.25rem .45rem;border-radius:6px;background:#182033;color:#fff;font-size:.7rem;line-height:1;white-space:nowrap;opacity:0;pointer-events:none;transition:opacity .18s ease}.featured-carousel__cart-btn:hover:after,.featured-carousel__cart-btn:focus-visible:after{opacity:1}.featured-carousel__nav{position:absolute;top:48%;transform:translateY(-50%);width:32px;height:32px;border:none;border-radius:999px;background:#475569f2;color:#fff;cursor:pointer;box-shadow:0 10px 20px #0f172a2e}.featured-carousel__nav--prev{left:.3rem}.featured-carousel__nav--next{right:.3rem}.home-product-section{padding-top:.4rem}.home-product-section+.home-product-section{margin-top:.35rem;padding-top:1rem;border-top:1px solid var(--color-border)}.home-product-band{width:100vw;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);padding:2.25rem 0}.home-product-band--even{background:color-mix(in srgb,var(--color-surface) 92%,#ffffff 8%)}.home-product-band--odd{background:color-mix(in srgb,var(--color-surface-2) 90%,#ffffff 10%)}.home-product-band__inner{width:min(1180px,100% - 2rem);margin:0 auto;display:grid;gap:.75rem}.page-header{display:flex;align-items:center;justify-content:space-between;gap:1rem;border-bottom:1px solid var(--color-border);padding-bottom:1rem}.page-header--products{border-bottom:0;padding-bottom:.3rem}.page-header--products h2{margin:0;font-size:clamp(1.8rem,3vw,2.45rem);line-height:1.08;color:var(--color-ink)}.page-header--products .ui-button{min-height:40px;padding-inline:1rem;border-radius:10px;background:#f8fafc;border-color:#e5e7eb;color:#6b7280}:root[data-theme=dark] .page-header--products .ui-button{background:#000;border-color:#fff;color:#fff}.page-header h1{margin:.1rem 0}.page-loading{padding:1rem 1.2rem;border-radius:10px;background:var(--color-surface-2);border:1px dashed var(--color-border);color:var(--color-muted)}.page-loading--catalog{min-height:180px;display:inline-flex;align-items:center;gap:.65rem}.loading-dot{width:12px;height:12px;border-radius:999px;background:var(--color-primary);box-shadow:0 0 color-mix(in srgb,var(--color-primary) 45%,transparent);animation:loading-pulse 1.1s ease-out infinite}.about-page{display:grid;gap:1rem}.about-page__hero{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(320px,.85fr);gap:1.35rem;padding:1.3rem;overflow:hidden}.about-page__hero-copy{display:grid;align-content:start;gap:1rem}.about-page__eyebrow,.about-page__panel-label{margin:0;font-size:.78rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase;color:#64748b}.about-page__hero-copy h2{margin:0;font-size:clamp(2rem,3vw,3rem);line-height:1.02;letter-spacing:-.04em;color:#172033;max-width:13ch}.about-page__lead{margin:0;max-width:60ch;font-size:1.02rem;line-height:1.7;color:#475569}.about-page__hero-actions{display:flex;flex-wrap:wrap;gap:.7rem}.about-page__highlights{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.8rem}.about-page__highlight{display:grid;gap:.25rem;padding:.95rem 1rem;border-radius:16px;border:1px solid #e4eaf3;background:linear-gradient(180deg,#fff,#f8fbff)}.about-page__highlight strong{font-size:1.02rem;color:#172033}.about-page__highlight span{color:#64748b;line-height:1.4;font-size:.9rem}.about-page__hero-media{display:grid;gap:.85rem}.about-page__hero-image-frame{position:relative;min-height:100%;border-radius:22px;overflow:hidden;background:linear-gradient(160deg,#0f172a0f,#0f172a00),linear-gradient(180deg,#eef4fb,#f8fafc);border:1px solid #e4eaf3;box-shadow:0 18px 40px #0f172a14}.about-page__hero-image-frame img{width:100%;height:100%;min-height:420px;object-fit:cover}.about-page__hero-image-frame:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,transparent 48%,rgba(15,23,42,.5)),radial-gradient(circle at top right,rgba(201,5,16,.18),transparent 34%);pointer-events:none}.about-page__hero-badge{position:absolute;left:1rem;bottom:1rem;z-index:1;padding:.4rem .7rem;border-radius:999px;background:#ffffffe6;color:#172033;font-size:.75rem;font-weight:700}.about-page__hero-note{display:grid;gap:.35rem;padding:1rem 1.05rem;border-radius:18px;background:linear-gradient(135deg,#173057,#0f1f39);color:#ffffffe6}.about-page__hero-note strong{color:#fff}.about-page__hero-note p{margin:0;line-height:1.55}.about-page__strengths{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.about-page__statement{display:grid;gap:.9rem;padding:1.2rem 1.3rem;background:linear-gradient(135deg,#c905100a,#ffffffe6),linear-gradient(180deg,#fff,#f8fbff)}.about-page__statement-grid{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(260px,.85fr);gap:1rem;align-items:stretch}.about-page__statement blockquote{margin:0;padding:1.1rem 1.15rem;border-radius:20px;background:#fff;border:1px solid #e4eaf3;box-shadow:0 16px 34px #0f172a0d;font-size:clamp(1.2rem,2vw,1.7rem);line-height:1.35;letter-spacing:-.02em;color:#172033}.about-page__statement-side{display:grid;align-content:center;gap:.45rem;padding:1.1rem 1.15rem;border-radius:20px;background:linear-gradient(135deg,#173057,#0f1f39);color:#ffffffdb}.about-page__statement-side strong{color:#fff;font-size:1rem}.about-page__statement-side p{margin:0;color:inherit}.about-page__strength-card{display:grid;gap:.55rem;min-height:100%}.about-page__strength-index{width:2rem;height:2rem;display:grid;place-items:center;border-radius:999px;background:#c905101a;color:#b70f1a;font-size:.8rem;font-weight:800}.about-page__strength-card h3,.about-page__panel h3{margin:0;font-size:1.45rem;line-height:1.12;color:#172033}.about-page__strength-card p,.about-page__panel p{margin:0;color:#475569;line-height:1.65}.about-page__grid,.contact-page__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.about-page__panel{display:grid;gap:.9rem}.about-page__workflow{margin:0;padding:0;list-style:none;display:grid;gap:.75rem;counter-reset:about-steps}.about-page__workflow li{display:grid;grid-template-columns:auto 1fr;gap:.8rem;align-items:start;color:#334155;line-height:1.6}.about-page__workflow li:before{counter-increment:about-steps;content:counter(about-steps);width:1.9rem;height:1.9rem;display:grid;place-items:center;border-radius:999px;background:linear-gradient(135deg,#c9051024,#c9051008);color:#b70f1a;font-weight:800;font-size:.82rem}.about-page__contact-list{display:grid;gap:.8rem}.about-page__contact-list p{display:grid;gap:.2rem;padding-bottom:.8rem;border-bottom:1px solid #e5ebf3}.about-page__contact-list p:last-child{padding-bottom:0;border-bottom:0}.about-page__contact-list strong{color:#172033}.about-page__contact-list a{color:#334155}.about-page__contact-list a:hover{color:var(--color-primary)}.contact-form{display:grid;gap:.75rem}.contact-form__field{display:grid;gap:.35rem;color:var(--color-muted);font-size:.85rem}.contact-form__field input,.contact-form__field textarea{padding:.65rem .75rem;border-radius:10px;border:1px solid var(--color-border);background:var(--color-surface-2);color:var(--color-ink);font-family:inherit}@keyframes loading-pulse{0%{transform:scale(.9);box-shadow:0 0 color-mix(in srgb,var(--color-primary) 45%,transparent)}70%{transform:scale(1);box-shadow:0 0 0 10px color-mix(in srgb,var(--color-primary) 0%,transparent)}to{transform:scale(.9);box-shadow:0 0 color-mix(in srgb,var(--color-primary) 0%,transparent)}}.ui-button{display:inline-flex;align-items:center;justify-content:center;gap:.4rem;padding:.55rem 1.05rem;border-radius:12px;border:1px solid transparent;font-weight:600;cursor:pointer;transition:all .2s ease;background:none;color:var(--color-ink)}.ui-button--full{width:100%}.ui-button--solid.ui-button--primary{background:linear-gradient(135deg,var(--color-primary),var(--color-accent));color:#f8fafc}.ui-button--solid.ui-button--secondary{background:linear-gradient(135deg,#1f2937,#111827);color:#f8fafc;border:1px solid rgba(255,255,255,.05)}.ui-button--outline{border:1px solid var(--color-border);background:transparent;color:var(--color-ink)}.ui-button--ghost{background:#ffffff0a;border:1px dashed var(--color-border);color:var(--color-ink)}.ui-button:hover{transform:translateY(-1px)}.ui-card{background:var(--color-card);border:1px solid var(--color-border);border-radius:var(--radius);padding:.85rem 1.25rem;box-shadow:var(--shadow)}.ui-card__header h3{margin:.25rem 0 0}.ui-card__body{display:grid;gap:.5rem}.grid{display:grid;gap:1rem}.grid--products{grid-template-columns:repeat(auto-fill,minmax(260px,1fr))}.catalog-layout{display:grid;grid-template-columns:290px 1fr;gap:1rem;align-items:start}.catalog-layout>div{min-width:0}.catalog-layout--no-filters{grid-template-columns:1fr}.catalog-filters{position:sticky;top:120px}.catalog-filters h3{margin:0 0 .75rem}.catalog-filters__groups{display:grid;gap:.85rem}.catalog-filters__group{display:grid;gap:.45rem}.catalog-filters__options{display:grid;gap:.3rem}.catalog-filters__option{display:flex;gap:.45rem;align-items:center;color:var(--color-muted);font-size:.9rem}.grid--highlights{grid-template-columns:repeat(auto-fit,minmax(240px,1fr))}.product-card{display:grid;gap:.75rem}.product-card__header{display:flex;justify-content:space-between;align-items:center}.product-card__tags{display:flex;gap:.35rem;flex-wrap:wrap}.product-card__footer{display:flex;align-items:center;justify-content:space-between;gap:.75rem;flex-wrap:wrap}.product-card__actions{display:flex;gap:.4rem;flex-wrap:wrap}.product-card__price{font-size:1.3rem;font-weight:700}.product-box{display:grid;gap:.85rem}.product-box__media{position:relative;height:180px;background:radial-gradient(ellipse at 50% 82%,rgba(148,163,184,.18),transparent 25%),linear-gradient(180deg,#ffffffeb,#f3f6f9);border-radius:9px;border:1px solid #eef2f7;display:grid;place-items:center;overflow:hidden}.product-box__badge{position:absolute;top:.75rem;left:.75rem;background:var(--color-primary);color:#fff;font-weight:700;font-size:.8rem;padding:.25rem .55rem;border-radius:999px;z-index:2;box-shadow:0 8px 18px #c9051059}.product-box__carousel{position:relative;border-radius:9px;border:1px solid #eef2f7;background:linear-gradient(180deg,#ffffffe0,#f5f7fafa),linear-gradient(135deg,#94a3b81a,#ffffff29);height:182px;display:grid;place-items:center;overflow:hidden}.product-box__image{width:100%;height:100%;max-height:none;object-fit:contain}.product-box__image-placeholder{width:100%;height:100%;display:grid;place-items:center;color:#64748b;font-size:.9rem;background:radial-gradient(ellipse at 50% 82%,rgba(148,163,184,.18),transparent 25%),linear-gradient(180deg,#ffffffeb,#f3f6f9)}.product-box__nav{position:absolute;top:50%;transform:translateY(-50%);border:none;width:34px;height:34px;border-radius:999px;background:#0f172ab3;color:#fff;cursor:pointer}.product-box__nav--prev{left:.5rem}.product-box__nav--next{right:.5rem}:root[data-theme=dark] .product-box__media{background:radial-gradient(ellipse at 50% 82%,rgba(100,116,139,.2),transparent 25%),linear-gradient(180deg,var(--color-surface-2),var(--color-card));border-color:var(--color-border)}:root[data-theme=dark] .product-box__image-placeholder{color:var(--color-muted);background:radial-gradient(ellipse at 50% 82%,rgba(100,116,139,.2),transparent 25%),linear-gradient(180deg,var(--color-surface-2),var(--color-card))}.product-box__dots{position:absolute;bottom:.45rem;left:50%;transform:translate(-50%);display:flex;gap:.35rem}.product-box__dot{width:8px;height:8px;border-radius:999px;border:1px solid rgba(255,255,255,.6);background:transparent;cursor:pointer;padding:0}.product-box__dot.is-active{background:#fff}.product-box__category{font-size:.85rem;color:var(--color-muted);margin:0}.product-box__title{font-weight:700;font-size:1.05rem;line-height:1.15;margin:.2rem 0 .35rem;display:inline-block;color:#182033}.product-box__description{margin:0}.product-box__footer{display:grid;gap:.75rem}.product-box__price{display:flex;align-items:baseline;gap:.5rem;font-size:1.25rem}.product-box__price del{color:var(--color-muted);font-size:.95rem}.product-box__controls{display:grid;gap:.5rem}.product-box__controls-row{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:.5rem}.product-box__qty{display:grid;grid-template-columns:28px 1fr 28px;align-items:center;gap:.25rem;min-height:38px;padding:.25rem .45rem;border-radius:999px;border:1px solid #d7deea;background:#f8fafc}.product-box__qty input{width:100%;min-width:0;text-align:center;background:transparent;border:none;color:#0f172a;font-weight:700;font-size:.95rem}.product-box__qty button{width:28px;height:28px;border-radius:999px;border:1px solid #d7deea;background:#fff;color:#334155;cursor:pointer;font-size:1rem;line-height:1}.product-box__add-btn.ui-button{min-height:38px;border-radius:10px;padding-inline:1rem;background:linear-gradient(135deg,var(--color-primary),var(--color-accent));color:#fff}.product-box__detail-btn.ui-button{width:100%;min-height:42px;border-radius:10px;justify-content:center}.product-detail{display:grid;gap:1.15rem}.product-detail__breadcrumbs{display:flex;flex-wrap:wrap;gap:.35rem;font-size:.82rem;text-transform:uppercase;letter-spacing:.04em;color:#64748b}.product-detail__breadcrumbs a{color:#334155;font-weight:700;text-decoration:none;transition:color .2s ease}.product-detail__breadcrumbs a:hover{color:#c90510}.product-detail__breadcrumb-link{color:#334155;font-weight:700;text-decoration:none;transition:color .2s ease;cursor:pointer}.product-detail__breadcrumb-link:hover{color:#c90510}.product-detail__crumb-sep{margin:0 .3rem;color:#94a3b8}.product-detail__layout{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr);gap:1.4rem;align-items:start}.product-detail__gallery{display:grid;gap:.65rem}.product-detail__image-card{border:1px solid #e2e8f0;border-radius:16px;background:radial-gradient(ellipse at 50% 82%,rgba(148,163,184,.18),transparent 25%),linear-gradient(180deg,#ffffffeb,#f3f6f9);min-height:380px;display:grid;place-items:center;overflow:hidden;box-shadow:0 14px 30px #0f172a14}.product-detail__image-card img{width:100%;height:auto;max-height:430px;object-fit:contain}.product-detail__image-empty{color:#cbd5e1;font-size:1rem;text-align:center;padding:2rem;display:flex;align-items:center;justify-content:center}.product-detail__image-empty svg{width:80px;height:80px}:root[data-theme=dark] .product-detail__image-card{background:radial-gradient(ellipse at 50% 82%,rgba(100,116,139,.2),transparent 25%),linear-gradient(180deg,var(--color-surface-2),var(--color-card));border-color:var(--color-border)}:root[data-theme=dark] .product-detail__image-empty{color:var(--color-muted)}.product-detail__thumbs{display:flex;flex-wrap:wrap;gap:.55rem}.product-detail__thumb{width:92px;height:76px;border:1px solid #dbe3ef;border-radius:10px;background:#fff;padding:.2rem;cursor:pointer}.product-detail__thumb img{width:100%;height:100%;object-fit:contain}.product-detail__thumb.is-active{border-color:#c90510;box-shadow:0 0 0 2px #c9051029}.product-detail__summary{display:grid;gap:.8rem}.product-detail__summary h1{margin:0;font-size:clamp(2rem,3.1vw,2.6rem);line-height:1.05;color:#0f172a;text-transform:uppercase}:root[data-theme=dark] .product-detail__summary h1{color:#fff}.product-detail__facts{margin:0;padding-left:1rem;display:grid;gap:.38rem;color:#1e293b}:root[data-theme=dark] .product-detail__facts{color:#fff}.product-detail__meta{display:flex;gap:.5rem;flex-wrap:wrap}.product-detail__related{margin-top:2.5rem;display:grid;gap:1rem}.product-detail__related-title{margin:0;font-size:clamp(1.2rem,2vw,1.6rem);color:#0f172a}:root[data-theme=dark] .product-detail__related-title{color:#f8fafc}.product-detail__price{font-size:clamp(2.2rem,3.2vw,3rem);font-weight:800;color:#0f172a}:root[data-theme=dark] .product-detail__price{color:#fff}.product-detail__actions{display:grid;gap:.5rem}.product-detail__controls-row{display:grid;grid-template-columns:minmax(0,190px) auto;align-items:center;gap:.5rem}.product-detail__qty{width:100%}.product-detail__add-btn.ui-button{min-height:38px;border-radius:10px;padding-inline:1rem}.product-detail__actions .ui-button{min-height:46px;border-radius:12px;padding-inline:1.2rem;font-size:1rem;font-weight:700}.product-detail__actions .product-detail__add-btn.ui-button{min-height:38px;border-radius:10px;padding-inline:1rem}.product-detail__highlights{border:1px solid #e2e8f0;box-shadow:none}.product-detail__highlights p{margin:0}.product-detail__highlights hr{border:0;border-top:1px solid #e2e8f0;margin:.55rem 0}.product-detail__tabs{display:grid;gap:0}.product-detail__tab-buttons{display:flex;gap:.45rem;border-bottom:1px solid #e2e8f0}.product-detail__tab-buttons button{border:1px solid transparent;background:#f8fafc;color:#334155;border-radius:10px 10px 0 0;padding:.75rem 1.25rem;font:inherit;font-weight:700;cursor:pointer;transition:all .3s ease;margin-bottom:-1px}.product-detail__tab-buttons button.is-active{background:#fff;border:1px solid #e2e8f0;border-bottom:1px solid #fff;color:#c90510}.product-detail__tab-panel{border:1px solid #e2e8f0;border-top:none;padding:1.5rem}.product-detail__tab-panel p{margin:0}:root[data-theme=dark] .product-detail__tab-buttons{border-bottom-color:var(--color-border)}:root[data-theme=dark] .product-detail__tab-buttons button{background:var(--color-surface-2);color:var(--color-muted)}:root[data-theme=dark] .product-detail__tab-buttons button.is-active{background:var(--color-card);border-color:var(--color-border);border-bottom-color:var(--color-card);color:var(--color-primary)}:root[data-theme=dark] .product-detail__tab-panel{background:var(--color-card);border-color:var(--color-border);color:var(--color-ink)}@media (max-width: 960px){.product-detail__layout{grid-template-columns:1fr}.product-detail__image-card{height:auto}}@media (max-width: 720px){.product-detail__controls-row{grid-template-columns:1fr}.product-detail__actions .ui-button{width:100%}.product-detail__image-card{height:auto}}.pill{display:inline-flex;align-items:center;gap:.25rem;padding:.25rem .65rem;border-radius:999px;background:#ffffff0f;color:var(--color-ink);border:1px solid rgba(255,255,255,.08);font-size:.85rem}.pill--ghost{background:#ffffff08;border-style:dashed}.badge{padding:.25rem .75rem;border-radius:10px;background:#c905102e;color:#fecaca;border:1px solid rgba(201,5,16,.45);font-weight:600}.cart-badge{display:inline-flex;align-items:center;gap:.55rem;padding:.45rem .65rem;border-radius:12px;border:1px solid var(--color-border);background:var(--color-card)}.cart-badge__count{width:32px;height:32px;border-radius:10px;background:var(--color-primary);display:grid;place-items:center;font-weight:700;color:#e0f2fe}.cart-badge__label{font-size:.8rem;color:var(--color-muted)}.cart-badge__total{font-size:1rem}.cart-summary__lines{display:grid;gap:.75rem}.cart-line{display:grid;grid-template-columns:1.5fr 1fr;gap:.75rem;padding-bottom:.75rem;border-bottom:1px solid var(--color-border)}.cart-line__info h4{margin:.2rem 0}.cart-line__controls{display:flex;gap:.6rem;align-items:center;justify-content:flex-end;flex-wrap:wrap}.cart-line__qty{display:flex;gap:.35rem;align-items:center;color:var(--color-muted)}.cart-line__qty input{width:72px;background:var(--color-surface);border:1px solid var(--color-border);border-radius:10px;color:var(--color-ink);padding:.35rem}.cart-line__price{font-weight:700}.cart-summary__footer,.checkout__actions{display:flex;justify-content:space-between;align-items:center;gap:1rem;margin-top:1rem;flex-wrap:wrap}.checkout{display:grid;gap:1rem}.checkout-view{display:grid;gap:1.5rem}.checkout-cart__header{display:flex;justify-content:space-between;align-items:center;gap:1rem}.checkout-cart__lines{display:grid;gap:1rem;margin-top:1rem}.checkout-cart__line{display:grid;grid-template-columns:120px 1fr auto;gap:1rem;padding-bottom:1rem;border-bottom:1px solid var(--color-border)}.checkout-cart__media{width:120px;height:120px;border-radius:12px;background:var(--color-surface-2);border:1px solid var(--color-border);display:grid;place-items:center;overflow:hidden}.checkout-cart__media img{width:100%;height:100%;object-fit:contain}.checkout-cart__placeholder{color:var(--color-muted);font-size:.85rem}.checkout-cart__info{display:grid;gap:.35rem}.checkout-cart__controls{display:grid;gap:.5rem;justify-items:end;align-content:start}.checkout-cart__qty{display:inline-flex;align-items:center;gap:.35rem;padding:.35rem .5rem;border-radius:999px;border:1px solid var(--color-border);background:#ffffff0a}.checkout-cart__qty input{width:48px;text-align:center;background:transparent;border:none;color:var(--color-ink)}.checkout-cart__qty button{width:26px;height:26px;border-radius:999px;border:1px solid var(--color-border);background:transparent;color:var(--color-ink);cursor:pointer}.checkout-cart__unit,.checkout-cart__price{display:grid;gap:.15rem;text-align:right}.checkout-cart__total{display:flex;justify-content:space-between;align-items:center;margin-top:1rem;font-size:1.1rem;font-weight:700}.checkout-form{display:grid;gap:1.5rem}.checkout-form__section{display:grid;gap:.75rem}.checkout-form__grid{display:grid;gap:.75rem;grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.checkout-form__field{display:grid;gap:.35rem;color:var(--color-muted);font-size:.85rem}.checkout-form__field--full{grid-column:1/-1}.checkout-form__field input,.checkout-form__field select,.checkout-form__field textarea{padding:.55rem .75rem;border-radius:10px;border:1px solid var(--color-border);background:var(--color-surface);color:var(--color-ink);font-family:inherit}.checkout-form__field textarea{resize:vertical}.checkout-form__actions{display:flex;justify-content:center}.checkout__lines{display:grid;gap:.75rem}.checkout__line{display:flex;justify-content:space-between;align-items:center;padding-bottom:.75rem;border-bottom:1px solid var(--color-border)}.checkout__price{font-weight:700}.checkout__total{display:flex;justify-content:space-between;align-items:center;font-size:1.1rem;font-weight:700}.gap-sm{display:flex;gap:.75rem;flex-wrap:wrap}.stack-list{list-style:none;padding:0;margin:.5rem 0 0;display:grid;gap:.35rem}.account-tabs{display:flex;gap:.6rem;flex-wrap:wrap}.account-list{display:grid;gap:.75rem}.account-item{border:1px solid var(--color-border);border-radius:10px;padding:.85rem;background:color-mix(in srgb,var(--color-surface-2) 65%,transparent)}.account-item__head{display:flex;justify-content:space-between;align-items:center;gap:.75rem}.auth-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:120;display:grid;place-items:center;padding:1rem}.auth-modal__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;border:0;background:#00000073}.auth-modal__panel{position:relative;width:min(560px,100vw - 1rem);max-height:calc(100vh - 2rem);overflow:auto;z-index:1}.auth-modal__header{display:flex;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:.75rem}.auth-modal__header h3{margin:0}.auth-modal__close{width:34px;height:34px;border:1px solid var(--color-border);border-radius:999px;background:transparent;color:var(--color-ink);cursor:pointer;font-size:1.2rem;line-height:1}.auth-modal__tabs{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.5rem;margin-bottom:1rem}.auth-modal__tab{border:1px solid var(--color-border);border-radius:10px;background:transparent;color:var(--color-ink);cursor:pointer;padding:.55rem .65rem;font-weight:700}.auth-modal__tab.is-active{border-color:color-mix(in srgb,var(--color-primary) 45%,var(--color-border));background:color-mix(in srgb,var(--color-primary) 12%,transparent)}.auth-modal__form{display:grid;gap:.75rem}.auth-modal__field{display:grid;gap:.35rem;color:var(--color-muted);font-size:.85rem}.auth-modal__field input,.auth-modal__field select{padding:.6rem .75rem;border-radius:10px;border:1px solid var(--color-border);background:var(--color-surface-2);color:var(--color-ink);font-family:inherit}.auth-modal__error{margin:0;color:#ef4444;font-size:.9rem}.auth-modal__ok{margin:0;color:#22c55e;font-size:.9rem}:root[data-theme=light] .layout__header{background:#fff;box-shadow:none}:root[data-theme=light] .nav-link:hover{background:#0f172a0f}:root[data-theme=light] .page-hero__card{background:linear-gradient(180deg,#fff,#f8fafc)}:root[data-theme=dark] .page-hero__card{background:linear-gradient(180deg,#1a2332,#0f172a);border-color:#334155}:root[data-theme=dark] .page-hero__card-body{color:#fff}:root[data-theme=dark] .page-hero__card-body h3{color:#fff}:root[data-theme=dark] .page-hero__card-body a{color:#e0e7ff}:root[data-theme=dark] .page-hero__card-body a:hover{color:#c90510}:root[data-theme=dark] .page-hero__benefit-card{background:linear-gradient(180deg,#1a2332,#0f172a);border-color:#334155;color:#fff}:root[data-theme=dark] .page-hero__benefit-copy strong{color:#fff}:root[data-theme=dark] .page-hero__benefit-copy p{color:#e0e7ff}:root[data-theme=dark] .about-page__hero,:root[data-theme=dark] .about-page__highlight,:root[data-theme=dark] .about-page__statement,:root[data-theme=dark] .about-page__statement blockquote,:root[data-theme=dark] .about-page__strength-card,:root[data-theme=dark] .about-page__panel,:root[data-theme=dark] .about-page__hero-image-frame,:root[data-theme=dark] .about-page__contact-list p{border-color:#334155}:root[data-theme=dark] .about-page__hero-copy h2,:root[data-theme=dark] .about-page__highlight strong,:root[data-theme=dark] .about-page__statement blockquote,:root[data-theme=dark] .about-page__strength-card h3,:root[data-theme=dark] .about-page__panel h3,:root[data-theme=dark] .about-page__contact-list strong{color:#fff}:root[data-theme=dark] .about-page__lead,:root[data-theme=dark] .about-page__highlight span,:root[data-theme=dark] .about-page__strength-card p,:root[data-theme=dark] .about-page__panel p,:root[data-theme=dark] .about-page__workflow li,:root[data-theme=dark] .about-page__contact-list a,:root[data-theme=dark] .about-page__contact-list span{color:#cbd5e1}:root[data-theme=light] .ui-button--ghost{background:var(--color-surface-2);border:1px dashed var(--color-border)}:root[data-theme=light] .pill,:root[data-theme=light] .cart-badge{background:var(--color-surface-2);border:1px solid var(--color-border);color:var(--color-ink)}:root[data-theme=light] .badge{background:#c905101f;color:#7f1d1d;border:1px solid rgba(201,5,16,.35)}@media (max-width: 960px){.header-topbar__content{flex-direction:column;align-items:flex-start;gap:.35rem}.header-topbar__items{flex-wrap:wrap;gap:.45rem 1rem}.header-topbar__message{text-align:left;white-space:normal}.header-main__inner{grid-template-columns:1fr;gap:.65rem}.layout__actions{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;justify-content:flex-start;gap:.45rem;row-gap:.35rem}.header-account-group,.layout__actions>.header-account{min-width:0}.header-account-group{align-items:flex-start}.header-user{white-space:normal;overflow-wrap:anywhere;line-height:1.25}.header-account{text-align:left}.layout__nav{display:none;flex-direction:column;align-items:stretch;gap:.25rem;padding:.6rem 0 .75rem}.layout__nav.is-open{display:flex}.layout__nav-links,.layout__nav-actions{width:100%}.layout__nav-links{flex-direction:column;align-items:stretch;gap:.25rem}.layout__nav-actions{justify-content:flex-start;padding-top:.25rem}.header-nav__mobile-bar{display:flex;justify-content:flex-end;padding:.45rem 0}.nav-link{width:100%;padding:.7rem .8rem;border-radius:10px}.nav-dropdown-toggle{display:inline-flex;align-items:center;justify-content:center}.nav-item{width:100%;flex-wrap:wrap}.nav-item .nav-link{flex:1;min-width:0}.nav-dropdown-toggle{margin-left:auto;min-height:40px}.products-menu{position:static;min-width:100%;width:100%;margin-top:.35rem;border-radius:10px;padding:.85rem;max-height:min(60vh,420px);overflow:auto;display:none;transform:none}.nav-item--dropdown:hover .products-menu{display:none;opacity:0;pointer-events:none}.nav-item--dropdown.is-open .products-menu{display:block;opacity:1;pointer-events:auto;transform:none}.products-menu__grid{grid-template-columns:1fr;gap:.75rem}.layout__main,.layout__footer{width:min(100% - 1.5rem,1100px)}.layout__footer{width:100vw}.page-hero{grid-template-columns:1fr}.page-hero__benefits-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.page-hero__card-media{min-height:200px}.about-page__hero,.about-page__strengths,.about-page__statement-grid,.catalog-layout{grid-template-columns:1fr}.catalog-filters{position:static}.home-benefits__inner{grid-template-columns:1fr;gap:.45rem}.truck-categories__list{grid-template-columns:repeat(3,minmax(0,1fr))}.truck-categories__item{grid-template-rows:102px 44px;min-height:146px}.featured-carousel__page{grid-template-columns:repeat(2,minmax(0,1fr))}.brands-strip__inner{flex-direction:column;align-items:flex-start}.brands-strip__list{justify-content:flex-start;flex-wrap:wrap;gap:.85rem 1.1rem}.layout__footer-inner{width:min(100% - 1.5rem,1100px)}.footer-hero{grid-template-columns:1fr}.footer-columns{grid-template-columns:repeat(2,minmax(0,1fr))}.footer-bottom{flex-direction:column;align-items:flex-start}.contact-map{grid-template-columns:1fr;border-top-width:1px;border-bottom-width:1px}.about-page__grid,.contact-page__grid{grid-template-columns:1fr}}@media (max-width: 720px){.header-topbar{display:none}.layout__header{position:static}.header-shell{width:min(100% - 1rem,1180px)}.brand__logo{width:172px;height:auto}.header-nav__mobile-bar{justify-content:center}.header-nav__toggle{width:100%;justify-content:center}.header-brand-wrap{width:100%;justify-content:space-between;gap:.6rem}.header-cart-mobile{display:flex;margin-left:auto}.header-cart-desktop{display:none}.header-main__inner{gap:.8rem}.header-search{width:100%}.header-search input{padding:.7rem .75rem}.header-search button{padding:0 .85rem}.layout__actions{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:.45rem}.layout__actions>*{width:auto}.header-theme-toggle{padding-inline:.55rem}.header-account-group,.layout__actions>.header-account{min-width:0;align-items:flex-start}.header-user{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%;line-height:1.2}.header-logout{justify-self:end}.header-theme-toggle,.header-account,.cart-badge{justify-content:flex-start}.header-topbar p{font-size:.78rem;line-height:1.4}.header-topbar__item{white-space:normal}.home-carousel__frame{height:auto;min-height:0}.home-carousel__frame img{height:auto;object-fit:cover}.home-carousel__caption{max-width:calc(100% - 1rem);left:.5rem;right:.5rem;bottom:.5rem;padding:.55rem .7rem}.page-header,.product-card__footer,.product-card__actions{flex-direction:column;align-items:flex-start}.cart-line{grid-template-columns:1fr}.cart-line__controls{justify-content:flex-start}.checkout-cart__line{grid-template-columns:1fr}.checkout-cart__controls{justify-items:start}.checkout-cart__unit,.checkout-cart__price{text-align:left}.truck-categories__list{grid-template-columns:repeat(2,minmax(0,1fr))}.page-hero__heading{align-items:flex-start}.page-hero__heading h2{white-space:normal}.page-hero__benefits-grid{grid-template-columns:1fr}.page-hero__benefit-card{min-height:0}.page-hero__card-body{padding:1.15rem 1rem 1rem}.about-page__hero{padding:1rem}.about-page__hero-copy h2{max-width:none;font-size:clamp(1.8rem,8vw,2.5rem)}.about-page__highlights{grid-template-columns:1fr}.about-page__hero-image-frame img{min-height:280px}.truck-categories__media{min-height:98px}.truck-categories__media img{max-height:112px;transform:translateY(-14px) scale(1)}.brands-strip h2{font-size:1.2rem;white-space:normal}.brands-strip__brand--mercedes{font-size:1rem}.brands-strip__brand--scania,.brands-strip__brand--iveco{font-size:1.2rem}.brands-strip__brand--volvo{font-size:1.05rem}.brands-strip__brand--scania .brands-strip__badge--image{height:1.7rem}.brands-strip__brand--mercedes .brands-strip__badge--image{height:1.6rem}.layout__footer-inner{width:min(100% - 1rem,1180px);padding-top:1.55rem}.footer-hero__copy h2{font-size:1.9rem}.footer-map-card,.footer-map-card iframe{min-height:200px}.footer-columns,.featured-carousel__page{grid-template-columns:1fr}.featured-carousel__media{height:154px}}
