:root {
    --bg-dark: #0c0e17;
    --bg-surface: #141724;
    
    --clay-card-bg: linear-gradient(145deg, rgba(28, 33, 49, 0.92), rgba(18, 21, 32, 0.96));
    --clay-card-hover: linear-gradient(145deg, rgba(36, 42, 62, 0.96), rgba(22, 26, 40, 0.98));
    
    --primary: #ffffff;
    --primary-hover: #f0f3ff;
    --primary-clay: linear-gradient(135deg, #ffffff 0%, #cbd4f0 100%);
    
    --text-main: #f5f7ff;
    --text-muted: #8e97b3;
    --border: rgba(255, 255, 255, 0.12);
    
    --accent-red: #ff5252;
    --accent-green: #00e676;
    --accent-yellow: #ffd600;
    --accent-purple: #ab47bc;

    /* Master Claymorphism Shadows & Highlights */
    --clay-card-shadow: 
        16px 24px 45px rgba(0, 0, 0, 0.75),
        -6px -6px 16px rgba(255, 255, 255, 0.09) inset,
        8px 8px 18px rgba(0, 0, 0, 0.65) inset;

    --clay-card-shadow-hover: 
        22px 32px 55px rgba(0, 0, 0, 0.85),
        -8px -8px 20px rgba(255, 255, 255, 0.15) inset,
        10px 10px 22px rgba(0, 0, 0, 0.75) inset;

    --clay-btn-primary-shadow: 
        8px 14px 28px rgba(0, 0, 0, 0.55),
        -4px -4px 10px rgba(255, 255, 255, 0.9) inset,
        5px 5px 12px rgba(0, 0, 0, 0.3) inset;

    --clay-btn-primary-hover: 
        12px 18px 34px rgba(0, 0, 0, 0.65),
        -5px -5px 12px rgba(255, 255, 255, 1) inset,
        6px 6px 14px rgba(0, 0, 0, 0.35) inset;

    --clay-btn-active-shadow: 
        3px 5px 12px rgba(0, 0, 0, 0.4),
        inset 4px 4px 10px rgba(0, 0, 0, 0.45),
        inset -3px -3px 8px rgba(255, 255, 255, 0.5);

    --clay-btn-outline-shadow: 
        8px 14px 28px rgba(0, 0, 0, 0.5),
        -4px -4px 10px rgba(255, 255, 255, 0.12) inset,
        5px 5px 12px rgba(0, 0, 0, 0.5) inset;

    --clay-input-shadow: 
        inset 6px 6px 14px rgba(0, 0, 0, 0.7),
        inset -4px -4px 10px rgba(255, 255, 255, 0.06),
        0 4px 14px rgba(0, 0, 0, 0.35);

    --radius-pill: 50px;
    --radius-card: 32px;
    --radius-sm: 20px;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Outfit', sans-serif;
    background-color: var(--bg-dark);
    color: var(--text-main);
    line-height: 1.6;
    overflow-x: hidden;
    background-image: 
        radial-gradient(circle at 15% 20%, rgba(255, 255, 255, 0.04) 0%, transparent 45%),
        radial-gradient(circle at 85% 60%, rgba(255, 255, 255, 0.04) 0%, transparent 50%),
        radial-gradient(circle at 50% 90%, rgba(130, 150, 220, 0.03) 0%, transparent 60%);
}

/* Background Animated Blobs */
.background-effects {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: -1;
    pointer-events: none;
    overflow: hidden;
}

.glow {
    position: absolute;
    border-radius: 50%;
    filter: blur(150px);
    opacity: 0.12;
    animation: floatOrb 22s infinite alternate cubic-bezier(0.45, 0, 0.55, 1);
}

@keyframes floatOrb {
    0% { transform: translate(0, 0) scale(1); }
    33% { transform: translate(70px, -70px) scale(1.2); }
    66% { transform: translate(-50px, 60px) scale(0.9); }
    100% { transform: translate(40px, 40px) scale(1.1); }
}

.glow-1 {
    top: -15%;
    left: -10%;
    width: 650px;
    height: 650px;
    background: #ffffff;
    animation-delay: 0s;
}

.glow-2 {
    bottom: -20%;
    right: -10%;
    width: 700px;
    height: 700px;
    background: #8b9bb4;
    animation-delay: -6s;
}

.glow-3 {
    top: 40%;
    right: 15%;
    width: 500px;
    height: 500px;
    background: #506385;
    animation-delay: -12s;
}

/* Scroll Animation Utility */
.fade-in-up {
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 0.8s cubic-bezier(0.16, 1, 0.3, 1), transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}

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

/* Typography & Layout */
h1, h2, h3, h4 {
    line-height: 1.25;
    margin-bottom: 1rem;
    font-weight: 700;
}

.section-padding {
    padding: 6rem 2rem;
    max-width: 1200px;
    margin: 0 auto;
}

.section-header {
    text-align: center;
    margin-bottom: 4rem;
}

.section-header h2 {
    font-size: 2.85rem;
    font-weight: 800;
    letter-spacing: -0.5px;
    background: linear-gradient(135deg, #ffffff 0%, #cbd4f0 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    filter: drop-shadow(0 4px 12px rgba(255, 255, 255, 0.15));
}

.section-header p {
    color: var(--text-muted);
    font-size: 1.15rem;
}

.w-100 {
    width: 100%;
}

/* ==========================================================================
   Claymorphism Buttons
   ========================================================================== */
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.65rem;
    padding: 0.9rem 1.9rem;
    border-radius: var(--radius-pill);
    font-family: inherit;
    font-weight: 700;
    font-size: 1rem;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
    border: none;
    outline: none;
    text-decoration: none;
    position: relative;
    user-select: none;
}

.btn-primary {
    background: var(--primary-clay);
    color: #0b0d14;
    box-shadow: var(--clay-btn-primary-shadow);
}

.btn-primary:hover {
    transform: translateY(-4px) scale(1.03);
    box-shadow: var(--clay-btn-primary-hover);
    color: #0b0d14;
}

.btn-primary:active {
    transform: translateY(3px) scale(0.97);
    box-shadow: var(--clay-btn-active-shadow);
}

.btn-outline {
    background: linear-gradient(145deg, rgba(32, 38, 56, 0.95), rgba(20, 24, 36, 0.98));
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.18);
    box-shadow: var(--clay-btn-outline-shadow);
}

