/* (c) Haxter Corporation | All rights reserved. 2026 */

* {
    box-sizing: border-box;
}

body {
    background: #ffffff;
    color: #0b1f3a;
    font-family: Arial, Helvetica, sans-serif;
}

/* Sub Header */

.solutions-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;
}

.solutions-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;
}

.solutions-sub-header__brand {
    display: flex;
    align-items: center;
    text-decoration: none;
    min-width: 0;
}

.solutions-sub-header__logo {
    height: 40px;
    width: auto;
    max-width: 260px;
    display: block;
    object-fit: contain;
}

.solutions-sub-header__toggle {
    display: none;
    border: none;
    background: transparent;
    color: #0b1f3a;
    font-size: 2rem;
    line-height: 1;
    cursor: pointer;
    padding: 6px 8px;
}

.solutions-sub-header__menu {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    min-width: 0;
}

.solutions-sub-header__nav {
    display: flex;
    align-items: center;
    gap: 24px;
    min-width: 0;
}

.solutions-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;
}

.solutions-sub-header__nav a:hover {
    color: #0b1f3a;
    transform: translateY(-2px);
}

/* Shared */

.solutions-hero__eyebrow,
.solutions-overview__eyebrow,
.solutions-core__eyebrow,
.solutions-communications__eyebrow,
.solutions-growth__eyebrow,
.solutions-by-scale__eyebrow,
.solutions-commercial-model__eyebrow,
.solutions-contact__eyebrow {
    display: inline-block;
    margin-bottom: 18px;
    color: #826af7;
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.solutions-overview h2,
.solutions-core__header h2,
.solutions-communications h2,
.solutions-growth h2,
.solutions-by-scale__header h2,
.solutions-commercial-model h2,
.solutions-contact h2 {
    font-size: 4.2rem;
    line-height: 1.08;
    font-weight: 650;
    letter-spacing: -0.06em;
    color: #0b1f3a;
    margin-bottom: 26px;
}

/* Hero */

.solutions-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;
}

.solutions-hero__container {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
}

.solutions-hero__content {
    max-width: 920px;
}

.solutions-hero h1 {
    font-size: 7rem;
    line-height: 1;
    font-weight: 800;
    letter-spacing: -0.08em;
    color: #0b1f3a;
    margin-bottom: 28px;
}

.solutions-hero p {
    font-size: 2.2rem;
    line-height: 1.55;
    color: #40516a;
    max-width: 900px;
}

.solutions-hero__actions {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-top: 40px;
}

.solutions-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;
}

.solutions-hero__button:hover {
    transform: translateY(-3px);
}

.solutions-hero__button--primary {
    background: #826af7;
    color: #ffffff;
    border: 1px solid #826af7;
}

.solutions-hero__button--primary:hover {
    background: #1f41ea;
    border-color: #1f41ea;
}

.solutions-hero__button--secondary {
    background: #ffffff;
    color: #0b1f3a;
    border: 1px solid #d8ddec;
}

.solutions-hero__button--secondary:hover {
    border-color: #826af7;
    color: #826af7;
}

/* Overview */

.solutions-overview {
    width: 100%;
    padding: 96px 32px;
    background: #ffffff;
}

.solutions-overview__container {
    max-width: 1080px;
    margin: 0 auto;
}

.solutions-overview p {
    font-size: 2rem;
    line-height: 1.6;
    color: #40516a;
    margin-bottom: 18px;
}

/* Core */

.solutions-core {
    width: 100%;
    padding: 104px 32px;
    background: #f8f9ff;
}

.solutions-core__container,
.solutions-growth__container,
.solutions-by-scale__container {
    max-width: 1280px;
    margin: 0 auto;
}

.solutions-core__header,
.solutions-by-scale__header {
    max-width: 940px;
    margin-bottom: 58px;
}

.solutions-core__header p,
.solutions-by-scale__header p {
    font-size: 2rem;
    line-height: 1.55;
    color: #40516a;
}

