.axen-page {
    background:
        radial-gradient(circle at 80% 6%, rgba(255, 106, 0, .14), transparent 28%),
        radial-gradient(circle at 12% 46%, rgba(53, 212, 255, .06), transparent 22%);
    overflow: hidden;
}

.axen-hero {
    background:
        linear-gradient(110deg, rgba(2, 5, 7, .98) 0 46%, rgba(16, 7, 2, .9)),
        radial-gradient(circle at 70% 44%, rgba(255, 106, 0, .28), transparent 30%);
    min-height: 680px;
    overflow: hidden;
    padding: clamp(52px, 7vw, 92px) 0 clamp(42px, 6vw, 78px);
    position: relative;
}

.axen-hero-grid,
.axen-split {
    align-items: center;
    display: grid;
    gap: clamp(28px, 5vw, 70px);
    grid-template-columns: minmax(330px, .82fr) minmax(480px, 1.18fr);
    position: relative;
    z-index: 1;
}

.axen-hero-copy h1,
.axen-section h2,
.axen-cta h2 {
    font-size: clamp(1.65rem, 2.75vw, 2.7rem);
    letter-spacing: 0;
    line-height: 1.02;
    margin: 0;
}

.axen-hero-copy h1 {
    font-size: clamp(1.85rem, 2.85vw, 2.9rem);
    max-width: 760px;
}

.axen-hero-copy > p:not(.kicker),
.axen-section p,
.axen-cta p {
    color: var(--muted);
    font-size: 1.02rem;
    line-height: 1.75;
}

.axen-hero-copy > p:not(.kicker) {
    max-width: 660px;
}

.axen-mini-stats {
    display: grid;
    gap: 14px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 34px;
}

.axen-mini-stats span {
    background: rgba(8, 17, 24, .66);
    border: 1px solid var(--line);
    border-radius: var(--radius);
    color: var(--muted);
    font-size: .78rem;
    font-weight: 800;
    padding: 14px;
}

.axen-mini-stats strong {
    color: #fff;
    display: block;
    font-size: 1.45rem;
    line-height: 1.1;
}

.axen-dashboard,
.production-visual {
    background:
        linear-gradient(145deg, rgba(9, 19, 27, .9), rgba(2, 7, 11, .76)),
        radial-gradient(circle at 50% 105%, rgba(255, 106, 0, .3), transparent 34%);
    border: 1px solid rgba(255, 106, 0, .45);
    border-radius: 8px;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, .08),
        0 0 34px rgba(255, 106, 0, .26),
        0 28px 80px rgba(0, 0, 0, .45);
    overflow: hidden;
    position: relative;
}

.axen-dashboard::before,
.production-visual::before {
    background: linear-gradient(90deg, transparent, rgba(255, 106, 0, .9), transparent);
    content: "";
    height: 1px;
    left: 24px;
    position: absolute;
    right: 24px;
    top: 0;
}

.hero-dashboard {
    min-height: 470px;
    padding: 18px;
}

.dash-top {
    align-items: center;
    border-bottom: 1px solid rgba(255, 255, 255, .08);
    display: grid;
    gap: 12px;
    grid-template-columns: auto 1fr repeat(3, 10px);
    padding: 0 4px 15px;
}

.dash-top strong { color: var(--orange); }
.dash-top span { color: var(--muted); font-size: .84rem; }
.dash-top i {
    background: rgba(255, 255, 255, .12);
    border-radius: 50%;
    height: 10px;
    width: 10px;
}

.dash-layout {
    display: grid;
    gap: 16px;
    grid-template-columns: 142px 1fr;
    padding-top: 18px;
}

.dash-layout aside {
    background: rgba(1, 6, 9, .74);
    border: 1px solid rgba(255, 255, 255, .07);
    border-radius: 8px;
    display: grid;
    gap: 11px;
    padding: 15px;
}

