/* ===================================================================
   LLNR Courier Services — stylesheet
   Palette: deep navy + energetic orange accent
   =================================================================== */

:root {
  --navy:      #002244; /* Nautical Blue — brand primary */
  --navy-2:    #0A3763;
  --navy-deep: #001528;
  --accent:    #C60C30; /* Red — brand accent */
  --accent-2:  #E33350;
  --accent-dk: #A2071F;
  --silver:    #B0B7BC; /* New Century Silver — brand neutral */
  --ink:       #1A2233;
  --muted:     #5A6577;
  --line:      #E2E6EA;
  --bg:        #FFFFFF;
  --bg-soft:   #F4F6F8;
  --white:     #FFFFFF;
  --radius:    16px;
  --radius-sm: 10px;
  --shadow:    0 10px 30px rgba(11, 37, 69, 0.10);
  --shadow-lg: 0 24px 60px rgba(11, 37, 69, 0.18);
  --maxw:      1140px;
  --font:      'Inter', system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
  --display:   'Sora', var(--font);
}

/* ---------- reset ---------- */
* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; scroll-padding-top: 84px; }
body {
  font-family: var(--font);
  color: var(--ink);
  background: var(--bg);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }

.container { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 22px; }

h1, h2, h3 { font-family: var(--display); line-height: 1.12; letter-spacing: -0.02em; color: var(--navy); }
h1 { font-size: clamp(2.1rem, 5.4vw, 3.6rem); font-weight: 800; }
h2 { font-size: clamp(1.7rem, 3.6vw, 2.5rem); font-weight: 700; }
h3 { font-size: 1.2rem; font-weight: 700; }

/* ---------- buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  font-family: var(--font); font-weight: 600; font-size: 1rem;
  padding: 13px 22px; border-radius: 999px; border: 2px solid transparent;
  cursor: pointer; transition: transform .15s ease, box-shadow .2s ease, background .2s ease, color .2s ease;
  white-space: nowrap;
}
.btn-lg { padding: 15px 30px; font-size: 1.05rem; }
.btn-block { width: 100%; }
.btn-accent { background: var(--accent); color: #fff; box-shadow: 0 8px 20px rgba(198,12,48,.32); }
.btn-accent:hover { background: var(--accent-dk); transform: translateY(-2px); box-shadow: 0 12px 26px rgba(198,12,48,.42); }
.btn-ghost { background: transparent; color: var(--navy); border-color: var(--line); }
.btn-ghost:hover { border-color: var(--navy); transform: translateY(-2px); }

/* ---------- header ---------- */
.site-header {
  position: sticky; top: 0; z-index: 100;
  background: rgba(255,255,255,.9); backdrop-filter: saturate(160%) blur(12px);
  border-bottom: 1px solid var(--line);
}
.header-inner { display: flex; align-items: center; justify-content: space-between; height: 72px; }
.brand { display: flex; align-items: center; gap: 10px; }
.brand-logo { width: 44px; height: 44px; border-radius: 10px; display: block; object-fit: contain; }
.footer-brand-row { display: flex; align-items: center; gap: 10px; }
.footer-logo { width: 40px; height: 40px; box-shadow: 0 0 0 1px rgba(255,255,255,.14); }
.brand-text { font-family: var(--display); font-weight: 800; font-size: 1.28rem; color: var(--navy); line-height: 1; display: flex; flex-direction: column; }
.brand-sub { font-family: var(--font); font-weight: 600; font-size: .62rem; letter-spacing: .14em; text-transform: uppercase; color: var(--muted); margin-top: 3px; }

