body {
    background: #000;
    overflow-x: hidden;
}
/* Keep overflow clipped for the actual product index template only. */
html:has(body.template-productindexpage) {
  overflow-x: hidden;
}

.ug-header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    background: transparent !important;
}

.feature-card {
    background: #fff;
    border-radius: 28px;
    padding: 32px 28px;
    height: 100%;
}

.feature-card img {
    margin-bottom: 24px;
}

.feature-card h5 {
    font-weight: 700;
    margin-bottom: 12px;
}

.feature-card p {
    color: #555;
    margin: 0;
    line-height: 1.5;
}

.sol-row {
    padding-left: 120px;
    padding-right: 120px;
}

.nafs-card {
    background: white;
    border-radius: 44px;
}

.nafs-left {
    padding-left: 2.75rem;
    margin-right: 1rem;
}

.nafs-text {
    font-size: 24px;
}

.naf-btn {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    padding: 4px 4px 4px 20px;
    border-radius: 999px;
    font-weight: 500;
    font-size: 18px;
    text-decoration: none;
}

.naf-btn-primary {
    background: #6f8cff;
    color: #fff;
}

.naf-btn-outline {
    background: transparent;
    border: 1.5px solid #6f8cff;
    color: #6f8cff;
}

.arrow-circle {
    width: 44px;
    height: 44px;
    background: rgba(255, 255, 255, 0.25);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Outline arrow override */
.naf-btn-outline .arrow-circle {
    background: #eef1ff;
}

/* SVG sizing consistency */
.arrow-circle svg {
    width: 24px;
    height: 24px;
}

.nafs-text-container {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
    padding-bottom: 40px;
}

.image-container {
    position: relative; /* Parent container must be relative */
    width: fit-content; /* Adjust width based on your image size */
}

.base-image {
    display: block;
    width: 100%;
    height: auto;
}

.overlay-image {
    position: absolute;
    top: 57%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 91%;
    height: auto;
}

.footer-with-bg {
    background-image: url("../../images/products/product-footer-background.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

.footer-tagline,
.footer-location-title,
.footer-copyright,
.footer-contact-link {
    color: #fff;
}

.text-yellow {
    color: #d8f73d;
}

.product-first-container {
    position: relative;
    min-height: 700px;
    padding-bottom: 300px !important;
    overflow: hidden;
}

.product-first-container::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url("../../images/products/product_section_1.png");
    background-size: cover;
    background-position: bottom center;
    background-repeat: no-repeat;
    z-index: -1;
}

.product-first-container .fw-bolder {
    font-size: 60px;
    line-height: 1.1;
    margin-top: 100px;
}

.service-icon {
    width: 250px;
    height: 250px;
    object-fit: contain;
    display: inline-block;
}

/* Nafs slider (Bootstrap carousel) */

.nafs-slider-wrap {
    position: relative;
    padding-bottom: 180px;
}

.nafs-slider-wrap .carousel-inner {
    border-radius: 44px;
    overflow: hidden;
}

.nafs-slide {
    display: flex;
    align-items: stretch;
}

.nafs-media {
    width: 46%;
    background: #0b0b13;
    border-radius: 0 44px 44px 0;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 22px;
}

.nafs-media .image-container {
    width: 100%;
}

.nafs-media .base-image {
    border-radius: 28px;
}

.nafs-progress {
    position: absolute;
    left: 28px;
    right: 28px;
    bottom: -70px;
    display: flex;
    gap: 14px;
    align-items: center;
}

.nafs-progress .carousel-indicators {
    position: static;
    margin: 0;
    gap: 14px;
    flex: 1 1 auto;
    align-items: center;
}

.nafs-progress .carousel-indicators [data-bs-target] {
    width: 100%;
    height: 4px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.7);
    opacity: 1;
    border: 0;
    margin: 0;
}

.nafs-progress .carousel-indicators .active {
    background: rgba(0, 0, 0, 0.7);
}

.nafs-nav {
    display: inline-flex;
    gap: 10px;
    flex: 0 0 auto;
}

.nafs-nav-btn {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, 0.7);
    background: transparent;
    color: rgba(255, 255, 255, 0.9);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

.second_section {
    position: relative;
    background-image: url("../../images/products/product_section-2.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 100px 0;
    border-radius: 0 0 80px 80px;
    font-family: "Granadia-Book", Helvetica !important;
}

.second_section .container {
    position: relative;
    z-index: 5;
    padding-top: 40px; /* reduce this Ã¢â‚¬â€ was 120px */
}

.test-bg {
    position: relative;
    background-image: url("../../images/products/product_section_3.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 100px 0;
    border-radius: 80px 80px 0 0;
    margin-top: -70px; /* add this â€” pulls it up over the purple */
}

@media (max-width: 991.98px) {
    .nafs-slide {
        flex-direction: column;
    }

    .nafs-media {
        width: 100%;
        border-radius: 0 0 44px 44px;
        min-height: 280px;
    }
}

.sl-section {
    padding: 72px 0;
}

.sl-title {
    color: #fff;
    font-weight: 300;
    letter-spacing: -0.02em;
    margin-top: -100px !important;
    margin-bottom: 10px !important;
}

.sl-title .accent {
    color: #c8ff3b;
    font-weight: 600;
}

.sl-subtitle {
    color: rgba(255, 255, 255, 0.72);
    font-size: 1.25rem;
    margin-bottom: 40px !important;
}

.sl-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);

    column-gap: 0px; /* horizontal */
    row-gap: 16px; /* 👈 reduce vertical space */
}

.sl-card {
    background: #2f2f2f;
    border-radius: 24px;
    padding: 20px;

    width: 100%;
    max-width: 280px; /* 👈 IMPORTANT */
    aspect-ratio: 1 / 1;

    margin: 0 auto; /* center inside grid */

    display: flex;
    flex-direction: column;
}

.sl-icon {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 12px;
}

.sl-card h3 {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.35;
    margin-bottom: 6px;
    color: #fff;
}

.sl-card p {
    font-size: 15px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.72);
    margin-bottom: 0;
}

