/* ===================================================
   INFINITE U COMMUNITY — OVERRIDES.CSS
   Matches: https://id-preview--29b779dd-b675-4072-bac6-2c64887f3cb0.lovable.app/
   =================================================== */

/* ===== GLOBAL ===== */
*, *::before, *::after {
    box-sizing: border-box;
}

i.fa.fa-arrow-circle-right {
    margin-left: 10px;
}

a.btn {
    font-weight: 600;
    border-radius: 4px;
    letter-spacing: 0.4px;
}

@media (max-width: 767px) {
    .feature {
        align-items: center;
    }
}

.feature__image {
    margin-bottom: 0;
}

/* ===== HEADER ===== */
.header {
    background-color: #0f1925 !important;
}

.header a,
.header a.link-list__link,
.header .dropdown__trigger {
    color: #c5d5e5 !important;
}

.header a:hover,
.header a.link-list__link:hover {
    color: #ffffff !important;
}

.header .btn--solid {
    background-color: #3a8fd4 !important;
    color: #ffffff !important;
    border-radius: 4px !important;
    padding: 8px 18px !important;
    font-size: 13px !important;
    font-weight: 600 !important;
}

/* ===== HERO SECTION ===== */
#section-1717034662351 {
    background-color: #0f1925;
}

#section-1717034662351 h1 {
    color: #ffffff;
    line-height: 1.15;
    margin-bottom: 16px;
    font-size: 42px;
    font-weight: 700;
}

#section-1717034662351 p {
    color: #c5d5e5;
    font-size: 16px;
    line-height: 1.6;
}

#section-1717034662351 a.btn,
#section-cta_banner_section a.btn {
    display: inline-block;
    padding: 12px 24px;
    border-radius: 4px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.5px;
    cursor: pointer;
    margin-bottom: 8px;
    margin-right: 8px;
}

#section-1717034662351 a.btn--solid {
    background-color: #3a8fd4;
    color: #ffffff;
    border: 2px solid #3a8fd4;
}

#section-1717034662351 a.btn--outline {
    background-color: transparent;
    color: #ffffff;
    border: 2px solid rgba(255,255,255,0.5);
}

/* ===== GETTING STARTED SECTION ===== */
#section-1606258505758 {
    background-color: #f1f5ff;
}

#section-1606258505758 h2 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 24px;
    color: #0f1925;
}

#block-1716862134470 span[style*="border-radius:50%"] {
    line-height: 24px;
}

/* ===== SIMPLE PLACES TO START ===== */
#section-simple_places_section {
    background-color: #ffffff;
}

#section-simple_places_section .feature {
    border-radius: 8px;
    border: 1px solid #e8eef6;
    padding: 28px 24px;
    transition: box-shadow 0.25s ease, transform 0.25s ease;
    height: 100%;
    background: #fff;
}

#section-simple_places_section .feature:hover {
    box-shadow: 0 8px 28px rgba(0,0,0,0.10) !important;
    transform: translateY(-2px);
}

/* ===== THEME / CLARITY & COMMITMENT ===== */
#block-1716870984624 .block {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    min-height: 90px;
    padding: 16px 20px;
}

/* ===== SCHEDULE SECTION ===== */
#section-1606258526393 {
    background-color: #f1f5ff;
}

#section-1606258526393 .feature {
    height: 100%;
    border-radius: 8px;
    background: #fff;
    overflow: hidden;
    box-shadow: 0 2px 12px rgba(0,0,0,0.07);
}

#section-1606258526393 .feature:hover {
    box-shadow: 0 6px 24px rgba(0,0,0,0.12);
}

#section-1606258526393 .section__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* Coaching block custom */
.coaching-call-block {
    background: #ffffff;
    padding: 0;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 12px rgba(0,0,0,0.07);
}

.call-header {
    background: #0d1b2a;
    color: #fff;
    display: flex;
    align-items: center;
    padding: 14px 20px;
    border-radius: 6px 6px 0 0;
}

.call-header .icon {
    background: #1b2c40;
    padding: 10px 14px;
    border-radius: 6px;
    margin-right: 14px;
    font-size: 18px;
}

.call-header .label {
    font-size: 11px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    opacity: 0.7;
    margin: 0;
}

.call-header .date {
    font-size: 16px;
    font-weight: 600;
    margin: 4px 0 0;
}

.call-content {
    padding: 24px;
}

.call-content h2 {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 14px;
    color: #0f1925;
    line-height: 1.2;
}

