:root {
    --ink: #142033;
    --muted: #64748b;
    --line: #d9e2ec;
    --panel: #ffffff;
    --soft: #f5f7fb;
    --blue: #0b2d4d;
    --orange: #f97316;
    --orange-dark: #c2410c;
    --shadow: 0 18px 40px rgba(15, 23, 42, 0.10);
}

* { box-sizing: border-box; }
body {
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    color: var(--ink);
    background: var(--soft);
    overflow-x: hidden;
}
a { color: inherit; }
html { scroll-behavior: smooth; }
.site-header {
    position: sticky;
    top: 0;
    z-index: 20;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding: 16px clamp(18px, 5vw, 72px);
    background: rgba(255, 255, 255, 0.94);
    border-bottom: 1px solid var(--line);
}
.brand {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    min-width: 0;
}
.brand-logo {
    display: block;
    width: 168px !important;
    max-width: 42vw;
    height: 36px !important;
    object-fit: contain;
    object-position: left center;
}
.brand-mark {
    display: grid;
    place-items: center;
    width: 48px;
    height: 48px;
    background: var(--blue);
    color: #fff;
    font-weight: 800;
    border-left: 5px solid var(--orange);
}
.brand strong { display: block; font-size: 1rem; }
.brand small { display: block; color: var(--muted); margin-top: 2px; }
.site-nav { display: flex; gap: 6px; }
.site-nav a {
    text-decoration: none;
    padding: 10px 12px;
    color: var(--muted);
    font-weight: 700;
}
.site-nav a.active, .site-nav a:hover { color: var(--orange-dark); }
main { min-height: calc(100vh - 160px); }
.hero {
    min-height: 460px;
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    align-items: center;
    gap: 34px;
    padding: clamp(34px, 6vw, 72px) clamp(18px, 5vw, 72px);
    background:
        linear-gradient(120deg, rgba(11,45,77,0.94), rgba(11,45,77,0.70)),
        url('https://images.unsplash.com/photo-1494412651409-8963ce7935a7?auto=format&fit=crop&w=1800&q=80') center/cover;
    color: #fff;
}
.home-hero {
    min-height: 470px;
    background:
        linear-gradient(120deg, rgba(11,45,77,0.92), rgba(11,45,77,0.48)),
        url('service-sea.jpg') center/cover;
}
.hero h1, .page-title h1 { font-size: clamp(2.1rem, 4.6vw, 3.9rem); line-height: 1; margin: 0 0 14px; }
.lead { font-size: 1.12rem; max-width: 640px; color: rgba(255,255,255,0.86); }
.eyebrow {
    margin: 0 0 12px;
    color: var(--orange);
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0;
}
.hero-actions, .schedule-toolbar, .embed-toolbar { display: flex; gap: 12px; flex-wrap: wrap; align-items: center; }
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 0 18px;
    border-radius: 6px;
    border: 1px solid transparent;
    text-decoration: none;
    font-weight: 800;
    cursor: pointer;
}
.btn.primary { background: var(--orange); color: #fff; }
.btn.primary:hover { background: var(--orange-dark); }
.btn.ghost { border-color: rgba(255,255,255,0.45); color: #fff; }
.hero-panel { display: flex; justify-content: center; }
.route-card {
    width: min(360px, 100%);
    padding: 28px;
    background: rgba(255,255,255,0.12);
    border: 1px solid rgba(255,255,255,0.26);
    box-shadow: var(--shadow);
    backdrop-filter: blur(8px);
}
.route-card span { color: rgba(255,255,255,0.75); font-weight: 800; }
.route-card strong { display: block; font-size: 1.75rem; margin: 18px 0; }
.section, .page-title, .tracking-layout, .schedule-panel, .embed-panel {
    padding: clamp(24px, 3.6vw, 42px) clamp(18px, 5vw, 72px);
}
.section-head { max-width: 760px; margin-bottom: 18px; }
.section h2, .page-title h1 { color: var(--blue); }
.section h2 {
    margin-top: 0;
    margin-bottom: 12px;
}
.services-section .section-head {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.about-section {
    display: grid;
    grid-template-columns: minmax(220px, 0.75fr) minmax(0, 1.25fr);
    gap: clamp(22px, 4vw, 54px);
    align-items: start;
    background: #fff;
}
.about-copy {
    max-width: 880px;
    font-size: 1rem;
}
.service-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}
.home-services {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 16px;
    max-width: 1180px;
    margin: 0 auto;
}
.service-grid article, .access-card, .tracking-results, .schedule-panel, .embed-panel, .job-card {
    background: var(--panel);
    border: 1px solid var(--line);
    border-radius: 8px;
    box-shadow: var(--shadow);
}
.service-grid article { padding: 24px; }
.home-services article {
    overflow: hidden;
    padding: 0;
}
.home-services img {
    display: block;
    width: 100%;
    height: clamp(104px, 9vw, 132px);
    object-fit: cover;
}
.home-services article div {
    padding: 13px 14px 15px;
    text-align: center;
}
.home-services h3 {
    font-size: 0.98rem;
    margin-bottom: 6px;
}
.home-services p {
    font-size: 0.86rem;
    line-height: 1.45;
}
.service-grid h3 { margin-top: 0; color: var(--blue); }
.service-grid p, .section p, .page-title p { color: var(--muted); line-height: 1.65; }
.coverage-section {
    display: grid;
    grid-template-columns: minmax(280px, 0.82fr) minmax(360px, 1.18fr);
    gap: clamp(20px, 3.2vw, 42px);
    align-items: center;
    background: #eef4fb;
}
.coverage-copy h2 { color: var(--blue); }
.coverage-lists {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-top: 14px;
}
.coverage-lists div {
    padding: 12px 14px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: #fff;
}
.coverage-lists h3 {
    margin: 0 0 7px;
    color: var(--blue);
}
.coverage-lists ul {
    margin: 0;
    padding-left: 18px;
    color: var(--muted);
    line-height: 1.5;
}
.route-map {
    position: relative;
    width: 100%;
    max-width: 100%;
    height: clamp(220px, 23vw, 280px);
    min-height: 0;
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: #fff;
    box-shadow: var(--shadow);
}
.malaysia-route-svg {
    display: block;
    width: 100%;
    height: 100%;
}
.map-base {
    filter: drop-shadow(0 10px 18px rgba(15,23,42,0.08));
}
.quote-section {
    display: grid;
    grid-template-columns: minmax(240px, 0.8fr) minmax(320px, 1.2fr);
    gap: clamp(20px, 3.2vw, 42px);
    align-items: center;
    background: #fff;
}
.quote-form {
    padding: 18px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: var(--soft);
    box-shadow: var(--shadow);
    min-width: 0;
}
.quote-message {
    margin: 0 0 16px;
    padding: 13px 14px;
    border-radius: 8px;
    font-weight: 800;
}
.quote-message.success {
    color: #166534;
    background: #dcfce7;
    border: 1px solid #bbf7d0;
}
.quote-message.error {
    color: #991b1b;
    background: #fee2e2;
    border: 1px solid #fecaca;
}
.quote-hp {
    position: absolute;
    left: -9999px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}
.quote-form label:first-child { margin-top: 0; }
.quote-form label {
    margin: 10px 0 6px;
}
.quote-form textarea,
select {
    width: 100%;
    border: 1px solid var(--line);
    border-radius: 6px;
    padding: 10px 12px;
    font: inherit;
}
.quote-form textarea {
    min-height: 92px;
    resize: vertical;
}
.quote-inline {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px 14px;
}
.quote-form input {
    height: 40px;
}
.quote-form .btn {
    width: 100%;
    margin-top: 14px;
}
.split {
    display: flex;
    justify-content: space-between;
    gap: 24px;
    align-items: center;
    background: #fff;
    border-top: 1px solid var(--line);
}
.tracking-layout {
    display: grid;
    grid-template-columns: 1fr;
    gap: 22px;
    align-items: start;
}
.access-card { padding: 22px; }
.tracking-access-card {
    display: grid;
    grid-template-columns: minmax(180px, 1fr) minmax(180px, 1fr) auto;
    gap: 14px;
    align-items: end;
}
.access-field {
    min-width: 0;
}
.access-field label {
    margin-top: 0;
}
label { display: block; font-weight: 800; margin: 14px 0 7px; }
.quote-inline label { margin-top: 0; }
input {
    width: 100%;
    height: 46px;
    border: 1px solid var(--line);
    border-radius: 6px;
    padding: 0 12px;
    font-size: 1rem;
}
.access-card .btn {
    width: 100%;
    min-width: 140px;
}
.form-error {
    grid-column: 1 / -1;
    margin-top: 14px;
    padding: 12px;
    border-radius: 6px;
    color: #991b1b;
    background: #fee2e2;
}
.tracking-results { min-height: 280px; padding: 22px; }
.tracking-search-panel {
    margin-top: 18px;
    padding: 14px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: var(--soft);
}
.tracking-search-panel label { margin-top: 0; }
.results-head, .job-topline, .schedule-toolbar, .embed-toolbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}
.count-pill, .job-topline span {
    background: #eaf2fb;
    color: var(--blue);
    border-radius: 999px;
    padding: 6px 10px;
    font-weight: 800;
}
.job-list { display: grid; gap: 14px; margin-top: 18px; }
.job-card { padding: 18px; box-shadow: none; }
.job-route { margin-top: 10px; font-weight: 800; color: var(--orange-dark); }
.job-meta {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 10px;
    margin: 18px 0 0;
}
.job-meta div { padding: 10px; background: var(--soft); border-radius: 6px; }
.job-meta dt { color: var(--muted); font-size: 0.8rem; font-weight: 800; }
.job-meta dd { margin: 4px 0 0; font-weight: 800; }
.job-remark { margin: 14px 0 0; color: var(--muted); }
.party-line {
    display: grid !important;
    grid-template-columns: 82px minmax(0, 1fr);
    gap: 8px;
    align-items: start;
    margin-bottom: 7px !important;
    color: var(--ink);
}
.party-line b {
    color: var(--orange-dark);
    font-size: 0.72rem;
    text-transform: uppercase;
}
.tracking-table-wrap {
    margin-top: 18px;
    overflow-x: auto;
    border: 1px solid var(--line);
    border-radius: 8px;
}
.tracking-table {
    width: 100%;
    min-width: 1080px;
    border-collapse: collapse;
    background: #fff;
}
.tracking-table th,
.tracking-table td {
    padding: 14px;
    text-align: left;
    vertical-align: top;
    border-bottom: 1px solid var(--line);
}
.tracking-table th {
    background: #eef4fb;
    color: var(--blue);
    font-size: 0.82rem;
    text-transform: uppercase;
}
.tracking-table th:last-child,
.tracking-table td:last-child {
    width: 34%;
}
.tracking-table td > span,
.tracking-table td > strong {
    display: block;
    margin-bottom: 5px;
}
.cargo-summary {
    margin: 6px 0;
    color: var(--muted);
    font-size: 0.9rem;
    font-weight: 700;
}
.cargo-items {
    display: grid;
    gap: 7px;
    margin-top: 8px;
    color: var(--muted);
    font-size: 0.86rem;
}
.cargo-item-row {
    display: grid;
    grid-template-columns: 82px minmax(120px, 1fr) 74px 74px;
    gap: 8px;
    align-items: center;
    padding: 8px;
    border: 1px solid #e4edf7;
    border-radius: 6px;
    background: #fff;
}
.cargo-item-row strong {
    color: var(--blue);
}
.cargo-item-row span {
    min-width: 0;
}
.cargo-item-row small {
    grid-column: 1 / -1;
    color: var(--muted);
    line-height: 1.35;
}
.public-detail {
    margin-top: 10px;
    color: var(--muted);
}
.public-detail summary {
    cursor: pointer;
    color: var(--blue);
    font-weight: 800;
}
.tracking-status-panel {
    padding: 12px;
    border: 1px solid #d8e7f5;
    border-radius: 8px;
    background: #f8fbff;
}
.status-panel-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 12px;
}
.status-panel-label {
    display: block;
    margin-bottom: 5px;
    color: var(--muted);
    font-size: 0.72rem;
    font-weight: 800;
    text-transform: uppercase;
}
.tracking-update-count {
    flex: 0 0 auto;
    padding: 5px 8px;
    border-radius: 999px;
    background: #fff;
    border: 1px solid var(--line);
    color: var(--muted);
    font-size: 0.72rem;
    font-weight: 800;
    white-space: nowrap;
}
.status-timeline {
    display: grid;
    gap: 0;
    margin: 0;
    padding: 0;
    list-style: none;
}
.status-timeline li {
    position: relative;
    display: grid;
    grid-template-columns: 18px minmax(0, 1fr);
    gap: 10px;
    padding-bottom: 13px;
}
.status-timeline li::before {
    content: '';
    position: absolute;
    top: 17px;
    bottom: 0;
    left: 6px;
    width: 2px;
    background: #d8e7f5;
}
.status-timeline li:last-child {
    padding-bottom: 0;
}
.status-timeline li:last-child::before {
    display: none;
}
.status-dot {
    position: relative;
    z-index: 1;
    width: 14px;
    height: 14px;
    margin-top: 3px;
    border: 3px solid #fff;
    border-radius: 999px;
    background: var(--orange);
    box-shadow: 0 0 0 1px rgba(249,115,22,0.36);
}
.status-timeline li.is-current .status-dot {
    background: var(--blue);
    box-shadow: 0 0 0 1px rgba(11,45,77,0.30);
}
.status-event-body {
    min-width: 0;
    padding-bottom: 2px;
}
.status-event-title {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 10px;
}
.status-event-title strong {
    color: var(--blue);
    font-size: 0.92rem;
}
.status-event-title time {
    flex: 0 0 auto;
    color: var(--muted);
    font-size: 0.78rem;
    font-weight: 700;
    white-space: nowrap;
}
.status-event-body p {
    margin: 5px 0 0;
    color: var(--muted);
    font-size: 0.86rem;
    line-height: 1.45;
}
.status-timeline li.history-correction .status-event-body {
    padding: 8px;
    border: 1px solid #fed7aa;
    border-radius: 6px;
    background: #fff7ed;
}
.status-timeline li.history-corrected {
    opacity: 0.68;
}
.status-timeline em {
    display: inline-flex;
    margin-left: 6px;
    padding: 2px 6px;
    border-radius: 999px;
    background: #fee2e2;
    color: #991b1b;
    font-size: 0.72rem;
    font-style: normal;
}
.status-empty-note {
    margin: 0;
    color: var(--muted);
    font-size: 0.86rem;
    line-height: 1.45;
}
.public-tracking-remark {
    margin-top: 12px;
    padding: 10px 11px;
    border: 1px solid #fed7aa;
    border-radius: 6px;
    background: #fff7ed;
}
.public-tracking-remark span {
    display: block;
    margin-bottom: 4px;
    color: var(--orange-dark);
    font-size: 0.72rem;
    font-weight: 800;
    text-transform: uppercase;
}
.public-tracking-remark p {
    margin: 0;
    color: var(--ink);
    font-size: 0.86rem;
    line-height: 1.45;
}
.status-history {
    display: grid;
    gap: 8px;
    margin: 10px 0 0;
    padding-left: 18px;
}
.status-history li {
    padding-bottom: 8px;
    border-bottom: 1px solid var(--line);
}
.status-history li.history-correction {
    padding: 8px;
    border: 1px solid #fed7aa;
    border-radius: 6px;
    background: #fff7ed;
}
.status-history li.history-corrected {
    opacity: 0.68;
}
.status-history em {
    display: inline-flex;
    margin-left: 6px;
    padding: 2px 6px;
    border-radius: 999px;
    background: #fee2e2;
    color: #991b1b;
    font-size: 0.72rem;
    font-style: normal;
}
.status-history span {
    display: block;
    margin-top: 2px;
    color: var(--muted);
    font-size: 0.82rem;
}
.status-history p {
    margin: 4px 0 0;
    color: var(--muted);
}
.attachment-list {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-top: 10px;
}
.pod-documents {
    margin-top: 12px;
    padding: 10px 11px;
    border: 1px solid #c7e4d2;
    border-radius: 6px;
    background: #f0fdf4;
}
.pod-documents > span {
    display: block;
    color: #166534;
    font-size: 0.72rem;
    font-weight: 800;
    text-transform: uppercase;
}
.hidden { display: none !important; }
.status-pill {
    display: inline-flex !important;
    width: fit-content;
    max-width: 100%;
    padding: 6px 10px;
    border-radius: 999px;
    background: #eaf2fb;
    color: var(--blue);
    font-weight: 800;
}
.pdf-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-top: 10px;
}
.btn.mini {
    min-height: 34px;
    padding: 0 11px;
    border-color: var(--line);
    background: #fff;
    color: var(--blue);
    font-size: 0.82rem;
}
.btn.mini.pod-btn {
    align-items: flex-start;
    flex-direction: column;
    height: auto;
    min-height: 38px;
    padding: 7px 10px;
    text-align: left;
}
.btn.mini.pod-btn small {
    color: var(--muted);
    font-size: 0.72rem;
    font-weight: 700;
}
.empty-state {
    padding: 28px;
    background: #fff;
    border: 1px dashed var(--line);
    border-radius: 8px;
    color: var(--muted);
    text-align: center;
}
.schedule-panel { margin: 0 clamp(18px, 5vw, 72px) clamp(34px, 6vw, 72px); padding: 24px; }
.schedule-toolbar, .embed-toolbar { padding-bottom: 18px; border-bottom: 1px solid var(--line); }
.schedule-toolbar span, .embed-toolbar span { display: block; color: var(--muted); margin-top: 4px; }
.embed-panel { margin: 0 clamp(18px, 5vw, 72px) clamp(34px, 6vw, 72px); padding: 24px; }
.preview-box { margin-top: 20px; }
.external-site-card {
    margin-top: 20px;
    padding: 26px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: #fff;
}
.external-site-card strong {
    display: block;
    color: var(--blue);
    font-size: 1.1rem;
    margin-bottom: 8px;
}
.external-site-card p {
    margin: 0;
    color: var(--muted);
    line-height: 1.6;
}
.schedule-image { display: block; max-width: 100%; margin: 0 auto; border-radius: 8px; border: 1px solid var(--line); }
.site-footer {
    display: grid;
    grid-template-columns: minmax(220px, 0.8fr) minmax(0, 2.2fr);
    gap: 28px;
    padding: 30px clamp(18px, 5vw, 72px);
    background: var(--blue);
    color: #fff;
}
.site-footer span, .site-footer p, .site-footer dd { color: rgba(255,255,255,0.75); }
.footer-brand span { display: block; margin-top: 8px; }
.footer-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}
.site-footer h3 { margin: 0 0 8px; font-size: 0.9rem; text-transform: uppercase; }
.site-footer p { margin: 0; line-height: 1.55; }
.footer-card-head {
    display: flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 8px;
}
.footer-icon {
    display: inline-grid;
    place-items: center;
    flex: 0 0 auto;
    width: 28px;
    height: 28px;
    border-radius: 8px;
    background: rgba(249,115,22,0.18);
    color: #fff;
    font-size: 0.72rem;
    font-weight: 900;
}
.site-footer .footer-icon { color: #fff; }
.footer-icon svg {
    width: 17px;
    height: 17px;
    fill: currentColor;
}
.footer-hours { margin: 0; }
.footer-hours div { margin-bottom: 6px; }
.footer-hours dt { font-weight: 800; }
.footer-hours dd { margin: 2px 0 0; }
.footer-link { color: #fff; font-weight: 800; text-decoration: none; }
.footer-link:hover { color: var(--orange); }
.footer-contact-link {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    max-width: 100%;
    margin-bottom: 8px;
    word-break: break-word;
}
.footer-contact-link svg {
    flex: 0 0 auto;
    width: 20px;
    height: 20px;
    fill: currentColor;
}
.footer-contact-link span { color: inherit; }

@media (max-width: 900px) {
    .hero, .tracking-layout, .about-section, .coverage-section, .quote-section { grid-template-columns: 1fr; }
    .tracking-access-card { grid-template-columns: 1fr; }
    .service-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .home-services {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        max-width: none;
    }
    .job-meta { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .site-header, .split, .results-head { align-items: flex-start; flex-direction: column; }
    .site-footer { grid-template-columns: 1fr; }
    .footer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .site-nav { width: 100%; overflow-x: auto; }
}

@media (max-width: 760px) {
    .brand-logo {
        width: 148px !important;
        height: 32px !important;
    }
    .tracking-results {
        padding: 14px;
    }
    .hero {
        min-height: 560px;
        align-items: end;
    }
    .home-services { grid-template-columns: 1fr !important; }
    .coverage-lists, .quote-inline { grid-template-columns: 1fr; }
    .route-map { height: 230px; }
    .tracking-table-wrap {
        overflow-x: visible;
        border: 0;
        border-radius: 0;
    }
    .tracking-table,
    .tracking-table tbody,
    .tracking-table tr,
    .tracking-table td {
        display: block;
        width: 100%;
    }
    .tracking-table {
        min-width: 0;
        border-collapse: separate;
        background: transparent;
    }
    .tracking-table thead {
        display: none;
    }
    .tracking-table tr {
        overflow: hidden;
        margin-bottom: 14px;
        border: 1px solid var(--line);
        border-radius: 8px;
        background: #fff;
        box-shadow: 0 12px 28px rgba(15, 23, 42, 0.08);
    }
    .tracking-table td {
        padding: 13px 14px;
        border-bottom: 1px solid var(--line);
    }
    .tracking-table td:last-child {
        width: 100%;
        border-bottom: 0;
    }
    .tracking-table td::before {
        content: attr(data-label);
        display: block;
        margin-bottom: 7px;
        color: var(--muted);
        font-size: 0.72rem;
        font-weight: 800;
        text-transform: uppercase;
    }
    .pdf-actions .btn.mini {
        flex: 1 1 120px;
    }
    .party-line {
        grid-template-columns: 76px minmax(0, 1fr);
    }
    .cargo-item-row {
        grid-template-columns: 1fr 1fr;
    }
    .cargo-item-row strong,
    .cargo-item-row small {
        grid-column: 1 / -1;
    }
    .status-panel-head,
    .status-event-title {
        align-items: flex-start;
        flex-direction: column;
        gap: 5px;
    }
    .tracking-update-count,
    .status-event-title time {
        white-space: normal;
    }
}

@media (max-width: 560px) {
    .service-grid, .job-meta { grid-template-columns: 1fr; }
    .footer-grid { grid-template-columns: 1fr; }
    .hero { min-height: 500px; }
    .hero h1 { font-size: clamp(2.25rem, 12vw, 3.4rem); }
    .route-card { padding: 24px; }
    .route-card strong { font-size: 1.55rem; }
    .route-map { height: 200px; }
}
