/* Easy Cars landing — scoped styles (does not affect dashboards) */
.ec-landing {
  font-family: 'Tajawal', sans-serif;
  background: #f7f9ff;
  color: #111936;
  overflow-x: hidden;
  min-height: 100vh;
  min-height: 100dvh;
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  padding-left: env(safe-area-inset-left, 0);
  padding-right: env(safe-area-inset-right, 0);
}

.ec-landing *,
.ec-landing *::before,
.ec-landing *::after {
  box-sizing: border-box;
}

.ec-landing a {
  text-decoration: none;
  color: inherit;
}

.ec-landing .container {
  width: min(1180px, 100% - 32px);
  margin-inline: auto;
  padding-inline: 0;
}

.ec-landing .page-bg {
  position: fixed;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(circle at 18% 12%, #dfe9ff 0, #f7f9ff 32%, transparent 48%),
    radial-gradient(circle at 86% 16%, #eee5ff 0, #f7f9ff 38%, transparent 56%);
  pointer-events: none;
}

.ec-landing header {
  padding: 24px 0;
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(247, 249, 255, 0.82);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(29, 54, 117, 0.06);
}

.ec-landing .nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  position: relative;
}

.ec-landing .nav-actions {
  flex-shrink: 0;
}

.ec-landing .logo {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}

.ec-landing .logo-img {
  height: 52px;
  width: auto;
  max-width: min(220px, 48vw);
  object-fit: contain;
  display: block;
}

.ec-landing footer .logo-img {
  height: 44px;
}

.ec-landing .logo-mark {
  width: 48px;
  height: 28px;
  border: 3px solid #17245a;
  border-bottom: 0;
  border-radius: 50px 50px 0 0;
  position: relative;
  flex-shrink: 0;
}

.ec-landing .logo-mark::after {
  content: '';
  position: absolute;
  width: 9px;
  height: 9px;
  background: #17245a;
  border-radius: 50%;
  bottom: -5px;
  left: 6px;
  box-shadow: 27px 0 0 #17245a;
}

.ec-landing .nav-links {
  display: flex;
  gap: 34px;
  font-weight: 700;
  color: #5e6785;
  font-size: 15px;
}

.ec-landing .nav-links a.active {
  color: #6855e9;
  position: relative;
}

.ec-landing .nav-links a.active::after {
  content: '';
  position: absolute;
  width: 22px;
  height: 3px;
  border-radius: 8px;
  background: #6855e9;
  bottom: -14px;
  right: 50%;
  transform: translateX(50%);
}

.ec-landing .nav-actions {
  display: flex;
  gap: 12px;
  flex-shrink: 0;
}

.ec-landing .btn {
  height: 48px;
  padding: 0 24px;
  border-radius: 14px;
  border: 1px solid #e1e7f5;
  background: #fff;
  font-weight: 800;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  box-shadow: 0 10px 24px rgba(42, 56, 99, 0.06);
  cursor: pointer;
  white-space: nowrap;
}

.ec-landing .btn-primary {
  background: linear-gradient(135deg, #6e5af5, #4c76ff);
  color: #fff;
  border: 0;
  box-shadow: 0 14px 30px rgba(92, 99, 239, 0.28);
}

.ec-landing .hero {
  padding: 74px 0 38px;
}

.ec-landing .hero-grid {
  display: grid;
  grid-template-columns: 1.02fr 0.98fr;
  gap: 70px;
  align-items: center;
}

.ec-landing .hero h1 {
  font-size: clamp(2rem, 5.5vw + 1rem, 4rem);
  line-height: 1.14;
  letter-spacing: -0.04em;
  color: #111936;
  margin: 22px 0;
}

.ec-landing .hero h1 span {
  display: block;
  color: #7a5cf4;
}

.ec-landing .hero p {
  font-size: clamp(1rem, 2vw + 0.5rem, 1.3125rem);
  line-height: 1.85;
  color: #66708e;
  max-width: 570px;
}

.ec-landing .badge {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  background: #fff;
  border: 1px solid #e6ebfa;
  border-radius: 999px;
  padding: 10px 18px;
  color: #6555e8;
  font-weight: 800;
  box-shadow: 0 12px 28px rgba(52, 65, 115, 0.06);
}

.ec-landing .hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin: 34px 0;
}

.ec-landing .trust {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
  color: #64708e;
  font-size: 14px;
  font-weight: 700;
}

.ec-landing .trust span {
  display: flex;
  gap: 7px;
  align-items: center;
}

.ec-landing .dot {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #eef2ff;
  color: #6d5af3;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
}

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

.ec-landing .dash {
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(203, 212, 237, 0.75);
  border-radius: 28px;
  box-shadow: 0 35px 90px rgba(40, 52, 97, 0.16);
  padding: 22px;
  width: 100%;
  height: 430px;
  overflow: hidden;
}

.ec-landing .dash-top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 18px;
}

