/* ========================================
   LUXE SELECT - Style Sheet
   黑金奢华风格 · 全面优化版
   ======================================== */

/* ---------- CSS Variables ---------- */
:root {
    --bg-primary: #0a0a0a;
    --bg-card: #141414;
    --bg-card-hover: #1a1a1a;
    --bg-header: rgba(10, 10, 10, 0.92);
    --gold: #c9a962;
    --gold-light: #dfc07a;
    --gold-dark: #a88b3d;
    --gold-glow: rgba(201, 169, 98, 0.15);
    --white: #ffffff;
    --white-90: rgba(255, 255, 255, 0.9);
    --white-70: rgba(255, 255, 255, 0.7);
    --white-50: rgba(255, 255, 255, 0.5);
    --white-20: rgba(255, 255, 255, 0.2);
    --white-10: rgba(255, 255, 255, 0.1);
    --white-05: rgba(255, 255, 255, 0.05);
    --red: #c41e3a;
    --green: #2ecc71;
    --font-display: 'Georgia', 'Times New Roman', serif;
    --font-body: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    --max-width: 640px;
    --radius-sm: 8px;
    --radius-md: 12px;
    --radius-lg: 16px;
    --radius-xl: 20px;
    --transition-fast: all 0.15s ease;
    --transition-normal: all 0.25s ease;
    --transition-slow: all 0.4s ease;
    --shadow-card: 0 2px 12px rgba(0, 0, 0, 0.4), 0 0 1px rgba(201, 169, 98, 0.1);
    --shadow-card-hover: 0 4px 20px rgba(0, 0, 0, 0.5), 0 0 8px rgba(201, 169, 98, 0.15);
    --shadow-glow: 0 0 20px rgba(201, 169, 98, 0.12);
    
    --neumo-bg: #e0e5ec;
    --neumo-surface: #e0e5ec;
    --neumo-shadow-dark: rgba(144, 164, 174, 0.4);
    --neumo-shadow-light: rgba(255, 255, 255, 0.8);
    --neumo-text: #4a5568;
    --neumo-text-muted: #718096;
    --neumo-accent: #8b5cf6;
    --neumo-accent-light: #a78bfa;
}

[data-theme="neumorphism"] {
    --bg-primary: #e0e5ec;
    --bg-card: #e0e5ec;
    --bg-card-hover: #d4dae3;
    --bg-header: rgba(224, 229, 236, 0.95);
    --gold: #8b5cf6;
    --gold-light: #a78bfa;
    --gold-dark: #7c3aed;
    --gold-glow: rgba(139, 92, 246, 0.15);
    --white: #4a5568;
    --white-90: rgba(74, 85, 104, 0.9);
    --white-70: rgba(74, 85, 104, 0.7);
    --white-50: rgba(74, 85, 104, 0.5);
    --white-20: rgba(74, 85, 104, 0.2);
    --white-10: rgba(74, 85, 104, 0.1);
    --white-05: rgba(74, 85, 104, 0.05);
    --shadow-card: 7px 7px 14px rgba(144, 164, 174, 0.3), -7px -7px 14px rgba(255, 255, 255, 0.8);
    --shadow-card-hover: 4px 4px 8px rgba(144, 164, 174, 0.4), -4px -4px 8px rgba(255, 255, 255, 0.9);
    --shadow-glow: 0 0 20px rgba(139, 92, 246, 0.15);
}

/* ---------- Reset ---------- */
*, *::before, *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
    -webkit-text-size-adjust: 100%;
    height: 100%;
    background: #050505;
}

body {
    font-family: var(--font-body);
    background: var(--bg-primary);
    color: var(--white);
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden;
    max-width: 480px;
    margin: 0 auto;
    min-height: 100%;
    border-left: 1px solid rgba(201, 169, 98, 0.2);
    border-right: 1px solid rgba(201, 169, 98, 0.2);
    box-shadow: 0 0 60px rgba(201, 169, 98, 0.06), -30px 0 60px rgba(0, 0, 0, 0.5), 30px 0 60px rgba(0, 0, 0, 0.5);
}

