.ae-landing-hero-cta-wrap {
    display: block;
    margin-top: 10px;
    text-align: center;
    animation: ae-landing-hero-cta-sway 4.8s ease-in-out infinite;
    transform-origin: center center;
}

.ae-landing-hero-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5em;
    max-width: 100%;
    box-sizing: border-box;
    padding: 0.72em 1.4em;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    background: rgba(255, 255, 255, 0.14);
    box-shadow: 0 14px 28px rgba(18, 31, 56, 0.18);
    color: #ffffff !important;
    font: inherit;
    line-height: 1.2;
    text-decoration: none;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    transition: transform 180ms ease, background-color 180ms ease, box-shadow 180ms ease;
}

.ae-landing-hero-cta::before {
    content: "👉";
    flex: 0 0 auto;
    line-height: 1;
}

.ae-landing-hero-cta:visited {
    color: #ffffff !important;
}

.ae-landing-hero-cta:hover,
.ae-landing-hero-cta:focus-visible {
    background: rgba(255, 255, 255, 0.2);
    box-shadow: 0 18px 34px rgba(18, 31, 56, 0.22);
    color: #ffffff !important;
    transform: translateY(-1px);
    outline: none;
}

@keyframes ae-landing-hero-cta-sway {
    0%,
    100% {
        transform: translateX(0);
    }

    25% {
        transform: translateX(-4px);
    }

    75% {
        transform: translateX(4px);
    }
}

@media (prefers-reduced-motion: reduce) {
    .ae-landing-hero-cta-wrap {
        animation: none;
    }
}

.ae-landing-logout-item {
    display: inline-flex;
    align-items: center;
}

.ae-landing-logout-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    padding: 0 !important;
    border: 1px solid rgba(255, 255, 255, 0.34);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.14);
    color: #ffffff !important;
    box-shadow: 0 14px 28px rgba(18, 31, 56, 0.18);
    appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
    text-decoration: none;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    transition: transform 180ms ease, background-color 180ms ease, border-color 180ms ease, box-shadow 180ms ease, opacity 180ms ease;
}

.ae-landing-logout-button:hover,
.ae-landing-logout-button:focus-visible {
    background: rgba(255, 255, 255, 0.22);
    border-color: rgba(255, 255, 255, 0.52);
    box-shadow: 0 18px 34px rgba(18, 31, 56, 0.24);
    color: #ffffff !important;
    transform: translateY(-1px);
    outline: none;
}

.ae-landing-logout-button.is-loading {
    opacity: 0.78;
    cursor: progress;
    transform: none;
}

.ae-landing-logout-button svg {
    width: 20px;
    height: 20px;
    stroke: currentColor;
    stroke-width: 1.85;
    stroke-linecap: round;
    stroke-linejoin: round;
    fill: none;
}

.ae-landing-access-record {
    background:
        radial-gradient(circle at top left, rgba(255, 173, 142, 0.26), transparent 32%),
        radial-gradient(circle at top right, rgba(65, 154, 248, 0.18), transparent 28%),
        linear-gradient(180deg, #f7fbff 0%, #ffffff 52%, #f8f5ff 100%);
}

.ae-landing-access {
    display: flex;
    flex-direction: column;
    gap: 36px;
}

.ae-landing-access__intro {
    max-width: 760px;
}

.ae-landing-access__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(65, 154, 248, 0.1);
    color: #2f70d8;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.ae-landing-access__title,
.ae-landing-web__title {
    margin: 18px 0 14px;
    color: #1d2c43;
    font-size: clamp(32px, 4vw, 48px);
    line-height: 1.08;
    font-weight: 800;
}

.ae-landing-access__text,
.ae-landing-web__text {
    margin: 0;
    color: #5f6f87;
    font-size: 18px;
    line-height: 1.7;
}

.ae-platform-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 260px), 1fr));
    gap: 24px;
    align-items: stretch;
}

.ae-platform-grid > * {
    min-width: 0;
}

.ae-platform-card {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 16px;
    min-height: 252px;
    height: 100%;
    padding: 28px;
    border: 1px solid rgba(155, 181, 220, 0.26);
    border-radius: 30px;
    background: rgba(255, 255, 255, 0.78);
    box-shadow: 0 22px 54px rgba(69, 93, 132, 0.12);
    color: #1d2c43;
    text-decoration: none;
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
    overflow: hidden;
    min-width: 0;
}

button.ae-platform-card {
    width: 100%;
    appearance: none;
    text-align: left;
    cursor: pointer;
    font: inherit;
}

.ae-platform-card:hover,
.ae-platform-card:focus-visible {
    transform: translateY(-4px);
    box-shadow: 0 28px 62px rgba(69, 93, 132, 0.16);
    border-color: rgba(65, 154, 248, 0.28);
    outline: none;
}

