:root {
    --navy: #102741;
    --navy-soft: #24415e;
    --accent: #ff6b21;
    --surface: #f4f7fb;
    --background: #ffffff;
    --foreground: #102741;
    --muted: #667386;
    --border: #dfe5ec;
    --white: #ffffff;
    --whatsapp: #27b96d;
    --danger: #c92a2a;
    --radius: 9px;
    --shadow-card: 0 1px 2px rgba(16, 39, 65, .06), 0 18px 36px -26px rgba(16, 39, 65, .55);
    --shadow-lift: 0 24px 50px -28px rgba(16, 39, 65, .75);
    --font-sans: "Barlow", Arial, sans-serif;
    --font-display: "Barlow Condensed", "Arial Narrow", sans-serif;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    background: var(--background);
    color: var(--foreground);
    font-family: var(--font-sans);
    font-size: 16px;
    line-height: 1.55;
    -webkit-font-smoothing: antialiased;
}

body.menu-open {
    overflow: hidden;
}

img {
    display: block;
    max-width: 100%;
    height: auto;
}

a {
    color: inherit;
    text-decoration: none;
}

p,
ul,
ol,
dl,
blockquote,
figure {
    margin-top: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: .5em;
    color: var(--navy);
    font-family: var(--font-display);
    font-weight: 700;
    letter-spacing: -.01em;
    line-height: 1.06;
    text-transform: uppercase;
}

h1 {
    font-size: clamp(2.7rem, 6vw, 4rem);
}

h2 {
    font-size: clamp(2rem, 4vw, 2.6rem);
}

h3 {
    font-size: 1.35rem;
}

button,
input,
textarea,
select {
    font: inherit;
}

.container-site {
    width: min(100% - 40px, 1216px);
    margin-inline: auto;
}

.narrow {
    max-width: 820px;
}

