/* =========================================
   PAGES ENHANCEMENTS (Videos, About, Shop, Contact)
   ========================================= */

/* --- Unified Page Hero --- */
.page-hero {
    position: relative;
    padding: 8rem 0 4rem;
    text-align: center;
    overflow: hidden;
}

/* .page-hero::before {
    content: '';
    position: absolute;
    top: -50%;
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
    height: 100%;
    background: radial-gradient(circle, rgba(102, 0, 255, 0.15) 0%, transparent 70%);
    filter: blur(60px);
    z-index: 0;
    pointer-events: none;
} */

.page-hero-title {
    font-size: 3.5rem;
    font-weight: 800;
    margin-bottom: 1rem;
    position: relative;
    z-index: 1;
    letter-spacing: -0.02em;
}

.page-hero-title-logo {
    display: inline-block;
    width: min(260px, 90vw);
    height: auto;
}

.page-hero-subtitle {
    font-size: 1.25rem;
    color: rgba(255, 255, 255, 0.7);
    max-width: 600px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}


/* --- Shop Hero Extras --- */
.drop-countdown {
    display: inline-flex;
    align-items: center;
    gap: 1rem;
    margin: 1.5rem auto 0;
    padding: 0.75rem 1.5rem;
    border-radius: 999px;
    background: rgba(10, 10, 15, 0.7);
    border: 1px solid rgba(255, 255, 255, 0.08);
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.75);
    position: relative;
    z-index: 1;
}

.countdown-time {
    font-weight: 700;
    color: #ffffff;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.countdown-label,
.countdown-note {
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-size: 0.7rem;
}

.hero-email-capture {
    margin-top: 1.75rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.75rem;
    position: relative;
    z-index: 1;
}

.hero-email-copy {
    font-size: 0.95rem;
    color: rgba(255, 255, 255, 0.7);
}

.hero-email-form {
    display: flex;
    gap: 0.75rem;
    flex-wrap: wrap;
    justify-content: center;
    width: min(520px, 100%);
}

.hero-email-form .modern-input {
    margin: 0;
    flex: 1 1 240px;
}

.hero-email-form .cta-button {
    padding: 0.85rem 1.75rem;
}

/* --- Shop Sections --- */
.shop-section {
    margin-top: 3.5rem;
}

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

.shop-section-title {
    font-family: var(--font-secondary);
    font-size: clamp(1.8rem, 3vw, 2.6rem);
    font-weight: 700;
}

.shop-section-subtitle {
    max-width: 640px;
    margin: 0.75rem auto 0;
    color: rgba(255, 255, 255, 0.7);
}

.shop-card {
    position: relative;
    padding: 1.5rem;
    border-radius: 20px;
    background: rgba(13, 14, 18, 0.6);
    border: 1px solid rgba(255, 255, 255, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    overflow: hidden;
}

.shop-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 35px rgba(0, 0, 0, 0.35);
}

.shop-card-media {
    position: relative;
    border-radius: 16px;
    height: 160px;
    background: linear-gradient(135deg, rgba(255, 107, 157, 0.25), rgba(34, 211, 238, 0.2));
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.25rem;
    overflow: hidden;
}

.shop-card-placeholder {
    font-size: 0.75rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.7);
    border: 1px dashed rgba(255, 255, 255, 0.35);
    padding: 0.4rem 0.9rem;
    border-radius: 999px;
}

