/*!
 * Start Bootstrap - Landing Page Bootstrap Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

body,
html {
    width: 100%;
    height: 100%;
}

body,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    font-weight: 500;
}

.lead {
    font-size: 18px;
    font-weight: 400;
}

.intro-header {
    padding-top: 0px;
    padding-bottom: 80px;
    text-align: center;
    color: #f8f8f8;
    background: linear-gradient(145deg, #000000 0%, #350707 70%, #7f2504 100%);
    background-size: cover;
    min-height: 100vh;
    display: flex;
    align-items: center;
}

.intro-message {
    position: relative;
    padding-top: 3%;
    padding-bottom: 5%;
    width: 100%;
}

.intro-message .logo {
    max-width: 120px;
    height: auto;
    margin-bottom: 25px;
    filter: drop-shadow(0 0 15px #ff4444) drop-shadow(0 0 25px #cc0000) drop-shadow(2px 2px 8px rgba(0,0,0,0.6));
}

.intro-message > h1 {
    margin: 0;
    margin-bottom: -15px;
    text-shadow: 2px 2px 8px rgba(0,0,0,0.8);
    font-size: 6em;
    font-weight: 700;
    line-height: 1.1;
}

.intro-divider {
    width: 400px;
    border-top: 2px solid #f8f8f8;
    border-bottom: 1px solid rgba(0,0,0,0.3);
    margin-top: 50px;
    margin-bottom: 50px;
}

.intro-message > h3 {
    text-shadow: 2px 2px 6px rgba(0,0,0,0.7);
    margin-bottom: 30px;
    font-weight: 400;
    font-size: 2.2em;
    line-height: 1.3;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.intro-message > h4 {
    text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
    margin-bottom: 25px;
    font-weight: 300;
    font-size: 1.4em;
}

.intro-cta {
    margin-top: 60px;
    margin-bottom: 80px;
}

.email-signup-form {
    max-width: 600px;
    margin: 0 auto;
}

.email-input-group {
    display: flex;
    background: rgba(255, 255, 255, 0.95);
    border-radius: 50px;
    padding: 8px 15px 8px 8px;
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(10px);
    gap: 15px;
}

.email-input {
    flex: 1;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
    padding: 15px 30px;
    font-size: 1.1em;
    background: transparent !important;
    color: #333;
    font-weight: 500;
    margin-right: 10px;
    min-width: 300px;
}

.email-input::placeholder {
    color: #333;
    font-weight: 400;
}

.email-input-group .cta-button {
    background: linear-gradient(135deg, #ff6b35 0%, #f7931e 100%);
    border: none;
    color: white;
    font-weight: 700;
    padding: 15px 30px;
    font-size: 1.1em;
    letter-spacing: 1px;
    text-transform: uppercase;
    border-radius: 50px;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(255, 107, 53, 0.4);
    white-space: nowrap;
    flex-shrink: 0;
    cursor: pointer;
    width: auto;
    margin-right: 15px;
}

.email-input-group .cta-button:hover {
    background: linear-gradient(135deg, #e55a2b 0%, #e8851d 100%);
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(255, 107, 53, 0.6);
}

.email-signup-form .beta-disclaimer,
.intro-cta .beta-disclaimer,
span.beta-disclaimer {
    display: block;
    text-align: center !important;
    color: #ffffff !important;
    font-size: 0.85em !important;
    font-weight: 300 !important;
    margin-top: 12px !important;
    margin-bottom: 0 !important;
    letter-spacing: 0.5px !important;
}



.scroll-indicator {
    position: absolute;
    bottom: -50px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    color: rgba(248, 248, 248, 0.8);
}

.scroll-text {
    display: block;
    font-size: 0.9em;
    font-weight: 300;
    letter-spacing: 1px;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.scroll-arrow {
    font-size: 1.2em;
    animation: bounce 2s infinite;
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-10px);
    }
    60% {
        transform: translateY(-5px);
    }
}

@media(max-width:767px) {
    .intro-message {
        padding-top: 7%;
        padding-bottom: 5%;
    }

    .intro-message .logo {
        max-width: 80px;
        margin-bottom: 20px;
    }

    .intro-message > h1 {
        font-size: 3.5em;
        margin-bottom: 30px;
    }

    .intro-message > h3 {
        font-size: 1.6em;
        padding: 0 20px;
    }

    .email-input-group {
        flex-direction: column;
        padding: 15px;
        border-radius: 25px;
    }

    .email-input {
        margin-bottom: 15px;
        text-align: center;
        border-radius: 25px;
        background: transparent !important;
        color: #333;
        border: none !important;
        outline: none !important;
        box-shadow: none !important;
    }

    .email-input::placeholder {
        color: #444 !important;
        font-weight: 400;
    }

    .email-signup-form .email-input::placeholder,
    .intro-cta .email-input::placeholder,
    input[type="email"]::placeholder {
        color: #222 !important;
        font-weight: 400 !important;
    }

    .email-input-group .btn,
    .email-input-group .cta-button {
        padding: 15px 25px;
        font-size: 1em;
        letter-spacing: 0.5px;
        width: 100%;
    }

    .intro-cta {
        margin-bottom: 60px;
    }

    .scroll-indicator {
        bottom: 20px;
    }

    .intro-divider {
        width: 100%;
        margin-top: 40px;
        margin-bottom: 40px;
    }
}

.network-name {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 2px;
}

/* Benefits Section */
.benefits-section {
    padding: 80px 0;
    background-color: #f8f9fa;
}

