/* =========================================================
   CREATORS SERVICES – SINGLE PRODUCT PAGE
   Cosmic Premium Design (Full Updated Version)
   ========================================================= */

:root {
    --cs-bg: #050510;
    --cs-surface: #0b0b1a;
    --cs-surface-2: #12122a;
    --cs-border: rgba(255, 255, 255, 0.08);
    --cs-text: #eef0ff;
    --cs-muted: #a0a4c8;
    --cs-accent: #8b5cf6;
    --cs-accent-2: #6366f1;
    --cs-accent-soft: rgba(139, 92, 246, 0.15);
    --cs-accent-glow: rgba(139, 92, 246, 0.45);
    --cs-radius: 18px;
    --cs-radius-sm: 12px;
    --cs-transition: 0.35s cubic-bezier(0.22, 1, 0.36, 1);
    --cs-container: min(1200px, 92%);
}

/* ---------------------------------------------------------
   Shared Section Header
   --------------------------------------------------------- */
.cs-product-section-header {
    margin-bottom: 2.5rem;
}

.cs-product-section-header__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    padding: 0.4rem 0.95rem;
    background: var(--cs-accent-soft);
    border: 1px solid rgba(139, 92, 246, 0.25);
    border-radius: 999px;
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    color: #c4b5fd;
    margin-bottom: 1rem;
}

.cs-product-section-header__eyebrow-icon {
    display: flex;
    color: #a78bfa;
}

.cs-product-section-header__eyebrow-icon svg {
    width: 15px;
    height: 15px;
}

.cs-product-section-header__title {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: clamp(1.8rem, 3.5vw, 2.5rem);
    font-weight: 600;
    line-height: 1.2;
    color: #fff;
    margin: 0 0 0.8rem;
}

.cs-product-section-header__description {
    font-size: 1.05rem;
    line-height: 1.65;
    color: var(--cs-muted);
    max-width: 52ch;
    margin: 0;
}

/* ---------------------------------------------------------
   PRODUCT HERO
   --------------------------------------------------------- */
.cs-product-hero {
    position: relative;
    padding: 5rem 0 3.5rem;
    overflow: hidden;
    background: var(--cs-bg);
}

.cs-product-hero__background {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 0;
}

.cs-product-hero__glow {
    position: absolute;
    border-radius: 50%;
    filter: blur(130px);
    opacity: 0.5;
}

.cs-product-hero__glow--one {
    width: 520px;
    height: 520px;
    background: rgba(139, 92, 246, 0.3);
    top: -180px;
    left: -100px;
}

.cs-product-hero__glow--two {
    width: 480px;
    height: 480px;
    background: rgba(99, 102, 241, 0.22);
    bottom: -120px;
    right: -80px;
}

.cs-product-hero__grid {
    position: absolute;
    inset: 0;
    background-image:
        radial-gradient(1.2px 1.2px at 20% 30%, rgba(255,255,255,0.35), transparent),
        radial-gradient(1px 1px at 70% 60%, rgba(255,255,255,0.25), transparent),
        linear-gradient(rgba(255,255,255,0.025) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,0.025) 1px, transparent 1px);
    background-size: 250px 180px, 250px 180px, 70px 70px, 70px 70px;
    mask-image: radial-gradient(ellipse 80% 60% at 50% 40%, black 15%, transparent 75%);
    opacity: 0.5;
}

.cs-product-hero__orb {
    position: absolute;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    background: radial-gradient(circle at 30% 30%, rgba(139,92,246,0.12), transparent 70%);
    top: 20%;
    right: 10%;
    filter: blur(40px);
}

.cs-product-hero__container {
    position: relative;
    z-index: 1;
    width: var(--cs-container);
    margin-inline: auto;
}

/* Breadcrumbs */
.cs-product-breadcrumbs {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.45rem;
    font-size: 0.85rem;
    color: var(--cs-muted);
    margin-bottom: 2.2rem;
}

.cs-product-breadcrumbs a {
    color: var(--cs-muted);
    text-decoration: none;
    transition: color 0.25s ease;
}

.cs-product-breadcrumbs a:hover {
    color: #c4b5fd;
}

.cs-product-breadcrumbs__separator {
    opacity: 0.4;
}

.cs-product-breadcrumbs__current {
    color: #c4b5fd;
    font-weight: 500;
}

/* Hero Shell */
.cs-product-hero__shell {
    display: grid;
    grid-template-columns: 1.15fr 0.95fr;
    gap: 3rem;
    align-items: start;
    margin-bottom: 2.5rem;
}

/* Hero Content */
.cs-product-hero__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    color: #c4b5fd;
    margin-bottom: 1rem;
}

.cs-product-hero__eyebrow-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #a78bfa;
    box-shadow: 0 0 12px rgba(167, 139, 250, 0.7);
    animation: cs-pulse 2.2s ease-in-out infinite;
}

@keyframes cs-pulse {
    0%, 100% { opacity: 1; transform: scale(1); }
    50% { opacity: 0.5; transform: scale(0.82); }
}

.cs-product-hero__title {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: clamp(2rem, 4vw, 2.9rem);
    font-weight: 700;
    line-height: 1.15;
    color: #fff;
    margin: 0 0 1.1rem;
}

.cs-product-hero__status {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.9rem;
    margin-bottom: 1.3rem;
    font-size: 0.88rem;
}

.cs-product-hero__status-label {
    color: var(--cs-muted);
    margin-right: 0.35rem;
}

.cs-product-hero__status strong {
    color: #fff;
    font-weight: 600;
}

.cs-product-hero__status-divider {
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: rgba(255,255,255,0.25);
}

.cs-product-hero__description {
    font-size: 1.05rem;
    line-height: 1.7;
    color: var(--cs-muted);
    margin-bottom: 1.5rem;
}

.cs-product-hero__description p {
    margin: 0 0 0.8rem;
}

/* Badges */
.cs-product-hero__badges {
    display: flex;
    flex-wrap: wrap;
    gap: 0.6rem;
    margin-bottom: 1.8rem;
}

