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

html {
    background-color: #0a132e;
    overscroll-behavior-y: none;
}

body {
    margin: 0;
    font-family: Poppins, sans-serif;
    color: #0a132e;
        overflow-x: hidden;
    min-height: 100vh;
    background-color: #0a132e;
        background-image: linear-gradient(180deg, #0e31a0 0%, #8238ec 100%);
        background-size: 100% 100%;
        background-repeat: no-repeat;
        background-position: left top;
}

.text-highlight {
    color: #b3e4bd;
}

.page-wrapper {
    min-height: 100vh;
    display: flex;
        flex-direction: column;
    width: 100%;
    overflow-x: hidden;
}

.page-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    width: 100%;
}

/* ============================================================
   HEADER / NAV
   ============================================================ */
.site-header {
    position: sticky;
    top: 0;
        z-index: 100;
        background-color: #0a132e;
        width: 100%;
}

.header-inner {
    padding-block: clamp(0.75rem, 1.4vw, 1.125rem);
}

.logo {
    width: clamp(7.5rem, 10vw, 10rem);
        height: auto;
    object-fit: contain;
    object-position: left center;
        display: block;
        flex-shrink: 0;
}

.contact-btn-wrap {
    flex-shrink: 0;
}

.contact-btn {
    border-radius: 999rem;
        background-color: #b3e4bd;
    color: #0a132e;
        font-weight: 700;
        font-size: clamp(0.95rem, 1.2vw, 1.125rem);
        line-height: 1;
        border: 0;
        padding: 0.75rem clamp(1.125rem, 2.5vw, 2rem);
        min-height: 2.75rem;
        display: inline-flex;
        align-items: center;
}

.contact-btn:hover,
.contact-btn:focus {
    background-color: #0e31a0;
        color: #fff;
}

/* ============================================================
   HERO SECTION
   ============================================================ */
.hero-section {
    background: transparent;
    position: relative;
        overflow: hidden;
    z-index: 1;
}

.hero-blob {
    position: absolute;
    inset: 0;
    background-image: none;
    background-size: cover;
        background-position: center top;
        background-repeat: no-repeat;
    opacity: 0;
    pointer-events: none;
}

.hero-inner {
    position: relative;
    z-index: 2;
    padding-block: clamp(2.75rem, 7vw, 5rem);
}

.hero-text {
    min-width: 0;
        display: flex;
        flex-direction: column;
    gap: 1rem;
}

.providing-a-better {
    margin: 0;
    font-size: clamp(2rem, 4.3vw, 2.8125rem);
        line-height: 1.2;
        color: #fff;
}

.claritys-innovative-computer {
    margin: 0;
    font-size: clamp(1rem, 1.8vw, 1.25rem);
        line-height: 1.6;
        color: #fff;
    max-width: 35rem;
}

.hero-image {
    max-width: min(100%, 35rem);
        /* aspect-ratio: 4 / 3; */
}

.image-1 {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
        display: block;
}

/* ============================================================
   UNLOCK THE VALUE SECTION
   ============================================================ */
.unlock-section {
    background-color: #fff;
        padding-block: clamp(2.75rem, 7vw, 5rem);
}

.video-block {
    width: 100%;
        max-width: min(100%, 35rem);
        aspect-ratio: 16 / 10;
        border-radius: 0.75rem;
        overflow: hidden;
}

.image-3 {
    background-color: #0a132e;
    background-image: none;
        width: 100%;
        height: 100%;
}

.youtube-embed {
    width: 100%;
    height: 100%;
        border: 0;
        display: block;
}

.unlock-text-block {
    min-width: 0;
        display: flex;
        flex-direction: column;
    gap: 1.25rem;
}

.unlock-the-value {
    margin: 0;
    font-size: clamp(1.75rem, 4vw, 2.5rem);
        line-height: 1.3;
        color: #0a132e;
}

.engage-was-designed {
    margin: 0;
    font-size: clamp(1rem, 1.6vw, 1.125rem);
        line-height: 1.7;
        color: #0a132e;
}

.demo-btn-wrap {
    display: flex;
    justify-content: center;
}

.demo-btn {
    border-radius: 999rem;
        background-color: #b3e4bd;
    color: #0a132e;
        font-weight: 700;
        font-size: clamp(0.95rem, 1.2vw, 1.125rem);
        line-height: 1;
        border: 0;
        padding: 0.8125rem clamp(1.125rem, 2.5vw, 2rem);
        min-height: 2.75rem;
        display: inline-flex;
        align-items: center;
}

