:root {
  --brand-blue: #2f6df6;
  --brand-blue-dark: #183b86;
  --brand-cyan: #d9fbff;
  --brand-peach: #fff1ea;
  --text-main: #1d2a57;
  --text-soft: #66708f;
  --surface: #ffffff;
  --surface-soft: #f5f8ff;
  --border-soft: rgba(29, 42, 87, 0.1);
  --shadow-soft: 0 24px 70px rgba(45, 82, 180, 0.12);
  --radius-xl: 32px;
}

a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: normal;
}

html {
  font-size: 14px;
  scroll-behavior: smooth;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

body {
  margin: 0;
  color: var(--text-main);
  background:
    radial-gradient(circle at top left, rgba(154, 241, 255, 0.22), transparent 30%),
    linear-gradient(180deg, #f6f9ff 0%, #ffffff 28%, #f8fbff 100%);
  font-family: "Segoe UI", "Trebuchet MS", sans-serif;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.btn:focus,
.btn:active:focus,
.btn-link.nav-link:focus,
.form-control:focus,
.form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem rgba(47, 109, 246, 0.22);
}

a {
  color: #0077cc;
  text-decoration: none;
}

.btn-primary {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.border-top {
  border-top: 1px solid #e5e5e5;
}

.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

.site-topbar {
  width: 100%;
  background: linear-gradient(90deg, var(--brand-blue) 0%, #4a8dff 100%);
  box-shadow: 0 14px 40px rgba(47, 109, 246, 0.18);
}

.site-shell {
  width: min(100% - 32px, 1480px);
  margin: 0 auto;
}

.site-topbar-inner {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 28px;
  align-items: center;
  justify-content: space-between;
  color: #fff;
  padding: 10px 0;
  font-size: 0.88rem;
}

.site-topbar-item {
  opacity: 0.95;
}

.site-navbar {
  background: rgba(255, 255, 255, 0.95);
  border-bottom: 1px solid rgba(29, 42, 87, 0.06);
  box-shadow: 0 10px 28px rgba(29, 42, 87, 0.06);
  margin-bottom: 0;
}

.site-navbar .site-shell {
  display: flex;
  align-items: center;
  width: min(100% - 32px, 1480px);
  min-height: 78px;
}

.site-logo {
  height: 48px;
  width: auto;
  flex-shrink: 0;
}

.site-brand-copy {
  display: flex;
  flex-direction: column;
  line-height: 1.05;
  color: var(--text-main);
}

.site-brand-copy strong {
  font-size: 1.05rem;
  letter-spacing: -0.02em;
}

.site-brand-copy small {
  color: var(--text-soft);
  font-size: 0.72rem;
  font-weight: 600;
}

.navbar-nav .nav-link {
  color: var(--text-main);
  font-weight: 600;
  padding-left: 0.9rem;
  padding-right: 0.9rem;
}

.navbar-nav .nav-link:hover {
  color: var(--brand-blue);
}

.site-nav-actions .navbar-nav {
  align-items: center;
  gap: 4px;
}

.site-nav-actions .nav-link,
.site-nav-actions .btn-link {
  color: var(--text-main) !important;
  font-weight: 600;
}

.site-nav-actions .navbar-nav .nav-item:last-child .nav-link,
.site-nav-actions .navbar-nav .nav-item:last-child .btn-link,
.site-nav-actions .navbar-nav .nav-item:first-child .nav-link {
  border: 1px solid rgba(47, 109, 246, 0.25);
  border-radius: 999px;
  padding: 0.7rem 1.1rem;
  background: #fff;
}

.site-main {
  padding-top: 1.5rem;
  flex: 1 0 auto;
}

.site-main-home {
  padding-top: 0;
}

.home-hero {
  padding: 1.25rem 0 2rem;
}

.home-hero-shell {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius-xl);
  background:
    radial-gradient(circle at 15% 25%, rgba(139, 244, 255, 0.45), transparent 28%),
    radial-gradient(circle at 85% 35%, rgba(255, 223, 210, 0.65), transparent 32%),
    linear-gradient(135deg, #ffffff 0%, #fff8f5 48%, #fefefe 100%);
  padding: 3rem 1.25rem;
  box-shadow: var(--shadow-soft);
}

.home-hero-copy {
  position: relative;
  z-index: 2;
}

.home-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 0.55rem 0.9rem;
  border-radius: 999px;
  background: rgba(47, 109, 246, 0.08);
  color: var(--brand-blue);
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.home-hero h1 {
  max-width: 11ch;
  margin: 1.25rem 0 1rem;
  color: var(--text-main);
  font-size: clamp(2.8rem, 5vw, 4.75rem);
  line-height: 0.98;
  letter-spacing: -0.04em;
}

.home-hero-text {
  max-width: 560px;
  color: var(--text-soft);
  font-size: 1.06rem;
  line-height: 1.8;
}

.home-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 2rem;
}

.home-btn-primary,
.home-btn-secondary {
  min-height: 52px;
  border-radius: 999px;
  padding: 0.85rem 1.5rem;
  font-weight: 700;
}

.home-btn-primary {
  background: linear-gradient(135deg, var(--brand-blue) 0%, #5a92ff 100%);
  border-color: transparent;
  box-shadow: 0 18px 30px rgba(47, 109, 246, 0.22);
}

.home-btn-secondary {
  border-width: 1.5px;
}

.home-metrics-row {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 1.8rem;
}

.home-metric-chip {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 200px;
  padding: 1rem 1.1rem;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(29, 42, 87, 0.08);
  border-radius: 20px;
  backdrop-filter: blur(6px);
}

.home-metric-chip strong {
  color: var(--brand-blue-dark);
  font-size: 1.25rem;
}

.home-metric-chip span {
  color: var(--text-soft);
  font-size: 0.92rem;
}

.home-visual {
  position: relative;
  min-height: 520px;
}

.home-visual-orb {
  position: absolute;
  border-radius: 50%;
}

.home-visual-orb-a {
  inset: 10% 6% auto auto;
  width: 310px;
  height: 310px;
  border: 30px solid rgba(255, 206, 190, 0.35);
}

.home-visual-orb-b {
  inset: auto auto 4% 4%;
  width: 180px;
  height: 180px;
  background: radial-gradient(circle, rgba(124, 235, 255, 0.5), transparent 68%);
}

.home-device-card {
  position: absolute;
  right: 8%;
  bottom: 2%;
  width: min(100%, 440px);
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(29, 42, 87, 0.08);
  border-radius: 30px;
  box-shadow: 0 30px 80px rgba(31, 60, 140, 0.16);
  overflow: hidden;
}

.home-device-top {
  display: flex;
  gap: 8px;
  padding: 16px 20px;
  background: #f7f9ff;
}

.home-device-top span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(47, 109, 246, 0.25);
}

.home-device-body {
  padding: 1.8rem;
}

.home-lock-badge {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  background: var(--brand-peach);
  color: #cc6c4b;
  font-weight: 700;
  padding: 0.5rem 0.8rem;
  margin-bottom: 1rem;
}

.home-device-body h3 {
  font-size: 1.75rem;
  line-height: 1.2;
  margin-bottom: 1rem;
}

.home-device-list {
  display: grid;
  gap: 12px;
}

.home-device-list div {
  padding: 0.9rem 1rem;
  border-radius: 16px;
  background: var(--surface-soft);
  color: var(--text-main);
  font-weight: 600;
}

.home-floating-card {
  position: absolute;
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 170px;
  padding: 1rem 1.1rem;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(29, 42, 87, 0.08);
  box-shadow: 0 18px 45px rgba(29, 42, 87, 0.1);
}

.home-floating-card strong {
  font-size: 1.6rem;
  color: var(--brand-blue-dark);
}

.home-floating-card span {
  color: var(--text-soft);
  font-size: 0.9rem;
}

.home-floating-card-top {
  top: 18%;
  right: 0;
}

.home-floating-card-bottom {
  left: 2%;
  bottom: 8%;
}

.home-feature-strip,
.home-pages-section {
  padding: 1.2rem 0 3.5rem;
}

.home-feature-card,
.home-page-card,
.home-empty-state {
  height: 100%;
  border-radius: 24px;
  background: #ffffff;
  border: 1px solid var(--border-soft);
  box-shadow: 0 18px 48px rgba(31, 60, 140, 0.09);
}

.home-feature-card {
  padding: 1.8rem;
}

.home-feature-card h2,
.home-page-card h3 {
  color: var(--brand-blue-dark);
}

.home-feature-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border-radius: 18px;
  margin-bottom: 1rem;
  background: linear-gradient(135deg, rgba(47, 109, 246, 0.15), rgba(139, 244, 255, 0.4));
  color: var(--brand-blue);
  font-weight: 800;
}

.home-feature-card h2,
.home-section-heading h2 {
  font-size: clamp(1.8rem, 2vw, 2.6rem);
  line-height: 1.15;
}

.home-feature-card p,
.home-page-card p,
.home-empty-state {
  color: var(--text-soft);
  line-height: 1.75;
}

.home-section-heading {
  display: flex;
  flex-wrap: wrap;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 1.8rem;
}

.home-page-card {
  display: flex;
  flex-direction: column;
  padding: 1.6rem;
}

.home-page-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 1rem;
}

.home-page-badge {
  display: inline-flex;
  padding: 0.4rem 0.75rem;
  border-radius: 999px;
  background: rgba(47, 109, 246, 0.1);
  color: var(--brand-blue);
  font-size: 0.82rem;
  font-weight: 700;
}

.home-page-slug {
  color: #91a0c4;
  font-size: 0.88rem;
  font-weight: 600;
}

.home-page-card h3 {
  font-size: 1.4rem;
  line-height: 1.2;
  margin-bottom: 0.8rem;
}

.home-page-link {
  margin-top: auto;
  color: var(--brand-blue);
  font-weight: 700;
}

.public-page {
  max-width: 1120px;
  margin: 0 auto;
  padding: 1.25rem 0 3rem;
}

.public-page-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 280px;
  gap: 1.5rem;
  align-items: stretch;
  margin-bottom: 1.5rem;
  padding: clamp(1.5rem, 3vw, 2.4rem);
  color: #ffffff;
  border-radius: 8px;
  background:
    linear-gradient(120deg, rgba(12, 29, 68, 0.96), rgba(37, 90, 159, 0.88)),
    url("/img/logo.png") right 1.5rem center / min(34vw, 360px) auto no-repeat;
  box-shadow: 0 24px 64px rgba(31, 60, 140, 0.16);
}

