:root {
  --navy: #061226;
  --navy-2: #081a34;
  --blue: #2563eb;
  --blue-2: #0f63ff;
  --cyan: #38bdf8;
  --green: #34d399;
  --text: #f8fafc;
  --muted: #a9b8cf;
  --muted-2: #7f90a7;
  --border: rgba(255, 255, 255, 0.12);
  --surface: rgba(255, 255, 255, 0.072);
  --shadow: 0 22px 64px rgba(2, 6, 23, 0.30);
  --shadow-strong: 0 30px 90px rgba(2, 6, 23, 0.44);
  --radius-xl: 28px;
  --radius-lg: 20px;
}

* {
  box-sizing: border-box;
}

html {
  min-height: 100%;
  scroll-behavior: smooth;
  background: #050f22;
}

body {
  margin: 0;
  min-height: 100%;
  font-family: "Manrope", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at 74% 8%, rgba(37,99,235,.32), transparent 31%),
    radial-gradient(circle at 14% 4%, rgba(56,189,248,.12), transparent 24%),
    linear-gradient(140deg, #050f22 0%, #071a37 48%, #050f22 100%);
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  text-rendering: geometricPrecision;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  background-image:
    linear-gradient(rgba(37,99,235,.10) 1px, transparent 1px),
    linear-gradient(90deg, rgba(37,99,235,.10) 1px, transparent 1px);
  background-size: 54px 54px;
  opacity: .18;
  mask-image: linear-gradient(to bottom, rgba(0,0,0,.78), transparent 78%);
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select {
  font: inherit;
}

button:disabled {
  opacity: 0.65;
  cursor: not-allowed;
}

svg {
  width: 100%;
  height: 100%;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.page-shell {
  position: relative;
  z-index: 1;
  width: min(1180px, calc(100% - 42px));
  margin: 0 auto;
  padding: 18px 0 max(28px, env(safe-area-inset-bottom));
}

.topbar {
  position: sticky;
  top: 12px;
  z-index: 20;
  min-height: 66px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 20px;
  padding: 10px 12px;
  border: 1px solid rgba(255,255,255,.10);
  border-radius: 22px;
  background: rgba(5, 15, 34, .86);
  backdrop-filter: blur(18px);
  box-shadow: 0 18px 44px rgba(2, 6, 23, .20);
}

.brand {
  min-width: 0;
  display: inline-flex;
  align-items: center;
  gap: 11px;
}

.brand-mark {
  width: 44px;
  height: 44px;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  border-radius: 14px;
  color: #020617;
  font-weight: 900;
  background: #fff;
  box-shadow: 0 12px 28px rgba(0,0,0,.24);
  overflow: hidden;
}

.brand-mark img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 5px;
  background: #fff;
}

.brand-text {
  min-width: 0;
}

.brand strong,
.brand small {
  display: block;
}

.brand strong {
  font-size: 19px;
  line-height: 1;
  letter-spacing: -0.045em;
}

.brand strong span {
  color: #7dd3fc;
}

.brand small {
  margin-top: 4px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
}

.top-actions {
  display: flex;
  align-items: center;
  gap: 8px;
}

.nav-link,
.nav-cta {
  white-space: nowrap;
  border: 1px solid var(--border);
  border-radius: 13px;
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 14px;
  font-weight: 900;
  font-size: 13px;
  color: #dbeafe;
  background: rgba(255, 255, 255, 0.045);
  transition: transform .22s ease, background .22s ease, border-color .22s ease;
  -webkit-tap-highlight-color: transparent;
}

.nav-cta {
  color: #fff;
  background: linear-gradient(135deg, #347cff, #1557e7);
  border-color: transparent;
  box-shadow: 0 14px 32px rgba(37, 99, 235, .28);
}

.nav-link:hover,
.nav-cta:hover,
.primary-button:hover,
.ghost-button:hover,
.schedule-button:hover,
.secondary-button:hover {
  transform: translateY(-2px);
}

.hero-section {
  display: block;
}

.hero-copy {
  min-height: auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 24px;
  align-items: center;
  padding: clamp(24px, 3.4vw, 38px);
  border: 1px solid var(--border);
  border-radius: var(--radius-xl);
  background:
    linear-gradient(145deg, rgba(255,255,255,.13), rgba(255,255,255,.052)),
    radial-gradient(circle at 96% 80%, rgba(52,211,153,.12), transparent 30%),
    rgba(4, 15, 35, .62);
  backdrop-filter: blur(18px);
  box-shadow: var(--shadow);
  position: relative;
  overflow: hidden;
}

.hero-copy::after {
  content: "";
  position: absolute;
  inset: auto -120px -170px auto;
  width: 330px;
  height: 330px;
  border-radius: 999px;
  background: rgba(56, 189, 248, 0.11);
  filter: blur(18px);
}

.hero-main,
.hero-side {
  position: relative;
  z-index: 1;
}

.eyebrow {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 31px;
  padding: 0 13px;
  margin-bottom: 12px;
  border-radius: 999px;
  border: 1px solid rgba(125,211,252,.34);
  background: rgba(37,99,235,.14);
  color: #dbeafe;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .7px;
  text-transform: uppercase;
}

.eyebrow::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: var(--blue-2);
  box-shadow: 0 0 0 5px rgba(37,99,235,.17);
}

h1,
h2,
h3,
p {
  margin: 0;
}

h1 {
  max-width: 740px;
  font-size: clamp(38px, 4.6vw, 62px);
  line-height: 1.03;
  letter-spacing: -0.062em;
}

.hero-copy p {
  max-width: 610px;
  margin-top: 13px;
  color: #d8e5f7;
  font-size: clamp(14px, 1.45vw, 16px);
  line-height: 1.62;
}

.hero-actions {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}

.primary-button,
.ghost-button {
  min-height: 48px;
  border-radius: 15px;
  padding: 0 16px;
  cursor: pointer;
  font-weight: 900;
  transition: transform 0.22s ease, opacity 0.22s ease, border-color 0.22s ease, background .22s ease;
  -webkit-tap-highlight-color: transparent;
}

.primary-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: #fff;
  border: 1px solid rgba(255,255,255,.10);
  background: linear-gradient(135deg, #347cff, #1f5ff4 48%, #1557e7);
  box-shadow: 0 18px 40px rgba(37,99,235,.35), inset 0 1px 0 rgba(255,255,255,.16);
}

.button-icon {
  width: 27px;
  height: 27px;
  display: grid;
  place-items: center;
  border-radius: 10px;
  background: rgba(255,255,255,.12);
  color: #dbeafe;
  padding: 5px;
}

.ghost-button {
  color: #e2e8f0;
  background: rgba(255, 255, 255, 0.065);
  border: 1px solid var(--border);
}

.hero-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin-top: 12px;
}

