.aixe-content-hero {
    position: relative;
    overflow: hidden;
    padding: clamp(72px, 10vw, 132px) 0 clamp(64px, 9vw, 112px);
    background:
        radial-gradient(circle at 82% 44%, rgba(242, 183, 5, .12), transparent 29%),
        radial-gradient(circle at 15% 5%, rgba(197, 18, 29, .13), transparent 28%),
        linear-gradient(145deg, #08090a 0%, #111315 52%, #090909 100%);
}

.aixe-content-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    opacity: .22;
    background-image:
        linear-gradient(rgba(246, 243, 236, .055) 1px, transparent 1px),
        linear-gradient(90deg, rgba(246, 243, 236, .055) 1px, transparent 1px);
    background-size: 54px 54px;
    mask-image: linear-gradient(to right, #000, transparent 76%);
    pointer-events: none;
}

.aixe-content-hero .synhy-container {
    position: relative;
    z-index: 1;
}

.aixe-breadcrumb {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
    margin-bottom: clamp(38px, 6vw, 72px);
    color: rgba(246, 243, 236, .48);
    font-family: "Poppins", sans-serif;
    font-size: .74rem;
    font-weight: 700;
    letter-spacing: .05em;
    text-transform: uppercase;
}

.aixe-breadcrumb a {
    color: rgba(246, 243, 236, .7);
    text-decoration: none;
}

.aixe-breadcrumb a:hover,
.aixe-breadcrumb a:focus-visible {
    color: var(--synhy-gold-soft);
}

.aixe-content-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.12fr) minmax(350px, .88fr);
    gap: clamp(48px, 8vw, 112px);
    align-items: center;
}

.aixe-content-hero-copy h1 {
    max-width: 14ch;
    margin-bottom: 24px;
    font-size: clamp(2.75rem, 6.6vw, 6.35rem);
    line-height: .96;
    letter-spacing: -.055em;
}

.aixe-content-hero-copy .synhy-lead {
    max-width: 760px;
    color: rgba(246, 243, 236, .78);
}

.aixe-hero-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 24px;
    margin: 28px 0 30px;
    color: rgba(246, 243, 236, .65);
    font-family: "Poppins", sans-serif;
    font-size: .78rem;
    font-weight: 700;
    letter-spacing: .035em;
    text-transform: uppercase;
}

.aixe-hero-meta span {
    display: inline-flex;
    gap: 8px;
    align-items: center;
}

.aixe-hero-meta i {
    color: var(--synhy-gold-soft);
    font-size: 1rem;
}

.aixe-orbit {
    position: relative;
    width: min(100%, 510px);
    aspect-ratio: 1;
    margin-inline: auto;
}

.aixe-orbit::before,
.aixe-orbit::after {
    content: "";
    position: absolute;
    inset: 6%;
    border-radius: 50%;
    background: conic-gradient(from 20deg, transparent, rgba(242, 183, 5, .16), transparent 32%, rgba(197, 18, 29, .15), transparent 70%);
    filter: blur(20px);
}

.aixe-orbit-ring {
    position: absolute;
    border: 1px solid rgba(242, 183, 5, .27);
    border-radius: 50%;
}

.aixe-orbit-ring-one {
    inset: 4%;
    box-shadow: 0 0 70px rgba(242, 183, 5, .05), inset 0 0 70px rgba(242, 183, 5, .025);
}

.aixe-orbit-ring-two {
    inset: 21%;
    border-style: dashed;
    border-color: rgba(246, 243, 236, .2);
}

.aixe-orbit-core {
    position: absolute;
    z-index: 2;
    inset: 34%;
    display: grid;
    place-items: center;
    align-content: center;
    border: 1px solid rgba(242, 183, 5, .5);
    border-radius: 50%;
    text-align: center;
    background: linear-gradient(145deg, rgba(242, 183, 5, .17), rgba(9, 9, 9, .95) 62%);
    box-shadow: 0 20px 70px rgba(0, 0, 0, .55), inset 0 0 30px rgba(242, 183, 5, .08);
}

.aixe-orbit-core i {
    color: var(--synhy-gold-soft);
    font-size: clamp(1.6rem, 3vw, 2.5rem);
}

.aixe-orbit-core strong {
    display: block;
    color: #fff;
    font-family: "Poppins", sans-serif;
    font-size: clamp(1.1rem, 2.3vw, 1.85rem);
    letter-spacing: .12em;
}