.public-page-kicker {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0.45rem 0.7rem;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.13);
  color: #e7f6ff;
  font-weight: 700;
}

.public-page h1 {
  max-width: 820px;
  margin: 1rem 0 0.85rem;
  color: #ffffff;
  font-size: clamp(2rem, 4vw, 3.4rem);
  line-height: 1.08;
  letter-spacing: 0;
}

.public-page-hero p {
  max-width: 760px;
  margin: 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: 1.05rem;
  line-height: 1.75;
}

.public-page-summary {
  align-self: end;
  display: grid;
  gap: 0.35rem;
  padding: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(8px);
}

.public-page-summary span,
.public-page-summary small {
  color: rgba(255, 255, 255, 0.78);
}

.public-page-summary strong {
  overflow-wrap: anywhere;
  color: #ffffff;
  font-size: 1.1rem;
}

.public-page-body {
  padding: clamp(1.25rem, 2.8vw, 2.4rem);
  border: 1px solid var(--border-soft);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 18px 48px rgba(31, 60, 140, 0.09);
}

.page-content {
  color: var(--text-main);
  line-height: 1.8;
}

.page-content > :first-child {
  margin-top: 0;
}

.page-content > :last-child {
  margin-bottom: 0;
}

.page-content h2,
.page-content h3,
.page-content h4 {
  color: var(--brand-blue-dark);
  line-height: 1.25;
  margin-top: 1.75rem;
  margin-bottom: 0.75rem;
  letter-spacing: 0;
}

