/* OBSIDIAN PRESTIGE - IPTV Template Redesign */
/* Dark Opulence Theme with Luxury Gold Accents */

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600;700;800;900&family=Inter:wght@300;400;500;600;700&display=swap');

/* ========================================
   OBSIDIAN PRESTIGE COLOR PALETTE
   ======================================== */
:root {
    /* Obsidian Backgrounds */
    --obsidian-black: #0a0a0a;
    --obsidian-secondary: #151515;
    --obsidian-tertiary: #1f1f1f;
    --warm-black: #1a1410;

    /* Gold Accents */
    --brushed-gold: #c9a050;
    --bronze: #8b7355;
    --bright-gold: #ffd966;

    /* Text Hierarchy */
    --text-primary: #fafafa;
    --text-secondary: #cccccc;
    --text-tertiary: #808080;

    /* UI Elements */
    --border-color: #2d2d2d;
    --ui-secondary: #2a2a2a;

    /* WhatsApp */
    --whatsapp-green: #25D366;

    /* Typography */
    --font-display: 'Playfair Display', serif;
    --font-body: 'Inter', sans-serif;
}

/* ========================================
   SCROLL REVEAL ANIMATIONS
   ======================================== */
.scroll-reveal {
    opacity: 0;
    transform: translateY(50px);
    transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.scroll-reveal.revealed {
    opacity: 1;
    transform: translateY(0);
}

.scroll-reveal-left {
    opacity: 0;
    transform: translateX(-50px);
    transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.scroll-reveal-left.revealed {
    opacity: 1;
    transform: translateX(0);
}

.scroll-reveal-right {
    opacity: 0;
    transform: translateX(50px);
    transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.scroll-reveal-right.revealed {
    opacity: 1;
    transform: translateX(0);
}

.scroll-reveal-scale {
    opacity: 0;
    transform: scale(0.8);
    transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.scroll-reveal-scale.revealed {
    opacity: 1;
    transform: scale(1);
}

/* ========================================
   GLOBAL RESET & BASE
   ======================================== */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    overflow-x: hidden;
    width: 100%;
}

body {
    font-family: var(--font-body);
    background-color: var(--obsidian-black);
    color: var(--text-primary);
    overflow-x: hidden;
    /* Prevent horizontal scroll */
    width: 100%;
    position: relative;
    line-height: 1.7;
    font-weight: 400;
    zoom: 0.9;
}

a {
    text-decoration: none;
    color: inherit;
    transition: all 0.3s ease;
}

img {
    max-width: 100%;
    height: auto;
}

/* ========================================
   FLOATING WHATSAPP BUTTON
   ======================================== */
.floating-whatsapp {
    position: fixed;
    bottom: 40px;
    left: 40px;
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, var(--whatsapp-green), #1ea952);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10000;
    box-shadow: 0 8px 30px rgba(37, 211, 102, 0.3), 0 0 0 0 rgba(37, 211, 102, 0.4);
    transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    animation: pulse-glow 3s ease-in-out infinite;
}

.floating-whatsapp:hover {
    transform: scale(1.15) rotate(5deg);
    box-shadow: 0 12px 40px rgba(37, 211, 102, 0.5);
}

@keyframes pulse-glow {

    0%,
    100% {
        box-shadow: 0 8px 30px rgba(37, 211, 102, 0.3), 0 0 0 0 rgba(37, 211, 102, 0.4);
    }

    50% {
        box-shadow: 0 8px 30px rgba(37, 211, 102, 0.3), 0 0 0 15px rgba(37, 211, 102, 0);
    }
}

.floating-whatsapp::before {
    content: '';
    width: 38px;
    height: 38px;
    background-image: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="white"><path d="M17.472 14.382c-.297-.149-1.758-.867-2.03-.967-.273-.099-.471-.148-.67.15-.197.297-.767.966-.94 1.164-.173.199-.347.223-.644.075-.297-.15-1.255-.463-2.39-1.475-.883-.788-1.48-1.761-1.653-2.059-.173-.297-.018-.458.13-.606.134-.133.298-.347.446-.52.149-.174.198-.298.298-.497.099-.198.05-.371-.025-.52-.075-.149-.669-1.612-.916-2.207-.242-.579-.487-.5-.669-.51-.173-.008-.371-.01-.57-.01-.198 0-.52.074-.792.372-.272.297-1.04 1.016-1.04 2.479 0 1.462 1.065 2.875 1.213 3.074.149.198 2.096 3.2 5.077 4.487.709.306 1.262.489 1.694.625.712.227 1.36.195 1.871.118.571-.085 1.758-.719 2.006-1.413.248-.694.248-1.289.173-1.413-.074-.124-.272-.198-.57-.347m-5.421 7.403h-.004a9.87 9.87 0 01-5.031-1.378l-.361-.214-3.741.982.998-3.648-.235-.374a9.86 9.86 0 01-1.51-5.26c.001-5.45 4.436-9.884 9.888-9.884 2.64 0 5.122 1.03 6.988 2.898a9.825 9.825 0 012.893 6.994c-.003 5.45-4.437 9.884-9.885 9.884m8.413-18.297A11.815 11.815 0 0012.05 0C5.495 0 .16 5.335.157 11.892c0 2.096.547 4.142 1.588 5.945L.057 24l6.305-1.654a11.882 11.882 0 005.683 1.448h.005c6.554 0 11.89-5.335 11.893-11.893A11.821 11.821 0 0020.864 3.488"/></svg>');
    background-size: contain;
    background-repeat: no-repeat;
}

/* ========================================
   LUXURY HEADER
   ======================================== */
.luxury-header {
    position: fixed;
    top: 0;
    width: 100%;
    background: transparent;
    backdrop-filter: none;
    border-bottom: none;
    z-index: 9000;
    transition: all 0.4s ease;
}

.luxury-header.scrolled {
    background: rgba(10, 10, 10, 0.85);
    backdrop-filter: blur(20px) saturate(180%);
    border-bottom: 1px solid var(--border-color);
}

.header-inner {
    max-width: 1500px;
    margin: 0 auto;
    padding: 25px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 60px;
}

.brand-logo {
    height: 60px;
    width: auto;
    transition: all 0.3s ease;
}

.brand-logo:hover {
    filter: brightness(1.2);
}

.main-navigation {
    display: flex;
    gap: 70px;
    flex: 1;
    justify-content: center;
}

.nav-link {
    font-size: 18px;
    font-weight: 500;
    color: var(--text-secondary);
    position: relative;
    letter-spacing: 0.5px;
    transition: color 0.3s ease;
}

.nav-link::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 0;
    height: 2px;
    background: linear-gradient(90deg, var(--brushed-gold), var(--bronze));
    transition: width 0.3s ease;
}

.nav-link:hover {
    color: var(--text-primary);
}

.nav-link:hover::after {
    width: 100%;
}

.trial-button {
    padding: 15px 35px;
    background: linear-gradient(135deg, var(--brushed-gold), var(--bronze));
    color: var(--obsidian-black);
    font-weight: 600;
    font-size: 18px;
    border-radius: 8px;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(201, 160, 80, 0.3);
}

.trial-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 25px rgba(201, 160, 80, 0.5);
}

.mobile-nav-btn {
    display: none;
}

.mobile-menu-toggle {
    display: none;
    flex-direction: column;
    gap: 6px;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 10px;
}

.mobile-menu-toggle span {
    width: 28px;
    height: 2px;
    background: var(--text-primary);
    transition: all 0.3s ease;
}

.mobile-menu-toggle span {
    width: 28px;
    height: 2px;
    background: var(--text-primary);
    transition: all 0.3s ease;
}

.mobile-menu-toggle.active span:nth-child(1) {
    transform: rotate(45deg) translateY(10px);
}

.mobile-menu-toggle.active span:nth-child(2) {
    opacity: 0;
}

.mobile-menu-toggle.active span:nth-child(3) {
    transform: rotate(-45deg) translateY(-10px);
}



/* ========================================
   HERO PRESTIGE SECTION
   ======================================== */
.hero-prestige {
    min-height: 110vh;
    position: relative;
    display: flex;
    align-items: center;
    padding: 140px 40px 80px;
    overflow: hidden;
}

/* Hero entrance animations */
.hero-text-block {
    animation: heroFadeInUp 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
    opacity: 0;
}

.hero-badge {
    animation: heroFadeInUp 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s forwards;
    opacity: 0;
}

.hero-headline {
    animation: heroFadeInUp 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.4s forwards;
    opacity: 0;
}

.hero-description {
    animation: heroFadeInUp 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.6s forwards;
    opacity: 0;
}

.hero-action-group {
    animation: heroFadeInUp 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.8s forwards;
    opacity: 0;
}

@keyframes heroFadeInUp {
    from {
        opacity: 0;
        transform: translateY(40px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.hero-background-slider {
    position: absolute;
    inset: 0;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
    z-index: 0;
}

.hero-bg-column {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.hero-bg-slide {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    opacity: 0;
    transition: opacity 1.5s ease-in-out;
}

.hero-bg-slide.active {
    opacity: 1;
}

/* Column 1 slides */
.hero-bg-column:nth-child(1) .hero-bg-slide:nth-child(1) {
    background-image: url('../images/1.webp');
}

.hero-bg-column:nth-child(1) .hero-bg-slide:nth-child(2) {
    background-image: url('../images/2.webp');
}

.hero-bg-column:nth-child(1) .hero-bg-slide:nth-child(3) {
    background-image: url('../images/3.webp');
}

/* Column 2 slides */
.hero-bg-column:nth-child(2) .hero-bg-slide:nth-child(1) {
    background-image: url('../images/4.webp');
}

.hero-bg-column:nth-child(2) .hero-bg-slide:nth-child(2) {
    background-image: url('../images/5.webp');
}

.hero-bg-column:nth-child(2) .hero-bg-slide:nth-child(3) {
    background-image: url('../images/6.webp');
}

/* Column 3 slides */
.hero-bg-column:nth-child(3) .hero-bg-slide:nth-child(1) {
    background-image: url('../images/7.webp');
}

.hero-bg-column:nth-child(3) .hero-bg-slide:nth-child(2) {
    background-image: url('../images/8.webp');
}

.hero-bg-column:nth-child(3) .hero-bg-slide:nth-child(3) {
    background-image: url('../images/9.webp');
}

/* Column 4 slides */
.hero-bg-column:nth-child(4) .hero-bg-slide:nth-child(1) {
    background-image: url('../images/10.webp');
}

.hero-bg-column:nth-child(4) .hero-bg-slide:nth-child(2) {
    background-image: url('../images/11.webp');
}

.hero-bg-column:nth-child(4) .hero-bg-slide:nth-child(3) {
    background-image: url('../images/12.webp');
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to right,
            rgba(10, 10, 10, 0.95) 0%,
            rgba(10, 10, 10, 0.85) 50%,
            rgba(10, 10, 10, 0.95) 100%);
    pointer-events: none;
    z-index: 1;
}

.hero-particles {
    position: absolute;
    inset: 0;
    background-image:
        radial-gradient(2px 2px at 20% 30%, var(--brushed-gold), transparent),
        radial-gradient(2px 2px at 60% 70%, var(--bronze), transparent),
        radial-gradient(1px 1px at 50% 50%, var(--bright-gold), transparent),
        radial-gradient(1px 1px at 80% 10%, var(--brushed-gold), transparent);
    background-size: 200px 200px, 300px 300px, 250px 250px, 350px 350px;
    background-position: 0 0, 40px 60px, 130px 270px, 70px 100px;
    animation: float-particles 20s linear infinite;
    opacity: 0.4;
    z-index: 2;
}

@keyframes float-particles {
    0% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(50px, 50px);
    }
}

.hero-content-wrapper {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 3;
    text-align: center;
}

.hero-text-block {
    width: 100%;
}

.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 20px;
    background: rgba(201, 160, 80, 0.1);
    border: 1px solid var(--brushed-gold);
    border-radius: 30px;
    margin-bottom: 30px;
    backdrop-filter: blur(10px);
}

.badge-icon {
    color: var(--bright-gold);
    font-size: 18px;
}

.badge-text {
    color: var(--brushed-gold);
    font-weight: 600;
    font-size: 13px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.hero-headline {
    font-family: var(--font-display);
    font-size: clamp(50px, 6vw, 90px);
    font-weight: 800;
    line-height: 1.1;
    margin-bottom: 30px;
    color: var(--text-primary);
    max-width: 1200px;
}

.gold-gradient {
    background: linear-gradient(135deg, var(--bright-gold), var(--brushed-gold), var(--bronze));
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
}

.hero-description {
    font-size: 20px;
    line-height: 1.8;
    color: var(--text-secondary);
    margin-bottom: 50px;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
}

.hero-action-group {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
}

.primary-gold-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 18px 40px;
    background: linear-gradient(135deg, var(--brushed-gold), var(--bronze));
    color: var(--obsidian-black);
    font-weight: 700;
    font-size: 20px;
    border-radius: 12px;
    letter-spacing: 0.5px;
    box-shadow: 0 8px 30px rgba(201, 160, 80, 0.4);
    transition: all 0.3s ease;
}

.primary-gold-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 40px rgba(201, 160, 80, 0.6);
}

.primary-gold-btn svg {
    transition: transform 0.3s ease;
}

.primary-gold-btn:hover svg {
    transform: translateX(5px);
}

.secondary-outline-btn {
    padding: 18px 40px;
    background: transparent;
    color: var(--text-primary);
    border: 2px solid var(--brushed-gold);
    font-weight: 600;
    font-size: 20px;
    border-radius: 12px;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
}

.secondary-outline-btn:hover {
    background: rgba(201, 160, 80, 0.1);
    transform: translateY(-3px);
}

/* ========================================
   STATISTICS COUNTER SECTION
   ======================================== */
.stats-section {
    padding: 60px 40px;
    background: var(--obsidian-secondary);
    border-top: 1px solid var(--border-color);
    border-bottom: 1px solid var(--border-color);
}

.stats-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 60px;
    padding: 40px;
    background: var(--obsidian-tertiary);
    border-radius: 20px;
    border: 1px solid var(--border-color);
}