[data-theme="neumorphism"] body {
    border-left: 1px solid rgba(144, 164, 174, 0.2);
    border-right: 1px solid rgba(144, 164, 174, 0.2);
    box-shadow: 7px 7px 20px rgba(144, 164, 174, 0.2), -7px -7px 20px rgba(255, 255, 255, 0.8), inset 0 0 30px rgba(144, 164, 174, 0.05);
}

[data-theme="neumorphism"] html {
    background: #e0e5ec;
}

[data-theme="neumorphism"] .feature-card {
    background: linear-gradient(145deg, #f0f5fc, #d9dfea);
    border: none;
    box-shadow: 5px 5px 10px rgba(144, 164, 174, 0.3), -5px -5px 10px rgba(255, 255, 255, 0.8);
}

[data-theme="neumorphism"] .feature-card:hover {
    background: linear-gradient(145deg, #e8eff8, #d0d9e4);
    border: none;
    box-shadow: 3px 3px 6px rgba(144, 164, 174, 0.4), -3px -3px 6px rgba(255, 255, 255, 0.9);
    transform: translateY(-1px);
}

[data-theme="neumorphism"] .feature-icon {
    filter: drop-shadow(0 0 8px rgba(139, 92, 246, 0.3));
}

[data-theme="neumorphism"] .feature-desc {
    color: var(--white-70);
}

[data-theme="neumorphism"] .why-choose {
    background: linear-gradient(145deg, #e8eff8, #d9dfea);
    border-radius: 16px;
    box-shadow: inset 3px 3px 6px rgba(144, 164, 174, 0.2), inset -3px -3px 6px rgba(255, 255, 255, 0.6);
}

[data-theme="neumorphism"] .testimonial-card {
    background: linear-gradient(145deg, #f0f5fc, #d9dfea);
    border: none;
    box-shadow: 5px 5px 10px rgba(144, 164, 174, 0.3), -5px -5px 10px rgba(255, 255, 255, 0.8);
}

[data-theme="neumorphism"] .testimonial-card:hover {
    background: linear-gradient(145deg, #e8eff8, #d0d9e4);
    border: none;
    box-shadow: 3px 3px 6px rgba(144, 164, 174, 0.4), -3px -3px 6px rgba(255, 255, 255, 0.9);
}

[data-theme="neumorphism"] .testimonial-text {
    color: var(--white-90);
}

[data-theme="neumorphism"] .testimonial-product {
    color: var(--gold);
}

[data-theme="neumorphism"] .lifestyle-card {
    box-shadow: 5px 5px 12px rgba(144, 164, 174, 0.3), -5px -5px 12px rgba(255, 255, 255, 0.7);
}

[data-theme="neumorphism"] .lifestyle-card:hover {
    box-shadow: 3px 3px 8px rgba(144, 164, 174, 0.4), -3px -3px 8px rgba(255, 255, 255, 0.9);
}

[data-theme="neumorphism"] .lifestyle-card::after {
    background: linear-gradient(to top, rgba(0, 0, 0, 0.4), transparent);
}

[data-theme="neumorphism"] .section-inner {
    background: transparent;
}

[data-theme="neumorphism"] .compare-container {
    background: linear-gradient(145deg, #f0f5fc, #d9dfea);
    border: none;
    box-shadow: 7px 7px 14px rgba(144, 164, 174, 0.3), -7px -7px 14px rgba(255, 255, 255, 0.8);
}

[data-theme="neumorphism"] .compare-col-left {
    background: rgba(144, 164, 174, 0.1);
}

[data-theme="neumorphism"] .compare-col-right {
    background: rgba(139, 92, 246, 0.08);
}

[data-theme="neumorphism"] .compare-col-header {
    border-bottom: 1px solid rgba(144, 164, 174, 0.2);
    background: rgba(139, 92, 246, 0.06);
}

[data-theme="neumorphism"] .compare-col-left .compare-col-header {
    color: var(--white-50);
}

[data-theme="neumorphism"] .compare-item:hover {
    background: rgba(139, 92, 246, 0.06);
}

[data-theme="neumorphism"] .compare-item-bad .compare-text {
    color: var(--white-50);
}

[data-theme="neumorphism"] .compare-text {
    color: var(--white-70);
}

[data-theme="neumorphism"] .compare-divider {
    background: linear-gradient(180deg, transparent, rgba(144, 164, 174, 0.3), transparent);
}

img {
    width: 100%;
    height: auto;
    display: block;
    max-width: 100%;
    object-fit: cover;
    transition: opacity 0.3s ease;
}

img[loading="lazy"] {
    background: linear-gradient(145deg, var(--bg-card), var(--bg-primary));
    min-height: 100px;
}

.full-width-img,
.carousel-slide,
.lifestyle-img {
    background: linear-gradient(145deg, rgba(201, 169, 98, 0.05), rgba(201, 169, 98, 0.02));
    background-image: 
        linear-gradient(45deg, rgba(201, 169, 98, 0.03) 25%, transparent 25%),
        linear-gradient(-45deg, rgba(201, 169, 98, 0.03) 25%, transparent 25%),
        linear-gradient(45deg, transparent 75%, rgba(201, 169, 98, 0.03) 75%),
        linear-gradient(-45deg, transparent 75%, rgba(201, 169, 98, 0.03) 75%);
    background-size: 8px 8px;
    background-position: 0 0, 0 4px, 4px -4px, -4px 0px;
}

a {
    text-decoration: none;
    color: inherit;
}

button {
    border: none;
    background: none;
    cursor: pointer;
    font-family: inherit;
    color: inherit;
}

/* ---------- Page Wrapper ---------- */
.page-wrapper {
    max-width: var(--max-width);
    margin: 0 auto;
    min-height: 100vh;
    position: relative;
}

/* ---------- Header ---------- */
.header {
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: var(--max-width);
    z-index: 1000;
    background: var(--bg-header);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-bottom: 1px solid rgba(201, 169, 98, 0.15);
    transition: box-shadow 0.3s ease;
}

.header.scrolled {
    box-shadow: 0 2px 24px rgba(0, 0, 0, 0.5), 0 1px 0 rgba(201, 169, 98, 0.1);
}

.header-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 16px;
}

.brand-name {
    font-family: var(--font-display);
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    background: linear-gradient(135deg, #c9a962 0%, #f0d89a 40%, #c9a962 60%, #a88534 100%);
    background-size: 200% 100%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    animation: brandShimmer 3s ease-in-out infinite;
    filter: drop-shadow(0 1px 2px rgba(201, 169, 98, 0.4));
    will-change: background-position;
}

@keyframes brandShimmer {
    0%, 100% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
}

/* Header Actions */
.header-actions {
    display: flex;
    align-items: center;
    gap: 12px;
}

/* Theme Toggle */
.theme-toggle {
    position: relative;
    width: 44px;
    height: 44px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(145deg, rgba(255,255,255,0.05), rgba(255,255,255,0.02));
    border: 1px solid rgba(201, 169, 98, 0.2);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    will-change: transform, box-shadow;
}

.theme-toggle:hover {
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

.theme-toggle:active {
    transform: translateY(0);
}

[data-theme="neumorphism"] .theme-toggle {
    background: linear-gradient(145deg, #f0f5fc, #d9dfea);
    border: none;
    box-shadow: 5px 5px 10px rgba(144, 164, 174, 0.3), -5px -5px 10px rgba(255, 255, 255, 0.8);
}

[data-theme="neumorphism"] .theme-toggle:hover {
    box-shadow: 3px 3px 6px rgba(144, 164, 174, 0.4), -3px -3px 6px rgba(255, 255, 255, 0.9);
}

[data-theme="neumorphism"] .theme-toggle:active {
    box-shadow: inset 2px 2px 5px rgba(144, 164, 174, 0.3), inset -2px -2px 5px rgba(255, 255, 255, 0.8);
}

.theme-icon {
    position: absolute;
    transition: opacity 0.3s ease, transform 0.3s ease;
    color: var(--gold);
}

.theme-toggle .dark-icon {
    opacity: 1;
    transform: scale(1);
}

.theme-toggle .light-icon {
    opacity: 0;
    transform: scale(0.8);
}

[data-theme="neumorphism"] .theme-toggle .dark-icon {
    opacity: 0;
    transform: scale(0.8);
}

[data-theme="neumorphism"] .theme-toggle .light-icon {
    opacity: 1;
    transform: scale(1);
}

/* Language Switch */
.lang-switch {
    position: relative;
}

.lang-btn {
    display: flex;
    align-items: center;
    gap: 4px;
    padding: 5px 12px;
    border: 1px solid var(--white-20);
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    color: var(--white-70);
    transition: var(--transition);
    background: var(--white-05);
}

.lang-btn:hover {
    border-color: var(--gold);
    color: var(--gold);
    box-shadow: var(--shadow-glow);
}

.lang-arrow {
    transition: transform 0.3s ease;
}

.lang-switch.open .lang-arrow {
    transform: rotate(180deg);
}

.lang-dropdown {
    position: absolute;
    top: calc(100% + 6px);
    right: 0;
    background: var(--bg-card);
    border: 1px solid rgba(201, 169, 98, 0.15);
    border-radius: var(--radius-sm);
    padding: 4px;
    min-width: 100px;
    max-height: 280px;
    overflow-y: auto;
    list-style: none;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-8px);
    transition: var(--transition);
    z-index: 100;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.5);
}

.lang-switch.open .lang-dropdown {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.lang-option {
    padding: 6px 14px;
    border-radius: 6px;
    font-size: 12px;
    font-weight: 500;
    color: var(--white-70);
    cursor: pointer;
    transition: var(--transition);
    text-align: center;
}

.lang-option:hover {
    background: var(--white-10);
    color: var(--gold);
}

.lang-option.active {
    color: var(--gold);
    background: var(--white-05);
}

/* ---------- Hero Section ---------- */
.hero {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    padding: 72px 16px 28px;
    background: linear-gradient(180deg, rgba(201, 169, 98, 0.04) 0%, transparent 100%);
}

.full-width-img {
    display: block;
    width: 100%;
    height: auto;
}

.hero-content {
    position: relative;
    z-index: 1;
    text-align: center;
}

.hero-title {
    font-family: var(--font-display);
    font-size: 22px;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: 2px;
    margin-bottom: 10px;
    animation: fadeInUp 1s ease-out;
}

.hero-title-top {
    display: block;
    color: #fff;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);
}

.hero-title-bottom {
    display: block;
    color: var(--gold);
    text-shadow: 0 0 12px rgba(201, 169, 98, 0.3);
}

.hero-subtitle {
    font-size: 11px;
    color: var(--white-50);
    letter-spacing: 3px;
    margin-bottom: 14px;
    animation: fadeInUp 1s ease-out 0.2s both;
}

.hero-divider {
    width: 40px;
    height: 2px;
    background: linear-gradient(90deg, transparent, var(--gold), transparent);
    margin: 0 auto;
    animation: fadeInUp 1s ease-out 0.4s both;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* ---------- Section Common ---------- */
.section {
    padding: 24px 0;
}

.section-inner {
    padding: 24px 16px;
    margin: 0 12px;
    background: linear-gradient(160deg, rgba(22, 22, 22, 0.95) 0%, rgba(14, 14, 14, 0.98) 100%);
    border: 1px solid rgba(201, 169, 98, 0.1);
    border-radius: 14px;
    position: relative;
}

.section-inner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(201, 169, 98, 0.3), transparent);
}

.section-inner::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(201, 169, 98, 0.12), transparent);
}

.section-title {
    font-family: var(--font-display);
    font-size: 20px;
    font-weight: 700;
    color: #f5f0e8;
    text-align: center;
    letter-spacing: 2px;
    margin-bottom: 4px;
    position: relative;
    text-shadow: 0 0 20px rgba(201, 169, 98, 0.15), 0 1px 2px rgba(0, 0, 0, 0.5);
}

.section-title::after {
    content: '';
    display: block;
    width: 30px;
    height: 2px;
    background: linear-gradient(90deg, transparent, var(--gold), transparent);
    margin: 8px auto 0;
}

.section-subtitle {
    font-size: 12px;
    color: var(--white-50);
    text-align: center;
    margin-bottom: 20px;
    letter-spacing: 1px;
}

/* ---------- Why Choose Us ---------- */
.features-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
}

.feature-card {
    background: linear-gradient(145deg, #1a1a1a 0%, #141414 100%);
    border: 1px solid rgba(201, 169, 98, 0.12);
    border-radius: 10px;
    padding: 16px 10px;
    text-align: center;
    transition: all 0.3s ease;
    box-shadow: var(--shadow-card);
    position: relative;
    overflow: hidden;
}

.feature-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(90deg, transparent, var(--gold), transparent);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.feature-card:hover {
    border-color: rgba(201, 169, 98, 0.3);
    box-shadow: var(--shadow-card-hover);
    transform: translateY(-2px);
}

.feature-card:hover::before {
    opacity: 1;
}

.feature-icon {
    margin-bottom: 10px;
    display: flex;
    justify-content: center;
    filter: drop-shadow(0 0 8px rgba(201, 169, 98, 0.25));
}

.feature-title {
    font-family: var(--font-display);
    font-size: 14px;
    font-weight: 600;
    color: var(--gold);
    margin-bottom: 6px;
    letter-spacing: 1px;
    line-height: 1.4;
}

.feature-desc {
    font-size: 11px;
    color: var(--white-50);
    line-height: 1.5;
}

/* ---------- Workplace Images ---------- */
.workplace-images {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.workplace-img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 8px;
}

/* ---------- Carousel ---------- */
.carousel {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    contain: layout paint style;
}

.hero-carousel {
    border-radius: 0;
}

.hero-carousel .carousel-slide-wrap {
    min-width: 100%;
    width: 100%;
    cursor: default;
}

.carousel-track {
    display: flex;
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    will-change: transform;
    backface-visibility: hidden;
    perspective: 1000px;
}

.carousel-slide-wrap {
    min-width: 430px;
    width: 430px;
    flex-shrink: 0;
    position: relative;
    cursor: pointer;
    contain: layout paint;
}

@media (max-width: 460px) {
    .carousel-slide-wrap {
        min-width: calc(100vw - 60px);
        width: calc(100vw - 60px);
    }

    .hero-carousel .carousel-slide-wrap {
        min-width: 100%;
        width: 100%;
    }
}

.carousel-slide {
    width: 100%;
    height: auto;
    display: block;
}

.carousel-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    border: none;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    transition: background 0.3s;
}

.carousel-btn:hover {
    background: rgba(201, 169, 98, 0.7);
}

.carousel-btn-prev {
    left: 10px;
}

.carousel-btn-next {
    right: 10px;
}

.carousel-dots {
    position: absolute;
    bottom: 12px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 8px;
    z-index: 2;
}

.carousel-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.4);
    cursor: pointer;
    transition: background 0.3s, transform 0.3s;
}

.carousel-dot.active {
    background: #c9a962;
    transform: scale(1.3);
}

/* ---------- Channel Comparison ---------- */
.compare-container {
    background: linear-gradient(180deg, #0f0f0f 0%, #0a0a0a 100%);
    border: 1px solid rgba(201, 169, 98, 0.15);
    border-radius: var(--radius-md);
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.6);
}

.compare-cols {
    display: grid;
    grid-template-columns: 1fr 1px 1fr;
}

.compare-col {
    padding: 8px 0;
}

.compare-col-left .compare-col-header {
    color: rgba(255, 255, 255, 0.45);
}

.compare-col-left {
    background: rgba(255, 255, 255, 0.06);
}

.compare-col-right {
    background: rgba(201, 169, 98, 0.04);
}

.compare-col-header {
    padding: 12px 8px;
    font-family: var(--font-display);
    font-size: 13px;
    font-weight: 700;
    color: var(--gold);
    text-align: center;
    letter-spacing: 1px;
    border-bottom: 1px solid rgba(201, 169, 98, 0.12);
    background: rgba(201, 169, 98, 0.03);
}

.compare-items {
    padding: 2px 0;
}

.compare-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 9px 10px;
    transition: all 0.2s ease;
}

