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

:root {
    --verify-navy: #081847;
    --verify-blue: #163C79;
    --verify-sky: #C6E0F0;
    --verify-ice: #F4F9FC;
    --verify-panel: #FFFFFF;
    --verify-line: #DDE8F1;
    --verify-muted: #5D6B7A;
    --verify-text: #172033;
    --verify-teal: #2F7F8F;
    --verify-shadow: 0 18px 48px rgba(8, 24, 71, 0.12);
}

html,
body {
    margin: 0;
    padding: 0;
    width: 100%;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    color: var(--verify-text);
    letter-spacing: 0;
    scroll-behavior: smooth;
}

a {
    color: inherit;
}

.landing-container {
    width: 100%;
    overflow-x: hidden;
    background: var(--verify-ice);
}

section {
    scroll-margin-top: 72px;
}

.top-landing-nav {
    position: sticky;
    top: 0;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 64px;
    padding: 0.75rem 1rem;
    background: rgba(255, 255, 255, 0.94);
    border-bottom: 1px solid var(--verify-line);
    box-shadow: 0 10px 28px rgba(8, 24, 71, 0.08);
    backdrop-filter: blur(12px);
}

#dynamic-far-logo {
    width: 85%;
    max-width: 400px;
}

.nav-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border: 0;
    border-radius: 8px;
    color: var(--verify-navy);
    background: var(--verify-ice);
    cursor: pointer;
}

.landing-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    padding: 0.75rem 1rem 1rem;
    background: white;
    border-bottom: 1px solid var(--verify-line);
    box-shadow: 0 18px 36px rgba(8, 24, 71, 0.12);
}
.logo-landing {
    display: flex;
    align-content: center;
}
.top-landing-nav.open .landing-menu {
    display: block;
}

.top-landing-middle,
.top-landing-right {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
}

.top-landing-middle a,
.top-landing-right a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.6rem 0.75rem;
    border-radius: 8px;
    color: var(--verify-text);
    text-decoration: none;
    font-size: clamp(10px,1.1vw,14px)
}

    .top-landing-middle a.active,
    .top-landing-middle a:hover {
        background: #dbe6ed;
        color: var(--verify-blue);
    }

#demo-button {
    width: 100%;
    color: white;
    background: var(--verify-navy);
    font-weight: 500;
}

.main-landing section {
    display: flex;
    width: 100%;
    padding: 4rem 1.25rem;
}

.section-intro {
    width: 100%;
    max-width: 760px;
    margin: 0 auto 2rem;
    text-align: center;
}

.landing-sub-header {
    width: 100%;
    margin: 0 0 0.65rem;
    color: var(--verify-teal);
    font-size: 1rem;
    font-weight: 600;
}

.landing-header {
    width: 100%;
    margin: 0;
    color: var(--verify-navy);
    font-family: "Sansation", sans-serif;
    font-size: 2rem;
    line-height: 1.12;
}

.landing-home {
    position: relative;
    display: grid !important;
    grid-template-columns: 1fr;
    gap: 2rem;
    min-height: calc(100vh - 64px);
    overflow: hidden;
    background: linear-gradient(135deg, #081847, #264975 62%, #527685);
}

.landing-home-left,
.landing-home-right {
    position: relative;
    z-index: 1;
}

.landing-home-left {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-items: center;
    justify-content: center;
    max-width: 850px;
}

.hero-eyebrow {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    margin: 0 auto !important;
    margin-bottom: 20px !important;
    padding: 0.45rem 0.7rem;
    border: 1px solid rgba(22, 60, 121, 0.18);
    border-radius: 8px;
    color: white;
    background: #4f6487;
    font-size: 0.82rem !important;
    font-weight: 600;
    text-transform: uppercase;
}

.landing-home-left h1 {
    margin: 0 0 1.25rem;
    color: white;
    font-family: "Sansation", sans-serif;
    font-size: 2.35rem;
    line-height: 1.06;
    text-align: center;
}

.landing-home-left p {
    margin: 0 0 1rem;
    color: white;
    font-size: 1rem;
    line-height: 1.65;
    text-align: center;
}

.landing-home-left p br {
    display: none;
}

.hero-lede {
    font-weight: 600;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin: 0.5rem 0 1.5rem;
}

.hero-actions a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 0.75rem 1rem;
    border-radius: 8px;
    font-size: 0.92rem;
    font-weight: 700;
    text-decoration: none;
}

