/* ========== AK-47 SKINS PAGE — Скины AK-47 CS2 ========== */

.ak {
    --ak-orange: #FF6B35;
    --ak-red: #E63946;
    --ak-gold: #FFD700;
    --ak-amber: #FF9500;
    --ak-dark: #1a1a2e;
    --ak-darker: #0f0c29;
    --ak-bg: #f5f7fb;
    --ak-card: #ffffff;
    --ak-text: #2d2d44;
    --ak-muted: #6b7280;
    --ak-radius: 16px;
    --ak-radius-lg: 24px;
    --ak-shadow: 0 4px 20px rgba(0,29,71,.08);
    --ak-shadow-hover: 0 12px 40px rgba(0,29,71,.14);
    --ak-transition: .3s ease;
    background: var(--ak-bg);
    color: var(--ak-text);
    overflow-x: hidden;
}

.ak .container {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 24px;
}

/* ===== HERO ===== */
.ak-hero {
    position: relative;
    padding: 100px 0 80px;
    background: linear-gradient(135deg, #1a0a00 0%, #2d1810 30%, #1a1a2e 70%, #0f0c29 100%);
    overflow: hidden;
}
.ak-hero__particles {
    position: absolute;
    inset: 0;
    pointer-events: none;
    overflow: hidden;
}
.ak-particle {
    position: absolute;
    background: rgba(255,107,53,.5);
    border-radius: 50%;
    animation: ak-float 6s ease-in-out infinite;
}
@keyframes ak-float {
    0%,100% { transform: translateY(0) scale(1); opacity: .4; }
    50% { transform: translateY(-30px) scale(1.3); opacity: .8; }
}
.ak-hero__glow {
    position: absolute;
    border-radius: 50%;
    filter: blur(120px);
    opacity: .35;
    pointer-events: none;
}
.ak-hero__glow--1 { width: 500px; height: 500px; top: -120px; right: -80px; background: var(--ak-orange); }
.ak-hero__glow--2 { width: 400px; height: 400px; bottom: -100px; left: -60px; background: var(--ak-red); }
.ak-hero__glow--3 { width: 300px; height: 300px; top: 40%; left: 30%; background: var(--ak-gold); opacity: .15; }

.ak-hero__inner {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    gap: 60px;
}
.ak-hero__text { flex: 1; }
.ak-hero__badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 16px;
    background: rgba(255,215,0,.15);
    border: 1px solid rgba(255,215,0,.3);
    border-radius: 100px;
    font-size: 13px;
    font-weight: 600;
    color: var(--ak-gold);
    margin-bottom: 20px;
}
.ak-hero__title {
    font-size: clamp(32px, 5vw, 56px);
    font-weight: 800;
    color: #fff;
    line-height: 1.1;
    margin: 0 0 20px;
}
.ak-hero__title span {
    background: linear-gradient(135deg, var(--ak-orange), var(--ak-red));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.ak-hero__sub {
    font-size: 17px;
    color: rgba(255,255,255,.7);
    line-height: 1.65;
    margin: 0 0 28px;
    max-width: 540px;
}
.ak-hero__actions { display: flex; gap: 12px; flex-wrap: wrap; }
.ak-hero__visual { flex: 0 0 420px; }
.ak-hero__showcase {
    position: relative;
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ak-hero__skin {
    max-width: 380px;
    width: 100%;
    filter: drop-shadow(0 20px 50px rgba(255,107,53,.3));
    animation: ak-skin-float 5s ease-in-out infinite;
    cursor: pointer;
    transition: transform .4s ease;
}
.ak-hero__skin:hover { transform: scale(1.05); }
@keyframes ak-skin-float {
    0%,100% { transform: translateY(0) rotate(-1deg); }
    50% { transform: translateY(-14px) rotate(1deg); }
}

/* --- Buttons --- */
.ak-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 28px;
    font-size: 15px;
    font-weight: 600;
    border-radius: 12px;
    text-decoration: none;
    transition: var(--ak-transition);
    cursor: pointer;
    border: none;
}
.ak-btn--primary {
    background: linear-gradient(135deg, var(--ak-orange), var(--ak-red));
    color: #fff;
    box-shadow: 0 4px 20px rgba(255,107,53,.3);
}
.ak-btn--primary:hover {
    box-shadow: 0 8px 30px rgba(255,107,53,.5);
    transform: translateY(-2px);
}
.ak-btn--outline {
    background: transparent;
    color: #fff;
    border: 2px solid rgba(255,255,255,.3);
}
.ak-btn--outline:hover {
    border-color: rgba(255,255,255,.6);
    background: rgba(255,255,255,.08);
}
.ak-btn--lg { padding: 16px 36px; font-size: 16px; }

/* ===== INTRO ===== */
.ak-intro { padding: 60px 0 0; }
.ak-intro__card {
    display: flex;
    gap: 20px;
    padding: 32px;
    background: var(--ak-card);
    border-radius: var(--ak-radius-lg);
    box-shadow: var(--ak-shadow);
    border: 1px solid rgba(255,107,53,.08);
}
.ak-intro__icon {
    flex-shrink: 0;
    width: 48px; height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255,107,53,.08);
    border-radius: 14px;
}
.ak-intro__body p {
    margin: 0 0 12px;
    line-height: 1.7;
    font-size: 15px;
    color: var(--ak-muted);
}
.ak-intro__list {
    list-style: none;
    padding: 0;
    margin: 16px 0 0;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 8px;
}
.ak-intro__list li {
    position: relative;
    padding-left: 24px;
    font-size: 14px;
    font-weight: 500;
    color: var(--ak-text);
}
.ak-intro__list li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: var(--ak-orange);
    font-weight: 700;
}

