/* (c) Haxter Corporation | All rights reserved. 2026 */

* {
    box-sizing: border-box;
}

body {
    background: #ffffff;
    color: #0b1f3a;
    font-family: Arial, Helvetica, sans-serif;
}

/* Sub Header */

.products-sub-header {
    width: 100%;
    background: linear-gradient(90deg, #ffffff 0%, #f3f0ff 42%, #826af7 100%);
    border-bottom: 1px solid rgba(130, 106, 247, 0.22);
    font-family: Arial, Helvetica, sans-serif;
    position: relative;
    z-index: 50;
}

.products-sub-header__container {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    padding: 14px 32px;
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 28px;
}

.products-sub-header__brand {
    display: flex;
    align-items: center;
    text-decoration: none;
    min-width: 0;
}

.products-sub-header__logo {
    height: 40px;
    width: auto;
    max-width: 260px;
    display: block;
    object-fit: contain;
}

.products-sub-header__toggle {
    display: none;
    border: none;
    background: transparent;
    color: #0b1f3a;
    font-size: 2rem;
    line-height: 1;
    cursor: pointer;
    padding: 6px 8px;
}

.products-sub-header__menu {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    min-width: 0;
}

.products-sub-header__nav {
    display: flex;
    align-items: center;
    gap: 24px;
    min-width: 0;
}

.products-sub-header__nav a {
    display: inline-block;
    text-decoration: none;
    color: #ffffff;
    font-size: clamp(0.95rem, 0.95vw, 1.15rem);
    line-height: 1.1;
    font-weight: 600;
    white-space: nowrap;
    letter-spacing: -0.02em;
    transition: color 0.25s ease, transform 0.25s ease;
}

.products-sub-header__nav a:hover {
    color: #0b1f3a;
    transform: translateY(-2px);
}

/* Shared */

.products-hero__eyebrow,
.products-overview__eyebrow,
.products-standalone__eyebrow,
.products-attached__eyebrow,
.products-addons__eyebrow,
.products-technology__eyebrow,
.products-commercial-model__eyebrow,
.products-contact__eyebrow {
    display: inline-block;
    margin-bottom: 18px;
    color: #826af7;
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.products-overview h2,
.products-standalone__header h2,
.products-attached h2,
.products-addons__header h2,
.products-technology h2,
.products-commercial-model h2,
.products-contact h2 {
    font-size: 4.2rem;
    line-height: 1.08;
    font-weight: 650;
    letter-spacing: -0.06em;
    color: #0b1f3a;
    margin-bottom: 26px;
}

/* Hero */

.products-hero {
    width: 100%;
    min-height: 700px;
    padding: 110px 32px;
    background:
        linear-gradient(90deg, rgba(255,255,255,0.96) 0%, rgba(255,255,255,0.88) 42%, rgba(130,106,247,0.25) 100%),
        radial-gradient(circle at top right, rgba(130,106,247,0.34), transparent 42%),
        linear-gradient(135deg, #ffffff 0%, #f3f0ff 45%, #eef3ff 100%);
    display: flex;
    align-items: center;
}

.products-hero__container {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
}

.products-hero__content {
    max-width: 920px;
}

.products-hero h1 {
    font-size: 7rem;
    line-height: 1;
    font-weight: 800;
    letter-spacing: -0.08em;
    color: #0b1f3a;
    margin-bottom: 28px;
}

.products-hero p {
    font-size: 2.2rem;
    line-height: 1.55;
    color: #40516a;
    max-width: 880px;
}

.products-hero__actions {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-top: 40px;
}

.products-hero__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 58px;
    padding: 0 30px;
    border-radius: 999px;
    text-decoration: none;
    font-size: 1.6rem;
    font-weight: 700;
    transition: transform 0.25s ease, background 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}

.products-hero__button:hover {
    transform: translateY(-3px);
}

.products-hero__button--primary {
    background: #826af7;
    color: #ffffff;
    border: 1px solid #826af7;
}

.products-hero__button--primary:hover {
    background: #1f41ea;
    border-color: #1f41ea;
}

.products-hero__button--secondary {
    background: #ffffff;
    color: #0b1f3a;
    border: 1px solid #d8ddec;
}

.products-hero__button--secondary:hover {
    border-color: #826af7;
    color: #826af7;
}

/* Overview */

.products-overview {
    width: 100%;
    padding: 96px 32px;
    background: #ffffff;
}

.products-overview__container {
    max-width: 1080px;
    margin: 0 auto;
}

.products-overview p {
    font-size: 2rem;
    line-height: 1.6;
    color: #40516a;
    margin-bottom: 18px;
}

/* Cards */

.products-card {
    min-height: 360px;
    padding: 34px;
    border: 1px solid #e5e8ef;
    border-radius: 24px;
    background: #ffffff;
    box-shadow: 0 18px 45px rgba(11, 31, 58, 0.06);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.products-card:hover {
    transform: translateY(-6px);
    border-color: #826af7;
    box-shadow: 0 26px 70px rgba(11, 31, 58, 0.13);
}

.products-card--featured {
    background: linear-gradient(180deg, #ffffff 0%, #f3f0ff 100%);
    border-color: #826af7;
}

.products-card__tag {
    display: inline-block;
    width: fit-content;
    margin-bottom: 18px;
    padding: 8px 14px;
    border-radius: 999px;
    background: #f3f0ff;
    color: #826af7;
    font-size: 1.45rem;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 0.02em;
}

.products-card h3 {
    font-size: 2.55rem;
    line-height: 1.15;
    font-weight: 700;
    letter-spacing: -0.045em;
    color: #0b1f3a;
    margin-bottom: 16px;
}

.products-card p {
    font-size: 1.85rem;
    line-height: 1.5;
    color: #40516a;
    margin-bottom: 30px;
}

.products-card__link {
    display: inline-block;
    text-decoration: none;
    color: #826af7;
    font-size: 1.55rem;
    font-weight: 700;
    transition: transform 0.25s ease, color 0.25s ease;
}

.products-card__link:hover {
    color: #1f41ea;
    transform: translateX(4px);
}

/* Standalone */

.products-standalone {
    width: 100%;
    padding: 104px 32px;
    background: #f8f9ff;
}

.products-standalone__container,
.products-addons__container,
.products-technology__container {
    max-width: 1280px;
    margin: 0 auto;
}

.products-standalone__header,
.products-addons__header {
    max-width: 940px;
    margin-bottom: 58px;
}

.products-standalone__header p,
.products-addons__header p {
    font-size: 2rem;
    line-height: 1.55;
    color: #40516a;
}

.products-standalone__grid,
.products-addons__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

/* Attached */

.products-attached {
    width: 100%;
    padding: 96px 32px;
    background: #ffffff;
}

.products-attached__container {
    max-width: 1280px;
    margin: 0 auto;
}

.products-attached__content {
    max-width: 960px;
    margin-bottom: 44px;
}

.products-attached__content p {
    font-size: 2rem;
    line-height: 1.6;
    color: #40516a;
}

.products-attached__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
}

.products-attached__grid div {
    padding: 26px;
    border: 1px solid #e5e8ef;
    border-radius: 18px;
    background: #f8f9ff;
    color: #40516a;
    font-size: 1.8rem;
    line-height: 1.45;
}

/* Add-ons */

.products-addons {
    width: 100%;
    padding: 104px 32px;
    background: linear-gradient(135deg, #ffffff 0%, #f3f0ff 50%, #eef3ff 100%);
}

/* Technology */

.products-technology {
    width: 100%;
    padding: 96px 32px;
    background: #ffffff;
}

.products-technology__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
    margin-top: 44px;
}

.products-technology__grid article {
    padding: 30px;
    border: 1px solid #e5e8ef;
    border-radius: 22px;
    background: #f8f9ff;
}

.products-technology__grid h3 {
    font-size: 2.3rem;
    line-height: 1.15;
    letter-spacing: -0.04em;
    color: #0b1f3a;
    margin-bottom: 14px;
}

.products-technology__grid p {
    font-size: 1.75rem;
    line-height: 1.5;
    color: #40516a;
}

/* Commercial Model */

.products-commercial-model {
    width: 100%;
    padding: 96px 32px;
    background: #f8f9ff;
}

.products-commercial-model__container {
    max-width: 1280px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 52px;
    align-items: center;
}

.products-commercial-model__content p {
    font-size: 2rem;
    line-height: 1.6;
    color: #40516a;
}

.products-commercial-model__panel {
    padding: 34px;
    border-radius: 24px;
    border: 1px solid #826af7;
    background: linear-gradient(180deg, #ffffff 0%, #f3f0ff 100%);
    box-shadow: 0 18px 45px rgba(11, 31, 58, 0.08);
}

.products-commercial-model__panel h3 {
    font-size: 2.6rem;
    line-height: 1.15;
    letter-spacing: -0.045em;
    color: #0b1f3a;
    margin-bottom: 24px;
}

.products-commercial-model__panel ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.products-commercial-model__panel li {
    position: relative;
    padding-left: 26px;
    margin-bottom: 15px;
    font-size: 1.9rem;
    line-height: 1.45;
    color: #40516a;
}

.products-commercial-model__panel li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.72em;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #826af7;
}

/* Contact */

.products-contact {
    width: 100%;
    padding: 86px 32px;
    background: linear-gradient(135deg, #0b1f3a 0%, #1f41ea 52%, #826af7 100%);
    color: #ffffff;
}

.products-contact__container {
    max-width: 1280px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 48px;
}

.products-contact__content {
    max-width: 860px;
}

.products-contact__eyebrow {
    color: rgba(255, 255, 255, 0.78);
}

.products-contact h2 {
    color: #ffffff;
}

.products-contact p {
    font-size: 2rem;
    line-height: 1.55;
    color: rgba(255, 255, 255, 0.82);
}

.products-contact__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 58px;
    padding: 0 30px;
    border-radius: 999px;
    background: #ffffff;
    color: #0b1f3a;
    text-decoration: none;
    font-size: 1.6rem;
    font-weight: 700;
    white-space: nowrap;
    transition: transform 0.25s ease, background 0.25s ease, color 0.25s ease;
}

.products-contact__button:hover {
    transform: translateY(-3px);
    background: #f3f0ff;
    color: #826af7;
}

/* Responsive */

@media (max-width: 1100px) {
    .products-sub-header__container {
        grid-template-columns: auto auto;
        justify-content: space-between;
    }

    .products-sub-header__toggle {
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }

    .products-sub-header__menu {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        padding: 16px 32px 22px;
        background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(243, 240, 255, 0.98) 100%);
        border-top: 1px solid rgba(130, 106, 247, 0.16);
        box-shadow: 0 18px 40px rgba(11, 31, 58, 0.10);
        display: none;
    }

    .products-menu-open .products-sub-header__menu {
        display: block;
    }

    .products-sub-header__nav {
        width: 100%;
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 12px;
    }

    .products-sub-header__nav a {
        width: 100%;
        padding: 13px 15px;
        border: 1px solid rgba(130, 106, 247, 0.18);
        border-radius: 15px;
        background: rgba(255, 255, 255, 0.86);
        color: #10233f;
        font-size: 1rem;
    }

    .products-standalone__grid,
    .products-addons__grid,
    .products-attached__grid,
    .products-technology__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .products-commercial-model__container {
        grid-template-columns: 1fr;
    }

    .products-contact__container {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media (max-width: 768px) {
    .products-sub-header {
        background: linear-gradient(135deg, #ffffff 0%, #f3f0ff 52%, #826af7 100%);
    }

    .products-sub-header__container {
        padding: 12px 18px;
    }

    .products-sub-header__logo {
        height: 34px;
        max-width: 190px;
    }

    .products-sub-header__menu {
        padding: 12px 18px 18px;
    }

    .products-sub-header__nav {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .products-sub-header__nav a {
        padding: 12px 14px;
        border-radius: 14px;
        font-size: 0.98rem;
    }

    .products-hero {
        min-height: auto;
        padding: 88px 24px;
    }

    .products-hero h1 {
        font-size: 4.8rem;
    }

    .products-hero p,
    .products-overview p,
    .products-standalone__header p,
    .products-attached__content p,
    .products-addons__header p,
    .products-commercial-model__content p,
    .products-contact p {
        font-size: 2rem;
    }

    .products-overview,
    .products-standalone,
    .products-attached,
    .products-addons,
    .products-technology,
    .products-commercial-model {
        padding: 74px 24px;
    }

    .products-overview h2,
    .products-standalone__header h2,
    .products-attached h2,
    .products-addons__header h2,
    .products-technology h2,
    .products-commercial-model h2,
    .products-contact h2 {
        font-size: 3rem;
    }

    .products-standalone__grid,
    .products-addons__grid,
    .products-attached__grid,
    .products-technology__grid {
        grid-template-columns: 1fr;
    }

    .products-hero__actions {
        flex-direction: column;
        align-items: stretch;
    }

    .products-hero__button,
    .products-contact__button {
        width: 100%;
    }
}

@media (max-width: 480px) {
    .products-sub-header__container {
        padding: 10px 14px;
    }

    .products-sub-header__logo {
        height: 30px;
        max-width: 165px;
    }

    .products-sub-header__menu {
        padding: 10px 14px 16px;
    }

    .products-hero {
        padding: 72px 18px;
    }

    .products-hero h1 {
        font-size: 4rem;
    }

    .products-overview,
    .products-standalone,
    .products-attached,
    .products-addons,
    .products-technology,
    .products-commercial-model,
    .products-contact {
        padding: 58px 18px;
    }

    .products-card,
    .products-attached__grid div,
    .products-technology__grid article,
    .products-commercial-model__panel {
        padding: 26px;
    }

    .products-card h3,
    .products-technology__grid h3,
    .products-commercial-model__panel h3 {
        font-size: 2.3rem;
    }
}