.compare-item:hover {
    background: rgba(201, 169, 98, 0.03);
}

.compare-icon {
    font-size: 15px;
    font-weight: 800;
    flex-shrink: 0;
    width: 18px;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.compare-item-bad .compare-text {
    color: rgba(255, 255, 255, 0.45);
}

.compare-item-bad .compare-icon {
    color: #c41e3a;
    text-shadow: 0 0 8px rgba(196, 30, 58, 0.4);
}

.compare-item-good .compare-icon {
    color: var(--gold);
    text-shadow: 0 0 8px rgba(201, 169, 98, 0.4);
}

.compare-text {
    font-size: 12px;
    color: var(--white-60);
    font-weight: 500;
    letter-spacing: 0.3px;
}

.compare-divider {
    background: linear-gradient(180deg, transparent, rgba(201, 169, 98, 0.2), transparent);
    width: 1px;
}

/* ---------- Workplace Carousel (generic) ---------- */

.carousel-eye {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 36px;
    height: 36px;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(255, 255, 255, 0.8);
    opacity: 0;
    transition: opacity 0.3s, background 0.3s;
    z-index: 2;
    backdrop-filter: blur(4px);
}

.carousel-slide-wrap:hover .carousel-eye {
    opacity: 1;
}

.carousel-eye:hover {
    background: rgba(201, 169, 98, 0.6);
    color: #fff;
}

.carousel-controls {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    padding: 12px 0;
}

.carousel-dots {
    display: flex;
    gap: 6px;
}

.carousel-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--white-20);
    cursor: pointer;
    transition: var(--transition);
}