.dash-layout aside b { color: #fff; font-size: .86rem; }
.dash-layout aside span {
    border-radius: 6px;
    color: var(--muted);
    font-size: .78rem;
    font-weight: 800;
    padding: 8px;
}
.dash-layout aside span:first-of-type {
    background: rgba(255, 106, 0, .12);
    color: var(--orange-2);
}

.dash-main { display: grid; gap: 16px; }
.metric-grid {
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(4, 1fr);
}

.metric-grid article,
.production-cards article,
.kpi-grid article {
    background: rgba(4, 12, 17, .76);
    border: 1px solid rgba(255, 255, 255, .08);
    border-radius: 8px;
    padding: 14px;
}

.metric-grid span,
.metric-grid em,
.production-cards em,
.kpi-grid span {
    color: var(--muted);
    display: block;
    font-size: .74rem;
    font-style: normal;
    font-weight: 800;
}

.metric-grid strong,
.production-cards strong,
.kpi-grid strong {
    color: #fff;
    display: block;
    font-size: clamp(1.25rem, 2vw, 1.85rem);
    margin: 8px 0 4px;
}

.metric-grid em { color: var(--green); }

.chart-row {
    display: grid;
    gap: 16px;
    grid-template-columns: 1fr 150px;
}

.bars {
    align-items: end;
    background: rgba(4, 12, 17, .76);
    border: 1px solid rgba(255, 255, 255, .08);
    border-radius: 8px;
    display: flex;
    gap: 14px;
    height: 138px;
    padding: 18px;
}

.bars i {
    background: linear-gradient(180deg, var(--orange-2), var(--orange));
    border-radius: 999px 999px 0 0;
    box-shadow: 0 0 16px rgba(255, 106, 0, .42);
    flex: 1;
}
.bars i:nth-child(1) { height: 42%; }
.bars i:nth-child(2) { height: 64%; }
.bars i:nth-child(3) { height: 50%; }
.bars i:nth-child(4) { height: 86%; }
.bars i:nth-child(5) { height: 72%; }
.bars i:nth-child(6) { height: 95%; }

.ring {
    align-items: center;
    background:
        radial-gradient(circle, #071017 0 52%, transparent 53%),
        conic-gradient(var(--green) 0 87%, rgba(255, 255, 255, .1) 87% 100%);
    border: 1px solid rgba(255, 255, 255, .08);
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    height: 138px;
    justify-content: center;
    text-align: center;
}
.ring strong { font-size: 1.9rem; }
.ring span { color: var(--muted); font-size: .76rem; font-weight: 800; }

.orders {
    background: rgba(4, 12, 17, .76);
    border: 1px solid rgba(255, 255, 255, .08);
    border-radius: 8px;
    display: grid;
    gap: 10px;
    padding: 14px;
}
.orders span { color: var(--muted); font-size: .82rem; }
.orders i {
    background: var(--orange);
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(255, 106, 0, .8);
    display: inline-block;
    height: 8px;
    margin-right: 9px;
    width: 8px;
}

.axen-section {
    padding: clamp(54px, 7vw, 96px) 0;
    position: relative;
}

.axen-section::before {
    background: linear-gradient(90deg, transparent, rgba(255, 106, 0, .54), transparent);
    content: "";
    height: 1px;
    left: 10%;
    position: absolute;
    right: 10%;
    top: 0;
}

.axen-split.reversed { grid-template-columns: minmax(480px, 1.12fr) minmax(330px, .88fr); }

.premium-card-grid,
.feature-grid,
.industry-grid,
.benefit-grid,
.kpi-grid {
    display: grid;
    gap: 18px;
}

.premium-card-grid.four { grid-template-columns: repeat(2, 1fr); }
.premium-card-grid.compact { grid-template-columns: repeat(2, 1fr); }

.premium-card-grid article,
.feature-grid article,
.industry-grid article,
.benefit-grid article,
.faq-list details {
    background: linear-gradient(145deg, rgba(10, 20, 28, .86), rgba(4, 9, 13, .82));
    border: 1px solid var(--line);
    border-radius: 8px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .06);
    min-height: 132px;
    padding: 22px;
    transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.premium-card-grid article:hover,
.feature-grid article:hover,
.industry-grid article:hover,
.benefit-grid article:hover,
.faq-list details:hover {
    border-color: rgba(255, 130, 36, .82);
    box-shadow: var(--shadow);
    transform: translateY(-4px);
}

.premium-card-grid svg,
.feature-grid svg,
.industry-grid svg {
    color: var(--orange);
    height: 34px;
    margin-bottom: 15px;
    width: 34px;
}

.premium-card-grid h3,
.feature-grid h3,
.industry-grid span {
    font-size: 1.02rem;
    line-height: 1.25;
    margin: 0 0 9px;
}

.premium-card-grid p,
.feature-grid p {
    font-size: .9rem;
    line-height: 1.58;
    margin: 0;
}

.workflow-strip {
    display: grid;
    gap: 14px;
    grid-template-columns: repeat(8, minmax(128px, 1fr));
    overflow-x: auto;
    padding: 12px 4px 20px;
}

.workflow-strip article {
    background: rgba(6, 15, 21, .86);
    border: 1px solid var(--line);
    border-radius: 8px;
    min-height: 190px;
    min-width: 126px;
    padding: 16px;
    position: relative;
}

.workflow-strip article:not(:last-child)::after {
    color: var(--orange);
    content: ">";
    font-size: 1.5rem;
    font-weight: 900;
    position: absolute;
    right: -13px;
    top: 48%;
    z-index: 2;
}

.workflow-strip strong {
    color: var(--orange);
    display: block;
    font-size: .76rem;
    margin-bottom: 14px;
}

.workflow-strip svg { color: var(--orange); height: 28px; width: 28px; }
.workflow-strip h3 { font-size: .96rem; margin: 14px 0 8px; }
.workflow-strip p { font-size: .78rem; line-height: 1.45; margin: 0; }

.axen-workflow-image {
    margin: 0 auto 28px;
    max-width: 1260px;
}

.axen-workflow-image img {
    cursor: zoom-in;
    display: block;
    height: auto;
    width: 100%;
}

.axen-workflow-banner {
    background:
        linear-gradient(135deg, rgba(3, 18, 37, .94), rgba(1, 8, 18, .98)),
        radial-gradient(circle at 50% 0, rgba(255, 186, 76, .2), transparent 34%);
    border: 1px solid rgba(255, 183, 77, .82);
    border-radius: 24px;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, .18),
        inset 0 -18px 42px rgba(0, 0, 0, .28),
        0 0 0 1px rgba(255, 106, 0, .24),
        0 22px 70px rgba(0, 0, 0, .56),
        0 0 34px rgba(255, 106, 0, .2);
    margin: 0 auto 28px;
    max-width: 1180px;
    overflow: hidden;
    padding: clamp(18px, 2.8vw, 28px);
    position: relative;
}

.axen-workflow-banner::before {
    background:
        linear-gradient(90deg, transparent, rgba(255, 255, 255, .62), transparent),
        radial-gradient(circle at 50% 0, rgba(255, 184, 74, .48), transparent 28%);
    content: "";
    height: 1px;
    left: 28px;
    position: absolute;
    right: 28px;
    top: 0;
}

.axen-workflow-banner::after {
    background: linear-gradient(90deg, transparent, rgba(255, 106, 0, .48), transparent);
    bottom: 0;
    content: "";
    height: 1px;
    left: 42px;
    position: absolute;
    right: 42px;
}

.axen-workflow-steps {
    align-items: center;
    display: flex;
    gap: clamp(8px, 1.6vw, 18px);
    justify-content: space-between;
    position: relative;
    z-index: 1;
}

.axen-workflow-step {
    align-items: center;
    display: grid;
    flex: 1 1 0;
    gap: 10px;
    justify-items: center;
    min-width: 0;
    text-align: center;
}

.axen-workflow-icon {
    align-items: center;
    background:
        linear-gradient(145deg, rgba(255, 194, 92, .22), rgba(4, 16, 34, .9)),
        radial-gradient(circle at 38% 20%, rgba(255, 255, 255, .35), transparent 28%);
    border: 1px solid rgba(255, 197, 94, .76);
    border-radius: 16px;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, .24),
        0 10px 24px rgba(0, 0, 0, .44),
        0 0 18px rgba(255, 132, 16, .28);
    color: #ffd27c;
    display: grid;
    height: clamp(58px, 6vw, 78px);
    place-items: center;
    width: clamp(58px, 6vw, 78px);
}