.ae-platform-card--google {
    background: linear-gradient(180deg, rgba(244, 250, 255, 0.96), rgba(255, 255, 255, 0.92));
}

.ae-platform-card--apple {
    background: linear-gradient(180deg, rgba(255, 247, 251, 0.96), rgba(255, 255, 255, 0.92));
}

.ae-platform-card--web {
    background:
        radial-gradient(circle at top right, rgba(65, 154, 248, 0.18), transparent 32%),
        linear-gradient(180deg, rgba(242, 248, 255, 0.96), rgba(255, 255, 255, 0.92));
}

.ae-platform-card__badge {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    max-width: 100%;
    min-height: 56px;
}

.ae-platform-card__badge img {
    display: block;
    width: min(100%, 184px);
    height: auto;
    border-radius: 15px;
    box-shadow: 0 14px 28px rgba(32, 42, 60, 0.14);
}

.ae-platform-card__title {
    font-size: 26px;
    font-weight: 800;
    line-height: 1.1;
}

.ae-platform-card__status {
    display: inline-flex;
    align-self: flex-start;
    padding: 8px 12px;
    border-radius: 999px;
    background: rgba(65, 154, 248, 0.1);
    color: #2f70d8;
    font-size: 13px;
    font-weight: 700;
}

.ae-platform-card__rating {
    display: inline-flex;
    align-items: center;
    align-self: flex-start;
    flex-wrap: wrap;
    gap: 8px;
    min-height: 38px;
    padding: 0 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.94);
    border: 1px solid rgba(191, 206, 230, 0.9);
    box-shadow: 0 12px 24px rgba(69, 93, 132, 0.12);
    color: #36465f;
    font-size: 14px;
    line-height: 1;
    font-weight: 700;
}

.ae-platform-card__rating strong {
    color: #1d2c43;
    font-size: 15px;
    font-weight: 800;
}

.ae-platform-card__rating span:last-child {
    color: #6b7b93;
    font-size: 13px;
    font-weight: 700;
}

.ae-platform-card__meta {
    margin-top: auto;
    color: #6d7b90;
    font-size: 15px;
    line-height: 1.65;
}

.ae-landing-web {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(380px, 0.92fr);
    gap: 34px;
    align-items: center;
}

.ae-landing-web__content {
    padding: 34px;
    border: 1px solid rgba(155, 181, 220, 0.24);
    border-radius: 34px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.88), rgba(248, 251, 255, 0.9));
    box-shadow: 0 26px 64px rgba(69, 93, 132, 0.12);
}

.ae-landing-web__points {
    margin: 28px 0 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 12px;
}

.ae-landing-web__points li {
    position: relative;
    padding-left: 20px;
    color: #31405a;
    font-size: 16px;
    line-height: 1.55;
}

.ae-landing-web__points li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: linear-gradient(180deg, #ff7a51, #ff5e84);
    box-shadow: 0 0 0 6px rgba(255, 122, 81, 0.12);
}

.ae-landing-web__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 28px;
    min-width: 220px;
    min-height: 58px;
    padding: 0 26px;
    border-radius: 999px;
    background: #fff;
    border: 1px solid rgba(181, 198, 226, 0.92);
    box-shadow: 0 18px 40px rgba(109, 130, 167, 0.18);
    color: #1d2c43;
    font-size: 16px;
    font-weight: 800;
    text-decoration: none;
    transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.ae-landing-web__button:hover,
.ae-landing-web__button:focus-visible {
    transform: translateY(-2px);
    border-color: rgba(65, 154, 248, 0.3);
    box-shadow: 0 24px 48px rgba(109, 130, 167, 0.24);
    outline: none;
}

.ae-landing-web__visual {
    padding: 18px 16px 32px;
}

.ae-web-preview-shell {
    position: relative;
    max-width: 680px;
    margin-left: auto;
    transform: rotate(-10deg);
    transform-origin: center center;
}

.ae-web-preview {
    overflow: hidden;
    position: relative;
    border: 1px solid rgba(157, 182, 220, 0.26);
    border-radius: 34px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(247, 251, 255, 0.92));
    box-shadow: 0 34px 72px rgba(39, 62, 103, 0.22);
}

.ae-web-preview__chrome {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: 14px;
    padding: 14px 18px;
    border-bottom: 1px solid rgba(208, 221, 242, 0.88);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 251, 255, 0.95));
}

.ae-web-preview__traffic {
    display: inline-flex;
    gap: 7px;
}

.ae-web-preview__traffic span {
    width: 11px;
    height: 11px;
    border-radius: 999px;
    box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.42);
}

.ae-web-preview__traffic span:nth-child(1) {
    background: #ff6b63;
}