.ula-growth-section {
    padding: 56px 0 20px;
}

.ula-growth-item {
    display: flex;
    gap: 28px;
    align-items: flex-start;
}

.ula-growth-icon {
    width: 92px;
    height: 92px;
    flex: 0 0 92px;
}

.ula-growth-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

.ula-growth-title {
    color: #fff;
    font-weight: 700;
    font-size: 29px;
    margin: 0 0 10px;
    letter-spacing: -0.01em;
}

.ula-growth-text {
    color: rgba(255, 255, 255, 0.74);
    font-size: 20px;
    line-height: 1.45;
    margin: 0 0 18px;
    max-width: 640px;
}

.ula-growth-line {
    height: 1px;
    background: rgba(255, 255, 255, 0.35);
    width: 100%;
    max-width: 640px;
}

.ula-growth-heading-text {
    color: #fff;
    font-weight: 500;
    font-size: 32px;
    line-height: 1.4;
    margin: 0 0 12px;
}

.ula-growth-section .accent {
    color: #c8ff3b;
    font-weight: 700;
    font-size: 32px;
    line-height: 1.4;
    margin: 0 0 28px;
}

.ula-growth-heading {
    padding: 28px 0 72px;
}

.ula-growth-heading h2 {
    color: #fff;
    font-weight: 300;
    letter-spacing: -0.02em;
    margin: 0;
    font-size: 64px;
    line-height: 1.05;
}

.ula-growth-heading h2 .accent {
    color: #c8ff3b;
    font-weight: 700;
}

@media (max-width: 991.98px) {
    .ula-growth-title {
        font-size: 28px;
    }

    .ula-growth-text {
        font-size: 18px;
    }

    .ula-growth-icon {
        width: 76px;
        height: 76px;
        flex-basis: 76px;
    }

    .ula-growth-heading h2 {
        font-size: 44px;
    }

    .ula-growth-heading-text,
    .ula-growth-section .accent {
        font-size: 24px;
    }
}

.ula-testimonials {
    background: #f3f3f3;
    position: relative;
    overflow: hidden;
    padding: 120px 0 0;
}