.hero-metrics div {
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 15px;
  padding: 11px 8px;
  text-align: center;
  background: rgba(255,255,255,0.055);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.06);
}

.hero-metrics strong,
.hero-metrics span {
  display: block;
}

.hero-metrics strong {
  font-size: 14px;
  letter-spacing: -0.03em;
}

.hero-metrics span {
  margin-top: 3px;
  color: var(--muted);
  font-size: 10.5px;
  font-weight: 800;
}

.privacy-note {
  display: none;
}

.hero-card,
.hero-card-glow,
.phone-preview,
.hero-card-content {
  display: none;
}

.search-panel {
  margin-top: 14px;
  display: grid;
  grid-template-columns: minmax(260px, .92fr) 1.35fr;
  gap: 12px;
  align-items: end;
  padding: 14px;
  border-radius: 22px;
  border: 1px solid var(--border);
  background:
    linear-gradient(145deg, rgba(255,255,255,.105), rgba(255,255,255,.045)),
    rgba(4, 15, 35, .58);
  backdrop-filter: blur(18px);
  box-shadow: var(--shadow);
}

.status-card {
  min-height: 74px;
  display: flex;
  gap: 12px;
  align-items: center;
  padding: 12px;
  border: 1px solid var(--border);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.052);
}

.status-icon {
  flex: 0 0 42px;
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 15px;
  background: rgba(37, 99, 235, 0.18);
  color: #bfdbfe;
  padding: 9px;
}

.status-card strong {
  display: block;
  font-size: 14px;
}

.status-card p {
  margin-top: 3px;
  color: var(--muted);
  font-size: 12.5px;
  line-height: 1.35;
}

.status-card.is-error .status-icon {
  background: rgba(251, 113, 133, 0.18);
  color: #fecdd3;
}

.status-card.is-success .status-icon {
  background: rgba(34, 197, 94, 0.16);
  color: #bbf7d0;
}

.filters-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(150px, .72fr) 112px;
  gap: 9px;
  margin-top: 0;
}

.field span {
  display: block;
  margin-bottom: 6px;
  color: var(--muted);
  font-size: 11px;
  font-weight: 900;
}

