.contact-bar__two-inne:before {
    background-color: #f3d697;
}
.contact-bar__left-icon span {    color: #000000;
}
.contact-bar__two-inne {border-radius: 75px;
}
.contact-bar__two-inne:before {
    border-radius: 75px;
}
.main-slider__btn {
    background-color: #fdae02;
    color: #45494E;
}
.main-slider__btn1 {
    color: #45494E;
    border-radius: 30px;
    overflow: hidden;
    letter-spacing: 1.5px;
    font-size: 15px;
    background-color: #f3d697;
    margin-top: 5px;
}
.scroll-to-top {    background: #fdae02;

}
.faq-page .faq-one-accrodion .accrodion-title h4::before {
    color: #fdae02;
}
.services-details__points-list li .icon span {
    color: #fdae02;
}
.section-title__tagline:before {background-color: #fdae02;

}
.section-title__tagline {
    color: #fdae02;
}
.main-header--dark .main-menu .main-menu__list > li.current > a, .main-header--dark .main-menu .main-menu__list > li:hover > a, .main-header--dark.stricky-header .main-menu__list > li.current > a, .main-header--dark.stricky-header .main-menu__list > li:hover > a {
    color: #000000;
}
.mobile-nav__close {color: #000000;

}
.mobile-nav__contact li a {color: #000000;

}
.mobile-nav__content .main-menu__list>li>a, .mobile-nav__content .main-menu__list>li>ul>li>a, .mobile-nav__content .main-menu__list>li>ul>li>ul>li>a{color: #000000;

}
.mobile-nav__content {background-color: #f0f1f9;

}

.mobile-nav__social a {

    color: #fdae02

}
.mobile-nav__contact li>i {

    background-color: #fdae02;
}
.housecall {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 15px 0;
    background: #fff;
    z-index: 500;
    text-align: center;
    box-shadow: 0 0 10px rgba(0, 0, 0, .05);
}
.site-footer {
    padding-bottom: 70px;
}
.scroll-to-top {
    bottom: 100px;
}
.main-slider__btn{
    margin-top: 5px;
}
.main-menu__logo img{
    max-height: 80px;
}
.footer-widget__logo img {
    max-height: 80px;}
.site-footer__social a {color: #fdae02

}

/* ===========================
   Footer Logo Alignment
=========================== */

/*===============================
        FOOTER
================================*/

.footer-logo-col{
    display:flex;
    justify-content:center;
    align-items:flex-start;
}

.footer-logo-col .footer-widget__logo{
    width:100%;
    text-align:center;
}

.footer-logo-col .footer-widget__logo img{
    max-width:260px;
    width:100%;
    height:auto;
}

/* ===========================
   Housecall Buttons
=========================== */

.housecall{
    display:flex;
    justify-content:center;
    align-items:center;
    gap:15px;
    flex-wrap:nowrap;
}

.housecall .thm-btn{
    display:flex;
    justify-content:center;
    align-items:center;

    min-width:190px;
    height:58px;

    padding:0 26px;
    white-space:nowrap;
}

/* Tablet */

@media (max-width:991px){

    .housecall{
        gap:12px;
    }

    .housecall .thm-btn{
        min-width:170px;
        height:54px;
        font-size:14px;
        padding:0 18px;
    }

}

/* Mobile */

@media (max-width:767px){

    .housecall{
        width:100%;
        padding:0 15px;
        gap:10px;
    }

    .housecall .thm-btn{
        flex:1;
        min-width:0;
        height:50px;
        padding:0 10px;
        font-size:13px;
    }

}

/* ======================================
   Hero Slider Buttons
====================================== */

.main-slider__btn-box{
    display:flex;
    align-items:center;
    justify-content:flex-start;
    gap:16px;
    flex-wrap:nowrap;
}

.main-slider__btn-box .thm-btn{
    display:flex;
    align-items:center;
    justify-content:center;

    width:220px;
    height:58px;

    padding:0 24px;
    white-space:nowrap;
}

/* Tablet */

@media (max-width:991px){

    .main-slider__btn-box .thm-btn{

        width:190px;
        height:54px;

        font-size:14px;

    }

}

/* Mobile */

@media (max-width:767px){

    .main-slider__btn-box{

        width:100%;
        gap:10px;
        justify-content:space-between;
    }

    .main-slider__btn-box .thm-btn{

        width:calc(50% - 5px);
        height:48px;

        padding:0 8px;

        font-size:13px;

    }

}

/* Very small phones */

@media (max-width:360px){

    .main-slider__btn-box{

        flex-wrap:wrap;

    }

    .main-slider__btn-box .thm-btn{

        width:100%;

    }

}

/* ==========================================
          SMART FLOATING CTA
========================================== */

.sticky-cta{

    position:fixed;

    left:50%;
    bottom:22px;

    transform:translate(-50%,120px);

    opacity:0;

    visibility:hidden;

    transition:.45s cubic-bezier(.22,.61,.36,1);

    z-index:99999;

    display:flex;

    gap:12px;

    padding:10px;

    border-radius:18px;

    background:rgba(255,255,255,.90);

    backdrop-filter:blur(14px);

    -webkit-backdrop-filter:blur(14px);

    box-shadow:
            0 10px 35px rgba(0,0,0,.12),
            0 3px 10px rgba(0,0,0,.06);

}

.sticky-cta.show{

    opacity:1;

    visibility:visible;

    transform:translate(-50%,0);

}

.sticky-cta .thm-btn{

    display:flex;

    justify-content:center;

    align-items:center;

    min-width:210px;

    height:56px;

    padding:0 24px;

    border-radius:12px;

    transition:.35s;

    white-space:nowrap;

}

.sticky-cta .thm-btn:hover{

    transform:translateY(-2px);

}

/* Phone */

@media(max-width:767px){

    .sticky-cta{

        width:calc(100% - 20px);

        left:10px;

        right:10px;

        bottom:12px;

        transform:translateY(120px);

        gap:8px;

        padding:8px;

    }

    .sticky-cta.show{

        transform:translateY(0);

    }

    .sticky-cta .thm-btn{

        min-width:0;

        flex:1;

        height:48px;

        font-size:13px;

        padding:0 10px;

    }

}

/* ==========================================
   PREMIUM SERVICE JOURNEY + BOOKING OFFER
========================================== */
.service-journey {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    padding: 86px 0 82px;
    background:
        linear-gradient(180deg, #f6f7fa 0%, #f8f9fb 57%, #ffffff 100%);
}

.service-journey__glow {
    position: absolute;
    z-index: -1;
    width: 360px;
    height: 360px;
    border-radius: 50%;
    pointer-events: none;
    filter: blur(2px);
}

.service-journey__glow--one {
    top: -210px;
    right: 5%;
    background: radial-gradient(circle, rgba(253, 174, 2, .13) 0%, rgba(253, 174, 2, 0) 70%);
}

.service-journey__glow--two {
    bottom: -230px;
    left: -80px;
    background: radial-gradient(circle, rgba(7, 27, 58, .07) 0%, rgba(7, 27, 58, 0) 70%);
}

.service-journey__heading {
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(280px, .65fr);
    align-items: end;
    gap: 50px;
    margin-bottom: 36px;
}

.service-journey__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 12px;
    color: #d98900;
    font-family: var(--assimox-font-two);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .14em;
    line-height: 1.4;
    text-transform: uppercase;
}

.service-journey__eyebrow::before {
    content: "";
    width: 22px;
    height: 2px;
    border-radius: 999px;
    background: #fdae02;
}

.service-journey__heading h2 {
    margin: 0;
    max-width: 720px;
    color: #071b3a;
    font-family: var(--assimox-font-two);
    font-size: clamp(34px, 3.25vw, 52px);
    font-weight: 800;
    letter-spacing: -.035em;
    line-height: 1.04;
}

.service-journey__heading > p {
    margin: 0 0 3px;
    color: #5d6676;
    font-size: 16px;
    line-height: 1.72;
}

.service-journey__steps {
    position: relative;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

.service-journey__steps::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 60px;
    left: 10%;
    right: 10%;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(253, 174, 2, .58) 12%, rgba(253, 174, 2, .58) 88%, transparent);
}

.service-step {
    position: relative;
    min-width: 0;
    min-height: 218px;
    padding: 24px 24px 26px;
    border: 1px solid #e5e8ee;
    border-radius: 20px;
    background: rgba(255, 255, 255, .94);
    box-shadow: 0 16px 42px rgba(7, 27, 58, .07);
    transition: transform .3s ease, border-color .3s ease, box-shadow .3s ease;
}

.service-step::after {
    content: "";
    position: absolute;
    left: 24px;
    right: 24px;
    bottom: 0;
    height: 3px;
    border-radius: 8px 8px 0 0;
    background: linear-gradient(90deg, #fdae02, #ffd66f);
    opacity: 0;
    transform: scaleX(.5);
    transition: opacity .3s ease, transform .3s ease;
}

.service-step:hover {
    transform: translateY(-6px);
    border-color: rgba(253, 174, 2, .52);
    box-shadow: 0 22px 52px rgba(7, 27, 58, .12);
}

.service-step:hover::after {
    opacity: 1;
    transform: scaleX(1);
}

.service-step__top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 21px;
}

.service-step__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 64px;
    flex: 0 0 64px;
    border: 1px solid rgba(253, 174, 2, .34);
    border-radius: 18px;
    background: linear-gradient(145deg, #fff8e8, #ffffff);
    color: #071b3a;
    box-shadow: inset 0 0 0 5px rgba(253, 174, 2, .055);
}

.service-step__icon span {
    display: inline-block;
    color: #071b3a;
    font-size: 37px;
    line-height: 1;
    transition: transform .3s ease;
}

.service-step:hover .service-step__icon span {
    transform: scale(.92);
}

.service-step__number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 43px;
    height: 29px;
    padding: 0 11px;
    border-radius: 999px;
    border: 1px solid rgba(253, 174, 2, .42);
    background: linear-gradient(145deg, #fff8e5 0%, #ffd978 100%);
    color: #252a31;
    box-shadow: 0 5px 14px rgba(253, 174, 2, .16);
    font-family: var(--assimox-font-two);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .08em;
}

.service-step h3 {
    margin: 0 0 7px;
    color: #071b3a;
    font-family: var(--assimox-font-two);
    font-size: 20px;
    font-weight: 750;
    letter-spacing: -.015em;
    line-height: 1.2;
}

.service-step p {
    margin: 0;
    color: #747c89;
    font-size: 14px;
    line-height: 1.55;
}