.ula-testimonials::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(
            900px 500px at 50% 15%,
            rgba(255, 255, 255, 0.07),
            transparent 65%
    );
    pointer-events: none;
}

.ula-big-fade {
    transform: translateX(-50%);
    width: 100%;
    text-align: center;
    color: rgba(255, 255, 255, 0.08);
    font-weight: 800;
    font-size: clamp(64px, 9vw, 140px);
    line-height: 0.95;
    letter-spacing: -0.03em;
    pointer-events: none;
    user-select: none;
    white-space: nowrap;
}

.ula-test-title {
    position: relative;
    z-index: 2;
    text-align: center;
    margin-bottom: 28px;
}

.ula-test-title h3 {
    color: #7b5cff;
    font-weight: 800;
    font-size: 34px;
    margin: 0 0 14px;
}

.ula-nav-btn {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 2px solid rgba(123, 92, 255, 0.85);
    background: transparent;
    color: rgba(123, 92, 255, 0.95);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.15s ease;
    padding: 0;
}

.ula-nav-btn:hover {
    background: rgba(123, 92, 255, 0.15);
}

.ula-carousel-wrap {
    position: relative;
    z-index: 2;
    padding-bottom: 319px; /* space for the people cutout */
}

.ula-tcard {
    width: min(360px, 100%);
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.92);
    padding: 22px 22px 18px;
    position: relative;
}

/* Owl: make the 3 visible cards look "not horizontally aligned" like the screenshot */

.ula-testimonials .owl-stage-outer {
    overflow: hidden;
}

.ula-testimonials .owl-stage {
    display: flex;
    align-items: center;
}

.ula-testimonials .owl-item {
    display: flex;
    justify-content: center;
    transition: opacity 0.2s ease,
    filter 0.2s ease,
    transform 0.2s ease;
}

.ula-testimonials .owl-item.center .ula-tcard {
    transform: translateY(0) rotate(0) scale(1);
}

.ula-testimonials .owl-item.ula-left .ula-tcard {
    transform: translateY(22px) rotate(-8deg) scale(0.94);
    opacity: 0.35;
    filter: blur(1px);
}

.ula-testimonials .owl-item.ula-right .ula-tcard {
    transform: translateY(22px) rotate(8deg) scale(0.94);
    opacity: 0.35;
    filter: blur(1px);
}

.ula-tcard .role {
    color: rgba(123, 92, 255, 0.95);
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 8px;
}

.ula-tcard .quote {
    color: rgba(0, 0, 0, 0.68);
    font-size: 16px;
    line-height: 1.55;
    margin: 0 0 18px;
}

.ula-tcard .qmark {
    position: absolute;
    right: 18px;
    bottom: 18px;
    color: rgba(123, 92, 255, 0.85);
    font-size: 40px;
    font-weight: 900;
    line-height: 1;
}

.ula-author {
    display: flex;
    align-items: center;
    gap: 10px;
}

.ula-avatar {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.08);
    flex: 0 0 34px;
}

.ula-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.ula-author .name {
    font-size: 12px;
    color: rgba(0, 0, 0, 0.68);
    font-weight: 700;
    line-height: 1.2;
}

.ula-bottom-cutout {
    position: absolute;
    left: 50%;
    top: 51%;
    transform: translateX(-50%);
    width: min(780px, 92vw);
    z-index: 1;
    pointer-events: none;
}

.ula-bottom-cutout img {
    width: 100%;
    height: auto;
    display: block;
}

@media (max-width: 991.98px) {
    .ula-carousel-wrap {
        padding-bottom: 220px;
    }

    .ula-testimonials .owl-stage-outer {
        overflow: hidden;
    }

    .ula-testimonials .owl-item.ula-left .ula-tcard,
    .ula-testimonials .owl-item.ula-right .ula-tcard {
        transform: none;
        opacity: 1;
        filter: none;
    }
}

.ula-stats-cta {
    background-image: url("../../images/products/product-footer-background-2.png") !important;
    padding: 80px 0 120px;
    background-size: auto 100%;
}

.ula-stats-row {
    margin-bottom: 56px;
}

