.fleet-page{
    background:#f4f8fb;
}

.fleet-page .y-inner_page{
    background:#f4f8fb;
}

.fleet-page .menu-2 .fixed-top{
    max-width:none;
    z-index:1040;
}

.fleet-page .menu-1-inner{
    align-items:center;
    padding:0 48px;
    background:rgba(0,25,45,.82);
    border-bottom:1px solid rgba(255,255,255,.16);
    backdrop-filter:blur(12px);
}

.fleet-page .menu-1-logo .navbar-brand{
    display:flex;
    align-items:center;
    gap:10px;
    color:#fff !important;
    letter-spacing:.04em;
}

.fleet-page .menu-1-logo .navbar-brand span,
.fleet-page .menu-1-inner .dropdown .btn{
    color:#fff !important;
}

.fleet-page .menu-1-inner .dropdown .btn{
    font-size:12px;
    font-weight:800;
    letter-spacing:.06em;
}

.fleet-page .hamburger-inner,
.fleet-page .hamburger-inner::after,
.fleet-page .hamburger-inner::before{
    background-color:#fff;
}

.fleet-hero{
    position:relative;
    min-height:560px;
    padding:132px 0 62px;
    overflow:hidden;
    background:
        linear-gradient(90deg,rgba(0,25,45,.92) 0%,rgba(0,45,70,.78) 42%,rgba(0,30,48,.34) 100%),
        url("../images/yacht-hero-optimized.webp") center center/cover no-repeat;
}

.fleet-hero::after{
    content:"";
    position:absolute;
    left:0;
    right:0;
    bottom:0;
    height:118px;
    background:linear-gradient(180deg,rgba(0,28,48,0) 0%,rgba(0,28,48,.92) 100%);
    pointer-events:none;
}

.fleet-hero-inner{
    position:relative;
    z-index:2;
    max-width:1500px;
    padding-left:54px;
    padding-right:54px;
}

.fleet-hero-copy{
    max-width:650px;
}

.fleet-eyebrow,
.fleet-section-kicker{
    display:block;
    margin-bottom:14px;
    color:#c59b49;
    font-size:12px;
    font-weight:900;
    letter-spacing:.14em;
    text-transform:uppercase;
}

.fleet-hero h1{
    margin:0 0 22px;
    color:#fff;
    font-family:Georgia,"Times New Roman",serif;
    font-size:72px;
    font-weight:400;
    line-height:.96;
    letter-spacing:0;
}

.fleet-hero p{
    max-width:540px;
    margin:0 0 28px;
    color:rgba(255,255,255,.94);
    font-size:18px;
    line-height:1.65;
}

.fleet-rating-row{
    display:flex;
    align-items:center;
    flex-wrap:wrap;
    gap:10px 14px;
    margin-bottom:28px;
    color:#fff;
    font-size:14px;
}

.fleet-stars{
    display:inline-flex;
    gap:3px;
    color:#f6b02d;
    font-size:15px;
}

.fleet-rating-row strong{
    color:#fff;
    font-size:13px;
    font-weight:900;
    letter-spacing:.05em;
    text-transform:uppercase;
}

.fleet-rating-row span:last-child{
    color:rgba(255,255,255,.78);
}

.fleet-hero-points{
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:18px;
    max-width:820px;
}

.fleet-hero-points div{
    display:grid;
    grid-template-columns:34px 1fr;
    gap:4px 12px;
    align-items:center;
    color:#fff;
}

.fleet-hero-points i{
    grid-row:1 / span 2;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    width:34px;
    height:34px;
    border:1px solid rgba(197,155,73,.75);
    color:#c59b49;
    border-radius:50%;
}

.fleet-hero-points strong{
    font-size:12px;
    font-weight:900;
    letter-spacing:.05em;
    text-transform:uppercase;
}

.fleet-hero-points span{
    color:rgba(255,255,255,.78);
    font-size:12px;
    line-height:1.35;
}

.fleet-hero-search{
    display:grid;
    grid-template-columns:repeat(4,minmax(0,1fr)) 190px;
    align-items:stretch;
    margin-top:44px;
    overflow:hidden;
    background:#fff;
    border:1px solid rgba(0,25,45,.08);
    border-radius:8px;
    box-shadow:0 22px 50px rgba(0,25,45,.22);
    transform:translateY(56px);
}

