/* =====================================================================
   Rise Global Logistics — site styles (Bootstrap 5.3 + custom)
   Tokens: brand red, ink, warm greys, globe blue. Mobile-first.
   ===================================================================== */
:root {
  --brand: #B5121B;
  --brand-dark: #8E0E15;
  --brand-soft: #FBEBEC;
  --ink: #1F1A1B;
  --muted: #6E6467;
  --paper: #FFFFFF;
  --surface: #F6F3F2;
  --surface-2: #ECE6E5;
  --line: #DDD4D3;
  --blue: #1E5AA8;
  --blue-soft: #E7EFF9;
  --wa: #25D366;
  --display: "Barlow Condensed", "Arial Narrow", "Roboto Condensed", Impact, sans-serif;
  --body: "Source Sans 3", "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  --bs-primary: #B5121B;
  --bs-link-color: #1E5AA8;
  --bs-link-hover-color: #B5121B;
  --bs-body-font-family: var(--body);
  --bs-body-color: #1F1A1B;
}
html { scroll-behavior: smooth; }
body { font-family: var(--body); color: var(--ink); background: var(--paper); font-size: 1.0625rem; line-height: 1.6; -webkit-font-smoothing: antialiased; }
h1, h2, h3, h4, .display-font { font-family: var(--display); font-weight: 700; text-transform: uppercase; letter-spacing: .01em; line-height: 1.05; }
h1 { font-weight: 800; }
h5, h6 { font-family: var(--body); font-weight: 700; text-transform: none; }
a { text-decoration: none; }
a:hover { text-decoration: underline; }
.text-brand { color: var(--brand) !important; }
.bg-surface { background: var(--surface); }
.bg-ink { background: var(--ink); color: #fff; }
.eyebrow { font-family: var(--display); font-weight: 600; text-transform: uppercase; letter-spacing: .14em; font-size: .85rem; color: var(--brand); display: block; margin-bottom: .35rem; }
.section { padding: 3.25rem 0; }
@media (min-width: 992px) { .section { padding: 4.5rem 0; } }
.section-title { font-size: clamp(1.9rem, 4.5vw, 2.6rem); margin-bottom: .5rem; text-wrap: balance; }
.section-lead { color: var(--muted); max-width: 42rem; }
.text-center .section-lead { margin-left: auto; margin-right: auto; }
img { max-width: 100%; height: auto; }

/* Buttons */
.btn { font-weight: 600; border-radius: 4px; }
.btn-brand { background: var(--brand); border-color: var(--brand); color: #fff; }
.btn-brand:hover, .btn-brand:focus { background: var(--brand-dark); border-color: var(--brand-dark); color: #fff; text-decoration: none; }
.btn-outline-brand { border-color: var(--brand); color: var(--brand); }
.btn-outline-brand:hover { background: var(--brand); color: #fff; text-decoration: none; }
.btn-outline-light:hover { text-decoration: none; }
.btn-whatsapp { background: var(--wa); border-color: var(--wa); color: #fff; }
.btn-whatsapp:hover { background: #1ebe5b; color: #fff; text-decoration: none; }
.btn-lg { padding: .75rem 1.5rem; font-size: 1.05rem; }

/* Top bar */
.topbar { background: var(--ink); color: #d9d2d1; font-size: .85rem; padding: .4rem 0; }
.topbar a { color: #fff; }
.topbar a:hover { color: #ffb3b6; text-decoration: none; }
.topbar .gstin { font-family: var(--display); letter-spacing: .06em; font-weight: 600; color: #fff; }
.topbar .social a { margin-left: .55rem; font-size: 1rem; }
.topbar .topbar-text { color: #a79c9e; }

/* Header */
.site-header { background: var(--paper); box-shadow: 0 1px 0 var(--line); transition: box-shadow .2s; }
.site-header.scrolled { box-shadow: 0 4px 18px rgba(31,26,27,.12); }
.site-header .navbar { padding: .6rem 0; }
.site-header .navbar-brand img { height: 44px; width: auto; transition: height .2s; }
.site-header.scrolled .navbar-brand img { height: 38px; }
.site-header .nav-link { font-family: var(--display); font-weight: 600; text-transform: uppercase; letter-spacing: .06em; font-size: 1.05rem; color: var(--ink); padding: .5rem .9rem; }
.site-header .nav-link:hover, .site-header .nav-link.active { color: var(--brand); text-decoration: none; }
.site-header .dropdown-menu { border: 0; border-top: 3px solid var(--brand); border-radius: 0 0 6px 6px; box-shadow: 0 10px 30px rgba(31,26,27,.15); min-width: 16rem; padding: .5rem 0; }
.site-header .dropdown-item { padding: .5rem 1.25rem; font-weight: 600; }
.site-header .dropdown-item:hover { background: var(--brand-soft); color: var(--brand); text-decoration: none; }
.navbar-toggler { border: 0; font-size: 1.7rem; color: var(--ink); padding: 0 .25rem; }
.navbar-toggler:focus { box-shadow: none; }
.mobile-nav .mobile-menu > li > a { display: block; font-family: var(--display); font-weight: 700; text-transform: uppercase; letter-spacing: .06em; font-size: 1.2rem; padding: .65rem 0; border-bottom: 1px solid var(--line); color: var(--ink); }
.mobile-nav .mobile-menu ul a { display: block; padding: .4rem 0 .4rem 1rem; color: var(--muted); }
.mobile-nav a:hover { text-decoration: none; color: var(--brand); }

/* Breadcrumbs / page hero */
.page-hero { background: var(--ink) url("../img/pattern.svg") center/cover; color: #fff; padding: 3rem 0 2.5rem; position: relative; }
.page-hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(31,26,27,.92), rgba(31,26,27,.55)); }
.page-hero > .container { position: relative; z-index: 1; }
.page-hero h1 { font-size: clamp(2rem, 5vw, 3.2rem); margin-bottom: .5rem; }
.page-hero .lead { color: #e6dfde; max-width: 44rem; margin-bottom: 0; }
.page-hero.has-image { background-size: cover; background-position: center; }
.breadcrumb-nav .breadcrumb { font-size: .85rem; }
.breadcrumb-nav .breadcrumb-item a { color: #ffb3b6; }
.breadcrumb-nav .breadcrumb-item.active { color: #fff; }
.breadcrumb-nav .breadcrumb-item + .breadcrumb-item::before { color: #a79c9e; }

/* Cards */
.card-service { border: 1px solid var(--line); border-radius: 8px; height: 100%; transition: transform .2s, box-shadow .2s; background: var(--paper); }
.card-service:hover { transform: translateY(-4px); box-shadow: 0 14px 30px rgba(31,26,27,.12); }
.card-service .icon { width: 56px; height: 56px; border-radius: 12px; background: var(--brand-soft); color: var(--brand); display: grid; place-items: center; font-size: 1.6rem; margin-bottom: 1rem; }
.card-service h3 { font-size: 1.35rem; margin-bottom: .4rem; }
.card-service p { color: var(--muted); margin-bottom: .75rem; }
.card-service .stretched-link:hover { text-decoration: none; }
.card-service .more { font-weight: 600; color: var(--brand); }

/* Icons list */
.icon-point { display: flex; gap: 1rem; }
.icon-point .ip-icon { flex: 0 0 48px; width: 48px; height: 48px; border-radius: 50%; background: var(--paper); border: 2px solid var(--brand); color: var(--brand); display: grid; place-items: center; font-size: 1.3rem; }
.icon-point h3 { font-size: 1.2rem; margin-bottom: .25rem; }
.icon-point p { color: var(--muted); margin: 0; font-size: .98rem; }

/* Steps */
.steps { display: grid; gap: 1.5rem; counter-reset: step; }
@media (min-width: 768px) { .steps { grid-template-columns: repeat(4, 1fr); position: relative; } .steps::before { content: ""; position: absolute; left: 12%; right: 12%; top: 28px; height: 2px; background: var(--line); } }
.step { position: relative; text-align: center; }
.step .num { width: 56px; height: 56px; border-radius: 50%; background: var(--brand); color: #fff; display: grid; place-items: center; margin: 0 auto 1rem; font-family: var(--display); font-weight: 800; font-size: 1.4rem; position: relative; z-index: 1; box-shadow: 0 0 0 6px var(--paper); }
.step h3 { font-size: 1.25rem; }
.step p { color: var(--muted); font-size: .95rem; margin: 0; }

/* Counters */
.counter-tile { text-align: center; padding: 1.25rem 1rem; border-radius: 8px; background: var(--surface); }
.counter-tile .value { font-family: var(--display); font-weight: 800; font-size: 2.4rem; color: var(--brand); line-height: 1; font-variant-numeric: tabular-nums; }
.counter-tile .label { color: var(--muted); font-weight: 600; text-transform: uppercase; font-size: .8rem; letter-spacing: .08em; }

/* CTA band */
.cta-band { background: var(--brand); color: #fff; padding: 3rem 0; }
.cta-band h2 { font-size: clamp(1.8rem, 4vw, 2.6rem); margin-bottom: .35rem; }
.cta-band p { color: #ffd9db; margin-bottom: 0; }
.cta-band .btn-light { color: var(--brand); font-weight: 700; }

/* Footer */
.site-footer { background: var(--ink); color: #cfc6c5; padding: 3.5rem 0 0; font-size: .97rem; }
.site-footer a { color: #fff; }
.site-footer a:hover { color: #ffb3b6; text-decoration: none; }
.site-footer .footer-logo { height: auto; width: 250px; max-width: 100%; }
/* Only when the client uploaded a single (dark-on-light) logo and no footer version yet */
.site-footer .footer-logo-invert { filter: brightness(0) invert(1); opacity: .95; }
.site-footer .footer-title { font-size: 1.15rem; color: #fff; margin-bottom: 1rem; letter-spacing: .08em; }
.site-footer .footer-links li { margin-bottom: .45rem; }
.site-footer .footer-contact p { display: flex; gap: .6rem; margin-bottom: .6rem; }
.site-footer .footer-contact i { color: #ffb3b6; margin-top: .2rem; }
.site-footer .footer-map { margin-top: .75rem; border-radius: 6px; overflow: hidden; }
.site-footer .footer-bottom { border-top: 1px solid rgba(255,255,255,.1); margin-top: 2.5rem; padding: 1rem 0; font-size: .85rem; color: #a79c9e; }
.site-footer .footer-policies a { margin-left: 1rem; color: #cfc6c5; }
.site-footer .text-muted { color: #a79c9e !important; }

/* Floating buttons */
.floating-cta { position: fixed; bottom: 18px; left: 16px; right: 16px; display: flex; justify-content: space-between; z-index: 1030; pointer-events: none; }
.fab { width: 56px; height: 56px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 1.6rem; color: #fff; box-shadow: 0 6px 18px rgba(0,0,0,.25); pointer-events: auto; opacity: 0; transform: translateY(20px); transition: opacity .25s, transform .25s; }
.fab.visible { opacity: 1; transform: none; }
.fab:hover { color: #fff; text-decoration: none; }
.fab-call { background: var(--brand); }
.fab-wa { background: var(--wa); }
.fab-desktop { position: fixed; right: 24px; bottom: 24px; z-index: 1030; }

/* Forms */
.form-control, .form-select { border-color: var(--line); padding: .6rem .8rem; }
.form-control:focus, .form-select:focus { border-color: var(--brand); box-shadow: 0 0 0 .2rem rgba(181,18,27,.15); }
.form-label { font-weight: 600; }
.form-note { font-size: .85rem; color: var(--muted); }
.hp-field { position: absolute; left: -9999px; }

/* Alerts */
.alert-brand { background: var(--brand-soft); color: var(--brand-dark); border-color: #f2c5c8; }

/* Prose (WYSIWYG content) */
.prose { max-width: 48rem; }
.prose h2 { font-size: 1.7rem; margin: 2rem 0 .75rem; }
.prose h3 { font-size: 1.35rem; margin: 1.5rem 0 .5rem; }
.prose p, .prose ul, .prose ol { margin-bottom: 1rem; }
.prose li { margin-bottom: .35rem; }
.prose img { border-radius: 6px; }
.prose table { width: 100%; border-collapse: collapse; margin-bottom: 1rem; }
.prose th, .prose td { border: 1px solid var(--line); padding: .5rem .75rem; }
.prose blockquote { border-left: 4px solid var(--brand); padding: .5rem 1rem; color: var(--muted); background: var(--surface); }

/* Accordion (FAQ) */
.accordion-button { font-weight: 600; }
.accordion-button:not(.collapsed) { background: var(--brand-soft); color: var(--brand-dark); box-shadow: none; }
.accordion-button:focus { box-shadow: 0 0 0 .2rem rgba(181,18,27,.15); }

/* Contact page */
.page-hero-contact { padding-bottom: 5.5rem; }
.contact-tiles-wrap { position: relative; z-index: 2; margin-top: -3.5rem; }
.contact-tile { display: flex; flex-direction: column; gap: .15rem; background: var(--paper); border: 1px solid var(--line); border-top: 4px solid var(--brand); border-radius: 10px; padding: 1.25rem 1.25rem 1.1rem; height: 100%; color: var(--ink); box-shadow: 0 10px 30px rgba(31,26,27,.10); transition: transform .2s, box-shadow .2s; }
.contact-tile:hover { transform: translateY(-3px); box-shadow: 0 16px 36px rgba(31,26,27,.16); text-decoration: none; color: var(--ink); }
.contact-tile .ct-icon { width: 46px; height: 46px; border-radius: 12px; background: var(--brand-soft); color: var(--brand); display: grid; place-items: center; font-size: 1.35rem; margin-bottom: .5rem; }
.contact-tile-wa { border-top-color: var(--wa); }
.contact-tile-wa .ct-icon { background: #E3F8EA; color: #1a9e4b; }
.contact-tile-mail { border-top-color: var(--blue); }
.contact-tile-mail .ct-icon { background: var(--blue-soft); color: var(--blue); }
.contact-tile .ct-label { font-family: var(--display); text-transform: uppercase; letter-spacing: .1em; font-size: .8rem; color: var(--muted); font-weight: 600; }
.contact-tile .ct-value { font-family: var(--display); font-weight: 800; font-size: 1.6rem; line-height: 1.1; color: var(--ink); font-variant-numeric: tabular-nums; }
.contact-tile .ct-value-sm { font-family: var(--body); font-weight: 700; font-size: 1.05rem; word-break: break-all; }
.contact-tile .ct-note { font-size: .85rem; color: var(--muted); }
.contact-form-card { background: var(--paper); border: 1px solid var(--line); border-radius: 12px; padding: 1.5rem; box-shadow: 0 10px 30px rgba(31,26,27,.06); }
@media (min-width: 768px) { .contact-form-card { padding: 2rem 2.25rem; } }
.contact-form-card .cfc-head { margin-bottom: 1.25rem; }
.contact-form-card .cfc-head h2 { font-size: 1.6rem; }
.input-icon { position: relative; }
.input-icon > i { position: absolute; left: .85rem; top: 50%; transform: translateY(-50%); color: var(--muted); pointer-events: none; }
.input-icon > .form-control { padding-left: 2.4rem; }
.contact-form-card .form-control, .contact-form-card .form-select { background: var(--surface); border-color: transparent; padding: .7rem .9rem; }
.contact-form-card .form-control:focus, .contact-form-card .form-select:focus { background: var(--paper); border-color: var(--brand); }
.contact-form-card .form-control::placeholder { color: #A79C9E; }
.contact-form-card .input-icon > .form-control { padding-left: 2.5rem; }
.contact-form-card .was-validated .form-control:invalid, .contact-form-card .form-control.is-invalid { background: #FFF6F6; border-color: var(--brand); }
.contact-info { background: var(--surface); border-radius: 12px; padding: 1.5rem; margin-bottom: 1rem; }
.contact-info .ci-item { display: flex; gap: .9rem; padding: .85rem 0; border-top: 1px solid var(--line); }
.contact-info .ci-item:first-of-type { border-top: 0; padding-top: 0; }
.contact-info .ci-item > i { flex: 0 0 38px; width: 38px; height: 38px; border-radius: 50%; background: var(--paper); color: var(--brand); display: grid; place-items: center; font-size: 1.1rem; box-shadow: 0 2px 6px rgba(31,26,27,.08); }
.contact-info .ci-item strong { display: block; margin-bottom: .1rem; }
.contact-info .ci-item address { font-style: normal; line-height: 1.5; }
.contact-info .ci-muted { color: var(--muted); }
.contact-map-card { border-radius: 12px; overflow: hidden; border: 1px solid var(--line); aspect-ratio: 2 / 1; background: var(--surface); }
.contact-map-card iframe { width: 100%; height: 100%; border: 0; display: block; }
.map-placeholder { position: relative; display: block; width: 100%; height: 100%; }
.map-placeholder svg { width: 100%; height: 100%; display: block; }
.map-placeholder .map-cta { position: absolute; left: 50%; bottom: 14px; transform: translateX(-50%); background: var(--ink); color: #fff; padding: .45rem .9rem; border-radius: 999px; font-size: .85rem; font-weight: 600; white-space: nowrap; }
.map-placeholder:hover .map-cta { background: var(--brand); }
.alert-form { border-radius: 10px; }

/* Quote page */
.page-hero-quote { padding-bottom: 5rem; }
.quote-page { padding: 0 0 3.5rem; position: relative; z-index: 2; margin-top: -3rem; }
@media (min-width: 992px) { .quote-page { padding-bottom: 5rem; } }
.quote-card { background: var(--paper); border: 1px solid var(--line); border-radius: 14px; padding: 1.5rem; box-shadow: 0 14px 40px rgba(31,26,27,.10); }
@media (min-width: 768px) { .quote-card { padding: 2rem 2.25rem; } }
.qstep { padding: .25rem 0 1.5rem; margin-bottom: 1.5rem; border-bottom: 1px dashed var(--line); }
.qstep:last-of-type { border-bottom: 0; margin-bottom: .5rem; }
.qstep-head { display: flex; gap: .9rem; align-items: flex-start; margin-bottom: 1rem; }
.qstep-head h2 { font-family: var(--display); text-transform: uppercase; letter-spacing: .03em; font-size: 1.3rem; }
.qnum { flex: 0 0 36px; width: 36px; height: 36px; border-radius: 50%; background: var(--brand); color: #fff; display: grid; place-items: center; font-family: var(--display); font-weight: 800; font-size: 1.1rem; }
.quote-card .form-control, .quote-card .form-select { background: var(--surface); border-color: transparent; padding: .7rem .9rem; }
.quote-card .form-control:focus, .quote-card .form-select:focus { background: var(--paper); border-color: var(--brand); }
.quote-card .form-control::placeholder { color: #A79C9E; }
.quote-card .input-icon > .form-control { padding-left: 2.5rem; }
.quote-card .was-validated .form-control:invalid { background: #FFF6F6; border-color: var(--brand); }
.route-row { display: grid; gap: .75rem; align-items: end; }
@media (min-width: 576px) { .route-row { grid-template-columns: 1fr auto 1fr; gap: 1rem; } }
.route-arrow { display: none; width: 42px; height: 42px; border-radius: 50%; background: var(--brand-soft); color: var(--brand); place-items: center; font-size: 1.2rem; margin-bottom: .15rem; }
@media (min-width: 576px) { .route-arrow { display: grid; } }
.input-suffix { position: relative; }
.input-suffix > span { position: absolute; right: .9rem; top: 50%; transform: translateY(-50%); color: var(--muted); font-weight: 600; pointer-events: none; }
.input-suffix > .form-control { padding-right: 2.6rem; }
.qsubmit { display: flex; flex-wrap: wrap; align-items: center; gap: .75rem 1rem; padding-top: .5rem; }
.pickup-note { font-size: .9rem; color: var(--muted); margin-top: .6rem; }
.pickup-note i { color: var(--brand); }
.pickup-note a { color: var(--blue); font-weight: 600; }
.qstep-extra { border-top: 1px dashed var(--line); padding-top: 1rem; }
.extra-toggle { display: flex; align-items: center; gap: .5rem; font-weight: 700; color: var(--ink); padding: .6rem .9rem; border-radius: 8px; background: var(--surface); text-decoration: none; }
.extra-toggle:hover { text-decoration: none; color: var(--brand); }
.extra-toggle > i:first-child { color: var(--brand); font-size: 1.15rem; }
.extra-toggle .chev { transition: transform .2s; }
.extra-toggle:not(.collapsed) .chev { transform: rotate(180deg); }
/* Tap-able choice chips (radio) */
.chip-group { display: flex; flex-wrap: wrap; gap: .5rem; }
.chip-radio { position: relative; margin: 0; }
.chip-radio input { position: absolute; opacity: 0; width: 1px; height: 1px; }
.chip-radio span { display: inline-flex; align-items: center; gap: .4rem; padding: .5rem .85rem; border-radius: 999px; background: var(--surface); border: 1.5px solid transparent; font-weight: 600; font-size: .92rem; color: var(--ink); cursor: pointer; transition: background .15s, border-color .15s, color .15s; }
.chip-radio span i { color: var(--brand); }
.chip-radio:hover span { border-color: var(--line); }
.chip-radio input:checked + span { background: var(--brand); border-color: var(--brand); color: #fff; }
.chip-radio input:checked + span i { color: #fff; }
.chip-radio input:focus-visible + span { box-shadow: 0 0 0 .2rem rgba(181,18,27,.25); }
/* Quick-pick buttons that fill a field */
.quick-picks { display: flex; flex-wrap: wrap; align-items: center; gap: .4rem; }
.quick-picks .qp-label { font-size: .82rem; color: var(--muted); font-weight: 600; margin-right: .1rem; }
.quick-picks .qp-sep { flex-basis: 100%; height: 0; }
@media (min-width: 768px) { .quick-picks .qp-sep { flex-basis: auto; width: 1px; height: 22px; background: var(--line); margin: 0 .5rem; } }
.quick-picks .qp { border: 1px solid var(--line); background: var(--paper); color: var(--ink); border-radius: 999px; padding: .28rem .7rem; font-size: .82rem; font-weight: 600; cursor: pointer; transition: all .15s; }
.quick-picks .qp:hover { border-color: var(--brand); color: var(--brand); }
.quick-picks .qp.active { background: var(--brand-soft); border-color: var(--brand); color: var(--brand-dark); }
.quote-side { position: sticky; top: 90px; display: grid; gap: 1rem; }
.qs-call { background: var(--ink); color: #fff; border-radius: 14px; padding: 1.5rem; }
.eyebrow-light { color: #ffb3b6; }
.qs-phone { display: inline-flex; align-items: center; gap: .5rem; font-family: var(--display); font-weight: 800; font-size: 2rem; color: #fff; line-height: 1.1; }
.qs-phone:hover { color: #ffb3b6; text-decoration: none; }
.qs-person { color: #cfc6c5; }
.qs-hours { color: #a79c9e; font-size: .9rem; margin-top: 1rem; }
.qs-hours i { color: #ffb3b6; }
.qs-steps { background: var(--surface); border-radius: 14px; padding: 1.5rem; }
.qs-steps h3 { letter-spacing: .1em; color: var(--muted); font-family: var(--display); font-size: .85rem; }
.qs-list { list-style: none; padding: 0; margin: 0; counter-reset: qs; }
.qs-list li { counter-increment: qs; display: grid; grid-template-columns: 30px 1fr; gap: .2rem .6rem; padding: .55rem 0; border-top: 1px solid var(--line); }
.qs-list li:first-child { border-top: 0; padding-top: 0; }
.qs-list li::before { content: counter(qs); grid-row: span 2; width: 26px; height: 26px; border-radius: 50%; background: var(--paper); color: var(--brand); border: 2px solid var(--brand); display: grid; place-items: center; font-family: var(--display); font-weight: 800; font-size: .95rem; }
.qs-list li strong { font-weight: 700; }
.qs-list li span { color: var(--muted); font-size: .92rem; }
.qs-trust { list-style: none; padding: 0 .25rem; margin: 0; display: grid; gap: .5rem; font-size: .92rem; color: var(--muted); }
.qs-trust i { color: var(--brand); margin-right: .35rem; }

/* Network page */
.net-stats { background: var(--paper); border-bottom: 1px solid var(--line); }
.net-stats-row { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; padding: 1.25rem 0; }
@media (min-width: 992px) { .net-stats-row { grid-template-columns: repeat(4, 1fr); padding: 1.5rem 0; } }
.net-stat { display: flex; align-items: center; gap: .85rem; }
.net-stat > i { flex: 0 0 46px; width: 46px; height: 46px; border-radius: 12px; background: var(--brand-soft); color: var(--brand); display: grid; place-items: center; font-size: 1.3rem; }
.net-stat strong { display: block; font-family: var(--display); font-size: 1.35rem; line-height: 1.1; text-transform: uppercase; }
.net-stat span { font-size: .85rem; color: var(--muted); }
.net-points { list-style: none; padding: 0; margin: 1rem 0 0; display: grid; gap: .45rem; }
.net-points li { display: flex; gap: .6rem; align-items: flex-start; }
.net-points i { color: var(--brand); margin-top: .2rem; }
.network-map { position: relative; background: radial-gradient(circle at 50% 50%, #2A2425 0%, var(--ink) 70%); border-radius: 16px; padding: 1rem; box-shadow: 0 20px 50px rgba(31,26,27,.25); }
.network-map svg { width: 100%; height: auto; display: block; }
.network-map-caption { position: absolute; left: 1rem; bottom: .8rem; font-size: .75rem; color: #a79c9e; letter-spacing: .06em; text-transform: uppercase; }
.net-list-card { background: var(--paper); border: 1px solid var(--line); border-radius: 12px; padding: 1.5rem; }
@media (min-width: 992px) { .net-list-card { padding: 2rem 2.25rem; } }
.net-list-head { display: flex; align-items: center; justify-content: space-between; gap: 1rem; margin-bottom: .75rem; }
.net-list-head h3 i { color: var(--brand); margin-right: .35rem; }
.chips.chips-lg .chip { padding: .55rem .9rem; font-size: .95rem; }
.chip small { display: block; font-size: .7rem; font-weight: 500; color: inherit; opacity: .75; line-height: 1; margin-top: .1rem; }
.net-footnote { margin-top: 1.25rem; padding-top: 1rem; border-top: 1px dashed var(--line); color: var(--muted); font-size: .92rem; }
.net-footnote i { color: var(--brand); }
.country-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: .85rem; }
@media (min-width: 576px) { .country-grid { grid-template-columns: repeat(3, 1fr); } }
@media (min-width: 992px) { .country-grid { grid-template-columns: repeat(5, 1fr); } }
.country-card { display: flex; align-items: center; gap: .8rem; padding: .9rem 1rem; border: 1px solid var(--line); border-radius: 10px; background: var(--paper); transition: transform .2s, box-shadow .2s, border-color .2s; }
.country-card:hover { transform: translateY(-3px); box-shadow: 0 12px 26px rgba(31,26,27,.1); border-color: var(--blue); }
.country-card .cc-icon { flex: 0 0 40px; width: 40px; height: 40px; border-radius: 50%; background: var(--blue-soft); color: var(--blue); display: grid; place-items: center; font-size: 1.05rem; }
.country-card strong { display: block; font-size: 1rem; line-height: 1.2; }
.country-card span { font-size: .75rem; color: var(--muted); }
.net-check { padding: 0 0 3.5rem; }
.net-check-card { background: var(--ink); color: #fff; border-radius: 16px; padding: 2rem; display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 1.5rem; background-image: radial-gradient(circle at 90% 10%, rgba(181,18,27,.35), transparent 45%); }
.net-check-card p { color: #d9d2d1; max-width: 40rem; }
.net-check-actions { display: flex; flex-wrap: wrap; gap: .6rem; }
@media (prefers-reduced-motion: reduce) { .network-map animate { display: none; } }

/* Scroll reveal (classes are added by site.js, so content is always visible without JS) */
.reveal { opacity: 0; transform: translateY(28px); transition: opacity .7s ease, transform .7s cubic-bezier(.2,.7,.2,1); will-change: opacity, transform; }
.reveal.in { opacity: 1; transform: none; }
.reveal-child { opacity: 0; transform: translateY(20px); transition: opacity .6s ease, transform .6s cubic-bezier(.2,.7,.2,1); }
.reveal-child.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  .reveal, .reveal-child { opacity: 1 !important; transform: none !important; transition: none !important; }
}

/* Utilities */
.ratio-photo { aspect-ratio: 4 / 3; object-fit: cover; width: 100%; }
.shadow-soft { box-shadow: 0 10px 30px rgba(31,26,27,.08); }
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { transition: none !important; animation: none !important; scroll-behavior: auto !important; } }

/* =====================================================================
   Front pages (appended): hero, quick quote, home blocks, sidebars,
   gallery + lightbox, blog, track timeline, contact, team, page-hero
   ===================================================================== */

/* Hero slider */
.hero { position: relative; background: var(--ink); color: #fff; overflow: hidden; }
.hero-swiper, .hero-slide { min-height: 55vh; }
.hero-slide { position: relative; display: flex; align-items: center; overflow: hidden; }
@media (min-width: 992px) { .hero-swiper, .hero-slide { min-height: 70vh; } }
.hero-media { position: absolute; inset: 0; z-index: 0; background: var(--ink); }
.hero-media picture { display: block; width: 100%; height: 100%; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; display: block; }
.hero-media.is-pattern { background: var(--ink) url("../img/pattern.svg") center/cover; }
.hero-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(31,26,27,.9) 0%, rgba(31,26,27,.65) 45%, rgba(31,26,27,.3) 100%); }
.hero .container { position: relative; z-index: 1; }
.hero-content { max-width: 40rem; padding: 3.5rem 0 4.5rem; }
@media (min-width: 992px) { .hero-content { padding: 5rem 0 7.5rem; } }
/* Split layout: text + vector illustration (used when a slide has no photo) */
.hero-row { display: flex; flex-direction: column; align-items: center; }
.hero-row.has-art .hero-content { padding-bottom: 1rem; }
.hero-art { width: 100%; max-width: 420px; padding: 0 0 4rem; }
.hero-art img { width: 100%; height: auto; display: block; filter: drop-shadow(0 18px 30px rgba(0,0,0,.45)); }
@media (min-width: 768px) {
  .hero-row { flex-direction: row; gap: 2rem; }
  .hero-row .hero-content { flex: 1 1 55%; }
  .hero-row.has-art .hero-content { padding-bottom: 4.5rem; }
  .hero-art { flex: 0 1 45%; max-width: 560px; padding: 2rem 0 4rem; }
}
@media (min-width: 992px) { .hero-row.has-art .hero-content { padding-bottom: 7.5rem; } .hero-art { padding: 3rem 0 6rem; } }
.swiper-slide-active .hero-art img { animation: heroArtIn .8s ease-out both; }
@keyframes heroArtIn { from { opacity: 0; transform: translateY(24px); } to { opacity: 1; transform: none; } }
@media (prefers-reduced-motion: reduce) { .swiper-slide-active .hero-art img { animation: none; } }
.hero-content h1, .hero-content h2 { font-size: clamp(2.2rem, 6vw, 4rem); font-weight: 800; margin-bottom: .75rem; text-wrap: balance; color: #fff; }
.hero-content .hero-sub { font-size: 1.15rem; color: #e6dfde; max-width: 34rem; margin-bottom: 1.5rem; }
.eyebrow-light { color: #ffb3b6; }
.hero-swiper .swiper-pagination { bottom: 1.1rem; }
@media (min-width: 992px) { .hero-swiper .swiper-pagination { bottom: 4.25rem; } }
.hero-swiper .swiper-pagination-bullet { width: 28px; height: 4px; border-radius: 2px; background: #fff; opacity: .45; transition: opacity .2s; }
.hero-swiper .swiper-pagination-bullet-active { background: var(--brand); opacity: 1; }
.hero-swiper .swiper-button-prev, .hero-swiper .swiper-button-next { display: none; color: #fff; width: 44px; height: 44px; border-radius: 50%; background: rgba(255,255,255,.12); backdrop-filter: blur(2px); }
.hero-swiper .swiper-button-prev::after, .hero-swiper .swiper-button-next::after { font-size: 1rem; font-weight: 700; }
.hero-swiper .swiper-button-prev:hover, .hero-swiper .swiper-button-next:hover { background: var(--brand); }
@media (min-width: 992px) { .hero-swiper .swiper-button-prev, .hero-swiper .swiper-button-next { display: flex; } }

/* Quick quote strip */
.quote-strip-wrap { position: relative; z-index: 2; padding: 2.5rem 0; background: var(--surface); }
.quote-strip-wrap.quote-strip-overlap { padding: 1.25rem 0 0; background: transparent; }
@media (min-width: 992px) { .quote-strip-wrap.quote-strip-overlap { padding: 0; } .quote-strip-overlap .quote-strip { margin-top: -3rem; } }
.quote-strip { border: 0; border-top: 4px solid var(--brand); border-radius: 8px; }
.quote-strip .card-body { padding: 1.25rem; }
@media (min-width: 992px) { .quote-strip .card-body { padding: 1.5rem 1.75rem; } }
.quote-strip-title { font-size: 1.4rem; margin: 0; }
.quote-strip .form-label { font-size: .85rem; margin-bottom: .25rem; }
.quote-strip .btn { padding-top: .6rem; padding-bottom: .6rem; }

/* Section helpers */
.section-sm { padding: 2rem 0; }
.section-title.h3 { font-size: 1.7rem; }
.card-service { position: relative; }
.counter-tile .ci { color: var(--brand); font-size: 1.5rem; display: block; margin-bottom: .25rem; }
.trust-line { font-family: var(--display); text-transform: uppercase; letter-spacing: .08em; font-size: .95rem; color: var(--muted); font-weight: 600; }
.trust-line i { color: var(--brand); }
.about-img img { border-radius: 8px; width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.about-img picture { display: block; }
@media (min-width: 768px) { .steps.steps-2 { grid-template-columns: repeat(2, 1fr); } .steps.steps-3 { grid-template-columns: repeat(3, 1fr); } .steps.steps-5 { grid-template-columns: repeat(5, 1fr); } .steps.steps-6 { grid-template-columns: repeat(3, 1fr); } .steps.steps-6::before { display: none; } }
.lead-intro { font-size: 1.15rem; color: var(--muted); max-width: 48rem; margin-bottom: 1.5rem; }

/* Chips */
.chips { display: flex; flex-wrap: wrap; gap: .5rem; }
.chip { display: inline-flex; align-items: center; gap: .35rem; padding: .35rem .8rem; border-radius: 999px; background: var(--surface-2); color: var(--ink); font-size: .9rem; font-weight: 600; line-height: 1.3; }
a.chip:hover { background: var(--brand-soft); color: var(--brand-dark); text-decoration: none; }
.chip-brand { background: var(--brand-soft); color: var(--brand-dark); }
.chip-blue { background: var(--blue-soft); color: var(--blue); }
.chip i { font-size: .85em; }

/* Coverage */
.coverage-graphic { width: 100%; max-width: 260px; height: auto; display: block; margin: 0 auto; }
.city-list { columns: 2; column-gap: 1.5rem; }
.city-list li { break-inside: avoid; padding: .3rem 0; border-bottom: 1px dashed var(--line); }
.city-list i { color: var(--brand); font-size: .85em; }
.city-list-plain li { padding: .2rem 0; }
.city-list-plain i { color: var(--brand); }
.state-group h3 { margin-bottom: .35rem; letter-spacing: .06em; color: var(--brand); }

/* Testimonials */
.testimonial-swiper { padding-bottom: 2.75rem; }
.testimonial-swiper .swiper-slide { height: auto; }
.testimonial-swiper .swiper-pagination-bullet-active { background: var(--brand); }
.testimonial-card { background: var(--paper); border: 1px solid var(--line); border-radius: 8px; padding: 1.5rem; height: 100%; display: flex; flex-direction: column; }
.testimonial-card .quote-mark { color: var(--brand); font-size: 2.2rem; line-height: 1; margin-bottom: .25rem; }
.testimonial-card .stars { color: #E0A106; font-size: .95rem; margin-bottom: .75rem; }
.testimonial-card .text { flex: 1; color: var(--ink); }
.testimonial-card .who { display: flex; align-items: center; gap: .75rem; margin-top: .5rem; }
.testimonial-card .who img { width: 48px; height: 48px; border-radius: 50%; object-fit: cover; }
.avatar-initial { width: 48px; height: 48px; border-radius: 50%; background: var(--brand-soft); color: var(--brand); font-family: var(--display); font-weight: 700; font-size: 1.3rem; display: grid; place-items: center; flex: 0 0 48px; }

/* Client logos marquee */
.clients-strip { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.clients-swiper .swiper-wrapper { transition-timing-function: linear; }
.client-logo { display: flex; align-items: center; justify-content: center; height: 72px; padding: .5rem; }
.client-logo img { max-height: 56px; width: auto; filter: grayscale(1); opacity: .65; transition: filter .25s, opacity .25s; }
.client-logo:hover img { filter: none; opacity: 1; }

/* Widgets / sidebars */
.widget { background: var(--surface); border-radius: 8px; padding: 1.5rem; margin-bottom: 1.5rem; }
.widget-title { font-size: 1.2rem; margin-bottom: .85rem; }
.widget-contact { border-top: 4px solid var(--brand); }
.sidebar-links li { border-bottom: 1px solid var(--line); }
.sidebar-links li:last-child { border-bottom: 0; }
.sidebar-links a { display: flex; align-items: center; gap: .6rem; padding: .55rem 0; color: var(--ink); font-weight: 600; }
.sidebar-links a:hover { color: var(--brand); text-decoration: none; }
.sidebar-links i { color: var(--brand); }
.facts dt { font-size: .78rem; text-transform: uppercase; letter-spacing: .08em; color: var(--muted); margin-top: .75rem; }
.facts dd { margin-bottom: 0; }
.facts dt:first-child { margin-top: 0; }
.next-steps { padding-left: 1.25rem; }
.next-steps li { margin-bottom: .75rem; padding-left: .25rem; }
.next-steps li::marker { color: var(--brand); font-weight: 700; }

/* Empty states */
.empty-state { text-align: center; padding: 2.5rem 1.5rem; background: var(--surface); border-radius: 8px; color: var(--muted); max-width: 40rem; margin: 0 auto; }
.empty-state i { font-size: 2.5rem; color: var(--brand); display: block; margin-bottom: .75rem; }

/* Team */
.team-card { text-align: center; padding: 1rem; }
.team-card img { width: 140px; height: 140px; border-radius: 50%; object-fit: cover; margin-bottom: .85rem; background: var(--surface); }
.team-card h3 { font-size: 1.3rem; margin: 0; }
.team-card .role { color: var(--brand); font-weight: 600; font-size: .9rem; }

/* Contact */
.contact-card { background: var(--surface); border-radius: 8px; padding: 1.5rem; height: 100%; }
.contact-card .item { display: flex; gap: .9rem; margin-bottom: 1.1rem; }
.contact-card .item i { color: var(--brand); font-size: 1.25rem; margin-top: .1rem; flex: 0 0 auto; }
.contact-card address { font-style: normal; }
.contact-map iframe { display: block; width: 100%; height: 380px; border: 0; }

/* Gallery */
.album-card { position: relative; border: 1px solid var(--line); border-radius: 8px; overflow: hidden; background: var(--paper); height: 100%; transition: transform .2s, box-shadow .2s; }
.album-card:hover { transform: translateY(-4px); box-shadow: 0 14px 30px rgba(31,26,27,.12); }
.album-card .cover { display: block; aspect-ratio: 4 / 3; background: var(--surface); overflow: hidden; }
.album-card .cover img { width: 100%; height: 100%; object-fit: cover; }
.album-card .body { padding: 1rem 1.25rem 1.25rem; }
.album-card h3 { font-size: 1.3rem; margin-bottom: .35rem; }
.album-card p { color: var(--muted); font-size: .95rem; }
.album-card .stretched-link:hover { text-decoration: none; }
.gallery-grid { display: grid; gap: .75rem; grid-template-columns: repeat(2, 1fr); }
@media (min-width: 576px) { .gallery-grid { grid-template-columns: repeat(3, 1fr); gap: 1rem; } }
@media (min-width: 992px) { .gallery-grid { grid-template-columns: repeat(4, 1fr); } }
.gallery-item { position: relative; display: block; border-radius: 6px; overflow: hidden; aspect-ratio: 4 / 3; background: var(--surface); }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .3s; }
.gallery-item picture { display: block; height: 100%; }
.gallery-item:hover img { transform: scale(1.04); }
.gallery-item .cap { position: absolute; left: 0; right: 0; bottom: 0; padding: 1.25rem .75rem .5rem; background: linear-gradient(transparent, rgba(0,0,0,.7)); color: #fff; font-size: .82rem; line-height: 1.3; }
.lightbox { position: fixed; inset: 0; z-index: 1100; background: rgba(10,8,8,.94); display: none; align-items: center; justify-content: center; flex-direction: column; padding: 1rem; }
.lightbox.open { display: flex; }
.lightbox img { max-width: 100%; max-height: 85vh; object-fit: contain; border-radius: 4px; box-shadow: 0 10px 40px rgba(0,0,0,.5); }
.lightbox .lb-close { position: absolute; top: .5rem; right: 1rem; background: none; border: 0; color: #fff; font-size: 2.75rem; line-height: 1; cursor: pointer; padding: .25rem .5rem; }
.lightbox .lb-close:hover { color: #ffb3b6; }
.lightbox .lb-caption { color: #ddd; margin-top: .75rem; text-align: center; max-width: 60rem; }

/* Blog */
.blog-card { position: relative; border: 1px solid var(--line); border-radius: 8px; overflow: hidden; height: 100%; background: var(--paper); display: flex; flex-direction: column; transition: transform .2s, box-shadow .2s; }
.blog-card:hover { transform: translateY(-4px); box-shadow: 0 14px 30px rgba(31,26,27,.12); }
.blog-card .thumb { display: block; aspect-ratio: 16 / 9; overflow: hidden; background: var(--surface); }
.blog-card .thumb img { width: 100%; height: 100%; object-fit: cover; }
.blog-card .thumb picture { display: block; height: 100%; }
.blog-card .body { padding: 1.1rem 1.25rem 1.25rem; display: flex; flex-direction: column; flex: 1; }
.blog-card h3 { font-size: 1.3rem; margin-bottom: .5rem; }
.blog-card h3 a:hover { color: var(--brand); text-decoration: none; }
.blog-card p { color: var(--muted); font-size: .95rem; flex: 1; }
.blog-card .more { font-weight: 600; color: var(--brand); }
.blog-meta { font-size: .85rem; color: var(--muted); display: flex; flex-wrap: wrap; gap: .85rem; align-items: center; }
.blog-meta .cat { color: var(--brand); font-weight: 700; text-transform: uppercase; letter-spacing: .06em; font-size: .78rem; }
.cat-list a { display: flex; justify-content: space-between; align-items: center; padding: .45rem 0; border-bottom: 1px solid var(--line); color: var(--ink); font-weight: 600; }
.cat-list li:last-child a { border-bottom: 0; }
.cat-list a:hover, .cat-list a.active { color: var(--brand); text-decoration: none; }
.cat-list .count { font-size: .78rem; background: var(--paper); border: 1px solid var(--line); border-radius: 999px; padding: 0 .5rem; color: var(--muted); }
.recent-post { display: flex; gap: .75rem; align-items: flex-start; margin-bottom: .85rem; }
.recent-post:last-child { margin-bottom: 0; }
.recent-post img { width: 72px; height: 56px; object-fit: cover; border-radius: 4px; flex: 0 0 72px; }
.recent-post .title { color: var(--ink); font-weight: 600; line-height: 1.3; display: block; }
.recent-post .title:hover { color: var(--brand); text-decoration: none; }
.post-featured img { width: 100%; border-radius: 8px; }
.post-body { max-width: none; }
.post-tags .chip { margin-bottom: .35rem; }
.share-links { display: flex; flex-wrap: wrap; align-items: center; gap: .5rem; }
.share-links a { display: inline-flex; align-items: center; gap: .35rem; padding: .4rem .8rem; border: 1px solid var(--line); border-radius: 4px; color: var(--ink); font-size: .9rem; font-weight: 600; }
.share-links a:hover { border-color: var(--brand); color: var(--brand); text-decoration: none; }
.pagination .page-link { color: var(--ink); border-color: var(--line); }
.pagination .page-link:hover { color: var(--brand); background: var(--brand-soft); }
.pagination .page-item.active .page-link { background: var(--brand); border-color: var(--brand); color: #fff; }
.pagination .page-link:focus { box-shadow: 0 0 0 .2rem rgba(181,18,27,.15); }

/* Track shipment */
.track-note { padding: 2rem 1rem; }
.track-note-icon { font-size: 3rem; color: var(--brand); display: block; margin-bottom: .75rem; }
.track-summary { background: var(--surface); border-radius: 8px; padding: 1.5rem; }
.track-facts dt { color: var(--muted); font-weight: 600; }
.status-badge { display: inline-block; padding: .35rem .9rem; border-radius: 999px; font-family: var(--display); font-weight: 700; text-transform: uppercase; letter-spacing: .06em; background: var(--blue-soft); color: var(--blue); }
.status-badge.status-delivered { background: #E3F5E8; color: #1E7A3E; }
.status-badge.status-on_hold, .status-badge.status-returned, .status-badge.status-cancelled { background: var(--brand-soft); color: var(--brand-dark); }
.track-timeline { list-style: none; padding: 0; margin: 0; position: relative; }
.track-timeline::before { content: ""; position: absolute; left: 11px; top: .5rem; bottom: .5rem; width: 2px; background: var(--line); }
.track-event { position: relative; padding: 0 0 1.5rem 2.25rem; }
.track-event:last-child { padding-bottom: 0; }
.track-event::before { content: ""; position: absolute; left: 4px; top: .3rem; width: 16px; height: 16px; border-radius: 50%; background: var(--paper); border: 3px solid var(--brand); }
.track-event.current::before { background: var(--brand); box-shadow: 0 0 0 4px var(--brand-soft); }
.track-event .when { font-size: .85rem; color: var(--muted); }

/* Thank you */
.thank-you .thank-icon { font-size: 4rem; color: #1E7A3E; line-height: 1; margin-bottom: .5rem; }

/* Page-hero variants */
.page-hero.has-image::after { background: linear-gradient(90deg, rgba(31,26,27,.92), rgba(31,26,27,.5)); }
.page-hero.page-hero-sm { padding: 2rem 0 1.75rem; }
.page-hero.page-hero-sm h1 { font-size: clamp(1.7rem, 4vw, 2.4rem); }

/* Accordion text should not inherit display-font headings */
.faq-accordion .accordion-button { font-family: var(--body); text-transform: none; letter-spacing: 0; font-size: 1.05rem; line-height: 1.4; }
.faq-accordion .accordion-header { margin: 0; }
.faq-accordion .accordion-body p:last-child { margin-bottom: 0; }
