/* ── Self-hosted Outfit variable font ───────────────────────── */
@font-face {
    font-family: 'Outfit';
    font-style: normal;
    font-weight: 300 900;
    font-display: swap;
    src: url('../fonts/outfit-latin-ext.woff2') format('woff2');
    unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
    font-family: 'Outfit';
    font-style: normal;
    font-weight: 300 900;
    font-display: swap;
    src: url('../fonts/outfit-latin.woff2') format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* ============================================================
   MAXCMS — Universal Front-End CSS
   Mobile-First approach
   ============================================================ */

:root {
    --primary:      #111827;
    --primary-rgb:  17, 24, 39;
    --accent:       #2563eb;
    --accent-hover: #1d4ed8;
    --bg:           #ffffff;
    --surface:      #f9fafb;
    --surface-2:    #f3f4f6;
    --border:       #e5e7eb;
    --text:         #111827;
    --text-muted:   #6b7280;
    --text-light:   #9ca3af;
    --radius-sm:    8px;
    --radius:       12px;
    --radius-lg:    20px;
    --shadow-sm:    0 1px 2px rgba(0,0,0,.05);
    --shadow:       0 1px 3px rgba(0,0,0,.10), 0 1px 2px rgba(0,0,0,.06);
    --shadow-md:    0 4px 6px -1px rgba(0,0,0,.10), 0 2px 4px -1px rgba(0,0,0,.06);
    --shadow-lg:    0 10px 15px -3px rgba(0,0,0,.10), 0 4px 6px -2px rgba(0,0,0,.05);
    --transition:   all .3s cubic-bezier(.4,0,.2,1);
    --header-h:     64px;
}

/* ─── Reset ─────────────────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; }

html { overflow-x: hidden; }
body {
    font-family: 'Outfit', sans-serif;
    margin: 0; padding: 0;
    background: var(--bg);
    color: var(--text);
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
}

img {
    max-width: 100%; height: auto; display: block;
    -webkit-user-drag: none; user-drag: none;
    -webkit-user-select: none; user-select: none;
}

/* ─── IMAGE PROTECTION — block right-click / drag on content images ── */
.big-offer-card__img-wrap img,
.offer-media-main img,
.offer-thumb img,
.info-card__img img,
.offer-card-img img,
.review-card__media img,
.home-slider__slide img,
.home-video-hero img,
.site-logo img,
.footer-logo img {
    pointer-events: none;
}
a   { color: inherit; }

.container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 16px;
}
@media (min-width: 640px)  { .container { padding: 0 24px; } }
@media (min-width: 1024px) { .container { padding: 0 32px; } }

/* ─── HEADER ─────────────────────────────────────────────── */
.site-header {
    position: sticky;
    top: 0;
    z-index: 100;
    background: rgba(255,255,255,.97);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-bottom: 1px solid var(--border);
    transition: transform .3s cubic-bezier(.4,0,.2,1);
}
@media (max-width: 1023px) {
    .site-header--scrolled-down {
        transform: translateY(-100%);
    }
}

.header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: var(--header-h);
    gap: 12px;
}

/* Mobile: lang-switcher drops to second row */
@media (max-width: 1023px) {
    .header-inner {
        flex-wrap: wrap;
        height: auto;
        padding: 10px 0;
        gap: 0;
        row-gap: 0;
    }
    .site-logo   { flex: 1; }
    .header-right { flex-shrink: 0; }
    .lang-switcher {
        order: 10;
        width: 100%;
        justify-content: center;
        padding: 8px 0 6px;
        border-top: 1px solid var(--border);
        margin-top: 8px;
        gap: 6px;
    }
}

/* Logo */
.site-logo {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: var(--primary);
    font-weight: 800;
    font-size: 22px;
    letter-spacing: -.5px;
    flex-shrink: 0;
    gap: 8px;
}
.site-logo img { max-height: 42px; width: auto; }
.site-logo span { color: var(--accent); }

/* Desktop nav */
.desktop-nav { display: none; }
@media (min-width: 1024px) {
    .desktop-nav {
        display: flex;
        align-items: center;
        gap: 4px;
        flex: 1;
        justify-content: center;
    }
}
.desktop-nav a {
    text-decoration: none;
    color: var(--text-muted);
    font-weight: 600;
    font-size: 14px;
    padding: 8px 14px;
    border-radius: var(--radius-sm);
    transition: var(--transition);
    white-space: nowrap;
}
.desktop-nav a:hover { color: var(--primary); background: var(--surface); }