.btn-outline:hover {
    background: linear-gradient(145deg, rgba(42, 50, 74, 0.98), rgba(26, 32, 48, 0.98));
    transform: translateY(-4px) scale(1.03);
    border-color: rgba(255, 255, 255, 0.4);
    color: #ffffff;
}

.btn-outline:active {
    transform: translateY(3px) scale(0.97);
    box-shadow: inset 5px 5px 10px rgba(0, 0, 0, 0.6), inset -3px -3px 6px rgba(255, 255, 255, 0.1);
}

.btn-large {
    padding: 1.15rem 2.85rem;
    font-size: 1.15rem;
}

/* ==========================================================================
   Claymorphism Header / Navigation Bar
   ========================================================================== */
.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.9rem 2.25rem;
    max-width: 1150px;
    margin: 1.5rem auto 0;
    position: sticky;
    top: 1.5rem;
    z-index: 100;
    background: var(--clay-card-bg);
    border-radius: var(--radius-pill);
    box-shadow: var(--clay-card-shadow);
    border: 1px solid var(--border);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
}

.logo {
    font-size: 1.55rem;
    font-weight: 900;
    display: flex;
    align-items: center;
    gap: 0.65rem;
    letter-spacing: -0.5px;
    color: #ffffff;
}

.logo i {
    color: #ffffff;
    filter: drop-shadow(0 4px 10px rgba(255, 255, 255, 0.3));
}

