:root {
    --bg: #f6f1eb;
    --surface: #ffffff;
    --surface-soft: #f4ede3;
    --text: #0b2c58;
    --muted: #51627f;
    --accent: #f28a22;
    --accent-dark: #d77312;
    --border: rgba(11, 44, 88, 0.1);
    --shadow: 0 24px 80px rgba(11, 44, 88, 0.12);
}

body {
    font-family: "Host Grotesk", sans-serif;
    color: var(--text);
    background: linear-gradient(180deg, #fffaf4 0%, #f4ede5 100%);
}

body.modal-open {
    overflow: hidden;
}

body.modal-open .sticky-contact-bar__button {
    opacity: 0;
    pointer-events: none;
}

h1, h2, h3, .brand-text {
    font-family: "Playfair Display", serif;
}

a {
    text-decoration: none;
}

.site-nav {
    background: rgba(255, 250, 244, 0.9);
    backdrop-filter: blur(18px);
    border-bottom: 1px solid rgba(11, 44, 88, 0.06);
}

.site-logo-image {
    width: 180px;
    max-width: 100%;
    height: auto;
    object-fit: contain;
    display: block;
}

.brand-text {
    font-size: 1.4rem;
    color: var(--text);
}

.nav-link {
    color: var(--text);
    font-weight: 500;
}

.nav-link.active {
    color: var(--accent) !important;
}

.service-dropdown-menu {
    border: 1px solid rgba(11, 44, 88, 0.08);
    border-radius: 1rem;
    padding: .65rem;
    box-shadow: 0 18px 44px rgba(11, 44, 88, 0.14);
    min-width: 250px;
}

.service-dropdown-menu .dropdown-item {
    border-radius: .75rem;
    color: var(--text);
    font-weight: 500;
    padding: .7rem .85rem;
}

.service-dropdown-menu .dropdown-item:hover,
.service-dropdown-menu .dropdown-item:focus {
    background: rgba(242, 138, 34, 0.1);
    color: var(--accent-dark);
}

@media (min-width: 992px) {
    .service-nav-dropdown:hover .service-dropdown-menu {
        display: block;
        margin-top: 0;
    }
}

.hero-section {
    position: relative;
    overflow: hidden;
    padding: 9rem 0 5rem;
}

.hero-orb {
    position: absolute;
    border-radius: 999px;
    filter: blur(10px);
}

.hero-orb-one {
    width: 22rem;
    height: 22rem;
    background: rgba(242, 138, 34, 0.18);
    top: 3rem;
    left: -6rem;
}

.hero-orb-two {
    width: 26rem;
    height: 26rem;
    background: rgba(11, 44, 88, 0.12);
    right: -8rem;
    bottom: -5rem;
}

.eyebrow {
    display: inline-flex;
    align-items: center;
    gap: .55rem;
    padding: .5rem .9rem;
    border-radius: 999px;
    background: rgba(242, 138, 34, 0.1);
    color: var(--accent-dark);
    font-size: .92rem;
    font-weight: 600;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.hero-section h1 span,
.section-title {
    color: var(--text);
}

.hero-section h1 span {
    color: var(--accent);
}

.hero-copy,
.section-copy {
    color: var(--muted);
    font-size: 1.05rem;
    line-height: 1.8;
    max-width: 38rem;
}

.metric-card,
.service-card,
.process-card,
.review-card,
.advantage-card,
.price-card,
.form-shell,
.blog-card,
.stats-card {
    background: var(--surface);
    border: 1px solid var(--border);
    box-shadow: var(--shadow);
}

.metric-card {
    border-radius: 1.25rem;
    padding: 1rem;
}

.metric-card strong {
    display: block;
    font-size: 1.35rem;
}

.metric-card span {
    color: var(--muted);
}

.hero-media {
    overflow: hidden;
    border-radius: 2rem;
}

.hero-main-image {
    width: 100%;
    height: 34rem;
    object-fit: cover;
}

.hero-panel {
    background: rgba(255, 255, 255, 0.96);
    padding: 1.5rem;
}

.freight-tabs .nav-link {
    border-radius: 999px;
    color: var(--text);
    background: #efe8df;
}

.freight-tabs .nav-link.active {
    background: var(--accent);
    color: #fff;
}

.marquee-strip {
    overflow: hidden;
    background: #171717;
    color: #fff;
    padding: 1rem 0;
}

.marquee-track {
    display: flex;
    gap: 2rem;
    min-width: max-content;
    animation: marquee 22s linear infinite;
    font-weight: 600;
}

@keyframes marquee {
    from { transform: translateX(0); }
    to { transform: translateX(-40%); }
}

.section-space {
    padding: 5.5rem 0;
}

.section-title {
    font-size: clamp(2rem, 3vw, 3.3rem);
    line-height: 1.15;
}

.section-heading .section-copy {
    max-width: 42rem;
}

.feature-mini,
.service-card,
.process-card,
.review-card,
.advantage-card,
.price-card,
.form-shell,
.blog-card {
    border-radius: 1.6rem;
}

.feature-mini {
    height: 100%;
    display: flex;
    gap: 1rem;
    padding: 1.25rem;
    background: var(--surface);
    border: 1px solid var(--border);
}

.feature-mini i,
.icon-pill,
.advantage-card i {
    color: var(--accent);
}

.feature-mini i {
    font-size: 1.35rem;
}

.feature-mini h3,
.service-card h3,
.process-card h3,
.review-card strong,
.advantage-card h3,
.price-card h3,
.blog-card h3 {
    font-size: 1.2rem;
    margin-bottom: .4rem;
}

.feature-mini p,
.service-card p,
.process-card p,
.review-card p,
.advantage-card p,
.price-card p,
.blog-card p {
    margin-bottom: 0;
    color: var(--muted);
}

.about-grid {
    display: grid;
    grid-template-columns: 1.15fr .85fr;
    gap: 1rem;
    align-items: stretch;
}

.about-grid img {
    width: 100%;
    height: 100%;
    min-height: 27rem;
    object-fit: cover;
    border-radius: 1.8rem;
}

.stats-stack {
    display: grid;
    gap: 1rem;
}

.stats-card {
    border-radius: 1.5rem;
    padding: 1.4rem;
}

.stats-card strong {
    display: block;
    font-size: 2rem;
    margin-bottom: .35rem;
}

.stats-card span {
    color: var(--muted);
}

.stats-card.accent,
.service-card.featured,
.review-card.accent,
.price-card.highlighted,
.cta-shell {
    background: linear-gradient(160deg, #181818 0%, #2b2b2b 100%);
    color: #fff;
}

.stats-card.accent span,
.service-card.featured p,
.review-card.accent p,
.price-card.highlighted p,
.price-card.highlighted li,
.cta-shell p {
    color: rgba(255, 255, 255, 0.76);
}

.service-card,
.process-card,
.review-card,
.advantage-card,
.price-card {
    padding: 2rem;
}

.service-link-card {
    display: block;
    color: inherit;
}

.service-link-card:hover .service-card {
    transform: translateY(-4px);
}

.service-card {
    transition: transform .2s ease;
}

.icon-pill {
    width: 3.3rem;
    height: 3.3rem;
    border-radius: 1rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
    background: rgba(242, 138, 34, 0.12);
    font-size: 1.2rem;
}

.process-card span {
    display: inline-flex;
    width: 3rem;
    height: 3rem;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    margin-bottom: 1rem;
    background: var(--surface-soft);
    color: var(--accent);
    font-weight: 700;
}

.reviews-section {
    background:
        radial-gradient(circle at top left, rgba(242, 138, 34, 0.12), transparent 28%),
        linear-gradient(180deg, #fff8f3 0%, #f4ede5 100%);
}

.review-media img {
    width: 100%;
    min-height: 18rem;
    max-height: 24rem;
    object-fit: cover;
    border-radius: 1.8rem;
    box-shadow: var(--shadow);
}

.stars {
    letter-spacing: .18em;
    color: #ffb400;
    font-size: .95rem;
    margin-bottom: 1rem;
}

.advantage-card i {
    font-size: 1.4rem;
    display: inline-flex;
    margin-bottom: .9rem;
}

.price {
    font-family: "Playfair Display", serif;
    font-size: 2.2rem;
    margin: .75rem 0;
}

.price-card ul {
    display: grid;
    gap: .6rem;
    margin: 1.2rem 0 1.5rem;
    color: var(--muted);
}

.quote-section {
    background: #171717;
    color: #fff;
}

.quote-section .section-title {
    color: #ffffff;
}

.quote-section .section-copy,
.quote-section .location-list span {
    color: rgba(255, 255, 255, 0.76);
}

.location-list {
    display: grid;
    gap: 1rem;
    margin-top: 2rem;
}

.location-list div {
    padding: 1rem 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.location-list strong,
.location-list span {
    display: block;
}

.form-shell {
    padding: 2rem;
}

.form-shell.dark {
    background: rgba(255, 255, 255, 0.06);
    border-color: rgba(255, 255, 255, 0.12);
    box-shadow: none;
}

.form-control,
.form-select {
    border-radius: 1rem;
    border-color: rgba(0, 0, 0, 0.08);
    padding: .95rem 1rem;
}

.dark .form-control {
    background: rgba(255, 255, 255, 0.9);
}

.faq-accordion {
    max-width: 52rem;
}

.accordion-item {
    border: 0;
    border-radius: 1rem;
    margin-bottom: 1rem;
    overflow: hidden;
    box-shadow: var(--shadow);
}

.accordion-button {
    padding: 1.25rem 1.35rem;
    font-weight: 600;
}

.accordion-button:not(.collapsed) {
    background: #fff5f1;
    color: var(--text);
}

.blog-card {
    overflow: hidden;
}

.blog-card img {
    width: 100%;
    height: 16rem;
    object-fit: cover;
}

.blog-card small {
    color: var(--accent);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .05em;
}

.cta-shell {
    border-radius: 2rem;
    padding: 2.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1.5rem;
}

.cta-shell h2 {
    font-size: clamp(2rem, 3vw, 3rem);
    margin-bottom: .65rem;
}

.footer-top {
    background: #f4ede5;
    color: var(--text);
}

.footer-heading {
    color: var(--accent);
    font-size: 1.15rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.footer-links {
    display: grid;
    gap: .9rem;
}

.footer-links a,
.footer-contact p {
    color: var(--text);
    font-size: 1rem;
}

.footer-links a:hover {
    color: var(--accent-dark);
}

.footer-contact {
    display: grid;
    gap: 1rem;
}

.footer-contact p {
    display: flex;
    gap: .8rem;
    margin: 0;
    line-height: 1.45;
    align-items: flex-start;
}

.contact-points {
    margin-top: 1.5rem;
}

.contact-points p {
    display: flex;
    align-items: center;
    gap: .7rem;
}

.site-footer {
    padding: 1.25rem 0;
    background: #082344;
    color: rgba(255, 255, 255, 0.76);
}

.footer-logo-image {
    width: 279px;
    max-width: 100%;
    height: auto;
    object-fit: contain;
    display: block;
    margin-bottom: 1.5rem;
}

.footer-feature-title {
    font-family: "Playfair Display", serif;
    color: #ee964b;
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 1rem;
}

.footer-feature-copy {
    color: var(--text);
    font-size: 1.05rem;
    line-height: 1.9;
    max-width: 30rem;
    margin: 0;
}

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

.footer-social-icons {
    display: flex;
    align-items: center;
    gap: .85rem;
}

.footer-social-icons a {
    width: 2.6rem;
    height: 2.6rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    color: #fff;
    transition: background .2s ease, color .2s ease, border-color .2s ease;
}

.footer-social-icons a:hover {
    background: var(--accent);
    border-color: var(--accent);
    color: #fff;
}

.sticky-contact-bar__button {
    position: fixed;
    top: 50%;
    z-index: 1500;
    width: 3.7rem;
    height: 3.7rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    color: #fff;
    box-shadow: 0 18px 34px rgba(0, 0, 0, 0.22);
    transform: translateY(-50%);
}

.sticky-contact-bar__button i {
    font-size: 1.45rem;
}

.sticky-contact-bar__button--whatsapp {
    left: 1rem;
    background: linear-gradient(180deg, #29cc63 0%, #119f46 100%);
}

.sticky-contact-bar__button--call {
    right: 1rem;
    background: linear-gradient(180deg, #0f3b75 0%, #082b57 100%);
}

.inner-hero {
    padding: 9rem 0 3.5rem;
    background: linear-gradient(180deg, #fbf7f2 0%, #efe4d7 100%);
}

.page-banner-image,
.gallery-image {
    width: 100%;
    border-radius: 1.6rem;
    object-fit: cover;
    box-shadow: var(--shadow);
}

.page-banner-image {
    min-height: 28rem;
}

.gallery-image {
    height: 18rem;
}

.contact-points-dark p {
    color: var(--text);
}

.hero-actions-wrap {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.process-line {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
}

.process-step {
    padding: 1.5rem;
    border-radius: 1.4rem;
    background: var(--surface);
    border: 1px solid var(--border);
    box-shadow: var(--shadow);
}

.process-step span {
    display: inline-flex;
    width: 2.8rem;
    height: 2.8rem;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: var(--surface-soft);
    color: var(--accent);
    font-weight: 700;
    margin-bottom: .9rem;
}

.process-step p {
    margin: 0;
    color: var(--muted);
}

.quote-modal {
    position: fixed;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.5rem;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    z-index: 2000;
    transition: opacity .2s ease, visibility .2s ease;
}

.quote-modal.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.quote-modal__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(18, 18, 18, 0.6);
    backdrop-filter: blur(6px);
}

.quote-modal__dialog {
    position: relative;
    width: min(1140px, 100%);
    max-height: calc(100vh - 3rem);
    background: #fff;
    border-radius: 2rem;
    overflow: hidden;
    box-shadow: 0 40px 90px rgba(0, 0, 0, 0.22);
}

.quote-modal__close {
    position: absolute;
    top: 1rem;
    right: 1rem;
    width: 3rem;
    height: 3rem;
    border: 0;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.92);
    color: var(--text);
    z-index: 2;
}

.quote-modal__layout {
    display: grid;
    grid-template-columns: 1.05fr .95fr;
    min-height: 680px;
}

.quote-modal__form-side {
    padding: 3.25rem 2.2rem 2.2rem;
    overflow-y: auto;
}

.quote-modal__title {
    font-family: "Host Grotesk", sans-serif;
    font-size: clamp(2.25rem, 4vw, 4rem);
    font-weight: 800;
    line-height: 1.02;
    margin: 1rem 0 .9rem;
}

.quote-modal__copy {
    color: var(--muted);
    font-size: 1.08rem;
    line-height: 1.8;
    max-width: 32rem;
    margin-bottom: 1rem;
}

.quote-label {
    display: block;
    font-weight: 700;
    margin-bottom: .55rem;
}

.quote-textarea {
    min-height: 9.5rem;
}

.btn-quote-submit {
    width: 100%;
    border: 0;
    border-radius: 1rem;
    padding: 1rem 1.4rem;
    background: linear-gradient(180deg, #f6a13b 0%, #e57f16 100%);
    color: #fff;
    font-weight: 700;
    font-size: 1.1rem;
}

.quote-modal__image-side {
    padding: 3.6rem 1.8rem 1.8rem 0;
    background:
        linear-gradient(180deg, rgba(253, 192, 52, 0.42), rgba(255, 255, 255, 0.06)),
        radial-gradient(circle at top right, rgba(247, 175, 39, 0.45), transparent 35%),
        #f4ead7;
}

.quote-modal__image-frame {
    height: 100%;
    border-radius: 1.7rem;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.55);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.3);
}

.quote-modal__image-frame img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (max-width: 991.98px) {
    .navbar-collapse {
        margin-top: 1rem;
        padding: 1rem;
        border-radius: 1.25rem;
        background: rgba(255, 250, 244, 0.98);
        box-shadow: 0 20px 44px rgba(11, 44, 88, 0.08);
    }

    .service-dropdown-menu {
        border: 0;
        box-shadow: none;
        padding: .35rem 0 .2rem 1rem;
        min-width: 100%;
        background: transparent;
    }

    .service-dropdown-menu .dropdown-item {
        padding: .55rem 0;
    }

    .hero-main-image {
        height: 24rem;
    }

    .about-grid {
        grid-template-columns: 1fr;
    }

    .cta-shell {
        flex-direction: column;
        align-items: flex-start;
    }

    .process-line {
        grid-template-columns: repeat(2, 1fr);
    }

    .quote-modal__layout {
        grid-template-columns: 1fr;
    }

    .quote-modal__image-side {
        display: none;
    }

    .quote-modal__form-side {
        padding: 3rem 1.4rem 1.4rem;
    }

    .page-banner-image {
        min-height: 20rem;
    }

    .site-logo-image {
        width: 150px;
    }

    .footer-feature-title {
        max-width: none;
    }
}

@media (max-width: 767.98px) {
    body {
        padding-bottom: 5.5rem;
    }

    .hero-section {
        padding-top: 7.5rem;
    }

    .section-space {
        padding: 4rem 0;
    }

    .form-shell {
        padding: 1.2rem;
    }

    .page-banner-image,
    .gallery-image,
    .hero-main-image {
        height: auto;
        min-height: 14rem;
    }

    .about-grid img {
        min-height: 16rem;
    }

    .stats-card,
    .service-card,
    .process-card,
    .review-card,
    .advantage-card,
    .price-card {
        padding: 1.35rem;
    }

    .process-line {
        grid-template-columns: 1fr;
    }

    .quote-modal {
        padding: .75rem;
    }

    .quote-modal__dialog {
        border-radius: 1.4rem;
        max-height: calc(100vh - 1.5rem);
        overflow-y: auto;
    }

    .quote-modal__title {
        font-size: 2.2rem;
    }

    .quote-modal__close {
        top: .75rem;
        right: .75rem;
        width: 2.5rem;
        height: 2.5rem;
    }

    .quote-modal__form-side {
        padding: 3.5rem 1rem 1rem;
        overflow: visible;
    }

    .quote-modal .form-control,
    .quote-modal .form-select {
        font-size: 16px;
    }

    .site-logo-image {
        width: 170px;
        max-width: 170px;
    }

    .footer-logo-image {
        width: 100%;
        max-width: 220px;
        margin-bottom: 1rem;
    }

    .footer-feature-title {
        font-size: 24px;
        line-height: 32px;
    }

    .footer-feature-copy {
        font-size: 1rem;
        line-height: 1.75;
    }

    .hero-actions-wrap,
    .d-flex.flex-wrap.gap-3.pt-2 {
        flex-direction: column;
        align-items: stretch;
    }

    .hero-actions-wrap .btn,
    .d-flex.flex-wrap.gap-3.pt-2 .btn {
        width: 100%;
    }

    .sticky-contact-bar__button {
        top: auto;
        bottom: 1rem;
        transform: none;
        width: 3.25rem;
        height: 3.25rem;
    }

    .sticky-contact-bar__button--whatsapp {
        left: .85rem;
    }

    .sticky-contact-bar__button--call {
        right: .85rem;
    }
}
