:root {
    --l: #E3E7ED;
    --g: #787878;
    --d: #616161;
    --s: #D2D4C9
}

body {
    font-family: Arial, sans-serif;
    color: #262626;
    background: #fafaf9
}

.navbar {
    background: #fff;
    box-shadow: 0 2px 12px #0002
}

.navbar-brand img {
    width: 230px;
    max-height: 78px;
    object-fit: contain;
    object-position: left
}

.nav-link {
    text-transform: uppercase;
    font-size: .8rem;
    font-weight: 700;
    padding: 1.4rem 1rem !important
}

.hero {
    height: 570px;
    position: relative;
    overflow: hidden
}

.hero .carousel, .hero .carousel-inner, .hero .carousel-item {
    height: 100%
}

.hero .carousel-item img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.hero .carousel-item:after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, #e3e7edf2, #e3e7ed85 42%, #0000)
}

.hero-copy {
    position: absolute;
    z-index: 5;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    pointer-events: none
}

.hero-copy > * {
    max-width: 520px;
    pointer-events: auto
}

.hero h1 {
    font-size: 4rem;
    line-height: .95;
    text-transform: uppercase;
    font-weight: 900
}

.hero h1 span {
    font-size: .7em;
    color: var(--g)
}

.carousel-control-prev, .carousel-control-next {
    z-index: 7;
    width: 8%
}

.carousel-indicators {
    z-index: 7
}

.btn-main {
    background: var(--d);
    color: #fff;
    text-transform: uppercase;
    font-weight: 700
}

.btn-soft {
    background: var(--s);
    font-weight: 700
}

.benefits {
    background: #515252;
    color: #fff
}

.item {
    padding: 2rem 1rem;
    display: flex;
    flex-direction: column
}

.route {
    background: var(--s);
    padding: 1.2rem
}

.route a {
    color: #333;
    text-decoration: none;
    display: flex;
    flex-direction: column
}

.route img {
    max-width: 220px;
    height: 58px;
    object-fit: contain;
    object-position: left
}

.facebook-fold {
    min-height: 180px
}

.service-card {
    height: 100%;
    border: 1px solid #ddd;
    background: #fff;
    overflow: hidden
}

.service-card img {
    width: 100%;
    height: 190px;
    object-fit: cover
}

.service-card div {
    padding: 1rem
}

.service-card h2 {
    font-size: 1.1rem;
    font-weight: 800
}

.page-title {
    background: #585959;
    color: #fff;
    padding: 5rem 0 3rem
}

.page-title h1 {
    font-size: 3.5rem;
    font-weight: 900
}

.page-image {
    width: 100%;
    height: 440px;
    object-fit: cover
}

.empty-page {
    min-height: 440px
}

.form-box {
    background: #fff;
    border: 1px solid #ddd;
    padding: 2rem
}

.passenger-row {
    display: grid;
    grid-template-columns:45px 1fr 1fr 1fr 45px;
    gap: .5rem;
    margin: .6rem 0
}

#printDocument {
    display: none
}

footer {
    background: #414243;
    color: #fff
}

.footer-logo {
    width: 230px;
    background: #fff;
    padding: 10px
}

.copyright {
    text-align: center;
    background: #292a2b;
    padding: 1.5rem
}

@media (max-width: 991px) {
    .hero {
        height: 620px
    }

    .hero h1 {
        font-size: 3rem
    }

    .hero-copy {
        justify-content: flex-end;
        padding-bottom: 3rem
    }

    .passenger-row {
        grid-template-columns:40px 1fr
    }

    .passenger-row input, .passenger-row button {
        grid-column: 2
    }
}

@media print {
    body > * {
        display: none !important
    }

    body main, body main #printDocument {
        display: block !important
    }

    .no-print {
        display: none !important
    }

    #printDocument {
        font: 9pt Arial;
        color: #000
    }

    #printDocument table {
        width: 100%;
        border-collapse: collapse
    }

    #printDocument th, #printDocument td, #printFields div {
        border: 1px solid #000;
        padding: 4px
    }

    @page {
        size: A4;
        margin: 8mm
    }
}