.nav-links {
    display: flex;
    gap: 1.75rem;
    align-items: center;
}

.nav-links a {
    color: var(--text-muted);
    text-decoration: none;
    font-weight: 600;
    font-size: 0.95rem;
    padding: 0.5rem 1rem;
    border-radius: var(--radius-pill);
    transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.nav-links a:hover {
    color: #ffffff;
    background: linear-gradient(145deg, rgba(40, 48, 70, 0.7), rgba(24, 28, 42, 0.7));
    box-shadow: 
        4px 6px 12px rgba(0,0,0,0.4),
        inset -2px -2px 5px rgba(255, 255, 255, 0.1),
        inset 2px 2px 5px rgba(0, 0, 0, 0.4);
    transform: translateY(-2px);
}

/* ==========================================================================
   Hero Section & Platform Support
   ========================================================================== */
.hero {
    min-height: 82vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 4rem 2rem 2rem;
    position: relative;
}

.hero-content {
    max-width: 850px;
    animation: fadeIn 1s ease-out;
}

.platform-support {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    background: var(--clay-card-bg);
    padding: 0.75rem 1.5rem;
    border-radius: var(--radius-pill);
    box-shadow: var(--clay-card-shadow);
    border: 1px solid var(--border);
    margin-bottom: 2.25rem;
    backdrop-filter: blur(12px);
    flex-wrap: wrap;
    justify-content: center;
}

.support-label {
    font-size: 0.9rem;
    color: var(--text-muted);
    font-weight: 600;
}

.badge {
    font-size: 0.85rem;
    font-weight: 700;
    padding: 0.45rem 1rem;
    border-radius: var(--radius-pill);
    display: flex;
    align-items: center;
    gap: 0.45rem;
    box-shadow: inset -3px -3px 6px rgba(255, 255, 255, 0.15), inset 3px 3px 6px rgba(0, 0, 0, 0.4);
}

.badge.active {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.08));
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.35);
    box-shadow: 
        4px 6px 14px rgba(0, 0, 0, 0.4),
        inset -3px -3px 6px rgba(255, 255, 255, 0.25),
        inset 3px 3px 6px rgba(0, 0, 0, 0.3);
}

.badge.maintenance {
    background: linear-gradient(135deg, rgba(140, 150, 175, 0.18), rgba(140, 150, 175, 0.06));
    color: #9aa5be;
    border: 1px solid rgba(140, 150, 175, 0.25);
}

.hero h1 {
    font-size: 4.5rem;
    font-weight: 900;
    letter-spacing: -2px;
    margin-bottom: 1.5rem;
    line-height: 1.1;
}