.fleet-hero-search-cell{
    display:flex;
    align-items:center;
    gap:16px;
    min-height:88px;
    padding:18px 24px;
    color:#061f38 !important;
    border-right:1px solid #e6edf3;
    text-decoration:none !important;
}

.fleet-hero-search-cell i{
    color:#c59b49;
    font-size:22px;
}

.fleet-hero-search-cell small{
    display:block;
    margin-bottom:4px;
    color:#526678;
    font-size:11px;
    font-weight:900;
    letter-spacing:.08em;
    text-transform:uppercase;
}

.fleet-hero-search-cell strong{
    display:block;
    color:#061f38;
    font-size:16px;
    line-height:1.2;
}

.fleet-hero-search-button{
    display:flex;
    align-items:center;
    justify-content:center;
    margin:14px;
    color:#fff !important;
    background:#002744;
    border-radius:4px;
    font-size:13px;
    font-weight:900;
    letter-spacing:.08em;
    text-transform:uppercase;
    text-decoration:none !important;
}

#y-fleet-filter-section{
    padding:40px 0 74px;
    background:#f4f8fb;
}

.fleet-results-shell{
    max-width:1500px;
    padding-left:54px;
    padding-right:54px;
}

.fleet-layout{
    display:grid;
    grid-template-columns:292px minmax(0,1fr);
    gap:34px;
    align-items:start;
}

.fleet-filters{
    position:sticky;
    top:110px;
    height:fit-content;
    padding:22px;
    color:#061f38;
    background:#fff;
    border:1px solid #e0e8ef;
    border-radius:8px;
    box-shadow:0 18px 42px rgba(6,31,56,.08);
}

.filter-title{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:14px;
    margin-bottom:18px;
    padding-bottom:16px;
    border-bottom:1px solid #e5edf3;
}

.filter-title div{
    display:flex;
    align-items:center;
    gap:10px;
}

.filter-title-icon{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    width:34px;
    height:34px;
    color:#c59b49;
    background:#fff8ea;
    border:1px solid #ead7ad;
    border-radius:50%;
}

.filter-title strong{
    color:#061f38;
    font-size:14px;
    font-weight:900;
    letter-spacing:.08em;
    text-transform:uppercase;
}

.filter-title > span{
    color:#64788a;
    font-size:12px;
    font-weight:800;
}

.filter-group{
    padding:18px 0;
    margin:0;
    border-bottom:1px solid #edf2f6;
}

.filter-group h3{
    margin:0 0 12px;
    color:#061f38;
    font-size:12px;
    font-weight:900;
    letter-spacing:.08em;
    text-transform:uppercase;
}

.filter-group label{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:10px;
    min-height:32px;
    margin:0 0 8px;
    color:#273f55;
    font-size:14px;
    line-height:1.35;
    cursor:pointer;
}

.filter-group label:last-child{
    margin-bottom:0;
}

.filter-group input{
    order:-1;
    flex:0 0 auto;
    width:15px;
    height:15px;
    margin:0;
    accent-color:#c59b49;
}

.clear-filters-btn{
    width:100%;
    min-height:48px;
    margin-top:20px;
    color:#fff;
    background:#002744;
    border:1px solid #002744;
    border-radius:4px;
    font-size:12px;
    font-weight:900;
    letter-spacing:.08em;
    text-transform:uppercase;
    cursor:pointer;
    transition:background .2s ease,color .2s ease,border-color .2s ease;
}

.clear-filters-btn:hover{
    color:#002744;
    background:#fff;
    border-color:#c59b49;
}

.fleet-content{
    min-width:0;
}

.fleet-heading-box{
    display:flex;
    align-items:flex-end;
    justify-content:space-between;
    gap:24px;
    margin-bottom:22px;
}

.fleet-heading-box h2{
    margin:0;
    color:#061f38;
    font-family:Georgia,"Times New Roman",serif;
    font-size:36px;
    font-weight:400;
    line-height:1.1;
    letter-spacing:0;
}