.screen-reader-text {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.screen-reader-text:focus {
    top: 8px;
    left: 8px;
    z-index: 100000;
    display: block;
    width: auto;
    height: auto;
    clip: auto;
    padding: 12px 18px;
    background: var(--white);
    color: var(--navy);
    font-weight: 700;
}

.icon {
    width: 24px;
    height: 24px;
    flex: 0 0 auto;
}

.button {
    display: inline-flex;
    min-height: 56px;
    align-items: center;
    justify-content: center;
    padding: 13px 28px;
    border: 1px solid var(--accent);
    border-radius: 7px;
    background: var(--accent);
    color: var(--white);
    cursor: pointer;
    font-family: var(--font-display);
    font-size: 1.18rem;
    font-weight: 700;
    letter-spacing: .035em;
    line-height: 1.15;
    text-align: center;
    text-transform: uppercase;
    box-shadow: var(--shadow-lift);
    transition: transform .2s ease, filter .2s ease, background .2s ease;
}

.button:hover,
.button:focus-visible {
    transform: translateY(-2px);
    filter: brightness(1.04);
}

.button-small {
    min-height: 42px;
    padding: 9px 17px;
    font-size: .98rem;
    box-shadow: var(--shadow-card);
}

.button-outline-light {
    border-color: rgba(255, 255, 255, .45);
    background: transparent;
    color: var(--white);
    box-shadow: none;
}

.button-outline-light:hover,
.button-outline-light:focus-visible {
    border-color: var(--accent);
    color: var(--accent);
}

.eyebrow {
    margin-bottom: 9px;
    color: var(--accent);
    font-family: var(--font-display);
    font-size: .83rem;
    font-weight: 700;
    letter-spacing: .19em;
    line-height: 1.2;
    text-transform: uppercase;
}

.section {
    padding-block: 82px;
}

.section-surface {
    background: var(--surface);
}

.section-navy {
    background: var(--navy);
    color: rgba(255, 255, 255, .82);
}

.section-navy h2,
.section-navy h3 {
    color: var(--white);
}

.section-heading {
    margin-bottom: 38px;
}

.section-heading h2 {
    margin-bottom: 0;
}

.section-intro {
    max-width: 700px;
    margin-top: 12px;
    margin-bottom: 0;
    color: var(--muted);
    font-size: 1.05rem;
}

.section-navy .section-intro {
    color: rgba(255, 255, 255, .72);
}

.text-link {
    display: inline-block;
    margin-top: 18px;
    color: var(--accent);
    font-family: var(--font-display);
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.text-link:hover {
    text-decoration: underline;
}

.text-link-light {
    font-size: 1.15rem;
}

/* Header */
.site-header {
    position: sticky;
    top: 0;
    z-index: 1000;
    border-bottom: 1px solid var(--border);
    background: rgba(255, 255, 255, .97);
    backdrop-filter: blur(14px);
}

.admin-bar .site-header {
    top: 32px;
}

.topbar {
    padding-block: 7px;
    background: var(--navy);
    color: var(--white);
    font-size: .9rem;
}

.topbar-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.topbar-phones {
    display: flex;
    align-items: center;
    gap: 20px;
}

.topbar-phones a {
    display: flex;
    align-items: center;
    gap: 6px;
    color: rgba(255, 255, 255, .82);
}

.topbar-phones a:hover {
    color: var(--accent);
}

.topbar-phones .icon {
    width: 15px;
    height: 15px;
}

.nav-row {
    display: flex;
    min-height: 80px;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.site-branding {
    flex: 0 0 auto;
}

.custom-logo-link {
    display: inline-flex;
    align-items: center;
}

.custom-logo {
    width: auto;
    max-width: 118px;
    height: 60px;
    object-fit: contain;
}

.primary-navigation {
    display: flex;
    align-items: center;
    gap: 22px;
}

.primary-menu,
.primary-menu ul,
.footer-menu {
    padding: 0;
    margin: 0;
    list-style: none;
}

.primary-menu {
    display: flex;
    align-items: center;
    gap: 22px;
}

.primary-menu > li {
    position: relative;
}

.primary-menu > li > a {
    display: block;
    padding-block: 28px;
    color: var(--navy);
    font-family: var(--font-display);
    font-size: .98rem;
    font-weight: 700;
    letter-spacing: .035em;
    text-transform: uppercase;
    transition: color .2s ease;
}

.primary-menu > li > a:hover,
.primary-menu > li.current-menu-item > a,
.primary-menu > li.current-menu-ancestor > a {
    color: var(--accent);
}

.primary-menu .sub-menu {
    position: absolute;
    top: calc(100% - 12px);
    left: -18px;
    z-index: 10;
    display: none;
    min-width: 240px;
    padding: 10px;
    border: 1px solid var(--border);
    border-radius: var(--radius);
    background: var(--white);
    box-shadow: var(--shadow-card);
}

.primary-menu li:hover > .sub-menu,
.primary-menu li:focus-within > .sub-menu {
    display: block;
}

.primary-menu .sub-menu a {
    display: block;
    padding: 9px 10px;
    border-radius: 5px;
    font-weight: 600;
}

.primary-menu .sub-menu a:hover {
    background: var(--surface);
    color: var(--accent);
}

.menu-toggle {
    display: none;
    width: 46px;
    height: 46px;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--border);
    border-radius: 7px;
    background: var(--white);
    color: var(--navy);
}

.menu-close-icon {
    display: none;
}

.menu-toggle[aria-expanded="true"] .menu-open-icon {
    display: none;
}

.menu-toggle[aria-expanded="true"] .menu-close-icon {
    display: block;
}

/* Hero */
.home-hero {
    position: relative;
    overflow: hidden;
    min-height: 548px;
    background: var(--navy);
    color: var(--white);
}

.home-hero::before,
.home-hero::after {
    position: absolute;
    inset: 0;
    content: "";
}

.home-hero::before {
    background-image: var(--hero-image);
    background-position: center;
    background-size: cover;
}

.home-hero::after {
    background: linear-gradient(90deg, rgba(9, 28, 48, .92) 0%, rgba(9, 32, 52, .74) 54%, rgba(9, 28, 48, .46) 100%);
}

.home-hero-inner {
    position: relative;
    z-index: 1;
    padding-block: 105px;
}

.home-hero h1 {
    max-width: 900px;
    margin-bottom: 22px;
    color: var(--white);
    font-size: clamp(3rem, 6.5vw, 4.25rem);
}

.hero-text {
    max-width: 700px;
    margin-bottom: 0;
    color: rgba(255, 255, 255, .82);
    font-size: 1.17rem;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 13px;
    margin-top: 32px;
}

.quick-strip {
    border-bottom: 1px solid var(--border);
    background: var(--surface);
}

.quick-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 22px;
    padding-block: 25px;
}

.quick-item {
    display: flex;
    align-items: center;
    gap: 12px;
    color: var(--navy);
    font-weight: 600;
}

.quick-item .icon {
    width: 21px;
    height: 21px;
    color: var(--accent);
}

/* Cards and grids */
.card-grid {
    display: grid;
    gap: 20px;
}

.card-grid-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.card-grid-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.card {
    position: relative;
    padding: 26px;
    border: 1px solid var(--border);
    border-radius: 12px;
    background: var(--white);
    box-shadow: var(--shadow-card);
}

.card > .icon {
    color: var(--accent);
}

.card h2,
.card h3 {
    margin-top: 16px;
    margin-bottom: 9px;
}

.card h2 {
    font-size: 1.42rem;
}

.card p,
.card blockquote,
.card div {
    margin-bottom: 0;
    color: var(--muted);
    font-size: .94rem;
    line-height: 1.62;
}

.service-card {
    display: block;
    transition: transform .22s ease, border-color .22s ease;
}

.service-card:hover {
    transform: translateY(-5px);
    border-color: color-mix(in srgb, var(--accent) 40%, var(--border));
}

.service-card:hover h2,
.service-card:hover h3 {
    color: var(--accent);
}

.card-image {
    overflow: hidden;
    margin: -26px -26px 22px;
    border-radius: 11px 11px 0 0;
    aspect-ratio: 16 / 9;
}

.card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.step-number {
    color: var(--accent);
    font-family: var(--font-display);
    font-size: 2.8rem;
    font-weight: 700;
    line-height: 1;
}

.steps-grid {
    padding: 0;
    list-style: none;
}

.pill-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding: 0;
    margin: 0;
    list-style: none;
}