.hero h1 span {
    background: linear-gradient(135deg, #ffffff 0%, #cbd4f0 50%, #8896be 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    filter: drop-shadow(0 4px 16px rgba(255, 255, 255, 0.2));
}

.hero p {
    font-size: 1.3rem;
    color: var(--text-muted);
    margin-bottom: 2.75rem;
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.7;
}

/* Service Support Carousel */
.services-support {
    margin-top: 4.5rem;
    padding-top: 2.5rem;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    overflow: hidden;
    width: 100%;
}

.services-support p {
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 2.5px;
    color: var(--text-muted);
    font-weight: 800;
    margin-bottom: 1.75rem;
}

.service-logos-wrapper {
    overflow: hidden;
    position: relative;
    width: 100%;
    -webkit-mask-image: linear-gradient(to right, transparent, black 15%, black 85%, transparent);
    mask-image: linear-gradient(to right, transparent, black 15%, black 85%, transparent);
}

.service-logos {
    display: flex;
    gap: 2.5rem;
    width: max-content;
    padding-right: 2.5rem;
    animation: scrollLogos 22s linear infinite;
}

.service-logos:hover {
    animation-play-state: paused;
}

@keyframes scrollLogos {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

.service {
    font-size: 1.2rem;
    font-weight: 700;
    padding: 0.75rem 1.75rem;
    border-radius: var(--radius-pill);
    background: var(--clay-card-bg);
    box-shadow: var(--clay-card-shadow);
    border: 1px solid var(--border);
    opacity: 0.9;
    transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
    display: flex;
    align-items: center;
    gap: 0.65rem;
    user-select: none;
}

.service:hover {
    opacity: 1;
    transform: translateY(-50%) translateY(-4px) scale(1.06);
    box-shadow: var(--clay-card-shadow-hover);
}

/* ==========================================================================
   Features Section
   ========================================================================== */
.features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 2.25rem;
    margin-top: 2rem;
}

.feature-card {
    background: var(--clay-card-bg);
    border-radius: var(--radius-card);
    padding: 3rem 2.25rem;
    text-align: center;
    box-shadow: var(--clay-card-shadow);
    border: 1px solid var(--border);
    backdrop-filter: blur(12px);
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    position: relative;
}

.feature-card:hover {
    transform: translateY(-8px) scale(1.03);
    box-shadow: var(--clay-card-shadow-hover);
    border-color: rgba(255, 255, 255, 0.25);
    background: var(--clay-card-hover);
}

.feature-icon {
    font-size: 2.25rem;
    color: #0b0d14;
    margin-bottom: 1.75rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 5.75rem;
    height: 5.75rem;
    background: linear-gradient(135deg, #ffffff, #cad4f0);
    border-radius: 50%;
    box-shadow: 
        8px 12px 24px rgba(0, 0, 0, 0.55),
        -5px -5px 12px rgba(255, 255, 255, 0.9) inset,
        5px 5px 12px rgba(0, 0, 0, 0.3) inset;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.feature-card:hover .feature-icon {
    transform: scale(1.15) rotate(6deg);
}

.feature-card h3 {
    font-size: 1.4rem;
    margin-bottom: 1rem;
    font-weight: 800;
}

.feature-card p {
    color: var(--text-muted);
    font-size: 1rem;
    line-height: 1.65;
}

/* ==========================================================================
   Public Rooms Section
   ========================================================================== */
.room-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(310px, 1fr));
    gap: 2.25rem;
}

.room-card {
    background: var(--clay-card-bg);
    border-radius: var(--radius-card);
    overflow: hidden;
    box-shadow: var(--clay-card-shadow);
    border: 1px solid var(--border);
    backdrop-filter: blur(12px);
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.room-card:hover {
    transform: translateY(-8px) scale(1.03);
    box-shadow: var(--clay-card-shadow-hover);
    border-color: rgba(255, 255, 255, 0.25);
}

.room-image {
    height: 180px;
    position: relative;
    display: flex;
    align-items: flex-end;
    padding: 1.25rem;
}

.room-status {
    background: linear-gradient(135deg, rgba(20, 24, 36, 0.92), rgba(10, 12, 18, 0.96));
    backdrop-filter: blur(10px);
    padding: 0.5rem 1.15rem;
    border-radius: var(--radius-pill);
    font-size: 0.85rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 0.55rem;
    box-shadow: 
        6px 8px 16px rgba(0, 0, 0, 0.6),
        -3px -3px 6px rgba(255, 255, 255, 0.15) inset,
        3px 3px 6px rgba(0, 0, 0, 0.5) inset;
    border: 1px solid var(--border);
}

.dot {
    width: 9px;
    height: 9px;
    background-color: #ffffff;
    border-radius: 50%;
}

.pulse {
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0% { box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7); }
    70% { box-shadow: 0 0 0 10px rgba(255, 255, 255, 0); }
    100% { box-shadow: 0 0 0 0 rgba(255, 255, 255, 0); }
}

.room-info {
    padding: 1.85rem;
}

.room-info h3 {
    font-size: 1.3rem;
    margin-bottom: 1rem;
    font-weight: 800;
}

.room-meta {
    display: flex;
    justify-content: space-between;
    font-size: 0.95rem;
    color: var(--text-muted);
    margin-bottom: 1.75rem;
    font-weight: 600;
}

/* ==========================================================================
   Popular Movies Grid
   ========================================================================== */
.popular-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 1.85rem;
}

