/* Homepage-specific styles */

/* Override Bootstrap container gutter */
.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    --bs-gutter-x: 0rem;
}

.home-wrapper {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    margin: -1.5rem;
    padding: 0;
    overflow: hidden;
}

.home-background {
    background: linear-gradient(
        rgba(26, 27, 30, 0.45), 
        rgba(26, 27, 30, 0.45)
    ), url("/static/images/website_background.4691557fa1d3.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    min-height: 100vh;
    width: 100%;
    margin: 0;
    padding: 0;
}

.hero-section {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 160px 20px;
    text-align: center;
    color: white;
    position: relative;
    z-index: 1;
}

.hero-content {
    max-width: 1800px;
    margin: 0 auto;
    padding: 3rem;
}

.hero-title {
    font-size: clamp(3rem, 6vw, 5rem);
    font-weight: 800;
    line-height: 1.1;
    margin-bottom: 2rem;
    letter-spacing: -0.02em;
    background: linear-gradient(135deg, #ffffff 0%, #b8b8b8 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.hero-subtitle {
    font-size: clamp(1.4rem, 2vw, 1.8rem);
    margin-bottom: 3rem;
    opacity: 0.95;
    font-weight: 500;
    color: #e0e0e0;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.6;
}

.video-tabs-container {
    margin-top: 4rem;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.video-tabs {
    display: flex;
    justify-content: center;
    gap: 2rem;
    margin-bottom: 2rem;
}

.video-tab {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 20px;
    border: none;
    background: transparent;
    color: rgba(255, 255, 255, 0.7);
    border-radius: 8px;
    font-weight: 500;
    font-size: 1rem;
    cursor: pointer;
    transition: all 0.2s ease;
    border-bottom: 2px solid transparent;
}

.video-tab:hover {
    color: rgba(255, 255, 255, 0.9);
    background: rgba(255, 255, 255, 0.05);
}

.video-tab.active {
    color: white;
    background: transparent;
    border-bottom-color: #7D19FF;
}

.video-tab.active:hover {
    color: white;
    background: transparent;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    width: 100%;
}

.video-container video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    box-shadow: 0 12px 48px rgba(0, 0, 0, 0.4);
    transition: transform 0.3s ease;
    object-fit: cover;
}

.video-container:hover video {
    transform: translateY(-5px);
}

.cta-buttons {
    margin-top: 3rem;
    display: flex;
    gap: 2rem;
    justify-content: center;
    align-items: center;
}

.btn-invite {
    background: linear-gradient(135deg, #7D19FF 0%, #F4CA81 100%);
    color: white;
    padding: 16px 36px;
    border-radius: 100px;
    font-weight: 700;
    font-size: 1.1rem;
    text-decoration: none;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 8px 24px rgba(125, 25, 255, 0.3);
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border: none;
}

.btn-invite:hover {
    transform: translateY(-2px) scale(1.02);
    box-shadow: 0 12px 32px rgba(125, 25, 255, 0.4);
    background: linear-gradient(135deg, #F4CA81 0%, #7D19FF 100%);
    color: white;
}

.btn-invite:active {
    transform: translateY(1px);
    box-shadow: 0 4px 16px rgba(125, 25, 255, 0.25);
}

.btn-permission {
    color: rgba(255, 255, 255, 0.9);
    text-decoration: none;
    padding: 15px 25px;
    font-size: 1.1rem;
    font-weight: 500;
    transition: all 0.3s ease;
    border-bottom: 2px solid transparent;
}

.btn-permission:hover {
    color: white;
    border-bottom: 2px solid rgba(255, 255, 255, 0.8);
}

.wrapper > .container-fluid {
    padding-top: 0px !important;
}

/* Events Section Styles */
.events-section {
    padding: 100px 20px;
    background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
    position: relative;
    z-index: 1;
    text-align: center;
}

.events-section-inner {
    max-width: 1000px;
    margin: 0 auto;
}

.events-title {
    font-size: clamp(2.2rem, 5vw, 3rem);
    font-weight: 800;
    margin-bottom: 1rem;
    color: #1a202c;
    letter-spacing: -0.02em;
}

.events-subtitle {
    font-size: 1.2rem;
    color: #4a5568;
    max-width: 600px;
    margin: 0 auto 3rem;
    line-height: 1.6;
    font-weight: 500;
}

.luma-embed-container {
    position: relative;
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    padding: 0 20px;
}

.luma-embed-wrapper {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 25px 50px rgba(26, 32, 44, 0.15);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    background: white;
}

.luma-embed-wrapper:hover {
    transform: translateY(-8px);
    box-shadow: 0 35px 70px rgba(26, 32, 44, 0.2);
}

.luma-embed-wrapper iframe {
    width: 100% !important;
    max-width: 100%;
    height: 500px;
    border: none !important;
    border-radius: 24px !important;
    background: white;
}

/* Stats Section Styles */
.stats-section {
    padding: 120px 20px 60px;
    background: #FCF6FF;
    position: relative;
    z-index: 1;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.stats-section-inner {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}

.mission-title {
    font-size: clamp(2rem, 5vw, 3.5rem);
    font-weight: 700;
    line-height: 1.2;
    margin: 0 auto 80px;
    color: #000000;
    padding: 0 20px;
}

.stats-grid {
    display: flex;
    justify-content: center;
    gap: clamp(30px, 5vw, 80px);
    flex-wrap: wrap;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.stat-item {
    text-align: center;
    flex: 0 1 auto;
    min-width: 180px;
    max-width: 300px;
    padding: 20px;
}

.stat-number {
    font-size: clamp(2.5rem, 6vw, 4rem);
    font-weight: 800;
    color: #7C3AED;
    margin-bottom: 0.5rem;
    letter-spacing: -0.02em;
}

.stat-label {
    font-size: clamp(1.2rem, 3vw, 1.8rem);
    color: #000000;
    font-weight: 500;
}

.rewards-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: clamp(40px, 6vw, 80px);
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 20px;
}

.rewards-title {
    font-size: clamp(1.5rem, 4vw, 2rem);
    color: #000000;
    font-style: italic;
    opacity: 0.8;
}

.rewards-logos {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: clamp(20px, 3vw, 40px);
    align-items: center;
    width: 100%;
    max-width: 800px;
}

.reward-logo {
    width: 100%;
    max-width: 180px;
    height: auto;
    filter: grayscale(100%);
    opacity: 0.8;
    transition: all 0.3s ease;
    margin: 0 auto;
}

.reward-logo:hover {
    filter: grayscale(0%);
    opacity: 1;
}

/* Features Section Styles */
.features-section {
    padding: 60px 20px 120px;
    background: #FCF6FF;
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.features-section-inner {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}

.features-title {
    font-size: clamp(2.5rem, 5vw, 3.5rem);
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 40px;
    text-align: center;
    color: #000000;
}

.features-title span {
    background: linear-gradient(135deg, #7C3AED 0%, #A855F7 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
    perspective: 1000px;
}

.feature-card {
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(10px);
    border-radius: 24px;
    padding: 40px;
    box-shadow: 0 4px 24px rgba(124, 58, 237, 0.06);
    transition: all 0.4s ease;
    border: 1px solid rgba(124, 58, 237, 0.1);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: relative;
    overflow: hidden;
}

.feature-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #7C3AED, #A855F7);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.feature-card:hover {
    transform: translateY(-8px) scale(1.02);
    box-shadow: 0 12px 40px rgba(124, 58, 237, 0.12);
    border-color: rgba(124, 58, 237, 0.2);
}

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

.feature-icon {
    width: 64px;
    height: 64px;
    margin-bottom: 24px;
    border-radius: 16px;
    background: linear-gradient(135deg, #7C3AED 0%, #A855F7 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 26px;
    box-shadow: 0 8px 16px rgba(124, 58, 237, 0.2);
    transition: all 0.3s ease;
}

.feature-card:hover .feature-icon {
    transform: scale(1.1);
    box-shadow: 0 12px 24px rgba(124, 58, 237, 0.3);
}

.feature-title {
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 16px;
    color: #000000;
    transition: all 0.3s ease;
}

.feature-description {
    color: #000000;
    opacity: 0.8;
    margin-bottom: 16px;
}

.feature-link {
    color: #7D19FF;
    font-weight: 600;
    text-decoration: none;
    transition: color 0.3s ease;
}

.feature-link:hover {
    color: #F4CA81;
}

/* Interactive Features Section */
.interactive-features {
    padding: 120px 20px;
    background: #FCF6FF;
    position: relative;
    z-index: 1;
}

.interactive-features .features-title {
    max-width: 800px;
    margin: 0 auto 80px;
    text-align: center;
    font-size: clamp(2.5rem, 5vw, 3.5rem);
    font-weight: 700;
    line-height: 1.2;
    color: #000000;
}

.interactive-features-inner {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(400px, 0.8fr) minmax(600px, 1.2fr);
    gap: 60px;
    align-items: start;
    padding: 0 40px;
}

.features-list {
    display: flex;
    flex-direction: column;
    gap: 24px;
    position: sticky;
    top: 100px;
    max-width: 500px;
}

.feature-item {
    padding: 24px;
    border-radius: 20px;
    cursor: pointer;
    transition: all 0.3s ease;
    background: rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(124, 58, 237, 0.15);
    position: relative;
}

.feature-item h3 {
    font-size: 1.6rem;
    font-weight: 800;
    color: #1A1B1E;
    margin-bottom: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    letter-spacing: -0.02em;
}

.feature-item h3::after {
    content: '\f107';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    transition: transform 0.3s ease;
    color: #7C3AED;
    font-size: 1.2rem;
    opacity: 0.8;
}

.feature-item p {
    font-size: 1.1rem;
    color: #4B5563;
    line-height: 1.7;
    max-height: 0;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    margin: 0;
    font-weight: 400;
}

.feature-item.active {
    background: white;
    box-shadow: 0 8px 32px rgba(124, 58, 237, 0.12);
    border-color: rgba(124, 58, 237, 0.25);
}

.feature-item.active h3 {
    color: #7C3AED;
}

.feature-item.active h3::after {
    transform: rotate(-180deg);
    opacity: 1;
}

.feature-item.active p {
    max-height: 200px;
    margin-top: 16px;
    color: #1F2937;
}

.feature-item.active .learn-more {
    display: inline-block;
}

.feature-item:hover:not(.active) {
    background: rgba(255, 255, 255, 0.95);
    border-color: rgba(124, 58, 237, 0.2);
}

.feature-item:hover:not(.active) h3 {
    color: #7C3AED;
}

.feature-item .learn-more {
    display: none;
    margin-top: 12px;
    color: #7D19FF;
    text-decoration: none;
    font-weight: 600;
    transition: color 0.3s ease;
}

.feature-item .learn-more:hover {
    color: #F4CA81;
}

.feature-preview {
    position: relative;
    width: 100%;
    aspect-ratio: 4/3;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 12px 40px rgba(124, 58, 237, 0.15);
}

.feature-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    transition: opacity 0.5s ease;
}

.feature-image.active {
    opacity: 1;
}

/* Mobile Slideshow Version */
.mobile-features {
    display: none;
    padding: 20px;
    margin-top: 20px;
    position: relative;
}

.feature-slide {
    border-radius: 20px;
    padding: 20px;
    margin: 0 auto;
    max-width: 500px;
    text-align: left;
}

.feature-slide-title {
    font-size: 2rem;
    font-weight: 700;
    color: #000;
    margin-bottom: 12px;
}

.feature-slide-description {
    font-size: 1.1rem;
    color: #000;
    opacity: 0.8;
    margin-bottom: 16px;
}

.feature-slide-image {
    width: 100%;
    border-radius: 12px;
    margin-bottom: 20px;
    box-shadow: 0 8px 24px rgba(124, 58, 237, 0.12);
}

.slide-nav {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 20px;
}

.slide-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: rgba(124, 58, 237, 0.2);
    cursor: pointer;
    transition: all 0.3s ease;
}

.slide-dot.active {
    background: #7C3AED;
    transform: scale(1.2);
}

.slide-arrows {
    display: flex;
    justify-content: space-between;
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    padding: 0 20px;
    pointer-events: none;
}

.slide-arrow {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.9);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    pointer-events: auto;
    color: #7C3AED;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.slide-arrow:hover {
    background: #fff;
    transform: scale(1.1);
}

/* Blog Section Styles */
.blog-section {
    padding: 120px 20px;
    background: linear-gradient(135deg, #5c2b92 0%, #681a78 100%);
    position: relative;
    z-index: 1;
}

.blog-section-inner {
    max-width: 1200px;
    margin: 0 auto;
}

.blog-title {
    font-size: clamp(2.5rem, 5vw, 3.5rem);
    font-weight: 800;
    text-align: center;
    margin-bottom: 1.5rem;
    color: white;
}

.blog-subtitle {
    font-size: 1.2rem;
    text-align: center;
    max-width: 700px;
    margin: 0 auto 60px;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.6;
}

.blog-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-bottom: 50px;
}

.blog-card {
    border-radius: 24px;
    overflow: hidden;
    background: white;
    transition: all 0.3s ease;
    text-decoration: none;
    color: inherit;
    display: flex;
    flex-direction: column;
}

.blog-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 30px rgba(124, 58, 237, 0.12);
}

.blog-image-container {
    position: relative;
    padding-bottom: 56.25%;
    overflow: hidden;
}

.blog-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blog-content {
    padding: 24px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.blog-tag {
    display: inline-block;
    padding: 6px 16px;
    background: #7C3AED;
    color: white;
    border-radius: 100px;
    font-size: 0.9rem;
    font-weight: 600;
    margin-bottom: 16px;
    align-self: flex-start;
}

.blog-card-title {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 12px;
    color: #1A1B1E;
    line-height: 1.3;
}

.blog-description {
    font-size: 1rem;
    color: #4B5563;
    line-height: 1.6;
    margin-bottom: 24px;
}

.read-more-btn {
    display: block;
    width: fit-content;
    margin: 0 auto;
    padding: 16px 32px;
    background: white;
    color: #5c2b92;
    text-decoration: none;
    border-radius: 100px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.read-more-btn:hover {
    background: rgba(255, 255, 255, 0.9);
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

/* Press Section Styles */
.press-section {
    padding: 160px 20px;
    background: #0d0d12;
    position: relative;
    z-index: 1;
}

.press-section-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 40px;
}

.press-title {
    font-size: clamp(2.5rem, 5vw, 3.5rem);
    font-weight: 800;
    text-align: center;
    margin-bottom: 20px;
    color: white;
}

.press-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 80px;
    align-items: start;
}

.press-item {
    display: flex;
    flex-direction: column;
}

.press-logo {
    width: 200px;
    height: auto;
    margin-bottom: 24px;
}

.press-quote {
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.5;
    color: white;
    margin-bottom: 24px;
}

.press-author {
    font-size: 1.1rem;
    color: rgba(255, 255, 255, 0.9);
    font-weight: 500;
}

/* Footer Styles */
.footer-section {
    background: #000000;
    padding: 120px 40px;
    color: rgba(255, 255, 255, 0.8);
}

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

.footer-title {
    margin-bottom: 80px;
}

.footer-title h2 {
    font-size: clamp(2.5rem, 5vw, 3.5rem);
    font-weight: 800;
    color: #ffffff;
    line-height: 1.2;
    letter-spacing: -0.02em;
}

.footer-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(200px, 1fr));
    gap: 60px;
    justify-content: center;
    max-width: 800px;
    margin: 0 auto;
}

.footer-column h4 {
    color: white;
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 24px;
    letter-spacing: -0.01em;
}

.footer-column ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.footer-column ul li {
    margin-bottom: 16px;
}

.footer-column ul li a {
    color: rgba(255, 255, 255, 0.6);
    text-decoration: none;
    transition: color 0.3s ease;
    font-size: 1rem;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.footer-column ul li a:hover {
    color: #ffffff;
}

.footer-column ul li a i {
    font-size: 1.1rem;
}

/* Hype Engine Announcement Styles */
.hype-announcement {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 100px;
    padding: 8px 16px;
    margin-bottom: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(255, 255, 255, 0.9);
    position: relative;
    font-size: 0.9rem;
    max-width: fit-content;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(4px);
}

.hype-emoji {
    margin-right: 8px;
    display: flex;
    align-items: center;
}

.hype-text {
    margin-right: 8px;
    font-weight: 500;
}

.hype-link {
    color: rgba(255, 94, 0, 0.9);
    text-decoration: none;
    font-weight: 600;
    margin-left: 4px;
    transition: all 0.2s ease;
}

.hype-link:hover {
    color: rgba(255, 94, 0, 1);
    text-decoration: underline;
}

.seo-title {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.learn-more {
    color: #7D19FF;
    text-decoration: none;
    font-weight: 600;
    transition: color 0.3s ease;
}

.learn-more:hover {
    color: #F4CA81;
    text-decoration: none;
}

.features-section .text-center {
    text-align: center;
}

.features-section .mb-5 {
    margin-bottom: 48px;
}

.features-section .btn-invite {
    margin: 0 auto;
}

.press-section .text-center {
    text-align: center;
}

.press-section .mb-5 {
    margin-bottom: 80px;
}

.press-section .btn-invite {
    margin: 0 auto;
    background: linear-gradient(135deg, #7D19FF 0%, #F4CA81 100%);
}

.press-section .btn-invite:hover {
    background: linear-gradient(135deg, #F4CA81 0%, #7D19FF 100%);
}

/* Mobile Responsive Styles */
@media (max-width: 768px) {
    .btn-invite {
        padding: 14px 32px;
        font-size: 1rem;
        width: 100%;
        justify-content: center;
    }
    
    .hero-section {
        padding: 120px 20px;
    }

    .hero-content {
        padding: 1.5rem;
    }

    .hero-title {
        font-size: clamp(2.5rem, 8vw, 3.5rem);
        margin-bottom: 1.5rem;
    }

    .hero-subtitle {
        font-size: 1.2rem;
        margin-bottom: 2rem;
    }

    .video-tabs-container {
        margin-top: 3rem;
    }

    .video-tabs {
        gap: 1rem;
        margin-bottom: 1.5rem;
    }

    .video-tab {
        padding: 14px 20px;
        font-size: 0.95rem;
    }

    .cta-buttons {
        flex-direction: column;
        gap: 1rem;
        margin-top: 2rem;
    }

    .features-section {
        padding: 30px 20px 60px;
    }

    .features-grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .feature-card {
        padding: 30px;
    }

    .feature-icon {
        width: 56px;
        height: 56px;
        font-size: 24px;
        margin-bottom: 20px;
    }

    .feature-title {
        font-size: 1.6rem;
        margin-bottom: 12px;
    }

    .feature-description {
        font-size: 1rem;
    }

    .interactive-features {
        padding: 80px 20px;
    }

    .interactive-features .features-title {
        margin-bottom: 60px;
        padding: 0 20px;
    }

    .interactive-features-inner {
        grid-template-columns: 1fr;
        gap: 40px;
        max-width: 600px;
        padding: 0;
    }

    .features-list {
        position: static;
        max-width: 100%;
        gap: 16px;
    }

    .feature-preview {
        aspect-ratio: 16/9;
        max-width: 100%;
        margin: 0 auto;
    }

    .feature-item {
        padding: 20px;
        margin: 0;
        transform: none !important;
    }

    .feature-item h3 {
        font-size: 1.4rem;
    }

    .feature-item p {
        font-size: 1rem;
        line-height: 1.5;
    }

    .feature-item.active {
        transform: none;
    }

    .interactive-features-inner {
        display: none;
    }

    .mobile-features {
        display: block;
        max-width: 500px;
        margin: 0 auto;
    }

    .interactive-features {
        padding: 60px 20px;
    }

    .features-title {
        font-size: 2rem;
        margin-bottom: 24px;
    }

    .stats-section {
        padding: 40px 16px 30px;
    }

    .mission-title {
        margin-bottom: 30px;
        font-size: clamp(1.8rem, 4vw, 2.5rem);
    }

    .stats-grid {
        flex-direction: row;
        align-items: center;
        gap: 40px;
        margin-bottom: 40px;
        padding: 0 20px;
    }

    .stat-item {
        min-width: unset;
        padding: 10px;
        flex: 0 1 auto;
    }

    .rewards-section {
        margin-top: 30px;
    }

    .rewards-title {
        margin-bottom: 20px;
    }

    .rewards-logos {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .events-section {
        padding: 60px 20px;
    }

    .events-title {
        font-size: clamp(1.8rem, 6vw, 2.2rem);
        margin-bottom: 0.75rem;
    }

    .events-subtitle {
        font-size: 1.1rem;
        margin-bottom: 2rem;
    }

    .luma-embed-container {
        padding: 0 10px;
    }

    .luma-embed-wrapper iframe {
        height: 400px;
    }

    .blog-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 24px;
    }

    .press-section {
        padding: 120px 20px;
    }

    .press-section-inner {
        padding: 0 20px;
    }

    .press-grid {
        grid-template-columns: 1fr;
        gap: 60px;
        max-width: 600px;
        margin: 0 auto;
    }

    .press-quote {
        font-size: 1.3rem;
    }

    .footer-section {
        padding: 100px 30px;
    }

    .footer-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 40px;
    }

    .footer-title {
        margin-bottom: 60px;
    }

    .hype-announcement {
        font-size: 0.8rem;
        padding: 6px 12px;
        margin-bottom: 20px;
    }
}

@media (max-width: 425px) {
    .video-tabs {
        gap: 0.5rem;
    }

    .video-tab {
        padding: 10px 16px;
        font-size: 0.9rem;
        flex: 1;
        min-width: 0;
    }
}

@media (max-width: 480px) {
    .stats-section {
        padding: 30px 16px;
    }

    .mission-title {
        margin-bottom: 25px;
    }

    .stats-grid {
        gap: 15px;
        margin-bottom: 30px;
    }

    .rewards-section {
        margin-top: 20px;
    }

    .rewards-title {
        margin-bottom: 15px;
    }

    .rewards-logos {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .reward-logo {
        max-width: 120px;
    }

    .events-section {
        padding: 40px 16px;
    }

    .events-title {
        font-size: clamp(1.6rem, 5vw, 1.9rem);
    }

    .events-subtitle {
        font-size: 1rem;
        margin-bottom: 1.5rem;
    }

    .luma-embed-wrapper iframe {
        height: 350px;
    }

    .hype-announcement {
        font-size: 0.7rem;
        padding: 4px 10px;
    }
}

@media (max-width: 640px) {
    .blog-grid {
        grid-template-columns: 1fr !important;
        max-width: 500px;
        margin-left: auto;
        margin-right: auto;
    }

    .blog-section {
        padding: 60px 20px;
    }

    .blog-title {
        font-size: 2rem;
    }

    .blog-subtitle {
        font-size: 1.1rem;
        margin-bottom: 40px;
    }

    .press-section {
        padding: 80px 20px;
    }

    .press-grid {
        gap: 40px;
    }

    .footer-section {
        padding: 80px 24px;
    }

    .footer-grid {
        grid-template-columns: 1fr;
        gap: 40px;
        max-width: 300px;
    }

    .footer-title {
        margin-bottom: 50px;
    }

    .footer-title h2 {
        font-size: clamp(2rem, 8vw, 2.5rem);
    }

    .footer-column h4 {
        font-size: 1rem;
        margin-bottom: 20px;
    }

    .footer-column ul li {
        margin-bottom: 14px;
    }

    .footer-column ul li a {
        font-size: 0.95rem;
    }
}

@media (max-width: 968px) {
    .blog-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 24px;
    }
}

@media (max-width: 1200px) {
    .events-section {
        padding: 80px 20px;
    }

    .luma-embed-wrapper iframe {
        height: 450px;
    }

    .stats-section {
        padding: 60px 20px;
    }

    .mission-title {
        margin-bottom: 40px;
    }

    .footer-grid {
        gap: 40px;
    }
} 