.cs-product-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    padding: 0.45rem 0.9rem;
    background: rgba(139, 92, 246, 0.1);
    border: 1px solid rgba(139, 92, 246, 0.22);
    border-radius: 999px;
    font-size: 0.8rem;
    font-weight: 500;
    color: #c4b5fd;
}

.cs-product-badge__icon {
    display: flex;
    color: #a78bfa;
}

.cs-product-badge__icon svg {
    width: 14px;
    height: 14px;
}

/* Trust Strip */
.cs-product-hero__trust {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.2rem;
    padding: 1.4rem 1.6rem;
    background: rgba(15, 15, 35, 0.7);
    border: 1px solid var(--cs-border);
    border-radius: 18px;
    backdrop-filter: blur(10px);
}

.cs-product-hero__trust-item {
    display: flex;
    align-items: flex-start;
    gap: 0.8rem;
}

.cs-product-hero__trust-icon {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--cs-accent-soft);
    border-radius: 12px;
    color: #c4b5fd;
    flex-shrink: 0;
}

.cs-product-hero__trust-icon svg {
    width: 18px;
    height: 18px;
}

.cs-product-hero__trust-item strong {
    display: block;
    font-size: 0.88rem;
    color: #fff;
    margin-bottom: 0.15rem;
}

.cs-product-hero__trust-item small {
    font-size: 0.78rem;
    color: var(--cs-muted);
}

/* ---------------------------------------------------------
   PRODUCT GALLERY
   --------------------------------------------------------- */
.cs-product-gallery {
    position: relative;
}

.cs-product-gallery__browser {
    background: rgba(12, 12, 28, 0.9);
    border: 1px solid rgba(139, 92, 246, 0.2);
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 25px 50px -15px rgba(0,0,0,0.55);
}

.cs-product-gallery__browser-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.7rem 1rem;
    background: rgba(255,255,255,0.03);
    border-bottom: 1px solid var(--cs-border);
}

.cs-product-gallery__browser-dots {
    display: flex;
    gap: 6px;
}

.cs-product-gallery__browser-dots span {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: rgba(255,255,255,0.15);
}

.cs-product-gallery__browser-dots span:nth-child(1) { background: #ff5f57; }
.cs-product-gallery__browser-dots span:nth-child(2) { background: #febc2e; }
.cs-product-gallery__browser-dots span:nth-child(3) { background: #28c840; }

.cs-product-gallery__browser-address {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    font-size: 0.8rem;
    color: var(--cs-muted);
    background: rgba(255,255,255,0.04);
    padding: 0.3rem 0.9rem;
    border-radius: 999px;
}

.cs-product-gallery__browser-lock {
    display: flex;
    color: #34d399;
}

.cs-product-gallery__browser-menu {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.cs-product-gallery__browser-menu span {
    width: 14px;
    height: 2px;
    background: rgba(255,255,255,0.25);
    border-radius: 2px;
}

.cs-product-gallery__stage {
    position: relative;
    aspect-ratio: 16/10;
    background: #0a0a18;
}

.cs-product-gallery__main {
    position: relative;
    width: 100%;
    height: 100%;
}

.cs-product-gallery__main-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.cs-product-gallery__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(5,5,16,0.4), transparent 40%);
    pointer-events: none;
}

.cs-product-gallery__preview-badge {
    position: absolute;
    top: 1rem;
    left: 1rem;
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.4rem 0.85rem;
    background: rgba(10,10,25,0.85);
    border: 1px solid rgba(139,92,246,0.3);
    border-radius: 999px;
    font-size: 0.75rem;
    font-weight: 500;
    color: #c4b5fd;
    backdrop-filter: blur(8px);
}

.cs-product-gallery__preview-status {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #34d399;
    box-shadow: 0 0 8px rgba(52,211,153,0.6);
    animation: cs-pulse 2s ease-in-out infinite;
}

.cs-product-gallery__open-preview {
    position: absolute;
    bottom: 1.2rem;
    right: 1.2rem;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.7rem 1.2rem;
    background: linear-gradient(135deg, #8b5cf6, #7c3aed);
    color: #fff;
    font-size: 0.85rem;
    font-weight: 600;
    border-radius: 999px;
    text-decoration: none;
    box-shadow: 0 8px 24px -6px rgba(139,92,246,0.5);
    transition: var(--cs-transition);
}

.cs-product-gallery__open-preview:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 32px -4px rgba(139,92,246,0.6);
}

/* Empty State */
.cs-product-gallery__empty {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 2rem;
    text-align: center;
    position: relative;
}

.cs-product-gallery__empty-glow {
    position: absolute;
    width: 200px;
    height: 200px;
    background: rgba(139,92,246,0.15);
    border-radius: 50%;
    filter: blur(60px);
}

.cs-product-gallery__empty-icon {
    color: #a78bfa;
    margin-bottom: 1rem;
    position: relative;
}

.cs-product-gallery__empty-label {
    font-size: 0.8rem;
    color: #c4b5fd;
    letter-spacing: 0.06em;
    margin-bottom: 0.4rem;
}

.cs-product-gallery__empty-title {
    font-size: 1.3rem;
    color: #fff;
    margin-bottom: 0.5rem;
}

.cs-product-gallery__empty p {
    color: var(--cs-muted);
    font-size: 0.9rem;
    margin: 0 0 1.2rem;
}

.cs-product-gallery__empty-preview {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.7rem 1.3rem;
    background: var(--cs-accent-soft);
    border: 1px solid rgba(139,92,246,0.3);
    border-radius: 999px;
    color: #c4b5fd;
    font-weight: 500;
    text-decoration: none;
    transition: var(--cs-transition);
}

.cs-product-gallery__empty-preview:hover {
    background: rgba(139,92,246,0.25);
    color: #fff;
}

/* Thumbnails */
.cs-product-gallery__bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-top: 1rem;
}

.cs-product-gallery__thumbnails {
    display: flex;
    gap: 0.6rem;
    flex-wrap: wrap;
}

.cs-product-gallery__thumbnail {
    width: 72px;
    height: 50px;
    border-radius: 8px;
    overflow: hidden;
    border: 2px solid transparent;
    background: none;
    padding: 0;
    cursor: pointer;
    transition: var(--cs-transition);
    opacity: 0.7;
}

.cs-product-gallery__thumbnail.is-active,
.cs-product-gallery__thumbnail:hover {
    border-color: #8b5cf6;
    opacity: 1;
    box-shadow: 0 0 0 2px rgba(139,92,246,0.2);
}

.cs-product-gallery__thumbnail-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.cs-product-gallery__count {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    font-size: 0.8rem;
    color: var(--cs-muted);
}

.cs-product-gallery__count svg {
    color: #a78bfa;
}

/* Devices */
.cs-product-gallery__devices {
    display: flex;
    gap: 0.8rem;
    margin-top: 1rem;
    justify-content: center;
}

.cs-product-gallery__device {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    font-size: 0.78rem;
    color: var(--cs-muted);
    padding: 0.35rem 0.7rem;
    border-radius: 999px;
    background: rgba(255,255,255,0.03);
    border: 1px solid transparent;
}

.cs-product-gallery__device.is-active {
    color: #c4b5fd;
    background: var(--cs-accent-soft);
    border-color: rgba(139,92,246,0.25);
}

.cs-product-gallery__device svg {
    width: 14px;
    height: 14px;
}

/* Product Description under Gallery */
.cs-product-gallery__description {
    margin-top: 1.5rem;
    padding: 1.3rem 1.5rem;
    background: rgba(15, 15, 35, 0.6);
    border: 1px solid rgba(139, 92, 246, 0.15);
    border-radius: 14px;
    font-size: 0.98rem;
    line-height: 1.7;
    color: var(--cs-muted);
}

.cs-product-gallery__description p {
    margin: 0 0 0.8rem;
}

.cs-product-gallery__description p:last-child {
    margin-bottom: 0;
}


/* ---------------------------------------------------------
   PRODUCT ACTIONS – PREMIUM REDESIGN
   --------------------------------------------------------- */
.cs-product-actions {
    position: sticky;
    top: 2rem;
}

.cs-product-actions__card {
    background: linear-gradient(165deg, #12102a 0%, #0a0a1a 100%);
    border: 1px solid rgba(139, 92, 246, 0.28);
    border-radius: 22px;
    padding: 2rem;
    box-shadow:
        0 0 0 1px rgba(139, 92, 246, 0.08),
        0 30px 60px -20px rgba(0, 0, 0, 0.65),
        inset 0 1px 0 rgba(255, 255, 255, 0.04);
    position: relative;
    overflow: hidden;
}

.cs-product-actions__card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(167, 139, 250, 0.4), transparent);
}