.carousel-dot.active {
    background: var(--gold);
    width: 20px;
    border-radius: 3px;
}

/* ---------- Product Showcase ---------- */
.product-main {
    border-radius: var(--radius-md);
    overflow: hidden;
    margin-bottom: 12px;
    border: 1px solid rgba(201, 169, 98, 0.1);
    box-shadow: var(--shadow-card);
}

.product-main-img {
    width: 100%;
    aspect-ratio: 4/3;
    object-fit: cover;
}

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

.gallery-item {
    border-radius: var(--radius-sm);
    overflow: hidden;
    border: 1px solid rgba(201, 169, 98, 0.08);
    transition: all 0.3s ease;
    cursor: pointer;
}

.gallery-item:hover {
    border-color: var(--gold-dark);
    transform: scale(1.03);
    box-shadow: var(--shadow-glow);
}

.gallery-item img {
    width: 100%;
    aspect-ratio: 1/1;
    object-fit: cover;
}

/* ---------- Lifestyle Gallery ---------- */
.lifestyle-grid {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.lifestyle-card {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: var(--shadow-card);
    transition: all 0.3s ease;
}

.lifestyle-card:hover {
    box-shadow: var(--shadow-card-hover);
    transform: translateY(-1px);
}

.lifestyle-card::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 50%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent);
    pointer-events: none;
}

