/* ============================================================
   Transportowiec — main stylesheet
   ============================================================ */

:root {
  --bg: #ffffff;
  --surface: #f5f5f7;
  --surface-2: #ececf0;
  --ink: #111418;
  --ink-soft: #4a4f57;
  --ink-muted: #7a7f88;
  --brand-red: #e2231a;
  --brand-red-dark: #b71c14;
  --brand-red-soft: #fde8e7;
  --hero-bg: #0b0d10;
  --dark-surface: #16181c;
  --border: #e6e6ea;
  --border-strong: #cdd0d6;
  --radius: 14px;
  --radius-sm: 8px;
  --shadow-card: 0 6px 24px rgba(0, 0, 0, 0.08);
  --shadow-lift: 0 12px 40px rgba(0, 0, 0, 0.12);
  --header-h: 72px;
  --container: 1200px;
  --font: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

/* ----- Reset / base ----- */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  * { animation: none !important; transition: none !important; }
}

body {
  margin: 0;
  font-family: var(--font);
  font-size: 16px;
  line-height: 1.55;
  color: var(--ink);
  background: var(--bg);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img, svg { display: block; max-width: 100%; }
button { font: inherit; cursor: pointer; }
a { color: var(--brand-red); text-decoration: none; }
a:hover { text-decoration: underline; }
h1, h2, h3, h4 { line-height: 1.2; margin: 0 0 .6em; font-weight: 700; }
p { margin: 0 0 1em; }
fieldset { border: 0; padding: 0; margin: 0; }
legend { padding: 0; }

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

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

/* ----- Buttons ----- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 22px;
  border-radius: var(--radius-sm);
  border: 2px solid transparent;
  font-weight: 600;
  font-size: 15px;
  text-decoration: none;
  transition: transform .05s ease, background .2s ease, color .2s ease, border-color .2s ease;
  white-space: nowrap;
}
.btn:hover { text-decoration: none; }
.btn:active { transform: translateY(1px); }
.btn-lg { padding: 14px 26px; font-size: 16px; }
.btn-block { width: 100%; }

.btn-primary {
  background: var(--brand-red);
  color: #fff;
  border-color: var(--brand-red);
}
.btn-primary:hover { background: var(--brand-red-dark); border-color: var(--brand-red-dark); color: #fff; }

.btn-ghost {
  background: transparent;
  color: #fff;
  border-color: rgba(255,255,255,.6);
}
.btn-ghost:hover { background: rgba(255,255,255,.12); color: #fff; }

/* ============================================================
   Header
   ============================================================ */
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(11, 13, 16, 0.92);
  backdrop-filter: saturate(180%) blur(10px);
  -webkit-backdrop-filter: saturate(180%) blur(10px);
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: var(--header-h);
  gap: 16px;
}
.logo { display: inline-flex; align-items: center; color: #fff; }
.logo img { height: 28px; width: auto; }

.primary-nav { display: flex; align-items: center; gap: 28px; }
.primary-nav ul {
  list-style: none; padding: 0; margin: 0;
  display: flex; gap: 22px;
}
.primary-nav a {
  color: #e9eaed;
  font-weight: 500;
  font-size: 15px;
}
.primary-nav a:hover { color: #fff; text-decoration: none; }

.nav-phones { display: flex; gap: 12px; }
.nav-phone {
  display: inline-flex; align-items: center; gap: 6px;
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  padding: 6px 10px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 999px;
  transition: background .2s ease;
}
.nav-phone:hover { background: rgba(255,255,255,.08); text-decoration: none; }
.nav-phone img { width: 18px; height: 12px; border-radius: 2px; }

.nav-toggle {
  display: none;
  width: 44px; height: 44px;
  background: transparent;
  border: 0;
  padding: 10px;
  flex-direction: column;
  gap: 5px;
}
.nav-toggle span {
  display: block;
  height: 2px;
  background: #fff;
  border-radius: 2px;
  transition: transform .2s ease, opacity .2s ease;
}
.nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* ============================================================
   Hero
   ============================================================ */
.hero {
  position: relative;
  background: var(--hero-bg);
  color: #fff;
  overflow: hidden;
  isolation: isolate;
}
.hero-bg {
  position: absolute; inset: 0;
  background-size: cover;
  background-position: center;
  z-index: 0;
}
.hero-overlay {
  position: absolute; inset: 0;
  background:
    linear-gradient(180deg, rgba(11,13,16,.70) 0%, rgba(11,13,16,.55) 40%, rgba(11,13,16,.95) 100%),
    radial-gradient(120% 80% at 50% 0%, rgba(226,35,26,.18) 0%, rgba(11,13,16,0) 60%);
  z-index: 1;
}
.hero-content {
  position: relative;
  z-index: 2;
  padding: 88px 24px 96px;
  max-width: 1000px;
}
.hero-eyebrow {
  display: inline-block;
  margin: 0 0 16px;
  padding: 6px 14px;
  border-radius: 999px;
  background: rgba(226,35,26,.18);
  border: 1px solid rgba(226,35,26,.45);
  color: #ffd6d3;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: .3px;
}
.hero-title {
  font-size: clamp(2rem, 5vw, 3.5rem);
  font-weight: 800;
  letter-spacing: -.5px;
  margin: 0 0 18px;
  text-shadow: 0 2px 24px rgba(0,0,0,.4);
}
.hero-title .accent { color: var(--brand-red); }
.hero-sub {
  font-size: clamp(1rem, 1.6vw, 1.2rem);
  color: #d6d8dd;
  max-width: 720px;
  margin: 0 0 28px;
}
.hero-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 36px;
}
.hero-services {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  color: #e9eaed;
}
.hero-services li {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 500;
  font-size: 15px;
  color: #d6d8dd;
}
.hero-services svg { color: var(--brand-red); }

/* ============================================================
   Sections
   ============================================================ */
.section {
  padding: 80px 0;
}
.section-alt { background: var(--surface); }
.section-dark {
  background: var(--hero-bg);
  color: #d6d8dd;
}
.section-dark h2 { color: #fff; }
.section-dark .lead { color: #fff; font-size: 1.2rem; font-weight: 600; }

.section-head {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 48px;
}
.section-head h2 {
  font-size: clamp(1.6rem, 3.2vw, 2.4rem);
  margin: 0 0 12px;
}
.section-head p { color: var(--ink-soft); font-size: 1.05rem; margin: 0; }

/* ----- Trust strip ----- */
.trust { padding: 60px 0; background: var(--surface); }
.trust-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.trust-card {
  background: #fff;
  padding: 24px;
  border-radius: var(--radius);
  box-shadow: var(--shadow-card);
  text-align: center;
}
.trust-icon {
  width: 56px; height: 56px;
  margin: 0 auto 14px;
  display: grid; place-items: center;
  background: var(--brand-red-soft);
  color: var(--brand-red);
  border-radius: 50%;
}
.trust-card h3 { font-size: 1.1rem; margin: 0 0 6px; }
.trust-card p { color: var(--ink-soft); margin: 0; font-size: .95rem; }

/* ============================================================
   Calculator
   ============================================================ */
.calc-card {
  background: #fff;
  border-radius: var(--radius);
  box-shadow: var(--shadow-lift);
  border: 1px solid var(--border);
  overflow: hidden;
}

.calc-tabs {
  display: flex;
  gap: 0;
  background: var(--surface);
  border-bottom: 1px solid var(--border);
}
.calc-tab {
  flex: 1;
  background: transparent;
  border: 0;
  padding: 16px 20px;
  font-weight: 600;
  font-size: 15px;
  color: var(--ink-soft);
  border-bottom: 3px solid transparent;
  transition: all .2s ease;
}
.calc-tab:hover { color: var(--ink); }
.calc-tab.is-active {
  background: #fff;
  color: var(--brand-red);
  border-bottom-color: var(--brand-red);
}

.calc-pane { padding: 32px; }

.calc-grid {
  display: grid;
  grid-template-columns: 1fr 340px;
  gap: 32px;
  align-items: start;
}

.calc-fields { display: flex; flex-direction: column; gap: 24px; }

.field-group { display: flex; flex-direction: column; gap: 12px; }
.field-group[hidden] { display: none; }
.field-group legend {
  font-weight: 600;
  font-size: 14px;
  color: var(--ink-soft);
  text-transform: uppercase;
  letter-spacing: .5px;
  margin-bottom: 4px;
}

/* Chips (radio button styled as cards) */
.chip-row { display: flex; gap: 10px; }
.chip-row-sm { gap: 8px; }
.chip-row-wrap { flex-wrap: wrap; }

.chip {
  flex: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 52px;
  padding: 10px 14px;
  background: #fff;
  border: 2px solid var(--border);
  border-radius: var(--radius-sm);
  font-weight: 500;
  font-size: 14px;
  color: var(--ink);
  cursor: pointer;
  transition: all .15s ease;
  text-align: center;
}
.chip input { position: absolute; opacity: 0; pointer-events: none; }
.chip:hover { border-color: var(--border-strong); }
.chip.is-active {
  background: var(--brand-red-soft);
  border-color: var(--brand-red);
  color: var(--brand-red-dark);
}
.chip.is-active .chip-icon { color: var(--brand-red); }
.chip-icon { color: var(--ink-soft); display: inline-flex; }
.chip-row-sm .chip { min-height: 40px; padding: 6px 12px; font-size: 13px; }

/* Route */
.route-row {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 12px;
  align-items: end;
}
.select-flag { display: flex; flex-direction: column; gap: 6px; }
.select-label {
  font-size: 13px;
  color: var(--ink-soft);
  font-weight: 500;
}
.select-flag select {
  appearance: none;
  -webkit-appearance: none;
  height: 48px;
  padding: 0 36px 0 14px;
  border: 1px solid var(--border-strong);
  border-radius: var(--radius-sm);
  font: inherit;
  font-size: 15px;
  background: #fff url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'><path d='M1 1l5 5 5-5' stroke='%23555' stroke-width='2' fill='none' stroke-linecap='round' stroke-linejoin='round'/></svg>") no-repeat right 14px center;
}
.swap-btn {
  width: 48px; height: 48px;
  border: 1px solid var(--border-strong);
  background: var(--surface);
  border-radius: 50%;
  display: grid; place-items: center;
  color: var(--ink-soft);
  transition: all .15s ease;
}
.swap-btn:hover { background: var(--brand-red); color: #fff; border-color: var(--brand-red); }

/* Numeric inputs */
.dim-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}
.num-field { display: flex; flex-direction: column; gap: 6px; }
.num-field > span {
  font-size: 13px;
  color: var(--ink-soft);
  font-weight: 500;
}
.num-input {
  display: flex;
  align-items: center;
  border: 1px solid var(--border-strong);
  border-radius: var(--radius-sm);
  background: #fff;
  height: 48px;
  padding: 0 14px;
  transition: border-color .15s ease, box-shadow .15s ease;
}
.num-input:focus-within {
  border-color: var(--brand-red);
  box-shadow: 0 0 0 3px rgba(226,35,26,.12);
}
.num-input input {
  flex: 1;
  border: 0;
  background: transparent;
  font: inherit;
  font-size: 15px;
  outline: none;
  width: 100%;
  -moz-appearance: textfield;
}
.num-input input::-webkit-outer-spin-button,
.num-input input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.num-input em {
  font-style: normal;
  color: var(--ink-muted);
  font-size: 14px;
  margin-left: 6px;
}

.sum-line {
  margin: 4px 0 0;
  font-size: 14px;
  color: var(--ink-soft);
}
.sum-line strong { color: var(--ink); }

.method-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.method-label {
  display: block;
  font-size: 13px;
  color: var(--ink-soft);
  font-weight: 500;
  margin-bottom: 6px;
}

.hint {
  font-size: 13px;
  color: var(--ink-muted);
  margin: 4px 0 0;
}

/* Result card */
.calc-result {
  background: linear-gradient(160deg, var(--hero-bg) 0%, #1a1d22 100%);
  color: #fff;
  border-radius: var(--radius);
  padding: 28px;
  position: sticky;
  top: calc(var(--header-h) + 16px);
}
.result-eyebrow {
  margin: 0 0 8px;
  font-size: 13px;
  color: #d6d8dd;
  text-transform: uppercase;
  letter-spacing: .5px;
  font-weight: 600;
}
.result-price {
  font-size: 2.6rem;
  font-weight: 800;
  letter-spacing: -1px;
  color: #fff;
  margin: 0 0 6px;
}
.result-price.is-range { font-size: 2rem; }
.result-bracket {
  margin: 0 0 18px;
  font-size: 14px;
  color: #d6d8dd;
  min-height: 1.5em;
}
.result-foot {
  margin: 14px 0 0;
  font-size: 12px;
  color: #9ea3ad;
}

/* ============================================================
   Cennik
   ============================================================ */
.price-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: 24px;
  align-items: start;
}
.price-table-wrap {
  background: #fff;
  border-radius: var(--radius);
  box-shadow: var(--shadow-card);
  overflow: hidden;
}
.price-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 15px;
}
.price-table thead { background: var(--hero-bg); color: #fff; }
.price-table th, .price-table td {
  padding: 14px 18px;
  text-align: left;
  border-bottom: 1px solid var(--border);
}
.price-table tbody tr:last-child td { border-bottom: 0; }
.price-table tbody tr:hover { background: var(--surface); }
.price-table td:last-child { text-align: right; color: var(--brand-red); font-size: 1.1rem; }

.price-list {
  background: #fff;
  border-radius: var(--radius);
  box-shadow: var(--shadow-card);
  padding: 24px;
}
.price-list h3 { margin: 0 0 14px; font-size: 1.1rem; }
.price-list ul { list-style: none; padding: 0; margin: 0 0 14px; }
.price-list li {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding: 12px 0;
  border-bottom: 1px solid var(--border);
}
.price-list li:last-child { border-bottom: 0; }
.price-list strong { color: var(--brand-red); font-size: 1.05rem; }

/* ============================================================
   Usługi (services)
   ============================================================ */
.services-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.service-card {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 24px;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.service-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-lift);
  border-color: var(--brand-red);
}
.service-icon {
  width: 56px; height: 56px;
  display: grid; place-items: center;
  background: var(--brand-red-soft);
  color: var(--brand-red);
  border-radius: var(--radius-sm);
  margin-bottom: 14px;
}
.service-card h3 { font-size: 1.1rem; margin: 0 0 8px; }
.service-card p { color: var(--ink-soft); margin: 0; font-size: .95rem; }

.cta-strip {
  margin-top: 40px;
  background: linear-gradient(135deg, var(--hero-bg) 0%, #1f2227 100%);
  color: #fff;
  border-radius: var(--radius);
  padding: 28px 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}
.cta-strip p { margin: 0; font-size: 1.05rem; color: #d6d8dd; }
.cta-strip strong { color: #fff; }

/* ============================================================
   O nas
   ============================================================ */
.about-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 48px;
  align-items: start;
}
.about-points {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.about-points li {
  background: rgba(255,255,255,.04);
  border-left: 3px solid var(--brand-red);
  padding: 14px 18px;
  border-radius: var(--radius-sm);
}
.about-points strong { color: #fff; }

/* ============================================================
   Social embeds (Facebook + Instagram)
   ============================================================ */
.social-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  align-items: start;
  justify-items: center;
}
.fb-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  width: 100%;
}
.fb-wrap iframe {
  max-width: 100%;
  border-radius: var(--radius);
  box-shadow: var(--shadow-card);
  background: #fff;
}
.fb-fallback {
  margin: 0;
  font-size: 14px;
  color: var(--ink-soft);
  text-align: center;
}

.ig-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  width: 100%;
}
.ig-wrap iframe {
  max-width: 100%;
  border-radius: var(--radius);
  box-shadow: var(--shadow-card);
  background: #fff;
}

/* ============================================================
   Contact
   ============================================================ */
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 32px;
  align-items: start;
}
.contact-cards {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.contact-card {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 18px 20px;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  color: var(--ink);
  transition: border-color .2s ease, transform .15s ease, box-shadow .2s ease;
}
.contact-card:hover {
  border-color: var(--brand-red);
  transform: translateY(-2px);
  box-shadow: var(--shadow-card);
  text-decoration: none;
}
.contact-card img { width: 32px; height: auto; border-radius: 3px; flex-shrink: 0; }
.contact-icon {
  width: 32px; height: 32px;
  display: grid; place-items: center;
  color: var(--brand-red);
  flex-shrink: 0;
}
.contact-card div { display: flex; flex-direction: column; }
.contact-label {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .4px;
  color: var(--ink-muted);
  font-weight: 600;
}
.contact-value { font-size: 1.05rem; font-weight: 600; color: var(--ink); }

.contact-form {
  background: #fff;
  padding: 28px;
  border-radius: var(--radius);
  box-shadow: var(--shadow-card);
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.contact-form h3 { margin: 0 0 6px; font-size: 1.2rem; }
.contact-form label { display: flex; flex-direction: column; gap: 6px; }
.contact-form label > span {
  font-size: 13px;
  color: var(--ink-soft);
  font-weight: 500;
}
.contact-form input,
.contact-form textarea {
  font: inherit;
  font-size: 15px;
  padding: 12px 14px;
  border: 1px solid var(--border-strong);
  border-radius: var(--radius-sm);
  background: #fff;
  outline: none;
  transition: border-color .15s ease, box-shadow .15s ease;
  width: 100%;
}
.contact-form input:focus,
.contact-form textarea:focus {
  border-color: var(--brand-red);
  box-shadow: 0 0 0 3px rgba(226,35,26,.12);
}
.contact-form textarea { resize: vertical; min-height: 110px; }

/* ============================================================
   Footer
   ============================================================ */
.site-footer {
  background: var(--hero-bg);
  color: #d6d8dd;
  margin-top: 0;
}
.footer-inner {
  display: grid;
  grid-template-columns: 1.5fr repeat(3, 1fr);
  gap: 40px;
  padding: 56px 24px 32px;
}
.footer-brand img { height: 28px; width: auto; margin-bottom: 12px; }
.footer-brand p { color: #9ea3ad; font-size: 14px; margin: 0; }
.footer-col h4 {
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: .5px;
  margin: 0 0 12px;
}
.footer-col ul { list-style: none; padding: 0; margin: 0; }
.footer-col li { margin-bottom: 8px; }
.footer-col a { color: #d6d8dd; font-size: 14px; }
.footer-col a:hover { color: #fff; }
.footer-bar {
  border-top: 1px solid rgba(255,255,255,.08);
  padding: 18px 0;
  font-size: 13px;
  color: #9ea3ad;
}
.footer-bar p { margin: 0; }

/* ============================================================
   Focus styles
   ============================================================ */
:focus-visible {
  outline: 2px solid var(--brand-red);
  outline-offset: 2px;
  border-radius: 3px;
}
.chip:focus-within { outline: 2px solid var(--brand-red); outline-offset: 2px; }

/* ============================================================
   Responsive
   ============================================================ */
@media (max-width: 1024px) {
  .calc-grid { grid-template-columns: 1fr; }
  .calc-result { position: static; }
  .price-grid { grid-template-columns: 1fr; }
  .social-grid { grid-template-columns: 1fr; }
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .about-grid { grid-template-columns: 1fr; gap: 24px; }
  .contact-grid { grid-template-columns: 1fr; }
  .footer-inner { grid-template-columns: 1fr 1fr; gap: 32px; }
}

@media (max-width: 768px) {
  .nav-toggle { display: flex; }
  .primary-nav {
    position: fixed;
    inset: var(--header-h) 0 auto 0;
    background: rgba(11, 13, 16, 0.98);
    flex-direction: column;
    align-items: stretch;
    padding: 24px;
    gap: 20px;
    transform: translateY(-110%);
    transition: transform .25s ease;
    border-bottom: 1px solid rgba(255,255,255,.08);
    max-height: calc(100vh - var(--header-h));
    overflow-y: auto;
  }
  .primary-nav.is-open { transform: translateY(0); }
  .primary-nav ul { flex-direction: column; gap: 6px; }
  .primary-nav a {
    display: block;
    padding: 12px 0;
    font-size: 17px;
    border-bottom: 1px solid rgba(255,255,255,.06);
  }
  .nav-phones { flex-direction: column; gap: 8px; }
  .nav-phone { justify-content: center; padding: 12px; }

  .hero-content { padding: 56px 24px 64px; }
  .hero-cta { flex-direction: column; align-items: stretch; }
  .hero-cta .btn { justify-content: center; }
  .hero-services { gap: 14px; }

  .section { padding: 56px 0; }
  .trust-grid { grid-template-columns: 1fr; }

  .calc-pane { padding: 20px; }
  .dim-grid { grid-template-columns: repeat(2, 1fr); }
  .method-row { grid-template-columns: 1fr; }
  .route-row { grid-template-columns: 1fr; }
  .swap-btn { justify-self: center; transform: rotate(90deg); }
  .chip-row { flex-wrap: wrap; }
  .chip { flex: 1 1 calc(50% - 5px); }

  .services-grid { grid-template-columns: 1fr; }
  .cta-strip { flex-direction: column; align-items: stretch; text-align: center; }
  .cta-strip .btn { justify-self: stretch; }

  .price-table th, .price-table td { padding: 12px 14px; font-size: 14px; }

  .footer-inner { grid-template-columns: 1fr; gap: 28px; padding: 40px 24px 24px; }
}