.pill-list li {
    padding: 8px 16px;
    border: 1px solid rgba(255, 255, 255, .25);
    border-radius: 999px;
    color: rgba(255, 255, 255, .88);
    font-size: .92rem;
}

.pill-list-light li {
    border-color: var(--border);
    background: var(--white);
    color: var(--navy);
}

.cargo-layout,
.about-layout,
.contact-layout,
.service-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(340px, .9fr);
    gap: 44px;
    align-items: start;
}

.check-list {
    padding: 0;
    margin: 26px 0 0;
    list-style: none;
}

.check-list-2 {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px 24px;
}

.check-list li {
    display: flex;
    align-items: flex-start;
    gap: 9px;
    color: var(--muted);
    font-size: .94rem;
}

.check-list .icon {
    width: 17px;
    height: 17px;
    margin-top: 3px;
    color: var(--accent);
}

.info-card {
    padding: 28px;
    border: 1px solid var(--border);
    border-radius: 12px;
    background: var(--surface);
}

.info-card h2,
.info-card h3 {
    font-size: 1.42rem;
}

.info-card h3:not(:first-child) {
    margin-top: 30px;
}

.info-card p,
.info-card dd {
    margin-bottom: 0;
    color: var(--muted);
    font-size: .94rem;
    line-height: 1.65;
}

.fleet-card strong {
    display: block;
    margin-top: 15px;
    color: var(--navy);
    font-family: var(--font-display);
    font-size: 1rem;
    letter-spacing: .035em;
    text-transform: uppercase;
}

.testimonial-card blockquote {
    margin-top: 16px;
}

.testimonial-card figcaption {
    margin-top: 18px;
    color: var(--navy);
    font-family: var(--font-display);
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: .035em;
    text-transform: uppercase;
}

.mini-features {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
    margin-top: 38px;
}

.mini-features .card {
    text-align: center;
}

.mini-features .icon {
    display: block;
    margin: 0 auto 14px;
}

.mini-features strong {
    font-family: var(--font-display);
    font-size: 1.2rem;
    letter-spacing: .02em;
    text-transform: uppercase;
}

.faq-list {
    overflow: hidden;
    border: 1px solid var(--border);
    border-radius: 12px;
    background: var(--white);
}

.faq-list details {
    padding: 0 22px;
    border-bottom: 1px solid var(--border);
}

.faq-list details:last-child {
    border-bottom: 0;
}

.faq-list summary {
    position: relative;
    padding: 21px 40px 21px 0;
    color: var(--navy);
    cursor: pointer;
    font-family: var(--font-display);
    font-size: 1.22rem;
    font-weight: 700;
    list-style: none;
    text-transform: uppercase;
}

.faq-list summary::-webkit-details-marker {
    display: none;
}

