.hero,
.hero-image {
    position: relative
}

.about-title,
.clients-title,
.hero-title,
.leadership-title,
.title-large-Additional,
.title-large-video {
    -webkit-text-fill-color: transparent
}

:root {
    --primary-navy: #104d82;
    --primary-green: #54966d;
    --secondary-green: #27ae60;
    --btn-primary-bg: #0f3a72;
    --btn-secondary-bg: #54966d;
    --text-dark: #2c3e50;
    --text-light: #00000099;
    --white: #ffffff;
    --black: #000000;
    --light-gray: #444444;
    --bg-light: #f4f7fa;
    --container-width: 1281px;
    /* Premium Extensions */
    --header-bg: rgba(255, 255, 255, 0.85);
    --header-blur: 12px;
    --footer-bg: #0b2d4b;
    --accent-blue: #3498db;
    --accent-hover: #2980b9;
    --shadow-sm: 0 2px 10px rgba(0, 0, 0, 0.05);
    --shadow-md: 0 4px 20px rgba(0, 0, 0, 0.1);
    --dropdown-bg: #ffffff;
}

*,
body {
    margin: 0;
    box-sizing: border-box
}

.privacy-list,
ul {
    list-style: none
}

.footer-info .footer-tagline,
body {
    font-family: "Uncut Sans", Inter, "Segoe UI", "Helvetica Neue", Arial, sans-serif
}

@font-face {
    font-family: 'Uncut Sans';
    src: url('/content/public/fonts/UncutSans-Variable.woff2') format('woff2'), url('/content/public/fonts/UncutSans-Regular.woff2') format('woff2');
    font-weight: 300 800;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Uncut Sans';
    src: url('/content/public/fonts/UncutSans-RegularItalic.woff2') format('woff2');
    font-weight: 300 800;
    font-style: italic;
    font-display: swap
}

.hero {
    padding: 70px 0 0;
    background: #fff;
    z-index: 2
}

.hero-content {
    width: 42%
}

.hero-image {
    width: 58%;
    z-index: 10
}

.hero-container {
    display: flex;
    width: 100%;
    /* align-items: center; */
    gap: 0;
    overflow: visible;
    margin-top: 55px
}

.cta-section {
    overflow: hidden;
    position: relative
}

.hero-features {
    position: relative
}

