/* Minification failed. Returning unminified contents.
(5,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(6,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(7,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(8,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(9,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(10,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(11,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(12,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(13,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(14,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(15,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(29,17): run-time error CSS1039: Token not allowed after unary operator: '-text'
(30,150): run-time error CSS1039: Token not allowed after unary operator: '-bg'
(139,53): run-time error CSS1039: Token not allowed after unary operator: '-a1'
(139,64): run-time error CSS1039: Token not allowed after unary operator: '-a2'
(145,25): run-time error CSS1039: Token not allowed after unary operator: '-a1'
(164,46): run-time error CSS1039: Token not allowed after unary operator: '-a1'
(164,57): run-time error CSS1039: Token not allowed after unary operator: '-a2'
(236,22): run-time error CSS1039: Token not allowed after unary operator: '-a1'
(303,17): run-time error CSS1039: Token not allowed after unary operator: '-a1'
(322,46): run-time error CSS1039: Token not allowed after unary operator: '-a1'
(322,57): run-time error CSS1039: Token not allowed after unary operator: '-a2'
(339,17): run-time error CSS1039: Token not allowed after unary operator: '-a1'
(471,17): run-time error CSS1039: Token not allowed after unary operator: '-muted'
(522,16): run-time error CSS1039: Token not allowed after unary operator: '-accent2'
(546,46): run-time error CSS1039: Token not allowed after unary operator: '-accent'
(546,61): run-time error CSS1039: Token not allowed after unary operator: '-accent2'
(554,17): run-time error CSS1039: Token not allowed after unary operator: '-muted'
(560,18): run-time error CSS1039: Token not allowed after unary operator: '-border-soft'
(571,21): run-time error CSS1039: Token not allowed after unary operator: '-accent'
(607,21): run-time error CSS1039: Token not allowed after unary operator: '-accent'
(611,21): run-time error CSS1039: Token not allowed after unary operator: '-muted'
(624,21): run-time error CSS1039: Token not allowed after unary operator: '-accent'
(692,46): run-time error CSS1039: Token not allowed after unary operator: '-a1'
(692,57): run-time error CSS1039: Token not allowed after unary operator: '-a2'
(700,17): run-time error CSS1039: Token not allowed after unary operator: '-muted'
(757,24): run-time error CSS1039: Token not allowed after unary operator: '-a1'
(769,46): run-time error CSS1039: Token not allowed after unary operator: '-a1'
(769,57): run-time error CSS1039: Token not allowed after unary operator: '-a2'
(784,17): run-time error CSS1039: Token not allowed after unary operator: '-muted'
(788,17): run-time error CSS1039: Token not allowed after unary operator: '-a1'
(817,22): run-time error CSS1039: Token not allowed after unary operator: '-border-soft'
(855,54): run-time error CSS1039: Token not allowed after unary operator: '-accent'
(855,69): run-time error CSS1039: Token not allowed after unary operator: '-accent2'
(871,50): run-time error CSS1039: Token not allowed after unary operator: '-accent'
(871,65): run-time error CSS1039: Token not allowed after unary operator: '-accent2'
(895,21): run-time error CSS1039: Token not allowed after unary operator: '-accent'
(901,22): run-time error CSS1039: Token not allowed after unary operator: '-border-soft'
(927,21): run-time error CSS1039: Token not allowed after unary operator: '-accent'
(1172,17): run-time error CSS1039: Token not allowed after unary operator: '-a1'
(1194,21): run-time error CSS1039: Token not allowed after unary operator: '-a1'
(1398,55): run-time error CSS1039: Token not allowed after unary operator: '-r'
(1403,61): run-time error CSS1039: Token not allowed after unary operator: '-r'
(1410,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(1414,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(1430,61): run-time error CSS1039: Token not allowed after unary operator: '-r'
(1436,60): run-time error CSS1039: Token not allowed after unary operator: '-r'
(1441,58): run-time error CSS1039: Token not allowed after unary operator: '-r'
(1447,55): run-time error CSS1039: Token not allowed after unary operator: '-r'
(1491,1): run-time error CSS1019: Unexpected token, found '@'
(1507,1): run-time error CSS1019: Unexpected token, found '@'
 */
/* =========================
   BASE / THEME
========================= */
:root {
    --bg: #0f1115;
    --card: #161a22;
    --accent: #6ee7b7;
    --accent2: #22c55e;
    --text: #e5e7eb;
    --muted: #9ca3af;
    --radius: 14px;
    --a1: #6bff9a;
    --a2: #2affc9;
    --shadow-lg: 0 25px 70px rgba(0,0,0,.5);
    --border-soft: 1px solid rgba(255,255,255,.06);
}

* {
    box-sizing: border-box;
}

