/* === GENERAL STYLES === */
body {
    font-family: 'Poppins', sans-serif;
    line-height: 1.6;
}

section h2 {
    font-size: 38px;
    font-weight: 600;
    color: #333;
    margin-bottom: 20px;
}


/* === HERO SECTION (UNCHANGED) === */
.hero {
    background-color: #FCEAE4; /* Tottable coral */
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 100px 10% 80px; /* Push content down to avoid overlap */
    padding-top: 70px;
}


.hero-heading {
    font-size: 56px;
    font-weight: 600;
    line-height: 1.2;
    max-width: 500px;
}

.hero-subtext {
    font-size: 28px;
    font-weight: 400;
    margin-top: 15px;
    max-width: 500px;
}

.hero .row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}

.hero .col-left {
    flex: 1;
    text-align: left;
}

.hero .col-right {
    flex: 1;
    display: flex;
    justify-content: center;
}

@media (max-width: 768px) {
    .hero {
        flex-direction: column;
        text-align: center;
        padding: 120px 5% 60px;
    }

    .hero .row {
        flex-direction: column;
    }

    .hero .col-left,
    .hero .col-right {
        flex: none;
        width: 100%;
    }

    .hero .col-left {
        text-align: center;
    }

    .hero-heading {
        font-size: 42px;
        max-width: 100%;
    }

    .hero-subtext {
        font-size: 20px;
        max-width: 100%;
    }

    .auth-card {
        width: 100%;
        max-width: 350px;
    }
}


/* === FEATURES SECTION (WHITE) === */
#features {
    background-color: #FCEAE4;
    padding: 80px 0;
}

#features h2 {
    font-size: 38px;
    font-weight: 600;
    color: #333;
}

#features .col-md-4 {
    background: #FCEAE4;
    padding: 30px;
    border-radius: 12px;
    box-shadow: none; /* Removed hover effects */
}

#features i {
    color: #FF6B6B;
    font-size: 40px;
}

/* === HOW IT WORKS SECTION (TOTTABLE CORAL) === */
#how-it-works {
    background: #FFF; /* Tottable coral */
    padding: 80px 0;
}

#how-it-works h2 {
    font-size: 38px;
    font-weight: 600;
    color: #333;
}

#how-it-works .col-md-4 {
    background: #FFF;
    padding: 30px;
    border-radius: 12px;
    box-shadow: none;
}

#how-it-works i {
    color: #FF6B6B;
    font-size: 40px;
}

/* === TESTIMONIALS SECTION (WHITE) === */
#testimonials {
    background-color: #FFFFFF; /* White */
    padding: 80px 0;
}

#testimonials .blockquote {
    background: #FFF;
    padding: 20px;
    border-radius: 8px;
    font-style: italic;
    box-shadow: none;
}

#testimonials i {
    color: #FF6B6B;
    font-size: 24px;
}


#problem {
    background-color: #FFF; /* Tottable coral */
    padding: 80px 0;
}


/* === EMAIL SIGNUP SECTION (TOTTABLE CORAL) === */
.email-signup {
    background: #FFF; /* Tottable coral */
    padding: 80px 0;
    color: #333;
}

.email-signup input {
    border: none;
    padding: 12px;
    border-radius: 8px;
}

.email-signup button {
    background-color: white;
    color: #FF6B6B;
    border: none;
    padding: 12px 20px;
    font-weight: bold;
}

.email-signup button:hover {
    background-color: #FFC7C7;
    color: white;
}

/* === FOOTER === */
footer {
    background: #333;
    color: white;
    padding: 20px;
    font-size: 14px;
}

footer a {
    color: white;
    text-decoration: none;
    margin-left: 10px;
}

footer a:hover {
    text-decoration: underline;
}

/* === RESPONSIVE DESIGN === */
@media (max-width: 768px) {
    .hero {
        padding: 5%;
        text-align: center;
    }

    .hero-heading {
        font-size: 42px;
    }

    .hero-subtext {
        font-size: 20px;
    }
}

.auth-card {
    background: white;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    max-width: 400px;
    width: 100%;
}

.auth-title {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
}

.auth-subtitle {
    font-size: 16px;
    text-align: center;
    margin-bottom: 15px;
}

.form-group {
    margin-bottom: 15px;
}

.btn-block {
    width: 100%;
}

.terms-text {
    font-size: 12px;
    text-align: center;
    margin-top: 10px;
}

.full-height {
    min-height: auto !important; /* override fixed viewport height */
    height: auto !important;
}

.auth-benefits {
    margin-top: 1rem;
    padding-left: 1rem;
    list-style: none;
    font-size: 0.95rem;
    color: #333;
}

.auth-benefits li {
    margin-bottom: 0.5rem;
    line-height: 1.5;
}

.trial-note {
    font-size: 0.85rem;
    color: #555;
}

.auth-card input[type="text"],
.auth-card input[type="email"],
.auth-card input[type="password"] {
    width: 100%;
    padding: 10px 12px;
    font-size: 14px;
    border: 1px solid #ccc;
    border-radius: 6px;
    box-sizing: border-box;
}


.screenshot-box {
    padding: 10px;
    text-align: center;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.screenshot-box h5 {
    font-size: 1rem;
    font-weight: 600;
    min-height: 2.6em; /* Force two-line height even if one line */
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 12px;
}

.screenshot-box img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    object-position: top;  /* 👈 Ensures cropping starts from the top */
    border-radius: 12px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
}

.price-highlight {
    background-color: #e6f4ea; /* soft green tint */
    border-left: 4px solid #49b675; /* Tottable-friendly green */
    padding: 12px 16px;
    border-radius: 6px;
    font-size: 1rem;
    font-weight: 500;
    color: #2c2c2c;
    margin-bottom: 1rem;
    text-align: center;
}



.simple-pricing-toggle {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
}

.simple-box {
    border: 1px solid #ccc;
    border-radius: 6px;
    padding: 12px 14px;
    background-color: #fff;
    font-size: 14px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    max-width: 260px;
    width: 100%;
    transition: border-color 0.2s ease;
}

.simple-box input[type="radio"] {
    accent-color: #0366d6;
    transform: scale(1.1);
}

.simple-box:hover {
    border-color: #888;
}

.savings {
    color: #0a8754;
    font-weight: 600;
    font-size: 13px;
    margin-left: 4px;
}

.simple-box.selected {
    border-color: #0366d6;
}


.oauth-button {
    margin-top: 12px;
    margin-bottom: 16px;
    display: block;
}

.text-center.my-3 {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
}

button[type="submit"] {
    margin-top: 12px;
    padding: 10px 14px;
    font-size: 15px;
}

.trial-note {
    margin-top: 10px;
}

.terms-text {
    margin-top: 14px;
}