.lifestyle-img {
    width: 100%;
    height: auto;
    display: block;
}

.lifestyle-label {
    position: absolute;
    bottom: 12px;
    left: 14px;
    font-family: var(--font-display);
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    letter-spacing: 3px;
    z-index: 1;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.6), 0 0 20px rgba(0, 0, 0, 0.3);
}

.lifestyle-quote {
    text-align: center;
    font-family: var(--font-display);
    font-size: 13px;
    color: var(--gold);
    margin-top: 16px;
    letter-spacing: 2px;
    opacity: 0.8;
}

/* ---------- Video Section ---------- */
.video-wrap {
    border-radius: var(--radius-md);
    overflow: hidden;
    border: 1px solid rgba(201, 169, 98, 0.1);
    box-shadow: var(--shadow-card);
}

.video-wrap video {
    width: 100%;
    display: block;
}

/* ---------- Testimonials ---------- */
.testimonials-list {
    display: flex;
    gap: 16px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    padding: 4px 4px 12px;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
}

.testimonials-list::-webkit-scrollbar {
    display: none;
}

.testimonial-card {
    background: linear-gradient(145deg, #161616 0%, #111 100%);
    border: 1px solid rgba(201, 169, 98, 0.12);
    border-radius: var(--radius-md);
    padding: 14px;
    transition: all 0.3s ease;
    box-shadow: var(--shadow-card);
    min-width: 280px;
    max-width: 280px;
    flex-shrink: 0;
    scroll-snap-align: start;
}

.testimonial-card:hover {
    border-color: rgba(201, 169, 98, 0.25);
    background: var(--bg-card-hover);
    box-shadow: var(--shadow-card-hover);
}

.testimonial-header {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}

.testimonial-avatar {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--gold) 0%, var(--gold-dark) 100%);
    color: #0a0a0a;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--font-display);
    font-size: 16px;
    font-weight: 700;
    flex-shrink: 0;
    border: 1.5px solid var(--gold-dark);
}