html, body {
    height: 100%;
}

body {
    margin: 0;
    font-family: 'Inter',system-ui,sans-serif;
    color: var(--text);
    background: radial-gradient(1200px 600px at 10% -10%, #1f2933, transparent), radial-gradient(1000px 500px at 90% 0%, #0b3a2a, transparent), var(--bg);
}

/* Контейнер один раз */
.container {
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 20px;
}

/* =========================
   SMOKE BACKGROUND
========================= */
body::before {
    content: "";
    position: fixed;
    inset: 0;
    background: url('/Content/weeds.png') repeat;
    background-size:  cover; /* подстрой при необходимости */
    opacity: .14;
    pointer-events: none;
    z-index: 0;
    animation: smokeMove 120s linear infinite;
}

@keyframes smokeMove {
    0% {
        background-position: 0 0;
    }

    100% {
        background-position: 0 1200px;
    }
    /* вниз, не уезжает влево */
}

/* Контент всегда выше дыма */
body > * {
    position: relative;
    z-index: 1;
}

/* =========================
   HEADER
========================= */
.site-header {
    position: sticky;
    top: 0;
    z-index: 9999;
    background: rgba(5, 15, 10, 0.86);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-bottom: 1px solid rgba(107,255,154,0.15);
    will-change: transform;
}

.header-inner {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 22px;
    min-height: 80px;
}

/* Logo */
.logo {
    display: flex;
    align-items: center;
}

    .logo img {
        height: 48px;
        width: auto;
        transition: transform .25s ease, filter .25s ease;
        filter: drop-shadow(0 0 10px rgba(107,255,154,.35));
    }

        .logo img:hover {
            transform: scale(1.04);
            filter: drop-shadow(0 0 16px rgba(107,255,154,.7));
        }

/* Nav */
.main-nav {
    display: flex;
    justify-content: center;
    gap: 28px;
}

    .main-nav a {
        color: #cfeee0;
        text-decoration: none;
        font-weight: 600;
        letter-spacing: .2px;
        position: relative;
        padding: 6px 0;
        opacity: .92;
        transition: color .2s ease, opacity .2s ease;
    }

        .main-nav a::after {
            content: "";
            position: absolute;
            left: 0;
            right: 0;
            bottom: -6px;
            width: 0%;
            height: 2px;
            margin: auto;
            background: linear-gradient(90deg, var(--a1), var(--a2));
            box-shadow: 0 0 10px rgba(107,255,154,.55);
            transition: width .25s ease;
        }

        .main-nav a:hover {
            color: var(--a1);
            opacity: 1;
        }

            .main-nav a:hover::after {
                width: 100%;
            }

/* Header actions */
.header-actions {
    display: flex;
    align-items: center;
    gap: 12px;
    justify-content: flex-end;
}

/* Buttons */
.cart-btn,
.btn-solid {
    background: linear-gradient(135deg, var(--a1), var(--a2));
    border: none;
    color: #052015;
    padding: 10px 16px;
    border-radius: 999px;
    font-weight: 800;
    cursor: pointer;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    box-shadow: 0 0 22px rgba(107,255,154,.35);
    transition: transform .2s ease, box-shadow .2s ease;
}

    .cart-btn:hover,
    .btn-solid:hover {
        transform: translateY(-2px);
        box-shadow: 0 0 34px rgba(107,255,154,.65);
    }

.btn-ghost {
    background: rgba(110,231,183,.10);
    border: 1px solid rgba(110,231,183,.35);
    color: #cfeee0;
    padding: 10px 14px;
    border-radius: 999px;
    font-weight: 700;
    cursor: pointer;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    transition: transform .2s ease, background .2s ease, border-color .2s ease;
}

    .btn-ghost:hover {
        transform: translateY(-2px);
        background: rgba(110,231,183,.16);
        border-color: rgba(110,231,183,.55);
    }

/* Auth pill */
.auth-guest,
.auth-authenticated {
    display: flex;
    gap: 10px;
    align-items: center;
}

.user-pill {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 14px;
    border-radius: 999px;
    text-decoration: none;
    background: rgba(0,0,0,.25);
    border: 1px solid rgba(107,255,154,.25);
    color: #e5e7eb;
    transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

    .user-pill:hover {
        transform: translateY(-2px);
        border-color: rgba(107,255,154,.55);
        box-shadow: 0 0 20px rgba(107,255,154,.25);
    }

.user-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--a1);
    box-shadow: 0 0 10px rgba(107,255,154,.9);
}

.user-name {
    max-width: 160px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 900;
}

/* =========================
   HERO SLIDER
========================= */
.hero {
    padding: 60px 0;
}

.hero-slider {
    position: relative;
    overflow: hidden;
    border-radius: 24px;
}