.fleet-actions{
    display:flex;
    align-items:center;
    justify-content:flex-end;
    gap:14px;
}

.fleet-filter-toggle-wrap{
    display:none;
}

#boatCount{
    display:inline-flex;
    align-items:center;
    min-height:44px;
    padding:0 16px;
    color:#061f38;
    background:#fff;
    border:1px solid #e0e8ef;
    border-radius:4px;
    font-size:14px;
    font-weight:900;
    white-space:nowrap;
}

.fleet-sort-wrap{
    display:flex;
    align-items:center;
    gap:10px;
    min-height:44px;
    padding:0 12px 0 14px;
    background:#fff;
    border:1px solid #e0e8ef;
    border-radius:4px;
}

.fleet-sort-wrap label{
    margin:0;
    color:#526678;
    font-size:12px;
    font-weight:900;
    letter-spacing:.06em;
    text-transform:uppercase;
    white-space:nowrap;
}

.fleet-sort-select{
    min-width:168px;
    height:42px;
    color:#061f38;
    background:#fff;
    border:0;
    font-size:14px;
    font-weight:800;
    cursor:pointer;
}

.compact-fleet-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:18px;
}

.compact-boat-wrap{
    width:100%;
}

.compact-boat-card{
    position:relative;
    display:block;
    height:240px;
    overflow:hidden;
    background:#000;
    color:#fff !important;
    text-decoration:none !important;
}

.compact-card-image{
    position:absolute;
    inset:0;
    height:100%;
    border-radius:0;
    overflow:hidden;
    box-shadow:none;
}

.compact-card-image::after{
    content:"";
    position:absolute;
    inset:0;
    z-index:1;
    background:linear-gradient(to bottom,rgba(0,0,0,0.05) 0%,rgba(0,0,0,0.20) 45%,rgba(0,0,0,0.78) 100%);
}

.compact-card-image img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
    transition:transform .45s ease;
}

.compact-boat-card:hover img{
    transform:scale(1.04);
}

.price-pill{
    position:absolute;
    top:14px;
    left:14px;
    z-index:4;
    background:rgba(255,255,255,.9);
    color:#111;
    border-radius:0;
    padding:7px 14px;
    font-size:10px;
    font-weight:700;
    letter-spacing:.08em;
    text-transform:uppercase;
    box-shadow:none;
}

.price-pill strong{
    font-size:13px;
    font-weight:900;
}

.compact-card-info{
    position:absolute;
    left:24px;
    right:24px;
    bottom:24px;
    z-index:3;
    padding:0;
    color:#fff;
}

.compact-card-title{
    font-family:Georgia,"Times New Roman",serif;
    font-size:30px;
    font-weight:400;
    line-height:1;
    color:#fff;
    margin-bottom:14px;
    text-shadow:0 2px 8px rgba(0,0,0,.45);
}

.compact-card-title .boat-size{
    font-size:inherit;
    opacity:1;
}

.compact-card-title .boat-guests{
    position:absolute;
    right:0;
    bottom:6px;
    font-family:"Sen",Arial,sans-serif;
    color:#d8b25c;
    font-size:12px;
    font-weight:700;
    letter-spacing:.08em;
    text-transform:uppercase;
}

.compact-card-meta{
    display:none;
}

.instant-quote-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-width:190px;
    height:38px;
    margin:0;
    padding:0 22px;
    border:1px solid rgba(255,255,255,.55);
    background:rgba(0,0,0,.22);
    color:#fff;
    border-radius:0;
    box-shadow:none;
    font-size:12px;
    font-weight:600;
    letter-spacing:.18em;
    text-transform:uppercase;
}

.compact-boat-card:hover .instant-quote-btn{
    background:rgba(255,255,255,.12);
    transform:none;
    box-shadow:none;
}

.lunch-badge{
    position:absolute;
    top:14px;
    right:14px;
    z-index:4;
    background:#caa45c;
    color:#fff;
    padding:7px 12px;
    font-size:11px;
    font-weight:700;
    letter-spacing:.12em;
    text-transform:uppercase;
}

.no-results{
    background:#fff;
    border:1px solid #e0e8ef;
    border-radius:8px;
    padding:35px;
    text-align:center;
}