.ae-web-preview__traffic span:nth-child(2) {
    background: #ffcf4a;
}

.ae-web-preview__traffic span:nth-child(3) {
    background: #3fcf72;
}

.ae-web-preview__address {
    justify-self: center;
    min-width: 0;
    padding: 8px 16px;
    border-radius: 999px;
    background: rgba(236, 242, 250, 0.92);
    color: #5f6f87;
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ae-web-preview__chip {
    padding: 8px 12px;
    border-radius: 999px;
    background: rgba(65, 154, 248, 0.12);
    color: #2f70d8;
    font-size: 12px;
    font-weight: 800;
    line-height: 1;
}

.ae-web-preview__viewport {
    position: relative;
}

.ae-web-preview__image {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center top;
}

.ae-web-preview__gradient {
    position: absolute;
    inset: auto 0 0;
    height: 34%;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(248, 251, 255, 0.62) 100%);
    pointer-events: none;
}

.ae-web-preview__halo {
    position: absolute;
    border-radius: 999px;
    filter: blur(8px);
    opacity: 0.82;
    pointer-events: none;
}

.ae-web-preview__halo--one {
    top: -20px;
    right: 36px;
    width: 140px;
    height: 140px;
    background: radial-gradient(circle, rgba(255, 122, 81, 0.38) 0%, rgba(255, 122, 81, 0) 72%);
}

.ae-web-preview__halo--two {
    left: -26px;
    bottom: 24px;
    width: 180px;
    height: 180px;
    background: radial-gradient(circle, rgba(65, 154, 248, 0.3) 0%, rgba(65, 154, 248, 0) 72%);
}

.ae-web-preview__overlay,
.ae-web-preview__stat {
    position: absolute;
    border: 1px solid rgba(255, 255, 255, 0.78);
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.88);
    box-shadow: 0 24px 46px rgba(38, 52, 85, 0.16);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
}

.ae-web-preview__overlay {
    display: grid;
    gap: 6px;
    padding: 18px 20px;
    max-width: 260px;
}

.ae-web-preview__overlay--top {
    top: 22px;
    left: -18px;
}

.ae-web-preview__overlay--bottom {
    right: -14px;
    bottom: 18px;
    max-width: 280px;
}

.ae-web-preview__overlay-eyebrow {
    display: inline-flex;
    width: fit-content;
    padding: 6px 10px;
    border-radius: 999px;
    background: rgba(255, 122, 81, 0.12);
    color: #ff7a51;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.ae-web-preview__overlay strong {
    color: #1e2c42;
    font-size: 20px;
    line-height: 1.15;
    font-weight: 800;
}

.ae-web-preview__overlay span {
    color: #5f6f87;
    font-size: 14px;
    line-height: 1.55;
}

.ae-web-preview__stat {
    display: grid;
    gap: 4px;
    padding: 16px 18px;
    min-width: 126px;
}

.ae-web-preview__stat--primary {
    left: 20px;
    bottom: 18px;
}

.ae-web-preview__stat--secondary {
    top: 24px;
    right: 20px;
}

.ae-web-preview__stat strong {
    color: #1e2c42;
    font-size: 28px;
    line-height: 1;
    font-weight: 800;
}

.ae-web-preview__stat span {
    color: #687791;
    font-size: 13px;
    line-height: 1.45;
}

.ae-floating-offer {
    position: fixed;
    right: 18px;
    bottom: 18px;
    z-index: 120;
    display: grid;
    gap: 10px;
    width: min(340px, calc(100vw - 28px));
    padding: 18px 52px 16px 18px;
    border: 1px solid rgba(255, 255, 255, 0.66);
    border-radius: 24px;
    background:
        radial-gradient(circle at top right, rgba(255, 221, 130, 0.42), transparent 36%),
        linear-gradient(135deg, rgba(255, 247, 227, 0.96) 0%, rgba(255, 255, 255, 0.94) 48%, rgba(243, 248, 255, 0.96) 100%);
    box-shadow: 0 28px 60px rgba(34, 46, 74, 0.18);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    animation: ae-floating-offer-drift 4.8s ease-in-out infinite;
    font-family: "Montserrat", Arial, sans-serif;
    transition: opacity 180ms ease, transform 180ms ease;
}

.ae-floating-offer.is-hidden {
    opacity: 0;
    pointer-events: none;
    transform: translate3d(0, 12px, 0);
}

.ae-floating-offer__close {
    position: absolute;
    top: 10px;
    right: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border: 1px solid rgba(206, 216, 233, 0.92);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.92);
    color: #5f6f87;
    font-size: 20px;
    line-height: 1;
    font-weight: 500;
    font-family: "Montserrat", Arial, sans-serif;
    cursor: pointer;
    box-shadow: 0 12px 24px rgba(109, 130, 167, 0.12);
}