/* Desktop dropdown */
.nav-item { position: relative; }
.nav-parent-link {
    display: flex !important;
    align-items: center;
    gap: 4px;
}
.nav-chevron { transition: transform .2s; flex-shrink: 0; }
.nav-item:hover .nav-chevron { transform: rotate(180deg); }
.nav-dropdown {
    display: none;
    position: absolute;
    top: calc(100% + 6px);
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    border: 1px solid var(--border, #e5e7eb);
    border-radius: 12px;
    box-shadow: 0 8px 24px rgba(0,0,0,.1);
    min-width: 200px;
    z-index: 500;
    padding: 6px;
    white-space: nowrap;
}
/* Invisible bridge over the gap so hover isn't lost when moving mouse to dropdown */
.nav-dropdown::before {
    content: '';
    position: absolute;
    top: -10px;
    left: 0; right: 0;
    height: 10px;
}
.nav-item:hover .nav-dropdown { display: block; }
.nav-dropdown a {
    display: block !important;
    padding: 9px 14px !important;
    border-radius: 8px !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    color: var(--text-muted) !important;
    background: transparent !important;
    transition: background .15s, color .15s !important;
}
.nav-dropdown a:hover { background: var(--surface) !important; color: var(--primary) !important; }

/* Header right group */
.header-right {
    display: flex;
    align-items: center;
    gap: 6px;
}

/* Header phone pill */
.header-phone {
    display: none;
    align-items: center;
    gap: 6px;
    text-decoration: none;
    color: var(--primary);
    font-weight: 700;
    font-size: 14px;
    padding: 8px 14px;
    border: 1.5px solid var(--border);
    border-radius: var(--radius-sm);
    transition: var(--transition);
    white-space: nowrap;
}
@media (min-width: 768px) { .header-phone { display: flex; } }
.header-phone:hover { border-color: var(--primary); background: var(--surface); }
.header-phone svg { width: 15px; height: 15px; flex-shrink: 0; }

/* Messaging icon buttons (desktop) */
.msg-btn {
    display: none;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: var(--radius-sm);
    text-decoration: none;
    border: none;
    cursor: pointer;
    transition: var(--transition);
    flex-shrink: 0;
}
@media (min-width: 768px) { .msg-btn { display: flex; } }
.msg-btn:hover { transform: translateY(-2px); filter: brightness(1.1); }
.msg-btn svg { width: 19px; height: 19px; }

.msg-btn.whatsapp  { background: #25d366; }
.msg-btn.viber     { background: #7360f2; }
.msg-btn.telegram  { background: #229ed9; }
.msg-btn.messenger { background: #0084ff; }
.msg-btn.signal    { background: #3a76f0; }

/* ─── Language switcher ──────────────────────────────────── */
.lang-switcher {
    display: flex;
    align-items: center;
    gap: 4px;
}

.lang-flag {
    display: flex;
    align-items: center;
    border-radius: 4px;
    overflow: hidden;
    opacity: .55;
    border: 2px solid transparent;
    transition: var(--transition);
    text-decoration: none;
    flex-shrink: 0;
}
.lang-flag:hover  { opacity: 1; transform: scale(1.1); }
.lang-flag.active { opacity: 1; border-color: var(--primary); border-radius: 5px; }
.lang-flag img    { width: 26px; height: 17px; object-fit: cover; }
@media (max-width: 480px) { .lang-flag img { width: 22px; height: 14px; } }

/* Language dropdown */
.lang-dropdown-wrap { position: relative; }

.lang-dropdown-trigger {
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 6px 10px;
    background: var(--surface);
    border: 1.5px solid var(--border);
    border-radius: 20px;
    cursor: pointer;
    font-size: 12px;
    font-weight: 700;
    color: var(--text-muted);
    transition: var(--transition);
    user-select: none;
    white-space: nowrap;
}
.lang-dropdown-trigger:hover { background: var(--surface-2); border-color: var(--primary); color: var(--primary); }
.lang-dropdown-trigger svg { width: 13px; height: 13px; }

.lang-dropdown-menu {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    padding-top: 8px;
    min-width: 165px;
    z-index: 200;
}

.lang-dropdown-menu-inner {
    background: white;
    border: 1px solid var(--border);
    border-radius: var(--radius);
    box-shadow: var(--shadow-lg);
    overflow: hidden;
}
.lang-dropdown-wrap:hover .lang-dropdown-menu,
.lang-dropdown-menu.open { display: block; }
.lang-dropdown-menu-inner a {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 14px;
    text-decoration: none;
    color: var(--text);
    font-size: 14px;
    font-weight: 500;
    transition: background .15s;
}
.lang-dropdown-menu-inner a:hover { background: var(--surface); }
.lang-dropdown-menu-inner a img { width: 22px; height: 14px; border-radius: 2px; object-fit: cover; }
.lang-dropdown-menu-inner .check { margin-left: auto; color: var(--accent); font-size: 12px; font-weight: 700; }

/* ─── Hamburger button ───────────────────────────────────── */
.hamburger {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 44px;
    height: 44px;
    border: 1.5px solid var(--border);
    background: white;
    cursor: pointer;
    gap: 5px;
    border-radius: var(--radius-sm);
    transition: var(--transition);
    flex-shrink: 0;
}
@media (min-width: 1024px) { .hamburger { display: none; } }
.hamburger:hover { background: var(--surface); border-color: var(--primary); }

.hamburger span {
    display: block;
    width: 20px;
    height: 2px;
    background: var(--primary);
    border-radius: 2px;
    transition: var(--transition);
}
.hamburger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.hamburger.open span:nth-child(2) { opacity: 0; transform: scaleX(0); }
.hamburger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* ─── MOBILE MENU ────────────────────────────────────────── */
.mob-overlay {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,.45);
    z-index: 200;
    backdrop-filter: blur(3px);
}
.mob-overlay.open { display: block; }

.mob-menu {
    position: fixed;
    top: 0;
    right: -100%;
    width: min(380px, 100vw);
    height: 100dvh;
    background: white;
    z-index: 300;
    display: flex;
    flex-direction: column;
    transition: right .35s cubic-bezier(.4,0,.2,1);
    overflow-y: auto;
    overscroll-behavior: contain;
    box-shadow: -8px 0 32px rgba(0,0,0,.15);
}
.mob-menu.open { right: 0; }

.mob-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 20px;
    border-bottom: 1px solid var(--border);
    flex-shrink: 0;
}
.mob-close {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border: 1.5px solid var(--border);
    background: white;
    border-radius: var(--radius-sm);
    cursor: pointer;
    color: var(--text-muted);
    font-size: 22px;
    transition: var(--transition);
    line-height: 1;
}
.mob-close:hover { background: var(--surface-2); color: var(--primary); }

.mob-nav {
    padding: 12px 16px;
    flex: 1;
}
.mob-nav a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 16px;
    text-decoration: none;
    color: var(--text);
    font-size: 17px;
    font-weight: 600;
    border-radius: var(--radius);
    transition: var(--transition);
    border-bottom: 1px solid var(--border);
}
.mob-nav a:last-child { border-bottom: none; }
.mob-nav a:hover { background: var(--surface); color: var(--accent); }
.mob-nav a svg { width: 16px; height: 16px; color: var(--text-light); flex-shrink: 0; }

/* Mobile nav — items with sub-pages */
.mob-nav-item { border-bottom: 1px solid var(--border); }
.mob-nav-item:last-child { border-bottom: none; }
.mob-nav-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.mob-nav-row > a {
    flex: 1;
    display: block;
    padding: 15px 16px;
    text-decoration: none;
    color: var(--text);
    font-size: 17px;
    font-weight: 600;
    border-radius: var(--radius) 0 0 var(--radius);
    transition: var(--transition);
    border-bottom: none !important;
}
.mob-nav-row > a:hover { background: var(--surface); color: var(--accent); }
.mob-sub-toggle {
    flex-shrink: 0;
    width: 44px; height: 52px;
    display: flex; align-items: center; justify-content: center;
    background: transparent;
    border: none;
    cursor: pointer;
    color: var(--text-light);
    transition: var(--transition);
    border-radius: 0 var(--radius) var(--radius) 0;
}
.mob-sub-toggle:hover { background: var(--surface); }
.mob-nav-item.open .mob-sub-toggle svg { transform: rotate(180deg); }
.mob-sub-toggle svg { transition: transform .2s; }
.mob-subnav {
    display: none;
    background: var(--surface);
    border-top: 1px solid var(--border);
}
.mob-nav-item.open .mob-subnav { display: block; }
.mob-subnav a {
    display: flex !important;
    align-items: center;
    padding: 13px 16px 13px 28px !important;
    font-size: 15px !important;
    font-weight: 500 !important;
    color: var(--text-muted) !important;
    text-decoration: none;
    border-bottom: 1px solid var(--border) !important;
    transition: var(--transition);
}
.mob-subnav a:last-child { border-bottom: none !important; }
.mob-subnav a:hover { color: var(--accent) !important; background: #fff; }

.mob-footer {
    padding: 20px;
    border-top: 1px solid var(--border);
    display: flex;
    flex-direction: column;
    gap: 14px;
    flex-shrink: 0;
    background: var(--surface);
}

.mob-cta-row {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
}
.mob-cta-row--two { grid-template-columns: 1fr 1fr; }

.mob-phone,
.mob-viber {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 16px;
    color: white;
    text-decoration: none;
    border-radius: var(--radius);
    font-size: 16px;
    font-weight: 800;
    letter-spacing: -.3px;
    transition: var(--transition);
    white-space: nowrap;
    overflow: hidden;
    min-width: 0;
}
.mob-phone { background: var(--primary); }
.mob-phone:hover { background: #374151; }
.mob-viber { background: #7360f2; }
.mob-viber:hover { background: #5d4ed6; }

.mob-apps {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(72px, 1fr));
    gap: 8px;
}
.mob-app {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 12px 6px;
    border-radius: var(--radius);
    text-decoration: none;
    color: white;
    font-size: 11px;
    font-weight: 700;
    transition: var(--transition);
}
.mob-app:hover { transform: translateY(-2px); filter: brightness(1.1); }
.mob-app svg { width: 26px; height: 26px; }
.mob-app.whatsapp  { background: #25d366; }
.mob-app.viber     { background: #7360f2; }
.mob-app.telegram  { background: #229ed9; }
.mob-app.messenger { background: #0084ff; }
.mob-app.signal    { background: #3a76f0; }

.mob-langs {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
}
.mob-lang {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    padding: 9px 8px;
    border: 1.5px solid var(--border);
    border-radius: 20px;
    text-decoration: none;
    font-size: 13px;
    font-weight: 600;
    color: var(--text-muted);
    background: white;
    transition: var(--transition);
    white-space: nowrap;
    overflow: hidden;
    min-width: 0;
}
.mob-lang.active { border-color: var(--primary); color: var(--primary); background: var(--surface); }
.mob-lang:hover  { border-color: var(--accent); color: var(--accent); }
.mob-lang img { width: 22px; height: 14px; border-radius: 2px; object-fit: cover; flex-shrink: 0; }

/* ─── MAIN ───────────────────────────────────────────────── */
main {
    min-height: calc(100dvh - var(--header-h));
    padding-bottom: 60px;
    overflow-x: hidden;
}

/* ─── BUTTONS ────────────────────────────────────────────── */
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 12px 22px;
    border-radius: var(--radius);
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
    transition: var(--transition);
    border: 2px solid transparent;
    cursor: pointer;
    white-space: nowrap;
    font-family: inherit;
    line-height: 1;
}
.btn-primary { background: var(--primary); color: white; border-color: var(--primary); }
.btn-primary:hover { background: #374151; border-color: #374151; transform: translateY(-1px); }
.btn-outline { background: transparent; color: var(--primary); border-color: var(--border); }
.btn-outline:hover { border-color: var(--primary); background: var(--surface); }
.btn-accent { background: var(--accent); color: white; border-color: var(--accent); }
.btn-accent:hover { background: var(--accent-hover); border-color: var(--accent-hover); transform: translateY(-1px); }

/* ─── HOME — HERO SLIM ───────────────────────────────────── */
.hero-slim {
    padding: 28px 0 24px;
    border-bottom: 1px solid var(--border);
    margin-bottom: 40px;
}
.hero-slim__text { }
.hero-slim__title {
    font-size: clamp(22px, 3vw, 32px);
    font-weight: 800;
    color: var(--primary);
    margin: 0 0 4px;
    line-height: 1.2;
    letter-spacing: -.5px;
}
.hero-slim__sub {
    font-size: 15px;
    color: var(--text-muted);
    margin: 0;
}

/* ─── SECTION ────────────────────────────────────────────── */
.section { padding: 56px 0; }
@media (min-width: 768px) { .section { padding: 80px 0; } }

.section-head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 36px;
    gap: 16px;
    flex-wrap: wrap;
}
.section-title {
    font-size: clamp(22px, 4vw, 38px);
    font-weight: 800;
    color: var(--primary);
    margin: 0;
    line-height: 1.15;
    letter-spacing: -.5px;
}
.section-title span { color: var(--accent); }
.section-link {
    display: flex;
    align-items: center;
    gap: 6px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 700;
    color: var(--text-muted);
    white-space: nowrap;
    transition: var(--transition);
}
.section-link:hover { color: var(--accent); }
.section-link svg { width: 14px; height: 14px; transition: transform .2s; }
.section-link:hover svg { transform: translateX(3px); }

/* ─── OFFER CARDS ────────────────────────────────────────── */
.offers-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 16px;
}
@media (min-width: 540px)  { .offers-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; } }
@media (min-width: 1024px) { .offers-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; } }

.offer-card {
    background: white;
    border: 1px solid var(--border);
    border-radius: var(--radius-lg);
    overflow: hidden;
    transition: var(--transition);
    display: flex;
    flex-direction: column;
    text-decoration: none;
    color: inherit;
    min-width: 0;
}
.offer-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-lg);
    border-color: transparent;
}

.offer-card-img {
    aspect-ratio: 16/10;
    overflow: hidden;
    background: var(--surface);
    position: relative;
}
.offer-card-img img {
    width: 100%; height: 100%;
    object-fit: cover;
    transition: transform .55s ease;
}
.offer-card:hover .offer-card-img img { transform: scale(1.05); }

.offer-card-img-placeholder {
    width: 100%; height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: var(--text-light);
    gap: 8px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.offer-card-img-placeholder svg { width: 36px; height: 36px; opacity: .25; }

.offer-badge {
    position: absolute;
    top: 12px; left: 12px;
    padding: 4px 10px;
    border-radius: 20px;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .5px;
    color: white;
    background: var(--primary);
}
.offer-badge.sale { background: #ef4444; }

.offer-card-body {
    padding: 18px 20px 20px;
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.offer-card-title {
    font-size: 17px;
    font-weight: 700;
    color: var(--primary);
    margin: 0;
    line-height: 1.3;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.offer-card-desc {
    font-size: 14px;
    color: var(--text-muted);
    line-height: 1.6;
    margin: 0;
    flex: 1;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.offer-card-foot {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 14px;
    border-top: 1px solid var(--border);
    gap: 8px;
    margin-top: auto;
}
.offer-prices { display: flex; align-items: baseline; gap: 8px; }
.price-new { font-size: 20px; font-weight: 800; color: var(--primary); }
.price-currency { font-size: 13px; font-weight: 500; color: var(--text-muted); }
.price-old { font-size: 13px; color: var(--text-light); text-decoration: line-through; }
.price-neg { font-size: 13px; font-weight: 700; color: var(--accent); text-transform: uppercase; letter-spacing: .5px; }
.offer-card-cta {
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 13px;
    font-weight: 700;
    color: var(--accent);
    white-space: nowrap;
    transition: gap .2s;
}
.offer-card-cta:hover { gap: 8px; }
.offer-card-cta svg { width: 13px; height: 13px; }

/* ─── BIG OFFER CARDS ───────────────────────────────────── */
.big-offers-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 24px;
}
@media (min-width: 768px) { .big-offers-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px; } }

.big-offer-card {
    background: white;
    border: 1px solid var(--border);
    border-radius: var(--radius-lg);
    overflow: hidden;
    transition: var(--transition);
    display: flex;
    flex-direction: column;
    min-width: 0;
}
.big-offer-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-lg);
    border-color: transparent;
}

.big-offer-card__img-wrap {
    display: block;
    width: 100%;
    aspect-ratio: 16/9;
    overflow: hidden;
    background: var(--surface);
    position: relative;
}
.big-offer-card__img-wrap img {
    width: 100%; height: 100%;
    object-fit: cover;
    transition: transform .55s ease;
}
.big-offer-card:hover .big-offer-card__img-wrap img { transform: scale(1.04); }

.offer-video-badge {
    position: absolute;
    bottom: 12px;
    right: 12px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 12px;
    background: rgba(0, 0, 0, .55);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    color: white;
    font-size: 12px;
    font-weight: 700;
    border-radius: 20px;
    letter-spacing: .3px;
    pointer-events: none;
}
.offer-video-badge svg { width: 10px; height: 10px; flex-shrink: 0; }

.big-offer-card__placeholder {
    width: 100%; height: 100%;
    display: flex; align-items: center; justify-content: center;
    color: var(--text-light);
}
.big-offer-card__placeholder svg { width: 56px; height: 56px; opacity: .2; }

.big-offer-card__badge {
    position: absolute; top: 16px; left: 16px;
    padding: 5px 12px;
    background: #ef4444; color: white;
    border-radius: 20px;
    font-size: 13px; font-weight: 700;
}

.big-offer-card__body {
    padding: 24px 28px 28px;
    flex: 1; display: flex; flex-direction: column; gap: 12px;
}
.big-offer-card__title {
    font-size: clamp(20px, 2.5vw, 26px);
    font-weight: 800;
    color: var(--primary);
    margin: 0; line-height: 1.25;
}
.big-offer-card__title a { text-decoration: none; color: inherit; transition: color .2s; }
.big-offer-card__title a:hover { color: var(--accent); }

.big-offer-card__desc {
    font-size: 15px; color: var(--text-muted);
    line-height: 1.65; margin: 0; flex: 1;
}
.offer-card-reviews {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-size: 12px;
    font-weight: 600;
    color: #6366f1;
    margin-bottom: 8px;
}
.offer-card-reviews svg { flex-shrink: 0; stroke: #6366f1; }

.card-countdown {
    display: flex;
    align-items: center;
    gap: 7px;
    background: linear-gradient(90deg, #fef2f2 0%, #fff7ed 100%);
    border: 1.5px solid #fca5a5;
    border-radius: 8px;
    padding: 6px 12px;
    margin: 10px 0 4px;
    font-size: 12px;
    font-weight: 700;
    color: #991b1b;
}
.card-countdown svg { color: #ef4444; flex-shrink: 0; }
.card-countdown__label { color: #b91c1c; font-weight: 600; font-size: 11px; }
.card-countdown__text { color: #991b1b; font-weight: 900; letter-spacing: .03em; font-variant-numeric: tabular-nums; }
.card-countdown--expired .card-countdown__text { color: #6b7280; }
.card-countdown--expired { border-color: #d1d5db; background: #f9fafb; }
.card-countdown--expired svg { color: #9ca3af; }

.big-offer-card__footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 20px;
    border-top: 1px solid var(--border);
    gap: 16px;
    flex-wrap: wrap;
    margin-top: auto;
}
.big-offer-card__price { display: flex; align-items: baseline; gap: 10px; flex-wrap: wrap; }
.big-offer-card__price-new {
    font-size: 32px; font-weight: 900; color: var(--primary); line-height: 1;
}
.big-offer-card__price-new small { font-size: 16px; font-weight: 500; color: var(--text-muted); }
.big-offer-card__price-old { font-size: 16px; color: var(--text-light); text-decoration: line-through; }
.big-offer-card__price-neg { font-size: 18px; font-weight: 800; color: var(--accent); text-transform: uppercase; }
.big-offer-card__price-prefix { font-size: 15px; font-weight: 500; color: var(--text-muted); }
.big-offer-card__price-suffix { font-size: 15px; font-weight: 500; color: var(--text-muted); }

.no-offers-placeholder {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 16px;
    padding: 60px 20px;
    color: var(--text-light);
    text-align: center;
    border: 2px dashed var(--border);
    border-radius: var(--radius-lg);
}
.no-offers-placeholder svg { width: 48px; height: 48px; opacity: .3; }
.no-offers-placeholder p { margin: 0; font-size: 15px; max-width: 360px; }

/* ─── INFO CARDS ─────────────────────────────────────────── */
.cards-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 20px;
}
@media (min-width: 540px)  { .cards-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (min-width: 1024px) { .cards-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; } }

.info-card {
    background: white;
    border: 1px solid var(--border);
    border-radius: var(--radius-lg);
    overflow: hidden;
    transition: var(--transition);
    display: flex;
    flex-direction: column;
    min-width: 0;
}
.info-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); border-color: transparent; }

.info-card__img {
    aspect-ratio: 4/3;
    overflow: hidden;
    background: var(--surface);
}
.info-card__img img {
    width: 100%; height: 100%;
    object-fit: cover;
    transition: transform .5s ease;
}
.info-card:hover .info-card__img img { transform: scale(1.05); }

.info-card__body {
    padding: 20px 22px 22px;
    flex: 1; display: flex; flex-direction: column; gap: 10px;
}
.info-card__title {
    font-size: 18px; font-weight: 700;
    color: var(--primary); margin: 0; line-height: 1.3;
}
.info-card__title a { color: inherit; text-decoration: none; }
.info-card__title a:hover { color: var(--accent, #2563eb); }
.info-card__desc {
    font-size: 14px; color: var(--text-muted);
    line-height: 1.65; margin: 0; flex: 1;
}
.info-card__btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-top: 6px;
    font-size: 14px; font-weight: 700;
    color: var(--accent);
    text-decoration: none;
    transition: gap .2s;
    align-self: flex-start;
}
.info-card__btn:hover { gap: 10px; }
.info-card__btn svg { width: 14px; height: 14px; }

/* ─── REVIEWS ────────────────────────────────────────────── */
/* .reviews-section — defined later in file */

.reviews-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
}
@media (min-width: 640px)  { .reviews-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .reviews-grid { grid-template-columns: repeat(3, 1fr); gap: 24px; } }

.review-card {
    background: white;
    border: 1px solid var(--border);
    border-radius: var(--radius-lg);
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    transition: var(--transition);
}
.review-card:hover { box-shadow: var(--shadow-md); transform: translateY(-2px); }

.review-card__stars {
    display: flex; gap: 3px;
}
.review-card__stars svg { width: 18px; height: 18px; color: #f59e0b; }

.review-card__text {
    font-size: 16px; line-height: 1.7;
    color: #374151; margin: 0; flex: 1;
    font-style: italic;
}

.review-card__author {
    display: flex; align-items: center; gap: 12px;
    padding-top: 16px;
    border-top: 1px solid var(--border);
}
.review-card__avatar {
    width: 42px; height: 42px;
    border-radius: 50%;
    background: var(--primary);
    color: white;
    font-size: 13px; font-weight: 800;
    display: flex; align-items: center; justify-content: center;
    flex-shrink: 0; letter-spacing: .5px;
}
.review-card__name { font-size: 14px; font-weight: 700; color: var(--primary); }
.review-card__date { font-size: 12px; color: var(--text-light); margin-top: 2px; }

/* ─── REVIEWS v2 (photo + video variants) ───────────────── */
.reviews2-section { padding-block: 64px; }

.section-sub {
    font-size: 15px; color: var(--text-muted);
    margin: 6px 0 0; grid-column: 1/-1;
}
.section-head { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 8px; margin-bottom: 32px; }
.section-head .section-sub { flex-basis: 100%; margin: 0; }

.reviews2-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
}
@media (min-width: 640px)  { .reviews2-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1200px) { .reviews2-grid { grid-template-columns: repeat(4, 1fr); } }

.review2-card {
    background: var(--bg);
    border: 1px solid var(--border);
    border-radius: var(--radius-lg);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transition: var(--transition);
    box-shadow: var(--shadow-sm);
}
.review2-card:hover { box-shadow: var(--shadow-md); transform: translateY(-3px); }

/* Video thumbnail */
.review2-card__video {
    position: relative;
    display: block;
    aspect-ratio: 16/9;
    overflow: hidden;
    background: #0f172a;
    flex-shrink: 0;
}
.review2-card__video img {
    width: 100%; height: 100%;
    object-fit: cover;
    opacity: .85;
    transition: opacity .3s;
}
.review2-card__video:hover img { opacity: .7; }

.review2-card__play {
    position: absolute;
    inset: 0;
    display: flex; align-items: center; justify-content: center;
    pointer-events: none;
}
.review2-card__play svg {
    width: 52px; height: 52px;
    background: rgba(255,255,255,.15);
    backdrop-filter: blur(4px);
    border-radius: 50%;
    padding: 14px;
    color: white;
    transition: transform .3s, background .3s;
}
.review2-card__video:hover .review2-card__play svg {
    transform: scale(1.12);
    background: rgba(255,255,255,.25);
}

/* Card body */
.review2-card__body {
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 14px;
    flex: 1;
}

/* Author row */
.review2-card__header {
    display: flex;
    align-items: center;
    gap: 12px;
}

.review2-card__photo {
    width: 48px; height: 48px;
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
    border: 2px solid var(--border);
}

.review2-card__avatar {
    width: 48px; height: 48px;
    border-radius: 50%;
    background: var(--primary);
    color: white;
    font-size: 13px; font-weight: 800; letter-spacing: .5px;
    display: flex; align-items: center; justify-content: center;
    flex-shrink: 0;
}

.review2-card__info { flex: 1; min-width: 0; }
.review2-card__name { font-size: 14px; font-weight: 700; color: var(--primary); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.review2-card__meta { font-size: 12px; color: var(--text-light); margin-top: 2px; }

.review2-card__stars {
    display: flex; gap: 2px; margin-top: 4px;
}
.review2-card__stars svg { width: 13px; height: 13px; color: #f59e0b; }

/* Review text */
.review2-card__text {
    font-size: 14px; line-height: 1.65;
    color: #374151; margin: 0; flex: 1;
    font-style: italic;
    border-top: 1px solid var(--border);
    padding-top: 14px;
}

/* ─── PAGE ───────────────────────────────────────────────── */
.page-wrap { padding: 40px 0 60px; }
@media (min-width: 768px) { .page-wrap { padding: 56px 0 80px; } }

.page-hero-img {
    width: 100%;
    border-radius: var(--radius-lg);
    overflow: hidden;
    margin-bottom: 32px;
}
.page-hero-img img {
    width: 100%;
    max-height: 500px;
    object-fit: cover;
}
.page-title {
    font-size: clamp(26px, 4vw, 44px);
    font-weight: 800;
    color: var(--primary);
    margin: 0 0 28px;
    line-height: 1.15;
    letter-spacing: -.5px;
}
.page-body {
    font-size: 17px;
    line-height: 1.8;
    color: #374151;
}
.page-body h1, .page-body h2, .page-body h3, .page-body h4 { color: var(--primary); line-height: 1.3; }
.page-body p { margin: 0 0 1.2em; }
.page-body a { color: var(--accent); }
.page-body ul, .page-body ol { padding-left: 1.5em; margin-bottom: 1.2em; }
.page-body li { margin-bottom: .4em; }
.page-body img { border-radius: var(--radius); margin: .5em 0; }
.page-body blockquote {
    border-left: 3px solid var(--accent);
    margin: 1.5em 0;
    padding: .8em 1.2em;
    background: var(--surface);
    border-radius: 0 var(--radius-sm) var(--radius-sm) 0;
    color: var(--text-muted);
}

/* ─── GALLERY ────────────────────────────────────────────── */
.gallery-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
    margin-top: 36px;
}
@media (min-width: 540px)  { .gallery-grid { grid-template-columns: repeat(3, 1fr); gap: 12px; } }
@media (min-width: 1024px) { .gallery-grid { grid-template-columns: repeat(4, 1fr); gap: 16px; } }

.gallery-item {
    border-radius: var(--radius);
    overflow: hidden;
    aspect-ratio: 4/3;
    background: var(--surface);
    cursor: pointer;
    display: block;
}
.gallery-item img {
    width: 100%; height: 100%;
    object-fit: cover;
    transition: transform .4s ease;
}
.gallery-item:hover img { transform: scale(1.06); }

/* ─── OFFER DETAIL ───────────────────────────────────────── */
/* ─── OFFERS LISTING PAGE ────────────────────────────────── */
.offers-list-wrap {
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 20px 80px;
}
.offers-list-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 28px;
    flex-wrap: wrap;
}
.offers-list-title {
    font-size: clamp(1.5rem, 3vw, 2.2rem);
    font-weight: 900;
    color: var(--text, #1e293b);
    margin: 0 0 6px;
    line-height: 1.2;
}
.offers-list-cat-desc {
    font-size: 15px;
    color: var(--text-muted, #64748b);
    line-height: 1.65;
    margin: 8px 0 12px;
    max-width: 640px;
}
.offers-list-desc-after {
    font-size: 15px;
    color: var(--text-muted, #64748b);
    line-height: 1.65;
    margin: 32px 0 8px;
    max-width: 720px;
}
.offers-list-back {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-size: 13px;
    font-weight: 600;
    color: var(--primary, #6366f1);
    text-decoration: none;
}
.offers-list-back:hover { text-decoration: underline; }
.offers-list-count {
    font-size: 13px;
    font-weight: 600;
    color: var(--text-muted, #64748b);
    background: #f1f5f9;
    border-radius: 20px;
    padding: 5px 14px;
    align-self: center;
    white-space: nowrap;
}
.offers-list-empty {
    text-align: center;
    padding: 60px 20px;
    color: var(--text-muted, #64748b);
}
.offers-list-empty svg { opacity: .25; margin-bottom: 16px; }
.offers-list-empty p { font-size: 16px; margin: 0; }

/* ── Pagination ──────────────────────────────────────────── */
.pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 32px 0 8px;
    flex-wrap: wrap;
}
.page-nums {
    display: flex;
    align-items: center;
    gap: 4px;
    flex-wrap: wrap;
}
.page-btn {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 8px 14px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 500;
    color: var(--text, #1e293b);
    background: #fff;
    border: 1.5px solid #e2e8f0;
    text-decoration: none;
    transition: border-color .18s, background .18s, color .18s, box-shadow .18s;
    cursor: pointer;
    white-space: nowrap;
}
.page-btn:hover {
    border-color: var(--primary, #6366f1);
    color: var(--primary, #6366f1);
    background: #f5f3ff;
}
.page-btn--active {
    border-color: var(--primary, #6366f1);
    background: var(--primary, #6366f1);
    color: #fff;
    box-shadow: 0 4px 12px rgba(99,102,241,.3);
    cursor: default;
}
.page-btn--active:hover {
    background: var(--primary, #6366f1);
    color: #fff;
}
.page-ellipsis {
    padding: 8px 4px;
    font-size: 14px;
    color: var(--text-muted, #64748b);
    user-select: none;
}
@media (max-width: 480px) {
    .page-btn { padding: 7px 11px; font-size: 13px; }
    .pagination { gap: 4px; padding-top: 24px; }
}

.offer-wrap { padding: 32px 0 80px; }
@media (min-width: 768px) { .offer-wrap { padding: 48px 0 100px; } }

.offer-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 32px;
    min-width: 0;
    overflow: hidden;
}
@media (min-width: 1024px) {
    .offer-layout { grid-template-columns: minmax(0,1fr) 380px; gap: 56px; align-items: start; }
}

/* ── Offer media gallery ─────────────────────────── */
.offer-images {
    display: flex;
    flex-direction: column;
    gap: 10px;
    min-width: 0;
    overflow: hidden;
}

/* Main viewport */
.offer-media-main {
    position: relative;
    border-radius: var(--radius-lg);
    overflow: hidden;
    background: #f1f5f9;
    aspect-ratio: 16/9;
    width: 100%;
}
.offer-media-main img,
.offer-media-main iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border: none;
    display: block;
    transition: opacity .25s ease;
}

/* Thumbnail strip */
.offer-thumbs {
    display: flex;
    gap: 8px;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 4px;
    max-width: 100%;
    box-sizing: border-box;
}
.offer-thumbs::-webkit-scrollbar { height: 4px; }
.offer-thumbs::-webkit-scrollbar-track { background: transparent; }
.offer-thumbs::-webkit-scrollbar-thumb { background: var(--border); border-radius: 2px; }

.offer-thumb {
    flex-shrink: 0;
    width: 88px;
    height: 62px;
    border-radius: 8px;
    overflow: hidden;
    cursor: pointer;
    position: relative;
    border: 2px solid transparent;
    background: var(--surface);
    scroll-snap-align: start;
    transition: border-color .2s, transform .15s;
}
.offer-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.offer-thumb:hover { transform: translateY(-2px); border-color: rgba(99,102,241,.4); }
.offer-thumb--active { border-color: var(--primary, #6366f1); }

/* Play overlay on video thumb */
.offer-thumb-play {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0,0,0,.42);
    color: white;
    transition: background .2s;
}
.offer-thumb:hover .offer-thumb-play { background: rgba(0,0,0,.6); }

/* Placeholder when no media */
.offer-main-img-placeholder {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Offer sidebar / sticky panel */
.offer-sidebar {
    display: flex;
    flex-direction: column;
    gap: 0;
}
@media (min-width: 1024px) {
    .offer-sidebar { position: sticky; top: calc(var(--header-h) + 20px); }
}

.offer-info-card {
    border: 1px solid var(--border);
    border-radius: var(--radius-lg);
    padding: 24px;
    background: white;
}
.offer-cat-tag {
    display: inline-flex;
    align-items: center;
    padding: 4px 12px;
    background: var(--surface);
    border: 1px solid var(--border);
    border-radius: 20px;
    font-size: 11px;
    font-weight: 700;
    color: var(--text-muted);
    text-transform: uppercase;
    letter-spacing: .5px;
    margin-bottom: 14px;
}
.offer-cat-desc {
    font-size: 13px;
    color: var(--text-muted);
    line-height: 1.6;
    margin-bottom: 14px;
    margin-top: -6px;
}
.offer-detail-title {
    font-size: clamp(24px, 4vw, 36px);
    font-weight: 800;
    color: var(--primary);
    margin: 0 0 16px;
    line-height: 1.2;
    letter-spacing: -.5px;
}
.offer-pricing {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 10px;
    padding: 18px 0;
    border-top: 1px solid var(--border);
    border-bottom: 1px solid var(--border);
    margin-bottom: 20px;
}
.offer-price-main { font-size: 38px; font-weight: 900; color: var(--primary); line-height: 1; }
.offer-price-curr { font-size: 17px; font-weight: 500; color: var(--text-muted); }
.offer-price-old  { font-size: 17px; color: var(--text-light); text-decoration: line-through; }
.offer-price-neg  { font-size: 20px; font-weight: 800; color: var(--accent); text-transform: uppercase; }
.offer-price-prefix { font-size: 17px; font-weight: 500; color: var(--text-muted); }
.offer-price-suffix { font-size: 17px; font-weight: 500; color: var(--text-muted); flex-basis: 100%; }
.offer-price-discount {
    font-size: 14px; font-weight: 800;
    background: #dc2626; color: #fff;
    padding: 3px 10px; border-radius: 20px;
    letter-spacing: .03em;
    align-self: center;
}

/* ─── OFFER COUNTDOWN ─────────────────────────────────────── */
.offer-countdown {
    background: linear-gradient(135deg, #7f1d1d 0%, #b91c1c 100%);
    border-radius: 14px;
    padding: 14px 18px 16px;
    margin-bottom: 22px;
    box-shadow: 0 4px 18px rgba(185,28,28,.28);
}
.offer-countdown__head {
    display: flex;
    align-items: center;
    gap: 7px;
    color: #fca5a5;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
    margin-bottom: 12px;
}
.offer-countdown__boxes {
    display: flex;
    align-items: center;
    gap: 6px;
}
.offer-countdown__box {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: rgba(0,0,0,.25);
    border-radius: 10px;
    padding: 8px 14px 6px;
    min-width: 58px;
    flex: 1;
}
.offer-countdown__box b {
    font-size: 34px;
    font-weight: 900;
    color: #fff;
    line-height: 1;
    font-variant-numeric: tabular-nums;
    letter-spacing: -.02em;
}
.offer-countdown__box small {
    font-size: 10px;
    font-weight: 700;
    color: #fca5a5;
    letter-spacing: .1em;
    margin-top: 4px;
}
.offer-countdown__colon {
    font-size: 28px;
    font-weight: 900;
    color: rgba(255,255,255,.5);
    line-height: 1;
    margin-bottom: 14px;
    flex-shrink: 0;
}
.offer-countdown__expired {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    padding: 8px 0;
}

.offer-desc {
    font-size: 16px;
    line-height: 1.75;
    color: #4b5563;
    margin-bottom: 24px;
}

/* ─── OFFER FULL-WIDTH CONTENT ───────────────────────────── */
.offer-content {
    max-width: 860px;
    margin: 48px auto 0;
    padding: 40px 48px;
    background: #fff;
    border-radius: 16px;
    border: 1px solid #e2e8f0;
    font-size: 16px;
    line-height: 1.8;
    color: #374151;
}
.offer-content h2 { font-size: 1.5rem; font-weight: 800; margin: 1.5em 0 .6em; color: #1e293b; }
.offer-content h3 { font-size: 1.2rem; font-weight: 700; margin: 1.4em 0 .5em; color: #1e293b; }
.offer-content p  { margin: 0 0 1em; }
.offer-content ul, .offer-content ol { padding-left: 1.5em; margin: 0 0 1em; }
.offer-content li { margin-bottom: .4em; }
.offer-content img { max-width: 100%; border-radius: 10px; margin: 1em 0; }
.offer-content table { width: 100%; border-collapse: collapse; margin: 1em 0; }
.offer-content th, .offer-content td { padding: 10px 14px; border: 1px solid #e2e8f0; font-size: 15px; }
.offer-content th { background: #f8fafc; font-weight: 700; }
@media (max-width: 640px) { .offer-content { padding: 24px 20px; } }

/* ─── NARROW MOBILE FIXES (≤ 479px) ──────────────────────── */
@media (max-width: 479px) {
    /* Card body: tighter padding */
    .big-offer-card__body { padding: 16px 18px 20px; }
    .big-offer-card__title { font-size: 18px; }
    .big-offer-card__price-new { font-size: 26px; }

    /* Offers list wrap: no extra horizontal padding inside container */
    .offers-list-wrap { padding-left: 0; padding-right: 0; }

    /* Offer info card: tighter padding */
    .offer-info-card { padding: 16px; }

    /* Countdown boxes: smaller on tiny screens */
    .offer-countdown { padding: 10px 12px 12px; }
    .offer-countdown__box { min-width: 44px; padding: 6px 8px 5px; }
    .offer-countdown__box b { font-size: 24px; }
    .offer-countdown__box small { font-size: 9px; }
    .offer-countdown__colon { font-size: 20px; }

    /* Offer pricing row */
    .offer-price-main { font-size: 30px; }

    /* Info card image: ensure width constrained */
    .info-card__img { width: 100%; }
}

/* ─── OFFER CONTACT APPS ─────────────────────────────────── */
.offer-contact-apps {
    border: 1px solid var(--border);
    border-radius: var(--radius-lg);
    padding: 20px 22px;
    background: white;
}
.offer-contact-apps__phone {
    display: flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    color: var(--primary);
    font-weight: 800;
    font-size: 20px;
    padding: 14px 18px;
    background: var(--surface);
    border: 1.5px solid var(--border);
    border-radius: 12px;
    margin-bottom: 12px;
    transition: background .18s, border-color .18s;
    letter-spacing: -.3px;
}
.offer-contact-apps__phone:hover { background: var(--surface-2); border-color: var(--primary); }
.offer-contact-apps__btns {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
}
.offer-app-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 12px 14px;
    border-radius: 11px;
    font-size: 14px;
    font-weight: 700;
    color: white;
    text-decoration: none;
    transition: opacity .18s, transform .15s;
    letter-spacing: .1px;
}
.offer-app-btn:hover { opacity: .85; transform: translateY(-2px); }
.offer-app-btn.whatsapp  { background: #25d366; }
.offer-app-btn.viber     { background: #7360f2; }
.offer-app-btn.telegram  { background: #229ed9; }
.offer-app-btn.signal    { background: #3a76f0; }
.offer-app-btn.messenger { background: linear-gradient(135deg,#0084ff 0%,#a33af4 100%); }
.offer-app-btn.maps      { background: #1a73e8; }

/* ─── INQUIRY FORM ───────────────────────────────────────── */
.inquiry-card {
    border: 1px solid var(--border);
    border-radius: var(--radius-lg);
    padding: 24px;
    background: var(--surface);
    margin-top: 12px;
}
.inquiry-card h3 {
    font-size: 20px;
    font-weight: 700;
    color: var(--primary);
    margin: 0 0 4px;
}
.inquiry-card .sub {
    font-size: 14px;
    color: var(--text-muted);
    margin: 0 0 22px;
}

.form-row {
    display: grid;
    gap: 14px;
    grid-template-columns: 1fr;
    margin-bottom: 14px;
}
@media (min-width: 540px) { .form-row.two { grid-template-columns: 1fr 1fr; } }

.form-field { display: flex; flex-direction: column; gap: 5px; margin-bottom: 14px; }
.form-field label {
    font-size: 12px;
    font-weight: 700;
    color: var(--text);
    text-transform: uppercase;
    letter-spacing: .5px;
}
.form-field input,
.form-field textarea {
    width: 100%;
    padding: 11px 13px;
    border: 1.5px solid var(--border);
    border-radius: var(--radius-sm);
    font-family: inherit;
    font-size: 15px;
    color: var(--text);
    background: white;
    outline: none;
    transition: border-color .2s;
    box-sizing: border-box;
}
.form-field input:focus,
.form-field textarea:focus { border-color: var(--primary); }
.form-field textarea { resize: vertical; min-height: 90px; }
.form-field .req { color: #ef4444; }

.form-submit {
    width: 100%;
    padding: 15px;
    background: var(--primary);
    color: white;
    border: none;
    border-radius: var(--radius);
    font-family: inherit;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    transition: var(--transition);
}
.form-submit:hover { background: #374151; transform: translateY(-1px); }

/* Alerts */
.alert {
    padding: 13px 16px;
    border-radius: var(--radius-sm);
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 16px;
    display: flex;
    align-items: flex-start;
    gap: 8px;
}
.alert-success { background: #f0fdf4; color: #15803d; border: 1px solid #bbf7d0; }
.alert-error   { background: #fef2f2; color: #dc2626; border: 1px solid #fecaca; }

/* Mobile sticky CTA (offer page only) */
/* ── Offer FAB (mobile floating action button) ───────────── */
.offer-fab {
    display: none;
    position: fixed;
    bottom: 28px;
    right: 20px;
    z-index: 200;
    align-items: center;
    gap: 8px;
    padding: 14px 20px;
    background: var(--primary, #6366f1);
    color: #fff;
    border: none;
    border-radius: 18px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 700;
    font-family: inherit;
    filter: drop-shadow(0 8px 24px rgba(17,24,39,.35));
    transform: translateY(90px);
    opacity: 0;
    transition: transform .35s cubic-bezier(.34,1.56,.64,1), opacity .3s;
}
.offer-fab--visible {
    transform: translateY(0);
    opacity: 1;
}
.offer-fab svg { flex-shrink: 0; }
@media (max-width: 1023px) { .offer-fab { display: flex; } }

/* ── Offer bottom sheet ──────────────────────────────────── */
.offer-sheet-overlay {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(15,23,42,.45);
    z-index: 201;
    opacity: 0;
    transition: opacity .25s;
}
.offer-sheet-overlay.open { opacity: 1; }
@media (max-width: 1023px) { .offer-sheet-overlay { display: block; pointer-events: none; } }
.offer-sheet-overlay.open { pointer-events: auto; }

.offer-sheet {
    position: fixed;
    bottom: 0; left: 0; right: 0;
    z-index: 202;
    background: #fff;
    border-radius: 22px 22px 0 0;
    padding: 0 0 max(20px, env(safe-area-inset-bottom));
    transform: translateY(100%);
    transition: transform .3s cubic-bezier(.32,.72,0,1);
    display: none;
    box-shadow: 0 -8px 40px rgba(0,0,0,.12);
}
.offer-sheet.open  { transform: translateY(0); }
@media (max-width: 1023px) { .offer-sheet { display: block; } }

.offer-sheet-handle {
    width: 40px; height: 4px;
    background: #e2e8f0;
    border-radius: 4px;
    margin: 12px auto 4px;
}
.offer-sheet-title {
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .08em;
    color: #94a3b8;
    padding: 10px 20px 8px;
}
.offer-sheet-item {
    display: flex;
    align-items: center;
    gap: 14px;
    width: 100%;
    padding: 15px 20px;
    border: none;
    background: none;
    font-size: 15px;
    font-weight: 600;
    font-family: inherit;
    color: #1e293b;
    text-decoration: none;
    cursor: pointer;
    border-top: 1px solid #f1f5f9;
    transition: background .15s;
    text-align: left;
}
.offer-sheet-item:first-of-type { border-top: none; }
.offer-sheet-item:active { background: #f8fafc; }
.offer-sheet-icon {
    width: 42px; height: 42px;
    border-radius: 12px;
    display: flex; align-items: center; justify-content: center;
    flex-shrink: 0;
}
.offer-sheet-item--phone   .offer-sheet-icon { background: #dcfce7; color: #16a34a; }
.offer-sheet-item--whatsapp .offer-sheet-icon { background: #dcfce7; color: #16a34a; }
.offer-sheet-item--viber   .offer-sheet-icon { background: #ede9fe; color: #7c3aed; }
.offer-sheet-item--telegram .offer-sheet-icon { background: #dbeafe; color: #2563eb; }
.offer-sheet-item--signal  .offer-sheet-icon { background: #dbeafe; color: #1d4ed8; }
.offer-sheet-item--messenger .offer-sheet-icon { background: #dbeafe; color: #2563eb; }
.offer-sheet-item--maps    .offer-sheet-icon { background: #fef3c7; color: #d97706; }
.offer-sheet-item--form    .offer-sheet-icon { background: rgba(99,102,241,.1); color: var(--primary,#6366f1); }

/* ─── FOOTER ─────────────────────────────────────────────── */
.site-footer {
    background: var(--primary);
    color: rgba(255,255,255,.65);
    padding: 64px 0 32px;
}

.footer-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 48px;
    margin-bottom: 48px;
}
@media (min-width: 640px)  { .footer-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .footer-grid { grid-template-columns: 2fr 1fr 1fr; gap: 64px; } }

.footer-logo {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: white;
    font-weight: 800;
    font-size: 22px;
    letter-spacing: -.5px;
    margin-bottom: 14px;
    gap: 8px;
}
.footer-logo img { max-height: 40px; }
.footer-logo span { color: var(--accent); }

.footer-desc { font-size: 15px; line-height: 1.75; margin: 0 0 28px; }

.footer-social { display: flex; gap: 8px; flex-wrap: wrap; }
.footer-social a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px; height: 40px;
    border: 1px solid rgba(255,255,255,.12);
    border-radius: var(--radius-sm);
    transition: var(--transition);
    color: rgba(255,255,255,.6);
}
.footer-social a:hover {
    background: rgba(255,255,255,.1);
    border-color: rgba(255,255,255,.3);
    color: white;
    transform: translateY(-3px);
}
.footer-social svg { width: 18px; height: 18px; }

.footer-heading {
    font-size: 12px;
    font-weight: 700;
    color: white;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    margin: 0 0 20px;
}
.footer-nav { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 12px; }
.footer-nav a {
    text-decoration: none;
    color: rgba(255,255,255,.6);
    font-size: 15px;
    transition: var(--transition);
    display: flex;
    align-items: center;
    gap: 6px;
}
.footer-nav a:hover { color: white; padding-left: 4px; }
.footer-subnav { list-style: none; padding: 0; margin: 6px 0 0 12px; display: flex; flex-direction: column; gap: 6px; border-left: 1px solid rgba(255,255,255,.12); padding-left: 12px; }
.footer-subnav a { font-size: 13px !important; color: rgba(255,255,255,.58) !important; gap: 4px !important; }
.footer-subnav a:hover { color: rgba(255,255,255,.8) !important; padding-left: 4px; }

.footer-contacts { display: flex; flex-direction: column; gap: 18px; }
.footer-contact {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}
.footer-contact-icon {
    width: 36px; height: 36px;
    background: rgba(255,255,255,.07);
    border-radius: var(--radius-sm);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: rgba(255,255,255,.6);
}
.footer-contact-icon svg { width: 16px; height: 16px; }
.footer-contact-label {
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .5px;
    color: rgba(255,255,255,.58);
    margin-bottom: 3px;
    display: block;
}
.footer-contact-val {
    font-size: 15px;
    color: rgba(255,255,255,.8);
    font-weight: 500;
}
.footer-contact-val a { color: inherit; text-decoration: none; }
.footer-contact-val a:hover { color: white; }

.footer-contact-icon--link {
    text-decoration: none;
    transition: background .2s, transform .2s;
    cursor: pointer;
}
.footer-contact-icon--link:hover {
    background: var(--accent, #2563eb);
    transform: translateY(-2px);
}

.footer-address-row {
    display: flex;
    align-items: flex-start;
    gap: 8px;
}
.footer-nav-btn {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    border-radius: 6px;
    background: rgba(255,255,255,.12);
    color: rgba(255,255,255,.75) !important;
    text-decoration: none !important;
    transition: background .2s, color .2s, transform .2s;
    margin-top: 1px;
}
.footer-nav-btn:hover {
    background: var(--accent, #2563eb) !important;
    color: #fff !important;
    transform: translateY(-1px);
}

.footer-app-btns {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
    margin-top: 12px;
}
.footer-app-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    padding: 10px 12px;
    border-radius: var(--radius-sm);
    text-decoration: none;
    color: white;
    font-size: 13px;
    font-weight: 700;
    transition: var(--transition);
    white-space: nowrap;
}
.footer-app-btn:hover { transform: translateY(-2px); filter: brightness(1.15); color: white; }
.footer-app-btn svg { width: 16px; height: 16px; flex-shrink: 0; }
.footer-app-btn.whatsapp  { background: #25d366; }
.footer-app-btn.viber     { background: #7360f2; }
.footer-app-btn.telegram  { background: #229ed9; }
.footer-app-btn.signal    { background: #3a76f0; }
.footer-app-btn.messenger { background: #0084ff; }

.footer-badges {
    border-top: 1px solid rgba(255,255,255,.07);
    padding-top: 24px;
    padding-bottom: 14px;
    display: flex;
    align-items: center;
    gap: 14px;
}
.footer-badges img {
    height: 43px;
    width: auto;
    filter: brightness(0) invert(1);
    opacity: .4;
    transition: opacity .25s;
}
.footer-badges img:hover {
    opacity: .85;
}
.footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px;
}
.footer-bottom p { margin: 0; font-size: 13px; }

.footer-lang-switcher { display: flex; align-items: center; gap: 6px; }
.footer-lang-pill { display: inline-flex; align-items: center; justify-content: center; height: 26px; padding: 0 9px; border-radius: 6px; font-size: 11px; font-weight: 700; letter-spacing: .06em; color: rgba(255,255,255,.45); border: 1px solid rgba(255,255,255,.12); text-decoration: none; transition: color .18s, border-color .18s, background .18s; }
.footer-lang-pill:hover { color: rgba(255,255,255,.85); border-color: rgba(255,255,255,.3); }
.footer-lang-pill.active { color: #fff; border-color: rgba(255,255,255,.5); background: rgba(255,255,255,.08); }

/* ─── 404 ────────────────────────────────────────────────── */
.page-404 { text-align: center; padding: 80px 16px; }
.page-404 .err-code {
    font-size: clamp(80px, 25vw, 160px);
    font-weight: 900;
    color: var(--surface-2);
    line-height: 1;
    margin-bottom: 16px;
    letter-spacing: -6px;
    display: block;
}
.page-404 h2 { font-size: 26px; margin: 0 0 10px; color: var(--primary); }
.page-404 p  { color: var(--text-muted); margin: 0 0 32px; font-size: 17px; }

/* ─── SCROLL REVEAL ──────────────────────────────────────── */
.reveal {
    opacity: 0;
    transform: translateY(22px);
    transition: opacity .6s ease, transform .6s ease;
}
.reveal.visible { opacity: 1; transform: translateY(0); }

.reveal-grid > * {
    opacity: 0;
    transform: translateY(18px);
    transition: opacity .5s ease, transform .5s ease;
}
.reveal-grid.visible > * { opacity:1; transform:none; }
.reveal-grid.visible > *:nth-child(1) { transition-delay:.00s; }
.reveal-grid.visible > *:nth-child(2) { transition-delay:.07s; }
.reveal-grid.visible > *:nth-child(3) { transition-delay:.14s; }
.reveal-grid.visible > *:nth-child(4) { transition-delay:.21s; }
.reveal-grid.visible > *:nth-child(5) { transition-delay:.28s; }
.reveal-grid.visible > *:nth-child(6) { transition-delay:.35s; }
.reveal-grid.visible > *:nth-child(n+7) { transition-delay:.35s; }

/* ── Reviews Section ──────────────────────────────── */
.reviews-section {
    padding: 56px 40px;
    background: var(--surface, #f8fafc);
    border-top: 1px solid var(--border, #e2e8f0);
    margin-top: 28px;
}
@media (max-width: 640px) { .reviews-section { padding: 40px 20px; } }

.reviews-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 40px;
}
@media (min-width: 640px)  { .reviews-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1100px) { .reviews-grid { grid-template-columns: repeat(3, 1fr); } }

/* Card */
.review-card {
    background: white;
    border-radius: 16px;
    border: 1px solid var(--border, #e2e8f0);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    box-shadow: 0 2px 8px rgba(0,0,0,.05);
    transition: transform .2s, box-shadow .2s;
}
.review-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 28px rgba(0,0,0,.1);
}

/* Media (photo or video) */
.review-card__media {
    position: relative;
    aspect-ratio: 16/9;
    overflow: hidden;
    background: #0f172a;
}
.review-card__media img {
    width: 100%; height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .35s ease;
}
.review-card:hover .review-card__media img { transform: scale(1.04); }

/* Play button overlay */
.review-card__play {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0,0,0,.18);
    transition: background .2s;
}
.review-card:hover .review-card__play { background: rgba(0,0,0,.32); }
.review-card__play svg {
    display: none;
}
.review-card__play::after {
    content: '';
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #e50914;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 20px rgba(229,9,20,.5);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white' width='26' height='26'%3E%3Cpolygon points='6 3 20 12 6 21 6 3'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: 55% 50%;
    background-size: 26px 26px;
    transition: transform .2s, box-shadow .2s;
}
.review-card:hover .review-card__play::after {
    transform: scale(1.1);
    box-shadow: 0 6px 28px rgba(229,9,20,.65);
}

/* Body */
.review-card__body {
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    flex: 1;
}

/* Stars */
.review-card__stars {
    display: flex;
    gap: 3px;
}
.review-card__stars svg {
    width: 15px; height: 15px;
    color: #f59e0b;
}

/* Quote text */
.review-card__text {
    font-size: 16px;
    line-height: 1.65;
    color: var(--text-muted, #64748b);
    margin: 0;
    flex: 1;
}

/* No-image avatar banner */
.review-card__avatar-banner {
    position: relative;
    overflow: hidden;
}

/* Author row */
.review-card__author {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: auto;
    padding-top: 12px;
    border-top: 1px solid var(--border, #e2e8f0);
}

/* Small dot avatar next to name */
.review-card__avatar-dot {
    width: 34px; height: 34px;
    border-radius: 50%;
    font-weight: 700;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    letter-spacing: .5px;
}

.review-card__name {
    font-size: 13px;
    font-weight: 700;
    color: var(--text, #1e293b);
}

/* Verified badge */
.review-card__verified {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 26px; height: 26px;
    border-radius: 50%;
    background: rgba(37, 99, 235, 0.10);
    color: var(--accent, #2563eb);
    flex-shrink: 0;
    margin-left: auto;
}

/* Aggregate rating bar above reviews grid */
.reviews-aggregate {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: -8px 0 24px;
}
.reviews-aggregate__stars { display:flex; gap:3px; color:#f59e0b; }
.reviews-aggregate__score { font-size:18px; font-weight:800; color:var(--text,#1e293b); letter-spacing:-.02em; }
.reviews-aggregate__sep   { color:#cbd5e1; font-size:16px; }
.reviews-aggregate__count { font-size:14px; color:var(--text-muted,#64748b); font-weight:500; }


/* ===== HOME SLIDER ===== */
/* Full-bleed: break out of parent .container */
.home-slider {
    position: relative;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    overflow: hidden;
    background: #000;
}
.home-slider__track { display:flex; transition:transform .65s cubic-bezier(.77,0,.175,1); will-change:transform; }
.home-slider__slide { min-width:100%; position:relative; overflow:hidden; }
.home-slider__slide img { width:100%; height:clamp(280px,55vw,680px); object-fit:cover; display:block; }

/* Caption overlay — centered */
.home-slider__caption {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,.38);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: clamp(20px,4vw,60px);
    pointer-events: none;
}
.home-slider__caption-link {
    text-decoration: none;
    pointer-events: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.home-slider__caption-link:hover .home-slider__cta { opacity:1; transform:translateY(0); }
/* When no link — inner div still centers */
.home-slider__caption > div {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.home-slider__title1 {
    font-size: clamp(1.6rem, 4vw, 3.4rem);
    font-weight: 800;
    color: #fff;
    margin: 0 0 10px;
    line-height: 1.15;
    text-shadow: 0 2px 18px rgba(0,0,0,.55);
    max-width: 820px;
}
.home-slider__title2 {
    font-size: clamp(.95rem, 1.8vw, 1.3rem);
    color: rgba(255,255,255,.92);
    margin: 0 0 22px;
    text-shadow: 0 1px 8px rgba(0,0,0,.45);
    max-width: 620px;
    line-height: 1.5;
}
.home-slider__cta {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: var(--primary, #6366f1);
    color: #fff;
    padding: 12px 28px;
    border-radius: 50px;
    font-size: .95rem;
    font-weight: 700;
    opacity: .93;
    transform: translateY(5px);
    transition: opacity .25s, transform .25s, background .2s;
}
.home-slider__cta:hover { background: var(--primary-dark, #4f46e5); opacity:1; transform:translateY(0); }

/* Arrows */
.home-slider__btn { position:absolute; top:50%; transform:translateY(-50%); background:rgba(0,0,0,.32); color:#fff; border:none; width:48px; height:48px; border-radius:50%; cursor:pointer; z-index:10; display:flex; align-items:center; justify-content:center; transition:background .2s,transform .2s; backdrop-filter:blur(6px); }
.home-slider__btn:hover { background:rgba(0,0,0,.6); transform:translateY(-50%) scale(1.08); }
.home-slider__btn--prev { left:20px; }
.home-slider__btn--next { right:20px; }

/* Dots */
.home-slider__dots { position:absolute; bottom:16px; left:50%; transform:translateX(-50%); display:flex; gap:8px; z-index:10; }
.home-slider__dot { width:10px; height:10px; border-radius:50%; background:rgba(255,255,255,.45); border:none; cursor:pointer; padding:0; transition:background .2s,transform .2s; }
.home-slider__dot.active { background:#fff; transform:scale(1.3); }

/* ===== HOME CATEGORY CARDS ===== */
/* ─── CATEGORY PILLS ─────────────────────────────────────── */
.cat-pills {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding: 4px 0 32px;
}
.cat-pill {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 10px 20px;
    border-radius: 50px;
    border: 1.5px solid #e2e8f0;
    background: #fff;
    color: #475569;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    line-height: 1;
    transition: border-color .18s, color .18s, background .18s, box-shadow .18s, transform .18s;
    box-shadow: 0 1px 4px rgba(0,0,0,.05);
}
.cat-pill svg {
    opacity: .55;
    transition: opacity .18s;
    flex-shrink: 0;
}
.cat-pill:hover {
    border-color: var(--primary, #6366f1);
    color: var(--primary, #6366f1);
    background: #f5f3ff;
    box-shadow: 0 4px 14px rgba(99,102,241,.14);
    transform: translateY(-2px);
}
.cat-pill:hover svg { opacity: 1; }
.cat-pill--all {
    border-color: #cbd5e1;
    background: #f8fafc;
    color: #334155;
    font-weight: 700;
}
.cat-pill--all:hover {
    border-color: var(--primary, #6366f1);
    color: var(--primary, #6366f1);
    background: #f5f3ff;
}
.cat-pill--active,
.cat-pill--active:hover {
    border-color: var(--primary, #6366f1);
    background: var(--primary, #6366f1);
    color: #fff;
    box-shadow: 0 4px 14px rgba(99,102,241,.3);
}
.cat-pill--active svg { opacity: 1; }
.cat-pill--active .cat-pill__count {
    background: rgba(255,255,255,.25);
    color: #fff;
}
.cat-pill__count {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 20px;
    height: 20px;
    padding: 0 6px;
    border-radius: 20px;
    background: #f1f5f9;
    color: #64748b;
    font-size: 11px;
    font-weight: 700;
    line-height: 1;
    transition: background .18s, color .18s;
}
.cat-pill:hover .cat-pill__count {
    background: #ede9fe;
    color: var(--primary, #6366f1);
}
@media (max-width: 768px) {
    .cat-pills-wrap {
        position: relative;
    }
    .cat-pills-wrap::after {
        content: '';
        position: absolute;
        top: 0; right: 0;
        width: 64px; height: calc(100% - 20px);
        background: linear-gradient(to right, transparent, var(--bg, #fff) 85%);
        pointer-events: none;
        z-index: 1;
    }
    .cat-pills-wrap::before {
        content: '›';
        position: absolute;
        top: 50%; right: 6px;
        transform: translateY(-62%);
        font-size: 22px;
        font-weight: 300;
        line-height: 1;
        color: #6366f1;
        z-index: 2;
        pointer-events: none;
        animation: cat-arrow-pulse 1.4s ease-in-out infinite;
    }
    @keyframes cat-arrow-pulse {
        0%, 100% { opacity: .4; transform: translateY(-62%) translateX(0); }
        50%       { opacity: 1;  transform: translateY(-62%) translateX(4px); }
    }
    .cat-pills {
        flex-wrap: nowrap;
        overflow-x: auto;
        justify-content: flex-start;
        padding-bottom: 20px;
        padding-right: 48px;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
    }
    .cat-pills::-webkit-scrollbar { display: none; }
    .cat-pill { padding: 9px 16px; font-size: 13px; flex-shrink: 0; }
}

/* ===== HOME VIDEO HERO — contained mode ===== */
.home-video-hero { position:relative; width:100%; overflow:hidden; background:#000; }
.home-video-hero__frame { position:relative; width:100%; padding-top:min(56.25%, 680px); min-height:320px; }
.home-video-hero__frame iframe { position:absolute; inset:0; width:100%; height:100%; border:0; pointer-events:none; }
.home-video-hero__overlay { position:absolute; inset:0; background:linear-gradient(to bottom, rgba(0,0,0,.15) 0%, rgba(0,0,0,.55) 100%); display:flex; align-items:center; justify-content:center; }
.home-video-hero__text { text-align:center; color:#fff; padding:0 24px; max-width:760px; }
.home-video-hero__text h2 { font-size:clamp(1.6rem,4vw,3rem); font-weight:800; margin:0 0 12px; text-shadow:0 2px 12px rgba(0,0,0,.5); }
.home-video-hero__text p { font-size:clamp(.95rem,1.8vw,1.25rem); margin:0; opacity:.92; text-shadow:0 1px 6px rgba(0,0,0,.5); }

/* ===== HOME VIDEO HERO — fullwidth background-cover mode ===== */

/* Container — true full viewport, breaks out of .container */
.hvh-fw {
    position: relative;
    left: 50%;
    margin-left: -50vw;
    width: 100vw;
    height: 100vh;
    height: 100svh;          /* excludes mobile browser chrome */
    min-height: 560px;
    overflow: hidden;
    background: #05080f;
}

/* ── Video layer ── */
.hvh-fw__bg {
    position: absolute;
    inset: 0;
    overflow: hidden;
}
.hvh-fw__bg iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    /* 16:9 cover: overshoot whichever axis is constraining */
    width: 177.78vh;         /* 100vh × (16/9) */
    height: 56.25vw;         /* 100vw × (9/16) */
    min-width: 100%;
    min-height: 100%;
    transform: translate(-50%, -50%);
    border: 0;
    pointer-events: none;
    user-select: none;
}

/* ── Three-layer overlay ── */
.hvh-fw__overlay {
    position: absolute;
    inset: 0;
    background:
        /* 1. Top bar — navbar readability */
        linear-gradient(to bottom,  rgba(0,0,0,.55)  0%, transparent 22%),
        /* 2. Bottom ramp — text readability */
        linear-gradient(to top,     rgba(0,0,0,.92)  0%, rgba(0,0,0,.58) 28%,
                                    rgba(0,0,0,.14) 58%, transparent 72%),
        /* 3. Edge vignette — centre stays bright */
        radial-gradient(ellipse at 50% 50%, transparent 46%, rgba(0,0,0,.40) 100%);
}

/* ── Content wrapper — text anchored to bottom third ── */
.hvh-fw__body {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding-bottom: clamp(72px, 10vh, 140px);
}

/* ── Inner text block ── */
.hvh-fw__inner {
    text-align: center;
    max-width: 800px;
    padding: 0 clamp(20px, 6vw, 64px);
}

/* ── Accent line — animates first ── */
.hvh-fw__accent {
    width: 44px;
    height: 3px;
    background: var(--accent, #2563eb);
    border-radius: 2px;
    margin: 0 auto 24px;
    opacity: 0;
    animation: hvh-rise 0.7s cubic-bezier(0.16,1,0.3,1) 0.15s both;
}

/* ── Headline ── */
.hvh-fw__title {
    color: #fff;
    font-size: clamp(2.1rem, 6vw, 4.4rem);
    font-weight: 900;
    line-height: 1.08;
    letter-spacing: -0.025em;
    margin: 0 0 22px;
    text-shadow:
        0 1px 3px  rgba(0,0,0,.45),
        0 8px 40px rgba(0,0,0,.35);
    opacity: 0;
    animation: hvh-rise 1.1s cubic-bezier(0.16,1,0.3,1) 0.35s both;
}

/* ── Subtext ── */
.hvh-fw__text {
    color: rgba(255,255,255,.80);
    font-size: clamp(1rem, 2vw, 1.22rem);
    line-height: 1.7;
    margin: 0 auto;
    max-width: 560px;
    text-shadow: 0 1px 12px rgba(0,0,0,.6);
    opacity: 0;
    animation: hvh-rise 1.1s cubic-bezier(0.16,1,0.3,1) 0.65s both;
}

/* ── Scroll indicator ── */
.hvh-fw__scroll {
    position: absolute;
    bottom: clamp(22px, 3.5vh, 40px);
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    opacity: 0;
    animation: hvh-fade 0.7s ease 1.35s both;
}
.hvh-fw__scroll-bar {
    width: 2px;
    height: 36px;
    border-radius: 1px;
    background: rgba(255,255,255,.2);
    overflow: hidden;
    position: relative;
}
.hvh-fw__scroll-bar::after {
    content: '';
    position: absolute;
    top: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,.8);
    border-radius: 1px;
    animation: hvh-scroll-run 1.8s cubic-bezier(0.4,0,0.2,1) 1.5s infinite;
}
.hvh-fw__scroll svg {
    opacity: .38;
    animation: hvh-chevron 1.8s ease 1.7s infinite;
}

/* ── Keyframes ── */
@keyframes hvh-rise {
    from { opacity: 0; transform: translateY(46px); }
    to   { opacity: 1; transform: translateY(0); }
}
@keyframes hvh-fade {
    from { opacity: 0; }
    to   { opacity: 1; }
}
@keyframes hvh-scroll-run {
    0%   { top: -100%; }
    100% { top:  100%; }
}
@keyframes hvh-chevron {
    0%, 100% { transform: translateY(0);   opacity: .38; }
    50%       { transform: translateY(6px); opacity: .72; }
}

/* ── Mobile ── */
@media (max-width: 768px) {
    .hvh-fw              { height: 85vh; height: 85svh; min-height: 460px; }
    .hvh-fw__body        { padding-bottom: clamp(56px, 8vh, 90px); }
    .hvh-fw__title       { letter-spacing: -0.015em; }
    .hvh-fw__scroll      { display: none; }
}

/* ===== HOME VIDEO HERO — peek (wide, shorter) mode ===== */

/* Same container-escape technique as fullwidth */
.hvh-peek {
    position: relative;
    left: 50%;
    margin-left: -50vw;
    width: 100vw;
    height: clamp(340px, 62vh, 620px);
    overflow: hidden;
    background: #05080f;
    /* Soft shadow downward — hints content below */
    box-shadow: 0 12px 48px rgba(0,0,0,.28);
}

/* ── Video layer ── */
.hvh-peek__bg {
    position: absolute;
    inset: 0;
    overflow: hidden;
}
.hvh-peek__bg iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 177.78vh;
    height: 56.25vw;
    min-width: 100%;
    min-height: 100%;
    transform: translate(-50%, -50%);
    border: 0;
    pointer-events: none;
    user-select: none;
}

/* ── Overlay — lighter than fullwidth (shorter = more visible video) ── */
.hvh-peek__overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(to bottom,  rgba(0,0,0,.45)  0%, transparent 20%),
        linear-gradient(to top,     rgba(0,0,0,.78)  0%, rgba(0,0,0,.42) 30%,
                                    rgba(0,0,0,.10) 55%, transparent 70%),
        radial-gradient(ellipse at 50% 50%, transparent 50%, rgba(0,0,0,.32) 100%);
}

/* ── Content — vertically centred ── */
.hvh-peek__body {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}
.hvh-peek__inner {
    text-align: center;
    max-width: 760px;
    padding: 0 clamp(20px, 6vw, 64px);
}

/* ── Accent line ── */
.hvh-peek__accent {
    width: 44px;
    height: 3px;
    background: var(--accent, #2563eb);
    border-radius: 2px;
    margin: 0 auto 20px;
    opacity: 0;
    animation: hvh-rise 0.7s cubic-bezier(0.16,1,0.3,1) 0.15s both;
}

/* ── Headline — slightly smaller than fullwidth ── */
.hvh-peek__title {
    color: #fff;
    font-size: clamp(1.8rem, 5vw, 3.4rem);
    font-weight: 900;
    line-height: 1.1;
    letter-spacing: -0.022em;
    margin: 0 0 18px;
    text-shadow:
        0 1px 3px  rgba(0,0,0,.45),
        0 6px 32px rgba(0,0,0,.32);
    opacity: 0;
    animation: hvh-rise 1.1s cubic-bezier(0.16,1,0.3,1) 0.35s both;
}

/* ── Subtext ── */
.hvh-peek__text {
    color: rgba(255,255,255,.78);
    font-size: clamp(.95rem, 1.9vw, 1.18rem);
    line-height: 1.7;
    margin: 0 auto;
    max-width: 520px;
    text-shadow: 0 1px 10px rgba(0,0,0,.55);
    opacity: 0;
    animation: hvh-rise 1.1s cubic-bezier(0.16,1,0.3,1) 0.62s both;
}

/* reuses @keyframes hvh-rise and hvh-fade from .hvh-fw block */

@media (max-width: 768px) {
    .hvh-peek { height: clamp(280px, 52vh, 440px); }
}

/* ── Advantages section ── */
.adv-section { padding: 28px 0; }
.adv-grid { list-style:none; margin:0; padding:0; display:grid; grid-template-columns:1fr; gap:8px; }
@media (min-width:480px) { .adv-grid { grid-template-columns:repeat(2,1fr); gap:10px 12px; } }
@media (min-width:900px) { .adv-grid { grid-template-columns:repeat(3,1fr); gap:12px 16px; } }
.adv-item { display:flex; align-items:center; gap:9px; background:transparent; padding:6px 4px; }
.adv-icon { flex-shrink:0; width:28px; height:28px; border-radius:50%; background:#8e8e93; color:#fff; display:flex; align-items:center; justify-content:center; font-size:13px; }
.adv-text { font-size:16px; font-weight:500; line-height:1.35; color:#1d1d1f; }

/* ============================================================
   PARTNERS / SPONSORS STRIP — infinite CSS marquee
   ============================================================ */
.partners-strip {
    padding: 52px 0 48px;
    background: var(--bg, #fff);
    border-top: 1px solid var(--border, #e5e7eb);
    overflow: hidden;
}

/* Faded edge mask — hides logo edges for clean loop illusion */
.partners-strip__viewport {
    position: relative;
    overflow: hidden;
    display: flex;
}
.partners-strip__viewport::before,
.partners-strip__viewport::after {
    content: '';
    position: absolute;
    top: 0; bottom: 0;
    width: clamp(60px, 10vw, 140px);
    z-index: 2;
    pointer-events: none;
}
.partners-strip__viewport::before {
    left: 0;
    background: linear-gradient(to right, var(--bg, #fff) 0%, transparent 100%);
}
.partners-strip__viewport::after {
    right: 0;
    background: linear-gradient(to left, var(--bg, #fff) 0%, transparent 100%);
}

.partners-strip__head {
    text-align: center;
    margin-bottom: 28px;
    padding: 0 24px;
}
.partners-strip__label {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #9ca3af;
}

/* Two-copy track — CSS animation translates exactly -50% (= one full copy width) */
.partners-strip__track {
    display: flex;
    align-items: center;
    flex-shrink: 0;
    gap: clamp(32px, 4vw, 64px);
    padding: 0 clamp(16px, 2vw, 32px);
    animation: partners-scroll 28s linear infinite;
    will-change: transform;
}

/* Pause entire strip on hover */
.partners-strip__viewport:hover .partners-strip__track {
    animation-play-state: paused;
}

@keyframes partners-scroll {
    from { transform: translateX(0); }
    to   { transform: translateX(-100%); }
}

.partners-strip__item {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.partners-strip__link {
    display: block;
    line-height: 0;
}

.partners-strip__item img {
    height: var(--partner-logo-h, clamp(36px, 5vw, 52px));
    width: auto;
    max-width: var(--partner-logo-maxw, 160px);
    object-fit: contain;
    filter: grayscale(1) opacity(0.5);
    transition: filter 0.4s ease, transform 0.3s ease;
    display: block;
}

.partners-strip__item:hover img {
    filter: grayscale(0) opacity(1);
    transform: scale(1.06);
}

/* Accessibility: stop animation for users who prefer reduced motion */
@media (prefers-reduced-motion: reduce) {
    .partners-strip__track {
        animation: none;
    }
    .partners-strip__viewport {
        overflow-x: auto;
        scroll-snap-type: x mandatory;
    }
    .partners-strip__item {
        scroll-snap-align: start;
    }
}

@media (max-width: 600px) {
    .partners-strip { padding: 36px 0 32px; }
    .partners-strip__item img { height: var(--partner-logo-h-mob, 32px); max-width: var(--partner-logo-maxw-mob, 110px); }
    .partners-strip__track { gap: 28px; }
}