.aixe-orbit-core span {
    max-width: 90px;
    color: rgba(246, 243, 236, .55);
    font-size: .62rem;
    line-height: 1.25;
    text-transform: uppercase;
}

.aixe-orbit-node {
    position: absolute;
    z-index: 3;
    display: grid;
    place-items: center;
    width: clamp(42px, 7vw, 62px);
    aspect-ratio: 1;
    border: 1px solid rgba(242, 183, 5, .58);
    border-radius: 50%;
    color: var(--synhy-gold-soft);
    font-family: "Poppins", sans-serif;
    font-size: .77rem;
    font-weight: 800;
    background: #101214;
    box-shadow: 0 15px 35px rgba(0, 0, 0, .45), 0 0 0 8px rgba(242, 183, 5, .035);
}

.aixe-orbit-node-1 { top: 0; left: 44%; }
.aixe-orbit-node-2 { top: 30%; right: 0; }
.aixe-orbit-node-3 { right: 16%; bottom: 3%; }
.aixe-orbit-node-4 { bottom: 3%; left: 16%; }
.aixe-orbit-node-5 { top: 30%; left: 0; }

.aixe-shift-band {
    border-top: 1px solid rgba(242, 183, 5, .16);
    border-bottom: 1px solid rgba(242, 183, 5, .16);
    background: #0d0f10;
}

.aixe-shift-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(90px, .25fr) minmax(0, 1fr);
    gap: clamp(20px, 4vw, 52px);
    align-items: center;
    padding: clamp(28px, 5vw, 48px) 0;
}

.aixe-shift-grid > div:first-child {
    text-align: right;
}

.aixe-shift-grid span {
    display: block;
    margin-bottom: 7px;
    color: rgba(246, 243, 236, .42);
    font-family: "Poppins", sans-serif;
    font-size: .7rem;
    font-weight: 800;
    letter-spacing: .13em;
    text-transform: uppercase;
}

.aixe-shift-grid strong {
    display: block;
    color: rgba(246, 243, 236, .9);
    font-size: clamp(.98rem, 1.8vw, 1.28rem);
    line-height: 1.45;
}

.aixe-shift-arrow {
    display: flex;
    align-items: center;
    color: var(--synhy-gold-soft);
}

.aixe-shift-arrow span {
    width: 100%;
    height: 1px;
    margin: 0;
    background: linear-gradient(to right, transparent, var(--synhy-gold));
}

.aixe-shift-arrow i {
    font-size: 1.4rem;
}

.aixe-section-nav {
    position: sticky;
    z-index: 50;
    top: 0;
    border-bottom: 1px solid rgba(246, 243, 236, .09);
    background: rgba(9, 9, 9, .94);
    box-shadow: 0 10px 30px rgba(0, 0, 0, .22);
    backdrop-filter: blur(18px);
}

.aixe-section-nav .synhy-container {
    display: flex;
    gap: 22px;
    align-items: center;
    min-height: 64px;
}