.solutions-core__grid,
.solutions-by-scale__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

/* Cards */

.solutions-card,
.solutions-scale-card {
    min-height: 340px;
    padding: 34px;
    border: 1px solid #e5e8ef;
    border-radius: 24px;
    background: #ffffff;
    box-shadow: 0 18px 45px rgba(11, 31, 58, 0.06);
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.solutions-card:hover,
.solutions-scale-card:hover {
    transform: translateY(-6px);
    border-color: #826af7;
    box-shadow: 0 26px 70px rgba(11, 31, 58, 0.13);
}

.solutions-card--featured,
.solutions-scale-card--featured {
    background: linear-gradient(180deg, #ffffff 0%, #f3f0ff 100%);
    border-color: #826af7;
}

.solutions-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;
}

.solutions-card h3,
.solutions-scale-card h3 {
    font-size: 2.55rem;
    line-height: 1.15;
    font-weight: 700;
    letter-spacing: -0.045em;
    color: #0b1f3a;
    margin-bottom: 16px;
}

.solutions-card p,
.solutions-scale-card p {
    font-size: 1.85rem;
    line-height: 1.5;
    color: #40516a;
}

/* Communications */

.solutions-communications {
    width: 100%;
    padding: 96px 32px;
    background: #ffffff;
}

.solutions-communications__container {
    max-width: 1280px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 52px;
    align-items: center;
}

.solutions-communications__content p {
    font-size: 2rem;
    line-height: 1.6;
    color: #40516a;
    margin-bottom: 18px;
}

.solutions-communications__panel,
.solutions-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);
}

.solutions-communications__panel h3,
.solutions-commercial-model__panel h3 {
    font-size: 2.6rem;
    line-height: 1.15;
    letter-spacing: -0.045em;
    color: #0b1f3a;
    margin-bottom: 24px;
}

.solutions-communications__panel ul,
.solutions-commercial-model__panel ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.solutions-communications__panel li,
.solutions-commercial-model__panel li {
    position: relative;
    padding-left: 26px;
    margin-bottom: 15px;
    font-size: 1.9rem;
    line-height: 1.45;
    color: #40516a;
}

.solutions-communications__panel li::before,
.solutions-commercial-model__panel li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.72em;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #826af7;
}

/* Growth */

.solutions-growth {
    width: 100%;
    padding: 96px 32px;
    background: linear-gradient(135deg, #ffffff 0%, #f3f0ff 50%, #eef3ff 100%);
}

.solutions-growth__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 22px;
    margin-top: 44px;
}

.solutions-growth__grid article {
    padding: 30px;
    border: 1px solid #e5e8ef;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.84);
}

.solutions-growth__grid h3 {
    font-size: 2.3rem;
    line-height: 1.15;
    letter-spacing: -0.04em;
    color: #0b1f3a;
    margin-bottom: 14px;
}

.solutions-growth__grid p {
    font-size: 1.75rem;
    line-height: 1.5;
    color: #40516a;
}

/* By Scale */

.solutions-by-scale {
    width: 100%;
    padding: 104px 32px;
    background: #ffffff;
}

.solutions-by-scale__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

/* Commercial Model */

.solutions-commercial-model {
    width: 100%;
    padding: 96px 32px;
    background: #f8f9ff;
}

.solutions-commercial-model__container {
    max-width: 1280px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 52px;
    align-items: center;
}

.solutions-commercial-model__content p {
    font-size: 2rem;
    line-height: 1.6;
    color: #40516a;
    margin-bottom: 18px;
}

/* Contact */

.solutions-contact {
    width: 100%;
    padding: 86px 32px;
    background: linear-gradient(135deg, #0b1f3a 0%, #1f41ea 52%, #826af7 100%);
    color: #ffffff;
}

.solutions-contact__container {
    max-width: 1280px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 48px;
}

.solutions-contact__content {
    max-width: 860px;
}

.solutions-contact__eyebrow {
    color: rgba(255, 255, 255, 0.78);
}

.solutions-contact h2 {
    color: #ffffff;
}

.solutions-contact p {
    font-size: 2rem;
    line-height: 1.55;
    color: rgba(255, 255, 255, 0.82);
}

.solutions-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;
}