.axen-workflow-icon svg {
    filter: drop-shadow(0 4px 8px rgba(0, 0, 0, .5)) drop-shadow(0 0 7px rgba(255, 166, 42, .45));
    fill: none;
    height: 76%;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 3.4;
    width: 76%;
}

.axen-workflow-step h3 {
    color: #fff;
    font-size: clamp(.88rem, 1.22vw, 1.08rem);
    line-height: 1.2;
    margin: 0;
    text-shadow: 0 2px 12px rgba(0, 0, 0, .82);
}

.axen-workflow-arrow {
    color: var(--orange-2);
    flex: 0 0 auto;
    font-size: clamp(1.5rem, 2.8vw, 2.35rem);
    font-weight: 1000;
    line-height: 1;
    text-shadow: 0 0 16px rgba(255, 130, 36, .72);
}

.axen-workflow-caption {
    color: #ffc46c;
    font-size: clamp(1.05rem, 2vw, 1.55rem);
    font-weight: 1000;
    line-height: 1.25;
    margin: 18px 0 0;
    position: relative;
    text-align: center;
    text-shadow: 0 2px 10px rgba(0, 0, 0, .75), 0 0 18px rgba(255, 132, 16, .44);
    z-index: 1;
}

.enterprise-section {
    background:
        radial-gradient(circle at 18% 20%, rgba(53, 212, 255, .08), transparent 24%),
        radial-gradient(circle at 84% 60%, rgba(255, 106, 0, .16), transparent 28%),
        linear-gradient(180deg, rgba(5, 12, 18, .72), rgba(2, 5, 7, .9));
}

