/* =========================================
   ABOUT PAGE — per Figma 287:929
   Prefix: au-
   ========================================= */

/* ---------- HERO ---------- */
.au-hero {
    padding: 20px 0 0;
}

.au-hero__panel {
    position: relative;
    border-radius: 32px;
    overflow: hidden;
    background: linear-gradient(100deg, #eef3f9 45%, #dde8f4 100%);
    min-height: 480px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.au-hero__bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 48%;
}

.au-hero__bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: .7;
}

.au-hero__bg::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, #eef3f9 0%, rgba(238, 243, 249, 0) 65%);
}

.au-hero__content {
    position: relative;
    z-index: 2;
    padding: 56px 64px 0;
    max-width: 1000px;
}

.au-hero__label {
    font-size: 32px;
    font-weight: 500;
    color: #000;
    line-height: 80px;
    text-transform: uppercase;
    white-space: nowrap;
}

.au-hero__title {
    font-size: 76px;
    font-weight: 700;
    color: #000;
    line-height: 80px;
    margin-bottom: 18px;
    white-space: nowrap;
    text-transform: uppercase;
}

.au-hero__title span {
    color: #2f80ed;
    -webkit-text-fill-color: #2f80ed;
    background: none;
    -webkit-background-clip: initial;
    background-clip: initial;
}

.au-hero__text {
    font-size: 24px;
    font-weight: 400;
    color: #000;
    line-height: 40px;
    margin-bottom: 26px;
}

.au-hero__btn {
    height: 60px;
    font-size: 18px;
    padding: 8px 20px;
}

.au-hero__features {
    position: relative;
    z-index: 2;
    align-self: flex-end;
    margin: 28px 24px 24px;
    background: rgba(15, 23, 42, .8);
    border-radius: 15px;
    display: flex;
    flex-wrap: wrap;
    gap: 12px 30px;
    padding: 20px 30px;
}

.au-hero__feature {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    white-space: nowrap;
}

.au-hero__feature img {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
}

/* ---------- WHY WE CREATED ---------- */
.au-why {
    padding: 40px 0 28px;
}

.au-why__wrapper {
    display: grid;
    grid-template-columns: 1fr 1.02fr;
    gap: 20px;
    align-items: stretch;
}

.au-why__panel {
    background: #f8fafc;
    border-radius: 24px;
    padding: 48px 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    backdrop-filter: blur(2px);
    filter: drop-shadow(0px 24px 25px rgba(0, 0, 0, 0.05));
}

.au-why__title {
    font-size: 32px;
    font-weight: 700;
    color: #000;
    line-height: 1.2;
    margin-bottom: 24px;
}

.au-why__text {
    font-size: 18px;
    font-weight: 300;
    color: #000;
    line-height: 1.4;
    margin-bottom: 0;
}

.au-why__text + .au-why__text {
    margin-top: 18px;
}

.au-why__highlight {
    font-size: 18px;
    font-weight: 700;
    color: #2f80ed;
    margin-top: 18px;
    line-height: 1.4;
}

.au-why__cards {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

.au-why__card {
    position: relative;
    border-radius: 24px;
    overflow: hidden;
    min-height: 420px;
    padding: 10px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    box-shadow: 0 24px 50px rgba(0, 0, 0, 0.05);
}

.au-why__card > img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 24px;
}

.au-why__card-overlay {
    position: absolute;
    inset: 0;
    background: rgba(15, 23, 42, 0.4);
    /*backdrop-filter: blur(2px);*/
    border-radius: 24px;
}

.au-why__card-content {
    position: relative;
    z-index: 2;
    padding: 15px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    border-radius: 16px;
}

.au-why__badge {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    box-shadow: inset 0 0 8.1px rgba(0, 0, 0, 0.25);
}

.au-why__badge img {
    width: 42px;
    height: 42px;
}

.au-why__card-title {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 4px;
    line-height: normal;
}

.au-why__card-text {
    font-size: 16px;
    font-weight: 300;
    color: #fff;
    line-height: 1.4;
}

/* ---------- REDEFINING ---------- */
.au-redefine {
    padding: 28px 0;
}

