html, body, h1, h2, h3, h4, h5, h6, p, a, span, button, input, label, div {
    font-weight: 200;
}

body {
    margin: 0;
    font-family: 'Roboto Condensed', system-ui, sans-serif;
    background: #06030E;
    color: #7C9AA6;
}
.section {
    width: 100%;
    display: flex;
    justify-content: center;
}
.section-inner {
    width: 100%;
    max-width: 980px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
}
/* Headings and text colors */
h1 {
    color: #fff;
    letter-spacing: 0.01em;
}
h2 {
    color: #7C9AA6;
    letter-spacing: 0.01em;
}
h3 {
    color: #FFA600;
    letter-spacing: 0.01em;
}
h4 {
    color: #A2D5E9;
    letter-spacing: 0.01em;
}
p {
    color: #7C9AA6;
}
/* Hero Section */
.hero {
    background: #450075 url('../assets/hero-bg.png') repeat-x top;
    min-height: 420px;
    padding: 34px 16px 140px 16px; /* 60px bottom padding */
    color: #fff;
    position: relative;
    overflow: hidden;
}
.hero-inner {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 2;
}
.hero-logo {
    width: 100%;
    max-width: 440px;
    margin-top: 0;
    margin-bottom: 32px;
    display: block;
}
.hero-by {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    margin-top: -50px;
}
.hero-by-text {
    font-size: 14px;
    color: #7C9AA6;
    font-family: 'Roboto Condensed', system-ui, sans-serif;
    letter-spacing: 0.04em;
    text-transform: lowercase;
}
.hero-by-logo {
    width: 90px;
    height: auto;
    display: inline-block;
    vertical-align: middle;
}
.hero-float {
    position: absolute;
    top: 112px;
    max-height: 800px;
    height: 50vw;
    min-height: 180px;
    z-index: 1;
    pointer-events: none;
    user-select: none;
    width: 40vw;
    max-width: 700px;
    background-repeat: no-repeat;
    background-size: contain;
}
.hero-float-left {
    left: 0;
    background-image: url('../assets/hero-left-float.png');
    background-position: top left;
}
.hero-float-right {
    right: 0;
    background-image: url('../assets/hero-right-float.png');
    background-position: top right;
}
.hero-claim {
    color: #F8F8F8;
    font-size: 32px;
    text-align: center;
    margin-top: 80px;
    margin-bottom: 40px;
    line-height: 1.2;
    letter-spacing: 0.01em;
    font-family: 'Roboto Condensed', system-ui, sans-serif;
}
.hero-subtitle {
    color: #7C9AA6;
    font-size: 26px;
    text-align: center;
    margin: 0 0 0 0;
    line-height: 1.4;
    font-family: 'Roboto Condensed', system-ui, sans-serif;
}
.hero-social {
    margin-top: 50px;
    text-align: center;
    width: 100%;
}
.hero-social-label {
    color: #A2D5E9;
    font-size: 18px;
    margin-bottom: 20px;
    font-family: 'Roboto Condensed', system-ui, sans-serif;
    font-weight: 700;
}
.hero-social-links {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 12px;
    width: auto;
    max-width: none;
    margin: 0 auto;
}
.hero-social-btn {
    background: #6800b3;
    border: none;
    border-radius: 8px;
    height: 42px;
    min-width: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px;
    text-decoration: none;
    transition: background 0.2s;
    cursor: pointer;            
    box-sizing: border-box;
    letter-spacing: 0.08em;
}
.hero-social-btn:hover {
    background: #8607e1;
}
.hero-social-icon {
    width: 26px;
    height: 26px;
    display: block;
    margin: 0;
    align-self: center;
    justify-self: center;
}
.hero-social-steam {
    justify-content: center;
    align-items: center;
}
.hero-social-steam-text {
    margin-left: 10px;
    text-transform: uppercase;
    margin-right: 4px;
    font-weight: 400;
    font-size: 16px;
    color: #FFA600;
}
/* Email Grabber Section */
.email-section {
    background: #230043;
    padding: 0px 16px 0 16px;
    position: relative;
}
.video-placeholder {
    width: 100%;
    max-width: 960px;
    aspect-ratio: 16/9;
    background: #1A0033;
    border-radius: 16px;
    z-index: 1;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #6800b3;
    font-size: 2rem;
    letter-spacing: 1px;
    /* Overlap the top edge of the section above by 60px */
    margin-top: -180px;
}
.email-grabber {
    background: transparent url('../assets/email-box-bg.png') no-repeat top center;
    background-size: contain; /* Ensures the whole image is always visible */
    padding: 50px 50px 50px 50px;
    max-width: 420px;
    width: 100%;
    height: 350px;
    margin: 0 auto;
    position: relative;
    top: -60px;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    overflow: visible;
}
.email-title {
    color: #FFA600;
    font-size: 24px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin: 0 0 12px 0;
    width: 100%;
    text-align: left;
    font-family: 'Roboto Condensed', system-ui, sans-serif;
}
.email-body {
    color: #7C9AA6;
    font-size: 1.05rem;
    margin: 0 0 24px 0;
    width: 100%;
    text-align: left;
    font-family: 'Roboto Condensed', system-ui, sans-serif;
}
.email-form-row {
    width: 100%;
    display: flex;
    position: relative;
    margin-bottom: 28px;
    height: 52px;
    font-weight: 400;
}
.email-form-row input[type="email"] {
    background: transparent;
    padding: 12px 100px 12px 12px; /* right padding for button space */
    color: #7C9AA6;
    border-radius: 14px;
    border: 1px solid #FFA600;
    font-size: 18px;
    flex: 1 1 0;
    font-family: 'Roboto Condensed', system-ui, sans-serif;
    outline: none;
    min-width: 0;
    box-sizing: border-box;
}
.email-form-row button {
    position: absolute;
    top: 50%;
    right: 6px;
    transform: translateY(-50%);
    height: 32px;
    margin-right: 4px;
    background: #FFA600;
    color: #230043;
    border: none;
    border-radius: 8px;
    padding: 0 24px;
    font-size: 1rem;
    cursor: pointer;
    font-family: 'Roboto Condensed', system-ui, sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    transition: background 0.2s;
    display: flex;
    align-items: center;
    letter-spacing: 0.08em;
}
button,
.hero-social-btn,
.press-kit-btn,
.email-form-row button {
    letter-spacing: 0.08em;
}
.email-form-row button:hover {
    background: #ffbd08;
}
.email-bottom-row {
    width: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    position: relative;
    min-height: 60px;
    margin-top: 0;
}
.email-note {
    color: #7C9AA6;
    font-size: 0.95rem;
    max-width: none;
    width: 180px; /* Fixed width to keep text to two lines */
    text-align: left;
    font-family: 'Roboto Condensed', system-ui, sans-serif;
    line-height: 1.3;
    flex-shrink: 0; /* Prevent shrinking */
}
.email-crystals {
    width: 240px;
    height: auto;
    position: absolute;
    right: 0;
    bottom: -100px;
    z-index: 3;
    pointer-events: none;
}
/* About Section */
.about-section {
    background: #150029;
    padding: 64px 16px;
    display: flex;
    justify-content: center;
}
.about-inner {
    max-width: 720px;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 30px;
}
.about-logo {
    max-width: 270px;
    max-height: 147px;
    width: 100%;
    height: auto;
    object-fit: contain;
    align-self: flex-start;
}
.about-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.about-content h2 {
    color: #A2D5E9;
    font-weight: 400;
    font-size: 24px;
    margin: 0 0 20px 0;
}
.about-content p {
    color: #7C9AA6;
    margin: 0 0 24px 0;
    line-height: 1.6;
}
.press-kit-btn {
    background: #450075;
    color: #FFA600;
    border: none;
    border-radius: 8px;
    padding: 12px 20px;
    margin-top: 30px;
    cursor: pointer;
    transition: background 0.2s;
    text-transform: uppercase;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 18px;
    width: auto;
    letter-spacing: 0.08em;
}
.press-kit-btn:hover {
    background: #6800b3;
}
.press-kit-icon {
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
}
.press-kit-text {
    font-size: 16px;
    font-weight: 400;
    vertical-align: middle;
}
/* Footer */
.footer-section {
    background: #06030E;
    padding: 32px 0;
    text-align: center;
    color: #7C9AA6;
    font-size: 1rem;
}
/* Responsive */
@media (max-width: 900px) {
    .about-inner {
        flex-direction: column;
        align-items: center;
        gap: 24px;
    }
    .about-content {
        align-items: center;
        text-align: center;
    }
    .about-content h2, .about-content p, .press-kit-btn {
        align-self: center;
    }
    .hero-float {
        max-height: 320px;
        height: 28vw;
        min-height: 100px;
        top: 80px;
    }
    .hero-logo {
        max-width: 320px;
    }
    .hero-by-logo {
        width: 70px;
    }
}
@media (max-width: 600px) {
    /* Hero section mobile adjustments */
    
    .hero {
        padding: 10px 0 40px 0;
        min-height: unset;
    }
    .hero-inner {
        max-width: 100vw;
        padding: 0 8px;
    }
    .hero-logo {
        max-width: 220px;
        margin-bottom: 0px;
        width: 45vw;
    }
    .hero-by {
        margin-top: 0;
    }
    .hero-claim {
        font-size: 24px;
        margin-top: 5vw;
        margin-bottom: 20px;
    }
    .hero-subtitle {
        font-size: 18px;
        margin-bottom: 32px;
    }
    .hero-float {
        height: 45vw;
        max-width: 700px;
        top: 10vw;
    }
    .hero-float-left {
        left: 0;
        background-image: url('../assets/m_hero-left-float.png');
    }
    .hero-float-right {
        right: 0;
        background-image: url('../assets/m_hero-right-float.png ');
    }
    .hero-social {
        margin-top: 0px;
        margin-bottom: 60px;
    }
    
    .video-placeholder {
        
        width: 80vw;
        font-size: 1.5rem;
    }
    


 .email-section {
            padding: 0 0 80px 0;
            background: #450075;
        }
        .section-inner {
            padding: 0 8px;
        }
        .email-grabber {
            width: 80vw;
            max-width: 380px;
            min-width: 280px;
            margin: 0 auto;
            background-color: #230043;
            border-radius: 18px;
            padding: 30px;
            margin-top: 40px;
            min-height: 0;
            height: auto;
            top: 0px;
            background-image: none !important;
           
        }
        .email-crystals {
            max-width: 240px;
            min-width: 100px;
            width: 50vw;
            height: auto;
            position: absolute;
            right: -20px;
            margin-bottom: -20px;
        }
        .footer-section {
            font-size: 14px;
            padding: 30px 0;
            height: 60px;
            margin-top: 0px;
        }
        .email-grabber,
        .email-grabber * {
            font-size: 15px !important;
        }
        .email-title {
            font-size: 18px !important;
            font-weight: 400;
            letter-spacing: 0.02em;
            
        }
        .email-body,
        .email-note,
        .email-form-row input[type="email"],
        .email-form-row button {
            font-size: 15px !important;
        }
      
        .email-note {
            margin-top: 0px;
        }    
    
        .email-form-row {
            flex-direction: column;
            align-items: stretch;
            position: static;
            gap: 16px;
            height: auto;
        }
        .email-form-row input[type="email"] {
            border-radius: 8px;
            padding-right: 12px;
            font-size: 15px !important;
        }
        .email-form-row button {
            position: static;
            transform: none;
            margin: 0;
            width: auto;
            align-self: flex-start;
            height: 36px;
            border-radius: 8px;
            font-size: 15px !important;
            padding: 0 24px;
        }
    }

    /* Desktop: button inside input, right-aligned */
    @media (min-width: 601px) {
        .email-form-row {
            flex-direction: row;
            align-items: center;
            position: relative;
            gap: 0;
            height: 52px;
        }
        .email-form-row input[type="email"] {
            padding: 12px 100px 12px 12px;
            border-radius: 14px;
            font-size: 20px !important;
        }
        .email-form-row button {
            position: absolute;
            top: 50%;
            right: 6px;
            transform: translateY(-50%);
            height: 32px;
            border-radius: 8px;
            font-size: 20px !important;
            padding: 0 24px;
            align-self: auto;
        }
    }
    .video-placeholder {
        margin-top: -60px;
        font-size: 1.2rem;
    }
    .email-crystals {
        width: 180px;
        right: 0;
        bottom: -50px;
    }

    /* About section: center logo horizontally */
    /* .about-inner {
        flex-direction: column;
        align-items: center;
        gap: 24px;
    }
    .about-content
    {
        width: 80vw;
        text-align: left;
    }
    .about-content h2
    {
        width: 80vw;
        text-align: left;
    }
       
    .about-logo {
        display: block;
        margin-left: auto;
        margin-right: auto;
        max-width: 180px;
        width: 100%;
    } */
}