.page-content p,
.page-content li {
  color: var(--text-soft);
}

.page-content a {
  color: var(--brand-blue);
  font-weight: 700;
}

.page-content img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}

.page-content table {
  overflow: hidden;
  border-radius: 8px;
}

.home-empty-state {
  padding: 2rem;
  text-align: center;
}

.site-footer {
  border-top: 1px solid rgba(29, 42, 87, 0.08);
  margin-top: auto;
  padding: 1.25rem 0 2rem;
  background: rgba(255, 255, 255, 0.92);
  position: static;
  bottom: auto;
  width: auto;
  white-space: normal;
  line-height: 1.6;
}

.form-floating > .form-control-plaintext::placeholder,
.form-floating > .form-control::placeholder {
  color: var(--bs-secondary-color);
  text-align: end;
}

.form-floating > .form-control-plaintext:focus::placeholder,
.form-floating > .form-control:focus::placeholder {
  text-align: start;
}

@media (max-width: 991.98px) {
  .site-shell,
  .site-navbar .site-shell {
    width: min(100% - 24px, 1480px);
  }

  .site-topbar-inner {
    justify-content: center;
  }

  .site-nav-actions {
    margin-top: 1rem;
  }

  .site-nav-actions .navbar-nav {
    align-items: stretch;
  }

  .home-hero-shell {
    padding: 2rem 1rem;
  }

  .home-hero h1 {
    max-width: none;
  }

  .home-visual {
    min-height: 420px;
  }

  .home-device-card {
    right: 0;
    left: 0;
    margin: 0 auto;
  }

  .home-floating-card-top {
    right: 12px;
  }

  .home-floating-card-bottom {
    left: 12px;
  }
}