.au-redefine__panel {
    background: #08234d;
    border-radius: 24px;
    padding: 48px 104px;
}

.au-redefine__title {
    font-size: 40px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    margin-bottom: 80px;
    line-height: 1.4;
}

.au-redefine__cols {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.au-redefine__col {
    display: flex;
    gap: 20px;
    align-items: flex-start;
}

.au-redefine__col > img {
    flex-shrink: 0;
}

.au-redefine__col-title {
    font-size: 32px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 24px;
    line-height: 1.2;
}

.au-redefine__col-text p {
    font-size: 16px;
    font-weight: 300;
    color: rgba(255, 255, 255, .9);
    line-height: 1.4;
}

/* ---------- WHAT MAKES DIFFERENT ---------- */
.au-diff {
    padding: 48px 0;
    background: #f8fafc;
}

.au-diff__heading {
    font-size: 40px;
    font-weight: 700;
    color: #000;
    text-align: center;
    margin-bottom: 80px;
    line-height: 1.4;
}

.au-diff__wrapper {
    display: grid;
    grid-template-columns: 1fr 1.72fr;
    gap: 30px;
    align-items: flex-start;
}

.au-diff__subtitle,
.au-diff__wrapper > div:first-child > h2,
.au-diff__wrapper > div:first-child > h3:first-of-type {
    font-size: 24px;
    font-weight: 700;
    color: #000;
    line-height: 80px;
    margin-bottom: 0;
}

.au-diff__text,
.au-diff__wrapper > div:first-child > p {
    font-size: 18px;
    font-weight: 300;
    color: #000;
    line-height: 1.4;
    margin-bottom: 0;
}

.au-diff__list-title,
.au-diff__wrapper > div:first-child > h3:nth-of-type(2),
.au-diff__wrapper > div:first-child > h4 {
    font-size: 24px;
    font-weight: 700;
    color: #000;
    line-height: 80px;
    margin-bottom: 0;
}

.au-diff__list,
.au-diff__wrapper > div:first-child > ul {
    margin-bottom: 0;
    list-style: disc;
    padding-left: 27px;
}

.au-diff__list li,
.au-diff__wrapper > div:first-child > ul li {
    font-size: 18px;
    font-weight: 300;
    color: #000;
    line-height: 1.4;
    margin-bottom: 7px;
}

.au-diff__highlight,
.au-diff__wrapper > div:first-child > p:last-child {
    font-size: 18px;
    font-weight: 700;
    color: #2f80ed;
    line-height: 1.4;
}

.au-diff__cards {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

.au-diff__card {
    position: relative;
    height: 353px;
    border-radius: 16px;
    overflow: hidden;
    background: #000;
}

.au-diff__card > img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.au-diff__card-body {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 2;
    padding: 30px 20px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    width: 160px;
}

.au-diff__icon {
    width: 89px;
    height: 89px;
    border-radius: 50%;
    background: #f0f2f2;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.15);
    flex-shrink: 0;
}

.au-diff__icon img {
    width: 42px;
    height: 42px;
}

.au-diff__card-title {
    font-size: 20px;
    font-weight: 700;
    color: #000;
    line-height: 1.4;
}

.au-diff__card-text {
    font-size: 12px;
    font-weight: 300;
    color: #000;
    line-height: 1.4;
}

.au-diff__card-text p {
    font-size: inherit;
    font-weight: inherit;
    color: inherit;
    line-height: inherit;
    margin: 0;
}

.au-diff__card-title br {
    display: block;
    content: '';
    margin-top: -0.5em;
}

/* ---------- WHY CHOOSE ---------- */
.au-choose {
    padding: 48px 0;
}

.au-choose__panel {
    position: relative;
    background: #08234d;
    border-radius: 24px;
    overflow: hidden;
    height: 551px;
    padding: 48px 61px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.au-choose__bg {
    position: absolute;
    top: 0;
    left: 29.5%;
    right: 0;
    bottom: 0;
}

.au-choose__bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.au-choose__bg::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(90.01deg, #08234d 42.095%, rgba(248, 250, 252, 0) 114.24%);
}

.au-choose__content {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    gap: 29px;
}

.au-choose__title {
    font-size: 40px;
    font-weight: 700;
    color: #fff;
    line-height: 1.4;
}

.au-choose__text p {
    font-size: 18px;
    font-weight: 300;
    color: #fff;
    line-height: 1.4;
}

.au-choose__text p + p {
    margin-top: 25px;
}

.au-choose__bottom {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.au-choose__btn {
    height: 50px;
    font-size: 18px;
    padding: 0 24px;
}

.au-choose__stats {
    display: flex;
    gap: 10px;
    height: 179px;
}

.au-stat {
    background: rgba(255, 255, 255, .8);
    border-radius: 12px;
    padding: 20px;
    flex: 1;
    height: 179px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.au-stat__icon {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: #fff;
    box-shadow: inset 0 0 8.1px rgba(0, 0, 0, 0.25);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.au-stat__icon img {
    width: 32px;
    height: 32px;
}

.au-stat__value {
    font-size: 20px;
    font-weight: 700;
    color: #0f172a;
    line-height: 1.4;
}

.au-stat__value--sm {
    font-size: 16px;
}

.au-stat__desc {
    font-size: 14px;
    font-weight: 300;
    color: #0f172a;
    line-height: 1.4;
}

/* ---------- TRUSTED EXPERIENCES ---------- */
.au-trusted {
    padding: 80px 0;
}

.au-trusted__title {
    font-size: 40px;
    font-weight: 700;
    color: #0f172a;
    text-align: center;
    margin-bottom: 14px;
    line-height: 1.4;
}

.au-trusted__sub {
    font-size: 18px;
    font-weight: 300;
    color: #0f172a;
    text-align: center;
    margin-bottom: 56px;
    line-height: 1.4;
}

.au-trusted .reviews-slider {
    max-width: 1380px;
    margin: 0 auto;
}

.au-trusted .reviews-slider .slick-track {

}

.au-trusted .reviews-slider .slick-slide {
    height: 100%;
    margin: 0 10px;
}

.au-trusted .review-card {
    background: #f8f8f8;
    border: 1px solid rgba(100, 116, 139, 0.1);
    border-radius: 24px;
    padding: 29px;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.au-trusted .review-card__stars {
    font-family: 'DM Sans', sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #f4b942;
    letter-spacing: 2px;
}

.au-trusted .review-card__text {
    font-family: 'DM Sans', sans-serif;
    font-style: italic;
    font-weight: 400;
    font-size: 14px;
    color: #0f172a;
    line-height: 24.5px;
}

.au-trusted .review-card__author {
    display: flex;
    gap: 10px;
    align-items: center;
    padding-top: 6px;
}

.au-trusted .review-card__avatar {
    width: 38px;
    height: 38px;
    border-radius: 19px;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: 700;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: #fff;
}

.au-trusted .review-card__name {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: 700;
    font-size: 13px;
    color: #0f172a;
    line-height: normal;
    margin-bottom: 2px;
}

.au-trusted .review-card__verified {
    font-family: 'DM Sans', sans-serif;
    font-weight: 600;
    font-size: 10px;
    color: #6ee7c8;
    letter-spacing: 0.6px;
}

.au-reviews-arrow {
    background: #fff;
    border: none;
    border-radius: 8px;
    padding: 8px;
    filter: drop-shadow(0px 24px 25px rgba(0, 0, 0, 0.1));
    display: flex !important;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    width: 48px;
    height: 48px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
}

.au-reviews-arrow::before {
    display: none;
}

.au-reviews-arrow--prev {
    left: -60px;
}

.au-reviews-arrow--next {
    right: -60px;
}

@media screen and (max-width: 1700px)  and (min-width: 993px) {
    .au-reviews-arrow--prev {
        left: -12px;
    }

    .au-reviews-arrow--next {
        right: -12px;
    }
}

.au-reviews-arrow--prev svg {
    width: 20px;
    height: 20px;
}

.au-reviews-arrow--prev img {
    transform: rotate(90deg);
}

.au-reviews-arrow--next svg {
    transform: rotate(-180deg);
}

.au-trusted .slick-dots {
    display: flex !important;
    justify-content: center;
    gap: 6px;
    list-style: none;
    padding: 24px 0 0;
    margin: 0;
    position: relative;
    bottom: auto;
}

.au-trusted .slick-dots li {
    width: auto;
    height: auto;
    margin: 0;
}

.au-trusted .slick-dots li button {
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background: rgba(47, 128, 237, 0.3);
    border: none;
    padding: 0;
    cursor: pointer;
    transition: all 0.2s;
    font-size: 0;
    line-height: 0;
}

.au-trusted .slick-dots li.slick-active button {
    background: #2f80ed;
    width: 32px;
}

.au-trusted .slick-dots li button::before {
    display: none;
}

/* ---------- SIMPLE PRODUCTS ---------- */
.au-simple {
    padding: 56px 0;
}

.au-simple__wrapper {
    display: grid;
    grid-template-columns: 1fr 1.82fr;
    gap: 48px;
    align-items: stretch;
}

.au-simple__image {
    border-radius: 22px;
    overflow: hidden;
}

.au-simple__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.au-simple__title {
    font-size: 40px;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 16px;
}

.au-simple__sub {
    font-size: 16px;
    color: #475569;
    line-height: 1.65;
    margin-bottom: 30px;
    max-width: 980px;
}

.au-simple__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.au-simple__item {
    display: flex;
    align-items: center;
    gap: 22px;
    background: #fff;
    border: 1px solid #e9eef5;
    border-radius: 12px;
    padding: 22px 24px;
}

.au-simple__icon {
    width: 84px;
    height: 84px;
    border-radius: 50%;
    background: #eef2f7;
    border: 1px solid #e2e8f0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.au-simple__icon svg {
    width: 32px;
    height: 32px;
    object-fit: contain;
}

.au-simple__item-title {
    font-size: 21px;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 6px;
}

.au-simple__item-text {
    font-size: 14px;
    color: #64748b;
    line-height: 1.5;
}

.au-simple__cta {
    text-align: center;
    margin-top: 30px;
}

.au-simple__btn {
    height: 48px;
    font-size: 15px;
    font-weight: 500;
    padding: 8px 32px;
}

/* ---------- GROWING ---------- */
.au-grow {
    padding: 28px 0 48px;
}

.au-grow__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    align-items: stretch;
}

.au-grow__card {
    position: relative;
    background: #08234d;
    border-radius: 18px;
    padding: 40px 52px;
    overflow: hidden;
    min-height: 291px;
    display: flex;
    align-items: center;
}

.au-grow__split {
    display: grid;
    grid-template-columns: 1.05fr 1fr;
    gap: 32px;
    align-items: center;
    width: 100%;
}

.au-grow__title {
    font-size: 30px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 20px;
}

.au-grow__text {
    font-size: 15.5px;
    color: rgba(255, 255, 255, .82);
    line-height: 1.7;
}

.au-grow__map {
    width: 100%;
}

.au-grow__bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
}

.au-grow__bg img, .au-grow__bg picture {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: .6;
    object-position: right center;
}

.au-grow__bg::after {
    /*content: '';*/
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, #08234d 4%, rgba(8, 35, 77, .45) 60%, rgba(8, 35, 77, .2) 100%);
}

.au-grow__inner {
    position: relative;
    z-index: 2;
}

.au-grow__list {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.au-grow__text ul {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.au-grow__list li, .au-grow__text ul li {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 16px;
    color: rgba(255, 255, 255, .92);
}

.au-grow__list li::before, .au-grow__text ul li::before {
    width: 24px;
    height: 24px;
    display: inline-block;
    content: '';
    background: url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M12 20C16.4183 20 20 16.4183 20 12C20 7.58172 16.4183 4 12 4C7.58172 4 4 7.58172 4 12C4 16.4183 7.58172 20 12 20Z" fill="%236EE7C8" fill-opacity="0.15"/><path d="M8.5 11L11.394 13.894C11.4221 13.9221 11.4602 13.9379 11.5 13.9379C11.5398 13.9379 11.5779 13.9221 11.606 13.894L19.5 6" stroke="%236EE7C8" stroke-width="1.2"/></svg>');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center center;
}

/* ---------- CTA ---------- */
.au-cta {
    position: relative;
    padding: 76px 0;
    overflow: hidden;
    background: #08234d;
    text-align: center;
}

.au-cta__bg {
    position: absolute;
    inset: 0;
}

.au-cta__bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: .5;
}

.au-cta__inner {
    position: relative;
    z-index: 2;
    max-width: 760px;
    margin: 0 auto;
    padding: 0 20px;
}

.au-cta__title {
    font-size: 32px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 12px;
}

.au-cta__text {
    font-size: 15px;
    color: rgba(255, 255, 255, .85);
    margin-bottom: 26px;
}

/* ---------- RESPONSIVE ---------- */
@media screen and (max-width: 1500px) {
    .au-hero__title {
        font-size: 56px;
        line-height: 62px;
    }

    .au-hero__label {
        font-size: 24px;
        line-height: 1.4;
    }
}

@media screen and (max-width: 1200px) {
    .au-hero__title {
        font-size: 44px;
        line-height: 52px;
    }

    .au-why__wrapper, .au-diff__wrapper, .au-simple__wrapper, .au-grow__grid {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .au-choose__panel {
        height: auto;
        min-height: 0;
        padding: 48px 40px;
    }

    .au-choose__bg {
        left: 0;
    }

    .au-choose__bg::after {
        background: linear-gradient(180deg, #08234d 40%, rgba(8, 35, 77, 0.6) 100%);
    }

    .au-choose__bottom {
        flex-direction: column;
        align-items: flex-start;
        gap: 24px;
    }

    .au-choose__stats {
        height: auto;
        flex-wrap: wrap;
    }

    .au-stat {
        height: auto;
    }

    .au-redefine__panel {
        padding: 44px 40px;
    }

    .au-redefine__cols {
        gap: 40px;
    }

    .au-simple__image {
        max-height: 420px;
    }
}

@media screen and (max-width: 992px) {
    .au-hero__title {
        white-space: normal;
        font-size: 36px;
        line-height: 42px;
    }

    .au-grow__inner {
        padding-bottom: 230px;
    }

    .au-hero__content {
        padding: 36px 28px 0;
    }

    .au-hero__features {
        align-self: stretch;
        margin: 24px 16px 16px;
    }

    .au-why__panel {
        padding: 32px 26px;
    }

    .au-why__cards {
        grid-template-columns: 1fr;
    }

    .au-why__card {
        min-height: 320px;
    }

    .au-redefine__cols {
        grid-template-columns: 1fr;
    }

    .au-diff__cards {
        grid-template-columns: 1fr;
    }

    .au-diff__card {
        height: 300px;
    }

    .au-choose__stats {
        flex-wrap: wrap;
    }

    .au-stat {
        flex: 1 1 calc(50% - 5px);
    }

    .au-choose__title {
        font-size: 28px;
    }

    .au-simple__grid {
        grid-template-columns: 1fr;
    }

    .au-simple__icon {
        width: 60px;
        height: 60px;
    }

    .au-simple__icon svg {
        width: 24px;
        height: 24px;
    }

    .au-simple__item-title {
        font-size: 17px;
    }

    .au-simple__title {
        font-size: 30px;
    }

    .au-diff__heading {
        font-size: 30px;
    }

    .au-grow__card {
        padding: 32px 26px;
    }

    .au-grow__split {
        grid-template-columns: 1fr;

    }

    .au-cta__title {
        font-size: 24px;
    }
}

/* ---------- MOBILE 480px ---------- */
@media screen and (max-width: 480px) {
    /* Hero */
    .au-hero {
        padding: 0;
    }

    .au-hero__panel {
        border-radius: 16px;
        height: auto;
        min-height: 0;
        overflow: hidden;
    }

    .au-hero__bg {
        width: 100%;
        height: 210px;
        top: auto;
        bottom: 0;
    }

    .au-hero__bg img {
        opacity: .55;
    }

    .au-hero__bg::after {
        background: linear-gradient(170deg, #eef3f9 40%, rgba(238, 243, 249, 0.3) 100%);
    }

    .au-hero__content {
        padding: 28px 16px;
        max-width: none;
    }

    .au-hero__label {
        font-size: 14px;
        line-height: 1.4;
        margin-bottom: 10px;
    }

    .au-hero__title {
        font-size: 22px;
        line-height: 1.2;
        margin-bottom: 10px;
        white-space: normal;
    }

    .au-hero__text {
        font-size: 10px;
        line-height: 1.4;
        margin-bottom: 10px;
        max-width: 173px;
    }

    .au-hero__btn {
        height: auto;
        font-size: 12px;
        padding: 14px 16px;
        border-radius: 8px;
    }

    .au-hero__features {
        display: none;
    }

    /* Why */
    .au-why {
        padding: 20px 0;
    }

    .au-why__wrapper {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .au-why__panel {
        padding: 20px 10px;
        border-radius: 24px;
    }

    .au-why__title {
        font-size: 24px;
        margin-bottom: 24px;
    }

    .au-why__text {
        font-size: 14px;
    }

    .au-why__highlight {
        font-size: 16px;
    }

    .au-why__cards {
        gap: 20px;
        grid-template-columns: 1fr;
    }

    .au-why__card {
        min-height: 228px;
        border-radius: 24px;
    }

    .au-why__card-overlay {
        border-radius: 24px;
    }

    .au-why__card-content {
        gap: 10px;
        padding: 0;
    }

    .au-why__badge {
        width: 40px;
        height: 40px;
    }

    .au-why__badge img {
        width: 20px;
        height: 20px;
    }

    .au-why__card-title {
        font-size: 16px;
    }

    .au-why__card-text {
        font-size: 14px;
    }

    /* Redefine */
    .au-redefine {
        padding: 0 0 48px;
    }

    .au-redefine__panel {
        padding: 40px 10px;
        border-radius: 24px;
    }

    .au-redefine__title {
        font-size: 24px;
        margin-bottom: 20px;
    }

    .au-redefine__cols {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .au-redefine__col > img {
        height: 30px !important;
        width: auto !important;
    }

    .au-redefine__col-title {
        font-size: 20px;
        margin-bottom: 24px;
    }

    .au-redefine__col-text p {
        font-size: 14px;
    }

    /* Diff */
    .au-diff {
        padding: 20px 0;
    }

    .au-diff__heading {
        font-size: 24px;
        margin-bottom: 20px;
    }

    .au-diff__wrapper {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .au-diff__wrapper > div:first-child {
        display: flex;
        flex-direction: column;
        gap: 20px;
        padding: 20px 0;
    }

    .au-diff__subtitle,
    .au-diff__wrapper > div:first-child > h2,
    .au-diff__wrapper > div:first-child > h3:first-of-type {
        font-size: 16px;
        line-height: 1.4;
        margin: 0;
    }

    .au-diff__text,
    .au-diff__wrapper > div:first-child > p {
        font-size: 14px;
        margin: 0;
    }

    .au-diff__list-title,
    .au-diff__wrapper > div:first-child > h3:nth-of-type(2),
    .au-diff__wrapper > div:first-child > h4 {
        font-size: 16px;
        line-height: 1.4;
        margin: 0;
    }

    .au-diff__list,
    .au-diff__wrapper > div:first-child > ul {
        margin: 0;
    }

    .au-diff__list li,
    .au-diff__wrapper > div:first-child > ul li {
        font-size: 14px;
    }

    .au-diff__highlight,
    .au-diff__wrapper > div:first-child > p:last-child {
        font-size: 14px;
        margin: 0;
    }

    .au-diff__cards {
        gap: 10px;
        grid-template-columns: 1fr;
    }

    .au-diff__card {
        height: 353px;
        border-radius: 16px;
        background: rgba(255, 255, 255, 0);
    }

    .au-diff__card-body {
        width: 166px;
        padding: 30px 20px;
        gap: 15px;
    }

    .au-diff__icon {
        width: 89px;
        height: 89px;
    }

    .au-diff__icon img {
        width: 42px;
        height: 42px;
    }

    .au-diff__card-title {
        font-size: 20px;
    }
    .au-diff__card-title br {
        display: none;
    }

    .au-diff__card-text {
        font-size: 12px;
    }

    /* Choose */
    .au-choose {
        padding: 0 0 48px;
    }

    .au-choose__panel {
        padding: 48px 10px 277px;
        height: auto;
        border-radius: 0;
        width: calc(100% + 20px);
        margin-left: -10px;

    }

    .au-choose__bg {
        left: 0;
        right: 0;
        display: flex;
        align-items: flex-end;
        justify-content: center;
    }
    .au-choose__bg img{
        width: 187%;
        height: auto;
        object-fit: initial;
        margin-top: auto;
        max-width: none;
        flex-shrink: 0;
    }

    .au-choose__bg::after {
        background: linear-gradient(178.83deg, #08234D 72.45%, rgba(248, 250, 252, 0) 92.7%);
    }

    .au-choose__content {
        gap: 29px;
    }

    .au-choose__title {
        font-size: 24px;
    }

    .au-choose__text p {
        font-size: 14px;
    }

    .au-choose__bottom {
        flex-direction: column;
        gap: 20px;
        align-items: flex-start;
    }

    .au-choose__btn {
        height: 50px;
        font-size: 18px;
        width: 100%;
        order: 2;
    }

    .au-choose__stats {
        order: 1;
        flex-direction: column;
        width: 100%;
        gap: 10px;
        height: auto;
    }

    .au-stat {
        height: auto;
        padding: 20px;
        flex-direction: row;
        align-items: center;
        justify-content: flex-start;
        gap: 10px;
    }

    .au-stat__icon {
        width: 48px;
        height: 48px;
        flex-shrink: 0;
    }

    .au-stat__icon img {
        width: 24px;
        height: 24px;
    }

    .au-stat__value {
        font-size: 16px;
    }

    .au-stat__value--sm {
        font-size: 16px;
    }

    .au-stat__desc {
        font-size: 12px;
    }

    /* Trusted */
    .au-trusted {
        padding: 24px 0;
    }

    .au-trusted__title {
        font-size: 24px;
        text-align: center;
        margin-bottom: 20px;
    }

    .au-trusted__sub {
        font-size: 14px;
        text-align: center;
        margin-bottom: 20px;
    }

    .au-trusted .review-card {
        border-radius: 24px;
        padding: 29px;
    }

    .au-reviews-arrow {
        display: none !important;
    }

    /* Simple */
    .au-simple {
        padding: 40px 0 48px;
    }

    .au-simple__image {
        display: block;
        height: 373px;
        border-radius: 24px;
        overflow: hidden;
    }

    .au-simple__wrapper {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .au-simple__title {
        font-size: 24px;
        margin-bottom: 30px;
    }

    .au-simple__sub {
        font-size: 14px;
        margin-bottom: 30px;
    }

    .au-simple__grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .au-simple__item {
        padding: 20px 10px;
        gap: 20px;
        border-radius: 24px;
        background: #fff;
        box-shadow: 0 0 2px rgba(0, 0, 0, 0.15);
        border: none;
    }

    .au-simple__icon {
        width: 48px;
        height: 48px;
        border-radius: 50%;
        background: #f0f2f2;
        border: none;
    }

    .au-simple__icon svg {
        width: 22px;
        height: 22px;
    }

    .au-simple__item-title {
        font-size: 20px;
        font-weight: 600;
        line-height: 32.5px;
        margin-bottom: 15px;
    }

    .au-simple__item-text {
        font-size: 14px;
    }

    .au-simple__btn {
        height: 50px;
        font-size: 18px;
        width: 100%;
    }

    /* Grow */
    .au-grow {
        padding: 14px 0 24px;
    }

    .au-grow__grid {
        gap: 10px;
        grid-template-columns: 1fr;
    }

    .au-grow__card {
        min-height: 0;
        border-radius: 18px;
        padding: 24px 10px;
    }

    .au-grow__map {
        display: none;
    }

    .au-grow__title {
        font-size: 22px;
        margin-bottom: 12px;
    }

    .au-grow__text {
        font-size: 14px;
    }

    .au-grow__list li, .au-grow__text ul li {
        font-size: 14px;
        gap: 8px;
    }

    /* CTA */
    .au-cta {
        padding: 36px 0;
    }

    .au-cta__title {
        font-size: 22px;
    }

    .au-cta__text {
        font-size: 14px;
    }
}