.shop-card-badge {
    position: absolute;
    top: 0.75rem;
    left: 0.75rem;
    background: rgba(0, 0, 0, 0.6);
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 0.25rem 0.6rem;
    border-radius: 999px;
    font-size: 0.7rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.shop-card-title {
    font-family: var(--font-secondary);
    font-size: 1.25rem;
    margin-bottom: 0.35rem;
}

.shop-card-meta {
    color: rgba(255, 255, 255, 0.65);
    font-size: 0.95rem;
}

.mockup-carousel {
    display: flex;
    gap: 1.5rem;
    overflow-x: auto;
    padding: 0.5rem 0 1rem;
    scroll-snap-type: x mandatory;
}

.mockup-card {
    min-width: 240px;
    background: rgba(13, 14, 18, 0.65);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 18px;
    padding: 1rem;
    scroll-snap-align: start;
}

.mockup-art {
    height: 150px;
    border-radius: 14px;
    background: linear-gradient(135deg, rgba(168, 85, 247, 0.25), rgba(34, 211, 238, 0.2));
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    font-size: 0.75rem;
    letter-spacing: 0.1em;
    color: rgba(255, 255, 255, 0.75);
}

.mockup-caption {
    margin-top: 0.75rem;
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.8);
}

.mockup-note {
    margin-top: 1rem;
    text-align: center;
}

.tier-card {
    padding: 2rem;
    border-radius: 20px;
    background: rgba(13, 14, 18, 0.6);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.tier-name {
    font-family: var(--font-secondary);
    font-size: 1.4rem;
    margin-bottom: 0.5rem;
}

.tier-price {
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 1rem;
}

.tier-list li {
    margin: 0.5rem 0;
    color: rgba(255, 255, 255, 0.7);
}

.community-strip {
    padding: 2.5rem;
    border-radius: 26px;
    background: radial-gradient(circle at top left, rgba(34, 211, 238, 0.18), transparent 55%),
        radial-gradient(circle at bottom right, rgba(255, 107, 157, 0.2), transparent 60%),
        rgba(13, 14, 18, 0.7);
    border: 1px solid rgba(255, 255, 255, 0.1);
    display: grid;
    gap: 2rem;
    text-align: center;
    align-items: center;
}

.community-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

.community-avatars {
    display: flex;
    align-items: center;
}

.community-stats {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
}

.community-stat-number {
    font-family: var(--font-primary);
    font-size: 1.75rem;
    font-weight: 800;
    color: #ffffff;
}

.community-stat-label {
    display: block;
    font-size: 0.75rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.6);
}

.faq-list {
    max-width: 760px;
    margin: 0 auto;
    display: grid;
    gap: 1rem;
}

.faq-item {
    background: rgba(13, 14, 18, 0.6);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 16px;
    padding: 1rem 1.25rem;
}

.faq-item summary {
    cursor: pointer;
    font-family: var(--font-secondary);
    font-weight: 600;
}

.faq-item p {
    margin-top: 0.75rem;
    color: rgba(255, 255, 255, 0.7);
}


/* --- Shop Page Additions --- */
.shop-interest-form {
    display: flex;
    gap: 0.5rem;
    margin-top: 1rem;
    flex-wrap: wrap;
}

.shop-interest-input {
    flex: 1 1 160px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 10px;
    padding: 0.6rem 0.85rem;
    color: #ffffff;
    font-size: 0.85rem;
}

.shop-interest-button {
    border-radius: 999px;
    padding: 0.6rem 1.1rem;
    border: none;
    background: var(--gradient-primary);
    color: #fff;
    font-family: var(--font-secondary);
    font-size: 0.8rem;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    cursor: pointer;
}

.drop-timeline {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}

.timeline-step {
    padding: 1.25rem;
    border-radius: 18px;
    background: rgba(13, 14, 18, 0.6);
    border: 1px solid rgba(255, 255, 255, 0.08);
    text-align: center;
}

.timeline-title {
    display: block;
    font-family: var(--font-secondary);
    font-weight: 700;
    margin-bottom: 0.35rem;
}

.timeline-meta {
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.9rem;
}

.design-story {
    display: grid;
    gap: 2rem;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    align-items: center;
}

.design-visual {
    height: 220px;
    border-radius: 20px;
    background: linear-gradient(135deg, rgba(255, 107, 157, 0.25), rgba(34, 211, 238, 0.2));
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-size: 0.75rem;
    color: rgba(255, 255, 255, 0.7);
}