/* ===== TOC ===== */
.ak-toc { padding: 40px 0; }
.ak-toc__card {
    background: var(--ak-card);
    border-radius: var(--ak-radius-lg);
    padding: 28px 32px;
    box-shadow: var(--ak-shadow);
    border: 1px solid rgba(255,107,53,.08);
}
.ak-toc__header {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 16px;
    color: var(--ak-text);
}
.ak-toc__links {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 8px;
}
.ak-toc__link {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 16px;
    border-radius: 12px;
    text-decoration: none;
    color: var(--ak-text);
    font-size: 14px;
    font-weight: 500;
    transition: var(--ak-transition);
}
.ak-toc__link:hover { background: rgba(255,107,53,.06); color: var(--ak-orange); }
.ak-toc__num {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px; height: 32px;
    background: linear-gradient(135deg, var(--ak-orange), var(--ak-red));
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    border-radius: 8px;
    flex-shrink: 0;
}

/* ===== SECTIONS ===== */
.ak-section { padding: 80px 0; }
.ak-section--alt { background: #fff; }
.ak-section__head {
    text-align: center;
    max-width: 700px;
    margin: 0 auto 48px;
}
.ak-section__badge {
    display: inline-block;
    padding: 6px 18px;
    background: linear-gradient(135deg, rgba(255,107,53,.1), rgba(230,57,70,.1));
    border-radius: 100px;
    font-size: 13px;
    font-weight: 700;
    color: var(--ak-orange);
    margin-bottom: 16px;
}
.ak-section__head h2 {
    font-size: clamp(24px, 3.5vw, 36px);
    font-weight: 800;
    color: var(--ak-dark);
    margin: 0 0 14px;
}
.ak-section__head p {
    font-size: 15px;
    color: var(--ak-muted);
    line-height: 1.7;
    margin: 0;
}

/* ===== EXPENSIVE SKINS — TOP CARDS ===== */
.ak-top-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(340px, 1fr));
    gap: 24px;
}
.ak-top-card {
    position: relative;
    background: var(--ak-card);
    border-radius: var(--ak-radius);
    overflow: hidden;
    box-shadow: var(--ak-shadow);
    border: 1px solid rgba(255,107,53,.06);
    transition: var(--ak-transition);
    opacity: 0;
    transform: translateY(30px);
}
.ak-top-card.ak-visible {
    opacity: 1;
    transform: translateY(0);
}
.ak-top-card:hover {
    box-shadow: var(--ak-shadow-hover);
    transform: translateY(-4px);
}
.ak-top-card__rank {
    position: absolute;
    top: 12px; left: 12px;
    z-index: 3;
    width: 36px; height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, var(--ak-orange), var(--ak-red));
    color: #fff;
    font-size: 13px;
    font-weight: 800;
    border-radius: 10px;
}
.ak-top-card__img {
    position: relative;
    padding: 24px;
    background: linear-gradient(135deg, #1a0a00 0%, #2d1810 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 200px;
}
.ak-top-card__img img {
    max-width: 100%;
    max-height: 160px;
    object-fit: contain;
    filter: drop-shadow(0 8px 24px rgba(0,0,0,.4));
    transition: transform .4s ease;
    cursor: zoom-in;
}
.ak-top-card:hover .ak-top-card__img img {
    transform: scale(1.08);
}
.ak-top-card__info {
    padding: 20px 24px;
}
.ak-top-card__info h3 {
    font-size: 16px;
    font-weight: 700;
    color: var(--ak-dark);
    margin: 0 0 8px;
}
.ak-top-card__info p {
    font-size: 13px;
    color: var(--ak-muted);
    line-height: 1.6;
    margin: 0;
}

/* ===== GALLERY (Beautiful skins) ===== */
.ak-gallery {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 16px;
}
.ak-gallery__item {
    position: relative;
    background: linear-gradient(135deg, #1a0a00 0%, #2d1810 50%, #302020 100%);
    border-radius: var(--ak-radius);
    overflow: hidden;
    padding: 20px 14px 14px;
    text-align: center;
    transition: var(--ak-transition);
    cursor: zoom-in;
}
.ak-gallery__item::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(255,107,53,.1), rgba(255,215,0,.08));
    opacity: 0;
    transition: opacity .3s ease;
    border-radius: var(--ak-radius);
}
.ak-gallery__item:hover::before { opacity: 1; }
.ak-gallery__item:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 30px rgba(0,0,0,.3);
}
.ak-gallery__item img {
    max-width: 100%;
    max-height: 140px;
    object-fit: contain;
    margin-bottom: 10px;
    transition: transform .4s ease;
    filter: drop-shadow(0 6px 16px rgba(0,0,0,.4));
    position: relative;
    z-index: 1;
}
.ak-gallery__item:hover img {
    transform: scale(1.12) rotate(-2deg);
}
.ak-gallery__label {
    display: block;
    font-size: 11px;
    font-weight: 600;
    color: rgba(255,255,255,.8);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
    z-index: 1;
}

