/* =========================================================
   RR Brothers & Logistics — Global Stylesheet
   ========================================================= */

:root {
  /* Brand palette (from logo) */
  --rr-yellow: #FFC72C;
  --rr-yellow-light: #FFE7A8;
  --rr-orange: #F1591C;
  --rr-orange-dark: #C7440E;
  --rr-gradient: linear-gradient(135deg, var(--rr-yellow) 0%, var(--rr-orange) 100%);
  --rr-gradient-soft: linear-gradient(135deg, rgba(255,199,44,0.12) 0%, rgba(241,89,28,0.12) 100%);

  /* Neutrals */
  --rr-navy: #101828;
  --rr-navy-2: #1B2A44;
  --rr-ink: #1C2331;
  --rr-gray: #667085;
  --rr-gray-light: #98A2B3;
  --rr-border: #E7E9EE;
  --rr-bg: #FFFFFF;
  --rr-bg-soft: #FFF6EC;
  --rr-bg-navy-soft: #16213A;

  --shadow-sm: 0 2px 8px rgba(16,24,40,0.06);
  --shadow-md: 0 8px 24px rgba(16,24,40,0.10);
  --shadow-lg: 0 20px 48px rgba(16,24,40,0.16);
  --radius-sm: 8px;
  --radius-md: 14px;
  --radius-lg: 24px;
  --container: 1200px;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Arial, sans-serif;
  color: var(--rr-ink);
  background: var(--rr-bg);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
h1, h2, h3, h4, h5 {
  font-family: 'Poppins', 'Inter', sans-serif;
  font-weight: 700;
  line-height: 1.2;
  color: var(--rr-navy);
}
img { max-width: 100%; display: block; }
a { text-decoration: none; color: inherit; }
ul { list-style: none; }
button { font-family: inherit; cursor: pointer; }

.container {
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 24px;
}

.section { padding: 88px 0; }
.section-soft { background: var(--rr-bg-soft); }
.section-navy { background: var(--rr-navy); color: #C6CCD8; }
.section-navy h1, .section-navy h2, .section-navy h3 { color: #fff; }

@media (max-width: 768px) {
  .section { padding: 56px 0; }
}

/* ---------- Eyebrow / Section heading ---------- */
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--rr-orange);
  background: rgba(241,89,28,0.08);
  padding: 6px 14px;
  border-radius: 999px;
  margin-bottom: 16px;
}
.eyebrow::before {
  content: "";
  width: 6px; height: 6px;
  border-radius: 50%;
  background: var(--rr-gradient);
}
.section-head { max-width: 640px; margin-bottom: 48px; }
.section-head.center { max-width: 680px; margin-left: auto; margin-right: auto; text-align: center; }
.section-head h2 { font-size: 36px; margin-bottom: 14px; }
.section-head p { color: var(--rr-gray); font-size: 16px; }
.section-navy .section-head p { color: #9AA5B8; }

@media (max-width: 640px) {
  .section-head h2 { font-size: 28px; }
}

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 14px 28px;
  border-radius: 999px;
  font-weight: 600;
  font-size: 15px;
  border: 2px solid transparent;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, color 0.2s ease;
  white-space: nowrap;
}
.btn-primary {
  background: var(--rr-gradient);
  color: #fff;
  box-shadow: 0 8px 20px rgba(241,89,28,0.35);
}
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 12px 28px rgba(241,89,28,0.45); }
.btn-outline {
  background: transparent;
  border-color: var(--rr-navy);
  color: var(--rr-navy);
}
.btn-outline:hover { background: var(--rr-navy); color: #fff; }
.btn-light {
  background: #fff;
  color: var(--rr-orange-dark);
}
.btn-light:hover { transform: translateY(-2px); box-shadow: var(--shadow-md); }
.btn-white-outline {
  background: transparent;
  border-color: rgba(255,255,255,0.4);
  color: #fff;
}
.btn-white-outline:hover { background: #fff; color: var(--rr-navy); border-color: #fff; }
.btn-block { width: 100%; }
.btn-sm { padding: 10px 20px; font-size: 14px; }

/* ---------- Header / Nav ---------- */
.site-header {
  position: sticky;
  top: 0;
  z-index: 500;
  background: rgba(255,255,255,0.92);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--rr-border);
  transition: box-shadow 0.25s ease;
}
.site-header.is-scrolled { box-shadow: var(--shadow-sm); }

.topbar {
  background: var(--rr-navy);
  color: #B9C2D3;
  font-size: 13px;
}
.topbar .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 8px;
  padding-bottom: 8px;
}
.topbar-left { display: flex; gap: 24px; flex-wrap: wrap; }
.topbar-left span { display: inline-flex; align-items: center; gap: 6px; }
.topbar a:hover { color: var(--rr-yellow); }
.topbar-social { display: flex; gap: 14px; }
.topbar-social a {
  width: 26px; height: 26px;
  display: inline-flex; align-items: center; justify-content: center;
  background: rgba(255,255,255,0.08);
  border-radius: 50%;
  transition: background 0.2s;
}
.topbar-social a:hover { background: var(--rr-orange); }

.navbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 0;
}
.brand { display: flex; align-items: center; gap: 10px; }
.brand img { height: 46px; width: auto; }

.nav-links {
  display: flex;
  align-items: center;
  gap: 4px;
}
.nav-links > li { position: relative; }
.nav-links a.nav-link {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 10px 16px;
  font-weight: 600;
  font-size: 15px;
  color: var(--rr-navy);
  border-radius: 999px;
  transition: color 0.2s, background 0.2s;
}
.nav-links a.nav-link:hover,
.nav-links li.active > a.nav-link {
  color: var(--rr-orange);
  background: rgba(241,89,28,0.08);
}
.nav-links .chevron { width: 10px; height: 10px; transition: transform 0.2s; }
.has-dropdown:hover .chevron { transform: rotate(180deg); }

.dropdown {
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  min-width: 260px;
  background: #fff;
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-lg);
  padding: 10px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: all 0.2s ease;
  border: 1px solid var(--rr-border);
}
.has-dropdown:hover .dropdown {
  opacity: 1; visibility: visible; transform: translateY(0);
}
.dropdown a {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  border-radius: var(--radius-sm);
  font-size: 14.5px;
  font-weight: 500;
  color: var(--rr-navy);
}
.dropdown a:hover { background: var(--rr-bg-soft); color: var(--rr-orange-dark); }
.dropdown .dd-icon {
  width: 34px; height: 34px; flex: none;
  border-radius: 8px;
  background: var(--rr-gradient-soft);
  display: flex; align-items: center; justify-content: center;
  color: var(--rr-orange);
}
.dropdown .dd-icon svg { width: 18px; height: 18px; }

.nav-actions { display: flex; align-items: center; gap: 10px; }
.nav-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  padding: 8px;
}
.nav-toggle span { width: 24px; height: 2px; background: var(--rr-navy); border-radius: 2px; }

@media (max-width: 992px) {
  .nav-links { display: none; }
  .nav-toggle { display: flex; }
  .nav-actions .btn-primary { display: none; }
}

/* Mobile nav panel */
.mobile-nav {
  display: none;
  flex-direction: column;
  background: #fff;
  border-top: 1px solid var(--rr-border);
  padding: 12px 24px 24px;
}
.mobile-nav.open { display: flex; }
.mobile-nav a { padding: 12px 4px; font-weight: 600; border-bottom: 1px solid var(--rr-border); }
.mobile-nav .sub-list { display: none; flex-direction: column; padding-left: 14px; }
.mobile-nav .sub-list.open { display: flex; }
.mobile-nav .sub-list a { display: block; border-bottom: none; padding: 8px 4px; font-weight: 500; color: var(--rr-gray); }
.mobile-nav .btn { margin-top: 14px; }
.mobile-caret { float: right; }