.nav { display: flex; align-items: center; gap: 28px; }
.nav a { font-weight: 500; color: var(--ink); font-size: .98rem; transition: color .15s; }
.nav a:not(.btn):hover { color: var(--accent); }
.nav-cta { color: #fff !important; }

.nav-toggle { display: none; flex-direction: column; gap: 5px; background: none; border: 0; cursor: pointer; padding: 8px; }
.nav-toggle span { width: 24px; height: 2px; background: var(--navy); border-radius: 2px; transition: .25s; }

/* ---------- hero ---------- */
.hero {
  background:
    radial-gradient(1000px 500px at 85% -10%, rgba(198,12,48,.10), transparent 60%),
    linear-gradient(180deg, var(--bg-soft), #fff);
  padding: clamp(48px, 8vw, 92px) 0 clamp(56px, 8vw, 90px);
}
.hero-inner { display: grid; grid-template-columns: 1.15fr .85fr; gap: 48px; align-items: center; }
.eyebrow { font-weight: 700; font-size: .8rem; letter-spacing: .14em; text-transform: uppercase; color: var(--accent-dk); margin-bottom: 14px; }
.eyebrow-light { color: var(--accent-2); }
.hero h1 { margin-bottom: 18px; }
.hl { color: var(--accent); }
.lead { font-size: 1.16rem; color: var(--muted); max-width: 40ch; }
.hero-actions { display: flex; gap: 14px; margin: 28px 0 26px; flex-wrap: wrap; }
.hero-trust { list-style: none; display: flex; flex-wrap: wrap; gap: 18px 26px; }
.hero-trust li { font-size: .95rem; color: var(--muted); position: relative; padding-left: 24px; }
.hero-trust li::before { content: "✓"; position: absolute; left: 0; color: var(--accent); font-weight: 800; }
.hero-trust strong { color: var(--navy); }

/* hero quote card */
.hero-card { display: flex; justify-content: center; }
.quote-card {
  width: 100%; max-width: 340px; background: #fff; border: 1px solid var(--line);
  border-radius: var(--radius); box-shadow: var(--shadow-lg); padding: 24px;
}
.quote-card-head { display: flex; align-items: center; gap: 9px; font-weight: 700; color: var(--navy); margin-bottom: 18px; }
.quote-card-head .dot { width: 9px; height: 9px; border-radius: 50%; background: var(--accent); box-shadow: 0 0 0 4px rgba(198,12,48,.18); }
.quote-row { display: flex; justify-content: space-between; align-items: center; font-size: .98rem; }
.quote-row span { color: var(--muted); }
.quote-row b { color: var(--navy); }
.quote-row.big b { color: var(--accent-dk); }
.quote-line { height: 1px; background: var(--line); margin: 13px 0; }
.quote-card .btn { margin-top: 20px; }

/* ---------- trust strip ---------- */
.strip { background: var(--navy); color: #fff; }
.strip-inner { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; padding: 30px 0; }
.strip-item { display: flex; flex-direction: column; gap: 4px; text-align: center; }
.strip-num { font-family: var(--display); font-weight: 800; font-size: 1.7rem; color: var(--accent-2); }
.strip-item span:last-child { color: var(--silver); font-size: .92rem; }

/* ---------- generic section ---------- */
.section { padding: clamp(56px, 8vw, 96px) 0; }
.section-alt { background: var(--bg-soft); }
.section-head { text-align: center; max-width: 640px; margin: 0 auto 44px; }
.section-sub { color: var(--muted); font-size: 1.08rem; margin-top: 12px; }
.center { text-align: center; margin-top: 40px; }

/* ---------- service cards ---------- */
.cards { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.cards-3 { grid-template-columns: repeat(3, 1fr); }
.card {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  padding: 28px 24px; transition: transform .18s ease, box-shadow .2s ease, border-color .2s;
}
.card:hover { transform: translateY(-6px); box-shadow: var(--shadow); border-color: transparent; }
.card-icon { font-size: 1.9rem; margin-bottom: 14px; }
.card h3 { margin-bottom: 8px; }
.card p { color: var(--muted); font-size: .97rem; }
.card[role="button"] { cursor: pointer; }
.card[role="button"]:focus-visible { outline: 3px solid rgba(198,12,48,.4); outline-offset: 3px; }
.card-more { display: inline-flex; align-items: center; gap: 5px; margin-top: 14px; color: var(--accent); font-weight: 700; font-size: .92rem; transition: gap .18s ease; }
.card:hover .card-more { gap: 10px; }

/* ---------- steps ---------- */
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.step { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 30px 26px; position: relative; }
.step-num {
  display: grid; place-items: center; width: 46px; height: 46px; border-radius: 12px;
  background: linear-gradient(135deg, var(--accent), var(--accent-2)); color: #fff;
  font-family: var(--display); font-weight: 800; font-size: 1.25rem; margin-bottom: 16px;
}
.step h3 { margin-bottom: 8px; }
.step p { color: var(--muted); }

/* ---------- coverage ---------- */
.coverage-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; }
.coverage-copy p { color: var(--muted); margin-top: 12px; }
.coverage-copy strong { color: var(--navy); }
.check-list { list-style: none; margin: 22px 0 26px; display: grid; gap: 12px; }
.check-list li { padding-left: 30px; position: relative; color: var(--ink); }
.check-list li::before {
  content: "✓"; position: absolute; left: 0; top: 0; width: 20px; height: 20px;
  background: var(--accent); color: #fff; border-radius: 50%; display: grid; place-items: center; font-size: .7rem; font-weight: 800;
}
.coverage-visual {
  position: relative; min-height: 260px; border-radius: var(--radius);
  background:
    radial-gradient(circle at 20% 30%, rgba(198,12,48,.10), transparent 40%),
    linear-gradient(135deg, var(--navy), var(--navy-2));
  display: grid; place-items: center; overflow: hidden;
}
.coverage-visual::before {
  content: ""; position: absolute; inset: 0;
  background-image: linear-gradient(rgba(255,255,255,.06) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.06) 1px, transparent 1px);
  background-size: 34px 34px;
}
.map-pin {
  position: relative; z-index: 2; width: 46px; height: 46px; border-radius: 50%;
  display: grid; place-items: center; color: #fff; font-weight: 800; font-family: var(--display);
  box-shadow: 0 6px 16px rgba(0,0,0,.25);
}
.map-pin-a { background: var(--accent); }
.map-pin-b { background: #fff; color: var(--navy); }
.map-route { position: relative; z-index: 2; width: 120px; height: 3px; background: repeating-linear-gradient(90deg, var(--accent-2) 0 10px, transparent 10px 18px); margin: 0 6px; }
.map-label { position: absolute; bottom: 18px; z-index: 2; color: var(--silver); font-size: .9rem; }

/* ---------- booking (dark) ---------- */
.section-dark { background: linear-gradient(160deg, var(--navy), var(--navy-deep)); color: #fff; }
.section-dark h2 { color: #fff; }
.book-inner { display: grid; grid-template-columns: .9fr 1.1fr; gap: 48px; align-items: start; }
.book-sub { color: var(--silver); margin-top: 12px; font-size: 1.06rem; }
.book-points { list-style: none; margin: 24px 0; display: grid; gap: 12px; }
.book-points li { color: #E4ECF7; font-size: 1rem; }
.book-call { color: var(--silver); margin-top: 10px; }
.book-call a { color: var(--accent-2); font-weight: 700; }

.booking-form { background: #fff; color: var(--ink); border-radius: var(--radius); padding: 28px; box-shadow: var(--shadow-lg); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.field { display: flex; flex-direction: column; gap: 6px; }
.field-full { grid-column: 1 / -1; }
.field label { font-size: .85rem; font-weight: 600; color: var(--navy); }
.lbl-hint { font-weight: 400; color: var(--muted); font-size: .8rem; }
.field input, .field select, .field textarea {
  font-family: var(--font); font-size: 1rem; color: var(--ink);
  padding: 12px 14px; border: 1.5px solid var(--line); border-radius: var(--radius-sm);
  background: #fff; transition: border-color .15s, box-shadow .15s; width: 100%;
}
.field input:focus, .field select:focus, .field textarea:focus {
  outline: none; border-color: var(--accent); box-shadow: 0 0 0 3px rgba(198,12,48,.16);
}
.field textarea { resize: vertical; }
.booking-form .btn { margin-top: 20px; }
.form-note { font-size: .82rem; color: var(--muted); text-align: center; margin-top: 14px; }
.form-status { margin-top: 14px; padding: 12px 14px; border-radius: var(--radius-sm); font-weight: 600; text-align: center; }
.form-status.ok { background: #E7F7EE; color: #14804A; }
.form-status.err { background: #FDECEC; color: #C0392B; }

/* ---------- contact ---------- */
.contact-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.contact-cards-2 { grid-template-columns: repeat(2, 1fr); max-width: 620px; margin: 0 auto; }
.contact-card {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 28px 24px;
  display: flex; flex-direction: column; gap: 6px; text-align: center; align-items: center;
  transition: transform .18s, box-shadow .2s, border-color .2s;
}
a.contact-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); border-color: transparent; }
.contact-ic { font-size: 1.7rem; }
.contact-lbl { font-size: .82rem; letter-spacing: .1em; text-transform: uppercase; color: var(--muted); font-weight: 700; }
.contact-val { font-weight: 700; color: var(--navy); font-size: 1.08rem; }

/* ---------- footer ---------- */
.site-footer { background: var(--navy-deep); color: var(--silver); padding: 48px 0 26px; }
.footer-inner { display: flex; justify-content: space-between; gap: 30px; flex-wrap: wrap; padding-bottom: 26px; border-bottom: 1px solid rgba(255,255,255,.1); }
.footer-brand .brand-text { color: #fff; }
.footer-brand p { margin-top: 8px; font-size: .95rem; }
.footer-nav { display: flex; flex-wrap: wrap; gap: 10px 24px; align-items: center; }
.footer-nav a:hover { color: var(--accent-2); }
.footer-bottom { padding-top: 20px; font-size: .88rem; }

/* ---------- sticky mobile book bar ---------- */
.mobile-book-bar {
  display: none; position: fixed; left: 16px; right: 16px; bottom: 16px; z-index: 90;
  background: var(--accent); color: #fff; text-align: center; font-weight: 700; font-size: 1.05rem;
  padding: 15px; border-radius: 999px; box-shadow: 0 10px 26px rgba(198,12,48,.45);
}

/* ---------- service detail modal ---------- */
body.modal-open { overflow: hidden; }
.modal-overlay {
  position: fixed; inset: 0; z-index: 200; padding: 20px;
  display: flex; align-items: center; justify-content: center;
  background: rgba(7, 20, 40, .62); backdrop-filter: blur(4px);
  animation: overlayIn .2s ease;
}
.modal-overlay[hidden] { display: none; }
.modal {
  position: relative; background: #fff; border-radius: var(--radius);
  width: 100%; max-width: 640px; max-height: 90vh; overflow-y: auto;
  padding: 34px; box-shadow: var(--shadow-lg); animation: modalIn .24s cubic-bezier(.2,.8,.2,1);
}
.modal-close {
  position: absolute; top: 14px; right: 16px; width: 40px; height: 40px;
  background: none; border: 0; font-size: 2rem; line-height: 1; color: var(--muted);
  cursor: pointer; border-radius: 50%; transition: background .15s, color .15s;
}
.modal-close:hover { background: var(--bg-soft); color: var(--navy); }
.modal-head { display: flex; align-items: center; gap: 14px; margin-bottom: 10px; padding-right: 34px; }
.modal-icon { font-size: 2rem; line-height: 1; }
.modal-head h3 { font-size: 1.5rem; }
.modal-intro { color: var(--muted); font-size: 1.05rem; margin-bottom: 24px; }
.modal-cols { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; margin-bottom: 22px; }
.modal-col h4 { font-family: var(--display); color: var(--navy); font-size: 1rem; margin-bottom: 12px; }
.modal-list { list-style: none; display: grid; gap: 9px; }
.modal-list li { position: relative; padding-left: 24px; font-size: .95rem; color: var(--ink); }
.modal-list li::before { content: "✓"; position: absolute; left: 0; color: var(--accent); font-weight: 800; }
.modal-steps { list-style: none; counter-reset: s; display: grid; gap: 12px; }
.modal-steps li { position: relative; padding-left: 34px; font-size: .95rem; color: var(--ink); counter-increment: s; }
.modal-steps li::before {
  content: counter(s); position: absolute; left: 0; top: -1px; width: 22px; height: 22px;
  background: var(--navy); color: #fff; border-radius: 50%; display: grid; place-items: center; font-size: .74rem; font-weight: 700;
}
.modal-turnaround {
  background: var(--bg-soft); border-left: 3px solid var(--accent); border-radius: 8px;
  padding: 12px 16px; font-size: .92rem; color: var(--ink); margin-bottom: 24px;
}
.modal-cta { margin-top: 0; }
@keyframes overlayIn { from { opacity: 0; } to { opacity: 1; } }
@keyframes modalIn { from { opacity: 0; transform: translateY(16px) scale(.98); } to { opacity: 1; transform: none; } }

/* ===================================================================
   Responsive
   =================================================================== */
@media (max-width: 960px) {
  .hero-inner { grid-template-columns: 1fr; gap: 40px; }
  .hero-card { justify-content: flex-start; }
  .cards { grid-template-columns: repeat(2, 1fr); }
  .coverage-inner, .book-inner { grid-template-columns: 1fr; gap: 34px; }
  .strip-inner { grid-template-columns: repeat(2, 1fr); gap: 26px; }
}

@media (max-width: 720px) {
  .nav {
    position: fixed; inset: 72px 0 auto 0; flex-direction: column; align-items: stretch;
    background: #fff; border-bottom: 1px solid var(--line); padding: 16px 22px 24px; gap: 6px;
    transform: translateY(-140%); transition: transform .28s ease; box-shadow: var(--shadow);
  }
  .nav a { padding: 12px 4px; border-bottom: 1px solid var(--line); }
  .nav a:last-child { border: 0; }
  .nav-cta { margin-top: 8px; text-align: center; }
  .nav.open { transform: translateY(0); }
  .nav-toggle { display: flex; }
  .nav-toggle.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .nav-toggle.open span:nth-child(2) { opacity: 0; }
  .nav-toggle.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .mobile-book-bar { display: block; }
  main { padding-bottom: 76px; }
}

@media (max-width: 600px) {
  .modal { padding: 26px 20px; }
  .modal-cols { grid-template-columns: 1fr; gap: 22px; }
}

@media (max-width: 520px) {
  .cards { grid-template-columns: 1fr; }
  .steps { grid-template-columns: 1fr; }
  .contact-cards { grid-template-columns: 1fr; }
  .form-grid { grid-template-columns: 1fr; }
  .strip-inner { grid-template-columns: 1fr 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  * { scroll-behavior: auto !important; transition: none !important; }
}