.poster-card {
    height: 360px;
    border-radius: var(--radius-card);
    position: relative;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    cursor: pointer;
    box-shadow: var(--clay-card-shadow);
    border: 1px solid var(--border);
}

.poster-card:hover {
    transform: translateY(-8px) scale(1.04);
    box-shadow: var(--clay-card-shadow-hover);
    border-color: rgba(255, 255, 255, 0.25);
}

.poster-content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 2.5rem 1.25rem 1.25rem;
    background: linear-gradient(to top, rgba(12, 14, 23, 0.98), rgba(12, 14, 23, 0.6) 60%, transparent);
}

.poster-content h4 {
    margin-bottom: 0.35rem;
    font-size: 1.15rem;
}

.poster-content span {
    font-size: 0.88rem;
    color: var(--text-muted);
}

/* ==========================================================================
   Pricing Section
   ========================================================================== */
.pricing-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2.5rem;
    align-items: center;
}

.pricing-card {
    background: var(--clay-card-bg);
    border-radius: 36px;
    padding: 3.25rem 2.5rem;
    position: relative;
    box-shadow: var(--clay-card-shadow);
    border: 1px solid var(--border);
    backdrop-filter: blur(12px);
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.pricing-card:hover {
    transform: translateY(-6px);
    box-shadow: var(--clay-card-shadow-hover);
}

.pricing-card.popular {
    border: 2px solid rgba(255, 255, 255, 0.3);
    transform: scale(1.05);
    background: linear-gradient(145deg, rgba(38, 45, 68, 0.96), rgba(22, 26, 40, 0.98));
    box-shadow: 
        20px 30px 55px rgba(0, 0, 0, 0.75),
        -6px -6px 18px rgba(255, 255, 255, 0.12) inset,
        8px 8px 20px rgba(0, 0, 0, 0.65) inset;
}

.pricing-card.popular:hover {
    transform: scale(1.08) translateY(-6px);
}

.popular-badge {
    position: absolute;
    top: -18px;
    left: 50%;
    transform: translateX(-50%);
    background: var(--primary-clay);
    color: #0b0d14;
    padding: 0.6rem 1.85rem;
    border-radius: var(--radius-pill);
    font-size: 0.85rem;
    font-weight: 800;
    letter-spacing: 1px;
    box-shadow: 
        6px 10px 20px rgba(0, 0, 0, 0.55),
        -4px -4px 8px rgba(255, 255, 255, 0.9) inset,
        4px 4px 8px rgba(0, 0, 0, 0.3) inset;
}

.plan-header {
    text-align: center;
    margin-bottom: 2rem;
    padding-bottom: 2rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.plan-header h3 {
    font-size: 1.5rem;
    color: var(--text-muted);
}

.price {
    font-size: 3.75rem;
    font-weight: 900;
    letter-spacing: -1px;
}

.price span {
    font-size: 1rem;
    color: var(--text-muted);
    font-weight: 500;
}

.plan-features {
    list-style: none;
    margin-bottom: 2.5rem;
}

.plan-features li {
    margin-bottom: 1.15rem;
    display: flex;
    align-items: center;
    gap: 0.85rem;
    font-size: 1rem;
}

.plan-features i {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.15);
    padding: 0.45rem;
    border-radius: 50%;
    box-shadow: inset -2px -2px 5px rgba(255,255,255,0.2), inset 2px 2px 5px rgba(0,0,0,0.4);
}

/* ==========================================================================
   FAQ Accordions
   ========================================================================== */
.faq-container {
    max-width: 840px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 1.35rem;
}

.faq-item {
    background: var(--clay-card-bg);
    border-radius: 24px;
    overflow: hidden;
    box-shadow: var(--clay-card-shadow);
    border: 1px solid var(--border);
    transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.faq-item:hover {
    box-shadow: var(--clay-card-shadow-hover);
    border-color: rgba(255, 255, 255, 0.25);
}

.faq-question {
    padding: 1.7rem 2.25rem;
    font-weight: 700;
    font-size: 1.15rem;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: background-color 0.3s;
    user-select: none;
}

.faq-question:hover {
    background: rgba(255, 255, 255, 0.04);
}

.faq-question i {
    font-size: 1rem;
    width: 2.4rem;
    height: 2.4rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.1);
    box-shadow: inset -2px -2px 5px rgba(255, 255, 255, 0.2), inset 2px 2px 5px rgba(0, 0, 0, 0.4);
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    color: var(--text-muted);
    padding: 0 2.25rem;
}

.faq-answer p {
    padding-bottom: 1.75rem;
    font-size: 1.05rem;
    line-height: 1.75;
}

/* ==========================================================================
   Footer
   ========================================================================== */
footer {
    background: #080910;
    border-top: 1px solid var(--border);
    padding: 4.5rem 2rem 2.5rem;
    font-size: 0.95rem;
    margin-top: 4rem;
}

.footer-top {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 2fr 1.2fr 1.2fr 2fr;
    gap: 4rem;
    margin-bottom: 3.5rem;
}

.brand-col .logo {
    font-size: 1.6rem;
    font-weight: 900;
    display: flex;
    align-items: center;
    gap: 0.6rem;
    margin-bottom: 1.25rem;
}

.brand-col p {
    color: var(--text-muted);
    line-height: 1.65;
    margin-bottom: 1.75rem;
}

.social-links {
    display: flex;
    gap: 1rem;
    align-items: center;
}

.social-links a {
    color: #ffffff;
    font-size: 1.2rem;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(145deg, #262c3e, #161925);
    border: 1px solid rgba(255, 255, 255, 0.18);
    box-shadow: 
        6px 10px 22px rgba(0, 0, 0, 0.65),
        -3px -3px 8px rgba(255, 255, 255, 0.2) inset,
        4px 4px 10px rgba(0, 0, 0, 0.6) inset;
    transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
    text-decoration: none;
    line-height: 1;
    padding: 0;
    margin: 0;
}

.social-links a i {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    line-height: 1;
    text-align: center;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.4));
}