.enterprise-intro {
    align-items: start;
    display: grid;
    gap: clamp(22px, 4vw, 54px);
    grid-template-columns: minmax(0, .86fr) minmax(360px, 1.14fr);
    margin-bottom: 28px;
}

.enterprise-copy {
    background: linear-gradient(145deg, rgba(10, 20, 28, .9), rgba(4, 9, 13, .84));
    border: 1px solid rgba(255, 106, 0, .28);
    border-radius: 8px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .06), 0 18px 46px rgba(0, 0, 0, .26);
    padding: clamp(20px, 3vw, 30px);
}

.enterprise-slogan {
    background: rgba(255, 106, 0, .1);
    border-left: 5px solid var(--orange);
    color: var(--orange-2);
    font-size: clamp(1.2rem, 2vw, 1.62rem);
    font-weight: 1000;
    line-height: 1.32;
    margin: 22px 0 0;
    max-width: 720px;
    padding: 14px 18px;
    text-shadow: 0 0 20px rgba(255, 106, 0, .34);
}

.enterprise-copy p {
    margin: 0;
}

.enterprise-copy p + p {
    margin-top: 14px;
}

.enterprise-copy strong {
    color: #fff;
}

.enterprise-capability-grid {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.enterprise-capability-grid article {
    background: linear-gradient(145deg, rgba(10, 20, 28, .86), rgba(4, 9, 13, .82));
    border: 1px solid var(--line);
    border-radius: 8px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .06);
    min-height: 230px;
    padding: 20px;
}

.enterprise-capability-grid h3 {
    color: #fff;
    font-size: .98rem;
    line-height: 1.25;
    margin: 0 0 14px;
}

