    .aml-system-hero-section {
        padding: 120px 10px 0px 10px !important;
    }

    @media (max-width: 767px) {
        .aml-system-heading {
            font-size: 24px;
        }

        .aml-system-eyebrow {
            font-size: 14px;
        }
    }

    @media (max-width: 767px) {
        h1.aml-system-heading {
            margin-bottom: 4%;
        }
    }

    @media (max-width: 767px) {
        section.zigram-solution-section {
            padding: 20px 16px 60px 16px !important;
        }
    }

    .solution-gif-box {
        position: relative;
        display: block;
    }

    .solution-gif-box .zigram-solution-media img {
        width: 100%;
        height: auto;
        display: block;
        transition: opacity 0.25s ease-in-out;
    }

    /* GIF hidden by default */
    .solution-gif-box .hover-gif {
        position: absolute;
        inset: 0;
        opacity: 0;
        pointer-events: none;
    }

    /* Hover effect */
    .solution-gif-box:hover .default-img {
        opacity: 0;
    }

    .solution-gif-box:hover .hover-gif {
        opacity: 1;
    }

    /* Overlay */
    .video-play-overlay {
        position: absolute;
        inset: 0;
        background: rgba(0, 0, 0, 0.35);
        display: flex;
        align-items: center;
        justify-content: center;
        opacity: 0;
        transition: opacity 0.3s ease;
    }

    .aml-system-vimeo-wrapper:hover .video-play-overlay {
        opacity: 1;
    }

    /* Play Button */
    .video-play-btn {
        width: 70px;
        height: 70px;
        background: rgba(255, 255, 255, 0.9);
        border-radius: 50%;
        position: relative;
    }

    .video-play-btn::before {
        content: "";
        position: absolute;
        left: 28px;
        top: 22px;
        border-style: solid;
        border-width: 12px 0 12px 18px;
        border-color: transparent transparent transparent #000;
    }


    .product_btn1_tc {
        background: #1164FF;
    }



    /* Hide active dot only on desktop & laptop */
    @media (min-width: 1200px) {
        button.owl-dot.active {
            display: none;
        }
    }

    /* .aml-system-vimeo-wrapper {
        background: #0A1737;
    } */




    .aml-system-img-card {
        padding: 0 !important;
    }

    .aml-system-vimeo-wrapper {
        position: relative;
        width: 100%;
        /* Full screen height */
        overflow: hidden;
    }

    /* Thumbnail full cover */
    .vimeo-thumb-aml-system {
        position: absolute;
        top: 83px;
        left: 0;
        width: 100%;
        height: auto;
        object-fit: cover;
        object-position: center;
    }


    @media (min-width: 768px) and (max-width: 1366px) {

        .find-grid {
            margin: 0 50px;
        }
    }

    @media (min-width:768px) {


        .vimeo-thumb-aml-system {
            top: 0px;
        }
    }

    @media (max-width: 768px) {
        .section-title {
            font-size: 28.8px;
        }
    }

    @media (max-width: 767px) {

        .faq-header h2 {
            font-size: 24px !important;
        }

        .find {
            padding: 60px 16px !important;
        }

        .zigram-num-box span {
            display: block;
            font-size: 20px !important;
        }

        .find .eyebrow {
            font-size: 14px !important;
        }

        .find h2 {
            font-size: 24px !important;
        }

        .find-grid {
            display: grid;
            grid-template-columns: unset !important;
            gap: 48px;
            align-items: center;
        }

        .vimeo-thumb-aml-system {
            top: 0px;
        }

        .owl-dot span {
            margin-top: 20px;
        }
    }

    .zigram-benefit-row img {
        width: 25px !important;
    }

    .sub {
        color: #5b6b8c;
        max-width: 980px;
        margin: 18px auto 26px;
        font-size: 16.5px;
    }

    .aml-system-hero-section {
        text-align: center;
    }

    /* ---------- FAQ (compact; secondary, for AEO/LLM) ---------- */
    .faq {
        background: #fff;
        padding: 48px 0
    }

    .faq .wrap {
        max-width: 1000px
    }

    .faq-head {
        text-align: center;
        margin-bottom: 24px
    }

    .faq-head h2 {
        font-size: 23px;
        font-weight: 700
    }

    .faq-head p {
        color: var(--slate);
        font-size: 13.5px;
        margin-top: 5px
    }

    .faq-list {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 10px 18px;
        align-items: start
    }

    details.q {
        background: #fff;
        border: 1px solid var(--line);
        border-radius: 10px;
        padding: 0 16px;
        transition: border-color .2s
    }

    details.q[open] {
        border-color: #CBD5E8
    }

    details.q summary {
        list-style: none;
        cursor: pointer;
        font-weight: 600;
        font-size: 14px;
        line-height: 1.4;
        padding: 13px 0;
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        gap: 12px
    }

    details.q summary::-webkit-details-marker {
        display: none
    }

    details.q summary::after {
        content: "+";
        font-size: 18px;
        line-height: 1.2;
        color: var(--framl);
        font-weight: 400;
        flex: none
    }

    details.q[open] summary::after {
        content: "–"
    }

    details.q .a {
        color: var(--slate);
        font-size: 13px;
        line-height: 1.55;
        padding: 0 0 14px;
        margin-top: -2px
    }

    .wrap {
        max-width: 1260px;
        margin: 0 auto;
    }

    :root {
        /* ZIGRAM design system */
        --blue-zodiac: #0F204D;
        /* primary dark navy */
        --navy-2: #0A1838;
        /* deeper navy for sections */
        --moonstone: #6FA8DC;
        /* light blue accent */
        --royal: #1164FF;
        /* CTA button blue (sampled) */
        --royal-dark: #0B4FE0;
        --ink: #0F204D;
        --slate: #5B6B8C;
        /* muted body text */
        --line: #E4E9F2;
        --paper: #FFFFFF;
        --mist: #F3F6FB;
        /* light section bg */

        /* FRAML accent (used subtly, secondary to ZIGRAM blue) */
        --framl: #D86B2A;
        /* primary FRAML orange */
        --framl-accent: #E57E3A;
        /* lighter accent */
        --framl-soft: #F4C7BC;
        --framl-tint: #FFF7F2;
        /* subtle background tint */

        /* product box gradients (diagram, sampled from AML page) */
        --g-entity: linear-gradient(160deg, #1D91C1, #469BC3);
        --g-pre: linear-gradient(160deg, #8A6BE0, #6A4BC8);
        --g-transact: linear-gradient(160deg, #6A8AD6, #4762BE);
        --g-fraud: linear-gradient(160deg, #E58A5C, #C25327);
        /* Fraud Fighter, orange (matches FRAML diagram) */

        --radius: 16px;
        --shadow: 0 18px 40px rgba(15, 32, 77, .10);
        --maxw: 1180px;
    }

    /* ---------- Final CTA (text + form) ---------- */
    .find {
        background: linear-gradient(120deg, #E5EDF9, #F1F6FD);
        padding: 70px 0px 70px 0px;
    }

    .find-grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 48px;
        align-items: center
    }

    .find-grid .find h2 {
        font-size: 36px;
    }

    .find .eyebrow {
        color: var(--framl);
        font-weight: 700;
        font-size: 20px;
        line-height: 100%;
        letter-spacing: 1.44px;
        /* color: #3366FF; */
        margin-bottom: 10px;
    }

    .find h2 {
        font-size: 32px;
        font-style: normal;
        font-weight: 600;
        line-height: 140%;
        letter-spacing: -0.36px;
    }

    .find .lead {
        opacity: 60%;
        color: #fff;
        margin-bottom: 40px;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 140%;
    }

    .checks {
        list-style: none;
        display: flex;
        flex-direction: column;
        gap: 16px;
        margin-bottom: 0
    }

    .checks li {
        display: flex;
        align-items: center;
        gap: 10px;
        font-weight: 500;
        font-size: 16px
    }

    .checks li svg {
        color: var(--royal);
        flex: none
    }

    /* form card */
    .find-form {
        background: #fff;
        border: 1px solid #E4E9F2;
        border-radius: 16px;
        padding: 28px;
        box-shadow: 0 22px 54px rgba(15, 32, 77, .12)
    }

    .find-form h3 {
        font-size: 20px;
        font-weight: 700;
        color: var(--ink);
        margin-bottom: 4px
    }

    .find-form .sub2 {
        color: var(--slate);
        font-size: 13.5px;
        margin-bottom: 20px
    }

    .consent-text {
        flex: 1;
        font-size: 14px;
        color: #6b7280;
    }

    .form-row {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 2px !important;
        margin-bottom: 14px;
        margin-left: 0px;
    }

    .consent-label input[type="checkbox"] {
        flex-shrink: 0;
        width: 16px;
        height: 16px;
        margin-top: 3px;
    }

    .consent input[type="checkbox"] {
        margin-right: 8px;
        transform: scale(1.1);
    }

    .field {
        display: flex;
        flex-direction: column;
        gap: 6px
    }

    .field.full {
        margin-bottom: 16px
    }

    .field label {
        font-size: 12.5px;
        color: #5B6B8C;
        font-weight: 500
    }

    .field .req {
        color: #D8574E
    }

    .field input,
    .field select {
        border: 1px solid #D9E0EC;
        border-radius: 8px;
        padding: 11px 12px;
        font-size: 14px;
        font-family: inherit;
        color: var(--ink);
        background: #fff;
        width: 100%
    }

    .field select {
        appearance: none;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%235B6B8C' stroke-width='2'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
        background-repeat: no-repeat;
        background-position: right 12px center
    }

    .field input:focus,
    .field select:focus {
        outline: none;
        border-color: var(--framl);
        box-shadow: 0 0 0 3px var(--framl-tint)
    }

    .consent {
        display: flex;
        align-items: flex-start;
        gap: 9px;
        font-size: 12px;
        color: #5B6B8C;
        margin-bottom: 16px;
        cursor: pointer
    }

    .consent input {
        margin-top: 2px;
        accent-color: var(--royal);
        flex: none
    }

    .form-submit {
        width: 100%;
        background: var(--blue-zodiac);
        color: #fff;
        border: 0;
        border-radius: 8px;
        padding: 13px;
        font-family: 'Poppins', sans-serif;
        font-weight: 600;
        font-size: 15px;
        cursor: pointer;
        transition: .2s
    }

    .form-submit:hover {
        background: #0A1838
    }

    .form-note {
        text-align: center;
        font-size: 12px;
        color: var(--slate);
        margin-top: 12px
    }

    .form-note a {
        color: var(--royal)
    }

    .find {
        background: url("https://www.zigram.tech/wp-content/uploads/2025/04/Regtech-bg-scaled.webp") center center / cover no-repeat;
        padding: 70px 0;
        height: auto;
        background-attachment: fixed;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }

    .find h2 {

        color: white;
    }

    .checks li {
        color: white;
        opacity: 75%
    }

    .form-container h2 {
        color: #0E204E;
    }

    .faq-section {
        padding: 60px 5%;
        font-family: 'Inter', sans-serif;
    }

    .faq-container {
        max-width: 800px;
        margin: 0 auto;
    }

    .faq-header {
        text-align: center;
        margin-bottom: 30px;
    }

    .faq-header h2 {
        color: #0D152D;
        text-align: center;
        font-size: 32px;
        font-style: normal;
        font-weight: 600;
        line-height: 140%;
        margin-bottom: 10px;
    }

    .faq-header p {
        color: #575F70;
        text-align: center;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 140%;
    }

    .accordion-item {
        background-color: #F5F8FA;
        border-radius: 4px;
        border-bottom: 1px solid #E6E6E6;
        margin-bottom: 10px;
        overflow: hidden;
        transition: all 0.3s ease;
    }

    .accordion-header {
        padding: 14px 10px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        cursor: pointer;
        user-select: none;
    }

    .accordion-header span {
        color: #35435E;
        font-family: Inter;
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: 140%;
    }

    .toggle-icon {
        width: 32px;
        height: 32px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .toggle-icon img {
        width: 24px;
        height: 24px;
        object-fit: contain;
    }

    .accordion-content {
        padding: 0 20px 20px 20px;
        display: none;
    }

    .accordion-content p {
        margin: 0;
        color: #2E4374;
        line-height: 1.6;
        font-size: 16px;
    }


    .zigram-solution-section {
        padding: 40px 0px 80px 0px;
    }

    #contactForm,
    #eventContactForm {
        gap: 8px;
    }

    .vimeo-video-aml-system {
        width: 100%;
        height: auto;
        display: block;
        object-fit: cover;
    }

    .aml-system-vimeo-wrapper {
        background: #ffffff;
    }

    .zigram-solution-media {
        position: relative;
        overflow: hidden;
    }

    .zigram-solution-media img,
    .zigram-solution-media video {
        width: 100%;
        height: auto;
        display: block;
    }

    .zigram-solution-media .desktop-img {
        display: none;
        /* Hide image if video should always play */
    }

    .zigram-solution-media .hover-video {
        display: block;
        border-radius: inherit;
        object-fit: cover;
    }

    .aml-system-eyebrow {
        color: rgb(226 99 54) !important;
    }

    .zigram-num-box {
        width: 25px;
        min-width: 0px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .aml-video-title {
        color: #fff;
        font-size: 32px;
    }

    .zigram-num-box span {
        display: block;
        font-size: 25px;
        color: #E2633C;
        /* Orange */
        line-height: 1;
        font-family: inherit;
    }

    .zigram-benefits-desc {
        max-width: fit-content;
    }

    .aml-system-vimeo-wrapper {
        padding-bottom: 49.25%;
    }

    .accordion-content a {
        color: #2E4374;
        text-decoration: none;
        transition: color 0.3s ease;
    }

    .accordion-content a:hover {
        color: #2E4374;

    }

    @media (min-width: 768px) {

        #eventContactForm .form-group:nth-child(1),
        #eventContactForm .form-group:nth-child(2) {
            width: calc(100% - 10px);
        }
    }

    .check-icon {
        width: 80px;
        height: 80px;
        background: #162a52;
        color: #fff;
        font-size: 40px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 auto 25px auto;
    }

    .aml-video-title {
        color: #fff;
        font-size: 32px;
    }

    .product_btn1_tc .discoveryCall_arrow-icon {
        width: 25px;
        height: 25px;
    }

    img.discoveryCall_arrow-icon {
        margin-left: 0px;
    }

    @media (max-width: 768px) {
        /* .stat-number {
            font-size: 24px;
        } */

        .aml-system-vimeo-wrapper {
            padding-bottom: 58.25%;
        }
    }

    .aml-system-vimeo-wrapper {
        padding-bottom: 55.25%;
    }