﻿/* ------------------------------
    DESKTOP (default)
--------------------------------*/

.hero-section {
    background: url('/img/hero-blue-large-waves.png') no-repeat center bottom;
    background-size: cover;
    background-position-y: calc(100% + 300px);
    min-height: 100vh;
    position: relative;
    overflow-x: hidden !important;
}

@media (min-width: 1025px) {
    .hero-title {
        font-size: 3.2rem;
        padding-top: 170px;
    }
}

/* ------------------------------
    TABLETS (iPad, etc)
    768px–1024px
--------------------------------*/
@media (max-width: 1024px) {
    .hero-section {
        background-position: center bottom;
        padding-top: 100px;
    }

    .hero-title {
        font-size: 3.2rem;
        font-weight: 700;
        color: #0d2b7a;
        line-height: 1.2;
        padding-top: 90px;
    }
}

/* ------------------------------
    MOBILE PHONES (< 768px)
--------------------------------*/
@media (max-width: 767px) {

    .email-box .input-group {
        flex-direction: column !important;
        align-items: center !important;
        gap: 12px;
        margin-top: 0 !important;
        width: 100%;
    }

    .email-box {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    #email.hero-input {
        border-radius: 30px !important;
        width: 100% !important;
    }

    #email {
        width: 100% !important;
        border-radius: 30px !important;
    }

    .email-box .input-group-append {
        margin-left: 0 !important;
        width: 100% !important;
        display: flex !important;
        justify-content: center !important;
        align-self: center !important;
    }

    .hero-title {
        font-size: 3.2rem;
        font-weight: 700;
        color: #0d2b7a;
        line-height: 1.2;
        padding-top: 50px;
    }
}

/* Landscape phones */
@media only screen and (max-height: 500px) and (orientation: landscape) {

    .hero-section {
        min-height: 160vh !important;
        padding-bottom: 300px !important;
        background-position: center bottom !important;
    }

    .hero-title {
        font-size: 2.2rem !important;
        padding-top: 50px !important;
    }
}

/* ------------------------------
    HERO TEXT
--------------------------------*/
.hero-title {
    font-weight: 700;
    color: #0d2b7a;
    line-height: 1.2;
}

.hero-subtext {
    font-size: 1.2rem;
    color: #1f3b7a;
    margin-top: 20px;
    margin-bottom: 40px;
}

/* ------------------------------
    EMAIL INPUT + BUTTON
--------------------------------*/

.email-box {
    max-width: 650px;
    margin-bottom: 40px;
    background: #ffffff;
    padding: 25px;
    border-radius: 14px;
    box-shadow: 0 6px 18px rgba(0,0,0,0.10);
}

/* INPUT FIELD */
.hero-input {
    height: 54px;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
    background: #fff;
    font-size: 26px;
    padding-left: 18px;
    color: #0d2b7a !important;
    border-radius: 12px;
}

    .hero-input:focus {
        outline: none !important;
        box-shadow: none !important;
    }

.input-group-append {
    overflow: visible !important;
}

.email-box .input-group {
    overflow: visible !important;
}

/* ------------------------------
    PRICING SECTION
--------------------------------*/

.pricing-section {
    background: #FFF9ED;  
    padding: 150px 20px;
    text-align: center;
}

.pricing-title {
    font-size: 3rem;
    font-weight: 700;
    color: #0d2b7a;
    margin-bottom: 12px;
}


.pricing-subtitle {
    color: #1f3b7a; /* 5b6fa6 */
    margin-top: 10px;
}

/* ------------------------------
    TOGGLE
--------------------------------*/

.billing-toggle {
    display: inline-flex;
    background: #eef2ff;
    border-radius: 999px;
    padding: 6px;
    margin: 40px 0 70px;
}

.toggle-btn {
    border: none;
    background: transparent;
    padding: 10px 24px;
    border-radius: 999px;
    font-weight: 600;
    color: #6b7280;
    cursor: pointer;
}

    .toggle-btn.active {
        background: #fff;
        color: #0d2b7a;
        box-shadow: 0 4px 10px rgba(0,0,0,.08);
    }

    .toggle-btn .badge {
        background: #ffd44d;
        color: #7a4b00;
        font-size: 12px;
        padding: 2px 8px;
        border-radius: 999px;
        margin-left: 6px;
    }

    .toggle-btn:focus-visible {
        outline: none;
    }

    .toggle-btn:focus:not(:focus-visible) {
        outline: none;
    }


