:root {
  --blue: #184fa6;
  --blue-dark: #0f397d;
  --ink: #101317;
  --muted: #626b78;
  --line: #e7ebf0;
  --paper: #ffffff;
  --soft: #f5f8fb;
  --green: #63a70a;
  --shadow: 0 24px 70px rgba(16, 19, 23, 0.12);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, Arial, sans-serif;
}

img {
  display: block;
  max-width: 100%;
}

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

.site-header {
  align-items: center;
  background: rgba(12, 18, 24, 0.84);
  backdrop-filter: blur(18px);
  box-shadow: none;
  display: grid;
  grid-template-columns: 160px 1fr 48px;
  left: 0;
  max-width: none;
  padding: 32px clamp(24px, 7vw, 110px);
  position: fixed;
  top: 0;
  transform: none;
  transition: background 0.25s ease, box-shadow 0.25s ease, padding 0.25s ease;
  width: 100%;
  z-index: 20;
}

.site-header.is-scrolled {
  background: rgba(12, 18, 24, 0.84);
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.22);
  padding-block: 24px;
}

.brand img {
  height: 58px;
  object-fit: contain;
  width: 72px;
}

.main-nav {
  align-items: center;
  color: #fff;
  display: flex;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 15px;
  gap: clamp(22px, 3vw, 52px);
  justify-content: center;
}

.main-nav a {
  opacity: 0.94;
  transition: color 0.2s ease, opacity 0.2s ease;
}

.main-nav a:hover {
  color: #9bd6ff;
  opacity: 1;
}

.nav-dropdown {
  position: relative;
}

.nav-dropdown > a {
  align-items: center;
  display: inline-flex;
  gap: 8px;
  padding: 12px 0;
}

.nav-dropdown > a::after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 5px solid currentColor;
  content: "";
  margin-top: 2px;
}

.nav-menu {
  background: rgba(12, 18, 24, 0.96);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.24);
  display: grid;
  gap: 2px;
  left: 50%;
  min-width: 180px;
  opacity: 0;
  padding: 12px;
  pointer-events: none;
  position: absolute;
  top: 100%;
  transform: translateX(-50%) translateY(-6px);
  transition: opacity 0.18s ease, transform 0.18s ease;
  z-index: 40;
}

.nav-menu a {
  border-radius: 6px;
  padding: 11px 14px;
  white-space: nowrap;
}

.nav-menu a:hover {
  background: rgba(255, 255, 255, 0.08);
}

.nav-dropdown:hover .nav-menu,
.nav-dropdown:focus-within .nav-menu {
  opacity: 1;
  pointer-events: auto;
  transform: translateX(-50%) translateY(0);
}

.language-link {
  display: grid;
  justify-self: end;
  place-items: center;
}

.language-link img {
  border-radius: 50%;
  height: 30px;
  width: 30px;
}

.menu-button {
  background: transparent;
  border: 0;
  display: none;
  height: 38px;
  padding: 0;
  width: 42px;
}

.menu-button span {
  background: #fff;
  display: block;
  height: 2px;
  margin: 8px 0;
  width: 100%;
}

.hero {
  align-items: center;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.72), rgba(0, 0, 0, 0.42) 44%, rgba(0, 0, 0, 0.45)),
    url("assets/asset-9bd2db8b.jpg") center / cover no-repeat;
  color: #fff;
  display: flex;
  min-height: 100vh;
  overflow: hidden;
  position: relative;
}

.hero-content {
  margin-left: clamp(26px, 16vw, 310px);
  margin-top: 72px;
  max-width: 620px;
  padding: 80px 24px;
  position: relative;
  z-index: 2;
}

.hero h1 {
  font-family: Kumbh Sans, Inter, sans-serif;
  font-size: clamp(54px, 6vw, 86px);
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.09;
  margin: 0 0 28px;
}

.hero p {
  color: rgba(255, 255, 255, 0.94);
  font-size: 18px;
  font-weight: 500;
  line-height: 1.65;
  margin: 0 0 28px;
  max-width: 570px;
}