/* Top Price Area */
.cs-product-actions__top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 1.6rem;
    padding-bottom: 1.4rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.cs-product-actions__price-label {
    display: block;
    font-size: 0.78rem;
    font-weight: 500;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #a0a4c8;
    margin-bottom: 0.5rem;
}

.cs-product-actions__price-row {
    display: flex;
    align-items: baseline;
    gap: 0.75rem;
}

.cs-product-actions__price {
    font-size: 2.1rem;
    font-weight: 700;
    color: #ffffff;
    letter-spacing: -0.02em;
    line-height: 1;
}

.cs-product-actions__price del {
    font-size: 1.05rem;
    color: #6b6f8a;
    font-weight: 400;
    margin-right: 0.35rem;
}

.cs-product-actions__price ins {
    text-decoration: none;
    color: #c4b5fd;
}

.cs-product-actions__sale {
    display: inline-flex;
    align-items: center;
    padding: 0.3rem 0.7rem;
    background: linear-gradient(135deg, rgba(34, 197, 94, 0.18), rgba(34, 197, 94, 0.08));
    color: #34d399;
    font-size: 0.75rem;
    font-weight: 700;
    border-radius: 999px;
    border: 1px solid rgba(34, 197, 94, 0.25);
}

.cs-product-actions__payment-note {
    display: block;
    font-size: 0.8rem;
    color: #8b90b0;
    margin-top: 0.45rem;
}

.cs-product-actions__availability {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    font-size: 0.8rem;
    font-weight: 600;
    padding: 0.4rem 0.85rem;
    border-radius: 999px;
}

.cs-product-actions__availability.is-available {
    background: rgba(34, 197, 94, 0.12);
    color: #34d399;
    border: 1px solid rgba(34, 197, 94, 0.2);
}

.cs-product-actions__availability.is-unavailable {
    background: rgba(239, 68, 68, 0.1);
    color: #f87171;
    border: 1px solid rgba(239, 68, 68, 0.2);
}

.cs-product-actions__availability-dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: currentColor;
    box-shadow: 0 0 10px currentColor;
}

/* Includes List */
.cs-product-actions__includes {
    display: flex;
    flex-direction: column;
    gap: 0.95rem;
    margin-bottom: 1.8rem;
}

.cs-product-actions__include {
    display: flex;
    align-items: flex-start;
    gap: 0.9rem;
}

.cs-product-actions__include-icon {
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(139, 92, 246, 0.12);
    border: 1px solid rgba(139, 92, 246, 0.18);
    border-radius: 11px;
    color: #c4b5fd;
    flex-shrink: 0;
}

.cs-product-actions__include-icon svg {
    width: 17px;
    height: 17px;
}

.cs-product-actions__include-content strong {
    display: block;
    font-size: 0.92rem;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 0.15rem;
}

.cs-product-actions__include-content small {
    font-size: 0.8rem;
    color: #8b90b0;
    line-height: 1.4;
}

/* Primary Buy Button */
.cs-product-actions__buttons {
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
    margin-bottom: 1.3rem;
}