@media (max-width: 575.98px) {
  .site-shell,
  .site-navbar .site-shell {
    width: min(100% - 16px, 1480px);
  }

  .home-hero {
    padding-top: 0.75rem;
  }

  .home-metric-chip,
  .home-floating-card {
    min-width: 100%;
  }

  .home-visual {
    min-height: 520px;
  }

  .home-device-card {
    width: 100%;
  }

  .site-logo {
    height: 36px;
  }

  .site-brand-copy strong {
    font-size: 0.95rem;
  }

  .site-brand-copy small {
    font-size: 0.68rem;
  }
}

/* Home page: public explanation of the locksmith operation flow */
.home-hero {
  padding: 0;
}

.home-hero-media {
  min-height: 680px;
  display: flex;
  align-items: center;
  background:
    linear-gradient(90deg, rgba(12, 29, 68, 0.78), rgba(12, 29, 68, 0.38)),
    url("/img/logo.png") right 8% center / min(42vw, 520px) auto no-repeat,
    linear-gradient(135deg, #0c1d44 0%, #255a9f 58%, #f2f6fb 58%, #ffffff 100%);
  color: #fff;
  padding: 4.5rem 0;
}

.home-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.06fr) minmax(360px, 0.74fr);
  gap: 2rem;
  align-items: center;
}

.home-hero-copy {
  max-width: 760px;
}

.home-kicker {
  letter-spacing: 0;
  text-transform: none;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.14);
  color: #e7f6ff;
}

.home-hero h1 {
  max-width: 760px;
  margin: 1.15rem 0 1rem;
  color: #ffffff;
  font-size: clamp(2.35rem, 4.8vw, 4.45rem);
  line-height: 1.05;
  letter-spacing: 0;
}

.home-hero-text {
  max-width: 700px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 1.08rem;
  line-height: 1.75;
}

.home-btn-primary,
.home-btn-secondary {
  border-radius: 8px;
}

.home-btn-secondary {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.72);
}

.home-btn-secondary:hover {
  color: var(--brand-blue-dark);
  background: #fff;
  border-color: #fff;
}

.home-metric-chip {
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.18);
}

.home-metric-chip strong,
.home-metric-chip span {
  color: #ffffff;
}

.home-ops-panel {
  background: rgba(255, 255, 255, 0.96);
  color: var(--text-main);
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 8px;
  box-shadow: 0 30px 70px rgba(7, 18, 45, 0.26);
  padding: 1rem;
}

.home-ops-header {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  padding: 0.35rem 0.25rem 1rem;
}

.home-ops-header img {
  width: 48px;
  height: 48px;
  object-fit: contain;
  border-radius: 8px;
  background: #eef5ff;
  padding: 0.35rem;
}

.home-ops-header strong,
.home-ops-header span {
  display: block;
}

.home-ops-header span {
  color: var(--text-soft);
  font-size: 0.9rem;
}