.stats-container .stat-item {
    text-align: center;
}

.stats-container .stat-number {
    font-family: var(--font-display);
    font-size: 58px;
    font-weight: 700;
    color: var(--brushed-gold);
    margin-bottom: 10px;
}

.stats-container .stat-label {
    font-size: 14px;
    color: var(--text-tertiary);
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 500;
}

.stats-container .stat-divider {
    width: 1px;
    height: 60px;
    background: var(--border-color);
}

/* ========================================
   CHANNEL SHOWCASE
   ======================================== */
.channel-showcase {
    padding: 80px 0;
    background: var(--obsidian-secondary);
    border-top: 1px solid var(--border-color);
    border-bottom: 1px solid var(--border-color);
    overflow: hidden;
}

.showcase-header {
    text-align: center;
    margin-bottom: 50px;
}

.showcase-header h3 {
    font-size: 16px;
    font-weight: 600;
    color: var(--text-tertiary);
    text-transform: uppercase;
    letter-spacing: 2px;
}

.channel-marquee-wrapper {
    position: relative;
    overflow: hidden;
}

.channel-marquee-track {
    display: flex;
    gap: 30px;
    animation: marquee-scroll 40s linear infinite;
    width: max-content;
}

@keyframes marquee-scroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

.channel-logo {
    width: 170px;
    height: 90px;
    background: var(--obsidian-tertiary);
    border-radius: 12px;
    border: 1px solid var(--border-color);
    flex-shrink: 0;
    transition: all 0.3s ease;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.channel-logo:nth-child(1) {
    background-image: url('../images/logo1.svg');
}

.channel-logo:nth-child(2) {
    background-image: url('../images/logo2.svg');
}

.channel-logo:nth-child(3) {
    background-image: url('../images/logo3.svg');
}

.channel-logo:nth-child(4) {
    background-image: url('../images/logo4.svg');
}

.channel-logo:nth-child(5) {
    background-image: url('../images/logo5.svg');
}

.channel-logo:nth-child(6) {
    background-image: url('../images/logo6.svg');
}

.channel-logo:nth-child(7) {
    background-image: url('../images/logo7.svg');
}

.channel-logo:nth-child(8) {
    background-image: url('../images/logo8.svg');
}

.channel-logo:nth-child(9) {
    background-image: url('../images/logo9.svg');
}

.channel-logo:nth-child(10) {
    background-image: url('../images/logo10.svg');
}

.channel-logo:nth-child(11) {
    background-image: url('../images/logo11.svg');
}

.channel-logo:nth-child(12) {
    background-image: url('../images/logo12.svg');
}

.channel-logo:nth-child(13) {
    background-image: url('../images/logo1.svg');
}

.channel-logo:nth-child(14) {
    background-image: url('../images/logo2.svg');
}

.channel-logo:nth-child(15) {
    background-image: url('../images/logo3.svg');
}

.channel-logo:nth-child(16) {
    background-image: url('../images/logo4.svg');
}

.channel-logo:nth-child(17) {
    background-image: url('../images/logo5.svg');
}

.channel-logo:nth-child(18) {
    background-image: url('../images/logo6.svg');
}

.channel-logo:nth-child(19) {
    background-image: url('../images/logo7.svg');
}

.channel-logo:nth-child(20) {
    background-image: url('../images/logo8.svg');
}

.channel-logo:nth-child(21) {
    background-image: url('../images/logo9.svg');
}

.channel-logo:nth-child(22) {
    background-image: url('../images/logo10.svg');
}

.channel-logo:nth-child(23) {
    background-image: url('../images/logo11.svg');
}

.channel-logo:nth-child(24) {
    background-image: url('../images/logo12.svg');
}

.channel-logo:nth-child(25) {
    background-image: url('../images/logo1.svg');
}

.channel-logo:nth-child(26) {
    background-image: url('../images/logo2.svg');
}

.channel-logo:nth-child(27) {
    background-image: url('../images/logo3.svg');
}

.channel-logo:nth-child(28) {
    background-image: url('../images/logo4.svg');
}

.channel-logo:hover {
    border-color: var(--brushed-gold);
    transform: translateY(-5px);
}

/* ========================================
   PROCESS ELEGANCE
   ======================================== */
.process-elegance {
    padding: 80px 40px;
    background: var(--obsidian-black);
}

.process-container {
    max-width: 1200px;
    margin: 0 auto;
}

.section-title-block {
    text-align: center;
    margin-bottom: 50px;
}

.section-title-block.centered {
    text-align: center;
}

.section-subtitle {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: var(--brushed-gold);
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 15px;
}

.section-title {
    font-family: var(--font-display);
    font-size: clamp(36px, 5vw, 56px);
    font-weight: 700;
    color: var(--text-primary);
    line-height: 1.2;
}

.gold-text {
    color: var(--brushed-gold);
}

.section-description-wide {
    max-width: 700px;
    margin: 25px auto 0;
    font-size: 17px;
    line-height: 1.8;
    color: var(--text-secondary);
}

.process-timeline {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 50px;
    position: relative;
}

.process-timeline::before {
    content: '';
    position: absolute;
    top: 60px;
    left: 16.666%;
    right: 16.666%;
    height: 2px;
    background: linear-gradient(90deg, var(--brushed-gold), var(--bronze));
    z-index: 0;
}

.process-timeline::before {
    content: '';
    position: absolute;
    top: 60px;
    left: 16.666%;
    right: 16.666%;
    height: 2px;
    background: linear-gradient(90deg, var(--brushed-gold), var(--bronze));
    z-index: 0;
}

.step-card {
    position: relative;
    background: var(--obsidian-secondary);
    border: 1px solid var(--border-color);
    border-radius: 20px;
    padding: 40px;
    text-align: center;
    transition: all 0.4s ease;
    z-index: 1;
}

.step-card:hover {
    border-color: var(--brushed-gold);
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(201, 160, 80, 0.15);
}

.step-icon {
    width: 100px;
    height: 100px;
    margin: 0 auto 30px;
    background: linear-gradient(135deg, var(--brushed-gold), var(--bronze));
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 30px rgba(201, 160, 80, 0.3);
    background-size: 50px;
    background-repeat: no-repeat;
    background-position: center;
}

.step-card:nth-child(1) .step-icon {
    background-image: url('../images/step1.png');
}

.step-card:nth-child(2) .step-icon {
    background-image: url('../images/step2.png');
}

.step-card:nth-child(3) .step-icon {
    background-image: url('../images/step3.png');
}

.step-number {
    font-family: var(--font-display);
    font-size: 48px;
    font-weight: 800;
    color: var(--obsidian-black);
    display: none;
}

.step-title {
    font-family: var(--font-display);
    font-size: 24px;
    font-weight: 600;
    color: var(--text-primary);
    margin-bottom: 15px;
}

.step-description {
    font-size: 15px;
    line-height: 1.7;
    color: var(--text-secondary);
}

/* ========================================
   PRICING OPULENCE
   ======================================== */
.pricing-opulence {
    padding: 120px 40px;
    background: var(--warm-black);
    position: relative;
}

/* ========================================
   COMPATIBLE DEVICES SECTION
   ======================================== */
.devices-compatible {
    padding: 80px 40px;
    background: var(--obsidian-black);
}

.devices-container {
    max-width: 1400px;
    margin: 0 auto;
}

.devices-content-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 60px;
    text-align: center;
}