.ula-stat-number {
    font-weight: 800;
    font-size: 88px;
    line-height: 1;
    letter-spacing: -0.03em;
    color: transparent;
    -webkit-text-stroke: 2px rgba(200, 255, 59, 0.45);
}

.ula-stat-label {
    margin-top: 10px;
    color: rgba(255, 255, 255, 0.7);
    font-size: 18px;
}

.ula-cta-card {
    border-radius: 28px;
    text-align: center;
    padding: 56px 56px;
    position: relative;
    overflow: hidden;
    background-image: url("../../images/products/product_section_5.png");
    box-shadow: 0 30px 90px rgba(0, 0, 0, 0.55);
}

.ula-cta-card::after {
    content: "";
    position: absolute;
    inset: 0;
    opacity: 0; /* keep off until you provide the exact asset */
    pointer-events: none;
}

.ula-cta-title {
    color: #fff;
    font-weight: 800;
    font-size: 54px;
    letter-spacing: -0.02em;
    margin: 0 0 12px;
    position: relative;
    z-index: 1;
}

.ula-cta-subtitle {
    color: rgba(255, 255, 255, 0.72);
    font-size: 16px;
    margin: 0 0 26px;
    position: relative;
    z-index: 1;
}

.ula-cta-actions {
    display: inline-flex;
    gap: 16px;
    position: relative;
    z-index: 1;
}

.ula-pill-btn {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    padding: 4px 4px 4px 20px;
    border-radius: 999px;
    font-weight: 500;
    font-size: 18px;
    text-decoration: none;
    border: 1px solid rgba(255, 255, 255, 0.18);
    color: rgba(255, 255, 255, 0.9);
    background: rgba(0, 0, 0, 0.18);
    backdrop-filter: blur(6px);
}

.ula-pill-btn.light {
    background: rgba(255, 255, 255, 0.9);
    color: rgba(0, 0, 0, 0.82);
    border-color: rgba(255, 255, 255, 0.7);
}

.ula-arrow-dot {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.22);
    background: rgba(255, 255, 255, 0.1);
}

.ula-pill-btn.light .ula-arrow-dot {
    background: rgba(0, 0, 0, 0.06);
    border-color: rgba(0, 0, 0, 0.1);
}

@media (max-width: 991.98px) {
    .ula-stat-number {
        font-size: 64px;
    }

    .ula-cta-title {
        font-size: 38px;
    }

    .ula-cta-card {
        padding: 42px 28px;
    }

    .ula-cta-actions {
        flex-wrap: wrap;
    }
}

/* Responsive overrides - mobile only (additions). Keep desktop intact: only @media (max-width: ...) rules. */

/* Global: standardize images in problem areas and cap widths inside sections with large paddings */
@media (max-width: 1199.98px) {
    /* reduce large paddings on containers that were desktop-only wide */
    .sol-row {
        padding-left: 48px;
        padding-right: 48px;
    }

    .product-first-container img,
    .nafs-media .base-image,
    .nafs-media .overlay-image,
    .feature-card img,
    .sl-icon img,
    .ula-bottom-cutout img {
        max-width: 100%;
        height: auto;
        display: block;
    }
}