.cs-product-actions__buy {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1.15rem 1.4rem;
    background: linear-gradient(135deg, #9d6fff 0%, #7c3aed 50%, #6d28d9 100%);
    color: #ffffff;
    border-radius: 16px;
    text-decoration: none;
    font-weight: 700;
    font-size: 1.05rem;
    transition: all 0.35s cubic-bezier(0.22, 1, 0.36, 1);
    box-shadow:
        0 12px 32px -8px rgba(124, 58, 237, 0.55),
        inset 0 1px 0 rgba(255, 255, 255, 0.15);
    position: relative;
    overflow: hidden;
}

.cs-product-actions__buy::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(105deg, transparent 40%, rgba(255,255,255,0.12) 50%, transparent 60%);
    opacity: 0;
    transition: opacity 0.4s ease;
}

.cs-product-actions__buy:hover {
    transform: translateY(-3px);
    box-shadow:
        0 18px 40px -8px rgba(124, 58, 237, 0.7),
        inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

.cs-product-actions__buy:hover::before {
    opacity: 1;
}

.cs-product-actions__buy-icon {
    display: flex;
    width: 42px;
    height: 42px;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.15);
    border-radius: 12px;
    flex-shrink: 0;
}

.cs-product-actions__buy-text {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 0.15rem;
}

.cs-product-actions__buy-text span {
    font-size: 1.05rem;
    font-weight: 700;
}

.cs-product-actions__buy-text small {
    font-size: 0.82rem;
    font-weight: 500;
    opacity: 0.9;
}

.cs-product-actions__buy-arrow {
    display: flex;
    transition: transform 0.3s ease;
}

.cs-product-actions__buy:hover .cs-product-actions__buy-arrow {
    transform: translateX(4px);
}

/* Live Preview Button */
.cs-product-actions__preview {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.65rem;
    padding: 0.95rem 1.3rem;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 14px;
    color: #e0e2f5;
    font-weight: 600;
    font-size: 0.95rem;
    text-decoration: none;
    transition: all 0.3s ease;
}

.cs-product-actions__preview:hover {
    background: rgba(139, 92, 246, 0.12);
    border-color: rgba(139, 92, 246, 0.4);
    color: #c4b5fd;
}

.cs-product-actions__preview-icon {
    display: flex;
}

.cs-product-actions__external-icon {
    opacity: 0.7;
}

/* Security + Note */
.cs-product-actions__security {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.45rem;
    font-size: 0.78rem;
    color: #8b90b0;
    margin-bottom: 0.3rem;
}

.cs-product-actions__security-icon {
    display: flex;
    color: #34d399;
}

.cs-product-actions__note {
    display: flex;
    align-items: flex-start;
    gap: 0.55rem;
    margin-top: 1.1rem;
    padding-top: 1.1rem;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    font-size: 0.8rem;
    color: #8b90b0;
    line-height: 1.55;
}

.cs-product-actions__note svg {
    flex-shrink: 0;
    margin-top: 0.15rem;
    color: #a78bfa;
}

.cs-product-actions__unavailable {
    display: flex;
    align-items: center;
    gap: 0.7rem;
    padding: 1.1rem;
    background: rgba(239, 68, 68, 0.08);
    border: 1px solid rgba(239, 68, 68, 0.2);
    border-radius: 14px;
    color: #f87171;
    font-size: 0.92rem;
}

/* ---------------------------------------------------------
   PRODUCT META
   --------------------------------------------------------- */
.cs-product-meta {
    padding: 5rem 0;
    background: var(--cs-bg);
}

.cs-product-meta__container {
    width: var(--cs-container);
    margin-inline: auto;
}

.cs-product-meta__panel {
    background: rgba(12,12,28,0.7);
    border: 1px solid var(--cs-border);
    border-radius: 20px;
    padding: 2.2rem;
}

.cs-product-meta__group-heading {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    margin-bottom: 1.4rem;
}

.cs-product-meta__group-icon {
    display: flex;
    color: #a78bfa;
}

.cs-product-meta__group-heading h3 {
    font-size: 1rem;
    font-weight: 600;
    color: #fff;
    margin: 0;
}

.cs-product-meta__spec-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 1rem;
}

.cs-product-meta__spec {
    display: flex;
    gap: 0.9rem;
    padding: 1.1rem;
    background: rgba(255,255,255,0.03);
    border: 1px solid var(--cs-border);
    border-radius: 14px;
    transition: var(--cs-transition);
}

.cs-product-meta__spec:hover {
    border-color: rgba(139,92,246,0.3);
    background: rgba(139,92,246,0.05);
}

.cs-product-meta__spec-icon {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--cs-accent-soft);
    border-radius: 11px;
    color: #c4b5fd;
    flex-shrink: 0;
}

.cs-product-meta__spec-label {
    display: block;
    font-size: 0.8rem;
    color: var(--cs-muted);
    margin-bottom: 0.2rem;
}

.cs-product-meta__spec-value {
    font-size: 1rem;
    color: #fff;
}

.cs-product-meta__divider {
    height: 1px;
    background: var(--cs-border);
    margin: 2rem 0;
}

.cs-product-meta__compatibility-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 0.8rem;
}

.cs-product-meta__compatibility-item {
    display: flex;
    align-items: center;
    gap: 0.7rem;
    padding: 0.85rem 1rem;
    background: rgba(34,197,94,0.06);
    border: 1px solid rgba(34,197,94,0.15);
    border-radius: 12px;
    font-size: 0.9rem;
    color: #fff;
}

.cs-product-meta__check {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(34,197,94,0.15);
    border-radius: 50%;
    color: #34d399;
    flex-shrink: 0;
}

.cs-product-meta__note {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-top: 1.5rem;
    font-size: 0.85rem;
    color: var(--cs-muted);
}

.cs-product-meta__note-icon {
    display: flex;
    color: #a78bfa;
}

/* ---------------------------------------------------------
   PRODUCT FEATURES
   --------------------------------------------------------- */
.cs-product-features {
    position: relative;
    padding: 5.5rem 0;
    overflow: hidden;
}

