.mapro-abs-active {
    --abs-black: #080808;
    --abs-ink: #111217;
    --abs-muted: #6f727a;
    --abs-line: #e6e0d4;
    --abs-gold: #d6bb6a;
    --abs-red: #de233d;
    --abs-paper: #f7f4ef;
}

.mapro-abs-wrapper {
    color: var(--abs-ink);
    margin: 0 auto;
    max-width: 1480px;
    width: 100%;
}

.mapro-abs-wrapper * {
    box-sizing: border-box;
}

.mapro-abs-hero {
    align-items: end;
    background:
        linear-gradient(90deg, rgba(8, 8, 8, 0.98), rgba(8, 8, 8, 0.76)),
        radial-gradient(circle at 28% 54%, rgba(222, 35, 61, 0.65), transparent 34%);
    border-radius: 8px;
    color: #fff;
    display: grid;
    gap: 28px;
    grid-template-columns: minmax(0, 1fr) minmax(280px, 420px);
    margin: 0 0 20px;
    min-height: 320px;
    overflow: hidden;
    padding: 38px;
}

.mapro-abs-kicker {
    color: var(--abs-gold);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0;
    margin: 0 0 12px;
    text-transform: uppercase;
}

.mapro-abs-hero h2 {
    color: #fff;
    font-size: clamp(42px, 6vw, 88px);
    letter-spacing: 0;
    line-height: 0.92;
    margin: 0 0 18px;
    max-width: 980px;
    text-transform: uppercase;
}

.mapro-abs-hero p:not(.mapro-abs-kicker) {
    color: rgba(255, 255, 255, 0.8);
    font-size: 18px;
    line-height: 1.5;
    margin: 0;
    max-width: 820px;
}