.no-results h3{
    color:#061f38;
    font-weight:900;
}

.fleet-trust-strip{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:0;
    margin-top:42px;
    overflow:hidden;
    color:#fff;
    background:#002744;
    border-radius:8px;
    box-shadow:0 18px 42px rgba(0,25,45,.12);
}

.trust-item{
    display:flex;
    gap:16px;
    align-items:flex-start;
    padding:24px 22px;
    border-right:1px solid rgba(255,255,255,.14);
}

.trust-item:last-child{
    border-right:0;
}

.trust-icon{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    flex:0 0 auto;
    width:38px;
    height:38px;
    color:#c59b49;
    border:1px solid rgba(197,155,73,.7);
    border-radius:50%;
    font-size:16px;
}

.trust-item strong{
    display:block;
    margin-bottom:5px;
    color:#fff;
    font-size:13px;
    font-weight:900;
    letter-spacing:.05em;
    text-transform:uppercase;
}

.trust-item p{
    margin:0;
    color:rgba(255,255,255,.78);
    font-size:13px;
    line-height:1.45;
}

.trust-whatsapp-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-height:34px;
    margin-top:12px;
    padding:0 14px;
    color:#002744 !important;
    background:#fff;
    border-radius:4px;
    font-size:12px;
    font-weight:900;
    letter-spacing:.06em;
    text-transform:uppercase;
    text-decoration:none !important;
}

.fleet-mobile-bottom-nav{
    display:none;
}

@media(max-width:1250px){
    .compact-fleet-grid{
        grid-template-columns:repeat(2,1fr);
    }
}

@media(max-width:991px){
    .fleet-page .menu-1-inner{
        padding:0 20px;
    }

    .fleet-hero{
        min-height:500px;
        padding:118px 0 54px;
        background-position:center center;
    }

    .fleet-hero h1{
        font-size:58px;
    }

    .fleet-hero-inner,
    .fleet-results-shell{
        padding-left:28px;
        padding-right:28px;
    }

    .fleet-hero-search{
        display:none;
    }

    #y-fleet-filter-section{
        padding-top:28px;
    }

    .fleet-layout{
        grid-template-columns:1fr;
        gap:24px;
    }

    .fleet-filters{
        position:relative;
        top:auto;
    }

    .fleet-heading-box{
        align-items:flex-start;
        flex-direction:column;
    }

    .fleet-actions{
        width:100%;
        justify-content:space-between;
    }

    .fleet-trust-strip{
        grid-template-columns:repeat(2,1fr);
    }

    .trust-item:nth-child(2){
        border-right:0;
    }
}