.cs-product-features__background {
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.cs-product-features__glow {
    position: absolute;
    width: 500px;
    height: 500px;
    background: rgba(139,92,246,0.12);
    border-radius: 50%;
    filter: blur(120px);
    top: 20%;
    left: 50%;
    transform: translateX(-50%);
}

.cs-product-features__grid {
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255,255,255,0.02) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,0.02) 1px, transparent 1px);
    background-size: 60px 60px;
    mask-image: radial-gradient(ellipse 70% 50% at 50% 50%, black 20%, transparent 80%);
    opacity: 0.5;
}

.cs-product-features__container {
    position: relative;
    z-index: 1;
    width: var(--cs-container);
    margin-inline: auto;
}

.cs-product-features__grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 1.2rem;
}

.cs-product-feature {
    position: relative;
    display: flex;
    gap: 1.1rem;
    padding: 1.5rem;
    background: rgba(12,12,28,0.75);
    border: 1px solid var(--cs-border);
    border-radius: 16px;
    transition: var(--cs-transition);
    overflow: hidden;
}

.cs-product-feature:hover {
    border-color: rgba(139,92,246,0.35);
    transform: translateY(-4px);
    box-shadow: 0 15px 35px -10px rgba(0,0,0,0.4);
}

.cs-product-feature__number {
    position: absolute;
    top: 0.8rem;
    right: 1rem;
    font-size: 2.2rem;
    font-weight: 700;
    color: rgba(139,92,246,0.12);
    line-height: 1;
}

.cs-product-feature__icon {
    width: 46px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--cs-accent-soft);
    border-radius: 13px;
    color: #c4b5fd;
    flex-shrink: 0;
}

.cs-product-feature__icon svg {
    width: 22px;
    height: 22px;
}

.cs-product-feature__title {
    font-size: 1.05rem;
    font-weight: 600;
    color: #fff;
    margin: 0 0 0.4rem;
}

.cs-product-feature__verified {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    font-size: 0.78rem;
    color: #34d399;
}

.cs-product-feature__verified-icon {
    display: flex;
}

.cs-product-feature__corner {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 40px;
    height: 40px;
    background: linear-gradient(135deg, transparent 50%, rgba(139,92,246,0.08) 50%);
}

.cs-product-features__footer {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    margin-top: 2.5rem;
    font-size: 0.85rem;
    color: var(--cs-muted);
}

.cs-product-features__footer-icon {
    display: flex;
    color: #a78bfa;
}

/* ---------------------------------------------------------
   PRODUCT DOCUMENTATION
   --------------------------------------------------------- */
.cs-product-documentation {
    position: relative;
    padding: 5.5rem 0;
    overflow: hidden;
}

.cs-product-documentation__background {
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.cs-product-documentation__glow {
    position: absolute;
    width: 450px;
    height: 450px;
    background: rgba(99,102,241,0.12);
    border-radius: 50%;
    filter: blur(110px);
    top: 10%;
    right: 5%;
}

.cs-product-documentation__container {
    position: relative;
    z-index: 1;
    width: var(--cs-container);
    margin-inline: auto;
}

.cs-product-documentation__panel {
    display: grid;
    grid-template-columns: 1.2fr 0.9fr;
    gap: 3rem;
    align-items: center;
    background: rgba(12,12,28,0.7);
    border: 1px solid var(--cs-border);
    border-radius: 24px;
    padding: 2.8rem;
    overflow: hidden;
}

.cs-product-documentation__topics {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    margin: 1.8rem 0 2rem;
}

.cs-product-documentation__topic {
    display: flex;
    gap: 0.9rem;
    padding: 1rem;
    background: rgba(255,255,255,0.03);
    border: 1px solid var(--cs-border);
    border-radius: 14px;
    transition: var(--cs-transition);
}

.cs-product-documentation__topic:hover {
    border-color: rgba(139,92,246,0.3);
    background: rgba(139,92,246,0.05);
}

.cs-product-documentation__topic-icon {
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--cs-accent-soft);
    border-radius: 11px;
    color: #c4b5fd;
    flex-shrink: 0;
}

.cs-product-documentation__topic-content strong {
    display: block;
    font-size: 0.92rem;
    color: #fff;
    margin-bottom: 0.2rem;
}

.cs-product-documentation__topic-content span {
    font-size: 0.8rem;
    color: var(--cs-muted);
    line-height: 1.4;
}

.cs-product-documentation__button {
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    padding: 0.95rem 1.6rem;
    background: linear-gradient(135deg, #8b5cf6, #7c3aed);
    color: #fff;
    font-weight: 600;
    border-radius: 999px;
    text-decoration: none;
    transition: var(--cs-transition);
    box-shadow: 0 8px 25px -6px rgba(139,92,246,0.5);
}

.cs-product-documentation__button:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 32px -4px rgba(139,92,246,0.6);
}

.cs-product-documentation__external-note {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    margin-top: 0.9rem;
    font-size: 0.8rem;
    color: var(--cs-muted);
}

/* Book Visual */
.cs-product-documentation__visual {
    position: relative;
    display: flex;
    justify-content: center;
}

.cs-product-documentation__visual-glow {
    position: absolute;
    width: 280px;
    height: 280px;
    background: rgba(139,92,246,0.2);
    border-radius: 50%;
    filter: blur(70px);
}

.cs-product-documentation__book {
    position: relative;
    width: 260px;
    background: linear-gradient(160deg, #1a1535, #0e0e22);
    border: 1px solid rgba(139,92,246,0.3);
    border-radius: 16px;
    padding: 1.5rem;
    box-shadow: 0 25px 50px -15px rgba(0,0,0,0.5);
    z-index: 2;
}

.cs-product-documentation__book-top {
    display: flex;
    align-items: center;
    gap: 0.7rem;
    margin-bottom: 1.4rem;
}

.cs-product-documentation__book-logo {
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--cs-accent-soft);
    border-radius: 12px;
    color: #c4b5fd;
}

