.products-hero-section,
.product-story-section,
.products-summary-section {
    position: relative;
    overflow: hidden;
}

.products-hero-section {
    padding: 100px 0 76px;
    background: linear-gradient( 180deg, #ffffff 0%, #ffffff 25%, #f7fbff 60%, #eef6ff 100% );
}

.products-page-pattern {
    position: absolute;
    inset: 0;
    pointer-events: none;
    opacity: 0.72;
    background-image:
        linear-gradient(rgba(15, 23, 42, 0.04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(15, 23, 42, 0.04) 1px, transparent 1px);
    background-size: 38px 38px;
    mask-image: linear-gradient(to bottom, transparent, #000 14%, #000 84%, transparent);
}

.products-hero-section .container,
.product-story-section .container,
.products-summary-section .container {
    position: relative;
    z-index: 1;
}

.products-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(330px, 460px);
    gap: 44px;
    align-items: center;
}

.products-kicker {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
    color: #0e59f2;
    font-size: 0.8rem;
    font-weight: 850;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.products-kicker::before {
    content: "";
    width: 34px;
    height: 1px;
    background: linear-gradient(90deg, transparent, currentColor);
}

.products-hero-copy h1,
.product-story-content h2,
.products-summary-panel h2 {
    margin: 0;
    color: #0f172a;
    font-weight: 850;
    line-height: 1.08;
}

.products-hero-copy h1 {
    max-width: 780px;
    font-size: clamp(2.25rem, 5vw, 4.25rem);
}

.products-hero-copy p,
.product-story-content p {
    color: #526174;
    font-size: 1.05rem;
    line-height: 1.78;
}

.products-hero-copy p {
    max-width: 690px;
    margin: 20px 0 0;
}

.products-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    align-items: center;
    margin-top: 30px;
}

.products-primary-action,
.product-section-action {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    border-radius: 8px;
    color: #ffffff;
    font-weight: 850;
    text-decoration: none;
    background: #0e59f2;
    box-shadow: 0 15px 34px rgba(14, 89, 242, 0.22);
    transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}

.products-primary-action {
    padding: 14px 20px;
}

.products-primary-action:hover,
.product-section-action:hover {
    color: #ffffff;
    background: #0b46bd;
    transform: translateY(-2px);
    box-shadow: 0 20px 42px rgba(14, 89, 242, 0.25);
}

.products-hero-actions span {
    color: #64748b;
    font-size: 0.94rem;
    font-weight: 700;
}

.products-hero-board {
    position: relative;
    min-height: 430px;
    overflow: hidden;
    padding: 28px;
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 8px;
    background:
        linear-gradient(145deg, rgba(14, 89, 242, 0.09), transparent 52%),
        rgba(255, 255, 255, 0.9);
    box-shadow: 0 24px 58px rgba(15, 23, 42, 0.11);
}

.products-count-card {
    position: relative;
    z-index: 2;
    display: inline-flex;
    flex-direction: column;
    min-width: 142px;
    padding: 18px;
    border-radius: 8px;
    background: #0f172a;
    box-shadow: 0 18px 38px rgba(15, 23, 42, 0.2);
}

.products-count-card strong {
    color: #ffffff;
    font-size: 3rem;
    font-weight: 900;
    line-height: 1;
}

.products-count-card span {
    margin-top: 7px;
    color: #cbd5e1;
    font-size: 0.85rem;
    font-weight: 800;
    text-transform: uppercase;
}

.products-orbit-graphic {
    position: absolute;
    inset: 70px 38px 98px;
    border: 1px solid rgba(14, 89, 242, 0.14);
    border-radius: 50%;
    animation: productsFloat 5s ease-in-out infinite;
}

.products-hero-media-stack {
    position: absolute;
    inset: 72px 28px 112px;
}

.products-hero-media-stack figure {
    position: absolute;
    display: grid;
    place-items: center;
    margin: 0;
    overflow: hidden;
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 18px 38px rgba(15, 23, 42, 0.12);
    animation: productsFloat 5s ease-in-out infinite;
}

.products-hero-media-stack figure:nth-child(1) {
    top: 0;
    left: 6%;
    width: 42%;
    aspect-ratio: 1;
    padding: 18px;
}

.products-hero-media-stack figure:nth-child(2) {
    top: 46px;
    right: 0;
    width: 54%;
    aspect-ratio: 4 / 3;
    padding: 10px;
    animation-delay: -1.2s;
}

.products-hero-media-stack figure:nth-child(3) {
    right: 24%;
    bottom: -18px;
    width: 30%;
    aspect-ratio: 9 / 16;
    padding: 8px;
    animation-delay: -2s;
}

.products-hero-media-stack img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.products-orbit-graphic span {
    position: absolute;
    display: block;
    border-radius: 50%;
}

.products-orbit-graphic span:nth-child(1) {
    inset: 42px;
    border: 1px dashed rgba(14, 89, 242, 0.2);
}

.products-orbit-graphic span:nth-child(2),
.products-orbit-graphic span:nth-child(3),
.products-orbit-graphic span:nth-child(4) {
    width: 54px;
    height: 54px;
    background: #ffffff;
    box-shadow: 0 12px 28px rgba(15, 23, 42, 0.12);
}

.products-orbit-graphic span:nth-child(2) {
    top: 18px;
    left: 48%;
    border: 12px solid rgba(14, 89, 242, 0.3);
}

.products-orbit-graphic span:nth-child(3) {
    right: 24px;
    bottom: 54px;
    border: 12px solid rgba(16, 185, 129, 0.28);
}

.products-orbit-graphic span:nth-child(4) {
    bottom: 42px;
    left: 26px;
    border: 12px solid rgba(6, 166, 215, 0.28);
}

.products-hero-list {
    position: absolute;
    right: 24px;
    bottom: 24px;
    left: 24px;
    z-index: 2;
    display: grid;
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.products-hero-list li {
    display: flex;
    align-items: center;
    gap: 10px;
    min-height: 44px;
    padding: 10px 12px;
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 8px;
    color: #334155;
    font-weight: 800;
    background: rgba(255, 255, 255, 0.82);
}

.products-hero-list i {
    color: #0e59f2;
}

.products-map {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    margin-top: 42px;
}

.products-map a {
    display: grid;
    gap: 5px;
    min-height: 126px;
    padding: 20px;
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 8px;
    color: inherit;
    text-decoration: none;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 16px 36px rgba(15, 23, 42, 0.06);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.products-map a:hover {
    transform: translateY(-5px);
    box-shadow: 0 22px 46px rgba(15, 23, 42, 0.1);
}

.products-map span {
    color: #0e59f2;
    font-weight: 900;
}

.products-map strong {
    color: #0f172a;
    font-size: 1.08rem;
}

.products-map small {
    color: #64748b;
    font-weight: 700;
}

.product-story-section {
    padding: 92px 0;
    background: #ffffff;
}

.product-story-cloud {
    background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
}

.product-story-vision {
    background:
        radial-gradient(circle at 14% 20%, rgba(6, 166, 215, 0.1), transparent 28%),
        #f7fbff;
}

.product-story-app {
    background:
        radial-gradient(circle at 84% 18%, rgba(16, 185, 129, 0.11), transparent 28%),
        #ffffff;
}

.product-story-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.02fr) minmax(330px, 0.98fr);
    gap: 48px;
    align-items: center;
}

.product-story-reverse {
    direction: rtl;
}

.product-story-reverse > * {
    direction: ltr;
}

.product-story-content h2 {
    font-size: clamp(2rem, 4vw, 3.35rem);
}

.product-story-content p {
    max-width: 660px;
    margin: 18px 0 0;
}

.product-module-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    margin: 30px 0;
}

.product-module-card {
    min-height: 188px;
    padding: 20px;
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 8px;
    color: inherit;
    text-decoration: none;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 16px 36px rgba(15, 23, 42, 0.07);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.product-module-card:hover {
    color: inherit;
    transform: translateY(-6px);
    box-shadow: 0 22px 46px rgba(15, 23, 42, 0.11);
}

.product-module-card i {
    display: grid;
    width: 46px;
    height: 46px;
    place-items: center;
    margin-bottom: 16px;
    border-radius: 8px;
    color: #0e59f2;
    font-size: 1.35rem;
    background: #eef4ff;
}

.product-module-card strong {
    display: block;
    margin-bottom: 8px;
    color: #0f172a;
    font-size: 1.05rem;
}

.product-module-card span,
.product-feature-list span,
.products-summary-grid span {
    color: #64748b;
    font-size: 0.92rem;
    line-height: 1.6;
}

.product-feature-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin: 30px 0;
}

.product-feature-list span {
    display: flex;
    align-items: center;
    gap: 9px;
    min-height: 48px;
    padding: 12px 14px;
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.82);
}