.field input,
.field select {
  width: 100%;
  min-height: 44px;
  border: 1px solid var(--border);
  border-radius: 14px;
  padding: 0 12px;
  outline: none;
  color: var(--text);
  background: rgba(2, 6, 23, 0.58);
  transition: border-color .22s ease, background .22s ease;
}

.field input::placeholder {
  color: rgba(169, 184, 207, .72);
}

.field input:focus,
.field select:focus {
  border-color: rgba(56, 189, 248, 0.55);
  background: rgba(2, 6, 23, 0.74);
}

.results-section {
  margin-top: 22px;
}

.results-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 13px;
}

.results-header h2 {
  font-size: clamp(23px, 2.4vw, 32px);
  letter-spacing: -0.04em;
}

.counter {
  white-space: nowrap;
  border: 1px solid var(--border);
  border-radius: 999px;
  padding: 8px 11px;
  color: #dbeafe;
  background: rgba(255, 255, 255, 0.065);
  font-size: 12.5px;
  font-weight: 900;
}

.companies-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.company-card {
  overflow: hidden;
  border: 1px solid var(--border);
  border-radius: 22px;
  background:
    linear-gradient(145deg, rgba(255,255,255,.10), rgba(255,255,255,.04)),
    rgba(4, 15, 35, .62);
  backdrop-filter: blur(18px);
  box-shadow: var(--shadow);
  transition: transform 0.22s ease, border-color 0.22s ease, box-shadow .22s ease;
}

.company-card:hover {
  transform: translateY(-4px);
  border-color: rgba(56, 189, 248, 0.38);
  box-shadow: 0 30px 94px rgba(2, 6, 23, 0.40);
}

.company-cover {
  position: relative;
  height: 118px;
  background: linear-gradient(135deg, #0f172a, #111827);
  overflow: hidden;
}

.company-cover-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transform: scale(1.02);
}

.company-cover-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(2,6,23,0.04), rgba(2,6,23,0.64));
}

.company-logo {
  position: absolute;
  left: 13px;
  bottom: -26px;
  width: 58px;
  height: 58px;
  border: 3px solid #0f172a;
  border-radius: 19px;
  object-fit: cover;
  background: #fff;
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.34);
}

