:root {
    --navy: #092b4c;
    --navy-2: #061f38;
    --blue: #0969c8;
    --blue-2: #1f83e3;
    --blue-soft: #e9f4ff;
    --cyan: #43c5dc;
    --red: #ef4149;
    --red-soft: #fff0f1;
    --green: #15966a;
    --green-soft: #eaf9f3;
    --orange: #f39237;
    --yellow: #ffd56a;
    --ink: #12283d;
    --muted: #64788b;
    --line: #dde7ef;
    --surface: #ffffff;
    --surface-soft: #f4f8fb;
    --surface-blue: #edf6ff;
    --shadow-sm: 0 8px 28px rgba(9, 43, 76, .07);
    --shadow: 0 18px 55px rgba(9, 43, 76, .12);
    --radius-sm: 12px;
    --radius: 20px;
    --radius-lg: 30px;
    --container: 1240px;
    --transition: 180ms ease;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    color: var(--ink);
    background: var(--surface);
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 15px;
    line-height: 1.55;
    -webkit-font-smoothing: antialiased;
}

body.menu-open,
body.filters-open {
    overflow: hidden;
}

img {
    display: block;
    max-width: 100%;
}

a {
    color: inherit;
    text-decoration: none;
}

button,
input,
select,
textarea {
    color: inherit;
    font: inherit;
}

button,
select {
    cursor: pointer;
}

button {
    border: 0;
}

input,
select,
textarea {
    border: 1px solid var(--line);
    border-radius: var(--radius-sm);
    background: #fff;
    outline: none;
    transition: border var(--transition), box-shadow var(--transition);
}

input:focus,
select:focus,
textarea:focus {
    border-color: rgba(9, 105, 200, .65);
    box-shadow: 0 0 0 4px rgba(9, 105, 200, .1);
}

[hidden] {
    display: none !important;
}

.container {
    width: min(calc(100% - 40px), var(--container));
    margin-inline: auto;
}

.site-shell {
    min-height: 100vh;
    overflow: clip;
}

.icon {
    flex: 0 0 auto;
    vertical-align: middle;
}

.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    min-height: 46px;
    padding: 0 22px;
    border: 1px solid var(--blue);
    border-radius: 13px;
    color: #fff;
    background: var(--blue);
    font-weight: 750;
    text-align: center;
    transition: transform var(--transition), box-shadow var(--transition), background var(--transition), color var(--transition);
}

.button:hover {
    transform: translateY(-2px);
    background: #075eb4;
    box-shadow: 0 12px 24px rgba(9, 105, 200, .22);
}

.button:active {
    transform: translateY(0);
}

.button-large {
    min-height: 54px;
    padding-inline: 27px;
    border-radius: 15px;
    font-size: 15px;
}

.button-small {
    min-height: 36px;
    padding-inline: 15px;
    border-radius: 10px;
    font-size: 13px;
}

.button-ghost {
    color: var(--blue);
    background: #fff;
    border-color: #c9dce9;
}

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

.button-red {
    background: var(--red);
    border-color: var(--red);
}

.button-red:hover {
    background: #d8343c;
}

.button-light {
    color: var(--navy);
    background: #fff;
    border-color: #fff;
}

.button-light:hover {
    color: var(--navy);
    background: #eaf4ff;
}

.button-dark {
    background: var(--navy);
    border-color: var(--navy);
}

.button-dark:hover {
    background: var(--navy-2);
}

.eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: var(--blue);
    font-size: 12px;
    font-weight: 850;
    letter-spacing: .13em;
    line-height: 1.3;
    text-transform: uppercase;
}

.eyebrow-light {
    color: #a8d8ff;
}

.section {
    padding: 82px 0;
}

.section-tight {
    padding: 44px 0 82px;
}

.light-section {
    background: var(--surface-soft);
}

.section-heading {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 31px;
}

.section-heading h2 {
    margin: 7px 0 0;
    color: var(--navy);
    font-size: clamp(27px, 3vw, 40px);
    line-height: 1.12;
    letter-spacing: -.035em;
}

.section-link {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: var(--blue);
    font-weight: 750;
    white-space: nowrap;
}

.section-link:hover .icon {
    transform: translateX(3px);
}

/* Header */
.site-header {
    position: relative;
    z-index: 50;
    border-bottom: 1px solid var(--line);
    background: rgba(255, 255, 255, .96);
}

.topbar {
    color: #dcecff;
    background: var(--navy-2);
    font-size: 12px;
}

.topbar-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 36px;
}

.official-note {
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 650;
}

.pulse-dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #50d6a1;
    box-shadow: 0 0 0 4px rgba(80, 214, 161, .13);
}

.topbar-actions,
.city-compact,
.top-phone,
.lang-switch {
    display: flex;
    align-items: center;
}

.topbar-actions {
    gap: 21px;
}

.city-compact {
    gap: 4px;
}

.city-compact select {
    max-width: 150px;
    height: 30px;
    padding: 0 20px 0 3px;
    border: 0;
    color: #fff;
    background: transparent;
    font-size: 12px;
    font-weight: 700;
}

.city-compact select option {
    color: var(--ink);
}

.top-phone {
    gap: 6px;
    font-weight: 700;
}

.lang-switch {
    gap: 5px;
}

.lang-switch a {
    opacity: .55;
    font-weight: 800;
}

.lang-switch a.active,
.lang-switch a:hover {
    opacity: 1;
    color: #fff;
}

.main-header {
    display: flex;
    align-items: center;
    gap: 18px;
    min-height: 82px;
}

.brand-logo {
    flex: 0 0 196px;
}

.brand-logo img {
    width: 196px;
    height: auto;
}

.catalog-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    min-height: 46px;
    padding-inline: 18px;
    border-radius: 13px;
    color: #fff;
    background: var(--blue);
    font-weight: 800;
}

.catalog-button:hover {
    background: #075eb4;
}

.header-search {
    position: relative;
    display: flex;
    flex: 1 1 420px;
    min-width: 200px;
    height: 48px;
}

.header-search input {
    width: 100%;
    height: 48px;
    padding: 0 54px 0 17px;
    border-color: #d5e1ea;
    background: #f7fafc;
}

.header-search button {
    position: absolute;
    top: 5px;
    right: 5px;
    display: grid;
    width: 38px;
    height: 38px;
    place-items: center;
    border-radius: 10px;
    color: var(--navy);
    background: transparent;
}

.header-search button:hover {
    color: #fff;
    background: var(--blue);
}

.search-suggestions {
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    right: 0;
    z-index: 100;
    max-height: 420px;
    overflow-y: auto;
    border: 1px solid var(--line);
    border-radius: 16px;
    background: #fff;
    box-shadow: var(--shadow);
}

.search-suggestions a {
    display: grid;
    grid-template-columns: 54px 1fr auto;
    gap: 12px;
    align-items: center;
    padding: 11px 14px;
    border-bottom: 1px solid #edf2f6;
}

.search-suggestions a:last-child {
    border-bottom: 0;
}

.search-suggestions a:hover {
    background: var(--surface-soft);
}

.search-suggestions img {
    width: 52px;
    height: 52px;
    object-fit: contain;
}

.search-suggestions span {
    display: grid;
}

.search-suggestions span small {
    color: var(--muted);
}

.search-suggestions strong {
    color: var(--navy);
    white-space: nowrap;
}

.header-links {
    display: flex;
    align-items: center;
    gap: 8px;
}

.header-link {
    position: relative;
    display: grid;
    gap: 2px;
    min-width: 66px;
    padding: 5px 7px;
    place-items: center;
    border-radius: 11px;
    color: var(--navy);
    font-size: 11px;
    font-weight: 750;
}

.header-link:hover {
    color: var(--blue);
    background: var(--surface-blue);
}

.cart-count {
    position: absolute;
    top: -2px;
    right: 6px;
    display: grid;
    min-width: 20px;
    height: 20px;
    padding: 0 5px;
    place-items: center;
    border: 2px solid #fff;
    border-radius: 999px;
    color: #fff;
    background: var(--red);
    font-size: 10px;
}

.cart-count.is-empty {
    background: #8fa1b2;
}

.category-nav {
    border-top: 1px solid #edf2f6;
}

.category-nav-inner {
    display: flex;
    align-items: center;
    min-height: 46px;
    overflow: hidden;
}

.category-nav a {
    display: inline-flex;
    align-items: center;
    height: 46px;
    padding: 0 15px;
    color: #40586d;
    font-size: 12px;
    font-weight: 700;
    white-space: nowrap;
}

.category-nav a:first-child {
    padding-left: 0;
}

.category-nav a:hover {
    color: var(--blue);
}

.category-nav .nav-more {
    gap: 4px;
    margin-left: auto;
    color: var(--blue);
}

.mobile-menu-button {
    display: none;
    width: 42px;
    height: 42px;
    place-items: center;
    border-radius: 11px;
    color: var(--navy);
    background: var(--surface-soft);
}

.mobile-menu {
    position: fixed;
    inset: 0;
    z-index: 49;
    padding: 150px 28px 40px;
    overflow-y: auto;
    background: #fff;
}

.mobile-menu a {
    display: block;
    padding: 13px 0;
    border-bottom: 1px solid var(--line);
    color: var(--navy);
    font-size: 17px;
    font-weight: 700;
}

.flash-stack {
    position: relative;
    z-index: 20;
    margin-top: 14px;
}

.flash {
    padding: 13px 17px;
    border-radius: 12px;
    font-weight: 650;
}

.flash-success {
    color: #0d714f;
    background: var(--green-soft);
}

.flash-error {
    color: #a7262c;
    background: var(--red-soft);
}