.solutions-contact__button:hover {
    transform: translateY(-3px);
    background: #f3f0ff;
    color: #826af7;
}

/* Responsive */

@media (max-width: 1100px) {
    .solutions-sub-header__container {
        grid-template-columns: auto auto;
        justify-content: space-between;
    }

    .solutions-sub-header__toggle {
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }

    .solutions-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;
    }

    .solutions-menu-open .solutions-sub-header__menu {
        display: block;
    }

    .solutions-sub-header__nav {
        width: 100%;
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 12px;
    }

    .solutions-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;
    }

    .solutions-core__grid,
    .solutions-growth__grid,
    .solutions-by-scale__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .solutions-communications__container,
    .solutions-commercial-model__container {
        grid-template-columns: 1fr;
    }

    .solutions-contact__container {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media (max-width: 768px) {
    .solutions-sub-header {
        background: linear-gradient(135deg, #ffffff 0%, #f3f0ff 52%, #826af7 100%);
    }

    .solutions-sub-header__container {
        padding: 12px 18px;
    }

    .solutions-sub-header__logo {
        height: 34px;
        max-width: 190px;
    }

    .solutions-sub-header__menu {
        padding: 12px 18px 18px;
    }

    .solutions-sub-header__nav {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .solutions-sub-header__nav a {
        padding: 12px 14px;
        border-radius: 14px;
        font-size: 0.98rem;
    }

    .solutions-hero {
        min-height: auto;
        padding: 88px 24px;
    }

    .solutions-hero h1 {
        font-size: 4.8rem;
    }

    .solutions-hero p,
    .solutions-overview p,
    .solutions-core__header p,
    .solutions-communications__content p,
    .solutions-by-scale__header p,
    .solutions-commercial-model__content p,
    .solutions-contact p {
        font-size: 2rem;
    }

    .solutions-overview,
    .solutions-core,
    .solutions-communications,
    .solutions-growth,
    .solutions-by-scale,
    .solutions-commercial-model {
        padding: 74px 24px;
    }

    .solutions-overview h2,
    .solutions-core__header h2,
    .solutions-communications h2,
    .solutions-growth h2,
    .solutions-by-scale__header h2,
    .solutions-commercial-model h2,
    .solutions-contact h2 {
        font-size: 3rem;
    }

    .solutions-core__grid,
    .solutions-growth__grid,
    .solutions-by-scale__grid {
        grid-template-columns: 1fr;
    }

    .solutions-hero__actions {
        flex-direction: column;
        align-items: stretch;
    }

    .solutions-hero__button,
    .solutions-contact__button {
        width: 100%;
    }
}

@media (max-width: 480px) {
    .solutions-sub-header__container {
        padding: 10px 14px;
    }

    .solutions-sub-header__logo {
        height: 30px;
        max-width: 165px;
    }

    .solutions-sub-header__menu {
        padding: 10px 14px 16px;
    }

    .solutions-hero {
        padding: 72px 18px;
    }

    .solutions-hero h1 {
        font-size: 4rem;
    }

    .solutions-overview,
    .solutions-core,
    .solutions-communications,
    .solutions-growth,
    .solutions-by-scale,
    .solutions-commercial-model,
    .solutions-contact {
        padding: 58px 18px;
    }

    .solutions-card,
    .solutions-scale-card,
    .solutions-growth__grid article,
    .solutions-communications__panel,
    .solutions-commercial-model__panel {
        padding: 26px;
    }

    .solutions-card h3,
    .solutions-scale-card h3,
    .solutions-growth__grid h3,
    .solutions-communications__panel h3,
    .solutions-commercial-model__panel h3 {
        font-size: 2.3rem;
    }
}