.devices-image-block {
    position: relative;
    max-width: 600px;
    width: 100%;
}

.devices-placeholder {
    width: 100%;
    aspect-ratio: 4/3;
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid var(--border-color);
    box-shadow: 0 20px 60px rgba(201, 160, 80, 0.15);
}

.devices-showcase-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.devices-info-block {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
    width: 100%;
    max-width: 900px;
}

.devices-description {
    font-size: 16px;
    line-height: 1.8;
    color: var(--text-secondary);
    margin-top: 20px;
}

.devices-slider-wrapper {
    overflow: hidden;
    position: relative;
    padding: 40px 0;
    background: transparent;
}

.devices-slider-track {
    display: flex;
    gap: 15px;
    width: max-content;
    animation: devices-scroll 40s linear infinite;
}

@keyframes devices-scroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

.devices-slider-track:hover {
    animation-play-state: paused;
}

.device-item {
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 15px;
    padding: 30px;
    background: #151515;
    border: 1px solid var(--border-color);
    border-radius: 20px;
    transition: all 0.3s ease;
    min-width: 220px;
}

.device-item:hover {
    border-color: var(--brushed-gold);
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.4);
    background: #1a1a1a;
}

.device-icon {
    width: 150px;
    height: 150px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    filter: grayscale(0.3);
    transition: all 0.3s ease;
}