.enterprise-capability-grid ul {
    display: grid;
    gap: 9px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.enterprise-capability-grid li {
    color: var(--muted);
    font-size: .84rem;
    line-height: 1.48;
    padding-left: 17px;
    position: relative;
}

.enterprise-capability-grid li::before {
    background: var(--orange);
    border-radius: 50%;
    box-shadow: 0 0 12px rgba(255, 106, 0, .6);
    content: "";
    height: 6px;
    left: 0;
    position: absolute;
    top: .55em;
    width: 6px;
}

.enterprise-positioning {
    align-items: center;
    background: linear-gradient(135deg, rgba(255, 106, 0, .18), rgba(6, 15, 21, .86));
    border: 1px solid rgba(255, 106, 0, .34);
    border-radius: 8px;
    display: grid;
    gap: 18px;
    grid-template-columns: minmax(260px, .68fr) minmax(0, 1.32fr);
    margin-top: 18px;
    padding: 22px;
}

.enterprise-positioning span {
    color: var(--muted);
    display: block;
    font-size: .82rem;
    font-weight: 900;
}

.enterprise-positioning strong {
    color: #fff;
    display: block;
    font-size: clamp(1.15rem, 2vw, 1.55rem);
    line-height: 1.15;
    margin-top: 6px;
}

.enterprise-chip-row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.enterprise-chip-row span {
    background: rgba(2, 7, 11, .68);
    border: 1px solid rgba(255, 106, 0, .28);
    border-radius: 8px;
    color: #f5f7f9;
    padding: 10px 12px;
}

.feature-grid { grid-template-columns: repeat(4, 1fr); }
.feature-grid article { min-height: 235px; }

.brochure-grid,
.module-showcase,
.dashboard-proof {
    display: grid;
    gap: 22px;
}

.brochure-grid {
    align-items: stretch;
    grid-template-columns: minmax(460px, 1.18fr) minmax(300px, .82fr);
}

.module-showcase,
.dashboard-proof {
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 26px;
}

.dashboard-proof {
    grid-template-columns: minmax(0, 980px);
    justify-content: center;
}

.dashboard-proof .brochure-visual {
    aspect-ratio: 1056 / 512;
}

.dashboard-proof .brochure-visual img {
    height: 100%;
    object-fit: contain;
}

.brochure-visual {
    background: linear-gradient(145deg, rgba(10, 20, 28, .86), rgba(4, 9, 13, .82));
    border: 1px solid var(--line);
    border-radius: 8px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .06), 0 18px 46px rgba(0, 0, 0, .28);
    margin: 0;
    overflow: hidden;
    position: relative;
}

.brochure-visual::before {
    background: linear-gradient(90deg, transparent, rgba(255, 106, 0, .72), transparent);
    content: "";
    height: 1px;
    left: 18px;
    position: absolute;
    right: 18px;
    top: 0;
    z-index: 1;
}

.brochure-visual img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.brochure-visual.large img {
    min-height: 430px;
}

.life-cycle-cards {
    display: grid;
    gap: 14px;
}

.life-cycle-cards article,
.impact-grid article,
.implementation-grid article {
    background: linear-gradient(145deg, rgba(10, 20, 28, .9), rgba(4, 9, 13, .84));
    border: 1px solid var(--line);
    border-radius: 8px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .06);
    padding: 20px;
}

.life-cycle-cards strong,
.implementation-grid strong {
    color: var(--orange);
    display: inline-flex;
    font-size: .78rem;
    font-weight: 1000;
    margin-bottom: 10px;
}

.life-cycle-cards h3,
.implementation-grid h3 {
    font-size: 1.06rem;
    margin: 0 0 8px;
}

.life-cycle-cards p,
.implementation-grid p {
    font-size: .9rem;
    line-height: 1.55;
    margin: 0;
}

.flow-image {
    background: rgba(2, 7, 11, .76);
    border: 1px solid var(--line);
    border-radius: 8px;
    box-shadow: var(--shadow);
    margin: 0 auto 22px;
    max-width: 980px;
    overflow: hidden;
}

.flow-image img {
    height: auto;
    width: 100%;
}

