:root {
    --container-max: 1280px;
    --container-gutter: 24px
}

@media (max-width:1450px) {
    body .mega-menu-highlights {
        gap: 10px;
        margin-bottom: 12px
    }

    body .mega-menu-copy h2 {
        margin-bottom: 0;
        font-size: 24px
    }

    body .mega-menu-copy p {
        margin-bottom: 8px
    }

    .product-header-mega .mega-product-card {
        min-height: 180px
    }

    body .mega-menu-footer span {
        min-height: 60px
    }

    body .product-header-mega .product-mega-menu {
        max-height: calc(100vh - 80px) !important;
        padding: 18px !important
    }
}

.footer-accordion-toggle {
    display: block;
    width: 100%;
    margin: 0 0 12px;
    padding: 0;
    color: #fff;
    background: 0 0;
    border: 0;
    font-size: var(--fs-16);
    font-weight: var(--fontMedium);
    text-align: left
}

.footer-accordion-toggle .material-symbols-outlined {
    display: none
}

.footer-accordion-content {
    overflow: visible
}

@media (max-width:1199.98px) {
    :root {
        --container-max: 1120px
    }

    body .feature-strip-card,
    body .why-card {
        grid-template-columns: repeat(2, 1fr)
    }

    body .feature-strip-card article:nth-child(2),
    body .why-card article:nth-child(2),
    body .why-card article:nth-child(4) {
        border-right: 0
    }

    body .feature-strip-card article:nth-child(-n+2),
    body .steps-card article,
    body .why-card article:nth-child(-n+3) {
        border-bottom: 1px solid #edf0f8
    }

    body .steps-card {
        grid-template-columns: repeat(3, 1fr)
    }

    body .white-label-card {
        grid-template-columns: 0.95fr 1.1fr;
        gap: 30px
    }

    body .white-label-action {
        grid-column: 1/-1;
        justify-content: center
    }
}

@media (max-width:1024px) {
    main {
        padding: 0 10px
    }

    .why-card {
        gap: 16px
    }

    .why-card article {
        margin-bottom: 16px
    }

    body .feature-strip-card article:nth-child(-n+2),
    body .why-card article:nth-child(-n+3) {
        border-bottom: none
    }

    body .feature-strip-card,
    body .feature-strip-card article,
    body .why-card article {
        border-right: none
    }

    body .img-Pop {
        scale: 0.8;
        left: -90px;
        bottom: 120px
    }

    body .btn-lg-brand {
        padding: 0 12px
    }

    body .platform {
        min-width: 105px
    }

    body .platform img {
        max-width: 68px
    }
}

