@import url('https://fonts.cdnfonts.com/css/geist');

header {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-family: Geist;
}

.navigation {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.header1 {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #002144;
    width: 100%;
}

.header1 p {
    color: #FFF;
    text-align: center;
    font-family: Geist;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    width: 1300px;
    height: 23px;
}

.banner-link {
    text-decoration: underline;
    color: #32ADE6;
}

.header1.hidden {
    display: none;
}

.cross-icon {
    cursor: pointer;
}

.header2 {
    width: 1258px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 44px;
    padding: 20px 68px;
    font-family: Geist;
}

.headerlogo{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 140px;
    height: 36.52px;
}

.hamburger-icon {
    display: none;
}

.platform-cta a {
    width: 139px;
    height: 40px;
    background: #FC5F18;
    border-radius: 8px;
    text-decoration: none;
    font-family: Geist;
    transition: background-color 0.3s ease;
    padding: 10px 20px;
    color: white;
}

.platform-cta a:hover {
    background: #E24C09;
}

header nav a:hover {
    color: #32ADE6;
}

nav a {
    padding: 30px;
    text-decoration: none;
    font-weight: 500;
    color: black;
    font-family: Geist;
    font-size: 20px;
}

.dropdown {
    display: inline;
    position: relative;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.dropdown:hover{
    color: #32ADE6;
}

.dropdown-toggle {
    display: inline;
    padding: 20px;
    text-decoration: none;
    font-weight: 500;
    color: black;
    font-family: Geist;
    align-items: center;
    cursor: pointer;
}

.nav-arrow {
    font-size: 10px;
    margin-left: 4px;
}

.dropdown-toggle:hover {
    color: #32ADE6;
}

.services-dropdown-icon{
    display: inline-block;
    width: 24px;
    height: 24px;
    vertical-align: middle;
    font-family: Geist;
    margin-left: 10px;
}

.dropdown-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: #FFFFFF;
    width: 208px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.10);
    border-radius: 4px;
    padding: 8px 0;
    z-index: 1000;
}

.dropdown-menu a {
    display: block;
    padding: 6px 16px;
    font-size: 14px;
    font-weight: 400;
    color: black;
    text-decoration: none;
    white-space: nowrap;
}

.dropdown-menu a:hover {
    background: #EEF5F6;
}

.dropdown:hover .dropdown-menu {
    display: block;
}

.dropdown:hover .nav-arrow {
    transform: rotate(180deg);
}

body {
  margin: 0;
  padding: 0;
  background: #FFF;
}

html {
    scroll-behavior: smooth;
}

.welcome {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    padding: 86px 90px;
    background-image:
            url('../images/home-bg.png'),
            linear-gradient(106deg, #0D3766 -0.21%, #0074ED 98.45%);
    background-size: contain;
    background-position: bottom right;
    background-repeat: no-repeat, no-repeat;
    height: 691px;
}

.welcome-one {
    display: flex;
    width: 1260px;
    height: 359px;
    justify-content: space-between;
    align-items: center;
}

.welcome-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 555px;
    height: 359px;
    gap: 72px;
}

.welcome-text {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.welcome-text h1 {
    width: 617px;
    color: #FFF;
    font-family: Geist;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    height: 110px;
}

.welcome-text p {
    width: 481px;
    height: 69px;
    color: #FEFEFE;
    font-family: Geist;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.explore-buttons {
    display: flex;
    gap: 10px;
    justify-content: center;
    align-items: center;
}

.explore-btn1 {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    border: none;
    background: #FC5F18;
    padding: 10px 10px 10px 17px;
    color: #FFF;
    font-family: Geist;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    text-decoration: none;
}

.explore-btn1:hover {
    background: #E24C09;
    gap: 5px;
}

.explore-icon {
    padding-top: 2px;
}

.explore-btn2 {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    border: none;
    background: transparent;
    padding: 10px 10px 10px 17px;
    color: #FFF;
    font-family: Geist;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    cursor: pointer;
}

.explore-btn2:hover {
    text-decoration: underline;
    gap: 5px;
}

.partner-frame {
    mask-image: linear-gradient(to right,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 1) 10%,
    rgba(0, 0, 0, 1) 80%,
    rgba(0, 0, 0, 0) 100%
    );
}

.accordion {
  width: 500px;
  text-align: left;
  padding-left: 20px;
    gap: 10px;
}

.accordion h3 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 586px;
    height: 65px;
    text-align: center;
    background: white;
    border-radius: 20px;
    font-family: Geist;
    font-weight: 600;
    font-size: 26px;
    color: #002144;
}