.demo-btn:hover,
.demo-btn:focus {
    background-color: #a0d9ad;
    color: #0a132e;
}

/* ============================================================
   APP PREVIEW SECTION
   ============================================================ */
.app-preview-section {
    background: transparent;
    overflow: hidden;
        padding: 0;
    min-height: clamp(17.5rem, 40vw, 26.25rem);
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
    z-index: 1;
}

.app-preview-bg {
    position: relative;
    width: 100%;
    max-width: min(100%, 43.75rem);
        aspect-ratio: 1;
        margin: 0 auto;
}

.app-preview-inner {
    position: relative;
    width: 100%;
        height: 100%;
}

.image-4-circle,
.image-5-bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
        object-fit: contain;
        object-position: center;
        display: block;
}

.image-4-circle {
    z-index: 2;
}

.image-5-bg {
    z-index: 1;
}

/* ============================================================
   TREATMENT COMPANION SECTION
   ============================================================ */
.treatment-section {
    background: transparent;
    padding-block: clamp(2.75rem, 7vw, 5rem) clamp(2.25rem, 5vw, 3.75rem);
        position: relative;
        z-index: 1;
}

.treatment-inner {
    text-align: center;
        display: flex;
        flex-direction: column;
    gap: 1.5rem;
}

.engage-is-more {
    margin: 0;
    font-size: clamp(1.75rem, 4vw, 2.5rem);
        line-height: 1.4;
        color: #fff;
    max-width: 57.5rem;
        margin-inline: auto;
}

.treatment-desc {
    color: #fff;
    font-size: clamp(1rem, 1.6vw, 1.125rem);
        max-width: 61.25rem;
        margin-inline: auto;
}

/* ============================================================
   CONTENT PARTNER LOGOS
   ============================================================ */
.partners-logos-section {
    background: transparent;
    padding-block: clamp(1.75rem, 4vw, 2.5rem) clamp(2.25rem, 5vw, 3.75rem);
    position: relative;
    z-index: 5;
    overflow: hidden;
}

.partners-logos-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 0;
}

.partners-logos-inner>* {
    display: block;
    text-decoration: none;
    position: relative;

    /* 1. Reset right margin and apply left margin to push elements forward */
    margin-inline-end: 0;
    margin-inline-start: clamp(-1.25rem, -2.5vw, -2rem);
}

.partners-logos-inner>*:first-child {
    margin-inline-start: 0;
}
.partner-logo {
    width: clamp(5.5rem, 10vw, 8.5rem);
    height: clamp(5.5rem, 10vw, 8.5rem);
    object-fit: contain;
    object-position: center;
    display: block;
    flex-shrink: 0;
    border-radius: 50%;
    background-color: #e9ecef;
        border: 4px solid #fff;
}

/* ============================================================
   JOIN OUR LIST SECTION
   ============================================================ */
.join-section {
    background-color: #fff;
        padding-block: clamp(2.75rem, 7vw, 5rem);
        position: relative;
        z-index: 1;
}

.join-inner {
    text-align: center;
        display: flex;
        flex-direction: column;
    gap: 1.5rem;
        align-items: center;
}

.join-our-incredible {
    margin: 0;
    font-size: clamp(1.75rem, 4vw, 2.5rem);
        line-height: 1.4;
        color: #0a132e;
    max-width: 57.5rem;
}

.weve-partnered-with {
    margin: 0;
    font-size: clamp(1rem, 1.6vw, 1.125rem);
        line-height: 1.7;
        color: #0a132e;
    max-width: 58.75rem;
}

/* ============================================================
   TESTIMONIAL SECTION
   ============================================================ */
.testimonial-section {
    background: transparent;
    padding-block: clamp(2.75rem, 7vw, 5rem);
        position: relative;
        z-index: 1;
}

.testimonial-inner {
    text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
    gap: 1rem;
}

.testimonial-grid .testimonial-card {
    max-width: 56.25rem;
    margin-inline: auto;
    text-align: center;
}
.quote-mark {
    font-size: clamp(4.25rem, 11vw, 7.5rem);
        line-height: 0.8;
        color: #fff;
        font-family: "Proxima Nova", serif;
        font-weight: 700;
    height: clamp(3rem, 6vw, 5rem);
        display: flex;
        align-items: flex-end;
        justify-content: center;
}

.engage-makes-it {
    margin: 0;
    font-size: clamp(1.5rem, 3.4vw, 2.25rem);
        line-height: 1.5;
        color: #fff;
    font-weight: 300;
    max-width: 56.25rem;
}

