.products-page-container {
    max-width: 1450px;
    margin: 0 auto;
    padding: 0 20px;
}

.products-hero {
    margin-top: 99px;
    padding: 30px 0 28px;
    background: linear-gradient(to bottom, #1C48B2 0%, #23a6d5 55%, #ECFAFF 100%);
}

.products-hero-shell {
    border-radius: 0;
    padding: 40px 0 28px;
    background: transparent;
    box-shadow: none;
}

.products-hero-main {
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
    align-items: center;
    margin-bottom: 40px;
}

.products-hero-copy {
    flex: 1 1 520px;
    max-width: 600px;
}

.products-hero-eyebrow {
    display: inline-block;
    margin-bottom: 16px;
    padding: 7px 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.18);
    border: 1px solid rgba(255, 255, 255, 0.28);
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    box-shadow: 0 8px 18px rgba(28, 72, 178, 0.14);
}

.products-hero-copy h1 {
    margin: 0 0 16px;
    color: #ffffff;
    font-family: 'Nunito', sans-serif;
    font-size: 46px;
    line-height: 62px;
    font-weight: bold;
    letter-spacing: 0;
    max-width: 600px;
    text-shadow: 0 8px 24px rgba(28, 72, 178, 0.22);
}

.products-hero-copy p {
    margin: 0;
    max-width: 620px;
    color: rgba(255, 255, 255, 0.9);
    font-family: 'Nunito', sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.7;
}

.products-hero-copy p + p {
    margin-top: 10px;
}