.testimonial-meta {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.testimonial-name {
    font-size: 13px;
    font-weight: 600;
    color: var(--white-90);
}

.testimonial-rating {
    display: flex;
    align-items: center;
    gap: 2px;
}

.star {
    color: var(--gold);
    font-size: 12px;
    line-height: 1;
}

.testimonial-date {
    font-size: 10px;
    color: var(--white-50);
    margin-left: 6px;
}

.testimonial-product-tag {
    display: inline-block;
    background: rgba(201, 169, 98, 0.08);
    border: 1px solid rgba(201, 169, 98, 0.2);
    color: var(--gold);
    font-size: 11px;
    font-weight: 500;
    padding: 3px 8px;
    border-radius: 4px;
    margin-bottom: 8px;
    letter-spacing: 0.5px;
}

.testimonial-text {
    font-size: 12px;
    color: var(--white-70);
    line-height: 1.6;
    margin-bottom: 10px;
}

.testimonial-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 8px;
    border-top: 1px solid rgba(201, 169, 98, 0.06);
}

.testimonial-like {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 11px;
    color: var(--white-50);
}

.testimonial-like svg {
    color: var(--gold);
}

.testimonial-status {
    font-size: 10px;
    color: var(--gold);
    border: 1px solid rgba(201, 169, 98, 0.3);
    padding: 2px 8px;
    border-radius: 10px;
    background: rgba(201, 169, 98, 0.05);
}