.betsy-weber-lmhc {
    margin: 0;
    font-size: clamp(1rem, 1.6vw, 1.125rem);
        line-height: 1.7;
        color: #fff;
}

/* ============================================================
   FOOTER
   ============================================================ */
.site-footer {
    background-color: #0a132e;
    padding: clamp(3.25rem, 7vw, 4rem) 0 clamp(1.25rem, 2.4vw, 1.5rem);
    position: relative;
    z-index: 3;
    overflow: visible;
    color: #fff;
    width: 100%;
    margin-top: auto;
}

.footer-logo-wrap {
    position: absolute;
    top: 0;
        left: 50%;
        transform: translate(-50%, -18%);
    display: flex;
    justify-content: center;
    width: 100%;
    pointer-events: none;
}

.footer-logo-circle {
    width: 4.5rem;
        height: 4.5rem;
        border-radius: 50%;
        background-color: #0a132e;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
    box-shadow: 0 0 0 0.375rem #0a132e;
        pointer-events: none;
}

.image-14 {
    width: 7rem;
        height: auto;
        object-fit: contain;
        object-position: center;
        display: block;
    transform: translateY(0.9375rem);
}

.footer-inner {
    margin-top: clamp(2rem, 4.2vw, 3.125rem);
}

.copyright-2025-all,
.infoengagebyclaritycom,
.terms-of-service,
.privacy-policy {
    margin: 0;
    font-size: clamp(0.875rem, 1.5vw, 1rem);
        line-height: 1.6;
        text-decoration: none;
}

.copyright-2025-all,
.infoengagebyclaritycom {
    color: #fff;
}

.footer-links {
    display: flex;
    align-items: center;
    gap: clamp(0.875rem, 2vw, 1.5rem);
        flex-wrap: wrap;
}

.terms-of-service,
.privacy-policy {
    color: #b3e4bd;
    cursor: pointer;
    transition: color 0.2s ease, text-decoration-color 0.2s ease;
    }

    .infoengagebyclaritycom,
    .terms-of-service,
    .privacy-policy {
        text-decoration: underline;
        text-decoration-color: transparent;
        text-underline-offset: 0.2em;
        transition: color 0.2s ease, text-decoration-color 0.2s ease;
    }

    .infoengagebyclaritycom:hover,
    .infoengagebyclaritycom:focus,
    .terms-of-service:hover,
    .terms-of-service:focus,
    .privacy-policy:hover,
    .privacy-policy:focus {
        color: #b3e4bd;
        text-decoration-color: currentColor;
}

/* ============================================================
   CONTACT PAGE
   ============================================================ */
.contact-page {
    flex: 1;
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 0;
}