.products-hero-actions {
    margin-top: 28px;
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

.products-hero-primary {
    min-width: 176px;
    text-transform: none;
}

.products-hero-primary:hover {
    color: #ffffff;
}

.products-hero-secondary-cta {
    background: linear-gradient(to right, #6f5bc6, #1C48B2) !important;
}

.products-hero-visual {
    flex: 1 1 420px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 340px;
    width: 100%;
    overflow: hidden;
}

.products-hero-image {
    width: 110%;
    max-width: none;
    height: 100%;
    object-fit: cover;
    display: block;
    filter: drop-shadow(0 20px 34px rgba(28, 72, 178, 0.16));
}

.products-hero-highlights {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    align-items: stretch;
    justify-content: center;
}

.products-highlight-card {
    flex: 0 1 240px;
    max-width: 500px;
    min-height: 140px;
    padding: 16px 16px 14px;
    border-radius: 20px;
    background: linear-gradient(180deg, #ffffff 0%, #fcfbff 100%);
    color: #1c2c66;
    box-shadow: 0 12px 30px rgba(28, 72, 178, 0.12);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    border: 1px solid rgba(136, 115, 215, 0.12);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    height: 100%;
}

.products-highlight-card:hover {
    color: #1c2c66;
    transform: translateY(-4px);
    box-shadow: 0 22px 42px rgba(58, 24, 84, 0.14);
}

.products-highlight-card h2 {
    margin: 0;
    font-family: 'Nunito', sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.18;
    color: #202328;
    max-width: 220px;
    min-height: 36px;
}

.products-highlight-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: auto;
    padding-top: 12px;
}

.products-highlight-icon-wrap {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 11px;
    background: linear-gradient(135deg, #7a62d6 0%, #9a8bf0 100%);
    color: #ffffff;
    font-size: 1.05rem;
    margin-bottom: 0;
    box-shadow: 0 10px 18px rgba(122, 98, 214, 0.20);
    flex: 0 0 auto;
}

.products-highlight-arrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 999px;
    background: rgba(168, 132, 227, 0.12);
    color: #8d5bd0;
    font-size: 1.1rem;
    line-height: 1;
}

.products-highlight-arrow-circle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
}

.products-highlight-arrow-bg {
    width: 44px;
    height: 44px;
    background: linear-gradient(135deg, #1C48B2 0%, #8873d7 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.products-highlight-arrow-image {
    width: 30%;
    height: 30%;
    object-fit: contain;
    display: block;
    transform: rotate(90deg);
    transition: transform 0.3s ease;
}

.products-highlight-arrow-image:hover {
    transform: rotate(135deg);
}

.products-highlight-blue {
    background: linear-gradient(180deg, #ffffff 0%, #fbf8ff 100%);
    box-shadow:
        0 12px 30px rgba(28, 72, 178, 0.08),
        0 0 0 2px rgba(184, 213, 255, 0.55),
        0 0 18px rgba(184, 213, 255, 0.45);
}

.products-highlight-green {
    background: linear-gradient(180deg, #ffffff 0%, #fbf9ff 100%);
    box-shadow:
        0 12px 30px rgba(28, 72, 178, 0.08),
        0 0 0 2px rgba(204, 235, 224, 0.65),
        0 0 18px rgba(204, 235, 224, 0.45);
}

.products-highlight-pink {
    background: linear-gradient(180deg, #ffffff 0%, #fdf8ff 100%);
    box-shadow:
        0 12px 30px rgba(28, 72, 178, 0.08),
        0 0 0 2px rgba(246, 205, 231, 0.75),
        0 0 18px rgba(246, 205, 231, 0.48);
}

.products-highlight-yellow {
    background: linear-gradient(180deg, #ffffff 0%, #fffbfd 100%);
    box-shadow:
        0 12px 30px rgba(28, 72, 178, 0.08),
        0 0 0 2px rgba(249, 233, 183, 0.65),
        0 0 18px rgba(249, 233, 183, 0.42);
}

.products-categories-section {
    padding-top: 40px;
    padding-bottom: 32px;
    background: #ECFAFF;
}

.products-categories-main {
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.products-categories-list {
    padding-left: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 18px;
    margin: 0;
}

.products-category-item {
    margin-bottom: 0;
    width: 100%;
}

.products-category-item .site-card-content {
    background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
    border: 1px solid rgba(136, 115, 215, 0.1);
    border-radius: 20px;
    box-shadow: 0 12px 26px rgba(28, 72, 178, 0.08);
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 22px 22px;
}

.products-category-item .site-card-content > div {
    display: flex;
    flex-direction: column;
    gap: 10px;
    flex: 1 1 auto;
    min-width: 0;
}

.products-category-item .site-card-content a.btn-secondary {
    align-self: flex-start;
    white-space: nowrap;
}

.products-category-item h2 {
    color: #1C48B2;
    margin: 0;
}

.products-category-item p {
    color: rgba(75, 80, 123, 0.9);
    margin: 0;
}

.products-category-item:last-child {
    margin-bottom: 0;
}

/* Sticky tabs + scroll sections */
.products-tabs-section {
    padding: 40px 0 60px;
    background: #ECFAFF;
}

:root {
    --products-sticky-top: 100px;
}

.products-tabs-sticky {
    position: -webkit-sticky;
    position: sticky;
    top: var(--products-sticky-top, 100px);
    z-index: 900;
    width: 100%;
    display: flex;
    justify-content: center;
    background: transparent;
    border: none;
    border-radius: 0;
    padding: 0;
    box-shadow: none;
    box-sizing: border-box;
    padding: 0px 20px;
}

.products-tabs-sticky .products-page-container {
    width: 100%;
    min-width: 0;
    box-sizing: border-box;
    background: #ffffff;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(136, 115, 215, 0.12);
    border-radius: 16px;
    padding: 10px;
    box-shadow: 0 10px 24px rgba(28, 72, 178, 0.08);
}

.products-tabs-bar {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: none;
    -ms-overflow-style: none;
    padding: 4px 14px;
    justify-content: center;
    max-width: 100%;
    scroll-snap-type: x mandatory;
    box-sizing: border-box;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior-x: contain;
    scroll-behavior: smooth;
    scroll-padding-inline: 14px;
}

@media (prefers-reduced-motion: reduce) {
    .products-tabs-bar {
        scroll-behavior: auto;
    }
}

.products-tabs-bar::-webkit-scrollbar {
    display: none;
}

.products-tab {
    border: 0;
    cursor: pointer;
    white-space: nowrap;
    padding: 10px 14px;
    border-radius: 999px;
    background: transparent;
    color: #202328;
    font-family: 'Nunito', sans-serif;
    font-weight: 600;
    font-size: 14px;
    transition: background-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
    scroll-snap-align: center;
}

.products-tab:hover {
    background: rgba(28, 72, 178, 0.08);
}

.products-tab.products-tab-active {
    background: linear-gradient(135deg, rgba(28, 72, 178, 0.16) 0%, rgba(136, 115, 215, 0.16) 100%);
    color: #1C48B2;
}

@media (max-width: 900px) {
    .products-tabs-sticky {
        border-radius: 14px;
        padding: 10px 8px;
    }

    .products-tabs-bar {
        justify-content: flex-start;
        scroll-snap-type: x proximity;
        padding: 4px 12px;
        touch-action: pan-x;
        scroll-padding-inline: 12px;
    }
}

.products-tabs-content {
    display: flex;
    flex-direction: column;
    gap: 0;
    padding-top: 24px;
}

.products-tab-panel {
    scroll-margin-top: 220px;
    width: 100%;
    padding: 56px 0;
    background: #ECFAFF;
}

.products-tab-panel:nth-child(even) {
    background: #ffffff;
}

.products-tab-panel-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 30px;
    max-width: 1450px;
    margin: 0 auto;
    padding: 30px 28px;
    width: 100%;
    box-sizing: border-box;
}

.products-tab-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    max-width: 860px;
    text-align: center;
}

.products-tab-header h2 {
    margin: 0;
    color: #1C48B2;
    font-family: 'Nunito', sans-serif;
    font-weight: 900;
    font-size: 32px;
    letter-spacing: -0.02em;
    line-height: normal;
}

.products-tab-header p {
    margin: 0;
    color: rgba(75, 80, 123, 0.9);
    font-family: 'Nunito', sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: normal;
}

.products-tab-cta.btn-secondary {
    margin-top: 6px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    width: fit-content;
    text-transform: none;
}

.products-tab-cta.btn-secondary img {
    width: 16px;
    height: 16px;
    object-fit: contain;
    display: block;
}

.products-tab-top {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    gap: 26px;
    width: 100%;
    max-width: 1120px;
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.98);
    border: 1px solid rgba(28, 72, 178, 0.10);
    border-radius: 24px;
    padding: 50px;
    box-shadow: 0 18px 50px rgba(28, 72, 178, 0.10);
    box-sizing: border-box;
}

.products-tab-points {
    flex: 1 1 52%;
    display: flex;
    flex-direction: column;
    gap: 14px;
    min-width: 0;
}

.products-tab-points-title {
    color: #1C48B2;
    font-family: 'Nunito', sans-serif;
    font-weight: 900;
    font-size: 14px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    text-align: left;
    padding: 0 4px;
}

.products-tab-point {
    display: flex;
    flex-direction: column;
    gap: 6px;
    padding: 16px 18px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.76);
    border: 1px solid rgba(28, 72, 178, 0.12);
    box-shadow: 0 10px 24px rgba(28, 72, 178, 0.08);
    text-align: left;
    transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease, background 0.18s ease;
}

.products-tab-point:hover {
    transform: translateY(-2px);
    box-shadow: 0 16px 34px rgba(28, 72, 178, 0.14);
    border-color: rgba(136, 115, 215, 0.26);
}

.products-tab-point-active {
    background: linear-gradient(135deg, rgba(136, 115, 215, 0.18) 0%, rgba(28, 72, 178, 0.10) 100%);
    border-color: rgba(136, 115, 215, 0.24);
}

.products-tab-point h3 {
    margin: 0;
    color: rgba(20, 24, 44, 0.95);
    font-family: 'Nunito', sans-serif;
    font-weight: 900;
    font-size: 18px;
    line-height: 1.25;
}

.products-tab-point p {
    margin: 0;
    color: rgba(75, 80, 123, 0.9);
    font-family: 'Nunito', sans-serif;
    font-weight: 500;
    font-size: 15px;
    line-height: 1.6;
}

.products-tab-feature {
    flex: 1 1 48%;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 0;
}

.products-tab-feature img {
    width: 85%;
    max-width: 560px;
    height: auto;
    display: block;
    object-fit: contain;
}

.products-tab-bottom {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    gap: 18px;
    width: 100%;
    max-width: 1120px;
    margin: 0 auto;
    box-sizing: border-box;
}

.products-mini-card {
    flex: 1 1 33.333%;
    min-width: 0;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(28, 72, 178, 0.10);
    box-shadow: 0 16px 40px rgba(28, 72, 178, 0.10);
    padding: 18px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.products-mini-quote {
    width: 50px;
    height: 50px;
    border-radius: 16px;
    background: linear-gradient(135deg, rgba(28, 72, 178, 0.18) 0%, rgba(136, 115, 215, 0.22) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #1C48B2;
    font-family: 'Nunito', sans-serif;
    font-weight: 900;
    font-size: 40px;
    line-height: 1;
    box-shadow: 0 16px 30px rgba(28, 72, 178, 0.16);
    border: 1px solid rgba(136, 115, 215, 0.22);
    margin-top: 10px;
}

.products-mini-testimonial {
    position: relative;
    overflow: hidden;
}

.products-mini-testimonial::before {
    content: "";
    position: absolute;
    inset: -60px -60px auto auto;
    width: 160px;
    height: 160px;
    background: radial-gradient(circle at center, rgba(136, 115, 215, 0.25) 0%, rgba(136, 115, 215, 0.0) 70%);
    pointer-events: none;
}

.products-mini-body {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.products-mini-headline {
    position: relative;
    background: linear-gradient(135deg, #1C48B2 0%, #6B5AE2 45%, #8873D7 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    font-family: 'Nunito', sans-serif;
    font-weight: 1000;
    font-size: 22px;
    line-height: 1.25;
    letter-spacing: -0.01em;
    margin-top: 10px;
}

.products-mini-headline::after {
    content: "";
    display: block;
    width: 64px;
    height: 3px;
    margin-top: 10px;
    border-radius: 999px;
    background: linear-gradient(90deg, rgba(28, 72, 178, 0.55) 0%, rgba(136, 115, 215, 0.55) 100%);
}

.products-mini-text {
    color: rgba(32, 35, 40, 0.86);
    font-family: 'Nunito', sans-serif;
    font-weight: 600;
    font-size: 15px;
    line-height: 1.65;
}

.products-mini-author {
    margin-top: 2px;
    color: #1C48B2;
    font-family: 'Nunito', sans-serif;
    font-weight: 800;
    font-size: 14px;
    line-height: 1.25;
}

.products-mini-location {
    width: fit-content;
    padding: 6px 10px;
    border-radius: 999px;
    background: rgba(28, 72, 178, 0.08);
    border: 1px solid rgba(136, 115, 215, 0.16);
    color: rgba(75, 80, 123, 0.9);
    font-family: 'Nunito', sans-serif;
    font-weight: 700;
    font-size: 12px;
    line-height: 1.25;
    margin-top: 6px;
}

.products-mini-meta {
    margin-top: auto;
    display: flex;
    align-items: center;
    gap: 10px;
    padding-top: 6px;
}

.products-mini-meta img {
    width: 38px;
    height: 38px;
    border-radius: 12px;
    background: #fff;
    border: 1px solid rgba(28, 72, 178, 0.10);
    object-fit: contain;
    padding: 6px;
}

.products-mini-name {
    color: rgba(20, 24, 44, 0.95);
    font-family: 'Nunito', sans-serif;
    font-weight: 900;
    font-size: 13px;
    line-height: 1.2;
}

.products-mini-role {
    color: rgba(75, 80, 123, 0.8);
    font-family: 'Nunito', sans-serif;
    font-weight: 600;
    font-size: 12px;
    line-height: 1.2;
}

.products-mini-image {
    width: 100%;
    height: auto;
    border-radius: 0px;
    object-fit: cover;
    display: block;
}

.products-mini-logo {
    width: 100%;
    height: 140px;
    border-radius: 18px;
    object-fit: contain;
    display: block;
    background: #ffffff;
    border: 1px solid rgba(28, 72, 178, 0.10);
    padding: 18px;
}

.products-mini-tag {
    margin-top: 2px;
    color: rgba(75, 80, 123, 0.85);
    font-family: 'Nunito', sans-serif;
    font-weight: 800;
    font-size: 12px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
}

.products-mini-title {
    color: rgba(20, 24, 44, 0.95);
    font-family: 'Nunito', sans-serif;
    font-weight: 900;
    font-size: 18px;
    line-height: 1.35;
}

.products-mini-copy {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.products-mini-excerpt {
    margin-top: 2px;
    color: rgba(75, 80, 123, 0.9);
    font-family: 'Nunito', sans-serif;
    font-weight: 600;
    font-size: 15px;
    line-height: normal;
}

.products-mini-link {
    margin-top: auto;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    width: fit-content;
    color: #1C48B2;
    font-family: 'Nunito', sans-serif;
    font-weight: 900;
    font-size: 14px;
    text-decoration: none;
    padding-top: 6px;
}

.products-mini-link img {
    width: 14px;
    height: 14px;
    display: block;
    object-fit: contain;
}

.products-mini-card.products-mini-blog {
    transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.products-mini-card.products-mini-blog:hover {
    transform: translateY(-3px);
    box-shadow: 0 22px 56px rgba(28, 72, 178, 0.14);
    border-color: rgba(136, 115, 215, 0.24);
}

.products-mini-card.products-mini-case {
    transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.products-mini-card.products-mini-case:hover {
    transform: translateY(-3px);
    box-shadow: 0 22px 56px rgba(28, 72, 178, 0.14);
    border-color: rgba(136, 115, 215, 0.24);
}

@media (max-width: 900px) {
    .products-tabs-section {
        padding: 32px 0 44px;
    }

    .products-tab-header {
        align-items: center;
        text-align: center;
        margin: 0 auto;
    }

    .products-tab-top {
        flex-direction: column;
        align-items: stretch;
        padding: 32px 26px;
        gap: 18px;
    }

    .products-tab-feature {
        padding: 0;
    }

    .products-tab-bottom {
        flex-direction: column;
    }

    .products-tab-point {
        text-align: center;
    }

    .products-tab-points-title {
        text-align: center;
    }
}

@media (max-width: 640px) {
    .products-tabs-sticky {
        border-radius: 14px;
    }

    .products-tab-panel {
        padding: 40px 0;
        scroll-margin-top: 190px;
    }

    .products-tab-panel-inner {
        padding: 22px 16px;
    }

    .products-tab-header h2 {
        font-size: 25px;
    }

    .products-tab-header p {
        font-size: 16px;
        line-height: 1.55;
    }

    .products-tab-top {
        padding: 18px 16px;
        border-radius: 18px;
    }

    .products-tab-point {
        padding: 14px 14px;
        border-radius: 16px;
    }

    .products-tab-point h3 {
        font-size: 16px;
    }

    .products-tab-point p {
        font-size: 14px;
    }

    .products-mini-card {
        padding: 16px;
        border-radius: 18px;
        gap: 16px;
    }

    .products-mini-image {
        height: 160px;
    }

    .products-mini-logo {
        height: auto;
        max-height: 120px;
        padding: 14px;
    }
}

@media (max-width: 420px) {
    .products-tab {
        font-size: 13px;
        padding: 9px 12px;
    }

    .products-tab-panel-inner {
        padding: 20px 14px;
    }

    .products-tab-top {
        padding: 16px 14px;
    }

    .products-mini-quote {
        width: 44px;
        height: 44px;
        font-size: 34px;
        border-radius: 14px;
    }

    .products-mini-headline {
        font-size: 20px;
    }
}

@media (max-width: 900px) {
    .products-category-item .site-card-content {
        flex-direction: column;
        align-items: flex-start;
    }

    .products-category-item .site-card-content a.btn-secondary {
        align-self: flex-start;
    }
}
            
@media (max-width: 1100px) {
    .products-hero-highlights {
        gap: 18px;
    }

    .products-highlight-card {
        flex: 1 1 calc(50% - 9px);
        min-height: 140px;
        padding: 14px 14px 12px;
        border-radius: 18px;
    }

    .products-highlight-card h2 {
        font-size: 15px;
        min-height: 36px;
    }

    .products-highlight-footer {
        padding-top: 10px;
    }

    .products-highlight-icon-wrap {
        width: 34px;
        height: 34px;
        border-radius: 10px;
    }

    .products-highlight-arrow-bg {
        width: 40px;
        height: 40px;
    }
}

@media (max-width: 900px) {
    .products-hero-shell {
        padding: 30px 0 24px;
    }

    .products-hero-main {
        gap: 24px;
    }

    .products-hero-copy h1 {
        font-size: 38px;
        line-height: 52px;
    }

    .products-hero-copy p {
        font-size: 18px;
    }

    .products-hero-visual {
        min-height: 290px;
        max-width: 380px;
        margin: 0 auto;
        width: 100%;
    }
}

@media (max-width: 1100px) {
    .products-hero-main {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
        gap: 28px;
    }

    .products-hero-copy {
        max-width: 100%;
        flex: 0 1 auto;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .products-hero-copy h1 {
        text-align: center;
        max-width: 680px;
    }

    .products-hero-copy p {
        text-align: center;
        max-width: 720px;
    }

    .products-hero-actions {
        justify-content: center;
        width: 100%;
        gap: 12px;
    }

    .products-hero-visual {
        max-width: 680px;
        min-height: auto;
        margin: 0 auto;
        justify-content: center;
    }

    .products-hero-image {
        width: 100%;
        height: auto;
        object-fit: contain;
    }
}

/* FAQ Section (Products page) */
.products-faq-section {
    padding: 75px 0;
    background: #ECFAFF;
}

.products-faq-title {
    font-family: 'Nunito', sans-serif;
    font-weight: 700;
    font-size: 30px;
    line-height: normal;
    color: rgba(28, 72, 178, 1);
    text-align: center;
    margin-bottom: 50px;
    padding: 0 100px;
}

.products-faq-container {
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.products-faq-item {
    background: #f8f9fa;
    border-radius: 12px;
    overflow: hidden;
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

.products-faq-item.active {
    background: rgba(255, 255, 255, 1);
    box-shadow: 0 0 24px rgba(0, 0, 0, 0.15);
}

.products-faq-item.active .products-faq-question {
    background: rgba(255, 255, 255, 1);
}

.products-faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 24px;
    cursor: pointer;
    position: relative;
    z-index: 1;
    background: white;
}

.products-faq-question h3 {
    font-family: 'Nunito', sans-serif;
    font-weight: 700;
    font-size: 22px;
    line-height: normal;
    color: rgba(28, 72, 178, 1);
    margin: 0;
    flex: 1;
    padding-right: 20px;
}

.products-faq-toggle {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: linear-gradient(to right, #1C48B2, #8873d7);
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    flex-shrink: 0;
}

.products-faq-toggle:hover {
    transform: scale(1.05);
}

.products-faq-icon {
    width: 16px;
    height: 17px;
    display: block;
}

.products-faq-answer {
    display: none;
    overflow: hidden;
    transition: all 0.3s ease;
    padding: 0 24px 20px 24px;
    opacity: 0;
    transform: translateY(-10px);
    background: rgba(255, 255, 255, 1);
}

.products-faq-item.active .products-faq-answer {
    display: block;
    opacity: 1;
    transform: translateY(0);
}

.products-faq-answer p {
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
    color: rgba(57, 57, 59, 1);
    margin: 0;
    max-width: 90%;
}

.products-faq-item.products-faq-hidden {
    display: none;
}

.products-faq-read-more-container {
    text-align: center;
    margin-top: 32px;
    padding: 20px 0;
}

.products-faq-read-more-btn {
    background: linear-gradient(90deg, #1C48B2 0%, #25B6FF 100%);
    color: #FFFFFF;
    border: none;
    border-radius: 24px;
    padding: 12px 32px;
    font-family: 'Nunito', sans-serif;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(28, 72, 178, 0.2);
}

.products-faq-read-more-btn:hover {
    background: linear-gradient(90deg, #25B6FF 0%, #1C48B2 100%);
    box-shadow: 0 4px 16px rgba(28, 72, 178, 0.3);
    transform: translateY(-2px);
}

/* Responsive styles for FAQ section */
@media (max-width: 1023px) {
    .products-faq-section {
        padding: 70px 0;
    }

    .products-faq-title {
        font-size: 28px;
        margin-bottom: 40px;
        padding: 0 30px;
    }

    .products-faq-container {
        max-width: 90%;
    }
}

@media (max-width: 767px) {
    .products-faq-section {
        padding: 50px 0;
    }

    .products-faq-title {
        font-size: 24px;
        margin-bottom: 30px;
        padding: 0 16px;
    }

    .products-faq-container {
        max-width: 95%;
        gap: 15px;
    }

    .products-faq-question {
        padding: 16px 20px;
    }

    .products-faq-question h3 {
        font-size: 20px;
        padding-right: 15px;
    }

    .products-faq-toggle {
        width: 35px;
        height: 35px;
    }

    .products-faq-answer {
        padding: 0 20px;
    }

    .products-faq-item.active .products-faq-answer {
        padding: 0 20px 16px 20px;
    }

    .products-faq-answer p {
        font-size: 16px;
        line-height: 24px;
    }

    .products-faq-read-more-btn {
        padding: 10px 24px;
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    .products-faq-section {
        padding: 40px 0;
    }

    .products-faq-title {
        font-size: 22px;
        margin-bottom: 25px;
    }

    .products-faq-container {
        max-width: 98%;
        gap: 12px;
    }

    .products-faq-question {
        padding: 14px 16px;
    }

    .products-faq-question h3 {
        font-size: 16px;
        padding-right: 12px;
    }

    .products-faq-toggle {
        width: 32px;
        height: 32px;
    }

    .products-faq-answer {
        padding: 0 16px;
    }

    .products-faq-item.active .products-faq-answer {
        padding: 0 16px 14px 16px;
    }

    .products-faq-answer p {
        font-size: 15px;
        line-height: 22px;
    }
}

@media (max-width: 640px) {
    .products-page-container {
        padding: 0 16px;
    }

    .products-hero {
        padding: 24px 0 18px;
    }

    .products-hero-shell {
        padding: 24px 0 18px;
    }

    .products-hero-copy h1 {
        font-size: 32px;
        line-height: 44px;
    }

    .products-hero-copy p {
        font-size: 16px;
        line-height: 1.6;
    }

    .products-hero-highlights {
        gap: 16px;
    }

    .products-highlight-card {
        flex: 1 1 100%;
        min-height: 0;
        padding: 14px 14px 12px;
        border-radius: 16px;
    }

    .products-highlight-card h2 {
        font-size: 15px;
        max-width: none;
        min-height: 0;
    }

    .products-highlight-footer {
        padding-top: 10px;
    }

    .products-highlight-icon-wrap {
        width: 32px;
        height: 32px;
        border-radius: 10px;
    }

    .products-highlight-arrow-bg {
        width: 38px;
        height: 38px;
    }

    .products-hero-visual {
        min-height: 230px;
    }

    .products-hero-actions {
        gap: 10px;
    }

    .products-hero-image {
        width: 100%;
        height: 100%;
    }
}