@media(max-width:767px){
    .fleet-page{
        padding-bottom:74px;
    }

    .fleet-page .menu-1-logo{
        flex:0 0 72%;
        max-width:72%;
        text-align:left;
    }

    .fleet-page .menu-1-logo .navbar-brand{
        white-space:normal;
        line-height:1.1;
    }

    .fleet-page .menu-1-logo .navbar-brand span{
        font-size:11px;
    }

    .fleet-page .nav-search{
        flex:0 0 28%;
        max-width:28%;
    }

    .fleet-hero{
        min-height:440px;
        padding:96px 0 34px;
        background:
            linear-gradient(180deg,rgba(0,25,45,.95) 0%,rgba(0,45,70,.72) 52%,rgba(0,30,48,.86) 100%),
            url("../images/yacht-hero-optimized.webp") center center/cover no-repeat;
    }

    .fleet-hero-inner,
    .fleet-results-shell{
        padding-left:16px;
        padding-right:16px;
    }

    .fleet-hero h1{
        max-width:310px;
        margin-bottom:14px;
        font-size:42px;
        line-height:1;
    }

    .fleet-hero p{
        max-width:330px;
        margin-bottom:18px;
        font-size:15px;
        line-height:1.55;
    }

    .fleet-rating-row{
        gap:7px 9px;
        margin-bottom:18px;
        font-size:12px;
    }

    .fleet-rating-row strong{
        font-size:11px;
    }

    .fleet-hero-points{
        grid-template-columns:repeat(3,1fr);
        gap:10px;
    }

    .fleet-hero-points div{
        display:block;
        text-align:center;
    }

    .fleet-hero-points i{
        width:30px;
        height:30px;
        margin:0 auto 8px;
        font-size:12px;
    }

    .fleet-hero-points strong{
        display:block;
        font-size:10px;
        line-height:1.25;
    }

    .fleet-hero-points span{
        display:none;
    }

    #y-fleet-filter-section{
        padding:18px 0 44px;
    }

    .fleet-filters{
        padding:18px;
        box-shadow:0 14px 34px rgba(6,31,56,.08);
    }

    .filter-title{
        margin-bottom:12px;
        padding-bottom:12px;
    }

    .filter-group{
        padding:15px 0;
    }

    .filter-group label{
        min-height:30px;
        font-size:13px;
    }

    .fleet-heading-box{
        margin-bottom:16px;
    }

    .fleet-heading-box > div:first-child{
        display:none;
    }

    .fleet-actions{
        display:grid;
        grid-template-columns:1fr auto;
        gap:10px;
        align-items:center;
    }

    .fleet-filter-toggle-wrap{
        display:none;
    }

    #boatCount{
        min-height:42px;
        padding:0;
        background:transparent;
        border:0;
        font-size:15px;
        justify-content:flex-start;
    }

    .fleet-sort-wrap{
        min-height:42px;
        padding:0 8px 0 10px;
    }

    .fleet-sort-wrap label{
        font-size:0;
    }

    .fleet-sort-wrap label::after{
        content:"Sort";
        font-size:12px;
    }

    .fleet-sort-select{
        min-width:104px;
        max-width:122px;
        font-size:13px;
    }

    .compact-fleet-grid,
    #boatGrid.compact-fleet-grid{
        grid-template-columns:1fr !important;
        gap:18px !important;
        width:100% !important;
        max-width:100% !important;
    }

    .compact-boat-card,
    #boatGrid .compact-boat-card{
        height:280px !important;
    }

    .compact-card-info{
        left:20px;
        right:20px;
        bottom:22px;
    }

    .compact-card-title{
        font-size:28px;
    }

    .compact-card-title .boat-guests{
        font-size:11px;
    }

    .instant-quote-btn{
        min-width:170px;
        width:auto;
        height:38px;
        font-size:11px;
    }

    .fleet-trust-strip{
        grid-template-columns:1fr;
        margin-top:28px;
    }

    .trust-item,
    .trust-item:nth-child(2){
        border-right:0;
        border-bottom:1px solid rgba(255,255,255,.14);
    }

    .trust-item:last-child{
        border-bottom:0;
    }

    .fleet-mobile-bottom-nav{
        position:fixed;
        left:0;
        right:0;
        bottom:0;
        z-index:1030;
        display:grid;
        grid-template-columns:repeat(4,1fr);
        min-height:66px;
        padding:8px 6px 6px;
        background:#002744;
        box-shadow:0 -12px 30px rgba(0,25,45,.22);
    }

    .fleet-mobile-bottom-nav a{
        display:flex;
        flex-direction:column;
        align-items:center;
        justify-content:center;
        gap:4px;
        color:rgba(255,255,255,.8) !important;
        font-size:10px;
        font-weight:800;
        text-decoration:none !important;
    }

    .fleet-mobile-bottom-nav i{
        color:inherit;
        font-size:18px;
    }

    .fleet-mobile-bottom-nav a.active{
        color:#c59b49 !important;
    }
}

.fleet-page .hpt-nav{
    position:absolute;
    top:0;
    left:0;
    right:0;
    z-index:20;
    width:100%;
    max-width:none;
    margin:0;
    padding-left:56px;
    padding-right:56px;
    background:rgba(0,27,48,.88);
    border-bottom:1px solid rgba(255,255,255,.14);
    border-radius:0;
    box-shadow:none;
    backdrop-filter:blur(14px);
}

.fleet-page .hpt-mobile-menu{
    position:absolute;
    top:76px;
    left:16px;
    right:16px;
    z-index:30;
}