.product-feature-list i {
    color: #0e59f2;
}

.product-section-action {
    padding: 13px 20px;
}

.product-scene {
    position: relative;
    min-height: 430px;
    overflow: hidden;
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 8px;
    background:
        linear-gradient(145deg, rgba(14, 89, 242, 0.08), transparent 50%),
        rgba(255, 255, 255, 0.9);
    box-shadow: 0 24px 58px rgba(15, 23, 42, 0.1);
}

.product-media-card {
    position: relative;
    overflow: hidden;
    padding: 24px;
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 8px;
    background:
        radial-gradient(circle at 20% 10%, rgba(14, 89, 242, 0.11), transparent 30%),
        rgba(255, 255, 255, 0.92);
    box-shadow: 0 24px 58px rgba(15, 23, 42, 0.1);
}

.product-media-card::before {
    content: "";
    position: absolute;
    inset: 18px;
    border: 1px solid rgba(14, 89, 242, 0.1);
    border-radius: 8px;
    pointer-events: none;
}

.product-media-frame {
    position: relative;
    display: grid;
    min-height: 350px;
    place-items: center;
    overflow: hidden;
    border-radius: 8px;
    background: #ffffff;
}

.product-media-frame img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    transition: transform 0.35s ease;
}

.product-media-card:hover .product-media-frame img {
    transform: scale(1.035);
}