.hero-primary {
    color: white;
    background: var(--verify-navy);
    box-shadow: 0 12px 30px rgba(8, 24, 71, 0.2);
}

.hero-secondary {
    color: var(--verify-navy);
    background: white;
    border: 1px solid rgba(8, 24, 71, 0.16);
}

.hero-proof-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.7rem;
    width: 100%;
}

.hero-proof-grid div {
    min-height: 86px;
    padding: 0.9rem;
    border: 1px solid rgba(22, 60, 121, 0.14);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.72);
}

.hero-proof-grid strong,
.hero-proof-grid span {
    display: block;
}

.hero-proof-grid strong {
    margin-bottom: 0.35rem;
    color: var(--verify-navy);
    font-family: "Sansation", sans-serif;
    font-size: 1rem;
}

.hero-proof-grid span {
    color: var(--verify-muted);
    font-size: 0.88rem;
    line-height: 1.4;
}

.landing-home-right.mobile {
    display: flex;
    width: 100%;
    margin: 0.5rem 0 1.25rem;
}

.landing-home-right.web {
    display: none;
}

.hero-visual {
    position: relative;
    width: min(100%, 620px);
    margin: 0 auto;
}

.hero-visual img {
    display: block;
    width: 100%;
    height: auto;
}

.verify-card {
    position: absolute;
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    min-height: 42px;
    padding: 0.55rem 0.7rem;
    border: 1px solid rgba(22, 60, 121, 0.14);
    border-radius: 8px;
    color: var(--verify-navy);
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 12px 32px rgba(8, 24, 71, 0.16);
    font-size: 0.8rem;
    font-weight: 700;
    white-space: nowrap;
}

.verify-card span {
    color: var(--verify-teal);
    font-size: 1.15rem;
}

.verify-card-scan {
    left: 0.5rem;
    top: 1rem;
}

.verify-card-photo {
    right: 0.5rem;
    bottom: 1rem;
}

.verify-card-cloud {
    left: 15%;
    bottom: 12%;
}

.landing-about {
    flex-direction: column;
    background: #FFFFFF;
}

.features-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
}

.feature {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    min-height: 190px;
    padding: 1.1rem;
    border: 1px solid var(--verify-line);
    border-radius: 8px;
    background: var(--verify-panel);
    box-shadow: 0 12px 34px rgba(8, 24, 71, 0.07);
}

.feature img {
    width: 80%;
    max-height: 135px;
    margin: 0 auto;
    margin-bottom: 20px;
    object-fit: contain;
}

.feature h4 {
    margin: 0 0 0.45rem;
    color: var(--verify-navy);
    font-family: "Sansation", sans-serif;
    font-size: 1.08rem;
    text-align: center;
    line-height: 1.2;
}

    .feature p {
        grid-column: 1 / -1;
        margin: 0;
        color: var(--verify-muted);
        font-size: 0.93rem;
        text-align: center;
        line-height: 1.55;
    }

.landing-clients {
    flex-direction: column;
    background: linear-gradient(180deg, #E3EEF7, #F4F9FC);
}

.client-logo-panel {
    width: 100%;
    max-width: 1120px;
    margin: 0 auto;
    padding: 1rem;
    border: 1px solid rgba(22, 60, 121, 0.1);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.78);
}

.client-logos {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.client-logos + .client-logos {
    margin-top: 2rem;
}

.client-logo-web {
    display: none;
}

.client-logos img {
    width: 24%;
    max-height: 135px;
    object-fit: contain;
    filter: saturate(0.92);
}

.landing-benefits {
    flex-direction: column;
    background: var(--verify-navy);
}

.landing-benefits .landing-sub-header {
    color: var(--verify-sky);
}

.landing-benefits .landing-header {
    color: white;
}

.benefits-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
}

.benefit-card {
    position: relative;
    min-height: 230px;
    padding: 1.25rem;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.10);
    color: white;
    overflow: hidden;
}

.benefit-card::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 44%;
    height: 4px;
    background: var(--verify-sky);
}