.aixe-section-nav-label {
    flex: 0 0 auto;
    color: var(--synhy-gold-soft);
    font-family: "Poppins", sans-serif;
    font-size: .68rem;
    font-weight: 800;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.aixe-section-nav-links {
    display: flex;
    gap: 7px;
    overflow-x: auto;
    padding: 10px 0;
    scrollbar-width: none;
}

.aixe-section-nav-links::-webkit-scrollbar {
    display: none;
}

.aixe-section-nav-links a {
    display: inline-flex;
    gap: 7px;
    align-items: center;
    flex: 0 0 auto;
    padding: 8px 11px;
    border: 1px solid rgba(246, 243, 236, .08);
    border-radius: 999px;
    color: var(--synhy-gold-soft);
    font-family: "Poppins", sans-serif;
    font-size: .65rem;
    font-weight: 800;
    text-decoration: none;
}

.aixe-section-nav-links a span {
    max-width: 150px;
    overflow: hidden;
    color: rgba(246, 243, 236, .68);
    font-weight: 600;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.aixe-section-nav-links a:hover,
.aixe-section-nav-links a:focus-visible {
    border-color: rgba(242, 183, 5, .5);
    background: rgba(242, 183, 5, .08);
}

.aixe-long-section {
    scroll-margin-top: 78px;
}

.aixe-long-grid {
    display: grid;
    grid-template-columns: 110px minmax(0, 1fr) minmax(230px, .38fr);
    gap: clamp(28px, 5vw, 64px);
    align-items: start;
}

.aixe-section-marker {
    display: grid;
    justify-items: center;
    min-height: 100%;
}

.aixe-section-marker span {
    color: var(--synhy-gold-soft);
    font-family: "Poppins", sans-serif;
    font-size: clamp(2.7rem, 5vw, 4.8rem);
    font-weight: 800;
    line-height: 1;
    letter-spacing: -.06em;
}

.aixe-section-marker i {
    display: grid;
    place-items: center;
    width: 52px;
    height: 52px;
    margin: 20px 0;
    border: 1px solid rgba(242, 183, 5, .34);
    border-radius: 50%;
    color: var(--synhy-gold-soft);
    font-size: 1.35rem;
    background: rgba(242, 183, 5, .055);
}

.aixe-marker-line {
    width: 1px;
    min-height: 90px;
    flex: 1;
    background: linear-gradient(var(--synhy-gold), transparent);
}

.aixe-long-copy {
    max-width: 850px;
}

.aixe-long-copy h2 {
    max-width: 17ch;
    margin-bottom: 30px;
    font-size: clamp(2rem, 4.4vw, 4.15rem);
    line-height: 1.02;
    letter-spacing: -.045em;
}

.aixe-long-copy p {
    color: rgba(246, 243, 236, .75);
    font-size: clamp(1rem, 1.2vw, 1.09rem);
    line-height: 1.85;
}

.aixe-long-copy p:first-of-type {
    color: rgba(246, 243, 236, .92);
    font-size: clamp(1.08rem, 1.6vw, 1.28rem);
    line-height: 1.72;
}

.aixe-principle-card {
    position: sticky;
    top: 96px;
    padding: 28px;
    border: 1px solid rgba(242, 183, 5, .28);
    border-radius: 10px;
    background: linear-gradient(155deg, rgba(242, 183, 5, .09), rgba(9, 9, 9, .62));
    box-shadow: inset 3px 0 0 var(--synhy-gold), 0 24px 56px rgba(0, 0, 0, .2);
}

.aixe-principle-card > i {
    display: block;
    margin: 24px 0 18px;
    color: var(--synhy-gold-soft);
    font-size: 2rem;
}

.aixe-principle-card strong {
    display: block;
    margin-bottom: 12px;
    color: #fff;
    font-family: "Poppins", sans-serif;
    font-size: 1.03rem;
    line-height: 1.35;
}

.aixe-principle-card p {
    margin: 0;
    color: rgba(246, 243, 236, .63);
    font-size: .88rem;
    line-height: 1.65;
}

.aixe-outcomes-section {
    position: relative;
    overflow: hidden;
    background: linear-gradient(145deg, #141719, #090909 64%);
}

.aixe-outcomes-section::after {
    content: "";
    position: absolute;
    right: -10%;
    bottom: -70%;
    width: 48vw;
    aspect-ratio: 1;
    border: 1px solid rgba(242, 183, 5, .16);
    border-radius: 50%;
    box-shadow: 0 0 0 7vw rgba(242, 183, 5, .02), 0 0 0 14vw rgba(242, 183, 5, .015);
}

.aixe-outcomes-heading {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(260px, .65fr);
    gap: 48px;
    align-items: end;
    margin-bottom: 48px;
}

.aixe-outcomes-heading h2 {
    max-width: 15ch;
    margin-bottom: 0;
}

.aixe-outcomes-heading > p {
    margin: 0;
    color: rgba(246, 243, 236, .68);
    line-height: 1.75;
}

.aixe-outcomes-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    border: 1px solid rgba(246, 243, 236, .1);
    border-radius: 10px;
    overflow: hidden;
}

.aixe-outcomes-grid article {
    position: relative;
    min-height: 260px;
    padding: 30px;
    border-right: 1px solid rgba(246, 243, 236, .1);
    background: rgba(246, 243, 236, .025);
}

.aixe-outcomes-grid article:last-child {
    border-right: 0;
}

.aixe-outcomes-grid article > i {
    color: var(--synhy-gold-soft);
    font-size: 2rem;
}

.aixe-outcomes-grid article > span {
    position: absolute;
    top: 28px;
    right: 26px;
    color: rgba(246, 243, 236, .22);
    font-family: "Poppins", sans-serif;
    font-size: .75rem;
    font-weight: 800;
}

.aixe-outcomes-grid h3 {
    margin: 54px 0 12px;
}

.aixe-outcomes-grid p {
    margin: 0;
    color: rgba(246, 243, 236, .6);
    font-size: .92rem;
    line-height: 1.65;
}

.aixe-related-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    margin-top: 36px;
}

.aixe-related-card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 330px;
    padding: 30px;
    overflow: hidden;
    border: 1px solid rgba(246, 243, 236, .1);
    border-radius: 10px;
    color: inherit;
    text-decoration: none;
    background: linear-gradient(145deg, rgba(246, 243, 236, .04), rgba(9, 9, 9, .42));
    transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.aixe-related-card::after {
    content: "";
    position: absolute;
    right: -55px;
    bottom: -55px;
    width: 145px;
    height: 145px;
    border: 1px solid rgba(242, 183, 5, .18);
    border-radius: 50%;
}

.aixe-related-card:hover,
.aixe-related-card:focus-visible {
    transform: translateY(-5px);
    border-color: rgba(242, 183, 5, .45);
    color: inherit;
    box-shadow: 0 24px 54px rgba(0, 0, 0, .28);
}

.aixe-related-card > i {
    margin-bottom: 30px;
    color: var(--synhy-gold-soft);
    font-size: 2rem;
}

.aixe-related-card h3 {
    margin: 10px 0 12px;
    font-size: 1.3rem;
}

.aixe-related-card p {
    color: rgba(246, 243, 236, .62);
    font-size: .9rem;
    line-height: 1.65;
}

.aixe-related-card > strong {
    display: inline-flex;
    gap: 7px;
    align-items: center;
    margin-top: auto;
    color: var(--synhy-gold-soft);
    font-family: "Poppins", sans-serif;
    font-size: .74rem;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.aixe-content-cta {
    background: #090909;
}

.aixe-cta-panel {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 44px;
    align-items: end;
    padding: clamp(36px, 7vw, 72px);
    border: 1px solid rgba(242, 183, 5, .4);
    border-radius: 12px;
    background:
        radial-gradient(circle at 92% 20%, rgba(242, 183, 5, .16), transparent 28%),
        linear-gradient(135deg, rgba(197, 18, 29, .11), rgba(242, 183, 5, .06) 48%, rgba(9, 9, 9, .52));
    box-shadow: inset 5px 0 0 var(--synhy-gold), 0 30px 80px rgba(0, 0, 0, .3);
}

.aixe-cta-panel h2 {
    max-width: 18ch;
}

.aixe-cta-panel .synhy-lead {
    max-width: 760px;
    margin-bottom: 0;
}

.aixe-library-section {
    position: relative;
    overflow: hidden;
    background: linear-gradient(160deg, #111315, #090909 72%);
}

.aixe-library-heading {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(250px, .6fr);
    gap: 40px;
    align-items: end;
    margin-bottom: 54px;
}

.aixe-library-heading p {
    margin-bottom: 0;
    color: rgba(246, 243, 236, .67);
    line-height: 1.75;
}

.aixe-library-group + .aixe-library-group {
    margin-top: 62px;
}

.aixe-library-group-heading {
    display: flex;
    gap: 18px;
    align-items: center;
    margin-bottom: 20px;
}

.aixe-library-group-heading span {
    display: grid;
    place-items: center;
    width: 42px;
    height: 42px;
    border: 1px solid rgba(242, 183, 5, .35);
    border-radius: 50%;
    color: var(--synhy-gold-soft);
    font-family: "Poppins", sans-serif;
    font-size: .7rem;
    font-weight: 800;
}

.aixe-library-group-heading h3 {
    margin: 0;
    font-size: clamp(1.25rem, 2.4vw, 1.8rem);
}

.aixe-library-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}

.aixe-library-card {
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr) auto;
    gap: 16px;
    align-items: center;
    min-height: 118px;
    padding: 20px;
    border: 1px solid rgba(246, 243, 236, .09);
    border-radius: 8px;
    color: inherit;
    text-decoration: none;
    background: rgba(246, 243, 236, .025);
    transition: background .2s ease, border-color .2s ease, transform .2s ease;
}

.aixe-library-card:hover,
.aixe-library-card:focus-visible {
    transform: translateY(-3px);
    border-color: rgba(242, 183, 5, .42);
    color: inherit;
    background: rgba(242, 183, 5, .07);
}

.aixe-library-card > i:first-child {
    display: grid;
    place-items: center;
    width: 48px;
    height: 48px;
    border: 1px solid rgba(242, 183, 5, .28);
    border-radius: 50%;
    color: var(--synhy-gold-soft);
    font-size: 1.3rem;
    background: rgba(242, 183, 5, .045);
}

.aixe-library-card strong {
    display: block;
    color: rgba(246, 243, 236, .92);
    font-family: "Poppins", sans-serif;
    font-size: .88rem;
    line-height: 1.35;
}

.aixe-library-card small {
    display: block;
    margin-top: 5px;
    color: rgba(246, 243, 236, .46);
    font-size: .72rem;
}

.aixe-library-card > i:last-child {
    color: rgba(242, 183, 5, .6);
}

.aixe-capability-list a {
    display: block;
    color: inherit;
    text-decoration: none;
}

.aixe-capability-list li {
    transition: border-color .2s ease, background .2s ease, transform .2s ease;
}

.aixe-capability-list li:hover {
    transform: translateY(-2px);
    border-color: rgba(242, 183, 5, .4);
    background: rgba(242, 183, 5, .07);
}

.aixe-group-action {
    margin-top: 28px;
}

@media (max-width: 1199.98px) {
    .aixe-content-hero-grid {
        grid-template-columns: minmax(0, 1fr) minmax(310px, .7fr);
    }

    .aixe-long-grid {
        grid-template-columns: 90px minmax(0, 1fr);
    }

    .aixe-principle-card {
        position: relative;
        top: auto;
        grid-column: 2;
    }

    .aixe-library-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 991.98px) {
    .aixe-content-hero-grid {
        grid-template-columns: 1fr;
    }

    .aixe-orbit {
        width: min(80vw, 460px);
    }

    .aixe-content-hero-copy h1 {
        max-width: 16ch;
    }

    .aixe-outcomes-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .aixe-outcomes-grid article:nth-child(2) {
        border-right: 0;
    }

    .aixe-outcomes-grid article:nth-child(-n+2) {
        border-bottom: 1px solid rgba(246, 243, 236, .1);
    }

    .aixe-related-grid {
        grid-template-columns: 1fr;
    }

    .aixe-related-card {
        min-height: 280px;
    }

    .aixe-cta-panel,
    .aixe-library-heading,
    .aixe-outcomes-heading {
        grid-template-columns: 1fr;
    }

    .aixe-cta-panel {
        align-items: start;
    }
}

@media (max-width: 767.98px) {
    .aixe-section-nav .synhy-container {
        display: block;
        padding-top: 10px;
    }

    .aixe-section-nav-label {
        display: block;
    }

    .aixe-long-grid {
        grid-template-columns: 1fr;
    }

    .aixe-section-marker {
        display: flex;
        justify-content: flex-start;
        gap: 18px;
        align-items: center;
        min-height: 0;
    }

    .aixe-section-marker i {
        margin: 0;
    }

    .aixe-marker-line {
        width: auto;
        min-width: 70px;
        min-height: 1px;
        background: linear-gradient(to right, var(--synhy-gold), transparent);
    }

    .aixe-principle-card {
        grid-column: auto;
    }

    .aixe-library-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 575.98px) {
    .aixe-content-hero {
        padding-top: 52px;
    }

    .aixe-content-hero-copy h1 {
        font-size: clamp(2.45rem, 13.5vw, 4rem);
    }

    .aixe-orbit {
        width: 92vw;
        max-width: 390px;
    }

    .aixe-shift-grid {
        grid-template-columns: 1fr;
    }

    .aixe-shift-grid > div:first-child,
    .aixe-shift-grid > div:last-child {
        text-align: left;
    }

    .aixe-shift-arrow {
        width: 72px;
        transform: rotate(90deg);
        transform-origin: left center;
    }

    .aixe-outcomes-grid {
        grid-template-columns: 1fr;
    }

    .aixe-outcomes-grid article {
        min-height: 220px;
        border-right: 0;
        border-bottom: 1px solid rgba(246, 243, 236, .1);
    }

    .aixe-outcomes-grid article:last-child {
        border-bottom: 0;
    }

    .aixe-cta-panel {
        padding: 30px 24px;
    }

    .aixe-library-card {
        grid-template-columns: 42px minmax(0, 1fr) auto;
        padding: 16px;
    }

    .aixe-library-card > i:first-child {
        width: 42px;
        height: 42px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .aixe-related-card,
    .aixe-library-card,
    .aixe-capability-list li {
        transition: none;
    }
}