.home-ops-map {
  position: relative;
  height: 230px;
  overflow: hidden;
  border-radius: 8px;
  background:
    linear-gradient(90deg, rgba(29, 42, 87, 0.07) 1px, transparent 1px),
    linear-gradient(rgba(29, 42, 87, 0.07) 1px, transparent 1px),
    linear-gradient(135deg, #eef6ff 0%, #f8fbff 52%, #fff3ec 100%);
  background-size: 42px 42px, 42px 42px, auto;
}

.home-map-route {
  position: absolute;
  inset: 54px 58px 70px 52px;
  border-left: 4px solid #2f6df6;
  border-bottom: 4px solid #2f6df6;
  border-radius: 0 0 0 22px;
}

.home-map-pin {
  position: absolute;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 4px solid #fff;
  box-shadow: 0 10px 24px rgba(29, 42, 87, 0.2);
}

.home-map-pin-a {
  left: 46px;
  top: 48px;
  background: #2f6df6;
}

.home-map-pin-b {
  right: 66px;
  bottom: 62px;
  background: #16a36f;
}

.home-map-pin-c {
  right: 28%;
  top: 34%;
  background: #f59e0b;
}

.home-ops-list {
  display: grid;
  gap: 0.75rem;
  margin-top: 1rem;
}

.home-ops-item {
  display: flex;
  gap: 0.85rem;
  align-items: center;
  padding: 0.85rem;
  border: 1px solid rgba(29, 42, 87, 0.08);
  border-radius: 8px;
  background: #ffffff;
}

.home-ops-item span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  flex: 0 0 36px;
  border-radius: 8px;
  background: #eef4ff;
  color: var(--brand-blue);
  font-weight: 800;
}

.home-ops-item.is-active span {
  background: #eaf8f1;
  color: #15845c;
}

.home-ops-item strong,
.home-ops-item small {
  display: block;
}

.home-ops-item small {
  color: var(--text-soft);
  line-height: 1.45;
}

.home-proof-strip,
.home-flow-section,
.home-roles-section,
.home-pages-section {
  padding: 3.25rem 0;
}

.home-proof-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-top: -5.5rem;
  position: relative;
  z-index: 2;
}

.home-proof-grid > div,
.home-flow-card,
.home-role-card,
.home-page-card,
.home-empty-state {
  border-radius: 8px;
  background: #ffffff;
  border: 1px solid var(--border-soft);
  box-shadow: 0 18px 48px rgba(31, 60, 140, 0.09);
}

.home-proof-grid > div {
  padding: 1.3rem;
}

.home-proof-grid strong,
.home-proof-grid span {
  display: block;
}

.home-proof-grid strong {
  color: var(--brand-blue-dark);
  font-size: 1.05rem;
  margin-bottom: 0.35rem;
}

.home-proof-grid span {
  color: var(--text-soft);
  line-height: 1.65;
}

.home-section-heading h2 {
  max-width: 820px;
  font-size: clamp(1.85rem, 3vw, 3rem);
  letter-spacing: 0;
}

.home-flow-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.home-flow-card,
.home-role-card {
  padding: 1.45rem;
}

.home-flow-card h3,
.home-role-card h3 {
  color: var(--brand-blue-dark);
  font-size: 1.25rem;
  margin-bottom: 0.7rem;
}

.home-flow-card p,
.home-role-card p {
  color: var(--text-soft);
  line-height: 1.7;
  margin-bottom: 0;
}

.home-feature-icon {
  border-radius: 8px;
  letter-spacing: 0;
}

.home-role-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.home-role-card {
  display: flex;
  flex-direction: column;
  min-height: 240px;
}

.home-role-card a {
  margin-top: auto;
  color: var(--brand-blue);
  font-weight: 700;
}

.home-page-count {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0.55rem 0.85rem;
  border-radius: 8px;
  background: #eaf8f1;
  color: #15845c;
  font-weight: 800;
}

@media (max-width: 991.98px) {
  .home-hero-media {
    min-height: auto;
    padding: 3rem 0 7rem;
    background:
      linear-gradient(90deg, rgba(12, 29, 68, 0.84), rgba(12, 29, 68, 0.58)),
      url("/img/logo.png") right 2rem bottom 2rem / 260px auto no-repeat,
      linear-gradient(135deg, #0c1d44 0%, #255a9f 100%);
  }

  .home-hero-grid,
  .home-proof-grid,
  .home-flow-grid,
  .home-role-grid,
  .public-page-hero {
    grid-template-columns: 1fr;
  }

  .public-page-hero {
    background:
      linear-gradient(120deg, rgba(12, 29, 68, 0.96), rgba(37, 90, 159, 0.88)),
      url("/img/logo.png") right 1rem bottom 1rem / 220px auto no-repeat;
  }

  .public-page-summary {
    align-self: stretch;
  }

  .home-ops-panel {
    max-width: 620px;
  }

  .home-proof-grid {
    margin-top: -7rem;
  }
}

@media (max-width: 575.98px) {
  .home-hero-media {
    padding: 2rem 0 6rem;
  }

  .home-hero h1 {
    font-size: 2.2rem;
  }

  .home-ops-map {
    height: 190px;
  }
}
