:root {
    --bg-sage: #A0FF000D;
    --bg-grey-light: #D9D9D9;
    --bg-dark: #828282;
    --text-dark: #1a1a1a;
    --text-white: #FFFFFF;
    --accent-green: #9FE870;
    --btn-dark: #828282;
}

body {
    font-family: 'Poppins', sans-serif;
    color: var(--text-dark);
    background-color: var(--bg-sage);
    position: relative;
}

/* Monotone Noise Texture Overlay Removed */
/* body::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 9999;
    opacity: 0.25;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)'/%3E%3C/svg%3E");
    mix-blend-mode: overlay;
} */

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
    letter-spacing: -0.02em;
}

.btn-pill-dark {
    background: linear-gradient(90deg, #171717 0%, #7D7D7D 100%);
    box-shadow: 0px 4px 6px 0px #00000040;
    color: var(--accent-green);
    border: none;
    font-size: 16px;
    letter-spacing: -4%;
    font-weight: 500;
    padding: 12px 32px;
    border-radius: 50px;
    /* Pill shape */
    transition: all 0.3s ease;
    width: 300px;
    height: 50px;
}

.btn-pill-dark:hover {
    transform: scale(1.05);
    background: linear-gradient(90deg, #171717 0%, #7D7D7D 100%);
    color: var(--accent-green);
}

/* Section/* Sections */
.section-hero {
    background-color: var(--bg-sage);
    min-height: 90vh;
    /* Full screen height */
    display: flex;
    align-items: center;
    position: relative;
    /* Space for navbar */
    overflow: hidden;
}

.hero-title {
    line-height: 1.1;
}

.hero-subtitle {
    color: var(--primary-green);
    font-size: 0.9rem;
    max-width: 400px;
    line-height: 1.5;
}

.hero-image-placeholder {
    width: 100%;
    height: 200px;
    background-color: transparent;
    /* Remove placeholder color */
    border-radius: 0;
    overflow: hidden;
    /* Ensure image doesn't overflow */
}

.hero-image-placeholder img {
    width: 100%;
    height: 100%;
    object-fit: fill;
}

.hero-bg-text {
    font-size: 15vw;
    line-height: 0.8;
    color: rgba(0, 0, 0, 0.03);
    pointer-events: none;
    z-index: 0;
}

.hero-eclipse {
    height: 30vh;
    pointer-events: none;
    z-index: 0;
}

@media (min-width: 1920px) {
    .hero-bg-text {
        font-size: 300px;
    }
}

.section-how-it-works {
    background-color: #F8F8F8;
    color: var(--text-dark);
    padding: 80px 0;
}

.section-subtitle {
    font-size: 1rem;
    line-height: 1.5;
}

.section-banner {
    background-color: var(--bg-dark);
    color: var(--text-white);
    padding: 100px 0;
    text-align: center;
}

/* Specific banner button override if needed, but .btn-pill-dark handles it */

.section-features {
    background-color: #fff;
    padding: 100px 0;
}

.section-benefits {
    background-color: var(--bg-dark);
    color: var(--text-white);
    padding: 100px 0;
}

.section-footer {
    background-color: var(--bg-sage);
    padding: 100px 0 0;
    color: var(--text-dark);
}

@media (min-width: 992px) {
    .cta-card-spaced {
        margin: 0 12rem;
    }
}

.zoom-hover {
    transition: transform 0.3s ease;
}

.zoom-hover:hover {
    transform: scale(1.02);
}

/* Custom Play Button */
.custom-play-button {
    width: 80px;
    height: auto;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.custom-play-button img {
    width: 100%;
    height: auto;
    filter: drop-shadow(0 4px 6px rgba(0, 0, 0, 0.3));
}

.custom-play-button:hover {
    transform: scale(1.1);
}

@media (max-width: 991.98px) {

    .section-how-it-works,
    .section-banner,
    .section-features,
    .section-benefits,
    .section-footer {
        padding: 60px 0;
    }

    h1.display-1,
    .section-hero h1 {
        font-size: 3rem !important;
    }

    .section-hero {
        padding-top: 100px;
    }

    .hero-img-container {
        width: 100% !important;
        height: auto !important;
        aspect-ratio: 1 / 1;
        border-radius: 0 !important;
    }
}

.benefits-card {
    background-color: #F8F8F8;
    /* Light background for V2 benefits cards */
    color: #000;
    transition: all 0.3s ease;
}

.benefits-card:hover {
    background-color: #A0FF00;
    transform: scale(1.05);
}

/* Waitlist Modal Overrides */
.modal-content {
    /* Box shadow for depth, background handled in HTML for noise overlay context */
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
}

.modal-content .form-control {
    border: none;
    padding-left: 12px;
}

/* Ensure form controls in modal inherit correct styles */
.modal-content ::placeholder {
    color: #AAA;
    font-weight: 400;
}

.input-group-text {
    color: #1a1a1a;
}


/* Specific overrides for chrome autofill background */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px #000 inset !important;
    -webkit-text-fill-color: white !important;
    transition: background-color 5000s ease-in-out 0s;
}

.modal-content ::placeholder {
    color: #888 !important;
    opacity: 1;
    /* Firefox */
}