.social-links a:hover {
    color: #0b0d14;
    transform: translateY(-4px) scale(1.12);
    background: var(--primary-clay);
    border-color: rgba(255, 255, 255, 0.8);
    box-shadow: var(--clay-btn-primary-hover);
}

.footer-col h4 {
    font-size: 0.85rem;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 1.5rem;
    font-weight: 800;
}

.footer-col a {
    display: block;
    color: var(--text-muted);
    text-decoration: none;
    margin-bottom: 1rem;
    transition: all 0.3s;
    font-weight: 500;
}

.footer-col a:hover {
    color: #ffffff;
    transform: translateX(4px);
}

.subscribe-col p {
    color: var(--text-muted);
    margin-bottom: 1.5rem;
    line-height: 1.6;
}

.subscribe-form {
    display: flex;
    gap: 0.6rem;
}

.subscribe-form input {
    flex: 1;
    background: #090b12;
    border: 1px solid var(--border);
    padding: 0.85rem 1.35rem;
    color: #ffffff;
    font-family: inherit;
    border-radius: var(--radius-pill);
    outline: none;
    min-width: 0;
    box-shadow: var(--clay-input-shadow);
    transition: all 0.3s;
}

.subscribe-form input:focus {
    border-color: #ffffff;
    box-shadow: inset 6px 6px 12px rgba(0,0,0,0.8), 0 0 0 3px rgba(255, 255, 255, 0.18);
}

.subscribe-form button {
    background: var(--primary-clay);
    color: #0b0d14;
    border: none;
    padding: 0 1.6rem;
    border-radius: var(--radius-pill);
    cursor: pointer;
    box-shadow: var(--clay-btn-primary-shadow);
    transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
    display: flex;
    align-items: center;
    justify-content: center;
}