.faq-list summary::after {
    position: absolute;
    top: 18px;
    right: 0;
    content: "+";
    color: var(--accent);
    font-size: 1.6rem;
    line-height: 1;
}

.faq-list details[open] summary {
    color: var(--accent);
}

.faq-list details[open] summary::after {
    content: "−";
}

.faq-list details > div {
    padding: 0 30px 21px 0;
    color: var(--muted);
    font-size: .95rem;
}

.faq-list details > div p:last-child {
    margin-bottom: 0;
}

/* Forms */
.quote-form {
    padding: 32px;
    border: 1px solid var(--border);
    border-radius: 12px;
    background: var(--white);
    box-shadow: var(--shadow-card);
}

.form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
}

.field label {
    display: block;
    margin-bottom: 6px;
    color: var(--navy);
    font-weight: 600;
}

.field input,
.field textarea,
.field select {
    width: 100%;
    padding: 13px 15px;
    border: 1px solid #cfd7e2;
    border-radius: 7px;
    outline: 0;
    background: var(--white);
    color: var(--foreground);
    transition: border .2s ease, box-shadow .2s ease;
}

.field textarea {
    resize: vertical;
}

.field input:focus,
.field textarea:focus,
.field select:focus {
    border-color: var(--accent);
    box-shadow: 0 0 0 3px color-mix(in srgb, var(--accent) 16%, transparent);
}

.field [aria-invalid="true"] {
    border-color: var(--danger);
}

.field-full {
    margin-top: 20px;
}

.check-row {
    display: flex;
    flex-wrap: wrap;
    gap: 15px 24px;
    margin-top: 22px;
}

.check-row label {
    display: flex;
    align-items: center;
    gap: 8px;
    color: var(--navy);
}

.check-row input {
    width: 19px;
    height: 19px;
    accent-color: var(--accent);
}

.form-note,
.table-note,
.direct-contact {
    margin-top: 18px;
    margin-bottom: 0;
    color: var(--muted);
    font-size: .92rem;
}

.form-error {
    min-height: 1px;
    margin-top: 12px;
    margin-bottom: 0;
    color: var(--danger);
    font-size: .92rem;
    font-weight: 600;
}

.form-submit {
    margin-top: 21px;
}

/* Internal pages */
.page-hero {
    padding-block: 72px;
    border-bottom: 1px solid var(--border);
    background: var(--surface);
}

.page-hero-inner {
    max-width: 850px;
}

.page-hero h1 {
    margin-bottom: 0;
    font-size: clamp(2.7rem, 6vw, 3.55rem);
}

.page-hero p:last-child {
    max-width: 760px;
    margin: 16px 0 0;
    color: var(--muted);
    font-size: 1.12rem;
}

.entry-content {
    color: var(--muted);
    font-size: 1.05rem;
}

.optional-page-content {
    margin-bottom: 32px;
}

.entry-content h2,
.entry-content h3 {
    margin-top: 38px;
    color: var(--navy);
}

.entry-content h2:first-child,
.entry-content h3:first-child {
    margin-top: 0;
}

.entry-content p,
.entry-content li {
    line-height: 1.75;
}

.entry-content li {
    margin-bottom: 9px;
}

.entry-content a:not(.button) {
    color: var(--accent);
    text-decoration: underline;
}

.entry-content .button {
    margin-top: 18px;
    color: var(--white);
    text-decoration: none;
}

.featured-image {
    overflow: hidden;
    margin-bottom: 34px;
    border-radius: 12px;
}

.structure-list {
    margin-bottom: 0;
}

.structure-list > div + div {
    margin-top: 20px;
}

.structure-list dt {
    color: var(--navy);
    font-family: var(--font-display);
    font-size: 1.1rem;
    font-weight: 700;
    text-transform: uppercase;
}

.structure-list dd {
    margin: 5px 0 0;
}

.page-info {
    margin-top: 38px;
}

.city-card .text-link {
    margin-top: 18px;
}

.service-content > p:first-child {
    font-size: 1.1rem;
}

.other-services ul {
    padding: 0;
    margin: 16px 0 0;
    list-style: none;
}

.other-services li + li {
    margin-top: 9px;
}

.other-services a:hover {
    color: var(--accent);
}

.responsive-table {
    overflow-x: auto;
    border: 1px solid var(--border);
    border-radius: 12px;
}

.fleet-table {
    width: 100%;
    min-width: 760px;
    border-collapse: collapse;
    background: var(--white);
    text-align: left;
}