.cs-product-documentation__book-brand span {
    display: block;
    font-size: 0.7rem;
    color: var(--cs-muted);
    letter-spacing: 0.08em;
}

.cs-product-documentation__book-brand strong {
    font-size: 1rem;
    color: #fff;
}

.cs-product-documentation__book-label {
    display: block;
    font-size: 0.75rem;
    color: #c4b5fd;
    margin-bottom: 0.3rem;
}

.cs-product-documentation__book-title {
    display: block;
    font-size: 1.15rem;
    color: #fff;
    margin-bottom: 1rem;
}

.cs-product-documentation__book-line {
    display: block;
    height: 4px;
    background: rgba(255,255,255,0.08);
    border-radius: 4px;
    margin-bottom: 0.5rem;
}

.cs-product-documentation__book-line--long { width: 90%; }
.cs-product-documentation__book-line--short { width: 55%; }

.cs-product-documentation__book-chapters {
    display: flex;
    gap: 0.5rem;
    margin-top: 1.2rem;
}

.cs-product-documentation__book-chapters span {
    width: 32px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(139,92,246,0.12);
    border-radius: 8px;
    font-size: 0.75rem;
    color: #c4b5fd;
    font-weight: 600;
}

.cs-product-documentation__book-footer {
    display: flex;
    justify-content: space-between;
    margin-top: 1.4rem;
    padding-top: 1rem;
    border-top: 1px solid var(--cs-border);
    font-size: 0.75rem;
    color: var(--cs-muted);
}

.cs-product-documentation__floating-card {
    position: absolute;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.6rem 1rem;
    background: rgba(15,15,35,0.9);
    border: 1px solid rgba(139,92,246,0.3);
    border-radius: 12px;
    backdrop-filter: blur(8px);
    z-index: 3;
}

.cs-product-documentation__floating-card--one {
    top: 15%;
    left: -10%;
}

.cs-product-documentation__floating-card--two {
    bottom: 18%;
    right: -8%;
    color: #34d399;
}

.cs-product-documentation__floating-card span {
    font-size: 0.75rem;
    color: var(--cs-muted);
}

.cs-product-documentation__floating-card strong {
    font-size: 0.85rem;
    color: #fff;
}

/* ---------------------------------------------------------
   PRODUCT CHANGELOG
   --------------------------------------------------------- */
.cs-product-changelog {
    position: relative;
    padding: 5.5rem 0;
    overflow: hidden;
}

.cs-product-changelog__background {
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.cs-product-changelog__glow {
    position: absolute;
    width: 400px;
    height: 400px;
    background: rgba(139,92,246,0.1);
    border-radius: 50%;
    filter: blur(100px);
    top: 30%;
    left: 10%;
}

.cs-product-changelog__line {
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 1px;
    background: linear-gradient(to bottom, transparent, rgba(139,92,246,0.2), transparent);
    transform: translateX(-50%);
    opacity: 0.5;
}

.cs-product-changelog__container {
    position: relative;
    z-index: 1;
    width: var(--cs-container);
    margin-inline: auto;
}

.cs-product-changelog__summary {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
    margin-bottom: 2.5rem;
    padding: 1.3rem 1.6rem;
    background: rgba(15,15,35,0.6);
    border: 1px solid var(--cs-border);
    border-radius: 16px;
}

.cs-product-changelog__summary-item {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.cs-product-changelog__summary-label {
    font-size: 0.78rem;
    color: var(--cs-muted);
}

.cs-product-changelog__summary-item strong {
    font-size: 1.2rem;
    color: #fff;
}

.cs-product-changelog__timeline {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.cs-product-release {
    display: grid;
    grid-template-columns: 40px 1fr;
    gap: 1.2rem;
}

.cs-product-release__marker {
    position: relative;
    display: flex;
    justify-content: center;
}

.cs-product-release__marker span {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: var(--cs-surface);
    border: 3px solid rgba(139,92,246,0.4);
    margin-top: 1.3rem;
    z-index: 2;
}

.cs-product-release.is-latest .cs-product-release__marker span {
    background: #8b5cf6;
    border-color: #a78bfa;
    box-shadow: 0 0 15px rgba(139,92,246,0.5);
}

.cs-product-release__card {
    background: rgba(12,12,28,0.7);
    border: 1px solid var(--cs-border);
    border-radius: 16px;
    padding: 1.5rem;
    transition: var(--cs-transition);
}

.cs-product-release.is-latest .cs-product-release__card {
    border-color: rgba(139,92,246,0.35);
    box-shadow: 0 10px 30px -10px rgba(139,92,246,0.15);
}

.cs-product-release__header {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 0.8rem;
    margin-bottom: 1rem;
}

.cs-product-release__version {
    font-size: 1.15rem;
    font-weight: 700;
    color: #fff;
}

.cs-product-release__version-prefix {
    color: #a78bfa;
    font-weight: 500;
}

.cs-product-release__latest {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.3rem 0.7rem;
    background: rgba(139,92,246,0.15);
    border-radius: 999px;
    font-size: 0.75rem;
    font-weight: 600;
    color: #c4b5fd;
}

.cs-product-release__latest-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #a78bfa;
    animation: cs-pulse 2s ease-in-out infinite;
}

.cs-product-release__date {
    display: flex;
    align-items: center;
    gap: 0.35rem;
    font-size: 0.8rem;
    color: var(--cs-muted);
}

.cs-product-release__changes {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0.55rem;
}

.cs-product-release__changes li {
    display: flex;
    align-items: flex-start;
    gap: 0.6rem;
    font-size: 0.92rem;
    color: var(--cs-muted);
    line-height: 1.5;
}

.cs-product-release__check {
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(34,197,94,0.12);
    border-radius: 50%;
    color: #34d399;
    flex-shrink: 0;
    margin-top: 0.1rem;
}

.cs-product-release__empty {
    font-size: 0.9rem;
    color: var(--cs-muted);
    margin: 0;
}

.cs-product-changelog__footer {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-top: 2.5rem;
    font-size: 0.85rem;
    color: var(--cs-muted);
}

.cs-product-changelog__footer-icon {
    display: flex;
    color: #a78bfa;
}

/* ---------------------------------------------------------
   PRODUCT SUPPORT – PREMIUM REDESIGN
   --------------------------------------------------------- */
.cs-product-support {
    position: relative;
    padding: 6rem 0 6.5rem;
    overflow: hidden;
}

.cs-product-support__background {
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.cs-product-support__glow--one {
    position: absolute;
    width: 480px;
    height: 480px;
    background: rgba(139, 92, 246, 0.18);
    border-radius: 50%;
    filter: blur(130px);
    top: -120px;
    left: -100px;
}

.cs-product-support__glow--two {
    position: absolute;
    width: 420px;
    height: 420px;
    background: rgba(99, 102, 241, 0.14);
    border-radius: 50%;
    filter: blur(110px);
    bottom: -100px;
    right: -80px;
}

.cs-product-support__container {
    position: relative;
    z-index: 1;
    width: min(1200px, 92%);
    margin-inline: auto;
}

.cs-product-support__panel {
    display: grid;
    grid-template-columns: 1.2fr 0.9fr;
    gap: 3.5rem;
    align-items: center;
    background: linear-gradient(160deg, rgba(18, 15, 40, 0.92), rgba(10, 10, 22, 0.96));
    border: 1px solid rgba(139, 92, 246, 0.22);
    border-radius: 26px;
    padding: 3rem;
    box-shadow: 0 30px 60px -20px rgba(0, 0, 0, 0.5);
    overflow: hidden;
    position: relative;
}

.cs-product-support__panel::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(167, 139, 250, 0.35), transparent);
}

/* Support Items */
.cs-product-support__items {
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
    margin: 2rem 0 2.2rem;
}

.cs-product-support__item {
    display: flex;
    align-items: center;
    gap: 1.1rem;
    padding: 1.15rem 1.25rem;
    background: rgba(255, 255, 255, 0.025);
    border: 1px solid rgba(255, 255, 255, 0.07);
    border-radius: 16px;
    transition: all 0.3s ease;
}

.cs-product-support__item:hover {
    background: rgba(139, 92, 246, 0.07);
    border-color: rgba(139, 92, 246, 0.28);
    transform: translateX(4px);
}

.cs-product-support__item-icon {
    width: 46px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(139, 92, 246, 0.12);
    border: 1px solid rgba(139, 92, 246, 0.2);
    border-radius: 13px;
    color: #c4b5fd;
    flex-shrink: 0;
}

.cs-product-support__item-icon svg {
    width: 20px;
    height: 20px;
}

.cs-product-support__item-content {
    flex: 1;
}

.cs-product-support__item-content strong {
    display: block;
    font-size: 0.98rem;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 0.2rem;
}

.cs-product-support__item-content span {
    font-size: 0.85rem;
    color: #8b90b0;
    line-height: 1.45;
}

.cs-product-support__item-check {
    width: 26px;
    height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(34, 197, 94, 0.12);
    border-radius: 50%;
    color: #34d399;
    flex-shrink: 0;
}

/* Support Buttons */
.cs-product-support__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.9rem;
}