/* ===== SKIN BLOCK (like knife-block for detailed sections) ===== */
.ak-skin-block {
    background: var(--ak-card);
    border-radius: var(--ak-radius-lg);
    box-shadow: var(--ak-shadow);
    border: 1px solid rgba(255,107,53,.06);
    padding: 36px;
    margin-bottom: 40px;
    opacity: 0;
    transform: translateY(30px);
    transition: opacity .6s ease, transform .6s ease;
}
.ak-skin-block.ak-visible {
    opacity: 1;
    transform: translateY(0);
}
.ak-skin-block__text p {
    font-size: 15px;
    color: var(--ak-muted);
    line-height: 1.7;
    margin: 0 0 14px;
}
.ak-skin-block__highlights {
    background: linear-gradient(135deg, rgba(255,107,53,.04), rgba(230,57,70,.04));
    border: 1px solid rgba(255,107,53,.1);
    border-radius: 14px;
    padding: 20px 24px;
    margin: 16px 0;
}
.ak-skin-block__highlights strong {
    display: block;
    font-size: 14px;
    color: var(--ak-dark);
    margin-bottom: 10px;
}
.ak-skin-block__highlights ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 6px;
}
.ak-skin-block__highlights li {
    position: relative;
    padding-left: 20px;
    font-size: 14px;
    color: var(--ak-text);
}
.ak-skin-block__highlights li::before {
    content: '▸';
    position: absolute;
    left: 0;
    color: var(--ak-orange);
    font-weight: 700;
}