.contact-hero-band {
    padding: clamp(2.5rem, 5vw, 3.75rem) 0 clamp(4rem, 9vw, 7.25rem);
    background: linear-gradient(180deg, #0e31a0 0%, #8238ec 100%);
}

.contact-hero-inner {
    text-align: center;
}

.contact-hero-inner h1 {
    margin: 0;
    font-size: clamp(2rem, 4vw, 2.75rem);
    line-height: 1.15;
    color: #fff;
}

.contact-surface-wrap {
    position: relative;
    margin-top: clamp(-4.5rem, -5vw, -2.75rem);
    flex: 1;
    display: flex;
    flex-direction: column;
}

.contact-surface-curve {
    height: clamp(4.75rem, 8vw, 7.5rem);
    background: #f3f4f8;
}

.contact-surface {
    background: #f3f4f8;
    padding: 0.625rem 0 0;
    flex: 1;
}

.contact-form-shell {
    padding-bottom: clamp(2rem, 4vw, 3rem);
}

.contact-form {
    max-width: min(100%, 60rem);
    margin: 0 auto;
    display: grid;
    gap: 0.875rem;
}

.contact-form .form-label {
    font-size: clamp(1rem, 1.8vw, 1.25rem);
    line-height: 1.2;
    font-weight: 700;
    color: #111a3a;
    margin-bottom: 0.5rem;
}

.contact-form .form-control,
.contact-form .form-select {
    width: 100%;
    border: 0.0625rem solid #d8c8f2;
    border-radius: 0.625rem;
    background: #fff;
    color: #0a132e;
    font-size: 1rem;
    font-family: Poppins, sans-serif;
    padding: 0.875rem 1rem;
    outline: none;
}

.contact-form .form-select {
    min-height: 3.25rem;
    appearance: none;
    -webkit-appearance: none;
    --bs-form-select-bg-img: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Ccircle cx='12' cy='12' r='11' fill='%23000000'/%3E%3Cpath d='M7 10l5 5 5-5' fill='none' stroke='%23ffffff' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 0.85rem center;
    background-size: 1.5rem 1.5rem;
    padding-right: 3rem;
}
.contact-form .form-control:focus,
.contact-form .form-select:focus {
    border-color: #9f72e4;
    box-shadow: 0 0 0 0.2rem rgba(130, 56, 236, 0.15);
}

.contact-form .invalid-feedback {
    display: block;
    margin-top: 0.375rem;
    color: #b42318;
    font-size: 0.9rem;
}
.contact-form-actions {
    margin-top: 1.25rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: clamp(0.875rem, 2vw, 1.5rem);
        flex-wrap: wrap;
}

.contact-submit-btn {
    border: 0;
    border-radius: 62.4375rem;
    background: #b3e4bd;
    color: #0a132e;
    font-size: 1.125rem;
    line-height: 1;
    font-weight: 700;
    padding: 0.875rem clamp(1.5rem, 4vw, 2.5rem);
    cursor: pointer;
}

.contact-submit-btn:hover,
.contact-submit-btn:focus {
    background: #0e31a0;
    color: #fff;
}

.contact-submit-btn:disabled {
    opacity: 0.75;
    cursor: not-allowed;
}
.contact-direct-note {
    margin: 0;
    max-width: 34ch;
    font-size: clamp(0.95rem, 1.5vw, 1.125rem);
    line-height: 1.45;
    color: #1e2540;
}

.contact-direct-note a {
    color: #8238ec;
    text-decoration: none;
}

/* ============================================================
   TABLET BREAKPOINT — max-width: 992px
   ============================================================ */
@media (max-width: 62rem) {
    .hero-inner,
    .unlock-inner,
    .treatment-inner,
    .partners-logos-inner,
    .join-inner,
    .testimonial-inner,
        .footer-inner,
        .contact-hero-inner,
        .contact-form-shell {
            padding-inline: 1rem;
        }

        .hero-text,
        .unlock-text-block {
            text-align: center;
            align-items: center;
        }

        .hero-image,
        .video-block {
            margin-inline: auto;
        }

        .footer-links {
            justify-content: center;
        }

        .contact-hero-band {
        padding: clamp(2.25rem, 5vw, 3rem) 0 clamp(3.5rem, 8vw, 5.25rem);
        }

        .contact-form .form-label {
            font-size: 1.05rem;
        }

        .contact-form .form-control,
        .contact-form .form-select {
            font-size: 0.95rem;
        }

        .contact-submit-btn {
            font-size: 1rem;
            padding: 0.75rem 2rem;
        }

        .contact-direct-note {
            font-size: 1rem;
        max-width: 30ch;
        }
.partners-logos-inner {
        flex-direction: column;
            gap: 0;
        }

.partners-logos-inner>* {
    /* Clear horizontal properties */
    margin-inline-start: 0;

    /* Apply clean vertical stacking offsets */
    margin-bottom: clamp(-1.25rem, -4vw, -2rem);
}

.partners-logos-inner>*:last-child {
    margin-bottom: 0;
}
}

/* ============================================================
   MOBILE BREAKPOINT — max-width: 576px
   ============================================================ */
@media (max-width: 36rem) {
    .logo {
        width: 7.25rem;
        }

        .contact-btn {
        padding-inline: 1rem;
        }

        .app-preview-section {
        min-height: 17.5rem;
        }

        .contact-hero-band {
            padding: 2.25rem 0 4.25rem;
        }

        .contact-hero-inner h1 {
            font-size: 1.75rem;
        }

        .contact-surface-wrap {
        margin-top: -2.75rem;
        }

        .contact-surface-curve {
        height: 4.875rem;
        }

        .contact-form {
        gap: 0.75rem;
        }

        .contact-form .form-label {
            font-size: 1rem;
        }

        .contact-form-actions {
        margin-top: 0.75rem;
            flex-direction: column;
            align-items: flex-start;
        gap: 0.875rem;
        }

        .contact-submit-btn {
            font-size: 0.95rem;
            padding: 0.7rem 1.5rem;
        }

        .contact-direct-note {
            font-size: 0.95rem;
            max-width: none;
        }
.testimonial-grid .testimonial-card {
    padding: 1.125rem 0.75rem !important;
}

.testimonial-grid .quote-mark {
    font-size: clamp(3rem, 15vw, 4.5rem);
    line-height: 1;
    height: auto;
}
}