.subscribe-form button:hover {
    transform: translateY(-2px) scale(1.05);
    box-shadow: var(--clay-btn-primary-hover);
}

.footer-bottom {
    max-width: 1200px;
    margin: 0 auto;
    padding-top: 2rem;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: var(--text-muted);
    font-size: 0.9rem;
    flex-wrap: wrap;
    gap: 1rem;
}

.footer-bottom-links {
    display: flex;
    gap: 1.75rem;
}

.footer-bottom-links a {
    color: var(--text-muted);
    text-decoration: none;
    transition: color 0.3s;
}

.footer-bottom-links a:hover {
    color: #ffffff;
}

/* ==========================================================================
   Modals & Clay Forms
   ========================================================================== */
.modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(4, 5, 9, 0.85);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    z-index: 1000;
    align-items: center;
    justify-content: center;
}

.modal.show {
    display: flex;
}

.modal-content {
    background: linear-gradient(145deg, rgba(32, 38, 56, 0.98), rgba(18, 22, 34, 0.98));
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 38px;
    padding: 3.25rem 2.5rem;
    max-width: 480px;
    width: 92%;
    text-align: center;
    position: relative;
    animation: modalSlideIn 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    box-shadow: 
        24px 38px 70px rgba(0, 0, 0, 0.85),
        -8px -8px 24px rgba(255, 255, 255, 0.1) inset,
        10px 10px 24px rgba(0, 0, 0, 0.7) inset;
}

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

.close-btn {
    position: absolute;
    top: 1.5rem;
    right: 1.5rem;
    font-size: 1.2rem;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background: rgba(255, 255, 255, 0.1);
    box-shadow: inset -2px -2px 5px rgba(255, 255, 255, 0.2), inset 2px 2px 5px rgba(0, 0, 0, 0.4);
    color: var(--text-muted);
    transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.close-btn:hover {
    color: #0b0d14;
    background: rgba(255, 255, 255, 0.95);
    transform: scale(1.1);
    box-shadow: var(--clay-btn-primary-hover);
}

.modal-icon {
    font-size: 3.5rem;
    color: #0b0d14;
    margin-bottom: 1.5rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 6.25rem;
    height: 6.25rem;
    background: var(--primary-clay);
    border-radius: 50%;
    box-shadow: var(--clay-btn-primary-shadow);
}

.modal-content h2 {
    margin-bottom: 0.75rem;
    font-size: 1.9rem;
    font-weight: 800;
}

.modal-content p {
    color: var(--text-muted);
    margin-bottom: 2rem;
    font-size: 1.05rem;
}

/* Clay Inputs in Forms */
input[type="text"],
input[type="email"],
input[type="password"],
input[type="url"],
select,
textarea,
.form-group input {
    box-shadow: var(--clay-input-shadow) !important;
    border-radius: 20px !important;
    background: #090b12 !important;
    border: 1px solid var(--border) !important;
    font-family: inherit;
    color: #ffffff !important;
    padding: 0.85rem 1.25rem;
    outline: none;
    transition: all 0.3s;
}

input:focus,
select:focus,
textarea:focus,
.form-group input:focus {
    border-color: rgba(255, 255, 255, 0.5) !important;
    box-shadow: inset 6px 6px 14px rgba(0,0,0,0.85), 0 0 0 3px rgba(255, 255, 255, 0.18) !important;
}

/* Platform cards & selection grid (Wizard Claymorphism) */
.platform-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.85rem;
    margin-bottom: 1.75rem;
}

.platform-card {
    background: var(--clay-card-bg);
    border: 1px solid var(--border);
    border-radius: var(--radius-sm);
    box-shadow: var(--clay-card-shadow);
    padding: 1.25rem 0.75rem;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    min-height: 100px;
}