.hero-title {
    font-size: 57px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -3px;
    background: linear-gradient(180deg, #104d82 0, #0096da 100%);
    -webkit-background-clip: text;
    background-clip: text;
    margin-bottom: 20px
}

.hero-description {
    font-size: 20px;
    color: #5A5857;
    margin-bottom: 30px;
    max-width: 500px;
    font-weight: 400
}

.hero-actions {
    display: flex;
    gap: 15px;
    margin-bottom: 20px
}

.hero-note {
    font-size: 16px;
    color: #00000099;
    font-weight: 400;
    line-height: 34px;
}

.hero-image img {
    border-radius: 12px;
    margin-bottom: -150px;
    max-width: none;
    height: 512px;
}

.features-section {
    background: url("/content/public/images/hero-workplace.svg") no-repeat center top / cover;
    position: relative;
    overflow: hidden;
    padding-bottom: 100px
}

.features-header {
    text-align: center;
    margin-bottom: 50px;
    padding-top: 175px
}

.section-title {
    font-size: 50px;
    font-weight: 600;
    margin-bottom: 10px
}

.section-subtitle {
    font-size: 22px;
    font-weight: 400;
    max-width: 800px;
    margin: 0 auto;
    color: #ffffffe5
}

.features-checklist {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 17px;
    max-width: 1050px;
    margin: 0 auto 48px
}

.checklist-item {
    display: flex;
    align-items: center;
    gap: 10px;
}

.checklist-item-feature {
    display: flex;
    gap: 10px;
}

.check-icon {
    color: var(--primary-green);
    font-weight: 700
}

.features-cta {
    text-align: center;
    width: fit-content;
    margin: 0 auto 48px
}

    .features-cta a {
        font-weight: 600;
        display: flex;
        align-items: center;
        font-size: 18px;
        color: var(--light-gray);
        background-color: #dfe6ef;
        border: 2px solid #b4b5b8;
        padding: 10px 20px;
        border-radius: 50px;
        transition: .3s;
        white-space: nowrap
    }

        .features-cta a:hover {
            background-color: #ced6e0;
            border-color: #9ea0a3;
            transform: translateY(-2px);
            box-shadow: 0 4px 10px rgba(0, 0, 0, .1)
        }

.link-arrow {
    margin-left: 10px
}

.features-flex {
    display: flex;
    align-items: center;
    gap: 32px;
    margin-bottom: 30px;
    justify-content: center
}

.feature-card {
    background-color: var(--white);
    height: 242px;
    width: 30%
}

.hero-section-cards {
    background-color: var(--white);
    height: 242px;
    width: 30%
}

.trust-section {
    padding: 60px 0;
    background-color: var(--bg-light);
    text-align: center
}

.trust-title {
    font-size: 24px;
    font-weight: 500;
    color: #5a5857;
    letter-spacing: 1px;
    margin-bottom: 40px
}

.brands-grid {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 60px
}

    .brands-grid .client-link {
        /* width: 73px; */
        /* height: 61px; */
        transition: transform 0.3s ease;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
    }

        .brands-grid .client-link:hover {
            transform: scale(1.1);
        }

    .brands-grid img {
        width: 100% !important;
        height: 100% !important;
        min-width: 73px !important;
        min-height: 61px !important;
        object-fit: contain !important;
        transition: opacity 0.3s ease;
    }

    .brands-grid .client-link:hover img {
        opacity: 0.8;
    }

@media screen and (max-width:1282px) {
    .hero-title {
        font-size: 52px
    }

    .hero-container {
        gap: 0
    }
}

@media screen and (max-width:1172px) {
    .hero-title {
        font-size: 48px
    }

    .hero-container {
        gap: 0
    }
}

@media screen and (max-width:1075px) {
    .hero-title {
        font-size: 45px
    }

    .hero-container {
        gap: 0
    }
}

@media screen and (max-width:580px) {
    .hero-title {
        font-size: 2.5rem;
        letter-spacing: 0
    }
}

@media (min-width:768px) and (max-width:1450px) {
    .hero-image img {
        max-width: 100%;
    }

    .hero-image {
        position: absolute;
        right: 26px;
    }
}

@media screen and (max-width:1024px) {
    .container {
        padding: 0 40px
    }

    .hero-image {
        position: unset;
    }

    .hero-title {
        font-size: 3.5rem
    }

    .hero-container {
        flex-direction: column;
        text-align: center;
        gap: 30px;
        padding-left: 40px;
        padding-right: 40px
    }

    .hero-content,
    .hero-image {
        width: 100%;
        max-width: 100%
    }

        .hero-image img {
            max-width: 100%;
            margin-bottom: 0;
            height: auto
        }

    .hero-description {
        margin: 0 auto 30px
    }

    .hero-actions {
        justify-content: center
    }

    .header-actions {
        gap: 5px
    }

    .nav-list {
        gap: 15px
    }

    .footer-top {
        grid-template-columns: 1fr
    }

    .footer-links {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media screen and (max-width:987px) {

    .header-actions.active,
    .nav {
        position: absolute;
        left: 0;
        width: 100%;
        background-color: var(--white);
        padding: 20px
    }

    .hero-image {
        position: unset;
    }

    .menu-toggle {
        display: flex
    }

    .header-actions,
    .nav {
        display: none
    }

    .nav {
        top: 100%;
        box-shadow: 0 10px 20px rgba(0, 0, 0, .05)
    }

    .hero-content,
    .hero-image,
    .hero-image img {
        width: 100% !important;
        max-width: 100% !important
    }

    .nav.active {
        display: block
    }

    .nav-list {
        flex-direction: column;
        gap: 15px
    }

    .header-actions.active {
        display: flex;
        flex-direction: column;
        top: 266px;
        gap: 10px;
        align-items: start
    }

    .hero-container {
        flex-direction: column !important;
        text-align: center !important;
        display: flex !important;
        gap: 40px !important;
        padding-left: 20px !important;
        padding-right: 20px !important
    }

    .hero-image {
        order: 2 !important;
        margin-top: 30px !important
    }

        .hero-image img {
            margin-bottom: 0 !important;
            height: auto !important
        }

    .hero-description {
        margin: 0 auto 30px !important
    }

    .hero-actions {
        justify-content: center !important
    }

    .hero-title {
        font-size: 3.5rem;
        letter-spacing: 0
    }
}

.btn-white {
    color: var(--primary-navy)
}

.about-main {
    background-color: var(--white);
    padding-bottom: 60px
}

.about-hero-section {
    padding-top: 68px
}

.about-title {
    font-size: 57px;
    background: linear-gradient(93.55deg, #104d82 40.25%, #0096da 82.72%);
    -webkit-background-clip: text;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: -3px;
    margin-bottom: 18px
}

.about-blue-text,
.about-intro {
    font-weight: 500;
    font-size: 20px;
    line-height: 34px;
    letter-spacing: 0
}

.about-intro {
    color: #5a5857;
    max-width: 800px;
    margin: 0 auto 98px
}

.about-hero-blue {
    background: url('/content/public/images/about-hero.svg') center/cover no-repeat;
    padding: 150px 0;
    margin-bottom: 106px
}

.about-blue-text {
    color: var(--white);
    max-width: 900px;
    margin: 0 auto 20px
}

    .about-blue-text strong {
        font-weight: 600;
        text-decoration: underline
    }

.leadership-section {
    padding: 0
}

.leadership-title {
    background: linear-gradient(93.55deg, #104d82 40.25%, #0096da 82.72%);
    -webkit-background-clip: text;
    font-weight: 700;
    font-size: 57px;
    line-height: 120%;
    letter-spacing: -3px;
    margin-bottom: 40px
}

.leadership-list {
    display: flex;
    flex-direction: column;
    gap: 40px;
    margin: 0 auto
}

.leadership-card {
    background-color: #f9f9fa;
    border: 1px solid #d7d7d7;
    border-radius: 6px;
    display: flex;
    gap: 26px;
    padding: 20px;
    align-items: center
}

.clients-main,
body {
    background-color: var(--white)
}

.leadership-image img {
    width: 100%;
    border-radius: 6px;
    display: block
}

.leadership-info {
    flex: 1
}

    .leadership-info h3 {
        font-size: 32px;
        color: #1c1c1c;
        margin-bottom: 2px;
        font-weight: 700
    }

.bio p,
.bio strong {
    font-size: 16px;
    line-height: 150%;
    letter-spacing: -.2px;
    color: #5a5857
}

.linkedin-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 15px;
    color: #0077b5;
    font-weight: 600;
    font-size: 16px;
    text-decoration: none;
    transition: color 0.3s ease;
}

    .linkedin-link:hover {
        color: #005a87;
        text-decoration: underline;
    }

    .linkedin-link img {
        width: 20px;
        height: 20px;
        display: block;
    }

    .linkedin-link .external-icon {
        width: 20px;
        height: 20px;
    }

.bio p,
.job-title {
    margin-bottom: 16px
}

.job-title {
    font-size: 20px;
    color: #104d82;
    font-weight: 700
}

.bio p {
    font-weight: 500
}

.bio strong {
    font-weight: 700
}

.linkedin-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #0077b7;
    font-weight: 600;
    font-size: 18px;
    margin-top: 10px
}

.icon-linkedin {
    width: 20px;
    height: 20px
}

.icon-new-window {
    width: 18px;
    height: 18px
}

.client-logo img,
img {
    max-width: 100%;
    height: auto
}

@media screen and (max-width:991px) {

    .client-card,
    .leadership-card {
        text-align: center;
        padding: 30px 20px
    }

    .clients-grid,
    .features-checklist {
        grid-template-columns: 1fr
    }

    .leadership-card {
        flex-direction: column;
        align-items: center
    }

    .leadership-image {
        flex: 0 0 auto;
        margin-bottom: 20px
    }

    .about-title {
        font-size: 42px
    }

    .leadership-title {
        font-size: 36px
    }

    .client-card {
        flex-direction: column;
        align-items: center
    }

    .client-logo {
        flex: 0 0 auto;
        margin-bottom: 20px
    }

    .features-flex {
        flex-direction: column;
        gap: 20px
    }

    .feature-card {
        width: 100%;
        height: auto;
        min-height: auto
    }

    .hero-section-cards {
        width: 100%;
        height: auto;
        min-height: auto
    }

    .section-title {
        font-size: 2.5rem
    }

    .brands-grid {
        gap: 30px;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        padding: 0 20px
    }

        .brands-grid img {
            margin: 0 auto
        }
}

.clients-main {
    padding-bottom: 60px
}

.clients-header {
    padding: 60px 0 40px
}

.clients-title {
    background: linear-gradient(93.55deg, #104d82 40.25%, #0096da 82.72%);
    -webkit-background-clip: text;
    font-size: 57px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -3px;
    margin-bottom: 15px;
    text-align: center
}

.clients-subtitle {
    color: #5a5857;
    margin-bottom: 10px;
    font-weight: 500;
    font-size: 20px;
    line-height: 34px
}

.clients-disclaimer {
    font-size: 20px;
    color: #5a5857;
    font-weight: 700;
    margin-bottom: 40px
}

    .clients-disclaimer u {
        font-weight: 700;
        font-size: 20px;
        line-height: 34px
    }

.clients-grid-section {
    padding: 20px 0
}

.clients-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 28px
}

.client-card {
    background-color: #f9f9fa;
    border-radius: 6px;
    border: 1px solid #eee;
    display: flex;
    gap: 23px;
    padding: 30px;
    align-items: flex-start
}

    .client-card.card-full {
        grid-column: 1/-1
    }

.client-logo {
    flex: 0 0 160px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px
}

.client-link {
    color: var(--primary-navy);
    display: flex;
    align-items: center;
    gap: 2px;
    font-weight: 500;
    font-size: 14px;
    line-height: 120%;
    letter-spacing: -.2px
}

    .client-link img {
        width: 10px;
        height: 10px
    }

.client-info {
    flex: 1
}

    .client-info h3 {
        margin-bottom: 6px;
        font-weight: 600;
        font-size: 26px;
        line-height: 140%;
        letter-spacing: -.5px;
        color: #1c1c1c
    }

    .client-info p {
        font-weight: 500;
        font-size: 20px;
        line-height: 34px;
        letter-spacing: 0;
        color: #5a5857
    }

.hero-features,
.text-center {
    text-align: center
}

:root {
    --primary-green-dark: #427a57;
    --primary-gradient: linear-gradient(93.55deg, #104d82 40.25%, #0096da 82.72%);
    --border: #0000001a
}

html {
    scroll-behavior: smooth
}

img {
    display: block
}

a {
    color: inherit;
    text-decoration: none;
    transition: .3s
}

h1,
h2,
h3,
h4,
h5 {
    font-weight: 600;
    line-height: 1.2
}

.title-large {
    font-size: 57px !important;
    font-weight: 700;
    letter-spacing: -3px;
    margin-bottom: 19px !important;
    line-height: 120%;
}

.title-medium {
    font-size: 32px;
    color: var(--primary-navy);
    margin-bottom: 20px
}

.title-large-video {
    background: linear-gradient(93.55deg, #104d82 40.25%, #0096da 82.72%);
    -webkit-background-clip: text;
    font-size: 44px;
    font-weight: 700;
    line-height: 130%;
    letter-spacing: -2px;
    margin-bottom: 10px;
    flex-wrap: nowrap
}

.text-white {
    color: var(--text-white)
}

.btn {
    align-items: center;
    justify-content: center;
    transition: .2s;
    border: none;
    box-shadow: 0 4px 6px rgba(0, 0, 0, .05)
}

.btn-primary {
    background-color: var(--primary-navy);
    color: #fff
}

.btn-green {
    background-color: var(--primary-green);
    color: #fff;
    border: 2px solid var(--primary-green-dark)
}

    .btn-green:hover {
        background-color: #4a8460
    }

.btn-white {
    color: var(--primary-navy);
    font-size: 18px;
    font-weight: 500
}

.btn-video {
    gap: 8px;
    height: 37px !important;
    font-size: 16px;
    width: fit-content !important;
}

.hero-features {
    background: url("/content/public/images/feature-hero.png") center bottom / cover no-repeat;
    padding: 118px 0 113px 0;
    margin-bottom: 70px;
    color: #fff
}

    .hero-features .container {
        position: relative;
        z-index: 1
    }

    .hero-features h1 {
        margin-bottom: 24px
    }

    .hero-features p {
        max-width: 960px;
        margin: 0 auto 44px;
        font-size: 20px;
        font-weight: 500;
        line-height: 34px
    }

.features-grid-checklist {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
    margin: 0 auto;
    text-align: left
}

.checklist-item {
    display: flex;
    gap: 12px;
    margin-bottom: 16px;
    font-weight: 600;
    color: rgba(255, 255, 255, .9);
    line-height: 1.4;
    font-size: 20px
}

    .checklist-item strong {
        text-decoration: underline;
        margin-right: 4px;
        font-weight: 700;
        font-size: 20px
    }

.checklist-item-feature {
    display: flex;
    gap: 12px;
    margin-bottom: 16px;
    font-weight: 600;
    color: rgba(255, 255, 255, .9);
    line-height: 1.4;
    font-size: 20px
}

    .checklist-item-feature strong {
        text-decoration: underline;
        margin-right: 4px;
        font-weight: 700;
        font-size: 20px
    }

.icon-check {
    width: 35px;
    height: 35px;
    flex-shrink: 0
}

.feature-section {
    padding-top: 42px;
    padding-bottom: 42px;
    border-bottom: 1px solid #d7d7d7
}

    .feature-section.last-feature {
        border-bottom: 0 !important
    }

.feature-row {
    display: flex;
    align-items: center;
    gap: 34px
}

.feature-content {
    flex: 1
}

.feature-visual img {
    border-radius: 12px;
    height: 471px
}

.feature-content p {
    font-size: 20px;
    color: #5a5857;
    margin-bottom: 24px;
    font-weight: 500;
    line-height: 150%;
    letter-spacing: -.2px
}

.training-section {
    background: url("/content/public/images/training-icon.svg") center/cover no-repeat;
    color: #fff;
    margin-top: 108px;
    padding: var(--section-padding)
}

.training-row {
    display: flex;
    align-items: center;
    gap: 50px;
    padding: 83px 0
}

.training-image {
    flex: 1
}

    .training-image img {
        border-radius: 12px;
        object-fit: cover;
        width: 100%
    }

.training-content {
    flex: 1.5
}

    .training-content h2 {
        margin-bottom: 10px;
        font-weight: 600;
        font-size: 44px;
        line-height: 130%;
        letter-spacing: -2px
    }

.feature-card img,
.plan-col .price {
    margin-bottom: 20px
}

.hero-section-cards img,
.plan-col .price {
    margin-bottom: 20px
}

.training-content p {
    color: #ffffffe5;
    font-weight: 500;
    font-size: 20px;
    line-height: 150%;
    letter-spacing: -.2px
}

.additional-features {
    margin-bottom: 60px;
    margin-top: 79px
}

.title-large-Additional {
    text-align: center;
    background: var(--primary-gradient);
    -webkit-background-clip: text;
    font-family: var(--font-main);
    font-weight: 600;
    font-size: 50px;
    line-height: 130%;
    letter-spacing: -2px;
    margin-bottom: 53px
}

.additional-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 19px
}

    .additional-grid .feature-card {
        width: 100%;
    }

    .additional-grid .hero-section-cards {
        width: 100%;
    }

.feature-card {
    background: #f9f9fa;
    padding: 20px;
    border-radius: 6px;
    border: 1px solid #eee;
    transition: .4s cubic-bezier(.165, .84, .44, 1);
    box-shadow: 0 2px 6px 0 #0000000d;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center
}

.hero-section-cards {
    background: #f9f9fa;
    padding: 37px;
    border-radius: 6px;
    border: 1px solid #eee;
    transition: .4s cubic-bezier(.165, .84, .44, 1);
    box-shadow: 0 2px 6px 0 #0000000d;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center
}

.plan-advanced,
.plan-basic,
.plan-billing,
.plan-lite {
    border-top-right-radius: 6px
}

.features-col .pricing-cell:nth-child(2),
.plan-advanced,
.plan-basic,
.plan-billing,
.plan-lite {
    border-top-left-radius: 6px
}

.feature-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, .08)
}

.feature-card img {
    height: auto
}

.feature-card h3 {
    font-size: 22px;
    font-weight: 600;
    color: #1c1c1c;
    letter-spacing: -.5px;
    line-height: 140%;
    margin-bottom: 10px !important
}

.feature-card p {
    color: #5a5857;
    font-weight: 500;
    font-size: 18px;
    line-height: 120%;
    letter-spacing: -.2px
}

.hero-section-cards:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, .08)
}

