:root {
    --vf-blue: #145ef5;
    --vf-blue-dark: #0d42ba;
    --vf-navy: #0b1f4d;
    --vf-navy-2: #092e69;
    --vf-cyan: #20aef3;
    --vf-text: #14213d;
    --vf-muted: #66738d;
    --vf-border: #dce6f5;
    --vf-soft: #f5f8ff;
    --vf-white: #fff;
    --vf-shadow: 0 16px 44px rgba(11, 31, 77, .1);
    --vf-radius: 14px;
    --vf-container: 1280px;
    --vf-desktop-nav-height: 52px;
    --vf-desktop-header-collapse: 117px;
    --vf-product-sticky-top: 126px;
}

/* Congtyrobot storefront */
.icon, .vf-icon { width: 20px; height: 20px; flex: 0 0 auto; }
.site-main { min-height: 56vh; overflow: clip; }
.home-page .site-main { background: #fff; }
.button { border-radius: 8px; font-weight: 700; }
.button--primary { color: #fff; background: linear-gradient(135deg, var(--vf-blue), #0751dd); box-shadow: 0 9px 24px rgba(20,94,245,.2); }
.button--primary:hover { color: #fff; background: linear-gradient(135deg, #0f54df, #083da9); box-shadow: 0 13px 30px rgba(20,94,245,.28); transform: translateY(-1px); }
.button--ghost { color: var(--vf-blue); border-color: #b7ccf8; background: #fff; }
.button--ghost:hover { color: #fff; border-color: var(--vf-blue); background: var(--vf-blue); }

/* Header */
.site-header { position: relative; z-index: 120; color: var(--vf-navy); background: #fff; box-shadow: 0 2px 16px rgba(11,31,77,.06); }
.site-utility { overflow: hidden; color: #fff; background: linear-gradient(90deg, #0b4fd4, #0876e8); font-size: 12px; }
.site-utility__viewport { overflow: hidden; }
.site-utility__track { width: max-content; min-height: 34px; display: flex; align-items: center; will-change: transform; animation: site-utility-marquee 38s linear infinite; }
.site-utility__group { display: flex; align-items: center; gap: clamp(42px,5vw,78px); padding-right: clamp(42px,5vw,78px); }
.site-utility__group > span { display: inline-flex; align-items: center; gap: 7px; white-space: nowrap; }
.site-utility__group > span .icon, .site-utility__group > span .vf-icon { width: 14px; height: 14px; }
@keyframes site-utility-marquee { to { transform: translateX(-33.333333%); } }
@media (prefers-reduced-motion: reduce) { .site-utility__track { animation: none; } }
.site-header-main { border-bottom: 1px solid #edf2fa; background: rgba(255,255,255,.98); }
.site-header-main__inner { min-height: 82px; display: grid; grid-template-columns: minmax(190px,230px) minmax(260px,1fr) auto; align-items: center; gap: 28px; }
.site-logo { width: min(220px,100%); display: block; }
.site-logo img { width: 100%; height: 52px; object-fit: contain; object-position: left center; }
.site-search { position: relative; min-width: 0; height: 46px; display: grid; grid-template-columns: 42px minmax(0,1fr); align-items: center; padding: 0 15px 0 0; color: #77869e; border: 1px solid #d7e1f1; border-radius: 9px; background: #fff; box-shadow: inset 0 1px 2px rgba(11,31,77,.025); text-align: left; transition: border-color .2s ease,box-shadow .2s ease; }
.site-search:hover, .site-search:focus-visible { color: #53627d; border-color: #82a9f7; box-shadow: 0 0 0 4px rgba(20,94,245,.09); outline: 0; }
.site-search .icon { width: 19px; height: 19px; justify-self: center; color: var(--vf-blue); }
.site-search span { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.site-search__form { height: 46px; display: grid; grid-template-columns: 44px minmax(0,1fr) 46px; align-items: center; overflow: hidden; border: 1px solid #d7e1f1; border-radius: 9px; background: #fff; box-shadow: inset 0 1px 2px rgba(11,31,77,.025); transition: border-color .2s ease,box-shadow .2s ease; }
.site-search__form:focus-within { border-color: #82a9f7; box-shadow: 0 0 0 4px rgba(20,94,245,.09); }
.site-search__form > .icon, .site-search__form > .vf-icon { justify-self: center; color: #6c7b96; }
.site-search__form input { min-width: 0; height: 100%; padding: 0; color: var(--vf-navy); border: 0; outline: 0; background: transparent; }
.site-search__form input::placeholder { color: #8995aa; }
.site-search__form button { height: 100%; display: grid; place-items: center; color: var(--vf-blue); border: 0; background: transparent; }
.site-search__form button:hover { background: #edf4ff; }
.site-header-actions { display: flex; align-items: center; gap: 20px; }
.site-header-action { min-width: 0; display: flex; align-items: center; gap: 9px; color: var(--vf-navy); }
.site-header-action > .icon, .site-header-action__icon { width: 38px; height: 38px; display: grid; flex: 0 0 38px; padding: 9px; place-items: center; color: var(--vf-blue); border: 1px solid #dce6f5; border-radius: 50%; background: #f8fbff; }
.site-header-action > span .icon, .site-header-action .vf-icon { width: 19px; height: 19px; }
.site-header-action__copy, .site-header-action > span { display: grid; line-height: 1.25; white-space: nowrap; }
.site-header-action__copy small, .site-header-action > span small { color: #7c889e; }
.site-header-action__copy strong, .site-header-action > span strong { color: var(--vf-navy); font-weight: 750; }
.site-header-action:hover > .icon, .site-header-action:hover .site-header-action__icon { color: #fff; border-color: var(--vf-blue); background: var(--vf-blue); }
.site-header-action--cart { min-height: 50px; gap: 10px; padding: 6px 13px 6px 7px; border: 1px solid #c9dcff; border-radius: 14px; background: linear-gradient(135deg,#f5f9ff,#eaf2ff); box-shadow: 0 8px 20px rgba(20,94,245,.1); transition: border-color .2s ease,box-shadow .2s ease,transform .2s ease; }
.site-header-action--cart:hover { color: var(--vf-navy); border-color: #8bb2ff; box-shadow: 0 11px 25px rgba(20,94,245,.17); transform: translateY(-1px); }
.site-header-cart__icon { position: relative; width: 38px; height: 38px; display: grid!important; flex: 0 0 38px; place-items: center; color: #fff; border-radius: 11px; background: linear-gradient(135deg,var(--vf-blue),#0848c7); box-shadow: 0 7px 16px rgba(20,94,245,.24); }
.site-header-cart__icon > .icon { width: 20px!important; height: 20px!important; }
.site-header-cart__copy { display: grid; gap: 1px; line-height: 1.15; white-space: nowrap; }
.site-header-cart__copy small { color: #71809a; font-size: 11px; }
.site-header-cart__copy strong { color: var(--vf-navy); font-size: 15px; font-weight: 800; }
.site-header-action__count { position: absolute; top: -7px; right: -8px; min-width: 21px; height: 21px; display: grid!important; place-items: center; padding: 0 4px; color: #fff; border: 2px solid #fff; border-radius: 999px; background: #ff7900; font-size: 11px; font-weight: 800; line-height: 1; }
.site-cart-action { position: relative; }
.site-cart-count { position: absolute; top: -8px; right: -9px; min-width: 26px; height: 26px; display: grid; place-items: center; padding: 0 5px; color: #fff; border: 2px solid #fff; border-radius: 999px; background: #ff7a00; font-weight: 800; }
.site-menu-toggle, .site-header-action--menu { width: 42px; height: 42px; display: none; padding: 10px; place-items: center; gap: 4px; color: var(--vf-blue); border: 1px solid #dce6f5; border-radius: 9px; background: #fff; }
.site-header-action--menu span { width: 19px; height: 2px; display: block; border-radius: 2px; background: currentColor; }
.site-nav { position: relative; border-bottom: 1px solid #eaf0f8; background: #fff; }
.site-nav__inner { min-height: 52px; }
.site-nav__list { height: 52px; display: flex; align-items: stretch; justify-content: space-between; gap: 6px; margin: 0; padding: 0; list-style: none; }
.site-nav__list > li { position: relative; display: flex; align-items: stretch; }
.site-nav__list > li > a { min-height: 52px; display: flex; align-items: center; gap: 7px; padding: 0 16px; color: #40506e; font-weight: 650; white-space: nowrap; transition: color .18s ease,background .18s ease; }
.site-nav__list > li > a:hover, .site-nav__list > li > a.is-active, .site-nav__list > li.is-active > a { color: var(--vf-blue); background: #f4f8ff; }
.site-nav__link-row { min-height: 52px; display: flex; align-items: stretch; }
.site-nav__link { min-height: 52px; display: flex; align-items: center; gap: 7px; padding: 0 7px 0 13px; color: #40506e; font-weight: 650; white-space: nowrap; transition: color .18s ease,background .18s ease; }
.site-nav__icon { width: 17px; height: 17px; flex: 0 0 17px; }
.site-nav__item:hover > .site-nav__link-row, .site-nav__item:focus-within > .site-nav__link-row, .site-nav__item.is-active > .site-nav__link-row { background: #f4f8ff; }
.site-nav__item:hover > .site-nav__link-row .site-nav__link, .site-nav__item:focus-within > .site-nav__link-row .site-nav__link, .site-nav__item.is-active > .site-nav__link-row .site-nav__link, .site-nav__link.is-active { color: var(--vf-blue); background: transparent; }
.site-nav__item:hover > .site-nav__link-row .site-nav__submenu-toggle, .site-nav__item:focus-within > .site-nav__link-row .site-nav__submenu-toggle, .site-nav__item.is-active > .site-nav__link-row .site-nav__submenu-toggle { color: var(--vf-blue); }
.site-nav__item--finder > .site-nav__link-row { min-height: 40px; align-self: center; margin-block: 6px; overflow: hidden; border-radius: 10px; background: linear-gradient(135deg,var(--vf-blue),#0746c7); box-shadow: 0 8px 20px rgba(20,94,245,.24); transition: box-shadow .18s ease,transform .18s ease; }
.site-nav__item--finder > .site-nav__link-row .site-nav__link { min-height: 40px; padding-inline: 16px; color: #fff; background: transparent; font-weight: 800; }
.site-nav__item--finder:hover > .site-nav__link-row, .site-nav__item--finder:focus-within > .site-nav__link-row, .site-nav__item--finder.is-active > .site-nav__link-row { background: linear-gradient(135deg,#0c50df,#062f91); box-shadow: 0 11px 25px rgba(20,94,245,.34); transform: translateY(-1px); }
.site-nav__item--finder:hover > .site-nav__link-row .site-nav__link, .site-nav__item--finder:focus-within > .site-nav__link-row .site-nav__link, .site-nav__item--finder.is-active > .site-nav__link-row .site-nav__link, .site-nav__item--finder > .site-nav__link-row .site-nav__link.is-active { color: #fff; }
.site-nav__submenu-toggle { width: 27px; min-height: 52px; display: grid; place-items: center; padding: 0; color: #6d7b92; border: 0; background: transparent; }
.site-nav__submenu-toggle span { width: 7px; height: 7px; border-right: 1.5px solid currentColor; border-bottom: 1.5px solid currentColor; transform: translateY(-2px) rotate(45deg); transition: transform .18s ease; }
.site-nav__item.is-open > .site-nav__link-row .site-nav__submenu-toggle span { transform: translateY(2px) rotate(225deg); }
.site-nav__dropdown { position: absolute; z-index: 35; top: calc(100% - 1px); left: 0; min-width: 250px; visibility: hidden; opacity: 0; border: 1px solid #dce6f5; border-radius: 0 0 12px 12px; background: #fff; box-shadow: 0 22px 48px rgba(11,31,77,.16); transform: translateY(8px); transition: opacity .18s ease,transform .18s ease,visibility .18s ease; }
.site-nav__item:hover > .site-nav__dropdown, .site-nav__item:focus-within > .site-nav__dropdown, .site-nav__item.is-open > .site-nav__dropdown { visibility: visible; opacity: 1; transform: translateY(0); }
.site-nav__dropdown-list { min-width: 250px; display: grid; gap: 1px; margin: 0; padding: 9px; list-style: none; }
.site-nav__dropdown-list .site-nav__item { position: relative; display: block; }
.site-nav__dropdown-list .site-nav__link-row { min-height: 42px; align-items: center; border-radius: 7px; }
.site-nav__dropdown-list .site-nav__link { min-height: 42px; flex: 1; padding: 8px 10px; }
.site-nav__dropdown-list .site-nav__submenu-toggle { width: 30px; min-height: 42px; }
.site-nav__dropdown-list .site-nav__icon--sub { width: 15px; height: 15px; flex-basis: 15px; }
.site-nav__dropdown--flyout { top: -9px; left: calc(100% - 2px); border-radius: 10px; transform: translateX(8px); }
.site-nav__item:hover > .site-nav__dropdown--flyout, .site-nav__item:focus-within > .site-nav__dropdown--flyout, .site-nav__item.is-open > .site-nav__dropdown--flyout { transform: translateX(0); }
.site-nav__dropdown--wide .site-nav__dropdown-list { grid-template-columns: repeat(2,minmax(190px,1fr)); min-width: 480px; }
.menu-caret { width: 7px; height: 7px; border-right: 1.5px solid currentColor; border-bottom: 1.5px solid currentColor; transform: translateY(-2px) rotate(45deg); }
.menu-dropdown, .product-mega-menu { position: absolute; z-index: 30; top: calc(100% - 1px); left: 0; min-width: 250px; visibility: hidden; opacity: 0; border: 1px solid #dce6f5; border-radius: 0 0 12px 12px; background: #fff; box-shadow: 0 22px 48px rgba(11,31,77,.16); transform: translateY(8px); transition: .18s ease; }
.site-nav__list li:hover > .menu-dropdown, .site-nav__list li:focus-within > .menu-dropdown, .site-nav__list li:hover > .product-mega-menu, .site-nav__list li:focus-within > .product-mega-menu { visibility: visible; opacity: 1; transform: translateY(0); }
.menu-dropdown__list { min-width: 250px; display: grid; gap: 1px; margin: 0; padding: 10px; list-style: none; }
.menu-dropdown__list li { position: relative; }
.menu-dropdown__list a { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 10px 12px; border-radius: 7px; color: #34425f; font-weight: 600; }
.menu-dropdown__list a:hover { color: var(--vf-blue); background: #f2f7ff; }
.menu-flyout { position: absolute; top: -10px; left: calc(100% - 2px); visibility: hidden; opacity: 0; border: 1px solid #dce6f5; border-radius: 10px; background: #fff; box-shadow: var(--vf-shadow); transform: translateX(8px); transition: .18s ease; }
.menu-dropdown__list li:hover > .menu-flyout, .menu-dropdown__list li:focus-within > .menu-flyout { visibility: visible; opacity: 1; transform: translateX(0); }
.product-mega-menu { left: 0; width: min(920px,calc(100vw - 48px)); padding: 22px; }
.site-nav__item--mega { position: static!important; }
.site-nav__item--mega .product-mega-menu { left: 0; right: 0; width: min(1050px,calc(100vw - 48px)); margin-inline: auto; }
.product-mega-menu__head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 15px; padding-bottom: 12px; border-bottom: 1px solid #e8eef7; }
.product-mega-menu__head strong { color: var(--vf-navy); font-size: 18px; }
.product-mega-menu__head a { color: var(--vf-blue); font-weight: 700; }
.product-mega-menu__grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 12px 22px; }
.product-mega-category__title { display: flex; align-items: center; gap: 9px; color: var(--vf-navy); font-weight: 750; }
.product-mega-category__icon { width: 34px; height: 34px; display: grid; place-items: center; color: var(--vf-blue); border-radius: 9px; background: #edf4ff; }
.product-mega-category__svg { width: 19px; height: 19px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.product-mega-category__links { display: grid; gap: 4px; margin: 7px 0 0 43px; }
.product-mega-category__sub { color: #69758b; }
.product-mega-category__sub:hover { color: var(--vf-blue); }

/* Mobile menu */
.mobile-menu { position: fixed; z-index: 1500; inset: 0; display: grid; grid-template-columns: minmax(0,360px) 1fr; visibility: hidden; opacity: 0; pointer-events: none; transition: opacity .2s ease,visibility .2s ease; }
.mobile-menu.is-open { visibility: visible; opacity: 1; pointer-events: auto; }
.mobile-menu__panel { grid-column: 1; grid-row: 1; position: relative; z-index: 1; min-width: 0; height: 100%; overflow-y: auto; background: #fff; box-shadow: 24px 0 70px rgba(5,22,55,.22); transform: translateX(-100%); transition: transform .26s ease; }
.mobile-menu.is-open .mobile-menu__panel { transform: translateX(0); }
.mobile-menu__backdrop { grid-column: 1/-1; grid-row: 1; z-index: 0; border: 0; background: rgba(4,18,45,.6); backdrop-filter: blur(3px); }
.mobile-menu__head { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 14px 20px; border-bottom: 1px solid #e8eef7; }
.mobile-menu__head img { width: 190px; max-height: 46px; object-fit: contain; object-position: left center; }
.mobile-menu__close { width: 40px; height: 40px; display: grid; place-items: center; color: var(--vf-navy); border: 1px solid #dce6f5; border-radius: 50%; background: #fff; font-size: 25px; line-height: 1; }
.mobile-menu__nav { display: grid; padding: 12px; }
.mobile-nav-item, .mobile-submenu-toggle { width: 100%; min-height: 46px; display: flex; align-items: center; justify-content: space-between; padding: 10px 12px; color: #243653; border: 0; border-radius: 8px; background: transparent; font-weight: 650; text-align: left; }
.mobile-nav-item:hover, .mobile-nav-item.is-active, .mobile-submenu-toggle:hover, .mobile-submenu-toggle.is-active { color: var(--vf-blue); background: #f0f6ff; }
.mobile-submenu-toggle::after { content: ""; width: 8px; height: 8px; border-right: 1.5px solid currentColor; border-bottom: 1.5px solid currentColor; transform: rotate(45deg); transition: transform .18s ease; }
.mobile-submenu-toggle[aria-expanded=true]::after { transform: rotate(225deg); }
.mobile-submenu { display: none; margin-left: 12px; padding-left: 8px; border-left: 1px solid #dfe8f6; }
.mobile-submenu.is-open { display: grid; }
.mobile-menu__group { display: grid; }
.mobile-menu__group-head { display: grid; grid-template-columns: minmax(0,1fr) 42px; align-items: center; }
.mobile-menu__item { min-height: 46px; display: flex; align-items: center; gap: 10px; padding: 10px 12px; color: #243653; border-radius: 8px; font-weight: 650; }
.mobile-menu__item:hover, .mobile-menu__item.is-active, .mobile-menu__group.is-active > .mobile-menu__group-head .mobile-menu__item { color: var(--vf-blue); background: #f0f6ff; }
.mobile-menu__item .site-nav__icon { width: 18px; height: 18px; flex-basis: 18px; }
.mobile-menu__item--finder { min-height: 48px; margin: 4px 0 7px; padding-inline: 14px; color: #fff; background: linear-gradient(135deg,var(--vf-blue),#0746c7); box-shadow: 0 8px 20px rgba(20,94,245,.2); font-weight: 800; }
.mobile-menu__item--finder:hover, .mobile-menu__item--finder.is-active, .mobile-menu__group.is-active > .mobile-menu__group-head .mobile-menu__item--finder { color: #fff; background: linear-gradient(135deg,#0c50df,#062f91); }
.mobile-menu__submenu-toggle { width: 38px; height: 38px; display: grid; place-items: center; justify-self: end; padding: 0; color: #6a7890; border: 0; border-radius: 8px; background: transparent; }
.mobile-menu__submenu-toggle:hover { color: var(--vf-blue); background: #edf4ff; }
.mobile-menu__submenu-toggle span { width: 8px; height: 8px; border-right: 1.5px solid currentColor; border-bottom: 1.5px solid currentColor; transform: translateY(-2px) rotate(45deg); transition: transform .18s ease; }
.mobile-menu__submenu-toggle[aria-expanded=true] span { transform: translateY(2px) rotate(225deg); }
.mobile-menu__submenu { display: none; margin-left: 15px; padding: 3px 0 5px 9px; border-left: 1px solid #dfe8f6; }
.mobile-menu__submenu.is-open { display: grid; }
.mobile-menu__item--level-1, .mobile-menu__item--level-2, .mobile-menu__item--level-3 { min-height: 41px; font-weight: 600; }
.mobile-menu__contact { display: grid; gap: 9px; margin: 12px; padding: 16px; border-radius: 12px; color: #fff; background: linear-gradient(145deg,#0d4fd0,#08285f); }
.mobile-menu__contact a { display: flex; align-items: center; gap: 9px; font-weight: 700; }
.mobile-menu__search { display: grid; grid-template-columns: 34px minmax(0,1fr) auto; align-items: center; margin: 14px 16px 4px; overflow: hidden; border: 1px solid #d9e3f1; border-radius: 9px; background: #f8fbff; }
.mobile-menu__search .icon { width: 18px; justify-self: end; color: var(--vf-blue); }
.mobile-menu__search input { min-width: 0; height: 44px; padding: 0 9px; border: 0; outline: 0; background: transparent; }
.mobile-menu__search button { align-self: stretch; padding: 0 14px; color: #fff; border: 0; background: var(--vf-blue); font-weight: 700; }
.mobile-menu__hotline { display: flex; align-items: center; gap: 10px; margin: 12px; padding: 14px 16px; color: #fff; border-radius: 10px; background: linear-gradient(145deg,#0d4fd0,#08285f); }
.mobile-menu__hotline .icon { width: 21px; }
.mobile-menu__hotline span { display: grid; }
.mobile-menu__hotline strong { }

/* Global search */
.vf-search-overlay { z-index: 1700; }
.vf-search-panel { width: min(760px,100%); overflow: hidden; border: 1px solid rgba(255,255,255,.34); border-radius: 18px; background: #fff; box-shadow: 0 35px 100px rgba(0,0,0,.28); }
.vf-search-panel__head { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 22px 24px 14px; }
.vf-search-panel__head strong { color: var(--vf-navy); font-size: 20px; }
.vf-search-panel__close { width: 38px; height: 38px; display: grid; place-items: center; color: #61708a; border: 1px solid #dce5f1; border-radius: 50%; background: #fff; font-size: 24px; }
.vf-search-form { display: grid; grid-template-columns: 24px minmax(0,1fr) auto; align-items: center; gap: 10px; margin: 0 24px 14px; padding: 9px 10px 9px 15px; border: 1px solid #cfdcee; border-radius: 10px; }
.vf-search-form input { min-width: 0; border: 0; outline: 0; color: var(--vf-navy); }
.vf-search-form button { min-height: 40px; padding: 0 17px; color: #fff; border: 0; border-radius: 7px; background: var(--vf-blue); font-weight: 700; }
.vf-search-status { margin: 0 24px 12px; color: #6b7890; }
.vf-search-suggestions { display: grid; max-height: 390px; overflow-y: auto; padding: 0 14px 14px; }
.vf-search-suggestion { display: grid; grid-template-columns: 68px minmax(0,1fr) auto; align-items: center; gap: 13px; padding: 10px; border-radius: 10px; }
.vf-search-suggestion:hover { background: #f2f7ff; }
.vf-search-suggestion img { width: 68px; height: 58px; object-fit: contain; border-radius: 8px; background: #f7f9fc; }
.vf-search-suggestion > span { min-width: 0; display: grid; }
.vf-search-suggestion strong { overflow: hidden; color: var(--vf-navy); text-overflow: ellipsis; white-space: nowrap; }
.vf-search-suggestion small { color: #7b879c; }
.vf-search-suggestion b { color: var(--vf-blue); }
.vf-search-all { display: flex; align-items: center; justify-content: center; gap: 7px; margin: 0 24px 22px; padding: 11px; color: var(--vf-blue); border: 1px solid #c9dafa; border-radius: 8px; font-weight: 700; }

/* Homepage foundations */
.home-notice { position: relative; z-index: 3; padding: 11px 0; font-weight: 650; text-align: center; }
.home-notice--success { color: #087443; background: #e9fff5; }
.home-notice--error { color: #a3212b; background: #fff0f1; }
.home-eyebrow { display: inline-flex; align-items: center; gap: 7px; color: var(--vf-blue); font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.home-section { padding: 62px 0; }
.home-section__head { display: flex; align-items: flex-end; justify-content: space-between; gap: 28px; margin-bottom: 24px; }
.home-section__head h2 { margin: 0 0 5px; color: var(--vf-navy); font-size: clamp(28px,2.35vw,36px); font-weight: 800; letter-spacing: -.035em; }
.home-section__head p { max-width: 680px; margin: 0; color: var(--vf-muted); }
.home-section__link { display: inline-flex; align-items: center; gap: 6px; color: var(--vf-blue); font-weight: 750; white-space: nowrap; }
.home-section__link .icon { width: 15px; }
.home-empty, .home-filter-empty { grid-column: 1/-1; padding: 34px; color: #6b7890; border: 1px dashed #cbd8ec; border-radius: 12px; background: #f8fbff; text-align: center; }

/* Hero */
.home-hero { position: relative; overflow: hidden; padding: 22px 0; background: radial-gradient(circle at 8% 0%,rgba(36,128,255,.28),transparent 30%),linear-gradient(135deg,#03152f,#062b5e 65%,#03172f); }
.home-hero::before { content: ""; position: absolute; width: 620px; height: 620px; left: -360px; top: -420px; border: 1px solid rgba(123,191,255,.18); border-radius: 50%; box-shadow: 0 0 0 88px rgba(55,143,255,.035),0 0 0 176px rgba(55,143,255,.02); }
.home-hero__slider { position: relative; min-height: 520px; }
.home-hero__slide { position: absolute; inset: 0; visibility: hidden; opacity: 0; pointer-events: none; transition: opacity .6s ease,visibility .6s ease; }
.home-hero__slide.is-active { position: relative; visibility: visible; opacity: 1; pointer-events: auto; }
.home-hero__layout { position: relative; min-height: 520px; display: block; overflow: hidden; border: 1px solid rgba(255,255,255,.14); border-radius: 28px; background: #061b3a; box-shadow: 0 28px 72px rgba(0,9,28,.38); }
.home-hero__content { position: relative; z-index: 4; width: min(54%,650px); max-width: 650px; padding: 82px 0 96px 64px; }
.home-hero .home-eyebrow { display: inline-flex; color: #a8d7ff; letter-spacing: .12em; }
.home-hero__title { max-width: 620px; margin: 14px 0 18px; color: #fff; font-size: clamp(45px,4.35vw,66px); line-height: 1.04; font-weight: 850; letter-spacing: -.052em; text-shadow: 0 3px 24px rgba(0,10,30,.3); }
.home-hero__content p { max-width: 570px; margin: 0 0 28px; color: #d4e3f7; font-size: 17px; line-height: 1.7; }
.home-hero__button { min-height: 51px; gap: 9px; padding: 0 24px; color: #0b4eb8; border-color: #fff; background: #fff; box-shadow: 0 13px 28px rgba(0,17,53,.28); }
.home-hero__button:hover { color: #fff; border-color: #1476ff; background: #1476ff; }
.home-hero__button .icon { width: 17px; }
.home-hero__visual { position: absolute; z-index: 1; inset: 0; display: block; overflow: hidden; }
.home-hero__visual::before { content: ""; position: absolute; z-index: 2; inset: 0; background: linear-gradient(90deg,rgba(2,17,42,.96) 0%,rgba(3,23,54,.9) 31%,rgba(3,24,55,.58) 52%,rgba(3,24,55,.08) 78%,rgba(3,19,43,.25) 100%); }
.home-hero__visual::after { content: ""; position: absolute; z-index: 2; inset: 0; width: auto; height: auto; border-radius: 0; background: linear-gradient(180deg,rgba(1,13,33,.05) 55%,rgba(1,13,33,.45) 100%); filter: none; }
.home-hero__visual img { position: absolute; z-index: 1; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; filter: none; transform: none; }
.home-hero__orb { display: none; }
.home-hero__dots { position: absolute; z-index: 5; left: 50%; bottom: 18px; display: flex; gap: 8px; transform: translateX(-50%); }
.home-hero__dots button { width: 9px; height: 9px; padding: 0; border: 1px solid rgba(255,255,255,.65); border-radius: 999px; background: rgba(255,255,255,.42); transition: .2s ease; }
.home-hero__dots button.is-active { width: 30px; border-color: #fff; background: #fff; }

/* Benefits */
.home-benefits { border-top: 1px solid rgba(212,224,242,.72); border-bottom: 1px solid #e5edf8; background: #fff; }
.home-benefits__grid { display: grid; grid-template-columns: repeat(4,1fr); }
.home-benefit { min-height: 94px; display: flex; align-items: center; justify-content: center; gap: 13px; padding: 18px 24px; border-right: 1px solid #e7eef8; }
.home-benefit:last-child { border-right: 0; }
.home-benefit__icon { width: 42px; height: 42px; display: grid; flex: 0 0 42px; place-items: center; color: var(--vf-blue); border-radius: 12px; background: #edf4ff; }
.home-benefit__icon .vf-icon { width: 23px; height: 23px; }
.home-benefit > span:last-child { display: grid; min-width: 0; line-height: 1.35; }
.home-benefit strong { color: var(--vf-navy); }
.home-benefit small { margin-top: 3px; color: #8190a7; }

/* Flash sale and cards */
.home-flash { position: relative; isolation: isolate; overflow: hidden; padding: 74px 0; background: radial-gradient(circle at 8% 10%,rgba(255,211,95,.34),transparent 25%),radial-gradient(circle at 91% 85%,rgba(89,149,255,.22),transparent 27%),linear-gradient(135deg,#fff9e8 0%,#fff0ef 48%,#eef5ff 100%); }
.home-flash::before { content: ""; position: absolute; z-index: -1; width: 420px; height: 420px; right: -190px; top: -250px; border: 1px solid rgba(221,39,64,.12); border-radius: 50%; box-shadow: 0 0 0 62px rgba(221,39,64,.035),0 0 0 124px rgba(221,39,64,.02); }
.home-flash > .container { padding: 32px; border: 1px solid rgba(255,255,255,.24); border-radius: 28px; background: radial-gradient(circle at 92% 5%,rgba(255,202,72,.34),transparent 25%),linear-gradient(135deg,#76132b 0%,#c51d35 52%,#f06430 100%); box-shadow: 0 28px 65px rgba(128,18,40,.24); }
.home-flash__head { align-items: center; }
.home-flash .home-section__title h2 { color: #fff; }
.home-flash .home-section__title p { color: #ffe7e8; }
.home-section__title { display: flex; align-items: center; gap: 14px; }
.home-section__icon { width: 52px; height: 52px; display: grid; flex: 0 0 52px; place-items: center; color: #fff; border-radius: 12px; }
.home-section__icon--flash { color: #b71932; background: #fff; box-shadow: 0 12px 26px rgba(86,8,25,.24); }
.home-section__icon .icon { width: 27px; height: 27px; fill: rgba(255,255,255,.14); }
.home-flash .home-section__head .home-flash__notice { max-width: 430px; display: inline-flex; align-items: center; gap: 8px; margin: 0; padding: 10px 14px; color: #fff; border: 1px solid rgba(255,255,255,.34); border-radius: 10px; background: rgba(87,6,23,.3); font-weight: 600; line-height: 1.45; }
.home-flash__notice .icon { width: 17px; height: 17px; flex: 0 0 17px; color: #ffd65c; }
.home-brand-tabs { min-height: 45px; display: flex; align-items: center; gap: 5px; margin-bottom: 18px; padding: 5px; overflow-x: auto; border: 1px solid #e2eaf6; border-radius: 10px; background: #fff; scrollbar-width: none; }
.home-flash .home-brand-tabs { border-color: rgba(255,255,255,.24); background: rgba(80,6,22,.26); backdrop-filter: blur(8px); }
.home-flash .home-brand-tabs .home-brand-tab { color: #ffecef; }
.home-flash .home-brand-tabs .home-brand-tab:hover, .home-flash .home-brand-tabs .home-brand-tab.is-active { color: #aa1730; background: #fff; box-shadow: 0 7px 18px rgba(75,5,20,.24); }
.home-flash .home-brand-tabs > a:not(.home-brand-tab) { color: #fff; }
.home-brand-tabs::-webkit-scrollbar { display: none; }
.home-brand-tabs .home-brand-tab { min-height: 34px; display: inline-flex; align-items: center; padding: 0 15px; color: #66738a; border-radius: 7px; background: transparent; font-weight: 750; text-transform: uppercase; white-space: nowrap; }
.home-brand-tabs .home-brand-tab:hover, .home-brand-tabs .home-brand-tab.is-active { color: #fff; background: var(--vf-blue); box-shadow: 0 6px 15px rgba(20,94,245,.2); }
.home-brand-tabs > a:not(.home-brand-tab) { display: inline-flex; align-items: center; gap: 5px; margin-left: auto; padding: 0 10px; color: var(--vf-blue); font-weight: 750; white-space: nowrap; }
.home-brand-tabs > a .icon { width: 14px; }
.home-product-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 16px; }
.home-product-item { min-width: 0; }
.home-product-item[hidden] { display: none; }
.product-card--home { height: 100%; border-color: #dfe8f5; border-radius: 13px; box-shadow: 0 8px 25px rgba(11,31,77,.055); }
.product-card--home:hover { border-color: #aac5f9; box-shadow: 0 18px 42px rgba(11,31,77,.13); transform: translateY(-4px); }
.product-card--home .product-card__badge { top: 11px; left: 11px; display: inline-flex; align-items: center; gap: 5px; padding: 5px 8px; border-radius: 6px; background: linear-gradient(135deg,#1767fa,#0649c9); letter-spacing: .03em; text-transform: uppercase; }
.product-card--home .product-card__badge .icon { width: 12px; height: 12px; }
.product-card--home .product-card__image { display: grid; place-items: center; overflow: hidden; padding: 18px 12px 8px; background: #fff; contain: paint; }
.product-card--home .product-card__image img { width: 100%; height: 100%; max-width: 100%; max-height: 100%; aspect-ratio: auto; object-fit: contain; background: #fff; mix-blend-mode: normal; }
.product-card--home .product-card__body { position: relative; z-index: 1; padding: 14px; background: #fff; }
.product-card--home .product-card__meta { margin-bottom: 5px!important; color: #68758b; letter-spacing: 0; }
.product-card--home h3 { min-height: 44px; margin: 0 0 7px; color: var(--vf-navy); line-height: 1.38; font-weight: 800; letter-spacing: -.015em; }
.product-card--home .rating { margin: 0 0 8px; }
.product-card--home .product-card__promo-row { gap: 4px; margin: 0 0 9px; }
.product-card--home .product-card__promo { min-height: 25px; padding: 3px 5px; border: 1px solid transparent; border-radius: 7px; }
.product-card--home .product-card__promo--sale { color: #e34316; border-color: #ffd9c8; background: #fff2eb; }
.product-card--home .product-card__promo--gift { color: #a95500; border-color: #ffd18a; background: linear-gradient(135deg,#fff9ed,#fff1d4); box-shadow: inset 0 0 0 1px rgba(255,255,255,.55); }
.product-card--home .product-card__promo--gift .icon { width: 13px; height: 13px; }
.product-card--home .product-card__promo--voucher { color: #0d59d7; border-color: #c8dcff; background: #edf4ff; }
.product-card__offer-list { display: grid; gap: 6px; margin: 0 0 10px; }
.product-card__offer { min-width: 0; display: grid; grid-template-columns: 22px minmax(0,1fr) auto; align-items: center; gap: 7px; padding: 7px 8px; border: 1px solid #e1e9f5; border-radius: 7px; background: #f9fbff; }
.product-card__offer--gift { border-color: #ffe2b0; background: #fff9ee; }
.product-card__offer--coupon { border-color: #cadcff; background: #f3f7ff; }
.product-card__offer > .icon { width: 16px; height: 16px; color: var(--vf-blue); }
.product-card__offer--gift > .icon { color: #e58a12; }
.product-card__offer span { min-width: 0; display: grid; line-height: 1.25; }
.product-card__offer small { color: #8390a5; font-weight: 750; text-transform: uppercase; }
.product-card__offer strong { overflow: hidden; color: var(--vf-navy); text-overflow: ellipsis; white-space: nowrap; }
.product-card__offer em { color: var(--vf-blue); font-style: normal; font-weight: 750; white-space: nowrap; }
.product-card--home .product-card__price { gap: 7px; margin: auto 0 9px; padding-top: 8px; border-top: 1px solid #edf1f7; }
.product-card--home .product-card__price strong { color: var(--vf-navy); font-size: 20px; letter-spacing: -.025em; }
.product-card__saving { flex: 0 0 100%; color: var(--vf-blue)!important; font-weight: 650; text-decoration: none!important; }
.product-card__status { display: flex; align-items: center; justify-content: space-between; gap: 8px; margin-bottom: 10px; color: #738098; font-weight: 650; }
.product-card__status span { display: inline-flex; align-items: center; gap: 4px; }
.product-card__status span::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: #18a768; box-shadow: 0 0 0 3px rgba(24,167,104,.09); }
.product-card__status span.is-contact::before { background: #f5a623; }
.product-card .product-card__stock { flex: 0 0 100%; display: inline-flex; align-items: center; gap: 6px; color: #168659; letter-spacing: 0; }
.product-card .product-card__stock::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: currentColor; box-shadow: 0 0 0 3px rgba(22,134,89,.1); }
.product-card .product-card__stock--out_of_stock, .product-card .product-card__stock--preorder { color: #d28418; }
.product-card--home .product-card__actions { display: grid; grid-template-columns: minmax(0,1fr) 44px; gap: 7px; }
.product-card--home .product-card__actions .button { width: 100%; min-width: 0; min-height: 44px; gap: 6px; padding: 0 8px; border-radius: 9px; line-height: 1.25; white-space: nowrap; }
.product-card--home .product-card__actions .button--light { color: var(--vf-blue); border-color: #a9c5fb; background: #fff; }
.product-card--home .product-card__actions .button--light:hover { color: #fff; border-color: var(--vf-blue); background: var(--vf-blue); }
.product-card--home .product-card__actions .button:disabled { cursor: not-allowed; opacity: .56; box-shadow: none; transform: none; }
.product-card--home .product-card__actions .icon { width: 16px; height: 16px; }

/* Categories */
.home-categories { padding-top: 54px; background: linear-gradient(180deg,#fff 0%,#f7faff 100%); }
.home-category-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 18px; }
.home-category-card { min-width: 0; overflow: hidden; border: 1px solid #dce6f4; border-radius: 20px; background: #fff; box-shadow: 0 12px 32px rgba(11,31,77,.07); transition: .24s ease; }
.home-category-card:hover { border-color: #9dbffb; box-shadow: 0 22px 48px rgba(11,31,77,.15); transform: translateY(-6px); }
.home-category-card__image { position: relative; height: 235px; display: grid; place-items: center; overflow: hidden; padding: 0; background: linear-gradient(145deg,#f9fbff,#eaf2fc); }
.home-category-card__image::after { content: ""; position: absolute; inset: 0; border: 1px solid rgba(255,255,255,.62); border-radius: 19px 19px 0 0; pointer-events: none; }
.home-category-card__image img { width: 100%; height: 100%; object-fit: cover; mix-blend-mode: normal; transition: transform .38s ease; }
.home-category-card:hover .home-category-card__image img { transform: scale(1.055); }
.home-category-card__name { min-height: 62px; display: flex; align-items: center; justify-content: space-between; gap: 10px; padding: 14px 17px; color: #0b3f8d; border-top: 1px solid #e5edf8; background: linear-gradient(135deg,#fff,#f5f9ff); font-weight: 800; }
.home-category-card__name .icon { width: 16px; }

/* Technology */
.home-technology { padding-top: 22px; }
.home-technology__panel { position: relative; min-height: 340px; display: grid; grid-template-columns: minmax(0,.92fr) minmax(440px,1.08fr); overflow: hidden; border-radius: 16px; color: #fff; background: radial-gradient(circle at 73% 25%,rgba(22,122,255,.36),transparent 33%),linear-gradient(125deg,#031636 0%,#06295d 62%,#031329 100%); box-shadow: 0 18px 50px rgba(5,25,61,.2); }
.home-technology__panel::before { content: ""; position: absolute; width: 500px; height: 500px; left: -270px; bottom: -390px; border: 1px solid rgba(71,151,255,.2); border-radius: 50%; box-shadow: 0 0 0 70px rgba(71,151,255,.025); }
.home-technology__copy { position: relative; z-index: 2; align-self: center; padding: 42px 0 42px 42px; }
.home-technology__copy .home-eyebrow { color: #56b8ff; }
.home-technology__copy h2 { max-width: 500px; margin: 10px 0 12px; color: #fff; font-size: clamp(31px,3.1vw,46px); line-height: 1.12; font-weight: 800; letter-spacing: -.045em; }
.home-technology__copy > p, .home-technology__rich > p { max-width: 560px; color: #b9c9e1; line-height: 1.7; }
.home-technology__rich ul, .home-technology__copy > ul { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 9px 18px; margin: 23px 0 0; padding: 0; list-style: none; }
.home-technology__rich li, .home-technology__copy > ul li { position: relative; padding-left: 21px; color: #e6effc; }
.home-technology__rich li::before, .home-technology__copy > ul li::before { content: "✓"; position: absolute; left: 0; top: 0; color: #58b9ff; font-weight: 800; }
.home-technology__visual { position: relative; display: flex; align-items: center; justify-content: center; min-width: 0; }
.home-technology__visual::before { content: ""; position: absolute; width: 520px; height: 520px; border: 1px solid rgba(86,177,255,.14); border-radius: 50%; box-shadow: 0 0 0 55px rgba(57,133,255,.035),0 0 0 110px rgba(57,133,255,.018); }
.home-technology__visual img { position: relative; z-index: 2; width: 92%; height: 330px; object-fit: contain; filter: drop-shadow(0 30px 30px rgba(0,0,0,.36)); }
.home-technology__glow { position: absolute; width: 310px; height: 100px; bottom: 40px; border-radius: 50%; background: #0f7cff; filter: blur(48px); opacity: .34; }

/* Why us */
.home-why { padding-top: 4px; }
.home-why__grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)) 1.45fr; gap: 14px; }
.home-why-card { min-height: 180px; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 20px 15px; border: 1px solid #e0e8f4; border-radius: 13px; background: #fff; text-align: center; box-shadow: 0 7px 22px rgba(11,31,77,.04); transition: .2s ease; }
.home-why-card:hover { border-color: #b4ccf9; box-shadow: 0 14px 32px rgba(11,31,77,.09); transform: translateY(-3px); }
.home-why-card > span { width: 43px; height: 43px; display: grid; place-items: center; color: var(--vf-blue); border-radius: 12px; background: #edf4ff; }
.home-why-card > span .vf-icon { width: 23px; height: 23px; }
.home-why-card h3 { margin: 12px 0 5px; color: var(--vf-navy); font: inherit; font-weight: 750; }
.home-why-card p { margin: 0; color: #748198; line-height: 1.55; }
.home-why__support { position: relative; min-height: 180px; overflow: hidden; border-radius: 13px; background: #eaf2ff; }
.home-why__support img { width: 100%; height: 100%; object-fit: contain; padding: 8px; opacity: .94; }
.home-why__support::after { content: ""; position: absolute; inset: 40% 0 0; background: linear-gradient(180deg,transparent,rgba(4,29,70,.88)); }
.home-why__support > span { position: absolute; z-index: 2; right: 16px; bottom: 14px; left: 16px; display: grid; color: #fff; }
.home-why__support strong { }
.home-why__support a { display: flex; align-items: center; gap: 5px; margin-top: 3px; color: #8dccff; font-weight: 700; }
.home-why__support a .icon { width: 13px; }

/* Consultation */
.home-consultation { padding-top: 8px; }
.home-consultation__grid { display: grid; grid-template-columns: 1.05fr .95fr; overflow: hidden; border: 1px solid #dfe8f5; border-radius: 16px; background: #f7faff; box-shadow: 0 15px 40px rgba(11,31,77,.08); }
.home-consultation__visual { position: relative; min-height: 420px; display: grid; place-items: center; overflow: hidden; background: radial-gradient(circle at 50% 40%,#fff,#e8f1ff); }
.home-consultation__visual img { width: 90%; height: 390px; object-fit: contain; filter: drop-shadow(0 25px 30px rgba(14,47,95,.17)); }
.home-consultation__visual > span { position: absolute; right: 20px; bottom: 18px; left: 20px; display: grid; padding: 14px 16px; color: #fff; border: 1px solid rgba(255,255,255,.2); border-radius: 10px; background: rgba(4,27,65,.82); backdrop-filter: blur(8px); }
.home-consultation__visual strong { }
.home-consultation__visual small { color: #c5d6ec; }
.home-consultation__form { align-self: center; padding: 40px; }
.home-consultation__form h2 { margin: 8px 0 9px; color: var(--vf-navy); font-size: clamp(28px,2.6vw,38px); line-height: 1.16; font-weight: 800; letter-spacing: -.035em; }
.home-consultation__form > p { margin: 0 0 21px; color: #718099; line-height: 1.65; }
.home-consultation-form { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 12px; }
.home-consultation-form label:not(.frontend-honeypot) { display: grid; gap: 5px; }
.home-consultation-form label span { color: #4b5a74; font-weight: 700; }
.home-consultation-form input, .home-consultation-form select { width: 100%; min-width: 0; height: 44px; padding: 0 12px; color: var(--vf-navy); border: 1px solid #d8e2f0; border-radius: 8px; background: #fff; outline: 0; }
.home-consultation-form input:focus, .home-consultation-form select:focus { border-color: #7fa8f9; box-shadow: 0 0 0 4px rgba(20,94,245,.09); }
.home-consultation-form > .button, .home-form-alert, .home-form-success { grid-column: 1/-1; }
.home-consultation-form > .button { min-height: 46px; gap: 8px; }
.home-consultation-form > .button .icon { width: 16px; }
.home-form-alert, .home-form-success { padding: 10px 12px; border-radius: 8px; }
.home-form-alert { color: #a7232d; border: 1px solid #f2c6ca; background: #fff1f2; }
.home-form-success { display: flex; align-items: center; gap: 8px; color: #087344; border: 1px solid #bdebd5; background: #edfff6; }
.home-form-success[hidden], .home-form-alert[hidden] { display: none!important; }

/* Posts */
.home-posts { padding-top: 14px; }
.home-post-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 18px; }
.home-post-card { min-width: 0; overflow: hidden; border: 1px solid #e0e8f4; border-radius: 13px; background: #fff; box-shadow: 0 8px 24px rgba(11,31,77,.045); transition: .2s ease; }
.home-post-card:hover { border-color: #b8cdf5; box-shadow: 0 17px 38px rgba(11,31,77,.1); transform: translateY(-3px); }
.home-post-card__image { height: 190px; display: block; overflow: hidden; background: #edf3fb; }
.home-post-card__image img { width: 100%; height: 100%; object-fit: cover; transition: transform .3s ease; }
.home-post-card:hover .home-post-card__image img { transform: scale(1.045); }
.home-post-card__body { position: relative; display: grid; grid-template-columns: 1fr auto; gap: 4px 12px; padding: 16px; }
.home-post-card__body > span { color: var(--vf-blue); font-weight: 750; text-transform: uppercase; }
.home-post-card__body time { color: #909bb0; text-align: right; }
.home-post-card__body h3 { grid-column: 1/-1; min-height: 48px; margin: 4px 0 0; color: var(--vf-navy); font-size: 17px; line-height: 1.4; font-weight: 750; }
.home-post-card__body p { grid-column: 1/-1; min-height: 44px; margin: 2px 0 5px; color: #718099; line-height: 1.55; }
.home-post-card__body > a:last-child { grid-column: 1/-1; display: inline-flex; align-items: center; gap: 5px; color: var(--vf-blue); font-weight: 750; }
.home-post-card__body > a:last-child .icon { width: 13px; }

/* Newsletter */
.home-newsletter { padding: 0 0 40px; }
.home-newsletter__layout { min-height: 92px; display: grid; grid-template-columns: minmax(0,1fr) minmax(360px,.82fr); align-items: center; gap: 28px; padding: 18px 28px; border: 1px solid #dce7f6; border-radius: 13px; background: linear-gradient(110deg,#f1f6ff,#fafcff); }
.home-newsletter__copy { display: flex; align-items: center; gap: 14px; }
.home-newsletter__copy > span { width: 47px; height: 47px; display: grid; flex: 0 0 47px; place-items: center; color: var(--vf-blue); border-radius: 12px; background: #fff; box-shadow: 0 7px 20px rgba(11,31,77,.07); }
.home-newsletter__copy > span .vf-icon { width: 25px; height: 25px; }
.home-newsletter__copy h2 { margin: 0 0 3px; color: var(--vf-navy); font: inherit; font-weight: 750; }
.home-newsletter__copy p { margin: 0; color: #748198; }
.home-newsletter__form { height: 44px; display: grid; grid-template-columns: minmax(0,1fr) auto; overflow: hidden; border: 1px solid #d4e0f0; border-radius: 8px; background: #fff; }
.home-newsletter__form input { min-width: 0; padding: 0 14px; border: 0; outline: 0; color: var(--vf-navy); }
.home-newsletter__form .button { min-height: 44px; border-radius: 7px; }

/* Footer */
.site-footer { position: relative; overflow: hidden; padding-bottom: 88px; color: #c5d5ec; background: radial-gradient(circle at 8% 12%,rgba(41,126,242,.16),transparent 28%),linear-gradient(135deg,#021631 0%,#05295d 58%,#02142d 100%); font-size: 14px; }
.site-footer::before { content: ""; position: absolute; width: 580px; height: 580px; right: -360px; top: -430px; border: 1px solid rgba(64,146,255,.13); border-radius: 50%; box-shadow: 0 0 0 75px rgba(64,146,255,.025),0 0 0 150px rgba(64,146,255,.018); }
.site-footer__main { position: relative; z-index: 2; padding: 48px 0 34px; }
.site-footer__grid { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(280px,1.2fr) minmax(230px,1fr) minmax(205px,.82fr) minmax(235px,.95fr); align-items: start; gap: clamp(28px,3vw,48px); padding-block: 46px 38px; }
.site-footer__catalog { position: relative; z-index: 2; padding: 38px 0 36px; border-bottom: 1px solid rgba(255,255,255,.1); background: rgba(0,13,34,.2); }
.site-footer__catalog-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; margin-bottom: 22px; }
.site-footer__catalog-head > div { display: grid; gap: 5px; }
.site-footer__catalog-head > div > span { color: #70b8ff; font-size: 13px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.site-footer__catalog-head h2 { margin: 0; font-size: 26px; letter-spacing: -.025em; }
.site-footer__catalog-head > a { display: inline-flex; align-items: center; gap: 7px; color: #d9e9ff; font-weight: 750; }
.site-footer__catalog-head > a .icon { width: 15px; }
.site-footer__catalog-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 14px; }
.site-footer__category-card { min-width: 0; padding: 18px; border: 1px solid rgba(255,255,255,.12); border-radius: 15px; background: linear-gradient(145deg,rgba(255,255,255,.08),rgba(255,255,255,.035)); box-shadow: inset 0 1px 0 rgba(255,255,255,.05); }
.site-footer__category-parent { display: flex; align-items: center; gap: 12px; padding-bottom: 13px; border-bottom: 1px solid rgba(255,255,255,.1); }
.site-footer__category-parent > span:last-child { min-width: 0; display: grid; gap: 2px; }
.site-footer__category-parent strong { color: #fff; line-height: 1.3; text-transform: uppercase; }
.site-footer__category-parent small { color: #86a7ce; }
.site-footer__category-list { gap: 7px!important; margin-top: 13px!important; }
.site-footer__category-list li { min-width: 0; }
.site-footer__category-list a { display: flex; align-items: flex-start; gap: 6px; color: #bcd0e8; }
.site-footer__category-list a > .icon { width: 12px; height: 12px; flex: 0 0 12px; margin-top: 5px; color: #4f9df1; }
.site-footer__category-list a > span { min-width: 0; }
.site-footer__category-list .site-footer__category-list { margin: 6px 0 0 18px!important; padding-left: 9px!important; border-left: 1px solid rgba(111,178,245,.2); }
.site-footer__category-empty-link { min-height: 72px; display: flex; align-items: flex-end; justify-content: space-between; gap: 10px; color: #8fbef4!important; font-weight: 700; }
.site-footer__category-empty-link .icon { width: 15px; height: 15px; }
.site-footer__brand, .site-footer__column { min-width: 0; }
.site-footer__brand { padding-right: 8px; }
.site-footer__brand img { width: 230px; height: 56px; margin-bottom: 18px; object-fit: contain; object-position: left center; filter: brightness(0) invert(1); }
.site-footer__brand p { max-width: 380px; margin: 0 0 20px; color: #aec0da; line-height: 1.75; }
.site-footer h2, .site-footer h3 { margin: 0 0 17px; color: #fff; font: inherit; font-weight: 750; }
.site-footer__column > h2 { min-height: 28px; display: flex; align-items: center; gap: 10px; padding-bottom: 12px; border-bottom: 1px solid rgba(255,255,255,.11); font-size: 13px; letter-spacing: .045em; text-transform: uppercase; }
.site-footer__column > h2::before { content: ""; width: 3px; height: 16px; flex: 0 0 3px; border-radius: 999px; background: #4ba3ff; box-shadow: 0 0 16px rgba(75,163,255,.45); }
.site-footer ul { display: grid; gap: 10px; margin: 0; padding: 0; list-style: none; }
.site-footer li, .site-footer a { color: #b9c9df; line-height: 1.55; }
.site-footer a:hover { color: #fff; }
.site-footer__contact { display: block; }
.site-footer__contact .site-footer__rich p { margin: 0 0 10px; color: #b9c9df; line-height: 1.65; }
.site-footer__contact .site-footer__rich strong { color: #eaf3ff; }
.site-footer__contact .site-footer__rich li { position: relative; padding-left: 14px; color: #b9c9df; line-height: 1.65; }
.site-footer__contact .site-footer__rich li::before { content: ""; position: absolute; left: 0; top: .72em; width: 5px; height: 5px; border-radius: 50%; background: #4f9df1; }
.site-footer__contact a, .site-footer__contact span { display: flex; align-items: flex-start; gap: 8px; }
.site-footer__contact .icon, .site-footer__contact .vf-icon { width: 16px; height: 16px; margin-top: 1px; color: #62b4ff; }
.site-footer__hours { margin: 14px 0 0; color: #91a9c8; line-height: 1.6; }
.site-footer__social { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 8px; margin-top: 18px; padding-top: 17px; border-top: 1px solid rgba(255,255,255,.1); }
.site-footer__social-link { min-width: 0; min-height: 72px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 6px; padding: 8px 4px; color: #eaf3ff!important; border: 1px solid rgba(255,255,255,.16); border-radius: 12px; background: rgba(255,255,255,.045); font-size: 12px; font-weight: 750; line-height: 1.2!important; white-space: nowrap; transition: transform .18s ease,border-color .18s ease,background-color .18s ease; }
.site-footer__social-icon { width: 30px; height: 30px; display: grid; place-items: center; border-radius: 10px; background: rgba(255,255,255,.08); }
.site-footer__social-icon svg { width: 19px; height: 19px; }
.site-footer__social-link--tiktok .site-footer__social-icon { color: #72f5ec; background: rgba(37,244,238,.12); }
.site-footer__social-link--facebook .site-footer__social-icon { color: #80b1ff; background: rgba(24,119,242,.18); }
.site-footer__social-link--maps .site-footer__social-icon { color: #7be0a6; background: rgba(52,168,83,.16); }
.site-footer__social-link:hover { transform: translateY(-2px); border-color: rgba(104,180,255,.62); background: rgba(23,103,221,.32); }
.site-footer__social-link:focus-visible { outline: 2px solid #74baff; outline-offset: 2px; }
.site-footer__payments { display: block; }
.site-footer__payment-list { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 8px; margin-bottom: 14px; }
.site-footer__payment-list span { min-width: 0; height: 34px; display: grid; place-items: center; padding: 0 9px; color: #123764; border: 1px solid rgba(255,255,255,.55); border-radius: 7px; background: #fff; font-size: 12px; font-weight: 800; box-shadow: 0 6px 18px rgba(0,0,0,.08); }
.site-footer__payments > p { margin: 0; color: #9fb3d0; line-height: 1.65; }
.site-footer__hotline { min-height: 54px; display: flex!important; align-items: center!important; gap: 11px!important; margin-top: 18px; padding: 10px 12px; color: #fff!important; border: 1px solid rgba(91,167,255,.24); border-radius: 11px; background: rgba(19,96,194,.17); }
.site-footer__hotline .icon { width: 20px; height: 20px; flex: 0 0 20px; color: #62b4ff; }
.site-footer__hotline span { display: grid; }
.site-footer__hotline strong { color: #fff; font-size: 15px; }
.site-footer__policies li a { display: inline-flex; align-items: center; transition: transform .18s ease,color .18s ease; }
.site-footer__policies li a:hover { transform: translateX(3px); }
.site-footer__all-policies { display: inline-flex!important; align-items: center; gap: 7px; margin-top: 18px; color: #73b9ff!important; font-weight: 750; }
.site-footer__all-policies .icon { width: 14px; height: 14px; }
.site-footer__bottom { position: relative; z-index: 2; min-height: 66px; display: flex; align-items: center; justify-content: space-between; gap: 22px; padding-block: 15px; color: #8fa5c4; border-top: 1px solid rgba(255,255,255,.1); font-size: 12px; }
.site-footer__bottom p { margin: 0; }
.site-footer__bottom a { display: inline-flex; align-items: center; gap: 6px; color: #b9c9df; }
.site-footer__bottom-links { display: flex; align-items: center; gap: 18px; }

@media (max-width: 1180px) {
    .site-header-main__inner { grid-template-columns: 190px minmax(240px,1fr) auto; gap: 18px; }
    .site-header-actions { gap: 10px; }
    .site-nav__list > li > a { padding-inline: 11px; }
    .home-hero__layout { grid-template-columns: minmax(0,.9fr) minmax(420px,1.1fr); }
    .home-product-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
    .home-product-item:nth-child(n+7) { display: none; }
    .home-why__grid { grid-template-columns: repeat(4,minmax(0,1fr)); }
    .home-why__support { grid-column: 1/-1; min-height: 190px; }
    .home-why__support img { object-position: 72% 50%; }
    .site-footer__grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 28px 32px; }
}

@media (max-width: 1020px) {
    .site-utility__item:nth-child(2), .site-utility__inner > span:nth-child(2) { display: none; }
    .site-utility__inner { grid-template-columns: 1fr 1fr; }
    .site-header-main__inner { grid-template-columns: 185px minmax(0,1fr) auto; min-height: 76px; }
    .site-nav { display: none; }
    .site-menu-toggle, .site-header-action--menu { display: grid; }
    .home-hero__layout { min-height: 400px; grid-template-columns: minmax(0,1fr) minmax(360px,.92fr); }
    .home-hero__content { padding: 48px 0 64px; }
    .home-hero__title { font-size: clamp(40px,5.6vw,55px); }
    .home-hero__visual img { height: 350px; }
    .home-benefit { padding-inline: 14px; }
    .home-category-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
    .home-technology__panel { grid-template-columns: 1fr 1fr; }
    .home-technology__copy { padding-left: 30px; }
    .home-consultation__form { padding: 30px; }
}

@media (max-width: 820px) {
    .site-header-main__inner { grid-template-columns: 170px minmax(0,1fr) auto; gap: 12px; }
    .site-header-actions .site-header-action--hotline { display: none; }
    .site-logo img { height: 46px; }
    .home-section { padding: 48px 0; }
    .home-hero__layout { min-height: 630px; grid-template-columns: 1fr; align-content: start; }
    .home-hero__content { max-width: none; padding: 44px 0 14px; text-align: center; }
    .home-hero__title, .home-hero__content p { margin-inline: auto; }
    .home-hero__visual { min-height: 310px; }
    .home-hero__visual img { height: 310px; }
    .home-hero__orb { width: 330px; height: 330px; right: 50%; top: -4%; transform: translateX(50%); }
    .home-benefits__grid { grid-template-columns: repeat(2,1fr); }
    .home-benefit:nth-child(2) { border-right: 0; }
    .home-benefit:nth-child(-n+2) { border-bottom: 1px solid #e7eef8; }
    .home-flash__head { align-items: flex-start; flex-direction: column; }
    .home-product-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
    .home-product-item:nth-child(n+7) { display: block; }
    .home-category-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
    .home-technology__panel { grid-template-columns: 1fr; }
    .home-technology__copy { padding: 36px 28px 10px; }
    .home-technology__visual { min-height: 290px; }
    .home-technology__visual img { height: 280px; }
    .home-why__grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
    .home-consultation__grid { grid-template-columns: 1fr; }
    .home-consultation__visual { min-height: 330px; }
    .home-consultation__visual img { height: 315px; }
    .home-post-grid { grid-template-columns: 1fr 1fr; }
    .home-post-card:nth-child(3) { display: none; }
    .home-newsletter__layout { grid-template-columns: 1fr; gap: 16px; }
    .site-footer__grid { grid-template-columns: 1.15fr 1fr; }
}

@media (max-width: 640px) {
    .vf-container, .container { width: min(calc(100% - 28px),var(--vf-container)); }
    html { scroll-padding-top: 76px; }
    .site-utility__inner { grid-template-columns: 1fr; }
    .site-utility__item, .site-utility__inner > span { display: none; }
    .site-utility__item:first-child, .site-utility__inner > span:first-child { display: flex; justify-content: center; }
    .site-header-main__inner { grid-template-columns: minmax(130px,165px) auto; min-height: 70px; }
    .site-search { display: none; }
    .site-header-actions { justify-content: flex-end; }
    .site-header-action--hotline { display: none; }
    .site-header-action--cart { width: 42px; height: 42px; min-height: 42px; gap: 0; padding: 3px; overflow: visible; border-radius: 11px; }
    .site-header-cart__icon { width: 34px; height: 34px; flex-basis: 34px; border-radius: 9px; }
    .site-header-action--cart > .site-header-cart__copy { display: none; }
    .site-header-action__icon { width: 36px; height: 36px; flex-basis: 36px; }
    .site-menu-toggle, .site-header-action--menu { width: 38px; height: 38px; }
    .mobile-menu { grid-template-columns: minmax(0,88vw) 1fr; }
    .home-section { padding: 40px 0; }
    .home-section__head { align-items: flex-start; flex-direction: column; gap: 11px; margin-bottom: 18px; }
    .home-section__head h2 { font-size: 27px; }
    .home-hero__slider, .home-hero__layout { min-height: 0; }
    .home-hero__slide { transition: none; }
    .home-hero__dots { display: none; }
    .home-hero__content { padding-top: 35px; }
    .home-hero__title { margin-top: 9px; font-size: 39px; line-height: 1.08; }
    .home-hero__content p { }
    .home-hero__visual { min-height: 270px; }
    .home-hero__visual img { height: 270px; }
    .home-hero__visual::after { bottom: 28px; }
    .home-benefit { min-height: 84px; justify-content: flex-start; padding: 13px 10px; }
    .home-benefit__icon { width: 36px; height: 36px; flex-basis: 36px; border-radius: 9px; }
    .home-benefit__icon .vf-icon { width: 20px; height: 20px; }
    .home-benefit strong { }
    .home-benefit small { }
    .home-section__title { align-items: flex-start; }
    .home-section__icon { width: 44px; height: 44px; flex-basis: 44px; }
    .home-flash__notice { width: 100%; max-width: none; }
    .home-brand-tabs { margin-inline: -4px; }
    .home-brand-tabs > a:not(.home-brand-tab) { display: none; }
    .home-product-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 10px; margin: 0; padding: 0; overflow: visible; }
    .home-product-item { width: auto; min-width: 0; }
    .product-card--home .product-card__image { padding: 10px 7px 5px; }
    .product-card--home .product-card__body { padding: 10px; }
    .home-category-grid { gap: 12px; }
    .home-category-card__image { height: 155px; padding: 10px; }
    .home-category-card__name { min-height: 48px; padding: 10px; }
    .home-technology__panel { border-radius: 13px; }
    .home-technology__copy { padding: 30px 20px 5px; }
    .home-technology__copy h2 { font-size: 31px; }
    .home-technology__rich ul, .home-technology__copy > ul { grid-template-columns: 1fr; }
    .home-technology__visual { min-height: 245px; }
    .home-technology__visual img { width: 100%; height: 245px; }
    .home-why-card { min-height: 160px; padding: 16px 10px; }
    .home-why-card h3 { }
    .home-why__support { grid-column: 1/-1; }
    .home-consultation__visual { min-height: 280px; }
    .home-consultation__visual img { height: 270px; }
    .home-consultation__form { padding: 25px 18px; }
    .home-consultation-form { grid-template-columns: 1fr; }
    .home-consultation-form > .button, .home-form-alert, .home-form-success { grid-column: 1; }
    .home-post-grid { display: grid; grid-template-columns: 1fr; gap: 14px; margin: 0; padding: 0; overflow: visible; }
    .home-post-card, .home-post-card:nth-child(3) { width: auto; display: block; }
    .home-newsletter { padding-bottom: 28px; }
    .home-newsletter__layout { padding: 18px; }
    .home-newsletter__form { height: auto; grid-template-columns: 1fr; overflow: visible; border: 0; background: transparent; }
    .home-newsletter__form input { height: 44px; border: 1px solid #d4e0f0; border-radius: 8px; background: #fff; }
    .home-newsletter__form .button { margin-top: 8px; }
    .site-footer__main { padding-top: 38px; }
    .site-footer__grid { grid-template-columns: 1fr; gap: 27px; }
    .site-footer__brand { padding-right: 0; }
    .site-footer__brand img { width: 210px; }
    .site-footer__bottom { min-height: 86px; align-items: flex-start; justify-content: center; flex-direction: column; gap: 5px; padding-block: 18px; }
    .site-footer__bottom-links { flex-wrap: wrap; gap: 8px 16px; }
}

@media (max-width: 390px) {
    .site-header-main__inner { grid-template-columns: minmax(120px,150px) auto; }
    .site-header-actions { gap: 6px; }
    .site-logo img { height: 42px; }
    .home-hero__title { font-size: 34px; }
    .home-hero__layout { min-height: 550px; }
    .home-hero__visual img { height: 245px; }
    .home-benefits__grid { grid-template-columns: 1fr; }
    .home-benefit { border-right: 0; border-bottom: 1px solid #e7eef8; }
    .home-benefit:last-child { border-bottom: 0; }
    .home-category-grid { grid-template-columns: 1fr; }
    .home-category-card__image { height: 210px; }
    .home-why__grid { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
    .home-hero__slide, .home-category-card, .home-post-card, .home-why-card, .product-card--home, .mobile-menu, .mobile-menu__panel { transition: none!important; }
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 92px; font-size: 16px; }
body { margin: 0; min-width: 320px; color: var(--vf-text); background: #fff; font-family: "Be Vietnam Pro", "Inter", Arial, sans-serif; font-size: 16px; line-height: 1.6; -webkit-font-smoothing: antialiased; }
body.is-menu-open { overflow: hidden; }
img, svg { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
:where(.rich-content, .post-detail-article, .category-seo-content, .category-summary, .about-page-content, .site-content-block__body) a:not(.button) {
    color: #0969da;
    font-weight: 700;
    text-decoration: none;
    text-underline-offset: 3px;
    transition: color .18s ease;
}
:where(.rich-content, .post-detail-article, .category-seo-content, .category-summary, .about-page-content, .site-content-block__body) a:not(.button):hover {
    color: #0550ae;
    text-decoration: underline;
}
.page-hero .category-summary a:not(.button) {
    color: #72b7ff;
}
.page-hero .category-summary a:not(.button):hover {
    color: #a8d3ff;
}
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
h1, h2, h3, h4, p { margin-top: 0; }
h1 { font-size: 56px; line-height: 1.12; }
h2 { font-size: 40px; line-height: 1.2; }
h3 { font-size: 28px; line-height: 1.3; }
h4 { font-size: 22px; line-height: 1.4; }
.vf-container, .container { width: min(calc(100% - 48px), var(--vf-container)); margin-inline: auto; }
.site-main, .vf-main { min-height: 55vh; overflow: clip; }
.sr-only { position: absolute!important; width: 1px!important; height: 1px!important; padding: 0!important; margin: -1px!important; overflow: hidden!important; clip: rect(0,0,0,0)!important; white-space: nowrap!important; border: 0!important; }
.vf-icon { width: 22px; height: 22px; flex: 0 0 auto; }

.vf-button, .button { display: inline-flex; min-height: 46px; align-items: center; justify-content: center; gap: 8px; padding: 0 23px; border: 1px solid transparent; border-radius: 5px; font-weight: 600; letter-spacing: .01em; transition: .22s ease; }
.vf-button .icon, .button .icon { width: 18px; height: 18px; flex: 0 0 18px; }
.vf-button--primary, .button--primary { color: #fff; background: var(--vf-blue); box-shadow: 0 8px 20px rgba(20, 100, 244, .24); }
.vf-button--primary:hover { background: var(--vf-blue-dark); transform: translateY(-1px); }
.vf-button--light { color: var(--vf-navy); background: #fff; border-color: #fff; }
.vf-button--light:hover { color: var(--vf-blue); }

/* Common sections */
.vf-section { padding: 62px 0; }
.vf-section--tight { padding: 22px 0; }
.vf-section-heading { margin-bottom: 26px; text-align: center; }
.vf-section-heading h2 { margin-bottom: 7px; color: var(--vf-navy); font-size: clamp(36px, 3vw, 40px); line-height: 1.2; font-weight: 800; letter-spacing: -.02em; }
.vf-section-heading p { margin: 0 auto; max-width: 680px; color: var(--vf-muted); }
.vf-section-heading--row { display: flex; align-items: center; justify-content: space-between; text-align: left; }
.vf-section-heading--row h2 { margin: 0; }
.vf-section-heading--row > a { display: inline-flex; align-items: center; gap: 6px; color: var(--vf-blue); font-weight: 600; }
.vf-section-heading--row .vf-icon { width: 16px; height: 16px; }
.vf-alert { margin: 18px 0; padding: 13px 16px; border-radius: 8px; }
.vf-alert--error { color: #9d1c1c; background: #fff1f1; border: 1px solid #ffcaca; }
.vf-empty { grid-column: 1 / -1; padding: 40px; color: var(--vf-muted); background: var(--vf-soft); border-radius: var(--vf-radius); text-align: center; }
.vf-toast { position: fixed; top: 125px; left: 50%; z-index: 90; min-width: 320px; max-width: min(90vw, 620px); padding: 14px 22px; border-radius: 8px; color: #fff; text-align: center; box-shadow: var(--vf-shadow); transform: translateX(-50%); }
.vf-toast--success { background: #079455; }
.vf-toast--error { background: #cf2f2f; }

.vf-honeypot { position: absolute; left: -9999px; opacity: 0; }

/* Shared inner pages */
.section { padding: 48px 0; }
.section-heading h1, .section-heading h2 { color: var(--vf-navy); }
.page-hero { position: relative; padding: 62px 0 54px; overflow: hidden; color: #fff; background: linear-gradient(115deg, #061a3d 0%, #0b326d 56%, #1464f4 140%); }
.page-hero::after { content: ""; position: absolute; width: 460px; height: 460px; right: -140px; top: -260px; border: 1px solid rgba(255,255,255,.16); border-radius: 50%; box-shadow: 0 0 0 70px rgba(255,255,255,.025), 0 0 0 140px rgba(255,255,255,.02); }
.page-hero .section-heading { position: relative; z-index: 1; max-width: 820px; }
.page-hero .section-heading .eyebrow { margin-bottom: 8px; color: #83adff; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.page-hero .section-heading h1 { margin-bottom: 12px; color: #fff; font-size: clamp(42px, 4vw, 56px); font-weight: 800; letter-spacing: -.03em; }
.page-hero .section-heading > p, .page-hero .category-summary { margin: 0; color: #c9d9ef; font-size: 17px; line-height: 1.75; }
.page-hero .category-summary > :last-child { margin-bottom: 0; }
.notice { margin: 18px auto; padding: 16px; border-radius: 8px; }
.notice--error { color: #9d1c1c; background: #fff1f1; }
.notice--success { color: #087443; background: #ebfff6; }
.catalog-subcategories { padding: 28px 0 6px; background: #fff; }
.catalog-subcategories__head { display: flex; align-items: center; justify-content: space-between; gap: 30px; margin-bottom: 14px; }
.catalog-subcategories__head span { color: var(--vf-blue); font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.catalog-subcategories__head h2 { margin: 2px 0 0; color: var(--vf-navy); font-size: 28px; }
.catalog-subcategories__head p { flex: 0 0 auto; max-width: none; margin: 0; color: var(--vf-muted); text-align: right; white-space: nowrap; }
.catalog-subcategories__grid { display: flex; flex-wrap: wrap; gap: 8px; }
.catalog-subcategory-card { width: auto; min-width: 0; min-height: 46px; display: inline-flex; flex: 0 0 auto; align-items: center; gap: 8px; padding: 6px 12px 6px 7px; border: 1px solid var(--vf-border); border-radius: 999px; background: #fff; transition: .2s ease; }
.catalog-subcategory-card:hover { color: var(--vf-blue); border-color: #a9c7ff; box-shadow: var(--vf-shadow); transform: translateY(-2px); }
.catalog-subcategory-card.is-active { color: var(--vf-blue); border-color: #8db4fb; background: #f2f7ff; box-shadow: 0 0 0 2px rgba(20,100,244,.07); }
.catalog-subcategory-card__icon { width: 32px; height: 32px; display: grid; place-items: center; color: var(--vf-blue); border-radius: 50%; background: #edf4ff; }
.catalog-subcategory-card__icon .vf-icon { width: 17px; height: 17px; }
.catalog-subcategory-card strong { min-width: 0; overflow: hidden; color: var(--vf-navy); text-overflow: ellipsis; white-space: nowrap; }
.catalog-subcategory-card.is-active strong { color: var(--vf-blue); }
.catalog-page { position: relative; }
.catalog-mobile-filter-button { width: auto; min-height: 44px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; margin-bottom: 16px; padding: 0 17px; color: #fff; border: 0; border-radius: 10px; background: linear-gradient(135deg,var(--vf-blue),#0b4dbe); font: inherit; font-weight: 750; cursor: pointer; }
.catalog-mobile-filter-button .icon { width: 19px; height: 19px; color: #fff; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.catalog-mobile-filter-button strong { min-width: 22px; height: 22px; display: grid; place-items: center; color: var(--vf-blue); border-radius: 50%; background: #fff; font-size: 11px; }
.catalog-filter-bar { position: relative; z-index: 12; display: none; margin-bottom: 22px; }
.catalog-filter-bar.is-desktop-open { display: block; }
.catalog-filter-sheet { padding: 22px; border: 1px solid var(--vf-border); border-radius: 14px; background: #fff; box-shadow: 0 10px 32px rgba(7,26,61,.06); }
.catalog-filter-bar__head, .catalog-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.catalog-filter-bar__head { margin-bottom: 16px; }
.catalog-filter-bar__head span, .catalog-toolbar > div > span { color: var(--vf-blue); font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.catalog-filter-bar__head h2, .catalog-toolbar h2 { margin: 2px 0 0; color: var(--vf-navy); font-size: 24px; }
.catalog-filter-bar__actions { display: flex; align-items: center; gap: 12px; }
.catalog-filter-close { display: none; }
.catalog-clear-link { color: var(--vf-blue); font-weight: 600; }
.catalog-chip-row { display: flex; flex-wrap: wrap; gap: 9px; }
.filter-chip-dropdown { position: relative; }
.filter-chip-dropdown > summary, .filter-sale-chip { min-height: 42px; display: inline-flex; align-items: center; gap: 7px; padding: 0 14px; color: #33415c; border: 1px solid var(--vf-border); border-radius: 8px; background: #fff; font-weight: 600; list-style: none; cursor: pointer; }
.filter-chip-dropdown > summary::-webkit-details-marker { display: none; }
.filter-chip-dropdown > summary::after { content: "⌄"; margin-left: 3px; color: var(--vf-muted); }
.filter-chip-dropdown.is-selected > summary, .filter-sale-chip.is-selected { color: var(--vf-blue); border-color: #a9c7ff; background: #f1f6ff; }
.filter-chip-dropdown > summary b { max-width: 140px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.filter-chip-dropdown__panel { position: absolute; top: calc(100% + 8px); left: 0; z-index: 30; min-width: 260px; max-height: 350px; display: grid; gap: 5px; padding: 12px; overflow: auto; border: 1px solid var(--vf-border); border-radius: 10px; background: #fff; box-shadow: 0 18px 40px rgba(7,26,61,.16); }
.filter-chip-dropdown__panel--grid { grid-template-columns: repeat(2, minmax(130px,1fr)); min-width: 360px; }
.filter-choice { min-height: 38px; display: flex; align-items: center; gap: 9px; padding: 7px 9px; border-radius: 7px; color: #3b4860; cursor: pointer; }
.filter-choice:hover { background: #f3f7fd; }
.filter-choice input { accent-color: var(--vf-blue); }
.filter-price-presets { display: grid; gap: 4px; }
.filter-price-inputs { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-top: 8px; padding-top: 10px; border-top: 1px solid var(--vf-border); }
.filter-price-inputs label { display: grid; gap: 4px; color: var(--vf-muted); }
.filter-price-inputs input, .catalog-filter-search input { width: 100%; height: 42px; padding: 0 11px; border: 1px solid var(--vf-border); border-radius: 7px; outline: none; }
.filter-price-inputs input:focus, .catalog-filter-search input:focus { border-color: var(--vf-blue); box-shadow: 0 0 0 3px rgba(20,100,244,.1); }
.filter-sale-chip input { width: 16px; height: 16px; accent-color: var(--vf-blue); }
.catalog-filter-search { margin-top: 14px; }
.catalog-filter-search label { display: grid; grid-template-columns: 150px minmax(220px,420px); align-items: center; gap: 12px; color: var(--vf-navy); font-weight: 600; }
.catalog-filter-mobile-actions { display: none; }
.catalog-active-filters { display: flex; flex-wrap: wrap; align-items: center; gap: 7px; margin-bottom: 18px; }
.catalog-active-filters strong { color: var(--vf-navy); }
.catalog-active-filters span { padding: 5px 9px; color: var(--vf-blue); border-radius: 20px; background: #edf4ff; }
.catalog-toolbar { margin-bottom: 18px; padding-bottom: 15px; border-bottom: 1px solid var(--vf-border); }
.catalog-toolbar select { min-width: 190px; height: 44px; padding: 0 36px 0 12px; border: 1px solid var(--vf-border); border-radius: 8px; color: var(--vf-navy); background: #fff; outline: none; }
.catalog-filter-ui--disabled { display: none!important; }
.catalog-sort-buttons { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 8px; }
.catalog-sort-button { min-height: 36px; display: inline-flex; align-items: center; justify-content: center; padding: 7px 12px; color: #4c5a70; border: 1px solid #d4dce9; border-radius: 7px; background: #fff; line-height: 1.35; font-weight: 600; transition: .18s ease; }
.catalog-sort-button:hover { color: var(--vf-blue); border-color: #a9c5fb; background: #f4f8ff; }
.catalog-sort-button.is-active { color: #fff; border-color: var(--vf-blue); background: var(--vf-blue); box-shadow: 0 6px 14px rgba(20,100,244,.18); }
.catalog-sort-button--toggle { gap: 7px; }
.catalog-sort-arrows { display: inline-grid; grid-template-columns: repeat(2,auto); gap: 1px; font-size: 13px; line-height: 1; }
.catalog-sort-arrows i { opacity: .42; font-style: normal; transition: opacity .18s ease,transform .18s ease; }
.catalog-sort-button.is-asc .catalog-sort-arrows i:first-child, .catalog-sort-button.is-desc .catalog-sort-arrows i:last-child { opacity: 1; transform: scale(1.12); }
.catalog-ajax-status { width: 100%; min-height: 42px; display: flex; align-items: center; justify-content: center; gap: 8px; margin: -6px 0 14px; color: var(--vf-blue); font-weight: 600; text-align: center; }
.catalog-ajax-status[hidden] { display: none; }
.catalog-ajax-status__spinner { width: 17px; height: 17px; border: 2px solid #cfe0ff; border-top-color: var(--vf-blue); border-radius: 50%; animation: vf-spin .75s linear infinite; }
.catalog-page [data-catalog-product-grid] { transition: opacity .2s ease; }
.catalog-page.is-catalog-loading [data-catalog-product-grid] { opacity: .45; pointer-events: none; }
.catalog-page.is-catalog-loading .catalog-sort-buttons { opacity: .65; pointer-events: none; }
@keyframes vf-spin { to { transform: rotate(360deg); } }
.product-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 22px; }
.product-card { position: relative; min-width: 0; display: flex; flex-direction: column; overflow: hidden; border: 1px solid var(--vf-border); border-radius: 12px; background: #fff; transition: .22s ease; }
.product-card:hover { border-color: #bfd3f6; box-shadow: 0 16px 40px rgba(7,26,61,.11); transform: translateY(-3px); }
.product-card__badge,
.product-card__meta,
.product-card__promo,
.product-card__saving,
.product-card__status,
.product-card__stock,
.product-card__price span,
.product-card__offer small,
.product-card__offer strong,
.product-card__offer em,
.product-card .rating,
.product-card__actions .button,
.compare-link--card { font-size: 14px; }
.product-card__badge,
.product-card__meta,
.product-card__promo,
.product-card__stock,
.product-card .rating { font-size: 12px; }
.product-card__badge { position: absolute; top: 12px; left: 12px; z-index: 2; padding: 5px 8px; color: #fff; border-radius: 5px; background: var(--vf-blue); font-weight: 700; }
.product-card__image { aspect-ratio: 1/1; display: grid; place-items: center; overflow: hidden; padding: 12px; background: #fff; }
.product-card img { width: 100%; height: 100%; aspect-ratio: auto; object-fit: contain; background: #fff; transition: transform .3s ease; }
.product-card:hover img { transform: scale(1.035); }
.product-card__rating { min-height: 24px; display: flex; align-items: center; padding: 0 16px; color: #f5a623; background: #fff; }
.product-card__rating .rating { min-height: 0; margin: 0; font-size: 14px; line-height: 1; }
.product-card__rating .rating__stars { letter-spacing: 1px; white-space: nowrap; }
.product-card__body { flex: 1; display: flex; flex-direction: column; padding: 16px; }
.product-card__meta { margin: 0 0 5px!important; color: #68758b; font-weight: 400; text-transform: none; }
.product-card h2, .product-card h3 { min-height: 45px; margin: 0 0 7px; overflow: hidden; color: var(--vf-navy); font: inherit; font-weight: 800; line-height: 1.4; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.product-card p { line-height: 1.55; }
.product-card__desc { min-height: 67px; margin-bottom: 10px; color: var(--vf-muted); }
.product-card__price { display: flex; flex-wrap: wrap; align-items: baseline; gap: 8px; margin-top: auto; margin-bottom: 13px; }
.product-card__price small { flex: 0 0 100%; color: var(--vf-muted); font-weight: 400; text-transform: none; letter-spacing: 0; }
.product-card__price strong { color: var(--vf-blue); font-size: 21px; line-height: 1.3; }
.product-card__price span { color: #8b94a5; text-decoration: line-through; }
.product-card .product-card__price.is-discontinued strong { color: #a63a48; font-size: 18px; }
.product-card__promo-row { display: flex; flex-wrap: nowrap; align-items: center; gap: 4px; margin-bottom: 7px; }
.product-card__promo-row.is-empty { display: none; }
.product-card__promo { min-width: 0; display: inline-flex; align-items: center; gap: 2px; overflow: hidden; padding: 3px 5px; border-radius: 4px; background: #eef4ff; color: var(--vf-blue); font-size: 11px; font-weight: 400; white-space: nowrap; }
.product-card__promo-text { min-width: 0; overflow: hidden; text-overflow: ellipsis; }
.product-card__promo .icon { width: 13px; height: 13px; flex: 0 0 13px; }
.product-card__promo--gift { color: #a95500; border: 1px solid #ffd18a; background: linear-gradient(135deg,#fff9ed,#fff1d4); }
.product-card__promo--gift .icon { width: 13px; height: 13px; }
.product-card__actions { display: grid; grid-template-columns: minmax(0,1fr) 44px; gap: 7px; }
.product-card__actions .button { min-width: 0; min-height: 44px; padding: 0 9px; border-radius: 9px; line-height: 1.25; }
.product-card__actions .button--light { color: var(--vf-blue); border-color: #bcd1f8; background: #fff; }
.compare-link--card { min-width: 44px; min-height: 44px; display: flex; align-items: center; justify-content: center; padding: 0; color: #315eab; border: 1px solid #ccdaf2; border-radius: 9px; background: linear-gradient(180deg,#f9fbff,#f1f6ff); transition: color .18s ease,border-color .18s ease,background .18s ease,transform .18s ease; }
.compare-link--card:hover { color: #fff; border-color: var(--vf-blue); background: linear-gradient(135deg,var(--vf-blue),#0b4dcc); transform: translateY(-1px); }
.compare-link--card.is-active { color: #fff; border-color: #07845e; background: linear-gradient(135deg,#07946a,#087855); }
.compare-link--card .icon { width: 16px; height: 16px; }
.product-card--vehicle { border: 1px solid #dfe6ef; border-radius: 12px; box-shadow: 0 6px 20px rgba(7,26,61,.045); }
.product-card--vehicle:hover { border-color: #b6c8e2; box-shadow: 0 18px 38px rgba(7,26,61,.1); }
.product-card--vehicle .product-card__badge { top: 18px; left: 18px; padding: 5px 10px; color: var(--vf-navy); border: 1px solid #d5deeb; border-radius: 3px; background: rgba(255,255,255,.92); backdrop-filter: blur(7px); letter-spacing: .06em; text-transform: uppercase; }
.product-card--vehicle .product-card__image { display: flex; align-items: center; justify-content: center; padding: 0; overflow: hidden; background: #fff; }
.product-card--vehicle .product-card__vehicle-image { width: 100%; height: auto; flex: 0 0 auto; aspect-ratio: 1; transition: transform .35s ease; }
.product-card--vehicle:hover .product-card__vehicle-image { transform: scale(1.035); }
.product-card--vehicle .product-card__body { padding: 20px 22px 22px; }
.product-card--vehicle .product-card__meta { margin-bottom: 7px!important; color: #738199; letter-spacing: .1em; }
.product-card--vehicle h3 { min-height: 0; margin-bottom: 11px; font-size: 26px; line-height: 1.2; letter-spacing: -.025em; }
.product-card--vehicle .product-card__desc { min-height: 48px; margin: 0 0 17px; color: #5f6c81; line-height: 1.65; }
.product-card__specs { min-height: 104px; display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); align-content: start; gap: 10px 12px; margin: 2px 0 17px; padding: 13px 0 15px; border-top: 1px solid #edf1f6; border-bottom: 1px solid #edf1f6; }
.product-card__spec { min-width: 0; display: grid; grid-template-columns: 30px minmax(0,1fr); align-items: center; gap: 8px; }
.product-card__spec-icon { width: 30px; height: 30px; display: grid; place-items: center; color: var(--vf-blue); border-radius: 8px; background: #edf4ff; }
.product-card__spec-icon .icon { width: 17px; height: 17px; }
.product-card__spec > span:last-child { min-width: 0; display: grid; line-height: 1.25; }
.product-card__spec small { overflow: hidden; color: #7a879b; font-weight: 600; text-overflow: ellipsis; white-space: nowrap; }
.product-card__spec strong { overflow: hidden; color: var(--vf-navy); font-weight: 700; text-overflow: ellipsis; white-space: nowrap; }
.product-card--vehicle .product-card__price { margin-bottom: 19px; padding-top: 16px; border-top: 1px solid #e5eaf1; }
.product-card--vehicle .product-card__price strong { color: var(--vf-navy); font-size: 25px; letter-spacing: -.025em; }
.product-card--vehicle .product-card__price span { margin-left: 2px; }
.product-card--vehicle .product-card__actions { grid-template-columns: minmax(0,1fr) 44px; gap: 10px; }
.product-card--vehicle .product-card__actions .button { min-height: 48px; gap: 7px; padding: 0 14px; border-radius: 6px; font-weight: 700; white-space: nowrap; }
.product-card--vehicle .product-card__actions .button .icon { width: 17px; height: 17px; flex-basis: 17px; }
.product-card--vehicle .product-card__actions .button--light { color: var(--vf-navy); border-color: #aebbcf; }
.product-card--vehicle .product-card__actions .button--light:hover { color: var(--vf-blue); border-color: var(--vf-blue); background: #f4f8ff; }
.rating { display: flex; align-items: center; gap: 3px; min-height: 22px; color: #f5a623; }
.rating .icon { width: 14px; height: 14px; }
.category-seo-content { margin-top: 40px; padding: 28px; border: 1px solid var(--vf-border); border-radius: 12px; background: var(--vf-soft); }
.category-seo-content h2, .category-seo-content h3 { color: var(--vf-navy); }
.empty-state { padding: 48px 24px; text-align: center; border: 1px dashed #b9c8dc; border-radius: 12px; background: #f8fafd; }
.post-search-form { display: grid; grid-template-columns: 1fr auto auto; align-items: end; gap: 10px; margin-bottom: 22px; padding: 16px; border: 1px solid var(--vf-border); border-radius: 12px; background: #fff; box-shadow: 0 10px 30px rgba(7,26,61,.05); }
.post-search-form label { display: grid; gap: 6px; color: var(--vf-navy); font-weight: 700; }
.post-search-form input { width: 100%; height: 46px; padding: 0 13px; border: 1px solid var(--vf-border); border-radius: 7px; outline: none; }
.post-search-form input:focus { border-color: var(--vf-blue); box-shadow: 0 0 0 3px rgba(20,100,244,.1); }
.post-search-form .icon { width: 17px; height: 17px; }
.post-category-nav { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 24px; }
.post-category-nav a { min-height: 40px; display: inline-flex; align-items: center; gap: 7px; padding: 0 14px; color: #3c4961; border: 1px solid var(--vf-border); border-radius: 22px; font-weight: 600; }
.post-category-nav a span { min-width: 22px; height: 22px; display: grid; place-items: center; border-radius: 50%; background: #edf2f8; }
.post-category-nav a:hover, .post-category-nav a.is-active { color: #fff; border-color: var(--vf-blue); background: var(--vf-blue); }
.post-category-nav a.is-active span { color: var(--vf-blue); background: #fff; }
.post-search-summary { margin: -8px 0 20px; color: var(--vf-muted); }

/* Global search */
.vf-search-overlay { position: fixed; z-index: 1600; inset: 0; display: grid; place-items: start center; padding: clamp(76px,10vh,120px) 20px 30px; visibility: hidden; opacity: 0; transition: opacity .22s ease,visibility .22s ease; }
.vf-search-overlay.is-open { visibility: visible; opacity: 1; }
.vf-search-overlay__backdrop { position: absolute; inset: 0; background: rgba(3,15,38,.76); backdrop-filter: blur(9px); }
.vf-search-panel { position: relative; width: min(820px,100%); max-height: calc(100vh - 110px); overflow-y: auto; padding: clamp(25px,4vw,40px); border: 1px solid rgba(255,255,255,.28); border-radius: 22px; background: #fff; box-shadow: 0 35px 100px rgba(0,0,0,.38); transform: translateY(-14px) scale(.98); transition: transform .24s ease; }
.vf-search-overlay.is-open .vf-search-panel { transform: translateY(0) scale(1); }
.vf-search-panel__close { position: absolute; top: 18px; right: 18px; width: 40px; height: 40px; display: grid; place-items: center; color: #68758a; border: 1px solid #dce4ef; border-radius: 50%; background: #fff; font-size: 27px; line-height: 1; cursor: pointer; }
.vf-search-panel__head { display: flex; align-items: center; gap: 16px; padding-right: 48px; }
.vf-search-panel__icon { flex: 0 0 54px; width: 54px; height: 54px; display: grid; place-items: center; color: #fff; border-radius: 16px; background: linear-gradient(145deg,var(--vf-blue),#0848b8); box-shadow: 0 12px 28px rgba(20,100,244,.25); }
.vf-search-panel__icon .vf-icon { width: 25px; }
.vf-search-panel__head small { color: var(--vf-blue); font-weight: 800; letter-spacing: .13em; }
.vf-search-panel__head h2 { margin: 3px 0 4px; color: var(--vf-navy); font-size: clamp(24px,3vw,32px); line-height: 1.2; letter-spacing: -.025em; }
.vf-search-panel__head p { margin: 0; color: #6c788c; }
.vf-global-search { display: grid; grid-template-columns: minmax(0,1fr) auto; gap: 10px; margin-top: 24px; }
.vf-global-search__field { position: relative; display: flex; align-items: center; }
.vf-global-search__field > .vf-icon, .vf-global-search__field > .icon { position: absolute; left: 16px; width: 20px; color: #718097; pointer-events: none; }
.vf-global-search__field input { width: 100%; height: 56px; padding: 0 52px 0 47px; color: var(--vf-navy); border: 1px solid #cdd8e7; border-radius: 12px; outline: 0; background: #f8fafc; font: inherit; font-weight: 600; transition: .18s ease; }
.vf-global-search__field input:focus { border-color: var(--vf-blue); background: #fff; box-shadow: 0 0 0 4px rgba(20,100,244,.1); }
.vf-global-search .vf-button { min-width: 148px; border: 0; }
.vf-global-search__spinner { position: absolute; right: 17px; width: 19px; height: 19px; display: none; border: 2px solid #c8d7ed; border-top-color: var(--vf-blue); border-radius: 50%; animation: vf-lead-spin .7s linear infinite; }
.vf-global-search.is-loading .vf-global-search__spinner { display: block; }
.vf-search-status { margin-top: 12px; color: #7a8799; }
.vf-search-status[data-state=error] { color: #b22635; }
.vf-search-status[data-state=success] { color: #087346; }
.vf-search-suggestions { display: grid; gap: 8px; margin-top: 16px; }
.vf-search-suggestion { display: grid; grid-template-columns: 62px minmax(0,1fr) auto; align-items: center; gap: 13px; padding: 9px; color: inherit; border: 1px solid #e0e7f0; border-radius: 12px; background: #fff; transition: border-color .18s ease,transform .18s ease,box-shadow .18s ease; }
.vf-search-suggestion:hover { transform: translateY(-1px); border-color: #9dbdf5; box-shadow: 0 10px 24px rgba(7,26,61,.08); }
.vf-search-suggestion img { width: 62px; height: 48px; object-fit: contain; border-radius: 8px; background: #f2f6fb; }
.vf-search-suggestion > span { min-width: 0; display: grid; gap: 3px; }
.vf-search-suggestion strong { overflow: hidden; color: var(--vf-navy); text-overflow: ellipsis; white-space: nowrap; }
.vf-search-suggestion small { overflow: hidden; color: #7a8799; text-overflow: ellipsis; white-space: nowrap; }
.vf-search-suggestion b { color: var(--vf-blue); white-space: nowrap; }
.vf-search-panel__all { display: flex; align-items: center; justify-content: center; gap: 7px; margin-top: 17px; padding-top: 16px; color: var(--vf-blue); border-top: 1px solid #e6ebf2; font-weight: 800; }
.vf-search-panel__all .vf-icon { width: 17px; }
body.is-search-open { overflow: hidden; }

/* Search result page */
.search-page-hero { padding: clamp(48px,7vw,78px) 0; color: #fff; background: radial-gradient(circle at 82% 18%,rgba(54,137,255,.42),transparent 28%),linear-gradient(135deg,#092e69,#061a3b); }
.search-page-hero__inner { display: grid; grid-template-columns: minmax(0,.85fr) minmax(420px,1.15fr); align-items: center; gap: clamp(30px,5vw,70px); }
.search-page-hero .eyebrow { color: #83b8ff; }
.search-page-hero h1 { max-width: 580px; margin: 8px 0 12px; color: #fff; font-size: clamp(34px,5vw,54px); line-height: 1.08; }
.search-page-hero__inner > div > p:last-child { max-width: 610px; margin: 0; color: #c5d6ee; line-height: 1.65; }
.search-page-form { padding: clamp(22px,3vw,30px); border: 1px solid rgba(255,255,255,.18); border-radius: 18px; background: rgba(255,255,255,.1); box-shadow: 0 20px 50px rgba(0,0,0,.18); backdrop-filter: blur(8px); }
.search-page-form label { display: block; margin-bottom: 8px; color: #e4efff; font-weight: 700; }
.search-page-form > div { display: grid; grid-template-columns: auto minmax(0,1fr) auto; align-items: center; overflow: hidden; padding-left: 15px; border-radius: 11px; background: #fff; }
.search-page-form > div > span { color: #718097; }
.search-page-form > div > span .vf-icon { width: 20px; }
.search-page-form input { width: 100%; height: 56px; min-width: 0; padding: 0 12px; color: var(--vf-navy); border: 0; outline: 0; font: inherit; font-weight: 600; }
.search-page-form button { position: relative; height: 46px; min-width: 142px; display: flex; align-items: center; justify-content: center; gap: 7px; margin-right: 5px; color: #fff; border: 0; border-radius: 8px; background: var(--vf-blue); font-weight: 800; cursor: pointer; }
.search-page-form button .vf-icon { width: 17px; }
.search-page-form button i { width: 20px; height: 20px; display: none; border: 2px solid rgba(255,255,255,.4); border-top-color: #fff; border-radius: 50%; animation: vf-lead-spin .7s linear infinite; }
.search-page-form.is-loading button span,.search-page-form.is-loading button > .vf-icon { display: none; }
.search-page-form.is-loading button i { display: block; }
.search-results-page { background: #f5f7fb; }
.search-results-head { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin-bottom: 24px; padding-bottom: 18px; border-bottom: 1px solid #dfe6f0; }
.search-results-head p { margin: 0 0 4px; color: var(--vf-blue); font-weight: 800; letter-spacing: .12em; }
.search-results-head h2 { margin: 0; color: var(--vf-navy); font-size: 28px; }
.search-results-head > span { color: #6d798c; }
.search-welcome-state,.search-empty-state { max-width: 720px; margin: 0 auto; padding: clamp(38px,6vw,70px) 24px; text-align: center; border: 1px dashed #b9c9df; border-radius: 16px; background: #fff; }
.search-welcome-state > span,.search-empty-state > span { width: 64px; height: 64px; display: grid; place-items: center; margin: 0 auto 16px; color: var(--vf-blue); border-radius: 50%; background: #edf4ff; }
.search-welcome-state .vf-icon,.search-empty-state .vf-icon { width: 29px; }
.search-welcome-state h2,.search-empty-state h2 { margin: 0 0 8px; color: var(--vf-navy); font-size: 27px; }
.search-welcome-state p,.search-empty-state p { max-width: 560px; margin: 0 auto; color: #6d798c; line-height: 1.65; }
.search-empty-state .vf-button { margin-top: 20px; }
.search-category-suggestions { margin-top: 34px; padding: 20px; border: 1px solid #dfe6f0; border-radius: 14px; background: #fff; }
.search-category-suggestions > strong { display: block; margin-bottom: 12px; color: var(--vf-navy); }
.search-category-suggestions > div { display: flex; flex-wrap: wrap; gap: 8px; }
.search-category-suggestions a { padding: 9px 13px; color: #4e5d73; border: 1px solid #d7e0ec; border-radius: 999px; background: #f8fafc; font-weight: 700; }
.search-category-suggestions a:hover { color: #fff; border-color: var(--vf-blue); background: var(--vf-blue); }
.post-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 20px; }
.post-card { min-width: 0; overflow: hidden; border: 1px solid var(--vf-border); border-radius: 13px; background: #fff; transition: .22s ease; }
.post-card:hover { border-color: #bad0f5; box-shadow: var(--vf-shadow); transform: translateY(-3px); }
.post-card__image { display: block; overflow: hidden; background: #eaf0f8; }
.post-card__image img { width: 100%; aspect-ratio: 16/9; object-fit: cover; transition: transform .35s ease; }
.post-card:hover .post-card__image img { transform: scale(1.045); }
.post-card__body { padding: 18px; }
.post-card .eyebrow { margin: 0 0 7px; color: var(--vf-blue); font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.post-card h2, .post-card h3 { margin: 0 0 9px; color: var(--vf-navy); font-size: 21px; line-height: 1.4; }
.post-card h3 { font-size: 18px; }
.post-card__body > p:not(.eyebrow) { min-height: 76px; margin-bottom: 15px; color: var(--vf-muted); line-height: 1.7; }
.post-card__meta { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding-top: 12px; border-top: 1px solid #edf0f5; color: var(--vf-muted); }
.post-card__meta a { display: inline-flex; align-items: center; gap: 5px; color: var(--vf-blue); font-weight: 600; }
.post-card__meta .vf-icon { width: 15px; height: 15px; }
.post-card--featured { grid-column: span 2; display: grid; grid-template-columns: 1.15fr 1fr; }
.post-card--featured .post-card__image img { height: 100%; aspect-ratio: auto; }
.post-card--featured .post-card__body { display: flex; flex-direction: column; justify-content: center; padding: 28px; }
.post-card--featured h2 { font-size: 28px; }
.post-detail-meta { display: flex; gap: 18px; margin: -2px 0 22px; color: #aec4e1; }
.post-detail-intro { display: grid; grid-template-columns: minmax(360px,1.1fr) 1fr; align-items: center; gap: 28px; margin-top: 24px; }
.post-detail-intro__image { padding: 0; overflow: hidden; border: 1px solid rgba(255,255,255,.18); border-radius: 13px; background: transparent; }
.post-detail-intro__image img { width: 100%; aspect-ratio: 16/9; object-fit: cover; }
.post-detail-intro > p { margin: 0; color: #d2deef; font-size: 18px; line-height: 1.75; }
.post-detail-layout { max-width: 970px; }
.post-detail-article { color: #28364d; font-size: 17px; line-height: 1.85; }
.post-detail-article > :first-child { margin-top: 0; }
.post-detail-article h2 { margin: 38px 0 14px; color: var(--vf-navy); font-size: 32px; }
.post-detail-article h3 { margin: 30px 0 12px; color: var(--vf-navy); font-size: 24px; }
.post-detail-article p, .post-detail-article ul, .post-detail-article ol { margin-bottom: 18px; }
.post-detail-article img { display: block; max-width: 100%; height: auto; margin: 28px auto; border-radius: 12px; }
.post-detail-article blockquote { margin: 25px 0; padding: 18px 22px; color: var(--vf-navy); border-left: 4px solid var(--vf-blue); background: #f1f6ff; font-weight: 600; }
.post-related-section { padding: 44px 0 58px; background: var(--vf-soft); }
.post-related-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; margin-bottom: 20px; }
.post-related-head span { color: var(--vf-blue); font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.post-related-head h2 { margin: 3px 0 0; color: var(--vf-navy); font-size: 30px; }
.post-related-head > a { display: inline-flex; align-items: center; gap: 6px; color: var(--vf-blue); font-weight: 600; }
.post-related-head .vf-icon { width: 17px; height: 17px; }
.post-grid--related .post-card__body time { color: var(--vf-muted); }
.post-image-lightbox { position: fixed; inset: 0; z-index: 120; display: none; place-items: center; padding: 30px; background: rgba(3,13,32,.88); }
.post-image-lightbox.is-open { display: grid; }
.post-image-lightbox__figure { position: relative; max-width: 1100px; margin: 0; }
.post-image-lightbox__figure img { max-height: 82vh; border-radius: 10px; }
.post-image-lightbox__close { position: absolute; top: -17px; right: -17px; width: 40px; height: 40px; color: #fff; border: 0; border-radius: 50%; background: var(--vf-blue); font-size: 25px; }
.post-image-lightbox figcaption { margin-top: 8px; color: #dbe6f5; text-align: center; }
input, select, textarea { border-color: var(--vf-border); }

@media (max-width: 1180px) {
    .product-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
    .post-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
}

@media (max-width: 920px) {
    .vf-container, .container { width: min(calc(100% - 32px), var(--vf-container)); }
    .catalog-subcategories__head { align-items: flex-start; }
    .catalog-subcategories__head p { max-width: 340px; white-space: normal; }
    .catalog-subcategories__grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
    .product-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
    .post-card--featured { grid-column: 1 / -1; }
}

@media (max-width: 640px) {
    html { scroll-padding-top: 81px; }
    body { }
    .vf-container, .container { width: min(calc(100% - 24px), var(--vf-container)); }
    .vf-section { padding: 43px 0; }
    .vf-section--tight { padding: 14px 0; }
    .vf-section-heading h2 { font-size: 34px; }
    .vf-section-heading--row { align-items: flex-end; }
    .page-hero { padding: 45px 0 40px; }
    .page-hero .section-heading h1 { font-size: 40px; }
    .catalog-subcategories { padding-top: 26px; }
    .catalog-subcategories__head { display: grid; gap: 7px; }
    .catalog-subcategories__head p { text-align: left; }
    .catalog-subcategories__grid { grid-template-columns: 1fr; }
    .catalog-mobile-filter-button { width: 100%; min-height: 48px; display: flex; align-items: center; justify-content: center; gap: 8px; margin-bottom: 14px; color: #fff; border: 0; border-radius: 8px; background: var(--vf-blue); font-weight: 700; }
    .catalog-mobile-filter-button .icon { width: 20px; height: 20px; }
    .catalog-filter-bar { display: none; }
    .catalog-filter-bar.is-desktop-open { display: none; }
    .catalog-filter-bar.is-mobile-open { position: fixed; inset: 0; z-index: 100; display: block; padding: 14px; overflow-y: auto; background: rgba(3,17,42,.58); }
    .catalog-filter-sheet { min-height: 100%; padding: 18px; }
    .catalog-filter-close { width: 36px; height: 36px; display: grid; place-items: center; color: var(--vf-navy); border: 0; border-radius: 50%; background: #edf2f9; font-size: 24px; }
    .catalog-filter-bar__actions > .catalog-clear-link { display: none; }
    .catalog-chip-row { display: grid; }
    .filter-chip-dropdown > summary, .filter-sale-chip { width: 100%; justify-content: space-between; }
    .filter-chip-dropdown__panel { position: static; min-width: 0!important; max-height: none; margin-top: 7px; box-shadow: none; }
    .filter-chip-dropdown__panel--grid { grid-template-columns: 1fr; }
    .catalog-filter-search label { grid-template-columns: 1fr; }
    .catalog-filter-mobile-actions { display: flex; justify-content: flex-end; margin-top: 14px; }
    .catalog-toolbar { align-items: flex-end; }
    .catalog-toolbar h2 { font-size: 21px; }
    .catalog-toolbar select { min-width: 150px; }
    .catalog-sort-buttons { width: 100%; justify-content: flex-start; }
    .catalog-sort-button { flex: 1 1 calc(50% - 4px); }
    .product-grid { grid-template-columns: repeat(2, minmax(0,1fr)); gap: 10px; }
    .product-card__body { padding: 12px; }
    .product-card h3 { min-height: 45px; }
    .product-card__desc { display: none; }
    .product-card__price strong { font-size: 18px; }
    .product-card__actions { grid-template-columns: minmax(0,1fr) 44px; }
    .product-card .product-card__actions .button { overflow: hidden; padding-inline: 5px; font-size: 10px; white-space: nowrap; }
    .product-card .product-card__action-label { min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
    .product-card .product-card__actions .icon { width: 14px; height: 14px; flex: 0 0 14px; }
    .product-card__actions .button--light { display: inline-flex; }
    .compare-link--card { display: flex; }
    .product-card--home .product-card__actions { grid-template-columns: minmax(0,1fr) 44px; }
    .product-card--vehicle .product-card__body { padding: 15px; }
    .product-card--vehicle h3 { font-size: 20px; }
    .product-card--vehicle .product-card__price strong { font-size: 21px; }
    .product-card__specs { gap: 8px; }
    .product-card__spec { grid-template-columns: 26px minmax(0,1fr); gap: 6px; }
    .product-card__spec-icon { width: 26px; height: 26px; }
    .product-card--vehicle .product-card__actions { grid-template-columns: minmax(0,1fr) 44px; }
    .product-card--vehicle .product-card__actions .button--light { display: inline-flex; }
    .post-search-form { grid-template-columns: 1fr; }
    .post-grid { grid-template-columns: 1fr; }
    .post-card--featured { display: block; }
    .post-card--featured .post-card__image img { height: auto; aspect-ratio: 16/9; }
    .post-card--featured .post-card__body { padding: 18px; }
    .post-card--featured h2 { font-size: 22px; }
    .post-detail-intro { grid-template-columns: 1fr; gap: 18px; }
    .post-detail-intro > p { }
    .post-detail-article { }
    .post-detail-article h2 { font-size: 27px; }
    .post-related-head { align-items: flex-end; }
}

@media (min-width: 391px) and (max-width: 640px) {
    :is(.product-card--home, .product-card--catalog) { border-radius: 12px; }
    :is(.product-card--home, .product-card--catalog) .product-card__body { padding: 9px; }
    :is(.product-card--home, .product-card--catalog) .product-card__rating { min-height: 20px; padding-inline: 9px; }
    :is(.product-card--home, .product-card--catalog) .product-card__rating .rating { font-size: 11px; }
    :is(.product-card--home, .product-card--catalog) .product-card__meta {
        display: -webkit-box;
        overflow: hidden;
        margin-bottom: 4px!important;
        font-size: 12px;
        line-height: 1.45;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }
    :is(.product-card--home, .product-card--catalog) .product-card__promo-row {
        display: flex;
        flex-wrap: nowrap;
        align-items: center;
        gap: 3px;
        margin-bottom: 5px;
    }
    :is(.product-card--home, .product-card--catalog) .product-card__promo {
        min-width: 0;
        min-height: 20px;
        flex: 0 1 auto;
        justify-content: center;
        overflow: hidden;
        gap: 1px;
        padding: 1px 3px;
        border-radius: 5px;
        font-size: 8px;
        line-height: 1.2;
    }
    :is(.product-card--home, .product-card--catalog) .product-card__promo .icon { width: 9px; height: 9px; flex: 0 0 9px; }
    :is(.product-card--home, .product-card--catalog) .product-card__promo-text { font-size: 0; }
    :is(.product-card--home, .product-card--catalog) .product-card__promo-text::after { content: attr(data-mobile-label); font-size: 8px; }
    :is(.product-card--home, .product-card--catalog) h3 {
        min-height: 0;
        margin-bottom: 4px;
        font-size: 15px;
        line-height: 1.45;
    }
    :is(.product-card--home, .product-card--catalog) .rating {
        min-height: 22px;
        align-items: center;
        flex-wrap: nowrap;
        gap: 1px 4px;
        margin-bottom: 5px;
        font-size: 10px;
        line-height: 1.35;
    }
    :is(.product-card--home, .product-card--catalog) .rating__stars { flex: 0 0 auto; white-space: nowrap; }
    :is(.product-card--home, .product-card--catalog) .product-card__price { gap: 3px; margin-bottom: 6px; padding-top: 6px; }
    :is(.product-card--home, .product-card--catalog) .product-card__price strong { font-size: 18px; white-space: nowrap; }
    :is(.product-card--home, .product-card--catalog) .product-card__stock { font-size: 11px; }
    :is(.product-card--home, .product-card--catalog) .product-card__actions { gap: 5px; }
    :is(.product-card--home, .product-card--catalog) .product-card__actions .button,
    :is(.product-card--home, .product-card--catalog) .compare-link--card {
        min-height: 38px;
        font-size: 10px;
    }
    :is(.product-card--home, .product-card--catalog) .product-card__actions .button { overflow: hidden; padding-inline: 5px; white-space: nowrap; }
    :is(.product-card--home, .product-card--catalog) .product-card__action-label { min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
    :is(.product-card--home, .product-card--catalog) .product-card__actions .icon,
    :is(.product-card--home, .product-card--catalog) .compare-link--card .icon { width: 14px; height: 14px; flex: 0 0 14px; }
}

@media (max-width: 390px) {
    .product-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
    .product-card__desc { display: block; }
}

.site-content-block { display: grid; gap: 18px; }
.site-content-block__image { margin: 0; overflow: hidden; border-radius: 12px; background: #f2f5f9; }
.site-content-block__image img { display: block; width: 100%; height: auto; max-height: 480px; object-fit: cover; }
.site-content-block__body > :last-child { margin-bottom: 0; }

/* About page */
.about-story-hero { position: relative; isolation: isolate; min-height: 590px; display: flex; align-items: center; overflow: hidden; color: #fff; background: #061734; }
.about-story-hero::before { content: ""; position: absolute; z-index: -2; inset: 0; background-image: var(--about-hero-image); background-size: cover; background-position: center 62%; transform: scale(1.015); }
.about-story-hero::after { content: ""; position: absolute; z-index: -1; inset: 0; background: linear-gradient(90deg, rgba(3,18,43,.97) 0%, rgba(5,27,62,.91) 43%, rgba(5,25,57,.48) 72%, rgba(4,19,44,.56) 100%); }
.about-story-hero__inner { display: grid; grid-template-columns: minmax(0,1.05fr) minmax(350px,.72fr); align-items: center; gap: clamp(44px,7vw,94px); padding-block: clamp(74px,8vw,104px); }
.about-story-hero__content { max-width: 690px; }
.about-story-hero .eyebrow { margin-bottom: 13px; color: #7eb5ff; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.about-story-hero h1 { max-width: 680px; margin: 0 0 20px; color: #fff; font-size: clamp(45px,5.3vw,68px); line-height: 1.04; letter-spacing: -.045em; }
.about-story-hero__lead { max-width: 650px; margin: 0; color: rgba(255,255,255,.8); font-size: clamp(17px,1.6vw,20px); line-height: 1.72; }
.about-story-hero__actions { margin-top: 30px; }
.about-story-hero__actions .site-content-block, .about-story-hero__actions .site-content-block__body { display: block; }
.about-story-hero__actions p { display: flex; flex-wrap: wrap; gap: 12px; margin: 0; }
.about-story-hero__actions a { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; padding-inline: 25px; color: #fff; border: 1px solid transparent; border-radius: 7px; background: var(--vf-blue); box-shadow: 0 8px 20px rgba(20,100,244,.24); font-weight: 700; text-decoration: none; transition: .22s ease; }
.about-story-hero__actions a + a { color: #fff; border-color: rgba(255,255,255,.42); background: rgba(255,255,255,.08); box-shadow: none; backdrop-filter: blur(10px); }
.about-story-hero__actions a:hover { color: #fff; background: var(--vf-blue-dark); transform: translateY(-1px); }
.about-story-hero__actions a + a:hover { border-color: #fff; background: rgba(255,255,255,.16); }
.about-story-hero__actions a:focus-visible { outline: 3px solid rgba(126,181,255,.48); outline-offset: 3px; }
.about-story-hero__panel { padding: clamp(25px,3.3vw,38px); border: 1px solid rgba(255,255,255,.22); border-radius: 18px; background: rgba(7,26,61,.66); box-shadow: 0 26px 70px rgba(0,0,0,.3); backdrop-filter: blur(15px); }
.about-story-hero__panel-label { margin: 0 0 10px; color: #7eb5ff; font-weight: 800; letter-spacing: .17em; text-transform: uppercase; }
.about-story-hero__panel h2 { margin: 0 0 24px; color: #fff; font-size: clamp(25px,2.5vw,34px); line-height: 1.22; letter-spacing: -.025em; }
.about-story-hero__badges .site-content-block { gap: 0; }
.about-story-hero__badges ul { display: grid; gap: 0; margin: 0; padding: 0; list-style: none; }
.about-story-hero__badges li, .about-story-hero__badges .site-content-block__body > div { position: relative; display: grid; gap: 2px; min-height: 66px; align-content: center; padding: 13px 12px 13px 46px; color: rgba(255,255,255,.7); border-top: 1px solid rgba(255,255,255,.13); line-height: 1.45; }
.about-story-hero__badges li::before, .about-story-hero__badges .site-content-block__body > div::before { content: ""; position: absolute; left: 10px; top: 50%; width: 22px; height: 22px; border: 1px solid rgba(126,181,255,.65); border-radius: 50%; background: radial-gradient(circle, #7eb5ff 0 3px, transparent 4px); transform: translateY(-50%); }
.about-story-hero__badges strong { display: block; color: #fff; }
.about-story-section { position: relative; padding: clamp(66px,7vw,94px) 0; }
.about-story-section--intro { background: linear-gradient(180deg,#fff 0%,#f8faff 100%); }
.about-story-intro { display: grid; grid-template-columns: minmax(300px,.82fr) minmax(0,1.18fr); align-items: start; gap: clamp(34px,6vw,80px); }
.about-story-heading { position: sticky; top: 112px; }
.about-story-heading .eyebrow, .about-story-process__head .eyebrow, .about-story-commitments__content > .eyebrow { margin-bottom: 10px; color: var(--vf-blue); font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.about-story-heading h2 { margin: 0 0 20px; color: var(--vf-navy); font-size: clamp(34px,4vw,48px); line-height: 1.13; letter-spacing: -.038em; }
.about-story-heading > p:last-child { max-width: 520px; margin: 0; color: var(--vf-muted); line-height: 1.8; }
.about-page-content.product-description--detail { max-width: none; padding: clamp(30px,4vw,48px); border-color: #dce5f2; border-radius: 20px; box-shadow: 0 20px 56px rgba(7,26,61,.08); }
.about-page-content > :first-child { margin-top: 0; }
.about-page-content > :last-child { margin-bottom: 0; }
.about-page-content h2 { margin: 34px 0 13px; color: var(--vf-navy); font-size: clamp(24px,2.5vw,31px); line-height: 1.25; letter-spacing: -.02em; }
.about-page-content h2:first-child { margin-top: 0; }
.about-page-content h3 { margin-top: 26px; color: var(--vf-navy); font-size: 21px; }
.about-page-content p, .about-page-content li { color: #56647a; line-height: 1.82; }
.about-page-content ul, .about-page-content ol { display: grid; gap: 9px; padding-left: 22px; }
.about-story-process { margin-top: clamp(64px,8vw,102px); padding-top: clamp(50px,6vw,72px); border-top: 1px solid #dfe6f1; }
.about-story-process__head { max-width: 680px; margin-bottom: 30px; }
.about-story-process__head h2 { margin: 0; color: var(--vf-navy); font-size: clamp(32px,4vw,44px); letter-spacing: -.035em; }
.about-story-process__grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 18px; }
.about-story-step { position: relative; overflow: hidden; min-height: 270px; padding: 30px; border: 1px solid #dce5f2; border-radius: 16px; background: #fff; box-shadow: 0 13px 34px rgba(7,26,61,.055); }
.about-story-step::after { content: ""; position: absolute; width: 130px; height: 130px; right: -70px; bottom: -70px; border-radius: 50%; background: rgba(20,100,244,.06); }
.about-story-step__number { position: absolute; top: 24px; right: 25px; color: #dce8fb; font-size: 42px; font-weight: 800; line-height: 1; letter-spacing: -.05em; }
.about-story-step__icon { width: 52px; height: 52px; display: grid; place-items: center; margin-bottom: 24px; color: var(--vf-blue); border-radius: 14px; background: #eaf2ff; }
.about-story-step__icon .vf-icon { width: 27px; height: 27px; }
.about-story-step h3 { margin: 0 0 10px; color: var(--vf-navy); font-size: 22px; letter-spacing: -.015em; }
.about-story-step p { margin: 0; color: var(--vf-muted); line-height: 1.72; }
.about-story-section--support { padding-block: clamp(58px,6vw,78px); background: #eef3fa; }
.about-story-support { display: grid; grid-template-columns: minmax(0,1.35fr) minmax(330px,.65fr); gap: 22px; }
.about-story-commitments { display: grid; grid-template-columns: 68px minmax(0,1fr); gap: 23px; padding: clamp(28px,4vw,42px); border: 1px solid #d8e2ef; border-radius: 18px; background: #fff; box-shadow: 0 16px 44px rgba(7,26,61,.07); }
.about-story-commitments__icon { width: 68px; height: 68px; display: grid; place-items: center; color: var(--vf-blue); border-radius: 17px; background: #eaf2ff; }
.about-story-commitments__icon .vf-icon { width: 34px; height: 34px; }
.about-story-commitments .about-page-card h2 { margin: 0 0 18px; color: var(--vf-navy); font-size: clamp(28px,3vw,36px); letter-spacing: -.03em; }
.about-story-commitments .about-page-card ul { display: grid; gap: 12px; margin: 0; padding: 0; list-style: none; }
.about-story-commitments .about-page-card li { position: relative; padding-left: 29px; color: #56647a; line-height: 1.65; }
.about-story-commitments .about-page-card li::before { content: "✓"; position: absolute; left: 0; top: 0; color: var(--vf-blue); font-weight: 800; }
.about-story-contact { position: relative; overflow: hidden; display: grid; grid-template-columns: 58px minmax(0,1fr); align-content: center; gap: 18px; padding: clamp(28px,4vw,42px); color: #fff; border-radius: 18px; background: radial-gradient(circle at 92% 8%,rgba(64,143,255,.42),transparent 32%),linear-gradient(135deg,#061a3d,#0a326f); box-shadow: 0 18px 48px rgba(7,26,61,.18); }
.about-story-contact::after { content: ""; position: absolute; right: -80px; bottom: -100px; width: 210px; height: 210px; border: 1px solid rgba(255,255,255,.12); border-radius: 50%; box-shadow: 0 0 0 42px rgba(255,255,255,.025); }
.about-story-contact__icon { position: relative; z-index: 1; width: 58px; height: 58px; display: grid; place-items: center; color: #fff; border-radius: 15px; background: rgba(255,255,255,.13); }
.about-story-contact__icon .vf-icon { width: 28px; height: 28px; }
.about-story-contact .about-page-card { position: relative; z-index: 1; min-width: 0; }
.about-story-contact .site-content-block { gap: 0; }
.about-story-contact .site-content-block__body { display: grid; gap: 5px; }
.about-story-contact .site-content-block__body > p { margin: 0; color: rgba(255,255,255,.72); }
.about-story-contact .site-content-block__body > strong, .about-story-contact .site-content-block__body > p > strong { color: #fff; font-size: clamp(24px,2.5vw,31px); line-height: 1.2; letter-spacing: -.025em; overflow-wrap: anywhere; }
.about-story-contact a { width: fit-content; margin-top: 8px; color: #fff!important; font-weight: 800; text-decoration: underline!important; text-underline-offset: 4px; }

/* Contact and policy pages */
.contact-hero { position: relative; overflow: hidden; padding: 72px 0; color: #fff; background: radial-gradient(circle at 82% 18%, rgba(20,100,244,.42), transparent 32%), linear-gradient(122deg, #061734 0%, #0a2858 72%, #0b4dcc 140%); }
.contact-hero::after { content: ""; position: absolute; right: -130px; bottom: -230px; width: 520px; height: 520px; border: 1px solid rgba(255,255,255,.12); border-radius: 50%; box-shadow: 0 0 0 70px rgba(255,255,255,.035), 0 0 0 140px rgba(255,255,255,.025); pointer-events: none; }
.contact-hero__inner { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0,1fr) auto; align-items: center; gap: 48px; }
.contact-hero .eyebrow { color: #8db8ff; }
.contact-hero h1 { max-width: 760px; margin: 6px 0 14px; font-size: clamp(40px,5vw,56px); line-height: 1.1; letter-spacing: -.035em; }
.contact-hero__content { max-width: 700px; color: rgba(255,255,255,.78); font-size: 17px; }
.contact-hero__content p { margin: 0; }
.contact-hero__hotline { min-width: 270px; display: grid; gap: 2px; padding: 20px 24px; color: #fff; border: 1px solid rgba(255,255,255,.25); border-radius: 12px; background: rgba(255,255,255,.1); box-shadow: 0 18px 45px rgba(0,0,0,.16); backdrop-filter: blur(12px); }
.contact-hero__hotline span { color: rgba(255,255,255,.7); font-weight: 600; }
.contact-hero__hotline strong { font-size: 25px; letter-spacing: -.02em; }
.contact-page { padding: 64px 0 80px; background: #f5f7fb; }
.contact-layout { display: grid; grid-template-columns: 370px minmax(0,1fr); align-items: start; gap: 28px; }
.contact-info-grid { display: grid; gap: 14px; }
.contact-info-card { display: grid; grid-template-columns: 48px minmax(0,1fr); gap: 15px; padding: 20px; border: 1px solid var(--vf-border); border-radius: 12px; background: #fff; box-shadow: 0 7px 22px rgba(7,26,61,.045); }
.contact-info-icon { width: 48px; height: 48px; display: grid; place-items: center; color: var(--vf-blue); border-radius: 10px; background: #eaf2ff; }
.contact-info-icon svg { width: 24px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.contact-info-card h2 { margin: 0 0 4px; color: var(--vf-navy); font-size: 18px; line-height: 1.3; }
.contact-info-card p { margin: 0; color: var(--vf-muted); line-height: 1.55; }
.contact-info-card a { color: var(--vf-blue); font-weight: 700; }
.contact-form-panel { padding: 34px; border: 1px solid var(--vf-border); border-radius: 14px; background: #fff; box-shadow: var(--vf-shadow); }
.contact-form { display: grid; gap: 20px; }
.contact-form__head h2 { margin: 0 0 6px; color: var(--vf-navy); font-size: 30px; line-height: 1.25; }
.contact-form__head p { margin: 0; color: var(--vf-muted); }
.contact-form__grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 18px; }
.contact-form label { display: grid; gap: 7px; color: var(--vf-navy); font-weight: 700; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; min-height: 50px; padding: 12px 14px; color: var(--vf-text); border: 1px solid #cfd8e7; border-radius: 8px; outline: 0; background: #fff; font: inherit; font-weight: 400; transition: border-color .2s ease, box-shadow .2s ease; }
.contact-form textarea { min-height: 142px; resize: vertical; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: var(--vf-blue); box-shadow: 0 0 0 3px rgba(20,100,244,.12); }
.contact-submit { min-width: 180px; min-height: 50px; justify-self: start; border: 0; border-radius: 8px; font-weight: 700; cursor: pointer; }
.contact-submit__spinner { width: 17px; height: 17px; display: none; margin-right: 7px; border: 2px solid rgba(255,255,255,.45); border-top-color: #fff; border-radius: 50%; animation: contact-spin .7s linear infinite; }
.contact-submit.is-loading .contact-submit__spinner { display: inline-block; }
.frontend-honeypot { position: absolute!important; left: -10000px!important; width: 1px!important; height: 1px!important; overflow: hidden!important; }
.notice { margin-bottom: 20px; padding: 13px 16px; border-radius: 8px; font-weight: 600; }
.notice p { margin: 0; }
.notice--success { color: #126b3a; background: #e7f8ee; border: 1px solid #b9ebcd; }
.notice--error { color: #a52323; background: #fff0f0; border: 1px solid #f3c5c5; }
@keyframes contact-spin { to { transform: rotate(360deg); } }

.static-page-hero .section-heading { max-width: 960px; }
.static-page-intro { margin-top: 30px; }
.static-page { padding: 58px 0 80px; background: #f5f7fb; }
.static-page-article { max-width: 920px; margin: 0 auto; padding: clamp(24px,4vw,52px); border: 1px solid var(--vf-border); border-radius: 14px; background: #fff; box-shadow: var(--vf-shadow); }
.static-page-article > :first-child { margin-top: 0; }
.static-page-article > :last-child { margin-bottom: 0; }
.installment-page-layout { display: grid; grid-template-columns: minmax(0,1.22fr) minmax(360px,.78fr); gap: clamp(24px,3vw,42px); align-items: start; }
.installment-page-content { max-width: none; margin: 0; }
.installment-lead-card { position: sticky; top: 104px; overflow: hidden; padding: clamp(24px,3vw,34px); border: 1px solid #d8e3f3; border-radius: 18px; background: linear-gradient(180deg,#fff 0%,#f8fbff 100%); box-shadow: 0 22px 52px rgba(7,26,61,.12); }
.installment-lead-card::before { content: ""; position: absolute; width: 180px; height: 180px; top: -105px; right: -90px; border-radius: 50%; background: rgba(20,100,244,.08); pointer-events: none; }
.installment-lead-card__head { position: relative; display: flex; align-items: center; gap: 14px; }
.installment-lead-card__icon { flex: 0 0 50px; width: 50px; height: 50px; display: grid; place-items: center; color: #fff; border-radius: 14px; background: linear-gradient(145deg,var(--vf-blue),#0848b8); box-shadow: 0 10px 24px rgba(20,100,244,.25); }
.installment-lead-card__icon .vf-icon { width: 25px; height: 25px; }
.installment-lead-card__head p { margin: 0 0 3px; color: var(--vf-blue); font-weight: 800; letter-spacing: .12em; }
.installment-lead-card__head h2 { margin: 0; color: var(--vf-navy); font-size: clamp(23px,2.4vw,29px); line-height: 1.18; letter-spacing: -.025em; }
.installment-lead-card__intro { margin: 16px 0 22px; color: #657188; line-height: 1.65; }
.vf-installment-form { grid-template-columns: 1fr; gap: 14px; }
.vf-installment-form .vf-lead-modal__alert, .vf-installment-form .installment-form__success { grid-column: 1/-1; margin: 0; }
.installment-form__success { display: flex; align-items: flex-start; gap: 9px; padding: 12px 13px; color: #087346; border: 1px solid #bde8d4; border-radius: 10px; background: #edfbf5; font-weight: 650; line-height: 1.5; }
.installment-form__success[hidden] { display: none!important; }
.installment-form__success .vf-icon { flex: 0 0 18px; width: 18px; margin-top: 1px; }
.installment-lead-card__hotline { display: flex; align-items: center; gap: 10px; margin-top: 20px; padding-top: 18px; color: #6d798d; border-top: 1px solid #e0e7f1; }
.installment-lead-card__hotline > .vf-icon { width: 21px; color: var(--vf-blue); }
.installment-lead-card__hotline span { display: grid; gap: 2px; }
.installment-lead-card__hotline a { color: var(--vf-navy); font-weight: 800; }
.policy-page-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
.policy-page-card { height: 100%; }
.policy-page-card:not(:has(.post-card__image)) .post-card__body { padding-top: 28px; }
.policy-page-card .eyebrow { margin-bottom: 8px; }
.policy-page-card h2 { font-size: 23px; }

@media (max-width: 900px) {
    .search-page-hero__inner { grid-template-columns: 1fr; }
    .about-story-hero__inner { grid-template-columns: 1fr; }
    .about-story-hero__content { max-width: 720px; }
    .about-story-hero__panel { width: min(100%,620px); }
    .about-story-intro { grid-template-columns: 1fr; }
    .about-story-heading { position: static; max-width: 720px; }
    .about-story-process__grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
    .about-story-step:last-child { grid-column: 1/-1; }
    .about-story-support { grid-template-columns: 1fr; }
    .contact-hero { padding: 54px 0; }
    .contact-hero__inner { grid-template-columns: 1fr; gap: 28px; }
    .contact-hero__hotline { width: min(100%,360px); }
    .contact-layout { grid-template-columns: 1fr; }
    .contact-info-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
    .installment-page-layout { grid-template-columns: 1fr; }
    .installment-lead-card { position: relative; top: auto; }
}

@media (max-width: 640px) {
    .vf-search-overlay { align-items: end; padding: 0; }
    .vf-search-panel { width: 100%; max-height: calc(100vh - 12px); max-height: calc(100dvh - 12px); padding: 24px 18px max(22px,env(safe-area-inset-bottom)); border-radius: 22px 22px 0 0; }
    .vf-search-panel__head { align-items: flex-start; padding-right: 38px; }
    .vf-search-panel__icon { flex-basis: 44px; width: 44px; height: 44px; border-radius: 12px; }
    .vf-search-panel__head h2 { font-size: 22px; }
    .vf-search-panel__head p { display: none; }
    .vf-global-search { grid-template-columns: 1fr; }
    .vf-global-search .vf-button { min-height: 50px; }
    .vf-search-suggestion { grid-template-columns: 54px minmax(0,1fr); }
    .vf-search-suggestion img { width: 54px; height: 44px; }
    .vf-search-suggestion b { grid-column: 2; }
    .search-page-hero { padding: 42px 0; }
    .search-page-form { padding: 16px; }
    .search-page-form > div { grid-template-columns: auto minmax(0,1fr); padding-left: 12px; }
    .search-page-form button { grid-column: 1/-1; width: calc(100% + 12px); margin: 0 0 5px -12px; border-radius: 8px; }
    .search-results-head { display: grid; }
    .about-story-hero { min-height: auto; }
    .about-story-hero::before { background-position: 63% center; }
    .about-story-hero::after { background: linear-gradient(90deg,rgba(3,18,43,.97),rgba(5,27,62,.85)); }
    .about-story-hero__inner { gap: 34px; padding-block: 58px; }
    .about-story-hero h1 { font-size: 43px; }
    .about-story-hero__lead { }
    .about-story-hero__actions p { display: grid; grid-template-columns: 1fr; }
    .about-story-hero__actions a { width: 100%; }
    .about-story-hero__panel { padding: 24px 20px; border-radius: 14px; }
    .about-story-hero__panel h2 { font-size: 25px; }
    .about-story-intro { gap: 28px; }
    .about-story-heading h2 { font-size: 34px; }
    .about-page-content.product-description--detail { padding: 26px 20px; border-radius: 15px; }
    .about-story-process__grid { grid-template-columns: 1fr; }
    .about-story-step, .about-story-step:last-child { grid-column: auto; min-height: auto; padding: 25px 22px; }
    .about-story-commitments { grid-template-columns: 1fr; padding: 26px 21px; }
    .about-story-commitments__icon { width: 58px; height: 58px; }
    .about-story-contact { grid-template-columns: 1fr; padding: 28px 22px; }
    .contact-hero { padding: 44px 0; }
    .contact-hero h1 { font-size: 40px; }
    .contact-page { padding: 36px 0 56px; }
    .contact-info-grid, .contact-form__grid, .policy-page-grid { grid-template-columns: 1fr; }
    .contact-form-panel { padding: 22px 18px; }
    .contact-form__head h2 { font-size: 25px; }
    .contact-submit { width: 100%; justify-self: stretch; }
    .static-page { padding: 36px 0 56px; }
    .static-page-article { padding: 22px 18px; }
    .installment-page-layout { gap: 20px; }
    .installment-lead-card { padding: 22px 18px; border-radius: 14px; }
}

@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after { scroll-behavior: auto!important; transition: none!important; animation: none!important; }
}

/* Lead popup — quote and test drive */
/* Fixed product finder, call and Zalo actions */
.vf-floating-contact { position: fixed; z-index: 850; left: 50%; bottom: max(16px,env(safe-area-inset-bottom)); display: flex; align-items: stretch; justify-content: center; gap: 9px; padding: 7px; border: 1px solid rgba(255,255,255,.68); border-radius: 17px; background: rgba(255,255,255,.9); box-shadow: 0 18px 48px rgba(4,31,74,.24); backdrop-filter: blur(16px); transform: translateX(-50%); }
.vf-floating-contact__item { min-width: 176px; min-height: 52px; display: grid; grid-template-columns: 38px minmax(0,1fr); align-items: center; gap: 9px; padding: 7px 13px 7px 8px; color: #fff; border: 1px solid rgba(255,255,255,.28); border-radius: 11px; background: linear-gradient(135deg,#145ef5,#0844b7); box-shadow: 0 7px 18px rgba(4,31,74,.13); text-decoration: none; transition: transform .18s ease,filter .18s ease,box-shadow .18s ease; }
.vf-floating-contact__item--call { background: linear-gradient(135deg,#07956a,#067354); }
.vf-floating-contact__item--zalo { min-width: 154px; background: linear-gradient(135deg,#0879ff,#0758da); }
.vf-floating-contact__item:hover { color: #fff; filter: brightness(1.04); box-shadow: 0 10px 24px rgba(4,31,74,.2); transform: translateY(-2px); }
.vf-floating-contact__item:focus-visible { outline: 3px solid rgba(20,100,244,.3); outline-offset: 3px; }
.vf-floating-contact__icon { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 9px; background: rgba(255,255,255,.14); }
.vf-floating-contact__icon .vf-icon { width: 20px; height: 20px; }
.vf-floating-contact__icon--zalo { font-size: 10px; font-weight: 850; letter-spacing: -.025em; }
.vf-floating-contact__copy { min-width: 0; display: grid; gap: 2px; line-height: 1.15; }
.vf-floating-contact__copy small { overflow: hidden; color: rgba(255,255,255,.76); font-size: 10px; font-weight: 700; letter-spacing: .04em; text-overflow: ellipsis; white-space: nowrap; }
.vf-floating-contact__copy strong { overflow: hidden; color: #fff; font-size: 13px; font-weight: 800; text-overflow: ellipsis; white-space: nowrap; }
.vf-floating-contact__mobile-label { display: none; }

@media (max-width: 600px) {
    .site-footer { padding-bottom: 70px; }
    .vf-floating-contact { width: calc(100% - 16px); bottom: max(8px,env(safe-area-inset-bottom)); display: grid; grid-auto-columns: minmax(0,1fr); grid-auto-flow: column; gap: 5px; padding: 5px; border-radius: 13px; }
    .vf-floating-contact__item { min-width: 0; min-height: 46px; grid-template-columns: 30px minmax(0,1fr); gap: 6px; padding: 5px 7px 5px 5px; border-radius: 9px; box-shadow: 0 4px 12px rgba(4,31,74,.12); }
    .vf-floating-contact__item--zalo { min-width: 0; }
    .vf-floating-contact__icon { width: 30px; height: 30px; border-radius: 7px; }
    .vf-floating-contact__icon .vf-icon { width: 17px; height: 17px; }
    .vf-floating-contact__copy small { display: none; }
    .vf-floating-contact__copy strong { font-size: 11px; text-align: center; }
    .vf-floating-contact__desktop-value { display: none; }
    .vf-floating-contact__mobile-label { display: inline; }
}

.vf-lead-modal { position: fixed; z-index: 1500; inset: 0; display: grid; place-items: center; padding: 24px; visibility: hidden; opacity: 0; transition: opacity .24s ease, visibility .24s ease; }
.vf-lead-modal.is-open { visibility: visible; opacity: 1; }
.vf-lead-modal__backdrop { position: absolute; inset: 0; background: rgba(2,12,31,.76); backdrop-filter: blur(8px); }
.vf-lead-modal__panel { position: relative; display: grid; grid-template-columns: 310px minmax(0,1fr); width: min(920px,100%); max-height: min(760px,calc(100vh - 48px)); overflow: hidden; border: 1px solid rgba(255,255,255,.22); border-radius: 24px; background: #fff; box-shadow: 0 32px 100px rgba(0,0,0,.38); transform: translateY(20px) scale(.975); transition: transform .3s cubic-bezier(.2,.8,.2,1); }
.vf-lead-modal.is-open .vf-lead-modal__panel { transform: translateY(0) scale(1); }
.vf-lead-modal__close { position: absolute; z-index: 3; top: 18px; right: 18px; width: 40px; height: 40px; display: grid; place-items: center; padding: 0 0 3px; color: #66738a; border: 1px solid #e1e7f0; border-radius: 50%; background: rgba(255,255,255,.94); box-shadow: 0 5px 16px rgba(7,26,61,.08); font-size: 27px; line-height: 1; cursor: pointer; transition: .2s ease; }
.vf-lead-modal__close:hover { color: #fff; border-color: var(--vf-blue); background: var(--vf-blue); transform: rotate(90deg); }
.vf-lead-modal__visual { position: relative; display: flex; flex-direction: column; overflow: hidden; padding: 34px 30px 32px; color: #fff; background: radial-gradient(circle at 16% 12%,rgba(61,146,255,.72),transparent 34%),linear-gradient(145deg,#092f6c 0,#061d43 52%,#020e24 100%); }
.vf-lead-modal__visual::before, .vf-lead-modal__visual::after { content: ""; position: absolute; border: 1px solid rgba(255,255,255,.12); border-radius: 50%; }
.vf-lead-modal__visual::before { width: 260px; height: 260px; right: -150px; top: -80px; }
.vf-lead-modal__visual::after { width: 340px; height: 340px; left: -230px; bottom: -210px; }
.vf-lead-modal__brand, .vf-lead-modal__visual-copy, .vf-lead-modal__visual ul { position: relative; z-index: 1; }
.vf-lead-modal__brand { display: flex; align-items: center; gap: 11px; letter-spacing: .15em; font-size: 18px; }
.vf-lead-modal__brand span { width: 36px; height: 30px; display: grid; place-items: center; color: #fff; font-size: 24px; font-weight: 300; transform: scaleX(1.35); }
.vf-lead-modal__visual-copy { margin-top: auto; }
.vf-lead-modal__visual-copy small { display: block; margin-bottom: 12px; color: #80b7ff; font-weight: 800; letter-spacing: .13em; }
.vf-lead-modal__visual-copy h3 { margin: 0 0 14px; font-size: 29px; line-height: 1.2; letter-spacing: -.025em; }
.vf-lead-modal__visual-copy p { margin: 0; color: #b9cbea; line-height: 1.65; }
.vf-lead-modal__visual ul { display: grid; gap: 11px; margin: 28px 0 0; padding: 20px 0 0; border-top: 1px solid rgba(255,255,255,.14); list-style: none; }
.vf-lead-modal__visual li { display: flex; align-items: center; gap: 9px; color: #e0eafa; }
.vf-lead-modal__visual li .vf-icon { width: 16px; color: #66a9ff; }
.vf-lead-modal__content { min-width: 0; min-height: 0; overflow-y: auto; overscroll-behavior-y: contain; -webkit-overflow-scrolling: touch; touch-action: pan-y; padding: 42px 44px 34px; }
.vf-lead-modal__eyebrow { display: block; margin-bottom: 7px; color: var(--vf-blue); font-weight: 800; letter-spacing: .16em; }
.vf-lead-modal__content h2 { margin: 0; padding-right: 38px; color: var(--vf-navy); font-size: clamp(27px,3vw,36px); line-height: 1.17; letter-spacing: -.035em; }
.vf-lead-modal__content > p { max-width: 570px; margin: 10px 0 24px; color: #657188; line-height: 1.6; }
.vf-lead-modal__alert { margin: -10px 0 18px; padding: 11px 13px; color: #a51f2c; border: 1px solid #f2c7cc; border-radius: 9px; background: #fff3f4; line-height: 1.5; }
.vf-lead-modal__form { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 15px 16px; }
.vf-lead-modal__form[hidden] { display: none!important; }
.vf-lead-modal__form label { display: grid; gap: 6px; color: #263750; font-weight: 700; }
.vf-lead-modal__label-text { width: max-content; display: inline-flex; align-items: baseline; gap: 3px; line-height: 1.35; }
.vf-lead-modal__form label em { color: #e33b45; font-style: normal; }
.vf-lead-modal__form input:not([type=checkbox]), .vf-lead-modal__form select, .vf-lead-modal__form textarea { width: 100%; min-width: 0; color: #15243d; border: 1px solid #dbe3ee; border-radius: 10px; background: #f8fafc; outline: none; font: inherit; font-weight: 500; transition: .18s ease; }
.vf-lead-modal__form input:not([type=checkbox]), .vf-lead-modal__form select { height: 46px; padding: 0 13px; }
.vf-lead-modal__form textarea { min-height: 68px; padding: 11px 13px; resize: vertical; }
.vf-lead-modal__form input:focus, .vf-lead-modal__form select:focus, .vf-lead-modal__form textarea:focus { border-color: #6b9ff5; background: #fff; box-shadow: 0 0 0 4px rgba(20,100,244,.1); }
.vf-lead-modal__form [hidden] { display: none!important; }
.vf-lead-modal__note, .vf-lead-modal__consent, .vf-lead-modal__submit, .vf-lead-modal__privacy { grid-column: 1 / -1; }
.vf-lead-modal__consent { display: flex!important; grid-template-columns: 18px minmax(0,1fr); align-items: flex-start; gap: 9px!important; color: #69768b!important; font-weight: 500!important; line-height: 1.45; cursor: pointer; }
.vf-lead-modal__consent input { width: 16px; height: 16px; margin: 0; accent-color: var(--vf-blue); }
.vf-lead-modal__submit { position: relative; min-height: 50px; display: flex; align-items: center; justify-content: center; gap: 9px; color: #fff; border: 0; border-radius: 10px; background: linear-gradient(135deg,#1b72ff,#0956d4); box-shadow: 0 10px 24px rgba(20,100,244,.25); font-weight: 800; letter-spacing: .035em; cursor: pointer; transition: .2s ease; }
.vf-lead-modal__submit:hover { transform: translateY(-1px); box-shadow: 0 14px 30px rgba(20,100,244,.34); }
.vf-lead-modal__submit:disabled { cursor: wait; transform: none; opacity: .92; }
.vf-lead-modal__submit.is-loading [data-lead-submit-label], .vf-lead-modal__submit.is-loading .vf-icon { visibility: hidden; }
.vf-lead-modal__spinner { position: absolute; width: 22px; height: 22px; display: none; border: 2px solid rgba(255,255,255,.38); border-top-color: #fff; border-radius: 50%; animation: vf-lead-spin .72s linear infinite; }
.vf-lead-modal__submit.is-loading .vf-lead-modal__spinner { display: block; }
@keyframes vf-lead-spin { to { transform: rotate(360deg); } }
.vf-lead-modal__submit .vf-icon { width: 18px; }
.vf-lead-modal__privacy { display: flex; align-items: center; justify-content: center; gap: 6px; color: #8590a2; text-align: center; }
.vf-lead-modal__privacy .vf-icon { width: 14px; color: #4d8cef; }
.vf-lead-modal__success { min-height: 430px; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 28px 12px; text-align: center; }
.vf-lead-modal__success[hidden] { display: none!important; }
.vf-lead-modal__success-icon { width: 78px; height: 78px; display: grid; place-items: center; margin-bottom: 22px; color: #fff; border-radius: 50%; background: linear-gradient(145deg,#1fc47a,#0b9b5b); box-shadow: 0 15px 34px rgba(13,164,96,.25); }
.vf-lead-modal__success-icon .vf-icon { width: 38px; height: 38px; stroke-width: 2.5; }
.vf-lead-modal__success h3 { margin: 4px 0 10px; color: var(--vf-navy); font-size: 29px; line-height: 1.25; }
.vf-lead-modal__success p { max-width: 470px; margin: 0; color: #66738a; line-height: 1.65; }
.vf-lead-modal__success > div { display: flex; justify-content: center; gap: 10px; margin-top: 26px; }
.vf-lead-modal__success .vf-button--light { color: var(--vf-navy); border: 1px solid #dbe3ee; background: #fff; }

@media (max-width: 760px) {
    .vf-lead-modal { align-items: end; padding: 0; }
    .vf-lead-modal__panel { grid-template-columns: 1fr; grid-template-rows: auto minmax(0,1fr); width: 100%; height: calc(100vh - 10px); height: calc(100dvh - 10px); max-height: calc(100vh - 10px); max-height: calc(100dvh - 10px); border-radius: 22px 22px 0 0; }
    .vf-lead-modal__visual { min-height: 104px; padding: 22px 68px 20px 22px; }
    .vf-lead-modal__brand { }
    .vf-lead-modal__visual-copy { margin-top: 12px; }
    .vf-lead-modal__visual-copy small, .vf-lead-modal__visual-copy p, .vf-lead-modal__visual ul { display: none; }
    .vf-lead-modal__visual-copy h3 { margin: 0; font-size: 20px; }
    .vf-lead-modal__content { min-height: 0; overflow-y: auto; overscroll-behavior-y: contain; -webkit-overflow-scrolling: touch; touch-action: pan-y; padding: 24px 18px max(22px,env(safe-area-inset-bottom)); }
    .vf-lead-modal__content h2 { font-size: 27px; }
    .vf-lead-modal__content > p { margin: 8px 0 19px; }
    .vf-lead-modal__form { grid-template-columns: 1fr; gap: 12px; }
    .vf-lead-modal__note, .vf-lead-modal__consent, .vf-lead-modal__submit, .vf-lead-modal__privacy { grid-column: auto; }
    .vf-lead-modal__form input:not([type=checkbox]), .vf-lead-modal__form select { height: 45px; }
    .vf-lead-modal__form textarea { min-height: 60px; }
    .vf-lead-modal__success { min-height: 480px; padding-inline: 8px; }
    .vf-lead-modal__success h3 { font-size: 25px; }
    .vf-lead-modal__success > div { width: 100%; flex-direction: column; }
}

/* Product detail — VinFast showroom */
body.is-modal-open { overflow: hidden; }
.product-detail-page { padding: 28px 0 84px; background: linear-gradient(180deg,#f7f9fc 0,#fff 760px); }
.product-detail-page .breadcrumb { display: flex; flex-wrap: wrap; align-items: center; gap: 9px; margin: 0 0 22px; color: #77839a; }
.product-detail-page .breadcrumb a { color: #5d6b82; }
.product-detail-page .breadcrumb a:hover { color: var(--vf-blue); }
.product-detail-page .breadcrumb strong { color: var(--vf-navy); font-weight: 600; }
.product-detail-shell { display: grid; grid-template-columns: minmax(460px,.9fr) minmax(520px,1.1fr); align-items: start; gap: 24px; }
.product-gallery--detail, .product-purchase-panel { border: 1px solid #e0e6f0; border-radius: 18px; background: rgba(255,255,255,.96); box-shadow: 0 16px 45px rgba(7,26,61,.075); }
.product-gallery--detail { position: sticky; top: 94px; min-width: 0; padding: 18px; }
.product-main-image { position: relative; width: 100%; aspect-ratio: 1/1; display: grid; place-items: center; overflow: hidden; padding: 0; border: 0; border-radius: 13px; background: #fff; cursor: grab; touch-action: pan-y; user-select: none; }
.product-main-image.is-dragging { cursor: grabbing; }
.product-main-image::after { display: none; }
.product-main-slider-track { position: absolute; z-index: 1; inset: 0; display: flex; transform: translate3d(0,0,0); transition: transform .42s cubic-bezier(.22,.74,.24,1); will-change: transform; }
.product-main-slide { min-width: 100%; height: 100%; flex: 0 0 100%; display: grid; place-items: center; padding: 18px; background: #fff; }
.product-main-slide img { display: block; width: 100%; height: 100%; object-fit: contain; background: #fff; pointer-events: none; transition: transform .35s ease; }
.product-main-image:not(.is-dragging):hover .product-main-slide.is-active img { transform: scale(1.025); }
.product-main-image__counter { position: absolute; z-index: 3; top: 13px; right: 13px; min-width: 45px; padding: 6px 9px; color: #fff; border-radius: 999px; background: rgba(7,26,61,.7); font-weight: 700; text-align: center; backdrop-filter: blur(8px); pointer-events: none; }
.product-main-image__hint { position: absolute; z-index: 3; right: 14px; bottom: 14px; display: inline-flex; align-items: center; gap: 7px; padding: 8px 11px; color: #fff; border-radius: 999px; background: rgba(7,26,61,.78); font-weight: 600; backdrop-filter: blur(8px); pointer-events: none; }
.product-main-image__hint .icon { width: 16px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.product-thumb-strip { display: grid; grid-template-columns: 36px minmax(0,1fr) 36px; align-items: center; gap: 9px; margin-top: 14px; }
.product-thumb-nav { width: 36px; height: 36px; display: grid; place-items: center; padding: 0; color: var(--vf-navy); border: 1px solid #d5deeb; border-radius: 50%; background: #fff; cursor: pointer; }
.product-thumb-nav:hover { color: #fff; border-color: var(--vf-blue); background: var(--vf-blue); }
.product-thumb-nav .icon { width: 18px; fill: none; stroke: currentColor; stroke-width: 2; }
.product-thumbs--image { display: flex; gap: 10px; min-width: 0; overflow-x: auto; scroll-snap-type: x proximity; scrollbar-width: none; }
.product-thumbs--image::-webkit-scrollbar { display: none; }
.product-thumbs--image > button { position: relative; flex: 0 0 72px; width: 72px; height: 72px; aspect-ratio: 1/1; overflow: hidden; padding: 3px; border: 1px solid #dbe3ee; border-radius: 9px; background: #fff; cursor: pointer; scroll-snap-align: center; transition: border-color .2s ease,box-shadow .2s ease; }
.product-thumbs--image > button.is-active { border-color: var(--vf-blue); box-shadow: 0 0 0 2px rgba(20,100,244,.13); }
.product-thumbs--image img { width: 100%; height: 100%; display: block; object-fit: contain; border-radius: 6px; background: #fff; }
.product-thumb-zoom { display: none; }
.product-purchase-panel { padding: 28px; }
.product-purchase-panel > .eyebrow { margin: 0 0 7px; color: var(--vf-blue); font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.product-purchase-panel h1 { margin: 0; color: var(--vf-navy); font-size: clamp(38px,4vw,50px); line-height: 1.08; letter-spacing: -.04em; }
.product-proof-row { width: fit-content; max-width: 100%; min-height: 48px; display: flex; flex-wrap: wrap; align-items: center; gap: 0; margin-top: 16px; padding: 9px 14px; border: 1px solid #dfe7f2; border-radius: 13px; background: linear-gradient(135deg,#fbfdff 0%,#f5f8fd 100%); box-shadow: 0 7px 22px rgba(7,26,61,.055); }
.rating--detail { min-height: 28px; display: flex; align-items: center; gap: 8px; margin: 0; padding: 0; color: #56657c; border: 0; border-radius: 0; background: transparent; box-shadow: none; }
.rating--detail .rating__stars { color: #f2a000; letter-spacing: 1px; line-height: 1; }
.rating--detail a { color: #155ed7; font-weight: 700; text-decoration: none; }
.rating--detail a:hover { color: #0a49b1; text-decoration: underline; text-underline-offset: 3px; }
.product-proof-row > .stock-line,
.product-proof-row > .product-detail-code { margin-left: 14px; padding-left: 14px; border-left: 1px solid #d9e2ef; }
.stock-line { display: inline-flex; align-items: center; gap: 7px; color: #1b7143; }
.stock-dot { width: 8px; height: 8px; border-radius: 50%; background: #a0aabb; }
.stock-dot--on { background: #24a666; box-shadow: 0 0 0 4px rgba(36,166,102,.12); }
.product-detail-code { min-height: 28px; display: inline-flex; align-items: center; gap: 6px; color: #66758b; background: transparent; font-size: 13px; line-height: 1.25; white-space: nowrap; }
.product-detail-code strong { color: #123a72; font-weight: 800; letter-spacing: .045em; }
.product-info-badge { min-height: 36px; display: inline-flex; align-items: center; gap: 6px; padding: 7px 11px; color: #0d56ce; border: 1px solid #c9dcff; border-radius: 999px; background: linear-gradient(135deg,#eef5ff,#e2edff); font-weight: 750; box-shadow: 0 5px 16px rgba(20,100,244,.08); }
.product-info-badge .icon { width: 15px; height: 15px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.product-detail-lead { margin: 17px 0 0; color: #5c6980; line-height: 1.65; }
.product-detail-highlights { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 10px; margin-top: 20px; }
.product-detail-highlight { min-width: 0; display: grid; grid-template-columns: 38px minmax(0,1fr); align-items: center; gap: 10px; padding: 12px; border: 1px solid #e1e7f1; border-radius: 11px; background: #f8faff; }
.product-detail-highlight__icon { width: 38px; height: 38px; display: grid; place-items: center; color: var(--vf-blue); border-radius: 9px; background: #e8f1ff; }
.product-detail-highlight__icon .icon { width: 20px; height: 20px; }
.product-detail-highlight span:last-child { min-width: 0; display: grid; gap: 2px; }
.product-detail-highlight small { overflow: hidden; color: #77849a; font-weight: 600; line-height: 1.2; text-overflow: ellipsis; white-space: nowrap; }
.product-detail-highlight strong { overflow: hidden; color: var(--vf-navy); line-height: 1.25; text-overflow: ellipsis; white-space: nowrap; }
.product-service-support { margin-top: 18px; padding: 14px 16px; color: #516078; border-left: 3px solid var(--vf-blue); border-radius: 0 10px 10px 0; background: #f4f7fc; }
.product-service-support :first-child { margin-top: 0; }
.product-service-support :last-child { margin-bottom: 0; }
.product-vehicle-categories { margin-top: 18px; padding: 14px; border: 1px solid #dfe6f1; border-radius: 12px; background: #f8faff; }
.product-vehicle-categories__head { display: flex; align-items: center; justify-content: space-between; gap: 14px; margin-bottom: 10px; }
.product-vehicle-categories__head strong { color: var(--vf-navy); }
.product-vehicle-categories__list { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 7px; }
.product-vehicle-category { min-width: 0; display: grid; gap: 2px; padding: 9px 10px; color: #58677e; border: 1px solid #dce4f0; border-radius: 8px; background: #fff; transition: border-color .2s ease,background .2s ease,transform .2s ease; }
.product-vehicle-category:hover { border-color: #8db2f6; background: #f1f6ff; transform: translateY(-1px); }
.product-vehicle-category.is-active { color: #0b55d1; border-color: #75a4fa; background: #eaf2ff; box-shadow: 0 0 0 2px rgba(20,100,244,.08); }
.product-vehicle-category span { overflow: hidden; font-weight: 700; text-overflow: ellipsis; white-space: nowrap; }
.product-vehicle-category strong { overflow: hidden; color: inherit; font-weight: 600; text-overflow: ellipsis; white-space: nowrap; }
.product-price-box { position: relative; margin-top: 20px; padding: 18px; border-radius: 12px; background: linear-gradient(135deg,#071a3d,#0a2b62); color: #fff; }
.product-price-box > span { display: block; margin-bottom: 3px; color: rgba(255,255,255,.7); font-weight: 600; }
.product-price-box > strong { color: #fff; font-size: clamp(27px,3vw,34px); line-height: 1.2; letter-spacing: -.025em; }
.product-price-box > del { margin-left: 10px; color: rgba(255,255,255,.55); }
.product-price-box > span, .product-price-box > strong, .product-price-box > del, .product-flash-timer { position: relative; z-index: 1; }
.product-price-box.is-flash { background: radial-gradient(circle at 100% 0,rgba(255,165,40,.3),transparent 34%),linear-gradient(135deg,#071a3d,#0a2b62); }
.product-price-box.is-flash > span { color: #ffd387; }
.product-price-box.is-discontinued { background: linear-gradient(135deg,#4d1820,#8d2f3d); }
.product-flash-timer { display: flex; align-items: center; justify-content: space-between; gap: 14px; margin-top: 14px; padding-top: 12px; border-top: 1px solid rgba(255,255,255,.14); }
.product-flash-timer[hidden] { display: none; }
.product-flash-timer__label { min-width: 0; display: inline-flex; align-items: center; gap: 7px; color: #ffd387; font-weight: 750; }
.product-flash-timer__label .icon, .product-flash-timer__label .vf-icon { width: 18px; height: 18px; flex: 0 0 18px; }
.product-flash-timer__label strong { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.product-flash-timer__countdown { flex: 0 0 auto; display: grid; justify-items: end; gap: 2px; }
.product-flash-timer__countdown small { color: rgba(255,255,255,.65); font-size: 11px; text-transform: uppercase; }
.product-flash-timer__countdown strong { color: #fff; font-size: 21px; font-variant-numeric: tabular-nums; letter-spacing: .06em; line-height: 1; }
.product-option-box { margin-top: 18px; }
.product-option-box__head { display: flex; align-items: end; justify-content: space-between; gap: 12px; margin-bottom: 10px; }
.product-option-box__head h2 { margin: 0; color: var(--vf-navy); font: inherit; font-weight: 700; }
.product-option-box__head span { color: #7a869a; }
.vehicle-gift-offer { position: relative; display: grid; grid-template-columns: 42px minmax(0,1fr) auto; align-items: center; gap: 11px; overflow: hidden; margin-top: 14px; padding: 13px; border: 1px solid #ffd299; border-radius: 12px; background: linear-gradient(135deg,#fff9ef 0%,#fff2dc 68%,#ffe9c8 100%); box-shadow: 0 9px 24px rgba(191,111,0,.09); }
.vehicle-gift-offer::after { content: ""; position: absolute; width: 92px; height: 92px; right: -48px; top: -52px; border-radius: 50%; background: rgba(255,156,31,.14); pointer-events: none; }
.vehicle-gift-offer__icon { width: 42px; height: 42px; display: grid; place-items: center; color: #c66a00; border: 1px solid #ffc879; border-radius: 11px; background: #fff; box-shadow: 0 5px 14px rgba(180,94,0,.1); }
.vehicle-gift-offer__icon .icon { width: 22px; height: 22px; }
.vehicle-gift-offer__content { min-width: 0; display: grid; gap: 2px; font-style: normal; }
.vehicle-gift-offer__content small { color: #c35f00; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.vehicle-gift-offer__content strong { color: var(--vf-navy); line-height: 1.3; }
.vehicle-gift-offer__content em { overflow: hidden; color: #76552e; font-style: normal; line-height: 1.35; text-overflow: ellipsis; white-space: nowrap; }
.vehicle-gift-offer__button { position: relative; z-index: 1; min-height: 38px; display: inline-flex; align-items: center; justify-content: center; gap: 6px; padding: 0 11px; color: #fff; border-radius: 8px; background: #0866ff; box-shadow: 0 7px 16px rgba(8,102,255,.2); font-weight: 750; white-space: nowrap; }
.vehicle-gift-offer__button:hover { color: #fff; background: #0057e6; transform: translateY(-1px); }
.vehicle-gift-offer__button .icon { width: 16px; height: 16px; }
.option-list--cards { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 9px; }
.option-card { position: relative; min-width: 0; cursor: pointer; }
.option-card input { position: absolute; opacity: 0; pointer-events: none; }
.option-card > span { min-height: 72px; display: grid; align-content: center; gap: 2px; padding: 11px 12px; border: 1px solid #d9e1ed; border-radius: 10px; background: #fff; transition: border-color .2s ease,box-shadow .2s ease,background .2s ease; }
.option-card input:checked + span { border-color: var(--vf-blue); background: #f2f7ff; box-shadow: 0 0 0 2px rgba(20,100,244,.1); }
.option-card strong { overflow: hidden; color: var(--vf-navy); text-overflow: ellipsis; white-space: nowrap; }
.option-card em { color: var(--vf-blue); font-style: normal; font-weight: 700; }
.product-cart-form__bottom { margin-top: 18px; }
.product-quantity-field { display: none; }
.buy-actions--detail { display: grid; grid-template-columns: minmax(0,1.18fr) minmax(0,.82fr); gap: 10px; padding: 10px; border: 1px solid #dbe5f2; border-radius: 16px; background: linear-gradient(145deg,#f8fbff,#f2f7ff); box-shadow: 0 12px 30px rgba(7,35,82,.08); }
.buy-actions--detail .product-purchase-action { min-width: 0; min-height: 58px; justify-content: flex-start; gap: 10px; padding: 10px 14px; border-radius: 12px; text-align: left; }
.buy-actions--detail .product-purchase-action .icon { width: 22px; height: 22px; flex: 0 0 22px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.product-action-copy { min-width: 0; display: grid; gap: 2px; line-height: 1.25; }
.product-action-copy strong { overflow: hidden; font-size: 14px; font-weight: 800; text-overflow: ellipsis; white-space: nowrap; }
.product-action-copy small { overflow: hidden; color: rgba(255,255,255,.76); font-size: 10.5px; font-weight: 600; text-overflow: ellipsis; white-space: nowrap; }
.product-cart-action { border-color: #0d57da; background: linear-gradient(135deg,#1769f5,#0a4ecb); box-shadow: 0 9px 20px rgba(20,100,244,.22); }
.product-cart-action:hover:not(:disabled) { border-color: #0846bd; background: linear-gradient(135deg,#0f5fe8,#073fab); box-shadow: 0 12px 25px rgba(20,100,244,.29); transform: translateY(-1px); }
.product-zalo-action { color: #fff; border-color: #0877e8; background: linear-gradient(135deg,#0795ff,#0865db); box-shadow: 0 9px 20px rgba(5,115,224,.2); }
.product-zalo-action:hover { color: #fff; border-color: #0562cf; background: linear-gradient(135deg,#0788ef,#0758c5); box-shadow: 0 12px 25px rgba(5,115,224,.27); transform: translateY(-1px); }
.buy-actions--detail.is-contact-only .product-zalo-action { grid-column: 1 / -1; justify-content: center; }
.compare-link--panel { display: inline-flex; align-items: center; gap: 7px; margin-top: 13px; color: #607089; font-weight: 600; }
.compare-link--panel .icon { width: 17px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.short-related-box--after-compare { margin-top: 14px; padding-top: 13px; border-top: 1px solid #e4e9f1; }
.short-related-box__head { display: flex; justify-content: space-between; align-items: center; margin-bottom: 7px; }
.short-related-box__head h2 { margin: 0; color: var(--vf-navy); font-size: 14px; font-weight: 700; }
.short-related-list { display: grid; grid-template-columns: repeat(auto-fit,minmax(280px,1fr)); gap: 6px; max-height: 184px; overflow-y: auto; padding-right: 3px; }
.short-related-item { min-width: 0; min-height: 42px; display: flex; align-items: center; justify-content: space-between; gap: 10px; padding: 6px 9px; color: #5d6a80; border: 1px solid #dce3ee; border-radius: 7px; }
.short-related-item.is-active { color: #0c55cf; border-color: #7faaf7; background: #f2f7ff; }
.short-related-item strong { min-width: 0; overflow: hidden; font-size: 13px; font-weight: 400; text-overflow: ellipsis; white-space: nowrap; }
.short-related-item span { flex: 0 0 auto; color: var(--vf-blue); font-size: 12px; font-weight: 700; white-space: nowrap; }
.share-row--detail { display: flex; flex-wrap: wrap; gap: 8px 13px; margin-top: 16px; color: #7b879a; }
.share-row--detail a, .share-row--detail button { color: var(--vf-blue); font: inherit; font-weight: 600; }
.product-policy-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 1px; overflow: hidden; margin-top: 28px; border: 1px solid #e0e6ef; border-radius: 14px; background: #e0e6ef; box-shadow: 0 10px 30px rgba(7,26,61,.05); }
.product-policy-grid > div { min-width: 0; display: grid; grid-template-columns: 42px minmax(0,1fr); grid-template-rows: auto auto; column-gap: 11px; padding: 18px; background: #fff; }
.product-policy-grid svg { grid-row: 1/3; width: 28px; height: 28px; align-self: center; color: var(--vf-blue); fill: none; stroke: currentColor; }
.product-policy-grid strong { color: var(--vf-navy); }
.product-policy-grid span { color: #77849a; line-height: 1.45; }
.product-detail-tabs { position: relative; z-index: 2; display: flex; align-items: center; gap: 6px; margin-top: 38px; padding: 7px; border: 1px solid #dce4ef; border-radius: 12px; background: rgba(255,255,255,.94); box-shadow: 0 10px 30px rgba(7,26,61,.08); backdrop-filter: blur(14px); }
.product-detail-tabs a { min-width: 150px; min-height: 44px; display: inline-flex; align-items: center; justify-content: center; padding: 10px 18px; color: #66748b; border-radius: 8px; font-weight: 700; }
.product-detail-tabs a:hover { color: var(--vf-blue); background: #f3f7fd; }
.product-detail-tabs a.is-active { color: #fff; background: var(--vf-blue); box-shadow: 0 7px 18px rgba(20,100,244,.23); }
.product-detail-anchor { scroll-margin-top: 96px; }
.product-media-showcase { margin-top: 42px; padding: 30px; overflow: hidden; border-radius: 18px; background: radial-gradient(circle at 90% 0,rgba(20,100,244,.4),transparent 34%),linear-gradient(135deg,#06152f,#0a2858); box-shadow: 0 20px 50px rgba(7,26,61,.16); }
.product-media-showcase__head { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 22px; }
.product-media-showcase__head .eyebrow { margin: 0 0 6px; color: #83afff; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.product-media-showcase__head h2 { max-width: 720px; margin: 0; color: #fff; font-size: clamp(28px,3.2vw,40px); line-height: 1.16; letter-spacing: -.03em; }
.product-media-showcase__head > p { max-width: 330px; margin: 0; color: rgba(255,255,255,.68); line-height: 1.55; text-align: right; }
.product-media-showcase__grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 16px; }
.product-media-showcase__grid > :only-child { grid-column: 1/-1; }
.product-media-card { min-width: 0; overflow: hidden; border: 1px solid rgba(255,255,255,.18); border-radius: 14px; background: #06152f; }
.product-media-card__cover { position: relative; width: 100%; aspect-ratio: 16/9; display: block; overflow: hidden; padding: 0; border: 0; background: #071a3d; cursor: pointer; }
.product-media-card__cover > img { width: 100%; height: 100%; display: block; object-fit: cover; transition: transform .4s ease; }
.product-media-card--video .product-media-card__cover > img { object-fit: contain; background: #f1f4f8; }
.product-media-card__cover:hover > img { transform: scale(1.035); }
.product-media-card__shade { position: absolute; inset: 0; background: linear-gradient(180deg,transparent 35%,rgba(2,10,25,.88)); pointer-events: none; }
.product-media-play, .product-media-album-icon { position: absolute; left: 50%; top: 50%; width: 62px; height: 62px; display: grid; place-items: center; color: #fff; border: 1px solid rgba(255,255,255,.65); border-radius: 50%; background: rgba(20,100,244,.92); box-shadow: 0 12px 35px rgba(0,0,0,.26); transform: translate(-50%,-50%); transition: transform .2s ease,background .2s ease; }
.product-media-card__cover:hover .product-media-play, .product-media-card__cover:hover .product-media-album-icon { background: #fff; color: var(--vf-blue); transform: translate(-50%,-50%) scale(1.07); }
.product-media-play svg { width: 28px; height: 28px; fill: currentColor; }
.product-media-album-icon .icon { width: 25px; height: 25px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.product-media-card__label { position: absolute; left: 20px; right: 20px; bottom: 18px; display: grid; gap: 2px; color: #fff; text-align: left; }
.product-media-card__label small { color: rgba(255,255,255,.68); font-weight: 700; letter-spacing: .07em; text-transform: uppercase; }
.product-media-card__label strong { font-size: 18px; }
.product-video-player { aspect-ratio: 16/9; background: #000; }
.product-video-player[hidden] { display: none; }
.product-video-player iframe, .product-video-player video { width: 100%; height: 100%; display: block; border: 0; background: #000; }
.product-content-grid { display: grid; grid-template-columns: 1fr; align-items: start; gap: 30px; margin-top: 44px; }
.product-main-column { min-width: 0; display: grid; gap: 28px; }
.product-description--detail, .product-video--standalone { padding: clamp(28px,4vw,52px); border: 1px solid #e0e6ef; border-radius: 16px; background: #fff; box-shadow: 0 12px 35px rgba(7,26,61,.06); }
.product-description__head { display: flex; justify-content: space-between; align-items: start; gap: 18px; padding-bottom: 16px; border-bottom: 1px solid #e7ebf2; }
.product-description__head .section-heading, .product-spec-card__head .section-heading { margin: 0; }
.product-description__head .eyebrow, .product-video .eyebrow { margin: 0 0 4px; color: var(--vf-blue); font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.product-description__head h2, .product-video h2 { margin: 0; color: var(--vf-navy); font-size: 28px; line-height: 1.2; }
.product-description__head > a { color: var(--vf-blue); font-weight: 600; }
.product-description__content { position: relative; max-width: 980px; max-height: none; overflow: visible; margin: 0 auto; padding-top: 28px; color: #526079; line-height: 1.78; }
.product-description__content::after { display: none; }
.product-description.is-expanded .product-description__content { max-height: none; }
.product-description.is-expanded .product-description__content::after { display: none; }
.product-description__content img { display: block; width: auto; max-width: 100%; height: auto; margin: 28px auto; border-radius: 12px; }
.product-description__content figure, .post-detail-article figure { width: fit-content; max-width: 100%; margin: 30px auto; text-align: center; }
.product-description__content figure img, .post-detail-article figure img { margin: 0 auto; }
.product-description__content figcaption, .post-detail-article figcaption { max-width: 720px; margin: 10px auto 0; padding: 0 12px; color: #6b778c; font-style: italic; font-weight: 500; line-height: 1.6; text-align: center; overflow-wrap: anywhere; }
.product-description__toggle, .product-spec-card__toggle { width: 100%; min-height: 46px; margin-top: 18px; color: var(--vf-blue); border: 1px solid #b9cff6; border-radius: 9px; background: #f4f8ff; font: inherit; font-weight: 700; cursor: pointer; }
.product-description__note { display: grid; gap: 10px; margin-top: 18px; }
.product-description__note > div { padding: 14px; border-radius: 10px; background: #f6f8fb; }
.product-description__note strong { color: var(--vf-navy); }
.product-spec-card { position: static; width: 100%; top: auto; margin: 0; padding: 24px; color: var(--vf-navy); border: 1px solid #dfe7f2; border-radius: 16px; background: #fff; box-shadow: 0 12px 35px rgba(7,26,61,.08); }
.product-spec-card__head { margin-bottom: 16px; }
.product-spec-card__head .eyebrow { margin: 0 0 5px; color: var(--vf-blue); font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.product-spec-card__head h2 { margin: 0; color: var(--vf-navy); font-size: 28px; line-height: 1.18; letter-spacing: -.035em; }
.product-spec-compact { display: grid; margin: 0; }
.product-spec-compact > div { display: grid; grid-template-columns: minmax(0,1fr) minmax(110px,.85fr); align-items: center; gap: 14px; padding: 13px 0; border-bottom: 1px solid #e6ecf4; line-height: 1.45; }
.product-spec-compact dt { color: #68758a; font-weight: 550; }
.product-spec-compact dd { margin: 0; color: var(--vf-navy); font-weight: 750; text-align: right; overflow-wrap: anywhere; }
.product-spec-compact dd.is-missing { color: #8a96a8; font-style: italic; font-weight: 500; }
.product-spec-card__more { width: 100%; min-height: 46px; display: flex; align-items: center; justify-content: center; gap: 9px; margin-top: 18px; padding: 10px 16px; color: var(--vf-blue); border: 1px solid #b9cff6; border-radius: 9px; background: #f4f8ff; font: inherit; font-weight: 750; cursor: pointer; transition: color .2s ease,background-color .2s ease,border-color .2s ease; }
.product-spec-card__more:hover { color: #fff; border-color: var(--vf-blue); background: var(--vf-blue); }
.product-spec-card .product-spec-empty { padding: 18px; color: #6f7c91; border: 1px solid #dfe7f2; border-radius: 10px; background: #f7f9fc; }
.product-spec-modal { position: fixed; z-index: 1240; inset: 0; visibility: hidden; opacity: 0; pointer-events: none; transition: visibility .2s ease,opacity .2s ease; }
.product-spec-modal.is-open { visibility: visible; opacity: 1; pointer-events: auto; }
.product-spec-modal__backdrop { position: absolute; inset: 0; width: 100%; height: 100%; padding: 0; border: 0; background: rgba(2,9,22,.76); cursor: default; }
.product-spec-modal__dialog { position: relative; width: min(900px,calc(100vw - 40px)); max-height: min(86vh,820px); max-height: min(86dvh,820px); display: grid; grid-template-rows: auto minmax(0,1fr); margin: 7vh auto; margin: 7dvh auto; overflow: hidden; border-radius: 18px; background: #fff; box-shadow: 0 30px 90px rgba(2,9,22,.35); transform: translateY(14px) scale(.985); transition: transform .22s ease; }
.product-spec-modal.is-open .product-spec-modal__dialog { transform: translateY(0) scale(1); }
.product-spec-modal__head { display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; padding: 24px 26px 20px; border-bottom: 1px solid #e2e9f2; }
.product-spec-modal__head p { margin: 0 0 5px; color: var(--vf-blue); font-size: 13px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.product-spec-modal__head h2 { margin: 0; color: var(--vf-navy); font-size: clamp(22px,3vw,30px); line-height: 1.25; }
.product-spec-modal__close { flex: 0 0 42px; width: 42px; height: 42px; display: grid; place-items: center; padding: 0 0 3px; color: #46546a; border: 1px solid #d7e0ec; border-radius: 50%; background: #f5f7fa; font: inherit; font-size: 29px; line-height: 1; cursor: pointer; }
.product-spec-modal__close:hover { color: #fff; border-color: var(--vf-blue); background: var(--vf-blue); }
.product-spec-modal__content { min-height: 0; overflow-y: auto; overscroll-behavior: contain; padding: 24px 26px 28px; }
.product-spec-groups--full { display: grid; grid-template-columns: 1fr; align-items: start; gap: 12px; }
.product-spec-modal__group { min-width: 0; padding: 15px 18px; border: 1px solid #dfe7f2; border-radius: 13px; background: #f8faff; }
.product-spec-modal__group h3 { margin: 0 0 6px; color: var(--vf-navy); font-size: 18px; }
.product-spec-modal__group dl { display: grid; margin: 0; }
.product-spec-modal__group dl > div { display: grid; grid-template-columns: minmax(180px,.72fr) minmax(0,1.28fr); gap: 16px; padding: 7px 0; border-bottom: 1px solid #e1e8f1; line-height: 1.4; }
.product-spec-modal__group dl > div:last-child { border-bottom: 0; }
.product-spec-modal__group dt { color: #69768a; font-weight: 400; }
.product-spec-modal__group dd { margin: 0; color: var(--vf-navy); font-weight: 400; text-align: left; overflow-wrap: anywhere; }
.product-spec-modal__group dd.is-missing { color: #8a96a8; font-style: italic; font-weight: 500; }
.product-lightbox { position: fixed; z-index: 1200; inset: 0; display: none; grid-template-columns: 56px minmax(0,1fr) 56px; align-items: center; gap: 12px; padding: 24px; background: rgba(3,12,29,.94); }
.product-lightbox.is-open { display: grid; }
.product-lightbox__close { position: absolute; z-index: 2; top: 18px; right: 22px; width: 44px; height: 44px; color: #fff; border: 1px solid rgba(255,255,255,.35); border-radius: 50%; background: rgba(255,255,255,.08); font-size: 30px; cursor: pointer; }
.product-lightbox__nav { width: 52px; height: 52px; display: grid; place-items: center; color: #fff; border: 1px solid rgba(255,255,255,.3); border-radius: 50%; background: rgba(255,255,255,.08); cursor: pointer; }
.product-lightbox__nav .icon { width: 24px; fill: none; stroke: currentColor; stroke-width: 2; }
.product-lightbox__figure { width: 100%; min-width: 0; height: min(82vh,850px); height: min(82dvh,850px); max-width: 100%; max-height: calc(100vh - 48px); max-height: calc(100dvh - 48px); display: grid; grid-template-rows: minmax(0,1fr) auto; place-items: center; gap: 12px; margin: 0; }
.product-lightbox__viewport { position: relative; width: 100%; height: 100%; min-height: 0; overflow: hidden; border-radius: 12px; background: #fff; cursor: grab; touch-action: pan-y; user-select: none; }
.product-lightbox__viewport.is-dragging { cursor: grabbing; }
.product-lightbox__track { position: absolute; inset: 0; min-width: 0; min-height: 0; display: flex; transform: translate3d(0,0,0); transition: transform .42s cubic-bezier(.22,.74,.24,1); will-change: transform; }
.product-lightbox__slide { position: relative; min-width: 0; min-height: 0; height: 100%; flex: 0 0 100%; display: grid; place-items: center; overflow: hidden; background: #fff; }
.product-lightbox__slide::after { content: ""; width: 34px; height: 34px; position: absolute; border: 3px solid rgba(255,255,255,.2); border-top-color: #fff; border-radius: 50%; animation: vf-spin .75s linear infinite; }
.product-lightbox__slide.is-loaded::after { display: none; }
.product-lightbox__slide img { display: block; width: 100%; height: 100%; min-width: 0; min-height: 0; max-width: 100%; max-height: 100%; place-self: stretch; object-fit: contain; background: #fff; opacity: 0; pointer-events: none; transition: opacity .25s ease; }
.product-lightbox__slide.is-loaded img { opacity: 1; }
.product-lightbox__figure figcaption { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 18px; color: rgba(255,255,255,.78); }
.product-lightbox__figure figcaption strong { flex: 0 0 auto; color: #fff; }
.product-real-album { position: fixed; z-index: 1220; inset: 0; display: none; grid-template-columns: 58px minmax(0,1fr) 58px; align-items: center; gap: 16px; padding: 22px; background: rgba(2,9,22,.96); }
.product-real-album.is-open { display: grid; }
.product-real-album__close { position: absolute; z-index: 2; right: 22px; top: 18px; width: 44px; height: 44px; color: #fff; border: 1px solid rgba(255,255,255,.35); border-radius: 50%; background: rgba(255,255,255,.08); font-size: 29px; cursor: pointer; }
.product-real-album__nav { width: 54px; height: 54px; display: grid; place-items: center; color: #fff; border: 1px solid rgba(255,255,255,.3); border-radius: 50%; background: rgba(255,255,255,.08); cursor: pointer; }
.product-real-album__nav:hover, .product-real-album__close:hover { color: var(--vf-blue); background: #fff; }
.product-real-album__nav .icon { width: 24px; fill: none; stroke: currentColor; stroke-width: 2; }
.product-real-album__figure { width: 100%; min-width: 0; height: calc(100vh - 44px); height: calc(100dvh - 44px); max-width: 100%; max-height: calc(100vh - 44px); max-height: calc(100dvh - 44px); display: grid; grid-template-rows: minmax(0,1fr) auto 80px; gap: 12px; margin: 0; }
.product-real-album__viewport { position: relative; width: 100%; min-height: 0; overflow: hidden; cursor: grab; touch-action: pan-y; user-select: none; }
.product-real-album__viewport.is-dragging { cursor: grabbing; }
.product-real-album__track { position: absolute; inset: 0; min-width: 0; min-height: 0; display: flex; transform: translate3d(0,0,0); transition: transform .42s cubic-bezier(.22,.74,.24,1); will-change: transform; }
.product-real-album__slide { position: relative; min-width: 0; min-height: 0; height: 100%; flex: 0 0 100%; display: grid; place-items: center; overflow: hidden; }
.product-real-album__slide::after { content: ""; width: 34px; height: 34px; position: absolute; border: 3px solid rgba(255,255,255,.2); border-top-color: #fff; border-radius: 50%; animation: vf-spin .75s linear infinite; }
.product-real-album__slide.is-loaded::after { display: none; }
.product-real-album__slide img { display: block; width: 100%; height: 100%; min-width: 0; min-height: 0; max-width: 100%; max-height: 100%; place-self: stretch; object-fit: contain; opacity: 0; pointer-events: none; transition: opacity .25s ease; }
.product-real-album__slide.is-loaded img { opacity: 1; }
.product-real-album__figure figcaption { display: flex; justify-content: space-between; gap: 20px; color: rgba(255,255,255,.72); }
.product-real-album__figure figcaption strong { color: #fff; }
.product-real-album__thumbs { display: flex; justify-content: center; gap: 9px; min-width: 0; overflow-x: auto; scrollbar-width: none; }
.product-real-album__thumbs::-webkit-scrollbar { display: none; }
.product-real-album__thumbs button { flex: 0 0 80px; height: 68px; padding: 3px; overflow: hidden; border: 1px solid rgba(255,255,255,.25); border-radius: 8px; background: rgba(255,255,255,.05); cursor: pointer; }
.product-real-album__thumbs button.is-active { border-color: #74a6ff; box-shadow: 0 0 0 2px rgba(20,100,244,.35); }
.product-real-album__thumbs img { width: 100%; height: 100%; display: block; object-fit: cover; border-radius: 5px; }
.product-reviews, .related-products, .recently-viewed-products { margin-top: 70px; }
.product-reviews > .section-heading, .related-products > .section-heading, .recently-viewed-products > .section-heading { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 22px; }
.product-reviews > .section-heading .eyebrow, .related-products > .section-heading .eyebrow, .recently-viewed-products > .section-heading .eyebrow { margin: 0 0 5px; color: var(--vf-blue); font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.product-reviews > .section-heading h2, .related-products > .section-heading h2, .recently-viewed-products > .section-heading h2 { margin: 0; color: var(--vf-navy); font-size: clamp(30px,3.3vw,40px); line-height: 1.15; letter-spacing: -.03em; }
.product-reviews > .section-heading .rating { color: #6f7b90; }
.product-reviews > .section-heading .rating__stars { color: #f5a623; letter-spacing: 1px; }
.review-section-actions { display: flex; align-items: center; justify-content: flex-end; gap: 14px; }
.review-section-toggle { min-height: 42px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 8px 14px; color: #fff; border: 1px solid var(--vf-blue); border-radius: 9px; background: var(--vf-blue); font: inherit; font-weight: 700; cursor: pointer; box-shadow: 0 8px 20px rgba(20,100,244,.18); transition: background-color .2s ease,box-shadow .2s ease,transform .2s ease; }
.review-section-toggle:hover { background: #0755dc; box-shadow: 0 10px 24px rgba(20,100,244,.24); transform: translateY(-1px); }
.review-section-toggle svg { width: 16px; height: 16px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; transition: transform .22s ease; }
.product-reviews.is-expanded .review-section-toggle svg { transform: rotate(180deg); }
.review-layout[hidden] { display: none; }
.review-layout:not([hidden]) { animation: review-section-open .28s ease both; }
@keyframes review-section-open { from { opacity: 0; transform: translateY(-8px); } to { opacity: 1; transform: translateY(0); } }
.review-layout { display: grid; grid-template-columns: minmax(0,.92fr) minmax(0,1.08fr); align-items: start; gap: 22px; }
.review-form, .review-approved { min-width: 0; padding: 26px; border: 1px solid #e0e6ef; border-radius: 16px; background: #fff; box-shadow: 0 12px 35px rgba(7,26,61,.06); }
.review-form { display: grid; gap: 17px; }
.review-form__intro { display: block; }
.review-form__intro h3 { margin: 0 0 5px; color: var(--vf-navy); font-size: 22px; }
.review-form__intro p { margin: 0; color: #748096; line-height: 1.55; }
.review-form__body { display: grid; gap: 17px; padding-top: 17px; border-top: 1px solid #e7ebf2; animation: review-form-open .26s ease both; }
@keyframes review-form-open { from { opacity: 0; transform: translateY(-7px); } to { opacity: 1; transform: translateY(0); } }
.review-form__website { position: absolute!important; left: -9999px!important; }
.review-form__grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 13px; }
.review-form__grid--contact { grid-template-columns: repeat(3,minmax(0,1fr)); }
.review-form label { display: grid; gap: 6px; color: var(--vf-navy); font-weight: 700; }
.review-form input, .review-form select, .review-form textarea { width: 100%; min-height: 46px; padding: 11px 12px; color: var(--vf-text); border: 1px solid #d4dce8; border-radius: 8px; outline: 0; background: #fff; font: inherit; font-weight: 400; }
.review-form textarea { min-height: 118px; resize: vertical; }
.review-form input:focus, .review-form select:focus, .review-form textarea:focus { border-color: var(--vf-blue); box-shadow: 0 0 0 3px rgba(20,100,244,.1); }
.review-form input[type="file"] { padding: 9px; background: #f8fafc; }
.review-form label small { color: #8993a5; font-weight: 400; line-height: 1.45; }
.review-form__feedback[hidden] { display: none; }
.review-form__feedback .notice { margin: 0; }
.review-rating-picker { min-width: 0; margin: 0; padding: 16px 18px 17px; border: 1px solid #d9e4f3; border-radius: 12px; background: linear-gradient(135deg,#f8fbff 0%,#fff 72%); box-shadow: inset 0 1px 0 #fff; }
.review-rating-picker legend { padding: 0 7px; margin-left: -7px; color: var(--vf-navy); font-weight: 800; }
.review-rating-picker > p { margin: 0 0 12px; color: #7a879a; line-height: 1.5; }
.review-rating-picker__choice { display: flex; align-items: center; gap: 18px; }
.review-rating-picker__stars { display: flex; align-items: center; gap: 4px; }
.review-rating-picker__stars .review-rating-picker__star { width: 42px; height: 42px; display: grid; place-items: center; gap: 0; color: #d7dee9; border: 0; border-radius: 9px; background: transparent; cursor: pointer; transition: color .18s ease,transform .18s ease,background-color .18s ease; }
.review-rating-picker__star svg { width: 31px; height: 31px; fill: currentColor; stroke: #bcc7d6; stroke-width: .65; transition: inherit; }
.review-rating-picker__star.is-active { color: #ffb11b; }
.review-rating-picker__star.is-active svg { stroke: #ed9b00; filter: drop-shadow(0 3px 5px rgba(237,155,0,.18)); }
.review-rating-picker__star.is-preview { transform: translateY(-2px) scale(1.07); background: #fff5dc; }
.review-rating-picker__stars input:focus-visible + .review-rating-picker__star { outline: 2px solid var(--vf-blue); outline-offset: 2px; }
.review-rating-picker__choice > strong { min-height: 34px; display: inline-flex; align-items: center; padding: 7px 12px; color: #9b6500; border: 1px solid #f1d79e; border-radius: 999px; background: #fff7e5; white-space: nowrap; }
.review-submit { min-height: 48px; justify-self: start; border: 0; border-radius: 8px; cursor: pointer; }
.review-submit:disabled { cursor: wait; opacity: .82; }
.review-submit__spinner { width: 17px; height: 17px; display: none; flex: 0 0 auto; border: 2px solid rgba(255,255,255,.38); border-top-color: #fff; border-radius: 50%; animation: vf-spin .72s linear infinite; }
.review-submit.is-loading .review-submit__spinner { display: block; }
.review-summary { display: grid; grid-template-columns: 120px minmax(0,1fr); align-items: center; gap: 24px; padding-bottom: 20px; border-bottom: 1px solid #e7ebf2; }
.review-summary__score { display: grid; grid-template-columns: auto auto; align-items: baseline; justify-content: center; color: var(--vf-navy); text-align: center; }
.review-summary__score strong { font-size: 48px; line-height: 1; letter-spacing: -.05em; }
.review-summary__score span { color: #7d899c; }
.review-summary__score small { grid-column: 1/-1; margin-top: 7px; color: #7d899c; }
.review-summary__bars { display: grid; gap: 7px; }
.review-summary__bar { display: grid; grid-template-columns: 44px minmax(0,1fr) 24px; align-items: center; gap: 8px; color: #68768c; }
.review-summary__bar i { height: 6px; overflow: hidden; border-radius: 999px; background: #edf1f6; }
.review-summary__bar b { height: 100%; display: block; border-radius: inherit; background: #f5ad18; }
.review-summary__bar em { font-style: normal; text-align: right; }
.review-filters { display: flex; flex-wrap: wrap; gap: 7px; margin: 18px 0; }
.review-filters a { padding: 7px 10px; color: #66748b; border: 1px solid #dbe2ed; border-radius: 999px; font-weight: 600; }
.review-filters a.is-active { color: #fff; border-color: var(--vf-blue); background: var(--vf-blue); }
.review-list { display: grid; gap: 11px; }
.review-card { padding: 16px; border: 1px solid #e4e9f1; border-radius: 10px; background: #fbfcfe; }
.review-card.is-new { animation: review-card-in .35s ease both; border-color: #bcd2f7; background: #f8fbff; }
@keyframes review-card-in { from { opacity: 0; transform: translateY(-8px); } to { opacity: 1; transform: translateY(0); } }
.review-card[hidden] { display: none; }
.review-card__head strong { color: var(--vf-navy); }
.review-card .rating { margin-top: 4px; }
.review-card__body p { margin: 8px 0 0; color: #59667c; line-height: 1.6; }
.review-media-list { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 12px; }
.review-media-thumb, .review-media-video-thumb { width: 76px; height: 68px; overflow: hidden; padding: 0; border: 1px solid #dce3ed; border-radius: 8px; background: #eef2f7; cursor: pointer; }
.review-media-thumb { padding: 4px; background: #fff; }
.review-media-thumb img { width: 100%; height: 100%; display: block; object-fit: contain; border-radius: 5px; }
.review-media-video-thumb video { width: 100%; height: 100%; object-fit: cover; }
.review-media-video-thumb { position: relative; }
.review-media-video-thumb span { position: absolute; inset: auto 0 0; padding: 4px; color: #fff; background: rgba(3,12,29,.75); }
.review-list-toggle { width: 100%; min-height: 43px; margin-top: 14px; color: var(--vf-blue); border: 1px solid #bfd2f5; border-radius: 8px; background: #f4f8ff; font: inherit; font-weight: 700; cursor: pointer; }
.review-pagination { display: flex; justify-content: center; gap: 6px; margin-top: 14px; }
.review-pagination[hidden] { display: none; }
.review-pagination a { min-width: 32px; height: 32px; display: grid; place-items: center; color: #627087; border: 1px solid #dbe2ed; border-radius: 7px; }
.review-pagination a.is-active { color: #fff; border-color: var(--vf-blue); background: var(--vf-blue); }

.frontend-pagination { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 8px; margin-top: 28px; }
.frontend-pagination a, .frontend-pagination__ellipsis { min-width: 40px; height: 40px; padding: 0 12px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid #dbe2ed; border-radius: 10px; background: #fff; color: #41516b; font-weight: 700; text-decoration: none; }
.frontend-pagination a:hover, .frontend-pagination a.is-active { color: #fff; border-color: var(--vf-blue); background: var(--vf-blue); }
.frontend-pagination__nav { min-width: 72px !important; }
.frontend-pagination__ellipsis { border-color: transparent; background: transparent; color: #8090a8; }

@media (max-width: 560px) {
    .frontend-pagination { gap: 6px; margin-top: 22px; }
    .frontend-pagination a, .frontend-pagination__ellipsis { min-width: 36px; height: 36px; padding: 0 9px; border-radius: 9px; }
    .frontend-pagination__nav { min-width: 64px !important; }
}
.review-results-box .empty-state, .related-products .empty-state, .recently-viewed-products .empty-state { padding: 28px; color: #718097; border: 1px dashed #ccd6e5; border-radius: 11px; background: #f8fafc; text-align: center; }
.review-results-box .empty-state h3, .related-products .empty-state h3, .recently-viewed-products .empty-state h3 { margin: 0 0 5px; color: var(--vf-navy); }
.review-results-box .empty-state p, .related-products .empty-state p, .recently-viewed-products .empty-state p { margin: 0; }
.section-link--stable { color: var(--vf-blue); font-weight: 700; }
.related-product-list { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 16px; }
.review-image-lightbox, .review-video-lightbox { position: fixed; z-index: 1230; inset: 0; display: none; place-items: center; padding: 30px; background: rgba(2,9,22,.94); }
.review-image-lightbox.is-open, .review-video-lightbox.is-open { display: grid; }
.review-image-lightbox__close, .review-video-lightbox__close { position: absolute; top: 18px; right: 22px; width: 44px; height: 44px; color: #fff; border: 1px solid rgba(255,255,255,.35); border-radius: 50%; background: rgba(255,255,255,.08); font-size: 29px; cursor: pointer; }
.review-image-lightbox__figure { width: min(1000px,calc(100vw - 60px)); height: min(82vh,760px); display: flex; align-items: center; justify-content: center; overflow: hidden; margin: 0; }
.review-image-lightbox__figure img { width: auto; height: auto; max-width: 100%; max-height: 100%; display: block; flex: 0 1 auto; object-fit: contain; }
.review-video-lightbox__figure { width: min(1000px,calc(100vw - 60px)); height: min(82vh,760px); display: grid; place-items: center; margin: 0; }
.review-video-lightbox__figure video { max-width: 100%; max-height: 100%; object-fit: contain; }

@media (max-width: 1080px) {
    .product-detail-shell { grid-template-columns: minmax(0,.95fr) minmax(440px,1.05fr); gap: 20px; }
    .product-purchase-panel { padding: 22px; }
    .product-detail-highlights { grid-template-columns: 1fr; }
    .product-policy-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
    .product-content-grid { grid-template-columns: 1fr; gap: 24px; }
    .related-product-list { grid-template-columns: repeat(3,minmax(0,1fr)); }
}

@media (max-width: 860px) {
    .product-detail-page { padding-top: 20px; }
    .product-detail-shell { grid-template-columns: 1fr; }
    .product-gallery--detail, .product-spec-card { position: static; }
    .product-detail-highlights { grid-template-columns: repeat(2,minmax(0,1fr)); }
    .product-content-grid { grid-template-columns: 1fr; }
    .product-spec-card { order: 0; }
    .product-media-showcase__head { align-items: start; }
    .review-layout { grid-template-columns: 1fr; }
    .related-product-list { grid-template-columns: repeat(2,minmax(0,1fr)); }
}

@media (max-width: 600px) {
    .product-detail-page { padding: 14px 0 56px; }
    .product-detail-page .breadcrumb { margin-bottom: 14px; }
    .product-gallery--detail { padding: 10px; border-radius: 13px; }
    .product-main-image { border-radius: 9px; }
    .product-main-slide { padding: 12px; }
    .product-main-image__counter { top: 8px; right: 8px; padding: 5px 8px; }
    .product-main-image__hint { right: 8px; bottom: 8px; padding: 7px; font-size: 0; }
    .product-thumb-strip { grid-template-columns: 28px minmax(0,1fr) 28px; gap: 6px; margin-top: 9px; }
    .product-thumb-nav { width: 28px; height: 28px; }
    .product-thumbs--image > button { flex-basis: 58px; width: 58px; height: 58px; }
    .product-purchase-panel { padding: 20px 16px; border-radius: 13px; }
    .product-purchase-panel h1 { font-size: 38px; }
    .product-detail-highlights { grid-template-columns: 1fr 1fr; gap: 7px; }
    .product-detail-highlight { grid-template-columns: 32px minmax(0,1fr); gap: 7px; padding: 9px; }
    .product-detail-highlight__icon { width: 32px; height: 32px; }
    .product-detail-highlight strong { }
    .product-price-box > strong { font-size: 27px; }
    .vehicle-gift-offer { grid-template-columns: 38px minmax(0,1fr); padding: 11px; }
    .vehicle-gift-offer__icon { width: 38px; height: 38px; }
    .vehicle-gift-offer__button { grid-column: 1 / -1; width: 100%; min-height: 42px; }
    .vehicle-gift-offer__content em { white-space: normal; }
    .option-list--cards, .buy-actions--detail { grid-template-columns: 1fr; }
    .buy-actions--detail { gap: 8px; padding: 8px; border-radius: 14px; }
    .buy-actions--detail .product-purchase-action { min-height: 54px; }
    .product-policy-grid { grid-template-columns: 1fr; margin-top: 18px; }
    .product-detail-tabs { margin-top: 24px; padding: 5px; }
    .product-detail-tabs a { min-width: 0; flex: 1; min-height: 40px; padding: 8px 10px; }
    .product-media-showcase { margin-top: 26px; padding: 20px 14px; border-radius: 13px; }
    .product-media-showcase__head { display: block; margin-bottom: 16px; }
    .product-media-showcase__head h2 { font-size: 27px; }
    .product-media-showcase__head > p { margin-top: 9px; text-align: left; }
    .product-media-showcase__grid { grid-template-columns: 1fr; gap: 10px; }
    .product-media-card__label { left: 14px; right: 14px; bottom: 12px; }
    .product-media-play, .product-media-album-icon { width: 52px; height: 52px; }
    .product-content-grid { margin-top: 28px; }
    .product-description--detail, .product-video--standalone { padding: 20px 16px; border-radius: 13px; }
    .product-spec-card { padding: 20px 16px; border-radius: 13px; }
    .product-spec-card__head { margin-bottom: 12px; }
    .product-spec-card__head h2 { font-size: 25px; }
    .product-spec-compact > div { grid-template-columns: minmax(0,1fr) minmax(96px,.8fr); gap: 10px; padding: 11px 0; }
    .product-spec-modal__dialog { width: 100%; max-height: 92vh; max-height: 92dvh; margin: 8vh 0 0; margin: 8dvh 0 0; border-radius: 18px 18px 0 0; }
    .product-spec-modal__head { padding: 18px 16px 15px; }
    .product-spec-modal__head h2 { font-size: 21px; }
    .product-spec-modal__content { padding: 16px 14px 24px; }
    .product-spec-modal__group { padding: 16px 14px; }
    .product-spec-modal__group dl > div { grid-template-columns: minmax(110px,.8fr) minmax(0,1.2fr); gap: 10px; padding: 6px 0; }
    .product-description__content { padding-top: 20px; line-height: 1.72; }
    .product-description__content figure, .post-detail-article figure { margin: 22px auto; }
    .product-description__content figcaption, .post-detail-article figcaption { margin-top: 8px; padding: 0 4px; line-height: 1.55; }
    .product-vehicle-categories__list { grid-template-columns: 1fr 1fr; }
    .product-description__head h2, .product-video h2 { font-size: 24px; }
    .product-lightbox { grid-template-columns: 42px minmax(0,1fr) 42px; gap: 4px; padding: 12px 6px; }
    .product-lightbox__nav { width: 40px; height: 40px; }
    .product-lightbox__figure { height: 78vh; height: 78dvh; max-height: calc(100vh - 24px); max-height: calc(100dvh - 24px); }
    .product-real-album { grid-template-columns: 40px minmax(0,1fr) 40px; gap: 4px; padding: 10px 4px; }
    .product-real-album__nav { width: 38px; height: 38px; }
    .product-real-album__figure { height: calc(100vh - 20px); height: calc(100dvh - 20px); max-height: calc(100vh - 20px); max-height: calc(100dvh - 20px); grid-template-rows: minmax(0,1fr) auto 62px; }
    .product-real-album__thumbs button { flex-basis: 62px; height: 54px; }
    .product-reviews, .related-products, .recently-viewed-products { margin-top: 48px; }
    .product-reviews > .section-heading, .related-products > .section-heading, .recently-viewed-products > .section-heading { align-items: start; margin-bottom: 16px; }
    .product-reviews > .section-heading h2, .related-products > .section-heading h2, .recently-viewed-products > .section-heading h2 { font-size: 29px; }
    .review-form, .review-approved { padding: 20px 16px; border-radius: 13px; }
    .review-section-actions { width: 100%; justify-content: space-between; flex-wrap: wrap; }
    .review-section-toggle { flex: 1 0 150px; }
    .review-form__grid { grid-template-columns: 1fr; }
    .review-rating-picker__choice { align-items: flex-start; flex-direction: column; gap: 10px; }
    .review-rating-picker__stars .review-rating-picker__star { width: 40px; height: 40px; }
    .review-submit { width: 100%; justify-self: stretch; justify-content: center; }
    .review-summary { grid-template-columns: 90px minmax(0,1fr); gap: 14px; }
    .review-summary__score strong { font-size: 39px; }
    .related-product-list { grid-template-columns: repeat(2,minmax(0,1fr)); }
}

/* Editorial and brand pages */
.post-index-section { background: linear-gradient(180deg,#f7f9fc 0,#fff 240px); }
.post-index-section .post-card { display: flex; min-height: 100%; flex-direction: column; }
.post-index-section .post-card__body { display: flex; height: 100%; flex-direction: column; }
.post-index-section .post-card__meta { margin-top: auto; }
.post-index-section .post-card--featured { display: grid; }
.post-detail-section { background: linear-gradient(180deg,#f7f9fc,#fff 260px); }
.post-detail-section .post-detail-article { padding: clamp(24px,4vw,52px); border: 1px solid #e2e8f1; border-radius: 18px; background: #fff; box-shadow: 0 18px 50px rgba(7,26,61,.07); }

.brand-page { padding: 46px 0 78px; background: linear-gradient(180deg,#f5f8fc 0,#fff 520px); }
.brand-page-hero { position: relative; display: grid; grid-template-columns: minmax(0,1fr) auto; align-items: center; gap: 40px; overflow: hidden; padding: clamp(34px,5vw,64px); color: #fff; border-radius: 22px; background: radial-gradient(circle at 92% 0,rgba(70,137,255,.48),transparent 34%),linear-gradient(125deg,#061a3d,#0b326d 65%,#1464f4); box-shadow: 0 24px 60px rgba(7,26,61,.16); }
.brand-page-hero::after { content: ""; position: absolute; width: 280px; height: 280px; right: -150px; bottom: -190px; border: 1px solid rgba(255,255,255,.2); border-radius: 50%; box-shadow: 0 0 0 48px rgba(255,255,255,.035),0 0 0 96px rgba(255,255,255,.02); pointer-events: none; }
.brand-page-hero__copy { position: relative; z-index: 1; max-width: 820px; }
.brand-page-hero .eyebrow, .brand-page-section__head .eyebrow { margin: 0 0 8px; color: #79aaff; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.brand-page-hero h1 { margin: 0 0 14px; color: #fff; font-size: clamp(40px,5vw,64px); line-height: 1.08; letter-spacing: -.04em; }
.brand-page-hero__copy > p, .brand-page-hero .brand-summary { margin: 0; color: #d4e0f1; font-size: 17px; line-height: 1.75; }
.brand-page-hero .brand-summary > :last-child { margin-bottom: 0; }
.brand-page-logo { position: relative; z-index: 1; width: 220px; min-height: 138px; display: grid; place-items: center; padding: 22px; border: 1px solid rgba(255,255,255,.32); border-radius: 18px; background: rgba(255,255,255,.96); box-shadow: 0 18px 45px rgba(0,0,0,.18); }
.brand-page-logo img { width: 100%; height: 90px; object-fit: contain; }
.brand-page-section { margin-top: 48px; }
.brand-quick-nav { margin-top: 34px; padding: 24px; border: 1px solid #dce6f3; border-radius: 18px; background: #fff; box-shadow: 0 12px 34px rgba(7,26,61,.055); }
.brand-quick-nav .catalog-subcategories__head { margin-bottom: 16px; }
.brand-catalog { margin-top: 4px; }
.brand-filter-actions { display: flex; align-items: center; justify-content: flex-end; gap: 12px; margin-top: 16px; padding-top: 16px; border-top: 1px solid #e7edf6; }
.brand-filter-actions .button { min-height: 42px; padding: 10px 18px; }
.brand-page-section__head { display: flex; align-items: flex-end; justify-content: space-between; gap: 30px; margin-bottom: 22px; }
.brand-page-section__head h2 { margin: 0; color: var(--vf-navy); font-size: clamp(30px,3vw,42px); letter-spacing: -.03em; }
.brand-page-section__head > p { margin: 0 0 6px; color: #748198; font-weight: 600; }
.brand-list-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 16px; }
.brand-list-card { min-width: 0; display: grid; grid-template-columns: 86px minmax(0,1fr); grid-template-rows: 1fr auto; gap: 8px 16px; padding: 20px; color: #536178; border: 1px solid #dfe6f0; border-radius: 16px; background: #fff; box-shadow: 0 10px 28px rgba(7,26,61,.045); transition: border-color .2s ease,box-shadow .2s ease,transform .2s ease; }
.brand-list-card:hover { border-color: #a9c5f7; box-shadow: 0 20px 44px rgba(7,26,61,.1); transform: translateY(-3px); }
.brand-list-card__logo { grid-row: 1 / 3; width: 86px; height: 86px; display: grid; place-items: center; overflow: hidden; padding: 11px; color: #fff; border-radius: 14px; background: linear-gradient(145deg,#edf4ff,#d9e8ff); }
.brand-list-card__logo img { width: 100%; height: 100%; object-fit: contain; }
.brand-list-card__logo b { width: 54px; height: 54px; display: grid; place-items: center; border-radius: 50%; background: linear-gradient(145deg,var(--vf-blue),#0846ac); font-size: 24px; }
.brand-list-card__body { min-width: 0; display: grid; align-content: center; gap: 5px; }
.brand-list-card__body strong { overflow: hidden; color: var(--vf-navy); font-size: 19px; line-height: 1.3; text-overflow: ellipsis; white-space: nowrap; }
.brand-list-card__body em { display: -webkit-box; overflow: hidden; color: #6f7c91; font-style: normal; line-height: 1.55; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.brand-list-card__meta { display: flex; align-items: center; justify-content: space-between; gap: 8px; color: var(--vf-blue); font-weight: 700; }
.brand-list-card__meta .icon { width: 15px; height: 15px; }
.brand-page-section > .empty-state { margin-top: 18px; }

.buy-actions--detail .product-compare-action { grid-column: 1 / -1; min-height: 44px; color: #46566e; border-color: #d2dce9; background: #f7f9fc; box-shadow: none; }
.buy-actions--detail .product-compare-action:hover { color: var(--vf-blue); border-color: #a9c6fa; background: #eef5ff; }

@media (max-width: 980px) {
    .brand-list-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
}

@media (max-width: 700px) {
    .post-index-section .post-card--featured { display: block; }
    .post-detail-section .post-detail-article { padding: 22px 16px; border-radius: 13px; }
    .brand-page { padding: 24px 0 56px; }
    .brand-page-hero { grid-template-columns: 1fr; gap: 24px; padding: 28px 20px; border-radius: 16px; }
    .brand-page-hero h1 { font-size: 39px; }
    .brand-page-hero__copy > p, .brand-page-hero .brand-summary { }
    .brand-page-logo { width: min(220px,100%); min-height: 112px; justify-self: start; padding: 16px; }
    .brand-page-logo img { height: 76px; }
    .brand-page-section { margin-top: 36px; }
    .brand-quick-nav { margin-top: 24px; padding: 18px; border-radius: 15px; }
    .brand-page-section__head { display: grid; gap: 7px; margin-bottom: 16px; }
    .brand-page-section__head > p { margin: 0; }
    .brand-list-grid { grid-template-columns: 1fr; gap: 12px; }
    .brand-list-card { grid-template-columns: 72px minmax(0,1fr); padding: 16px; }
    .brand-list-card__logo { width: 72px; height: 72px; }
    .brand-filter-actions { position: sticky; z-index: 3; bottom: -16px; margin: 18px -16px -16px; padding: 13px 16px 16px; border-radius: 0 0 17px 17px; background: rgba(255,255,255,.98); }
}

/* Storefront system pages: cart, checkout, comparison, warranty and contact */
.page-hero--compact { padding: 46px 0 42px; }
.page-hero--compact .section-heading h1 { font-size: clamp(36px,4vw,50px); }
.page-hero--compact + .section { padding: 48px 0 76px; background: linear-gradient(180deg,#f4f8ff 0,#fff 420px); }
.page-hero--compact + .section > .container > .notice:first-child { margin-top: 0; }
.link-button { padding: 0; color: #66758d; border: 0; background: transparent; font: inherit; font-weight: 700; cursor: pointer; transition: color .18s ease; }
.link-button:hover { color: #cf2535; }
.notice--warning { color: #7b4d00; border: 1px solid #f5d997; background: #fff8e6; }
.notice ul { margin: 8px 0 0; padding-left: 20px; }
.empty-state { min-height: 260px; display: grid; place-items: center; color: #65738a; border-color: #c8d8ef; border-radius: 18px; background: radial-gradient(circle at 50% 0,#fff 0,#f6f9ff 70%); box-shadow: 0 16px 42px rgba(11,31,77,.055); }
.empty-state h2 { margin: 0 0 8px; color: var(--vf-navy); font-size: clamp(24px,3vw,34px); letter-spacing: -.025em; }
.empty-state p { max-width: 590px; margin: 0 auto 22px; line-height: 1.7; }

/* Cart and embedded checkout */
.cart-layout { display: grid; grid-template-columns: minmax(0,1.65fr) minmax(310px,.72fr); align-items: start; gap: 24px; }
.cart-panel, .checkout-panel { min-width: 0; border: 1px solid #dfe7f2; border-radius: 18px; background: #fff; box-shadow: 0 15px 44px rgba(7,30,73,.07); }
.cart-panel { overflow: hidden; }
.cart-panel__head, .checkout-panel__title, .checkout-form__head { border-bottom: 1px solid #e7edf6; }
.cart-panel__head { min-height: 70px; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 18px 24px; }
.cart-panel__head h2, .checkout-panel__title, .checkout-form__head h2 { display: flex; align-items: center; gap: 9px; margin: 0; color: var(--vf-navy); font-size: 21px; line-height: 1.3; }
.cart-panel__head h2 .icon, .checkout-panel__title .icon, .checkout-form__head h2 .icon { width: 21px; height: 21px; color: var(--vf-blue); }
.cart-list { display: grid; padding: 0 24px; }
.cart-item { min-width: 0; display: grid; grid-template-columns: 108px minmax(0,1fr) 94px 130px; align-items: center; gap: 18px; padding: 22px 0; border-bottom: 1px solid #edf1f6; }
.cart-item:last-child { border-bottom: 0; }
.cart-item > a { width: 108px; height: 96px; display: grid; place-items: center; overflow: hidden; padding: 7px; border: 1px solid #e7edf5; border-radius: 12px; background: linear-gradient(145deg,#fff,#f4f7fb); }
.cart-item > a img { width: 100%; height: 100%; display: block; object-fit: contain; transition: transform .25s ease; }
.cart-item:hover > a img { transform: scale(1.04); }
.cart-item__info { min-width: 0; display: grid; align-content: center; gap: 5px; }
.cart-item__info h3 { margin: 0; color: var(--vf-navy); font: inherit; font-weight: 700; line-height: 1.45; }
.cart-item__info h3 a { color: inherit; }
.cart-item__info h3 a:hover { color: var(--vf-blue); }
.cart-item__info p { margin: 0; color: #7a879b; line-height: 1.5; }
.cart-item__info > strong { color: var(--vf-blue); }
.cart-item__quantity { display: grid; justify-items: start; gap: 6px; color: #78859a; font-weight: 700; text-transform: uppercase; }
.cart-item__quantity input { width: 72px; height: 40px; padding: 0 8px; color: var(--vf-navy); border: 1px solid #ccd8e8; border-radius: 8px; outline: 0; background: #fff; font: inherit; font-weight: 700; text-align: center; }
.cart-item__quantity input:focus { border-color: var(--vf-blue); box-shadow: 0 0 0 3px rgba(20,94,245,.11); }
.cart-item__total { display: grid; justify-items: end; gap: 8px; text-align: right; }
.cart-item__total > strong { color: var(--vf-navy); white-space: nowrap; }
.cart-item--gift { margin: 8px -12px; padding-inline: 12px; border: 1px solid #cae9db; border-radius: 12px; background: #f2fcf7; }
.cart-gift-label { width: fit-content; display: inline-flex; align-items: center; gap: 6px; padding: 5px 8px; color: #087443; border-radius: 6px; background: #dcf7ea; font-weight: 800; }
.cart-gift-label .icon { width: 14px; height: 14px; }
.cart-gift-quantity { min-width: 38px; height: 34px; display: grid; place-items: center; color: #087443; border: 1px solid #b9e4cf; border-radius: 7px; background: #fff; }
.cart-panel__actions { display: flex; align-items: center; justify-content: flex-end; flex-wrap: wrap; gap: 10px; padding: 18px 24px 22px; border-top: 1px solid #e7edf6; background: #fbfcff; }
.cart-panel__actions .cart-continue-shopping { margin-right: auto; }
.cart-panel__actions > .button { min-height: 42px; }
.cart-items-form.is-auto-update-ready [data-cart-update-submit] { display: none; }
.cart-auto-update-status { margin-right: auto; color: #68778f; font-size: 13px; line-height: 1.4; }
.cart-auto-update-status[data-state="loading"] { color: #49678f; }
.cart-auto-update-status[data-state="success"] { color: #087443; }
.cart-auto-update-status[data-state="error"] { color: #a52323; }
.cart-items-form.is-updating [data-cart-quantity] { background: #f7f9fc; }
.checkout-panel--summary { position: sticky; top: 18px; overflow: hidden; }
.checkout-panel__title { min-height: 66px; padding: 18px 20px; }
.checkout-summary { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 17px 20px; color: #64728a; }
.checkout-summary > strong { color: var(--vf-navy); font-size: 17px; white-space: nowrap; }
.checkout-summary--total { border-top: 1px solid #e4ebf5; background: #f4f8ff; }
.checkout-summary--total span { color: var(--vf-navy); font-weight: 750; }
.checkout-summary--total > strong { color: var(--vf-blue); font-size: 24px; letter-spacing: -.025em; }
.coupon-box { margin: 0 20px 4px; padding: 15px; border: 1px dashed #b9cdef; border-radius: 11px; background: #f7faff; }
.coupon-box__head { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 10px; color: var(--vf-navy); }
.coupon-form { display: grid; grid-template-columns: minmax(0,1fr) auto; gap: 8px; }
.coupon-form input { min-width: 0; height: 40px; padding: 0 11px; color: var(--vf-navy); border: 1px solid #ccd9eb; border-radius: 7px; outline: 0; background: #fff; font: inherit; text-transform: uppercase; }
.coupon-form input:focus { border-color: var(--vf-blue); box-shadow: 0 0 0 3px rgba(20,94,245,.1); }
.coupon-form .button { min-height: 40px; padding-inline: 12px; }
.coupon-applied { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 10px 11px; color: #087443; border-radius: 7px; background: #e7f8f0; font-weight: 800; }
.coupon-message { margin-top: 9px; line-height: 1.5; }
.coupon-message--success { color: #087443; }
.coupon-message--error { color: #a52323; }
.checkout-panel--form { grid-column: 1; padding: 0 24px 24px; }
.checkout-form__head { margin: 0 -24px 22px; padding: 20px 24px 17px; }
.checkout-form__head p { margin: 7px 0 0; color: #718098; line-height: 1.6; }
.checkout-ajax-errors { margin: 0 0 18px; padding: 13px 15px; color: #981f28; border: 1px solid #f0bcc1; border-radius: 10px; background: #fff3f4; font-size: 14px; line-height: 1.5; }
.checkout-ajax-errors[hidden] { display: none; }
.checkout-ajax-errors strong { display: block; margin-bottom: 4px; color: #801921; }
.checkout-ajax-errors ul { margin: 0; padding-left: 19px; }
.checkout-form__grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 16px; }
.checkout-form label { display: grid; gap: 7px; color: var(--vf-navy); font-weight: 750; }
.checkout-field { position: relative; display: block; color: #6680aa; }
.checkout-field > .icon { position: absolute; z-index: 1; top: 50%; left: 14px; width: 18px; height: 18px; transform: translateY(-50%); pointer-events: none; transition: color .18s ease; }
.checkout-field:focus-within { color: var(--vf-blue); }
.checkout-form__note { grid-column: 1 / -1; }
.checkout-payment { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 10px; margin: 2px 0 0; padding: 12px; border: 1px solid #dce5f2; border-radius: 12px; background: #f8faff; }
.checkout-payment legend { padding: 0 7px; color: var(--vf-navy); font-size: 15px; font-weight: 750; }
.checkout-payment label { min-width: 0; min-height: 82px; display: grid; grid-template-columns: 18px minmax(0,1fr); align-items: start; align-content: center; gap: 10px; padding: 13px 14px; border: 1px solid #dde6f3; border-radius: 10px; background: #fff; cursor: pointer; transition: border-color .18s ease,background-color .18s ease,box-shadow .18s ease; }
.checkout-payment label:hover { border-color: #a9c3f4; }
.checkout-payment label:has(input:checked) { border-color: #7aa5ff; background: #f2f7ff; box-shadow: 0 0 0 2px rgba(20,94,245,.08); }
.checkout-form .checkout-payment input[type="radio"] { width: 18px; min-width: 18px; height: 18px; min-height: 18px; margin: 2px 0 0; padding: 0; border: 0; border-radius: 50%; box-shadow: none; accent-color: var(--vf-blue); }
.checkout-payment span { min-width: 0; display: grid; gap: 3px; text-align: left; }
.checkout-payment strong { color: var(--vf-navy); font-size: 15px; line-height: 1.35; }
.checkout-payment small { color: #6d7b91; font-size: 12px; font-weight: 400; line-height: 1.45; }
.checkout-shipping-note { display: flex; align-items: flex-start; gap: 8px; margin: 12px 20px 18px; padding: 10px 11px; color: #60718a; border: 1px solid #dce7f6; border-radius: 9px; background: #f8fbff; font-size: 12px; line-height: 1.45; }
.checkout-shipping-note::before { content: "i"; width: 17px; height: 17px; flex: 0 0 17px; display: grid; place-items: center; margin-top: 1px; color: #fff; border-radius: 50%; background: var(--vf-blue); font-size: 11px; font-weight: 800; font-style: normal; }
.checkout-form input, .checkout-form textarea { width: 100%; min-height: 48px; padding: 11px 13px; color: var(--vf-text); border: 1px solid #ccd8e8; border-radius: 8px; outline: 0; background: #fff; font: inherit; font-weight: 400; transition: border-color .18s ease,box-shadow .18s ease; }
.checkout-form .checkout-field > input { padding-left: 43px; }
.checkout-form textarea { min-height: 100px; resize: vertical; }
.checkout-form input:focus, .checkout-form textarea:focus { border-color: var(--vf-blue); box-shadow: 0 0 0 3px rgba(20,94,245,.11); }
.checkout-form__actions { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin-top: 20px; }
.checkout-form__actions p { max-width: 520px; margin: 0; color: #77849a; line-height: 1.55; }
.checkout-submit { min-width: 190px; min-height: 48px; justify-content: center; border: 0; cursor: pointer; transition: opacity .18s ease,transform .18s ease,box-shadow .18s ease; }
.checkout-submit.is-loading { cursor: wait; }
.checkout-submit__spinner, .warranty-submit-button__spinner { width: 17px; height: 17px; display: none; margin-right: 7px; border: 2px solid rgba(255,255,255,.45); border-top-color: #fff; border-radius: 50%; animation: system-page-spin .7s linear infinite; }
.checkout-submit.is-loading .checkout-submit__spinner, .warranty-submit-button.is-loading .warranty-submit-button__spinner { display: inline-block; }

/* Order confirmation */
.order-success { display: grid; gap: 22px; }
.order-success__head { display: grid; grid-template-columns: 68px minmax(0,1fr); align-items: center; gap: 20px; padding: 28px; color: #fff; border-radius: 18px; background: radial-gradient(circle at 100% 0,rgba(54,223,159,.24),transparent 34%),linear-gradient(125deg,#063a61,#087b69); box-shadow: 0 18px 46px rgba(4,88,78,.16); }
.order-success__icon { width: 68px; height: 68px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.35); border-radius: 50%; background: rgba(255,255,255,.13); font-size: 34px; font-weight: 800; }
.order-success__head .eyebrow { margin: 0 0 3px; color: #a9f0d7; }
.order-success__head h2 { margin: 0 0 5px; color: #fff; font-size: 31px; }
.order-success__head p:last-child { margin: 0; color: rgba(255,255,255,.78); }
.order-email-notice { padding: 16px 18px; color: #695020; border: 1px solid #f0dda9; border-radius: 11px; background: #fff9e9; }
.order-email-notice p { margin: 5px 0 0; line-height: 1.6; }
.order-detail-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 18px; }
.order-detail-card, .order-items-panel { padding: 24px; border: 1px solid #dfe7f2; border-radius: 16px; background: #fff; box-shadow: 0 12px 36px rgba(7,30,73,.055); }
.order-detail-card h3 { margin: 0 0 15px; color: var(--vf-navy); font-size: 19px; }
.order-detail-card dl, .order-payment-info { display: grid; gap: 0; margin: 0; }
.order-detail-card dl > div, .order-payment-info > div { display: grid; grid-template-columns: minmax(120px,.7fr) minmax(0,1.3fr); gap: 16px; padding: 10px 0; border-bottom: 1px solid #edf1f6; }
.order-detail-card dl > div:last-child, .order-payment-info > div:last-child { border-bottom: 0; }
.order-detail-card dt, .order-payment-info dt { color: #7a879a; }
.order-detail-card dd, .order-payment-info dd { margin: 0; color: var(--vf-navy); font-weight: 650; text-align: right; overflow-wrap: anywhere; }
.order-payment-card { display: grid; grid-template-columns: minmax(0,1fr) 230px; gap: 24px; padding: 28px; color: #fff; border-radius: 18px; background: radial-gradient(circle at 100% 0,rgba(44,141,255,.42),transparent 38%),linear-gradient(135deg,#071e49,#0b438f); box-shadow: 0 18px 48px rgba(7,30,73,.17); }
.order-payment-card__content > div:first-child .eyebrow { margin: 0 0 4px; color: #8ab9ff; }
.order-payment-card__content h3 { margin: 0 0 8px; color: #fff; font-size: 24px; }
.order-payment-card__content > div:first-child > p:last-child { margin: 0 0 18px; color: rgba(255,255,255,.7); line-height: 1.6; }
.order-payment-info > div { border-color: rgba(255,255,255,.12); }
.order-payment-info dt { color: rgba(255,255,255,.62); }
.order-payment-info dd { color: #fff; }
.order-payment-copy { display: flex; align-items: center; justify-content: flex-end; flex-wrap: wrap; gap: 7px; }
.order-payment-copy button { width: 28px; height: 28px; display: grid; place-items: center; padding: 0; color: #fff; border: 1px solid rgba(255,255,255,.28); border-radius: 6px; background: rgba(255,255,255,.09); cursor: pointer; }
.order-payment-copy button .icon { width: 14px; height: 14px; }
.order-payment-copy__status { flex-basis: 100%; color: #a8d0ff; }
.order-payment-card__qr { align-self: center; display: grid; justify-items: center; gap: 9px; padding: 14px; border-radius: 13px; color: var(--vf-navy); background: #fff; }
.order-payment-card__qr img { width: 100%; max-width: 190px; aspect-ratio: 1; object-fit: contain; }
.order-payment-card__qr span { color: #61708a; font-weight: 700; }
.order-items-panel .section-heading--row { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 14px; }
.order-items-panel .section-heading h2 { margin: 0; color: var(--vf-navy); font-size: 22px; }
.order-item-list { display: grid; }
.order-item { display: grid; grid-template-columns: 68px minmax(0,1fr) auto auto; align-items: center; gap: 15px; padding: 15px 0; border-bottom: 1px solid #edf1f6; }
.order-item img { width: 68px; height: 58px; padding: 4px; object-fit: contain; border: 1px solid #e7edf5; border-radius: 8px; background: #f8fafc; }
.order-item h3 { margin: 0; color: var(--vf-navy); font: inherit; font-weight: 700; }
.order-item p { margin: 3px 0 0; color: #7c889b; }
.order-item-price { color: #68758a; white-space: nowrap; }
.order-item-total { color: var(--vf-navy); white-space: nowrap; }
.order-discount-row, .order-total-highlight { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.order-discount-row { padding: 14px 0; color: #087443; }
.order-total-highlight { margin: 4px -8px -8px; padding: 18px; color: var(--vf-navy); border-radius: 10px; background: #edf4ff; font-weight: 750; }
.order-total-highlight strong { color: var(--vf-blue); font-size: 24px; }

/* Product comparison */
.compare-page { padding: 48px 0 76px; background: linear-gradient(180deg,#f4f8ff 0,#fff 460px); }
.compare-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin-bottom: 20px; padding: 17px 20px; border: 1px solid #dfe7f2; border-radius: 13px; background: #fff; box-shadow: 0 10px 30px rgba(7,30,73,.055); }
.compare-toolbar > div:first-child { display: grid; gap: 3px; }
.compare-toolbar > div:first-child strong { color: var(--vf-navy); font-size: 17px; }
.compare-toolbar > div:first-child span { color: #748198; }
.compare-toolbar__actions { display: flex; align-items: center; flex-wrap: wrap; gap: 8px; }
.button--light { color: var(--vf-blue); border: 1px solid #c3d5f5; background: #edf4ff; }
.button--light:hover { color: #fff; border-color: var(--vf-blue); background: var(--vf-blue); }
.compare-table-wrap { overflow: auto; border: 1px solid #dce5f1; border-radius: 16px; background: #fff; box-shadow: 0 18px 48px rgba(7,30,73,.08); scrollbar-color: #a9bfdf #edf2f8; scrollbar-width: thin; }
.compare-table { width: 100%; min-width: 780px; border-collapse: separate; border-spacing: 0; color: #536178; }
.compare-table th, .compare-table td { min-width: 220px; padding: 16px 18px; border-right: 1px solid #e6ecf4; border-bottom: 1px solid #e6ecf4; line-height: 1.6; vertical-align: middle; }
.compare-table th:first-child, .compare-table td:first-child { position: sticky; z-index: 2; left: 0; width: 180px; min-width: 180px; color: var(--vf-navy); background: #f5f8fd; font-weight: 750; box-shadow: 1px 0 #e1e8f2; }
.compare-table thead th { padding-top: 20px; color: var(--vf-navy); background: #fff; vertical-align: top; }
.compare-table thead th:first-child { z-index: 3; background: #edf4ff; }
.compare-table th:last-child, .compare-table td:last-child { border-right: 0; }
.compare-table tbody tr:last-child td { border-bottom: 0; }
.compare-table tbody tr:nth-child(even) td:not(:first-child) { background: #fbfcfe; }
.compare-product-head { display: grid; justify-items: center; gap: 10px; color: var(--vf-navy); text-align: center; }
.compare-product-head img { width: 150px; height: 128px; display: block; padding: 8px; object-fit: contain; border-radius: 11px; background: radial-gradient(circle,#fff,#f1f5fa); }
.compare-product-head strong { max-width: 220px; line-height: 1.45; }
.compare-product-head:hover strong { color: var(--vf-blue); }
.compare-remove { width: fit-content; display: block; margin: 9px auto 0; color: #9b5962; font-weight: 700; }
.compare-remove:hover { color: #c32135; }
.compare-table .price-text { color: var(--vf-blue); font-size: 17px; white-space: nowrap; }
.compare-table td.is-missing { color: #8093ad; font-style: italic; font-weight: 500; }
.compare-table .button { justify-content: center; white-space: nowrap; }

.floating-compare { position: fixed; z-index: 870; top: 50%; right: 18px; width: 292px; overflow: hidden; color: var(--vf-navy); border: 1px solid #cbdaf0; border-radius: 15px; background: #fff; box-shadow: 0 20px 55px rgba(5,31,75,.22); transform: translateY(-50%); }
.floating-compare > summary { display: grid; grid-template-columns: 38px minmax(0,1fr) 15px; align-items: center; gap: 10px; padding: 12px; color: #fff; background: linear-gradient(135deg,#145ef5,#073f9d); cursor: pointer; list-style: none; }
.floating-compare > summary::-webkit-details-marker { display: none; }
.floating-compare__summary-icon { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 10px; background: rgba(255,255,255,.14); }
.floating-compare__summary-icon .icon { width: 20px; height: 20px; }
.floating-compare > summary > span:nth-child(2) { min-width: 0; display: grid; gap: 2px; }
.floating-compare > summary strong { color: #fff; font-size: 14px; }
.floating-compare > summary small { overflow: hidden; color: #c9ddff; font-size: 11px; text-overflow: ellipsis; white-space: nowrap; }
.floating-compare__chevron { width: 9px; height: 9px; border-right: 2px solid currentColor; border-bottom: 2px solid currentColor; transform: rotate(45deg); transition: transform .2s ease; }
.floating-compare[open] .floating-compare__chevron { transform: rotate(225deg); }
.floating-compare__body { padding: 10px; }
.floating-compare__products { display: grid; gap: 7px; max-height: 282px; overflow-y: auto; }
.floating-compare__item { position: relative; min-width: 0; padding: 6px 30px 6px 6px; border: 1px solid #e1e8f2; border-radius: 10px; background: #f8faff; }
.floating-compare__item > a:first-child { min-width: 0; display: grid; grid-template-columns: 48px minmax(0,1fr); align-items: center; gap: 8px; color: var(--vf-navy); }
.floating-compare__item img { width: 48px; height: 48px; padding: 3px; object-fit: contain; border-radius: 8px; background: #fff; }
.floating-compare__item strong { overflow: hidden; font-size: 12px; line-height: 1.35; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.floating-compare__remove { position: absolute; top: 50%; right: 7px; width: 22px; height: 22px; display: grid; place-items: center; color: #9a5360; border-radius: 50%; background: #fff; font-size: 18px; line-height: 1; transform: translateY(-50%); }
.floating-compare__remove:hover { color: #fff; background: #c5293c; }
.floating-compare__open { width: 100%; min-height: 42px; justify-content: center; margin-top: 9px; font-size: 13px; }

@media (max-width: 700px) {
    .floating-compare { top: auto; right: 8px; bottom: 76px; left: 8px; width: auto; transform: none; }
    .floating-compare__products { max-height: 152px; }
}

/* Warranty lookup and activation */
.warranty-hero { position: relative; overflow: hidden; padding: 68px 0; color: #fff; background: radial-gradient(circle at 84% 12%,rgba(32,174,243,.42),transparent 31%),linear-gradient(120deg,#061734 0%,#0a326c 68%,#1464f4 140%); }
.warranty-hero::after { content: ""; position: absolute; right: -120px; bottom: -235px; width: 520px; height: 520px; border: 1px solid rgba(255,255,255,.13); border-radius: 50%; box-shadow: 0 0 0 70px rgba(255,255,255,.03),0 0 0 140px rgba(255,255,255,.02); pointer-events: none; }
.warranty-hero__inner { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0,1fr) auto; align-items: center; gap: 48px; }
.warranty-hero__content { max-width: 820px; }
.warranty-hero .eyebrow { margin: 0 0 8px; color: #88b8ff; }
.warranty-hero h1 { margin: 0 0 13px; color: #fff; font-size: clamp(40px,5vw,56px); line-height: 1.1; letter-spacing: -.035em; }
.warranty-hero__content > p:last-child { max-width: 760px; margin: 0; color: rgba(255,255,255,.76); line-height: 1.75; }
.warranty-hero__badge { min-width: 265px; display: grid; gap: 4px; padding: 21px 23px; border: 1px solid rgba(255,255,255,.24); border-radius: 13px; background: rgba(255,255,255,.1); box-shadow: 0 18px 45px rgba(0,0,0,.14); backdrop-filter: blur(12px); }
.warranty-hero__badge span { color: rgba(255,255,255,.68); font-weight: 700; text-transform: uppercase; }
.warranty-hero__badge strong { color: #fff; font-size: 17px; }
.warranty-page { padding: 58px 0 80px; background: linear-gradient(180deg,#f4f8ff,#fff 580px); }
.warranty-layout { display: grid; grid-template-columns: minmax(0,1fr) 320px; align-items: start; gap: 24px; }
.warranty-main { min-width: 0; display: grid; gap: 22px; }
.warranty-panel, .warranty-side-card { border: 1px solid #dfe7f2; border-radius: 17px; background: #fff; box-shadow: 0 14px 42px rgba(7,30,73,.065); }
.warranty-panel { padding: 26px; }
.warranty-panel__head { display: grid; grid-template-columns: 50px minmax(0,1fr); align-items: center; gap: 15px; margin-bottom: 22px; padding-bottom: 19px; border-bottom: 1px solid #e8edf5; }
.warranty-icon { width: 50px; height: 50px; display: grid; place-items: center; color: var(--vf-blue); border-radius: 12px; background: #eaf2ff; }
.warranty-icon--activate { color: #08745c; background: #e6f8f1; }
.warranty-icon svg { width: 25px; height: 25px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.warranty-panel__head h2 { margin: 0 0 5px; color: var(--vf-navy); font-size: 24px; letter-spacing: -.02em; }
.warranty-panel__head p { margin: 0; color: #718098; line-height: 1.6; }
.warranty-search-form { display: grid; grid-template-columns: minmax(0,1fr) auto; align-items: end; gap: 12px; }
.warranty-search-form label, .warranty-activate-form label { display: grid; gap: 7px; color: var(--vf-navy); font-weight: 750; }
.warranty-search-form input, .warranty-activate-form input, .warranty-activate-form select, .warranty-activate-form textarea { width: 100%; min-height: 48px; padding: 11px 13px; color: var(--vf-text); border: 1px solid #ccd8e8; border-radius: 8px; outline: 0; background: #fff; font: inherit; font-weight: 400; transition: border-color .18s ease,box-shadow .18s ease; }
.warranty-search-form input:focus, .warranty-activate-form input:focus, .warranty-activate-form select:focus, .warranty-activate-form textarea:focus { border-color: var(--vf-blue); box-shadow: 0 0 0 3px rgba(20,94,245,.11); }
.warranty-search-form .button { min-height: 48px; padding-inline: 22px; border: 0; }
.warranty-results { display: grid; gap: 12px; margin-top: 22px; padding-top: 21px; border-top: 1px solid #e8edf5; }
.warranty-results__head { display: flex; align-items: center; justify-content: space-between; gap: 16px; color: var(--vf-navy); }
.warranty-results__head span { padding: 5px 9px; color: var(--vf-blue); border-radius: 999px; background: #eaf2ff; font-weight: 800; }
.warranty-empty { padding: 21px; color: #708097; border: 1px dashed #c7d6ea; border-radius: 11px; background: #f8faff; text-align: center; }
.warranty-empty strong { color: var(--vf-navy); }
.warranty-empty p { margin: 6px auto 0; line-height: 1.6; }
.warranty-card { padding: 18px; border: 1px solid #e0e7f1; border-radius: 12px; background: #fbfcfe; }
.warranty-card__top { display: flex; align-items: flex-start; justify-content: space-between; gap: 18px; }
.warranty-card__top h3 { margin: 0; color: var(--vf-navy); font-size: 17px; }
.warranty-card__top p { margin: 4px 0 0; color: #79869a; }
.warranty-status { flex: 0 0 auto; padding: 6px 9px; border-radius: 999px; font-weight: 800; text-transform: uppercase; }
.warranty-status--active { color: #087443; background: #dff6eb; }
.warranty-status--pending { color: #8b5b00; background: #fff1c9; }
.warranty-status--expired { color: #9c2633; background: #ffe4e8; }
.warranty-meta { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 10px; margin: 15px 0 0; }
.warranty-meta > div { display: grid; gap: 2px; padding: 10px; border-radius: 8px; background: #f1f5fa; }
.warranty-meta dt { color: #7b8799; text-transform: uppercase; }
.warranty-meta dd { margin: 0; color: var(--vf-navy); font-weight: 700; overflow-wrap: anywhere; }
.warranty-product-link { display: inline-flex; margin-top: 13px; color: var(--vf-blue); font-weight: 750; }
.warranty-form-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 15px; margin-bottom: 15px; }
.warranty-activate-form > label { margin-bottom: 17px; }
.warranty-activate-form textarea { min-height: 108px; resize: vertical; }
.warranty-submit-button { min-width: 225px; min-height: 48px; justify-content: center; border: 0; cursor: pointer; }
.warranty-sidebar { position: sticky; top: 18px; display: grid; gap: 16px; }
.warranty-side-card { padding: 23px; }
.warranty-side-card h2 { margin: 0 0 15px; color: var(--vf-navy); font-size: 20px; }
.warranty-side-card ol { display: grid; gap: 13px; margin: 0; padding: 0; list-style: none; counter-reset: warranty-step; }
.warranty-side-card li { position: relative; min-height: 30px; padding: 5px 0 0 42px; color: #64728a; line-height: 1.55; counter-increment: warranty-step; }
.warranty-side-card li::before { content: counter(warranty-step); position: absolute; top: 0; left: 0; width: 30px; height: 30px; display: grid; place-items: center; color: var(--vf-blue); border-radius: 50%; background: #eaf2ff; font-weight: 800; }
.warranty-side-card--hotline { color: #fff; border: 0; background: radial-gradient(circle at 100% 0,rgba(68,153,255,.45),transparent 42%),linear-gradient(145deg,#08255a,#0a58cd); box-shadow: 0 18px 44px rgba(8,60,142,.2); }
.warranty-side-card--hotline span { display: block; color: rgba(255,255,255,.68); }
.warranty-side-card--hotline strong { display: block; margin: 4px 0 13px; color: #fff; font-size: 25px; letter-spacing: -.02em; }
.warranty-side-card--hotline a { min-height: 40px; display: flex; align-items: center; justify-content: center; color: #fff; border: 1px solid rgba(255,255,255,.32); border-radius: 8px; background: rgba(255,255,255,.09); font-weight: 750; }
.warranty-success-modal { position: fixed; z-index: 1800; inset: 0; display: grid; place-items: center; padding: 20px; background: rgba(4,18,45,.68); backdrop-filter: blur(5px); }
.warranty-success-modal__box { width: min(440px,100%); display: grid; justify-items: center; padding: 32px; border-radius: 18px; background: #fff; box-shadow: 0 30px 90px rgba(0,0,0,.28); text-align: center; }
.warranty-success-modal__icon { width: 62px; height: 62px; display: grid; place-items: center; margin-bottom: 16px; color: #fff; border-radius: 50%; background: linear-gradient(145deg,#0a9d6a,#057651); }
.warranty-success-modal__icon svg { width: 30px; height: 30px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.warranty-success-modal__box strong { color: var(--vf-navy); font-size: 22px; }
.warranty-success-modal__box p { margin: 8px 0 20px; color: #68768d; line-height: 1.65; }
.warranty-success-modal__box button { min-width: 120px; min-height: 42px; color: #fff; border: 0; border-radius: 8px; background: var(--vf-blue); font: inherit; font-weight: 750; cursor: pointer; }

/* Contact refinements */
.contact-info-card { transition: border-color .2s ease,box-shadow .2s ease,transform .2s ease; }
.contact-info-card:hover { border-color: #b9cef2; box-shadow: 0 14px 34px rgba(7,30,73,.09); transform: translateY(-2px); }
.contact-info-icon--mail { color: #1464f4; background: #e9f2ff; }
.contact-info-icon--pin { color: #08745c; background: #e6f8f1; }
.contact-info-icon--time { color: #935f00; background: #fff4d8; }
.contact-form-panel { position: relative; overflow: hidden; }
.contact-form-panel::before { content: ""; position: absolute; top: 0; right: 0; left: 0; height: 4px; background: linear-gradient(90deg,var(--vf-blue),var(--vf-cyan)); }
.contact-form select { appearance: none; background-image: linear-gradient(45deg,transparent 50%,#65748d 50%),linear-gradient(135deg,#65748d 50%,transparent 50%); background-position: calc(100% - 17px) 21px,calc(100% - 12px) 21px; background-repeat: no-repeat; background-size: 5px 5px,5px 5px; }
.contact-form input::placeholder, .contact-form textarea::placeholder, .checkout-form input::placeholder, .checkout-form textarea::placeholder, .warranty-search-form input::placeholder, .warranty-activate-form input::placeholder, .warranty-activate-form textarea::placeholder { color: #9ba7b8; }
.contact-submit.is-loading, .checkout-submit.is-loading, .warranty-submit-button.is-loading { opacity: .88; pointer-events: none; }

@keyframes system-page-spin { to { transform: rotate(360deg); } }

@media (max-width: 1080px) {
    .cart-layout { grid-template-columns: minmax(0,1fr) 300px; gap: 18px; }
    .cart-item { grid-template-columns: 94px minmax(0,1fr) 78px 112px; gap: 13px; }
    .cart-item > a { width: 94px; height: 86px; }
    .warranty-layout { grid-template-columns: minmax(0,1fr) 290px; }
    .warranty-meta { grid-template-columns: repeat(2,minmax(0,1fr)); }
}

@media (max-width: 860px) {
    .cart-layout { grid-template-columns: 1fr; }
    .checkout-panel--summary { position: static; }
    .checkout-panel--form { grid-column: auto; }
    .warranty-layout { grid-template-columns: 1fr; }
    .warranty-sidebar { position: static; grid-template-columns: repeat(2,minmax(0,1fr)); }
    .contact-layout { grid-template-columns: 1fr; }
    .contact-info-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
}

@media (max-width: 700px) {
    .page-hero--compact { padding: 34px 0 32px; }
    .page-hero--compact .section-heading h1 { font-size: 34px; }
    .page-hero--compact + .section, .compare-page { padding: 30px 0 56px; }
    .cart-panel, .checkout-panel { border-radius: 14px; }
    .cart-panel__head { min-height: 62px; padding: 15px 16px; }
    .cart-panel__head h2, .checkout-panel__title, .checkout-form__head h2 { font-size: 18px; }
    .cart-panel__head .cart-panel__clear-form { display: none; }
    .cart-list { padding: 0 16px; }
    .cart-item { grid-template-columns: 82px minmax(0,1fr); align-items: start; gap: 12px; padding: 17px 0; }
    .cart-item > a { width: 82px; height: 76px; grid-row: 1; }
    .cart-item__info { grid-column: 2; grid-row: 1; }
    .cart-item__info h3 { }
    .cart-item__quantity { grid-column: 1; grid-row: 2; }
    .cart-item__quantity input { width: 68px; }
    .cart-item__total { grid-column: 2; grid-row: 2; align-self: end; }
    .cart-item--gift { margin-inline: -7px; padding-inline: 7px; }
    .cart-panel__actions { display: grid; grid-template-columns: 1fr 1fr; padding: 15px 16px 18px; }
    .cart-panel__actions .cart-continue-shopping { display: none; }
    .cart-panel__actions .cart-clear-button { grid-column: 1 / -1; order: 3; justify-self: center; }
    .cart-panel__actions > .button { min-width: 0; justify-content: center; padding-inline: 10px; }
    .checkout-panel__title { min-height: 60px; padding: 16px; }
    .checkout-summary { padding-inline: 16px; }
    .coupon-box { margin-inline: 16px; }
    .coupon-form { grid-template-columns: 1fr; }
    .coupon-form .button { justify-content: center; }
    .checkout-panel--form { padding: 0 16px 18px; }
    .checkout-form__head { margin: 0 -16px 18px; padding: 17px 16px 15px; }
    .checkout-form__grid { grid-template-columns: 1fr; gap: 13px; }
    .checkout-form__note { grid-column: auto; }
    .checkout-payment { grid-template-columns: 1fr; padding: 10px; }
    .checkout-payment label { min-height: 0; padding: 12px; }
    .checkout-shipping-note { margin-inline: 16px; }
    .checkout-form__actions { align-items: stretch; flex-direction: column; gap: 14px; }
    .checkout-submit { width: 100%; }
    .order-success__head { grid-template-columns: 54px minmax(0,1fr); gap: 14px; padding: 21px 17px; border-radius: 14px; }
    .order-success__icon { width: 54px; height: 54px; font-size: 27px; }
    .order-success__head h2 { font-size: 24px; }
    .order-detail-grid { grid-template-columns: 1fr; }
    .order-detail-card, .order-items-panel { padding: 18px 16px; border-radius: 13px; }
    .order-detail-card dl > div, .order-payment-info > div { grid-template-columns: minmax(96px,.75fr) minmax(0,1.25fr); gap: 10px; }
    .order-payment-card { grid-template-columns: 1fr; padding: 20px 16px; border-radius: 14px; }
    .order-payment-card__qr { width: min(230px,100%); justify-self: center; }
    .order-items-panel .section-heading--row { align-items: flex-start; flex-direction: column; }
    .order-item { grid-template-columns: 58px minmax(0,1fr) auto; gap: 10px; }
    .order-item img { width: 58px; height: 52px; }
    .order-item-price { grid-column: 2; }
    .order-item-total { grid-column: 3; grid-row: 1 / 3; }
    .order-total-highlight strong { font-size: 20px; }
    .compare-toolbar { align-items: stretch; flex-direction: column; padding: 15px; }
    .compare-toolbar__actions { display: grid; grid-template-columns: 1fr 1fr; }
    .compare-toolbar__actions .button { min-width: 0; justify-content: center; padding-inline: 10px; }
    .compare-table-wrap { margin-right: -16px; border-radius: 13px 0 0 13px; }
    .compare-table { min-width: 680px; }
    .compare-table th, .compare-table td { min-width: 190px; padding: 13px 14px; }
    .compare-table th:first-child, .compare-table td:first-child { width: 130px; min-width: 130px; }
    .compare-product-head img { width: 124px; height: 105px; }
    .warranty-hero { padding: 44px 0; }
    .warranty-hero__inner { grid-template-columns: 1fr; gap: 23px; }
    .warranty-hero h1 { font-size: 37px; }
    .warranty-hero__content > p:last-child { }
    .warranty-hero__badge { min-width: 0; justify-self: stretch; padding: 17px; }
    .warranty-page { padding: 34px 0 58px; }
    .warranty-panel { padding: 20px 16px; border-radius: 14px; }
    .warranty-panel__head { grid-template-columns: 43px minmax(0,1fr); align-items: start; gap: 11px; margin-bottom: 18px; padding-bottom: 16px; }
    .warranty-icon { width: 43px; height: 43px; }
    .warranty-panel__head h2 { font-size: 20px; }
    .warranty-search-form, .warranty-form-grid { grid-template-columns: 1fr; }
    .warranty-search-form .button, .warranty-submit-button { width: 100%; justify-content: center; }
    .warranty-card__top { display: grid; }
    .warranty-status { width: fit-content; }
    .warranty-meta { grid-template-columns: repeat(2,minmax(0,1fr)); }
    .warranty-sidebar { grid-template-columns: 1fr; }
    .warranty-success-modal__box { padding: 27px 20px; }
    .contact-hero { padding: 46px 0; }
    .contact-hero__inner { grid-template-columns: 1fr; gap: 23px; }
    .contact-hero h1 { font-size: 38px; }
    .contact-hero__hotline { min-width: 0; width: 100%; }
    .contact-page { padding: 38px 0 58px; }
    .contact-info-grid, .contact-form__grid { grid-template-columns: 1fr; }
    .contact-form-panel { padding: 25px 17px; border-radius: 14px; }
    .contact-form__head h2 { font-size: 25px; }
    .contact-submit { width: 100%; justify-self: stretch; justify-content: center; }
}

@media (prefers-reduced-motion: reduce) {
    .cart-item > a img, .contact-info-card { transition: none; }
    .checkout-submit__spinner, .warranty-submit-button__spinner, .contact-submit__spinner { animation-duration: 1.4s; }
}

/* Shared secondary text size */
small,
time,
figcaption,
.eyebrow,
.home-section__head p,
.home-benefit small,
.home-flash__notice,
.home-post-card__body > span,
.home-post-card__body > p { font-size: 14px; }

/* Final mobile layout overrides must stay after all desktop component rules. */
@media (max-width: 640px) {
    html,
    body.site {
        width: 100%;
        min-width: 0;
        max-width: 100%;
        overflow-x: hidden;
    }

    .site-header,
    .site-main,
    .site-footer,
    .home-hero,
    .home-benefits,
    .home-section {
        width: 100%;
        max-width: 100%;
    }

    .vf-container,
    .container {
        width: 100%;
        max-width: none;
        padding-inline: 14px;
    }

    .site-header-main__inner {
        grid-template-columns: minmax(0,1fr) auto;
    }

    .site-logo {
        width: min(180px,100%);
    }

    .site-utility__item:first-child,
    .site-utility__inner > span:first-child {
        min-width: 0;
        overflow: hidden;
        font-size: 14px;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .home-hero__layout {
        min-height: 0;
        grid-template-columns: 1fr;
        gap: 0;
    }

    .home-hero__content {
        width: 100%;
        padding: 30px 0 20px;
    }

    .home-hero__title {
        max-width: 390px;
        margin-inline: auto;
        font-size: 32px;
        line-height: 1.12;
    }

    .home-hero__content p {
        max-width: 390px;
        margin-inline: auto;
        font-size: 14px;
    }

    .home-hero__visual {
        width: 100%;
        min-height: 230px;
    }

    .home-hero__visual img {
        width: 100%;
        height: 230px;
    }

    .home-benefits__grid {
        grid-template-columns: repeat(2,minmax(0,1fr));
    }

    .home-product-grid {
        grid-template-columns: repeat(2,minmax(0,1fr));
        gap: 10px;
    }

    .home-brand-tabs {
        display: grid;
        grid-template-columns: repeat(3,minmax(0,1fr));
        gap: 6px;
        margin-inline: 0;
        overflow: visible;
    }

    .home-brand-tabs .home-brand-tab {
        width: 100%;
        min-width: 0;
        padding-inline: 5px;
        overflow: hidden;
        font-size: 14px;
        text-overflow: ellipsis;
    }

    .home-product-item,
    .product-card--home {
        width: 100%;
        min-width: 0;
    }

    .product-card--home .product-card__actions {
        grid-template-columns: minmax(0,1fr) 44px;
    }

    .home-post-grid {
        grid-template-columns: 1fr;
    }
}

/* 2026 catalog, product detail and editorial footer refresh */
@media (min-width: 1021px) {
    html {
        scroll-padding-top: 72px;
    }

    .site-header {
        position: sticky;
        z-index: 120;
        top: calc(-1 * var(--vf-desktop-header-collapse));
    }

    .site-nav {
        min-height: var(--vf-desktop-nav-height);
        box-shadow: 0 8px 22px rgba(7,26,61,.07);
    }

    .product-detail-tabs {
        position: sticky;
        z-index: 110;
        top: var(--vf-desktop-nav-height);
    }

    .product-gallery--detail {
        top: calc(var(--vf-desktop-nav-height) + 16px);
    }

    .checkout-panel--summary {
        top: calc(var(--vf-desktop-nav-height) + 16px);
    }

    .product-detail-anchor {
        scroll-margin-top: var(--vf-product-sticky-top);
    }
}

@media (min-width: 1181px) {
    .product-content-grid {
        grid-template-columns: minmax(0,1.65fr) minmax(360px,.75fr);
        gap: 28px;
    }

    .product-spec-card {
        width: auto;
        align-self: start;
        padding: 24px;
        border-radius: 16px;
    }

    .product-spec-card__head {
        margin-bottom: 18px;
    }

    .product-spec-card__head h2 {
        font-size: clamp(25px,2.3vw,30px);
        letter-spacing: -.035em;
    }
}

@media (min-width: 1181px) and (min-height: 680px) {
    .product-spec-card {
        position: sticky;
        top: var(--vf-product-sticky-top);
    }
}

.footer-latest-posts {
    position: relative;
    overflow: hidden;
    padding: 50px 0 54px;
    border-top: 1px solid #e2eaf5;
    background:
        radial-gradient(circle at 8% 0,rgba(20,100,244,.09),transparent 27%),
        linear-gradient(180deg,#f7faff 0%,#eef4fc 100%);
}

.footer-latest-posts__head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 22px;
}

.footer-latest-posts__head span {
    display: block;
    margin-bottom: 4px;
    color: var(--vf-blue);
    font-weight: 800;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.footer-latest-posts__head h2 {
    margin: 0;
    color: var(--vf-navy);
    font-size: clamp(27px,3vw,36px);
    letter-spacing: -.025em;
}

.footer-latest-posts__head > a,
.footer-latest-post__more {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: var(--vf-blue);
    font-weight: 750;
}

.footer-latest-posts__head .icon,
.footer-latest-posts__head .vf-icon,
.footer-latest-post__more .icon,
.footer-latest-post__more .vf-icon {
    width: 16px;
    height: 16px;
}

.footer-latest-posts__grid {
    display: grid;
    grid-template-columns: repeat(3,minmax(0,1fr));
    gap: 18px;
}

.footer-latest-post {
    min-width: 0;
    overflow: hidden;
    border: 1px solid #dce6f3;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 12px 30px rgba(7,26,61,.06);
    transition: border-color .2s ease,box-shadow .2s ease,transform .2s ease;
}

.footer-latest-post:hover {
    border-color: #b5ccf3;
    box-shadow: 0 18px 42px rgba(7,26,61,.11);
    transform: translateY(-3px);
}

.footer-latest-post__image {
    display: block;
    overflow: hidden;
    background: #eaf1fa;
}

.footer-latest-post__image img {
    width: 100%;
    aspect-ratio: 16/9;
    display: block;
    object-fit: cover;
    transition: transform .35s ease;
}

.footer-latest-post:hover .footer-latest-post__image img {
    transform: scale(1.045);
}

.footer-latest-post__body {
    padding: 17px 18px 19px;
}

.footer-latest-post__meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    color: #8190a6;
    font-size: 13px;
}

.footer-latest-post__meta span {
    overflow: hidden;
    color: var(--vf-blue);
    font-weight: 750;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.footer-latest-post h3 {
    min-height: 50px;
    margin: 8px 0 13px;
    overflow: hidden;
    color: var(--vf-navy);
    font-size: 18px;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.catalog-filter-sheet {
    padding: 24px;
    border-color: #d9e4f2;
    border-radius: 18px;
    background:
        radial-gradient(circle at 100% 0,rgba(20,100,244,.075),transparent 28%),
        linear-gradient(180deg,#fff 0%,#fbfdff 100%);
    box-shadow: 0 16px 42px rgba(7,26,61,.075);
}

.catalog-filter-bar__head {
    padding-bottom: 15px;
    border-bottom: 1px solid #e7edf6;
}

.catalog-filter-bar__head h2 {
    font-size: clamp(22px,2.4vw,28px);
}

.catalog-chip-row {
    gap: 10px;
}

.filter-chip-dropdown > summary,
.filter-sale-chip {
    min-height: 44px;
    border-color: #d3deed;
    border-radius: 10px;
    box-shadow: 0 3px 10px rgba(7,26,61,.025);
    transition: color .18s ease,border-color .18s ease,background .18s ease,box-shadow .18s ease;
}

.filter-chip-dropdown > summary::after {
    content: "\2304";
    margin-left: 5px;
    transition: transform .18s ease;
}

.filter-chip-dropdown[open] > summary::after {
    transform: rotate(180deg);
}

.filter-chip-dropdown[open] > summary,
.filter-chip-dropdown > summary:hover,
.filter-sale-chip:hover {
    color: var(--vf-blue);
    border-color: #9fbcf2;
    background: #f4f8ff;
    box-shadow: 0 6px 16px rgba(20,100,244,.09);
}

.filter-chip-dropdown > summary:focus-visible,
.filter-sale-chip:focus-within {
    outline: 3px solid rgba(20,100,244,.16);
    outline-offset: 2px;
}

.filter-chip-dropdown__panel {
    top: calc(100% + 10px);
    padding: 13px;
    border-color: #d9e3f0;
    border-radius: 14px;
    box-shadow: 0 22px 54px rgba(7,26,61,.18);
}

.filter-choice {
    min-height: 42px;
    border: 1px solid transparent;
    border-radius: 9px;
    transition: border-color .15s ease,background .15s ease;
}

.filter-choice:hover,
.filter-choice:has(input:checked) {
    color: #0b55d1;
    border-color: #d4e3fc;
    background: #edf4ff;
}

.filter-choice input {
    width: 17px;
    height: 17px;
    flex: 0 0 auto;
}

.filter-price-inputs input,
.catalog-filter-search input {
    height: 46px;
    border-radius: 9px;
    background: #fff;
}

.catalog-filter-search {
    margin-top: 17px;
    padding-top: 16px;
    border-top: 1px solid #e7edf6;
}

.catalog-toolbar {
    align-items: flex-end;
    margin-bottom: 20px;
    padding: 5px 0 17px;
}

.catalog-sort-button {
    min-height: 40px;
    border-radius: 9px;
}

.catalog-mobile-filter-button {
    border-radius: 11px;
    box-shadow: 0 10px 24px rgba(20,100,244,.2);
}

.catalog-mobile-filter-button { scroll-margin-top: 88px; }

.product-grid--catalog {
    grid-template-columns: repeat(4,minmax(0,1fr));
    gap: 16px;
}

.product-card--catalog {
    height: 100%;
    border-color: #dfe7f2;
    border-radius: 15px;
    box-shadow: 0 8px 25px rgba(7,26,61,.045);
}

.product-card--catalog:hover {
    border-color: #abc7f4;
    box-shadow: 0 18px 42px rgba(7,26,61,.11);
}

.product-card--catalog .product-card__image {
    display: grid;
    place-items: center;
    overflow: hidden;
    padding: 14px;
    background: #fff;
}

.product-card--catalog .product-card__image img {
    width: 100%;
    height: 100%;
    aspect-ratio: auto;
    object-fit: contain;
    background: #fff;
}

.product-card--catalog .product-card__body {
    padding: 15px;
}

.product-card--catalog .product-card__meta {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.product-card--catalog h3 {
    min-height: 44px;
    font-size: 16px;
}

.product-card--catalog .product-card__price {
    margin-bottom: 12px;
}

.product-card--catalog .product-card__price strong {
    font-size: 20px;
}

.product-card--catalog .product-card__actions .button,
.product-card--catalog .compare-link--card {
    font-size: 13px;
}

.product-voucher-panel {
    margin-top: 18px;
    overflow: hidden;
    border: 1px solid #dbe5f1;
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 10px 26px rgba(7,26,61,.055);
}

.product-voucher-panel__head {
    min-height: 52px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding: 12px 15px;
    border-bottom: 1px solid #e5ebf3;
    background: linear-gradient(135deg,#edf4ff,#f8fbff);
}

.product-voucher-panel__head strong {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--vf-navy);
}

.product-voucher-panel__head .icon,
.product-voucher-panel__head .vf-icon {
    width: 20px;
    height: 20px;
    color: var(--vf-blue);
}

.product-voucher-list {
    display: grid;
    gap: 0;
}

.product-voucher-item {
    min-width: 0;
    display: grid;
    grid-template-columns: minmax(0,1fr) auto;
    align-items: center;
    gap: 14px;
    padding: 14px 15px;
}

.product-voucher-item + .product-voucher-item {
    border-top: 1px dashed #d8e1ed;
}

.product-voucher-item > div {
    min-width: 0;
    display: grid;
    gap: 3px;
}

.product-voucher-item > div > strong,
.product-gift-item__name,
.product-gift-item > div > span:first-child {
    color: var(--vf-navy);
    font-weight: 750;
}

.product-voucher-item > div > span,
.product-voucher-item small {
    color: #68778e;
    line-height: 1.45;
}

.product-voucher-item small {
    font-size: 12px;
}

.product-voucher-code,
.product-voucher-action {
    min-width: 112px;
    min-height: 48px;
    display: grid;
    place-items: center;
    gap: 1px;
    padding: 7px 12px;
    color: #0d55cd;
    border: 1px dashed #79a5f5;
    border-radius: 10px;
    background: #edf4ff;
    font: inherit;
    cursor: pointer;
    transition: color .18s ease,border-color .18s ease,background .18s ease,transform .18s ease;
}

.product-voucher-code span {
    font-weight: 850;
    letter-spacing: .04em;
}

.product-voucher-code em {
    font-size: 11px;
    font-style: normal;
}

.product-voucher-code:hover:not(:disabled),
.product-voucher-action:hover {
    color: #fff;
    border-color: var(--vf-blue);
    background: var(--vf-blue);
    transform: translateY(-1px);
}

.product-voucher-code:disabled {
    opacity: .55;
    cursor: not-allowed;
}

.product-voucher-action--zalo {
    min-width: 120px;
    color: #08785a;
    border-style: solid;
    border-color: #9bd8c4;
    background: #e8f8f2;
    font-weight: 750;
    text-align: center;
}

.product-gift-panel {
    border-color: #f0d3a6;
}

.product-gift-panel .product-voucher-panel__head {
    border-bottom-color: #f1dfc3;
    background: linear-gradient(135deg,#fff4de,#fffaf1);
}

.product-gift-panel .product-voucher-panel__head .icon,
.product-gift-panel .product-voucher-panel__head .vf-icon {
    color: #d77500;
}

.product-gift-panel__timer {
    color: #9a661f;
    font-size: 12px;
    text-align: right;
}

.product-gift-item {
    grid-template-columns: 68px minmax(0,1fr);
}

.product-gift-item > img {
    width: 68px;
    height: 68px;
    display: block;
    padding: 4px;
    border: 1px solid #e3e8ef;
    border-radius: 10px;
    background: #fff;
    object-fit: contain;
}

.product-gift-item__name:hover {
    color: var(--vf-blue);
}

.product-gift-item__price {
    font-size: 13px;
}

.product-price-box {
    overflow: hidden;
    box-shadow: 0 14px 32px rgba(6,30,74,.18);
}

.product-price-box::after {
    content: "";
    position: absolute;
    width: 130px;
    height: 130px;
    right: -72px;
    bottom: -90px;
    border: 18px solid rgba(255,255,255,.06);
    border-radius: 50%;
    pointer-events: none;
}

.product-price-box .stock-line {
    margin-top: 8px;
    color: #9ce8be;
}

.stock-line.is-in-stock {
    color: #1b7143;
}

.stock-line.is-contact {
    color: #9a661f;
}

.stock-line.is-out-of-stock {
    color: #a63a48;
}

.stock-line.is-discontinued {
    color: #a63a48;
}

.product-detail-highlight strong {
    overflow: visible;
    text-overflow: clip;
    white-space: normal;
}

.product-thumb-nav {
    width: 44px;
    height: 44px;
}

.product-thumb-strip {
    grid-template-columns: 44px minmax(0,1fr) 44px;
}

.related-product-list {
    grid-template-columns: repeat(4,minmax(0,1fr));
}

.related-product-list > .product-card {
    height: 100%;
}

@media (max-width: 1180px) {
    .product-grid--catalog,
    .related-product-list {
        grid-template-columns: repeat(3,minmax(0,1fr));
    }
}

@media (max-width: 1020px) {
    .footer-latest-posts__grid {
        grid-template-columns: 1fr;
    }

    .footer-latest-post {
        display: grid;
        grid-template-columns: 240px minmax(0,1fr);
    }

    .footer-latest-post__image img {
        height: 100%;
        aspect-ratio: auto;
    }
}

@media (max-width: 920px) {
    .product-grid--catalog,
    .related-product-list {
        grid-template-columns: repeat(2,minmax(0,1fr));
    }

}

@media (max-width: 760px) {
    body.catalog-filter-open {
        overflow: hidden;
    }

    .catalog-mobile-filter-button {
        width: 100%;
        min-height: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 9px;
        margin-bottom: 16px;
        color: #fff;
        border: 0;
        background: linear-gradient(135deg,var(--vf-blue),#0b4dbe);
        font: inherit;
        font-weight: 750;
    }

    .catalog-mobile-filter-button strong {
        min-width: 24px;
        height: 24px;
        display: grid;
        place-items: center;
        color: var(--vf-blue);
        border-radius: 50%;
        background: #fff;
        font-size: 12px;
    }

    .catalog-filter-bar {
        display: none;
    }

    .catalog-filter-bar.is-desktop-open {
        display: none;
    }

    .catalog-filter-bar.is-mobile-open {
        position: fixed;
        z-index: 1800;
        inset: 0;
        display: block;
        padding: 12px;
        overflow-y: auto;
        overscroll-behavior: contain;
        background: rgba(3,17,42,.7);
        backdrop-filter: blur(5px);
    }

    .catalog-filter-sheet {
        width: min(520px,100%);
        min-height: 100%;
        margin: 0 auto;
        padding: 0 16px 16px;
        border: 0;
        border-radius: 17px;
        background: #fff;
        box-shadow: 0 28px 90px rgba(0,0,0,.28);
    }

    .catalog-filter-bar__head {
        position: sticky;
        z-index: 4;
        top: 0;
        margin: 0 -16px 15px;
        padding: 16px;
        border-radius: 17px 17px 0 0;
        background: rgba(255,255,255,.97);
        backdrop-filter: blur(12px);
    }

    .catalog-filter-close {
        width: 42px;
        height: 42px;
        display: grid;
        place-items: center;
        flex: 0 0 auto;
        color: var(--vf-navy);
        border: 1px solid #dce5f1;
        border-radius: 50%;
        background: #f1f5fa;
        font-size: 26px;
        cursor: pointer;
    }

    .catalog-filter-bar__actions > .catalog-clear-link {
        display: none;
    }

    .catalog-chip-row {
        display: grid;
        gap: 9px;
    }

    .filter-chip-dropdown > summary,
    .filter-sale-chip {
        width: 100%;
        justify-content: space-between;
    }

    .filter-chip-dropdown__panel {
        position: static;
        min-width: 0!important;
        max-height: none;
        margin-top: 8px;
        border-radius: 11px;
        box-shadow: none;
    }

    .filter-chip-dropdown__panel--grid {
        grid-template-columns: 1fr;
    }

    .catalog-filter-search label {
        grid-template-columns: 1fr;
    }

    .catalog-filter-mobile-actions {
        position: sticky;
        z-index: 3;
        bottom: -16px;
        display: grid;
        grid-template-columns: 1fr;
        gap: 9px;
        margin: 18px -16px -16px;
        padding: 13px 16px 16px;
        border-top: 1px solid #e3eaf3;
        border-radius: 0 0 17px 17px;
        background: rgba(255,255,255,.97);
        backdrop-filter: blur(12px);
    }

    .catalog-filter-mobile-actions > * {
        min-height: 46px;
        display: flex;
        align-items: center;
        justify-content: center;
        border: 1px solid #cbdaf0;
        border-radius: 10px;
        background: #f4f8ff;
    }

    .catalog-filter-mobile-actions > .button--primary {
        color: #fff;
        border-color: var(--vf-blue);
        background: linear-gradient(135deg,var(--vf-blue),#0b4dbe);
        box-shadow: 0 9px 22px rgba(20,94,245,.2);
    }
}

@media (max-width: 640px) {
    .footer-latest-posts {
        padding: 38px 0 42px;
    }

    .footer-latest-posts__head {
        align-items: flex-start;
        flex-direction: column;
        gap: 10px;
        margin-bottom: 17px;
    }

    .footer-latest-posts__head h2 {
        font-size: 28px;
    }

    .footer-latest-post {
        display: block;
    }

    .footer-latest-post__image img {
        height: auto;
        aspect-ratio: 16/9;
    }

    .product-card--catalog .product-card__image {
        padding: 8px;
    }

    .product-card--catalog .product-card__body {
        padding: 12px;
    }

    .product-card--catalog h3 {
        font-size: 15px;
    }

    .product-card--catalog .product-card__price strong {
        font-size: 18px;
    }

    .product-purchase-panel h1 {
        font-size: clamp(28px,8.5vw,35px);
        line-height: 1.12;
    }

    .product-proof-row {
        width: 100%;
        display: grid;
        grid-template-columns: minmax(0,1fr) auto;
        padding: 11px 13px;
    }

    .product-proof-row > .rating--detail {
        grid-column: 1 / -1;
        padding-bottom: 10px;
        margin-bottom: 10px;
        border-bottom: 1px solid #d9e2ef;
    }

    .product-proof-row > .stock-line {
        min-width: 0;
        margin-left: 0;
        padding-left: 0;
        border-left: 0;
    }

    .product-proof-row > .product-detail-code {
        margin-left: 12px;
        padding-left: 12px;
    }

    .product-detail-highlights {
        grid-template-columns: 1fr;
    }

    .product-detail-highlight {
        min-height: 58px;
    }

    .product-voucher-panel__head {
        align-items: flex-start;
        flex-direction: column;
        gap: 4px;
    }

    .product-gift-panel__timer {
        text-align: left;
    }

    .product-voucher-item {
        grid-template-columns: 1fr;
    }

    .product-voucher-code,
    .product-voucher-action {
        width: 100%;
    }

    .product-gift-item {
        grid-template-columns: 64px minmax(0,1fr);
    }

    .product-gift-item > img {
        width: 64px;
        height: 64px;
    }

    .product-option-box__head {
        align-items: flex-start;
        flex-direction: column;
        gap: 4px;
    }
}

@media (max-width: 480px) {
    .related-product-list {
        grid-template-columns: repeat(2,minmax(0,1fr));
    }
}

@media (max-width: 390px) {
    .product-grid--catalog {
        grid-template-columns: repeat(2,minmax(0,1fr));
    }

}

/* Homepage visual refresh: responsive overrides kept last to win legacy breakpoints. */
@media (max-width: 1180px) {
    .home-hero__content {
        width: min(60%,620px);
        padding-left: 48px;
    }

    .site-footer__catalog-grid {
        grid-template-columns: repeat(2,minmax(0,1fr));
    }
}

@media (max-width: 820px) {
    .home-hero__slider,
    .home-hero__layout {
        min-height: 500px;
    }

    .home-hero__layout {
        display: block;
    }

    .home-hero__content {
        width: min(72%,560px);
        max-width: none;
        padding: 68px 34px 90px;
        text-align: left;
    }

    .home-hero__title,
    .home-hero__content p {
        margin-inline: 0;
    }

    .home-hero__visual {
        position: absolute;
        inset: 0;
        min-height: 0;
    }

    .home-hero__visual img {
        width: 100%;
        height: 100%;
    }

    .home-flash > .container {
        padding: 26px;
        border-radius: 24px;
    }

    .home-category-card__image {
        height: 220px;
    }
}

@media (max-width: 640px) {
    .home-hero {
        padding: 12px 0;
    }

    .home-hero__slider,
    .home-hero__layout {
        min-height: 520px;
    }

    .home-hero__layout {
        border-radius: 20px;
    }

    .home-hero__content {
        width: 100%;
        max-width: 100%;
        padding: 44px 22px 104px;
        text-align: left;
    }

    .home-hero__title {
        max-width: 340px;
        margin: 11px 0 16px;
        font-size: 36px;
        line-height: 1.08;
    }

    .home-hero__content p {
        max-width: 330px;
        margin: 0 0 24px;
        color: #e0ebf8;
        font-size: 14px;
        line-height: 1.6;
    }

    .home-hero__visual {
        width: auto;
        min-height: 0;
    }

    .home-hero__visual::before {
        background: linear-gradient(180deg,rgba(2,17,42,.98) 0%,rgba(2,19,45,.88) 56%,rgba(2,20,46,.46) 100%),linear-gradient(90deg,rgba(2,17,42,.72),rgba(2,17,42,.05));
    }

    .home-hero__visual img {
        width: 100%;
        height: 100%;
        object-position: 68% center;
    }

    .home-hero__dots {
        bottom: 16px;
        display: flex;
    }

    .home-flash {
        padding: 44px 0;
    }

    .home-flash > .container {
        width: calc(100% - 20px);
        padding: 20px 14px;
        border-radius: 20px;
    }

    .home-flash .home-brand-tabs {
        grid-template-columns: repeat(3,minmax(0,1fr));
    }

    .home-categories {
        padding-top: 42px;
    }

    .home-category-card {
        border-radius: 15px;
    }

    .home-category-card__image {
        height: 165px;
        padding: 0;
    }

    .home-category-card__name {
        min-height: 54px;
        padding: 11px;
        font-size: 14px;
    }

    .site-footer__catalog {
        padding: 36px 0 30px;
    }

    .site-footer__catalog-head {
        align-items: flex-start;
        flex-direction: column;
        gap: 10px;
        margin-bottom: 18px;
    }

    .site-footer__catalog-head h2 {
        font-size: 23px;
    }

    .site-footer__catalog-grid {
        grid-template-columns: 1fr;
        gap: 11px;
    }

    .site-footer__category-card {
        padding: 15px;
        border-radius: 14px;
    }
}

/* Refreshed homepage imagery. */
.home-technology__visual {
    isolation: isolate;
}

.home-technology__visual::after {
    content: "";
    position: absolute;
    z-index: 3;
    inset: 0;
    pointer-events: none;
    background: linear-gradient(90deg,#052758 0%,rgba(5,39,88,.28) 30%,transparent 66%);
}

.home-technology__visual img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: none;
}

.home-why__support img {
    padding: 0;
    object-fit: cover;
}

.home-consultation__visual img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: none;
}

.home-finder-cta {
    position: relative;
    overflow: hidden;
    padding: 54px 0;
    border-top: 1px solid #dce7f5;
    background: linear-gradient(180deg,#f7faff,#eef5ff);
}

.home-finder-cta::before {
    content: "";
    position: absolute;
    width: 520px;
    height: 520px;
    right: -260px;
    top: -330px;
    border: 1px solid rgba(20,94,245,.12);
    border-radius: 50%;
    box-shadow: 0 0 0 72px rgba(20,94,245,.025),0 0 0 144px rgba(20,94,245,.014);
}

.home-finder-cta__panel {
    position: relative;
    display: grid;
    grid-template-columns: minmax(360px,.9fr) minmax(0,1.1fr);
    overflow: hidden;
    border: 1px solid rgba(130,175,240,.32);
    border-radius: 24px;
    color: #fff;
    background: linear-gradient(125deg,#061b3d,#063b82 64%,#0b55bd);
    box-shadow: 0 24px 60px rgba(5,37,84,.2);
}

.home-finder-cta__image {
    position: relative;
    min-height: 430px;
    overflow: hidden;
}

.home-finder-cta__image::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg,transparent 64%,#082b61 100%);
}

.home-finder-cta__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home-finder-cta__content {
    align-self: center;
    padding: 44px clamp(30px,4vw,62px) 44px 34px;
}

.home-finder-cta__content > span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #76c7ff;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .1em;
}

.home-finder-cta__content > span .icon {
    width: 18px;
    height: 18px;
}

.home-finder-cta__content h2 {
    max-width: 610px;
    margin: 12px 0 13px;
    color: #fff;
    font-size: clamp(30px,3.2vw,45px);
    line-height: 1.12;
    letter-spacing: -.04em;
}

.home-finder-cta__content p {
    max-width: 650px;
    margin: 0;
    color: #c6d8ef;
    line-height: 1.7;
}

.home-finder-cta__content ul {
    display: grid;
    gap: 8px;
    margin: 20px 0 25px;
    padding: 0;
    list-style: none;
}

.home-finder-cta__content li {
    position: relative;
    padding-left: 24px;
    color: #e8f2ff;
}

.home-finder-cta__content li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #65c7ff;
    font-weight: 800;
}

.home-finder-cta__content .button {
    min-height: 50px;
    gap: 9px;
    padding-inline: 22px;
    background: #fff;
    color: #0b4bc4;
    box-shadow: 0 12px 30px rgba(0,0,0,.16);
}

.home-finder-cta__content .button:hover {
    color: #fff;
    background: #1677ee;
}

.site-footer__finder {
    display: grid!important;
    grid-template-columns: 34px minmax(0,1fr) 16px;
    align-items: center!important;
    gap: 9px!important;
    margin: 4px 0 0;
    padding: 11px;
    border: 1px solid rgba(112,184,255,.25);
    border-radius: 12px;
    color: #fff!important;
    background: linear-gradient(135deg,rgba(32,132,248,.24),rgba(31,100,202,.11));
    transition: border-color .2s ease,background .2s ease,transform .2s ease;
}

.site-footer__finder:hover {
    border-color: rgba(112,184,255,.55);
    background: linear-gradient(135deg,rgba(32,132,248,.38),rgba(31,100,202,.2));
    transform: translateY(-2px);
}

.site-footer__finder > span:first-child {
    width: 34px;
    height: 34px;
    display: grid;
    place-items: center;
    border-radius: 9px;
    color: #8ed0ff;
    background: rgba(255,255,255,.09);
}

.site-footer__finder > span:nth-child(2) {
    display: grid;
    line-height: 1.25;
}

.site-footer__finder strong {
    color: #fff;
}

.site-footer__finder small {
    color: #9eb9da;
    font-size: 11px;
}

.site-footer__finder > .icon {
    width: 14px;
    height: 14px;
}

@media (max-width: 920px) {
    .home-finder-cta__panel {
        grid-template-columns: .85fr 1.15fr;
    }

    .home-finder-cta__image {
        min-height: 410px;
    }

    .home-finder-cta__content {
        padding: 34px 28px 34px 24px;
    }
}

@media (max-width: 700px) {
    .home-technology__visual::after {
        background: linear-gradient(180deg,#052758 0%,transparent 28%);
    }

    .home-finder-cta {
        padding: 38px 0;
    }

    .home-finder-cta__panel {
        grid-template-columns: 1fr;
        border-radius: 19px;
    }

    .home-finder-cta__image {
        min-height: 275px;
    }

    .home-finder-cta__image::after {
        background: linear-gradient(180deg,transparent 66%,#082b61 100%);
    }

    .home-finder-cta__content {
        padding: 28px 22px 30px;
    }

    .home-finder-cta__content h2 {
        font-size: 30px;
    }

}

/* Automatic product finder page. */
.product-finder-page .site-main {
    background: #f5f8fd;
}

.product-finder-page .eyebrow {
    margin: 0;
    color: var(--vf-blue);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .12em;
}

.product-finder-hero {
    padding: 34px 0 50px;
    background:
        radial-gradient(circle at 90% 10%,rgba(49,136,255,.12),transparent 26%),
        linear-gradient(180deg,#fff 0%,#eef5ff 100%);
}

.product-finder-hero__inner {
    position: relative;
    min-height: 520px;
    display: grid;
    grid-template-columns: minmax(0,.92fr) minmax(430px,1.08fr);
    overflow: hidden;
    border: 1px solid rgba(112,164,235,.25);
    border-radius: 26px;
    color: #fff;
    background:
        radial-gradient(circle at 12% 14%,rgba(25,111,246,.32),transparent 32%),
        linear-gradient(128deg,#031530 0%,#062e68 62%,#08489e 100%);
    box-shadow: 0 26px 68px rgba(5,31,72,.2);
}

.product-finder-hero__content {
    position: relative;
    z-index: 3;
    align-self: center;
    padding: 58px 10px 58px clamp(36px,5vw,72px);
}

.product-finder-hero__content::before {
    content: "";
    position: absolute;
    width: 360px;
    height: 360px;
    left: -210px;
    bottom: -290px;
    border: 1px solid rgba(116,186,255,.15);
    border-radius: 50%;
    box-shadow: 0 0 0 58px rgba(116,186,255,.025),0 0 0 116px rgba(116,186,255,.014);
}

.product-finder-hero__content .eyebrow {
    color: #78c8ff;
}

.product-finder-hero__content h1 {
    max-width: 650px;
    margin: 13px 0 18px;
    color: #fff;
    font-size: clamp(40px,4.8vw,64px);
    line-height: 1.06;
    letter-spacing: -.055em;
}

.product-finder-hero__content > p:not(.eyebrow) {
    max-width: 590px;
    margin: 0 0 27px;
    color: #c5d8ef;
    font-size: 16px;
    line-height: 1.75;
}

.product-finder-hero__content .button {
    min-height: 50px;
    gap: 9px;
    padding-inline: 23px;
    background: #fff;
    color: #0c4cc5;
    box-shadow: 0 14px 32px rgba(0,0,0,.18);
}

.product-finder-hero__content .button:hover {
    color: #fff;
    background: #1677ee;
}

.product-finder-hero__media {
    position: relative;
    min-width: 0;
    margin: 18px;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,.14);
    border-radius: 19px;
    background: #dfeafa;
}

.product-finder-hero__media::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg,rgba(4,32,73,.62),transparent 35%),linear-gradient(180deg,transparent 64%,rgba(3,25,58,.34));
}

.product-finder-hero__media img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.product-finder-hero__media > span {
    position: absolute;
    z-index: 2;
    right: 18px;
    bottom: 18px;
    display: inline-flex;
    align-items: center;
    padding: 9px 13px;
    border: 1px solid rgba(255,255,255,.28);
    border-radius: 999px;
    color: #fff;
    background: rgba(3,31,71,.74);
    backdrop-filter: blur(8px);
    font-size: 12px;
    font-weight: 750;
}

.product-finder-builder {
    padding: 64px 0 70px;
}

.product-finder-builder__layout {
    display: grid;
    grid-template-columns: minmax(250px,320px) minmax(0,1fr);
    align-items: start;
    gap: 24px;
}

.product-finder-guide {
    position: sticky;
    top: 82px;
    overflow: hidden;
    padding: 28px;
    border: 1px solid rgba(82,147,234,.24);
    border-radius: 20px;
    color: #fff;
    background:
        radial-gradient(circle at 100% 0,rgba(43,132,255,.3),transparent 32%),
        linear-gradient(145deg,#061a3a,#072d64);
    box-shadow: 0 18px 42px rgba(5,31,72,.13);
}

.product-finder-guide .eyebrow {
    color: #6fc4ff;
}

.product-finder-guide h2 {
    margin: 9px 0 23px;
    color: #fff;
    font-size: 27px;
    line-height: 1.18;
    letter-spacing: -.035em;
}

.product-finder-guide ol {
    display: grid;
    gap: 4px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.product-finder-guide li {
    display: grid;
    grid-template-columns: 42px minmax(0,1fr);
    gap: 12px;
    padding: 14px 0;
    border-top: 1px solid rgba(255,255,255,.1);
}

.product-finder-guide li > span {
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(110,190,255,.24);
    border-radius: 12px;
    color: #80caff;
    background: rgba(56,137,240,.12);
    font-weight: 800;
}

.product-finder-guide li strong {
    display: block;
    margin: 1px 0 3px;
    color: #fff;
}

.product-finder-guide li p {
    margin: 0;
    color: #9fb7d5;
    font-size: 12px;
    line-height: 1.55;
}

.product-finder-guide__note {
    margin: 20px 0 0;
    padding: 13px 14px;
    border: 1px solid rgba(111,183,255,.18);
    border-radius: 12px;
    color: #b8cbe2;
    background: rgba(255,255,255,.045);
    font-size: 12px;
    line-height: 1.6;
}

.product-finder-form {
    min-width: 0;
    overflow: hidden;
    padding: clamp(24px,3.4vw,42px);
    border: 1px solid #dce6f4;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 18px 46px rgba(7,36,78,.08);
}

.product-finder-form__head {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 10px;
}

.product-finder-form__head > span {
    width: 50px;
    height: 50px;
    display: grid;
    flex: 0 0 50px;
    place-items: center;
    color: #fff;
    border-radius: 14px;
    background: linear-gradient(145deg,#1675ee,#0a48b9);
    box-shadow: 0 10px 22px rgba(20,94,245,.2);
}

.product-finder-form__head > span .icon {
    width: 23px;
    height: 23px;
}

.product-finder-form__head p {
    margin: 0 0 2px;
    color: var(--vf-blue);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .11em;
}

.product-finder-form__head h2 {
    margin: 0;
    color: var(--vf-navy);
    font-size: clamp(25px,3vw,34px);
    letter-spacing: -.035em;
}

.product-finder-form .notice {
    margin: 18px 0 0;
    padding: 12px 14px;
    border: 1px solid #f1c5cb;
    border-radius: 10px;
    color: #a52936;
    background: #fff2f4;
}

.product-finder-form .notice p {
    margin: 0;
}

.finder-fieldset {
    min-width: 0;
    margin: 27px 0 0;
    padding: 25px 0 0;
    border: 0;
    border-top: 1px solid #e5ebf4;
}

.finder-fieldset[hidden] {
    display: none!important;
}

.finder-fieldset legend {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 9px;
    padding: 0;
    color: var(--vf-navy);
    font-size: 16px;
    font-weight: 800;
}

.finder-fieldset legend > span {
    width: 30px;
    height: 30px;
    display: inline-grid;
    place-items: center;
    border-radius: 9px;
    color: var(--vf-blue);
    background: #edf4ff;
    font-size: 13px;
}

.finder-fieldset legend small {
    margin-left: auto;
    color: #8a96a9;
    font-size: 11px;
    font-weight: 650;
}

.finder-choice-grid {
    display: grid;
    grid-template-columns: repeat(3,minmax(0,1fr));
    gap: 11px;
    margin-top: 15px;
}

.finder-choice-card,
.finder-check-chip {
    position: relative;
    cursor: pointer;
}

.finder-choice-card input,
.finder-check-chip input {
    position: absolute;
    width: 1px;
    height: 1px;
    opacity: 0;
}

.finder-choice-card > span {
    min-height: 80px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 15px;
    border: 1px solid #dce5f2;
    border-radius: 13px;
    color: #35435e;
    background: #fbfdff;
    line-height: 1.42;
    transition: border-color .18s ease,background .18s ease,box-shadow .18s ease,transform .18s ease;
}

.finder-choice-card > span i {
    width: 19px;
    height: 19px;
    display: grid;
    flex: 0 0 19px;
    place-items: center;
    border: 1.5px solid #b7c4d8;
    border-radius: 50%;
}

.finder-choice-card input:checked + span {
    border-color: #6c9cf3;
    color: #0a3b91;
    background: #edf4ff;
    box-shadow: 0 8px 20px rgba(20,94,245,.1);
    transform: translateY(-1px);
}

.finder-choice-card input:checked + span i {
    border: 5px solid var(--vf-blue);
    background: #fff;
}

.finder-choice-card input:focus-visible + span,
.finder-check-chip input:focus-visible + span {
    outline: 3px solid rgba(20,94,245,.2);
    outline-offset: 2px;
}

.finder-input-grid {
    display: grid;
    grid-template-columns: repeat(2,minmax(0,1fr));
    gap: 13px;
    margin-top: 15px;
}

.finder-input-grid label {
    display: grid;
    gap: 7px;
}

.finder-input-grid label > span {
    color: #48566f;
    font-size: 13px;
    font-weight: 750;
}

.finder-input-grid select,
.finder-input-grid input {
    width: 100%;
    min-width: 0;
    height: 48px;
    padding: 0 13px;
    border: 1px solid #d7e1ef;
    border-radius: 10px;
    color: var(--vf-navy);
    background: #fff;
    outline: 0;
}

.finder-input-grid select:focus,
.finder-input-grid input:focus {
    border-color: #6e9cf1;
    box-shadow: 0 0 0 4px rgba(20,94,245,.09);
}

.finder-fieldset__help {
    margin: 10px 0 0;
    color: #8995a8;
    font-size: 12px;
    line-height: 1.55;
}

.finder-priority-grid,
.finder-budget-grid {
    display: grid;
    grid-template-columns: repeat(2,minmax(0,1fr));
    gap: 9px;
    margin-top: 15px;
}

.finder-check-chip > span {
    min-height: 45px;
    display: flex;
    align-items: center;
    padding: 10px 13px 10px 39px;
    border: 1px solid #dce5f2;
    border-radius: 11px;
    color: #46546d;
    background: #fbfdff;
    font-size: 13px;
    font-weight: 650;
    transition: border-color .18s ease,background .18s ease,color .18s ease;
}

.finder-check-chip > span::before {
    content: "";
    position: absolute;
    left: 13px;
    width: 16px;
    height: 16px;
    border: 1.5px solid #aebdd1;
    border-radius: 5px;
    background: #fff;
}

.finder-check-chip input[type="radio"] + span::before {
    border-radius: 50%;
}

.finder-check-chip input:checked + span {
    border-color: #82aaf3;
    color: #0c438f;
    background: #eef5ff;
}

.finder-check-chip input:checked + span::before {
    border-color: var(--vf-blue);
    background: var(--vf-blue);
    box-shadow: inset 0 0 0 3px #fff;
}

.product-finder-form__submit {
    width: 100%;
    min-height: 54px;
    display: flex;
    gap: 10px;
    margin-top: 29px;
    border-radius: 11px;
}

.product-finder-form__submit .icon {
    width: 19px;
    height: 19px;
}

.product-finder-form__submit .icon:last-child {
    margin-left: auto;
}

.product-finder-form.is-submitting .product-finder-form__submit .icon:first-child {
    animation: finder-spin .8s linear infinite;
}

@keyframes finder-spin {
    to { transform: rotate(360deg); }
}

.product-finder-results {
    padding: 66px 0;
    border-top: 1px solid #dce6f3;
    background:
        radial-gradient(circle at 5% 0,rgba(20,94,245,.08),transparent 25%),
        linear-gradient(180deg,#eef5ff,#f8fbff);
}

.product-finder-results__head {
    display: grid;
    grid-template-columns: minmax(0,1fr) minmax(280px,.8fr);
    align-items: end;
    gap: 28px;
    margin-bottom: 24px;
}

.product-finder-results__head h2 {
    margin: 7px 0 6px;
    color: var(--vf-navy);
    font-size: clamp(29px,3.3vw,42px);
    line-height: 1.14;
    letter-spacing: -.04em;
}

.product-finder-results__head > div:first-child > p:last-child {
    margin: 0;
    color: #718099;
}

.product-finder-results__summary {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 7px;
}

.product-finder-results__summary span {
    padding: 7px 10px;
    border: 1px solid #cbdcf4;
    border-radius: 999px;
    color: #2d5a98;
    background: rgba(255,255,255,.8);
    font-size: 12px;
    font-weight: 700;
}

.product-finder-results__grid {
    display: grid;
    grid-template-columns: repeat(3,minmax(0,1fr));
    align-items: stretch;
    gap: 18px;
}

.product-finder-match-card {
    position: relative;
    min-width: 0;
    overflow: hidden;
    border: 1px solid #dbe5f2;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 14px 34px rgba(6,34,74,.08);
}

.product-finder-match-card::before {
    content: "";
    position: absolute;
    z-index: 3;
    top: 0;
    right: 0;
    left: 0;
    height: 4px;
    background: #90a8c7;
}

.product-finder-match-card--good::before {
    background: linear-gradient(90deg,#1b87ef,#145ef5);
}

.product-finder-match-card--high::before {
    background: linear-gradient(90deg,#0ca96f,#23c68a);
}

.product-finder-match-card__head {
    min-height: 54px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 13px 16px 10px;
    border-bottom: 1px solid #edf1f6;
}

.product-finder-match-card__head > span {
    color: #8a96a9;
    font-size: 12px;
    font-weight: 800;
}

.product-finder-match-card__head strong {
    padding: 6px 9px;
    border-radius: 999px;
    color: #53647e;
    background: #eef2f7;
    font-size: 11px;
}

.product-finder-match-card--good .product-finder-match-card__head strong {
    color: #0b56bd;
    background: #eaf3ff;
}

.product-finder-match-card--high .product-finder-match-card__head strong {
    color: #08754e;
    background: #e9fbf4;
}

.product-finder-match-card__reasons {
    min-height: 126px;
    display: grid;
    align-content: start;
    gap: 7px;
    margin: 0;
    padding: 13px 16px 14px;
    border-bottom: 1px solid #edf1f6;
    list-style: none;
    background: #fbfdff;
}

.product-finder-match-card__reasons li {
    display: grid;
    grid-template-columns: 16px minmax(0,1fr);
    align-items: start;
    gap: 7px;
    color: #586780;
    font-size: 12px;
    line-height: 1.45;
}

.product-finder-match-card__reasons .icon {
    width: 14px;
    height: 14px;
    margin-top: 2px;
    color: var(--vf-blue);
}

.product-finder-match-card .product-card--finder {
    height: auto;
    border: 0;
    border-radius: 0;
    box-shadow: none;
}

.product-finder-match-card .product-card--finder:hover {
    transform: none;
    box-shadow: none;
}

.product-finder-results__note {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    margin-top: 22px;
    padding: 17px 19px;
    border: 1px solid #d6e3f4;
    border-radius: 13px;
    background: rgba(255,255,255,.78);
}

.product-finder-results__note p {
    margin: 0;
    color: #66758c;
    line-height: 1.6;
}

.product-finder-results__note a {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    gap: 7px;
    color: var(--vf-blue);
    font-weight: 750;
}

.product-finder-results__note a .icon {
    width: 15px;
    height: 15px;
}

.product-finder-empty {
    max-width: 720px;
    display: grid;
    justify-items: center;
    margin: 0 auto;
    padding: 48px 30px;
    border: 1px solid #dce6f3;
    border-radius: 19px;
    background: #fff;
    box-shadow: 0 18px 46px rgba(7,36,78,.08);
    text-align: center;
}

.product-finder-empty > span {
    width: 58px;
    height: 58px;
    display: grid;
    place-items: center;
    border-radius: 17px;
    color: var(--vf-blue);
    background: #edf4ff;
}

.product-finder-empty h2 {
    margin: 17px 0 8px;
    color: var(--vf-navy);
    font-size: 28px;
}

.product-finder-empty p {
    max-width: 570px;
    margin: 0 0 22px;
    color: #718099;
    line-height: 1.65;
}

.product-finder-empty > div {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}

.button--secondary {
    color: #174986;
    border: 1px solid #bfd1eb;
    background: #fff;
}

.button--secondary:hover {
    color: #fff;
    border-color: var(--vf-blue);
    background: var(--vf-blue);
}

.product-finder-trust {
    padding: 44px 0 58px;
    background: #fff;
}

.product-finder-trust__grid {
    display: grid;
    grid-template-columns: repeat(3,minmax(0,1fr));
    gap: 14px;
}

.product-finder-trust__grid > div {
    display: grid;
    grid-template-columns: 45px minmax(0,1fr);
    gap: 2px 13px;
    padding: 20px;
    border: 1px solid #dfe7f2;
    border-radius: 15px;
    background: #fbfdff;
}

.product-finder-trust__grid > div > span {
    grid-row: 1/3;
    width: 45px;
    height: 45px;
    display: grid;
    place-items: center;
    color: var(--vf-blue);
    border-radius: 12px;
    background: #edf4ff;
}

.product-finder-trust__grid strong {
    align-self: end;
    color: var(--vf-navy);
}

.product-finder-trust__grid p {
    margin: 1px 0 0;
    color: #76849a;
    font-size: 12px;
    line-height: 1.5;
}

@media (max-width: 1060px) {
    .product-finder-hero__inner {
        grid-template-columns: minmax(0,.95fr) minmax(390px,1.05fr);
    }

    .product-finder-builder__layout {
        grid-template-columns: 270px minmax(0,1fr);
    }

    .finder-choice-grid,
    .product-finder-results__grid {
        grid-template-columns: repeat(2,minmax(0,1fr));
    }
}

@media (max-width: 860px) {
    .product-finder-hero {
        padding: 20px 0 38px;
    }

    .product-finder-hero__inner {
        grid-template-columns: 1fr;
    }

    .product-finder-hero__content {
        padding: 45px 34px 22px;
    }

    .product-finder-hero__media {
        min-height: 330px;
        margin-top: 0;
    }

    .product-finder-hero__media::after {
        background: linear-gradient(180deg,rgba(4,32,73,.35),transparent 32%),linear-gradient(180deg,transparent 66%,rgba(3,25,58,.4));
    }

    .product-finder-builder {
        padding: 45px 0 54px;
    }

    .product-finder-builder__layout {
        grid-template-columns: 1fr;
    }

    .product-finder-guide {
        position: relative;
        top: auto;
    }

    .product-finder-guide ol {
        grid-template-columns: repeat(3,minmax(0,1fr));
        gap: 10px;
    }

    .product-finder-guide li {
        grid-template-columns: 36px minmax(0,1fr);
        padding: 13px;
        border: 1px solid rgba(255,255,255,.1);
        border-radius: 12px;
    }

    .product-finder-guide li > span {
        width: 36px;
        height: 36px;
    }

    .product-finder-results__head {
        grid-template-columns: 1fr;
    }

    .product-finder-results__summary {
        justify-content: flex-start;
    }
}

@media (max-width: 640px) {
    .product-finder-hero__inner {
        border-radius: 19px;
    }

    .product-finder-hero__content {
        padding: 38px 22px 18px;
    }

    .product-finder-hero__content h1 {
        font-size: 38px;
    }

    .product-finder-hero__content > p:not(.eyebrow) {
        font-size: 14px;
    }

    .product-finder-hero__media {
        min-height: 260px;
        margin: 10px;
        border-radius: 14px;
    }

    .product-finder-hero__media > span {
        right: 10px;
        bottom: 10px;
        font-size: 10px;
    }

    .product-finder-guide,
    .product-finder-form {
        padding: 21px 17px;
        border-radius: 16px;
    }

    .product-finder-guide ol {
        grid-template-columns: 1fr;
    }

    .finder-choice-grid,
    .finder-input-grid,
    .finder-priority-grid,
    .finder-budget-grid,
    .product-finder-trust__grid {
        grid-template-columns: 1fr;
    }

    .finder-choice-card > span {
        min-height: 61px;
    }

    .finder-fieldset legend {
        align-items: flex-start;
        flex-wrap: wrap;
    }

    .finder-fieldset legend small {
        width: 100%;
        margin: 1px 0 0 39px;
    }

    .product-finder-results {
        padding: 45px 0;
    }

    .product-finder-results__note {
        align-items: flex-start;
        flex-direction: column;
        gap: 12px;
    }

    .product-finder-empty {
        padding: 36px 20px;
    }

    .product-finder-empty > div {
        width: 100%;
    }

    .product-finder-empty > div .button {
        width: 100%;
    }
}
/* Shared 404 experience for missing products, brands, categories and editorial pages. */
.site-404 {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    padding: clamp(42px, 7vw, 88px) 0 clamp(54px, 8vw, 104px);
    background:
        radial-gradient(circle at 8% 18%, rgba(24, 103, 242, 0.12), transparent 25%),
        radial-gradient(circle at 92% 85%, rgba(13, 166, 116, 0.09), transparent 28%),
        linear-gradient(180deg, #ffffff 0%, #f4f7fb 100%);
}

.site-404::before {
    position: absolute;
    z-index: -1;
    inset: 0;
    background-image: linear-gradient(rgba(25, 76, 145, 0.035) 1px, transparent 1px), linear-gradient(90deg, rgba(25, 76, 145, 0.035) 1px, transparent 1px);
    background-size: 34px 34px;
    content: "";
    mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.65), transparent 92%);
}

.site-404__shell {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(340px, 0.92fr);
    gap: clamp(30px, 6vw, 76px);
    align-items: center;
}

.site-404__eyebrow {
    display: inline-flex;
    gap: 9px;
    align-items: center;
    margin: 0 0 18px;
    color: #315172;
    font-size: 13px;
    font-weight: 700;
}

.site-404__eyebrow span {
    display: inline-grid;
    min-width: 48px;
    min-height: 28px;
    place-items: center;
    border: 1px solid rgba(20, 100, 244, 0.2);
    border-radius: 999px;
    background: #edf5ff;
    color: #0b5fe5;
    font-size: 12px;
    letter-spacing: 0.08em;
}

.site-404 h1 {
    max-width: 700px;
    margin: 0;
    color: #071b3f;
    font-size: clamp(36px, 5.2vw, 64px);
    line-height: 1.08;
    letter-spacing: -0.045em;
}

.site-404__lead {
    max-width: 680px;
    margin: 20px 0 0;
    color: #60718a;
    font-size: clamp(15px, 1.6vw, 18px);
    line-height: 1.75;
}

.site-404__search {
    max-width: 680px;
    margin-top: 28px;
}

.site-404__search > label {
    display: block;
    margin-bottom: 8px;
    color: #233d60;
    font-size: 13px;
    font-weight: 700;
}

.site-404__search > div {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 8px;
    align-items: center;
    padding: 7px;
    border: 1px solid #d7e1ef;
    border-radius: 16px;
    background: #ffffff;
    box-shadow: 0 18px 50px rgba(16, 49, 91, 0.09);
}

.site-404__search > div > span {
    display: grid;
    width: 38px;
    height: 38px;
    place-items: center;
    color: #58708f;
}

.site-404__search .icon { width: 20px; height: 20px; }

.site-404__search input {
    min-width: 0;
    padding: 11px 4px;
    border: 0;
    outline: 0;
    background: transparent;
    color: #0a2044;
    font: inherit;
}

.site-404__search input::placeholder { color: #8a99ad; }

.site-404__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 11px;
    margin-top: 18px;
}

.site-404__actions .button { min-height: 48px; }

.site-404__links {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    margin-top: 28px;
}

.site-404__links a {
    display: grid;
    grid-template-columns: 38px minmax(0, 1fr);
    gap: 2px 10px;
    align-items: center;
    min-width: 0;
    padding: 13px;
    border: 1px solid #dce5f0;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.78);
    color: #0c2b55;
    transition: 0.2s ease;
}

.site-404__links a:hover {
    transform: translateY(-2px);
    border-color: rgba(20, 100, 244, 0.38);
    background: #ffffff;
    box-shadow: 0 14px 34px rgba(16, 49, 91, 0.09);
}

.site-404__links a > span {
    display: grid;
    grid-row: 1 / span 2;
    width: 38px;
    height: 38px;
    place-items: center;
    border-radius: 11px;
    background: #edf5ff;
    color: #0b63ee;
}

.site-404__links .icon { width: 19px; height: 19px; }
.site-404__links strong { overflow: hidden; font-size: 13px; text-overflow: ellipsis; white-space: nowrap; }
.site-404__links small { overflow: hidden; color: #74839a; font-size: 10px; line-height: 1.35; text-overflow: ellipsis; white-space: nowrap; }

.site-404__visual {
    position: relative;
    min-height: 480px;
    border: 1px solid rgba(20, 75, 145, 0.12);
    border-radius: 30px;
    background: linear-gradient(145deg, #071b3d 0%, #0b2d61 60%, #0b5edc 145%);
    box-shadow: 0 35px 80px rgba(7, 27, 61, 0.23);
}

.site-404__map {
    position: absolute;
    overflow: hidden;
    inset: 22px 22px 86px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 22px;
    background:
        radial-gradient(circle at 74% 25%, rgba(42, 139, 255, 0.32), transparent 30%),
        linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
    background-size: auto, 30px 30px, 30px 30px;
    color: rgba(103, 190, 255, 0.72);
}

.site-404__map > svg { position: absolute; inset: 5% 4%; width: 92%; height: 90%; }

.site-404__marker {
    position: absolute;
    top: 48%;
    left: 41%;
    display: grid;
    width: 134px;
    height: 134px;
    place-content: center;
    border: 1px solid rgba(255, 255, 255, 0.24);
    border-radius: 50%;
    background: rgba(4, 23, 55, 0.86);
    color: #ffffff;
    text-align: center;
    transform: translate(-50%, -50%);
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.28);
}

.site-404__marker span { font-size: 43px; font-weight: 800; line-height: 1; letter-spacing: -0.06em; }
.site-404__marker strong { margin-top: 7px; color: #a9c9f4; font-size: 10px; font-weight: 600; }

.site-404__radar {
    position: absolute;
    border: 1px solid rgba(91, 182, 255, 0.28);
    border-radius: 50%;
}

.site-404__radar--one { top: 16%; right: 7%; width: 110px; height: 110px; }
.site-404__radar--two { right: 17%; bottom: 7%; width: 58px; height: 58px; }

.site-404__status {
    position: absolute;
    right: 22px;
    bottom: 20px;
    left: 22px;
    display: flex;
    gap: 12px;
    align-items: center;
    min-height: 48px;
    color: #ffffff;
}

.site-404__status > span {
    display: grid;
    width: 44px;
    height: 44px;
    flex: 0 0 44px;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 13px;
    background: rgba(255, 255, 255, 0.09);
}

.site-404__status .icon { width: 22px; height: 22px; }
.site-404__status small { display: block; color: #93b8e9; font-size: 10px; font-weight: 600; text-transform: uppercase; letter-spacing: 0.08em; }
.site-404__status strong { display: block; margin-top: 3px; font-size: 13px; }

@media (max-width: 1020px) {
    .site-404__shell { grid-template-columns: 1fr; }
    .site-404__visual { min-height: 360px; order: -1; }
    .site-404__map { inset-bottom: 78px; }
}

@media (max-width: 680px) {
    .site-404 { padding: 24px 0 74px; }
    .site-404__visual { min-height: 250px; border-radius: 22px; }
    .site-404__map { inset: 14px 14px 68px; border-radius: 15px; }
    .site-404__marker { width: 100px; height: 100px; }
    .site-404__marker span { font-size: 34px; }
    .site-404__status { right: 15px; bottom: 12px; left: 15px; }
    .site-404 h1 { font-size: clamp(34px, 11vw, 48px); }
    .site-404__search > div { grid-template-columns: auto minmax(0, 1fr); }
    .site-404__search button { grid-column: 1 / -1; width: 100%; justify-content: center; }
    .site-404__actions .button { flex: 1 1 100%; justify-content: center; }
    .site-404__links { grid-template-columns: 1fr; }
    .site-404__links small { white-space: normal; }
}

/* Mobile product cards: maximize usable width while keeping controls easy to tap. */
@media (max-width: 640px) {
    .site-header {
        position: fixed;
        top: -34px;
        right: 0;
        left: 0;
        width: 100%;
    }

    body.site {
        padding-top: 70px;
    }

    .vf-container,
    .container {
        width: min(calc(100% - 12px), var(--vf-container));
        padding-inline: 0;
    }

    .home-flash > .container {
        width: min(calc(100% - 12px), var(--vf-container));
    }

    .home-product-grid,
    .product-grid {
        gap: 6px;
    }

    :is(.product-card--home, .product-card--catalog) {
        border-radius: 10px;
    }

    :is(.product-card--home, .product-card--catalog) .product-card__image {
        padding: 6px 4px 2px;
    }

    :is(.product-card--home, .product-card--catalog) .product-card__rating {
        padding-inline: 7px;
    }

    :is(.product-card--home, .product-card--catalog) .product-card__body {
        padding: 8px;
    }

    .product-card .product-card__actions {
        grid-template-columns: minmax(0, 1fr) 34px;
        gap: 4px;
    }

    .product-card .product-card__actions .button,
    .product-card .compare-link--card {
        min-height: 40px;
    }

    .product-card .product-card__actions .button {
        gap: 4px;
        padding-inline: 4px;
        font-size: 12px;
        font-weight: 750;
    }

    .product-card .compare-link--card {
        width: 34px;
        min-width: 34px;
    }

    .product-card .product-card__action-label {
        overflow: visible;
        text-overflow: clip;
    }

    .product-card .product-card__actions .icon,
    .product-card .compare-link--card .icon {
        width: 13px;
        height: 13px;
        flex-basis: 13px;
    }

    .product-price-box > del {
        display: inline-block;
        margin-left: 6px;
        font-size: 12px;
        line-height: 1.2;
        white-space: nowrap;
    }

    .cart-item__info h3 {
        font-size: 15px;
        line-height: 1.35;
    }

    .cart-item__info p {
        font-size: 13px;
        line-height: 1.4;
    }

    .cart-item__quantity {
        font-size: 13px;
        line-height: 1.3;
        text-transform: none;
    }

    .cart-item__quantity > span {
        white-space: nowrap;
    }

    .cart-panel__actions {
        grid-template-columns: 1fr;
    }

    .cart-panel__actions > .button {
        width: 100%;
        font-size: 14px;
        white-space: nowrap;
    }

    .cart-panel__actions .cart-clear-button,
    .cart-auto-update-status {
        grid-column: 1;
        justify-self: center;
        text-align: center;
    }
}

@media (max-width: 390px) {
    .product-card__desc {
        display: none;
    }
}