.city-confirm {
    position: fixed;
    right: 24px;
    bottom: 24px;
    z-index: 80;
    display: flex;
    align-items: center;
    gap: 12px;
    max-width: calc(100% - 48px);
    padding: 13px 14px;
    border: 1px solid var(--line);
    border-radius: 18px;
    background: #fff;
    box-shadow: var(--shadow);
}

.city-confirm-icon {
    display: grid;
    width: 42px;
    height: 42px;
    place-items: center;
    border-radius: 13px;
    color: var(--blue);
    background: var(--blue-soft);
}

.city-confirm div:nth-child(2) {
    display: grid;
    min-width: 130px;
}

.city-confirm div:nth-child(2) span {
    color: var(--muted);
    font-size: 11px;
}

.city-confirm div:nth-child(2) strong {
    color: var(--navy);
    font-size: 16px;
}

.link-button {
    padding: 5px;
    color: var(--blue);
    background: transparent;
    font-size: 13px;
    font-weight: 700;
}

.toast-stack {
    position: fixed;
    top: 22px;
    right: 22px;
    z-index: 200;
    display: grid;
    gap: 10px;
    width: min(370px, calc(100% - 44px));
}

.toast {
    display: flex;
    align-items: center;
    gap: 11px;
    padding: 14px 16px;
    border: 1px solid #d7e7df;
    border-radius: 14px;
    color: #0d5f46;
    background: #fff;
    box-shadow: var(--shadow);
    font-weight: 700;
    animation: toast-in .25s ease both;
}

.toast.error {
    color: #98252b;
    border-color: #f0d4d6;
}

@keyframes toast-in {
    from { opacity: 0; transform: translateY(-8px); }
}