.platform-card:hover {
    transform: translateY(-4px) scale(1.04);
    box-shadow: var(--clay-card-shadow-hover);
    border-color: rgba(255, 255, 255, 0.3);
}

.platform-card.selected {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.22), rgba(255, 255, 255, 0.08));
    border-color: #ffffff !important;
    box-shadow: 
        8px 12px 24px rgba(0,0,0,0.5),
        inset -4px -4px 10px rgba(255,255,255,0.3),
        inset 4px 4px 10px rgba(0,0,0,0.3) !important;
}

.platform-card .check-badge {
    position: absolute;
    top: 8px;
    right: 8px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.7rem;
    opacity: 0;
    transform: scale(0.5);
    transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
    background: #ffffff;
    color: #0b0d14;
    box-shadow: inset -2px -2px 4px rgba(0,0,0,0.3), inset 2px 2px 4px rgba(255,255,255,0.8);
}

.platform-card.selected .check-badge {
    opacity: 1;
    transform: scale(1);
}

.platform-icon {
    font-size: 1.6rem;
    height: 26px;
    display: flex;
    align-items: center;
    filter: grayscale(100%);
    opacity: 0.7;
    transition: all 0.3s;
}

.platform-card.selected .platform-icon {
    filter: none;
    opacity: 1;
}

.platform-name {
    font-size: 0.88rem;
    font-weight: 700;
    color: var(--text-muted);
}

.platform-card.selected .platform-name {
    color: var(--text-main);
}

/* Category Pills Claymorphism */
.category-header {
    font-size: 0.95rem;
    font-weight: 700;
    color: var(--text-main);
    margin-bottom: 0.75rem;
}

.category-flex {
    display: flex;
    gap: 0.6rem;
    flex-wrap: wrap;
    margin-bottom: 2rem;
}

.category-pill {
    display: flex;
    align-items: center;
    gap: 0.45rem;
    padding: 0.6rem 1.15rem;
    border-radius: var(--radius-pill);
    background: var(--clay-card-bg);
    border: 1px solid var(--border);
    box-shadow: var(--clay-card-shadow);
    color: var(--text-muted);
    font-size: 0.88rem;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.category-pill:hover {
    transform: translateY(-3px) scale(1.04);
    color: #ffffff;
    box-shadow: var(--clay-card-shadow-hover);
}

.category-pill.active {
    background: var(--primary-clay);
    color: #0b0d14;
    border-color: #ffffff;
    box-shadow: var(--clay-btn-primary-shadow);
}

/* Themes Grid Claymorphism */
.theme-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.85rem;
    margin-bottom: 2rem;
}

.theme-card {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.9rem 1.15rem;
    border-radius: var(--radius-sm);
    background: var(--clay-card-bg);
    border: 1px solid var(--border);
    box-shadow: var(--clay-card-shadow);
    color: var(--text-muted);
    font-size: 0.92rem;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.theme-card:hover {
    transform: translateY(-3px) scale(1.03);
    color: #ffffff;
    box-shadow: var(--clay-card-shadow-hover);
}

.theme-card.active {
    background: var(--primary-clay);
    color: #0b0d14;
    border-color: #ffffff;
    box-shadow: var(--clay-btn-primary-shadow);
}

/* Responsive Styles */
@media (max-width: 992px) {
    .footer-top {
        grid-template-columns: 1fr 1fr;
        gap: 3rem;
    }
}

@media (max-width: 768px) {
    .hero h1 {
        font-size: 3.25rem;
    }
    
    .nav-links {
        display: none;
    }
    
    .navbar {
        margin-top: 1rem;
        padding: 0.75rem 1.25rem;
    }
    
    .pricing-card.popular {
        transform: none;
    }
    
    .pricing-card.popular:hover {
        transform: translateY(-6px);
    }
}

@media (max-width: 576px) {
    .footer-top {
        grid-template-columns: 1fr;
    }
    .footer-bottom {
        flex-direction: column;
        text-align: center;
        justify-content: center;
    }
}