/* ===== RARE GRID ===== */
.ak-rare-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 24px;
}
.ak-rare-card {
    background: var(--ak-card);
    border-radius: var(--ak-radius);
    overflow: hidden;
    box-shadow: var(--ak-shadow);
    border: 1px solid rgba(255,107,53,.06);
    transition: var(--ak-transition);
    opacity: 0;
    transform: translateY(30px);
}
.ak-rare-card.ak-visible {
    opacity: 1;
    transform: translateY(0);
}
.ak-rare-card:hover {
    box-shadow: var(--ak-shadow-hover);
    transform: translateY(-4px);
}
.ak-rare-card__img {
    position: relative;
    padding: 24px;
    background: linear-gradient(135deg, var(--ak-darker) 0%, #2d1810 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 180px;
}
.ak-rare-card__img img {
    max-width: 100%;
    max-height: 150px;
    object-fit: contain;
    filter: drop-shadow(0 8px 24px rgba(0,0,0,.4));
    transition: transform .4s ease;
    cursor: zoom-in;
}
.ak-rare-card:hover .ak-rare-card__img img {
    transform: scale(1.08);
}
.ak-rare-card__badge {
    position: absolute;
    top: 12px; right: 12px;
    padding: 4px 12px;
    background: linear-gradient(135deg, var(--ak-gold), var(--ak-amber));
    color: var(--ak-darker);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .5px;
    border-radius: 6px;
}
.ak-rare-card__info {
    padding: 20px 24px;
}
.ak-rare-card__info h3 {
    font-size: 15px;
    font-weight: 700;
    color: var(--ak-dark);
    margin: 0 0 8px;
}
.ak-rare-card__info p {
    font-size: 13px;
    color: var(--ak-muted);
    line-height: 1.6;
    margin: 0;
}

/* ===== BUDGET GALLERY ===== */
.ak-budget-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    gap: 14px;
}
.ak-budget-item {
    background: linear-gradient(135deg, #f8f4f0, #fff5f0);
    border-radius: var(--ak-radius);
    padding: 18px 12px 12px;
    text-align: center;
    transition: var(--ak-transition);
    cursor: zoom-in;
    border: 1px solid rgba(255,107,53,.06);
}
.ak-budget-item:hover {
    box-shadow: var(--ak-shadow-hover);
    transform: translateY(-4px) scale(1.02);
}
.ak-budget-item img {
    max-width: 100%;
    max-height: 110px;
    object-fit: contain;
    margin-bottom: 8px;
    transition: transform .3s ease;
}
.ak-budget-item:hover img { transform: scale(1.1); }
.ak-budget-item span {
    display: block;
    font-size: 11px;
    font-weight: 600;
    color: var(--ak-dark);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* ===== PRICE GRID ===== */
.ak-price-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    gap: 20px;
}
.ak-price-card {
    background: var(--ak-card);
    border-radius: var(--ak-radius);
    padding: 28px;
    box-shadow: var(--ak-shadow);
    border: 1px solid rgba(255,107,53,.06);
    transition: var(--ak-transition);
    opacity: 0;
    transform: translateY(30px);
}
.ak-price-card.ak-visible {
    opacity: 1;
    transform: translateY(0);
}
.ak-price-card:hover {
    box-shadow: var(--ak-shadow-hover);
    transform: translateY(-4px);
}
.ak-price-card__icon { font-size: 28px; margin-bottom: 14px; }
.ak-price-card h3 {
    font-size: 17px;
    font-weight: 700;
    color: var(--ak-dark);
    margin: 0 0 10px;
}
.ak-price-card p {
    font-size: 14px;
    color: var(--ak-muted);
    line-height: 1.6;
    margin: 0;
}

/* ===== CASES SECTION ===== */
.ak-cases-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    gap: 20px;
    margin-bottom: 32px;
}
.ak-cases-card {
    background: var(--ak-card);
    border-radius: var(--ak-radius);
    padding: 28px;
    box-shadow: var(--ak-shadow);
    border: 1px solid rgba(255,107,53,.06);
    transition: var(--ak-transition);
    opacity: 0;
    transform: translateY(20px);
}
.ak-cases-card.ak-visible {
    opacity: 1;
    transform: translateY(0);
}
.ak-cases-card:hover {
    box-shadow: var(--ak-shadow-hover);
    transform: translateY(-2px);
}
.ak-cases-card h4 {
    font-size: 16px;
    font-weight: 700;
    color: var(--ak-dark);
    margin: 0 0 10px;
}
.ak-cases-card p {
    font-size: 14px;
    color: var(--ak-muted);
    line-height: 1.6;
    margin: 0;
}
.ak-cases-cta {
    text-align: center;
    padding: 40px;
    background: linear-gradient(135deg, var(--ak-darker), #2d1810);
    border-radius: var(--ak-radius-lg);
    position: relative;
    overflow: hidden;
}
.ak-cases-cta::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 30% 50%, rgba(255,107,53,.2), transparent 50%),
                radial-gradient(circle at 70% 50%, rgba(230,57,70,.2), transparent 50%);
    pointer-events: none;
}
.ak-cases-cta p {
    position: relative;
    color: rgba(255,255,255,.7);
    margin: 0 0 20px;
    font-size: 18px;
    font-weight: 600;
}
.ak-cases-links {
    position: relative;
    display: flex;
    gap: 16px;
    justify-content: center;
    flex-wrap: wrap;
    opacity: 0;
    transform: translateY(20px);
}
.ak-cases-links.ak-visible {
    opacity: 1;
    transform: translateY(0);
}

