.legal-edge-pro-page {
    background:
        radial-gradient(circle at 78% 7%, rgba(206, 151, 64, .16), transparent 28%),
        radial-gradient(circle at 12% 38%, rgba(53, 212, 255, .05), transparent 24%),
        #020507;
    overflow: hidden;
}

.lep-hero {
    background:
        linear-gradient(110deg, rgba(2, 5, 7, .96) 0 44%, rgba(8, 10, 16, .76)),
        radial-gradient(circle at 74% 42%, rgba(206, 151, 64, .24), transparent 30%);
    min-height: 720px;
    overflow: hidden;
    padding: clamp(56px, 7vw, 94px) 0 clamp(42px, 6vw, 72px);
    position: relative;
}

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

.lep-hero-copy h2,
.lep-section h2,
.lep-final-cta h2 {
    color: var(--orange);
    font-size: clamp(2.25rem, 4.2vw, 4.6rem);
    letter-spacing: 0;
    line-height: .98;
    margin: 0;
    text-shadow: 0 0 22px rgba(255, 106, 0, .18);
}

.lep-section h2,
.lep-final-cta h2 {
    font-size: clamp(1.9rem, 3vw, 3.2rem);
}

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

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

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

.lep-hero-metrics span,
.lep-chip-grid span,
.lep-mini-card {
    background: rgba(8, 17, 24, .72);
    border: 1px solid rgba(206, 151, 64, .34);
    border-radius: var(--radius);
    color: #dce3ea;
    font-weight: 800;
}

.lep-hero-metrics span {
    color: var(--muted);
    font-size: .82rem;
    padding: 15px;
}

.lep-hero-metrics strong {
    color: #fff;
    display: block;
    font-size: 1.5rem;
    line-height: 1.05;
}

.lep-hero-visual {
    border: 1px solid rgba(206, 151, 64, .42);
    border-radius: 8px;
    box-shadow: 0 0 46px rgba(206, 151, 64, .22), 0 26px 80px rgba(0, 0, 0, .48);
    margin: 0;
    overflow: hidden;
    position: relative;
}

.lep-hero-visual::after,
.lep-wide-image::after {
    background: linear-gradient(135deg, rgba(255, 255, 255, .18), transparent 28%, rgba(206, 151, 64, .14));
    content: "";
    inset: 0;
    pointer-events: none;
    position: absolute;
}

.lep-hero-visual img,
.lep-wide-image img {
    height: auto;
    width: 100%;
}

.lep-hero-visual img,
.lep-wide-image img {
    cursor: zoom-in;
}

.lep-hero-visual:focus-within,
.lep-wide-image:focus-within,
.lep-hero-visual:hover,
.lep-wide-image:hover {
    border-color: rgba(255, 106, 0, .72);
    box-shadow: 0 0 54px rgba(255, 106, 0, .24), 0 26px 86px rgba(0, 0, 0, .56);
}

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

.lep-anchor-nav {
    backdrop-filter: blur(18px);
    background: rgba(2, 5, 7, .86);
    border-bottom: 1px solid rgba(206, 151, 64, .2);
    border-top: 1px solid rgba(255, 255, 255, .06);
    position: sticky;
    top: 76px;
    z-index: 60;
}

.lep-anchor-nav .container {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    padding: 12px 0;
}

.lep-anchor-nav a {
    border: 1px solid rgba(206, 151, 64, .24);
    border-radius: 999px;
    color: #d7dee6;
    flex: 0 0 auto;
    font-size: .82rem;
    font-weight: 900;
    padding: 9px 14px;
}

.lep-anchor-nav a:hover {
    background: rgba(206, 151, 64, .12);
    color: #fff;
}

.lep-section {
    padding: clamp(58px, 7vw, 102px) 0;
    position: relative;
}

.lep-section:nth-of-type(odd) {
    background: linear-gradient(180deg, rgba(8, 17, 24, .24), rgba(2, 5, 7, .1));
}

.lep-glass-panel,
.lep-card,
.lep-tax-card,
.lep-ai-panel,
.lep-pdf-flow article {
    background: linear-gradient(145deg, rgba(8, 17, 24, .88), rgba(3, 8, 12, .74));
    border: 1px solid rgba(206, 151, 64, .32);
    border-radius: var(--radius);
    box-shadow: 0 18px 56px rgba(0, 0, 0, .34);
}

.lep-glass-panel,
.lep-ai-panel {
    padding: clamp(24px, 3vw, 36px);
}

.lep-glass-panel h3,
.lep-card h3,
.lep-tax-card h3,
.lep-pdf-flow h3 {
    color: #fff;
    margin: 0 0 14px;
}

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