.cs-product-support__button {
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    padding: 1rem 1.7rem;
    border-radius: 999px;
    font-weight: 600;
    font-size: 0.95rem;
    text-decoration: none;
    transition: all 0.3s ease;
}

.cs-product-support__button--primary {
    background: linear-gradient(135deg, #9d6fff, #7c3aed);
    color: #ffffff;
    box-shadow: 0 10px 28px -6px rgba(124, 58, 237, 0.5);
}

.cs-product-support__button--primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 14px 36px -6px rgba(124, 58, 237, 0.65);
}

.cs-product-support__button--secondary {
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.12);
    color: #e0e2f5;
}

.cs-product-support__button--secondary:hover {
    background: rgba(139, 92, 246, 0.12);
    border-color: rgba(139, 92, 246, 0.35);
    color: #c4b5fd;
}

/* Support Console Visual */
.cs-product-support__visual {
    position: relative;
}

.cs-product-support__visual-glow {
    position: absolute;
    width: 320px;
    height: 320px;
    background: rgba(139, 92, 246, 0.2);
    border-radius: 50%;
    filter: blur(80px);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.cs-product-support__console {
    position: relative;
    background: linear-gradient(165deg, #17142f, #0d0d1c);
    border: 1px solid rgba(139, 92, 246, 0.28);
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 25px 50px -15px rgba(0, 0, 0, 0.55);
    z-index: 2;
}

.cs-product-support__console-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1.3rem;
    background: rgba(255, 255, 255, 0.03);
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.cs-product-support__console-dots {
    display: flex;
    gap: 6px;
}

.cs-product-support__console-dots span {
    width: 9px;
    height: 9px;
    border-radius: 50%;
}

.cs-product-support__console-dots span:nth-child(1) { background: #ff5f57; }
.cs-product-support__console-dots span:nth-child(2) { background: #febc2e; }
.cs-product-support__console-dots span:nth-child(3) { background: #28c840; }

.cs-product-support__console-title {
    font-size: 0.82rem;
    font-weight: 500;
    color: #a0a4c8;
}

.cs-product-support__console-status {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    font-size: 0.78rem;
    font-weight: 600;
    color: #34d399;
}

.cs-product-support__console-status-dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #34d399;
    box-shadow: 0 0 10px rgba(52, 211, 153, 0.6);
    animation: cs-pulse 2s ease-in-out infinite;
}

.cs-product-support__console-body {
    padding: 1.5rem;
}

.cs-product-support__console-product {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1.4rem;
    padding-bottom: 1.3rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.cs-product-support__console-product-icon {
    width: 52px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(139, 92, 246, 0.15);
    border-radius: 15px;
    color: #c4b5fd;
}

.cs-product-support__console-product span {
    display: block;
    font-size: 0.78rem;
    color: #8b90b0;
    margin-bottom: 0.15rem;
}

.cs-product-support__console-product strong {
    font-size: 1.05rem;
    color: #ffffff;
}

.cs-product-support__console-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.75rem 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.04);
    font-size: 0.9rem;
}

.cs-product-support__console-row:last-of-type {
    border-bottom: none;
}

.cs-product-support__console-row span {
    color: #8b90b0;
}

.cs-product-support__console-row strong {
    color: #ffffff;
    font-weight: 600;
}

.cs-product-support__console-row strong.is-enabled {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    color: #34d399;
}

.cs-product-support__console-message {
    display: flex;
    gap: 0.9rem;
    margin-top: 1.4rem;
    padding: 1.15rem;
    background: rgba(139, 92, 246, 0.09);
    border: 1px solid rgba(139, 92, 246, 0.18);
    border-radius: 14px;
}

.cs-product-support__console-message-icon {
    display: flex;
    color: #a78bfa;
    flex-shrink: 0;
    margin-top: 0.1rem;
}

.cs-product-support__console-message strong {
    display: block;
    font-size: 0.95rem;
    color: #ffffff;
    margin-bottom: 0.25rem;
}

.cs-product-support__console-message span {
    font-size: 0.82rem;
    color: #8b90b0;
    line-height: 1.45;
}

.cs-product-support__floating-badge {
    position: absolute;
    bottom: -14px;
    right: 24px;
    display: flex;
    flex-direction: column;
    padding: 0.8rem 1.25rem;
    background: linear-gradient(135deg, #9d6fff, #7c3aed);
    border-radius: 14px;
    box-shadow: 0 12px 28px -6px rgba(124, 58, 237, 0.55);
    z-index: 3;
}

.cs-product-support__floating-badge span {
    font-size: 0.72rem;
    color: rgba(255, 255, 255, 0.85);
    letter-spacing: 0.03em;
}

.cs-product-support__floating-badge strong {
    font-size: 1rem;
    color: #ffffff;
    font-weight: 700;
}

.cs-product-support__note {
    display: flex;
    align-items: center;
    gap: 0.55rem;
    margin-top: 2rem;
    font-size: 0.85rem;
    color: #8b90b0;
}

.cs-product-support__note-icon {
    display: flex;
    color: #a78bfa;
}

/* ---------------------------------------------------------
   RESPONSIVE
   --------------------------------------------------------- */
@media (max-width: 1100px) {
    .cs-product-hero__shell {
        grid-template-columns: 1fr;
    }

    .cs-product-hero__trust {
        grid-template-columns: repeat(2, 1fr);
    }

    .cs-product-documentation__panel,
    .cs-product-support__panel {
        grid-template-columns: 1fr;
    }

    .cs-product-documentation__visual,
    .cs-product-support__visual {
        order: -1;
        max-width: 400px;
        margin-inline: auto;
    }
}

@media (max-width: 768px) {
    .cs-product-hero {
        padding: 3.5rem 0 2.5rem;
    }

    .cs-product-hero__trust {
        grid-template-columns: 1fr;
    }

    .cs-product-documentation__topics {
        grid-template-columns: 1fr;
    }

    .cs-product-meta__spec-grid,
    .cs-product-meta__compatibility-grid {
        grid-template-columns: 1fr;
    }

    .cs-product-features__grid {
        grid-template-columns: 1fr;
    }

    .cs-product-actions {
        position: static;
    }

    .cs-product-support__panel {
        padding: 2rem 1.5rem;
    }
}

@media (max-width: 640px) {
    .cs-product-support__actions {
        flex-direction: column;
    }

    .cs-product-support__button {
        width: 100%;
        justify-content: center;
    }

    .cs-product-actions__buy {
        padding: 1.05rem 1.2rem;
    }

    .cs-product-gallery__thumbnails {
        gap: 0.4rem;
    }

    .cs-product-gallery__thumbnail {
        width: 58px;
        height: 42px;
    }
}
.cs-product-actions__signin-notice{display:grid;gap:5px;margin:0 0 14px;padding:14px 16px;border:1px solid rgba(139,92,246,.28);border-radius:14px;background:rgba(124,58,237,.08)}.cs-product-actions__signin-notice strong{font-size:14px;color:var(--cs-product-text,#fff)}.cs-product-actions__signin-notice span{font-size:12px;line-height:1.6;color:var(--cs-product-muted,#a8a7bf)}

/* Pre-launch: force WooCommerce-safe purchase CTA */
.cs-product-actions__buttons a.cs-product-actions__buy.button,
.cs-product-actions__buttons a.cs-product-actions__buy.button:visited,
.woocommerce .cs-product-actions__buttons a.cs-product-actions__buy.button,
.woocommerce div.product .cs-product-actions__buttons a.cs-product-actions__buy.button{
    background:linear-gradient(135deg,#059669 0%,#047857 52%,#065f46 100%)!important;
    background-color:#047857!important;
    color:#fff!important;
    border:1px solid rgba(52,211,153,.48)!important;
    box-shadow:0 14px 34px rgba(5,150,105,.28),inset 0 1px 0 rgba(255,255,255,.16)!important;
}
.cs-product-actions__buttons a.cs-product-actions__buy.button:hover,
.woocommerce .cs-product-actions__buttons a.cs-product-actions__buy.button:hover{
    background:linear-gradient(135deg,#10b981 0%,#059669 52%,#047857 100%)!important;
    color:#fff!important;
    transform:translateY(-2px);
}
.cs-product-actions__buy,.cs-product-actions__buy *,.cs-product-actions__buy .amount,.cs-product-actions__buy ins,.cs-product-actions__buy del{color:#fff!important}.cs-product-actions__buy ins{text-decoration:none}.cs-product-actions__buy del{opacity:.58}.cs-product-actions__buy-icon{background:rgba(255,255,255,.13)!important}.cs-product-actions__buy:focus-visible{outline:3px solid rgba(52,211,153,.35)!important;outline-offset:3px}