@media (max-width:992px) {
    :root {
        --container-gutter: 20px;
        --mobile-menu-offset: 80px
    }

    body .site-nav {
        grid-template-columns: auto auto
    }

    body .menu-toggle {
        display: block
    }

    body .nav-panel {
        position: fixed;
        top: var(--mobile-menu-offset);
        right: 0;
        bottom: 0;
        left: 0;
        display: grid;
        align-content: start;
        justify-items: center;
        justify-content: center;
        gap: 22px;
        width: 100vw;
        height: calc(100dvh - var(--mobile-menu-offset));
        min-height: calc(100vh - var(--mobile-menu-offset));
        padding: clamp(24px, 5vh, 42px) clamp(26px, 7vw, 72px) 40px;
        overflow-y: auto;
        visibility: hidden;
        background: #fff;
        border: 0;
        border-radius: 0;
        box-shadow: none;
        clip-path: inset(0 0 100% 0);
        pointer-events: none;
        transform: translateY(-14px);
        transition: clip-path 420ms cubic-bezier(.22, 1, .36, 1), transform 420ms cubic-bezier(.22, 1, .36, 1), visibility 420ms;
        z-index: 990
    }

    body .nav-panel.is-open {
        visibility: visible;
        clip-path: inset(0 0 0 0);
        pointer-events: auto;
        transform: translateY(0)
    }

    body .mobile-panel-head,
    body .nav-dropdown>button {
        display: none
    }

    section.connect-banner.boxSpace {
        margin-top: 0;
        padding-top: 0
    }

    body .nav-actions,
    body .nav-links {
        display: grid;
        justify-content: center;
        justify-items: center;
        gap: 30px;
        width: 100%;
        min-width: 100%;
        margin-right: auto;
        margin-left: auto;
        justify-self: stretch
    }

    body .nav-actions>a,
    body .nav-links>li {
        display: grid;
        justify-items: center;
        width: 100%;
        min-width: 100%;
        opacity: 0;
        transform: translateY(10px);
        transition: opacity 260ms, transform 260ms
    }

    body .nav-panel.is-open .nav-actions>a,
    body .nav-panel.is-open .nav-links>li {
        opacity: 1;
        transform: translateY(0)
    }

    body .nav-panel.is-open .nav-links>li:first-child {
        transition-delay: 70ms
    }

    body .nav-panel.is-open .nav-links>li:nth-child(2) {
        transition-delay: 105ms
    }

    body .nav-panel.is-open .nav-links>li:nth-child(3) {
        transition-delay: 140ms
    }

    body .nav-panel.is-open .nav-links>li:nth-child(4) {
        transition-delay: 175ms
    }

    body .nav-panel.is-open .nav-links>li:nth-child(5) {
        transition-delay: 210ms
    }

    body .nav-panel.is-open .nav-actions>a:first-child {
        transition-delay: 245ms
    }

    body .nav-panel.is-open .nav-actions>a:nth-child(2) {
        transition-delay: 280ms
    }

    body .nav-links {
        align-content: center;
        margin: 0;
        padding: 0;
        list-style: none;
        justify-content: normal !important
    }

    body .dropdown-menu-custom a,
    body .nav-actions .btn,
    body .nav-dropdown>button,
    body .nav-links a {
        justify-content: center;
        padding: 0;
        color: var(--text-heading);
        background: 0 0;
        font-size: var(--font-size-20);
        font-weight: var(--font-weight-regular);
        width: 100%
    }

    body .catalog-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important
    }

    body .nav-dropdown>button,
    body .nav-links a {
        min-height: auto;
        border-radius: 0;
        line-height: 1.2;
        text-align: center
    }

    body .nav-dropdown>button:hover,
    body .nav-links a:hover {
        color: var(--brand-primary);
        background: 0 0
    }

    body .dropdown-menu-custom {
        position: static;
        display: grid;
        justify-items: center;
        gap: 18px;
        max-height: none;
        min-width: 0;
        width: 100%;
        padding: 0;
        overflow: visible;
        visibility: visible;
        opacity: 1;
        background: 0 0;
        box-shadow: none;
        transform: none;
        border: 0;
        border-radius: 0
    }

    body .dropdown-menu-custom a {
        display: inline-flex;
        border: 0;
        border-radius: 0;
        text-align: center
    }

    body .nav-actions {
        gap: 18px;
        align-self: start;
        margin-top: 8px
    }

    body .nav-actions .btn {
        min-height: auto;
        border: 0;
        box-shadow: none
    }

    body .nav-actions .btn-brand {
        min-height: 56px;
        padding: 0 36px;
        color: #fff;
        background: var(--brand-primary);
        border: 0;
        border-radius: var(--radius-pill);
        box-shadow: none
    }

    body .connect-card {
        grid-template-columns: 100px 1fr;
        text-align: center
    }

    body .connect-mascot {
        width: 100%
    }

    .platform img {
        width: 100%;
        height: auto
    }

    body .connect-note,
    body .hero-actions {
        justify-content: center
    }

    body .platform-strip {
        overflow-x: auto;
        justify-content: flex-start;
        flex-wrap: wrap
    }

    .platform {
        width: 25%
    }

    body .hero-section {
        padding-top: 10px
    }

    body .hero-copy {
        text-align: center
    }

    body .hero-copy h1,
    body .hero-copy p,
    body .white-label-content h2,
    body .white-label-content p {
        margin-right: auto;
        margin-left: auto
    }

    body .check-list {
        width: fit-content;
        margin-right: auto;
        text-align: left
    }

    .connect-card,
    body .white-label-card {
        grid-template-columns: 1fr;
        text-align: center
    }

    body .hero-check-grid {
        width: min(100%, 560px);
        margin-left: auto
    }

    body .img-Pop {
        scale: 0.7;
        left: -20px;
        bottom: 90px
    }

    body .launch-card,
    body .price-card {
        grid-template-columns: 1fr
    }

    body .hero-proof-card {
        bottom: -80px
    }

    body .white-label-card {
        justify-items: center;
        padding: 30px
    }

    body .white-label-visual {
        width: min(100%, 390px);
        min-height: 250px
    }

    body .system-flow {
        width: min(100%, 620px);
        margin: 0 auto
    }

    body .flow-step {
        justify-items: center
    }

    body .white-label-action {
        grid-column: auto;
        max-width: 210px
    }

    .launch-copy {
        order: 2;
        margin-top: 16px
    }

    .box-visual,
    .product-cluster {
        order: 1
    }

    body .footer-grid {
        grid-template-columns: repeat(2, 1fr)
    }

    body .footer-brand,
    body .newsletter {
        grid-column: span 2
    }

    .why-card {
        gap: 16px
    }
}