.mapro-abs-special {
    align-items: center;
    background: linear-gradient(135deg, #f7df8a, #d6bb6a 54%, #ad8732);
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: 8px;
    box-shadow: 0 18px 38px rgba(214, 187, 106, 0.2);
    color: var(--abs-black);
    display: inline-flex;
    flex-wrap: wrap;
    gap: 9px;
    margin: 0 0 18px;
    max-width: 100%;
    padding: 12px 16px;
}

.mapro-abs-special span {
    background: var(--abs-black);
    border-radius: 999px;
    color: #fff;
    font-size: 11px;
    font-weight: 900;
    line-height: 1;
    padding: 8px 10px;
    text-transform: uppercase;
}

.mapro-abs-special strong {
    color: var(--abs-black);
    font-size: clamp(24px, 3vw, 42px);
    font-weight: 950;
    line-height: 1;
    text-transform: uppercase;
}

.mapro-abs-special em {
    color: rgba(8, 8, 8, 0.72);
    font-size: 13px;
    font-style: normal;
    font-weight: 900;
    text-transform: uppercase;
}

.mapro-abs-included {
    margin-top: 22px;
    max-width: 900px;
}

.mapro-abs-included h3 {
    color: #fff;
    font-size: 15px;
    font-weight: 950;
    letter-spacing: 0;
    margin: 0 0 12px;
    text-transform: uppercase;
}

.mapro-abs-included ul {
    display: grid;
    gap: 8px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    list-style: none;
    margin: 0;
    padding: 0;
}

.mapro-abs-included li {
    align-items: flex-start;
    color: rgba(255, 255, 255, 0.78);
    display: grid;
    font-size: 13px;
    font-weight: 800;
    gap: 9px;
    grid-template-columns: 9px minmax(0, 1fr);
    line-height: 1.35;
    text-transform: uppercase;
}

.mapro-abs-included li::before {
    background: var(--abs-gold);
    border-radius: 999px;
    content: "";
    height: 9px;
    margin-top: 4px;
    width: 9px;
}

.mapro-abs-stats {
    display: grid;
    gap: 12px;
    grid-template-rows: repeat(3, minmax(106px, 1fr));
}

.mapro-abs-stats div {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 106px;
    padding: 16px;
}

.mapro-abs-stats span {
    color: rgba(255, 255, 255, 0.58);
    display: block;
    font-size: 11px;
    font-weight: 900;
    margin-bottom: 8px;
    text-transform: uppercase;
}

.mapro-abs-stats strong {
    color: #fff;
    display: block;
    font-size: 22px;
    line-height: 1.12;
    overflow-wrap: anywhere;
}

.mapro-abs-stats small {
    color: rgba(255, 255, 255, 0.66);
    display: block;
    font-size: 12px;
    font-weight: 800;
    line-height: 1.35;
    margin-top: 8px;
    overflow-wrap: anywhere;
}

.mapro-abs-stats .is-referral-detected {
    border-color: rgba(214, 187, 106, 0.72);
}

.mapro-abs-stats .is-referral-detected strong {
    color: var(--abs-gold);
}

.mapro-abs-stats .is-referral-empty strong,
.mapro-abs-stats .is-referral-warning strong {
    color: #fff;
}

.mapro-abs-address {
    font-size: 18px !important;
    line-height: 1.25 !important;
}

.mapro-abs-booking-shell {
    background: #fff;
    border: 1px solid var(--abs-line);
    border-radius: 8px;
    box-shadow: 0 18px 50px rgba(17, 18, 23, 0.08);
    margin: 0 auto;
    overflow: hidden;
}

.mapro-abs-auto-shell {
    background: #fff;
    border: 1px solid var(--abs-line);
    border-radius: 8px;
    box-shadow: 0 18px 50px rgba(17, 18, 23, 0.08);
    margin: 18px auto;
    max-width: 1480px;
    overflow: hidden;
    padding: 18px;
}

.mapro-abs-booking-head {
    align-items: center;
    background: var(--abs-paper);
    border-bottom: 1px solid var(--abs-line);
    display: flex;
    justify-content: space-between;
    padding: 24px;
}

.mapro-abs-booking-head h3 {
    color: var(--abs-ink);
    font-size: 30px;
    letter-spacing: 0;
    line-height: 1;
    margin: 0;
    text-transform: uppercase;
}

.mapro-abs-booking-head > span {
    background: var(--abs-black);
    border-radius: 999px;
    color: #fff;
    font-size: 12px;
    font-weight: 900;
    padding: 10px 14px;
    text-transform: uppercase;
}

.mapro-abs-amelia-frame {
    padding: 24px;
}

.mapro-abs-active .ameli-app-booking,
.mapro-abs-active .amelia-app-booking,
.mapro-abs-active [class*="am-fs"],
.mapro-abs-active [id*="amelia"] {
    font-family: inherit;
}

.mapro-abs-active .am-fs__main,
.mapro-abs-active .ameli-app-booking,
.mapro-abs-active .amelia-app-booking {
    border-radius: 8px;
}

.mapro-abs-active .am-fs-sb,
.mapro-abs-active .am-fs__sidebar,
.mapro-abs-active .am-fs__steps,
.mapro-abs-active [class*="am-fs-sb"] {
    background: var(--abs-black) !important;
    color: #fff !important;
}

.mapro-abs-active .am-button,
.mapro-abs-active button.am-button,
.mapro-abs-active .el-button--primary,
.mapro-abs-active [class*="am-"][class*="button"] {
    border-radius: 8px !important;
    font-weight: 900 !important;
    letter-spacing: 0 !important;
}

.mapro-abs-active .el-button--primary,
.mapro-abs-active .am-button.am-button--primary,
.mapro-abs-active button[type="submit"] {
    background: var(--abs-black) !important;
    border-color: var(--abs-black) !important;
    color: #fff !important;
}

.mapro-abs-active .el-button--primary:hover,
.mapro-abs-active .am-button.am-button--primary:hover,
.mapro-abs-active button[type="submit"]:hover {
    background: var(--abs-gold) !important;
    border-color: var(--abs-gold) !important;
    color: var(--abs-black) !important;
}

.mapro-abs-active input,
.mapro-abs-active select,
.mapro-abs-active textarea,
.mapro-abs-active .el-input__inner,
.mapro-abs-active .el-textarea__inner {
    border-radius: 8px !important;
}

.mapro-abs-active .el-input__inner:focus,
.mapro-abs-active .el-textarea__inner:focus {
    border-color: var(--abs-gold) !important;
}

.mapro-abs-active .am-fs__congrats,
.mapro-abs-active .am-fs__main-content,
.mapro-abs-active .am-fs__content,
.mapro-abs-active [class*="am-fs__main"] {
    background: #fff !important;
}

.mapro-abs-active .am-fs__payments,
.mapro-abs-active .am-fs__summary,
.mapro-abs-active .am-fs__cart,
.mapro-abs-active [class*="summary"] {
    border-radius: 8px !important;
}

@media (max-width: 980px) {
    .mapro-abs-hero {
        grid-template-columns: 1fr;
        padding: 28px;
    }

    .mapro-abs-booking-head {
        align-items: flex-start;
        flex-direction: column;
        gap: 14px;
    }
}

@media (max-width: 640px) {
    .mapro-abs-hero {
        min-height: 0;
        padding: 22px;
    }

    .mapro-abs-booking-head,
    .mapro-abs-amelia-frame {
        padding: 18px;
    }

    .mapro-abs-booking-head h3 {
        font-size: 24px;
    }

    .mapro-abs-included ul {
        grid-template-columns: 1fr;
    }
}