/* ------------------------------
    PRICING CARDS
--------------------------------*/

.pricing-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    max-width: 1150px;
    margin: 0 auto;
}


.pricing-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 35px 30px;
    position: relative;
    transition: box-shadow 0.3s ease;
}


.pricing-card button {
    margin-top: 30px;
    align-self: flex-start;
}


.pricing-card .price {
    position: relative;
    padding-top: 2rem !important;
}

/* PRO button */
.btn-primary {
    background: linear-gradient(135deg, #ffd84d, #ffbf00);
    color: #5a4500;
    border: none;
    border-radius: 999px;
    padding: 12px 26px;
    font-weight: 700;
    box-shadow: 0 6px 16px rgba(255, 191, 0, 0.35);
}

/* BASIC button */
.btn-outline {
    background: transparent;
    border: 2px solid #ffd84d;
    color: #7a5a00;
    border-radius: 999px;
    padding: 12px 26px;
    font-weight: 700;
}


/* NEW — soft glow for BOTH cards */
.glow-basic {
    box-shadow: 0 16px 32px rgba(255, 216, 77, 0.18);
}

/* NEW — stronger glow for Pro */
.glow-pro {
    box-shadow: 0 18px 38px rgba(77, 163, 255, 0.30);
}


/* TEAM card glow */
.glow-team {
    box-shadow: 0 26px 52px rgba(255, 216, 77, 0.35);
}

/* ------------------------------
    POPULAR BADGE
--------------------------------*/

.popular-badge {
    position: absolute;
    top: 18px;
    right: 18px;
    background: #1880e5;
    color: #fff;
    font-size: 0.65rem;
    font-weight: 700;
    padding: 4px 10px;
    border-radius: 999px;
    letter-spacing: 0.04em;
}


/* ------------------------------
    PRICE + FEATURES
--------------------------------*/

.price {
    font-size: 2.8rem;
    font-weight: 700;
    color: #0d2b7a;
    margin: 20px 0;
}

.price-period {
    font-size: 1rem;
    color: #6c7bbf;
}

.features {
    list-style: none;
    padding: 0;
    margin: 50px 0;
}

    .features li {
        margin-bottom: 12px;
    }

/* ------------------------------
    BUTTONS
--------------------------------*/

.btn-yellow {
    background: linear-gradient(135deg, #ffd84d, #ffbf00);
    color: #5a4500;
    border-radius: 30px;
    padding: 12px;
    font-weight: 700;
    display: block;
    border: none;
}

.btn-outline-yellow {
    border: 2px solid #ffd84d;
    color: #7a5a00;
    border-radius: 30px;
    padding: 12px;
    display: block;
    background: transparent;
}


.price-unit {
    font-size: 1rem;
    color: #555;
    display: block;
    margin-top: 6px;
}

.price-unit-team {
    font-size: 1rem;
    color: #555;
    display: block;
    margin-top: 6px;
}

@media (max-width: 1024px) {
    .pricing-grid {
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    }
}



.btn-team {
    background: linear-gradient(135deg, #f29b38, #e07f1f);
    color: #ffffff;
    border: none;
    border-radius: 999px;
    padding: 12px 28px;
    font-weight: 700;
    cursor: pointer;
    box-shadow: 0 8px 20px rgba(242, 155, 56, 0.45);
    transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
}

    /* hover + focus */
    .btn-team:hover,
    .btn-team:focus-visible {
        box-shadow: 0 14px 28px rgba(242, 155, 56, 0.65);
        filter: brightness(1.05);
        background-color: #1f9e44 !important;
        border-color: #1f9e44 !important;
        color: #ffffff !important;
    }

    /* click / active */
    .btn-team:active {
        box-shadow: 0 6px 14px rgba(242, 155, 56, 0.35);
    }