.hero-slides {
    position: relative;
    height: 100%;
}

.hero-slide {
    position: absolute;
    inset: 0;
    opacity: 0;
    transform: scale(1.05);
    transition: opacity .8s ease, transform 1s ease;
    pointer-events: none;
}

    .hero-slide.active {
        opacity: 1;
        transform: scale(1);
        pointer-events: auto;
        position: relative;
    }

.hero-card {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    align-items: center;
    background: linear-gradient(135deg, rgba(10,30,20,0.9), rgba(5,20,15,0.9));
    border-radius: 24px;
    padding: 40px;
    box-shadow: 0 0 40px rgba(107,255,154,0.15);
}

    .hero-card img {
        width: 100%;
        border-radius: 18px;
        box-shadow: 0 0 30px rgba(0,0,0,0.4);
        display: block;
    }

.hero-text h1 {
    font-size: clamp(28px, 4vw, 44px);
    margin: 0 0 15px;
    color: var(--a1);
    text-shadow: 0 0 12px rgba(107,255,154,0.5);
}

.hero-text p {
    font-size: 18px;
    opacity: .92;
    margin: 0 0 25px;
}

.cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 18px;
    border-radius: 14px;
    text-decoration: none;
    font-weight: 900;
    color: #052015;
    background: linear-gradient(135deg, var(--a1), var(--a2));
    box-shadow: 0 0 22px rgba(107,255,154,.25);
    transition: transform .2s ease, box-shadow .2s ease;
}

    .cta:hover {
        transform: translateY(-2px);
        box-shadow: 0 0 34px rgba(107,255,154,.55);
    }

/* hero nav */
.hero-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0,0,0,0.5);
    border: 1px solid rgba(107,255,154,0.3);
    color: var(--a1);
    font-size: 36px;
    width: 50px;
    height: 60px;
    border-radius: 12px;
    cursor: pointer;
    backdrop-filter: blur(6px);
    transition: all .25s ease;
}

    .hero-nav:hover {
        background: rgba(107,255,154,0.15);
        box-shadow: 0 0 20px rgba(107,255,154,0.6);
    }

    .hero-nav.prev {
        left: 15px;
    }

    .hero-nav.next {
        right: 15px;
    }

/* =========================
   CATALOG / GRID
========================= */
.catalog {
    padding: 40px 0 80px;
}

.catalog-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 24px;
}

    .catalog-header h2 {
        margin: 0;
        font-size: 26px;
    }

/* единый grid */
.grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
    gap: 22px;
}

/* =========================
   PRODUCT CARD (base + premium effects)
========================= */
.product {
    position: relative;
    background: linear-gradient(145deg, #0e1424, #05080f);
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,.06);
    box-shadow: 0 0 0 1px rgba(255,255,255,0.05), 0 10px 30px rgba(0,0,0,0.6);
    transition: all .35s ease;
    transform-style: preserve-3d;
    animation: product-pulse 3.5s ease-in-out infinite;
}

@keyframes product-pulse {
    0%,100% {
        box-shadow: 0 0 0 1px rgba(255,255,255,0.05), 0 10px 30px rgba(0,0,0,0.6), 0 0 0 rgba(255,215,0,0);
    }

    50% {
        box-shadow: 0 0 0 1px rgba(255,215,0,0.25), 0 15px 40px rgba(0,0,0,0.8), 0 0 25px rgba(255,215,0,0.35);
    }
}

/* shine */
.product::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(120deg, transparent 20%, rgba(255,255,255,0.15) 40%, rgba(255,255,255,0.25) 50%, rgba(255,255,255,0.15) 60%, transparent 80%);
    transform: translateX(-120%);
    animation: shine-move 4s infinite;
    pointer-events: none;
}

@keyframes shine-move {
    0% {
        transform: translateX(-120%);
    }

    40% {
        transform: translateX(120%);
    }

    100% {
        transform: translateX(120%);
    }
}

.product:hover {
    transform: translateY(-10px) scale(1.03) rotateX(4deg);
    box-shadow: 0 0 0 1px rgba(255,215,0,0.4), 0 25px 60px rgba(0,0,0,0.9), 0 0 40px rgba(255,215,0,0.5);
}

.product img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    display: block;
    transition: transform .4s ease, filter .4s ease;
}

.product:hover img {
    transform: scale(1.08);
    filter: drop-shadow(0 0 12px rgba(255,215,0,0.5));
}

.product-body {
    padding: 14px;
    display: grid;
    gap: 10px;
}

.product h3 {
    margin: 0;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.3;
}

.meta {
    font-size: 12px;
    color: var(--muted);
}