.impact-grid {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(8, 1fr);
    margin-top: 28px;
}

.impact-grid article {
    min-height: 128px;
    padding: 17px 12px;
    text-align: center;
}

.impact-grid strong {
    color: #fff;
    display: block;
    font-size: clamp(1.55rem, 2.25vw, 2.25rem);
    line-height: 1;
    text-shadow: 0 0 18px rgba(255, 106, 0, .36);
}

.impact-grid span {
    color: var(--muted);
    display: block;
    font-size: .8rem;
    font-weight: 900;
    line-height: 1.3;
    margin-top: 10px;
}

.implementation-grid {
    display: grid;
    gap: 18px;
    grid-template-columns: repeat(4, 1fr);
    margin-top: 28px;
}

.production-band {
    background:
        radial-gradient(circle at 80% 45%, rgba(255, 106, 0, .16), transparent 28%),
        linear-gradient(180deg, rgba(2, 5, 7, .36), rgba(6, 12, 17, .72));
}

.production-visual { min-height: 390px; padding: 24px; }
.machine-line {
    align-items: center;
    display: grid;
    gap: 12px;
    grid-template-columns: 1fr 52px 1fr 52px 1fr;
    margin-bottom: 24px;
}
.machine-line span {
    background: rgba(255, 106, 0, .09);
    border: 1px solid var(--line);
    border-radius: 8px;
    color: #fff;
    font-weight: 900;
    padding: 16px;
    text-align: center;
}
.machine-line i {
    background: linear-gradient(90deg, var(--orange), transparent);
    height: 2px;
    position: relative;
}
.machine-line i::after {
    border-bottom: 6px solid transparent;
    border-left: 9px solid var(--orange);
    border-top: 6px solid transparent;
    content: "";
    position: absolute;
    right: 0;
    top: -5px;
}

.production-cards { display: grid; gap: 14px; grid-template-columns: repeat(2, 1fr); }

.analytics-section {
    background:
        radial-gradient(circle at 50% 45%, rgba(255, 106, 0, .13), transparent 32%),
        linear-gradient(180deg, rgba(3, 8, 12, .24), rgba(2, 5, 7, .82));
}
.center-head > p:not(.kicker) {
    color: var(--muted);
    line-height: 1.72;
    margin: 14px auto 0;
    max-width: 760px;
}

.kpi-grid { grid-template-columns: repeat(4, 1fr); margin-top: 30px; }
.kpi-grid article { min-height: 116px; }
.kpi-grid strong { color: var(--orange-2); }

.industry-grid { grid-template-columns: repeat(4, 1fr); }
.industry-grid article {
    align-items: center;
    display: flex;
    gap: 14px;
    min-height: 92px;
}
.industry-grid svg { flex: 0 0 auto; margin: 0; }
.industry-grid span { margin: 0; }

.benefit-grid { grid-template-columns: repeat(4, 1fr); }
.benefit-grid article {
    align-items: center;
    color: #eaf0f6;
    display: flex;
    font-weight: 900;
    gap: 13px;
    min-height: 92px;
}
.benefit-grid span {
    background: var(--orange);
    border-radius: 50%;
    box-shadow: 0 0 16px rgba(255, 106, 0, .7);
    flex: 0 0 auto;
    height: 10px;
    width: 10px;
}

.axen-cta {
    background:
        linear-gradient(135deg, rgba(255, 106, 0, .18), rgba(3, 8, 12, .92)),
        radial-gradient(circle at 72% 50%, rgba(255, 106, 0, .24), transparent 28%);
    border-bottom: 1px solid var(--line);
    border-top: 1px solid var(--line);
    padding: clamp(58px, 7vw, 96px) 0;
    text-align: center;
}
.axen-cta p { margin-inline: auto; max-width: 720px; }
.axen-cta .hero-actions { justify-content: center; }