@media (max-width: 991.98px) {
    /* HERO: stack columns and center text; remove inline left padding */
    .product-first-container .row > [class^="col-"] {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .product-first-container .col-6 {
        order: 1;
        padding-left: 0 !important;
        text-align: center;
    }

    .product-first-container .col-3 {
        order: 2;
    }

    /* Make hero typography responsive (overrides inline desktop sizes) */
    .product-first-container .fw-bolder {
        font-size: clamp(36px, 6vw, 74px) !important;
        line-height: 1.05;
    }

    .product-first-container p {
        font-size: clamp(16px, 4vw, 28px) !important;
    }

    /* Solutions grid: reduce wide padding and show two columns at medium/tablet */
    .sol-row {
        padding-left: 24px;
        padding-right: 24px;
    }

    /* make feature cards appear two-per-row on tablet */
    .sol-row .col-md-3 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .feature-card img {
        max-width: 72px;
        height: auto;
        margin: 0 auto 16px;
        display: block;
    }

    /* Nafs: remove fixed width on description and make text scale */
    .nafs-text-container p,
    .nafs-text.mt-4 {
        width: auto !important;
    }

    .nafs-text {
        font-size: clamp(18px, 3.5vw, 24px) !important;
    }

    /* reduce media height a bit on tablet */
    .nafs-media {
        min-height: 220px;
    }

    /* Growth section: shrink title/text and icon */
    .ula-growth-title {
        font-size: clamp(22px, 3.6vw, 34px);
    }

    .ula-growth-text {
        font-size: clamp(16px, 3.2vw, 20px);
        max-width: 100%;
    }

    .ula-growth-icon {
        width: 76px;
        height: 76px;
        flex-basis: 76px;
    }

    .ula-growth-item {
        gap: 18px;
    }

    /* Testimonials: reduce big fades spacing */
    .ula-carousel-wrap {
        padding-bottom: 220px;
    }

    .ula-bottom-cutout {
        width: 92vw;
        top: auto;
        bottom: -50px;
    }

    /* Stats/CTA: reduce numbers and card padding on tablet */
    .ula-stat-number {
        font-size: clamp(48px, 8vw, 64px);
    }

    .ula-cta-card {
        padding: 40px 28px;
    }
}

@media (max-width: 767.98px) {
    /* HERO: center and tighten spacing; cap hero images */
    .product-first-container {
        padding-top: 36px;
        padding-bottom: 36px;
    }

    .product-first-container .fw-bolder {
        font-size: clamp(28px, 6vw, 60px) !important;
    }

    .product-first-container p {
        font-size: clamp(14px, 4vw, 22px) !important;
    }

    .product-first-container img {
        max-width: 320px;
        width: 100%;
        height: auto;
        margin: 0 auto;
        display: block;
    }

    /* Solutions grid: single column on mobile */
    .sol-row {
        padding-left: 16px;
        padding-right: 16px;
    }

    .sol-row .col-md-3 {
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }

    .feature-card {
        padding: 20px !important;
        border-radius: 16px;
    }

    .feature-card img {
        max-width: 72px;
    }

    /* Nafs: stack content and make buttons wrap and full width */
    .nafs-slide {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .nafs-left {
        padding-left: 0 !important;
        margin-right: 0 !important;
        width: 100%;
    }

    .nafs-media {
        width: 100% !important;
        border-radius: 0 0 28px 28px;
        min-height: 200px;
        padding: 12px;
    }

    .nafs-text-container .d-flex,
    .nafs-text-container .d-flex.gap-3 {
        gap: 12px;
        flex-wrap: wrap;
        justify-content: center;
    }

    .naf-btn {
        width: 100% !important;
        justify-content: center !important;
        padding-left: 12px !important;
        padding-right: 12px !important;
    }

    /* SL section: reduce spacing and card padding */
    .sl-section {
        padding: 48px 0 !important;
    }

    .sl-title {
        font-size: clamp(20px, 5.5vw, 28px) !important;
    }

    .sl-subtitle {
        font-size: clamp(14px, 3.6vw, 18px) !important;
    }

    .sl-grid {
        grid-template-columns: 1fr;
        row-gap: 16px;
    }

    .sl-card {
        padding: 24px !important;
        border-radius: 20px;
        max-width: 80vw;
        width: 80vw;
        aspect-ratio: auto;
    }

    /* Testimonials: scale down large headings and bottom cutout */
    .ula-growth-heading .container:nth-of-type(1) p {
        font-size: clamp(24px, 6.5vw, 48px) !important;
    }

    .ula-growth-heading .container:nth-of-type(2) p {
        font-size: clamp(36px, 10vw, 80px) !important;
        font-weight: 800 !important;
    }

    .ula-big-fade {
        font-size: clamp(36px, 10vw, 120px) !important;
    }

    .ula-bottom-cutout {
        width: 90vw;
        bottom: -40px;
    }

    .ula-carousel-wrap {
        padding-bottom: 160px;
    }

    /* Stats + CTA: smaller numbers and stacked CTAs */
    .ula-stat-number {
        font-size: clamp(42px, 9vw, 64px) !important;
    }

    .ula-cta-card {
        padding: 32px 20px !important;
    }

    .ula-cta-actions {
        display: flex;
        flex-direction: column;
        gap: 12px;
        align-items: stretch;
    }

    .ula-cta-actions .ula-pill-btn {
        width: 100%;
        justify-content: center;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    body.template-productindexpage {
        overflow-x: hidden;
    }

    .product-first-container {
        min-height: auto;
        padding-top: 88px !important;
        padding-bottom: 42px !important;
    }

    .product-first-container .row {
        align-items: center;
        justify-content: center;
        margin-right: 0;
        margin-left: 0;
    }

    .product-first-container .row > [class^="col-"] {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .product-first-container .col-6 {
        order: 1;
        padding-left: 0 !important;
        text-align: center;
    }

    .product-first-container .row > .col-3:not(:last-child) {
        order: 2;
        margin-top: 2rem;
    }

    .product-first-container .row > .col-3:last-child {
        display: none !important;
    }

    .product-first-container .fw-bolder {
        max-width: 34rem;
        margin: 0 auto !important;
        font-size: clamp(40px, 6vw, 56px) !important;
        line-height: 1.08;
    }

    .product-first-container p {
        max-width: 38rem;
        margin-right: auto;
        margin-left: auto;
        font-size: clamp(18px, 2.8vw, 24px) !important;
        line-height: 1.45;
    }

    .product-first-container .ula-pill-btn {
        margin-right: auto;
        margin-left: auto;
    }

    .product-first-container img {
        width: 100%;
        max-width: min(54vw, 380px) !important;
        height: auto;
        margin: 0 auto;
        display: block;
    }

    .second_section {
        padding: 56px 0 52px !important;
        border-radius: 0 0 48px 48px;
    }

    .second_section > .row,
    .ula-growth-section .row {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .second_section > .row:first-child .col-12 > h2 {
        font-size: 40px !important;
        line-height: 1.12;
        margin-top: 0 !important;
        margin-bottom: 0.85rem !important;
    }

    .second_section > .row:first-child .col-12 > p {
        max-width: 38rem;
        margin: 0 auto 1.75rem !important;
        font-size: 18px !important;
        line-height: 1.5;
    }

    .sol-row {
        padding-left: 24px;
        padding-right: 24px;
    }

    .sol-row .col-md-3 {
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }

    .feature-card {
        max-width: 520px;
        margin-right: auto;
        margin-left: auto;
        padding: 24px !important;
        border-radius: 18px;
    }

    .feature-card img,
    .service-icon {
        max-width: 96px;
        width: 96px;
        height: auto;
        margin: 0 auto 16px;
        display: block;
    }

    .test-bg {
        margin-top: 24px !important;
        padding: 46px 0 42px !important;
        border-radius: 48px 48px 0 0;
    }

    .sl-section {
        padding: 40px 0 46px !important;
    }

    .sl-title {
        margin-top: 0 !important;
        margin-bottom: 0.75rem !important;
        font-size: 38px !important;
        line-height: 1.12;
    }

    .sl-subtitle {
        max-width: 38rem;
        margin: 0 auto 1.75rem !important;
        font-size: 17px !important;
        line-height: 1.5;
    }

    .sl-grid {
        grid-template-columns: 1fr;
        row-gap: 18px;
    }

    .sl-card {
        max-width: 520px;
        width: 100%;
        aspect-ratio: auto;
        padding: 26px !important;
        border-radius: 20px;
    }

    .sl-card p {
        font-size: 14px !important;
        line-height: 1.5;
    }

    .ula-growth-heading {
        padding: 22px 0 22px !important;
    }

    .ula-growth-heading h2 {
        font-size: 38px !important;
        line-height: 1.1;
    }

    .ula-growth-section {
        padding: 10px 0 24px !important;
    }

    .ula-growth-heading-text {
        max-width: 42rem;
        margin: 0 auto 32px !important;
        font-size: 20px !important;
        line-height: 1.5;
        text-align: center;
    }

    .ula-growth-section .accent {
        margin: 0 0 34px !important;
        font-size: 22px !important;
        line-height: 1.25;
        text-align: center;
    }

    .ula-growth-section .row.g-5 {
        --bs-gutter-y: 2rem;
    }

    .ula-growth-item {
        flex-direction: column;
        align-items: center;
        gap: 16px;
        text-align: center;
    }

    .ula-growth-title {
        font-size: 26px;
    }

    .ula-growth-text {
        max-width: 38rem;
        margin-right: auto;
        margin-left: auto;
        font-size: 17px;
        line-height: 1.55;
    }

    .ula-growth-line {
        max-width: 100%;
    }
}

/* 1220px–1400px: shrink "Our Platforms" images that are too large at this range */
@media (min-width: 1220px) and (max-width: 1400px) {
    .service-icon {
        width: 180px;
        height: 180px;
    }

    .feature-card img {
        max-width: 180px;
    }
}

@media (max-width: 575.98px) {
    /* Final small adjustments for the smallest screens */
    .product-first-container .fw-bolder {
        font-size: clamp(24px, 7.5vw, 48px) !important;
    }

    .product-first-container p {
        font-size: clamp(13px, 4.5vw, 18px) !important;
    }

    .sol-row {
        padding-left: 12px;
        padding-right: 12px;
    }

    .feature-card {
        padding: 16px !important;
        border-radius: 12px;
    }

    .ula-bottom-cutout {
        bottom: -30px;
        width: 96vw;
    }

    .nafs-text {
        font-size: clamp(16px, 4.5vw, 20px) !important;
    }

    .ula-cta-title {
        font-size: clamp(28px, 7vw, 36px) !important;
    }

    .ula-cta-subtitle {
        font-size: clamp(13px, 3.8vw, 16px) !important;
    }

    .ula-cta-actions .ula-pill-btn {
        padding-left: 12px !important;
        padding-right: 12px !important;
    }
}

/* End responsive overrides */

@media (max-width: 767.98px) {
    .product-first-container {
        min-height: auto;
        padding-top: 72px !important;
        padding-bottom: 28px !important;
    }

    .product-first-container .row > .col-3:last-child {
        display: none !important;
    }

    .product-first-container .row > .col-3:not(:last-child) {
        margin-top: 1.5rem;
    }

    .product-first-container img {
        max-width: min(72vw, 280px) !important;
    }

    .second_section {
        padding: 46px 0 44px !important;
        border-radius: 0 0 42px 42px;
    }

    .second_section > .row,
    .ula-growth-section .row {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .second_section > .row:first-child .col-12 > h2 {
        font-size: 34px !important;
        line-height: 1.1;
        margin-top: 0 !important;
        margin-bottom: 0.75rem !important;
    }

    .second_section > .row:first-child .col-12 > p {
        max-width: 320px;
        margin: 0 auto 1.5rem !important;
        font-size: 16px !important;
        line-height: 1.45;
    }

    .sol-row {
        padding-left: 16px;
        padding-right: 16px;
    }

    .test-bg {
        margin-top: 24px !important;
        padding: 40px 0 36px !important;
        border-radius: 42px 42px 0 0;
    }

    .sl-section {
        padding: 34px 0 40px !important;
    }

    .sl-title {
        margin-top: 0 !important;
        margin-bottom: 0.65rem !important;
        font-size: 30px !important;
        line-height: 1.12;
    }

    .sl-subtitle {
        max-width: 320px;
        margin: 0 auto 1.5rem !important;
        font-size: 15px !important;
        line-height: 1.45;
    }

    .sl-card p {
        font-size: 13px !important;
        line-height: 1.45;
    }

    .ula-growth-heading {
        padding: 18px 0 18px !important;
    }

    .ula-growth-heading h2 {
        font-size: 30px !important;
        line-height: 1.1;
    }

    .ula-growth-section {
        padding: 8px 0 20px !important;
    }

    .ula-growth-heading-text {
        margin-bottom: 30px !important;
        font-size: 18px !important;
        line-height: 1.45;
    }

    .ula-growth-section .accent {
        margin: 0 0 34px !important;
        font-size: 20px !important;
        line-height: 1.25;
    }

    .ula-growth-section .row.g-5 {
        --bs-gutter-y: 2rem;
    }
}
