.azl-why-page {
    --why-ink: #091321;
    --why-muted: #607083;
    --why-green: #173f3b;
    --why-deep: #07111d;
    --why-gold: #d9ad2f;
    --why-bronze: #b77946;
    --why-paper: #fbfaf6;
    --why-soft: #edf5f1;
    background: var(--why-paper);
    color: var(--why-ink);
    overflow: hidden;
}

.azl-why-page *,
.azl-why-page *::before,
.azl-why-page *::after {
    box-sizing: border-box;
    min-width: 0;
}

.azl-why-page .azl-legal-mark {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
}

.azl-why-page .azl-legal-mark svg {
    width: 1em;
    height: 1em;
    fill: currentColor;
}

.azl-why-hero {
    position: relative;
    padding: clamp(62px, 7vw, 104px) 0;
    border-bottom: 5px solid var(--why-gold);
    background:
        linear-gradient(90deg, rgba(255, 255, 255, .045) 1px, transparent 1px),
        linear-gradient(0deg, rgba(255, 255, 255, .035) 1px, transparent 1px),
        radial-gradient(circle at 16% 18%, rgba(217, 173, 47, .18), transparent 30%),
        radial-gradient(circle at 86% 72%, rgba(58, 115, 104, .34), transparent 42%),
        linear-gradient(120deg, #07111d 0%, #10272e 48%, #173f3b 100%);
    background-size: 58px 58px, 58px 58px, auto, auto, auto;
    color: #fff;
}

.azl-why-hero::after {
    content: "";
    position: absolute;
    inset: auto -120px -160px auto;
    width: 360px;
    height: 360px;
    border: 1px solid rgba(217, 173, 47, .16);
    transform: rotate(28deg);
    pointer-events: none;
}

.azl-why-hero-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1.28fr) minmax(300px, .72fr);
    gap: clamp(24px, 4vw, 58px);
    align-items: center;
}

.azl-why-badge,
.azl-why-page .azl-eyebrow {
    color: var(--why-gold);
    font-weight: 900;
}

.azl-why-badge {
    display: inline-flex;
    align-items: center;
    min-height: 36px;
    padding: 7px 14px;
    border: 1px solid rgba(217, 173, 47, .42);
    border-radius: 999px;
    background: rgba(217, 173, 47, .1);
    color: #f1d47a;
    line-height: 1.2;
}

.azl-why-hero h1 {
    max-width: 930px;
    margin: 20px 0;
    color: #fff;
    font-size: clamp(2.15rem, 4.25vw, 4.12rem);
    line-height: 1.1;
    overflow-wrap: anywhere;
    white-space: normal;
}

.azl-why-hero p {
    max-width: 900px;
    color: rgba(255, 255, 255, .82);
    font-size: clamp(1rem, 1.2vw, 1.16rem);
    line-height: 1.98;
}

.azl-why-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 26px;
}

.azl-why-actions .azl-btn {
    min-height: 52px;
}