/* ---------- Breadcrumb / Page Hero ---------- */
.page-hero {
  position: relative;
  padding: 64px 0 56px;
  background: var(--rr-navy);
  color: #fff;
  overflow: hidden;
}
.page-hero::before {
  content: "";
  position: absolute; inset: 0;
  background:
    radial-gradient(600px 300px at 85% -10%, rgba(255,199,44,0.25), transparent 60%),
    radial-gradient(500px 260px at 10% 120%, rgba(241,89,28,0.30), transparent 60%);
  pointer-events: none;
}
.page-hero .container { position: relative; }
.page-hero h1 { color: #fff; font-size: 40px; margin-bottom: 10px; }
.breadcrumb { display: flex; gap: 8px; align-items: center; font-size: 14px; color: #AEB7C9; }
.breadcrumb a:hover { color: var(--rr-yellow); }
.breadcrumb .sep { opacity: 0.5; }
.breadcrumb .current { color: var(--rr-yellow); }

/* ---------- Home Hero ---------- */
.hero {
  position: relative;
  overflow: hidden;
  background: var(--rr-navy);
  color: #fff;
}
.hero::before {
  content: "";
  position: absolute; inset: 0;
  background:
    radial-gradient(900px 500px at 90% -10%, rgba(255,199,44,0.28), transparent 55%),
    radial-gradient(700px 420px at -5% 110%, rgba(241,89,28,0.35), transparent 55%);
  pointer-events: none;
}
.hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 40px;
  align-items: center;
  padding: 96px 0 80px;
}
.hero-copy .eyebrow { background: rgba(255,199,44,0.15); color: var(--rr-yellow); }
.hero-copy .eyebrow::before { background: var(--rr-yellow); }
.hero-copy h1 {
  color: #fff;
  font-size: 52px;
  line-height: 1.12;
  margin-bottom: 20px;
}
.hero-copy h1 span {
  background: var(--rr-gradient);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.hero-copy p { font-size: 17px; color: #AEB7C9; max-width: 520px; margin-bottom: 32px; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 40px; }
.hero-stats { display: flex; gap: 32px; flex-wrap: wrap; }
.hero-stats div strong { display: block; font-size: 26px; color: #fff; font-family: 'Poppins', sans-serif; }
.hero-stats div span { font-size: 13px; color: #9AA5B8; }

.hero-visual { position: relative; }
.hero-visual-card {
  position: relative;
  background: linear-gradient(160deg, rgba(255,255,255,0.08), rgba(255,255,255,0.02));
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: var(--radius-lg);
  padding: 8px;
  box-shadow: var(--shadow-lg);
}
.hero-visual-card img { border-radius: 18px; width: 100%; }
.floating-card {
  position: absolute;
  background: #fff;
  color: var(--rr-navy);
  border-radius: var(--radius-md);
  padding: 16px 18px;
  box-shadow: var(--shadow-lg);
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 13px;
  max-width: 220px;
}
.floating-card .fc-icon {
  width: 42px; height: 42px; border-radius: 12px;
  background: var(--rr-gradient);
  display: flex; align-items: center; justify-content: center; color: #fff; flex: none;
}
.floating-card strong { display: block; font-size: 15px; font-family: 'Poppins', sans-serif; }
.fc-top { top: -24px; left: -20px; }
.fc-bottom { bottom: -24px; right: -20px; }

@media (max-width: 1024px) {
  .hero-grid { grid-template-columns: 1fr; padding-top: 64px; }
  .hero-visual { order: -1; margin-bottom: 20px; }
  .hero-copy h1 { font-size: 40px; }
  .floating-card { display: none; }
}
@media (max-width: 480px) {
  .hero-copy h1 { font-size: 32px; }
  .hero-stats { gap: 20px; }
}

/* ---------- Home Hero Slider ---------- */
.hero-slider { position: relative; overflow: hidden; background: var(--rr-navy); color: #fff; height: 620px; }
.hero-slide {
  position: absolute; inset: 0;
  background-size: cover; background-position: center;
  opacity: 0; visibility: hidden;
  transition: opacity 1s ease;
  display: flex; align-items: center;
}
.hero-slide::before {
  content: "";
  position: absolute; inset: 0;
  background: linear-gradient(100deg, rgba(16,24,40,0.94) 0%, rgba(16,24,40,0.82) 45%, rgba(16,24,40,0.45) 100%);
}
.hero-slide.is-active { opacity: 1; visibility: visible; z-index: 2; }
.hero-slide .container { position: relative; z-index: 2; width: 100%; }
.hero-slide .hero-copy { max-width: 720px; }
.hero-slide .eyebrow { background: rgba(255,199,44,0.15); color: var(--rr-yellow); }
.hero-slide .eyebrow::before { background: var(--rr-yellow); }
.hero-slide h1 { color: #fff; font-size: 48px; line-height: 1.14; margin-bottom: 18px; }
.hero-slide h1 span {
  background: var(--rr-gradient);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.hero-slide p { font-size: 16.5px; color: #D8DEE9; max-width: 580px; margin-bottom: 26px; }

.hero-arrow {
  position: absolute; top: 50%; transform: translateY(-50%); z-index: 5;
  width: 44px; height: 44px; border-radius: 50%;
  background: rgba(255,255,255,0.12); border: 1px solid rgba(255,255,255,0.32);
  color: #fff; font-size: 22px; line-height: 1; cursor: pointer;
  display: flex; align-items: center; justify-content: center;
  transition: background 0.2s ease;
}
.hero-arrow:hover { background: rgba(255,255,255,0.26); }
.hero-arrow.prev { left: 20px; }
.hero-arrow.next { right: 20px; }

.hero-dots { position: absolute; left: 0; right: 0; bottom: 20px; z-index: 5; display: flex; justify-content: center; gap: 8px; }
.hero-dot { width: 9px; height: 9px; padding: 0; border-radius: 50%; background: rgba(255,255,255,0.35); border: none; cursor: pointer; transition: background 0.2s ease, transform 0.2s ease; }
.hero-dot.is-active { background: var(--rr-yellow); transform: scale(1.3); }

.hero-stats-bar { background: var(--rr-navy-2); padding: 26px 0; border-top: 1px solid rgba(255,255,255,0.08); }
.hero-stats-bar .hero-stats { display: flex; gap: 40px; flex-wrap: wrap; justify-content: center; margin: 0; }

@media (max-width: 900px) {
  .hero-slider { height: auto; min-height: 560px; padding: 48px 0; }
  .hero-slide h1 { font-size: 34px; }
  .hero-arrow { width: 36px; height: 36px; font-size: 18px; }
}
@media (max-width: 480px) {
  .hero-slide h1 { font-size: 27px; }
  .hero-slide p { font-size: 15px; }
  .hero-arrow { display: none; }
  .hero-stats-bar .hero-stats { gap: 22px; }
}
@media (prefers-reduced-motion: reduce) {
  .hero-slide { transition: none; }
}

/* Promotional slide accents: secondary headline, origin/route badges, service tags */
.hero-copy .hero-subhead {
  font-family: 'Poppins', sans-serif;
  font-size: 19px; font-weight: 700; letter-spacing: 0.01em;
  color: var(--rr-yellow);
  margin: -8px 0 16px;
}
.route-badges { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; margin-bottom: 18px; }
.route-badges .badge {
  font-family: 'Poppins', sans-serif;
  font-size: 12.5px; font-weight: 700; letter-spacing: 0.03em;
  padding: 6px 14px; border-radius: 999px; white-space: nowrap;
  background: rgba(255,255,255,0.1); border: 1px solid rgba(255,255,255,0.28); color: #fff;
}
.route-badges .badge.is-destination { background: var(--rr-gradient); border-color: transparent; }
.route-badges .arrow-sep { color: var(--rr-yellow); font-size: 14px; }
.service-tags {
  font-family: 'Poppins', sans-serif;
  font-size: 12.5px; font-weight: 600; letter-spacing: 0.04em; text-transform: uppercase;
  color: #AEB7C9; margin-bottom: 22px;
}
.service-tags .sep { color: var(--rr-orange); margin: 0 8px; }
@media (max-width: 900px) {
  .hero-copy .hero-subhead { font-size: 16px; }
  .route-badges .badge { font-size: 11px; padding: 5px 11px; }
  .service-tags { font-size: 11px; }
}
@media (max-width: 480px) {
  .route-badges { gap: 6px; }
  .route-badges .badge { font-size: 10px; padding: 4px 9px; }
  .service-tags { line-height: 1.9; }
}

/* ---------- Floating WhatsApp CTA ---------- */
.whatsapp-float {
  position: fixed; right: 24px; bottom: 24px; z-index: 999;
  width: 58px; height: 58px; border-radius: 50%;
  background: #25D366; color: #fff;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 8px 22px rgba(16,24,40,0.28);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.whatsapp-float:hover { transform: scale(1.08); box-shadow: 0 10px 26px rgba(16,24,40,0.34); color: #fff; }
.whatsapp-float svg { width: 30px; height: 30px; }
@media (max-width: 480px) {
  .whatsapp-float { right: 16px; bottom: 16px; width: 52px; height: 52px; }
  .whatsapp-float svg { width: 27px; height: 27px; }
}

/* ---------- Mini slider (in-page location/photo carousels) ---------- */
.mini-slider {
  position: relative; overflow: hidden;
  background: var(--rr-navy); color: #fff;
  height: 380px; border-radius: var(--radius-lg); box-shadow: var(--shadow-lg);
}
.mini-slider .hero-slide h3 { color: #fff; font-size: 26px; margin-bottom: 10px; }
.mini-slider .hero-slide p { font-size: 14.5px; color: #D8DEE9; max-width: 480px; margin-bottom: 18px; }
.mini-slider .hero-arrow { width: 38px; height: 38px; font-size: 18px; }
@media (max-width: 600px) {
  .mini-slider { height: 420px; }
  .mini-slider .hero-slide h3 { font-size: 21px; }
}

/* ---------- Blog card photo thumbnails ---------- */
.blog-card .blog-thumb.has-photo { padding: 0; }
.blog-card .blog-thumb img { width: 100%; height: 100%; object-fit: cover; display: block; }

/* ---------- Service cards (home) ---------- */
.service-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 56px;
  position: relative;
  z-index: 5;
}
.service-strip-card {
  background: #fff;
  border-radius: var(--radius-lg);
  padding: 32px 28px;
  box-shadow: var(--shadow-lg);
  border: 1px solid var(--rr-border);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.service-strip-card:hover { transform: translateY(-6px); box-shadow: 0 24px 48px rgba(16,24,40,0.14); }
.service-strip-card .icon-box {
  width: 56px; height: 56px;
  border-radius: 16px;
  background: var(--rr-gradient);
  display: flex; align-items: center; justify-content: center;
  color: #fff; margin-bottom: 20px;
}
.service-strip-card .icon-box svg { width: 28px; height: 28px; }
.service-strip-card h3 { font-size: 19px; margin-bottom: 8px; }
.service-strip-card p { color: var(--rr-gray); font-size: 14.5px; margin-bottom: 16px; }
.service-strip-card .learn-link { font-weight: 700; font-size: 14px; color: var(--rr-orange); display: inline-flex; align-items: center; gap: 6px; }
.service-strip-card .learn-link svg { width: 14px; height: 14px; transition: transform 0.2s; }
.service-strip-card:hover .learn-link svg { transform: translateX(4px); }

@media (max-width: 900px) {
  .service-strip { grid-template-columns: 1fr; margin-top: 24px; }
}

/* ---------- Grid utilities ---------- */
.grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; }
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.grid-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
@media (max-width: 992px) {
  .grid-2 { grid-template-columns: 1fr; gap: 32px; }
  .grid-4 { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 640px) {
  .grid-3 { grid-template-columns: 1fr; }
  .grid-4 { grid-template-columns: 1fr; }
}

/* ---------- About / feature blocks ---------- */
.about-media { position: relative; }
.about-media img { border-radius: var(--radius-lg); box-shadow: var(--shadow-md); }
.about-media .badge-card {
  position: absolute;
  bottom: -28px; left: -28px;
  background: var(--rr-gradient);
  color: #fff;
  padding: 22px 26px;
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-lg);
}
.about-media .badge-card strong { display: block; font-size: 30px; font-family: 'Poppins', sans-serif; text-shadow: 0 2px 8px rgba(0,0,0,0.35); }
.about-media .badge-card span { font-size: 13px; opacity: 0.95; text-shadow: 0 1px 6px rgba(0,0,0,0.3); }

.feature-list { display: flex; flex-direction: column; gap: 18px; margin: 28px 0; }
.feature-item { display: flex; gap: 14px; align-items: flex-start; }
.feature-item .f-icon {
  width: 40px; height: 40px; border-radius: 10px; flex: none;
  background: var(--rr-gradient-soft); color: var(--rr-orange);
  display: flex; align-items: center; justify-content: center;
}
.feature-item .f-icon svg { width: 20px; height: 20px; }
.feature-item h4 { font-size: 16px; margin-bottom: 3px; }
.feature-item p { font-size: 14px; color: var(--rr-gray); }

/* ---------- Stats bar ---------- */
.stats-bar {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  text-align: center;
}
.stats-bar .stat strong {
  display: block;
  font-size: 38px;
  font-family: 'Poppins', sans-serif;
  background: var(--rr-gradient);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.stats-bar .stat span { color: var(--rr-gray); font-size: 14px; font-weight: 600; }
.section-navy .stats-bar .stat span { color: #9AA5B8; }
@media (max-width: 768px) { .stats-bar { grid-template-columns: repeat(2, 1fr); row-gap: 32px; } }

/* ---------- Process steps ---------- */
.process-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  counter-reset: step;
}
.process-step { position: relative; padding: 28px 22px; background: #fff; border: 1px solid var(--rr-border); border-radius: var(--radius-md); }
.process-step::before {
  counter-increment: step;
  content: counter(step, decimal-leading-zero);
  font-family: 'Poppins', sans-serif;
  font-size: 32px;
  font-weight: 700;
  color: transparent;
  -webkit-text-stroke: 1.5px var(--rr-orange);
  display: block;
  margin-bottom: 14px;
}
.process-step h4 { font-size: 16.5px; margin-bottom: 8px; }
.process-step p { font-size: 14px; color: var(--rr-gray); }
@media (max-width: 900px) { .process-steps { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .process-steps { grid-template-columns: 1fr; } }

/* ---------- Why choose us ---------- */
.why-card {
  background: #fff;
  border: 1px solid var(--rr-border);
  border-radius: var(--radius-md);
  padding: 30px 26px;
  transition: box-shadow 0.25s ease, transform 0.25s ease;
}
.why-card:hover { box-shadow: var(--shadow-md); transform: translateY(-4px); }
.why-card .icon-box { width: 50px; height: 50px; border-radius: 14px; background: var(--rr-gradient-soft); color: var(--rr-orange); display: flex; align-items:center; justify-content:center; margin-bottom: 18px; }
.why-card .icon-box svg { width: 24px; height: 24px; }
.why-card h3 { font-size: 17px; margin-bottom: 8px; }
.why-card p { font-size: 14px; color: var(--rr-gray); }

/* ---------- Testimonials ---------- */
.testimonial-card {
  background: #fff;
  border-radius: var(--radius-md);
  padding: 30px 26px;
  border: 1px solid var(--rr-border);
  box-shadow: var(--shadow-sm);
}
.testimonial-card .stars { color: var(--rr-yellow); font-size: 14px; margin-bottom: 14px; letter-spacing: 2px; }
.testimonial-card p.quote { font-size: 15px; color: var(--rr-ink); margin-bottom: 20px; }
.testimonial-person { display: flex; align-items: center; gap: 12px; }
.testimonial-avatar {
  width: 44px; height: 44px; border-radius: 50%;
  background: var(--rr-gradient);
  color: #fff; display: flex; align-items: center; justify-content: center;
  font-family: 'Poppins', sans-serif; font-weight: 700;
}
.testimonial-person strong { display: block; font-size: 14px; }
.testimonial-person span { font-size: 12.5px; color: var(--rr-gray); }

/* ---------- FAQ ---------- */
.faq-list { display: flex; flex-direction: column; gap: 14px; }
.faq-item { background: #fff; border: 1px solid var(--rr-border); border-radius: var(--radius-md); overflow: hidden; }
.faq-question {
  display: flex; align-items: center; justify-content: space-between;
  padding: 20px 24px; font-weight: 600; font-size: 15.5px; background: none; border: none; width: 100%; text-align: left; color: var(--rr-navy);
}
.faq-question .plus {
  width: 26px; height: 26px; border-radius: 50%; background: var(--rr-bg-soft); color: var(--rr-orange);
  display: flex; align-items: center; justify-content: center; flex: none; transition: transform 0.25s ease;
  font-size: 16px; font-weight: 700;
}
.faq-item.open .faq-question .plus { transform: rotate(135deg); background: var(--rr-gradient); color: #fff; }
.faq-answer { max-height: 0; overflow: hidden; transition: max-height 0.3s ease; }
.faq-answer p { padding: 0 24px 20px; color: var(--rr-gray); font-size: 14.5px; }
.faq-item.open .faq-answer { max-height: 240px; }

/* ---------- CTA band ---------- */
.cta-band {
  background: var(--rr-gradient);
  border-radius: var(--radius-lg);
  padding: 56px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  color: #fff;
  flex-wrap: wrap;
}
.cta-band h2 { color: #fff; font-size: 30px; margin-bottom: 8px; text-shadow: 0 2px 8px rgba(0,0,0,0.35); }
.cta-band p { color: rgba(255,255,255,0.95); text-shadow: 0 1px 6px rgba(0,0,0,0.3); }
.cta-band .cta-actions { display: flex; gap: 14px; flex-wrap: wrap; }
@media (max-width: 640px) { .cta-band { padding: 36px 24px; text-align: center; justify-content: center; } }

/* ---------- Footer ---------- */
.site-footer { background: var(--rr-navy); color: #9AA5B8; padding-top: 72px; }
.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1.2fr;
  gap: 40px;
  padding-bottom: 48px;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}
.footer-brand .brand img { height: 42px; }
.footer-brand p { margin: 18px 0; font-size: 14px; line-height: 1.7; max-width: 320px; }
.footer-social { display: flex; gap: 10px; }
.footer-social a {
  width: 36px; height: 36px; border-radius: 50%; background: rgba(255,255,255,0.06);
  display: flex; align-items: center; justify-content: center; transition: background 0.2s;
}
.footer-social a:hover { background: var(--rr-gradient); }
.footer-col h4 { color: #fff; font-size: 16px; margin-bottom: 20px; }
.footer-col ul { display: flex; flex-direction: column; gap: 12px; }
.footer-col a { font-size: 14.5px; transition: color 0.2s, padding-left 0.2s; }
.footer-col a:hover { color: var(--rr-yellow); padding-left: 4px; }
.footer-contact li { display: flex; gap: 12px; font-size: 14px; margin-bottom: 16px; align-items: flex-start; }
.footer-contact svg { width: 18px; height: 18px; color: var(--rr-yellow); flex: none; margin-top: 2px; }
.footer-bottom {
  display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap;
  gap: 12px; padding: 24px 0; font-size: 13.5px;
}
.footer-bottom-links { display: flex; gap: 20px; }
.footer-bottom-links a:hover { color: var(--rr-yellow); }

@media (max-width: 992px) {
  .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 560px) {
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; text-align: center; }
}

/* ---------- Forms ---------- */
.form-card {
  background: #fff;
  border: 1px solid var(--rr-border);
  border-radius: var(--radius-lg);
  padding: 40px;
  box-shadow: var(--shadow-md);
}
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-bottom: 18px; }
.form-group { display: flex; flex-direction: column; gap: 8px; margin-bottom: 18px; }
.form-group label { font-size: 13.5px; font-weight: 600; color: var(--rr-navy); }
.form-group input,
.form-group select,
.form-group textarea {
  padding: 13px 16px;
  border: 1.5px solid var(--rr-border);
  border-radius: var(--radius-sm);
  font-size: 14.5px;
  font-family: inherit;
  color: var(--rr-ink);
  transition: border-color 0.2s, box-shadow 0.2s;
  background: #fff;
}
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  outline: none;
  border-color: var(--rr-orange);
  box-shadow: 0 0 0 4px rgba(241,89,28,0.12);
}
.form-note { font-size: 13px; color: var(--rr-gray-light); margin-top: 10px; }
.form-success {
  display: none;
  align-items: center;
  gap: 12px;
  background: #ECFDF3;
  border: 1px solid #ABEFC6;
  color: #05603A;
  padding: 16px 18px;
  border-radius: var(--radius-sm);
  font-size: 14.5px;
  font-weight: 600;
  margin-top: 18px;
}
.form-success.show { display: flex; }
@media (max-width: 640px) {
  .form-row { grid-template-columns: 1fr; }
  .form-card { padding: 26px; }
}

/* ---------- Contact info cards ---------- */
.contact-info-card {
  display: flex;
  gap: 16px;
  background: #fff;
  border: 1px solid var(--rr-border);
  border-radius: var(--radius-md);
  padding: 24px;
}
.contact-info-card .ci-icon {
  width: 48px; height: 48px; border-radius: 12px; flex: none;
  background: var(--rr-gradient); color: #fff;
  display: flex; align-items: center; justify-content: center;
}
.contact-info-card .ci-icon svg { width: 22px; height: 22px; }
.contact-info-card h4 { font-size: 15.5px; margin-bottom: 4px; }
.contact-info-card p, .contact-info-card a { font-size: 14px; color: var(--rr-gray); display: block; }

.map-frame {
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid var(--rr-border);
  box-shadow: var(--shadow-sm);
}
.map-frame iframe { width: 100%; height: 380px; border: 0; display: block; }

/* ---------- Blog ---------- */
.blog-card {
  background: #fff;
  border: 1px solid var(--rr-border);
  border-radius: var(--radius-lg);
  overflow: hidden;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.blog-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-md); }
.blog-card .blog-thumb {
  height: 190px;
  background: var(--rr-gradient-soft);
  display: flex; align-items: center; justify-content: center;
  color: var(--rr-orange);
}
.blog-card .blog-thumb svg { width: 56px; height: 56px; opacity: 0.6; }
.blog-card .blog-body { padding: 24px; }
.blog-meta { display: flex; gap: 14px; font-size: 12.5px; color: var(--rr-gray-light); margin-bottom: 10px; font-weight: 600; }
.blog-card h3 { font-size: 18px; margin-bottom: 10px; }
.blog-card p { font-size: 14px; color: var(--rr-gray); margin-bottom: 16px; }
.blog-card .read-more { font-weight: 700; font-size: 14px; color: var(--rr-orange); display: inline-flex; align-items: center; gap: 6px; }

.blog-post-body h2 { font-size: 26px; margin: 36px 0 14px; }
.blog-post-body h3 { font-size: 20px; margin: 28px 0 12px; }
.blog-post-body p { color: var(--rr-gray); margin-bottom: 16px; font-size: 15.5px; }
.blog-post-body ul { list-style: disc; padding-left: 22px; margin-bottom: 16px; color: var(--rr-gray); }
.blog-post-body li { margin-bottom: 8px; font-size: 15px; }
.blog-post-hero-icon {
  width: 100%; height: 320px; border-radius: var(--radius-lg);
  background: var(--rr-gradient-soft); color: var(--rr-orange);
  display: flex; align-items: center; justify-content: center; margin-bottom: 8px;
}
.blog-post-hero-icon svg { width: 96px; height: 96px; opacity: 0.7; }

/* ---------- Track shipment ---------- */
.track-box {
  background: #fff;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-lg);
  padding: 12px;
  display: flex;
  gap: 10px;
  border: 1px solid var(--rr-border);
}
.track-box input {
  flex: 1;
  border: none;
  padding: 16px 20px;
  font-size: 15px;
  border-radius: var(--radius-md);
}
.track-box input:focus { outline: none; }
.track-steps { display: flex; justify-content: space-between; position: relative; margin: 48px 0 8px; }
.track-steps::before {
  content: ""; position: absolute; top: 20px; left: 0; right: 0; height: 3px; background: var(--rr-border); z-index: 0;
}
.track-steps .ts-line-fill {
  content: ""; position: absolute; top: 20px; left: 0; height: 3px; background: var(--rr-gradient); z-index: 1; width: 66%;
}
.track-step { position: relative; z-index: 2; display: flex; flex-direction: column; align-items: center; gap: 10px; flex: 1; text-align: center; }
.track-step .dot {
  width: 42px; height: 42px; border-radius: 50%; background: #fff; border: 3px solid var(--rr-border);
  display: flex; align-items: center; justify-content: center; color: var(--rr-gray-light);
}
.track-step.done .dot { border-color: transparent; background: var(--rr-gradient); color: #fff; }
.track-step span { font-size: 13px; font-weight: 600; color: var(--rr-gray); }
.track-step.done span { color: var(--rr-navy); }
@media (max-width: 640px) {
  .track-box { flex-direction: column; }
  .track-steps { flex-wrap: wrap; row-gap: 24px; }
  .track-steps::before, .track-steps .ts-line-fill { display: none; }
}

/* ---------- Team ---------- */
.team-card { text-align: center; }
.team-photo {
  width: 100%; aspect-ratio: 1/1; border-radius: var(--radius-lg);
  background: var(--rr-gradient-soft); color: var(--rr-orange);
  display: flex; align-items: center; justify-content: center; margin-bottom: 18px;
}
.team-photo svg { width: 64px; height: 64px; }
.team-card h4 { font-size: 16.5px; margin-bottom: 4px; }
.team-card span { font-size: 13.5px; color: var(--rr-orange); font-weight: 600; }

/* ---------- Values ---------- */
.value-card { padding: 28px; border-radius: var(--radius-md); background: #fff; border: 1px solid var(--rr-border); }
.value-card .icon-box { width: 52px; height: 52px; border-radius: 14px; background: var(--rr-navy); color: var(--rr-yellow); display: flex; align-items:center; justify-content:center; margin-bottom: 16px; }
.value-card .icon-box svg { width: 24px; height: 24px; }
.value-card h4 { font-size: 16px; margin-bottom: 8px; }
.value-card p { font-size: 14px; color: var(--rr-gray); }

/* ---------- Coverage / network list ---------- */
.coverage-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.coverage-item { display: flex; align-items: center; gap: 10px; font-size: 14.5px; font-weight: 600; padding: 12px 16px; background: #fff; border: 1px solid var(--rr-border); border-radius: var(--radius-sm); }
.coverage-item svg { width: 18px; height: 18px; color: var(--rr-orange); flex: none; }
@media (max-width: 768px) { .coverage-list { grid-template-columns: 1fr 1fr; } }
@media (max-width: 480px) { .coverage-list { grid-template-columns: 1fr; } }

/* ---------- Related services ---------- */
.related-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
@media (max-width: 900px) { .related-grid { grid-template-columns: 1fr; } }

/* ---------- Reveal animation ---------- */
.reveal { opacity: 1; transform: none; }

/* ---------- Photo hero / real photography ---------- */
.hero-photo {
  position: relative;
  background-size: cover;
  background-position: center;
  color: #fff;
}
.hero-photo::before {
  content: "";
  position: absolute; inset: 0;
  background: linear-gradient(100deg, rgba(16,24,40,0.94) 0%, rgba(16,24,40,0.82) 42%, rgba(16,24,40,0.55) 75%, rgba(16,24,40,0.35) 100%);
}
.hero-photo .container { position: relative; z-index: 2; }

.page-hero-photo {
  position: relative;
  background-size: cover;
  background-position: center;
  padding: 72px 0 60px;
  color: #fff;
  overflow: hidden;
}
.page-hero-photo::before {
  content: "";
  position: absolute; inset: 0;
  background: linear-gradient(100deg, rgba(16,24,40,0.92) 0%, rgba(16,24,40,0.78) 55%, rgba(16,24,40,0.5) 100%);
}
.page-hero-photo .container { position: relative; z-index: 2; }
.page-hero-photo h1 { color: #fff; font-size: 38px; margin-bottom: 10px; }

.photo-box {
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-md);
  position: relative;
}
.photo-box img { width: 100%; height: 100%; object-fit: cover; display: block; }
.photo-credit {
  font-size: 11px; color: var(--rr-gray-light); margin-top: 8px; text-align: right;
}
.section-navy .photo-credit, .hero-photo .photo-credit { color: rgba(255,255,255,0.55); }

.img-card {
  border-radius: var(--radius-md);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
}
.img-card img { width: 100%; display: block; aspect-ratio: 4/3; object-fit: cover; }

/* ---------- Misc ---------- */
.text-center { text-align: center; }
.mt-24 { margin-top: 24px; }
.divider-line { height: 1px; background: var(--rr-border); margin: 64px 0; }
.tag-pill {
  display: inline-block; font-size: 12.5px; font-weight: 700; letter-spacing: 0.03em;
  background: var(--rr-gradient-soft); color: var(--rr-orange-dark); padding: 5px 12px; border-radius: 999px; margin-bottom: 14px;
}