@media (max-width:767.98px) {

    body .connect-card,
    body .feature-strip-card,
    body .steps-card,
    body .system-flow,
    body .why-card {
        grid-template-columns: 1fr
    }

    :root {
        --container-gutter: 16px;
        --mobile-menu-offset: 68px
    }

    body .brand {
        width: 134px
    }

    body .site-header {
        padding: 12px
    }

    body .nav-panel {
        top: var(--mobile-menu-offset);
        right: 0;
        bottom: 0;
        left: 0;
        padding: clamp(22px, 4vh, 34px) 22px 36px
    }

    body .connect-card,
    body .launch-card,
    body .price-card,
    body .white-label-card {
        padding: 22px
    }

    body .white-label-content h2 {
        font-size: var(--fs-32)
    }

    body .white-label-content p {
        font-size: var(--fs-14)
    }

    body .system-flow {
        gap: 16px
    }

    body .flow-arrow,
    body .steps-card article::after {
        display: none
    }

    body .flow-step {
        max-width: 260px;
        margin: 0 auto
    }

    body .platform {
        min-width: 122px;
        padding: 12px 14px;
        font-size: 14px;
        border: none
    }

    body .connect-card {
        text-align: center
    }

    body .connect-mascot {
        width: 120px
    }

    body .platform-strip {
        overflow-x: auto;
        justify-content: center;
        flex-wrap: wrap
    }

    body .hero-copy h1 {
        font-size: 38px
    }

    body .hero-visual {
        min-height: auto
    }

    body .feature-strip-card article,
    body .steps-card article,
    body .why-card article {
        border-right: 0;
        border-bottom: 1px solid #edf0f8
    }

    body .feature-strip-card article {
        border-right: none !important;
        border-bottom: none !important
    }

    body .feature-strip-card article:last-child,
    body .steps-card article:last-child,
    body .why-card article:last-child {
        border-bottom: 0
    }

    body .box-visual,
    body .product-cluster {
        min-height: 230px
    }

    body .newsletter form {
        flex-direction: column
    }

    .trust-section .section-heading h2 {
        font-size: var(--fs-20)
    }

    body .hero-check-grid {
        padding-left: 16px
    }

    .txMobile {
        display: block !important
    }

    .hero-actions.desktop-actions,
    .txMobile-none {
        display: none !important
    }

    .hero-actions.mobile-action {
        display: flex !important;
        margin-top: 16px
    }

    body .connect-note {
        display: block
    }
}