.hero-section-cards img {
    height: 80px;
}

.hero-section-cards h3 {
    font-size: 22px;
    font-weight: 600;
    color: #1c1c1c;
    letter-spacing: -.5px;
    line-height: 140%;
    margin-bottom: 10px !important
}

.hero-section-cards p {
    color: #5a5857;
    font-weight: 500;
    font-size: 18px;
    line-height: 120%;
    letter-spacing: -.2px
}

.cta-section {
    background: url("/content/public/images/feature-footer.svg") center/cover no-repeat;
    padding: var(--section-padding);
    color: #fff;
    text-align: center;
    padding-top: 108px;
    padding-bottom: 78px
}

    .cta-section h2 {
        margin-bottom: 10px;
        font-weight: 600;
        font-size: 50px;
        line-height: 130%;
        letter-spacing: -2px
    }

    .cta-section p {
        font-weight: 400;
        font-size: 22px;
        line-height: 150%;
        letter-spacing: -.2px;
        color: #ffffffe5;
        margin-bottom: 38px
    }

@media screen and (max-width:1024px) {
    .container {
        padding: 0 40px
    }

    .footer-top {
        grid-template-columns: 1fr
    }

    .nav-list {
        gap: 15px
    }

    .footer-links {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media screen and (max-width:987px) {

    .header-actions.active,
    .nav {
        position: absolute;
        left: 0;
        width: 100%;
        background-color: var(--white);
        padding: 20px
    }

    .menu-toggle {
        display: flex;
        z-index: 1001
    }

    .header-actions,
    .nav {
        display: none;
        z-index: 1000
    }

    .nav {
        top: 100%;
        box-shadow: 0 10px 20px rgba(0, 0, 0, .05)
    }

        .nav.active {
            display: block
        }

    .nav-list {
        flex-direction: column;
        gap: 15px
    }

    .header-actions.active {
        display: flex;
        flex-direction: row;
        top: 266px;
        gap: 10px;
        align-items: start
    }
}

.plan-col,
body {
    position: relative
}

.contact-box a,
.pricing-title {
    background: linear-gradient(93.55deg, #104d82 40.25%, #0096da 82.72%);
    -webkit-text-fill-color: transparent
}

*,
body {
    padding: 0
}

@media screen and (max-width:768px) {
    .hero-features {
        padding: 60px 0 60px 0;
    }

    .features-grid-checklist {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .checklist-item-feature,
    .checklist-item {
        font-size: 18px;
    }

        .checklist-item-feature strong,
        .checklist-item strong {
            font-size: 18px;
        }

    .icon-check {
        width: 28px;
        height: 28px;
    }

    .additional-grid {
        grid-template-columns: repeat(2, 1fr)
    }

    .training-row {
        flex-direction: column;
        text-align: center
    }
}

@media screen and (max-width:991px) {

    .title-large,
    .training-content h2 {
        font-size: 32px
    }

    .additional-grid {
        grid-template-columns: 1fr
    }

    .footer-links {
        grid-template-columns: repeat(2, 1fr) !important
    }

    .footer-main {
        grid-template-columns: 1fr
    }

    .feature-row {
        flex-direction: column
    }

        .feature-row.reverse {
            flex-direction: column-reverse
        }

    .feature-visual {
        width: 100%
    }

        .feature-visual img {
            height: auto;
            width: 100%
        }

    .title-large-video {
        font-size: 30px
    }

    .training-content p {
        font-size: 18px
    }

    .cta-section h2,
    .title-large-Additional {
        font-size: 32px
    }

    .trusted-section {
        padding-top: 10px
    }
}

body {
    color: var(--text-dark);
    width: 100%;
    line-height: 1.6;
    color: var(--text-dark);
    overflow-x: hidden
}

.pricing-header {
    text-align: center;
    padding: 68px 0 50px
}

.pricing-title {
    -webkit-background-clip: text;
    background-clip: text;
    margin-bottom: 18px;
    font-weight: 700;
    font-size: 57px;
    line-height: 120%;
    letter-spacing: -3px;
    text-align: center
}

.pricing-subtitle {
    color: #5a5857;
    max-width: 800px;
    margin: 0 auto 34px;
    font-weight: 500;
    font-size: 20px;
    line-height: 34px;
    letter-spacing: 0
}

.pricing-badge {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    font-weight: 600;
    font-size: 20px;
    line-height: 150%;
    letter-spacing: -.2px
}

    .pricing-badge span {
        color: #5A5857;
    }

.pricing-table-section {
    padding-bottom: 80px
}

.pricing-grid {
    display: grid;
    grid-template-columns: 1.5fr repeat(4, 1fr);
    background: #fff;
    width: 100%
}

.pricing-table-wrapper {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 20px
}

.pricing-col {
    display: flex;
    flex-direction: column
}

.features-col {
    border-top: 8px solid transparent;
    border-bottom: 1px solid transparent
}

.plan-lite {
    border-left: 1px solid #e39f24;
    border-bottom: 1px solid #e39f24;
    border-top: 8px solid #e39f24
}

.plan-billing {
    border-left: 1px solid #8a8989;
    border-bottom: 1px solid #8a8989;
    border-top: 8px solid #8a8989
}

.plan-basic {
    border-left: 1px solid #54966d;
    border-bottom: 1px solid #54966d;
    border-top: 8px solid #54966d
}

.plan-advanced {
    border-left: 1px solid #104d82;
    border-bottom: 1px solid #104d82;
    border-right: 1px solid #104d82;
    border-top: 8px solid #104d82
}

.pricing-col-header {
    padding: 24px;
    height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    border-bottom: 1px solid #e0e0e0;
    background-color: #f9f9fa
}

.features-col .pricing-col-header {
    text-align: left;
    justify-content: flex-end;
    background-color: #fff;
    border-bottom: 1px solid #e0e0e0;
}

.flex-center,
.pricing-cell {
    display: flex;
    align-items: center
}

.features-label {
    color: #777;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0
}

.plan-col h3 {
    margin-bottom: 4px;
    font-weight: 600;
    font-size: 26px;
    line-height: 120%;
    letter-spacing: 0;
    color: #000
}

.plan-col p {
    font-weight: 500;
    font-size: 16px;
    line-height: 29px;
    letter-spacing: 0;
    color: #5a5857;
    margin-bottom: 14px;
    min-height: 58px
}

.plan-col .price strong {
    margin-bottom: 21px;
    color: #000;
    font-weight: 700;
    font-size: 36px;
    line-height: 120%;
    letter-spacing: 0
}

.plan-col .price span {
    font-size: 14px;
    color: #5a5857
}

.plan-col .btn {
    width: 100%;
    max-width: 220px;
    margin: auto auto 0;
    color: #fff;
    border-radius: 6px;
    min-height: 46px;
    padding: 8px 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-weight: 600;
    line-height: 1.2;
}

.features-col .pricing-cell,
.pricing-cell {
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0
}

.btn-lite {
    background-color: #e39f24
}

    .btn-lite:hover {
        background-color: #d19221
    }

.btn-billing {
    background-color: #8a8989
}

    .btn-billing:hover {
        background-color: #797878
    }

.btn-basic {
    background-color: #54966d
}

    .btn-basic:hover {
        background-color: #4a8460
    }

.btn-advanced {
    background-color: #104d82
}

    .btn-advanced:hover {
        background-color: #0d3d68
    }

.pricing-cell {
    padding: 15px 20px;
    border-bottom: 2px solid #f2f2f2;
    height: 60px;
    justify-content: center;
    text-align: center;
    color: #000
}

    .pricing-cell img {
        height: 24px;
        width: 24px
    }

.wrapper-badges {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px
}

.pricing-col .pricing-cell:nth-child(5) {
    height: 85px
}

.pricing-col .pricing-cell:nth-child(16) {
    height: 95px
}

.pricing-col .pricing-cell:nth-child(21) {
    height: 110px
}

.features-col .pricing-cell {
    justify-content: flex-start;
    text-align: left;
    color: #5a5857;
    border-left: 2px solid #f2f2f2;
    gap: 12px
}

    .features-col .pricing-cell img {
        width: 20px;
        height: 20px;
        flex-shrink: 0
    }

    .features-col .pricing-cell:last-child {
        border-bottom-left-radius: 6px
    }

.flex-center {
    justify-content: center
}

.inline {
    display: inline-flex;
    vertical-align: middle
}

.pricing-footnotes {
    margin-top: 68px;
    background: #f9f9fa;
    padding: 30px;
    border: 1px solid #f2f2f2;
    border-radius: 8px
}

    .pricing-footnotes h4 {
        color: #1c1c1c;
        font-weight: 600;
        font-size: 22px;
        line-height: 140%;
        letter-spacing: -.5px;
        padding-bottom: 10px;
        margin-bottom: 22px;
        border-bottom: 1px solid #f2f2f2
    }

    .pricing-footnotes ol {
        padding-left: 20px
    }

    .pricing-footnotes li {
        color: #5a5857;
        margin-bottom: 13px;
        font-weight: 500;
        font-size: 16px;
        line-height: 120%;
        letter-spacing: 0
    }

.brokerages-section {
    background: url("/content/public/images/about-hero.svg") center/cover no-repeat;
    padding: 85px 0;
    color: #fff
}

.brokerages-container {
    display: flex;
    align-items: center;
    gap: 50px
}

.brokerages-image img {
    border-radius: 8px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, .2)
}

.brokerages-content {
    flex: 1
}

    .brokerages-content h2 {
        font-weight: 600;
        font-size: 44px;
        line-height: 130%;
        letter-spacing: -2px;
        margin-bottom: 10px
    }

    .brokerages-content p {
        margin-bottom: 20px;
        font-weight: 500;
        font-size: 20px;
        line-height: 150%;
        letter-spacing: 0
    }

.contact-box a,
.contact-box p {
    line-height: 140%;
    letter-spacing: -.5px
}

.contact-box {
    background: #fff;
    color: #104d82;
    padding: 20px;
    border-radius: 8px;
    margin-top: 30px;
    box-shadow: 0 2px 6px 0 #0000000D;
    width: fit-content
}

    .contact-box p {
        color: #1c1c1c;
        font-weight: 600;
        font-size: 20px;
        margin-bottom: 4px
    }

    .contact-box a {
        font-weight: 700;
        font-size: 34px;
        background-clip: text;
        -webkit-background-clip: text;
        text-decoration: none
    }

.pricing-trusted {
    background-color: #fdfdfd
}

.pricing-cta-section {
    background: url("/content/public/images/about-hero.svg") center/cover no-repeat #104d82;
    padding: 120px 0;
    color: #fff;
    text-align: center;
    position: relative
}

    .pricing-cta-section::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(16, 77, 130, .7);
        backdrop-filter: blur(60px);
        -webkit-backdrop-filter: blur(60px)
    }

    .pricing-cta-section .container {
        position: relative;
        z-index: 2
    }

    .pricing-cta-section h2 {
        font-size: 42px;
        margin-bottom: 15px;
        font-weight: 600
    }

    .pricing-cta-section p {
        font-size: 22px;
        margin-bottom: 38px;
        opacity: .9
    }

.btn-white {
    background-color: #fff;
    color: var(--primary-navy);
    width: fit-content;
    margin: auto
}

.btn-primary,
.btn-secondary,
.text-white {
    color: var(--white)
}

@media screen and (max-width:987px) {

    .header-actions.active,
    .nav {
        position: absolute;
        left: 0;
        width: 100%;
        background-color: var(--white);
        padding: 20px
    }

    .menu-toggle {
        display: flex
    }

    .header-actions,
    .nav {
        display: none
    }

    .nav {
        top: 100%;
        box-shadow: 0 10px 20px rgba(0, 0, 0, .05)
    }

    .hero-content,
    .hero-image,
    .hero-image img {
        width: 100% !important;
        max-width: 100% !important
    }

    .nav.active {
        display: block
    }

    .nav-list {
        flex-direction: column;
        gap: 15px
    }

    .header-actions.active {
        display: flex;
        flex-direction: row;
        top: 266px;
        gap: 10px;
        align-items: start
    }

    .hero-container {
        flex-direction: column !important;
        text-align: center !important;
        display: flex !important;
        gap: 40px !important
    }

    .hero-image {
        order: 2 !important;
        margin-top: 30px !important
    }

        .hero-image img {
            margin-bottom: 0 !important;
            height: auto !important
        }

    .hero-description {
        margin: 0 auto 30px !important
    }

    .hero-actions {
        justify-content: center !important
    }

    .hero-title {
        font-size: 3.5rem;
        letter-spacing: 0
    }

    .client-card {
        display: block
    }

    .contact-box {
        margin: auto
    }
}

@media screen and (max-width:768px) {
    .features-checklist {
        grid-template-columns: 1fr
    }

    .pricing-col-header {
        height: 312px
    }

    .features-flex {
        flex-direction: column;
        gap: 20px
    }

    .feature-card {
        width: 100%;
        height: auto;
        min-height: auto
    }

    .hero-section-cards {
        width: 100%;
        height: auto;
        min-height: auto
    }

    .section-title {
        font-size: 2.5rem
    }

    .brands-grid {
        gap: 30px;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        padding: 0 20px
    }

        .brands-grid img {
            margin: 0 auto
        }
}

@media screen and (max-width:1024px) {
    .pricing-grid {
        min-width: 1000px
    }

    .brokerages-container {
        flex-direction: column;
        text-align: center
    }

    .brokerages-image {
        margin-bottom: 30px
    }

    .contact-box {
        margin: auto
    }
}

@media screen and (max-width:480px) {
    .contact-box a {
        font-size: 26px
    }

    .contact-box {
        width: 100%;
        max-width: 320px;
        margin-left: auto;
        margin-right: auto
    }

    .wrapper-badges {
        display: block
    }
}

p.definitions-intro a {
    color: #0096da;
    text-decoration: underline
}

.privacy-list li,
p.definitions-intro strong {
    color: #5a5857;
    font-size: 20px;
    line-height: 140%;
    letter-spacing: -.2px
}

p.definitions-intro strong {
    font-weight: 600;
    margin-bottom: 6px
}

.privacy-list {
    margin-bottom: 14px
}

    .privacy-list li {
        font-weight: 500;
        margin-bottom: 16px;
        display: flex
    }

        .privacy-list li::before {
            content: "";
            flex-shrink: 0;
            margin-right: 10px;
            border-radius: 100%;
            height: 4px;
            width: 4px;
            background-color: #5a5857;
            display: inline-block;
            margin-top: 10px
        }

.definitions-intro strong {
    margin-bottom: 6px
}

.btn-primary,
.menu-toggle span {
    background-color: var(--primary-navy)
}

@media screen and (max-width:768px) {
    .pricing-title {
        font-size: 36px
    }

    .pricing-subtitle {
        font-size: 16px
    }

    .pricing-grid {
        min-width: 900px
    }
}

.btn,
.btn.small,
.footer-column h4,
.nav-link {
    font-size: 18px
}

:root {
    --border: #0000001a
}

a:focus-visible,
button:focus-visible {
    outline: #3498db solid 3px;
    outline-offset: 2px
}

.container {
    max-width: var(--container-width);
    margin: 0 auto;
    padding: 0 20px
}

h1,
h2,
h3,
h4 {
    font-weight: 700;
    line-height: 1.2
}

.btn {
    display: inline-block;
    padding: 0 20px;
    height: 51px;
    border-radius: 6px;
    font-weight: 500;
    cursor: pointer;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center
}

    .btn.small {
        padding: 0 20px;
        white-space: nowrap;
    }

.btn-primary:hover {
    background-color: #0d2541
}

.btn-secondary {
    background-color: var(--primary-green)
}

.btn-outline,
.nav-link {
    color: var(--primary-navy)
}

.btn-secondary:hover {
    background-color: var(--secondary-green)
}

.btn-outline {
    border: none
}

    .btn-outline:hover {
        background-color: rgba(26, 59, 93, .05)
    }

    .btn-outline.text-white {
        border-color: var(--white);
        color: var(--white)
    }

        .btn-outline.text-white:hover {
            background-color: rgba(255, 255, 255, .1)
        }

.header {
    background-color: var(--header-bg);
    backdrop-filter: blur(var(--header-blur));
    -webkit-backdrop-filter: blur(var(--header-blur));
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    box-shadow: var(--shadow-sm);
    position: sticky;
    top: 0;
    padding: 15px 0;
    z-index: 1000;
    height: 85px;
}

.header-container {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.logo {
    display: flex;
    align-items: center;
    gap: 32px
}

.nav-list {
    display: flex;
    gap: 32px
}

.nav-link {
    font-weight: 600;
    color: var(--primary-navy);
    font-size: 18px;
    cursor: pointer !important;
}

    .nav-link.active,
    .nav-link:hover {
        color: var(--accent-blue);
    }

/* Logon Dropdown Styles */
.logon-dropdown-wrapper {
    position: relative;
}

.logon-dropdown {
    position: absolute;
    top: calc(100% + 1px);
    right: 0;
    width: 320px;
    background: var(--dropdown-bg);
    border-radius: 12px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
    border: 1px solid rgba(0, 0, 0, 0.05);
    padding: 24px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    z-index: 2000;
}

    .logon-dropdown.active {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }

@media screen and (max-width: 987px) {
    .logon-dropdown {
        position: fixed;
        /* top: 100%; */
        left: 50%;
        transform: translate(-50%, -50%) scale(0.95);
        width: calc(100% - 40px);
        max-width: 340px;
        right: auto;
        z-index: 3000;
    }

        .logon-dropdown.active {
            transform: translate(-50%, -10%) scale(1);
        }
}

.logon-form {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

    .logon-form .form-group {
        display: flex;
        flex-direction: column;
        gap: 6px;
    }

    .logon-form label {
        font-size: 14px;
        font-weight: 600;
        color: var(--text-dark);
        text-align: left;
    }

    .logon-form input {
        padding: 10px 14px;
        border: 1px solid #ddd;
        border-radius: 6px;
        font-size: 14px;
        transition: border-color 0.3s ease;
    }

        .logon-form input:focus {
            outline: none;
            border-color: var(--accent-blue);
            box-shadow: 0 0 0 3px rgba(52, 152, 219, 0.1);
        }

    .logon-form .btn-submit {
        background-color: var(--primary-navy);
        color: white;
        border: none;
        padding: 12px;
        border-radius: 6px;
        font-weight: 600;
        cursor: pointer;
        transition: background-color 0.3s ease;
    }

        .logon-form .btn-submit:hover {
            background-color: var(--btn-primary-bg);
        }

.logon-links {
    display: flex;
    justify-content: space-between;
    margin-top: 12px;
}

    .logon-links a {
        font-size: 12px;
        color: var(--accent-blue);
        text-decoration: none;
    }

        .logon-links a:hover {
            text-decoration: underline;
        }

.header-actions {
    display: flex;
    gap: 10px;
    align-items: center
}

.menu-toggle {
    display: none;
    flex-direction: column;
    gap: 5px;
    background: 0 0;
    border: none;
    cursor: pointer
}

    .menu-toggle span {
        display: block;
        width: 25px;
        height: 3px;
        transition: .3s
    }

    .menu-toggle.active span:nth-child(1) {
        transform: translateY(8px) rotate(45deg);
    }

    .menu-toggle.active span:nth-child(2) {
        opacity: 0;
    }

    .menu-toggle.active span:nth-child(3) {
        transform: translateY(-8px) rotate(-45deg);
    }

.footer {
    background-color: var(--btn-primary-bg);
    padding: 80px 0 30px
}

.footer-top {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 50px;
    margin-bottom: 50px
}

.footer-info .footer-tagline {
    margin: 16px 0;
    font-size: 18px;
    font-weight: 400;
    color: var(--white)
}

.social-links {
    display: flex;
    gap: 15px
}

    .social-links a {
        width: 20px;
        height: 20px;
        background-color: #ffffff1a;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 6px;
    }

        .social-links a:hover {
            background-color: var(--accent-blue);
        }

.footer-links {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px
}

.footer-column h4 {
    margin-bottom: 15px;
    font-weight: 600;
    font-size: 18px;
    line-height: 170%;
    letter-spacing: 0px;
    color: white;
}

.footer-bottom p,
.footer-column ul li a {
    font-size: 16px;
    font-weight: 400;
    color: var(--white);
    cursor: pointer !important;
}

.footer-column ul li {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    color: rgba(255, 255, 255, .7);
    white-space: nowrap;
}

    .footer-column ul li a:hover {
        color: #3498db;
    }

    .footer-column ul li .active {
        border-bottom: 2px solid #3498db;
        color: #3498db;
    }

        .footer-column ul li .active:hover {
            border-bottom: 2px solid #3498db;
            color: #3498db;
        }

.footer-bottom {
    border-top: 1px solid #ffffff33;
    padding-top: 30px;
    text-align: center
}

    .footer-bottom p {
        opacity: .6
    }

.trusted-section {
    padding: 70px 0;
    text-align: center;
}

.trusted-title {
    font-weight: 500;
    font-size: 24px;
    line-height: 170%;
    letter-spacing: 0;
    color: #5a5857;
    margin-bottom: 40px
}

.logo-cloud {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 60px;
    opacity: 1
}

    .logo-cloud .client-link {
        /* width: 73px; */
        /* height: 61px; */
        transition: transform 0.3s ease;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
    }

        .logo-cloud .client-link:hover {
            transform: scale(1.1);
        }

    .logo-cloud img {
        width: 100% !important;
        height: 100% !important;
        min-width: 73px !important;
        min-height: 61px !important;
        object-fit: contain !important;
        /* filter: none; */
        /* transition: opacity 0.3s ease; */
    }

    .logo-cloud .client-link:hover img {
        opacity: 0.8;
    }

.terms-hero {
    background: url("/content/public/images/terms-bg.svg") center/cover no-repeat;
    padding: 99px 0;
    color: var(--white)
}

.terms-title,
.terms-updated {
    padding: 0 150px;
    color: var(--white)
}

.terms-title {
    font-weight: 700;
    font-size: 57px;
    line-height: 120%;
    letter-spacing: -3px;
    margin-bottom: 8px
}

.terms-updated,
.terms-updated span {
    line-height: 150%;
    letter-spacing: -.2px
}

.terms-updated {
    font-weight: 400;
    font-size: 22px
}

    .terms-updated span {
        text-underline-offset: 4px;
        text-decoration: underline;
        font-weight: 600;
        font-size: 22px
    }

.terms-content {
    padding: 50px 0 60px
}

.terms-content-inner {
    max-width: 950px;
    margin: 0 auto
}

.terms-content p {
    color: #5a5857;
    margin-bottom: 49px;
    font-weight: 500;
    font-size: 20px;
    line-height: 140%;
    letter-spacing: -.2px
}

.terms-content h2 {
    font-weight: 600;
    font-size: 32px;
    line-height: 120%;
    letter-spacing: 0;
    color: #000;
    margin: 48px 0 16px
}

.definition-item h4,
.definition-item p,
p.definitions-intro {
    font-size: 20px;
    line-height: 140%;
    letter-spacing: -.2px
}

p.definitions-intro {
    margin-bottom: 10px;
    font-weight: 400;
    color: #5a5857
}

.definition-item h4 {
    color: #5a5857;
    margin-bottom: 6px;
    font-weight: 600
}

.definition-item p {
    font-weight: 500;
    margin-bottom: 8px;
    color: #5a5857
}

.definition-item a {
    color: #5a5857;
    text-decoration: underline;
    text-underline-offset: 2px
}

    .definition-item a:hover {
        color: var(--primary-navy)
    }

@media screen and (max-width:987px) {

    .header-actions.active,
    .nav {
        position: absolute;
        left: 0;
        width: 100%;
        background-color: var(--white);
        padding: 20px
    }

    .menu-toggle {
        display: flex
    }

    .header-actions,
    .nav {
        display: none
    }

    .nav {
        top: 100%;
        box-shadow: 0 10px 20px rgba(0, 0, 0, .05)
    }

    .hero-content,
    .hero-image,
    .hero-image img {
        width: 100% !important;
        max-width: 100% !important
    }

    .nav.active {
        display: block;
        border-bottom: none;
    }

    .nav-list {
        flex-direction: column;
        gap: 15px
    }

    .header-actions.active {
        display: flex;
        flex-direction: row;
        top: calc(100% + 225px);
        gap: 12px;
        align-items: center;
        background-color: var(--white);
        padding: 0 20px 30px;
        box-shadow: 0 10px 20px rgba(0, 0, 0, .05);
        justify-content: stretch;
    }

        .header-actions.active .logon-dropdown-wrapper {
            flex: 1;
        }

        .header-actions.active .btn {
            width: 100%;
            height: 50px;
        }

        .header-actions.active .btn-primary {
            flex: 1.5;
        }

    .hero-container {
        flex-direction: column !important;
        text-align: center !important;
        display: flex !important;
        gap: 40px !important
    }

    .hero-image {
        order: 2 !important;
        margin-top: 30px !important
    }

        .hero-image img {
            margin-bottom: 0 !important;
            height: auto !important
        }

    .hero-description {
        margin: 0 auto 30px !important
    }

    .hero-actions {
        justify-content: center !important
    }

    .hero-title {
        font-size: 3.5rem;
        letter-spacing: 0
    }

    .client-card {
        display: block
    }
}

@media screen and (max-width:768px) {
    .features-checklist {
        grid-template-columns: 1fr
    }

    .features-flex {
        flex-direction: column;
        gap: 20px
    }

    .feature-card {
        width: 100%;
        height: auto;
        min-height: auto
    }

    .hero-section-cards {
        width: 100%;
        height: auto;
        min-height: auto
    }

    .section-title {
        font-size: 2.5rem
    }

    .brands-grid {
        gap: 30px;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        padding: 0 20px
    }

        .brands-grid img {
            margin: 0 auto
        }
}

@media screen and (max-width:480px) {
    .container {
        padding: 0 20px
    }

    .features-header {
        padding-top: 130px
    }

    .hero {
        padding: 40px 0 0
    }

    .hero-title {
        font-size: 1.8rem;
        letter-spacing: 0
    }

    .link-arrow {
        margin-left: 6px
    }

    .hero-actions {
        flex-direction: column;
        align-items: center
    }

    .btn {
        width: 100%
    }

    .footer-links {
        grid-template-columns: 1fr;
        grid-template-columns: repeat(2, 1fr) !important
    }

    .brands-grid {
        grid-template-columns: repeat(2, 1fr)
    }

    li.text-ellipsis a {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 145px
    }
}

@media screen and (max-width:1024px) {
    .container {
        padding: 0 40px
    }

    .hero-title {
        font-size: 3.5rem
    }

    .hero-container {
        flex-direction: column;
        text-align: center;
        gap: 30px
    }

    .hero-content,
    .hero-image {
        width: 100%;
        max-width: 100%
    }

        .hero-image img {
            max-width: 100%;
            margin-bottom: 0;
            height: auto
        }

    .hero-description {
        margin: 0 auto 30px
    }

    .hero-actions {
        justify-content: center
    }

    .header-actions {
        gap: 5px
    }

    .nav-list {
        gap: 15px
    }

    .footer-top {
        grid-template-columns: 1fr
    }

    .footer-links {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media screen and (max-width:987px) {

    .header-actions.active,
    .nav {
        position: absolute;
        left: 0;
        width: 100%;
        background-color: var(--white);
        padding: 20px
    }

    .menu-toggle {
        display: flex
    }

    .header-actions,
    .nav {
        display: none
    }

    .nav {
        top: 100%;
        box-shadow: 0 10px 20px rgba(0, 0, 0, .05)
    }

    .hero-content,
    .hero-image,
    .hero-image img {
        width: 100% !important;
        max-width: 100% !important
    }

    .nav.active {
        display: block
    }

    .nav-list {
        flex-direction: column;
        gap: 15px
    }

    .header-actions.active {
        display: flex;
        flex-direction: row;
        top: 266px;
        gap: 10px;
        align-items: start
    }

    .hero-container {
        flex-direction: column !important;
        text-align: center !important;
        display: flex !important;
        gap: 40px !important
    }

    .hero-image {
        order: 2 !important;
        margin-top: 30px !important;
        overflow: hidden
    }

        .hero-image img {
            margin-bottom: 0 !important;
            height: auto !important
        }

    .hero-description {
        margin: 0 auto 30px !important
    }

    .hero-actions {
        justify-content: center !important
    }

    .hero-title {
        font-size: 3.5rem;
        letter-spacing: 0
    }
}

@media screen and (max-width:768px) {

    .clients-grid,
    .features-checklist {
        grid-template-columns: 1fr
    }

    .client-card {
        flex-direction: column;
        align-items: center;
        text-align: center;
        padding: 30px 20px
    }

    .client-logo {
        flex: 0 0 auto;
        margin-bottom: 20px
    }

    .features-flex {
        flex-direction: column;
        gap: 20px
    }

    .feature-card {
        width: 100%;
        height: auto;
        min-height: auto
    }

    .hero-section-cards {
        width: 100%;
        height: auto;
        min-height: auto
    }

    .section-title {
        font-size: 2.5rem
    }

    .brands-grid {
        gap: 30px;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        padding: 0 20px
    }

        .brands-grid img {
            margin: 0 auto
        }
}

@media screen and (max-width:480px) {
    .container {
        padding: 0 20px
    }

    .features-header {
        padding-top: 130px
    }

    .hero {
        padding: 40px 0 0
    }

    .hero-title {
        font-size: 1.8rem;
        letter-spacing: 0
    }

    .clients-title {
        font-size: 36px
    }

    .link-arrow {
        margin-left: 6px
    }

    .hero-actions {
        flex-direction: column;
        align-items: center
    }

    .btn {
        width: 100%
    }

    .footer-links {
        grid-template-columns: 1fr;
        grid-template-columns: repeat(2, 1fr) !important
    }

    .brands-grid {
        grid-template-columns: repeat(2, 1fr)
    }

    li.text-ellipsis a {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 145px
    }
}

@media screen and (max-width:991px) {
    .terms-hero {
        padding: 80px 0 100px
    }

    .terms-title {
        font-size: 40px;
        padding: 0
    }

    .terms-content {
        padding: 50px 0 70px
    }

    .terms-updated {
        padding: 0
    }

    .terms-content h2 {
        font-size: 28px
    }
}

@media screen and (max-width:480px) {
    .terms-hero {
        padding: 60px 0 80px
    }

    .terms-title {
        font-size: 32px
    }

    .footer-column ul li {
        white-space: wrap;
        align-items: start !important;
    }

        .footer-column ul li a {
            white-space: wrap;
        }
}

/* Video Modal Styles */
.video-modal-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 2000;
    justify-content: center;
    align-items: center;
}

    .video-modal-overlay.active {
        display: flex;
    }

.video-modal-content {
    background: var(--white, #ffffff);
    padding: 20px;
    border-radius: 8px;
    width: 90%;
    max-width: 800px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
}

.video-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    height: 0;
    overflow: hidden;
    margin-bottom: 15px;
}

    .video-wrapper iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: 0;
    }

.video-modal-footer {
    display: flex;
    justify-content: flex-end;
}

.btn-close-modal {
    background: var(--white, #ffffff);
    border: 1px solid #ccc;
    padding: 8px 16px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
    color: #333;
}

    .btn-close-modal:hover {
        background: #f5f5f5;
    }

/* Prevent scrolling when mobile menu is open */
body.menu-open {
    overflow: hidden;
}

/* Client Modal Styles */
.client-modal-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 3000;
    justify-content: center;
    align-items: center;
    padding: 20px;
}

    .client-modal-overlay.active {
        display: flex;
    }

.client-modal-content {
    background: #F9F9FA;
    border: 1px solid #EEEEEE;
    border-radius: 12px;
    width: 100%;
    max-width: 900px;
    position: relative;
    padding: 40px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    max-height: 90vh;
    overflow-y: auto;
    overflow-x: hidden;
}

.modal-controls {
    position: absolute;
    top: 20px;
    right: 20px;
    display: flex;
    align-items: center;
    gap: 15px;
    z-index: 10;
}

.modal-close,
.modal-print {
    background: none;
    border: none;
    cursor: pointer;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .modal-print img {
        width: 20px;
        height: 20px;
        opacity: 0.8;
        transition: opacity 0.3s;
    }

    .modal-close img {
        width: 24px;
        height: 24px;
        opacity: 0.6;
        transition: opacity 0.3s;
    }

    .modal-close:hover img,
    .modal-print:hover img {
        opacity: 1;
    }

/* Print Styles */
@media print {
    body * {
        visibility: hidden;
    }

    .client-modal-overlay,
    .client-modal-overlay.active,
    .client-modal-overlay * {
        visibility: visible;
    }

    .client-modal-overlay {
        position: fixed !important;
        top: 0 !important;
        left: 0 !important;
        width: 100% !important;
        height: 100% !important;
        background: white !important;
        display: flex !important;
        padding: 0 !important;
    }

    .client-modal-content {
        box-shadow: none !important;
        border: none !important;
        width: 100% !important;
        max-width: none !important;
        padding: 20px !important;
        background: white !important;
        max-height: none !important;
        overflow: visible !important;
    }

    .modal-controls {
        display: none !important;
    }
}

.modal-header {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 20px;
}

.modal-logo {
    flex: 0 0 180px;
}

    .modal-logo img {
        width: 100%;
        height: auto;
    }

.modal-title-area {
    flex: 1;
}

    .modal-title-area h2 {
        color: #1C1C1C;
        font-weight: 600;
        font-size: 26px;
        line-height: 140%;
        margin-bottom: 5px;
    }

.modal-contact-info {
    font-size: 18px;
    color: #5A5857;
    line-height: 1.4;
}

    .modal-contact-info a {
        color: #0066cc;
        text-decoration: none;
        display: block;
        margin-bottom: 2px;
    }

        .modal-contact-info a:hover {
            text-decoration: underline;
        }

.modal-divider {
    display: none;
}

.modal-description {
    color: #5A5857;
    font-weight: 500;
    font-size: 20px;
    line-height: 34px;
}

    .modal-description ol {
        padding-left: 20px !important;
        margin-top: 10px;
    }

        .modal-description ol li {
            margin-bottom: 5px;
        }

    .modal-description p {
        margin-bottom: 20px;
    }

        .modal-description p:last-child {
            margin-bottom: 0;
        }

.modal-section {
    margin-bottom: 20px;
}

    .modal-section h4 {
        font-size: 20px;
        font-weight: 600;
        color: #1C1C1C;
        margin-bottom: 8px;
    }

    .modal-section p {
        margin-bottom: 0;
    }

    .modal-section ul {
        list-style: none;
        padding-left: 0;
    }

    .modal-section li {
        position: relative;
        padding-left: 15px;
        margin-bottom: 5px;
    }

        .modal-section li::before {
            content: "•";
            position: absolute;
            left: 0;
            color: #5A5857;
        }

.modal-footer-link {
    margin-top: 30px;
}

    .modal-footer-link a {
        color: #0066cc;
        text-decoration: underline !important;
        font-weight: 500;
    }

.modal-footer-contact {
    font-size: 18px;
    color: #5A5857;
    line-height: 1.5;
    font-weight: 400;
}

@media (max-width: 768px) {
    .modal-header {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .modal-logo {
        flex: 0 0 auto;
        width: 150px;
        margin-bottom: 20px;
    }

    .client-modal-content {
        padding: 30px 20px;
    }
}

/* Standalone Logon Page Styles */
.logon-page-wrapper {
    height: 100vh;
    display: flex;
    font-family: 'Inter', sans-serif;
    overflow: hidden;
    /* Prevent scrolling */
}

.logon-side-info {
    flex: 1;
    background: #fff;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    padding: 40px 80px;
    /* Reduced top/bottom padding */
    height: 100vh;
    overflow-y: auto;
    /* Enable scroll for this side only */
}

.logon-side-visual {
    flex: 1.2;
    background: url('/content/public/images/logon-bg.svg') no-repeat center center;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 60px;
    position: relative;
    height: 100vh;
}

.marketing-content {
    color: #fff;
    /* max-width: 800px; */
    z-index: 2;
    text-align: center;
}

.marketing-title {
    font-weight: 600;
    font-size: 48px;
    line-height: 120%;
    letter-spacing: -3px;
    text-align: center;
    margin-bottom: 17px;
    color: #FFFFFF;
}

.marketing-subtitle {
    margin-bottom: 70px;
    font-weight: 500;
    font-size: 18px;
    line-height: 34px;
    letter-spacing: -0.2px;
}

.dashboard-preview {
    height: auto;
    margin-bottom: 70px;
}


.brand-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-bottom: 40px;
    /* Reduced from 60px */
}

.register-side {
    display: flex;
    align-items: center;
    gap: 16px;
    font-size: 15px;
    color: #666;
}

.btn-register {
    padding: 10px 24px;
    border: 1px solid #E5E7EB;
    border-radius: 8px;
    color: #1A1A1A;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    transition: all 0.2s;
}

    .btn-register:hover {
        background-color: #F9FAFB;
        border-color: #D1D5DB;
    }

.partner-logos {
    width: 100%;
    height: auto;
}

/* Static Login Card (Flat Version) */
.logon-card-static {
    width: 100%;
    max-width: 560px;
    align-self: center;
    /* Center form horizontally */
    background: transparent;
    border: none;
    box-shadow: none;
    padding: 0;
    margin: 40px auto;
}

    .logon-card-static form .form-group {
        margin-bottom: 30px;
    }

    .logon-card-static label {
        display: block;
        font-size: 15px;
        font-weight: 600;
        color: #1A1A1A;
        margin-bottom: 10px;
    }

    .logon-card-static input {
        width: 100%;
        padding: 14px 20px;
        border: 1px solid #E0E0E0;
        border-radius: 10px;
        font-size: 16px;
        background-color: #FAFAFA;
        transition: all 0.3s;
    }

        .logon-card-static input:focus {
            border-color: #007BFF;
            background-color: #fff;
            outline: none;
            box-shadow: 0 0 0 4px rgba(0, 123, 255, 0.1);
        }

    .logon-card-static .btn-logon {
        width: 100%;
        background: #007BFF;
        color: #fff;
        border: none;
        padding: 16px;
        border-radius: 12px;
        font-size: 17px;
        font-weight: 700;
        cursor: pointer;
        margin-top: 10px;
        transition: transform 0.2s, background 0.3s;
    }

.form-header {
    margin-bottom: 40px;
}

.login-heading {
    font-size: 32px;
    font-weight: 700;
    color: #1A1A1A;
    margin-bottom: 12px;
    text-align: center;
}

.login-subheading {
    font-size: 16px;
    color: #666;
    text-align: center;
}

.label-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

    .label-row label {
        margin-bottom: 0 !important;
    }

.forgot-link {
    font-size: 14px;
    color: #1A1A1A;
    text-decoration: underline;
    font-weight: 500;
}

.password-input-wrapper {
    position: relative;
    display: flex;
    align-items: center;
}

.password-toggle {
    position: absolute;
    right: 16px;
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    color: #9CA3AF;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: color 0.2s;
}

    .password-toggle:hover {
        color: #4B5563;
    }

.logon-card-static .btn-logon:hover {
    background: #0056b3;
    transform: translateY(-1px);
}

.logon-card-footer {
    text-align: center;
    margin-top: 30px;
    font-size: 15px;
    color: #666;
}

    .logon-card-footer a {
        color: #007BFF;
        text-decoration: none;
        font-weight: 500;
    }

.confidentiality-box {
    padding-top: 30px;
    margin-top: 30px;
    font-size: 13px;
    line-height: 1.6;
    color: #555;
    border-top: 1px solid #E0E0E0;
}

    .confidentiality-box .terms-link {
        color: #007BFF;
        text-decoration: underline;
        font-weight: 500;
    }

        .confidentiality-box .terms-link:hover {
            color: #0056b3;
        }

.info-footer {
    width: 100%;
    text-align: center;
    margin-top: 40px;
    font-size: 14px;
    color: #999;
}

/* Responsive */
@media (max-width: 1024px) {
    .logon-page-wrapper {
        flex-direction: column;
    }

    .logon-side-info {
        padding: 60px 40px;
        order: 2;
        min-height: auto;
        align-items: center;
        /* Center everything on mobile */
        text-align: center;
    }

    .logon-side-visual {
        padding: 60px 40px;
        order: 1;
    }

    .brand-container {
        margin-bottom: 40px;
    }
}

@media (max-width: 768px) {
    .trial-page-wrapper-new {
        padding-inline: 0 !important;
    }

    .logon-card-overlay {
        width: 90%;
        padding: 24px;
    }

    .logon-side-visual {
        display: none;
    }

    .logon-side-info {
        text-align: start;
    }

    .marketing-title {
        font-size: 32px;
    }
}

@media (max-width: 1024px) {
    .logon-side-visual {
        display: none;
    }

    .logon-side-info {
        text-align: start;
    }
}

/* Free Trial Page Styles */
:root {
    --trial-blue: #104d82;
    --trial-accent: #0096da;
}

/* --- NEW TRIAL PAGE STYLES --- */
.trial-page-wrapper-new {
    padding: 64px 20px;
    background-color: #f8fafc;
    min-height: calc(100vh - 80px);
    font-family: "Uncut Sans", sans-serif;
}

.trial-header-center {
    text-align: center;
    margin-bottom: 46px;
}

.trial-main-title {
    font-weight: 700;
    font-size: 57px;
    line-height: 120%;
    letter-spacing: -3px;
    background: linear-gradient(93.55deg, #104D82 40.25%, #0096DA 82.72%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.trial-container-new {
    display: grid;
    grid-template-columns: 1fr 0.85fr;
    gap: 34px;
    align-items: start;
}

.trial-container {
    max-width: 1116px;
    margin: 0 auto;
    padding: 0 20px;
}
/* Form Styles */
.trial-form-section {
    background: #ffffff;
    padding: 19px 25px;
    border-radius: 8px;
    border: 1px solid #EEEEEE;
}

    .trial-form-section .form-group {
        margin-bottom: 26px;
        position: relative;
    }

        .trial-form-section .form-group:focus-within .tooltip-text {
            display: inline;
        }

.tooltip-text {
    display: none;
    font-size: 13px;
    color: #5A5857;
    margin-top: 0;
    line-height: 140%;
    position: absolute;
    right: -210px;
    width: 200px;
    background-color: #ffffff;
    border: 2px solid #d9d8d4;
    padding: 10px;
    -webkit-box-shadow: 2px 2px 8px 0px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 2px 2px 8px 0px rgba(0, 0, 0, 0.4);
    box-shadow: 2px 2px 8px 0px rgba(0, 0, 0, 0.4);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    z-index: 2;
}

    .tooltip-text::before {
        content: "";
        position: absolute;
        left: -12px;
        width: 0;
        height: 0;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        border-right: 10px solid #d9d8d4;
    }

.trial-form-section .form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.trial-form-section label {
    display: block;
    color: #5A5857;
    margin-bottom: 6px;
    font-weight: 500;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: -0.2px;
}

.trial-form-section .required-star {
    color: #FF0000;
}

.trial-form-section input[type="text"],
.trial-form-section input[type="email"] {
    width: 100%;
    padding: 14px 16px;
    border: 1px solid #eeeeee;
    border-radius: 6px;
    font-size: 16px;
    line-height: 150%;
    color: #1e293b;
    background-color: #ffffff;
    transition: all 0.2s;
    font-family: inherit;
}

.trial-form-section input:focus {
    outline: none;
    border-color: #104d82;
    box-shadow: 0 0 0 3px rgba(16, 77, 130, 0.1);
}

.checkbox-wrapper {
    margin-top: 32px;
    margin-bottom: 32px;
}

.custom-checkbox {
    display: flex !important;
    align-items: center;
    gap: 12px;
    cursor: pointer;
}

    .custom-checkbox input {
        display: none;
    }

    .custom-checkbox .checkmark {
        width: 20px;
        height: 20px;
        border: 2px solid rgba(90, 88, 87, 1);
        border-radius: 4px;
        display: inline-block;
        position: relative;
        flex-shrink: 0;
        margin-top: 2px;
    }

    .custom-checkbox input:checked + .checkmark {
        background-color: #104d82;
        border-color: #104d82;
    }

        .custom-checkbox input:checked + .checkmark::after {
            content: "";
            position: absolute;
            left: 5px;
            top: 1px;
            width: 5px;
            height: 10px;
            border: solid white;
            border-width: 0 2px 2px 0;
            transform: rotate(45deg);
        }

    .custom-checkbox .label-text {
        color: #5A5857;
        font-weight: 500;
        font-size: 16px;
        line-height: 150%;
        letter-spacing: -0.2px;
    }

/* Recaptcha Mockup */
.recaptcha-wrapper {
    margin-bottom: 32px;
}

.recaptcha-mock {
    background: #f9f9f9;
    border: 1px solid #d3d3d3;
    padding: 12px;
    display: flex;
    align-items: center;
    width: 300px;
    border-radius: 3px;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.05);
}

.recaptcha-check {
    width: 28px;
    height: 28px;
    border: 2px solid #c1c1c1;
    background: #fff;
    border-radius: 2px;
    margin-right: 12px;
}

.recaptcha-label {
    font-family: Roboto, helvetica, arial, sans-serif;
    font-size: 14px;
    color: #000;
    flex-grow: 1;
}

.recaptcha-branding {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2px;
}

    .recaptcha-branding span {
        font-size: 8px;
        font-weight: 700;
        color: #555;
    }

.btn-create-trial {
    width: 100%;
    max-width: 206px;
    padding: 18px;
    background-color: #104D82;
    border: 2px solid #104D82;
    color: #ffffff;
    border-radius: 6px;
    cursor: pointer;
    transition: background-color 0.2s;
    font-weight: 500;
    font-size: 18px;
    line-height: 170%;
    letter-spacing: -0.2px;
    height: 51px;
}

    .btn-create-trial:hover {
        background-color: #0d3d66;
    }

.trial-footer-terms {
    margin-top: 26px;
    color: #5A5857;
    text-align: left;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: -0.2px;
}

    .trial-footer-terms a {
        color: #104D82;
        text-decoration: underline;
        font-weight: 500;
        font-size: 16px;
        line-height: 150%;
        letter-spacing: -0.2px;
    }

/* Right Info Column */
/* .trial-info-section {
  padding-top: 10px;
} */

.benefits-intro {
    color: #5A5857;
    margin-bottom: 20px;
    font-weight: 500;
    font-size: 22px;
    line-height: 140%;
    letter-spacing: -0.5px;
}

.benefits-checklist {
    margin-bottom: 40px;
}

    .benefits-checklist .li {
        display: flex;
        gap: 10px;
        margin-bottom: 22px;
        font-weight: 500;
        font-size: 18px;
        color: #1C1C1C;
        align-items: center;
    }

.check-circle {
    width: 21px;
    height: 21px;
    background-color: #72D096;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    /* margin-top: -2px; */
}

.benefits-checklist .li.has-nested {
    flex-direction: column;
    gap: 8px;
    align-items: start;
    margin-bottom: 0;
}

.benefit-head {
    display: flex;
    gap: 16px;
    align-items: center;
}

.nested-benefits {
    margin-left: 60px;
    list-style: disc;
    padding: 0;
}

    .nested-benefits li {
        margin-bottom: 8px;
        color: #1C1C1C;
        font-weight: 500;
        font-size: 18px;
        line-height: 157%;
        letter-spacing: -0.2px;
    }

        .nested-benefits li:last-child {
            margin-bottom: 0;
        }

.trust-title {
    color: #5A5857;
    margin-bottom: 20px;
    font-weight: 600;
    font-size: 18px;
    line-height: 150%;
}

.mini-logos {
    display: flex !important;
    gap: 14px;
    align-items: center;
    margin-top: 20px;
    flex-wrap: wrap;
}

    .mini-logos img {
        height: auto;
        max-height: 40px;
        object-fit: contain;
    }

        .mini-logos img[alt="LMS"],
        .mini-logos img[alt="Inland"] {
            grid-column: span 1;
        }

/* Buyout Banner */
.buyout-banner {
    margin-top: 33px;
    background: linear-gradient(180deg, #1BA0DB 5.82%, rgba(16, 77, 130, 0.9) 110.32%);
    padding: 15px 21px;
    border-radius: 8px;
    color: #ffffff;
    border: 1px solid #1BA0DB;
}

    .buyout-banner h3 {
        font-size: 22px;
        font-weight: 600;
        margin-bottom: 8px;
    }

    .buyout-banner p {
        font-size: 18px;
        line-height: 150%;
        font-weight: 500;
        letter-spacing: -0.2px;
    }

    .buyout-banner a {
        color: #ffffff;
        font-weight: 700;
    }

.underline-link {
    text-decoration: underline !important;
}

.phone-link {
    text-decoration: underline !important;
}

/* Header Buttons for Trial */
.btn-secondary-trial {
    background-color: #54966d;
    color: #ffffff;
    padding: 10px 24px;
    border-radius: 8px;
    font-weight: 700;
    font-size: 16px;
    display: inline-flex;
    transition: background-color 0.2s;
}

    .btn-secondary-trial:hover {
        background-color: #4a8460;
    }

.btn-primary-trial {
    background-color: #104d82;
    color: #ffffff;
    padding: 10px 24px;
    border-radius: 8px;
    font-weight: 700;
    font-size: 16px;
    display: inline-flex;
    transition: background-color 0.2s;
}

    .btn-primary-trial:hover {
        background-color: #0d3d66;
    }

/* Responsive */
@media (max-width: 900px) {
    .trial-container-new {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .trial-main-title {
        font-size: 38px;
    }

    .trial-info-section {
        padding-top: 20px;
    }
}

@media (max-width: 640px) {
    .trial-form-section .form-row {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .trial-main-title {
        font-size: 30px;
        letter-spacing: 0px;
    }
}

/* --- Required & Loading Utilities --- */
.required-star {
    color: #ff0000;
    font-weight: 700;
}

.btn-create-trial,
.btn-logon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Uncut Sans", sans-serif;
}

.btn-text {
    transition: opacity 0.2s;
}

.btn-loader {
    position: absolute;
    width: 20px;
    height: 20px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    border-top-color: #fff;
    animation: spin 0.8s linear infinite;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

.btn-create-trial:disabled {
    cursor: not-allowed;
    opacity: 0.8;
}

/* Toast Notifications */
.toast-container {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 9999;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.toast {
    background: #ffffff;
    color: #1a1a1a;
    padding: 16px 24px;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: 300px;
    transform: translateX(120%);
    transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    border-left: 4px solid #104d82;
}

    .toast.active {
        transform: translateX(0);
    }

    .toast.success {
        border-left-color: #27ae60;
    }

    .toast.error {
        border-left-color: #e74c3c;
    }

.toast-icon {
    flex-shrink: 0;
}

.toast-message {
    font-size: 14px;
    font-weight: 500;
}

/* Validation Styles */
.error-message {
    color: #B94A48;
    margin-top: 5px;
    font-weight: 500;
    font-size: 15px;
    line-height: 150%;
    letter-spacing: -0.2px;
    display: none;
}

.invalid-input {
    border-color: rgba(238, 211, 215, 1) !important;
    background-color: #ffffff;
}

    .invalid-input::placeholder {
        color: rgba(185, 74, 72, 0.77) !important;
    }

/* --- LOGON PAGE MODERN STYLES --- */
.logon-page-wrapper-new {
    padding: 64px 0 20px;
    background-color: #F8FAFC;
    min-height: calc(100vh - 86.63px);
}

.logon-header-center {
    text-align: center;
    margin-bottom: 38px;
}

.logon-main-title {
    background: linear-gradient(93.55deg, #104D82 40.25%, #0096DA 70.72%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    margin: 0;
    font-weight: 700;
    font-size: 57px;
    line-height: 120%;
    letter-spacing: -3px;
}

.logon-container-new {
    max-width: 566px;
    margin: 0 auto;
}

.forgot-password-container {
    max-width: 650px;
}

.logon-card-new {
    background: #FFFFFF;
    border: 1px solid #EEEEEE;
    border-radius: 8px;
    padding: 29px 23px;
    margin-bottom: 18px;
}

.info-alert {
    background: #fff6d2;
    padding: 12px 16px;
    border-radius: 6px;
    border: 1px solid #ffd230;
    color: #000;
    margin-bottom: 16px;
    font-size: 15px;
}

.message-box {
    margin: 10px 0;
    color: #5a5857;
    background: #ffffff;
    border: 1px solid #f2f2f2;
    border-radius: 8px;
    padding: 8px 16px;
    font-size: 15px;
    line-height: 150%;
}

.logon-error-alert {
    background: rgba(242, 222, 222, 1);
    border: 1px solid rgba(238, 211, 215, 1);
    color: rgba(185, 74, 72, 1);
    padding: 12px 16px;
    border-radius: 6px;
    margin-bottom: 24px;
    font-size: 15px;
    display: none;
    /* Shown via JS */
}
.logon-message-success {
    background: rgba(25, 135, 84, 1);
    border: 1px solid rgba(25, 135, 84, 1);
    color: white;
    padding: 12px 16px;
    border-radius: 6px;
    margin-bottom: 24px;
    font-size: 15px;
    display: none;
    /* Shown via JS */
}

.logon-card-new .form-group {
    margin-bottom: 14px;
}

.logon-card-new .label-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 6px;
}

.logon-card-new label {
    display: block;
    color: #5A5857;
    margin: 0;
    font-weight: 500;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: -0.2px;
    margin-bottom: 6px;
}

.recover-link {
    color: #5A5857;
    text-decoration: none;
    font-weight: 500;
    font-size: 15px;
    line-height: 150%;
    letter-spacing: -0.2px;
}

    .recover-link a {
        color: #104D82;
        font-weight: 600;
        text-decoration: underline;
    }

.logon-card-new input {
    width: 100%;
    padding: 14px;
    border: 1.4px solid #eeeeee;
    border-radius: 6px;
    font-size: 16px;
    line-height: 150%;
    font-weight: 500;
    letter-spacing: -0.2px;
    color: rgba(90, 88, 87, 1);
    transition: border-color 0.2s;
}

    .logon-card-new input::placeholder {
        color: rgba(90, 88, 87, 0.77);
    }

    .logon-card-new input:focus {
        outline: none;
        border-color: #1BA0DB;
    }

    .logon-card-new input.invalid-input {
        border-color: rgba(238, 211, 215, 1) !important;
        background-color: #ffffff;
    }

.btn-logon-new {
    margin-top: 18px;
    width: 98px;
    height: 51px;
    border: 2px solid #104D82;
    background-color: #104D82;
    color: #FFFFFF;
    border-radius: 6px;
    font-weight: 500;
    font-size: 18px;
    line-height: 170%;
    letter-spacing: -0.2px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Uncut Sans", sans-serif;
}

.recover-btn {
    margin-top: 22px;
}

.btn-logon-new:hover {
    background-color: #0D3D68;
}

.logon-info-box {
    background: linear-gradient(180deg, #1BA0DB 5.82%, rgba(16, 77, 130, 0.9) 110.32%);
    border: 1px solid #1BA0DB;
    border-radius: 8px;
    padding: 13px 16px;
    color: #FFFFFF;
    margin-bottom: 31px;
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: -0.2px;
}

    .logon-info-box strong {
        display: block;
        margin-bottom: 8px;
    }

    .logon-info-box a {
        color: #FFFFFF;
        font-weight: 700;
        text-decoration: underline;
    }

.logon-footer-new {
    text-align: center;
    color: #1C1C1C;
    font-weight: 500;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: -0.2px;
}

    .logon-footer-new a {
        color: #104D82;
        font-weight: 700;
        text-decoration: underline;
        font-weight: 500;
        font-size: 16px;
        line-height: 140%;
    }

.logon-step-info {
    margin-bottom: 24px;
}

.logon-step-title {
    color: #1C1C1C;
    margin-bottom: 7px;
    font-weight: 600;
    font-size: 20px;
    line-height: 140%;
    letter-spacing: -0.2px;
}

.logon-step-desc {
    color: #5A5857;
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    letter-spacing: -0.2px;
}

.required-star {
    color: #FF0000;
}


.btn-auto {
    width: auto !important;
    padding: 0 24px !important;
}

.logon-step-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.logon-back-link {
    color: #54966D;
    font-weight: 600;
    text-decoration: none;
    display: flex;
    font-size: 18px;
    align-items: center;
    gap: 5px;
}

.logon-resend-text {
    color: #5A5857;
    font-weight: 500;
    font-size: 15px;
    line-height: 150%;
    letter-spacing: -0.2px;
}

.logon-resend-link {
    color: #104D82;
    text-decoration: underline;
    font-weight: 500;
    font-size: 15px;
    line-height: 150%;
    letter-spacing: -0.2px;
}

/* Response for Mobile */
@media (max-width: 768px) {
    .logon-main-title {
        font-size: 36px;
    }

    .logon-header-center {
        margin-bottom: 20px;
    }

    .logon-step-nav {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }

    .logon-card-new .label-row {
        gap: 4px;
    }

    .recover-link {
        font-size: 13px;
    }

    .logon-card-new {
        padding: 24px 20px;
    }

    .logon-main-title {
        font-size: 32px;
        letter-spacing: -2px;
    }

    .logon-info-box {
        padding: 16px;
        font-size: 14px;
        margin-bottom: 24px;
    }

    .logon-footer-new {
        font-size: 16px;
    }

    .btn-logon-new {
        width: 100%;
        /* Full width button on mobile for better tap target */
    }

    .btn-auto {
        width: 100% !important;
    }

    .logon-page-wrapper-new {
        padding-top: 40px;
    }
}

@media screen and (max-width:379px) {
    .logon-card-new .label-row {
        flex-direction: column;
        align-items: flex-start;
    }
}

/* --- END LOGON PAGE MODERN STYLES --- */