/* ===== FAQ ===== */
.ak-faq {
    padding: 80px 0;
    background: #fff;
}
.ak-faq__list {
    max-width: 800px;
    margin: 0 auto;
    display: grid;
    gap: 10px;
}
.ak-faq__item {
    background: var(--ak-bg);
    border-radius: 14px;
    overflow: hidden;
    border: 1px solid rgba(255,107,53,.06);
    opacity: 0;
    transform: translateY(20px);
}
.ak-faq__item.ak-visible {
    opacity: 1;
    transform: translateY(0);
}
.ak-faq__q {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 18px 24px;
    background: none;
    border: none;
    cursor: pointer;
    font-size: 15px;
    font-weight: 600;
    color: var(--ak-dark);
    text-align: left;
    gap: 16px;
}
.ak-faq__q svg {
    flex-shrink: 0;
    transition: transform .3s ease;
    color: var(--ak-orange);
}
.ak-faq__item.active .ak-faq__q svg { transform: rotate(180deg); }
.ak-faq__a {
    max-height: 0;
    overflow: hidden;
    transition: max-height .35s ease, padding .35s ease;
    padding: 0 24px;
}
.ak-faq__item.active .ak-faq__a {
    max-height: 300px;
    padding: 0 24px 18px;
}
.ak-faq__a p {
    font-size: 14px;
    color: var(--ak-muted);
    line-height: 1.7;
    margin: 0;
}

/* ===== CTA ===== */
.ak-cta { padding: 80px 0; }
.ak-cta__box {
    text-align: center;
    padding: 60px 40px;
    background: linear-gradient(135deg, #1a0a00 0%, #2d1810 50%, #0f0c29 100%);
    border-radius: var(--ak-radius-lg);
    position: relative;
    overflow: hidden;
}
.ak-cta__box::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 30% 50%, rgba(255,107,53,.2), transparent 50%),
                radial-gradient(circle at 70% 50%, rgba(230,57,70,.15), transparent 50%);
    pointer-events: none;
}
.ak-cta__box h2 {
    position: relative;
    font-size: clamp(22px, 3vw, 32px);
    font-weight: 800;
    color: #fff;
    margin: 0 0 14px;
}
.ak-cta__box p {
    position: relative;
    font-size: 16px;
    color: rgba(255,255,255,.7);
    margin: 0 auto 28px;
    max-width: 600px;
}
.ak-cta__actions {
    position: relative;
    display: flex;
    gap: 14px;
    justify-content: center;
    flex-wrap: wrap;
}