.device-item:hover .device-icon {
    filter: grayscale(0);
    transform: scale(1.05);
}

.device-name {
    font-size: 16px;
    font-weight: 600;
    color: var(--text-secondary);
    text-align: center;
    transition: color 0.3s ease;
}

.device-item:hover .device-name {
    color: var(--brushed-gold);
}

/* ========================================
   TESTIMONIALS PRESTIGE SECTION
   ======================================== */
.testimonials-prestige {
    padding: 120px 40px;
    background: var(--obsidian-secondary);
    position: relative;
}

.testimonials-container {
    max-width: 1400px;
    margin: 0 auto;
}

.testimonials-slider {
    margin-top: 60px;
    overflow: hidden;
    position: relative;
}

.testimonials-track {
    display: flex;
    gap: 40px;
    transition: transform 0.5s ease;
}

.testimonial-card {
    flex: 0 0 400px;
    background: var(--obsidian-tertiary);
    border: 1px solid var(--border-color);
    border-radius: 20px;
    padding: 40px;
    text-align: center;
    transition: all 0.4s ease;
}

.testimonial-card:hover {
    border-color: var(--brushed-gold);
    transform: translateY(-10px);
    box-shadow: 0 20px 60px rgba(201, 160, 80, 0.2);
}

.testimonial-image {
    width: 80px;
    height: 80px;
    margin: 0 auto 20px;
    border-radius: 50%;
    overflow: hidden;
    border: 3px solid var(--brushed-gold);
    box-shadow: 0 5px 20px rgba(201, 160, 80, 0.3);
}