.design-title {
    font-family: var(--font-secondary);
    font-size: 1.4rem;
    margin-bottom: 0.75rem;
}

.design-text {
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 0.75rem;
}

.materials-grid,
.size-guide,
.shipping-grid {
    display: grid;
    gap: 1.25rem;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.material-card,
.size-card,
.shipping-card {
    padding: 1.5rem;
    border-radius: 18px;
    background: rgba(13, 14, 18, 0.6);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.material-title,
.size-title,
.shipping-title {
    font-family: var(--font-secondary);
    font-size: 1.1rem;
    margin-bottom: 0.5rem;
}

.material-text,
.size-text,
.shipping-text {
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.95rem;
}

.bundle-builder {
    display: flex;
    justify-content: center;
}

.bundle-card {
    padding: 2rem;
    border-radius: 24px;
    background: rgba(13, 14, 18, 0.6);
    border: 1px solid rgba(255, 255, 255, 0.12);
    text-align: center;
    max-width: 520px;
    position: relative;
}

.bundle-title {
    font-family: var(--font-secondary);
    font-size: 1.4rem;
    margin-bottom: 0.5rem;
}

.bundle-text {
    color: rgba(255, 255, 255, 0.7);
}

.bundle-tag {
    position: absolute;
    top: 1rem;
    right: 1rem;
    font-size: 0.7rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    padding: 0.2rem 0.6rem;
    border-radius: 999px;
    background: rgba(0, 0, 0, 0.6);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

/* --- Premium Content Cards (Glass & Glow) --- */
.premium-glass-card {
    background: rgba(13, 14, 18, 0.6);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 24px;
    padding: 3rem;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.premium-glass-card:hover {
    box-shadow: 0 10px 40px rgba(102, 0, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.1);
}

/* --- Coming Soon Placeholder --- */
.coming-soon-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 300px;
    text-align: center;
    background: repeating-linear-gradient(
        45deg,
        rgba(255, 255, 255, 0.03),
        rgba(255, 255, 255, 0.03) 10px,
        rgba(0, 0, 0, 0.2) 10px,
        rgba(0, 0, 0, 0.2) 20px
    );
    border-radius: 20px;
    border: 1px dashed rgba(255, 255, 255, 0.1);
}

.coming-soon-text {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--jazer-cyan, #00f2fe);
    text-transform: uppercase;
    letter-spacing: 0.1em;
    background: rgba(0, 0, 0, 0.8);
    padding: 1rem 2rem;
    border-radius: 50px;
    border: 1px solid rgba(0, 242, 254, 0.3);
    box-shadow: 0 0 20px rgba(0, 242, 254, 0.2);
}

/* --- Modern Forms (Contact & Shop) --- */
.modern-form-group {
    margin-bottom: 1.5rem;
}

.modern-label {
    display: block;
    margin-bottom: 0.5rem;
    font-size: 0.9rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.8);
    margin-left: 0.5rem;
}

.modern-input, .modern-textarea {
    width: 100%;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    padding: 1rem 1.25rem;
    color: white;
    font-size: 1rem;
    transition: all 0.3s ease;
}

.modern-input:focus, .modern-textarea:focus {
    outline: none;
    background: rgba(255, 255, 255, 0.05);
    border-color: var(--jazer-purple, #aa00ff);
    box-shadow: 0 0 0 4px rgba(170, 0, 255, 0.1);
}

.modern-textarea {
    min-height: 150px;
    resize: vertical;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    .page-hero-title {
        font-size: 2.5rem;
    }
    .premium-glass-card {
        padding: 2rem;
    }
    .drop-countdown {
        flex-direction: column;
        border-radius: 20px;
        gap: 0.35rem;
    }

    .hero-email-form {
        flex-direction: column;
        align-items: stretch;
    }

    .mockup-carousel {
        padding-bottom: 0.5rem;
    }

    .community-strip {
        padding: 2rem 1.5rem;
    }
}