.faq-list {
    display: grid;
    gap: 14px;
    margin: 0 auto;
    max-width: 920px;
}
.faq-list details { min-height: 0; padding: 0; }
.faq-list summary {
    cursor: pointer;
    font-size: 1rem;
    font-weight: 900;
    list-style: none;
    padding: 20px 22px;
}
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after {
    color: var(--orange);
    content: "+";
    float: right;
    font-size: 1.25rem;
}
.faq-list details[open] summary::after { content: "-"; }
.faq-list details p { margin: 0; padding: 0 22px 20px; }

@media (max-width: 1180px) {
    .axen-hero-grid,
    .axen-split,
    .axen-split.reversed {
        grid-template-columns: 1fr;
    }
    .feature-grid,
    .industry-grid,
    .benefit-grid,
    .kpi-grid,
    .impact-grid,
    .implementation-grid,
    .enterprise-capability-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .brochure-grid,
    .module-showcase,
    .dashboard-proof,
    .enterprise-intro,
    .enterprise-positioning {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 760px) {
    .axen-hero {
        min-height: 0;
        padding: 36px 0 44px;
    }
    .axen-hero-copy h1,
    .axen-section h2,
    .axen-cta h2 {
        font-size: clamp(1.55rem, 7.4vw, 2.2rem);
        line-height: 1.05;
    }
    .axen-mini-stats,
    .premium-card-grid.four,
    .premium-card-grid.compact,
    .feature-grid,
    .industry-grid,
    .benefit-grid,
    .kpi-grid,
    .impact-grid,
    .implementation-grid,
    .enterprise-capability-grid,
    .production-cards {
        grid-template-columns: 1fr;
    }
    .brochure-visual.large img {
        min-height: 280px;
    }
    .metric-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .hero-dashboard {
        min-height: 0;
        padding: 14px;
    }
    .dash-layout,
    .chart-row,
    .machine-line {
        grid-template-columns: 1fr;
    }
    .dash-layout aside,
    .orders {
        display: none;
    }
    .bars { height: 110px; }
    .ring {
        border-radius: 8px;
        height: 118px;
        margin: 0 auto;
        width: 118px;
    }
    .machine-line i {
        height: 34px;
        justify-self: center;
        width: 2px;
    }
    .machine-line i::after {
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-top: 9px solid var(--orange);
        border-bottom: 0;
        left: -5px;
        right: auto;
        top: 25px;
    }
    .workflow-strip {
        grid-template-columns: 1fr;
        overflow: visible;
    }
    .axen-workflow-steps {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        row-gap: 18px;
    }
    .axen-workflow-arrow {
        display: none;
    }
    .axen-workflow-banner {
        border-radius: 18px;
        padding: 18px;
    }
    .workflow-strip article:not(:last-child)::after {
        bottom: -22px;
        left: 50%;
        right: auto;
        top: auto;
        transform: translateX(-50%) rotate(90deg);
    }
}

@media (max-width: 460px) {
    .axen-section { padding: 42px 0; }
    .dash-layout aside { grid-template-columns: 1fr; }
    .premium-card-grid article,
    .feature-grid article,
    .industry-grid article,
    .benefit-grid article {
        padding: 18px;
    }
}

.brochure-visual,
.flow-image {
    cursor: zoom-in;
    position: relative;
}

.brochure-visual::after,
.flow-image::after {
    background: rgba(2, 5, 7, .74);
    border: 1px solid rgba(255, 106, 0, .42);
    border-radius: 999px;
    bottom: 14px;
    color: #fff;
    content: "Voir";
    font-size: .76rem;
    font-weight: 900;
    opacity: 0;
    padding: 8px 12px;
    position: absolute;
    right: 14px;
    transform: translateY(8px);
    transition: opacity 180ms ease, transform 180ms ease;
}

.brochure-visual:hover::after,
.flow-image:hover::after,
.brochure-visual:focus-within::after,
.flow-image:focus-within::after {
    opacity: 1;
    transform: translateY(0);
}

.brochure-visual img:focus,
.flow-image img:focus {
    outline: 2px solid var(--orange);
    outline-offset: -4px;
}

body.axen-modal-open {
    overflow: hidden;
}

.axen-image-modal {
    align-items: center;
    display: grid;
    inset: 0;
    opacity: 0;
    padding: clamp(14px, 3vw, 34px);
    pointer-events: none;
    position: fixed;
    transition: opacity 180ms ease;
    z-index: 9999;
}

.axen-image-modal.is-open {
    opacity: 1;
    pointer-events: auto;
}

.axen-modal-backdrop {
    background: rgba(1, 4, 7, .82);
    backdrop-filter: blur(18px);
    border: 0;
    cursor: zoom-out;
    inset: 0;
    position: absolute;
}

.axen-modal-frame {
    background:
        linear-gradient(145deg, rgba(9, 19, 27, .98), rgba(2, 7, 11, .96)),
        radial-gradient(circle at 50% 100%, rgba(255, 106, 0, .22), transparent 38%);
    border: 1px solid rgba(255, 106, 0, .46);
    border-radius: 8px;
    box-shadow: 0 0 42px rgba(255, 106, 0, .2), 0 32px 100px rgba(0, 0, 0, .72);
    display: grid;
    margin: auto;
    max-height: min(92vh, 980px);
    max-width: min(1120px, 94vw);
    overflow: hidden;
    position: relative;
    transform: scale(.96);
    transition: transform 180ms ease;
    width: 100%;
}

.axen-image-modal.is-open .axen-modal-frame {
    transform: scale(1);
}

.axen-modal-image {
    background: #020507;
    display: block;
    height: auto;
    width: 100%;
}

.axen-modal-scroll {
    background: #020507;
    max-height: calc(92vh - 74px);
    overflow: auto;
    overscroll-behavior: contain;
    scrollbar-color: var(--orange) rgba(255, 255, 255, .08);
    scrollbar-width: thin;
}

.axen-modal-scroll::-webkit-scrollbar {
    height: 10px;
    width: 10px;
}

.axen-modal-scroll::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, .08);
}