.testimonial-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.testimonial-rating {
    color: var(--bright-gold);
    font-size: 20px;
    margin-bottom: 20px;
    letter-spacing: 3px;
}

.testimonial-text {
    font-size: 15px;
    line-height: 1.8;
    color: var(--text-secondary);
    margin-bottom: 25px;
    font-style: italic;
}

.testimonial-name {
    font-family: var(--font-display);
    font-size: 18px;
    font-weight: 600;
    color: var(--text-primary);
    margin-bottom: 5px;
}

.testimonial-location {
    font-size: 13px;
    color: var(--text-tertiary);
}

.testimonials-controls {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-top: 40px;
}

.testimonial-prev,
.testimonial-next {
    width: 50px;
    height: 50px;
    background: var(--obsidian-tertiary);
    border: 2px solid var(--brushed-gold);
    border-radius: 50%;
    color: var(--brushed-gold);
    font-size: 24px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonial-prev:hover,
.testimonial-next:hover {
    background: linear-gradient(135deg, var(--brushed-gold), var(--bronze));
    color: var(--obsidian-black);
    transform: scale(1.1);
}

/* ========================================
   PRICING OPULENCE
   ======================================== */
.pricing-opulence {
    padding: 120px 40px;
    background: var(--warm-black);
    position: relative;
}

.pricing-bg-pattern {
    position: absolute;
    inset: 0;
    opacity: 0.03;
    background-image: repeating-linear-gradient(45deg,
            var(--brushed-gold) 0,
            var(--brushed-gold) 1px,
            transparent 0,
            transparent 50%);
    background-size: 20px 20px;
}

.pricing-cards-container {
    max-width: 1300px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    position: relative;
    z-index: 1;
}

.pricing-tier {
    background: var(--obsidian-secondary);
    border: 1px solid var(--border-color);
    border-radius: 20px;
    padding: 50px 40px;
    text-align: center;
    transition: all 0.4s ease;
    position: relative;
}

.pricing-tier:hover {
    transform: translateY(-10px);
    border-color: var(--brushed-gold);
    box-shadow: 0 20px 60px rgba(201, 160, 80, 0.15);
}

.featured-tier {
    background: linear-gradient(135deg, var(--obsidian-tertiary), var(--obsidian-secondary));
    border: 2px solid var(--brushed-gold);
    transform: scale(1.05);
}

.featured-tier:hover {
    transform: scale(1.08) translateY(-10px);
}

.tier-crown {
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, var(--brushed-gold), var(--bronze));
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--obsidian-black);
    box-shadow: 0 5px 20px rgba(201, 160, 80, 0.4);
}

.tier-badge {
    display: inline-block;
    padding: 8px 20px;
    background: rgba(201, 160, 80, 0.1);
    border: 1px solid var(--brushed-gold);
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    color: var(--brushed-gold);
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 25px;
}