.ec-landing .pill {
  height: 12px;
  border-radius: 20px;
  background: #e6ebf6;
}

.ec-landing .dashboard-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.ec-landing .metric,
.ec-landing .chart,
.ec-landing .table {
  background: #fff;
  border: 1px solid #edf1fa;
  border-radius: 20px;
  padding: 18px;
  box-shadow: 0 12px 22px rgba(52, 65, 115, 0.04);
}

.ec-landing .metric-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  margin-bottom: 16px;
}

.ec-landing .mini {
  height: 70px;
  background: linear-gradient(180deg, #fff, #f8faff);
  border: 1px solid #edf1fa;
  border-radius: 16px;
  padding: 11px;
}

.ec-landing .mini b {
  font-size: 21px;
  color: #15225a;
}

.ec-landing .mini small {
  display: block;
  color: #8a94ad;
  margin-top: 4px;
}

.ec-landing .chart {
  height: 150px;
}

.ec-landing .bars {
  height: 95px;
  display: flex;
  align-items: end;
  gap: 9px;
  margin-top: 18px;
}

.ec-landing .bars i {
  display: block;
  flex: 1;
  background: linear-gradient(180deg, #6e5af5, #5fc7ff);
  border-radius: 10px 10px 4px 4px;
}

.ec-landing .table {
  height: 150px;
}

.ec-landing .row-bar {
  height: 13px;
  background: #edf2fb;
  border-radius: 20px;
  margin: 13px 0;
}

.ec-landing .car {
  position: absolute;
  width: 470px;
  bottom: 8px;
  right: 10px;
  filter: drop-shadow(0 35px 25px rgba(25, 34, 70, 0.24));
  max-width: 100%;
}

.ec-landing .phone {
  position: absolute;
  width: 170px;
  height: 320px;
  background: #fff;
  border: 8px solid #14204b;
  border-radius: 34px;
  left: 8px;
  bottom: 20px;
  box-shadow: 0 30px 70px rgba(30, 45, 100, 0.22);
  padding: 18px;
}

.ec-landing .phone .line {
  height: 12px;
  background: #e9eef8;
  border-radius: 20px;
  margin: 13px 0;
}

.ec-landing .phone .card {
  height: 56px;
  background: #f8faff;
  border-radius: 14px;
  margin-bottom: 12px;
  border: 1px solid #edf1fa;
}

.ec-landing .logos {
  margin: 28px auto 36px;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid #e6ebfa;
  border-radius: 24px;
  padding: 25px 34px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #96a0b8;
  font-weight: 900;
  font-size: 28px;
  box-shadow: 0 20px 50px rgba(50, 64, 111, 0.07);
  flex-wrap: wrap;
  gap: 20px;
}

.ec-landing .logos small {
  font-size: 15px;
  color: #6c7691;
  font-weight: 800;
}

.ec-landing .stats-section {
  width: 100%;
  display: flex;
  justify-content: center;
  margin: 34px 0 70px;
}

.ec-landing .stats {
  background: linear-gradient(135deg, #7b5cf4, #416fff);
  border-radius: 24px;
  color: #fff;
  padding: 34px 26px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  box-shadow: 0 28px 65px rgba(92, 87, 235, 0.28);
  width: 100%;
  max-width: min(1180px, 92%);
  margin: 0 auto;
}

.ec-landing .stat {
  text-align: center;
  border-inline-start: 1px solid rgba(255, 255, 255, 0.22);
}

.ec-landing .stat:first-child {
  border-inline-start: 0;
}

.ec-landing .stat b {
  font-size: 32px;
  display: block;
}

.ec-landing .stat p {
  opacity: 0.86;
  margin-top: 8px;
  font-weight: 700;
}

.ec-landing .section-title {
  text-align: center;
  margin-bottom: 34px;
}

.ec-landing .section-title h2 {
  font-size: 34px;
  color: #17204b;
}

.ec-landing .section-title p {
  margin-top: 10px;
  color: #7c86a0;
  font-weight: 600;
}

.ec-landing .features {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 18px;
  margin-bottom: 76px;
}

.ec-landing .feature {
  background: #fff;
  border: 1px solid #e8eef9;
  border-radius: 22px;
  padding: 28px 18px;
  text-align: center;
  box-shadow: 0 18px 46px rgba(43, 56, 96, 0.055);
  transition: 0.25s;
}

.ec-landing .feature:hover {
  transform: translateY(-7px);
  box-shadow: 0 28px 60px rgba(93, 85, 235, 0.12);
}

.ec-landing .icon {
  width: 58px;
  height: 58px;
  margin: 0 auto 18px;
  border-radius: 20px;
  background: #f0edff;
  color: #7258f2;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 27px;
}

.ec-landing .feature h3 {
  font-size: 17px;
  margin-bottom: 10px;
  color: #182450;
}

.ec-landing .feature p {
  font-size: 14px;
  line-height: 1.7;
  color: #758098;
}

.ec-landing .showcase {
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  gap: 64px;
  align-items: center;
  margin: 30px auto 82px;
  justify-content: center;
}

.ec-landing .showcase-centered {
  text-align: center;
}

.ec-landing .showcase-centered .screen {
  margin-inline: auto;
  max-width: 640px;
  width: 100%;
}

.ec-landing .showcase-centered .showcase-text {
  max-width: 560px;
  margin-inline: auto;
  text-align: center;
}

.ec-landing .showcase-centered .checks {
  display: inline-grid;
  text-align: right;
  justify-items: start;
}

.ec-landing .screen {
  background: #fff;
  border: 1px solid #e7edf8;
  border-radius: 28px;
  padding: 20px;
  box-shadow: 0 30px 70px rgba(42, 56, 96, 0.1);
}

.ec-landing .screen-placeholder {
  width: 100%;
  border-radius: 20px;
  background: linear-gradient(135deg, #fbfcff, #eef4ff);
  padding: 22px;
}

.ec-landing .showcase h2 {
  font-size: 36px;
  color: #18204c;
  margin-bottom: 18px;
  line-height: 1.35;
}

.ec-landing .showcase p {
  color: #69738f;
  line-height: 1.9;
  font-size: 18px;
  margin-bottom: 24px;
}

.ec-landing .checks {
  display: grid;
  gap: 13px;
  color: #485372;
  font-weight: 800;
}

.ec-landing .checks span::before {
  content: '✓';
  color: #7258f2;
  background: #f0edff;
  padding: 3px 7px;
  border-radius: 50%;
  margin-left: 9px;
}

.ec-landing .why {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-bottom: 70px;
}

.ec-landing .why-card {
  background: #fff;
  border: 1px solid #e8eef9;
  border-radius: 22px;
  padding: 28px;
  box-shadow: 0 18px 42px rgba(43, 56, 96, 0.045);
}

.ec-landing .why-card b {
  display: block;
  font-size: 18px;
  margin: 13px 0;
  color: #17204b;
}

.ec-landing .why-card p {
  color: #77829b;
  line-height: 1.8;
  font-size: 15px;
}

.ec-landing .cta {
  background: linear-gradient(135deg, #7357f2, #4c74ff);
  border-radius: 30px;
  padding: 52px 66px;
  margin-bottom: 66px;
  color: #fff;
  display: grid;
  grid-template-columns: 1fr 360px;
  align-items: center;
  overflow: hidden;
  position: relative;
  box-shadow: 0 35px 80px rgba(85, 91, 230, 0.3);
}

.ec-landing .cta h2 {
  font-size: 38px;
  margin-bottom: 12px;
}

.ec-landing .cta p {
  font-size: 18px;
  line-height: 1.8;
  opacity: 0.9;
  margin-bottom: 25px;
}

.ec-landing .cta .btn {
  background: #fff;
  color: #4d57c8;
}

.ec-landing .cta-car {
  width: 430px;
  max-width: 100%;
  filter: drop-shadow(0 28px 22px rgba(20, 24, 70, 0.26));
  transform: translateX(-24px);
}

.ec-landing footer {
  background: #fff;
  border-top: 1px solid #e9eef8;
  padding: 44px 0;
  color: #68728c;
}

.ec-landing .footer-grid {
  display: grid;
  grid-template-columns: 1.4fr repeat(4, 1fr);
  gap: 30px;
}

.ec-landing .footer-grid h4 {
  color: #17204b;
  margin-bottom: 14px;
}

.ec-landing .footer-grid p,
.ec-landing .footer-grid a {
  color: #6e7892;
  font-weight: 600;
}

.ec-landing .footer-grid > div > a {
  display: block;
  line-height: 2;
}

.ec-landing .footer-contact-line {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
  line-height: 1.7;
  margin: 0 0 10px;
}

.ec-landing .footer-contact-line a {
  display: inline;
  white-space: nowrap;
}

.ec-landing .footer-contact-line span:first-child {
  flex-shrink: 0;
}

.ec-landing .whatsapp-float {
  position: fixed;
  inset-inline-start: max(16px, env(safe-area-inset-left, 16px));
  bottom: max(16px, env(safe-area-inset-bottom, 16px));
  z-index: 200;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: #25d366;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 28px rgba(37, 211, 102, 0.45);
  transition: transform 0.2s, box-shadow 0.2s;
}

.ec-landing .whatsapp-float:hover {
  transform: scale(1.06);
  box-shadow: 0 12px 32px rgba(37, 211, 102, 0.55);
  color: #fff;
}

.ec-landing.ec-marketing-page .marketing-inner {
  padding-top: 8px;
  padding-bottom: max(48px, env(safe-area-inset-bottom, 0px));
}

/* Subpages: reuse main.css grids inside marketing shell */
.ec-landing.ec-marketing-page .marketing-inner .pricing-grid,
.ec-landing.ec-marketing-page .marketing-inner .features-grid,
.ec-landing.ec-marketing-page .marketing-inner .blog-grid {
  gap: 16px;
}

.ec-landing.ec-marketing-page .marketing-inner .hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.ec-landing.ec-marketing-page .marketing-inner .hero-actions .btn {
  flex: 1 1 auto;
  min-width: min(100%, 140px);
}

.ec-landing.ec-marketing-page .marketing-inner .form-input,
.ec-landing.ec-marketing-page .marketing-inner .form-textarea,
.ec-landing.ec-marketing-page .marketing-inner .form-select {
  font-size: 16px;
}

.ec-landing.ec-marketing-page .marketing-inner .faq-question {
  font-size: clamp(0.9rem, 2.5vw, 1rem);
  padding: 14px 16px;
}

.ec-landing.ec-marketing-page .marketing-inner .section {
  padding: 48px 0;
}

.ec-landing.ec-marketing-page .marketing-inner .hero {
  padding: 40px 0 32px;
}

.ec-landing.ec-marketing-page .marketing-inner .hero h1 {
  font-size: clamp(1.75rem, 5vw, 2.5rem);
}

.ec-landing .marketing-subpage {
  padding: 48px 0 64px;
}

.ec-landing .marketing-subpage h1 {
  font-size: 2rem;
  color: #17204b;
  margin-bottom: 12px;
}

.ec-landing .marketing-subpage .card {
  background: #fff;
  border: 1px solid #e8eef9;
  border-radius: 20px;
  box-shadow: 0 18px 46px rgba(43, 56, 96, 0.06);
}

.ec-landing .about-page {
  max-width: 820px;
  margin: 0 auto;
  padding: 48px 0 72px;
}

.ec-landing .about-page-hero {
  text-align: center;
  margin-bottom: 40px;
}

.ec-landing .about-page-hero h1 {
  font-size: 2.25rem;
  color: #17204b;
  margin-bottom: 8px;
}

.ec-landing .about-page-hero h2 {
  font-size: 1.5rem;
  color: #416fff;
  margin-bottom: 8px;
}

.ec-landing .about-tagline {
  font-size: 1.125rem;
  color: #6e7892;
  font-weight: 700;
}

.ec-landing .about-block {
  margin-bottom: 36px;
}

.ec-landing .about-block h2 {
  font-size: 1.35rem;
  color: #17204b;
  margin-bottom: 14px;
}

.ec-landing .about-block h3 {
  font-size: 1.1rem;
  color: #2a3560;
  margin: 22px 0 10px;
}

.ec-landing .about-block p,
.ec-landing .about-block li {
  color: #5e6a85;
  line-height: 1.9;
  font-weight: 500;
}

.ec-landing .about-block ul {
  margin: 0;
  padding-right: 1.25rem;
}

.ec-landing .about-checklist li {
  margin-bottom: 8px;
}

.ec-landing .about-closing {
  text-align: center;
  margin-top: 48px;
  padding-top: 32px;
  border-top: 1px solid #e8eef9;
}

.ec-landing .about-brand {
  font-size: 1.25rem;
  font-weight: 800;
  color: #17204b;
}

.ec-landing .about-motto {
  font-size: 1.05rem;
  color: #7258f2;
  font-weight: 700;
  margin-top: 8px;
}

.ec-landing .copyright {
  text-align: center;
  margin-top: 35px;
  border-top: 1px solid #eef2f8;
  padding-top: 20px;
  color: #98a1b7;
}

@media (max-width: 1200px) {
  .ec-landing .features {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 980px) {
  .ec-landing header {
    padding: 12px 0;
  }

  /* Mobile header: logo + login only */
  .ec-landing .nav-links {
    display: none !important;
  }

  .ec-landing .nav-actions {
    margin-inline-start: auto;
  }

  .ec-landing .nav-actions .btn {
    height: 44px;
    padding: 0 18px;
    font-size: 0.875rem;
    white-space: nowrap;
  }

  .ec-landing .hero-grid,
  .ec-landing .showcase,
  .ec-landing .cta {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .ec-landing .hero {
    padding: 40px 0 24px;
  }

  .ec-landing .features {
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 48px;
  }

  .ec-landing .stats {
    grid-template-columns: repeat(2, 1fr);
    gap: 22px;
    padding: 28px 18px;
  }

  .ec-landing .stat:nth-child(odd) {
    border-inline-start: 0;
  }

  .ec-landing .stat b {
    font-size: 26px;
  }

  .ec-landing .showcase-centered .checks {
    display: grid;
    justify-items: center;
    text-align: center;
  }

  .ec-landing .why {
    grid-template-columns: 1fr 1fr;
  }

  .ec-landing .section-title h2 {
    font-size: clamp(1.5rem, 4vw, 2rem);
  }

  .ec-landing .visual {
    min-height: 380px;
    max-width: 520px;
    margin-inline: auto;
  }

  .ec-landing .dash {
    height: auto;
    min-height: 320px;
  }

  .ec-landing .car {
    width: min(100%, 360px);
    left: 50%;
    right: auto;
    transform: translateX(-50%);
  }

  .ec-landing .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 28px;
  }

  .ec-landing .logos {
    font-size: clamp(1rem, 3vw, 1.25rem);
    justify-content: center;
    padding: 20px;
  }

  .ec-landing .logos span {
    flex: 1 1 auto;
    text-align: center;
    min-width: 72px;
  }

  .ec-landing .cta {
    padding: 32px 24px;
    text-align: center;
  }

  .ec-landing .cta-car {
    width: min(100%, 400px);
    transform: none;
    margin-inline: auto;
  }

  .ec-landing .showcase {
    gap: 32px;
    margin-bottom: 48px;
  }

  .ec-landing .marketing-subpage {
    padding: 32px 0 48px;
  }

  .ec-landing .about-page {
    padding: 32px 0 48px;
  }
}

@media (max-width: 620px) {
  .ec-landing .container {
    width: min(1180px, 100% - 24px);
  }

  .ec-landing .logo-img {
    height: 40px;
    max-width: min(160px, 40vw);
  }

  .ec-landing .nav-actions .btn {
    height: 42px;
    padding: 0 14px;
    font-size: 0.8125rem;
  }

  .ec-landing .hero-actions {
    flex-direction: column;
    width: 100%;
  }

  .ec-landing .hero-actions .btn {
    width: 100%;
    justify-content: center;
  }

  .ec-landing .trust {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }

  .ec-landing .features,
  .ec-landing .why,
  .ec-landing .stats {
    grid-template-columns: 1fr;
  }

  .ec-landing .stats .stat {
    border-inline-start: 0;
    padding: 12px 0;
  }

  .ec-landing .stats .stat + .stat {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }

  .ec-landing .metric-row {
    grid-template-columns: 1fr 1fr;
  }

  .ec-landing .dashboard-grid {
    grid-template-columns: 1fr;
  }

  .ec-landing .phone {
    display: none;
  }

  .ec-landing .visual {
    min-height: 300px;
    padding-bottom: 140px;
  }

  .ec-landing .car {
    width: min(92vw, 300px);
    bottom: 0;
    left: 50%;
    right: auto;
    transform: translateX(-50%);
  }

  .ec-landing .footer-grid {
    grid-template-columns: 1fr;
  }

  .ec-landing .footer-contact-line {
    flex-direction: column;
    align-items: flex-start;
    gap: 2px;
  }

  .ec-landing .cta h2 {
    font-size: clamp(1.5rem, 6vw, 1.875rem);
  }

  .ec-landing .why {
    grid-template-columns: 1fr;
  }

  .ec-landing .btn {
    height: 46px;
    padding: 0 18px;
    font-size: 0.9375rem;
  }

  .ec-landing .whatsapp-float {
    width: 50px;
    height: 50px;
  }

  .ec-landing .whatsapp-float svg {
    width: 24px;
    height: 24px;
  }

  .ec-landing.ec-marketing-page .marketing-inner .pricing-grid,
  .ec-landing.ec-marketing-page .marketing-inner .features-grid,
  .ec-landing.ec-marketing-page .marketing-inner .blog-grid {
    grid-template-columns: 1fr;
  }

  .ec-landing.ec-marketing-page .marketing-inner .hero-actions .btn {
    width: 100%;
  }
}

@media (max-width: 380px) {
  .ec-landing .metric-row {
    grid-template-columns: 1fr;
  }

  .ec-landing .stat b {
    font-size: 22px;
  }
}