.benefits-heading {
    font-size: 2.5em;
    font-weight: 600;
    color: #333;
    margin-bottom: 60px;
    text-align: center;
}

.benefits-row {
    margin-top: 20px;
}

.benefit-item {
    text-align: center;
    padding: -100px 20px;
    margin-bottom: 10px;
}

.benefit-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 30px;
    background: linear-gradient(135deg, #ff6b35 0%, #f7931e 100%);
    border-radius: 80%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 30px rgba(255, 107, 53, 0.4);
}

.benefit-icon i {
    font-size: 3em;
    color: white;
}

.benefit-item h3 {
    font-size: 1.4em;
    font-weight: 600;
    color: #333;
    margin-bottom: 15px;
    margin-top: 0;
}

.benefit-item p {
    font-size: 1em;
    line-height: 1.6;
    color: #666;
    max-width: 280px;
    margin: 0 auto;
}

@media(max-width:767px) {
    .benefits-section {
        padding: 60px 0;
    }
    
    .benefits-heading {
        font-size: 2em;
        margin-bottom: 40px;
    }
    
    .benefit-item {
        padding: 25px 15px;
        margin-bottom: 30px;
    }
    
    .benefit-icon {
        width: 100px;
        height: 100px;
        margin: 0 auto 25px;
    }
    
    .benefit-icon i {
        font-size: 2.5em;
    }
    
    .benefit-item h3 {
        font-size: 1.3em;
    }
    
    .benefit-item p {
        font-size: 0.95em;
        max-width: 100%;
        padding: 0 10px;
    }
}

/* Stepper Section */
.stepper-section {
    padding: 80px 0;
    background-color: #ffffff;
}

.stepper-heading {
    font-size: 2.5em;
    font-weight: 600;
    color: #333;
    margin-bottom: 60px;
    text-align: center;
}

.stepper {
    position: relative;
    padding: 20px 0;
}

.step {
    position: relative;
    display: flex;
    align-items: flex-start;
    margin-bottom: 60px;
    padding: 0 30px;
}

.step:last-child {
    margin-bottom: 0;
}