.call-content p {
    color: #555;
    line-height: 1.6;
    font-size: 14px;
    margin-bottom: 14px;
}

.call-content h4 {
    margin-top: 20px;
    margin-bottom: 12px;
    font-size: 11px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #0f1925;
    font-weight: 700;
}

.learn-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.learn-list li {
    margin-bottom: 10px;
    padding-left: 20px;
    position: relative;
    font-size: 14px;
    color: #444;
    line-height: 1.5;
}

.learn-list li::before {
    content: "→";
    position: absolute;
    left: 0;
    color: #3a8fd4;
}

.cta-btn {
    display: inline-block;
    margin-top: 20px;
    background: #3a8fd4;
    color: #fff;
    padding: 12px 24px;
    text-decoration: none;
    font-weight: 600;
    border-radius: 4px;
    font-size: 14px;
    transition: background 0.2s ease;
}

.cta-btn:hover {
    background: #2f7bbf;
    color: #fff;
}

/* ===== CHALLENGE OF THE MONTH ===== */
#section-1669548213911 {
    background-color: #ffffff;
}

/* ===== RESOURCES SECTION ===== */
#section-1717214606381 {
    background-color: #f1f5ff;
}

#section-1717214606381 .feature {
    border-radius: 10px;
    overflow: hidden;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    height: 100%;
    background: #fff;
    box-shadow: 0 2px 10px rgba(0,0,0,0.06);
}

#section-1717214606381 .feature:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.12);
}

/* ===== FAQ SECTION - 2 COLUMN ===== */
#section-1669599227219 {
    background-color: #ffffff;
}

#block-1669599227219_4 {
    position: sticky;
    top: 20px;
}

#block-1669599227219_4 h2 {
    font-size: 32px;
    line-height: 1.2;
    margin-bottom: 12px;
    font-weight: 700;
}

.accordion {
    border-radius: 6px !important;
    margin-bottom: 8px !important;
    border: 1px solid #e8eef6 !important;
    overflow: hidden;
}

.accordion__heading {
    font-weight: 600;
    font-size: 15px;
}

/* ===== SUPPORT SECTION ===== */
#section-1669615401872 .block__inner {
    border-radius: 8px;
}

#section-1669615401872 {
    align-items: flex-end !important;
}

/* ===== FEEDBACK / TELL US WHAT YOU THINK ===== */
#section-1678171430365 {
    background-color: #f1f5ff;
}

/* ===== CTA BANNER ===== */
#section-cta_banner_section {
    background-color: #0f1925;
    text-align: center;
}

#section-cta_banner_section h2 {
    color: #ffffff;
    font-size: 44px;
    line-height: 1.2;
    margin-bottom: 16px;
    font-weight: 700;
}

#section-cta_banner_section p {
    color: #c5d5e5;
    font-size: 16px;
    line-height: 1.6;
}

#section-cta_banner_section a.btn {
    display: inline-block;
    padding: 12px 24px;
    border-radius: 4px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    margin-bottom: 8px;
    margin-right: 6px;
}

#section-cta_banner_section a.btn--solid {
    background-color: #3a8fd4;
    color: #ffffff;
    border: 2px solid #3a8fd4;
}

#section-cta_banner_section a.btn--outline {
    background-color: transparent;
    color: #ffffff;
    border: 2px solid rgba(255,255,255,0.6);
}

/* ===== FOOTER ===== */
.footer a.link-list__link::before {
    display: none !important;
}

div#block-1758688089622 {
    text-align: center;
    margin-top: -14px;
    font-size: 16px;
}

div#block-1758688071031 {
    padding: 5px;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 767px) {
    .footerimage {
        text-align: center !important;
    }

    .social-icons--1770797270642 .social-icons__icons {
        justify-content: center;
    }

    .header__content--desktop {
        padding: 15px 0;
    }

    #section-1717034662351 h1 {
        font-size: 30px;
    }

    #section-cta_banner_section h2 {
        font-size: 30px;
    }

    #section-simple_places_section .feature,
    #section-1717214606381 .feature {
        margin-bottom: 16px;
    }

    #block-1669599227219_4 {
        position: static;
    }

    .footer a.link-list__link {
        text-align: center;
    }

    .footer .text {
        text-align: center !important;
    }

    .coaching-call-block {
        margin-bottom: 20px;
    }
}

@media (min-width: 768px) {
    div#block-1756284817737 {
        text-align: right;
    }
}

div#block-1769176870009 {
    padding-top: 0 !important;
}