@media (max-width:575.98px) {

    .sort-tools .sort-select-button,
    body .platform {
        min-width: 100% !important
    }

    .custom-sort,
    span.platform.more {
        min-width: auto !important
    }

    body .footer-column {
        padding-bottom: 0
    }

    body .footer-accordion-toggle {
        display: flex;
        align-items: center;
        justify-content: space-between;
        min-height: 48px;
        margin: 0;
        cursor: pointer
    }

    body .footer-accordion-toggle .material-symbols-outlined {
        display: inline-block;
        font-size: 22px;
        transition: transform .2s
    }

    body .footer-column.is-open .footer-accordion-toggle .material-symbols-outlined {
        transform: rotate(180deg)
    }

    body .footer-accordion-content {
        max-height: 0;
        overflow: hidden;
        transition: max-height 240ms
    }

    body .footer-column.is-open .footer-accordion-content {
        padding-bottom: 8px
    }

    main {
        padding: 0 !important;
    }

    body .connect-card {
        padding: 8px
    }

    body .why-card {
        padding: 0
    }

    body .white-label-content h2 {
        font-size: var(--fs-28)
    }

    body {
        min-width: 320px
    }

    .flow-step strong {
        font-size: var(--fs-14) !important
    }

    body .btn,
    body .system-flow {
        width: 100%
    }

    body .system-flow {
        gap: 12px
    }

    body .platform-strip {
        grid-template-columns: 30% 30% 30%;
        display: grid;
        gap: 8px;
        position: relative;
        margin-bottom: 30px;
        padding-bottom: 30px;
        overflow: visible
    }

    .section-heading h2 {
        font-size: var(--fs-24) !important
    }

    span.platform.more {
        position: absolute;
        bottom: -25px;
        left: 50%;
        transform: translateX(-50%);
        background: #fff;
        padding: 6px 10px;
        border: 1px solid #eef1f6;
        border-radius: 12px
    }

    body .platform {
        padding: 8px 0 0
    }

    .platform img {
        width: 100px !important
    }

    body .hero-proof-card {
        position: relative;
        bottom: 18px;
        right: -1px;
        width: 100% !important
    }

    body .footer-grid,
    body .hero-check-grid {
        grid-template-columns: 1fr
    }

    body .hero-visual {
        margin-top: 8px
    }

    .product-header-mega .nav-actions {
        justify-content: normal
    }

    body .white-label-card {
        gap: 22px;
        padding: 22px 12px
    }

    body .white-label-visual {
        min-height: 230px
    }

    body .white-label-monitor-img {
        max-width: 300px
    }

    body .white-label-action {
        width: 100%;
        max-width: 210px
    }

    body .footer-grid {
        gap: 16px
    }

    body .footer-brand {
        padding-bottom: 24px !important
    }

    body .footer-brand,
    body .newsletter {
        grid-column: auto
    }

    body .footer-bottom {
        display: grid;
        gap: 12px
    }

    body .footer-grid>div {
        border-bottom: 1px solid #21275d;
        padding-bottom: 12px
    }

    body .hero-copy h1 {
        font-size: 30px;
        text-align: left
    }

    body .hero-actions {
        display: grid;
        justify-content: normal
    }

    body .feature-strip-card {
        grid-template-columns: 1fr 1fr;
        padding: 12px
    }

    .feature-strip-card article {
        flex-direction: column;
        text-align: center;
        align-items: center !important;
        padding: 10px 5px !important;
        border-right: 1px solid #edf0f8 !important;
        margin-right: 0 !important
    }

    .feature-strip-card article h3 {
        font-size: var(--fs-16)
    }

    body .steps-card,
    body .why-card {
        border: none;
        box-shadow: none
    }

    body .steps-card article,
    body .why-card article {
        border: 1px solid var(--color-primary-100) !important;
        border-radius: 8px;
        padding: 20px 16px;
        text-align: center;
        align-items: center !important;
        background: var(--color-primary-50);
        margin-bottom: 12px
    }

    body .steps-card article>div {
        flex-direction: column
    }

    body .why-card article {
        display: flex;
        margin-bottom: 0 !important
    }

    body .why-card article>div {
        text-align: left
    }

    section.white-label-system.boxSpace {
        padding-top: 0 !important
    }

    .steps-card .material-symbols-outlined {
        margin: 4px 0 0 !important
    }

    body .check-list li {
        padding-bottom: 8px !important
    }

    body .system-flow .flow-step {
        width: 100%;
        max-width: none;
        background: var(--color-primary-50);
        border: 1px solid var(--color-primary-100) !important;
        border-radius: 8px;
        padding: 20px 16px;
        margin-bottom: 0
    }

    body .connect-note span.material-symbols-outlined {
        display: none
    }

    body .img-Pop {
        scale: 0.6;
        left: -50px;
        bottom: 24px
    }
    header.site-header .container {
        padding: 0 3px;
    }

    body .category-list {
        grid-template-columns: repeat(1, minmax(0, 1fr)) !important
    }

    body .catalog-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important
    }

    .site-footer {
        margin: 0 6px 6px;
        border-radius: 12px
    }

    body .hero-tag {
        display: flex;
        flex-direction: column;
        padding: 16px 14px
    }

    body .pricing-hero-card {
        padding: 16px !important
    }

    .compare-heading {
        gap: 8px !important
    }

    .compare-heading h2 {
        font-size: var(--fs-20) !important;
        margin-bottom: 0 !important
    }

    .compare-heading span {
        width: 48px !important
    }

    body .product-page {
        padding: 0 !important;
        margin: 0 !important
    }

    .product-chips {
        gap: 6px !important
    }

    .product-chips button {
        padding: 0 10px !important;
        gap: 4px !important
    }
    section.business-cards.boxSpace .container .row, .products-section.boxSpace .container .row, .pricing-section.boxSpace .container .row {
        gap: 16px;
    }
    
}
/* css end */