/* ===== ANIMATIONS ===== */
[data-animate] {
    transition: opacity .6s ease, transform .6s ease;
}

/* ===== ZOOM OVERLAY ===== */
.ak-zoom-overlay {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0,0,0,.7);
    backdrop-filter: blur(12px);
    opacity: 0;
    visibility: hidden;
    transition: opacity .3s ease, visibility .3s ease;
    cursor: zoom-out;
}
.ak-zoom-overlay.active {
    opacity: 1;
    visibility: visible;
}
.ak-zoom-overlay__inner {
    max-width: 520px;
    max-height: 80vh;
    padding: 24px;
    animation: ak-zoom-in .3s ease;
}
.ak-zoom-overlay__inner img {
    max-width: 100%;
    max-height: 70vh;
    object-fit: contain;
    filter: drop-shadow(0 20px 60px rgba(0,0,0,.5));
}
@keyframes ak-zoom-in {
    from { transform: scale(.85); opacity: 0; }
    to { transform: scale(1); opacity: 1; }
}

/* ===== RESPONSIVE ===== */
@media (max-width: 900px) {
    .ak-hero__inner {
        flex-direction: column;
        text-align: center;
    }
    .ak-hero__visual { flex: none; width: 100%; max-width: 380px; }
    .ak-hero__sub { margin-left: auto; margin-right: auto; }
    .ak-hero__actions { justify-content: center; }
    .ak-top-grid { grid-template-columns: 1fr; }
    .ak-rare-grid { grid-template-columns: 1fr; }
    .ak-cases-grid { grid-template-columns: 1fr; }
    .ak-intro__card { flex-direction: column; }
}

@media (max-width: 600px) {
    .ak-hero { padding: 70px 0 50px; }
    .ak-hero__skin { max-width: 260px; }
    .ak-section { padding: 50px 0; }
    .ak-gallery { grid-template-columns: repeat(2, 1fr); gap: 10px; }
    .ak-gallery__item { padding: 14px 10px 10px; }
    .ak-gallery__item img { max-height: 90px; }
    .ak-budget-grid { grid-template-columns: repeat(2, 1fr); gap: 10px; }
    .ak-price-grid { grid-template-columns: 1fr; }
    .ak-skin-block { padding: 20px; }
    .ak-intro__list { grid-template-columns: 1fr; }
    .ak-cta__box { padding: 40px 20px; }
    .ak-faq { padding: 50px 0; }
    .ak-toc__links { grid-template-columns: 1fr; }
}

/* ========== DARK THEME ========== */
body.dark-theme .ak {
    --ak-bg: #0f0e1a;
    --ak-card: #1a1a2e;
    --ak-text: #c8d0e0;
    --ak-muted: #8b95a8;
    --ak-shadow: 0 4px 20px rgba(0,0,0,.4);
    --ak-shadow-hover: 0 12px 40px rgba(0,0,0,.5);
}
body.dark-theme .ak h2,
body.dark-theme .ak h3 { color: #e2e8f0; }
body.dark-theme .ak-section { border-color: #2a2a4a; }
body.dark-theme .ak-faq__item { background: #1a1a2e; border-color: #2a2a4a; }
body.dark-theme .ak-faq__q { color: #e2e8f0; }
body.dark-theme .ak-faq__a { color: #c8d0e0; }
body.dark-theme .ak-toc { background: #1a1a2e; border-color: #2a2a4a; }
body.dark-theme .ak-toc a { color: #9ba8f0; }
body.dark-theme .ak-skin-block { background: #1a1a2e; }
body.dark-theme .ak-gallery__item { background: #1e1e36; }
body.dark-theme .ak-cta__box { background: #1a1a2e; }