.button {
  align-items: center;
  border: 0;
  border-radius: 999px;
  display: inline-flex;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 15px;
  font-weight: 700;
  justify-content: center;
  min-height: 58px;
  padding: 0 40px;
  transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button.primary {
  background: var(--blue);
  color: #fff;
}

.button.light {
  background: #fff;
  color: var(--blue-dark);
}

.button.ghost {
  border: 1px solid rgba(255, 255, 255, 0.55);
  color: #fff;
}

.social-rail {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 18px;
  position: absolute;
  right: clamp(42px, 8vw, 160px);
  top: 41%;
  z-index: 3;
}

.social-rail span {
  background: rgba(255, 255, 255, 0.85);
  display: block;
  height: 132px;
  width: 2px;
}

.social-rail a {
  align-items: center;
  border-radius: 50%;
  color: #fff;
  display: flex;
  font-size: 18px;
  height: 28px;
  justify-content: center;
  width: 28px;
}

.section {
  padding: clamp(72px, 9vw, 132px) clamp(24px, 6vw, 92px);
}

.section-grid {
  display: grid;
  gap: 48px;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 1fr);
  margin: 0 auto;
  max-width: 1180px;
}

.section-kicker {
  color: var(--blue);
  font-family: Montserrat, Arial, sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.14em;
  margin: 0 0 16px;
  text-transform: uppercase;
}

h2 {
  font-family: Kumbh Sans, Inter, sans-serif;
  font-size: clamp(36px, 4vw, 62px);
  line-height: 1.08;
  margin: 0;
}

h3 {
  font-family: Kumbh Sans, Inter, sans-serif;
  font-size: 28px;
  line-height: 1.16;
  margin: 0;
}

p {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.75;
}

.intro-copy p {
  margin-top: 0;
}

.text-link {
  color: var(--blue);
  font-weight: 700;
}

.partner-strip {
  align-items: center;
  border-bottom: 1px solid var(--line);
  border-top: 1px solid var(--line);
  display: grid;
  gap: 34px;
  grid-template-columns: repeat(4, minmax(130px, 1fr));
  margin: 76px auto 26px;
  max-width: 1180px;
  padding: 36px 0;
}

.partner-strip img {
  filter: grayscale(0.05);
  margin: auto;
  max-height: 92px;
  object-fit: contain;
}

.partner-strip a {
  display: grid;
  place-items: center;
}

.partner-note {
  margin: 0 auto;
  max-width: 880px;
  text-align: center;
}

.feature {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.95fr);
  min-height: 760px;
}

.feature-blue {
  background: var(--blue);
  color: #fff;
}

.feature-media {
  min-height: 480px;
  overflow: hidden;
}

.feature-media img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.feature-copy {
  align-self: center;
  max-width: 680px;
  padding: clamp(48px, 7vw, 96px);
}

.feature-copy h2,
.feature-copy p {
  color: inherit;
}

.feature:not(.feature-blue) {
  background: var(--soft);
}

.feature:not(.feature-blue) .feature-copy p {
  color: var(--muted);
}

.feature:not(.feature-blue) .feature-copy h2 {
  color: var(--ink);
}

.action-row {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 28px;
}

.split {
  align-items: center;
  display: grid;
  gap: clamp(42px, 8vw, 104px);
  grid-template-columns: 0.86fr 1.14fr;
  margin: 0 auto;
  max-width: 1240px;
}

.split img {
  border-radius: 0 0 0 96px;
  box-shadow: var(--shadow);
  height: 580px;
  object-fit: cover;
  width: 100%;
}

.mini-list {
  display: grid;
  gap: 14px;
  margin-top: 30px;
}

.mini-list span {
  border-left: 4px solid var(--green);
  color: var(--ink);
  font-weight: 800;
  padding: 10px 0 10px 18px;
}

.wide-image {
  margin: 60px auto 0;
  max-width: 1180px;
  overflow: hidden;
}