.distance-badge {
  position: absolute;
  right: 10px;
  top: 10px;
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  padding: 5px 8px;
  color: #022c22;
  background: linear-gradient(135deg, #bbf7d0, #7dd3fc);
  border: 0;
  font-size: 10.5px;
  font-weight: 900;
}

.company-body {
  padding: 34px 13px 13px;
}

.company-segment {
  max-width: 100%;
  display: inline-flex;
  align-items: center;
  margin-bottom: 7px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  padding: 5px 8px;
  color: #bae6fd;
  background: rgba(255, 255, 255, 0.065);
  font-size: 10.5px;
  font-weight: 900;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.company-name {
  font-size: 16.5px;
  line-height: 1.17;
  letter-spacing: -0.035em;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.company-details {
  display: grid;
  gap: 4px;
  margin-top: 9px;
  min-height: 40px;
}

.company-details p {
  color: var(--muted);
  font-size: 12px;
  line-height: 1.36;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.company-address {
  -webkit-line-clamp: 2;
}

.company-location {
  color: #cbd5e1 !important;
  -webkit-line-clamp: 1;
}

.company-actions {
  display: grid;
  grid-template-columns: 1fr .74fr;
  gap: 8px;
  margin-top: 12px;
}

.schedule-button,
.secondary-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  border-radius: 13px;
  font-size: 12px;
  font-weight: 900;
  transition: transform 0.22s ease, opacity 0.22s ease, background .22s ease;
}

.schedule-button {
  color: #fff;
  background: linear-gradient(135deg, #347cff, #1557e7);
  box-shadow: 0 14px 30px rgba(37, 99, 235, .22);
}

.secondary-button {
  color: #e2e8f0;
  border: 1px solid var(--border);
  background: rgba(255, 255, 255, 0.055);
}

.loading-state,
.empty-state {
  display: grid;
  place-items: center;
  text-align: center;
  min-height: 190px;
  border: 1px solid var(--border);
  border-radius: 24px;
  padding: 24px;
  background:
    linear-gradient(145deg, rgba(255,255,255,.10), rgba(255,255,255,.04)),
    rgba(4, 15, 35, .62);
  backdrop-filter: blur(18px);
  box-shadow: var(--shadow);
}

.loading-state {
  gap: 12px;
}

.spinner {
  width: 38px;
  height: 38px;
  border-radius: 999px;
  border: 4px solid rgba(255, 255, 255, 0.12);
  border-top-color: #7dd3fc;
  animation: spin 0.9s linear infinite;
}

.empty-icon {
  width: 42px;
  height: 42px;
  color: #93c5fd;
  margin-bottom: 10px;
}

.empty-state h3 {
  font-size: 20px;
  letter-spacing: -0.03em;
}

.empty-state p,
.loading-state p {
  max-width: 430px;
  margin-top: 8px;
  color: var(--muted);
  line-height: 1.55;
}

[hidden] {
  display: none !important;
}

.footer {
  color: #dbeafe;
  padding: 34px 0 0;
  margin-top: 42px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.1fr .8fr .8fr .9fr;
  gap: 38px;
  padding: 28px;
  border: 1px solid rgba(255,255,255,.10);
  border-radius: 28px;
  background:
    radial-gradient(circle at 20% 0%, rgba(37,99,235,.14), transparent 32%),
    rgba(5, 15, 34, .78);
  box-shadow: 0 24px 70px rgba(2,6,23,.24);
}

.footer-brand img {
  width: 100px;
  margin-bottom: 14px;
  border-radius: 15px;
  background: #fff;
  padding: 7px;
}

.footer-brand p {
  max-width: 360px;
}

.footer h3 {
  color: #fff;
  font-size: 14px;
  margin-bottom: 12px;
}

.footer p,
.footer li,
.footer a {
  color: #b7c5d9;
  font-size: 12.5px;
  line-height: 1.7;
}

.footer ul {
  list-style: none;
  display: grid;
  gap: 5px;
  padding: 0;
  margin: 0;
}

.footer a:hover {
  color: #fff;
}

.copyright {
  padding: 14px 0 0;
  text-align: center;
  color: #8fa2bb;
  font-size: 11.5px;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

@media (max-width: 1080px) {
  .hero-copy {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .hero-side {
    max-width: 560px;
  }

  .search-panel {
    grid-template-columns: 1fr;
  }

  .filters-grid {
    grid-template-columns: 1fr 1fr 112px;
  }

  .field-search {
    grid-column: 1 / -1;
  }

  .companies-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .page-shell {
    width: min(100% - 22px, 1180px);
    padding-top: 10px;
  }

  .topbar {
    top: 8px;
    min-height: 58px;
    gap: 8px;
    margin-bottom: 14px;
    padding: 9px;
    border-radius: 18px;
  }

  .brand-mark {
    width: 38px;
    height: 38px;
    border-radius: 12px;
  }

  .brand strong {
    font-size: 15px;
  }

  .brand small,
  .hide-mobile {
    display: none;
  }

  .top-actions {
    gap: 6px;
  }

  .nav-link,
  .nav-cta {
    min-height: 36px;
    padding: 0 9px;
    font-size: 11px;
    border-radius: 11px;
  }

  .hero-copy {
    padding: 20px 18px;
    border-radius: 22px;
  }

  .eyebrow {
    min-height: 28px;
    padding: 0 11px;
    margin-bottom: 11px;
    font-size: 10px;
    letter-spacing: .5px;
  }

  h1 {
    font-size: clamp(29px, 9.2vw, 39px);
    line-height: 1.05;
    letter-spacing: -0.055em;
  }

  .hero-copy p {
    margin-top: 10px;
    font-size: 13.5px;
    line-height: 1.55;
  }

  .hero-side {
    max-width: 100%;
  }

  .hero-actions {
    gap: 9px;
  }

  .primary-button,
  .ghost-button {
    min-height: 44px;
    border-radius: 13px;
    font-size: 13px;
  }

  .button-icon {
    width: 25px;
    height: 25px;
  }

  .hero-metrics {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 7px;
    margin-top: 10px;
  }

  .hero-metrics div {
    padding: 9px 6px;
    border-radius: 14px;
  }

  .hero-metrics strong {
    font-size: 12.5px;
  }

  .hero-metrics span {
    font-size: 9.7px;
  }

  .search-panel {
    margin-top: 12px;
    padding: 11px;
    border-radius: 21px;
    gap: 10px;
  }

  .status-card {
    min-height: auto;
    align-items: flex-start;
    padding: 11px;
    border-radius: 17px;
  }

  .status-icon {
    flex-basis: 38px;
    width: 38px;
    height: 38px;
    border-radius: 13px;
    padding: 8px;
  }

  .status-card strong {
    font-size: 13px;
  }

  .status-card p {
    font-size: 12px;
  }

  .filters-grid {
    grid-template-columns: minmax(0, 1fr) 104px;
    gap: 8px;
  }

  .field-search {
    grid-column: 1 / -1;
  }

  .field span {
    font-size: 10.8px;
  }

  .field select,
  .field input {
    min-height: 42px;
    border-radius: 13px;
    font-size: 13px;
  }

  .results-section {
    margin-top: 18px;
  }

  .results-header {
    align-items: center;
    flex-direction: row;
    margin-bottom: 12px;
  }

  .results-header .eyebrow {
    display: none;
  }

  .results-header h2 {
    font-size: 22px;
  }

  .counter {
    padding: 7px 9px;
    font-size: 11.5px;
  }

  .companies-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .company-card {
    display: grid;
    grid-template-columns: 104px minmax(0, 1fr);
    min-height: 140px;
    border-radius: 20px;
  }

  .company-cover {
    height: 100%;
    min-height: 140px;
  }

  .company-logo {
    left: 9px;
    bottom: 9px;
    width: 48px;
    height: 48px;
    border-radius: 16px;
    border-width: 3px;
  }

  .distance-badge {
    top: 8px;
    right: 7px;
    padding: 4px 7px;
    font-size: 10px;
  }

  .company-body {
    padding: 11px;
  }

  .company-segment {
    margin-bottom: 6px;
    padding: 4px 8px;
    font-size: 10px;
  }

  .company-name {
    font-size: 15px;
  }

  .company-details {
    min-height: auto;
    margin-top: 7px;
  }

  .company-details p {
    font-size: 11.3px;
  }

  .company-address {
    -webkit-line-clamp: 1;
  }

  .company-actions {
    margin-top: 9px;
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .schedule-button,
  .secondary-button {
    min-height: 34px;
    border-radius: 11px;
    font-size: 11.5px;
  }

  .secondary-button {
    display: none;
  }

  .loading-state,
  .empty-state {
    min-height: 180px;
    border-radius: 22px;
    padding: 22px;
  }

  .empty-state h3 {
    font-size: 18px;
  }

  .empty-state p,
  .loading-state p {
    font-size: 13px;
  }

  .footer {
    margin-top: 32px;
    padding-top: 24px;
  }

  .footer-grid {
    grid-template-columns: .76fr .90fr 1.28fr !important;
    gap: 14px 12px !important;
    align-items: start;
    max-width: 430px;
    margin: 0 auto;
    justify-content: center;
    padding: 20px;
    border-radius: 22px;
  }

  .footer-brand {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: 68px 1fr;
    gap: 12px;
    align-items: center;
    max-width: 430px;
    margin: 0 auto;
  }

  .footer-brand img {
    width: 68px;
    margin: 0;
    border-radius: 13px;
    padding: 6px;
  }

  .footer-brand p {
    max-width: 290px;
  }

  .footer h3 {
    margin-bottom: 8px;
    font-size: 12px;
    line-height: 1.25;
  }

  .footer p,
  .footer li,
  .footer a {
    font-size: 10.8px;
    line-height: 1.5;
  }

  .footer ul {
    gap: 5px;
  }

  .footer a {
    overflow-wrap: anywhere;
  }

  .copyright {
    max-width: 430px;
    margin: 0 auto;
    font-size: 10.2px;
    line-height: 1.55;
  }
}

@media (max-width: 420px) {
  .page-shell {
    width: min(100% - 20px, 1180px);
  }

  .brand-text {
    display: none;
  }

  .top-actions .nav-link {
    display: none;
  }

  .hero-copy {
    padding: 18px 16px;
  }

  h1 {
    font-size: 31px;
  }

  .company-card {
    grid-template-columns: 96px minmax(0, 1fr);
  }

  .company-cover {
    min-height: 136px;
  }

  .footer-grid {
    grid-template-columns: .74fr .90fr 1.16fr !important;
    gap: 13px 9px !important;
    max-width: 400px;
  }

  .footer-brand {
    grid-template-columns: 62px 1fr;
  }

  .footer-brand img {
    width: 62px;
  }

  .footer h3 {
    font-size: 10.8px !important;
  }

  .footer p,
  .footer li,
  .footer a {
    font-size: 10px !important;
  }
}

@media (max-width: 360px) {
  .footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .footer-grid > div:nth-child(4) {
    grid-column: 1 / -1;
  }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
  }
}