/* Hero */
.hero-section {
    padding: 24px 0 0;
    background: linear-gradient(180deg, #f7fbff 0%, #fff 100%);
}

.hero-slider {
    position: relative;
    min-height: 520px;
    overflow: hidden;
    border-radius: var(--radius-lg);
    background: #eaf4ff;
    box-shadow: 0 14px 48px rgba(9, 43, 76, .08);
}

.hero-slide {
    position: absolute;
    inset: 0;
    display: grid;
    grid-template-columns: 1.05fr .95fr;
    min-height: 520px;
    padding: 58px 62px;
    opacity: 0;
    pointer-events: none;
    transform: translateX(24px);
    transition: opacity .5s ease, transform .55s ease;
}

.hero-slide.is-active {
    position: relative;
    opacity: 1;
    pointer-events: auto;
    transform: translateX(0);
}

.hero-slide-primary {
    color: var(--navy);
    background:
        radial-gradient(circle at 78% 10%, rgba(67, 197, 220, .23), transparent 34%),
        linear-gradient(120deg, #eff8ff 0%, #fff 48%, #e7f4ff 100%);
}

.hero-slide-warm {
    background:
        radial-gradient(circle at 82% 16%, rgba(255, 188, 126, .36), transparent 35%),
        linear-gradient(120deg, #fff8f0 0%, #fff 49%, #fff0e5 100%);
}

.hero-slide-delivery {
    background:
        radial-gradient(circle at 76% 20%, rgba(81, 190, 159, .25), transparent 35%),
        linear-gradient(120deg, #effaf7 0%, #fff 48%, #e7f8f2 100%);
}

.hero-copy {
    position: relative;
    z-index: 2;
    align-self: center;
    max-width: 625px;
}

.hero-partners {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 23px;
}

.hero-partners img:first-child {
    width: 128px;
}

.hero-partners img:last-child {
    width: 125px;
    max-height: 31px;
}

.hero-partners span {
    color: #91a3b4;
    font-size: 22px;
    font-weight: 400;
}

.hero-partners.compact {
    margin-bottom: 17px;
}

.hero-partners.compact img:first-child {
    width: 105px;
}

.hero-partners.compact img:last-child {
    width: 110px;
}

.hero-copy h1,
.hero-copy h2 {
    max-width: 650px;
    margin: 13px 0 17px;
    color: var(--navy);
    font-size: clamp(38px, 4.2vw, 58px);
    line-height: 1.02;
    letter-spacing: -.05em;
}

.hero-copy h2 {
    font-size: clamp(37px, 4vw, 54px);
}

.hero-copy > p {
    max-width: 570px;
    margin: 0;
    color: #50677a;
    font-size: 17px;
    line-height: 1.65;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 28px;
}

.hero-facts {
    display: flex;
    gap: 30px;
    margin-top: 31px;
}

.hero-facts span {
    display: grid;
    color: var(--muted);
    font-size: 12px;
}

.hero-facts b {
    color: var(--navy);
    font-size: 17px;
}

.hero-visual {
    position: relative;
    min-width: 0;
}

.hero-products {
    align-self: stretch;
}

.visual-ring {
    position: absolute;
    top: 50%;
    left: 52%;
    border: 1px solid rgba(9, 105, 200, .17);
    border-radius: 50%;
    transform: translate(-50%, -50%);
}

.ring-one {
    width: 390px;
    height: 390px;
}

.ring-two {
    width: 285px;
    height: 285px;
    border-style: dashed;
}

.product-orbit {
    position: absolute;
    display: grid;
    place-items: center;
    border: 1px solid rgba(255,255,255,.9);
    border-radius: 50%;
    background: rgba(255,255,255,.92);
    box-shadow: 0 20px 55px rgba(7, 61, 130, .14);
}

.product-orbit img {
    width: 88%;
    height: 88%;
    object-fit: contain;
    mix-blend-mode: multiply;
}

.product-orbit-main {
    top: 50%;
    left: 52%;
    width: 270px;
    height: 270px;
    transform: translate(-50%, -50%);
}

.product-orbit-left {
    top: 58%;
    left: 2%;
    width: 145px;
    height: 145px;
}

.product-orbit-right {
    top: 5%;
    right: -1%;
    width: 150px;
    height: 150px;
}

.hero-note {
    position: absolute;
    display: flex;
    align-items: center;
    gap: 7px;
    padding: 9px 13px;
    border: 1px solid rgba(255,255,255,.8);
    border-radius: 999px;
    color: var(--navy);
    background: rgba(255,255,255,.9);
    box-shadow: var(--shadow-sm);
    font-size: 12px;
    font-weight: 800;
    backdrop-filter: blur(8px);
}

.hero-note .icon {
    color: var(--green);
}

.note-stock {
    right: 6%;
    bottom: 12%;
}

.note-warranty {
    top: 17%;
    left: 1%;
}

.warm-visual {
    display: grid;
    align-items: center;
    justify-items: center;
}

.warm-grid {
    position: absolute;
    inset: 12% 4%;
    border-radius: 48% 52% 44% 56%;
    background:
        repeating-linear-gradient(0deg, transparent 0 24px, rgba(239,65,73,.10) 25px 27px),
        repeating-linear-gradient(90deg, transparent 0 24px, rgba(239,65,73,.10) 25px 27px),
        linear-gradient(145deg, #fff 0%, #ffe7d6 100%);
    transform: rotate(-5deg);
}

.warm-product {
    position: relative;
    display: grid;
    width: 330px;
    height: 330px;
    place-items: center;
    border-radius: 50%;
    background: rgba(255,255,255,.92);
    box-shadow: 0 24px 60px rgba(179, 82, 37, .14);
}

.warm-product img {
    width: 90%;
    height: 90%;
    object-fit: contain;
    mix-blend-mode: multiply;
}

.temperature-chip {
    position: absolute;
    top: 11%;
    right: 2%;
    display: grid;
    width: 108px;
    height: 108px;
    place-items: center;
    align-content: center;
    border: 5px solid rgba(255,255,255,.82);
    border-radius: 50%;
    color: #fff;
    background: var(--red);
    box-shadow: 0 14px 36px rgba(239,65,73,.25);
}

.temperature-chip span {
    position: absolute;
    top: 7px;
    left: 15px;
    opacity: .65;
}

.temperature-chip b {
    font-size: 27px;
}

.temperature-chip small {
    margin-top: -5px;
    font-size: 10px;
}

.delivery-visual {
    display: grid;
    place-items: center;
}

.kazakhstan-shape {
    display: grid;
    width: 405px;
    height: 270px;
    place-items: center;
    clip-path: polygon(5% 40%, 23% 21%, 38% 23%, 49% 4%, 63% 16%, 77% 10%, 94% 32%, 89% 51%, 99% 66%, 80% 74%, 69% 93%, 47% 84%, 27% 93%, 19% 70%, 3% 66%);
    color: rgba(15, 124, 91, .09);
    background: linear-gradient(145deg, #c7f0df, #e9faf4);
    font-size: 100px;
    font-weight: 900;
}

.map-dot {
    position: absolute;
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 6px 9px;
    border-radius: 999px;
    color: #0d6049;
    background: #fff;
    box-shadow: var(--shadow-sm);
    font-size: 11px;
    font-weight: 750;
}

.map-dot i {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--green);
    box-shadow: 0 0 0 4px rgba(21,150,106,.13);
}

.map-dot-alm { left: 20%; bottom: 20%; }
.map-dot-ast { left: 48%; top: 22%; }
.map-dot-shy { left: 32%; bottom: 7%; }
.map-dot-akt { left: 6%; top: 42%; }

.delivery-card-mini {
    position: absolute;
    right: 0;
    bottom: 5%;
    display: flex;
    align-items: center;
    gap: 11px;
    padding: 14px 16px;
    border-radius: 15px;
    color: #fff;
    background: var(--green);
    box-shadow: 0 17px 38px rgba(21,150,106,.24);
}

.delivery-card-mini div {
    display: grid;
}

.delivery-card-mini small {
    opacity: .8;
}

.slider-controls {
    position: absolute;
    left: 62px;
    bottom: 25px;
    z-index: 10;
    display: flex;
    align-items: center;
    gap: 12px;
}

.slider-controls > button {
    display: grid;
    width: 34px;
    height: 34px;
    place-items: center;
    border: 1px solid #d1e0ea;
    border-radius: 50%;
    color: var(--navy);
    background: rgba(255,255,255,.8);
    font-size: 23px;
}

.slider-dots {
    display: flex;
    align-items: center;
    gap: 6px;
}

.slider-dots button {
    width: 7px;
    height: 7px;
    padding: 0;
    border-radius: 50%;
    background: #a9bdce;
    transition: width var(--transition), background var(--transition);
}

.slider-dots button.is-active {
    width: 24px;
    border-radius: 999px;
    background: var(--blue);
}

.trust-strip {
    padding: 23px 0;
    border-bottom: 1px solid var(--line);
    background: #fff;
}

.trust-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.trust-grid > div {
    display: flex;
    align-items: center;
    gap: 13px;
    padding: 3px 25px;
    border-right: 1px solid var(--line);
    color: var(--blue);
}

.trust-grid > div:first-child {
    padding-left: 0;
}

.trust-grid > div:last-child {
    border-right: 0;
}

.trust-grid span:not(.trust-ten) {
    display: grid;
}

.trust-grid b {
    color: var(--navy);
    font-size: 13px;
}

.trust-grid small {
    color: var(--muted);
    font-size: 11px;
}

.trust-ten {
    font-size: 25px;
    font-weight: 900;
}

/* Categories */
.category-section {
    padding-bottom: 48px;
}

.category-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}

.category-card {
    position: relative;
    min-height: 245px;
    overflow: hidden;
    padding: 22px;
    border: 1px solid rgba(9, 43, 76, .06);
    border-radius: 21px;
    background: var(--surface-soft);
    transition: transform var(--transition), box-shadow var(--transition);
}

.category-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow);
}

.category-card h3 {
    position: relative;
    z-index: 2;
    width: 68%;
    margin: 13px 0;
    color: var(--navy);
    font-size: 20px;
    line-height: 1.15;
    letter-spacing: -.025em;
}

.category-count {
    position: relative;
    z-index: 2;
    color: var(--muted);
    font-size: 11px;
    font-weight: 700;
}

.category-card img {
    position: absolute;
    right: -20px;
    bottom: -26px;
    width: 190px;
    height: 190px;
    object-fit: contain;
    mix-blend-mode: multiply;
    transition: transform .35s ease;
}

.category-card:hover img {
    transform: scale(1.06) rotate(-2deg);
}

.category-arrow {
    position: absolute;
    left: 22px;
    bottom: 22px;
    z-index: 3;
    display: grid;
    width: 37px;
    height: 37px;
    place-items: center;
    border-radius: 50%;
    color: var(--blue);
    background: #fff;
}

.category-tone-1 { background: linear-gradient(145deg, #edf7ff, #e2f2ff); }
.category-tone-2 { background: linear-gradient(145deg, #fff5e8, #ffecd6); }
.category-tone-3 { background: linear-gradient(145deg, #eefaf6, #dff5ec); }
.category-tone-4 { background: linear-gradient(145deg, #fff0f2, #ffe4e8); }

/* Quest */
.quest-section {
    padding-top: 34px;
}

.quest-card {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1.08fr;
    gap: 60px;
    align-items: center;
    overflow: hidden;
    padding: 52px 58px;
    border-radius: 28px;
    color: #fff;
    background:
        radial-gradient(circle at 92% 20%, rgba(67,197,220,.24), transparent 32%),
        linear-gradient(130deg, #07345f, #0a5ba2);
    box-shadow: 0 22px 55px rgba(7,52,95,.18);
}

.quest-card::after {
    content: "";
    position: absolute;
    top: -100px;
    right: -60px;
    width: 300px;
    height: 300px;
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 50%;
    box-shadow: 0 0 0 45px rgba(255,255,255,.03), 0 0 0 90px rgba(255,255,255,.02);
}

.quest-copy,
.quest-steps {
    position: relative;
    z-index: 2;
}

.quest-copy h2 {
    margin: 9px 0 15px;
    color: #fff;
    font-size: clamp(28px, 3.2vw, 43px);
    line-height: 1.08;
    letter-spacing: -.04em;
}

.quest-copy p {
    max-width: 570px;
    margin: 0;
    color: #c7d9e9;
}

.quest-copy .button {
    margin-top: 25px;
}

.quest-steps {
    display: grid;
    gap: 7px;
}

.quest-step {
    display: grid;
    grid-template-columns: 42px 1fr auto;
    gap: 13px;
    align-items: center;
    padding: 13px 16px;
    border: 1px solid rgba(255,255,255,.13);
    border-radius: 15px;
    background: rgba(255,255,255,.09);
    backdrop-filter: blur(8px);
}

.quest-step > span {
    display: grid;
    width: 42px;
    height: 42px;
    place-items: center;
    border-radius: 13px;
    color: var(--navy);
    background: #fff;
    font-weight: 900;
}

.quest-step > div {
    display: grid;
}

.quest-step small {
    color: #bad1e4;
    font-size: 11px;
}

.quest-step .icon {
    color: #71e1ba;
}

.quest-step > strong {
    padding: 5px 9px;
    border-radius: 9px;
    color: #083f36;
    background: #77e7bf;
}

.quest-line {
    width: 2px;
    height: 11px;
    margin-left: 36px;
    background: rgba(255,255,255,.2);
}

/* Product cards */
.product-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}

.product-card {
    position: relative;
    display: flex;
    min-width: 0;
    flex-direction: column;
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: 20px;
    background: #fff;
    transition: transform var(--transition), box-shadow var(--transition), border var(--transition);
}

.product-card:hover {
    z-index: 3;
    transform: translateY(-5px);
    border-color: #c6dbe9;
    box-shadow: var(--shadow);
}

.product-card-top {
    position: absolute;
    top: 13px;
    left: 13px;
    right: 13px;
    z-index: 4;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 8px;
}

.product-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}

.badge,
.brand-chip {
    display: inline-flex;
    align-items: center;
    min-height: 24px;
    padding: 0 8px;
    border-radius: 8px;
    font-size: 9px;
    font-weight: 850;
    letter-spacing: .03em;
    text-transform: uppercase;
}

.badge-new {
    color: #fff;
    background: var(--red);
}

.badge-hit {
    color: #0f684e;
    background: #dff8ef;
}

.brand-chip {
    color: #b5252c;
    background: #fff0f1;
}

.product-image {
    display: grid;
    min-height: 245px;
    padding: 38px 25px 13px;
    place-items: center;
    background: linear-gradient(180deg, #fbfdfe, #f5f8fa);
}

.product-image img {
    width: 205px;
    height: 190px;
    object-fit: contain;
    mix-blend-mode: multiply;
    transition: transform .35s ease;
}

.product-card:hover .product-image img {
    transform: scale(1.055);
}

.product-card-content {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 16px;
}

.product-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    margin-bottom: 9px;
    color: var(--muted);
    font-size: 10px;
    font-weight: 750;
}

.stock-state {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    color: var(--green);
    font-style: normal;
}

.stock-state i {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: currentColor;
}

.stock-state.on-order {
    color: #a67124;
}

.product-title {
    display: -webkit-box;
    min-height: 62px;
    overflow: hidden;
    color: var(--navy);
    font-size: 14px;
    font-weight: 740;
    line-height: 1.45;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.product-title:hover {
    color: var(--blue);
}

.product-card-footer {
    margin-top: auto;
    padding-top: 17px;
}

.product-price {
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    gap: 6px;
}

.product-price del {
    flex-basis: 100%;
    color: #9baab7;
    font-size: 11px;
}

.product-price strong {
    color: var(--navy);
    font-size: 22px;
    line-height: 1;
    letter-spacing: -.025em;
}

.product-price small {
    color: var(--muted);
    font-size: 11px;
}

.product-buy {
    display: flex;
    gap: 7px;
    margin-top: 14px;
}

.quantity-control {
    display: grid;
    grid-template-columns: 38px 46px 38px;
    height: 44px;
    border: 1px solid var(--line);
    border-radius: 12px;
    background: #fff;
}

.quantity-control button {
    display: grid;
    padding: 0;
    place-items: center;
    color: var(--navy);
    background: transparent;
}

.quantity-control button:hover {
    color: var(--blue);
}

.quantity-control input {
    width: 100%;
    padding: 0;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    text-align: center;
    -moz-appearance: textfield;
}

.quantity-control input::-webkit-inner-spin-button,
.quantity-control input::-webkit-outer-spin-button {
    margin: 0;
    -webkit-appearance: none;
}

.quantity-compact {
    display: none;
    grid-template-columns: 26px 30px 26px;
    height: 40px;
}

.add-cart-button {
    display: flex;
    flex: 1;
    align-items: center;
    justify-content: center;
    gap: 7px;
    min-height: 42px;
    padding: 0 10px;
    border-radius: 11px;
    color: #fff;
    background: var(--blue);
    font-size: 12px;
    font-weight: 800;
    transition: background var(--transition), transform var(--transition);
}

.add-cart-button:hover {
    background: #075eb4;
    transform: translateY(-1px);
}

.add-cart-button.is-added {
    background: var(--green);
}

/* Calculator and B2B */
.delivery-calculator-section {
    padding-top: 30px;
}

.delivery-calculator-card {
    display: grid;
    grid-template-columns: 1.5fr .65fr;
    gap: 55px;
    align-items: center;
    padding: 43px 48px;
    border: 1px solid #d8e9f5;
    border-radius: 27px;
    background:
        radial-gradient(circle at 92% 10%, rgba(67,197,220,.18), transparent 35%),
        var(--surface-blue);
}

.delivery-calculator-copy h2 {
    max-width: 770px;
    margin: 8px 0 10px;
    color: var(--navy);
    font-size: clamp(27px, 3vw, 39px);
    line-height: 1.1;
    letter-spacing: -.035em;
}

.delivery-calculator-copy > p {
    color: var(--muted);
}

.delivery-form {
    display: grid;
    grid-template-columns: 1fr 1fr auto;
    gap: 10px;
    margin-top: 23px;
}

.delivery-form label {
    display: grid;
    gap: 5px;
}

.delivery-form label span {
    color: var(--muted);
    font-size: 10px;
    font-weight: 750;
}

.delivery-form select {
    min-height: 46px;
    padding: 0 38px 0 13px;
}

.delivery-form .button {
    align-self: end;
}

.delivery-result-card {
    display: grid;
    min-height: 225px;
    padding: 26px;
    place-items: center;
    align-content: center;
    border-radius: 23px;
    color: #fff;
    background: linear-gradient(145deg, #0b6ac2, #064786);
    box-shadow: 0 20px 40px rgba(9,105,200,.2);
    text-align: center;
}

.delivery-result-card .icon {
    margin-bottom: 9px;
    color: #8fe9ff;
}

.delivery-result-card span,
.delivery-result-card small {
    color: #c8e2f8;
}

.delivery-result-card strong {
    margin: 3px 0;
    font-size: 31px;
}

.b2b-section {
    padding-top: 32px;
}

.b2b-card {
    display: grid;
    grid-template-columns: 220px 1fr auto;
    gap: 40px;
    align-items: center;
    padding: 38px 44px;
    border-radius: 27px;
    background: linear-gradient(120deg, #f0f7fd, #fff 56%, #f6f9fb);
    border: 1px solid var(--line);
}

.b2b-visual {
    display: grid;
    width: 190px;
    height: 145px;
    padding: 18px;
    align-content: center;
    border-radius: 22px;
    color: #fff;
    background: var(--navy);
    transform: rotate(-3deg);
    box-shadow: 0 18px 34px rgba(9,43,76,.19);
}

.b2b-visual span,
.b2b-visual small {
    color: #8fc5f1;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .12em;
}

.b2b-visual b {
    font-size: 44px;
    line-height: 1;
}

.b2b-copy h2 {
    margin: 7px 0 10px;
    color: var(--navy);
    font-size: clamp(25px, 2.7vw, 37px);
    line-height: 1.12;
    letter-spacing: -.035em;
}

.b2b-copy p {
    margin: 0;
    color: var(--muted);
}

.b2b-features {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-top: 17px;
}

.b2b-features span {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    color: #355167;
    font-size: 12px;
    font-weight: 700;
}

.b2b-features .icon {
    color: var(--green);
}

/* Footer */
.partner-band {
    padding: 25px 0;
    border-top: 1px solid var(--line);
    background: #f3f8fc;
}

.partner-band-inner {
    display: flex;
    align-items: center;
    gap: 35px;
}

.partner-band-inner > div:first-child {
    display: grid;
    margin-right: auto;
}

.partner-band-inner > div:first-child span {
    color: var(--muted);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.partner-band-inner > div:first-child strong {
    color: var(--navy);
}

.partner-band-inner > img {
    width: 130px;
}

.partner-feature {
    display: flex;
    align-items: center;
    gap: 7px;
    color: #4e6579;
    font-size: 12px;
    font-weight: 700;
}

.partner-feature .icon {
    color: var(--blue);
}

.site-footer {
    color: #c4d4e1;
    background: var(--navy-2);
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.35fr repeat(3, 1fr);
    gap: 55px;
    padding: 57px 0 47px;
}

.footer-brand img {
    width: 170px;
    margin-bottom: 15px;
    filter: brightness(0) invert(1);
}

.footer-grid h3 {
    margin: 0 0 15px;
    color: #fff;
    font-size: 14px;
}

.footer-grid p {
    margin: 0 0 9px;
    color: #94abc0;
    font-size: 12px;
}

.footer-grid a {
    display: block;
    margin: 8px 0;
    color: #aec1d1;
    font-size: 12px;
}

.footer-grid a:hover {
    color: #fff;
}

.footer-phone {
    color: #fff !important;
    font-size: 18px !important;
    font-weight: 800;
}

.whatsapp-link {
    display: inline-flex !important;
    width: max-content;
    padding: 7px 11px;
    border-radius: 9px;
    color: #9ff2d3 !important;
    background: rgba(21,150,106,.18);
    font-weight: 800;
}

.footer-bottom {
    display: flex;
    align-items: center;
    gap: 25px;
    min-height: 63px;
    border-top: 1px solid rgba(255,255,255,.09);
    color: #768fa4;
    font-size: 10px;
}

.footer-bottom span:nth-child(2) {
    margin-left: auto;
}

.footer-bottom a {
    color: #a9bfd0;
    font-weight: 700;
}

/* Page title and breadcrumbs */
.page-hero,
.content-hero {
    background:
        radial-gradient(circle at 82% 0, rgba(67,197,220,.15), transparent 32%),
        linear-gradient(180deg, #f3f9fd, #fff);
}

.compact-page-hero {
    padding: 37px 0 34px;
}

.mini-page-hero {
    padding: 28px 0 25px;
}

.page-hero h1 {
    margin: 9px 0 8px;
    color: var(--navy);
    font-size: clamp(31px, 4vw, 48px);
    line-height: 1.08;
    letter-spacing: -.045em;
}

.page-hero p {
    margin: 0;
    color: var(--muted);
}

.breadcrumbs {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 7px;
    margin-bottom: 12px;
    color: #8092a2;
    font-size: 11px;
}

.breadcrumbs a:hover {
    color: var(--blue);
}

.breadcrumbs strong {
    color: #586e81;
    font-weight: 700;
}

.catalog-title-row {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 30px;
}

.catalog-title-row h1 {
    margin: 8px 0 10px;
}

.catalog-title-row p {
    max-width: 750px;
}

.catalog-rate-note {
    display: grid;
    min-width: 176px;
    padding: 13px 16px;
    border: 1px solid #d6e6f1;
    border-radius: 14px;
    background: rgba(255,255,255,.8);
}

.catalog-rate-note span,
.catalog-rate-note small {
    color: var(--muted);
    font-size: 10px;
}

.catalog-rate-note b {
    color: var(--navy);
    font-size: 17px;
}

/* Catalog */
.catalog-layout {
    display: grid;
    grid-template-columns: 255px minmax(0, 1fr);
    gap: 28px;
    align-items: start;
}

.catalog-sidebar {
    position: sticky;
    top: 18px;
    padding: 19px;
    border: 1px solid var(--line);
    border-radius: 18px;
    background: #fff;
}

.filter-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.filter-head h2 {
    margin: 0;
    color: var(--navy);
    font-size: 19px;
}

.filter-head button {
    display: none;
    color: var(--navy);
    background: transparent;
    font-size: 27px;
}

.filter-group {
    padding: 19px 0;
    border-bottom: 1px solid var(--line);
}

.filter-group h3 {
    margin: 0 0 12px;
    color: var(--navy);
    font-size: 12px;
}

.category-filter {
    max-height: 400px;
    overflow-y: auto;
}

.filter-category {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    padding: 7px 8px;
    border-radius: 8px;
    color: #5e7284;
    font-size: 11px;
}

.filter-category:hover,
.filter-category.active {
    color: var(--blue);
    background: var(--blue-soft);
}

.filter-category b {
    color: #9aabb9;
    font-size: 9px;
}

.price-inputs {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 7px;
}

.price-inputs label {
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
    min-width: 0;
    border: 1px solid var(--line);
    border-radius: 10px;
    background: #fff;
}

.price-inputs span {
    padding-left: 9px;
    color: #91a1af;
    font-size: 10px;
}

.price-inputs input {
    min-width: 0;
    height: 40px;
    padding: 0 7px;
    border: 0;
    box-shadow: none;
    font-size: 11px;
}

.checkbox-filter {
    display: grid;
    gap: 11px;
}

.checkbox-filter label,
.consent-field {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #4d6375;
    font-size: 11px;
    cursor: pointer;
}

.checkbox-filter input,
.consent-field input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.checkbox-filter label > span,
.consent-field > span {
    display: grid;
    flex: 0 0 auto;
    width: 18px;
    height: 18px;
    place-items: center;
    border: 1px solid #c8d7e3;
    border-radius: 5px;
    background: #fff;
}

.checkbox-filter input:checked + span,
.consent-field input:checked + span {
    border-color: var(--blue);
    background: var(--blue);
}

.checkbox-filter input:checked + span::after,
.consent-field input:checked + span::after {
    content: "";
    width: 8px;
    height: 4px;
    margin-top: -2px;
    border-bottom: 2px solid #fff;
    border-left: 2px solid #fff;
    transform: rotate(-45deg);
}

.filter-actions {
    display: grid;
    gap: 9px;
    padding-top: 18px;
    text-align: center;
}

.filter-actions a {
    color: var(--muted);
    font-size: 11px;
}

.catalog-main {
    min-width: 0;
}

.catalog-toolbar {
    display: flex;
    align-items: center;
    gap: 14px;
    min-height: 48px;
    margin-bottom: 17px;
}

.active-filter-chips {
    display: flex;
    flex: 1;
    flex-wrap: wrap;
    gap: 6px;
}

.active-filter-chips span {
    padding: 6px 9px;
    border-radius: 8px;
    color: #3f627f;
    background: var(--surface-blue);
    font-size: 10px;
    font-weight: 700;
}

.sort-select {
    display: flex;
    align-items: center;
    gap: 7px;
    color: var(--muted);
    font-size: 11px;
}

.sort-select select {
    height: 40px;
    padding: 0 34px 0 11px;
    border-radius: 10px;
    font-weight: 650;
}

.filter-mobile-button {
    display: none;
    align-items: center;
    gap: 6px;
    height: 40px;
    padding: 0 13px;
    border: 1px solid var(--line);
    border-radius: 10px;
    background: #fff;
    font-size: 12px;
    font-weight: 700;
}

.catalog-results-head {
    display: flex;
    gap: 10px;
    margin-bottom: 15px;
    color: var(--muted);
    font-size: 11px;
}

.catalog-results-head b {
    color: var(--navy);
}

.catalog-product-grid {
    grid-template-columns: repeat(3, 1fr);
}

.pagination {
    display: flex;
    justify-content: center;
    gap: 7px;
    margin-top: 35px;
}

.pagination a {
    display: grid;
    width: 41px;
    height: 41px;
    place-items: center;
    border: 1px solid var(--line);
    border-radius: 11px;
    color: var(--navy);
    background: #fff;
    font-weight: 750;
}

.pagination a:hover,
.pagination a.active {
    color: #fff;
    border-color: var(--blue);
    background: var(--blue);
}

.filter-overlay {
    position: fixed;
    inset: 0;
    z-index: 89;
    background: rgba(4,25,43,.42);
    backdrop-filter: blur(2px);
}

/* Product page */
.product-page {
    padding-top: 28px;
}

.product-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(440px, .92fr);
    gap: 55px;
    align-items: start;
}

.product-gallery {
    position: relative;
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: 25px;
    background: linear-gradient(180deg, #fafcfd, #f2f7fa);
}

.product-gallery-badges {
    position: absolute;
    top: 19px;
    left: 19px;
    z-index: 3;
    display: flex;
    gap: 7px;
}

.product-main-image {
    display: grid;
    min-height: 540px;
    padding: 50px;
    place-items: center;
}

.product-main-image img {
    width: 470px;
    height: 440px;
    object-fit: contain;
    mix-blend-mode: multiply;
}

.product-origin {
    display: flex;
    align-items: center;
    gap: 9px;
    padding: 14px 20px;
    border-top: 1px solid var(--line);
    color: var(--muted);
    background: rgba(255,255,255,.75);
    font-size: 11px;
    font-weight: 700;
}

.product-origin img {
    width: 100px;
    margin-right: auto;
}

.product-origin .icon {
    color: var(--green);
}

.product-info {
    padding-top: 6px;
}

.product-category-label {
    color: var(--blue);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .05em;
    text-transform: uppercase;
}

.product-info h1 {
    margin: 11px 0 15px;
    color: var(--navy);
    font-size: clamp(29px, 3.4vw, 43px);
    line-height: 1.09;
    letter-spacing: -.04em;
}

.product-info-meta {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 17px;
    color: var(--muted);
    font-size: 11px;
}

.product-info-meta b {
    color: var(--navy);
}

.product-lead {
    margin: 20px 0;
    color: #4e6578;
    font-size: 15px;
    line-height: 1.65;
}

.product-key-specs {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
    margin-bottom: 20px;
}

.product-key-specs div {
    display: grid;
    min-width: 0;
    padding: 11px 12px;
    border-radius: 11px;
    background: var(--surface-soft);
}

.product-key-specs span {
    color: var(--muted);
    font-size: 9px;
}

.product-key-specs b {
    overflow: hidden;
    color: var(--navy);
    font-size: 11px;
    text-overflow: ellipsis;
}

.product-purchase-card {
    padding: 22px;
    border: 1px solid #d9e6ef;
    border-radius: 19px;
    background: #fff;
    box-shadow: var(--shadow-sm);
}

.large-price strong {
    font-size: 34px;
}

.purchase-actions {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 10px;
    margin-top: 19px;
}

.purchase-actions .quantity-control {
    height: 54px;
    grid-template-columns: 43px 52px 43px;
    border-radius: 14px;
}

.add-product-button {
    width: 100%;
}

.purchase-benefits {
    display: flex;
    flex-wrap: wrap;
    gap: 17px;
    margin-top: 15px;
    color: var(--muted);
    font-size: 10px;
    font-weight: 700;
}

.purchase-benefits span {
    display: inline-flex;
    align-items: center;
    gap: 5px;
}

.purchase-benefits .icon {
    color: var(--green);
}

.product-delivery-note {
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: 12px;
    align-items: center;
    margin-top: 13px;
    padding: 14px 16px;
    border-radius: 14px;
    color: var(--blue);
    background: var(--blue-soft);
}

.product-delivery-note div {
    display: grid;
}

.product-delivery-note b {
    color: var(--navy);
    font-size: 12px;
}

.product-delivery-note span,
.product-delivery-note a {
    color: #55778f;
    font-size: 10px;
}

.product-delivery-note a {
    display: inline-flex;
    align-items: center;
    color: var(--blue);
    font-weight: 800;
}

.product-details {
    margin-top: 52px;
}

.tabs-nav {
    display: flex;
    gap: 7px;
    overflow-x: auto;
    border-bottom: 1px solid var(--line);
}

.tabs-nav button {
    min-height: 48px;
    padding: 0 17px;
    border-bottom: 2px solid transparent;
    color: var(--muted);
    background: transparent;
    font-size: 12px;
    font-weight: 750;
    white-space: nowrap;
}

.tabs-nav button.active {
    color: var(--blue);
    border-bottom-color: var(--blue);
}

.tab-panel {
    display: none;
    padding: 27px 0;
}

.tab-panel.active {
    display: block;
}

.specs-table {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 40px;
}

.specs-table div {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    padding: 12px 0;
    border-bottom: 1px dashed #d7e2ea;
    font-size: 12px;
}

.specs-table span {
    color: var(--muted);
}

.specs-table b {
    color: var(--navy);
    text-align: right;
}

.source-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-top: 23px;
    color: var(--blue);
    font-size: 11px;
    font-weight: 800;
}

.warehouse-list {
    display: grid;
    gap: 9px;
}

.warehouse-list > div {
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: 12px;
    align-items: center;
    padding: 14px 16px;
    border: 1px solid var(--line);
    border-radius: 13px;
}

.warehouse-pin {
    display: grid;
    width: 38px;
    height: 38px;
    place-items: center;
    border-radius: 11px;
    color: var(--blue);
    background: var(--blue-soft);
}

.warehouse-list > div > div {
    display: grid;
}

.warehouse-list b {
    color: var(--navy);
    font-size: 12px;
}

.warehouse-list small {
    color: var(--muted);
    font-size: 10px;
}

.warehouse-list strong {
    color: #9a6a24;
    font-size: 11px;
}

.warehouse-list strong.positive {
    color: var(--green);
}

.related-section {
    padding-top: 38px;
    background: var(--surface-soft);
}

/* Cart */
.cart-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 355px;
    gap: 28px;
    align-items: start;
}

.cart-title-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
}

.cart-title-row h2 {
    margin: 0;
    color: var(--navy);
    font-size: 19px;
}

.danger-link {
    color: #b7333a;
}

.cart-items {
    display: grid;
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: 19px;
}

.cart-item {
    display: grid;
    grid-template-columns: 105px minmax(0, 1fr) auto 125px 30px;
    gap: 18px;
    align-items: center;
    padding: 17px;
    border-bottom: 1px solid var(--line);
    background: #fff;
}

.cart-item:last-child {
    border-bottom: 0;
}

.cart-item-image {
    display: grid;
    width: 105px;
    height: 100px;
    place-items: center;
    border-radius: 13px;
    background: var(--surface-soft);
}

.cart-item-image img {
    width: 88px;
    height: 84px;
    object-fit: contain;
    mix-blend-mode: multiply;
}

.cart-item-info {
    display: grid;
    gap: 5px;
}

.cart-item-info > span {
    color: var(--muted);
    font-size: 9px;
    font-weight: 800;
}

.cart-item-info > a {
    color: var(--navy);
    font-size: 13px;
    font-weight: 750;
    line-height: 1.35;
}

.cart-item-info .stock-state {
    font-size: 10px;
}

.cart-item-price {
    display: grid;
    min-width: 115px;
    text-align: right;
}

.cart-item-price strong {
    color: var(--navy);
    font-size: 18px;
}

.cart-item-price small {
    color: var(--muted);
    font-size: 9px;
}

.cart-remove {
    display: grid;
    width: 30px;
    height: 30px;
    padding: 0;
    place-items: center;
    border-radius: 8px;
    color: #99a8b5;
    background: transparent;
}

.cart-remove:hover {
    color: var(--red);
    background: var(--red-soft);
}

.cart-quest-card {
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: 18px;
    align-items: center;
    margin-top: 18px;
    padding: 20px;
    border-radius: 18px;
    color: #fff;
    background: linear-gradient(120deg, var(--navy), #0b5e9f);
}

.quest-medal {
    display: grid;
    width: 78px;
    height: 78px;
    place-items: center;
    align-content: center;
    border: 1px solid rgba(255,255,255,.2);
    border-radius: 50%;
    background: rgba(255,255,255,.1);
}

.quest-medal span {
    font-size: 23px;
    font-weight: 900;
}

.quest-medal small {
    margin-top: -5px;
    color: #b9d5e9;
    font-size: 8px;
}

.cart-quest-content h3 {
    margin: 3px 0 8px;
    color: #fff;
    font-size: 18px;
}

.cart-quest-content p {
    margin: 6px 0 0;
    color: #bad1e3;
    font-size: 9px;
}

.progress-bar {
    height: 6px;
    overflow: hidden;
    border-radius: 999px;
    background: rgba(255,255,255,.16);
}

.progress-bar i {
    display: block;
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(90deg, #67ddba, #a4f0d9);
}

.cart-badges {
    display: grid;
    gap: 6px;
}

.cart-badges span {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    color: #cae0ee;
    font-size: 9px;
}

.cart-badges .icon {
    color: #70e2b9;
}

.cart-summary-card,
.checkout-summary {
    position: sticky;
    top: 18px;
    padding: 24px;
    border: 1px solid var(--line);
    border-radius: 19px;
    background: #fff;
    box-shadow: var(--shadow-sm);
}

.cart-summary-card h2,
.checkout-summary h2 {
    margin: 0 0 20px;
    color: var(--navy);
    font-size: 21px;
}

.summary-row {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin: 10px 0;
    color: var(--muted);
    font-size: 12px;
}

.summary-row b {
    color: var(--navy);
}

.summary-discount,
.summary-discount b {
    color: var(--green);
}

.cart-delivery-estimate {
    margin: 16px -4px;
    padding: 15px;
    border-radius: 13px;
    background: var(--surface-soft);
}

.cart-delivery-estimate label {
    display: grid;
    gap: 6px;
    margin-bottom: 10px;
}

.cart-delivery-estimate label span,
.cart-delivery-estimate > small {
    color: var(--muted);
    font-size: 9px;
}

.cart-delivery-estimate select {
    height: 39px;
    padding: 0 30px 0 10px;
    font-size: 11px;
}

.summary-total {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 20px;
    padding-top: 17px;
    border-top: 1px solid var(--line);
    color: var(--navy);
    font-weight: 750;
}

.summary-total strong {
    font-size: 25px;
    letter-spacing: -.03em;
}

.checkout-button,
.checkout-submit {
    width: 100%;
    margin-top: 18px;
}

.summary-safe,
.checkout-no-account {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    margin: 13px 0 0;
    color: var(--muted);
    font-size: 9px;
}

.summary-safe .icon,
.checkout-no-account .icon {
    color: var(--green);
}

.empty-state {
    display: grid;
    max-width: 570px;
    min-height: 470px;
    margin: auto;
    padding: 60px 20px;
    place-items: center;
    align-content: center;
    text-align: center;
}

.empty-state h2 {
    margin: 21px 0 8px;
    color: var(--navy);
    font-size: 29px;
}

.empty-state p {
    margin: 0 0 23px;
    color: var(--muted);
}

.empty-cart-visual,
.empty-icon {
    position: relative;
    display: grid;
    width: 120px;
    height: 120px;
    place-items: center;
    border-radius: 50%;
    color: var(--blue);
    background: var(--blue-soft);
}

.empty-cart-visual span {
    position: absolute;
    top: 17px;
    right: 13px;
    display: grid;
    width: 30px;
    height: 30px;
    place-items: center;
    border: 4px solid #fff;
    border-radius: 50%;
    color: #fff;
    background: var(--red);
    font-size: 11px;
    font-weight: 900;
}

.compact-empty-state {
    min-height: 380px;
    padding: 40px 20px;
    border: 1px dashed #cbdbe7;
    border-radius: 18px;
    background: var(--surface-soft);
}

.compact-empty-state .empty-icon {
    width: 90px;
    height: 90px;
}

/* Checkout */
.checkout-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 370px;
    gap: 30px;
    align-items: start;
}

.checkout-form {
    display: grid;
    gap: 17px;
}

.checkout-block {
    padding: 25px;
    border: 1px solid var(--line);
    border-radius: 19px;
    background: #fff;
}

.checkout-block-title {
    display: flex;
    align-items: center;
    gap: 13px;
    margin-bottom: 20px;
}

.checkout-block-title > span {
    display: grid;
    width: 38px;
    height: 38px;
    place-items: center;
    border-radius: 12px;
    color: var(--blue);
    background: var(--blue-soft);
    font-weight: 900;
}

.checkout-block-title h2 {
    margin: 0;
    color: var(--navy);
    font-size: 19px;
}

.checkout-block-title p {
    margin: 0;
    color: var(--muted);
    font-size: 10px;
}

.segmented-control {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    margin-bottom: 20px;
}

.segmented-control label,
.payment-options label {
    cursor: pointer;
}

.segmented-control input,
.payment-options input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.segmented-control label > span {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    min-height: 47px;
    padding: 0 14px;
    border: 1px solid var(--line);
    border-radius: 12px;
    color: #50677a;
    background: #fff;
    font-size: 12px;
    font-weight: 750;
}

.segmented-control input:checked + span {
    color: var(--blue);
    border-color: rgba(9,105,200,.45);
    background: var(--blue-soft);
    box-shadow: inset 0 0 0 1px rgba(9,105,200,.08);
}

.form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
    margin-top: 14px;
}

.field {
    display: grid;
    gap: 7px;
}

.field > span {
    color: #50677a;
    font-size: 10px;
    font-weight: 750;
}

.field input,
.field select,
.field textarea {
    width: 100%;
    min-height: 46px;
    padding: 0 13px;
    font-size: 12px;
}

.field textarea {
    padding-block: 11px;
    resize: vertical;
}

.field-wide {
    grid-column: 1 / -1;
}

.pickup-card {
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: 12px;
    align-items: center;
    padding: 15px;
    border: 1px solid #cee8de;
    border-radius: 13px;
    color: var(--green);
    background: var(--green-soft);
}

.pickup-card div {
    display: grid;
}

.pickup-card b {
    color: var(--navy);
    font-size: 12px;
}

.pickup-card span,
.pickup-card small {
    color: #5f7e72;
    font-size: 10px;
}

.payment-options {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
    margin-bottom: 17px;
}

.payment-options label > span {
    display: grid;
    min-height: 85px;
    padding: 13px;
    align-content: center;
    border: 1px solid var(--line);
    border-radius: 12px;
    background: #fff;
}

.payment-options label b {
    color: var(--navy);
    font-size: 11px;
}

.payment-options label small {
    margin-top: 3px;
    color: var(--muted);
    font-size: 8px;
}

.payment-options input:checked + span {
    border-color: rgba(9,105,200,.5);
    background: var(--blue-soft);
    box-shadow: inset 0 0 0 1px rgba(9,105,200,.1);
}

.consent-field {
    padding: 0 4px;
}

.form-error {
    padding: 14px 16px;
    border: 1px solid #f0cfd2;
    border-radius: 12px;
    color: #a12b32;
    background: var(--red-soft);
    font-weight: 650;
}

.checkout-mini-items {
    display: grid;
    max-height: 300px;
    margin-bottom: 15px;
    overflow-y: auto;
}

.checkout-mini-items > div {
    display: grid;
    grid-template-columns: 47px 1fr auto;
    gap: 9px;
    align-items: center;
    padding: 8px 0;
    border-bottom: 1px solid #edf2f6;
}

.checkout-mini-items img {
    width: 45px;
    height: 45px;
    object-fit: contain;
    mix-blend-mode: multiply;
}

.checkout-mini-items span {
    display: grid;
}

.checkout-mini-items b {
    color: var(--navy);
    font-size: 9px;
}

.checkout-mini-items small {
    color: var(--muted);
    font-size: 8px;
}

.checkout-mini-items strong {
    color: var(--navy);
    font-size: 10px;
}

/* Delivery, about and content */
.content-hero {
    padding: 62px 0;
}

.content-hero .container {
    display: grid;
    grid-template-columns: 1.25fr .75fr;
    gap: 50px;
    align-items: center;
}

.content-hero h1 {
    max-width: 800px;
    margin: 11px 0 15px;
    color: var(--navy);
    font-size: clamp(37px, 5vw, 61px);
    line-height: 1.02;
    letter-spacing: -.05em;
}

.content-hero p {
    max-width: 680px;
    margin: 0;
    color: var(--muted);
    font-size: 17px;
}

.delivery-hero-icon {
    display: grid;
    width: 280px;
    height: 210px;
    margin-left: auto;
    place-items: center;
    align-content: center;
    border-radius: 30px 80px 30px 80px;
    color: #fff;
    background: linear-gradient(145deg, var(--blue), #07457f);
    box-shadow: var(--shadow);
    transform: rotate(3deg);
}

.delivery-hero-icon span {
    margin-top: 8px;
    font-size: 20px;
    font-weight: 900;
    letter-spacing: .12em;
}

.delivery-page-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 330px;
    gap: 35px;
    align-items: start;
}

.tariff-cards {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 13px;
}

.tariff-cards article {
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: 12px;
    align-items: center;
    padding: 20px;
    border: 1px solid var(--line);
    border-radius: 17px;
    background: #fff;
}

.tariff-cards article > span {
    display: grid;
    width: 46px;
    height: 46px;
    place-items: center;
    border-radius: 13px;
    color: var(--blue);
    background: var(--blue-soft);
}

.tariff-cards h3 {
    margin: 0;
    color: var(--navy);
    font-size: 13px;
}

.tariff-cards p {
    margin: 2px 0 0;
    color: var(--muted);
    font-size: 9px;
}

.tariff-cards strong {
    color: var(--navy);
    font-size: 17px;
}

.tariff-cards small {
    grid-column: 2 / -1;
    color: var(--green);
    font-size: 9px;
}

.delivery-formula {
    margin-top: 18px;
    padding: 23px;
    border-radius: 18px;
    color: #fff;
    background: var(--navy);
}

.delivery-formula h3 {
    margin: 0 0 18px;
    font-size: 16px;
}

.delivery-formula > div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 9px;
}

.delivery-formula span {
    display: grid;
    justify-items: center;
    gap: 6px;
    color: #9fcaea;
}

.delivery-formula b {
    color: #e0edf6;
    font-size: 9px;
}

.delivery-formula i {
    color: #6f93ad;
    font-size: 22px;
    font-style: normal;
}

.delivery-formula strong {
    padding: 9px 12px;
    border-radius: 10px;
    color: #053f31;
    background: #79e4bf;
    font-size: 11px;
}

.delivery-city-panel {
    position: sticky;
    top: 18px;
    padding: 24px;
    border: 1px solid var(--line);
    border-radius: 19px;
    background: var(--surface-soft);
}

.delivery-city-panel h2 {
    margin: 0;
    color: var(--navy);
    font-size: 21px;
}

.delivery-city-panel p {
    color: var(--muted);
    font-size: 11px;
}

.delivery-city-panel select {
    width: 100%;
    height: 47px;
    padding: 0 35px 0 12px;
}

.delivery-promise {
    display: flex;
    align-items: center;
    gap: 9px;
    margin-top: 17px;
    padding-top: 17px;
    border-top: 1px solid var(--line);
    color: var(--green);
}

.delivery-promise span {
    display: grid;
}

.delivery-promise b {
    color: var(--navy);
    font-size: 11px;
}

.delivery-promise small {
    color: var(--muted);
    font-size: 9px;
}

.info-steps {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.info-steps > div {
    padding: 25px;
    border-radius: 18px;
    background: #fff;
}

.info-steps span {
    color: var(--blue);
    font-size: 12px;
    font-weight: 900;
}

.info-steps h3 {
    margin: 17px 0 6px;
    color: var(--navy);
}

.info-steps p {
    margin: 0;
    color: var(--muted);
    font-size: 12px;
}

.about-logo-lockup {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    gap: 15px;
    align-items: center;
    padding: 25px;
    border: 1px solid var(--line);
    border-radius: 22px;
    background: #fff;
    box-shadow: var(--shadow-sm);
}

.about-logo-lockup span {
    color: #8ea1b0;
    font-size: 25px;
}

.about-grid {
    display: grid;
    grid-template-columns: .85fr 1.15fr;
    gap: 80px;
    align-items: start;
}

.about-story h2 {
    margin: 5px 0 13px;
    color: var(--navy);
    font-size: 54px;
    letter-spacing: -.05em;
}

.about-story p {
    color: #536a7d;
}

.about-values {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 13px;
}

.about-values > div {
    min-height: 190px;
    padding: 23px;
    border: 1px solid var(--line);
    border-radius: 18px;
    background: #fff;
}

.about-values .icon {
    color: var(--blue);
}

.about-values h3 {
    margin: 25px 0 6px;
    color: var(--navy);
}

.about-values p {
    margin: 0;
    color: var(--muted);
    font-size: 11px;
}

.about-numbers {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.about-numbers > div {
    display: grid;
    justify-items: center;
    padding: 25px;
    border-right: 1px solid var(--line);
    text-align: center;
}

.about-numbers > div:last-child {
    border-right: 0;
}

.about-numbers strong {
    color: var(--blue);
    font-size: 48px;
    line-height: 1;
}

.about-numbers span {
    margin-top: 9px;
    color: var(--muted);
    font-size: 11px;
}

/* Success, errors, setup */
.success-section {
    padding: 75px 0 95px;
    background: linear-gradient(180deg, #f1faf7, #fff);
}

.success-card {
    display: grid;
    max-width: 760px;
    margin: auto;
    padding: 45px;
    place-items: center;
    border: 1px solid #d9e9e3;
    border-radius: 28px;
    background: #fff;
    box-shadow: var(--shadow);
    text-align: center;
}

.success-check {
    display: grid;
    width: 96px;
    height: 96px;
    margin-bottom: 22px;
    place-items: center;
    border-radius: 50%;
    color: #fff;
    background: var(--green);
    box-shadow: 0 0 0 13px var(--green-soft);
}

.success-card h1 {
    margin: 9px 0 10px;
    color: var(--navy);
    font-size: clamp(31px, 4vw, 45px);
    line-height: 1.08;
    letter-spacing: -.04em;
}

.success-card > p {
    max-width: 550px;
    margin: 0;
    color: var(--muted);
}

.success-order {
    display: grid;
    grid-template-columns: 1fr auto;
    width: 100%;
    gap: 2px 20px;
    margin: 30px 0;
    padding: 18px 20px;
    border-radius: 15px;
    background: var(--surface-soft);
    text-align: left;
}

.success-order span {
    color: var(--muted);
    font-size: 10px;
}

.success-order b {
    grid-column: 1;
    color: var(--navy);
    font-size: 19px;
}

.success-order strong {
    grid-column: 2;
    grid-row: 1 / span 2;
    align-self: center;
    color: var(--blue);
    font-size: 22px;
}

.success-steps {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.success-steps span {
    display: grid;
    justify-items: center;
    gap: 5px;
    color: var(--muted);
    font-size: 9px;
}

.success-steps i {
    display: grid;
    width: 29px;
    height: 29px;
    place-items: center;
    border-radius: 50%;
    color: #6c8294;
    background: #e9f0f5;
    font-style: normal;
    font-weight: 800;
}

.success-steps span.active i {
    color: #fff;
    background: var(--green);
}

.success-steps em {
    width: 75px;
    height: 1px;
    background: #d5e1e8;
}

.success-actions {
    display: flex;
    gap: 10px;
    margin-top: 30px;
}

.error-page {
    display: grid;
    min-height: 620px;
    padding: 80px 0;
    place-items: center;
    background: linear-gradient(180deg, #f4f9fc, #fff);
    text-align: center;
}

.error-page .container {
    display: grid;
    justify-items: center;
}

.error-code {
    display: grid;
    width: 145px;
    height: 145px;
    margin-bottom: 23px;
    place-items: center;
    border-radius: 50%;
    color: var(--blue);
    background: var(--blue-soft);
    font-size: 48px;
    font-weight: 900;
}

.error-page h1 {
    margin: 10px 0;
    color: var(--navy);
    font-size: 38px;
}

.error-page p {
    max-width: 550px;
    margin: 0 0 25px;
    color: var(--muted);
}

.setup-page {
    display: grid;
    min-height: 100vh;
    padding: 30px;
    place-items: center;
    background: linear-gradient(145deg, #eaf5ff, #fff);
}

.setup-card {
    width: min(590px, 100%);
    padding: 42px;
    border: 1px solid var(--line);
    border-radius: 26px;
    background: #fff;
    box-shadow: var(--shadow);
}

.setup-card > img {
    width: 190px;
    margin-bottom: 28px;
}

.setup-card h1 {
    margin: 8px 0 12px;
    color: var(--navy);
    font-size: 37px;
}

.setup-card p {
    color: var(--muted);
}

.setup-code {
    margin: 22px 0;
    padding: 15px;
    overflow-x: auto;
    border-radius: 12px;
    color: #cae9ff;
    background: var(--navy-2);
    font-family: Consolas, monospace;
    font-size: 12px;
    white-space: nowrap;
}

/* Responsive */
@media (max-width: 1120px) {
    .brand-logo { flex-basis: 160px; }
    .brand-logo img { width: 160px; }
    .header-link:first-child { display: none; }
    .category-nav a { padding-inline: 10px; font-size: 11px; }
    .hero-slide { grid-template-columns: 1.12fr .88fr; padding-inline: 43px; }
    .product-orbit-main { width: 230px; height: 230px; }
    .ring-one { width: 330px; height: 330px; }
    .ring-two { width: 245px; height: 245px; }
    .product-orbit-left { width: 120px; height: 120px; }
    .product-orbit-right { width: 125px; height: 125px; }
    .category-grid { grid-template-columns: repeat(3, 1fr); }
    .product-grid { grid-template-columns: repeat(3, 1fr); }
    .home-product-grid .product-card:nth-child(n+7) { display: none; }
    .catalog-product-grid { grid-template-columns: repeat(2, 1fr); }
    .quest-card { gap: 35px; padding-inline: 42px; }
    .b2b-card { grid-template-columns: 180px 1fr; }
    .b2b-visual { width: 160px; }
    .b2b-card > .button { grid-column: 2; width: max-content; }
    .product-layout { grid-template-columns: minmax(0,1fr) minmax(390px,.9fr); gap: 35px; }
    .product-main-image { min-height: 470px; }
    .cart-item { grid-template-columns: 90px minmax(0,1fr) auto 115px 30px; gap: 12px; }
    .cart-item-image { width: 90px; }
}

@media (max-width: 900px) {
    .topbar-actions .top-phone { display: none; }
    .main-header { min-height: 70px; gap: 11px; }
    .mobile-menu-button { display: grid; }
    .catalog-button { display: none; }
    .brand-logo { flex: 0 0 140px; }
    .brand-logo img { width: 140px; }
    .header-search { flex-basis: auto; }
    .category-nav { display: none; }
    .hero-slider, .hero-slide { min-height: 560px; }
    .hero-slide { grid-template-columns: 1fr; padding: 44px 40px 70px; }
    .hero-copy { max-width: 620px; }
    .hero-copy h1, .hero-copy h2 { max-width: 590px; font-size: 45px; }
    .hero-visual { position: absolute; right: -30px; bottom: -50px; width: 44%; height: 55%; opacity: .75; }
    .product-orbit-left, .product-orbit-right, .hero-note { display: none; }
    .warm-product { width: 240px; height: 240px; }
    .kazakhstan-shape { width: 330px; height: 220px; }
    .map-dot { display: none; }
    .slider-controls { left: 40px; }
    .trust-grid { grid-template-columns: 1fr 1fr; gap: 20px 0; }
    .trust-grid > div:nth-child(2) { border-right: 0; }
    .trust-grid > div:nth-child(3) { padding-left: 0; }
    .category-grid { grid-template-columns: 1fr 1fr; }
    .quest-card { grid-template-columns: 1fr; }
    .product-grid { grid-template-columns: 1fr 1fr; }
    .home-product-grid .product-card:nth-child(n+7) { display: flex; }
    .delivery-calculator-card { grid-template-columns: 1fr; }
    .delivery-result-card { min-height: 170px; }
    .b2b-card { grid-template-columns: 160px 1fr; gap: 25px; }
    .partner-band-inner { flex-wrap: wrap; }
    .partner-band-inner > div:first-child { flex-basis: 50%; }
    .footer-grid { grid-template-columns: 1.25fr 1fr 1fr; }
    .footer-grid > div:last-child { grid-column: 1 / -1; }
    .catalog-layout { grid-template-columns: 1fr; }
    .catalog-sidebar { position: fixed; top: 0; left: 0; bottom: 0; z-index: 90; width: min(360px, 90vw); overflow-y: auto; border-radius: 0 19px 19px 0; transform: translateX(-105%); transition: transform .25s ease; }
    body.filters-open .catalog-sidebar { transform: translateX(0); }
    .filter-head button, .filter-mobile-button { display: inline-flex; }
    .catalog-product-grid { grid-template-columns: repeat(3, 1fr); }
    .product-layout { grid-template-columns: 1fr; }
    .product-main-image { min-height: 520px; }
    .cart-layout, .checkout-layout { grid-template-columns: 1fr; }
    .cart-summary-card, .checkout-summary { position: static; }
    .checkout-summary { grid-row: 1; }
    .content-hero .container { grid-template-columns: 1fr; }
    .delivery-hero-icon, .about-logo-lockup { margin: 0; }
    .delivery-page-grid { grid-template-columns: 1fr; }
    .delivery-city-panel { position: static; }
    .about-grid { grid-template-columns: 1fr; gap: 35px; }
}

@media (max-width: 720px) {
    .container { width: min(calc(100% - 26px), var(--container)); }
    .section { padding: 58px 0; }
    .topbar-inner { justify-content: flex-end; }
    .official-note { display: none; }
    .topbar-actions { width: 100%; justify-content: space-between; }
    .main-header { flex-wrap: wrap; padding-block: 10px; }
    .brand-logo { flex: 1; }
    .header-links { margin-left: auto; }
    .header-link span:not(.cart-count) { display: none; }
    .header-link { min-width: 42px; }
    .cart-count { right: 0; }
    .header-search { order: 5; flex-basis: 100%; height: 44px; }
    .header-search input { height: 44px; }
    .header-search button { top: 3px; }
    .hero-section { padding-top: 13px; }
    .hero-slider, .hero-slide { min-height: 620px; border-radius: 21px; }
    .hero-slide { padding: 34px 25px 73px; }
    .hero-partners { margin-bottom: 16px; }
    .hero-copy h1, .hero-copy h2 { font-size: 38px; }
    .hero-copy > p { font-size: 14px; }
    .hero-actions .button { width: 100%; }
    .hero-facts { gap: 18px; }
    .hero-visual { right: -10px; bottom: -45px; width: 60%; height: 42%; }
    .product-orbit-main { width: 210px; height: 210px; }
    .visual-ring { display: none; }
    .warm-grid { inset: 5%; }
    .warm-product { width: 200px; height: 200px; }
    .temperature-chip { width: 80px; height: 80px; }
    .temperature-chip b { font-size: 20px; }
    .delivery-visual { opacity: .52; }
    .kazakhstan-shape { width: 280px; height: 180px; }
    .delivery-card-mini { display: none; }
    .slider-controls { left: 25px; }
    .trust-grid { gap: 16px 0; }
    .trust-grid > div { padding: 0 12px; }
    .trust-grid b { font-size: 11px; }
    .category-grid { gap: 11px; }
    .category-card { min-height: 210px; padding: 17px; }
    .category-card h3 { width: 85%; font-size: 16px; }
    .category-card img { width: 145px; height: 145px; }
    .category-arrow { left: 17px; bottom: 17px; }
    .quest-card { padding: 34px 23px; border-radius: 21px; }
    .quest-copy h2 { font-size: 31px; }
    .product-grid, .catalog-product-grid { grid-template-columns: 1fr 1fr; gap: 10px; }
    .product-image { min-height: 190px; padding: 34px 13px 8px; }
    .product-image img { width: 160px; height: 150px; }
    .product-card-content { padding: 12px; }
    .product-meta { align-items: flex-start; font-size: 8px; }
    .product-title { min-height: 56px; font-size: 12px; }
    .product-price strong { font-size: 18px; }
    .add-cart-button span { display: none; }
    .add-cart-button { flex: 0 0 44px; }
    .quantity-compact { display: grid; flex: 1; }
    .delivery-calculator-card { padding: 28px 22px; border-radius: 21px; }
    .delivery-form { grid-template-columns: 1fr; }
    .b2b-card { grid-template-columns: 1fr; padding: 28px 23px; }
    .b2b-visual { width: 100%; height: 110px; transform: none; }
    .b2b-card > .button { grid-column: auto; width: 100%; }
    .partner-band-inner { gap: 17px; }
    .partner-band-inner > div:first-child { flex-basis: 100%; }
    .partner-feature { display: none; }
    .footer-grid { grid-template-columns: 1fr 1fr; gap: 30px 20px; }
    .footer-brand { grid-column: 1 / -1; }
    .footer-grid > div:last-child { grid-column: 1 / -1; }
    .footer-bottom { flex-wrap: wrap; padding-block: 17px; gap: 8px; }
    .footer-bottom span:nth-child(2) { margin-left: 0; }
    .city-confirm { left: 13px; right: 13px; bottom: 13px; flex-wrap: wrap; }
    .catalog-title-row { align-items: flex-start; flex-direction: column; }
    .catalog-rate-note { width: 100%; }
    .catalog-toolbar { flex-wrap: wrap; }
    .active-filter-chips { order: 3; flex-basis: 100%; }
    .sort-select { margin-left: auto; }
    .product-main-image { min-height: 390px; padding: 28px; }
    .product-main-image img { height: 330px; }
    .product-info h1 { font-size: 31px; }
    .product-key-specs { grid-template-columns: 1fr 1fr; }
    .purchase-actions { grid-template-columns: 1fr; }
    .purchase-actions .quantity-control { width: 100%; grid-template-columns: 1fr 1fr 1fr; }
    .specs-table { grid-template-columns: 1fr; }
    .cart-item { grid-template-columns: 80px 1fr auto; gap: 10px; }
    .cart-item-image { width: 80px; height: 80px; }
    .cart-item-image img { width: 70px; height: 68px; }
    .cart-item .quantity-control { grid-column: 2; grid-template-columns: 34px 42px 34px; height: 39px; width: max-content; }
    .cart-item-price { grid-column: 3; grid-row: 2; }
    .cart-remove { grid-column: 3; grid-row: 1; align-self: start; }
    .cart-quest-card { grid-template-columns: auto 1fr; }
    .cart-badges { grid-column: 1 / -1; grid-template-columns: 1fr 1fr; }
    .form-grid { grid-template-columns: 1fr; }
    .field-wide { grid-column: auto; }
    .payment-options { grid-template-columns: 1fr; }
    .checkout-block { padding: 20px 16px; }
    .content-hero { padding: 45px 0; }
    .content-hero h1 { font-size: 40px; }
    .delivery-hero-icon { width: 100%; height: 150px; border-radius: 24px; transform: none; }
    .tariff-cards { grid-template-columns: 1fr; }
    .delivery-formula > div { flex-wrap: wrap; justify-content: center; }
    .delivery-formula i { display: none; }
    .info-steps, .about-values, .about-numbers { grid-template-columns: 1fr 1fr; }
    .about-numbers > div:nth-child(2) { border-right: 0; }
    .success-card { padding: 35px 20px; }
    .success-actions { width: 100%; flex-direction: column; }
}

@media (max-width: 460px) {
    .hero-slider, .hero-slide { min-height: 650px; }
    .hero-copy h1, .hero-copy h2 { font-size: 34px; }
    .hero-partners img:first-child { width: 105px; }
    .hero-partners img:last-child { width: 100px; }
    .trust-grid { grid-template-columns: 1fr; }
    .trust-grid > div { padding: 0 !important; border-right: 0; }
    .category-grid { grid-template-columns: 1fr; }
    .category-card { min-height: 185px; }
    .product-grid, .catalog-product-grid { grid-template-columns: 1fr; }
    .product-card { display: grid; grid-template-columns: 135px 1fr; }
    .product-card-top { right: auto; width: 120px; }
    .product-image { min-height: 100%; padding: 35px 8px 8px; }
    .product-image img { width: 120px; height: 125px; }
    .product-title { min-height: auto; }
    .product-buy { margin-top: 10px; }
    .quantity-compact { display: none; }
    .add-cart-button { flex: 1; }
    .add-cart-button span { display: inline; }
    .footer-grid { grid-template-columns: 1fr; }
    .footer-grid > * { grid-column: auto !important; }
    .catalog-toolbar { align-items: stretch; }
    .sort-select span { display: none; }
    .sort-select select { max-width: 180px; }
    .product-key-specs { grid-template-columns: 1fr; }
    .product-delivery-note { grid-template-columns: auto 1fr; }
    .product-delivery-note a { grid-column: 2; }
    .cart-item { grid-template-columns: 66px 1fr auto; padding: 12px; }
    .cart-item-image { width: 66px; height: 70px; }
    .cart-item-image img { width: 58px; height: 58px; }
    .cart-quest-card { grid-template-columns: 1fr; }
    .quest-medal { width: 65px; height: 65px; }
    .cart-badges { grid-template-columns: 1fr; }
    .segmented-control { grid-template-columns: 1fr; }
    .pickup-card { grid-template-columns: auto 1fr; }
    .pickup-card > strong { grid-column: 2; }
    .info-steps, .about-values, .about-numbers { grid-template-columns: 1fr; }
    .about-numbers > div { border-right: 0; border-bottom: 1px solid var(--line); }
    .success-order { grid-template-columns: 1fr; text-align: center; }
    .success-order strong { grid-column: 1; grid-row: auto; }
    .success-steps em { width: 28px; }
}

@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after {
        scroll-behavior: auto !important;
        transition-duration: .01ms !important;
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
    }
}