.wide-image img {
  height: 520px;
  object-fit: cover;
  width: 100%;
}

.services {
  background: #11161d;
  color: #fff;
}

.services-heading {
  align-items: end;
  display: grid;
  gap: 32px;
  grid-template-columns: 1fr auto;
  margin: 0 auto 56px;
  max-width: 1180px;
}

.services h2,
.services h3,
.services p {
  color: #fff;
}

.service-grid {
  display: grid;
  gap: 1px;
  grid-template-columns: repeat(4, 1fr);
  margin: 0 auto;
  max-width: 1180px;
}

.service-grid article {
  background: #1a2029;
  min-height: 420px;
  padding: 42px;
  transition: background 0.2s ease, transform 0.2s ease;
}

.service-grid article:hover {
  background: #202a36;
  transform: translateY(-4px);
}

.service-grid span {
  color: #7bbcff;
  display: block;
  font-family: Kumbh Sans, Inter, sans-serif;
  font-size: 42px;
  font-weight: 800;
  margin-bottom: 70px;
}

.service-grid p {
  color: rgba(255, 255, 255, 0.72);
}

.service-grid a {
  color: #9bd6ff;
  font-weight: 800;
}

.why {
  background:
    linear-gradient(rgba(255, 255, 255, 0.88), rgba(255, 255, 255, 0.92)),
    url("assets/asset-032807bc.png") center / cover no-repeat;
}

.why-panel {
  background: #fff;
  box-shadow: var(--shadow);
  margin: 0 auto;
  max-width: 920px;
  padding: clamp(42px, 7vw, 78px);
}

.stats {
  display: grid;
  gap: 1px;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 36px;
}

.stats div {
  background: var(--soft);
  padding: 28px;
}

.stats strong,
.stats span {
  display: block;
}

.stats strong {
  color: var(--blue);
  font-family: Kumbh Sans, Inter, sans-serif;
  font-size: 34px;
}

.stats span {
  color: var(--muted);
  margin-top: 6px;
}

.testimonial-row {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(2, 1fr);
  margin: 52px auto 0;
  max-width: 1180px;
}

figure {
  border: 1px solid var(--line);
  margin: 0;
  padding: 42px;
}

blockquote {
  color: var(--ink);
  font-family: Kumbh Sans, Inter, sans-serif;
  font-size: 25px;
  line-height: 1.35;
  margin: 0 0 28px;
}

figcaption {
  color: var(--blue);
  font-weight: 800;
}

.final-cta {
  align-items: center;
  background: var(--blue);
  color: #fff;
  display: grid;
  gap: 28px;
  grid-template-columns: minmax(0, 1fr) auto;
  padding: clamp(60px, 8vw, 96px) clamp(24px, 7vw, 110px);
}

.final-cta h2,
.final-cta p {
  color: #fff;
  max-width: 780px;
}

.footer {
  background: #0b0f14;
  color: #fff;
  display: grid;
  gap: 36px;
  grid-template-columns: 1.4fr repeat(3, 1fr);
  padding: 64px clamp(24px, 7vw, 110px);
}

.footer img {
  height: 62px;
  margin-bottom: 18px;
  object-fit: contain;
  width: 80px;
}

.footer p,
.footer a {
  color: rgba(255, 255, 255, 0.68);
}