.lep-card-grid.two { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.lep-card-grid.mini { grid-template-columns: repeat(2, minmax(0, 1fr)); margin-top: 0; }

.lep-card {
    padding: 24px;
}

.lep-card.large {
    padding: clamp(24px, 3vw, 34px);
}

.lep-card .card-icon {
    margin-bottom: 18px;
}

.lep-card ul {
    color: var(--muted);
    display: grid;
    gap: 10px;
    line-height: 1.58;
    margin: 0;
    padding-left: 18px;
}

.lep-card li::marker {
    color: #d59b42;
}

.lep-wide-image {
    border: 1px solid rgba(206, 151, 64, .34);
    border-radius: 8px;
    box-shadow: 0 0 42px rgba(206, 151, 64, .16), 0 24px 80px rgba(0,0,0,.42);
    margin: 34px auto;
    max-width: 980px;
    overflow: hidden;
    position: relative;
}

.lep-chip-grid {
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.lep-chip-grid.compact {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.lep-chip-grid.dense {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.lep-chip-grid span {
    align-items: center;
    display: flex;
    gap: 10px;
    min-height: 54px;
    padding: 12px 14px;
}

.lep-chip-grid svg,
.lep-mini-card svg {
    color: #d59b42;
    flex: 0 0 auto;
    height: 22px;
    width: 22px;
}

.lep-dossier-band {
    background:
        linear-gradient(110deg, rgba(2, 5, 7, .96), rgba(24, 16, 7, .58)),
        radial-gradient(circle at 72% 44%, rgba(206, 151, 64, .2), transparent 28%);
}

.lep-business-health {
    background:
        linear-gradient(105deg, rgba(2, 5, 7, .98), rgba(6, 14, 20, .9)),
        radial-gradient(circle at 78% 45%, rgba(255, 106, 0, .16), transparent 30%);
}

.lep-business-score-panel {
    background: linear-gradient(145deg, rgba(8, 17, 24, .9), rgba(3, 8, 12, .78));
    border: 1px solid rgba(255, 106, 0, .48);
    border-radius: var(--radius);
    box-shadow: 0 24px 70px rgba(0, 0, 0, .42), 0 0 34px rgba(255, 106, 0, .08);
    padding: clamp(28px, 4vw, 42px);
}

.lep-business-score-panel > span {
    color: #f5b45d;
    display: block;
    font-size: .9rem;
    font-weight: 900;
    letter-spacing: 1.4px;
    margin-bottom: 12px;
    text-transform: uppercase;
}

.lep-business-score-panel > strong {
    color: var(--orange);
    display: block;
    font-size: clamp(4rem, 8vw, 6.1rem);
    letter-spacing: 0;
    line-height: .9;
    margin-bottom: 26px;
    text-shadow: 0 0 28px rgba(255, 106, 0, .18);
}

.lep-business-score-panel h3 {
    color: #fff;
    font-size: clamp(1.05rem, 1.5vw, 1.3rem);
    margin: 24px 0 8px;
}

.lep-business-score-panel p {
    margin: 0;
}

.lep-recovery-band {
    background:
        linear-gradient(110deg, rgba(4, 8, 11, .98), rgba(18, 11, 5, .62)),
        radial-gradient(circle at 12% 50%, rgba(255, 106, 0, .1), transparent 26%);
}

.lep-recovery-panel {
    background: linear-gradient(145deg, rgba(8, 17, 24, .92), rgba(3, 8, 12, .82));
    border: 1px solid rgba(255, 106, 0, .5);
    border-radius: var(--radius);
    box-shadow: 0 24px 70px rgba(0, 0, 0, .42), 0 0 34px rgba(255, 106, 0, .08);
    padding: clamp(28px, 4vw, 42px);
}

.lep-recovery-panel small {
    color: #f5b45d;
    display: block;
    font-size: .9rem;
    font-weight: 900;
    letter-spacing: 1.3px;
    margin-bottom: 18px;
    text-transform: uppercase;
}

.lep-recovery-panel p {
    color: var(--muted);
    font-size: 1.03rem;
    line-height: 1.75;
    margin: 0 0 18px;
}

.lep-recovery-panel strong {
    color: #fff;
    display: block;
    font-size: 1rem;
    line-height: 1.45;
    margin-top: 18px;
}

.lep-tax-card {
    align-items: center;
    display: grid;
    gap: 24px;
    grid-template-columns: .7fr 1.3fr;
    margin: 26px 0;
    padding: clamp(24px, 3vw, 34px);
}

.lep-tax-table {
    border: 1px solid rgba(206, 151, 64, .28);
    border-radius: var(--radius);
    overflow: hidden;
}

.lep-tax-table > div {
    display: grid;
    grid-template-columns: 1.3fr .7fr .7fr 1fr;
}

.lep-tax-table strong,
.lep-tax-table span {
    border-bottom: 1px solid rgba(255,255,255,.08);
    border-right: 1px solid rgba(255,255,255,.08);
    color: #dce3ea;
    padding: 13px 12px;
}

.lep-tax-table strong {
    background: rgba(206, 151, 64, .14);
    color: #fff;
}

.lep-mini-card {
    align-items: center;
    display: flex;
    gap: 12px;
    min-height: 74px;
    padding: 16px;
}

.lep-ai-layout {
    align-items: stretch;
    gap: clamp(24px, 3vw, 42px);
    grid-template-columns: minmax(0, 1fr) minmax(360px, 405px);
}

.lep-ai-layout .lep-ai-panel {
    background:
        linear-gradient(90deg, rgba(255, 106, 0, .02), transparent 52%),
        linear-gradient(145deg, rgba(5, 12, 17, .96), rgba(2, 5, 7, .9));
    box-shadow:
        inset 36px 16px 0 rgba(0, 0, 0, .18),
        0 22px 70px rgba(0, 0, 0, .42);
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 545px;
    padding: clamp(34px, 4vw, 46px);
}

.lep-ai-layout .kicker {
    color: rgba(246, 248, 251, .58);
    margin-bottom: clamp(34px, 5vw, 58px);
}

.lep-ai-layout h2 {
    font-size: clamp(2rem, 3vw, 2.7rem);
    line-height: 1.26;
    max-width: 780px;
}

.lep-ai-layout .lep-ai-panel > p:not(.kicker):not(.lep-privacy) {
    color: #f7f8fa;
    font-size: clamp(1.04rem, 1.45vw, 1.34rem);
    font-weight: 750;
    line-height: 1.12;
    margin: clamp(48px, 5.5vw, 66px) 0 0;
    max-width: 790px;
}

.lep-ai-layout .lep-privacy {
    align-self: center;
    background: transparent;
    border-left-color: var(--orange);
    color: rgba(246, 248, 251, .56);
    font-size: clamp(1rem, 1.35vw, 1.22rem);
    font-weight: 750;
    line-height: 1.22;
    margin: clamp(34px, 4vw, 42px) 0 0;
    max-width: 430px;
    padding: 4px 0 4px 18px;
}

.lep-card-grid.mini.lep-ai-list {
    align-content: stretch;
    display: grid;
    gap: 18px;
    grid-template-columns: 1fr;
    margin-top: 0;
}

.lep-ai-list .lep-mini-card {
    background: rgba(8, 17, 24, .78);
    border-color: rgba(206, 151, 64, .42);
    box-shadow: 0 16px 38px rgba(0, 0, 0, .24);
    min-height: 76px;
    padding: 18px 20px;
}

.lep-ai-list .lep-mini-card span {
    color: #f5f8fb;
    font-size: .98rem;
    line-height: 1.25;
}

.lep-privacy {
    background: rgba(206, 151, 64, .1);
    border-left: 3px solid #d59b42;
    border-radius: 0 var(--radius) var(--radius) 0;
    padding: 14px 16px;
}

.lep-pdf-flow {
    display: grid;
    gap: 18px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.lep-pdf-flow article {
    padding: 22px;
}

.lep-pdf-flow strong {
    color: #d59b42;
    display: block;
    font-size: .82rem;
    letter-spacing: 1.8px;
    margin-bottom: 14px;
}

.lep-field-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.lep-field-list code {
    background: rgba(255,255,255,.06);
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 6px;
    color: #f5d39b;
    padding: 8px 10px;
}

.lep-final-cta {
    background:
        linear-gradient(110deg, rgba(2, 5, 7, .98), rgba(28, 17, 7, .76)),
        radial-gradient(circle at 80% 30%, rgba(206, 151, 64, .24), transparent 32%);
    border-top: 1px solid rgba(206, 151, 64, .22);
    padding: clamp(66px, 8vw, 118px) 0;
    text-align: center;
}

.lep-final-cta p {
    margin-left: auto;
    margin-right: auto;
    max-width: 760px;
}

.lep-final-cta .hero-actions {
    justify-content: center;
}

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: 1080px) {
    .lep-hero-grid,
    .lep-split,
    .lep-tax-card {
        grid-template-columns: 1fr;
    }
    .lep-card-grid,
    .lep-card-grid.two,
    .lep-card-grid.mini,
    .lep-pdf-flow {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .lep-chip-grid,
    .lep-chip-grid.compact,
    .lep-chip-grid.dense {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .lep-ai-layout .lep-ai-panel {
        min-height: 0;
    }
    .lep-ai-layout .lep-privacy {
        align-self: flex-start;
        max-width: 620px;
    }
}

@media (max-width: 760px) {
    .lep-anchor-nav { top: 68px; }
    .lep-hero { min-height: 0; }
    .lep-hero-metrics,
    .lep-card-grid,
    .lep-card-grid.two,
    .lep-card-grid.mini,
    .lep-pdf-flow,
    .lep-chip-grid,
    .lep-chip-grid.compact {
        grid-template-columns: 1fr;
    }
    .lep-chip-grid.dense {
        grid-template-columns: 1fr;
    }
    .lep-tax-table {
        overflow-x: auto;
    }
    .lep-tax-table > div {
        min-width: 620px;
    }
    .lep-ai-layout .lep-ai-panel {
        box-shadow: 0 18px 48px rgba(0, 0, 0, .34);
        padding: 24px;
    }
    .lep-ai-layout .kicker {
        margin-bottom: 28px;
    }
    .lep-ai-layout .lep-ai-panel > p:not(.kicker):not(.lep-privacy) {
        line-height: 1.32;
        margin-top: 30px;
    }
    .lep-ai-layout .lep-privacy {
        font-size: .98rem;
        margin-top: 26px;
    }
}

@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;
    }
}