.tier-badge.premium {
    background: var(--brushed-gold);
    color: var(--obsidian-black);
}

.tier-name {
    font-family: var(--font-display);
    font-size: 28px;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 10px;
}

.tier-duration {
    font-size: 14px;
    color: var(--text-tertiary);
    margin-bottom: 30px;
}

.tier-pricing {
    margin-bottom: 40px;
}

.amount {
    font-family: var(--font-display);
    font-size: 90px;
    font-weight: 800;
    color: var(--text-primary);
}

.tier-benefits {
    list-style: none;
    margin-bottom: 40px;
    text-align: left;
}

.tier-benefits li {
    padding: 12px 0;
    font-size: 15px;
    color: var(--text-secondary);
    display: flex;
    align-items: center;
    gap: 12px;
    border-bottom: 1px solid var(--border-color);
}

.tier-benefits li:last-child {
    border-bottom: none;
}

.tier-benefits li::before {
    content: '✓';
    color: var(--brushed-gold);
    font-weight: 700;
    font-size: 18px;
    flex-shrink: 0;
}

.tier-subscribe-btn {
    display: inline-block;
    width: 100%;
    padding: 16px 30px;
    background: var(--ui-secondary);
    border: 2px solid var(--brushed-gold);
    color: var(--text-primary);
    font-weight: 600;
    font-size: 18px;
    border-radius: 12px;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
}

.tier-subscribe-btn:hover {
    background: linear-gradient(135deg, var(--brushed-gold), var(--bronze));
    color: var(--obsidian-black);
    border-color: transparent;
}

.tier-subscribe-btn.premium-btn {
    background: linear-gradient(135deg, var(--brushed-gold), var(--bronze));
    color: var(--obsidian-black);
    border-color: transparent;
}

.tier-subscribe-btn.premium-btn:hover {
    box-shadow: 0 8px 25px rgba(201, 160, 80, 0.4);
    transform: translateY(-2px);
}

/* ========================================
   CONTENT GALLERY
   ======================================== */
.content-gallery {
    padding: 120px 40px;
    background: var(--obsidian-black);
}

.gallery-header {
    text-align: center;
    margin-bottom: 70px;
}

.gallery-header h2 {
    font-family: var(--font-display);
    font-size: clamp(36px, 5vw, 52px);
    font-weight: 700;
    margin-bottom: 15px;
}

.gallery-header p {
    font-size: 17px;
    color: var(--text-secondary);
}

.gallery-grid {
    max-width: 1400px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 25px;
}

.content-card {
    aspect-ratio: 2/3;
    background: var(--obsidian-secondary);
    border-radius: 16px;
    border: 1px solid var(--border-color);
    transition: all 0.4s ease;
    cursor: pointer;
    overflow: hidden;
    position: relative;
    background-size: cover;
    background-position: center;
}

.content-card::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(0deg, var(--obsidian-black) 0%, transparent 50%);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.content-card:hover {
    transform: translateY(-10px) scale(1.02);
    border-color: var(--brushed-gold);
    box-shadow: 0 15px 40px rgba(201, 160, 80, 0.2);
}

.content-card:hover::after {
    opacity: 1;
}

/* ========================================
   FEATURES DISTINCTION
   ======================================== */
.features-distinction {
    padding: 120px 40px;
    background: var(--obsidian-secondary);
}

.features-wrapper {
    max-width: 1400px;
    margin: 0 auto;
}

.features-masonry {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 40px;
}

.features-masonry {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 40px;
}

.feature-card {
    background: var(--obsidian-tertiary);
    border: 1px solid var(--border-color);
    border-radius: 20px;
    padding: 40px;
    transition: all 0.4s ease;
}

.feature-card:hover {
    border-color: var(--brushed-gold);
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(201, 160, 80, 0.15);
}

.feature-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, rgba(201, 160, 80, 0.2), rgba(139, 115, 85, 0.1));
    border: 2px solid var(--brushed-gold);
    border-radius: 16px;
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: 40px;
    background-repeat: no-repeat;
    background-position: center;
}

.feature-card:nth-child(1) .feature-icon {
    background-image: url('../images/icon3.png');
}

.feature-card:nth-child(2) .feature-icon {
    background-image: url('../images/icon4.png');
}

.feature-card:nth-child(3) .feature-icon {
    background-image: url('../images/icon5.png');
}

.feature-card:nth-child(4) .feature-icon {
    background-image: url('../images/icon1.png');
}

.feature-card:nth-child(5) .feature-icon {
    background-image: url('../images/icon2.png');
}

.feature-card:nth-child(6) .feature-icon {
    background-image: url('../images/icon6.png');
}

.feature-title {
    font-family: var(--font-display);
    font-size: 24px;
    font-weight: 600;
    color: var(--text-primary);
    margin-bottom: 15px;
}

.feature-description {
    font-size: 15px;
    line-height: 1.7;
    color: var(--text-secondary);
}

/* ========================================
   FAQ PRESTIGE
   ======================================== */
.faq-prestige {
    padding: 120px 40px;
    background: var(--warm-black);
}

.faq-container {
    max-width: 1200px;
    margin: 0 auto;
}

.faq-accordion-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