.product-media-cloud .product-media-frame {
    padding: 44px;
}

.product-media-vision .product-media-frame {
    min-height: 330px;
    padding: 18px;
}

.product-media-vision .product-media-frame img {
    width: 100%;
    height: 100%;
}

.product-media-app .product-media-frame {
    min-height: 430px;
    padding: 16px;
}

.product-media-app .product-media-frame img {
    max-height: 420px;
}

.product-media-caption {
    position: relative;
    display: grid;
    gap: 5px;
    margin-top: 18px;
    padding: 16px;
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 8px;
    background: rgba(248, 251, 255, 0.92);
}

.product-media-caption strong {
    color: #0f172a;
    font-size: 1.02rem;
}

.product-media-caption span {
    color: #64748b;
    font-size: 0.9rem;
    line-height: 1.55;
}

.product-scene span {
    position: absolute;
    display: block;
}

.product-scene-cloud span:nth-child(1) {
    top: 54px;
    left: 50%;
    width: 118px;
    height: 118px;
    border: 20px solid rgba(14, 89, 242, 0.2);
    border-radius: 50%;
    transform: translateX(-50%);
    animation: productsPulse 4s ease-in-out infinite;
}

.product-scene-cloud span:nth-child(2) {
    top: 86px;
    left: 50%;
    width: 18px;
    height: 56px;
    border-radius: 999px;
    background: #0e59f2;
    transform: translateX(-50%);
}