.fleet-table th {
    padding: 17px;
    background: var(--navy);
    color: var(--white);
    font-family: var(--font-display);
    font-size: .95rem;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.fleet-table td {
    padding: 17px;
    border-top: 1px solid var(--border);
    color: var(--muted);
    font-size: .92rem;
    vertical-align: top;
}

.fleet-table td:first-child {
    color: var(--navy);
    font-family: var(--font-display);
    font-size: 1.15rem;
    font-weight: 700;
    text-transform: uppercase;
}

.contact-layout {
    grid-template-columns: minmax(300px, .9fr) minmax(0, 1.2fr);
}

.contact-layout > div > h2 {
    margin-bottom: 20px;
    font-size: 1.8rem;
}

.contact-cards {
    display: grid;
    gap: 13px;
}

.contact-card {
    display: flex;
    min-height: 76px;
    align-items: center;
    gap: 14px;
    padding: 18px;
    border: 1px solid var(--border);
    border-radius: 11px;
    background: var(--white);
    color: var(--navy);
    box-shadow: var(--shadow-card);
}

a.contact-card {
    transition: transform .2s ease, border-color .2s ease;
}

a.contact-card:hover {
    transform: translateY(-2px);
    border-color: var(--accent);
}

.contact-card .icon {
    color: var(--accent);
}

.contact-card strong {
    display: block;
    font-family: var(--font-display);
    font-size: 1.15rem;
    text-transform: uppercase;
}

.contact-card small {
    display: block;
    color: var(--muted);
}

.contact-note {
    padding: 18px;
    border: 1px solid var(--border);
    border-radius: 11px;
    background: var(--surface);
    color: var(--muted);
    font-size: .9rem;
}

.map-section {
    padding-bottom: 82px;
}

.map-section iframe {
    width: 100%;
    height: 340px;
    border: 1px solid var(--border);
    border-radius: 12px;
}

/* CTA */
.cta-section {
    padding-block: 74px;
}

.cta-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 36px;
    padding: 48px;
    border-radius: 12px;
    background: var(--navy);
    color: rgba(255, 255, 255, .78);
    box-shadow: var(--shadow-lift);
}

.cta-card > div:first-child {
    max-width: 690px;
}

.cta-card h2 {
    margin-bottom: 12px;
    color: var(--white);
}

.cta-card p {
    margin-bottom: 0;
}

.cta-actions {
    display: flex;
    flex: 0 0 auto;
    gap: 12px;
}

/* Footer */
.site-footer {
    margin-top: 24px;
    background: var(--navy);
    color: rgba(255, 255, 255, .72);
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.25fr 1fr .75fr 1.1fr;
    gap: 44px;
    padding-block: 58px;
}

.footer-brand .custom-logo-link {
    padding: 5px;
    border-radius: 7px;
    background: var(--white);
}

.footer-brand .custom-logo {
    height: 62px;
}

.footer-brand p {
    margin-top: 17px;
    margin-bottom: 0;
    font-size: .9rem;
    line-height: 1.65;
}

.site-footer h3 {
    margin-bottom: 16px;
    color: var(--accent);
    font-size: 1.25rem;
}

.site-footer ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.site-footer li + li {
    margin-top: 8px;
}

.site-footer li,
.site-footer a {
    font-size: .9rem;
}

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

.footer-contact li {
    display: flex;
    align-items: flex-start;
    gap: 9px;
}

.footer-contact .icon {
    width: 17px;
    height: 17px;
    margin-top: 3px;
    color: var(--accent);
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, .14);
}

.footer-bottom .container-site {
    display: flex;
    justify-content: space-between;
    gap: 24px;
    padding-block: 22px;
}

.footer-bottom p {
    margin-bottom: 0;
    color: rgba(255, 255, 255, .55);
    font-size: .78rem;
}

.whatsapp-fab {
    position: fixed;
    right: 28px;
    bottom: 26px;
    z-index: 900;
    display: flex;
    align-items: center;
    gap: 9px;
    padding: 12px 18px;
    border-radius: 999px;
    background: var(--whatsapp);
    color: var(--white);
    font-family: var(--font-display);
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: .04em;
    text-transform: uppercase;
    box-shadow: 0 12px 28px rgba(0, 0, 0, .22);
    transition: transform .2s ease;
}

.whatsapp-fab:hover {
    transform: translateY(-3px);
}

.whatsapp-fab .icon {
    width: 22px;
    height: 22px;
}