.price-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.price {
    font-weight: 900;
    font-size: 16px;
    color: gold;
    text-shadow: 0 0 10px rgba(255,215,0,0.6);
}

.badge {
    position: absolute;
    top: 10px;
    left: 10px;
    background: linear-gradient(45deg, gold, orange);
    color: #000;
    font-size: 12px;
    font-weight: 900;
    padding: 4px 10px;
    border-radius: 20px;
    box-shadow: 0 0 15px rgba(255,200,0,0.7);
    animation: badge-glow 2s ease-in-out infinite;
    z-index: 2;
}

@keyframes badge-glow {
    0%,100% {
        box-shadow: 0 0 10px rgba(255,200,0,0.5);
    }

    50% {
        box-shadow: 0 0 25px rgba(255,200,0,0.9);
    }
}

.buy {
    background: linear-gradient(45deg, #ffcc00, #ff9900);
    border: none;
    border-radius: 20px;
    padding: 8px 16px;
    font-weight: 900;
    cursor: pointer;
    box-shadow: 0 0 15px rgba(255,165,0,0.5);
    transition: all .3s ease;
    color:var(--accent2)
}

    .buy:hover {
        transform: scale(1.1);
        box-shadow: 0 0 30px rgba(255,200,0,0.9);
    }

/* =========================
   SEO SECTION
========================= */
.seo-section {
    padding: 80px 0;
    background: radial-gradient(800px 400px at 10% 0%, rgba(34,197,94,.08), transparent);
}

.seo-wrap {
    max-width: 900px;
}

.seo-title {
    font-size: clamp(28px, 4vw, 40px);
    margin: 0 0 16px;
    font-weight: 900;
    background: linear-gradient(135deg, var(--accent), var(--accent2));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.seo-lead {
    font-size: 18px;
    line-height: 1.7;
    color: var(--muted);
    margin: 0 0 32px;
}

.seo-card {
    background: linear-gradient(180deg, #161a22, #11151c);
    border: var(--border-soft);
    border-radius: 18px;
    padding: 26px;
    margin-bottom: 28px;
    box-shadow: 0 10px 30px rgba(0,0,0,.25);
    animation: fadeUp .8s ease both;
}

    .seo-card h3 {
        margin: 0 0 14px;
        font-size: 20px;
        color: var(--accent);
    }

    .seo-card ul, .seo-card ol {
        padding-left: 20px;
        margin: 0;
    }

    .seo-card li {
        margin-bottom: 10px;
        line-height: 1.6;
        color: #d1d5db;
    }

.seo-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 22px;
    margin-bottom: 28px;
}

.seo-box {
    background: rgba(22,26,34,.7);
    border-radius: 16px;
    padding: 22px;
    border: 1px solid rgba(255,255,255,.05);
    transition: transform .3s ease, box-shadow .3s ease;
}

    .seo-box:hover {
        transform: translateY(-6px);
        box-shadow: 0 20px 40px rgba(0,0,0,.35);
    }

    .seo-box h3 {
        margin-top: 0;
        color: var(--accent);
    }

    .seo-box p {
        color: var(--muted);
        line-height: 1.7;
        margin: 0;
    }

.seo-text {
    margin-top: 40px;
    font-size: 16px;
    line-height: 1.8;
    color: #d1d5db;
}

    .seo-text h3 {
        color: var(--accent);
        margin-bottom: 10px;
    }

.tag {
    display: inline-block;
    background: linear-gradient(135deg, #22c55e, #16a34a);
    color: #022c22;
    font-weight: 900;
    font-size: 12px;
    padding: 4px 8px;
    border-radius: 999px;
    margin: 0 4px;
}

.seo-card.highlight {
    border: 1px solid rgba(110,231,183,.4);
    box-shadow: 0 0 0 1px rgba(110,231,183,.2), 0 20px 40px rgba(0,0,0,.4);
}

@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* =========================
   AUTH PAGES (LOGIN/REGISTER)
========================= */
.auth-page {
    padding: 15px 0 90px;
}

.auth-card {
    max-width: 560px;
    margin: 0 auto;
    border-radius: 26px;
    padding: 34px;
    background: linear-gradient(180deg, rgba(22,26,34,.92), rgba(10,14,20,.88));
    border: 1px solid rgba(110,231,183,.18);
    box-shadow: 0 30px 90px rgba(0,0,0,.55);
    position: relative;
    overflow: hidden;
}

    .auth-card::before {
        content: "";
        position: absolute;
        inset: -2px;
        background: radial-gradient(420px 220px at 20% 0%, rgba(107,255,154,.14), transparent 60%), radial-gradient(320px 200px at 90% 20%, rgba(42,255,201,.10), transparent 60%);
        pointer-events: none;
    }

.auth-head, .auth-form {
    position: relative;
    z-index: 1;
}

.auth-title {
    margin: 0 0 8px;
    font-size: clamp(26px, 3.6vw, 40px);
    font-weight: 900;
    background: linear-gradient(135deg, var(--a1), var(--a2));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
}

.auth-subtitle {
    margin: 0 0 18px;
    color: var(--muted);
    line-height: 1.6;
    text-align: center;
}

.auth-form {
    display: grid;
    gap: 14px;
    margin-top: 10px;
}

.auth-field {
    display: grid;
    gap: 8px;
}

.auth-label {
    color: #cfeee0;
    font-weight: 800;
    font-size: 13px;
}

.auth-input {
    width: 100%;
    padding: 13px 14px;
    border-radius: 14px;
    border: 1px solid rgba(255,255,255,.10);
    background: rgba(0,0,0,.22);
    color: #e5e7eb;
    outline: none;
    transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

    .auth-input:focus {
        border-color: rgba(107,255,154,.55);
        box-shadow: 0 0 0 4px rgba(107,255,154,.12);
        transform: translateY(-1px);
    }

.auth-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.auth-check {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #cbd5e1;
    font-size: 13px;
}

.auth-checkbox {
    width: 16px;
    height: 16px;
    accent-color: var(--a1);
}

.auth-btn {
    margin-top: 8px;
    width: 100%;
    padding: 14px 16px;
    border-radius: 999px;
    border: none;
    cursor: pointer;
    font-weight: 900;
    color: #052015;
    background: linear-gradient(135deg, var(--a1), var(--a2));
    box-shadow: 0 0 26px rgba(107,255,154,.40);
    transition: transform .2s ease, box-shadow .2s ease;
}

    .auth-btn:hover {
        transform: translateY(-2px);
        box-shadow: 0 0 36px rgba(107,255,154,.70);
    }

.auth-foot {
    margin-top: 18px;
    display: flex;
    gap: 8px;
    justify-content: center;
    color: var(--muted);
}

.auth-link {
    color: var(--a1);
    text-decoration: none;
    font-weight: 900;
}

    .auth-link:hover {
        text-shadow: 0 0 12px rgba(107,255,154,.6);
    }

.auth-validation {
    padding: 10px 12px;
    border-radius: 14px;
    background: rgba(239,68,68,.10);
    border: 1px solid rgba(239,68,68,.25);
    color: #fecaca;
    font-size: 13px;
}

.auth-error {
    color: #fca5a5;
    font-size: 12px;
}

/* =========================
   FOOTER (no global footer tag styles)
========================= */
.site-footer {
    margin-top: 80px;
    background: radial-gradient(800px 400px at 10% 0%, rgba(34,197,94,.12), transparent), linear-gradient(180deg, #0b0f14, #07090d);
    border-top: var(--border-soft);
    color: #cbd5e1;
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr 1fr;
    gap: 40px;
    padding: 60px 0 40px;
}

.footer-brand p {
    font-size: 14px;
    line-height: 1.7;
    color: #9ca3af;
    margin: 12px 0 18px;
}

.footer-social {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

    .footer-social a {
        width: 36px;
        height: 36px;
        border-radius: 50%;
        background: rgba(110,231,183,.12);
        display: grid;
        place-items: center;
        text-decoration: none;
        font-size: 16px;
        transition: transform .25s ease, background .25s ease;
    }

        .footer-social a:hover {
            transform: translateY(-4px) scale(1.05);
            background: linear-gradient(135deg, var(--accent), var(--accent2));
            color: #022c22;
        }

.footer-col h4 {
    margin: 0 0 14px;
    font-size: 16px;
    color: #e5e7eb;
    position: relative;
}

    .footer-col h4::after {
        content: "";
        display: block;
        width: 32px;
        height: 2px;
        background: linear-gradient(135deg, var(--accent), var(--accent2));
        margin-top: 6px;
        border-radius: 2px;
    }

.footer-col ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-col li {
    margin-bottom: 10px;
}

.footer-col a {
    color: #9ca3af;
    text-decoration: none;
    font-size: 14px;
    transition: color .2s ease, transform .2s ease;
    display: inline-block;
}

    .footer-col a:hover {
        color: var(--accent);
        transform: translateX(4px);
    }

/* Bottom */
.footer-bottom {
    border-top: var(--border-soft);
    padding: 16px 0;
    background: rgba(0,0,0,.25);
}

.footer-bottom-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    font-size: 13px;
    color: #9ca3af;
}

.footer-badges {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

    .footer-badges span {
        background: rgba(110,231,183,.12);
        border: 1px solid rgba(110,231,183,.25);
        border-radius: 999px;
        padding: 4px 10px;
        font-size: 12px;
        color: var(--accent);
    }

/* =========================
   RESPONSIVE (ONLY ONCE)
========================= */
@media (max-width: 900px) {
    .hero-card {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .footer-grid {
        grid-template-columns: 1fr 1fr;
    }

    .auth-row {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media (max-width: 768px) {
    .seo-grid {
        grid-template-columns: 1fr;
    }

    .seo-lead {
        font-size: 16px;
    }
}

@media (max-width: 520px) {
    .footer-grid {
        grid-template-columns: 1fr;
    }

    .footer-bottom-inner {
        flex-direction: column;
        text-align: center;
    }

    .auth-card {
        padding: 22px;
        border-radius: 20px;
    }

    .user-name {
        max-width: 90px;
    }
}



/*Login & Register LOGO:*/
/* ================= LOGO IN AUTH ================= */

.auth-logo {
    width: 160px;
    height: 160px;
    margin: 0 auto 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 28px;
    background: radial-gradient(circle at 30% 20%, rgba(107,255,154,.18), rgba(0,0,0,.3));
    border: 1px solid rgba(107,255,154,.25);
    box-shadow: 0 0 40px rgba(107,255,154,.25), 0 20px 60px rgba(0,0,0,.6);
    transition: all .3s ease;
    position: relative;
    overflow: hidden;
}

    /* Свечение вокруг */
    .auth-logo::after {
        content: "";
        position: absolute;
        inset: -2px;
        border-radius: 30px;
        background: linear-gradient(135deg, rgba(107,255,154,.4), transparent 60%);
        opacity: .25;
        pointer-events: none;
    }

    /* Сам логотип */
    .auth-logo img {
        width: 120px;
        height: auto;
        display: block;
        filter: drop-shadow(0 0 25px rgba(107,255,154,.6));
        transition: transform .3s ease, filter .3s ease;
    }

    /* Hover эффект */
    .auth-logo:hover {
        transform: translateY(-3px) scale(1.03);
        box-shadow: 0 0 60px rgba(107,255,154,.45), 0 30px 90px rgba(0,0,0,.7);
    }

        .auth-logo:hover img {
            transform: scale(1.05);
            filter: drop-shadow(0 0 35px rgba(107,255,154,.9));
        }

/* Mobile */
@media (max-width:520px) {
    .auth-logo {
        width: 130px;
        height: 130px;
    }

        .auth-logo img {
            width: 100px;
        }
}





/* ===== Fix horizontal scroll on mobile ===== */
html, body {
    overflow-x: hidden;
}

img, svg {
    max-width: 100%;
    height: auto;
}

/* В grid-колонках важно: разрешить сжиматься */
.header-inner > * {
    min-width: 0;
}

/* Правый блок хедера не должен раздувать ширину */
.header-actions {
    flex-wrap: wrap; /* разрешаем перенос */
    gap: 10px;
}

/* На мобилке прячем лишнее (оставляем корзину + бургер) */
@media (max-width: 980px) {
    .header-actions .auth-wrap {
        display: none; /* auth переносим в mobile-menu */
    }

    .header-actions {
        justify-content: flex-end;
        flex-wrap: nowrap; /* и без переносов — 2 элемента влезут */
    }

    .cart-btn {
        white-space: nowrap; /* чтобы "🛒 Корзина" не ломалась */
    }
}


/* ===== (ЛОГО ПУЛЬСАЦИЯ) Header logo pulse ===== */
.site-header .logo img {
    animation: logoPulse 2.6s ease-in-out infinite;
    transform-origin: center;
    will-change: transform, filter;
}

@keyframes logoPulse {
    0%, 100% {
        transform: scale(1);
        filter: drop-shadow(0 0 10px rgba(107,255,154,.35));
    }

    50% {
        transform: scale(1.06);
        filter: drop-shadow(0 0 18px rgba(107,255,154,.75));
    }
}

/* На hover — чуть сильнее, но без “дерганья” */
.site-header .logo a:hover img {
    animation-duration: 1.9s;
}



/* ===== Burger button ===== */
.burger {
    display: none;
    width: 44px;
    height: 44px;
    border-radius: 12px;
    border: 1px solid rgba(110,231,183,.25);
    background: rgba(0,0,0,.18);
    cursor: pointer;
    padding: 0;
}

    .burger span {
        display: block;
        width: 18px;
        height: 2px;
        background: #cfeee0;
        margin: 6px auto;
        border-radius: 2px;
    }

/* ===== Mobile menu overlay ===== */
.mobile-menu {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,.55);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    display: none;
    z-index: 99999;
}

    .mobile-menu.open {
        display: block;
    }

.mobile-menu__panel {
    position: absolute;
    left: 12px;
    right: 12px;
    top: 12px;
    margin: auto;
    max-width: 540px;
    border-radius: 18px;
    background: linear-gradient(180deg, rgba(22,26,34,.96), rgba(10,14,20,.92));
    border: 1px solid rgba(110,231,183,.18);
    box-shadow: 0 25px 70px rgba(0,0,0,.55);
    padding: 16px;
}

.mobile-menu__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(255,255,255,.06);
    margin-bottom: 10px;
}

.mobile-menu__title {
    font-weight: 900;
    color: var(--a1);
}

.mobile-close {
    border: none;
    background: transparent;
    color: #e5e7eb;
    font-size: 22px;
    cursor: pointer;
}

.mobile-menu__nav a {
    display: block;
    padding: 12px 10px;
    border-radius: 12px;
    color: #cfeee0;
    text-decoration: none;
    font-weight: 700;
}

    .mobile-menu__nav a:hover {
        background: rgba(110,231,183,.12);
        color: var(--a1);
    }

.mobile-menu__actions {
    display: grid;
    gap: 10px;
    margin-top: 12px;
}

.w100 {
    width: 100%;
    justify-content: center;
}

/* ===== Responsive header layout ===== */
@media (max-width: 980px) {
    .main-nav {
        display: none;
    }

    .burger {
        display: inline-block;
    }
    /* На мобилке делаем правый блок компактнее */
    .header-inner {
        grid-template-columns: auto 1fr auto;
        gap: 12px;
    }

    .header-actions {
        gap: 10px;
    }

    .cart-btn {
        padding: 10px 12px;
    }
}

/* Чтобы длинные элементы не раздвигали хедер */
.logo a, .logo img {
    display: block;
}


.footer-social a {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: rgba(255,255,255,.05);
    border: 1px solid rgba(255,255,255,.08);
    transition: all .3s ease;
}

    .footer-social a i {
        font-size: 18px;
        transition: all .3s ease;
    }

/* Telegram */
.footer-social .tg i {
    color: #229ED9;
}

/* YouTube */
.footer-social .yt i {
    color: #FF0000;
}

/* WhatsApp */
.footer-social .wa i {
    color: #25D366;
}

/* Viber */
.footer-social .vb i {
    color: #7360F2;
}

/* X */
.footer-social .tw i {
    color: #ffffff;
}

/* Hover glow */
.footer-social a:hover {
    transform: translateY(-4px) scale(1.08);
}

.footer-social .tg:hover {
    box-shadow: 0 0 18px #229ED9;
}

.footer-social .yt:hover {
    box-shadow: 0 0 18px #FF0000;
}

.footer-social .wa:hover {
    box-shadow: 0 0 18px #25D366;
}

.footer-social .vb:hover {
    box-shadow: 0 0 18px #7360F2;
}

.footer-social .tw:hover {
    box-shadow: 0 0 18px #ffffff;
}



/* ===== Footer Quality Stamps ===== */
.footer-stamps {
    position: relative;
}

    .footer-stamps .stamp {
        position: absolute;
        bottom: 20px;
        width: 110px;
        opacity: 0.85;
        transition: all .4s ease;
        filter: drop-shadow(0 0 20px rgba(0,0,0,.6));
    }

    /* Ліва печатка */
    .footer-stamps .stamp-left {
        right: 150px;
        transform: rotate(-8deg);
    }

    /* Права печатка */
    .footer-stamps .stamp-right {
        right: 30px;
        transform: rotate(6deg);
    }

    /* Hover ефект */
    .footer-stamps .stamp:hover {
        transform: scale(1.08) rotate(0deg);
        opacity: 1;
    }

/* Mobile адаптація */
@media (max-width: 768px) {
    .footer-stamps .stamp {
        position: static;
        width: 90px;
        margin: 15px 10px 0 0;
    }

    .footer-stamps {
        display: flex;
        justify-content: center;
        gap: 15px;
        margin-top: 20px;
    }
}



/* ===== Footer Quality Stamps: pulse + gold glow + "stamp placed" ===== */

.footer-stamps {
    position: relative;
}

    /* базовий вигляд */
    .footer-stamps .stamp {
        position: absolute;
        bottom: 18px;
        width: 112px;
        opacity: .88;
        transform-origin: center;
        filter: drop-shadow(0 10px 22px rgba(0,0,0,.55)) drop-shadow(0 0 0 rgba(255, 193, 7, 0));
        transition: transform .35s ease, opacity .35s ease, filter .35s ease;
        will-change: transform, filter;
        pointer-events: auto;
        /* м’яка пульсація + легкий glow */
        animation: stampPulse 3.2s ease-in-out infinite;
    }

    /* розміщення */
    .footer-stamps .stamp-left {
        right: 150px;
        transform: rotate(-8deg) scale(1);
    }

    .footer-stamps .stamp-right {
        right: 30px;
        transform: rotate(6deg) scale(1);
    }

    /* Hover: більше золота + “живий” штамп */
    .footer-stamps .stamp:hover {
        opacity: 1;
        transform: translateY(-2px) rotate(0deg) scale(1.06);
        filter: drop-shadow(0 14px 28px rgba(0,0,0,.65)) drop-shadow(0 0 22px rgba(255, 193, 7, .55)) drop-shadow(0 0 42px rgba(255, 193, 7, .22));
    }

/* ---------- Pulse (м’яке дихання) ---------- */
@keyframes stampPulse {
    0%, 100% {
        transform: translateY(0) scale(1) rotate(var(--r, 0deg));
        filter: drop-shadow(0 10px 22px rgba(0,0,0,.55)) drop-shadow(0 0 8px rgba(255, 193, 7, .12));
    }

    50% {
        transform: translateY(-1px) scale(1.03) rotate(var(--r, 0deg));
        filter: drop-shadow(0 12px 26px rgba(0,0,0,.62)) drop-shadow(0 0 18px rgba(255, 193, 7, .30)) drop-shadow(0 0 38px rgba(255, 193, 7, .12));
    }
}

/* задаємо різні кути через CSS variable, щоб keyframes не ламали rotate */
.footer-stamps .stamp-left {
    --r: -8deg;
}

.footer-stamps .stamp-right {
    --r: 6deg;
}

/* ---------- "Штамп поставили" (одноразовий вліт + удар) ---------- */
/* анімація стартує при появі сторінки */
.footer-stamps .stamp-left {
    animation: stampIn 680ms cubic-bezier(.2, .9, .2, 1.15) both, stampPulse 3.2s ease-in-out 900ms infinite;
}

.footer-stamps .stamp-right {
    animation: stampIn 680ms cubic-bezier(.2, .9, .2, 1.15) 120ms both, stampPulse 3.2s ease-in-out 1050ms infinite;
}

@keyframes stampIn {
    0% {
        opacity: 0;
        transform: translateY(26px) scale(1.35) rotate(var(--r, 0deg));
        filter: drop-shadow(0 0 0 rgba(0,0,0,0)) drop-shadow(0 0 0 rgba(255, 193, 7, 0));
    }

    55% {
        opacity: 1;
        transform: translateY(-2px) scale(.92) rotate(var(--r, 0deg));
        filter: drop-shadow(0 18px 40px rgba(0,0,0,.55)) drop-shadow(0 0 28px rgba(255, 193, 7, .45));
    }

    78% {
        transform: translateY(0) scale(1.04) rotate(var(--r, 0deg));
        filter: drop-shadow(0 12px 28px rgba(0,0,0,.62)) drop-shadow(0 0 18px rgba(255, 193, 7, .28));
    }

    100% {
        opacity: .88;
        transform: translateY(0) scale(1) rotate(var(--r, 0deg));
        filter: drop-shadow(0 10px 22px rgba(0,0,0,.55)) drop-shadow(0 0 10px rgba(255, 193, 7, .16));
    }
}

/* ---------- Додатковий "удар" (мікро-хвиля) ---------- */
.footer-stamps .stamp::after {
    content: "";
    position: absolute;
    inset: -8px;
    border-radius: 999px;
    border: 1px solid rgba(255,193,7,.0);
    opacity: 0;
    pointer-events: none;
}

/* легка хвиля при hover */
.footer-stamps .stamp:hover::after {
    animation: stampWave 700ms ease-out both;
}

@keyframes stampWave {
    0% {
        opacity: 0;
        transform: scale(.92);
        border-color: rgba(255,193,7,.0);
        box-shadow: 0 0 0 rgba(255,193,7,0);
    }

    25% {
        opacity: .55;
        border-color: rgba(255,193,7,.45);
        box-shadow: 0 0 26px rgba(255,193,7,.20);
    }

    100% {
        opacity: 0;
        transform: scale(1.22);
        border-color: rgba(255,193,7,.0);
        box-shadow: 0 0 52px rgba(255,193,7,0);
    }
}

/* ---------- Mobile ---------- */
@@media (max-width: 768px) {
    .footer-stamps {
        display: flex;
        justify-content: center;
        gap: 16px;
        margin-top: 20px;
    }

        .footer-stamps .stamp {
            position: static;
            width: 92px;
            bottom: auto;
        }
}

/* ---------- Accessibility: якщо користувач вимкнув анімації ---------- */
@@media (prefers-reduced-motion: reduce) {
    .footer-stamps .stamp {
        animation: none !important;
        transition: none !important;
    }
}