.product-scene-cloud span:nth-child(3) {
    top: 105px;
    left: 50%;
    width: 56px;
    height: 18px;
    border-radius: 999px;
    background: #0e59f2;
    transform: translateX(-50%);
}

.product-scene-cloud span:nth-child(4),
.product-scene-cloud span:nth-child(5),
.product-scene-cloud span:nth-child(6) {
    right: 34px;
    left: 34px;
    height: 58px;
    border: 1px solid rgba(14, 89, 242, 0.16);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.62);
}

.product-scene-cloud span:nth-child(4) {
    bottom: 154px;
}

.product-scene-cloud span:nth-child(5) {
    bottom: 88px;
}

.product-scene-cloud span:nth-child(6) {
    bottom: 22px;
}

.product-scene-vision {
    background:
        linear-gradient(145deg, rgba(6, 166, 215, 0.09), transparent 50%),
        rgba(255, 255, 255, 0.9);
}

.product-scene-vision span:nth-child(1) {
    top: 120px;
    left: 50%;
    width: 176px;
    height: 108px;
    border: 2px solid #06a6d7;
    border-radius: 8px;
    background: rgba(6, 166, 215, 0.08);
    transform: translateX(-50%);
}

.product-scene-vision span:nth-child(2) {
    top: 148px;
    left: 50%;
    width: 52px;
    height: 52px;
    border: 10px solid #06a6d7;
    border-radius: 50%;
    transform: translateX(-50%);
    animation: productsPulse 3.5s ease-in-out infinite;
}