.service-offer {
    position: relative;
    display: grid;
    grid-template-columns: 174px minmax(0, 1fr) auto;
    align-items: center;
    gap: 28px;
    margin-top: 26px;
    padding: 22px 24px;
    overflow: hidden;
    border: 1px solid rgba(253, 174, 2, .38);
    border-radius: 24px;
    background:
        radial-gradient(circle at 15% -45%, rgba(253, 174, 2, .22), transparent 42%),
        linear-gradient(105deg, #ffffff 0%, #fffdf8 53%, #fff8e8 100%);
    box-shadow: 0 18px 48px rgba(7, 27, 58, .09);
}

.service-offer::after {
    content: "";
    position: absolute;
    top: -54px;
    right: -42px;
    width: 150px;
    height: 150px;
    border: 1px solid rgba(253, 174, 2, .21);
    border-radius: 50%;
    pointer-events: none;
}

.service-offer__badge {
    position: relative;
    z-index: 1;
    display: flex;
    min-height: 112px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(7, 27, 58, .12);
    border-radius: 18px;
    background: linear-gradient(145deg, #ffd86f 0%, #fdae02 100%);
    color: #071b3a;
    box-shadow: 0 12px 26px rgba(253, 174, 2, .24);
    text-align: center;
}

.service-offer__badge span {
    font-family: var(--assimox-font-two);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .14em;
    line-height: 1.2;
    text-transform: uppercase;
}

.service-offer__badge strong {
    margin-top: 5px;
    font-family: var(--assimox-font-two);
    font-size: 31px;
    font-weight: 900;
    letter-spacing: -.03em;
    line-height: 1;
}

.service-offer__content {
    position: relative;
    z-index: 1;
}

.service-offer__label {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    margin-bottom: 6px;
    color: #b46e00;
    font-family: var(--assimox-font-two);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .09em;
    line-height: 1.4;
    text-transform: uppercase;
}

.service-offer__label i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #fdae02;
    color: #071b3a;
    font-size: 8px;
}

.service-offer__content h3 {
    margin: 0 0 5px;
    color: #071b3a;
    font-family: var(--assimox-font-two);
    font-size: clamp(25px, 2.1vw, 34px);
    font-weight: 800;
    letter-spacing: -.025em;
    line-height: 1.1;
}

.service-offer__content p {
    max-width: 520px;
    margin: 0;
    color: #646d7b;
    font-size: 14px;
    line-height: 1.55;
}

.service-offer__actions {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: auto auto;
    align-items: center;
    gap: 10px;
}

.service-offer__phone,
.service-offer__book {
    min-height: 54px;
    border-radius: 14px;
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.service-offer__phone {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 8px 15px;
    border: 1px solid #dce1e8;
    background: rgba(255, 255, 255, .88);
    color: #071b3a;
    box-shadow: 0 7px 18px rgba(7, 27, 58, .06);
    white-space: nowrap;
}

.service-offer__phone i {
    color: #e48b00;
    font-size: 18px;
}

.service-offer__phone span {
    display: flex;
    flex-direction: column;
    color: #071b3a;
    font-family: var(--assimox-font-two);
    font-size: 15px;
    font-weight: 800;
    letter-spacing: .015em;
    line-height: 1.15;
}

.service-offer__phone small {
    margin-bottom: 2px;
    color: #7b8390;
    font-family: var(--assimox-font);
    font-size: 10px;
    font-weight: 600;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.service-offer__book {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-width: 148px;
    padding: 0 20px;
    border: 1px solid rgba(208, 126, 0, .32);
    background: linear-gradient(145deg, #ffd66f 0%, #fdae02 100%);
    color: #252a31;
    font-family: var(--assimox-font-two);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .04em;
    text-transform: uppercase;
    box-shadow: 0 10px 24px rgba(253, 174, 2, .28);
}

.service-offer__book i {
    color: #252a31;
    font-size: 12px;
}

.service-offer__phone:hover,
.service-offer__book:hover {
    transform: translateY(-2px);
}

.service-offer__phone:hover {
    border-color: rgba(253, 174, 2, .7);
    color: #071b3a;
}

.service-offer__book:hover {
    border-color: rgba(180, 110, 0, .46);
    background: linear-gradient(145deg, #ffe08a 0%, #ffb719 100%);
    color: #171a1f;
    box-shadow: 0 14px 30px rgba(253, 174, 2, .36);
}

.service-offer__actions > p {
    grid-column: 1 / -1;
    margin: 0;
    color: #7a828e;
    font-size: 11px;
    line-height: 1.3;
    text-align: center;
}

.service-offer__actions > p i {
    margin-right: 4px;
    color: #d98900;
}

@media (max-width: 1199px) {
    .service-offer {
        grid-template-columns: 150px minmax(0, 1fr);
    }

    .service-offer__actions {
        grid-column: 1 / -1;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 991px) {
    .service-journey {
        padding: 72px 0 68px;
    }

    .service-journey__heading {
        grid-template-columns: 1fr;
        gap: 15px;
        margin-bottom: 30px;
    }

    .service-journey__heading > p {
        max-width: 670px;
    }

    .service-journey__steps {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .service-journey__steps::before {
        display: none;
    }
}

@media (max-width: 575px) {
    .service-journey {
        padding: 55px 0 52px;
    }

    .service-journey .container {
        padding-right: 15px;
        padding-left: 15px;
    }

    .service-journey__heading {
        margin-bottom: 23px;
    }

    .service-journey__eyebrow {
        margin-bottom: 9px;
        font-size: 10px;
        letter-spacing: .11em;
    }

    .service-journey__heading h2 {
        font-size: clamp(29px, 9vw, 37px);
        line-height: 1.08;
    }

    .service-journey__heading > p {
        font-size: 14px;
        line-height: 1.6;
    }

    .service-journey__steps {
        gap: 10px;
    }

    .service-step {
        min-height: 193px;
        padding: 15px 13px 17px;
        border-radius: 16px;
        box-shadow: 0 10px 28px rgba(7, 27, 58, .065);
    }

    .service-step::after {
        right: 13px;
        left: 13px;
    }

    .service-step__top {
        gap: 8px;
        margin-bottom: 16px;
    }

    .service-step__icon {
        width: 50px;
        height: 50px;
        flex-basis: 50px;
        border-radius: 14px;
    }

    .service-step__icon span {
        font-size: 29px;
    }

    .service-step__number {
        min-width: 35px;
        height: 24px;
        padding: 0 8px;
        font-size: 10px;
    }

    .service-step h3 {
        margin-bottom: 6px;
        font-size: 16px;
        line-height: 1.2;
    }

    .service-step p {
        font-size: 12px;
        line-height: 1.45;
    }

    .service-offer {
        grid-template-columns: 92px minmax(0, 1fr);
        gap: 14px 15px;
        margin-top: 15px;
        padding: 16px;
        border-radius: 19px;
    }

    .service-offer__badge {
        min-height: 90px;
        border-radius: 15px;
    }

    .service-offer__badge span {
        max-width: 70px;
        font-size: 8px;
        letter-spacing: .1em;
    }

    .service-offer__badge strong {
        font-size: 23px;
    }

    .service-offer__label {
        margin-bottom: 4px;
        font-size: 9px;
        letter-spacing: .06em;
    }

    .service-offer__content h3 {
        margin-bottom: 3px;
        font-size: 21px;
        line-height: 1.08;
    }

    .service-offer__content p {
        font-size: 12px;
        line-height: 1.4;
    }

    .service-offer__actions {
        gap: 8px;
    }

    .service-offer__phone,
    .service-offer__book {
        min-height: 49px;
        border-radius: 12px;
    }

    .service-offer__phone {
        gap: 7px;
        padding: 7px 10px;
    }

    .service-offer__phone i {
        font-size: 14px;
    }

    .service-offer__phone span {
        font-size: 12px;
    }

    .service-offer__phone small {
        font-size: 8px;
    }

    .service-offer__book {
        min-width: 0;
        padding: 0 11px;
        font-size: 11px;
    }

    .service-offer__actions > p {
        font-size: 10px;
    }
}

@media (max-width: 359px) {
    .service-step {
        min-height: 206px;
        padding-right: 11px;
        padding-left: 11px;
    }

    .service-step h3 {
        font-size: 15px;
    }

    .service-offer {
        grid-template-columns: 1fr;
    }

    .service-offer__badge {
        min-height: 74px;
    }

    .service-offer__actions {
        grid-template-columns: 1fr;
    }

    .service-offer__actions > p {
        grid-column: 1;
    }
}

@media (prefers-reduced-motion: reduce) {
    .service-step,
    .service-step::after,
    .service-step__icon span,
    .service-offer__phone,
    .service-offer__book {
        transition: none;
    }
}

/* ==========================================================
   MOBILE POLISH — HEADER, NAV, FAQ, FINAL CTA AND FOOTER
   Desktop styling remains unchanged.
========================================================== */
@media (max-width: 767px) {
    /* Keep the brand in its own compact header instead of covering the hero. */
    .main-header {
        position: relative;
        padding: 11px 0;
        border-bottom: 1px solid rgba(218, 223, 230, .92);
        background:
            radial-gradient(circle at 7% 0%, rgba(253, 174, 2, .11), transparent 30%),
            linear-gradient(180deg, #ffffff 0%, #f7f8fa 100%);
        box-shadow: 0 8px 24px rgba(7, 27, 58, .055);
    }

    .main-menu__wrapper {
        margin-top: 0;
        padding: 0 15px;
    }

    .main-menu__wrapper-inner {
        min-height: 62px;
        flex-wrap: nowrap;
    }

    .main-menu__left {
        width: 100%;
        flex: 1 1 auto;
        flex-wrap: nowrap;
        justify-content: space-between;
    }

    .main-menu__logo {
        margin: 0;
        padding: 0;
    }

    .main-menu__logo a,
    .main-menu__logo img {
        display: block;
    }

    .main-menu__logo img {
        width: auto;
        max-width: min(61vw, 205px);
        max-height: 51px;
    }

    .main-menu .mobile-nav__toggler {
        display: inline-flex;
        width: 44px;
        height: 44px;
        flex: 0 0 44px;
        align-items: center;
        justify-content: center;
        border: 1px solid rgba(226, 153, 16, .45);
        border-radius: 14px;
        background: linear-gradient(145deg, #fffaf0 0%, #fff2ce 100%);
        box-shadow: 0 8px 20px rgba(190, 114, 0, .11);
        color: #1f252d;
        font-size: 17px;
    }

    .main-menu .mobile-nav__toggler:hover {
        color: #1f252d;
    }

    .stricky-header .main-menu__wrapper {
        padding-top: 8px;
        padding-bottom: 8px;
    }

    /* Premium mobile drawer. */
    .mobile-nav__wrapper {
        height: 100dvh;
    }

    .mobile-nav__overlay {
        background: rgba(7, 18, 34, .64);
        opacity: 1;
        backdrop-filter: blur(4px);
        -webkit-backdrop-filter: blur(4px);
    }

    .mobile-nav__content {
        width: min(88vw, 390px);
        height: 100dvh;
        padding: 22px 19px 28px;
        border-right: 1px solid rgba(255, 255, 255, .88);
        border-radius: 0 26px 26px 0;
        background:
            radial-gradient(circle at 4% 2%, rgba(253, 174, 2, .14), transparent 24%),
            linear-gradient(180deg, #fbfcfe 0%, #f1f4f8 100%);
        box-shadow: 24px 0 70px rgba(4, 17, 37, .24);
    }

    .mobile-nav__content .logo-box {
        min-height: 52px;
        align-items: center;
        margin: 0;
        padding-right: 56px;
    }

    .mobile-nav__content .logo-box img {
        display: block;
        width: min(100%, 215px);
        height: auto;
        max-height: 58px;
        object-fit: contain;
    }

    .mobile-nav__tagline {
        margin: 9px 0 22px;
        color: #7b8491;
        font-size: 10px;
        font-weight: 800;
        letter-spacing: .12em;
        line-height: 1.35;
        text-transform: uppercase;
    }

    .mobile-nav__close {
        top: 20px;
        right: 17px;
        display: inline-flex;
        width: 42px;
        height: 42px;
        align-items: center;
        justify-content: center;
        border: 1px solid #e1e5eb;
        border-radius: 13px;
        background: rgba(255, 255, 255, .92);
        box-shadow: 0 8px 22px rgba(7, 27, 58, .08);
        color: #20262e;
        font-size: 16px;
    }

    .mobile-nav__container {
        border: 0;
    }

    .mobile-nav__content .main-menu__list {
        display: grid;
        gap: 7px;
    }

    .mobile-nav__content .main-menu__list > li,
    .mobile-nav__content .main-menu__list > li:not(:last-child) {
        border: 0;
    }

    .mobile-nav__content .main-menu__list > li > a {
        position: relative;
        height: 47px;
        padding: 0 42px 0 15px;
        border: 1px solid rgba(222, 226, 233, .92);
        border-radius: 13px;
        background: rgba(255, 255, 255, .78);
        color: #14243c;
        font-family: var(--assimox-font-two);
        font-size: 14px;
        font-weight: 750;
        box-shadow: 0 5px 16px rgba(7, 27, 58, .035);
    }

    .mobile-nav__content .main-menu__list > li > a::after {
        content: "\2192";
        position: absolute;
        top: 50%;
        right: 15px;
        color: #c87900;
        font-family: Arial, sans-serif;
        font-size: 14px;
        transform: translateY(-50%);
    }

    .mobile-nav__content .main-menu__list > li > a:hover,
    .mobile-nav__content .main-menu__list > li > a:focus {
        border-color: rgba(237, 157, 12, .48);
        background: #fff8e7;
        color: #14243c;
    }

    .mobile-nav__book {
        display: flex;
        min-height: 52px;
        align-items: center;
        justify-content: center;
        gap: 9px;
        margin-top: 15px;
        padding: 0 18px;
        border: 1px solid #f2a610;
        border-radius: 14px;
        background: linear-gradient(135deg, #ffd05b 0%, #fdae02 58%, #f39a00 100%);
        box-shadow: 0 11px 24px rgba(214, 130, 0, .22);
        color: #171b21;
        font-family: var(--assimox-font-two);
        font-size: 12px;
        font-weight: 900;
        letter-spacing: .09em;
        text-transform: uppercase;
    }

    .mobile-nav__book:hover,
    .mobile-nav__book:focus {
        color: #171b21;
    }

    .mobile-nav__contact {
        display: grid;
        gap: 8px;
        margin: 16px 0 13px;
        padding: 13px;
        border: 1px solid #e1e5eb;
        border-radius: 16px;
        background: rgba(255, 255, 255, .66);
    }

    .mobile-nav__contact li,
    .mobile-nav__contact li + li {
        min-width: 0;
        margin: 0;
        color: #14243c;
    }

    .mobile-nav__contact li > i {
        width: 32px;
        height: 32px;
        flex: 0 0 32px;
        margin-right: 10px;
        background: #fff1c9;
        color: #bb6f00;
    }

    .mobile-nav__contact li a {
        min-width: 0;
        overflow-wrap: anywhere;
        color: #263346;
        font-size: 12px;
        font-weight: 650;
    }

    .mobile-nav__top {
        justify-content: center;
        margin: 0;
    }

    .mobile-nav__social {
        gap: 9px;
    }

    .mobile-nav__social a,
    .mobile-nav__social a + a {
        display: inline-flex;
        width: 39px;
        height: 39px;
        align-items: center;
        justify-content: center;
        margin: 0;
        border: 1px solid #e0e4ea;
        border-radius: 12px;
        background: #fff;
        color: #c77800;
        box-shadow: 0 7px 18px rgba(7, 27, 58, .055);
    }

    /* The template and the premium accordion both supplied an icon. */
    .premium-faq .faq-one-accrodion .accrodion-title h4::before {
        content: none !important;
        display: none !important;
    }

    /* Center both final actions and turn the phone into a balanced call card. */
    .premium-final-cta__actions {
        flex-direction: column;
        align-items: center;
        gap: 11px;
    }

    .premium-final-cta__call {
        width: min(100%, 330px);
        min-height: 64px;
        justify-content: center;
        margin: 0 auto;
        padding: 9px 18px;
        border: 1px solid #dfe4ea;
        border-radius: 16px;
        background: rgba(255, 255, 255, .9);
        box-shadow: 0 10px 25px rgba(7, 27, 58, .07);
    }

    .premium-final-cta__call > span {
        text-align: left;
    }

    /* Center and compact the footer for a calm mobile finish. */
    .premium-footer__main {
        padding: 48px 0 36px;
    }

    .premium-footer__grid {
        grid-template-columns: 1fr;
        gap: 31px;
        text-align: center;
    }

    .premium-footer__brand,
    .premium-footer__column,
    .premium-footer__contact {
        grid-column: 1;
        display: flex;
        min-width: 0;
        flex-direction: column;
        align-items: center;
    }

    .premium-footer__logo {
        width: min(70vw, 230px);
        margin: 0 auto;
    }

    .premium-footer__brand > p {
        max-width: 410px;
        margin: 18px auto 0;
        text-align: center;
    }

    .premium-footer__availability {
        justify-content: center;
        margin: 18px auto 0;
    }

    .premium-footer__column h3 {
        margin: 0 0 15px;
        text-align: center;
    }

    .premium-footer__column:not(.premium-footer__contact) ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 9px 17px;
        width: 100%;
    }

    .premium-footer__column:not(.premium-footer__contact) li,
    .premium-footer__column:not(.premium-footer__contact) li + li {
        margin: 0;
    }

    .premium-footer__contact ul {
        width: 100%;
        justify-items: center;
    }

    .premium-footer__contact li,
    .premium-footer__contact li + li {
        width: max-content;
        max-width: 100%;
        justify-content: center;
        margin: 0 auto;
        text-align: left;
    }

    .premium-footer__social {
        justify-content: center;
        margin: 20px auto 0;
    }

    .premium-footer__bottom-inner {
        align-items: center;
        text-align: center;
    }
}

/* ==========================================================
   FULL-PAGE PREMIUM HARMONIZATION
   A final, isolated layer that aligns typography, interaction,
   spacing and responsive details across the finished page.
========================================================== */

:root {
    --bfp-ink: #071b3a;
    --bfp-ink-soft: #26364d;
    --bfp-muted: #68717e;
    --bfp-gold: #fdae02;
    --bfp-gold-deep: #a76300;
    --bfp-line: rgba(7, 27, 58, .10);
    --bfp-focus: rgba(253, 174, 2, .36);
    --bfp-shadow-soft: 0 18px 48px rgba(7, 27, 58, .08);
}

html {
    scroll-behavior: auto;
    scroll-padding-top: 104px;
}

body {
    background: #ffffff;
    color: var(--bfp-ink-soft);
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}

::selection {
    background: rgba(253, 174, 2, .28);
    color: var(--bfp-ink);
}

.skip-link {
    position: fixed;
    z-index: 1000000;
    top: 12px;
    left: 12px;
    padding: 11px 16px;
    border: 1px solid var(--bfp-gold);
    border-radius: 12px;
    background: #ffffff;
    box-shadow: var(--bfp-shadow-soft);
    color: var(--bfp-ink);
    font-size: 13px;
    font-weight: 800;
    opacity: 0;
    pointer-events: none;
    transform: translateY(-16px);
    transition: opacity .2s ease, transform .2s ease;
}

.skip-link:focus {
    color: var(--bfp-ink);
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
}

#main-content {
    display: block;
}

#services,
#brands,
#team,
#rating,
#faq,
#contact {
    scroll-margin-top: 104px;
}

:where(.premium-hero__content, .services-premium__heading, .brands-premium__header,
       .team-premium__standards-intro, .team-premium__heading, .service-journey__heading,
       .trust-premium__content, .trust-reviews__heading, .premium-testimonials__content,
       .premium-faq__intro, .premium-final-cta__content) h1,
:where(.premium-hero__content, .services-premium__heading, .brands-premium__header,
       .team-premium__standards-intro, .team-premium__heading, .service-journey__heading,
       .trust-premium__content, .trust-reviews__heading, .premium-testimonials__content,
       .premium-faq__intro, .premium-final-cta__content) h2,
:where(.premium-hero__content, .services-premium__heading, .brands-premium__header,
       .team-premium__standards-intro, .team-premium__heading, .service-journey__heading,
       .trust-premium__content, .trust-reviews__heading, .premium-testimonials__content,
       .premium-faq__intro, .premium-final-cta__content) h3 {
    text-wrap: balance;
}

:where(.services-premium__heading, .brands-premium__header, .team-premium__standards-intro,
       .team-premium__heading, .service-journey__heading, .trust-premium__content,
       .trust-reviews__heading, .premium-faq__intro, .premium-final-cta__content) > p {
    text-wrap: pretty;
}

.brands-premium__title,
.trust-premium__content h2,
.trust-reviews__heading h3 {
    color: var(--bfp-ink);
    font-weight: 800;
}

.section-title__tagline,
.team-premium__eyebrow,
.service-journey__eyebrow,
.trust-premium__eyebrow,
.trust-reviews__eyebrow,
.premium-eyebrow,
.premium-hero__eyebrow {
    color: var(--bfp-gold-deep);
}

.services-premium,
.brands-premium,
.team-premium,
.service-journey,
.trust-premium,
.premium-testimonials,
.premium-faq,
.premium-final-cta,
.premium-footer {
    border-top: 1px solid rgba(7, 27, 58, .035);
}

.service-premium-card,
.service-step,
.team-premium__card,
.trust-review-card,
.premium-faq .accrodion,
.premium-final-cta__shell {
    transform: translateZ(0);
}

.premium-hero__call:focus-visible,
.premium-hero__book:focus-visible,
.premium-discount-card:focus-visible,
.service-premium-card:focus-visible,
.service-offer__phone:focus-visible,
.service-offer__book:focus-visible,
.premium-faq__phone:focus-visible,
.premium-faq .accrodion-title:focus-visible,
.premium-final-cta__book:focus-visible,
.premium-final-cta__call:focus-visible,
.premium-footer a:focus-visible,
.mobile-nav__content a:focus-visible,
.mobile-nav__close:focus-visible,
.sticky-cta a:focus-visible,
.scroll-to-top:focus-visible {
    outline: 3px solid var(--bfp-focus);
    outline-offset: 3px;
}

.premium-faq .accrodion-title:focus-visible {
    border-radius: 16px;
}

.main-header--dark .main-menu .main-menu__list > li.current > a,
.main-header--dark.stricky-header .main-menu__list > li.current > a {
    color: #925600;
}

.brand-rail {
    scroll-snap-type: x proximity;
}

.trust-review-card--static {
    cursor: default;
}

.trust-review-card--static:hover {
    border-color: #e1e3e7;
    box-shadow: 0 8px 22px rgba(16, 25, 42, .08);
    transform: none;
}

.trust-review-card--static .trust-review-card__action {
    color: #69717d;
    background: #f7f7f9;
}

.premium-footer__placeholder-link {
    color: #858c97;
    font-size: 14px;
    line-height: 1.45;
}

[data-token] {
    touch-action: manipulation;
}

@media (hover: none), (pointer: coarse) {
    .custom-cursor__cursor,
    .custom-cursor__cursor-two {
        display: none !important;
    }

    body.custom-cursor {
        cursor: auto;
    }
}

@media (max-width: 991px) {
    html {
        scroll-padding-top: 86px;
    }

    #services,
    #brands,
    #team,
    #rating,
    #faq,
    #contact {
        scroll-margin-top: 86px;
    }
}

@media (max-width: 767px) {
    html {
        scroll-padding-top: 76px;
    }

    #services,
    #brands,
    #team,
    #rating,
    #faq,
    #contact {
        scroll-margin-top: 76px;
    }

    .mobile-nav__content {
        overflow-x: hidden;
        overflow-y: auto;
        overscroll-behavior: contain;
        padding-bottom: max(28px, calc(env(safe-area-inset-bottom) + 18px));
    }

    .service-premium-card__content small {
        font-size: 9px;
    }

    .service-premium-card__content strong {
        font-size: 17px;
    }

    .service-premium-card__action {
        font-size: 9.5px;
    }

    .trust-review-card__action {
        font-size: 8.5px;
    }

    .premium-faq .accrodion-title {
        min-height: 70px;
    }

    .premium-faq .accrodion-title h4 {
        font-size: 16px;
        line-height: 1.38;
    }

    .sticky-cta {
        bottom: max(10px, env(safe-area-inset-bottom));
    }

    .scroll-to-top {
        bottom: max(82px, calc(env(safe-area-inset-bottom) + 72px));
    }

    .site-footer.premium-footer {
        padding-bottom: max(104px, calc(env(safe-area-inset-bottom) + 94px));
    }
}

@media (max-width: 374px) {
    .service-premium-card__content strong {
        font-size: 15px;
    }

    .service-premium-card__action {
        font-size: 8.5px;
    }
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }

    .skip-link {
        transition: none;
    }
}

/* ==========================================================
   PREMIUM DESKTOP HEADER
========================================================== */
@media (min-width: 1200px) {
    .main-header {
        padding: 0 18px;
    }

    .main-header > .main-menu .main-menu__wrapper {
        width: min(1880px, calc(100% - 20px));
        margin: 18px auto 0;
        padding: 10px 14px 10px 20px;
        border: 1px solid rgba(255, 255, 255, .82);
        border-radius: 24px;
        background:
            radial-gradient(circle at 10% 0%, rgba(253, 174, 2, .10), transparent 26%),
            rgba(255, 255, 255, .80);
        box-shadow: 0 18px 46px rgba(7, 27, 58, .11), inset 0 1px 0 rgba(255, 255, 255, .92);
        backdrop-filter: blur(18px) saturate(125%);
        -webkit-backdrop-filter: blur(18px) saturate(125%);
    }

    .main-menu__wrapper-inner {
        min-height: 76px;
        flex-wrap: nowrap;
    }

    .main-menu__left {
        min-width: 0;
        flex: 1 1 auto;
        flex-wrap: nowrap;
    }

    .main-menu__logo {
        flex: 0 0 auto;
        margin-right: clamp(30px, 3vw, 62px);
        padding: 0;
    }

    .main-menu__logo a,
    .main-menu__logo img {
        display: block;
    }

    .main-menu__logo img {
        width: clamp(220px, 14.5vw, 282px);
        height: auto;
        max-height: 66px;
        object-fit: contain;
    }

    .main-menu__main-menu-box,
    .main-menu__main-menu-box-inner {
        min-width: 0;
    }

    .main-menu .main-menu__list > li,
    .stricky-header .main-menu__list > li {
        padding-top: 17px;
        padding-bottom: 17px;
    }

    .main-menu .main-menu__list > li + li,
    .stricky-header .main-menu__list > li + li {
        margin-left: clamp(20px, 1.8vw, 34px);
    }

    .main-header--dark .main-menu .main-menu__list > li > a,
    .main-header--dark.stricky-header .main-menu__list > li > a {
        padding: 10px 0;
        color: #17253a;
        font-size: clamp(14px, .92vw, 17px);
        font-weight: 650;
        letter-spacing: -.01em;
        line-height: 1;
    }

    .main-header--dark .main-menu .main-menu__list > li > a::after,
    .main-header--dark.stricky-header .main-menu__list > li > a::after {
        content: "";
        position: absolute;
        right: 50%;
        bottom: 2px;
        left: 50%;
        height: 2px;
        border-radius: 999px;
        background: linear-gradient(90deg, #f3a712, #d78300);
        opacity: 0;
        transition: right .25s ease, left .25s ease, opacity .25s ease;
    }

    .main-header--dark .main-menu .main-menu__list > li.current > a,
    .main-header--dark .main-menu .main-menu__list > li:hover > a,
    .main-header--dark.stricky-header .main-menu__list > li.current > a,
    .main-header--dark.stricky-header .main-menu__list > li:hover > a {
        color: #9c5d00;
    }

    .main-header--dark .main-menu .main-menu__list > li.current > a::after,
    .main-header--dark .main-menu .main-menu__list > li:hover > a::after,
    .main-header--dark.stricky-header .main-menu__list > li.current > a::after,
    .main-header--dark.stricky-header .main-menu__list > li:hover > a::after {
        right: 0;
        left: 0;
        opacity: 1;
    }

    .main-menu__right {
        flex: 0 0 auto;
        margin-left: clamp(24px, 2.3vw, 46px);
    }

    .main-header--dark .main-menu__call {
        min-height: 64px;
        padding: 9px 18px 9px 14px;
        border: 1px solid rgba(221, 225, 231, .94);
        border-radius: 18px;
        background: rgba(255, 255, 255, .88);
        box-shadow: 0 10px 28px rgba(7, 27, 58, .08);
    }

    .main-menu__call-icon {
        display: grid;
        width: 42px;
        height: 42px;
        flex: 0 0 42px;
        place-items: center;
        border: 1px solid rgba(237, 157, 12, .22);
        border-radius: 13px;
        background: linear-gradient(145deg, #fffaf0 0%, #fff1ca 100%);
    }

    .main-menu__call-icon span {
        color: #b96e00;
        font-size: 25px;
    }

    .main-menu__call-content {
        margin-left: 12px;
    }

    .main-menu__call-sub-title {
        color: #727a86;
        font-size: 10px;
        font-weight: 800;
        letter-spacing: .1em;
        line-height: 1.2;
        text-transform: uppercase;
    }

    .main-menu__call-number {
        margin-top: 3px;
        font-family: var(--assimox-font-two);
        font-size: 17px;
        font-weight: 800;
        letter-spacing: .025em;
        line-height: 1.25;
    }

    .main-menu__call-number a,
    .main-menu__call-number a:hover {
        color: #071b3a;
    }

    .stricky-header.main-header--dark.main-menu {
        padding: 7px 18px;
        border-bottom: 1px solid rgba(219, 223, 229, .92);
        background: rgba(255, 255, 255, .95);
        box-shadow: 0 13px 38px rgba(7, 27, 58, .12);
        backdrop-filter: blur(20px) saturate(130%);
        -webkit-backdrop-filter: blur(20px) saturate(130%);
    }

    .stricky-header .main-menu__wrapper {
        width: min(1540px, calc(100% - 16px));
        margin: 0 auto;
        padding: 0 8px;
    }

    .stricky-header .main-menu__wrapper-inner {
        min-height: 66px;
    }

    .stricky-header .main-menu__logo {
        margin-right: clamp(28px, 2.6vw, 48px);
    }

    .stricky-header .main-menu__logo img {
        width: clamp(190px, 12vw, 230px);
        max-height: 54px;
    }

    .stricky-header .main-menu__call {
        min-height: 54px;
        padding: 6px 14px 6px 9px;
        border-radius: 15px;
        box-shadow: none;
    }

    .stricky-header .main-menu__call-icon {
        width: 36px;
        height: 36px;
        flex-basis: 36px;
        border-radius: 11px;
    }

    .stricky-header .main-menu__call-icon span {
        font-size: 22px;
    }

    .stricky-header .main-menu__call-sub-title {
        display: none;
    }

    .stricky-header .main-menu__call-number {
        margin-top: 0;
        font-size: 15px;
    }
}

@media (min-width: 1200px) and (max-width: 1499px) {
    .main-menu__right {
        display: none;
    }

    .main-menu__logo img {
        width: clamp(205px, 17vw, 240px);
    }

    .main-menu .main-menu__list > li + li,
    .stricky-header .main-menu__list > li + li {
        margin-left: clamp(18px, 2vw, 28px);
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .main-header {
        position: relative;
        padding: 11px 0;
        border-bottom: 1px solid rgba(218, 223, 230, .92);
        background:
            radial-gradient(circle at 7% 0%, rgba(253, 174, 2, .10), transparent 30%),
            linear-gradient(180deg, #ffffff 0%, #f7f8fa 100%);
        box-shadow: 0 8px 24px rgba(7, 27, 58, .055);
    }

    .main-menu__wrapper {
        margin-top: 0;
        padding: 0 22px;
    }

    .main-menu__wrapper-inner {
        min-height: 66px;
        flex-wrap: nowrap;
    }

    .main-menu__left {
        width: 100%;
        flex-wrap: nowrap;
    }

    .main-menu__logo {
        margin: 0;
        padding: 0;
    }

    .main-menu__logo img {
        width: min(34vw, 235px);
        height: auto;
        max-height: 56px;
    }

    .main-menu .mobile-nav__toggler {
        display: inline-flex;
        width: 46px;
        height: 46px;
        flex: 0 0 46px;
        align-items: center;
        justify-content: center;
        border: 1px solid rgba(226, 153, 16, .42);
        border-radius: 14px;
        background: linear-gradient(145deg, #fffaf0 0%, #fff2ce 100%);
        box-shadow: 0 8px 20px rgba(190, 114, 0, .10);
        color: #1f252d;
        font-size: 17px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .main-header--dark .main-menu .main-menu__list > li > a::after,
    .main-header--dark.stricky-header .main-menu__list > li > a::after {
        transition: none;
    }
}

@media (max-width: 390px) {
    .main-menu__logo img {
        max-width: 190px;
        max-height: 47px;
    }

    .mobile-nav__content {
        width: min(91vw, 350px);
        padding-right: 16px;
        padding-left: 16px;
    }

    .premium-final-cta__call strong {
        font-size: 16px;
    }
}

/* ==========================================================
   SAFARI-SAFE MOBILE NAVIGATION
   Keep the full-screen hit area stationary. iOS Safari can
   misplace touch targets when a fixed parent is translated.
========================================================== */
@media (max-width: 1199px) {
    body.mobile-nav-open {
        position: fixed;
        right: 0;
        left: 0;
        width: 100%;
        overflow: hidden;
    }

    .main-menu .mobile-nav__toggler,
    .mobile-nav__close,
    .mobile-nav__overlay {
        margin: 0;
        padding: 0;
        -webkit-appearance: none;
        appearance: none;
        cursor: pointer;
        touch-action: manipulation;
        -webkit-tap-highlight-color: transparent;
    }

    .main-menu .mobile-nav__toggler {
        position: relative;
        z-index: 2;
    }

    /* Keep the close control anchored to the drawer, including iOS Safari. */
    .mobile-nav__close {
        position: absolute;
        z-index: 5;
        top: max(20px, calc(env(safe-area-inset-top) + 12px));
        right: max(17px, calc(env(safe-area-inset-right) + 12px));
    }

    .mobile-nav__wrapper {
        position: fixed;
        z-index: 1000000;
        inset: 0;
        width: 100%;
        height: 100vh;
        height: 100svh;
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        -webkit-transform: none;
        transform: none;
        transition: opacity .24s ease, visibility 0s linear .24s;
        isolation: isolate;
    }

    .mobile-nav__wrapper.expanded {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        -webkit-transform: none;
        transform: none;
        transition: opacity .24s ease, visibility 0s linear 0s;
    }

    .mobile-nav__overlay {
        position: fixed;
        z-index: 0;
        inset: 0;
        display: block;
        width: 100%;
        height: 100%;
        border: 0;
        border-radius: 0;
        background: rgba(7, 18, 34, .68);
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        -webkit-backdrop-filter: none;
        backdrop-filter: none;
        transition: opacity .24s ease, visibility 0s linear .24s;
    }

    .mobile-nav__wrapper.expanded .mobile-nav__overlay {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        transition: opacity .24s ease, visibility 0s linear 0s;
    }

    .mobile-nav__content {
        position: relative;
        z-index: 1;
        height: 100vh;
        height: 100svh;
        max-height: 100vh;
        max-height: 100svh;
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        -webkit-transform: translate3d(-102%, 0, 0);
        transform: translate3d(-102%, 0, 0);
        transition: -webkit-transform .34s cubic-bezier(.22, .61, .36, 1);
        transition: transform .34s cubic-bezier(.22, .61, .36, 1);
        transition: transform .34s cubic-bezier(.22, .61, .36, 1), -webkit-transform .34s cubic-bezier(.22, .61, .36, 1);
        -webkit-overflow-scrolling: touch;
    }

    .mobile-nav__wrapper.expanded .mobile-nav__content {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        transition: -webkit-transform .34s cubic-bezier(.22, .61, .36, 1);
        transition: transform .34s cubic-bezier(.22, .61, .36, 1);
        transition: transform .34s cubic-bezier(.22, .61, .36, 1), -webkit-transform .34s cubic-bezier(.22, .61, .36, 1);
    }

    .mobile-nav__content a,
    .mobile-nav__content button {
        touch-action: manipulation;
        -webkit-tap-highlight-color: rgba(253, 174, 2, .16);
    }
}

/* ==========================================================
   RESPONSIVE HEADER AND NAVIGATION SAFETY NET
   Compact desktop, tablet and short-screen layouts.
========================================================== */
@media (min-width: 1200px) and (max-width: 1499px) {
    .main-header > .main-menu .main-menu__wrapper {
        width: calc(100% - 20px);
        padding: 8px 12px 8px 16px;
    }

    .main-menu__wrapper-inner {
        min-height: 68px;
    }

    .main-menu__left {
        min-width: 0;
        flex: 1 1 auto;
    }

    .main-menu__logo,
    .stricky-header .main-menu__logo {
        margin-right: clamp(14px, 1.35vw, 22px);
    }

    .main-menu__logo img,
    .stricky-header .main-menu__logo img {
        width: clamp(172px, 14vw, 212px);
        max-height: 52px;
    }

    .main-menu .main-menu__list > li + li,
    .stricky-header .main-menu__list > li + li {
        margin-left: clamp(10px, 1.05vw, 17px);
    }

    .main-header--dark .main-menu .main-menu__list > li > a,
    .main-header--dark.stricky-header .main-menu__list > li > a {
        font-size: clamp(12px, .92vw, 14px);
    }

    .main-menu__right,
    .stricky-header .main-menu__right {
        display: flex !important;
        flex: 0 0 auto;
        margin-left: clamp(12px, 1.25vw, 19px);
    }

    .main-header--dark .main-menu__call,
    .stricky-header .main-menu__call {
        min-height: 54px;
        padding: 6px 12px 6px 8px;
        border-radius: 15px;
    }

    .main-menu__call-icon,
    .stricky-header .main-menu__call-icon {
        width: 36px;
        height: 36px;
        flex-basis: 36px;
        border-radius: 11px;
    }

    .main-menu__call-icon span,
    .stricky-header .main-menu__call-icon span {
        font-size: 22px;
    }

    .main-menu__call-content,
    .stricky-header .main-menu__call-content {
        margin-left: 9px;
    }

    .main-menu__call-sub-title,
    .stricky-header .main-menu__call-sub-title {
        display: block;
        font-size: 8px;
        letter-spacing: .09em;
    }

    .main-menu__call-number,
    .stricky-header .main-menu__call-number {
        margin-top: 2px;
        font-size: clamp(13px, 1vw, 15px);
        letter-spacing: .01em;
        white-space: nowrap;
    }

    .stricky-header .main-menu__wrapper {
        width: calc(100% - 20px);
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .main-menu__left {
        width: 100%;
        flex: 1 1 auto;
        justify-content: space-between;
    }

    .main-menu__main-menu-box {
        margin-left: auto;
    }

    .main-menu__right {
        display: none !important;
    }

    .mobile-nav__content {
        width: min(58vw, 420px);
        overflow-x: hidden;
        overflow-y: auto;
        overscroll-behavior: contain;
        padding: max(24px, calc(env(safe-area-inset-top) + 15px)) 22px
                 max(30px, calc(env(safe-area-inset-bottom) + 20px));
        border-right: 1px solid rgba(255, 255, 255, .88);
        border-radius: 0 28px 28px 0;
        background:
            radial-gradient(circle at 4% 2%, rgba(253, 174, 2, .14), transparent 24%),
            linear-gradient(180deg, #fbfcfe 0%, #f1f4f8 100%);
        box-shadow: 24px 0 70px rgba(4, 17, 37, .24);
    }

    .mobile-nav__content .logo-box {
        display: flex;
        min-height: 54px;
        align-items: center;
        margin: 0;
        padding-right: 62px;
    }

    .mobile-nav__content .logo-box img {
        display: block;
        width: min(100%, 220px);
        height: auto;
        max-height: 58px;
        object-fit: contain;
    }

    .mobile-nav__tagline {
        margin: 10px 0 22px;
        color: #7b8491;
        font-size: 10px;
        font-weight: 800;
        letter-spacing: .12em;
        line-height: 1.35;
        text-transform: uppercase;
    }

    .mobile-nav__close {
        display: inline-flex;
        width: 44px;
        height: 44px;
        align-items: center;
        justify-content: center;
        border: 1px solid #e1e5eb;
        border-radius: 14px;
        background: rgba(255, 255, 255, .94);
        box-shadow: 0 8px 22px rgba(7, 27, 58, .08);
        color: #20262e;
        font-size: 17px;
    }

    .mobile-nav__container {
        border: 0;
    }

    .mobile-nav__content .main-menu__list {
        display: grid;
        gap: 7px;
    }

    .mobile-nav__content .main-menu__list > li,
    .mobile-nav__content .main-menu__list > li:not(:last-child) {
        border: 0;
    }

    .mobile-nav__content .main-menu__list > li > a {
        position: relative;
        height: 48px;
        padding: 0 44px 0 16px;
        border: 1px solid rgba(222, 226, 233, .92);
        border-radius: 14px;
        background: rgba(255, 255, 255, .80);
        color: #14243c;
        font-family: var(--assimox-font-two);
        font-size: 14px;
        font-weight: 750;
        box-shadow: 0 5px 16px rgba(7, 27, 58, .035);
    }

    .mobile-nav__content .main-menu__list > li > a::after {
        content: "\2192";
        position: absolute;
        top: 50%;
        right: 16px;
        color: #c87900;
        font-family: Arial, sans-serif;
        font-size: 14px;
        transform: translateY(-50%);
    }

    .mobile-nav__book {
        display: flex;
        min-height: 54px;
        align-items: center;
        justify-content: center;
        gap: 9px;
        margin-top: 16px;
        padding: 0 18px;
        border: 1px solid #f2a610;
        border-radius: 15px;
        background: linear-gradient(135deg, #ffd05b 0%, #fdae02 58%, #f39a00 100%);
        box-shadow: 0 11px 24px rgba(214, 130, 0, .22);
        color: #171b21;
        font-family: var(--assimox-font-two);
        font-size: 12px;
        font-weight: 900;
        letter-spacing: .09em;
        text-transform: uppercase;
    }

    .mobile-nav__contact {
        display: grid;
        gap: 8px;
        margin: 16px 0 13px;
        padding: 13px;
        border: 1px solid #e1e5eb;
        border-radius: 16px;
        background: rgba(255, 255, 255, .68);
    }

    .mobile-nav__contact li,
    .mobile-nav__contact li + li {
        min-width: 0;
        margin: 0;
        color: #14243c;
    }

    .mobile-nav__contact li > i {
        width: 32px;
        height: 32px;
        flex: 0 0 32px;
        margin-right: 10px;
        background: #fff1c9;
        color: #bb6f00;
    }

    .mobile-nav__contact li a {
        min-width: 0;
        overflow-wrap: anywhere;
        color: #263346;
        font-size: 12px;
        font-weight: 650;
    }

    .mobile-nav__top {
        justify-content: center;
        margin: 0;
    }

    .mobile-nav__social {
        gap: 9px;
    }

    .mobile-nav__social a,
    .mobile-nav__social a + a {
        display: inline-flex;
        width: 40px;
        height: 40px;
        align-items: center;
        justify-content: center;
        margin: 0;
        border: 1px solid #e0e4ea;
        border-radius: 12px;
        background: #fff;
        color: #c77800;
        box-shadow: 0 7px 18px rgba(7, 27, 58, .055);
    }
}

@media (max-width: 767px) {
    .mobile-nav__content .logo-box {
        position: relative;
        padding-right: 60px;
    }
}

@media (max-width: 1199px) and (max-height: 760px) {
    .mobile-nav__content .logo-box {
        min-height: 46px;
    }

    .mobile-nav__content .logo-box img {
        max-height: 48px;
    }

    .mobile-nav__tagline {
        margin-top: 6px;
        margin-bottom: 14px;
    }

    .mobile-nav__content .main-menu__list {
        gap: 5px;
    }

    .mobile-nav__content .main-menu__list > li > a {
        height: 43px;
    }

    .mobile-nav__book {
        min-height: 48px;
        margin-top: 11px;
    }

    .mobile-nav__contact {
        margin-top: 12px;
        margin-bottom: 10px;
        padding: 10px 12px;
    }
}

/* ==========================================================
   PREMIUM MOBILE / TABLET SCROLL HEADER
   The original template disables its sticky header below
   1200px. Keep a compact, Safari-safe navigation control in
   view without covering the page or competing with the CTA.
========================================================== */
@media (max-width: 1199px) {
    .stricky-header {
        display: block !important;
        z-index: 9900;
        top: 0;
        padding: calc(env(safe-area-inset-top) + 7px) 14px 0;
        border: 0;
        background: transparent;
        box-shadow: none;
        opacity: 0;
        pointer-events: none;
        visibility: hidden;
        -webkit-transform: translateY(-118%);
        transform: translateY(-118%);
        -webkit-transition: opacity .26s ease, visibility .34s ease, -webkit-transform .34s cubic-bezier(.22, .61, .36, 1);
        transition: opacity .26s ease, visibility .34s ease, transform .34s cubic-bezier(.22, .61, .36, 1);
        transition: opacity .26s ease, visibility .34s ease, transform .34s cubic-bezier(.22, .61, .36, 1), -webkit-transform .34s cubic-bezier(.22, .61, .36, 1);
        will-change: transform, opacity;
    }

    .stricky-header.stricky-fixed {
        opacity: 1;
        pointer-events: none;
        visibility: visible;
        -webkit-transform: none;
        transform: none;
    }

    .stricky-header .sticky-header__content {
        pointer-events: none;
    }

    .stricky-header .main-menu__wrapper {
        width: min(100%, 920px);
        margin: 0 auto;
        padding: 7px 9px 7px 15px;
        border: 1px solid rgba(255, 255, 255, .88);
        border-radius: 19px;
        background:
            radial-gradient(circle at 7% 0%, rgba(253, 174, 2, .10), transparent 30%),
            rgba(255, 255, 255, .93);
        box-shadow: 0 14px 36px rgba(7, 27, 58, .14), inset 0 1px 0 rgba(255, 255, 255, .94);
        -webkit-backdrop-filter: blur(18px) saturate(125%);
        backdrop-filter: blur(18px) saturate(125%);
        pointer-events: auto;
        -webkit-transition: padding .24s ease, background-color .24s ease, box-shadow .24s ease;
        transition: padding .24s ease, background-color .24s ease, box-shadow .24s ease;
    }

    .stricky-header .main-menu__wrapper-inner {
        min-height: 56px;
        flex-wrap: nowrap;
        -webkit-transition: min-height .24s ease;
        transition: min-height .24s ease;
    }

    .stricky-header .main-menu__left {
        width: 100%;
        min-width: 0;
        flex: 1 1 auto;
        flex-wrap: nowrap;
        justify-content: space-between;
    }

    .stricky-header .main-menu__logo {
        min-width: 0;
        margin: 0;
        padding: 0;
    }

    .stricky-header .main-menu__logo a,
    .stricky-header .main-menu__logo img {
        display: block;
    }

    .stricky-header .main-menu__logo img {
        width: min(35vw, 202px);
        height: auto;
        max-height: 46px;
        object-fit: contain;
        -webkit-transition: width .24s ease, max-height .24s ease;
        transition: width .24s ease, max-height .24s ease;
    }

    .stricky-header .main-menu__main-menu-box {
        flex: 0 0 auto;
        margin-left: auto;
    }

    .stricky-header .main-menu__right {
        display: none !important;
    }

    .stricky-header .main-menu .mobile-nav__toggler,
    .stricky-header .mobile-nav__toggler {
        display: inline-flex;
        width: 42px;
        height: 42px;
        flex: 0 0 42px;
        align-items: center;
        justify-content: center;
        border: 1px solid rgba(226, 153, 16, .42);
        border-radius: 13px;
        background: linear-gradient(145deg, #fffaf0 0%, #fff0c6 100%);
        box-shadow: 0 7px 18px rgba(190, 114, 0, .10);
        color: #1f252d;
        font-size: 16px;
        pointer-events: auto;
        -webkit-transition: width .24s ease, height .24s ease, flex-basis .24s ease, border-radius .24s ease, box-shadow .24s ease;
        transition: width .24s ease, height .24s ease, flex-basis .24s ease, border-radius .24s ease, box-shadow .24s ease;
    }

    /* Downward scrolling keeps navigation available but visually quiet. */
    .stricky-header.is-scrolling-down .main-menu__wrapper {
        padding-top: 5px;
        padding-bottom: 5px;
        border-radius: 17px;
        background: rgba(255, 255, 255, .90);
        box-shadow: 0 10px 25px rgba(7, 27, 58, .11), inset 0 1px 0 rgba(255, 255, 255, .92);
    }

    .stricky-header.is-scrolling-down .main-menu__wrapper-inner {
        min-height: 48px;
    }

    .stricky-header.is-scrolling-down .main-menu__logo img {
        width: min(32vw, 184px);
        max-height: 39px;
    }

    .stricky-header.is-scrolling-down .mobile-nav__toggler {
        width: 38px;
        height: 38px;
        flex-basis: 38px;
        border-radius: 12px;
        box-shadow: 0 5px 13px rgba(190, 114, 0, .08);
    }
}

@media (max-width: 767px) {
    .stricky-header {
        padding-right: 10px;
        padding-left: 10px;
    }

    .stricky-header .main-menu__wrapper {
        width: 100%;
        padding-right: 8px;
        padding-left: 13px;
        border-radius: 18px;
    }

    .stricky-header .main-menu__logo img {
        width: min(48vw, 188px);
        max-height: 43px;
    }

    .stricky-header.is-scrolling-down .main-menu__logo img {
        width: min(44vw, 172px);
        max-height: 37px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .stricky-header,
    .stricky-header .main-menu__wrapper,
    .stricky-header .main-menu__wrapper-inner,
    .stricky-header .main-menu__logo img,
    .stricky-header .mobile-nav__toggler {
        -webkit-transition: none;
        transition: none;
    }
}

/* ======================================
   Premium Team & Service Standards
====================================== */

.team-premium {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    padding: 64px 0 60px;
    background:
        radial-gradient(circle at 8% 32%, rgba(253, 174, 2, .10), transparent 25%),
        linear-gradient(180deg, #ffffff 0%, #f5f7fa 54%, #f1f3f7 100%);
}

.team-premium__glow {
    position: absolute;
    z-index: -1;
    right: -170px;
    bottom: 70px;
    width: 410px;
    height: 410px;
    border: 1px solid rgba(253, 174, 2, .18);
    border-radius: 50%;
    box-shadow: 0 0 0 54px rgba(253, 174, 2, .035);
    pointer-events: none;
}

.team-premium__standards {
    display: grid;
    grid-template-columns: .9fr 1fr 1fr;
    overflow: hidden;
    border: 1px solid rgba(16, 33, 56, .09);
    border-radius: 24px;
    background: rgba(255, 255, 255, .94);
    box-shadow: 0 22px 60px rgba(15, 29, 50, .09);
}

.team-premium__standards-intro {
    position: relative;
    padding: 35px 34px 34px;
    background:
        radial-gradient(circle at 0 0, rgba(253, 174, 2, .19), transparent 42%),
        linear-gradient(145deg, #fff8e8 0%, #f6ead1 100%);
}

.team-premium__standards-intro::after {
    content: "";
    position: absolute;
    right: 0;
    top: 27px;
    bottom: 27px;
    width: 1px;
    background: rgba(16, 33, 56, .09);
}

.team-premium__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #c77f00;
    font-family: var(--assimox-font-two);
    font-size: 12px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: .13em;
    text-transform: uppercase;
}

.team-premium__eyebrow::before {
    content: "";
    width: 25px;
    height: 2px;
    border-radius: 999px;
    background: #fdae02;
}

.team-premium__standards-intro h2 {
    margin: 12px 0 9px;
    color: #102138;
    font-size: clamp(24px, 2vw, 31px);
    font-weight: 800;
    line-height: 1.16;
    letter-spacing: -.025em;
}

.team-premium__standards-intro p {
    margin: 0;
    color: #5a6574;
    font-size: 14px;
    line-height: 1.65;
}

.team-premium__benefit {
    position: relative;
    display: grid;
    grid-template-columns: 66px minmax(0, 1fr);
    gap: 19px;
    align-items: center;
    min-width: 0;
    padding: 31px 30px;
}

.team-premium__benefit + .team-premium__benefit::before {
    content: "";
    position: absolute;
    left: 0;
    top: 27px;
    bottom: 27px;
    width: 1px;
    background: rgba(16, 33, 56, .09);
}

.team-premium__benefit-icon {
    position: relative;
    display: grid;
    place-items: center;
    width: 66px;
    height: 66px;
    border: 1px solid rgba(224, 145, 0, .24);
    border-radius: 19px;
    background: linear-gradient(145deg, #fff9ec 0%, #ffe8aa 100%);
    color: #1f5cb9;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .9), 0 9px 22px rgba(137, 91, 0, .10);
}

.team-premium__benefit-icon span {
    font-size: 38px;
    line-height: 1;
}

.team-premium__benefit-number {
    display: block;
    margin-bottom: 3px;
    color: #d58a00;
    font-family: var(--assimox-font-two);
    font-size: 11px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: .14em;
}

.team-premium__benefit h3 {
    margin: 0 0 7px;
    color: #102138;
    font-size: 20px;
    font-weight: 800;
    line-height: 1.25;
    letter-spacing: -.015em;
}

.team-premium__benefit p {
    margin: 0;
    color: #5a6574;
    font-size: 13px;
    line-height: 1.55;
}

.team-premium__heading {
    max-width: 680px;
    margin: 52px auto 28px;
    text-align: center;
}

.team-premium__heading .team-premium__eyebrow {
    justify-content: center;
}

.team-premium__heading h2 {
    margin: 13px 0 12px;
    color: #0e2545;
    font-size: clamp(34px, 4vw, 48px);
    font-weight: 900;
    line-height: 1.08;
    letter-spacing: -.035em;
}

.team-premium__heading p {
    max-width: 600px;
    margin: 0 auto;
    color: #606b79;
    font-size: 16px;
    line-height: 1.65;
}

.team-premium__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 320px));
    justify-content: center;
    gap: 30px;
}

.team-premium__card {
    position: relative;
    min-width: 0;
    overflow: hidden;
    padding: 9px;
    border: 1px solid rgba(16, 33, 56, .11);
    border-radius: 26px;
    background: linear-gradient(145deg, rgba(255, 255, 255, .98) 0%, rgba(247, 249, 252, .92) 100%);
    box-shadow: 0 22px 54px rgba(15, 29, 50, .13), inset 0 1px 0 rgba(255, 255, 255, .95);
    transition: transform 350ms ease, box-shadow 350ms ease, border-color 350ms ease;
}

.team-premium__card::before {
    content: "";
    position: absolute;
    z-index: 3;
    top: 0;
    left: 42px;
    right: 42px;
    height: 2px;
    border-radius: 0 0 999px 999px;
    background: linear-gradient(90deg, transparent, #fdae02 28%, #ffd777 72%, transparent);
    pointer-events: none;
}

.team-premium__card:hover {
    transform: translateY(-7px);
    border-color: rgba(224, 145, 0, .34);
    box-shadow: 0 24px 54px rgba(15, 29, 50, .17);
}

.team-premium__portrait {
    position: relative;
    overflow: hidden;
    aspect-ratio: 1054 / 1492;
    border-radius: 19px;
    background: #dfe3e8;
}

.team-premium__portrait::after {
    content: "";
    position: absolute;
    inset: 57% 0 0;
    background: linear-gradient(180deg, rgba(10, 20, 34, 0) 0%, rgba(7, 16, 29, .27) 100%);
    pointer-events: none;
}

.team-premium__portrait img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 600ms cubic-bezier(.2, .7, .2, 1);
}

.team-premium__card:hover .team-premium__portrait img {
    transform: scale(1.035);
}

.team-premium__card-label {
    position: absolute;
    z-index: 2;
    top: 14px;
    left: 14px;
    padding: 8px 11px;
    border: 1px solid rgba(255, 255, 255, .65);
    border-radius: 999px;
    background: rgba(255, 250, 235, .93);
    color: #674600;
    font-family: var(--assimox-font-two);
    font-size: 9px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: .09em;
    text-transform: uppercase;
    box-shadow: 0 8px 24px rgba(7, 27, 58, .10);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.team-premium__card-content {
    position: absolute;
    z-index: 2;
    left: 18px;
    right: 18px;
    bottom: 18px;
    overflow: hidden;
    padding: 14px 16px 13px;
    border: 1px solid rgba(212, 142, 15, .30);
    border-radius: 16px;
    background:
        radial-gradient(circle at 100% 0%, rgba(253, 174, 2, .16), transparent 42%),
        linear-gradient(135deg, rgba(255, 255, 255, .97) 0%, rgba(255, 248, 229, .94) 100%);
    box-shadow: 0 14px 30px rgba(35, 28, 14, .16), inset 0 1px 0 rgba(255, 255, 255, .96);
    backdrop-filter: blur(11px) saturate(115%);
    -webkit-backdrop-filter: blur(11px) saturate(115%);
}

.team-premium__card-content::before {
    content: "";
    position: absolute;
    top: 11px;
    bottom: 11px;
    left: 0;
    width: 3px;
    border-radius: 0 999px 999px 0;
    background: linear-gradient(180deg, #ffd46d 0%, #d88a00 100%);
}

.team-premium__card-content h3 {
    margin: 0 0 2px;
    color: #102138;
    font-size: 26px;
    font-weight: 800;
    line-height: 1.15;
    letter-spacing: -.02em;
}

.team-premium__card-content p {
    margin: 0;
    color: #825500;
    font-family: var(--assimox-font-two);
    font-size: 10px;
    font-weight: 750;
    line-height: 1.35;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.team-premium__promise {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 12px 22px;
    width: fit-content;
    max-width: 100%;
    margin: 30px auto 0;
    padding: 12px 18px;
    border: 1px solid rgba(16, 33, 56, .09);
    border-radius: 999px;
    background: rgba(255, 255, 255, .74);
    box-shadow: 0 13px 34px rgba(15, 29, 50, .07), inset 0 1px 0 rgba(255, 255, 255, .90);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.team-premium__promise-title {
    padding-right: 20px;
    border-right: 1px solid rgba(16, 33, 56, .11);
    color: #b36d00;
    font-family: var(--assimox-font-two);
    font-size: 10px;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: .13em;
    text-transform: uppercase;
}

.team-premium__promise span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #4e5b6b;
    font-size: 13px;
    font-weight: 600;
}

.team-premium__promise i {
    display: grid;
    place-items: center;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #ffe9b5;
    color: #8b5b00;
    font-size: 9px;
}

.team-premium + .service-journey {
    padding-top: 58px;
}

@media (max-width: 1199px) {
    .team-premium__standards {
        grid-template-columns: .8fr 1fr 1fr;
    }

    .team-premium__standards-intro,
    .team-premium__benefit {
        padding-right: 23px;
        padding-left: 23px;
    }

    .team-premium__benefit {
        grid-template-columns: 58px minmax(0, 1fr);
        gap: 15px;
    }

    .team-premium__benefit-icon {
        width: 58px;
        height: 58px;
        border-radius: 17px;
    }

    .team-premium__benefit-icon span {
        font-size: 33px;
    }

    .team-premium__benefit h3 {
        font-size: 18px;
    }
}

@media (max-width: 991px) {
    .team-premium {
        padding: 58px 0 56px;
    }

    .team-premium__standards {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .team-premium__standards-intro {
        grid-column: 1 / -1;
        text-align: center;
    }

    .team-premium__standards-intro::after {
        top: auto;
        left: 28px;
        right: 28px;
        bottom: 0;
        width: auto;
        height: 1px;
    }

    .team-premium__standards-intro p {
        max-width: 590px;
        margin-right: auto;
        margin-left: auto;
    }

    .team-premium__benefit + .team-premium__benefit::before {
        top: 23px;
        bottom: 23px;
    }

    .team-premium__heading {
        margin-top: 48px;
    }
}

@media (max-width: 767px) {
    .team-premium {
        padding: 46px 0 50px;
    }

    .team-premium__standards {
        grid-template-columns: 1fr;
        border-radius: 19px;
    }

    .team-premium__standards-intro {
        grid-column: auto;
        padding: 27px 22px 25px;
        text-align: left;
    }

    .team-premium__standards-intro::after {
        left: 20px;
        right: 20px;
    }

    .team-premium__standards-intro h2 {
        font-size: 25px;
    }

    .team-premium__standards-intro p {
        font-size: 13px;
        line-height: 1.55;
    }

    .team-premium__benefit {
        grid-template-columns: 54px minmax(0, 1fr);
        gap: 15px;
        padding: 23px 20px;
    }

    .team-premium__benefit + .team-premium__benefit::before {
        top: 0;
        left: 20px;
        right: 20px;
        bottom: auto;
        width: auto;
        height: 1px;
    }

    .team-premium__benefit-icon {
        width: 54px;
        height: 54px;
        border-radius: 15px;
    }

    .team-premium__benefit-icon span {
        font-size: 31px;
    }

    .team-premium__benefit h3 {
        margin-bottom: 5px;
        font-size: 17px;
    }

    .team-premium__benefit p {
        font-size: 12px;
        line-height: 1.5;
    }

    .team-premium__heading {
        margin: 43px auto 24px;
        padding: 0 5px;
    }

    .team-premium__heading h2 {
        margin-top: 10px;
        font-size: clamp(29px, 9vw, 36px);
    }

    .team-premium__heading p {
        font-size: 14px;
        line-height: 1.55;
    }

    .team-premium__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px;
    }

    .team-premium__card {
        padding: 6px;
        border-radius: 18px;
        box-shadow: 0 12px 28px rgba(15, 29, 50, .12);
    }

    .team-premium__card::before {
        left: 22px;
        right: 22px;
    }

    .team-premium__portrait {
        border-radius: 13px;
    }

    .team-premium__card-label {
        top: 8px;
        left: 8px;
        padding: 6px 7px;
        font-size: clamp(6px, 2vw, 8px);
        letter-spacing: .06em;
    }

    .team-premium__card-content {
        left: 10px;
        right: 10px;
        bottom: 10px;
        padding: 9px 9px 8px;
        border-radius: 11px;
    }

    .team-premium__card-content h3 {
        font-size: clamp(18px, 5.5vw, 23px);
    }

    .team-premium__card-content p {
        font-size: clamp(6px, 1.9vw, 9px);
        letter-spacing: .05em;
    }

    .team-premium__promise {
        display: grid;
        grid-template-columns: 1fr;
        gap: 10px 14px;
        width: 100%;
        margin-top: 24px;
        padding: 15px 16px;
        border-radius: 18px;
    }

    .team-premium__promise-title {
        grid-column: auto;
        padding: 0 0 10px;
        border-right: 0;
        border-bottom: 1px solid rgba(16, 33, 56, .10);
    }

    .team-premium__promise span {
        gap: 6px;
        font-size: 11px;
    }

    .team-premium__promise i {
        width: 18px;
        height: 18px;
        font-size: 8px;
    }

    .team-premium + .service-journey {
        padding-top: 42px;
    }
}

@media (max-width: 389px) {
    .team-premium__card-label {
        display: none;
    }

    .team-premium__card-content {
        left: 10px;
        bottom: 10px;
    }

    .team-premium__card-content h3 {
        font-size: 17px;
    }

    .team-premium__promise {
        justify-content: center;
    }
}

@media (prefers-reduced-motion: reduce) {
    .team-premium__card,
    .team-premium__portrait img {
        transition: none;
    }
}

/* ======================================
   Premium Brands Showcase
====================================== */

.brands-premium {
    position: relative;
    overflow: hidden;
    padding: 72px 0 68px;
    background:
        radial-gradient(circle at 92% 0, rgba(253, 174, 2, .12), transparent 28%),
        linear-gradient(180deg, #f8f8fa 0%, #eff0f4 100%);
}

.brands-premium::before {
    content: "";
    position: absolute;
    top: -170px;
    right: -140px;
    width: 360px;
    height: 360px;
    border: 1px solid rgba(253, 174, 2, .18);
    border-radius: 50%;
    pointer-events: none;
}

.brands-premium .container {
    position: relative;
    z-index: 1;
}

.brands-premium__header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 40px;
    margin-bottom: 28px;
}

.brands-premium__title {
    margin: 10px 0 0;
    color: #15171a;
    font-family: var(--assimox-font-two, "Barlow", sans-serif);
    font-size: 42px;
    font-weight: 700;
    line-height: 1.08;
    letter-spacing: -.02em;
}

.brands-premium__intro {
    max-width: 510px;
    margin: 0 0 3px;
    color: #5f6268;
    font-size: 15px;
    line-height: 1.65;
}

.brand-tier {
    position: relative;
    display: grid;
    grid-template-columns: 230px minmax(0, 1fr);
    align-items: center;
    min-height: 116px;
    margin-top: 14px;
    padding: 16px 0 16px 20px;
    overflow: hidden;
    background: rgba(255, 255, 255, .88);
    border: 1px solid rgba(24, 26, 29, .07);
    border-radius: 18px;
    box-shadow: 0 12px 36px rgba(18, 21, 26, .055);
}

.brand-tier::before {
    content: "";
    position: absolute;
    top: 19px;
    bottom: 19px;
    left: 0;
    width: 3px;
    border-radius: 0 3px 3px 0;
    background: #fdae02;
}

.brand-tier--premium::before {
    background: #b88a3c;
}

.brand-tier--standard::before {
    background: #8c9199;
}

.brand-tier__heading {
    display: grid;
    grid-template-columns: 38px 1fr;
    align-items: center;
    gap: 0 12px;
    padding-right: 18px;
}

.brand-tier__index {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    grid-row: 1 / span 2;
    color: #202226;
    background: linear-gradient(145deg, #ffe09a, #fdae02);
    border-radius: 50%;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .08em;
    box-shadow: 0 6px 16px rgba(253, 174, 2, .24);
}

.brand-tier--premium .brand-tier__index {
    color: #fff;
    background: linear-gradient(145deg, #d2ad69, #9d722d);
    box-shadow: 0 6px 16px rgba(157, 114, 45, .2);
}

.brand-tier--standard .brand-tier__index {
    color: #fff;
    background: linear-gradient(145deg, #aeb2b8, #777d86);
    box-shadow: 0 6px 16px rgba(75, 79, 86, .15);
}

.brand-tier__heading h3 {
    margin: 0;
    color: #202226;
    font-family: var(--assimox-font-two, "Barlow", sans-serif);
    font-size: 17px;
    font-weight: 700;
    line-height: 1.2;
}

.brand-tier__heading p {
    margin: 4px 0 0;
    color: #8a8d93;
    font-size: 11px;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.brand-tier__count {
    grid-column: 2;
    margin-top: 8px;
    color: #a06d08;
    font-size: 10px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.brand-rail {
    min-width: 0;
    overflow: hidden;
    -webkit-mask-image: linear-gradient(to right, transparent, #000 24px, #000 calc(100% - 24px), transparent);
    mask-image: linear-gradient(to right, transparent, #000 24px, #000 calc(100% - 24px), transparent);
}

.brand-track {
    display: flex;
    width: max-content;
    animation: brands-marquee 42s linear infinite;
    will-change: transform;
}

.brand-track--reverse {
    animation-direction: reverse;
    animation-duration: 38s;
}

@media (hover: hover) and (pointer: fine) {
    .brand-rail:hover .brand-track {
        animation-play-state: paused;
    }
}

.brand-set {
    display: flex;
    flex: 0 0 auto;
    gap: 12px;
    padding-right: 12px;
}

.brand-card {
    display: flex;
    flex: 0 0 176px;
    align-items: center;
    justify-content: center;
    height: 82px;
    margin: 0;
    padding: 15px 18px;
    overflow: hidden;
    background: #fff;
    border: 1px solid #e6e7ea;
    border-radius: 13px;
    box-shadow: 0 5px 16px rgba(25, 27, 31, .045);
    transition: border-color .3s ease, box-shadow .3s ease, transform .3s ease;
}

.brand-card:hover {
    z-index: 2;
    border-color: rgba(253, 174, 2, .5);
    box-shadow: 0 10px 24px rgba(25, 27, 31, .1);
    transform: translateY(-2px);
}

.brand-card img {
    display: block;
    width: auto;
    max-width: 138px;
    height: auto;
    max-height: 48px;
    object-fit: contain;
    filter: grayscale(1);
    opacity: .82;
    transition: filter .3s ease, opacity .3s ease, transform .3s ease;
}

.brand-card--wide img {
    max-width: 150px;
}

.brand-card:hover img {
    filter: grayscale(0);
    opacity: 1;
    transform: scale(1.025);
}

.brand-card--line {
    flex-direction: column;
    gap: 5px;
}

.brand-card--line img {
    max-height: 31px;
}

.brand-card--line span {
    color: #777b82;
    font-size: 8px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: .11em;
    text-transform: uppercase;
}

@keyframes brands-marquee {
    to {
        transform: translateX(-50%);
    }
}

@media (max-width: 991px) {
    .brands-premium {
        padding: 62px 0 58px;
    }

    .brands-premium__title {
        font-size: 36px;
    }

    .brand-tier {
        grid-template-columns: 205px minmax(0, 1fr);
    }

    .brand-tier__heading h3 {
        font-size: 15px;
    }
}

@media (max-width: 767px) {
    .brands-premium {
        padding: 48px 0 44px;
    }

    .brands-premium__header {
        display: block;
        margin-bottom: 22px;
    }

    .brands-premium__title {
        margin-top: 8px;
        font-size: 31px;
        line-height: 1.12;
    }

    .brands-premium__intro {
        margin-top: 13px;
        font-size: 13px;
        line-height: 1.55;
    }

    .brand-tier {
        display: block;
        min-height: 0;
        margin-top: 12px;
        padding: 15px 0 14px;
        border-radius: 16px;
    }

    .brand-tier::before {
        top: 16px;
        bottom: auto;
        height: 40px;
    }

    .brand-tier__heading {
        grid-template-columns: 36px 1fr auto;
        padding: 0 15px 13px 16px;
    }

    .brand-tier__index {
        width: 36px;
        height: 36px;
    }

    .brand-tier__heading h3 {
        font-size: 15px;
    }

    .brand-tier__heading p {
        margin-top: 3px;
        font-size: 9px;
    }

    .brand-tier__count {
        grid-column: 3;
        grid-row: 1 / span 2;
        align-self: center;
        margin: 0;
        padding: 6px 8px;
        background: #f4f4f6;
        border-radius: 20px;
        font-size: 8px;
    }

    .brand-rail {
        overflow-x: auto;
        padding: 1px 15px 7px;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        -webkit-mask-image: none;
        mask-image: none;
    }

    .brand-rail::-webkit-scrollbar {
        display: none;
    }

    .brand-track,
    .brand-track--reverse {
        animation: none;
        will-change: auto;
    }

    .brand-set[aria-hidden="true"] {
        display: none;
    }

    .brand-set {
        gap: 9px;
        padding-right: 0;
    }

    .brand-card {
        flex-basis: 145px;
        height: 72px;
        padding: 13px 15px;
        scroll-snap-align: start;
        border-radius: 12px;
    }

    .brand-card img,
    .brand-card--wide img {
        max-width: 116px;
        max-height: 40px;
    }

    .brand-card--line img {
        max-height: 27px;
    }

    .brand-card--line span {
        font-size: 7px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .brand-rail {
        overflow-x: auto;
        -webkit-mask-image: none;
        mask-image: none;
    }

    .brand-track,
    .brand-track--reverse {
        animation: none;
    }

    .brand-set[aria-hidden="true"] {
        display: none;
    }
}

/* ==========================================================
   ULTRA-PREMIUM FLOATING HEADER
   Keep both the first and scrolling mobile/tablet headers in
   an inset glass capsule; remove the template's white backing.
========================================================== */
@media (max-width: 1199px) {
    .main-header {
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        padding: max(11px, calc(env(safe-area-inset-top) + 7px)) 14px 0;
        border: 0;
        background: transparent;
        box-shadow: none;
    }

    .main-header > .main-menu .main-menu__wrapper {
        width: min(100%, 920px);
        margin: 0 auto;
        padding: 8px max(12px, calc(env(safe-area-inset-right) + 8px)) 8px
                 max(18px, calc(env(safe-area-inset-left) + 12px));
        border: 1px solid rgba(255, 255, 255, .90);
        border-radius: 21px;
        background:
            radial-gradient(circle at 7% 0%, rgba(253, 174, 2, .12), transparent 31%),
            rgba(255, 255, 255, .91);
        box-shadow: 0 16px 42px rgba(7, 27, 58, .13), inset 0 1px 0 rgba(255, 255, 255, .96);
        -webkit-backdrop-filter: blur(18px) saturate(128%);
        backdrop-filter: blur(18px) saturate(128%);
    }

    .stricky-header.main-header--dark.main-menu,
    .stricky-header .sticky-header__content {
        border: 0;
        background: transparent;
        box-shadow: none;
    }

    .stricky-header.main-header--dark.main-menu {
        right: 0;
        left: 0;
        width: 100%;
    }

    .main-header > .main-menu .main-menu__wrapper::before,
    .stricky-header .main-menu__wrapper::before {
        content: "";
        position: absolute;
        z-index: 1;
        top: -1px;
        right: 48px;
        left: 48px;
        height: 1px;
        border-radius: 999px;
        background: linear-gradient(90deg, transparent, rgba(253, 174, 2, .76), transparent);
        pointer-events: none;
    }
}

@media (max-width: 767px) {
    .main-header {
        padding-right: 10px;
        padding-left: 10px;
    }

    .main-header > .main-menu .main-menu__wrapper {
        width: 100%;
        padding: 7px 8px 7px 14px;
        border-radius: 19px;
    }

    .main-header > .main-menu .main-menu__wrapper-inner {
        min-height: 58px;
    }

    .main-header > .main-menu .main-menu__wrapper::before,
    .stricky-header .main-menu__wrapper::before {
        right: 34px;
        left: 34px;
    }
}

/* ======================================
   Premium Trust + Reviews
====================================== */

.trust-premium {
    position: relative;
    overflow: hidden;
    padding: 96px 0 88px;
    background:
        radial-gradient(circle at 7% 12%, rgba(253, 174, 2, .08), transparent 22%),
        linear-gradient(180deg, #ffffff 0%, #f7f7f9 100%);
}

.trust-premium__accent {
    position: absolute;
    border: 1px solid rgba(253, 174, 2, .22);
    border-radius: 50%;
    pointer-events: none;
}

.trust-premium__accent--one {
    top: 84px;
    left: -145px;
    width: 310px;
    height: 310px;
}

.trust-premium__accent--two {
    right: -90px;
    bottom: 190px;
    width: 190px;
    height: 190px;
}

.trust-premium .container {
    position: relative;
    z-index: 1;
}

.trust-premium__main {
    display: grid;
    grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
    align-items: center;
    gap: clamp(48px, 6vw, 86px);
}

.trust-premium__visual {
    position: relative;
    max-width: 485px;
    margin: 0 auto;
    padding: 0 24px 24px 0;
}

.trust-premium__visual::before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: calc(100% - 24px);
    height: calc(100% - 24px);
    border: 1px solid rgba(253, 174, 2, .55);
    border-radius: 24px;
    background: linear-gradient(145deg, rgba(253, 174, 2, .22), rgba(253, 174, 2, .04));
}

.trust-premium__image-frame {
    position: relative;
    z-index: 1;
    overflow: hidden;
    aspect-ratio: 4 / 5.35;
    border-radius: 24px;
    box-shadow: 0 24px 55px rgba(16, 25, 42, .16);
}

.trust-premium__image-frame::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 62%, rgba(11, 21, 38, .13));
    pointer-events: none;
}

.trust-premium__image-frame img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
}

.trust-premium__rating-badge {
    position: absolute;
    z-index: 2;
    right: -10px;
    bottom: 52px;
    width: 178px;
    padding: 20px 18px 18px;
    color: #172237;
    background:
        radial-gradient(circle at 100% 0, rgba(253, 174, 2, .13), transparent 48%),
        linear-gradient(145deg, #ffffff 0%, #f2f3f5 100%);
    border: 1px solid #dfe2e7;
    border-radius: 18px;
    box-shadow: 0 18px 38px rgba(16, 25, 42, .16);
}

.trust-premium__rating-badge::before {
    content: "";
    position: absolute;
    top: 0;
    left: 18px;
    right: 18px;
    height: 3px;
    background: linear-gradient(90deg, #fdae02, #ffda75);
    border-radius: 0 0 4px 4px;
}

.trust-premium__rating-score {
    font-family: var(--assimox-font-two, "Barlow", sans-serif);
    font-size: 32px;
    font-weight: 800;
    line-height: 1;
}

.trust-premium__rating-score span {
    color: #fdae02;
    font-size: 25px;
}

.trust-premium__rating-badge p {
    margin: 8px 0 0;
    color: #68707c;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.35;
    letter-spacing: .03em;
    text-transform: uppercase;
}

.trust-premium__content {
    min-width: 0;
}

.trust-premium__eyebrow,
.trust-reviews__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #d99100;
    font-family: var(--assimox-font-two, "Barlow", sans-serif);
    font-size: 12px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: .13em;
    text-transform: uppercase;
}

.trust-premium__eyebrow::before,
.trust-reviews__eyebrow::before {
    content: "";
    width: 26px;
    height: 2px;
    background: #fdae02;
}

.trust-premium__content h2 {
    max-width: 650px;
    margin: 14px 0 14px;
    color: #101c31;
    font-family: var(--assimox-font-two, "Barlow", sans-serif);
    font-size: clamp(38px, 4vw, 52px);
    font-weight: 750;
    line-height: 1.04;
    letter-spacing: -.035em;
}

.trust-premium__lead {
    margin: 0;
    color: #202a3a;
    font-size: 19px;
    font-weight: 600;
    line-height: 1.45;
}

.trust-premium__intro {
    max-width: 650px;
    margin: 13px 0 0;
    color: #666b73;
    font-size: 15px;
    line-height: 1.7;
}

.trust-premium__benefits {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 11px;
    margin: 27px 0 0;
}

.trust-premium__benefits li {
    display: flex;
    align-items: flex-start;
    min-width: 0;
    gap: 11px;
    padding: 14px 14px 13px;
    background: rgba(255, 255, 255, .82);
    border: 1px solid #e7e8eb;
    border-radius: 13px;
    box-shadow: 0 6px 18px rgba(22, 28, 40, .035);
}

.trust-premium__benefits li:last-child {
    grid-column: 1 / -1;
}

.trust-premium__check {
    display: inline-flex;
    flex: 0 0 23px;
    align-items: center;
    justify-content: center;
    width: 23px;
    height: 23px;
    margin-top: 1px;
    color: #111c2e;
    background: linear-gradient(145deg, #ffd76f, #fdae02);
    border-radius: 50%;
    font-size: 12px;
    font-weight: 900;
    box-shadow: 0 5px 12px rgba(253, 174, 2, .22);
}

.trust-premium__benefits strong,
.trust-premium__benefits small {
    display: block;
}

.trust-premium__benefits strong {
    color: #1e2634;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.35;
}

.trust-premium__benefits small {
    margin-top: 3px;
    color: #7a7e85;
    font-size: 11px;
    font-weight: 500;
    line-height: 1.35;
}

.trust-reviews {
    position: relative;
    margin-top: 68px;
    padding: 35px;
    overflow: hidden;
    color: #172237;
    background:
        radial-gradient(circle at 90% 0, rgba(253, 174, 2, .12), transparent 35%),
        linear-gradient(135deg, #ffffff 0%, #f1f2f4 100%);
    border: 1px solid #dfe2e7;
    border-radius: 25px;
    box-shadow: 0 24px 52px rgba(16, 25, 42, .11);
}

.trust-reviews::before {
    content: "";
    position: absolute;
    top: 0;
    left: 35px;
    width: 98px;
    height: 4px;
    background: linear-gradient(90deg, #fdae02, #ffe19b);
    border-radius: 0 0 5px 5px;
}

.trust-reviews__header {
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 35px;
    margin-bottom: 25px;
}

.trust-reviews__heading h3 {
    margin: 9px 0 4px;
    color: #172237;
    font-family: var(--assimox-font-two, "Barlow", sans-serif);
    font-size: 29px;
    font-weight: 700;
    line-height: 1.15;
    letter-spacing: -.015em;
}

.trust-reviews__heading p {
    margin: 0;
    color: #6e747d;
    font-size: 13px;
    line-height: 1.55;
}

.trust-reviews__summary {
    display: grid;
    grid-template-columns: auto auto;
    align-items: center;
    gap: 1px 10px;
    flex: 0 0 auto;
    padding-left: 25px;
    border-left: 1px solid #d7dade;
}

.trust-reviews__summary strong {
    grid-row: 1 / span 2;
    color: #172237;
    font-family: var(--assimox-font-two, "Barlow", sans-serif);
    font-size: 36px;
    font-weight: 800;
    line-height: 1;
}

.trust-reviews__stars {
    color: #fdae02;
    font-size: 15px;
    line-height: 1;
    letter-spacing: 2px;
}

.trust-reviews__summary small {
    color: #777d86;
    font-size: 10px;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.trust-reviews__grid {
    position: relative;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
}

.trust-review-card {
    position: relative;
    display: flex;
    min-width: 0;
    min-height: 122px;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden;
    color: #172237;
    background: #fff;
    border: 1px solid #e1e3e7;
    border-radius: 14px;
    box-shadow: 0 8px 22px rgba(16, 25, 42, .08);
    transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease;
}

.trust-review-card:hover,
.trust-review-card:focus-visible {
    color: #172237;
    border-color: #fdae02;
    box-shadow: 0 14px 30px rgba(16, 25, 42, .14);
    transform: translateY(-4px);
}

.trust-review-card:focus-visible {
    outline: 3px solid rgba(253, 174, 2, .45);
    outline-offset: 3px;
}

.trust-review-card__logo {
    display: flex;
    min-height: 77px;
    align-items: center;
    justify-content: center;
    padding: 12px 14px 7px;
}

.trust-review-card__logo img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain;
}

.trust-review-card__action {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 9px 14px 10px;
    color: #5d6470;
    background: #f7f7f9;
    border-top: 1px solid #ececef;
    font-size: 10px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: .08em;
    text-transform: uppercase;
    transition: color .28s ease, background-color .28s ease;
}

.trust-review-card__action span {
    color: #c87f00;
    font-size: 15px;
    line-height: 1;
}

.trust-review-card:hover .trust-review-card__action,
.trust-review-card:focus-visible .trust-review-card__action {
    color: #151f30;
    background: #fff3d7;
}

@media (max-width: 1199px) {
    .trust-premium {
        padding: 80px 0 76px;
    }

    .trust-premium__main {
        gap: 45px;
    }

    .trust-premium__rating-badge {
        right: 0;
    }

    .trust-premium__benefits {
        grid-template-columns: 1fr;
    }

    .trust-premium__benefits li:last-child {
        grid-column: auto;
    }

    .trust-review-card {
        min-height: 112px;
    }
}

@media (max-width: 991px) {
    .trust-premium__main {
        grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
        gap: 34px;
    }

    .trust-premium__content h2 {
        font-size: 38px;
    }

    .trust-premium__visual {
        padding: 0 15px 15px 0;
    }

    .trust-premium__rating-badge {
        right: -5px;
        bottom: 34px;
        width: 142px;
        padding: 17px 15px 15px;
    }

    .trust-premium__rating-score {
        font-size: 27px;
    }

    .trust-premium__rating-badge p {
        font-size: 9px;
    }

    .trust-reviews {
        padding: 29px 25px 25px;
    }

    .trust-reviews__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .trust-review-card {
        min-height: 118px;
    }
}

@media (max-width: 767px) {
    .trust-premium {
        padding: 54px 0 50px;
        background:
            radial-gradient(circle at 0 6%, rgba(253, 174, 2, .09), transparent 21%),
            linear-gradient(180deg, #ffffff 0%, #f7f7f9 100%);
    }

    .trust-premium__accent--one {
        top: 40px;
        left: -150px;
        width: 250px;
        height: 250px;
    }

    .trust-premium__accent--two {
        display: none;
    }

    .trust-premium__main {
        grid-template-columns: minmax(0, 1fr);
        gap: 31px;
    }

    .trust-premium__visual {
        width: 100%;
        max-width: 430px;
        padding: 0 11px 11px 0;
    }

    .trust-premium__visual::before {
        width: calc(100% - 11px);
        height: calc(100% - 11px);
        border-radius: 19px;
    }

    .trust-premium__image-frame {
        aspect-ratio: 4 / 4.7;
        border-radius: 19px;
        box-shadow: 0 18px 38px rgba(16, 25, 42, .14);
    }

    .trust-premium__image-frame img {
        object-position: center 8%;
    }

    .trust-premium__rating-badge {
        right: 0;
        bottom: 26px;
        width: 138px;
        padding: 15px 14px 13px;
        border-radius: 14px;
    }

    .trust-premium__rating-score {
        font-size: 26px;
    }

    .trust-premium__rating-score span {
        font-size: 20px;
    }

    .trust-premium__rating-badge p {
        margin-top: 6px;
        font-size: 9px;
    }

    .trust-premium__content h2 {
        margin-top: 12px;
        font-size: 34px;
        line-height: 1.06;
    }

    .trust-premium__lead {
        font-size: 17px;
    }

    .trust-premium__intro {
        font-size: 14px;
        line-height: 1.62;
    }

    .trust-premium__benefits {
        gap: 8px;
        margin-top: 22px;
    }

    .trust-premium__benefits li {
        padding: 12px;
    }

    .trust-reviews {
        margin-top: 36px;
        padding: 25px 15px 15px;
        border-radius: 20px;
        box-shadow: 0 18px 38px rgba(16, 25, 42, .11);
    }

    .trust-reviews::before {
        left: 22px;
        width: 76px;
    }

    .trust-reviews__header {
        display: block;
        margin-bottom: 20px;
    }

    .trust-reviews__heading h3 {
        max-width: 320px;
        font-size: 25px;
    }

    .trust-reviews__heading p {
        font-size: 12px;
    }

    .trust-reviews__summary {
        display: inline-grid;
        margin-top: 16px;
        padding: 0;
        border-left: 0;
    }

    .trust-reviews__summary strong {
        font-size: 31px;
    }

    .trust-reviews__grid {
        gap: 9px;
    }

    .trust-review-card {
        min-height: 103px;
        border-radius: 12px;
    }

    .trust-review-card__logo {
        min-height: 65px;
        padding: 9px 8px 5px;
    }

    .trust-review-card__action {
        padding: 8px 9px 9px;
        font-size: 8px;
        letter-spacing: .06em;
    }

    .trust-review-card__action span {
        font-size: 13px;
    }
}

@media (max-width: 374px) {
    .trust-reviews {
        margin-left: -3px;
        margin-right: -3px;
        padding-left: 11px;
        padding-right: 11px;
    }

    .trust-reviews__grid {
        gap: 7px;
    }

    .trust-review-card__logo {
        padding-left: 5px;
        padding-right: 5px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .trust-review-card {
        transition: none;
    }
}

/* ==========================================================
   PREMIUM SERVICES
   ========================================================== */

#services.services-premium {
    position: relative;
    overflow: hidden;
    padding: 88px 0 96px;
    background:
        radial-gradient(circle at 8% 4%, rgba(253, 174, 2, .08), transparent 24%),
        linear-gradient(180deg, #ffffff 0%, #fbfaf7 100%);
}

#services.services-premium::before {
    content: "";
    position: absolute;
    right: -145px;
    bottom: -190px;
    width: 390px;
    height: 390px;
    border: 1px solid rgba(253, 174, 2, .16);
    border-radius: 50%;
    pointer-events: none;
}

.services-premium__shell {
    position: relative;
    padding: 48px;
    border: 1px solid rgba(15, 31, 55, .08);
    border-radius: 30px;
    background: rgba(255, 255, 255, .92);
    box-shadow: 0 28px 70px rgba(15, 31, 55, .08);
}

.services-premium__shell::before {
    content: "";
    position: absolute;
    top: -1px;
    left: 48px;
    width: 96px;
    height: 3px;
    border-radius: 0 0 4px 4px;
    background: linear-gradient(90deg, #fdae02 0%, #f6cf74 100%);
}

.services-premium__header {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: end;
    gap: 42px;
    margin-bottom: 34px;
}

.services-premium__heading {
    max-width: 700px;
}

.services-premium__heading .section-title__tagline {
    margin-bottom: 13px;
}

.services-premium__heading h2 {
    margin: 0;
    color: #101d32;
    font-family: var(--assimox-font, "Barlow", sans-serif);
    font-size: clamp(38px, 3.1vw, 52px);
    font-weight: 800;
    line-height: 1.04;
    letter-spacing: -.035em;
}

.services-premium__heading p {
    max-width: 650px;
    margin: 16px 0 0;
    color: #667085;
    font-size: 16px;
    line-height: 1.65;
}

.services-premium__assurance {
    display: grid;
    gap: 9px;
    min-width: 245px;
}

.services-premium__assurance span {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 11px 14px;
    border: 1px solid rgba(232, 159, 0, .2);
    border-radius: 999px;
    background: #fff9eb;
    color: #253248;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .015em;
    white-space: nowrap;
}

.services-premium__assurance i {
    display: grid;
    flex: 0 0 25px;
    width: 25px;
    height: 25px;
    place-items: center;
    border-radius: 50%;
    background: #fdae02;
    color: #192333;
    font-size: 11px;
}

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

.service-premium-card {
    position: relative;
    display: flex;
    min-width: 0;
    min-height: 328px;
    flex-direction: column;
    overflow: hidden;
    padding: 17px 17px 16px;
    border: 1px solid #e8ebf0;
    border-radius: 20px;
    background: linear-gradient(155deg, #ffffff 0%, #f4f6fa 100%);
    box-shadow: 0 12px 28px rgba(18, 32, 53, .055);
    color: #14223a;
    text-decoration: none;
    transition: transform .32s ease, border-color .32s ease, box-shadow .32s ease;
}

.service-premium-card::before {
    content: "";
    position: absolute;
    z-index: 2;
    top: 0;
    left: 22px;
    width: 50px;
    height: 3px;
    border-radius: 0 0 3px 3px;
    background: #fdae02;
    transform: scaleX(.55);
    transform-origin: left;
    transition: transform .32s ease;
}

.service-premium-card:hover,
.service-premium-card:focus-visible {
    border-color: rgba(232, 159, 0, .48);
    box-shadow: 0 20px 42px rgba(18, 32, 53, .12);
    color: #14223a;
    text-decoration: none;
    transform: translateY(-6px);
}

.service-premium-card:focus-visible {
    outline: 3px solid rgba(253, 174, 2, .25);
    outline-offset: 3px;
}

.service-premium-card:hover::before,
.service-premium-card:focus-visible::before {
    transform: scaleX(1);
}

.service-premium-card__visual {
    display: grid;
    height: 162px;
    place-items: center;
    border: 1px solid rgba(18, 32, 53, .045);
    border-radius: 15px;
    background: radial-gradient(circle at 50% 42%, #ffffff 0%, #f4f5f8 68%, #eceff4 100%);
}

.service-premium-card__visual img {
    width: auto;
    max-width: 78%;
    max-height: 145px;
    object-fit: contain;
    filter: drop-shadow(0 13px 11px rgba(27, 38, 54, .13));
    transition: transform .35s ease;
}

.service-premium-card:hover .service-premium-card__visual img,
.service-premium-card:focus-visible .service-premium-card__visual img {
    transform: scale(1.055);
}

.service-premium-card__content {
    display: block;
    padding: 17px 4px 0;
}

.service-premium-card__content small {
    display: block;
    margin-bottom: 5px;
    color: #b97500;
    font-size: 10px;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.service-premium-card__content strong {
    display: block;
    color: #11203a;
    font-family: var(--assimox-font, "Barlow", sans-serif);
    font-size: 22px;
    font-weight: 800;
    line-height: 1.15;
}

.service-premium-card__action {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    margin: auto 4px 0;
    padding-top: 14px;
    border-top: 1px solid rgba(18, 32, 53, .08);
    color: #4f5d70;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .075em;
    text-transform: uppercase;
}

.service-premium-card__action i {
    display: grid;
    flex: 0 0 32px;
    width: 32px;
    height: 32px;
    place-items: center;
    border-radius: 50%;
    background: #fdae02;
    color: #182333;
    font-size: 12px;
    transition: transform .3s ease, background-color .3s ease;
}

.service-premium-card:hover .service-premium-card__action i,
.service-premium-card:focus-visible .service-premium-card__action i {
    background: #ffc649;
    transform: translateX(3px);
}

@media (max-width: 991px) {
    #services.services-premium {
        padding: 74px 0 82px;
    }

    .services-premium__shell {
        padding: 38px;
    }

    .services-premium__shell::before {
        left: 38px;
    }

    .services-premium__header {
        grid-template-columns: minmax(0, 1fr);
        gap: 22px;
    }

    .services-premium__assurance {
        display: flex;
        min-width: 0;
        flex-wrap: wrap;
    }

    .services-premium__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    #services.services-premium {
        padding: 52px 0 58px;
        background:
            radial-gradient(circle at 0 3%, rgba(253, 174, 2, .08), transparent 24%),
            linear-gradient(180deg, #ffffff 0%, #fbfaf7 100%);
    }

    #services.services-premium::before {
        display: none;
    }

    .services-premium__shell {
        padding: 27px 18px 20px;
        border-radius: 22px;
        box-shadow: 0 18px 42px rgba(15, 31, 55, .075);
    }

    .services-premium__shell::before {
        left: 20px;
        width: 68px;
    }

    .services-premium__header {
        gap: 17px;
        margin-bottom: 24px;
    }

    .services-premium__heading .section-title__tagline {
        margin-bottom: 10px;
    }

    .services-premium__heading h2 {
        font-size: clamp(29px, 9vw, 36px);
        line-height: 1.06;
    }

    .services-premium__heading p {
        margin-top: 12px;
        font-size: 13px;
        line-height: 1.58;
    }

    .services-premium__assurance {
        gap: 7px;
    }

    .services-premium__assurance span {
        padding: 8px 10px;
        font-size: 10px;
    }

    .services-premium__assurance i {
        flex-basis: 21px;
        width: 21px;
        height: 21px;
        font-size: 9px;
    }

    .services-premium__grid {
        gap: 10px;
    }

    .service-premium-card {
        min-height: 235px;
        padding: 10px 10px 11px;
        border-radius: 15px;
    }

    .service-premium-card::before {
        left: 15px;
        width: 36px;
    }

    .service-premium-card__visual {
        height: 105px;
        border-radius: 11px;
    }

    .service-premium-card__visual img {
        max-width: 78%;
        max-height: 96px;
        filter: drop-shadow(0 8px 7px rgba(27, 38, 54, .12));
    }

    .service-premium-card__content {
        padding: 11px 2px 0;
    }

    .service-premium-card__content small {
        margin-bottom: 3px;
        font-size: 8px;
        letter-spacing: .08em;
    }

    .service-premium-card__content strong {
        font-size: 16px;
        line-height: 1.12;
    }

    .service-premium-card__action {
        margin-right: 1px;
        margin-left: 1px;
        padding-top: 9px;
        font-size: 9px;
        letter-spacing: .04em;
    }

    .service-premium-card__action i {
        flex-basis: 27px;
        width: 27px;
        height: 27px;
        font-size: 10px;
    }
}

@media (max-width: 374px) {
    .services-premium__shell {
        margin: 0 -3px;
        padding-right: 14px;
        padding-left: 14px;
    }

    .services-premium__grid {
        gap: 8px;
    }

    .service-premium-card {
        min-height: 218px;
        padding: 8px 8px 9px;
    }

    .service-premium-card__visual {
        height: 91px;
    }

    .service-premium-card__visual img {
        max-height: 84px;
    }

    .service-premium-card__content strong {
        font-size: 14px;
    }

    .service-premium-card__action {
        font-size: 8px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .service-premium-card,
    .service-premium-card::before,
    .service-premium-card__visual img,
    .service-premium-card__action i {
        transition: none;
    }
}

/* ==========================================================
   PREMIUM PAGE FINALE: TESTIMONIALS, FAQ, CTA AND FOOTER
========================================================== */

.premium-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 13px;
    color: #c97800;
    font-family: var(--assimox-font-two);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .14em;
    line-height: 1.4;
    text-transform: uppercase;
}

.premium-eyebrow::before {
    content: "";
    width: 23px;
    height: 2px;
    border-radius: 999px;
    background: linear-gradient(90deg, #fdae02, #ffd66f);
}

/* Testimonials */

.premium-testimonials {
    position: relative;
    padding: 88px 0;
    overflow: hidden;
    background: #ffffff;
}

.premium-testimonials__shell {
    position: relative;
    min-height: 590px;
    overflow: hidden;
    border: 1px solid #e3e7ee;
    border-radius: 30px;
    background: #f5f6f8;
    box-shadow: 0 24px 70px rgba(7, 27, 58, .11);
    isolation: isolate;
}

.premium-testimonials__shell::after {
    content: "";
    position: absolute;
    z-index: -1;
    inset: 0;
    background: linear-gradient(90deg, rgba(247, 248, 250, .99) 0%, rgba(247, 248, 250, .96) 36%, rgba(247, 248, 250, .57) 54%, rgba(247, 248, 250, 0) 72%);
    pointer-events: none;
}

.premium-testimonials__media {
    position: absolute;
    z-index: -2;
    inset: 0;
    background-image: url('../images/backgrounds/1-12-premium.webp');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.premium-testimonials__content {
    position: relative;
    z-index: 1;
    width: 52%;
    padding: 65px 0 55px 58px;
}

.premium-testimonials__content h2 {
    max-width: 520px;
    margin: 0;
    color: #071b3a;
    font-family: var(--assimox-font-two);
    font-size: clamp(36px, 3.5vw, 52px);
    font-weight: 800;
    letter-spacing: -.04em;
    line-height: 1.04;
}

.premium-testimonials__rating {
    display: flex;
    align-items: center;
    gap: 9px;
    margin: 20px 0 24px;
    color: #6a7280;
    font-size: 13px;
    line-height: 1;
}

.premium-testimonials__rating strong {
    color: #071b3a;
    font-family: var(--assimox-font-two);
    font-size: 15px;
    font-weight: 800;
}

.premium-testimonials__stars {
    color: #f3a300;
    font-size: 15px;
    letter-spacing: 2px;
}

.premium-testimonials__carousel {
    width: 100%;
    max-width: 520px;
}

.premium-testimonials__carousel .owl-stage-outer {
    overflow: hidden;
}

.premium-review {
    position: relative;
    min-height: 245px;
    padding: 28px 30px 27px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .92);
    border-radius: 22px;
    background: rgba(255, 255, 255, .92);
    box-shadow: 0 18px 46px rgba(7, 27, 58, .1);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}

.premium-review::before {
    content: "";
    position: absolute;
    top: 0;
    left: 30px;
    width: 82px;
    height: 3px;
    border-radius: 0 0 7px 7px;
    background: linear-gradient(90deg, #fdae02, #ffd66f);
}

.premium-review__quote {
    margin-bottom: 14px;
    color: #f0a100;
    font-size: 25px;
}

.premium-review > p {
    min-height: 72px;
    margin: 0 0 22px;
    color: #2d3541;
    font-size: 17px;
    font-weight: 500;
    font-style: italic;
    line-height: 1.55;
}

.premium-review__author {
    display: flex;
    align-items: center;
    gap: 13px;
}

.premium-review__author img {
    width: 48px !important;
    height: 48px;
    flex: 0 0 48px;
    border: 2px solid #ffffff;
    border-radius: 50%;
    object-fit: cover;
    box-shadow: 0 4px 14px rgba(7, 27, 58, .14);
}

.premium-review__author div {
    display: flex;
    min-width: 0;
    flex-direction: column;
}

.premium-review__author strong {
    color: #071b3a;
    font-family: var(--assimox-font-two);
    font-size: 15px;
    font-weight: 800;
    line-height: 1.25;
}

.premium-review__author span {
    margin-top: 2px;
    color: #8a919c;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .07em;
    line-height: 1.3;
    text-transform: uppercase;
}

.premium-testimonials__carousel.owl-carousel .owl-dots {
    display: flex;
    align-items: center;
    gap: 7px;
    margin-top: 18px;
}

.premium-testimonials__carousel.owl-carousel .owl-dot {
    width: 8px;
    height: 8px;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 999px;
    background: #c7ccd4;
    transition: width .25s ease, background-color .25s ease;
}

.premium-testimonials__carousel.owl-carousel .owl-dot.active {
    width: 27px;
    background: #fdae02;
}

.premium-testimonials__carousel.owl-carousel .owl-dot span {
    display: none;
}

/* FAQ */

.premium-faq {
    position: relative;
    padding: 92px 0;
    overflow: hidden;
    background:
        radial-gradient(circle at 12% 12%, rgba(253, 174, 2, .095), transparent 26%),
        linear-gradient(180deg, #f7f8fa 0%, #f3f5f8 100%);
}

.premium-faq__layout {
    display: grid;
    grid-template-columns: minmax(300px, .76fr) minmax(0, 1.24fr);
    align-items: start;
    gap: 72px;
}

.premium-faq__intro {
    padding-top: 8px;
}

.premium-faq__intro h2 {
    max-width: 440px;
    margin: 0 0 20px;
    color: #071b3a;
    font-family: var(--assimox-font-two);
    font-size: clamp(38px, 3.5vw, 54px);
    font-weight: 800;
    letter-spacing: -.04em;
    line-height: 1.04;
}

.premium-faq__intro > p {
    max-width: 465px;
    margin: 0;
    color: #68717e;
    font-size: 16px;
    line-height: 1.7;
}

.premium-faq__assurances {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    margin-top: 25px;
}

.premium-faq__assurances span {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    min-height: 34px;
    padding: 0 12px;
    border: 1px solid #e0e4ea;
    border-radius: 999px;
    background: rgba(255, 255, 255, .78);
    color: #313946;
    font-size: 12px;
    font-weight: 700;
}

.premium-faq__assurances i {
    color: #db8b00;
    font-size: 9px;
}

.premium-faq__phone {
    display: inline-flex;
    align-items: center;
    gap: 13px;
    margin-top: 28px;
    color: #071b3a;
}

.premium-faq__phone:hover {
    color: #071b3a;
}

.premium-faq__phone-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    flex: 0 0 48px;
    border: 1px solid rgba(253, 174, 2, .45);
    border-radius: 14px;
    background: linear-gradient(145deg, #fff9e9, #ffd977);
    color: #252a31;
    box-shadow: 0 8px 18px rgba(253, 174, 2, .14);
}

.premium-faq__phone > span:last-child {
    display: flex;
    flex-direction: column;
}

.premium-faq__phone small {
    color: #858c97;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .08em;
    line-height: 1.3;
    text-transform: uppercase;
}

.premium-faq__phone strong {
    margin-top: 2px;
    color: #071b3a;
    font-family: var(--assimox-font-two);
    font-size: 20px;
    font-weight: 800;
    line-height: 1.25;
}

.premium-faq__questions {
    min-width: 0;
}

.premium-faq .accrodion {
    position: relative;
    overflow: hidden;
    border: 1px solid #e1e5eb;
    border-radius: 17px;
    background: rgba(255, 255, 255, .92);
    box-shadow: 0 10px 30px rgba(7, 27, 58, .055);
    transition: border-color .25s ease, box-shadow .25s ease;
}

.premium-faq .accrodion + .accrodion {
    margin-top: 12px;
}

.premium-faq .accrodion.active {
    border-color: rgba(253, 174, 2, .48);
    box-shadow: 0 16px 38px rgba(7, 27, 58, .08);
}

.premium-faq .accrodion-title {
    position: relative;
    display: flex;
    min-height: 76px;
    align-items: center;
    padding: 20px 67px 20px 24px;
    cursor: pointer;
}

.premium-faq .accrodion-title::after {
    content: "+";
    position: absolute;
    top: 50%;
    right: 21px;
    display: flex;
    width: 34px;
    height: 34px;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(253, 174, 2, .4);
    border-radius: 50%;
    background: #fff9ea;
    color: #c87800;
    font-family: Arial, sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 1;
    transform: translateY(-50%);
}

/* Keep one premium plus/minus control; the old template icon is disabled on
   every viewport. */
.premium-faq .faq-one-accrodion .accrodion-title h4::before {
    content: none !important;
    display: none !important;
}

.premium-faq .accrodion.active .accrodion-title::after {
    content: "−";
    background: #fdae02;
    color: #242930;
}

.premium-faq .accrodion-title h4 {
    margin: 0;
    color: #071b3a;
    font-family: var(--assimox-font-two);
    font-size: 18px;
    font-weight: 750;
    letter-spacing: -.015em;
    line-height: 1.35;
}

.premium-faq .accrodion-content {
    padding: 0 67px 23px 24px;
}

.premium-faq .accrodion-content p {
    margin: 0;
    color: #68717e;
    font-size: 14px;
    line-height: 1.65;
}

/* Final CTA */

.premium-final-cta {
    position: relative;
    padding: 92px 0;
    background: #ffffff;
}

.premium-final-cta__shell {
    display: grid;
    grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr);
    overflow: hidden;
    border: 1px solid #e1e5eb;
    border-radius: 30px;
    background:
        radial-gradient(circle at 95% 0%, rgba(253, 174, 2, .12), transparent 31%),
        linear-gradient(135deg, #f6f7f9 0%, #ffffff 68%);
    box-shadow: 0 24px 68px rgba(7, 27, 58, .1);
}

.premium-final-cta__visual {
    position: relative;
    min-height: 505px;
    overflow: hidden;
    background: #e9ebef;
}

.premium-final-cta__visual::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 58%, rgba(7, 27, 58, .2) 100%);
    pointer-events: none;
}

.premium-final-cta__visual img {
    width: 100%;
    height: 100%;
    min-height: 505px;
    object-fit: cover;
    object-position: center;
}

.premium-final-cta__experience {
    position: absolute;
    z-index: 1;
    right: 22px;
    bottom: 22px;
    display: flex;
    width: 150px;
    min-height: 105px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 14px;
    border: 1px solid rgba(255, 255, 255, .72);
    border-radius: 18px;
    background: rgba(255, 255, 255, .9);
    color: #071b3a;
    box-shadow: 0 14px 35px rgba(7, 27, 58, .15);
    text-align: center;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.premium-final-cta__experience strong {
    font-family: var(--assimox-font-two);
    font-size: 35px;
    font-weight: 900;
    line-height: 1;
}

.premium-final-cta__experience span {
    margin-top: 6px;
    color: #5d6673;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .05em;
    line-height: 1.3;
    text-transform: uppercase;
}

.premium-final-cta__content {
    display: flex;
    min-width: 0;
    flex-direction: column;
    justify-content: center;
    padding: 52px 55px;
}

.premium-final-cta__content h2 {
    margin: 0;
    color: #071b3a;
    font-family: var(--assimox-font-two);
    font-size: clamp(36px, 3.35vw, 52px);
    font-weight: 800;
    letter-spacing: -.04em;
    line-height: 1.04;
}

.premium-final-cta__content > p {
    max-width: 610px;
    margin: 19px 0 0;
    color: #68717e;
    font-size: 16px;
    line-height: 1.67;
}

.premium-final-cta__benefits {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 18px;
    margin: 23px 0 0;
}

.premium-final-cta__benefits li {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: #333b47;
    font-size: 13px;
    font-weight: 700;
}

.premium-final-cta__benefits i {
    display: inline-flex;
    width: 20px;
    height: 20px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #fff3cf;
    color: #c87900;
    font-size: 8px;
}

.premium-final-cta__actions {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-top: 30px;
}

.premium-final-cta__book {
    display: inline-flex;
    min-width: 205px;
    min-height: 56px;
    align-items: center;
    justify-content: center;
    gap: 14px;
    padding: 0 24px;
    border: 1px solid #f1a200;
    border-radius: 15px;
    background: linear-gradient(135deg, #ffd66b 0%, #fdae02 100%);
    color: #252a31;
    box-shadow: 0 12px 25px rgba(253, 174, 2, .24);
    font-family: var(--assimox-font-two);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
    transition: transform .25s ease, box-shadow .25s ease;
}

.premium-final-cta__book:hover {
    color: #252a31;
    transform: translateY(-2px);
    box-shadow: 0 16px 30px rgba(253, 174, 2, .31);
}

.premium-final-cta__book span {
    font-size: 18px;
    line-height: 1;
}

.premium-final-cta__call {
    display: inline-flex;
    min-height: 56px;
    align-items: center;
    gap: 11px;
    padding: 3px 5px;
    color: #071b3a;
}

.premium-final-cta__call:hover {
    color: #071b3a;
}

.premium-final-cta__call > i {
    display: inline-flex;
    width: 42px;
    height: 42px;
    flex: 0 0 42px;
    align-items: center;
    justify-content: center;
    border: 1px solid #dfe3e8;
    border-radius: 13px;
    background: #ffffff;
    color: #071b3a;
    box-shadow: 0 7px 18px rgba(7, 27, 58, .07);
}

.premium-final-cta__call > span {
    display: flex;
    flex-direction: column;
}

.premium-final-cta__call small {
    color: #8b929c;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: .11em;
    line-height: 1.3;
    text-transform: uppercase;
}

.premium-final-cta__call strong {
    margin-top: 2px;
    color: #071b3a;
    font-family: var(--assimox-font-two);
    font-size: 17px;
    font-weight: 800;
    line-height: 1.2;
}

/* Footer */

.site-footer.premium-footer {
    position: relative;
    padding-bottom: 96px;
    overflow: hidden;
    border-top: 1px solid #e0e4eb;
    background: #eef1f7;
}

.premium-footer__main {
    padding: 66px 0 54px;
}

.premium-footer__grid {
    display: grid;
    grid-template-columns: minmax(270px, 1.35fr) minmax(130px, .62fr) minmax(190px, .82fr) minmax(255px, 1.12fr);
    gap: 48px;
    align-items: start;
}

.premium-footer__logo {
    display: inline-block;
    width: min(100%, 245px);
}

.premium-footer__logo img {
    display: block;
    width: 100%;
    height: auto;
}

.premium-footer__brand > p {
    max-width: 355px;
    margin: 22px 0 0;
    color: #68717e;
    font-size: 14px;
    line-height: 1.7;
}

.premium-footer__availability {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin-top: 20px;
    color: #37404d;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .05em;
    text-transform: uppercase;
}

.premium-footer__availability span {
    position: relative;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #f2a000;
    box-shadow: 0 0 0 5px rgba(253, 174, 2, .14);
}

.premium-footer__column h3 {
    margin: 6px 0 21px;
    color: #071b3a;
    font-family: var(--assimox-font-two);
    font-size: 17px;
    font-weight: 800;
    letter-spacing: -.01em;
    line-height: 1.3;
}

.premium-footer__column ul {
    margin: 0;
}

.premium-footer__column li + li {
    margin-top: 10px;
}

.premium-footer__column li,
.premium-footer__column a {
    color: #6c7481;
    font-size: 14px;
    line-height: 1.45;
}

.premium-footer__column a {
    transition: color .22s ease, transform .22s ease;
}

.premium-footer__column a:hover {
    color: #c87900;
}

.premium-footer__policies a {
    white-space: nowrap;
}

.premium-footer__contact li {
    display: flex;
    align-items: flex-start;
    gap: 11px;
}

.premium-footer__contact li + li {
    margin-top: 13px;
}

.premium-footer__contact li > i {
    display: inline-flex;
    width: 28px;
    height: 28px;
    flex: 0 0 28px;
    align-items: center;
    justify-content: center;
    margin-top: -4px;
    border-radius: 9px;
    background: #fff6dd;
    color: #d38300;
    font-size: 10px;
}

.premium-footer__contact a {
    overflow-wrap: anywhere;
}

.premium-footer__social {
    display: flex;
    gap: 9px;
    margin-top: 22px;
}

.premium-footer__social a {
    display: inline-flex;
    width: 38px;
    height: 38px;
    align-items: center;
    justify-content: center;
    border: 1px solid #d7dce4;
    border-radius: 12px;
    background: rgba(255, 255, 255, .66);
    color: #c87800;
    font-size: 14px;
    transition: transform .22s ease, background-color .22s ease, border-color .22s ease;
}

.premium-footer__social a:hover {
    border-color: #fdae02;
    background: #fff7e2;
    color: #9d6000;
    transform: translateY(-2px);
}

.premium-footer__bottom {
    border-top: 1px solid #dce1e9;
}

.premium-footer__bottom-inner {
    display: flex;
    min-height: 72px;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.premium-footer__bottom p {
    margin: 0;
    color: #858c97;
    font-size: 12px;
    line-height: 1.5;
}

@media (max-width: 1199px) {
    .premium-testimonials__content {
        width: 56%;
        padding-left: 46px;
    }

    .premium-faq__layout {
        gap: 46px;
    }

    .premium-final-cta__content {
        padding: 44px 40px;
    }

    .premium-final-cta__actions {
        align-items: flex-start;
        flex-direction: column;
        gap: 8px;
    }

    .premium-footer__grid {
        grid-template-columns: minmax(270px, 1.2fr) minmax(125px, .55fr) minmax(190px, .75fr) minmax(235px, 1fr);
        gap: 30px;
    }
}

@media (max-width: 991px) {
    .premium-testimonials,
    .premium-faq,
    .premium-final-cta {
        padding: 72px 0;
    }

    .premium-testimonials__shell {
        min-height: 550px;
    }

    .premium-testimonials__content {
        width: 62%;
        padding: 52px 0 46px 38px;
    }

    .premium-testimonials__shell::after {
        background: linear-gradient(90deg, rgba(247, 248, 250, .99) 0%, rgba(247, 248, 250, .94) 47%, rgba(247, 248, 250, .22) 82%, rgba(247, 248, 250, 0) 100%);
    }

    .premium-faq__layout {
        grid-template-columns: 1fr;
        gap: 38px;
    }

    .premium-faq__intro > p,
    .premium-faq__intro h2 {
        max-width: 680px;
    }

    .premium-final-cta__shell {
        grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
    }

    .premium-final-cta__visual,
    .premium-final-cta__visual img {
        min-height: 500px;
    }

    .premium-final-cta__content {
        padding: 38px 30px;
    }

    .premium-final-cta__content h2 {
        font-size: 38px;
    }

    .premium-final-cta__benefits {
        align-items: flex-start;
        flex-direction: column;
        gap: 8px;
    }

    .premium-footer__grid {
        grid-template-columns: 1.25fr .75fr .85fr;
        gap: 42px 32px;
    }

    .premium-footer__brand {
        grid-column: 1 / -1;
    }

    .premium-footer__brand > p {
        max-width: 560px;
    }
}

@media (max-width: 767px) {
    .premium-testimonials,
    .premium-faq,
    .premium-final-cta {
        padding: 56px 0;
    }

    .premium-testimonials__shell {
        display: flex;
        min-height: 0;
        flex-direction: column;
        border-radius: 23px;
    }

    .premium-testimonials__shell::after {
        display: none;
    }

    .premium-testimonials__media {
        position: relative;
        z-index: 0;
        inset: auto;
        width: 100%;
        height: 245px;
        flex: 0 0 245px;
        background-position: 69% center;
        background-size: cover;
    }

    .premium-testimonials__media::after {
        content: "";
        position: absolute;
        inset: auto 0 0;
        height: 70px;
        background: linear-gradient(180deg, transparent, #f7f8fa);
    }

    .premium-testimonials__content {
        width: auto;
        padding: 26px 17px 31px;
    }

    .premium-testimonials__content h2 {
        font-size: 35px;
    }

    .premium-testimonials__rating {
        flex-wrap: wrap;
        margin: 16px 0 20px;
    }

    .premium-testimonials__rating > span:last-child {
        width: 100%;
        margin-top: 1px;
    }

    .premium-review {
        min-height: 257px;
        padding: 25px 21px 23px;
        border-radius: 18px;
    }

    .premium-review::before {
        left: 21px;
    }

    .premium-review > p {
        min-height: 99px;
        font-size: 16px;
    }

    .premium-faq__layout {
        gap: 32px;
    }

    .premium-faq__intro {
        padding: 0 2px;
    }

    .premium-faq__intro h2 {
        font-size: 38px;
    }

    .premium-faq__intro > p {
        font-size: 15px;
    }

    .premium-faq__assurances {
        gap: 7px;
    }

    .premium-faq__assurances span {
        min-height: 32px;
        padding: 0 10px;
        font-size: 10px;
    }

    .premium-faq .accrodion-title {
        min-height: 70px;
        padding: 18px 58px 18px 18px;
    }

    .premium-faq .accrodion-title::after {
        right: 15px;
        width: 32px;
        height: 32px;
    }

    .premium-faq .accrodion-title h4 {
        font-size: 16px;
        line-height: 1.34;
    }

    .premium-faq .accrodion-content {
        padding: 0 18px 20px;
    }

    .premium-final-cta__shell {
        grid-template-columns: 1fr;
        border-radius: 23px;
    }

    .premium-final-cta__visual,
    .premium-final-cta__visual img {
        min-height: 330px;
        max-height: 330px;
    }

    .premium-final-cta__visual img {
        object-position: center 42%;
    }

    .premium-final-cta__experience {
        right: 15px;
        bottom: 15px;
        width: 124px;
        min-height: 86px;
        border-radius: 15px;
    }

    .premium-final-cta__experience strong {
        font-size: 29px;
    }

    .premium-final-cta__experience span {
        font-size: 9px;
    }

    .premium-final-cta__content {
        padding: 31px 20px 34px;
    }

    .premium-final-cta__content h2 {
        font-size: 35px;
    }

    .premium-final-cta__content > p {
        margin-top: 15px;
        font-size: 15px;
    }

    .premium-final-cta__benefits {
        margin-top: 19px;
    }

    .premium-final-cta__actions {
        width: 100%;
        margin-top: 25px;
    }

    .premium-final-cta__book,
    .premium-final-cta__call {
        width: 100%;
    }

    .premium-final-cta__call {
        padding: 6px 4px;
    }

    .site-footer.premium-footer {
        padding-bottom: 88px;
    }

    .premium-footer__main {
        padding: 50px 0 38px;
    }

    .premium-footer__grid {
        grid-template-columns: 1fr 1fr;
        gap: 36px 24px;
    }

    .premium-footer__brand,
    .premium-footer__contact {
        grid-column: 1 / -1;
    }

    .premium-footer__logo {
        width: 220px;
    }

    .premium-footer__brand > p {
        margin-top: 18px;
        font-size: 13px;
    }

    .premium-footer__column h3 {
        margin-bottom: 17px;
        font-size: 16px;
    }

    .premium-footer__column li,
    .premium-footer__column a {
        font-size: 13px;
    }

    .premium-footer__contact ul {
        display: grid;
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .premium-footer__contact li + li {
        margin-top: 0;
    }

    .premium-footer__bottom-inner {
        min-height: 92px;
        align-items: flex-start;
        justify-content: center;
        flex-direction: column;
        gap: 3px;
        padding: 18px 0;
    }
}

@media (max-width: 390px) {
    .premium-testimonials__media {
        height: 220px;
        flex-basis: 220px;
    }

    .premium-testimonials__content h2,
    .premium-final-cta__content h2 {
        font-size: 32px;
    }

    .premium-faq__intro h2 {
        font-size: 35px;
    }

    .premium-faq__assurances span {
        width: 100%;
        justify-content: flex-start;
    }

    .premium-footer__grid {
        column-gap: 18px;
    }

}

@media (prefers-reduced-motion: reduce) {
    .premium-testimonials__carousel,
    .premium-final-cta__book,
    .premium-footer__social a,
    .premium-faq .accrodion {
        scroll-behavior: auto;
        transition: none;
    }
}

/* ==========================================================
   PREMIUM HERO, SAVINGS PANEL + FLOATING ACTIONS
========================================================== */
.premium-hero {
    position: relative;
    isolation: isolate;
    min-height: 840px;
    overflow: hidden;
    background: #eef0f3;
}

.premium-hero__image,
.premium-hero__shade {
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.premium-hero__image {
    z-index: -2;
    background-image: url("../images/backgrounds/2-11-premium.webp");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.premium-hero__shade {
    z-index: -1;
    background:
        linear-gradient(90deg, rgba(241, 242, 244, .96) 0%, rgba(241, 242, 244, .86) 35%, rgba(241, 242, 244, .18) 57%, rgba(241, 242, 244, 0) 72%),
        linear-gradient(180deg, rgba(255, 255, 255, .14) 0%, rgba(7, 27, 58, .04) 100%);
}

.main-slider.premium-hero .premium-hero__container {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    min-height: 840px;
    padding-top: 172px;
    padding-bottom: 166px;
}

.premium-hero__content {
    width: min(650px, 55vw);
    padding: 42px 44px 38px;
    border: 1px solid rgba(255, 255, 255, .86);
    border-radius: 28px;
    background: rgba(255, 255, 255, .70);
    box-shadow: 0 28px 80px rgba(7, 27, 58, .12), inset 0 1px 0 rgba(255, 255, 255, .78);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
}

.premium-hero__eyebrow {
    display: flex;
    align-items: center;
    gap: 11px;
    margin: 0 0 16px;
    color: #a76300;
    font-family: var(--assimox-font-two);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .13em;
    line-height: 1.4;
    text-transform: uppercase;
}

.premium-hero__eyebrow span {
    width: 28px;
    height: 2px;
    flex: 0 0 28px;
    border-radius: 999px;
    background: linear-gradient(90deg, #fdae02, #d88700);
}

.premium-hero__content h1 {
    max-width: 560px;
    margin: 0;
    color: #071b3a;
    font-family: var(--assimox-font-two);
    font-size: clamp(48px, 4.2vw, 65px);
    font-weight: 900;
    letter-spacing: -.045em;
    line-height: .98;
}

.premium-hero__lead {
    margin: 22px 0 0;
    color: #182943;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.35;
}

.premium-hero__details {
    display: grid;
    gap: 9px;
    margin-top: 18px;
}

.premium-hero__details span {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #4f5969;
    font-size: 15px;
    line-height: 1.5;
}

.premium-hero__details i {
    width: 19px;
    color: #d78600;
    text-align: center;
}

.premium-hero__actions {
    display: grid;
    grid-template-columns: minmax(0, 1.12fr) minmax(0, .88fr);
    gap: 12px;
    margin-top: 27px;
}

.premium-hero__call,
.premium-hero__book {
    min-height: 62px;
    border-radius: 14px;
    transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease;
}

.premium-hero__call {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 17px;
    border: 1px solid #e1e5eb;
    background: rgba(255, 255, 255, .88);
    box-shadow: 0 10px 28px rgba(7, 27, 58, .07);
}

.premium-hero__call i {
    display: grid;
    width: 38px;
    height: 38px;
    flex: 0 0 38px;
    place-items: center;
    border-radius: 50%;
    background: #fff4d9;
    color: #be7200;
    font-size: 14px;
}

.premium-hero__call span {
    display: grid;
    gap: 1px;
}

.premium-hero__call small {
    color: #6d7582;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .1em;
    line-height: 1.2;
    text-transform: uppercase;
}

.premium-hero__call strong {
    color: #071b3a;
    font-family: var(--assimox-font-two);
    font-size: 16px;
    font-weight: 800;
    letter-spacing: .035em;
    line-height: 1.25;
}

.premium-hero__book {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 13px;
    padding: 0 20px;
    border: 1px solid #f7b51f;
    background: linear-gradient(135deg, #ffc642 0%, #fdae02 54%, #f39a00 100%);
    box-shadow: 0 13px 30px rgba(218, 132, 0, .24);
    color: #15191f;
    font-family: var(--assimox-font-two);
    font-size: 13px;
    font-weight: 900;
    letter-spacing: .09em;
    text-transform: uppercase;
}

.premium-hero__book i {
    font-size: 12px;
    transition: transform .28s ease;
}

.premium-hero__call:hover,
.premium-hero__book:hover {
    transform: translateY(-2px);
}

.premium-hero__call:hover {
    border-color: rgba(253, 174, 2, .52);
    box-shadow: 0 15px 32px rgba(7, 27, 58, .11);
}

.premium-hero__book:hover {
    color: #15191f;
    box-shadow: 0 17px 34px rgba(218, 132, 0, .31);
}

.premium-hero__book:hover i {
    transform: translateX(3px);
}

.premium-hero__reassurance {
    display: flex;
    align-items: center;
    gap: 9px;
    margin: 18px 0 0;
    color: #69717e;
    font-size: 12px;
    line-height: 1.45;
}

.premium-hero__reassurance i {
    color: #d78600;
}

.premium-discounts {
    position: relative;
    z-index: 12;
    margin-top: -102px;
    padding: 0 0 58px;
}

.premium-discounts__shell {
    display: grid;
    grid-template-columns: minmax(245px, .72fr) minmax(0, 2.28fr);
    align-items: stretch;
    gap: 16px;
    padding: 16px;
    border: 1px solid rgba(221, 225, 232, .95);
    border-radius: 28px;
    background: rgba(255, 255, 255, .94);
    box-shadow: 0 25px 70px rgba(7, 27, 58, .13), 0 3px 12px rgba(7, 27, 58, .05);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
}

.premium-discounts__intro {
    display: flex;
    align-items: center;
    gap: 15px;
    min-width: 0;
    padding: 17px 18px;
    border-radius: 18px;
    background: linear-gradient(135deg, #fff8e8 0%, #fffdf8 100%);
}

.premium-discounts__icon {
    display: grid;
    width: 48px;
    height: 48px;
    flex: 0 0 48px;
    place-items: center;
    border: 1px solid rgba(232, 148, 0, .24);
    border-radius: 15px;
    background: #fff;
    box-shadow: 0 8px 22px rgba(190, 114, 0, .10);
    color: #c87700;
    font-size: 18px;
}

.premium-discounts__intro p {
    margin: 0 0 3px;
    color: #aa6700;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .12em;
    line-height: 1.3;
    text-transform: uppercase;
}

.premium-discounts__intro h2 {
    margin: 0;
    color: #071b3a;
    font-family: var(--assimox-font-two);
    font-size: 23px;
    font-weight: 800;
    letter-spacing: -.025em;
    line-height: 1.08;
}

.premium-discounts__offers {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
}

.premium-discount-card {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: 11px;
    min-width: 0;
    padding: 16px 15px;
    border: 1px solid #e5e8ed;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 8px 24px rgba(7, 27, 58, .05);
    transition: transform .28s ease, border-color .28s ease, box-shadow .28s ease;
}

.premium-discount-card strong {
    color: #d37e00;
    font-family: var(--assimox-font-two);
    font-size: 28px;
    font-weight: 900;
    letter-spacing: -.04em;
    line-height: 1;
}

.premium-discount-card span {
    display: grid;
    min-width: 0;
    color: #14243c;
    font-family: var(--assimox-font-two);
    font-size: 13px;
    font-weight: 800;
    line-height: 1.25;
}

.premium-discount-card small {
    margin-top: 3px;
    color: #7a828f;
    font-family: var(--assimox-font);
    font-size: 10px;
    font-weight: 600;
    letter-spacing: .05em;
    text-transform: uppercase;
}

.premium-discount-card > i {
    color: #c77700;
    font-size: 11px;
    transition: transform .28s ease;
}

.premium-discount-card--featured {
    border-color: rgba(240, 162, 18, .45);
    background: linear-gradient(135deg, #fff7e0 0%, #fffdf7 100%);
}

.premium-discount-card:hover {
    transform: translateY(-3px);
    border-color: rgba(240, 162, 18, .52);
    box-shadow: 0 15px 32px rgba(7, 27, 58, .10);
}

.premium-discount-card:hover > i {
    transform: translateX(3px);
}

/* Floating booking bar */
.sticky-cta {
    position: fixed;
    z-index: 99999;
    left: 50%;
    bottom: 22px;
    display: grid;
    grid-template-columns: minmax(215px, 1.1fr) minmax(175px, .9fr);
    gap: 8px;
    width: min(460px, calc(100% - 150px));
    padding: 8px;
    border: 1px solid rgba(219, 223, 229, .94);
    border-radius: 20px;
    background: rgba(255, 255, 255, .91);
    box-shadow: 0 18px 50px rgba(7, 27, 58, .17), 0 4px 14px rgba(7, 27, 58, .07);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translate(-50%, 120px) scale(.98);
    transition: opacity .34s ease, visibility .34s ease, transform .44s cubic-bezier(.22, .61, .36, 1);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
}

.sticky-cta.show {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translate(-50%, 0) scale(1);
}

.sticky-cta__call,
.sticky-cta__book {
    min-width: 0;
    min-height: 56px;
    border-radius: 13px;
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.sticky-cta__call {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px 14px;
    border: 1px solid #e3e6eb;
    background: #fff;
}

.sticky-cta__icon {
    display: grid;
    width: 35px;
    height: 35px;
    flex: 0 0 35px;
    place-items: center;
    border-radius: 50%;
    background: #fff3d5;
    color: #bf7100;
    font-size: 12px;
}

.sticky-cta__copy {
    display: grid;
    gap: 1px;
}

.sticky-cta__copy small {
    color: #727a86;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: .1em;
    line-height: 1.1;
    text-transform: uppercase;
}

.sticky-cta__copy strong {
    color: #071b3a;
    font-family: var(--assimox-font-two);
    font-size: 14px;
    font-weight: 800;
    letter-spacing: .045em;
    line-height: 1.25;
}

.sticky-cta__book {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 0 18px;
    border: 1px solid #f3a712;
    background: linear-gradient(135deg, #ffc642 0%, #fdae02 58%, #f39a00 100%);
    box-shadow: 0 9px 22px rgba(219, 133, 0, .22);
    color: #15191f;
    font-family: var(--assimox-font-two);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .09em;
    text-transform: uppercase;
}

.sticky-cta__call:hover,
.sticky-cta__book:hover {
    transform: translateY(-2px);
}

.sticky-cta__call:hover {
    border-color: rgba(237, 157, 12, .48);
    box-shadow: 0 10px 24px rgba(7, 27, 58, .08);
}

.sticky-cta__book:hover {
    color: #15191f;
    box-shadow: 0 13px 27px rgba(219, 133, 0, .29);
}

.scroll-to-top {
    display: flex !important;
    align-items: center;
    justify-content: center;
    right: 28px;
    bottom: 28px;
    z-index: 99998;
    width: 50px;
    height: 50px;
    overflow: hidden;
    border: 1px solid rgba(243, 167, 18, .85);
    border-radius: 15px;
    background: linear-gradient(135deg, #ffc642 0%, #fdae02 58%, #f39a00 100%);
    box-shadow: 0 13px 30px rgba(218, 132, 0, .25);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translate3d(0, 12px, 0);
    transition: opacity .22s ease, visibility .22s ease, transform .22s ease, box-shadow .22s ease;
    backface-visibility: hidden;
}

.scroll-to-top.is-visible {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translate3d(0, 0, 0);
}

.scroll-to-top i {
    color: #15191f;
    font-size: 13px;
    line-height: 50px;
}

.scroll-to-top:hover {
    background: linear-gradient(135deg, #ffd16b 0%, #ffb718 100%);
    box-shadow: 0 17px 34px rgba(218, 132, 0, .31);
    transform: translate3d(0, -2px, 0);
}

.scroll-to-top:hover i {
    color: #15191f;
}

.site-footer.premium-footer {
    padding-bottom: 96px;
}

/* Desktop scrolling: fixed glass layers are replaced by nearly opaque surfaces.
   This avoids repainting blurred page content on every wheel frame. */
@media (min-width: 1200px) {
    .stricky-header.main-header--dark.main-menu,
    .sticky-cta {
        -webkit-backdrop-filter: none;
        backdrop-filter: none;
        background-color: rgba(255, 255, 255, .985);
        backface-visibility: hidden;
    }

    .stricky-header,
    .sticky-cta,
    .scroll-to-top {
        transform-style: preserve-3d;
    }
}

@media (max-width: 1199px) {
    .premium-hero {
        min-height: 790px;
    }

    .main-slider.premium-hero .premium-hero__container {
        min-height: 790px;
        padding-top: 150px;
        padding-bottom: 150px;
    }

    .premium-hero__content {
        width: min(600px, 59vw);
        padding: 36px 36px 34px;
    }

    .premium-discounts__shell {
        grid-template-columns: 1fr;
    }

    .premium-discounts__intro {
        padding: 13px 16px;
    }
}

@media (max-width: 991px) {
    .premium-hero__image {
        background-position: 58% center;
    }

    .premium-hero__content {
        width: min(570px, 67vw);
    }

    .premium-hero__content h1 {
        font-size: 50px;
    }

    .premium-discount-card {
        padding: 14px 13px;
    }

    .premium-discount-card strong {
        font-size: 25px;
    }
}

@media (max-width: 767px) {
    .premium-hero {
        min-height: 0;
        overflow: visible;
        background: linear-gradient(180deg, #eef0f3 0%, #f8f9fb 100%);
    }

    .premium-hero__image {
        inset: 0 0 auto;
        height: 355px;
        background-position: 72% center;
        background-size: auto 100%;
    }

    .premium-hero__shade {
        inset: 0 0 auto;
        height: 356px;
        background: linear-gradient(180deg, rgba(7, 27, 58, .02) 0%, rgba(238, 240, 243, 0) 58%, #eef0f3 100%);
    }

    .main-slider.premium-hero .premium-hero__container {
        display: block;
        min-height: 0;
        padding-top: 292px;
        padding-bottom: 92px;
    }

    .premium-hero__content {
        width: 100%;
        padding: 29px 22px 25px;
        border-radius: 23px;
        background: rgba(255, 255, 255, .94);
        box-shadow: 0 21px 54px rgba(7, 27, 58, .13);
        backdrop-filter: blur(11px);
        -webkit-backdrop-filter: blur(11px);
    }

    .premium-hero__eyebrow {
        margin-bottom: 12px;
        font-size: 10px;
        letter-spacing: .1em;
    }

    .premium-hero__eyebrow span {
        width: 21px;
        flex-basis: 21px;
    }

    .premium-hero__content h1 {
        font-size: clamp(36px, 10.5vw, 44px);
        line-height: 1.01;
    }

    .premium-hero__lead {
        margin-top: 15px;
        font-size: 18px;
    }

    .premium-hero__details {
        gap: 7px;
        margin-top: 14px;
    }

    .premium-hero__details span {
        align-items: flex-start;
        font-size: 13px;
        line-height: 1.42;
    }

    .premium-hero__details i {
        margin-top: 3px;
    }

    .premium-hero__actions {
        grid-template-columns: 1fr;
        gap: 9px;
        margin-top: 21px;
    }

    .premium-hero__call,
    .premium-hero__book {
        min-height: 56px;
    }

    .premium-hero__call {
        justify-content: center;
    }

    .premium-hero__reassurance {
        align-items: flex-start;
        margin-top: 15px;
        font-size: 11px;
    }

    .premium-discounts {
        margin-top: -55px;
        padding-bottom: 48px;
    }

    .premium-discounts__shell {
        gap: 11px;
        padding: 11px;
        border-radius: 23px;
        box-shadow: 0 20px 48px rgba(7, 27, 58, .12);
    }

    .premium-discounts__intro {
        padding: 14px;
        border-radius: 16px;
    }

    .premium-discounts__icon {
        width: 43px;
        height: 43px;
        flex-basis: 43px;
        border-radius: 13px;
        font-size: 16px;
    }

    .premium-discounts__intro h2 {
        font-size: 21px;
    }

    .premium-discounts__offers {
        grid-template-columns: 1fr;
        gap: 8px;
    }

    .premium-discount-card {
        min-height: 71px;
        padding: 13px 15px;
        border-radius: 15px;
    }

    .premium-discount-card strong {
        min-width: 50px;
        font-size: 26px;
    }

    .premium-discount-card span {
        font-size: 13px;
    }

    .sticky-cta {
        left: 10px;
        right: 10px;
        bottom: 10px;
        grid-template-columns: 1fr 1fr;
        width: auto;
        gap: 6px;
        padding: 6px;
        border-radius: 17px;
        transform: translateY(120px) scale(.98);
    }

    .sticky-cta.show {
        transform: translateY(0) scale(1);
    }

    .sticky-cta__call,
    .sticky-cta__book {
        min-height: 50px;
        border-radius: 12px;
    }

    .sticky-cta__call {
        gap: 7px;
        justify-content: center;
        padding: 7px 9px;
    }

    .sticky-cta__icon {
        width: 31px;
        height: 31px;
        flex-basis: 31px;
        font-size: 11px;
    }

    .sticky-cta__copy small {
        display: none;
    }

    .sticky-cta__copy strong {
        font-size: 11px;
        letter-spacing: .025em;
    }

    .sticky-cta__book {
        gap: 7px;
        padding: 0 9px;
        font-size: 10px;
        letter-spacing: .07em;
    }

    .scroll-to-top {
        right: 13px;
        bottom: 82px;
        width: 44px;
        height: 44px;
        border-radius: 13px;
    }

    .scroll-to-top i {
        font-size: 11px;
        line-height: 44px;
    }

    .site-footer.premium-footer {
        padding-bottom: 104px;
    }
}

@media (max-width: 390px) {
    .premium-hero__image {
        height: 332px;
        background-position: 71% center;
    }

    .premium-hero__shade {
        height: 333px;
    }

    .main-slider.premium-hero .premium-hero__container {
        padding-top: 274px;
    }

    .premium-hero__content {
        padding-right: 18px;
        padding-left: 18px;
    }

    .premium-hero__content h1 {
        font-size: 35px;
    }

    .premium-hero__call strong {
        font-size: 15px;
    }

    .sticky-cta__icon {
        display: none;
    }
}

@media (prefers-reduced-motion: reduce) {
    .premium-hero__call,
    .premium-hero__book,
    .premium-hero__book i,
    .premium-discount-card,
    .premium-discount-card > i,
    .sticky-cta,
    .sticky-cta__call,
    .sticky-cta__book,
    .scroll-to-top {
        transition: none;
    }
}

/* Final responsive cascade: premium hierarchy and stable touch layouts. */

.brand-tier {
    isolation: isolate;
}

.brand-rail {
    position: relative;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    overflow: hidden;
    isolation: isolate;
    scroll-snap-type: none;
}

.brand-track,
.brand-set {
    min-width: max-content;
    align-items: center;
    flex-wrap: nowrap;
}

.brand-card {
    min-width: 176px;
    max-width: 176px;
}

@media (max-width: 1199px) {
    .brand-tier {
        display: block;
        min-height: 0;
        padding: 17px 0 15px;
    }

    .brand-tier::before {
        top: 17px;
        bottom: auto;
        height: 40px;
    }

    .brand-tier__heading {
        grid-template-columns: 38px minmax(0, 1fr) auto;
        padding: 0 20px 15px;
    }

    .brand-tier__count {
        grid-column: 3;
        grid-row: 1 / span 2;
        align-self: center;
        margin: 0;
        padding: 7px 10px;
        border-radius: 999px;
        background: #f4f4f6;
        white-space: nowrap;
    }

    .brand-rail {
        padding: 1px 0 7px;
        -webkit-mask-image: linear-gradient(to right, transparent, #000 20px, #000 calc(100% - 20px), transparent);
        mask-image: linear-gradient(to right, transparent, #000 20px, #000 calc(100% - 20px), transparent);
        touch-action: pan-y;
    }

    .brand-track,
    .brand-track--reverse {
        animation-name: brands-marquee;
        animation-duration: 50s;
        animation-timing-function: linear;
        animation-iteration-count: infinite;
        animation-play-state: running;
        will-change: transform;
    }

    .brand-track--reverse {
        animation-direction: reverse;
        animation-duration: 54s;
    }

    .brand-set,
    .brand-set[aria-hidden="true"] {
        display: flex;
        gap: 10px;
        padding-right: 10px;
    }

    .brand-card {
        flex: 0 0 160px;
        min-width: 160px;
        max-width: 160px;
        height: 76px;
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .main-header > .main-menu .main-menu__wrapper {
        padding-right: max(30px, calc(env(safe-area-inset-right) + 22px));
        padding-left: max(28px, calc(env(safe-area-inset-left) + 20px));
    }

    .main-header > .main-menu .mobile-nav__toggler {
        margin-right: 3px;
    }

    .stricky-header {
        padding-right: max(18px, calc(env(safe-area-inset-right) + 13px));
        padding-left: max(18px, calc(env(safe-area-inset-left) + 13px));
    }

    .stricky-header .main-menu__wrapper {
        padding-right: 13px;
        padding-left: 17px;
    }
}

@media (max-width: 767px) {
    .premium-final-cta__actions {
        flex-direction: column;
        align-items: center;
        gap: 11px;
    }

    .premium-final-cta__call {
        width: min(100%, 330px);
        min-height: 64px;
        justify-content: center;
        margin: 0 auto;
        padding: 9px 18px;
        border: 1px solid #dfe4ea;
        border-radius: 16px;
        background: rgba(255, 255, 255, .9);
        box-shadow: 0 10px 25px rgba(7, 27, 58, .07);
    }

    .brand-tier__heading {
        grid-template-columns: 36px minmax(0, 1fr) auto;
        gap: 0 10px;
        padding: 0 14px 13px 16px;
    }

    .brand-tier__heading h3 {
        overflow-wrap: anywhere;
    }

    .brand-tier__count {
        padding: 6px 8px;
        font-size: 8px;
    }

    .brand-rail {
        padding: 1px 0 7px;
        -webkit-overflow-scrolling: auto;
    }

    .brand-track,
    .brand-track--reverse {
        animation-duration: 58s;
    }

    .brand-track--reverse {
        animation-duration: 62s;
    }

    .brand-set,
    .brand-set[aria-hidden="true"] {
        gap: 9px;
        padding-right: 9px;
    }

    .brand-card {
        flex-basis: 145px;
        min-width: 145px;
        max-width: 145px;
        height: 72px;
    }

    .premium-footer__main {
        padding: 48px 0 37px;
    }

    .premium-footer__grid {
        grid-template-columns: minmax(0, 1.08fr) minmax(0, .92fr);
        gap: 27px 24px;
        text-align: left;
    }

    .premium-footer__brand {
        grid-column: 1 / -1;
        display: flex;
        min-width: 0;
        flex-direction: column;
        align-items: center;
        padding-bottom: 27px;
        border-bottom: 1px solid rgba(7, 27, 58, .10);
        text-align: center;
    }

    .premium-footer__logo {
        width: min(70vw, 230px);
        margin: 0 auto;
    }

    .premium-footer__brand > p {
        max-width: 410px;
        margin: 18px auto 0;
        text-align: center;
    }

    .premium-footer__availability {
        justify-content: center;
        margin: 18px auto 0;
    }

    .premium-footer__grid > nav.premium-footer__column {
        grid-column: 1;
    }

    .premium-footer__policies {
        grid-column: 2;
    }

    .premium-footer__column:not(.premium-footer__contact) {
        display: block;
        min-width: 0;
        text-align: left;
    }

    .premium-footer__column h3 {
        position: relative;
        margin: 0 0 17px;
        padding-bottom: 11px;
        text-align: left;
    }

    .premium-footer__column h3::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 29px;
        height: 2px;
        border-radius: 2px;
        background: linear-gradient(90deg, #fdae02, #ffd270);
    }

    .premium-footer__column:not(.premium-footer__contact) ul {
        display: grid;
        width: 100%;
        gap: 10px;
        justify-content: stretch;
    }

    .premium-footer__column:not(.premium-footer__contact) li,
    .premium-footer__column:not(.premium-footer__contact) li + li {
        margin: 0;
        text-align: left;
    }

    .premium-footer__contact {
        grid-column: 1 / -1;
        display: block;
        min-width: 0;
        padding: 20px;
        border: 1px solid rgba(214, 220, 229, .95);
        border-radius: 19px;
        background: rgba(255, 255, 255, .62);
        box-shadow: 0 13px 32px rgba(7, 27, 58, .055);
        text-align: left;
    }

    .premium-footer__contact ul {
        display: grid;
        width: 100%;
        gap: 12px;
        justify-items: stretch;
    }

    .premium-footer__contact li,
    .premium-footer__contact li + li {
        width: auto;
        max-width: 100%;
        justify-content: flex-start;
        margin: 0;
        text-align: left;
    }

    .premium-footer__social {
        justify-content: flex-start;
        margin: 20px 0 0;
    }

    .premium-footer__bottom-inner {
        align-items: center;
        text-align: center;
    }
}

@media (max-width: 360px) {
    .premium-footer__grid {
        grid-template-columns: 1fr;
        gap: 25px;
    }

    .premium-footer__grid > nav.premium-footer__column,
    .premium-footer__policies,
    .premium-footer__contact {
        grid-column: 1;
    }
}

@media (max-width: 1199px) and (orientation: landscape) and (max-height: 680px) {
    .brand-tier {
        padding-top: 14px;
        padding-bottom: 12px;
    }

    .brand-tier__heading {
        padding-bottom: 11px;
    }

    .brand-card {
        height: 68px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .brand-rail {
        overflow-x: auto;
        -webkit-mask-image: none;
        mask-image: none;
        touch-action: pan-x pan-y;
    }

    .brand-track,
    .brand-track--reverse {
        animation: none;
        transform: none;
        will-change: auto;
    }

    .brand-set[aria-hidden="true"] {
        display: none;
    }
}

/* ==========================================================
   MOBILE HERO PORTRAIT CLEARANCE
   Lift and tighten the floating header, then lower the photo
   inside the hero so the technician's face stays unobstructed.
========================================================== */
@media (max-width: 767px) {
    .main-header {
        padding-top: max(5px, calc(env(safe-area-inset-top) + 3px));
    }

    .main-header > .main-menu .main-menu__wrapper {
        padding-top: 5px;
        padding-bottom: 5px;
        border-radius: 18px;
    }

    .main-header > .main-menu .main-menu__wrapper-inner {
        min-height: 52px;
    }

    .main-header > .main-menu .main-menu__logo img {
        max-width: min(57vw, 190px);
        max-height: 44px;
    }

    .main-header > .main-menu .mobile-nav__toggler {
        width: 40px;
        height: 40px;
        flex-basis: 40px;
        border-radius: 13px;
    }

    .premium-hero__image {
        height: 397px;
        background-color: #eef0f3;
        background-position: 72% 42px;
        background-size: auto 100%;
    }

    .premium-hero__shade {
        height: 398px;
    }

    .main-slider.premium-hero .premium-hero__container {
        padding-top: 314px;
    }
}

@media (max-width: 390px) {
    .premium-hero__image {
        height: 376px;
        background-position: 71% 40px;
    }

    .premium-hero__shade {
        height: 377px;
    }

    .main-slider.premium-hero .premium-hero__container {
        padding-top: 299px;
    }
}