.fleet-page .filter-close-btn{
    display:none;
    align-items:center;
    justify-content:center;
    width:34px;
    height:34px;
    color:#061f38;
    background:#f4f8fb;
    border:1px solid #dce6ee;
    border-radius:50%;
    font-size:22px;
    line-height:1;
    cursor:pointer;
}
.fleet-page .fleet-filter-overlay{
    display:none;
}

.fleet-page .fleet-filter-toggle{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:9px;
    min-height:44px;
    width:100%;
    color:#fff;
    background:#002744;
    border:1px solid #002744;
    border-radius:8px;
    font-size:12px;
    font-weight:900;
    letter-spacing:.08em;
    text-transform:uppercase;
    box-shadow:0 12px 24px rgba(0,39,68,.18);
}

@media(max-width:991px){
    .fleet-page .hpt-nav{
        padding-left:28px;
        padding-right:28px;
    }

    .fleet-page .fleet-filter-overlay{
        position:fixed;
        inset:0;
        z-index:1045;
        background:rgba(0,20,36,.54);
        backdrop-filter:blur(4px);
    }

    .fleet-page.filter-panel-open .fleet-filter-overlay{
        display:block;
    }

    html.filter-panel-open,
    body.filter-panel-open{
        overflow:hidden;
    }
    .fleet-page .fleet-filters{
        position:fixed;
        top:0;
        left:0;
        bottom:0;
        z-index:1050;
        width:min(360px, calc(100vw - 34px));
        height:100vh;
        height:100dvh;
        min-height:0;
        max-height:100vh;
        max-height:100dvh;
        overflow-x:hidden;
        overflow-y:auto;
        overscroll-behavior:contain;
        -webkit-overflow-scrolling:touch;
        touch-action:pan-y;
        padding:22px 20px calc(34px + env(safe-area-inset-bottom));
        border-radius:0 18px 18px 0;
        transform:translateX(-105%);
        visibility:hidden;
        pointer-events:none;
        transition:transform .24s ease, visibility .24s ease;
        box-shadow:22px 0 56px rgba(0,22,40,.24);
    }

    .fleet-page .fleet-filters.active{
        transform:translateX(0);
        visibility:visible;
        pointer-events:auto;
    }

    .fleet-page .fleet-filter-toggle-wrap{
        display:block;
    }

    .fleet-page .fleet-actions{
        display:grid;
        grid-template-columns:minmax(120px,160px) 1fr auto;
        align-items:center;
    }

    .fleet-page .filter-close-btn{
        display:inline-flex;
    }

}

@media(max-width:767px){
    .fleet-page .hpt-nav{
        padding-left:14px;
        padding-right:14px;
    }

    .fleet-page .hpt-mobile-menu{
        top:68px;
    }

    .fleet-page .fleet-actions{
        grid-template-columns:1fr 1fr;
    }

    .fleet-page .fleet-filter-toggle-wrap{
        grid-column:1 / -1;
    }

    .fleet-page #boatCount{
        justify-content:flex-start;
    }

    .fleet-page .fleet-sort-wrap{
        justify-self:end;
    }
}

.fleet-page .hpt-brand,
.fleet-page .hpt-brand span,
.fleet-page .hpt-nav__links a,
.fleet-page .hpt-lang{
    color:#fff !important;
}

.fleet-page .hpt-brand span{
    text-shadow:0 1px 8px rgba(0,0,0,.35);
}

.fleet-page .hpt-whatsapp svg{
    fill:none !important;
    color:#fff !important;
    stroke:#fff !important;
}

.fleet-page .hpt-whatsapp svg path{
    fill:#fff !important;
}

.fleet-page .hpt-menu span{
    background:#fff !important;
}

.fleet-page .hpt-lang::after{
    background:#d49622 !important;
}

