:root {
    --bg: #f5fcff;
    --bg-soft: #f7f2ff;
    --text: #162235;
    --muted: #657386;
    --line: rgba(142, 164, 190, 0.34);
    --glass: rgba(255, 255, 255, 0.62);
    --glass-strong: rgba(255, 255, 255, 0.78);
    --cyan: #21d4fd;
    --pink: #ff3cac;
    --violet: #8b5cf6;
    --shadow: 0 22px 60px rgba(68, 90, 125, 0.14);
}

* { box-sizing: border-box; }

[hidden] {
    display: none !important;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: 112px;
}

body {
    margin: 0;
    min-width: 320px;
    overflow-x: hidden;
    font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    color: var(--text);
    background:
        radial-gradient(circle at 16% 14%, rgba(185, 244, 255, 0.58), transparent 28rem),
        radial-gradient(circle at 78% 9%, rgba(255, 183, 229, 0.52), transparent 28rem),
        linear-gradient(135deg, var(--bg), var(--bg-soft) 55%, #eef9ff);
}

a { color: inherit; text-decoration: none; }
button, input { font: inherit; }

.button,
.ghost-link,
.header-cta,
.nav a,
.trust-pill,
.mobile-search-button,
.menu-button,
.stats span,
.payment-pills span,
.category-card,
.product-card,
.floating-category-icon {
    transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease, background 0.2s ease;
}

.button:hover,
.button:focus-visible,
.ghost-link:hover,
.ghost-link:focus-visible,
.header-cta:hover,
.header-cta:focus-visible,
.nav a:hover,
.nav a:focus-visible,
.trust-pill:hover,
.trust-pill:focus-visible,
.mobile-search-button:hover,
.mobile-search-button:focus-visible,
.menu-button:hover,
.menu-button:focus-visible,
.stats span:hover,
.payment-pills span:hover,
.category-card:hover,
.category-card:focus-visible,
.product-card:hover {
    border-color: rgba(72, 104, 255, 0.36);
    box-shadow:
        0 0 0 1px rgba(255,255,255,0.72) inset,
        0 0 0 4px rgba(33, 212, 253, 0.14),
        0 18px 38px rgba(68,90,125,0.15);
    transform: translateY(-2px);
}

.ambient {
    position: fixed;
    z-index: -1;
    width: 28rem;
    height: 28rem;
    border-radius: 999px;
    filter: blur(80px);
    opacity: 0.42;
    pointer-events: none;
}

.ambient-a { left: -10rem; top: 18rem; background: #a8f2ff; }
.ambient-b { right: -8rem; top: 4rem; background: #ffabd9; }

.site-header {
    position: sticky;
    top: 16px;
    z-index: 20;
    display: flex;
    align-items: center;
    gap: 8px;
    width: min(1200px, calc(100% - 32px));
    height: 76px;
    margin: 16px auto 0;
    padding: 0;
    border: 1px solid var(--line);
    border-radius: 28px;
    background: linear-gradient(135deg, rgba(255,255,255,0.82), rgba(241,248,255,0.58));
    box-shadow: var(--shadow);
    backdrop-filter: blur(22px);
}

.brand {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 205px;
    height: 72px;
    padding-left: 0;
    flex: 0 0 auto;
    overflow: hidden;
}

.brand-icon {
    width: 54px;
    height: 54px;
    margin-left: 18px;
    border-radius: 16px;
    overflow: hidden;
    display: grid;
    place-items: center;
    background: rgba(255,255,255,0.72);
}

.brand-icon img {
    width: 54px;
    height: 54px;
    object-fit: cover;
}

.brand-word {
    display: grid;
    gap: 0;
    line-height: 1;
}

.brand-word b {
    color: #202a3a;
    font-size: 20px;
    letter-spacing: 0;
}

.brand-word em {
    color: #765cf6;
    font-size: 17px;
    font-style: normal;
    font-weight: 800;
    letter-spacing: 0;
}

.nav {
    display: flex;
    gap: 7px;
    align-items: center;
    flex: 0 0 auto;
}

.nav a, .header-cta, .ghost-link, .button {
    border: 1px solid var(--line);
    background: linear-gradient(135deg, rgba(255,255,255,0.76), rgba(245,250,255,0.52));
    box-shadow: 0 12px 30px rgba(63, 84, 116, 0.09);
    backdrop-filter: blur(16px);
}

.nav a {
    display: grid;
    place-items: center;
    height: 38px;
    padding: 0 12px;
    border-radius: 19px;
    color: #415268;
    font-size: 13px;
    font-weight: 600;
}

.site-search {
    display: flex;
    align-items: center;
    gap: 10px;
    flex: 1 1 220px;
    min-width: 190px;
    max-width: 320px;
    margin-left: auto;
    margin-right: 8px;
    height: 48px;
    padding: 0 14px;
    border: 1px solid var(--line);
    border-radius: 20px;
    background: linear-gradient(135deg, rgba(255,255,255,0.72), rgba(241,248,255,0.46));
    box-shadow: 0 12px 26px rgba(63, 84, 116, 0.08);
    backdrop-filter: blur(18px);
}

.header-trust {
    display: flex;
    align-items: center;
    gap: 8px;
    flex: 0 0 auto;
    padding-right: 10px;
}

.trust-pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    height: 42px;
    padding: 0 11px;
    border: 1px solid var(--line);
    border-radius: 18px;
    color: #334258;
    font-size: 13px;
    font-weight: 800;
    background: linear-gradient(135deg, rgba(255,255,255,0.76), rgba(245,250,255,0.52));
    box-shadow: 0 12px 26px rgba(63, 84, 116, 0.08);
    backdrop-filter: blur(16px);
    white-space: nowrap;
}

.trust-pill svg {
    width: 20px;
    height: 20px;
    flex: 0 0 auto;
}

.trust-pill-tg svg {
    fill: #28a8ea;
}

.trust-pill-avito svg {
    width: 22px;
    height: 22px;
}

.site-search svg {
    width: 18px;
    height: 18px;
    stroke: #6b7c91;
    stroke-width: 2;
    fill: none;
    flex: 0 0 auto;
}

.site-search input {
    min-width: 0;
    width: 100%;
    border: 0;
    outline: 0;
    background: transparent;
    color: var(--text);
    font-size: 13px;
    font-weight: 600;
}

.header-cta {
    display: grid;
    place-items: center;
    width: 190px;
    height: 52px;
    border-radius: 18px;
    font-weight: 800;
    color: #263247;
    position: relative;
}

.header-cta::before, .button-primary::before {
    content: "";
    position: absolute;
    left: 10px;
    top: 11px;
    width: 4px;
    height: 30px;
    border-radius: 4px;
    background: linear-gradient(180deg, var(--cyan), var(--pink));
}

.menu-button, .mobile-search-button { display: none; }

.menu-button svg, .mobile-search-button svg, .mobile-search-bar svg {
    width: 22px;
    height: 22px;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    fill: none;
}

.mobile-search-panel {
    position: fixed;
    inset: 0;
    z-index: 100;
    display: none;
    background:
        radial-gradient(circle at 16% 14%, rgba(185, 244, 255, 0.42), transparent 24rem),
        radial-gradient(circle at 86% 8%, rgba(255, 183, 229, 0.36), transparent 22rem),
        rgba(246, 251, 255, 0.96);
    backdrop-filter: blur(18px);
}

.mobile-search-panel.is-open { display: block; }

.mobile-search-bar {
    display: flex;
    align-items: center;
    gap: 12px;
    min-height: 64px;
    padding: max(14px, env(safe-area-inset-top)) 16px 12px;
    border-bottom: 1px solid var(--line);
    color: #607086;
    background: rgba(255,255,255,0.76);
}

.mobile-search-bar input {
    min-width: 0;
    flex: 1;
    border: 0;
    outline: 0;
    background: transparent;
    color: var(--text);
    font-size: 16px;
    font-weight: 650;
}

.mobile-search-bar button {
    display: grid;
    place-items: center;
    width: 38px;
    height: 38px;
    border: 0;
    border-radius: 14px;
    color: #607086;
    background: transparent;
}

main {
    width: min(1200px, calc(100% - 32px));
    margin: 28px auto 0;
}

.hero {
    min-height: 626px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 500px;
    align-items: center;
    gap: 72px;
}

.category-hero {
    min-height: 440px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 360px;
    align-items: center;
    gap: 58px;
    padding: 54px 0 24px;
}

.category-hero-copy h1 {
    margin-top: 18px;
    font-size: clamp(42px, 6vw, 68px);
    line-height: 0.98;
}

.back-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    margin-bottom: 14px;
    padding: 0 15px;
    border: 1px solid var(--line);
    border-radius: 999px;
    color: #334258;
    font-size: 13px;
    font-weight: 800;
    background: linear-gradient(135deg, rgba(255,255,255,0.78), rgba(245,250,255,0.54));
    box-shadow: 0 12px 26px rgba(63, 84, 116, 0.08);
    backdrop-filter: blur(16px);
}

.category-hero-card {
    min-height: 300px;
    display: grid;
    place-items: center;
    gap: 18px;
    padding: 30px;
    border: 1px solid var(--line);
    border-radius: 30px;
    background: linear-gradient(135deg, rgba(255,255,255,0.66), rgba(244,247,255,0.40));
    box-shadow: var(--shadow);
    backdrop-filter: blur(20px);
    text-align: center;
}

.category-hero-icon {
    display: grid;
    place-items: center;
    width: 160px;
    height: 160px;
}

.category-hero-icon .category-logo {
    width: 150px;
    height: 150px;
}

.category-hero-card b {
    display: block;
    color: var(--text);
    font-size: 28px;
    font-weight: 900;
}

.category-hero-card span {
    color: #657386;
    font-size: 14px;
    font-weight: 800;
}

.category-hero-meta,
.category-filter-row {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.category-hero-meta {
    margin-top: 22px;
}

.category-filter-row {
    margin-top: 18px;
}

.category-hero-meta span,
.filter-pill {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    min-height: 34px;
    padding: 0 12px;
    border: 1px solid var(--line);
    border-radius: 999px;
    color: #53647a;
    font-size: 12px;
    font-weight: 800;
    background: rgba(255,255,255,0.58);
}

.filter-pill {
    cursor: pointer;
}

.filter-pill.is-active {
    color: var(--text);
    border-color: rgba(72, 104, 255, 0.34);
    box-shadow: 0 0 0 4px rgba(33, 212, 253, 0.12);
}

.category-mode-pill {
    color: var(--text) !important;
    border-color: rgba(72, 104, 255, 0.30) !important;
    background: linear-gradient(135deg, rgba(255,255,255,0.82), rgba(230,244,255,0.58)) !important;
    box-shadow: 0 0 0 4px rgba(33, 212, 253, 0.10);
}

.category-page .category-product-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.category-page .product-card {
    min-height: 214px;
}

.category-page .product-desc {
    display: -webkit-box;
    min-height: 42px;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.eyebrow, .payment-note, .toast {
    border: 1px solid var(--line);
    background: var(--glass);
    backdrop-filter: blur(16px);
}

.eyebrow {
    display: inline-grid;
    place-items: center;
    min-height: 40px;
    padding: 0 18px;
    border-radius: 999px;
    color: #526276;
    font-size: 13px;
    font-weight: 700;
}

h1, h2, h3, p { margin: 0; }
h1 { margin-top: 22px; font-size: clamp(48px, 7vw, 74px); line-height: 0.98; letter-spacing: 0; }
.lead { margin-top: 24px; max-width: 560px; color: #506073; font-size: 18px; line-height: 1.65; }

.hero-actions, .stats, .payment-pills { display: flex; flex-wrap: wrap; gap: 10px; }
.hero-actions { margin-top: 28px; }

.button, .ghost-link {
    position: relative;
    display: inline-grid;
    place-items: center;
    min-height: 52px;
    padding: 0 22px;
    border-radius: 18px;
    color: #263247;
    font-weight: 800;
    cursor: pointer;
}

.button-primary { padding-left: 30px; }
.button-secondary { color: #516173; }

.stats {
    margin-top: 28px;
    color: #526177;
    font-size: 12px;
    font-weight: 800;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    max-width: 540px;
}

.stats span {
    display: grid;
    grid-template-columns: auto 1fr;
    grid-template-areas:
        "icon title"
        "icon text";
    column-gap: 12px;
    align-items: center;
    min-width: 0;
    min-height: 74px;
    padding: 12px 16px;
    border: 1px solid rgba(255,255,255,0.7);
    border-radius: 999px;
    background: linear-gradient(135deg, rgba(255,255,255,0.64), rgba(229,242,255,0.34));
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.84), 0 14px 28px rgba(68,90,125,0.10);
    backdrop-filter: blur(14px);
    overflow: hidden;
}

.stats i {
    grid-area: icon;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    place-items: center;
    width: 42px;
    height: 42px;
    border: 1px solid rgba(33, 141, 219, 0.22);
    border-radius: 14px;
    color: #218ddb;
    background: rgba(214, 242, 255, 0.62);
    font-style: normal;
    font-size: 18px;
    flex-shrink: 0;
    box-shadow: 0 8px 18px rgba(68,90,125,0.10);
}

.stats b {
    grid-area: title;
    color: var(--text);
    font-size: 16px;
    line-height: 1.15;
    min-width: 0;
    overflow-wrap: anywhere;
}

.stats em {
    grid-area: text;
    color: #728094;
    font-size: 11px;
    font-style: normal;
    line-height: 1.25;
    min-width: 0;
    overflow-wrap: anywhere;
}

#productsCount { font-size: 22px; }

.mascot-card {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 450px;
    padding: 34px 28px 28px;
    border: 1px solid var(--line);
    border-radius: 30px;
    background: linear-gradient(135deg, rgba(255,255,255,0.62), rgba(244,247,255,0.36));
    box-shadow: var(--shadow);
    backdrop-filter: blur(20px);
}

.mascot-card img {
    position: relative;
    z-index: 2;
    width: min(330px, 82%);
    filter: drop-shadow(0 20px 32px rgba(71, 55, 119, 0.18));
}

.mascot-card > span {
    position: relative;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: min(360px, 88%);
    min-height: 64px;
    margin-top: -22px;
    padding: 14px 24px 12px;
    border: 1px solid rgba(255,255,255,0.72);
    border-radius: 999px;
    color: #3d4a63;
    font-size: 13px;
    font-weight: 800;
    line-height: 1.35;
    text-align: center;
    background: linear-gradient(135deg, rgba(255,255,255,0.66), rgba(216,236,255,0.36));
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.86), 0 18px 34px rgba(68,90,125,0.12);
    backdrop-filter: blur(14px);
}

.floating-catalog {
    position: absolute;
    inset: 22px 22px 92px;
    z-index: 3;
    pointer-events: none;
}

.floating-category {
    position: absolute;
    display: block;
    width: 66px;
    height: 66px;
    color: #53637a;
    pointer-events: auto;
    animation: floatCategory 5.8s ease-in-out infinite;
    transition: transform 0.2s ease, color 0.2s ease;
}

.floating-category:hover {
    color: var(--text);
    transform: translateY(-3px) scale(1.06);
}

.floating-category-2:hover,
.floating-category-2:focus-visible {
    transform: translateX(-50%) translateY(-3px) scale(1.06);
}

.floating-category:hover .floating-category-icon,
.floating-category:focus-visible .floating-category-icon {
    border: 0 none transparent;
    background: transparent;
    box-shadow: none;
}

.floating-category-icon {
    display: grid;
    place-items: center;
    width: 66px;
    height: 66px;
    padding: 0;
    border: 0 none transparent;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    backdrop-filter: none;
    min-height: 0;
    margin: 0;
}

.floating-category-logo {
    width: 56px;
    height: 56px;
    border-radius: 16px;
    color: white;
    font-size: 16px;
    font-weight: 900;
    filter: drop-shadow(0 14px 18px rgba(35, 54, 85, 0.18));
}

img.floating-category-logo {
    width: 56px;
    height: 56px;
    display: block;
    object-fit: contain;
}

.mascot-card img.floating-category-logo {
    width: 56px;
    height: 56px;
    filter: drop-shadow(0 14px 18px rgba(35, 54, 85, 0.18));
}

span.floating-category-logo {
    display: grid;
    place-items: center;
}

.floating-category-1 { left: 8%; top: 14%; animation-delay: 0ms; }
.floating-category-2 { left: 54%; top: 3%; transform: translateX(-50%); animation-delay: 520ms; }
.floating-category-3 { right: 9%; top: 14%; animation-delay: 1040ms; }
.floating-category-4 { left: 5%; top: 50%; animation-delay: 1560ms; }
.floating-category-5 { left: 5%; top: 31%; animation-delay: 2080ms; }
.floating-category-6 { right: 5%; top: 38%; animation-delay: 2600ms; }
.floating-category-7 { right: 5%; top: 58%; animation-delay: 3120ms; }

@keyframes floatCategory {
    0%, 100% { translate: 0 0; }
    50% { translate: 0 -8px; }
}

@media (prefers-reduced-motion: reduce) {
    .floating-category { animation: none; }
}

.section {
    padding: 54px 0;
    scroll-margin-top: 112px;
}
.section-head { display: flex; justify-content: space-between; align-items: center; gap: 24px; margin-bottom: 30px; }
.section h2 { font-size: clamp(30px, 4vw, 44px); line-height: 1.1; letter-spacing: 0; }
.section p { color: var(--muted); line-height: 1.55; }
.section-head p { margin-top: 8px; }
.search-status {
    color: #607187;
    font-size: 15px;
    font-weight: 800;
}
.section-centered { text-align: center; }
.section-centered > p { max-width: 720px; margin: 12px auto 0; }

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

.category-card, .product-card, .process-grid article, .faq-grid article, .about-grid article, .checkout-card {
    border: 1px solid var(--line);
    background: linear-gradient(135deg, rgba(255,255,255,0.70), rgba(245,250,255,0.48));
    box-shadow: 0 18px 44px rgba(63, 84, 116, 0.10);
    backdrop-filter: blur(18px);
}

.category-card {
    min-height: 276px;
    padding: 18px;
    border-radius: 28px;
    display: grid;
    grid-template-rows: auto auto auto 1fr auto auto;
    justify-items: start;
    align-content: start;
    gap: 10px;
    overflow: hidden;
}

.category-card.is-active {
    border-color: rgba(72, 104, 255, 0.34);
    box-shadow: 0 20px 54px rgba(72, 104, 255, 0.16);
}

.category-icon {
    width: 100%;
    height: 128px;
    display: grid;
    place-items: center;
    border: 0;
    border-radius: 0;
    background: transparent;
}

.category-logo, .product-logo {
    display: grid;
    place-items: center;
    color: white;
    font-weight: 900;
}

.category-logo {
    width: 118px;
    height: 118px;
    border-radius: 28px;
    font-size: 34px;
    object-fit: contain;
}

.category-card h3 {
    font-size: 18px;
    line-height: 1.15;
}

.category-badge {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    padding: 0 10px;
    border: 1px solid rgba(124, 141, 168, 0.24);
    border-radius: 999px;
    color: #53647a;
    font-size: 11px;
    font-weight: 800;
    background: rgba(255,255,255,0.58);
}

.category-desc {
    min-height: 44px;
    color: #68778c;
    font-size: 13px;
    line-height: 1.4;
}

.category-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    gap: 10px;
    margin-top: 2px;
}

.category-price {
    color: var(--text);
    font-size: 18px;
    font-weight: 900;
}

.category-count {
    color: #758397;
    font-size: 12px;
    font-weight: 800;
    white-space: nowrap;
}

.category-regions {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    min-height: 28px;
}

.category-regions span {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    height: 24px;
    padding: 0 8px;
    border: 1px solid rgba(124, 141, 168, 0.22);
    border-radius: 999px;
    color: #53647a;
    font-size: 11px;
    font-weight: 800;
    background: rgba(255,255,255,0.52);
}

.region-flag {
    display: inline-block;
    width: 1.35em;
    height: 0.9em;
    flex: 0 0 auto;
    overflow: hidden;
    border-radius: 2px;
    box-shadow: 0 0 0 1px rgba(15, 23, 42, 0.10);
}

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

@media (min-width: 1021px) {
    .product-page #relatedGrid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

.product-card {
    min-height: 156px;
    border-radius: 24px;
    padding: 20px;
    display: grid;
    gap: 12px;
}

.product-top { display: flex; gap: 12px; align-items: center; }
.product-logo { width: 52px; height: 52px; border-radius: 16px; flex: 0 0 auto; object-fit: contain; }
.product-title { font-size: 16px; line-height: 1.25; }
.product-tag { margin-top: 3px; color: #6d7b8f; font-size: 12px; font-weight: 700; }
.product-desc { display: none; color: #68778c; font-size: 13px; line-height: 1.55; }
.product-bottom { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-top: auto; }
.price { font-size: 20px; font-weight: 900; }
.product-actions {
    display: flex;
    align-items: center;
    gap: 8px;
    flex: 0 0 auto;
}
.details-link,
.buy-button {
    min-height: 38px;
    padding: 0 14px;
    border: 0;
    border-radius: 14px;
    color: #263247;
    font-weight: 800;
    background: rgba(255,255,255,0.78);
    box-shadow: 0 10px 24px rgba(63,84,116,0.12);
}
.details-link {
    display: inline-grid;
    place-items: center;
    color: #53647a;
}
.buy-button { cursor: pointer; }

.product-hero {
    min-height: 520px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 360px;
    align-items: center;
    gap: 58px;
    padding: 54px 0 24px;
}

.product-hero-copy h1 {
    margin-top: 18px;
    font-size: clamp(42px, 6vw, 68px);
    line-height: 0.98;
}

.product-hero-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 22px;
}

.product-hero-meta span {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    min-height: 34px;
    padding: 0 12px;
    border: 1px solid var(--line);
    border-radius: 999px;
    color: #53647a;
    font-size: 12px;
    font-weight: 800;
    background: rgba(255,255,255,0.58);
}

.product-hero-card {
    min-height: 340px;
    display: grid;
    place-items: center;
    gap: 14px;
    padding: 30px;
    border: 1px solid var(--line);
    border-radius: 30px;
    background: linear-gradient(135deg, rgba(255,255,255,0.68), rgba(244,247,255,0.42));
    box-shadow: var(--shadow);
    backdrop-filter: blur(20px);
    text-align: center;
}

.product-hero-icon {
    display: grid;
    place-items: center;
    width: 168px;
    height: 168px;
}

.product-hero-icon .category-logo {
    width: 154px;
    height: 154px;
}

.product-hero-price {
    color: var(--text);
    font-size: 34px;
    font-weight: 900;
}

.product-hero-note {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 0 12px;
    border: 1px solid rgba(72, 104, 255, 0.30);
    border-radius: 999px;
    color: #334258;
    font-size: 12px;
    font-weight: 800;
    background: linear-gradient(135deg, rgba(255,255,255,0.82), rgba(230,244,255,0.58));
    box-shadow: 0 0 0 4px rgba(33, 212, 253, 0.10);
}

.install-options-section {
    padding-top: 16px;
}

.install-options-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.install-plan {
    position: relative;
    display: grid;
    gap: 18px;
    padding: 26px;
    border: 1px solid rgba(207, 220, 237, 0.88);
    border-radius: 28px;
    background:
        linear-gradient(135deg, rgba(255,255,255,0.78), rgba(238,248,255,0.48)),
        radial-gradient(circle at 12% 8%, rgba(33, 212, 253, 0.18), transparent 16rem),
        radial-gradient(circle at 90% 0%, rgba(255, 60, 172, 0.12), transparent 15rem);
    box-shadow: var(--shadow);
    backdrop-filter: blur(20px);
}

.install-ribbon {
    width: fit-content;
    min-height: 30px;
    display: inline-flex;
    align-items: center;
    padding: 0 12px;
    border: 1px solid rgba(72, 104, 255, 0.20);
    border-radius: 999px;
    color: #53647a;
    font-size: 11px;
    font-weight: 900;
    background: rgba(255,255,255,0.66);
}

.install-plan-header {
    display: flex;
    align-items: center;
    gap: 14px;
}

.install-plan-icon {
    display: grid;
    place-items: center;
    width: 58px;
    height: 58px;
    border: 1px solid rgba(124, 141, 168, 0.22);
    border-radius: 18px;
    color: #4f6cff;
    background: linear-gradient(135deg, rgba(255,255,255,0.78), rgba(230,244,255,0.60));
    box-shadow: 0 12px 26px rgba(63,84,116,0.13);
}

.install-plan-icon svg {
    width: 28px;
    height: 28px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.install-plan h3 {
    font-size: 24px;
    line-height: 1.05;
}

.duration-tag {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    margin-top: 8px;
    padding: 0 10px;
    border: 1px solid rgba(124, 141, 168, 0.22);
    border-radius: 999px;
    color: #53647a;
    font-size: 12px;
    font-weight: 900;
    background: rgba(255,255,255,0.62);
}

.install-plan-subtitle {
    color: #5f6f84;
    font-size: 15px;
    line-height: 1.55;
}

.install-price {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 8px 12px;
}

.official-price {
    display: flex;
    gap: 6px;
    width: 100%;
    color: #637389;
    font-size: 13px;
}

.install-price strong {
    color: var(--text);
    font-size: 38px;
    line-height: 1;
}

.install-price > span {
    color: #65758a;
    font-size: 14px;
    font-weight: 800;
}

.install-price em {
    width: 100%;
    color: #4e5f73;
    font-size: 13px;
    font-style: normal;
    font-weight: 800;
}

.install-features {
    display: grid;
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.install-features li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    color: #4e5f73;
    font-size: 14px;
    line-height: 1.45;
}

.install-features li span {
    width: 24px;
    flex: 0 0 auto;
}

.install-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.install-meta span {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    min-height: 30px;
    padding: 0 10px;
    border: 1px solid rgba(124, 141, 168, 0.22);
    border-radius: 999px;
    color: #53647a;
    font-size: 12px;
    font-weight: 800;
    background: rgba(255,255,255,0.60);
}

.install-meta b {
    color: #6f5cff;
}

.install-plan-button {
    width: fit-content;
}

.install-hint {
    color: #65758a;
    font-size: 13px;
    font-weight: 700;
}

.product-detail-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(320px, 0.72fr);
    gap: 18px;
    padding: 34px 0 10px;
}

.product-detail-card {
    min-height: 220px;
    padding: 26px;
    border: 1px solid var(--line);
    border-radius: 26px;
    background: linear-gradient(135deg, rgba(255,255,255,0.70), rgba(245,250,255,0.48));
    box-shadow: 0 18px 44px rgba(63, 84, 116, 0.10);
    backdrop-filter: blur(18px);
}

.product-detail-card h2 {
    margin-bottom: 16px;
    font-size: 24px;
}

.rich-copy {
    display: grid;
    gap: 12px;
    color: #5e6e82;
    font-size: 15px;
    line-height: 1.65;
}

.product-important-card {
    border-color: rgba(139, 92, 246, 0.26);
    background:
        linear-gradient(135deg, rgba(255,255,255,0.76), rgba(242,246,255,0.54)),
        radial-gradient(circle at 16% 16%, rgba(33, 212, 253, 0.16), transparent 18rem),
        radial-gradient(circle at 84% 12%, rgba(255, 60, 172, 0.13), transparent 18rem);
}

.instruction-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 18px;
}

.instruction-card {
    position: relative;
    display: grid;
    grid-template-columns: 46px minmax(0, 1fr);
    gap: 16px;
    min-height: 220px;
    padding: 22px;
    border: 1px solid var(--line);
    border-radius: 26px;
    background: linear-gradient(135deg, rgba(255,255,255,0.68), rgba(235,247,255,0.34));
    box-shadow: var(--shadow);
    backdrop-filter: blur(18px);
}

.instruction-index {
    display: inline-grid;
    place-items: center;
    width: 46px;
    height: 46px;
    border-radius: 16px;
    color: var(--text);
    font-size: 18px;
    font-weight: 900;
    background: rgba(255,255,255,0.74);
    box-shadow: 0 10px 22px rgba(63,84,116,0.12);
}

.instruction-body {
    display: grid;
    gap: 12px;
    min-width: 0;
}

.instruction-body h3 {
    margin: 0;
    color: var(--text);
    font-size: 19px;
    line-height: 1.25;
}

.instruction-body p {
    color: #65758a;
    font-size: 14px;
    line-height: 1.65;
}

.instruction-media {
    display: block;
    overflow: hidden;
    min-height: 170px;
    border: 1px solid rgba(207,220,237,0.86);
    border-radius: 20px;
    background: rgba(255,255,255,0.48);
}

.instruction-media img {
    display: block;
    width: 100%;
    height: 100%;
    max-height: 540px;
    object-fit: contain;
}

.instruction-link {
    width: fit-content;
    color: #7b5cff;
    font-weight: 800;
}

.product-faq-section .faq-grid {
    grid-template-columns: 1fr;
}

.product-video-card,
.product-faq-item {
    border: 1px solid var(--line);
    border-radius: 26px;
    background: linear-gradient(135deg, rgba(255,255,255,0.70), rgba(235,247,255,0.38));
    box-shadow: var(--shadow);
    backdrop-filter: blur(18px);
}

.product-video-card {
    overflow: hidden;
    padding: 16px;
}

.product-video {
    display: block;
    width: 100%;
    max-height: 620px;
    border-radius: 18px;
    background: rgba(20, 28, 42, 0.08);
}

.product-video-link {
    width: fit-content;
}

.product-faq-item {
    padding: 0;
    overflow: hidden;
}

.product-faq-item summary {
    cursor: pointer;
    list-style: none;
    padding: 20px 22px;
    color: var(--text);
    font-size: 17px;
    font-weight: 900;
}

.product-faq-item summary::-webkit-details-marker {
    display: none;
}

.product-faq-item summary::after {
    content: "+";
    float: right;
    color: #7b5cff;
    font-size: 22px;
    line-height: 1;
}

.product-faq-item[open] summary::after {
    content: "−";
}

.product-faq-item .rich-copy {
    padding: 0 22px 22px;
}

.checkout-notice {
    margin: 14px 0 14px;
    padding: 14px 15px;
    border: 1px solid rgba(139, 92, 246, 0.26);
    border-radius: 16px;
    color: #3d4a63;
    font-size: 13px;
    line-height: 1.45;
    background: linear-gradient(135deg, rgba(255,255,255,0.76), rgba(230,244,255,0.52));
}

.payment-pills { justify-content: center; margin-top: 24px; }
.payment-pills span {
    padding: 12px 18px;
    border: 1px solid var(--line);
    border-radius: 999px;
    background: rgba(255,255,255,0.62);
    font-weight: 800;
    color: #516173;
}

.payment-note {
    max-width: 720px;
    margin: 26px auto 0;
    padding: 18px 22px;
    border-radius: 18px;
    color: #657386;
    line-height: 1.5;
}

.process-grid, .faq-grid, .about-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
    margin-top: 30px;
    text-align: left;
}

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

.process-grid article, .faq-grid article, .about-grid article {
    border-radius: 22px;
    padding: 22px;
}

.process-grid b {
    display: grid;
    place-items: center;
    width: 32px;
    height: 32px;
    margin-bottom: 14px;
    border-radius: 999px;
    background: rgba(255,255,255,0.72);
}

.process-visual {
    height: 118px;
    margin-bottom: 18px;
    border: 1px solid rgba(199, 215, 235, 0.7);
    border-radius: 20px;
    background: linear-gradient(135deg, rgba(255,255,255,.72), rgba(227,242,255,.48));
    display: grid;
    place-items: center;
    overflow: hidden;
}

.process-visual img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.process-visual span {
    font-size: 42px;
    font-weight: 900;
    color: #3d4a63;
}

.process-grid h3, .faq-grid h3, .about-grid h3 { margin-bottom: 10px; font-size: 16px; }

.about > p { max-width: 760px; }

.site-footer {
    width: min(1200px, calc(100% - 32px));
    margin: 46px auto 0;
    padding: 36px 0 64px;
    display: flex;
    justify-content: space-between;
    gap: 40px;
    color: #5e6e82;
}

.site-footer b { color: var(--text); }
.site-footer p { margin-top: 14px; line-height: 1.55; }
.site-footer small { display: block; max-width: 700px; margin-top: 14px; line-height: 1.55; }
.site-footer nav { display: grid; gap: 10px; min-width: 220px; color: var(--violet); font-weight: 700; }

.checkout-dialog {
    max-width: none;
    max-height: none;
    border: 0;
    padding: 0;
    background: transparent;
}

.checkout-dialog::backdrop { background: rgba(20, 32, 51, 0.30); backdrop-filter: blur(12px); }

.checkout-card {
    position: relative;
    display: grid;
    gap: 14px;
    width: min(620px, calc(100vw - 28px));
    max-height: min(92vh, 880px);
    overflow: auto;
    padding: 26px;
    border-radius: 28px;
    color: var(--text);
}

.dialog-close {
    position: absolute;
    top: 18px;
    right: 18px;
    width: 36px;
    height: 36px;
    border: 1px solid var(--line);
    border-radius: 14px;
    background: rgba(255,255,255,0.72);
    color: #64748b;
    font-size: 24px;
    line-height: 1;
    cursor: pointer;
}

.checkout-eyebrow {
    color: var(--violet);
    font-size: 13px;
    font-weight: 900;
    text-transform: uppercase;
}

.checkout-card h2 {
    max-width: calc(100% - 44px);
    font-size: clamp(24px, 4.4vw, 34px);
    line-height: 1.05;
}

.checkout-summary,
.checkout-payment-note,
.checkout-inline-status {
    border: 1px solid var(--line);
    border-radius: 18px;
    background: linear-gradient(135deg, rgba(255,255,255,0.78), rgba(236,247,255,0.58));
}

.checkout-summary {
    display: flex;
    justify-content: space-between;
    gap: 14px;
    align-items: center;
    padding: 14px 16px;
}

.checkout-summary span { min-width: 0; font-weight: 900; }
.checkout-summary strong { white-space: nowrap; font-size: 20px; }
.checkout-copy { color: #5f6f85; line-height: 1.5; }

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

.checkout-field span,
.checkout-section-head label {
    color: var(--text);
    font-size: 13px;
    font-weight: 900;
}

.checkout-field small,
.checkout-session small,
.checkout-file-name {
    color: #718095;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.45;
}

.checkout-card input[type="email"],
.checkout-card input[type="text"],
.checkout-card textarea {
    width: 100%;
    border: 1px solid var(--line);
    border-radius: 16px;
    outline: 0;
    color: var(--text);
    background: rgba(255,255,255,0.78);
    font: inherit;
}

.checkout-card input[type="email"],
.checkout-card input[type="text"] {
    height: 48px;
    padding: 0 14px;
}

.checkout-card textarea {
    min-height: 112px;
    padding: 14px;
    resize: vertical;
}

.checkout-card input:focus,
.checkout-card textarea:focus {
    border-color: rgba(33, 212, 253, 0.74);
    box-shadow: 0 0 0 4px rgba(33, 212, 253, 0.14);
}

.checkout-notice,
.checkout-promo,
.checkout-session,
.checkout-consents {
    display: grid;
    gap: 10px;
    padding: 14px;
    border: 1px solid var(--line);
    border-radius: 20px;
    background: linear-gradient(135deg, rgba(255,255,255,0.70), rgba(236,247,255,0.46));
}

.checkout-notice {
    color: #526177;
    font-size: 13px;
    font-weight: 800;
    line-height: 1.55;
}

.checkout-promo > p,
.checkout-consents > p {
    color: #66758a;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.5;
}

.checkout-promo-toggle,
.checkout-ghost-link {
    justify-self: start;
    border: 1px solid var(--line);
    border-radius: 999px;
    background: rgba(255,255,255,0.72);
    color: #314057;
    font: inherit;
    font-size: 13px;
    font-weight: 900;
    cursor: pointer;
}

.checkout-promo-toggle { min-height: 38px; padding: 0 14px; }

.checkout-promo-form {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto auto;
    gap: 8px;
    align-items: end;
}

.checkout-field-compact { gap: 5px; }
.checkout-small-button { min-height: 42px; padding: 0 16px; border-radius: 14px; }

.checkout-section-head {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    align-items: center;
}

.checkout-section-head a {
    color: var(--violet);
    font-size: 13px;
    font-weight: 900;
}

.checkout-token-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.checkout-ghost-link {
    display: inline-flex;
    align-items: center;
    min-height: 36px;
    padding: 0 12px;
    text-decoration: none;
}

.checkout-file-input { display: none; }

.checkout-consent {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    padding: 12px;
    border: 1px solid rgba(142, 164, 190, 0.28);
    border-radius: 16px;
    background: rgba(255,255,255,0.56);
}

.checkout-consent input {
    width: 20px;
    height: 20px;
    margin-top: 2px;
    accent-color: var(--violet);
    flex: 0 0 auto;
}

.checkout-consent span {
    display: grid;
    gap: 4px;
}

.checkout-consent strong { font-size: 14px; }
.checkout-consent a { color: var(--violet); }
.checkout-consent small { color: #64748b; font-size: 12px; font-weight: 700; line-height: 1.45; }

.checkout-payment-note {
    display: grid;
    gap: 4px;
    padding: 12px 14px;
    color: #53647a;
    font-size: 13px;
    line-height: 1.45;
}

.checkout-payment-note strong { color: var(--text); }
.checkout-inline-status { padding: 10px 12px; color: #53647a; font-size: 13px; font-weight: 800; line-height: 1.45; }
.checkout-inline-status[data-tone="success"] { color: #047857; background: rgba(236, 253, 245, 0.78); }
.checkout-inline-status[data-tone="warning"] { color: #92400e; background: rgba(255, 251, 235, 0.80); }
.checkout-inline-status[data-tone="danger"] { color: #b91c1c; background: rgba(254, 242, 242, 0.82); }
.form-message { min-height: 20px; margin-top: 2px; font-size: 13px; font-weight: 800; color: #53647a; }

@media (max-width: 560px) {
    .checkout-card {
        width: min(100vw - 18px, 620px);
        padding: 22px;
        border-radius: 24px;
    }

    .checkout-summary {
        align-items: flex-start;
        flex-direction: column;
    }

    .checkout-promo-form {
        grid-template-columns: 1fr;
    }

    .checkout-small-button,
    .checkout-promo-form .button {
        width: 100%;
    }

    .checkout-section-head {
        align-items: flex-start;
        flex-direction: column;
    }
}
.toast { position: fixed; left: 50%; bottom: 24px; transform: translateX(-50%) translateY(20px); opacity: 0; padding: 12px 16px; border-radius: 16px; box-shadow: var(--shadow); transition: 0.2s ease; pointer-events: none; }
.toast.is-visible { opacity: 1; transform: translateX(-50%) translateY(0); }
.is-hidden { display: none !important; }

.store-admin-toolbar {
    position: fixed;
    left: 50%;
    bottom: 18px;
    z-index: 120;
    display: flex;
    align-items: center;
    gap: 8px;
    width: min(760px, calc(100% - 24px));
    padding: 10px;
    border: 1px solid rgba(132, 151, 176, 0.38);
    border-radius: 22px;
    color: var(--text);
    background: linear-gradient(135deg, rgba(255,255,255,0.88), rgba(239,248,255,0.72));
    box-shadow: 0 18px 54px rgba(34, 46, 68, 0.20);
    backdrop-filter: blur(20px);
    transform: translateX(-50%);
}

.store-admin-toolbar b {
    padding: 0 8px;
    white-space: nowrap;
}

.store-admin-toolbar span {
    color: #607187;
    font-size: 13px;
    font-weight: 700;
}

.store-admin-pill,
.store-admin-section-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    padding: 0 13px;
    border: 1px solid var(--line);
    border-radius: 999px;
    color: #314057;
    font: inherit;
    font-size: 13px;
    font-weight: 900;
    text-decoration: none;
    background: rgba(255,255,255,0.74);
    cursor: pointer;
}

.store-admin-editable {
    position: relative;
    outline: 2px solid rgba(139, 92, 246, 0.18);
    outline-offset: 4px;
}

.store-admin-editable:hover {
    outline-color: rgba(33, 212, 253, 0.56);
}

.store-admin-section-button {
    position: absolute;
    right: 14px;
    top: 14px;
    z-index: 2;
    box-shadow: 0 10px 26px rgba(63,84,116,0.14);
}

.store-admin-dialog {
    width: min(720px, calc(100% - 26px));
    border: 0;
    padding: 0;
    background: transparent;
}

.store-admin-dialog::backdrop {
    background: rgba(20, 32, 51, 0.26);
    backdrop-filter: blur(8px);
}

.store-admin-card {
    display: grid;
    gap: 14px;
    padding: 24px;
    border: 1px solid var(--line);
    border-radius: 28px;
    background: linear-gradient(135deg, rgba(255,255,255,0.92), rgba(236,247,255,0.78));
    box-shadow: var(--shadow);
}

.store-admin-card h2 {
    margin: 0;
    font-size: 28px;
}

.store-admin-muted {
    color: #607187;
    font-size: 13px;
    line-height: 1.45;
}

.store-admin-card label {
    display: grid;
    gap: 8px;
    color: #53647a;
    font-size: 13px;
    font-weight: 800;
}

.store-admin-card input,
.store-admin-card textarea {
    width: 100%;
    min-height: 46px;
    padding: 12px 14px;
    border: 1px solid var(--line);
    border-radius: 16px;
    color: var(--text);
    font: inherit;
    background: rgba(255,255,255,0.76);
    outline: 0;
}

.store-admin-card textarea {
    resize: vertical;
    line-height: 1.5;
}

.admin-page main {
    margin-top: 116px;
}

.admin-shell {
    width: min(1120px, calc(100% - 32px));
    margin: 0 auto;
    padding: 42px 0 80px;
}

.admin-card,
.admin-editor-head {
    border: 1px solid var(--line);
    border-radius: 28px;
    background: linear-gradient(135deg, rgba(255,255,255,0.72), rgba(236,247,255,0.42));
    box-shadow: var(--shadow);
    backdrop-filter: blur(18px);
}

.admin-card {
    padding: 24px;
}

.admin-card + .admin-card,
.admin-editor .admin-card + .admin-card {
    margin-top: 18px;
}

.admin-editor-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 18px;
    padding: 26px;
}

.admin-page h1 {
    margin-top: 16px;
    font-size: clamp(38px, 5vw, 60px);
    line-height: 1;
}

.admin-form {
    display: grid;
    gap: 16px;
    margin-top: 24px;
}

.admin-form label,
.admin-grid label {
    display: grid;
    gap: 8px;
    color: #53647a;
    font-size: 13px;
    font-weight: 800;
}

.admin-form input,
.admin-form textarea,
.admin-grid input,
.admin-grid textarea,
.admin-grid select,
.admin-card select {
    width: 100%;
    min-height: 48px;
    padding: 12px 14px;
    border: 1px solid var(--line);
    border-radius: 16px;
    color: var(--text);
    font: inherit;
    background: rgba(255,255,255,0.72);
    outline: 0;
}

.admin-form textarea,
.admin-grid textarea {
    resize: vertical;
    line-height: 1.5;
}

.admin-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.admin-section-title,
.admin-actions,
.admin-repeat-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
}

.admin-section-title {
    margin-top: 18px;
}

.admin-section-title h2 {
    font-size: 24px;
}

.admin-repeat-list {
    display: grid;
    gap: 14px;
}

.admin-repeat-item {
    display: grid;
    gap: 14px;
    padding: 18px;
    border: 1px solid var(--line);
    border-radius: 22px;
    background: rgba(255,255,255,0.42);
}

.admin-repeat-head .dialog-close {
    float: none;
    width: 34px;
    height: 34px;
    border-radius: 12px;
    background: rgba(255,255,255,0.74);
    font-size: 22px;
}

.admin-actions {
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-top: 10px;
}

@media (max-width: 1020px) {
    html {
        scroll-padding-top: 156px;
    }
    .section {
        scroll-margin-top: 156px;
    }
    .site-header {
        height: auto;
        min-height: 76px;
        align-items: center;
        padding: 12px 14px;
        flex-wrap: nowrap;
        gap: 10px;
    }
    .brand { width: auto; min-width: 0; height: 52px; flex: 1 1 auto; }
    .brand-icon { width: 44px; height: 44px; margin-left: 0; border-radius: 14px; }
    .brand-icon img { width: 44px; height: 44px; }
    .brand-word b { font-size: 18px; }
    .brand-word em { font-size: 15px; }
    .nav { display: none; position: absolute; left: 16px; right: 16px; top: calc(100% + 56px); padding: 12px; border-radius: 24px; background: rgba(255,255,255,0.92); box-shadow: var(--shadow); }
    .nav.is-open { display: grid; grid-template-columns: repeat(2, 1fr); }
    .site-search { display: none; }
    .header-trust {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        position: absolute;
        left: 0;
        right: 0;
        top: calc(100% + 8px);
        width: 100%;
        order: 4;
        gap: 8px;
        padding-right: 0;
    }
    .trust-pill {
        height: 38px;
        min-width: 0;
        padding: 0 12px;
        border-radius: 16px;
        font-size: 13px;
    }
    .header-cta { display: none; }
    .menu-button, .mobile-search-button {
        display: grid;
        place-items: center;
        width: 52px;
        height: 52px;
        border: 1px solid var(--line);
        border-radius: 18px;
        color: #415268;
        background: rgba(255,255,255,0.72);
        box-shadow: 0 12px 24px rgba(63,84,116,0.10);
    }
    main { margin-top: 72px; }
    .hero { min-height: 0; grid-template-columns: 1fr; gap: 34px; }
    .category-hero { min-height: 0; grid-template-columns: 1fr; gap: 28px; padding-top: 26px; }
    .category-hero-card { min-height: 220px; }
    .product-hero { min-height: 0; grid-template-columns: 1fr; gap: 28px; padding-top: 26px; }
    .product-hero-card { min-height: 240px; }
    .install-options-grid { grid-template-columns: 1fr; }
    .product-detail-grid { grid-template-columns: 1fr; }
    .instruction-grid { grid-template-columns: 1fr; }
    .product-faq-section .faq-grid { grid-template-columns: 1fr; }
    .category-page .category-product-grid { grid-template-columns: 1fr; }
    h1 { font-size: 38px; }
    .lead { font-size: 15px; }
    .hero-actions { display: grid; grid-template-columns: 1fr 1fr; }
    .button { padding: 0 14px; font-size: 13px; text-align: center; }
    .stats { grid-template-columns: repeat(2, minmax(0, 1fr)); max-width: none; }
    .stats span { width: 100%; max-width: none; padding: 10px 12px; column-gap: 8px; min-height: 70px; }
    .stats i { width: 42px; height: 42px; border-radius: 14px; font-size: 18px; }
    .stats b { font-size: clamp(13px, 3.3vw, 16px); }
    .stats em { font-size: clamp(9px, 2.5vw, 11px); }
    .mascot-card { min-height: 266px; width: min(306px, 100%); margin: 0 auto; padding: 20px 12px 14px; }
    .mascot-card img { width: 210px; }
    .mascot-card > span {
        width: min(250px, 90%);
        min-height: 50px;
        margin-top: -18px;
        padding: 10px 16px 9px;
        font-size: 12px;
    }
    .floating-catalog { inset: 14px 14px 70px; }
    .floating-category { width: 40px; height: 40px; }
    .floating-category-icon { width: 40px; height: 40px; padding: 5px; border-radius: 14px; }
    .floating-category-logo { width: 30px; height: 30px; border-radius: 10px; font-size: 12px; }
    .mascot-card img.floating-category-logo { width: 30px; height: 30px; }
    .floating-category-1 { left: 2%; top: 4%; }
    .floating-category-2 { left: 54%; top: 0; }
    .floating-category-3 { right: 2%; top: 4%; }
    .floating-category-4 { left: 1%; top: 44%; }
    .floating-category-5 { left: 2%; top: 25%; }
    .floating-category-6 { right: 2%; top: 29%; }
    .floating-category-7 { right: 2%; top: 54%; }
    .category-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .category-card { min-height: 252px; border-radius: 22px; padding: 14px; gap: 8px; }
    .category-icon { width: 100%; height: 86px; border-radius: 0; }
    .category-logo { width: 82px; height: 82px; border-radius: 18px; font-size: 22px; }
    .category-card h3 { font-size: 15px; }
    .category-desc { min-height: 56px; font-size: 12px; }
    .category-price { font-size: 15px; }
    .category-count { font-size: 11px; }
    .product-grid, .process-grid, .faq-grid, .about-grid { grid-template-columns: 1fr; }
    .section-head { align-items: flex-start; }
    .ghost-link { display: none; }
    .admin-page .ghost-link { display: inline-flex; }
    .site-footer { display: grid; }
    .admin-page main { margin-top: 140px; }
    .admin-editor-head { display: grid; }
    .admin-grid { grid-template-columns: 1fr; }
    .store-admin-toolbar {
        align-items: stretch;
        flex-wrap: wrap;
        bottom: 10px;
        border-radius: 20px;
    }
    .store-admin-toolbar b,
    .store-admin-toolbar span {
        width: 100%;
    }
    .store-admin-pill {
        flex: 1 1 auto;
    }
}

@media (max-width: 520px) {
    html {
        scroll-padding-top: 150px;
    }
    .section {
        scroll-margin-top: 150px;
    }
    .site-header {
        width: min(100% - 20px, 1200px);
        margin-top: 10px;
        border-radius: 24px;
    }
    .brand-word b { font-size: 16px; }
    .brand-word em { font-size: 14px; }
    .menu-button, .mobile-search-button {
        width: 46px;
        height: 46px;
        border-radius: 16px;
    }
    .section { padding: 42px 0; }
    .product-card { min-height: 126px; }
    .product-desc { min-height: 0; }
    .category-page .product-card { min-height: 190px; }
    .product-bottom {
        align-items: flex-start;
        gap: 10px;
    }
    .product-actions {
        flex-wrap: wrap;
        justify-content: flex-end;
    }
    .details-link,
    .buy-button {
        min-height: 36px;
        padding: 0 12px;
        font-size: 13px;
    }
    .product-hero-card { min-height: 210px; }
    .product-hero-icon { width: 118px; height: 118px; }
    .product-hero-icon .category-logo { width: 108px; height: 108px; }
    .product-hero-price { font-size: 28px; }
    .install-plan { padding: 20px; border-radius: 24px; }
    .install-plan h3 { font-size: 21px; }
    .install-price strong { font-size: 32px; }
    .install-plan-button { width: 100%; }
    .product-detail-card { padding: 20px; border-radius: 22px; }
    .rich-copy { font-size: 14px; }
    .instruction-card {
        grid-template-columns: 1fr;
        min-height: 0;
        padding: 18px;
        border-radius: 22px;
    }
    .instruction-media { min-height: 140px; }
    .product-grid { gap: 14px; }
    .category-grid { grid-template-columns: 1fr; gap: 14px; }
    .category-card {
        min-height: 0;
        grid-template-columns: 74px minmax(0, 1fr);
        grid-template-rows: auto auto auto auto;
        align-items: center;
        column-gap: 14px;
    }
    .category-icon {
        grid-row: 1 / 5;
        width: 74px;
        height: 74px;
    }
    .category-logo { width: 68px; height: 68px; border-radius: 16px; }
    .category-badge { min-height: 24px; width: fit-content; }
    .category-card h3 { font-size: 16px; }
    .category-desc { min-height: 0; }
    .category-meta { margin-top: 0; }
    .payment-pills span { padding: 10px 14px; font-size: 13px; }
}

@media (max-width: 380px) {
    .stats { grid-template-columns: 1fr; }
}