.faq-column {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.faq-column {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.faq-item {
    background: var(--obsidian-secondary);
    border: 1px solid var(--border-color);
    border-radius: 16px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.faq-item:hover {
    border-color: var(--brushed-gold);
}

.faq-item.active {
    border-color: var(--brushed-gold);
    box-shadow: 0 8px 25px rgba(201, 160, 80, 0.15);
}

.faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 25px 30px;
    cursor: pointer;
    gap: 20px;
}

.faq-question h3 {
    font-size: 18px;
    font-weight: 600;
    color: var(--text-primary);
    flex: 1;
    transition: color 0.3s ease;
}

.faq-item.active .faq-question h3 {
    color: var(--brushed-gold);
}

.faq-toggle {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: var(--obsidian-tertiary);
    border: 2px solid var(--border-color);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    flex-shrink: 0;
    transition: all 0.3s ease;
}

.faq-toggle::before,
.faq-toggle::after {
    content: '';
    position: absolute;
    background: var(--text-secondary);
    transition: all 0.3s ease;
}

.faq-toggle::before {
    width: 12px;
    height: 2px;
}

.faq-toggle::after {
    width: 2px;
    height: 12px;
}

.faq-item.active .faq-toggle {
    background: var(--brushed-gold);
    border-color: var(--brushed-gold);
    transform: rotate(45deg);
}

.faq-item.active .faq-toggle::before,
.faq-item.active .faq-toggle::after {
    background: var(--obsidian-black);
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
}

.faq-item.active .faq-answer {
    max-height: 500px;
}

.faq-answer-content {
    padding: 30px 30px 25px;
    font-size: 15px;
    line-height: 1.7;
    color: var(--text-secondary);
}

/* ========================================
   CTA PRESTIGE
   ======================================== */
.cta-prestige {
    padding: 120px 40px;
    background: var(--obsidian-black);
    position: relative;
    overflow: hidden;
}

.cta-radial-gradient {
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 50% 50%, rgba(201, 160, 80, 0.12) 0%, transparent 70%);
    pointer-events: none;
}

.cta-content-block {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    z-index: 1;
}

.cta-headline {
    font-family: var(--font-display);
    font-size: clamp(60px, 5vw, 80px);
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 30px;
    color: var(--text-primary);
}

.cta-subtext {
    font-size: 20px;
    line-height: 1.8;
    color: var(--text-secondary);
    margin-bottom: 50px;
}

.cta-subtext strong {
    color: var(--text-secondary);
    font-weight: 600;
}

.cta-button-row {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}

.cta-primary-gold {
    padding: 20px 50px;
    background: linear-gradient(135deg, var(--brushed-gold), var(--bronze));
    color: var(--obsidian-black);
    font-weight: 700;
    font-size: 18px;
    border-radius: 12px;
    letter-spacing: 0.5px;
    box-shadow: 0 10px 35px rgba(201, 160, 80, 0.4);
    transition: all 0.3s ease;
}

.cta-primary-gold:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 45px rgba(201, 160, 80, 0.6);
}

.cta-secondary-outline {
    padding: 20px 50px;
    background: transparent;
    border: 2px solid var(--brushed-gold);
    color: var(--text-primary);
    font-weight: 600;
    font-size: 18px;
    border-radius: 12px;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
}

.cta-secondary-outline:hover {
    background: rgba(201, 160, 80, 0.1);
    transform: translateY(-3px);
}

/* ========================================
   FOOTER ELEGANCE
   ======================================== */
.footer-elegance {
    background: var(--obsidian-black);
    border-top: none;
    padding: 60px 40px 30px;
}

.footer-content-grid {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
}

.footer-nav-section {
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
    justify-content: center;
}

.footer-nav-link {
    font-size: 17px;
    color: var(--text-secondary);
    font-weight: 500;
    transition: color 0.3s ease;
    padding-inline: 10px;
}

.footer-nav-link:hover {
    color: var(--brushed-gold);
}


.footer-divider {
    max-width: 1400px;
    margin: 0 auto 30px;
    height: 1px;
    background: var(--border-color);
}

.footer-bottom {
    max-width: 1400px;
    margin: 0 auto;
    text-align: center;
}

.copyright-text {
    font-size: 14px;
    color: var(--text-tertiary);
}

/* ========================================
   RESPONSIVE DESIGN
   ======================================== */
@media (max-width: 1200px) {
    .hero-content-wrapper {
        max-width: 800px;
    }

    .pricing-cards-container {
        grid-template-columns: 1fr;
    }

    .featured-tier {
        transform: scale(1);
    }

    .faq-accordion-grid {
        grid-template-columns: 1fr;
    }

    .devices-content-wrapper {
        grid-template-columns: 1fr;
        gap: 60px;
    }

    .testimonial-card {
        flex: 0 0 350px;
    }
}



/* ========================================
   ENTRANCE & SCROLL ANIMATIONS
   ======================================== */

/* Keyframes */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translate3d(0, 40px, 0);
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translate3d(0, -40px, 0);
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