.axen-modal-scroll::-webkit-scrollbar-thumb {
    background: linear-gradient(180deg, var(--orange-2), var(--orange));
    border-radius: 999px;
}

.axen-modal-close,
.axen-modal-nav {
    align-items: center;
    background: rgba(2, 7, 11, .78);
    border: 1px solid rgba(255, 106, 0, .42);
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
    display: grid;
    font-size: 1.25rem;
    font-weight: 900;
    height: 42px;
    justify-content: center;
    position: absolute;
    transition: background 180ms ease, transform 180ms ease, border-color 180ms ease;
    width: 42px;
    z-index: 2;
}

.axen-modal-close {
    right: 14px;
    top: 14px;
}

.axen-modal-nav {
    top: 50%;
    transform: translateY(-50%);
}

.axen-modal-prev {
    left: 14px;
}

.axen-modal-next {
    right: 14px;
}

.axen-modal-close:hover,
.axen-modal-nav:hover {
    background: rgba(255, 106, 0, .82);
    border-color: rgba(255, 191, 128, .8);
}

.axen-modal-close:hover {
    transform: translateY(-1px);
}

.axen-modal-nav:hover {
    transform: translateY(-50%) scale(1.04);
}

.axen-modal-nav:disabled {
    display: none;
}

.axen-modal-caption {
    align-items: center;
    background: rgba(2, 7, 11, .92);
    border-top: 1px solid rgba(255, 255, 255, .08);
    color: #dce5ed;
    display: flex;
    font-size: .9rem;
    font-weight: 800;
    gap: 16px;
    justify-content: space-between;
    line-height: 1.4;
    padding: 16px 18px;
}

.axen-modal-caption a {
    color: var(--orange-2);
    flex: 0 0 auto;
    font-weight: 900;
}

@media (max-width: 520px) {
    .axen-modal-caption {
        align-items: flex-start;
        flex-direction: column;
        font-size: .78rem;
        gap: 8px;
    }

    .axen-modal-nav {
        height: 36px;
        width: 36px;
    }
}