.platform {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #FFF;
    padding-top: 100px;
    padding-bottom: 100px;
    gap: 64px;
}

.platform-header {
    width: 888px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.platform-header h2 {
    color: #002144;
    text-align: center;
    font-family: Geist;
    font-size: 42px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin: 0;
}

.platform-header p {
    color: #6B7E93;
    text-align: center;
    /* Sub-title */
    font-family: Geist;
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.28px;
    margin-bottom: 0;
}

.platform-panel-media {
    display: none;
}

.platform-container {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 1223px;
    gap: 76px;
    margin: 0;
}

.platform-image {
    width: 537px;
    height: 527px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.platform-accordion {
    width: 611px;
    height: 527px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    text-align: start;
    gap: 16px;
}

.platform-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    text-align: start;
    padding: 10px 28px;
    width: 611px;
    /*min-height: 90px;*/
    border-radius: 16px;
    border: 1px solid #E4E8EB;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.04);
    background: #FEFEFE
}

.platform-item:hover {
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.10);
    cursor: pointer;
}

.platform-trigger:hover {
    cursor: pointer;
}

.platform-trigger {
    background: transparent;
    border: none;
    padding: 10px 28px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.platform-index {
    background: #F8F9FB;
    padding: 10px 15px;
    border-radius: 10px;
    color: #6B7E93;
    font-family: Geist;
    margin-right: 18px;
}

.platform-title {
    color: #002144;
    font-family: Geist;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    width: 467px;
    text-align: start;
}

.platform-chevron {
    display: inline-block;
    transition: transform 0.2s linear;
    font-size: 25px;
    padding-left: 8px;
    padding-bottom: 10px;
    color: #6B7E93;
}

.divider {
    margin-left: 30px;
    margin-top: 15px;
    margin-bottom: 15px;
    width: 553px;
    height: 2px;
    background: #DDE7F0;
}

.platform-panel p {
    display: flex;
    width: 409px;
    padding: 1px 87px;
    color: rgba(0, 33, 68, 0.72);
    font-family: Geist;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 25.6px;
    margin: 0;
    background: #F2F9FD;
}

.platform-item.is-open {
    background: #F2F9FD;
}

.platform-item.is-open .platform-index {
    background: #CFECF9;
    border: 1px solid #31ADE6;
}

.platform-item.is-open .platform-chevron {
    color: #32ADE6;
    transform: rotate(180deg);
}

.item {
  padding-bottom: 50px;
  padding-left: 20px;
  border-left: 3px solid transparent;
  transition: border-color 0.3s ease;
}

.item h3 {
  font-size: 25px;
}

.item p {
  font-size: 20px;
}

.item.active {
  border-left: 3px solid #0A2540;
}

.link-products {
    display: flex;
    padding: 80px 76px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 40px;
    background: linear-gradient(118deg, #002144 0%, #08386B 100%);
}

.products-title {
    display: flex;
    flex-direction: column;
    gap: 32px;
    width: 1288px;
    height: 180px;
}

.built-by-link-logo img{
    width: 220px;
    height: 49px;
}

.explore-products {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 8px;
}

.explore-products h1 {
    margin: 0;
    color: #FEFEFE;
    text-align: center;
    font-family: Geist;
    font-size: 42px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.explore-products h2 {
    margin: 0;
    color: #FEFEFE;
    text-align: center;
    font-family: Geist;
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.28px;
}

.products {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 40px;
    margin-top: 80px;
    margin-bottom:60px;
    padding: 0;
}

.learn-products{
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    text-align: center;
    background: #184779;
    border-radius: 16px;
    width: 380px;
    height: 469px;
    padding: 45px 16px;
}

.product-image {
    display: flex;
    width: 344px;
    height: 215px;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: 0;
}

.product-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: 0;
    padding-top: 22px;
}

.product-info h1 {
    margin: 0;
    color: #FEFEFE;
    font-family: Geist;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    width: 220px;
    height: 31px;
}

.product-info p {
    width: 235px;
    height: 42px;
    color: #FEFEFE;
    text-align: center;
    font-family: Geist;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.learn-products button {
    margin-top: 28px;
    border: none;
    display: flex;
    width: 297px;
    height: 48px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 10px;
    background: #002144;
    color: #FFF;
    text-align: center;
    font-family: Geist;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
    letter-spacing: -0.312px;
}

.learn-products button:hover {
    cursor: pointer;
}

.learn-more-btn a {
    text-decoration: none;
    color: #FFF;
    text-align: center;
    font-feature-settings: 'salt' on, 'cv01' on, 'cv03' on, 'cv04' on;
    font-family: Geist;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 0;
    margin-bottom: 80px;
}

.learn-more-btn a:hover {
    text-decoration: underline;
    padding-left: 3px;
}

.compatible-demo {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.compatibility-integrations {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 100px 79px;
    gap: 78px;
}

.compatible-header {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 20px;
}

.compatible-header img {
    margin: 0;
}

.compatible-header h1 {
    margin: 0;
    width: 871px;
    height: 110px;
    color: #002144;
    text-align: center;
    font-family: Geist;
    font-size: 42px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.compatible-header h2 {
    margin: 0;
    width: 1090px;
    height: 72px;
    color: #2B4764;
    text-align: center;
    font-family: Geist;
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.28px;
}

.compatible-cards {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 40px;
    width:1020px;
    height: 400px;
}

.cards-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 45px 30px;
    gap: 60px;
    border-radius: 16px;
    border: 1px solid #E4E8EB;
    background: #FFF;
}

.cards-img {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 253px;
    height: 158px;
}

.cards-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 16px;
    width: 253px;
    height: 109px;
}

.cards-text h1 {
    margin: 0;
    width: 240px;
    color: #002144;
    text-align: center;
    font-family: Geist;
    font-size: 23px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.cards-text h3 {
    margin: 0;
    width: 240px;
    color: #2B4764;
    text-align: center;
    font-family: Geist;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.request-demo {
    display: flex;
    padding: 0 66px 79px 66px;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    align-self: stretch;
}

.demo {
    display: flex;
    padding: 104px 65px 104px 64px;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    border-radius: 30px;
    background: linear-gradient(90deg, #002144 0%, #0053AA 100%);
}

.demo-header {
    display: flex;
    width: 800px;
    flex-direction: column;
    align-items: flex-start;
    text-align: start;
    gap: 8px;
    flex-shrink: 0;
}

.demo-header h1 {
    margin: 0;
    width: 314px;
    height: 58px;
    color: #FFF;
    font-family: Geist;
    font-size: 42px;
    font-style: normal;
    font-weight: 600;
    line-height: 57.2px; /* 136.19% */
    letter-spacing: -1.2px;
}

.demo-header p {
    margin: 0;
    width: 800px;
    height: 72px;
    color: #E6E9EC;
    font-family: Geist;
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -1.2px;
}

.demo button {
    border-radius: 12px;
    background: #FC5F18;
    display: flex;
    padding: 12px 24px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: none;
    color: #FFF;
    text-align: center;
    font-feature-settings: 'cv01' on, 'cv03' on, 'cv04' on;
    font-family: Geist;
    font-size: 20.967px;
    font-style: normal;
    font-weight: 600;
    line-height: 145%;
}

.demo button:hover {
    background: #E24C09;
    cursor: pointer;
}

footer {
    width: 100%;
    height: 319px;
    flex-direction: column;
}

.footer-content {
    background: #00254C;
    width: 100%;
    height: 231px;
    display: flex;
    padding: 51px 87px;
    box-sizing: border-box;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
}

.footer-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 247px;
    height: 65px;
}

.footer-links {
    display: flex;
    align-items: flex-start;
    gap: 50px;
}

.footer-links-item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
}

.footer-links-item h1 {
    margin: 0;
    color: #BFC1C4;
    font-family: Geist;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.footer-links-item a {
    margin: 0;
    color: #BFC1C4;
    font-family: Geist;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-decoration: none;
}

.footer-links-item p {
    margin: 0;
    color: #BFC1C4;
    font-family: Geist;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.link-one p {
    color: #BFC1C4;
    margin: 0;
    font-family: Geist;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.footer-bottom {
    width: 100%;
    height: 88px;
    border-top: 1px solid transparent;
    border-image: linear-gradient(90deg, #002144 0%, #1274DD 50%, #002144 100%) 1;
    background: #002144;
    display: flex;
    height: 88px;
    justify-content: center;
    align-items: center;
    gap: 468px;
    align-self: stretch;
}

.link-one {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 340px;
}

@media (max-width:430px) {
    .header1 {
        display: none;
    }

    .header2 {
        box-sizing: border-box;
        width: 100%;
        display: flex;
        padding:  12px 24px 12px 24px;
        justify-content: space-between;
        align-items: center;
        align-self: stretch;
        position: relative;
        z-index: 999;
        height: 68px;
    }

    .hamburger-icon {
        display: flex;
        cursor: pointer;
    }

    :root {
        --mobile-header-h: 68px
    }

    body::before {
        content: "";
        position: fixed;
        top: var(--mobile-header-h);
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(0, 0, 0, 0.45);
        opacity: 0;
        pointer-events: none;
        transition: opacity 200ms ease;
        z-index: 998;
    }

    body.nav-open::before {
        opacity: 1;
        pointer-events: auto;
    }

    .navigation {
        flex-direction: column;
        position: absolute;
        justify-content: center;
        align-items: start;
        text-align: start;
        top: 100%;
        left: 0;
        right: 0;
        z-index: 999;
        background: #fff;
        padding: 16px 24px 20px;
        gap: 16px;
        border-top: 1px solid #EEF5F6;
        box-shadow: 0 12px 24px rgba(0,0,0,0.12);
        transform: translateY(-12px);
        opacity: 0;
        pointer-events: none;
        transition: transform 200ms ease, opacity 200ms ease;
    }

    body.nav-open .navigation {
        transform: translateY(0);
        opacity: 1;
        pointer-events: auto;
    }

    .dropdown-toggle {
        padding-left: 0;
    }

    nav {
        display: flex;
        flex-direction: column;
        gap: 14px;
    }

    nav a {
        padding: 0;
        font-size: 18px;
    }

    .platform-cta a {
        display: block;
        width: 327px;
        text-align: center;
        box-sizing: border-box;
    }

    .dropdown-menu {
        position: static;
        width: 100%;
        box-shadow: none;
        border-radius: 0;
        padding: 8px 0 0;
        display: none;
    }

    .dropdown.open .dropdown-menu {
        display: block;
        text-align: start;
        align-items: flex-start;
    }

    .dropdown-toggle {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        padding: 0;
    }

    .dropdown.open .services-dropdown-icon {
        transform: rotate(180deg);
    }

    .services-dropdown-icon {
        transition: transform 200ms ease;
    }

    .dropdown:hover .dropdown-menu {
        display: none;
    }

    .dropdown.open .dropdown-menu {
        display: block !important;
    }

    .welcome {
        background-image:
                url('../images/mobile-home-bg.png'),
                linear-gradient(106deg, #0D3766 -0.21%, #0074ED 98.45%);
        background-size: cover, cover;
        background-position: bottom, center;
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        justify-content: center;
        gap: 10px;
        padding: 48px 24px;
        height: auto;
    }

    .welcome-info {
        width: 327px;
        height: 360px;
        gap: 48px;
    }

    .welcome-text {
        gap: 16px;
    }

    .welcome-text h1 {
        margin: 0;
        width: 327px;
        height: 114px;
        font-size: 24px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
    }

    .welcome-text p {
        width: 327px;
        height: 84px;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

    .explore-buttons {
        display: flex;
        flex-direction: column;
        gap: 8px;
    }

    .explore-btn1 {
        width: 327px;
        box-sizing: border-box;
        border-radius: 8px;
        text-align: center;
        padding: 10px 16px;
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: 20px;
    }

    .explore-btn1:hover {
        background: #E24C09;
        gap: 5px;
    }

    .explore-icon {
        padding-top: 2px;
    }

    .explore-btn2 {
        width: 327px;
        border: 1.5px solid #FFF;
        background: transparent;
        text-align: center;
        padding: 10px 16px;
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: 20px;
    }

    .link-products {
        padding: 48px 24px;
        gap: 48px;
    }

    .products-title {
        gap: 16px;
        width: 327px;
        height: 129px;
    }

    .built-by-link-logo img{
        width: 143px;
        height: 32px;
    }

    .explore-products {
        gap: 8px;
    }

    .explore-products h1 {
        font-size: 24px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
    }

    .explore-products h2 {
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

    .platform {
        padding: 48px 24px;
        gap: 24px;
    }

    .platform-header {
        width: 327px;
    }

    .platform-header h2 {
        font-size: 24px;
        font-weight: 600;
    }

    .platform-header p {
        font-size: 16px;
        font-weight: 400;
        letter-spacing: 0.16px;
    }

    .platform-container {
        width: 327px;
        flex-direction: column;
        gap: 16px;
        align-items: stretch;
    }

    .platform-image {
        display: none;
    }

    .platform-accordion {
        width: 327px;
        height: auto;
        gap: 12px;
    }

    .platform-item {
        width: 327px;
        padding: 12px 12px;
        box-sizing: border-box;
    }

    .platform-trigger {
        width: 100%;
        padding: 10px 12px;
        justify-content: space-between;
    }

    .platform-title {
        width: auto;
        flex: 1;
        font-size: 14px;
    }

    .divider {
        width: 100%;
        margin-left: 0;
    }

    .platform-panel p {
        width: 100%;
        padding: 0;
        background: transparent;
    }

    .platform-panel-media {
        display: block;
        margin-top: 12px;
        width: 300px;
    }

    .platform-panel-img {
        width: 100%;
        height: auto;
        display: block;
        border-radius: 12px;
        border: 1px solid #E4E8EB;
    }

    .products {
        flex-direction: column;
        gap: 16px;
        margin: 0;
    }

    .learn-products{
        width: 280px;
        height: 351px;
        padding: 24px;
        box-sizing: border-box;
    }

    .product-image {
        width: 232px;
        height: 130px;
    }

    .product-image img {
        width: 232px;
        height: 145px;
    }

    .product-info {
        padding-top: 22px;
    }

    .product-info h1 {
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        text-align: center;
        width: 232px;
        height: 21px;
    }

    .product-info p {
        width: 232px;
        height: 36px;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

    .learn-products button {
        margin-top: 28px;
        width: 232px;
        height: 40px;
        gap: 10px;
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: 20px;
    }

    .learn-more-btn a {
        padding: 10px 16px;
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: 20px;
        margin-bottom: 80px;
    }

    .compatibility-integrations {
        padding: 48px 24px;
        gap: 48px;
    }

    .compatible-header {
        gap: 16px;
    }

    .compatible-header img {
        margin: 0;
        width: 173px;
        height: 32px;
    }

    .compatible-header h1 {
        width: 327px;
        height: 62px;
        font-size: 24px;
        font-style: normal;
        font-weight: 600;
    }

    .compatible-header h2 {
        width: 327px;
        height: 84px;
        font-size: 16px;
        font-weight: 400;
    }

    .compatible-cards {
        flex-direction: column;
        gap: 16px;
        width:327px;
        height: 914px;
    }

    .cards-info {
        width: 327px;
        height: 294px;
        box-sizing: border-box;
        padding: 24px;
        gap: 32px;
    }

    .cards-img {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 279px;
        height: 153px;
    }

    .cards-text {
        gap: 4px;
        width: 279px;
        height: 61px;
    }

    .cards-text h1 {
        width: 279px;
        font-size: 16px;
        font-weight: 600;
    }

    .cards-text h3 {
        width: 279px;
        font-size: 14px;
        font-weight: 400;
    }

    .footer-content {
        box-sizing: border-box;
        padding: 48px 24px;
        gap: 48px;
        height: 439px;
        flex-direction: column;
        align-items: start;
        justify-items: start;
    }

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

    .footer-logo {
        width: 97px;
        height: 26px;
    }

    .footer-logo img {
        width: 97px;
        height: 26px;
    }

    .footer-links-item {
        gap: 8px;
    }

    .footer-links-item h1 {
        font-size: 14px;
        font-style: normal;
        font-weight: 600;
        line-height: 21px;
    }

    .footer-links-item a {
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 19.5px;
    }

    .footer-links-item p {
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 19.5px;
    }

    .footer-bottom {
        width: 100%;
    }

    .link-one {
        width: 375px;
    }

    .link-one p {
        font-size: 12px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }

    .request-demo {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0 24px 48px 24px;
    }

    .demo {
        flex-direction: column;
        box-sizing: border-box;
        width: 327px;
        height: 259px;
        padding: 24px;
        justify-content: center;
        border-radius: 12px;
        background: linear-gradient(90deg, #002144 0%, #0053AA 100%);
    }

    .demo-header {
        width: 279px;
        gap: 8px;
    }

    .demo-header h1 {
        width: 279px;
        height: 34px;
        text-align: center;
        font-size: 24px;
        font-style: normal;
        font-weight: 600;
        line-height: 33.6px;
    }

    .demo-header p {
        text-align: center;
        width: 279px;
        height: 96px;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px;
    }

    .demo button {
        width: 279px;
        border-radius: 8px;
        padding: 12px 24px;
        font-size: 14px;
        font-style: normal;
        font-weight: 600;
        line-height: 21px;
    }
}