/* Home benefits icons */
.benefits .row{min-height:145px}.benefit-item{display:flex;align-items:center;gap:1rem;min-width:0;padding:1.5rem .8rem}.benefit-icon{flex:0 0 auto;color:#fff;font-size:2.9rem;line-height:1}.benefit-copy{display:flex;min-width:0;flex-direction:column;gap:.35rem}.benefit-copy b,.route-copy b{font-size:.82rem;font-weight:800;text-transform:uppercase}.benefit-copy small,.route-copy small{font-size:.72rem;line-height:1.5}.benefits .route{display:flex;align-items:center;padding:1.2rem 1.5rem}.benefits .route a{display:flex;width:100%;flex-direction:row;align-items:flex-start;gap:1rem}.route-icon{flex:0 0 auto;color:#4b4b4b;font-size:2.4rem;line-height:1}.route-copy{display:flex;min-width:0;flex-direction:column;gap:.35rem}.route-copy img{width:min(100%,220px);height:46px;margin-top:.2rem;object-fit:contain;object-position:left center}@media(max-width:1199.98px){.benefit-item{padding-right:.55rem;padding-left:.55rem}.benefit-icon{font-size:2.35rem}}@media(max-width:991.98px){.benefits .row{min-height:0}.benefit-item{min-height:120px;padding:1.5rem;border-bottom:1px solid rgba(255,255,255,.12)}.benefit-icon{width:52px;font-size:2.8rem;text-align:center}.benefits .route{min-height:135px;padding:1.5rem}}@media(max-width:575.98px){.benefit-item{min-height:auto;padding:1.25rem 1rem}.benefit-icon{width:46px;font-size:2.4rem}}

/* Home newsletter and Facebook fold */
.home-connect {
    overflow: hidden;
    background: linear-gradient(90deg, #f7f7f6 0%, #ffffff 58%, #eef0ee 100%);
    border-bottom: 1px solid #e2e2e2;
}

.home-connect .row {
    min-height: 245px;
}

.connect-newsletter,
.connect-facebook {
    padding: 2.25rem 2rem;
}

.connect-facebook {
    border-left: 1px solid #cfd2cf;
}

.connect-heading {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: .75rem;
}

.connect-heading h2 {
    margin: 0;
    color: #303236;
    font-size: 1.08rem;
    font-weight: 600;
    text-transform: uppercase;
}

.benefit-connect-icon {
    color: #4d5054;
    font-size: 2.45rem;
    line-height: 1;
}

.facebook-connect-icon {
    color: #1877f2;
    font-size: 2.75rem;
    line-height: 1;
}

.home-connect p {
    max-width: 390px;
    margin-bottom: 1.25rem;
    color: #222;
    font-size: .86rem;
    line-height: 1.55;
}

.newsletter-form .form-control {
    min-height: 43px;
    border-color: #aeb2b2;
    border-radius: 5px 0 0 5px;
    box-shadow: none;
}

.newsletter-form .btn-main {
    min-width: 108px;
    border-radius: 0 5px 5px 0;
    background: #55595e;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
}

.newsletter-form .btn-main:hover,
.newsletter-form .btn-main:focus {
    background: #3f4348;
    color: #fff;
}

.facebook-plugin-wrap {
    width: 100%;
    min-height: 82px;
    overflow: hidden;
}

.facebook-plugin-wrap .fb-page,
.facebook-plugin-wrap span,
.facebook-plugin-wrap iframe {
    max-width: 100% !important;
}

.facebook-plugin-wrap blockquote {
    margin: 0;
}

.facebook-plugin-wrap blockquote a {
    color: #4f5555;
    font-weight: 700;
}

.connect-fleet {
    position: relative;
    min-height: 245px;
    overflow: hidden;
}

.connect-fleet::before {
    position: absolute;
    z-index: 1;
    inset: 0;
    background: linear-gradient(90deg, #fff 0%, rgba(255, 255, 255, .76) 13%, rgba(255, 255, 255, 0) 54%);
    content: "";
    pointer-events: none;
}

.connect-fleet img {
    width: 100%;
    height: 100%;
    min-height: 245px;
    object-fit: cover;
    object-position: center;
}

@media (max-width: 991.98px) {
    .home-connect .row {
        min-height: 0;
    }

    .connect-newsletter,
    .connect-facebook {
        padding: 1.75rem 1.25rem;
    }

    .connect-facebook {
        border-top: 1px solid #cfd2cf;
        border-left: 0;
    }

    .connect-fleet {
        min-height: 260px;
    }

    .connect-fleet img {
        min-height: 260px;
    }
}

@media (max-width: 575.98px) {
    .connect-heading {
        gap: .75rem;
    }

    .connect-heading h2 {
        font-size: 1rem;
    }

    .benefit-connect-icon,
    .facebook-connect-icon {
        font-size: 2.25rem;
    }

    .newsletter-form .btn-main {
        min-width: 92px;
    }
}

/* Utilities bar above footer */
.utilities-bar {
    background: #414448;
    color: #fff;
    border-bottom: 1px solid #232529;
}

.utilities-container {
    padding-right: 0;
    padding-left: 0;
}

.utilities-grid {
    display: grid;
    grid-template-columns: minmax(190px, .75fr) minmax(250px, 1fr) minmax(250px, 1fr) minmax(340px, 1.45fr);
    min-height: 126px;
}

.utilities-title {
    display: flex;
    align-items: center;
    padding: 1.75rem 2.5rem;
    background: #34373b;
}

.utilities-title h2 {
    margin: 0;
    color: #fff;
    font-size: 1.05rem;
    font-weight: 400;
    letter-spacing: .01em;
    text-transform: uppercase;
}

.utility-link {
    position: relative;
    display: flex;
    align-items: center;
    gap: 1.2rem;
    min-width: 0;
    padding: 1.65rem 2rem;
    color: #fff;
    text-decoration: none;
    transition: background-color .2s ease;
}

.utility-link:not(:last-child)::after {
    position: absolute;
    top: 25%;
    right: 0;
    width: 1px;
    height: 50%;
    background: rgba(255, 255, 255, .42);
    content: "";
}

.utility-link:hover,
.utility-link:focus-visible {
    background: #4b4e52;
    color: #fff;
}

.utility-link:focus-visible {
    outline: 2px solid #fff;
    outline-offset: -4px;
}

.utility-icon {
    flex: 0 0 auto;
    width: 50px;
    color: #fff;
    font-size: 2.7rem;
    line-height: 1;
    text-align: center;
}

.utility-copy {
    display: flex;
    min-width: 0;
    flex-direction: column;
    gap: .35rem;
}

.utility-copy strong {
    color: #fff;
    font-size: .96rem;
    font-weight: 700;
    line-height: 1.2;
    text-transform: uppercase;
}

.utility-copy small {
    max-width: 270px;
    color: #fff;
    font-size: .75rem;
    line-height: 1.45;
}

.site-footer {
    background: #2d3034;
    color: #fff;
}

.site-footer a {
    color: #fff;
    text-decoration: none;
}

.site-footer a:hover,
.site-footer a:focus {
    color: #d2d4c9;
}

.footer-location,
.footer-contact span,
.footer-contact a {
    display: block;
    margin-top: .35rem;
    font-size: .82rem;
}

.footer-contact {
    text-align: right;
}

@media (max-width: 1199.98px) {
    .utilities-grid {
        grid-template-columns: 180px repeat(3, 1fr);
    }

    .utilities-title,
    .utility-link {
        padding-right: 1.25rem;
        padding-left: 1.25rem;
    }

    .utility-link {
        gap: .8rem;
    }

    .utility-icon {
        width: 42px;
        font-size: 2.3rem;
    }
}

@media (max-width: 991.98px) {
    .utilities-grid {
        grid-template-columns: 1fr 1fr;
    }

    .utilities-title {
        grid-column: 1 / -1;
        min-height: 72px;
    }

    .utility-link {
        min-height: 116px;
        border-top: 1px solid rgba(255, 255, 255, .12);
    }

    .utility-link::after {
        display: none;
    }

    .utility-charter {
        grid-column: 1 / -1;
    }
}

@media (max-width: 575.98px) {
    .utilities-grid {
        grid-template-columns: 1fr;
    }

    .utilities-title,
    .utility-charter {
        grid-column: auto;
    }

    .utilities-title {
        min-height: 64px;
        padding: 1.2rem 1rem;
    }

    .utility-link {
        min-height: 100px;
        padding: 1.25rem 1rem;
    }

    .utility-icon {
        width: 46px;
        font-size: 2.45rem;
    }

    .footer-contact {
        text-align: left;
    }
}

/* Header navigation and high-resolution logo */
.site-header {
    z-index: 1030;
    background: #fff;
    border-bottom: 1px solid #ececec;
    box-shadow: 0 2px 12px rgba(0, 0, 0, .05);
}

.site-header .navbar {
    min-height: 102px;
    padding: 0;
    background: #fff;
}

.site-header .nav-shell {
    min-height: 102px;
}

.site-header .navbar-brand {
    display: flex;
    align-items: center;
    align-self: stretch;
    width: 310px;
    margin: 0 1rem 0 0;
    padding: 0 1.25rem;
    background: #f7f7f7;
}

.site-header .navbar-brand img {
    display: block;
    width: 270px;
    max-width: 100%;
    height: auto;
}

.site-header .navbar-nav {
    align-items: stretch;
    min-height: 102px;
}

.site-header .nav-item {
    display: flex;
    align-items: stretch;
}

.site-header .nav-link {
    display: flex;
    align-items: center;
    padding: 0 1.35rem !important;
    color: #111 !important;
    border: 0;
    font-size: .84rem;
    font-weight: 700;
    text-transform: uppercase;
    transition: background-color .18s ease, color .18s ease;
}

.site-header .nav-link:hover,
.site-header .nav-link:focus-visible {
    background: #f0f0f0;
    color: #000 !important;
}

.site-header .nav-link.active,
.site-header .nav-item.show > .nav-link {
    background: #e4e4e4;
    color: #000 !important;
}

.site-header .dropdown-toggle::after {
    margin-left: .45rem;
    border-top-color: #111;
}

.site-header .dropdown-menu {
    margin-top: 0;
    padding: .45rem 0;
    border: 1px solid #dedede;
    border-radius: 0 0 4px 4px;
    background: #fff;
    box-shadow: 0 10px 24px rgba(0, 0, 0, .12);
}

.site-header .dropdown-item {
    padding: .7rem 1.1rem;
    color: #111;
    font-size: .82rem;
    font-weight: 600;
}

.site-header .dropdown-item:hover,
.site-header .dropdown-item:focus,
.site-header .dropdown-item.active {
    background: #e4e4e4;
    color: #000;
}

.site-header .navbar-toggler {
    margin-right: 1rem;
    border-color: #787878;
}

@media (max-width: 1199.98px) {
    .site-header .navbar-brand {
        width: 245px;
        padding: 0 .8rem;
    }

    .site-header .navbar-brand img {
        width: 215px;
    }

    .site-header .nav-link {
        padding-right: .82rem !important;
        padding-left: .82rem !important;
        font-size: .77rem;
    }
}

@media (max-width: 991.98px) {
    .site-header .navbar,
    .site-header .nav-shell {
        min-height: 82px;
    }

    .site-header .navbar-brand {
        width: 235px;
        min-height: 82px;
        background: transparent;
    }

    .site-header .navbar-brand img {
        width: 220px;
    }

    .site-header .navbar-collapse {
        padding-bottom: .75rem;
        border-top: 1px solid #e3e3e3;
        background: #fff;
    }

    .site-header .navbar-nav {
        min-height: 0;
    }

    .site-header .nav-item,
    .site-header .nav-link {
        display: block;
        width: 100%;
    }

    .site-header .nav-link {
        padding: .9rem 1rem !important;
    }

    .site-header .dropdown-menu {
        border: 0;
        box-shadow: none;
    }
}

@media (max-width: 575.98px) {
    .site-header .navbar-brand {
        width: 208px;
        margin-right: 0;
        padding-left: .5rem;
    }

    .site-header .navbar-brand img {
        width: 195px;
    }
}

/* Header v2.5: compact distribution and native vector logo */
.site-header .nav-shell {
    display: flex;
    max-width: 1440px;
    padding-right: 0;
    padding-left: 0;
}

.site-header .navbar-brand {
    flex: 0 0 310px;
    width: 310px;
    min-width: 310px;
    margin: 0;
    padding: 0 28px;
    background: #f4f4f3;
}

.site-header .navbar-brand img {
    width: 254px;
    max-width: none;
    height: auto;
}

.site-header .main-navigation {
    align-self: stretch;
    flex: 1 1 auto;
    min-width: 0;
}

.site-header .main-navigation .navbar-nav {
    width: 100%;
    height: 100%;
    min-height: 102px;
    margin: 0 !important;
}

.site-header .main-navigation .nav-item {
    flex: 1 1 0;
    min-width: 0;
}

.site-header .main-navigation .nav-link {
    justify-content: center;
    width: 100%;
    padding: 0 .7rem !important;
    white-space: nowrap;
}

.site-header .main-navigation .nav-item:nth-child(4),
.site-header .main-navigation .nav-item:nth-child(7) {
    flex-grow: 1.25;
}

@media (max-width: 1199.98px) {
    .site-header .navbar-brand {
        flex-basis: 255px;
        width: 255px;
        min-width: 255px;
        padding: 0 20px;
    }

    .site-header .navbar-brand img {
        width: 215px;
    }

    .site-header .main-navigation .nav-link {
        padding: 0 .45rem !important;
        font-size: .75rem;
    }
}

@media (max-width: 991.98px) {
    .site-header .nav-shell {
        flex-wrap: wrap;
        padding-right: .75rem;
        padding-left: .75rem;
    }

    .site-header .navbar-brand {
        flex: 0 0 auto;
        width: 230px;
        min-width: 0;
        margin-right: auto;
        padding: 0;
        background: transparent;
    }

    .site-header .navbar-brand img {
        width: 225px;
    }

    .site-header .main-navigation {
        flex-basis: 100%;
        width: 100%;
    }

    .site-header .main-navigation .navbar-nav {
        display: block;
        min-height: 0;
    }

    .site-header .main-navigation .nav-item {
        display: block;
    }

    .site-header .main-navigation .nav-link {
        justify-content: flex-start;
        padding: .9rem 1rem !important;
    }
}

@media (max-width: 575.98px) {
    .site-header .navbar-brand {
        width: 195px;
    }

    .site-header .navbar-brand img {
        width: 190px;
    }
}

/* Header v2.6: unified background and undistorted logo */
.site-header,
.site-header .navbar,
.site-header .nav-shell,
.site-header .main-navigation,
.site-header .main-navigation .navbar-nav,
.site-header .main-navigation .nav-item,
.site-header .main-navigation .nav-link {
    background-color: #f4f4f3;
}

.site-header .navbar-brand {
    background-color: #f4f4f3;
}

.site-header .navbar-brand img {
    display: block;
    width: 254px;
    height: auto;
    max-height: 84px;
    object-fit: contain;
    object-position: left center;
    aspect-ratio: 16 / 5;
}

.site-header .nav-link:hover,
.site-header .nav-link:focus-visible {
    background-color: #ececeb;
}

.site-header .nav-link.active,
.site-header .nav-item.show > .nav-link {
    background-color: #dededd;
}

@media (max-width: 1199.98px) {
    .site-header .navbar-brand img {
        width: 215px;
        max-height: 74px;
    }
}

@media (max-width: 991.98px) {
    .site-header .navbar-collapse,
    .site-header .main-navigation,
    .site-header .main-navigation .navbar-nav,
    .site-header .main-navigation .nav-item,
    .site-header .main-navigation .nav-link {
        background-color: #f4f4f3;
    }

    .site-header .navbar-brand img {
        width: 225px;
        max-height: 72px;
    }
}

@media (max-width: 575.98px) {
    .site-header .navbar-brand img {
        width: 190px;
        max-height: 64px;
    }
}

/* Logo v2.7: corrected GIL-VAN identity */
.site-header .navbar-brand img {
    width: 276px;
    height: auto;
    max-height: 80px;
    aspect-ratio: auto;
    object-fit: contain;
    object-position: left center;
}

@media (max-width: 1199.98px) {
    .site-header .navbar-brand img {
        width: 224px;
        max-height: 68px;
    }
}

@media (max-width: 991.98px) {
    .site-header .navbar-brand img {
        width: 225px;
        max-height: 68px;
    }
}

@media (max-width: 575.98px) {
    .site-header .navbar-brand img {
        width: 190px;
        max-height: 58px;
    }
}

/* Generated Gilvan logo: header sizing */
.site-header .navbar-brand img {
    display: block;
    width: 280px;
    max-width: 100%;
    height: auto;
    max-height: 88px;
    aspect-ratio: auto;
    object-fit: contain;
    object-position: left center;
}

@media (max-width: 1199.98px) {
    .site-header .navbar-brand img {
        width: 225px;
        max-height: 72px;
    }
}

@media (max-width: 991.98px) {
    .site-header .navbar-brand img {
        width: 220px;
        max-height: 70px;
    }
}

@media (max-width: 575.98px) {
    .site-header .navbar-brand img {
        width: 190px;
        max-height: 62px;
    }
}

/* Pre-footer partners and contact showcase */
.prefooter-showcase {
    background: #f0f0ee;
    border-top: 1px solid #e0e0de;
}

.prefooter-container {
    padding-right: 0;
    padding-left: 0;
}

.prefooter-grid {
    display: grid;
    grid-template-columns: 27% 31% 42%;
    min-height: 245px;
}

.partner-panel,
.contact-panel,
.brand-panel {
    position: relative;
    min-width: 0;
    overflow: hidden;
}

.partner-panel {
    padding: 1.65rem 1.8rem;
    background: linear-gradient(135deg, #f7f7f6 0%, #ececea 100%);
    border-right: 8px solid #f7f7f6;
    border-radius: 8px 0 0 8px;
}

.prefooter-heading {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    gap: .75rem;
}

.prefooter-heading i {
    color: #484b4f;
    font-size: 2rem;
}

.prefooter-heading h2,
.contact-panel h2 {
    margin: 0;
    color: #303236;
    font-size: 1.1rem;
    font-weight: 700;
    text-transform: uppercase;
}

.partner-panel p {
    position: relative;
    z-index: 2;
    width: 65%;
    margin: .65rem 0 1rem;
    font-size: .86rem;
    line-height: 1.55;
}

.prefooter-button {
    position: relative;
    z-index: 3;
    padding: .55rem 1rem;
    background: #929789;
    color: #fff;
    font-size: .78rem;
    text-transform: uppercase;
}

.prefooter-button:hover,
.prefooter-button:focus {
    background: #757b6e;
    color: #fff;
}

.partner-handshake {
    position: absolute;
    z-index: 1;
    right: -35px;
    bottom: -25px;
    width: 185px;
    height: 165px;
    object-fit: contain;
}

.contact-panel {
    padding: 1.65rem 1.9rem;
    background: #f7f7f6;
    border-radius: 8px 0 0 8px;
}

.contact-panel > p {
    margin: .45rem 0 .65rem;
    font-size: .78rem;
    line-height: 1.45;
}

.contact-list {
    display: grid;
    gap: .28rem;
    margin: 0;
    padding: 0;
    list-style: none;
}

.contact-list li {
    display: flex;
    align-items: center;
    gap: .7rem;
    min-width: 0;
    font-size: .9rem;
    font-weight: 700;
}

.contact-list i {
    flex: 0 0 20px;
    color: #34373b;
    font-size: 1rem;
    text-align: center;
}

.contact-list a,
.contact-list span {
    overflow-wrap: anywhere;
    color: #17181a;
    text-decoration: none;
}

.contact-list a:hover,
.contact-list a:focus {
    text-decoration: underline;
}

.brand-panel {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.5rem 2.25rem;
    background: linear-gradient(110deg, #ebebe9 0%, #dededb 100%);
}

.brand-panel img {
    position: relative;
    z-index: 2;
    display: block;
    width: min(100%, 430px);
    height: auto;
    max-height: 170px;
    object-fit: contain;
}

.brand-road {
    position: absolute;
    z-index: 1;
    top: 30px;
    right: -80px;
    width: 72%;
    height: 180px;
    transform: rotate(-8deg);
    border: 22px solid rgba(255, 255, 255, .26);
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-radius: 65% 0 0 0;
}

.brand-road::after {
    position: absolute;
    top: 31px;
    left: 28px;
    width: 78%;
    height: 2px;
    border-top: 5px dashed rgba(255, 255, 255, .35);
    content: "";
}

@media (max-width: 991.98px) {
    .prefooter-grid {
        grid-template-columns: 1fr 1fr;
    }

    .brand-panel {
        grid-column: 1 / -1;
        min-height: 190px;
    }
}

@media (max-width: 575.98px) {
    .prefooter-grid {
        grid-template-columns: 1fr;
    }

    .partner-panel,
    .contact-panel {
        border-right: 0;
        border-bottom: 1px solid #dededc;
        border-radius: 0;
    }

    .partner-panel p {
        width: 68%;
    }

    .brand-panel {
        grid-column: auto;
        min-height: 160px;
        padding: 1.25rem;
    }

    .brand-panel img {
        max-height: 125px;
    }
}

/* Pre-footer v3.0: clean handshake asset */
.partner-handshake {
    right: -8px;
    bottom: -10px;
    width: 205px;
    height: 185px;
    object-fit: contain;
    object-position: right bottom;
}

/* Pre-footer v3.1: no overlap and unified center/right background */
:root {
    --prefooter-shared-bg: #e7e7e4;
}

.partner-panel {
    display: grid;
    grid-template-columns: minmax(0, 58%) minmax(130px, 42%);
    gap: 0;
    padding: 0;
}

.partner-content {
    position: relative;
    z-index: 2;
    min-width: 0;
    padding: 1.65rem 0 1.65rem 1.8rem;
}

.partner-content p {
    width: 100%;
    max-width: 190px;
    margin: .65rem 0 1rem;
}

.partner-visual {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    min-width: 0;
    overflow: hidden;
}

.partner-handshake {
    position: static;
    z-index: auto;
    display: block;
    width: 100%;
    max-width: 210px;
    height: auto;
    max-height: 205px;
    object-fit: contain;
    object-position: right bottom;
}

.contact-panel,
.brand-panel {
    background: var(--prefooter-shared-bg);
}

.contact-panel {
    border-radius: 0;
}

.brand-panel {
    background-image: none;
}

@media (max-width: 1199.98px) {
    .partner-panel {
        grid-template-columns: minmax(0, 62%) minmax(110px, 38%);
    }

    .partner-content {
        padding-left: 1.25rem;
    }

    .partner-handshake {
        max-width: 175px;
    }
}

@media (max-width: 991.98px) {
    .partner-panel {
        grid-template-columns: minmax(0, 60%) minmax(140px, 40%);
    }

    .contact-panel,
    .brand-panel {
        background: var(--prefooter-shared-bg);
    }
}

@media (max-width: 575.98px) {
    .partner-panel {
        grid-template-columns: minmax(0, 62%) minmax(105px, 38%);
    }

    .partner-content {
        padding: 1.4rem 0 1.4rem 1rem;
    }

    .partner-content p {
        max-width: 100%;
        padding-right: .5rem;
    }

    .partner-handshake {
        max-width: 145px;
        max-height: 160px;
    }
}

/* Pre-footer v3.2: new clean handshake and strict non-overlap layout */
.partner-panel {
    grid-template-columns: minmax(0, 60%) minmax(145px, 40%);
    align-items: stretch;
}

.partner-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 1.5rem .75rem 1.5rem 1.75rem;
    overflow: hidden;
}

.partner-content p {
    width: 100%;
    max-width: 205px;
    margin: .65rem 0 1rem;
}

.partner-visual {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    min-width: 0;
    padding: .75rem .4rem 0 0;
    overflow: hidden;
}

.partner-handshake {
    position: static;
    display: block;
    width: 100%;
    max-width: 235px;
    height: 100%;
    max-height: 195px;
    margin: 0;
    object-fit: contain;
    object-position: center bottom;
}

@media (max-width: 1199.98px) {
    .partner-panel {
        grid-template-columns: minmax(0, 62%) minmax(125px, 38%);
    }

    .partner-handshake {
        max-width: 190px;
        max-height: 180px;
    }
}

@media (max-width: 575.98px) {
    .partner-panel {
        grid-template-columns: minmax(0, 64%) minmax(105px, 36%);
    }

    .partner-content {
        padding: 1.25rem .4rem 1.25rem 1rem;
    }

    .partner-handshake {
        max-width: 150px;
        max-height: 145px;
    }
}

/* Pre-footer v3.3: proportional handshake sizing */
.partner-panel {
    grid-template-columns: minmax(0, 53%) minmax(165px, 47%);
}

.partner-content {
    padding: 1.45rem .35rem 1.45rem 1.65rem;
}

.partner-content p {
    max-width: 175px;
    margin: .65rem 0 1rem;
    line-height: 1.5;
}

.partner-visual {
    align-items: center;
    justify-content: center;
    padding: 1rem .65rem .55rem .2rem;
}

.partner-handshake {
    width: 100%;
    max-width: 285px;
    height: auto;
    max-height: 215px;
    object-fit: contain;
    object-position: center;
    transform: translateY(8px);
}

@media (max-width: 1199.98px) {
    .partner-panel {
        grid-template-columns: minmax(0, 55%) minmax(145px, 45%);
    }

    .partner-content {
        padding-left: 1.2rem;
    }

    .partner-content p {
        max-width: 165px;
    }

    .partner-handshake {
        max-width: 235px;
        max-height: 190px;
    }
}

@media (max-width: 991.98px) {
    .partner-panel {
        grid-template-columns: minmax(0, 54%) minmax(165px, 46%);
    }

    .partner-handshake {
        max-width: 260px;
        max-height: 200px;
    }
}

@media (max-width: 575.98px) {
    .partner-panel {
        grid-template-columns: minmax(0, 58%) minmax(115px, 42%);
    }

    .partner-content {
        padding: 1.2rem .25rem 1.2rem 1rem;
    }

    .partner-content p {
        max-width: 100%;
        font-size: .8rem;
    }

    .partner-visual {
        padding: .75rem .35rem .35rem 0;
    }

    .partner-handshake {
        max-width: 175px;
        max-height: 155px;
        transform: translateY(4px);
    }
}

/* Footer v3.4: utilities followed directly by copyright */
.site-footer-compact {
    margin: 0;
    padding: 0;
    background: #292a2b;
}

.site-footer-compact .copyright {
    margin: 0;
    padding: 1.3rem 1rem;
    background: #292a2b;
    color: #fff;
    font-size: .9rem;
    line-height: 1.4;
    text-align: center;
}

.utilities-bar + .site-footer-compact {
    border-top: 0;
}

@media (max-width: 575.98px) {
    .site-footer-compact .copyright {
        padding: 1rem .75rem;
        font-size: .78rem;
    }
}

/* Home cards v3.6: scoped only to the four service cards */
.home-services {
    padding-top: 1.5rem !important;
    padding-bottom: 1.75rem !important;
    border: 0 !important;
}

.home-services::before,
.home-services::after {
    display: none !important;
    content: none !important;
}

.home-services .row {
    margin-top: 0;
    margin-bottom: 0;
}

.home-services .service-card {
    height: 100%;
    overflow: hidden;
    border: 1px solid #d9d9d7;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 5px 16px rgba(0, 0, 0, .06);
}

.home-services .service-card::after {
    display: none !important;
    content: none !important;
}

.home-services .service-card > img {
    display: block;
    width: 100%;
    height: 190px;
    object-fit: cover;
    border-radius: 17px 17px 0 0;
}

.home-services .service-card > div {
    padding: 1rem 1rem 1.1rem;
    border-radius: 0 0 17px 17px;
}

.home-services .service-card .btn {
    border-radius: 9px;
}

@media (max-width: 1199.98px) {
    .home-services {
        padding-top: 1.25rem !important;
        padding-bottom: 1.5rem !important;
    }

    .home-services .service-card > img {
        height: 175px;
    }
}

@media (max-width: 767.98px) {
    .home-services {
        padding-top: 1rem !important;
        padding-bottom: 1.25rem !important;
    }

    .home-services .service-card {
        border-radius: 15px;
    }

    .home-services .service-card > img {
        height: 210px;
        border-radius: 14px 14px 0 0;
    }

    .home-services .service-card > div {
        border-radius: 0 0 14px 14px;
    }
}