.benefit-nr {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 45px;
    margin-bottom: 1.4rem;
    border-radius: 8px;
    color: var(--verify-navy);
    background: linear-gradient(135deg, #808caf, #c2cbdd 62%, #d3dae5);
    font-family: "Sansation", sans-serif;
    font-size: 1.3rem;
    font-weight: 700;
}

.benefit-header {
    margin: 0 0 0.85rem;
    color: white;
    font-family: "Sansation", sans-serif;
    font-size: 1rem;
    line-height: 1.18;
}

.benefit-detail {
    margin: 0;
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.85rem;
    line-height: 1.6;
}

.benefit-detail a {
    color: white;
    font-weight: 700;
    text-decoration-color: var(--verify-sky);
    text-underline-offset: 3px;
}

.benefit-card-featured {
    background: linear-gradient(135deg, rgba(198, 224, 240, 0.18), rgba(47, 127, 143, 0.18));
}

.landing-contact {
    flex-direction: column;
    gap: 2rem;
    background: #FFFFFF;
}

.contact-left,
.contact-right {
    width: 100%;
}

.contact-left {
    display: flex;
    flex-direction: column;
    max-width: 620px;
}

.contact-left h4 {
    margin: 0 0 0.8rem;
    color: var(--verify-teal);
    font-size: 0.8rem;
    font-weight: 700;
}

.contact-left h2 {
    margin: 0 0 1rem;
    color: var(--verify-navy);
    font-family: "Sansation", sans-serif;
    font-size: 2rem;
    line-height: 1.12;
}

.contact-left p {
    margin: 0 0 1.25rem;
    color: var(--verify-muted);
    font-size: 0.88rem;
    line-height: 1.65;
}

.contact-left a {
    color: var(--verify-blue);
    font-weight: 600;
    text-underline-offset: 2px;
}

.contact-summary {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    padding: 1rem;
    border: 1px solid var(--verify-line);
    border-radius: 8px;
    color: var(--verify-navy);
    background: var(--verify-ice);
    font-size: 0.8rem;
    line-height: 1.45;
}

.contact-summary span {
    color: var(--verify-teal);
}

.contact-right {
    display: flex;
    justify-content: center;
}

.form {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    max-width: 620px;
    padding: 1.25rem;
    border: 1px solid var(--verify-line);
    border-radius: 8px;
    background-color: white;
    box-shadow: var(--verify-shadow);
}

.contact-group {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    gap: 0;
}

.contact-form-group {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 1.25rem;
}

.input-header {
    display: flex;
    width: 100%;
    margin-bottom: 0.55rem;
}

.input-header h5,
.input-header p {
    margin: 0;
    font-size: 0.8rem;
}

.input-header h5 {
    margin-right: 0.35rem;
    color: var(--verify-text);
}

.input-header p,
.required-note p:first-of-type {
    color: #C73D4A;
}

.card-detail,
textarea.card-detail {
    width: 100%;
    min-width: 100% !important;
    border: 1px solid var(--verify-line);
    border-radius: 8px;
    color: var(--verify-text);
    background: var(--verify-ice);
}

.card-detail {
    min-height: 44px;
    padding: 0.65rem 0.75rem;
}

textarea.card-detail.message {
    min-height: 130px !important;
    padding: 0.75rem;
}

.contact-form-group span {
    margin-top: 0.35rem;
    color: #C73D4A;
    font-size: 0.82rem;
}

.required-note {
    display: flex;
    width: 100%;
    gap: 0.35rem;
}

.required-note p {
    margin: 0;
    color: var(--verify-muted);
    font-size: 0.86rem;
    font-style: italic;
}

.form button {
    min-height: 35px;
    margin-top: 1.25rem;
    padding: 0.55rem 0.8rem;
    border: none;
    border-radius: 8px;
    color: white;
    background-color: var(--verify-navy);
    cursor: pointer;
    font-size: 0.72rem;
    font-weight: 700;
}

.form .success-message {
    display: flex;
    min-height: 320px;
    padding: 2rem;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
}

.form .success-message p {
    text-align: center;
}

.form .success-message span {
    margin: 0.65rem;
    padding: 0.35rem;
    border-radius: 50%;
    color: white;
    background-color: #71C77B;
}

.main-landing-footer {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 80px;
    padding: 1.5rem;
    border-top: 1px solid var(--verify-line);
    color: var(--verify-muted);
    background: white;
    font-size: 0.75rem;
    font-weight: 300;
}

.main-landing-footer img {
    position: fixed;
    right: 18px;
    bottom: 24px;
    z-index: 9999;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #25D366;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.25);
}

@media (min-width: 500px) {
    .feature {
        flex-wrap: nowrap;
        gap: 2rem;
    }

        .feature img {
            width: 20%;
            max-height: 135px;
            margin: 0;
        }

        .feature h4 {
            text-align: center;
        }

        .feature p {
            text-align: center;
        }
}
@media (min-width: 720px) {
    .main-landing section {
        padding: 5rem 2rem;
    }

    .landing-header,
    .contact-left h2 {
        font-size: 2.6rem;
    }

    .hero-proof-grid,
    .features-grid,
    .benefits-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .feature {
        flex-wrap: wrap;
        gap: 0rem;
    }

        .feature img {
            width: 80%;
            margin: 0 auto;
            margin-bottom: 20px;
        }

        .feature h4 {
            text-align: center;
        }

        .feature p {
            text-align: center;
        }

    .client-logo-web {
        display: block;
    }

    .contact-group {
        justify-content: space-between;
    }

    .contact-form-group.half {
        width: calc(50% - 0.55rem);
    }
    .client-logos img {
        width: 19%;
    }
}


@media (min-width: 1000px) {
    .landing-home {
        grid-template-columns: minmax(0, 0.95fr) minmax(420px, 1.05fr);
        align-items: center;
        min-height: 720px;
        padding-left: 4rem !important;
        padding-right: 3rem !important;
    }

    .landing-home-left h1 {
        font-size: clamp(20px,3.5vw,60px);
        text-align: left;
    }
    
    .landing-home-left p {
        font-size: 1.05rem;
        text-align: left;
    }
    .hero-eyebrow {
        margin: 0px !important;
        margin-bottom: 20px !important;
        font-size: 0.82rem !important;
        color: white !important;
    }

    .landing-home-right.mobile {
        display: none;
    }

    .landing-home-right.web {
        display: flex;
        justify-content: center;
    }

    .hero-visual {
        width: min(100%, 760px);
    }

    .features-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .feature {
        flex-wrap: nowrap;
        gap:2rem;
    }

        .feature img {
            width: 20%;
            margin: 0 auto;
            margin-bottom: 0px;
        }

        .feature h4 {
            text-align: left;
        }

        .feature p {
            text-align: left;
        }

    .feature {
        display: flex;
        flex-direction: row;
        align-items: center;
        padding: 1.5rem;
        transition: transform 160ms ease, box-shadow 160ms ease;
    }

    .feature:hover {
        transform: translateY(-4px);
        box-shadow: 0 18px 44px rgba(8, 24, 71, 0.13);
    }

    .feature img {
        width: auto;
        height: 135px;
        max-height: 135px;
        margin-bottom: 0.5rem;
    }

    .feature h4,
    .feature p {
        text-align: left;
    }

    .feature h4 {
        font-size: 1.35rem;
    }

    .benefits-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .benefit-card-featured {
        grid-column: span 3;
    }

    .landing-contact {
        flex-direction: row;
        align-items: flex-start;
        justify-content: center;
        gap: 4rem;
    }

    .contact-left,
    .contact-right {
        flex: 1;
        max-width: 620px;
    }
}
@media (min-width: 1150px) {
    .top-landing-nav {
        height: 72px;
        padding: 0.8rem 2rem;
        gap: clamp(20px, 6vw, 100px);
    }

    #dynamic-far-logo {
        height: 30px;
    }

    .nav-toggle {
        display: none;
    }

    .landing-menu {
        position: static;
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 62%;
        padding: 0;
        border: 0;
        background: transparent;
        box-shadow: none;
    }

    .top-landing-middle,
    .top-landing-right {
        flex-direction: row;
        align-items: center;
    }

    .top-landing-middle {
        gap: 0.35rem;
    }

    .top-landing-right {
        gap: 0.65rem;
    }

    #demo-button {
        width: auto;
        min-height: 40px;
        padding: 0.6rem 0.85rem;
        font-size: clamp(10px,1.1vw,13px);
    }
}

@media (min-width: 1240px) {
    .main-landing section {
        padding-left: 4rem;
        padding-right: 4rem;
    }

    .landing-home-left h1 {
        font-size: clamp(20px,3.5vw,50px);
    }
}
