.home-page {
    background: #ffffff;
}

.hero-slider {
    position: relative;
    min-height: clamp(520px, calc(100vh - 134px), 720px);
    overflow: hidden;
    color: #ffffff;
    background: #07101d;
}

.hero-slide {
    position: absolute;
    inset: 0;
    opacity: 0;
    visibility: hidden;
    background-image: linear-gradient(90deg, rgba(2, 12, 28, 0.2), rgba(2, 12, 28, 0.05)), var(--slide-image);
    background-position: center;
    background-size: cover;
    transform: scale(1.03);
    transition: opacity 0.55s ease, visibility 0.55s ease, transform 1.2s ease;
}

.hero-slide.is-active {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}

.hero-overlay {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
}

.hero-overlay::before {
    content: "";
    position: absolute;
    top: -18%;
    bottom: -28%;
    left: -18%;
    width: min(760px, 58vw);
    border-radius: 0 50% 50% 0;
    background: rgba(2, 18, 42, 0.94);
    box-shadow: 28px 0 50px rgba(2, 18, 42, 0.4);
}

.hero-overlay::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.22), rgba(0, 0, 0, 0.04) 50%, rgba(0, 0, 0, 0.22));
}

.hero-content {
    position: relative;
    z-index: 2;
    width: min(620px, 42vw);
    margin-left: clamp(72px, 7vw, 118px);
    padding-top: 8px;
}

.hero-content p:first-child {
    margin: 0 0 18px;
    color: #ff8a00;
    font-size: clamp(24px, 2.4vw, 34px);
    font-weight: 800;
}

.hero-content h1 {
    margin: 0;
    color: #ffffff;
    font-size: clamp(42px, 4.7vw, 70px);
    line-height: 1.05;
    letter-spacing: 0;
}

.hero-title-line {
    display: block;
    width: 76px;
    height: 4px;
    margin: 22px 0;
    background: #ff8a00;
}

.hero-copy {
    margin: 0;
    max-width: 560px;
    color: #ffffff;
    font-size: clamp(16px, 1.35vw, 21px);
    line-height: 1.55;
}

.hero-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    min-width: 196px;
    min-height: 56px;
    margin-top: 28px;
    padding: 0 8px 0 26px;
    border-radius: 999px;
    color: #ffffff;
    background: linear-gradient(90deg, #0b68d8, #0038a8);
    font-size: 18px;
    font-weight: 800;
    box-shadow: 0 14px 32px rgba(0, 67, 178, 0.28);
}

.hero-button span:last-child {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #020202;
}

.hero-button span:last-child .svg-icon {
    width: 18px;
    height: 18px;
}

.hero-arrow {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    border: 0;
    border-radius: 50%;
    color: #050505;
    background: #ffffff;
    font-size: 44px;
    line-height: 1;
    cursor: pointer;
    transform: translateY(-50%);
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.22);
}

.hero-arrow .svg-icon {
    width: 22px;
    height: 22px;
}

.hero-arrow-prev {
    left: 22px;
}

.hero-arrow-next {
    right: 22px;
}

.hero-dots {
    position: absolute;
    left: 50%;
    bottom: 34px;
    z-index: 6;
    display: flex;
    align-items: center;
    gap: 18px;
    transform: translateX(-50%);
}

.hero-dots button {
    width: 18px;
    height: 18px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: #ffffff;
    cursor: pointer;
}

.hero-dots button.is-active {
    background: #ff8a00;
}

.home-section {
    min-height: 0;
}

.home-section {
    width: min(1440px, calc(100% - 60px));
    margin: 0 auto;
    padding: 22px 8px;
    border-bottom: 2px solid rgba(239, 139, 22, 0.45);
}

.section-kicker,
.section-heading p {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    margin: 0 0 12px;
    color: #ef8b16;
    font-size: 13px;
    font-weight: 900;
    text-transform: uppercase;
}

.section-kicker::before,
.section-heading p::before,
.section-heading p::after {
    content: "";
    width: 34px;
    height: 1px;
    background: #c99440;
}

.section-heading.center {
    margin-bottom: 16px;
    text-align: center;
}

.section-heading h2,
.about-copy h2,
.what-copy h2 {
    margin: 0;
    color: #050914;
    font-size: clamp(24px, 2.6vw, 32px);
    line-height: 1.12;
}

.section-heading > span,
.about-copy > p,
.what-copy > p {
    display: block;
    margin-top: 10px;
    color: #2f3138;
    font-size: 14px;
    line-height: 1.6;
}

.home-two-grid,
.what-grid {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 28px;
    align-items: center;
}

.about-visual-card,
.what-visual {
    position: relative;
    overflow: hidden;
    border-radius: 18px;
    background: #07101d;
    box-shadow: 0 18px 42px rgba(15, 23, 42, 0.16);
}

.about-visual-card img,
.what-visual img {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 7.8;
    object-fit: cover;
}