@media(max-width:767px){
    .fleet-page .hpt-nav{
        min-height:72px;
        padding-top:10px;
        padding-bottom:10px;
    }

    .fleet-page .hpt-brand{
        min-width:0;
        gap:8px;
    }

    .fleet-page .hpt-brand img{
        flex:0 0 auto;
        width:30px;
        height:30px;
        object-fit:contain;
    }

    .fleet-page .hpt-brand span{
        display:block;
        max-width:150px;
        color:#fff !important;
        font-size:11px;
        line-height:1.08;
        letter-spacing:.08em;
        overflow-wrap:normal;
    }

    .fleet-page .hpt-nav__actions{
        gap:9px;
        flex:0 0 auto;
    }

    .fleet-page .hpt-whatsapp{
        width:34px;
        height:34px;
        border-color:rgba(255,255,255,.26);
        background:rgba(255,255,255,.08);
    }

    .fleet-page .hpt-lang{
        color:#fff !important;
        font-size:12px;
    }

    .fleet-page .hpt-menu{
        width:38px;
        height:34px;
    }

    .fleet-page .filter-title{
        display:grid;
        grid-template-columns:1fr auto auto;
        gap:10px;
        align-items:center;
        margin:-4px -2px 14px;
        padding:6px 0 14px;
    }

    .fleet-page .filter-title div{
        min-width:0;
        gap:9px;
    }

    .fleet-page .filter-title-icon{
        width:32px;
        height:32px;
    }

    .fleet-page .filter-title strong{
        color:#061f38;
        font-size:0;
        letter-spacing:.09em;
        white-space:nowrap;
    }

    .fleet-page .filter-title strong::after{
        content:"Filters";
        font-size:14px;
    }

    .fleet-page .filter-title > span{
        display:inline-flex;
        align-items:center;
        justify-content:center;
        min-width:30px;
        height:30px;
        padding:0 9px;
        color:#061f38;
        background:#f4f8fb;
        border:1px solid #dce6ee;
        border-radius:999px;
        font-size:0;
        font-weight:900;
    }

    .fleet-page .filter-title > span::before{
        content:"5";
        font-size:12px;
    }

    .fleet-page .filter-close-btn{
        width:32px;
        height:32px;
        color:#061f38;
        background:#fff;
        box-shadow:0 6px 16px rgba(6,31,56,.08);
    }
}
        /* Fleet page home-style nav override: keep the home menu feel over this page hero. */
        body.fleet-page.home-test-page .hpt-nav{
            position:absolute !important;
            top:0 !important;
            left:50% !important;
            right:auto !important;
            transform:translateX(-50%) !important;
            z-index:30 !important;
            width:min(1420px, calc(100% - 96px)) !important;
            max-width:1420px !important;
            min-height:96px !important;
            margin:0 auto !important;
            padding:24px 0 18px !important;
            color:#fff !important;
            background:transparent !important;
            border:0 !important;
            border-radius:0 !important;
            box-shadow:none !important;
            text-shadow:none !important;
            backdrop-filter:none !important;
        }

        body.fleet-page.home-test-page .hpt-brand{
            color:#fff !important;
            align-items:center !important;
            gap:12px !important;
            min-width:260px !important;
            text-decoration:none !important;
        }

        body.fleet-page.home-test-page .hpt-brand img{
            display:block !important;
            width:54px !important;
            height:54px !important;
            object-fit:contain !important;
            opacity:1 !important;
            visibility:visible !important;
            filter:none !important;
        }

        body.fleet-page.home-test-page .hpt-brand span{
            color:#fff !important;
            display:block !important;
            font-size:20px !important;
            line-height:.96 !important;
            letter-spacing:.045em !important;
            text-transform:uppercase !important;
            font-family:Georgia, 'Times New Roman', serif !important;
            font-weight:800 !important;
        }

        body.fleet-page.home-test-page .hpt-nav__links{
            display:flex !important;
            flex:1 1 auto !important;
            align-items:center !important;
            justify-content:flex-end !important;
            gap:clamp(28px, 4vw, 70px) !important;
            margin:0 34px 0 18px !important;
        }

        body.fleet-page.home-test-page .hpt-nav__links a,
        body.fleet-page.home-test-page .hpt-lang{
            color:#fff !important;
            font-size:13px !important;
            font-weight:800 !important;
            letter-spacing:.095em !important;
            text-transform:uppercase !important;
            text-decoration:none !important;
            white-space:nowrap !important;
            opacity:1 !important;
        }

        body.fleet-page.home-test-page .hpt-lang{
            padding:0 0 9px !important;
            border-bottom:3px solid #d79b25 !important;
        }

        body.fleet-page.home-test-page .hpt-whatsapp{
            display:flex !important;
            width:42px !important;
            height:42px !important;
            align-items:center !important;
            justify-content:center !important;
            color:#fff !important;
            border-left:1px solid rgba(255,255,255,.45) !important;
            padding-left:22px !important;
            margin-left:0 !important;
            text-decoration:none !important;
            opacity:1 !important;
        }

        body.fleet-page.home-test-page .hpt-whatsapp svg,
        body.fleet-page.home-test-page .hpt-whatsapp img{
            display:block !important;
            width:31px !important;
            height:31px !important;
            opacity:1 !important;
            visibility:visible !important;
            filter:none !important;
        }

        body.fleet-page.home-test-page .hpt-whatsapp svg path{
            fill:#fff !important;
        }

        body.fleet-page.home-test-page .hpt-menu{
            display:none !important;
            width:44px !important;
            height:44px !important;
            align-items:center !important;
            justify-content:center !important;
            color:#fff !important;
            background:transparent !important;
            border:0 !important;
        }

        body.fleet-page.home-test-page .hpt-menu span{
            background:#fff !important;
            opacity:1 !important;
        }

        body.fleet-page.home-test-page .fleet-hero{
            padding-top:126px !important;
        }

        @media(max-width:1180px){
            body.fleet-page.home-test-page .hpt-nav{
                width:calc(100% - 48px) !important;
            }

            body.fleet-page.home-test-page .hpt-nav__links{
                gap:clamp(18px, 3vw, 38px) !important;
                margin-right:24px !important;
            }
        }

        @media(max-width:991px){
            body.fleet-page.home-test-page .hpt-nav{
                left:0 !important;
                right:0 !important;
                transform:none !important;
                width:100% !important;
                max-width:none !important;
                min-height:80px !important;
                padding:14px 20px !important;
                background:rgba(0,27,48,.95) !important;
                border-bottom:1px solid rgba(255,255,255,.14) !important;
                backdrop-filter:blur(14px) !important;
            }

            body.fleet-page.home-test-page .hpt-brand{
                min-width:0 !important;
                max-width:260px !important;
            }

            body.fleet-page.home-test-page .hpt-brand img{
                width:42px !important;
                height:42px !important;
            }

            body.fleet-page.home-test-page .hpt-brand span{
                font-size:14px !important;
                line-height:1.05 !important;
                color:#fff !important;
                text-shadow:none !important;
            }

            body.fleet-page.home-test-page .hpt-nav__links{
                display:none !important;
            }

            body.fleet-page.home-test-page .hpt-whatsapp{
                display:flex !important;
                border-left:0 !important;
                padding-left:0 !important;
                margin-left:auto !important;
                width:38px !important;
                height:38px !important;
            }

            body.fleet-page.home-test-page .hpt-whatsapp svg,
            body.fleet-page.home-test-page .hpt-whatsapp img{
                width:27px !important;
                height:27px !important;
            }

            body.fleet-page.home-test-page .hpt-menu{
                display:flex !important;
                margin-left:12px !important;
            }

            body.fleet-page.home-test-page .fleet-hero{
                padding-top:96px !important;
            }
        }

        @media(max-width:767px){
            body.fleet-page.home-test-page .hpt-nav{
                min-height:72px !important;
                padding:10px 16px !important;
            }

            body.fleet-page.home-test-page .hpt-brand{
                gap:8px !important;
                max-width:230px !important;
            }

            body.fleet-page.home-test-page .hpt-brand img{
                width:38px !important;
                height:38px !important;
            }

            body.fleet-page.home-test-page .hpt-brand span{
                font-size:13px !important;
            }

            body.fleet-page.home-test-page .hpt-lang{
                font-size:12px !important;
                padding-bottom:6px !important;
            }

            body.fleet-page.home-test-page .hpt-whatsapp{
                width:34px !important;
                height:34px !important;
            }

            body.fleet-page.home-test-page .hpt-whatsapp svg,
            body.fleet-page.home-test-page .hpt-whatsapp img{
                width:25px !important;
                height:25px !important;
            }

            body.fleet-page.home-test-page .hpt-menu{
                width:36px !important;
                height:36px !important;
                margin-left:8px !important;
            }
        }