.azl-why-proof {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.azl-why-proof div {
    min-height: 126px;
    padding: 18px;
    border: 1px solid rgba(217, 173, 47, .25);
    border-radius: 20px;
    background: linear-gradient(145deg, rgba(255, 255, 255, .095), rgba(255, 255, 255, .035));
    box-shadow: 0 18px 48px rgba(0, 0, 0, .18);
}

.azl-why-proof .azl-legal-mark {
    width: 50px;
    height: 50px;
    margin-bottom: 14px;
    border: 1px solid rgba(217, 173, 47, .38);
    border-radius: 17px;
    background: rgba(217, 173, 47, .13);
    color: var(--why-gold);
    font-size: 1.42rem;
}

.azl-why-proof strong {
    display: block;
    color: #fff;
    font-family: var(--azl-heading);
    font-size: 1rem;
    line-height: 1.55;
}

.azl-why-difference,
.azl-why-position,
.azl-why-strengths,
.azl-why-quality,
.azl-why-audience,
.azl-why-b2b,
.azl-why-maturity,
.azl-why-cta {
    padding: clamp(72px, 8vw, 112px) 0;
    border-bottom: 1px solid rgba(9, 19, 33, .08);
}

.azl-why-position,
.azl-why-difference,
.azl-why-audience,
.azl-why-maturity {
    background:
        radial-gradient(circle at 12% 14%, rgba(217, 173, 47, .07), transparent 30%),
        linear-gradient(180deg, #fffdf8 0%, #eef5f1 100%);
}

.azl-why-position {
    position: relative;
    background:
        linear-gradient(90deg, rgba(23, 63, 59, .055) 1px, transparent 1px),
        linear-gradient(0deg, rgba(23, 63, 59, .045) 1px, transparent 1px),
        linear-gradient(180deg, #fffdf8 0%, #f0f7f3 100%);
    background-size: 56px 56px, 56px 56px, auto;
}

.azl-why-position::before {
    content: "";
    position: absolute;
    inset: 0;
    border-block: 1px solid rgba(217, 173, 47, .18);
    background: linear-gradient(90deg, rgba(217, 173, 47, .08), transparent 24%, transparent 76%, rgba(23, 63, 59, .08));
    pointer-events: none;
}

.azl-why-position-wrap {
    position: relative;
    z-index: 1;
}

.azl-why-position .azl-why-section-head-wide {
    max-width: 980px;
    margin-inline: auto;
    text-align: center;
}

.azl-why-strengths {
    background:
        radial-gradient(circle at 88% 10%, rgba(23, 63, 59, .08), transparent 32%),
        linear-gradient(180deg, #fffefb 0%, #f7faf8 100%);
}

.azl-why-split,
.azl-why-quality-grid,
.azl-why-b2b-grid,
.azl-why-maturity-grid {
    display: grid;
    grid-template-columns: minmax(280px, .72fr) minmax(0, 1.28fr);
    gap: clamp(26px, 5vw, 66px);
    align-items: start;
}

.azl-why-section-head {
    max-width: 690px;
}

.azl-why-section-head-wide {
    max-width: 950px;
    margin-bottom: 34px;
}

.azl-why-section-head h2 {
    margin: 12px 0 14px;
    color: var(--why-ink);
    font-size: clamp(2rem, 3.6vw, 3.35rem);
    line-height: 1.18;
}

.azl-why-section-head p {
    margin: 0;
    color: var(--why-muted);
    font-size: 1.04rem;
    line-height: 1.95;
}

.azl-why-thinking,
.azl-why-position-grid,
.azl-why-strength-grid,
.azl-why-audience-grid {
    display: grid;
    gap: 16px;
}

.azl-why-position-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 34px;
}

.azl-why-thinking {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.azl-why-strength-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
}

.azl-why-audience-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.azl-why-thinking article,
.azl-why-position-grid article,
.azl-why-strength-grid article,
.azl-why-audience-grid article {
    position: relative;
    min-height: 240px;
    padding: 24px;
    border: 1px solid rgba(9, 19, 33, .09);
    border-radius: 18px;
    background: rgba(255, 255, 255, .92);
    box-shadow: 0 18px 44px rgba(9, 19, 33, .06);
    transition: transform .24s ease, border-color .24s ease, box-shadow .24s ease;
}

.azl-why-position-grid article {
    min-height: 282px;
    overflow: hidden;
    border-color: rgba(23, 63, 59, .14);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, .94), rgba(255, 255, 255, .88)),
        linear-gradient(135deg, rgba(217, 173, 47, .13), rgba(23, 63, 59, .08));
}

.azl-why-position-grid article::before {
    content: "";
    position: absolute;
    inset-inline: 0;
    top: 0;
    height: 5px;
    background: linear-gradient(90deg, var(--why-bronze), var(--why-gold), var(--why-green));
}

.azl-why-position-grid article:nth-child(3) {
    border-color: rgba(217, 173, 47, .36);
    background:
        linear-gradient(145deg, rgba(255, 255, 255, .06), rgba(255, 255, 255, .02)),
        linear-gradient(135deg, #07111d 0%, #123136 58%, #173f3b 100%);
    box-shadow: 0 28px 68px rgba(7, 17, 29, .2);
}

.azl-why-position-grid article:nth-child(3) h3,
.azl-why-position-grid article:nth-child(3) p {
    color: #fff;
}

.azl-why-position-grid article:nth-child(3) p {
    color: rgba(255, 255, 255, .78);
}

.azl-why-position-grid article:nth-child(3) .azl-legal-mark {
    border-color: rgba(217, 173, 47, .42);
    background: rgba(217, 173, 47, .12);
    color: var(--why-gold);
}

.azl-why-thinking article:hover,
.azl-why-position-grid article:hover,
.azl-why-strength-grid article:hover,
.azl-why-audience-grid article:hover {
    transform: translateY(-4px);
    border-color: rgba(217, 173, 47, .32);
    box-shadow: 0 24px 58px rgba(9, 19, 33, .1);
}

.azl-why-thinking .azl-legal-mark,
.azl-why-position-grid .azl-legal-mark,
.azl-why-strength-grid .azl-legal-mark,
.azl-why-audience-grid .azl-legal-mark {
    width: 56px;
    height: 56px;
    margin-bottom: 18px;
    border: 1px solid rgba(23, 63, 59, .14);
    border-radius: 17px;
    background: #edf5f1;
    color: var(--why-green);
    font-size: 1.42rem;
}

.azl-why-thinking h3,
.azl-why-position-grid h3,
.azl-why-strength-grid h3,
.azl-why-audience-grid h3 {
    margin: 0 0 10px;
    color: var(--why-ink);
    font-size: 1.2rem;
    line-height: 1.45;
}

.azl-why-thinking p,
.azl-why-position-grid p,
.azl-why-strength-grid p,
.azl-why-audience-grid p {
    margin: 0;
    color: var(--why-muted);
    line-height: 1.85;
}

.azl-why-quality,
.azl-why-b2b,
.azl-why-cta {
    background:
        linear-gradient(90deg, rgba(255, 255, 255, .04) 1px, transparent 1px),
        linear-gradient(0deg, rgba(255, 255, 255, .035) 1px, transparent 1px),
        radial-gradient(circle at 88% 14%, rgba(217, 173, 47, .14), transparent 34%),
        linear-gradient(120deg, #07111d 0%, #10272e 52%, #173f3b 100%);
    background-size: 60px 60px, 60px 60px, auto, auto;
    color: #fff;
}

.azl-why-quality .azl-why-section-head h2,
.azl-why-b2b .azl-why-section-head h2,
.azl-why-cta h2 {
    color: #fff;
}

.azl-why-quality .azl-why-section-head p,
.azl-why-b2b .azl-why-section-head p,
.azl-why-cta p {
    color: rgba(255, 255, 255, .78);
}

.azl-why-quality-list,
.azl-why-b2b-list,
.azl-why-dont {
    display: grid;
    gap: 12px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.azl-why-quality-list li,
.azl-why-b2b-list li,
.azl-why-dont li {
    display: flex;
    gap: 12px;
    align-items: center;
    min-height: 74px;
    padding: 16px;
    border-radius: 16px;
    font-weight: 900;
    line-height: 1.65;
}

.azl-why-quality-list li,
.azl-why-b2b-list li {
    border: 1px solid rgba(255, 255, 255, .13);
    background: rgba(255, 255, 255, .08);
    color: #fff;
}

.azl-why-quality-list .azl-legal-mark,
.azl-why-b2b-list .azl-legal-mark,
.azl-why-dont .azl-legal-mark {
    width: 44px;
    height: 44px;
    border-radius: 14px;
}

.azl-why-quality-list .azl-legal-mark,
.azl-why-b2b-list .azl-legal-mark {
    background: rgba(217, 173, 47, .14);
    color: var(--why-gold);
}

.azl-why-b2b .azl-btn {
    margin-top: 24px;
}

.azl-why-dont li {
    border: 1px solid rgba(9, 19, 33, .08);
    background: rgba(255, 255, 255, .92);
    color: var(--why-ink);
    box-shadow: 0 14px 34px rgba(9, 19, 33, .055);
}

.azl-why-dont .azl-legal-mark {
    background: #edf5f1;
    color: var(--why-green);
}

.azl-why-cta-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(280px, auto);
    gap: 28px;
    align-items: center;
}

.azl-why-cta h2 {
    max-width: 900px;
    margin: 0 0 14px;
    font-size: clamp(1.9rem, 3.4vw, 3.15rem);
    line-height: 1.22;
}

.azl-why-cta p {
    max-width: 880px;
    margin: 0;
    line-height: 1.95;
}

.azl-why-cta .azl-why-actions {
    justify-content: flex-end;
    margin-top: 0;
}

@media (max-width: 1240px) {
    .azl-why-strength-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 980px) {
    .azl-why-hero-grid,
    .azl-why-split,
    .azl-why-quality-grid,
    .azl-why-b2b-grid,
    .azl-why-maturity-grid,
    .azl-why-cta-grid {
        grid-template-columns: 1fr;
    }

    .azl-why-proof,
    .azl-why-position-grid,
    .azl-why-thinking,
    .azl-why-strength-grid,
    .azl-why-audience-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .azl-why-cta .azl-why-actions {
        justify-content: flex-start;
    }
}

@media (max-width: 680px) {
    .azl-why-hero,
    .azl-why-position,
    .azl-why-difference,
    .azl-why-strengths,
    .azl-why-quality,
    .azl-why-audience,
    .azl-why-b2b,
    .azl-why-maturity,
    .azl-why-cta {
        padding: 58px 0;
    }

    .azl-why-hero h1,
    .azl-why-section-head h2 {
        font-size: clamp(1.58rem, 7vw, 2rem);
        line-height: 1.18;
        max-width: 100%;
        overflow-wrap: anywhere;
        word-break: normal;
        white-space: normal;
    }

    .azl-why-hero p,
    .azl-why-section-head p,
    .azl-why-cta p {
        font-size: .96rem;
        line-height: 1.86;
    }

    .azl-why-badge {
        max-width: 100%;
        white-space: normal;
        text-align: center;
    }

    .azl-why-proof,
    .azl-why-position-grid,
    .azl-why-thinking,
    .azl-why-strength-grid,
    .azl-why-audience-grid {
        grid-template-columns: 1fr;
    }

    .azl-why-actions,
    .azl-why-actions .azl-btn {
        width: 100%;
    }

    .azl-why-actions .azl-btn {
        justify-content: center;
        text-align: center;
        white-space: normal;
    }
}