.footer nav,
.footer div {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.footer strong {
  margin-bottom: 8px;
}

.partner-page {
  background: #fff;
}

.partner-header {
  background: rgba(12, 18, 24, 0.84);
  backdrop-filter: blur(18px);
  max-width: none;
}

.mergin-hero {
  align-items: center;
  background:
    radial-gradient(circle at 76% 18%, rgba(113, 211, 159, 0.32), transparent 34%),
    linear-gradient(135deg, #f6fbf8 0%, #edf6f2 54%, #dff2e8 100%);
  display: grid;
  gap: 48px;
  grid-template-columns: minmax(0, 0.95fr) minmax(360px, 0.8fr);
  min-height: 100vh;
  overflow: hidden;
  padding: 150px clamp(24px, 7vw, 110px) 88px;
}

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

.mergin-logo {
  height: auto;
  margin-bottom: 36px;
  width: min(360px, 78vw);
}

.mergin-hero h1 {
  color: #0d171f;
  font-family: Kumbh Sans, Inter, sans-serif;
  font-size: clamp(54px, 6.4vw, 92px);
  line-height: 1.02;
  margin: 0 0 26px;
}

.mergin-hero p {
  color: #27313a;
  font-size: 19px;
  max-width: 660px;
}

.partner-outline {
  border: 1px solid #0b5b4f;
  color: #0b5b4f;
}

.mergin-device {
  align-self: end;
  display: grid;
  justify-items: center;
}

.mergin-device img {
  filter: drop-shadow(0 36px 60px rgba(0, 0, 0, 0.22));
  max-height: 760px;
  object-fit: contain;
}

.mergin-banner {
  background: #9ed7b3;
}

.mergin-banner img {
  margin: 0 auto;
  width: 100%;
}

.mergin-intro {
  background: #fff;
}

.mergin-capabilities {
  background: #101820;
  color: #fff;
}

.mergin-capabilities h2,
.mergin-capabilities h3 {
  color: #fff;
}

.capability-grid {
  display: grid;
  gap: 1px;
  grid-template-columns: repeat(4, 1fr);
  margin: 0 auto;
  max-width: 1180px;
}

.capability-grid article {
  background: #17222b;
  min-height: 330px;
  padding: 38px;
}

.capability-grid i {
  align-items: center;
  background: #72d69a;
  border-radius: 50%;
  color: #062c25;
  display: inline-flex;
  font-size: 24px;
  height: 58px;
  justify-content: center;
  margin-bottom: 52px;
  width: 58px;
}

.capability-grid p {
  color: rgba(255, 255, 255, 0.72);
}

.mergin-feature {
  background: #edf6f2;
}

.mergin-feature .feature-copy h2 {
  color: var(--ink);
}

.mergin-feature .feature-copy p {
  color: var(--muted);
}

.page-hero {
  align-items: center;
  background: linear-gradient(135deg, #f8fbff 0%, #eef4fb 100%);
  display: grid;
  gap: 56px;
  grid-template-columns: minmax(0, 0.95fr) minmax(340px, 0.78fr);
  min-height: 760px;
  padding: 150px clamp(24px, 7vw, 110px) 86px;
}

.page-hero h1 {
  font-family: Kumbh Sans, Inter, sans-serif;
  font-size: clamp(54px, 6vw, 88px);
  line-height: 1.02;
  margin: 0 0 24px;
}

.page-hero p {
  max-width: 660px;
}

.page-hero img {
  box-shadow: var(--shadow);
  height: 520px;
  object-fit: cover;
  width: 100%;
}

.store-hero {
  background: linear-gradient(135deg, #f9fbff 0%, #edf4ff 100%);
}

.store-hero img {
  box-shadow: none;
  height: auto;
  margin: auto;
  max-height: 560px;
  object-fit: contain;
  width: min(520px, 100%);
}

.page-cards {
  display: grid;
  gap: 32px;
  grid-template-columns: repeat(2, 1fr);
}

.page-cards article {
  border: 1px solid var(--line);
  padding: 0 0 38px;
}

.page-cards img {
  height: 360px;
  margin-bottom: 38px;
  object-fit: cover;
  width: 100%;
}

.page-cards h2,
.page-cards p,
.page-cards .section-kicker,
.page-cards strong {
  display: block;
  margin-left: 38px;
  margin-right: 38px;
}

.page-cards strong {
  color: var(--blue);
  margin-top: 22px;
}

.about-partners {
  background: var(--soft);
}

.about-logo-grid {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 56px auto 0;
  max-width: 1180px;
}

.about-logo-grid img {
  background: #fff;
  border: 1px solid var(--line);
  height: 150px;
  object-fit: contain;
  padding: 28px;
  width: 100%;
}

.demos-section {
  background: #fff;
}

.video-shell {
  aspect-ratio: 16 / 9;
  background: #0b0f14;
  margin: 56px auto 0;
  max-width: 1080px;
}

.video-shell iframe {
  border: 0;
  height: 100%;
  width: 100%;
}

.product-section {
  background: #fff;
}

.product-soft {
  background: var(--soft);
}

.product-grid {
  display: grid;
  gap: 28px;
  grid-template-columns: repeat(2, 1fr);
  margin: 56px auto 0;
  max-width: 1180px;
}

.product-grid article {
  background: #fff;
  border: 1px solid var(--line);
  padding: 34px;
}

.product-grid img {
  height: 300px;
  margin: 0 auto 28px;
  object-fit: contain;
  width: 100%;
}

.product-grid .button {
  margin-top: 12px;
}

.product-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 12px;
}

.product-actions .button {
  margin-top: 0;
}

.button.paypal {
  background: #ffc439;
  color: #003087;
}

.utility-graphic {
  align-items: center;
  background: #f2f7fb;
  display: grid;
  padding: clamp(28px, 4vw, 64px);
  place-items: center;
}

.utility-graphic img {
  height: auto;
  max-height: 620px;
  object-fit: contain;
  width: 100%;
}

.tracking-grid {
  grid-template-columns: repeat(3, 1fr);
}

.tracking-grid img {
  height: 180px;
  margin: -44px 0 24px;
  object-fit: contain;
  width: 100%;
}

.redirect-page {
  align-items: center;
  display: grid;
  min-height: 100vh;
  padding: 40px;
  place-items: center;
  text-align: center;
}

.redirect-page h1 {
  font-family: Kumbh Sans, Inter, sans-serif;
  font-size: 42px;
}

.redirect-page a {
  color: var(--blue);
  font-weight: 800;
}

.contact-hero {
  background: #eaf4ff;
  display: grid;
  gap: 56px;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.48fr);
  padding: 170px clamp(24px, 7vw, 110px) 88px;
}

.contact-hero h1 {
  font-family: Kumbh Sans, Inter, sans-serif;
  font-size: clamp(62px, 7vw, 96px);
  line-height: 1;
  margin: 0 0 26px;
}

.contact-hero p {
  max-width: 690px;
}

.location-card {
  background: #fff;
  box-shadow: var(--shadow);
  padding: 42px;
}

.location-card i {
  color: var(--blue);
  font-size: 32px;
  margin-bottom: 20px;
}

.location-card h2 {
  font-size: 34px;
  margin-bottom: 20px;
}

.location-card p {
  color: #07111c;
  font-size: 20px;
  line-height: 1.55;
  margin: 0 0 12px;
}

.contact-layout {
  align-items: start;
  display: grid;
  gap: 44px;
  grid-template-columns: minmax(280px, 0.62fr) minmax(420px, 1fr);
}

.contact-options {
  display: grid;
  gap: 22px;
}

.contact-options article {
  border: 1px solid var(--line);
  padding: 34px;
}

.contact-options i {
  color: var(--blue);
  font-size: 28px;
  margin-bottom: 20px;
}

.contact-options h2 {
  font-size: 30px;
  margin-bottom: 10px;
}

.contact-options a {
  color: var(--blue);
  font-weight: 800;
}

.request-form {
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  display: grid;
  gap: 22px;
  padding: clamp(28px, 5vw, 54px);
}

.form-header h2 {
  font-size: clamp(34px, 4vw, 54px);
}

.form-header p {
  margin-bottom: 0;
}

.form-grid,
.security-row {
  display: grid;
  gap: 18px;
  grid-template-columns: 0.58fr 1fr;
}

.request-form label {
  color: #111820;
  display: grid;
  font-size: 14px;
  font-weight: 800;
  gap: 8px;
}

.request-form input,
.request-form select,
.request-form textarea {
  background: #f7faff;
  border: 1px solid #dce5ef;
  color: var(--ink);
  font: 500 16px Inter, Arial, sans-serif;
  min-height: 54px;
  padding: 14px 16px;
  width: 100%;
}

.request-form textarea {
  line-height: 1.55;
  min-height: 160px;
  resize: vertical;
}

.request-form input:focus,
.request-form select:focus,
.request-form textarea:focus {
  border-color: var(--blue);
  outline: 3px solid rgba(24, 79, 166, 0.14);
}

.trap-field {
  left: -10000px;
  position: absolute;
  top: auto;
}

.checkbox-field {
  align-content: start;
  grid-template-columns: 18px 1fr;
}

.checkbox-field input {
  min-height: auto;
  margin-top: 4px;
}

.form-status {
  color: var(--blue);
  font-weight: 800;
  margin: 0;
}

@media (max-width: 980px) {
  .site-header {
    grid-template-columns: 110px 1fr 42px;
  }

  .menu-button {
    display: block;
    grid-column: 3;
  }

  .language-link {
    display: none;
  }

  .main-nav {
    background: rgba(12, 18, 24, 0.96);
    display: none;
    flex-direction: column;
    grid-column: 1 / -1;
    margin-top: 18px;
    padding: 24px;
  }

  .main-nav.is-open {
    display: flex;
  }

  .nav-dropdown {
    text-align: center;
  }

  .nav-menu {
    background: transparent;
    box-shadow: none;
    opacity: 1;
    padding: 8px 0 0;
    pointer-events: auto;
    position: static;
    transform: none;
  }

  .hero-content {
    margin-left: 0;
  }

  .social-rail {
    display: none;
  }

  .section-grid,
  .feature,
  .split,
  .services-heading,
  .final-cta,
  .footer {
    grid-template-columns: 1fr;
  }

  .partner-strip,
  .service-grid,
  .capability-grid,
  .testimonial-row {
    grid-template-columns: 1fr 1fr;
  }

  .mergin-hero {
    grid-template-columns: 1fr;
    padding-top: 132px;
  }

  .page-hero,
  .contact-hero,
  .contact-layout,
  .page-cards,
  .about-logo-grid,
  .product-grid {
    grid-template-columns: 1fr;
  }

  .page-hero {
    padding-top: 132px;
  }

  .form-grid,
  .security-row {
    grid-template-columns: 1fr;
  }

  .mergin-device img {
    max-height: 620px;
  }
}

@media (max-width: 640px) {
  .site-header {
    padding: 18px 20px;
  }

  .hero {
    min-height: 760px;
  }

  .hero h1 {
    font-size: 48px;
  }

  .hero p {
    font-size: 16px;
  }

  .section {
    padding-inline: 20px;
  }

  .partner-strip,
  .service-grid,
  .capability-grid,
  .testimonial-row,
  .stats {
    grid-template-columns: 1fr;
  }

  .feature-copy,
  .service-grid article,
  figure {
    padding: 32px 24px;
  }

  .split img,
  .wide-image img {
    height: 360px;
  }

  .button {
    width: 100%;
  }

  .page-hero {
    min-height: auto;
    padding: 118px 20px 58px;
  }

  .contact-hero {
    padding: 118px 20px 58px;
  }

  .contact-hero h1 {
    font-size: 52px;
  }

  .location-card,
  .contact-options article {
    padding: 28px 24px;
  }

  .page-hero h1 {
    font-size: 46px;
  }

  .page-hero img,
  .page-cards img,
  .about-logo-grid img {
    height: 300px;
  }

  .tracking-grid {
    grid-template-columns: 1fr;
  }

  .mergin-hero {
    padding: 118px 20px 58px;
  }

  .mergin-hero h1 {
    font-size: 46px;
  }

  .mergin-hero p {
    font-size: 16px;
  }

  .capability-grid article {
    min-height: auto;
    padding: 32px 24px;
  }

  .capability-grid i {
    margin-bottom: 30px;
  }
}