.section-arrow {
    position: absolute;
    top: 50%;
    z-index: 3;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border: 0;
    border-radius: 50%;
    color: #ffffff;
    background: #020202;
    font-size: 34px;
    line-height: 1;
}

.section-arrow .svg-icon {
    width: 18px;
    height: 18px;
}

.section-arrow-left {
    left: -2px;
}

.section-arrow-right {
    right: -2px;
}

.section-dots {
    position: absolute;
    left: 50%;
    bottom: 40px;
    display: flex;
    gap: 10px;
    transform: translateX(-50%);
}

.section-dots span {
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: #ffffff;
}

.section-dots span.active {
    background: #ff8a00;
}

.about-visual-strip {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    justify-content: center;
    gap: 0;
    padding: 10px 8px;
    color: #ffffff;
    background: #07101d;
}

.about-visual-strip span {
    padding: 0 9px;
    font-size: 13px;
    border-right: 1px solid rgba(255, 255, 255, 0.45);
    font-weight: 800;
    text-transform: uppercase;
}

.about-visual-strip span:first-child {
    color: #ff8a00;
}

.about-visual-strip span:last-child {
    border-right: 0;
}

.about-points {
    display: grid;
    gap: 9px;
    margin: 14px 0;
    padding: 0;
    list-style: none;
}

.about-points li {
    display: flex;
    align-items: center;
    gap: 16px;
    font-size: 15px;
    font-weight: 900;
}

.about-points span,
.feature-row span,
.image-info-card h3 span,
.ecosystem-card h3 span,
.service-mini-grid > article > span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    color: #ff8a00;
    background: #07101d;
    font-size: 13px;
    font-weight: 900;
}

.about-points span.svg-icon,
.feature-row span.svg-icon,
.image-info-card h3 span.svg-icon,
.ecosystem-card h3 span.svg-icon,
.service-mini-grid > article > span.svg-icon {
    color: #ff8a00;
    font-size: 22px;
}

.stats-band span.svg-icon {
    width: 34px;
    height: 34px;
    font-size: 34px;
    color: #ff8a00;
}

.pill-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 38px;
    padding: 0 5px 0 16px;
    border-radius: 999px;
    color: #ffffff;
    background: linear-gradient(90deg, #0b68d8, #0038a8);
    font-size: 13px;
    font-weight: 900;
}

.pill-cta.orange {
    background: linear-gradient(90deg, #ff8a00, #f16500);
}

.pill-cta span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #020202;
}

.pill-cta span .svg-icon {
    width: 15px;
    height: 15px;
}

.stats-band {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
    margin-top: 20px;
    padding: 18px 20px;
    border-radius: 8px;
    color: #ffffff;
    background: linear-gradient(90deg, #07101d, #082348);
}

.stats-band div {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    border-right: 1px solid rgba(255, 138, 0, 0.8);
}

.stats-band div:last-child {
    border-right: 0;
}

.stats-band span {
    color: #ff8a00;
    font-weight: 900;
}

.stats-band strong {
    font-size: 26px;
}

.stats-band p {
    margin: 0;
    color: #ff8a00;
    font-size: 13px;
    font-weight: 900;
}

.division-card-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.image-info-card,
.ecosystem-card,
.service-mini-grid article,
.testimonial-grid article {
    overflow: hidden;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 14px 34px rgba(15, 23, 42, 0.08);
}

.image-info-card {
    border-bottom: 4px solid #ff8a00;
}

.image-info-card > img,
.ecosystem-card > img {
    width: 100%;
    aspect-ratio: 16 / 7.2;
    object-fit: cover;
}

.image-info-card > div,
.ecosystem-card > div {
    padding: 16px 18px;
}

.image-info-card h3,
.ecosystem-card h3 {
    display: flex;
    align-items: center;
    gap: 16px;
    margin: 0 0 12px;
    color: #0b3a82;
    font-size: 19px;
}

.image-info-card p,
.ecosystem-card p {
    min-height: 58px;
    margin: 0 0 14px;
    color: #333740;
    font-size: 13px;
    line-height: 1.45;
}

.ecosystem-card-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
}

.what-grid {
    grid-template-columns: 1.05fr 0.95fr;
    gap: 20px;
}

.feature-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    margin: 14px 0;
}

.feature-row div {
    display: grid;
    grid-template-columns: 44px 1fr;
    column-gap: 14px;
    align-items: center;
}

.feature-row strong {
    font-size: 13px;
}

.feature-row p {
    grid-column: 2;
    margin: 0;
    font-size: 12px;
}

.service-mini-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
}

.service-mini-grid article {
    padding: 12px;
}

.service-mini-grid h3 {
    min-height: 46px;
    margin: 10px 0;
    color: #082b63;
    font-size: 15px;
    line-height: 1.25;
}