@keyframes scaleIn {
    from {
        opacity: 0;
        transform: scale(0.9);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

/* Hero Entrance Animations */

.hero-headline {
    opacity: 0;
    animation: fadeInUp 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
    animation-delay: 0.4s;
}

.hero-description {
    opacity: 0;
    animation: fadeInUp 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
    animation-delay: 0.6s;
}

.hero-action-group {
    opacity: 0;
    animation: fadeInUp 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
    animation-delay: 0.8s;
}

/* Scroll Animations */
.fade-in-section {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;
    will-change: opacity, transform;
}

.fade-in-section.is-visible {
    opacity: 1;
    transform: translateY(0);
}

/* Staggered Delays for Children (optional usage) */
.stagger-delay-1 {
    transition-delay: 0.1s;
}

.stagger-delay-2 {
    transition-delay: 0.2s;
}

.stagger-delay-3 {
    transition-delay: 0.3s;
}

/* ========================================
   RESPONSIVE DESIGN (REWRITTEN)
   ======================================== */

/* --- Tablet & Small Laptop (max-width: 1024px) --- */
@media (max-width: 1024px) {
    .header-inner {
        padding: 20px 30px;
        gap: 30px;
    }

    .main-navigation {
        gap: 30px;
    }

    .nav-link {
        font-size: 15px;
    }

    /* Fix Hero Height & Text for Tablets */
    .hero-prestige {
        min-height: 60vh;
        /* Reduce from 100vh */
        padding: 140px 40px 60px;
        height: auto;
    }

    .hero-headline {
        font-size: clamp(40px, 6vw, 70px);
        /* Adjust for tablet */
        line-height: 1.1;
    }

    .hero-description {
        font-size: 18px;
        max-width: 700px;
    }

    .pricing-cards-container,
    .process-timeline,
    .features-masonry {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
    }

    .pricing-card.featured-tier {
        transform: scale(1);
    }

    .pricing-card.featured-tier:hover {
        transform: translateY(-10px);
    }

    .stats-container {
        gap: 30px;
        padding: 30px;
    }

    .stat-number {
        font-size: 42px;
    }
}

/* --- Mobile & Tablet Portrait (max-width: 768px) --- */
@media (max-width: 768px) {

    /* Header & Navigation */
    .mobile-menu-toggle {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        width: 30px;
        height: 20px;
        z-index: 99999;
        /* Ensure it's on top of everything */
        cursor: pointer;
        background: transparent;
        border: none;
        padding: 0;
        position: relative;
        /* Ensure z-index works */
    }

    .mobile-menu-toggle span {
        display: block;
        width: 100%;
        height: 2px;
        background-color: var(--text-primary);
        border-radius: 2px;
        transition: all 0.3s ease;
    }

    /* Force visibility on mobile/tablet to prevent animation issues */
    .fade-in-section,
    .scroll-reveal {
        opacity: 1 !important;
        transform: none !important;
        transition: none !important;
        animation: none !important;
    }

    .hero-headline,
    .hero-description,
    .hero-action-group {
        opacity: 1 !important;
        animation: none !important;
    }

    .main-navigation {
        position: fixed;
        top: 0;
        right: -100%;
        /* Slide from right */
        width: 85%;
        max-width: 320px;
        height: 100vh;
        background: rgba(10, 10, 10, 0.98);
        backdrop-filter: blur(20px);
        display: flex;
        /* Ensure it's visible */
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        padding: 120px 40px 40px;
        gap: 30px;
        transition: right 0.4s cubic-bezier(0.77, 0, 0.175, 1);
        border-left: 1px solid var(--border-color);
        box-shadow: -10px 0 40px rgba(0, 0, 0, 0.5);
        z-index: 9000;
    }

    .main-navigation.mobile-active {
        right: 0;
    }

    /* Overlay when menu is open */
    body.menu-open::before {
        content: '';
        position: fixed;
        inset: 0;
        background: rgba(0, 0, 0, 0.7);
        backdrop-filter: blur(5px);
        z-index: 8999;
        /* Below menu (9000) but above content */
        animation: fadeIn 0.3s ease;
    }

    @keyframes fadeIn {
        from {
            opacity: 0;
        }

        to {
            opacity: 1;
        }
    }

    .nav-link {
        font-size: 20px;
        width: 100%;
        text-align: center;
        padding: 15px 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    }

    .header-cta {
        display: none;
    }

    .mobile-nav-btn {
        display: inline-flex !important;
        margin-top: 20px;
        width: 100%;
        justify-content: center;
    }

    .trial-button {
        padding: 15px 35px;
        font-size: 18px;
    }

    /* Hero Section */
    .hero-prestige {
        padding: 120px 20px 60px;
        min-height: auto;
        /* Allow content to dictate height */
    }

    .hero-headline {
        font-size: 42px;
        line-height: 1.2;
    }

    .hero-description {
        font-size: 16px;
        margin-bottom: 30px;
    }

    .hero-action-group {
        flex-direction: column;
        width: 100%;
        gap: 15px;
    }

    .primary-gold-btn,
    .secondary-outline-btn {
        width: 100%;
        justify-content: center;
    }

    /* Stats Section */
    .stats-container {
        flex-direction: column;
        gap: 40px;
    }

    .stat-divider {
        width: 100%;
        height: 1px;
    }



    /* Grids to Single Column */
    .pricing-cards-container,
    .process-timeline,
    .features-masonry,
    .faq-accordion-grid,
    .gallery-grid {
        grid-template-columns: 1fr;
    }

    /* Pricing */
    .pricing-tier {
        padding: 40px 30px;
    }

    /* FAQ */
    .faq-accordion-grid {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    /* Footer */
    .footer-content-grid {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .footer-nav-section {
        flex-direction: column;
        gap: 20px;
    }
}

/* --- Small Mobile (max-width: 480px) --- */
@media (max-width: 480px) {
    .header-inner {
        padding: 15px 20px;
    }

    .brand-logo {
        height: 45px;
    }

    .hero-headline {
        font-size: 40px;
    }

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

    .section-header {
        margin-bottom: 40px;
    }

    .process-elegance,
    .pricing-opulence,
    .features-distinction,
    .faq-prestige,
    .content-gallery,
    .testimonials-prestige {
        padding: 60px 20px;
    }

    .testimonial-card {
        flex: 0 0 300px;
        /* Smaller cards for carousel */
        padding: 30px 20px;
    }


}