.ae-floating-offer__close:hover,
.ae-floating-offer__close:focus-visible {
    color: #1d2c43;
    border-color: rgba(65, 154, 248, 0.24);
    outline: none;
}

.ae-floating-offer__eyebrow {
    display: inline-flex;
    width: fit-content;
    padding: 7px 12px;
    border-radius: 999px;
    background: rgba(255, 122, 81, 0.14);
    color: #d7652e;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.ae-floating-offer__title {
    color: #1d2c43;
    font-size: 22px;
    line-height: 1.1;
    font-weight: 800;
}

.ae-floating-offer__text {
    margin: 0;
    color: #5f6f87;
    font-size: 14px;
    line-height: 1.6;
}

.ae-floating-offer__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    width: fit-content;
    padding: 0 18px;
    border: 1px solid rgba(197, 210, 232, 0.92);
    border-radius: 999px;
    background: #fff;
    color: #1d2c43;
    font-size: 14px;
    font-weight: 800;
    text-decoration: none;
    box-shadow: 0 14px 26px rgba(109, 130, 167, 0.18);
}

@keyframes ae-floating-offer-drift {
    0%,
    100% {
        transform: translate3d(0, 0, 0);
    }

    50% {
        transform: translate3d(0, -10px, 0);
    }
}

.ae-landing-modal {
    position: fixed;
    inset: 0;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 24px;
    background: rgba(22, 33, 51, 0.56);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    z-index: 9999;
}

.ae-landing-modal.is-open {
    display: flex;
}

.ae-landing-modal__dialog {
    width: min(100%, 420px);
    padding: 30px;
    border-radius: 28px;
    background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
    box-shadow: 0 30px 70px rgba(25, 41, 68, 0.24);
    font-family: "Montserrat", Arial, sans-serif;
}

.ae-landing-modal__title {
    margin: 0 0 12px;
    color: #1d2c43;
    font-size: 26px;
    font-weight: 800;
}

.ae-landing-modal__text {
    margin: 0;
    color: #61708a;
    font-size: 16px;
    line-height: 1.7;
}

.ae-landing-modal__actions {
    display: flex;
    justify-content: flex-end;
    margin-top: 24px;
}

.ae-landing-modal__button {
    min-width: 120px;
    min-height: 50px;
    padding: 0 18px;
    border: 0;
    border-radius: 999px;
    background: linear-gradient(135deg, #419af8 0%, #76b4ff 100%);
    color: #fff;
    font-size: 15px;
    font-weight: 800;
    font-family: "Montserrat", Arial, sans-serif;
    cursor: pointer;
}

body.ae-landing-modal-open {
    overflow: hidden;
}

@media screen and (max-width: 1199px) {
    .ae-landing-web {
        grid-template-columns: 1fr;
    }

    .ae-web-preview-shell {
        max-width: 560px;
        margin: 0 auto;
    }

    .ae-web-preview__overlay--top {
        left: 12px;
    }

    .ae-web-preview__overlay--bottom {
        right: 12px;
    }
}

@media screen and (max-width: 767px) {
    .ae-landing-logout-item {
        padding-left: 15px !important;
    }

    .ae-landing-logout-button {
        width: 42px;
        height: 42px;
    }

    .ae-landing-access-record {
        padding-top: 72px !important;
        padding-bottom: 72px !important;
    }

    .ae-platform-grid {
        gap: 16px;
    }

    .ae-platform-card,
    .ae-landing-web__content {
        padding: 24px;
        border-radius: 26px;
    }

    .ae-platform-card {
        min-height: 0;
    }

    .ae-landing-access__title,
    .ae-landing-web__title {
        font-size: 30px;
    }

    .ae-landing-access__text,
    .ae-landing-web__text {
        font-size: 16px;
    }

    .ae-web-preview-shell {
        transform: none;
    }

    .ae-platform-card__badge img {
        width: min(100%, 170px);
    }

    .ae-web-preview__chrome {
        grid-template-columns: auto 1fr;
    }

    .ae-web-preview__chip {
        display: none;
    }

    .ae-web-preview__overlay,
    .ae-web-preview__stat {
        position: static;
    }

    .ae-web-preview__overlay {
        margin-top: 14px;
        max-width: none;
    }

    .ae-web-preview__stat {
        display: inline-grid;
        margin-top: 14px;
        margin-right: 10px;
    }

    .ae-floating-offer {
        right: 14px;
        left: 14px;
        bottom: 14px;
        width: auto;
        padding: 16px 50px 16px 16px;
        border-radius: 22px;
        animation-duration: 5.6s;
    }

    .ae-floating-offer__close {
        top: 8px;
        right: 8px;
    }
}