.testimonial-quote {
    text-align: center;
    margin-top: 16px;
    font-family: var(--font-display);
    font-size: 12px;
    color: var(--gold);
    letter-spacing: 1px;
    opacity: 0.85;
}

.testimonials-dots {
    display: flex;
    justify-content: center;
    gap: 6px;
    margin-top: 4px;
}

.testimonials-dots .t-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: rgba(201, 169, 98, 0.3);
    transition: all 0.3s ease;
    cursor: pointer;
}

.testimonials-dots .t-dot.active {
    width: 18px;
    border-radius: 3px;
    background: var(--gold);
}

/* ---------- CTA Section ---------- */
.cta {
    text-align: center;
    padding: 36px 0;
    background: linear-gradient(180deg, transparent 0%, rgba(201, 169, 98, 0.04) 50%, transparent 100%);
}

.cta-title {
    font-family: var(--font-display);
    font-size: 20px;
    font-weight: 700;
    color: var(--gold);
    margin-bottom: 8px;
    letter-spacing: 2px;
}

.cta-desc {
    font-size: 13px;
    color: var(--white-70);
    margin-bottom: 20px;
    line-height: 1.5;
}

.cta-btn {
    display: inline-block;
    padding: 12px 40px;
    border: 1.5px solid var(--gold);
    border-radius: 50px;
    font-family: var(--font-display);
    font-size: 14px;
    font-weight: 600;
    color: var(--gold);
    letter-spacing: 2px;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.cta-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(201, 169, 98, 0.15), transparent);
    transition: left 0.5s ease;
}

.cta-btn:hover {
    background: var(--gold);
    color: var(--bg-primary);
    box-shadow: 0 0 24px rgba(201, 169, 98, 0.3);
}