.service-mini-grid ul {
    display: grid;
    gap: 12px;
    min-height: 78px;
    margin: 0 0 10px;
    padding: 0;
    list-style: none;
}

.service-mini-grid li {
    color: #111827;
    font-size: 12px;
}

.service-mini-grid li::before {
    content: "•";
    margin-right: 8px;
    color: #ff8a00;
}

.what-visual::after {
    content: "";
    position: absolute;
    top: -18px;
    right: -18px;
    z-index: -1;
    width: 115px;
    height: 115px;
    border-radius: 18px;
    background: #ff8a00;
}

.what-visual img {
    aspect-ratio: 1 / 0.78;
    filter: brightness(0.55) saturate(1.15);
}

.ecosystem-diagram {
    position: absolute;
    inset: 7%;
    z-index: 2;
}

.diagram-center,
.diagram-node {
    position: absolute;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 2px solid #ff9a22;
    border-radius: 50%;
    color: #ffffff;
    text-align: center;
    background: rgba(2, 12, 28, 0.78);
    box-shadow: 0 0 24px rgba(255, 138, 0, 0.55), inset 0 0 22px rgba(255, 138, 0, 0.18);
}

.diagram-center {
    top: 35%;
    left: 50%;
    width: 118px;
    height: 118px;
    transform: translate(-50%, -50%);
}

.diagram-center strong {
    font-size: 34px;
    line-height: 1;
}

.diagram-center span {
    margin-top: 8px;
    font-size: 11px;
    font-weight: 900;
    text-transform: uppercase;
}

.diagram-node {
    width: 86px;
    height: 86px;
    padding: 12px;
    font-size: 12px;
    font-weight: 900;
    line-height: 1.1;
    text-transform: uppercase;
}

.diagram-node small {
    margin-top: 6px;
    font-size: 8px;
    font-weight: 600;
    text-transform: none;
}

.node-top {
    top: 2%;
    left: 50%;
    transform: translateX(-50%);
}

.node-left-top {
    top: 18%;
    left: 16%;
}

.node-right-top {
    top: 18%;
    right: 16%;
}

.node-left-bottom {
    bottom: 26%;
    left: 10%;
}

.node-right-bottom {
    right: 10%;
    bottom: 26%;
}

.node-bottom {
    bottom: 6%;
    left: 50%;
    transform: translateX(-50%);
}

.testimonial-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 14px;
}

.testimonial-grid article {
    padding: 18px 14px;
    border: 2px solid #8da4c6;
    text-align: center;
    box-shadow: none;
}

.testimonial-grid strong {
    color: #0b4ba7;
    font-size: 36px;
    line-height: 0.7;
}

.testimonial-grid p {
    min-height: 94px;
    margin: 8px 0 12px;
    color: #080b12;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.45;
}

.client-avatar {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    color: #0b4ba7;
    background: #e8eef8;
    font-weight: 900;
}

.testimonial-grid h3 {
    margin: 14px 0 4px;
    color: #092f68;
    font-size: 15px;
}

.testimonial-grid span {
    display: block;
    color: #333740;
}

.testimonial-grid small {
    display: block;
    margin-top: 12px;
    color: #ff7a00;
    letter-spacing: 5px;
}

.testimonial-dots {
    position: static;
    justify-content: center;
    margin-top: 28px;
    transform: none;
}

@media (max-width: 1180px) {
    .home-two-grid,
    .what-grid,
    .division-card-grid,
    .ecosystem-card-grid,
    .testimonial-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .service-mini-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 760px) {
    .home-section {
        width: calc(100% - 28px);
        padding: 18px 0;
    }

    .home-two-grid,
    .what-grid,
    .division-card-grid,
    .ecosystem-card-grid,
    .testimonial-grid,
    .feature-row,
    .stats-band {
        grid-template-columns: 1fr;
    }

    .section-heading h2,
    .about-copy h2,
    .what-copy h2 {
        font-size: 24px;
    }

    .section-heading > span,
    .about-copy > p,
    .what-copy > p {
        font-size: 13px;
    }

    .about-visual-strip {
        display: none;
    }

    .section-dots {
        bottom: 20px;
    }

    .stats-band {
        gap: 10px;
        padding: 16px;
    }

    .stats-band div {
        justify-content: flex-start;
        border-right: 0;
        border-bottom: 1px solid rgba(255, 138, 0, 0.5);
        padding-bottom: 10px;
    }

    .stats-band div:last-child {
        border-bottom: 0;
        padding-bottom: 0;
    }

    .testimonial-grid p,
    .image-info-card p,
    .ecosystem-card p,
    .service-mini-grid h3,
    .service-mini-grid ul {
        min-height: auto;
    }

    .ecosystem-diagram {
        inset: 5%;
        transform: scale(0.7);
    }

    .image-info-card > div,
    .ecosystem-card > div {
        padding: 14px;
    }

    .service-mini-grid article {
        padding: 12px;
    }
}