.navigation.pagination {
    margin-top: 36px;
}

.nav-links {
    display: flex;
    gap: 8px;
}

.page-numbers {
    display: inline-flex;
    min-width: 38px;
    min-height: 38px;
    align-items: center;
    justify-content: center;
    padding: 6px 10px;
    border: 1px solid var(--border);
    border-radius: 6px;
}

.page-numbers.current,
.page-numbers:hover {
    border-color: var(--accent);
    background: var(--accent);
    color: var(--white);
}

@media (max-width: 1120px) {
    .primary-menu,
    .primary-navigation {
        gap: 14px;
    }

    .primary-menu > li > a {
        font-size: .9rem;
    }

    .nav-quote {
        padding-inline: 13px;
    }
}

@media (max-width: 1024px) {
    .admin-bar .site-header {
        top: 32px;
    }

    .menu-toggle {
        display: inline-flex;
    }

    .primary-navigation {
        position: fixed;
        top: var(--header-mobile-height, 81px);
        right: 0;
        bottom: 0;
        left: 0;
        display: none;
        overflow-y: auto;
        align-items: stretch;
        padding: 12px 20px 28px;
        background: var(--white);
    }

    .admin-bar .primary-navigation {
        top: calc(var(--header-mobile-height, 81px) + 32px);
    }

    .primary-navigation.is-open {
        display: block;
    }

    .primary-menu {
        display: block;
    }

    .primary-menu > li {
        border-bottom: 1px solid var(--border);
    }

    .primary-menu > li > a {
        padding-block: 14px;
        font-size: 1.18rem;
    }

    .primary-menu .sub-menu {
        position: static;
        display: block;
        padding: 0 0 10px 16px;
        border: 0;
        box-shadow: none;
    }

    .nav-quote {
        width: 100%;
        margin-top: 16px;
    }

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

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

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

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

@media (max-width: 782px) {
    .admin-bar .site-header {
        top: 46px;
    }

    .admin-bar .primary-navigation {
        top: calc(var(--header-mobile-height, 81px) + 46px);
    }
}

@media (max-width: 767px) {
    .container-site {
        width: min(100% - 32px, 1216px);
    }

    .topbar {
        display: none;
    }

    .nav-row {
        min-height: 76px;
    }

    .custom-logo {
        max-width: 100px;
        height: 52px;
    }

    .home-hero {
        min-height: 0;
    }

    .home-hero-inner {
        padding-block: 72px;
    }

    .home-hero h1 {
        font-size: clamp(2.75rem, 12vw, 3.5rem);
    }

    .hero-text {
        font-size: 1.04rem;
    }

    .hero-actions,
    .cta-actions {
        width: 100%;
        flex-direction: column;
    }

    .hero-actions .button,
    .cta-actions .button {
        width: 100%;
    }

    .quick-grid {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .section {
        padding-block: 60px;
    }

    .card-grid-3,
    .card-grid-4,
    .mini-features,
    .form-grid,
    .cargo-layout,
    .about-layout,
    .contact-layout,
    .service-layout {
        grid-template-columns: 1fr;
    }

    .check-list-2 {
        grid-template-columns: 1fr;
    }

    .page-hero {
        padding-block: 54px;
    }

    .page-hero h1 {
        font-size: clamp(2.45rem, 11vw, 3.2rem);
    }

    .quote-form {
        padding: 22px;
    }

    .check-row {
        align-items: flex-start;
        flex-direction: column;
    }

    .form-submit {
        width: 100%;
    }

    .cta-section {
        padding-block: 58px;
    }

    .cta-card {
        padding: 32px 24px;
    }

    .footer-grid {
        grid-template-columns: 1fr;
        gap: 34px;
    }

    .footer-bottom .container-site {
        align-items: flex-start;
        flex-direction: column;
        gap: 7px;
    }

    .whatsapp-fab {
        right: 16px;
        bottom: 16px;
        width: 52px;
        height: 52px;
        justify-content: center;
        padding: 0;
    }

    .whatsapp-fab span {
        display: none;
    }
}

@media (max-width: 480px) {
    .button {
        width: 100%;
        padding-inline: 18px;
        font-size: 1.05rem;
    }

    .card {
        padding: 22px;
    }

    .card-image {
        margin: -22px -22px 19px;
    }
}

@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        scroll-behavior: auto !important;
        transition-duration: .01ms !important;
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
    }
}