.product-scene-vision span:nth-child(3),
.product-scene-vision span:nth-child(4) {
    top: 174px;
    width: 70px;
    height: 2px;
    background: linear-gradient(90deg, transparent, #06a6d7);
}

.product-scene-vision span:nth-child(3) {
    left: 42px;
}

.product-scene-vision span:nth-child(4) {
    right: 42px;
    transform: rotate(180deg);
}

.product-scene-vision span:nth-child(5) {
    right: 38px;
    bottom: 46px;
    left: 38px;
    height: 3px;
    border-radius: 999px;
    background: linear-gradient(90deg, transparent, #06a6d7, transparent);
    animation: productsScan 3s ease-in-out infinite;
}

.product-scene-app {
    background:
        linear-gradient(145deg, rgba(16, 185, 129, 0.09), transparent 50%),
        rgba(255, 255, 255, 0.9);
}

.product-scene-app span:nth-child(1) {
    top: 62px;
    left: 50%;
    width: 158px;
    height: 290px;
    border: 2px solid #10b981;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.72);
    transform: translateX(-50%);
}

.product-scene-app span:nth-child(2) {
    top: 112px;
    left: 50%;
    width: 96px;
    height: 12px;
    border-radius: 999px;
    background: #10b981;
    transform: translateX(-50%);
}

.product-scene-app span:nth-child(3) {
    top: 150px;
    left: 50%;
    width: 86px;
    height: 86px;
    border: 16px solid rgba(16, 185, 129, 0.22);
    border-radius: 50%;
    transform: translateX(-50%);
    animation: productsPulse 3.8s ease-in-out infinite;
}

.product-scene-app span:nth-child(4) {
    bottom: 104px;
    left: 50%;
    width: 96px;
    height: 38px;
    border-radius: 999px;
    background: rgba(16, 185, 129, 0.16);
    transform: translateX(-50%);
}

.product-scene-app span:nth-child(5) {
    right: 70px;
    bottom: 64px;
    left: 70px;
    height: 10px;
    border-radius: 999px;
    background: rgba(16, 185, 129, 0.28);
}

.products-summary-section {
    padding: 78px 0 90px;
    background:
        radial-gradient(circle at 14% 18%, rgba(14, 89, 242, 0.12), transparent 28%),
        linear-gradient(180deg, #f7fbff 0%, #ffffff 100%);
}

.products-fit-panel {
    display: grid;
    gap: 30px;
    padding: 34px;
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 24px 58px rgba(15, 23, 42, 0.09);
}

.products-fit-header {
    display: grid;
    grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
    gap: 34px;
    align-items: end;
}

.products-fit-header h2 {
    font-size: clamp(1.8rem, 3vw, 2.7rem);
    margin: 0;
    color: #0f172a;
    font-weight: 850;
    line-height: 1.1;
}

.products-fit-header p {
    margin: 0;
    padding-left: 24px;
    border-left: 3px solid #0e59f2;
    color: #526174;
    font-size: 1rem;
    line-height: 1.72;
}

.products-fit-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.products-fit-card {
    display: grid;
    gap: 10px;
    min-height: 210px;
    padding: 22px;
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 8px;
    color: inherit;
    text-decoration: none;
    background: #f8fbff;
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.products-fit-card:hover {
    color: inherit;
    border-color: rgba(14, 89, 242, 0.22);
    box-shadow: 0 20px 44px rgba(15, 23, 42, 0.1);
    transform: translateY(-6px);
}

.products-fit-card i {
    display: grid;
    width: 52px;
    height: 52px;
    place-items: center;
    margin-bottom: 8px;
    border-radius: 8px;
    color: #0e59f2;
    font-size: 1.45rem;
    background: #ffffff;
    box-shadow: 0 12px 28px rgba(15, 23, 42, 0.09);
}

.products-fit-card strong {
    color: #0f172a;
    font-size: 1.06rem;
    line-height: 1.35;
}

.products-fit-card span {
    color: #64748b;
    font-size: 0.94rem;
    line-height: 1.62;
}

@keyframes productsPulse {
    0%, 100% {
        opacity: 0.72;
        transform: translateX(-50%) scale(1);
    }

    50% {
        opacity: 1;
        transform: translateX(-50%) scale(1.06);
    }
}

@keyframes productsScan {
    0%, 100% {
        opacity: 0.45;
        transform: translateY(0);
    }

    50% {
        opacity: 1;
        transform: translateY(-250px);
    }
}

@keyframes productsFloat {
    0%, 100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-10px);
    }
}

@media (max-width: 1199.98px) {
    .products-hero-grid,
    .product-story-grid,
    .products-fit-header {
        grid-template-columns: 1fr;
    }

    .product-story-reverse {
        direction: ltr;
    }

    .products-hero-board,
    .product-scene,
    .product-media-card {
        max-width: 620px;
        width: 100%;
    }

    .products-map,
    .product-module-grid,
    .products-fit-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767.98px) {
    .products-hero-section,
    .product-story-section {
        padding: 72px 0 62px;
    }

    .products-map {
        margin-top: 30px;
    }

    .product-feature-list {
        grid-template-columns: 1fr;
    }

    .product-scene {
        min-height: 360px;
    }

    .product-media-frame,
    .product-media-vision .product-media-frame,
    .product-media-app .product-media-frame {
        min-height: 300px;
    }

    .product-media-app .product-media-frame img {
        max-height: 340px;
    }

    .products-fit-panel {
        padding: 24px;
    }

    .products-fit-header p {
        padding-left: 16px;
    }
}

@media (max-width: 575.98px) {
    .products-hero-section,
    .product-story-section,
    .products-summary-section {
        padding: 58px 0 50px;
    }

    .products-hero-board {
        min-height: 390px;
        padding: 22px;
    }

    .products-orbit-graphic {
        inset: 88px 22px 112px;
    }

    .products-hero-media-stack {
        inset: 96px 18px 120px;
    }

    .products-hero-media-stack figure:nth-child(1) {
        width: 46%;
        left: 0;
    }

    .products-hero-media-stack figure:nth-child(2) {
        width: 58%;
    }

    .products-hero-media-stack figure:nth-child(3) {
        width: 34%;
        right: 24%;
    }

    .products-hero-list {
        right: 16px;
        left: 16px;
    }
}