.cta-btn:hover::before {
    left: 100%;
}

/* ---------- Footer ---------- */
.footer {
    border-top: 1px solid rgba(201, 169, 98, 0.1);
    padding: 20px 16px;
}

.footer-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
}

.footer-brand {
    font-family: var(--font-display);
    font-size: 14px;
    font-weight: 700;
    color: var(--gold);
    letter-spacing: 3px;
    opacity: 0.8;
}

.footer-copy {
    font-size: 11px;
    color: var(--white-50);
}

/* ---------- Floating WhatsApp ---------- */
.floating-whatsapp {
    position: fixed;
    bottom: 24px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 999;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 20px;
    background: linear-gradient(135deg, #25d366, #128c7e);
    border-radius: 50px;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    box-shadow: 0 4px 16px rgba(37, 211, 102, 0.35);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    animation: floatBounce 2s ease-in-out infinite;
    max-width: calc(var(--max-width) - 40px);
    white-space: nowrap;
    will-change: transform;
    contain: layout paint;
}

.floating-whatsapp:hover {
    transform: translateX(-50%) scale(1.05);
    box-shadow: 0 6px 24px rgba(37, 211, 102, 0.45);
}

.floating-whatsapp img {
    width: 24px;
    height: 24px;
    border-radius: 50%;
}

@keyframes floatBounce {
    0%, 100% { transform: translateX(-50%) translateY(0); }
    50% { transform: translateX(-50%) translateY(-3px); }
}

.whatsapp-subtitle {
    position: fixed;
    bottom: 56px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 998;
    text-align: center;
    background: linear-gradient(135deg, #128c7e, #25d366);
    color: #ffffff;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.4;
    padding: 10px 18px;
    border-radius: 25px;
    box-shadow: 0 4px 16px rgba(37, 211, 102, 0.4);
    border: 2px solid rgba(255, 255, 255, 0.3);
    max-width: calc(var(--max-width) - 40px);
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

/* ---------- Responsive ---------- */
@media (max-width: 374px) {
    .hero-title {
        font-size: 18px;
    }

    .hero-subtitle {
        font-size: 10px;
        letter-spacing: 2px;
    }

    .section-title {
        font-size: 18px;
    }

    .feature-card {
        padding: 12px 8px;
    }

    .feature-title {
        font-size: 13px;
    }

    .feature-desc {
        font-size: 10px;
    }

    .compare-text {
        font-size: 12px;
    }
}

/* ---------- Scroll Animations ---------- */
.section {
    opacity: 0;
    transform: translateY(24px);
    transition: opacity 0.6s ease, transform 0.6s ease;
}

.section.visible {
    opacity: 1;
    transform: translateY(0);
}

/* ---------- Scrollbar ---------- */
::-webkit-scrollbar {
    width: 4px;
}

::-webkit-scrollbar-track {
    background: var(--bg-primary);
}

::-webkit-scrollbar-thumb {
    background: var(--white-20);
    border-radius: 2px;
}

/* ---------- Lightbox ---------- */
.lightbox {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    display: none;
    align-items: center;
    justify-content: center;
}

.lightbox.active {
    display: flex;
}

.lightbox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.92);
    backdrop-filter: blur(8px);
}

.lightbox-content {
    position: relative;
    z-index: 1;
    max-width: 90vw;
    max-height: 90vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.lightbox-img {
    max-width: 90vw;
    max-height: 85vh;
    object-fit: contain;
    border-radius: 8px;
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.5);
}

.lightbox-close {
    position: fixed;
    top: 16px;
    right: 16px;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    transition: background 0.3s;
}

.lightbox-close:hover {
    background: rgba(201, 169, 98, 0.5);
}

.lightbox-btn {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    transition: background 0.3s;
}

.lightbox-btn:hover {
    background: rgba(201, 169, 98, 0.5);
}

.lightbox-btn-prev {
    left: 12px;
}

.lightbox-btn-next {
    right: 12px;
}

::-webkit-scrollbar-thumb:hover {
    background: var(--gold-dark);
}