.step::after {
    content: '';
    position: absolute;
    top: 30px;
    left: 90px;
    right: 30px;
    height: 2px;
    background: linear-gradient(to right, #ff6b35, #f7931e);
    z-index: 1;
}

.step::before {
    content: '';
    position: absolute;
    top: 24px;
    right: 24px;
    width: 12px;
    height: 12px;
    background: linear-gradient(135deg, #ff6b35 0%, #f7931e 100%);
    border-radius: 50%;
    box-shadow: 0 2px 8px rgba(255, 107, 53, 0.4);
    z-index: 2;
}

.step-number {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #ff6b35 0%, #f7931e 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.4em;
    font-weight: 400;
    box-shadow: 0 8px 25px rgba(255, 107, 53, 0.3);
    flex-shrink: 0;
    z-index: 3;
    position: relative;
}

.step-number i {
    font-size: 1.4em;
}

.step-content {
    margin-left: 30px;
    padding-top: 8px;
}

.step-content h3 {
    font-size: 1.4em;
    font-weight: 600;
    color: #333;
    margin: 0 0 10px 0;
}

.step-content p {
    font-size: 1em;
    line-height: 1.6;
    color: #666;
    margin: 0;
}

@media(max-width:767px) {
    .stepper-section {
        padding: 60px 0;
    }
    
    .stepper-heading {
        font-size: 2em;
        margin-bottom: 40px;
    }
    
    .step {
        margin-bottom: 50px;
        padding: 0 20px;
    }
    
    .step::after {
        top: 25px;
        left: 70px;
        right: 20px;
    }
    
    .step::before {
        top: 19px;
        right: 14px;
        width: 10px;
        height: 10px;
    }
    
    .step-number {
        width: 50px;
        height: 50px;
        font-size: 1.1em;
    }
    
    .step-number i {
        font-size: 1.1em;
    }
    
    .step-content {
        margin-left: 25px;
        padding-top: 5px;
    }
    
    .step-content h3 {
        font-size: 1.3em;
    }
    
    .step-content p {
        font-size: 0.95em;
    }
}

/* Second CTA Section */
.cta-bottom-section {
    padding: 80px 0;
    background: linear-gradient(145deg, #1a1a1a 0%, #2d0f0f 70%, #4a1a0a 100%);
    color: #f8f8f8;
    text-align: center;
}

.cta-heading {
    font-size: 2.5em;
    font-weight: 600;
    color: #f8f8f8;
    margin-bottom: 20px;
    text-shadow: 2px 2px 6px rgba(0,0,0,0.7);
}

.cta-subtext {
    font-size: 1.2em;
    font-weight: 300;
    color: rgba(248, 248, 248, 0.9);
    margin-bottom: 40px;
    text-shadow: 1px 1px 3px rgba(0,0,0,0.5);
}

@media(max-width:767px) {
    .cta-bottom-section {
        padding: 60px 0;
    }
    
    .cta-heading {
        font-size: 2em;
        margin-bottom: 15px;
    }
    
    .cta-subtext {
        font-size: 1.1em;
        margin-bottom: 30px;
        padding: 0 20px;
    }
}

/* Scroll Animations - Subtle Fade In */
.animate-item {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.8s ease-out;
}

.animate-item.visible {
    opacity: 1;
    transform: translateY(0);
}

.fade-in-delay-1 {
    transition-delay: 0.2s;
}

.fade-in-delay-2 {
    transition-delay: 0.4s;
}

.fade-in-delay-3 {
    transition-delay: 0.6s;
}

.content-section-a {
    padding: 50px 0;
    background-color: #f8f8f8;
}

.content-section-b {
    padding: 50px 0;
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
}

.section-heading {
    margin-bottom: 30px;
}

.section-heading-spacer {
    float: left;
    width: 200px;
    border-top: 3px solid #e7e7e7;
}

.banner {
    padding: 100px 0;
    color: #f8f8f8;
    background: url(../img/banner-bg.jpg) no-repeat center center;
    background-size: cover;
}

.banner h2 {
    margin: 0;
    text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
    font-size: 3em;
}

.banner ul {
    margin-bottom: 0;
}

.banner-social-buttons {
    float: right;
    margin-top: 0;
}

@media(max-width:1199px) {
    ul.banner-social-buttons {
        float: left;
        margin-top: 15px;
    }
}

@media(max-width:767px) {
    .banner h2 {
        margin: 0;
        text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
        font-size: 3em;
    }

    ul.banner-social-buttons > li {
        display: block;
        margin-bottom: 20px;
        padding: 0;
    }

    ul.banner-social-buttons > li:last-child {
        margin-bottom: 0;
    }
}

footer {
    padding: 50px 0;
    background-color: #f8f8f8;
}

.footer-content {
    margin: 0 auto;
}

p.copyright {
    margin: 15px 0 10px;
    font-size: 14px;
}

.footer-links {
    margin-top: 15px;
}

.footer-link {
    color: #777;
    text-decoration: none;
    font-size: 14px;
    transition: color 0.3s ease;
}

.footer-link:hover {
    color: #428bca;
    text-decoration: none;
}

.footer-divider {
    margin: 0 15px;
    color: #ccc;
}

.support-btn {
    display: inline-block;
    padding: 8px 16px;
    background-color: #428bca;
    color: white !important;
    border-radius: 4px;
    margin-left: 10px;
    transition: background-color 0.3s ease;
}

.support-btn:hover {
    background-color: #357abd;
    color: white !important;
    text-decoration: none;
}

.support-btn i {
    margin-right: 5px;
}

/* Mobile placeholder fix - MUST BE LAST */
@media(max-width:767px) {
    .email-input::-webkit-input-placeholder {
        color: #222 !important;
    }
    .email-input::-moz-placeholder {
        color: #222 !important;
    }
    .email-input:-ms-input-placeholder {
        color: #222 !important;
    }
    .email-input::placeholder {
        color: #222 !important;
    }
    input[type="email"]::-webkit-input-placeholder {
        color: #222 !important;
    }
    input[type="email"]::-moz-placeholder {
        color: #222 !important;
    }
    input[type="email"]:-ms-input-placeholder {
        color: #222 !important;
    }
    input[type="email"]::placeholder {
        color: #222 !important;
    }
}