/* ============================================================
 * SynckPro · Vista Ecommerce
 * Cargada automáticamente por index.php como ecommerce.css
 * (además de fonts, base, header y footer).
 * ============================================================ */

/* Compensa el header fijo transparente */
#synck-content { padding-top: 0; }

/* ---------- Hero ---------- */
.ec-hero {
  position: relative;
  background:
    radial-gradient(circle at 85% 20%, rgba(1, 87, 254, .35), transparent 55%),
    linear-gradient(180deg, #06070d 0%, #0a1440 100%);
  color: #fff;
  overflow: hidden;
  margin-top: calc(var(--synck-header-h) * -1);
  padding-top: calc(var(--synck-header-h) + 72px);
  padding-bottom: 88px;
}

.ec-hero__inner {
  display: grid;
  gap: 20px;
  justify-items: start;
}

.ec-hero__eyebrow { color: #c9d6ff; }
.ec-hero__eyebrow > i { font-size: 16px; }

.ec-hero__title {
  margin: 0;
  font-size: clamp(34px, 5vw, 58px);
  font-weight: 600;
  letter-spacing: -0.8px;
  line-height: 1.1;
}
.ec-hero__title span.hl {
  background: var(--synck-core);
  padding: 0 14px;
  white-space: nowrap;
}

.ec-hero__sub {
  margin: 0;
  color: #9aa0ae;
  font-size: 18px;
  max-width: 62ch;
}

.ec-hero__stats {
  display: flex;
  align-items: baseline;
  justify-content: start;
  flex-wrap: wrap;
  row-gap: 12px;
  margin: 8px 0 0;
}
.ec-hero__stat {
  display: flex;
  align-items: baseline;
  gap: 10px;
  padding: 0 28px;
  font-size: 22px;
}
.ec-hero__stat + .ec-hero__stat { border-left: 1px solid rgba(255, 255, 255, .35); }
.ec-hero__stat strong { font-size: 28px; font-weight: 700; letter-spacing: -0.5px; }
.ec-hero__stat span { opacity: .9; font-weight: 400; }

.ec-hero__ctas {
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
  margin-top: 8px;
}

.ec-hero__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--synck-core);
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  padding: 14px 32px;
  border-radius: 10px;
  text-decoration: none;
  transition: background-color .2s ease;
}
.ec-hero__btn:hover { background: var(--synck-core-700); }

.ec-hero__link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  text-decoration: none;
}
.ec-hero__link:hover { text-decoration: underline; }
.ec-hero__link > i { font-size: 20px; }

/* ---------- Servicios adosados (borde compartido) ---------- */
.ec-services {
  background: #fff;
  padding: 96px 0;
}

.ec-services__inner {
  display: grid;
  gap: 40px;
}

.ec-services__head {
  display: grid;
  gap: 12px;
  max-width: 640px;
}

.ec-services__title {
  margin: 0;
  font-size: clamp(28px, 3.4vw, 40px);
  font-weight: 600;
  letter-spacing: -0.5px;
}

.ec-services__sub {
  margin: 0;
  color: var(--synck-gray-600);
  font-size: 17px;
}

.ec-services__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border: 1px solid var(--synck-gray-300);
  border-radius: 16px;
  overflow: hidden;
  background: #fff;
}

.ec-service {
  padding: 32px 28px;
  display: grid;
  gap: 14px;
  align-content: start;
}
.ec-service + .ec-service { border-left: 1px solid var(--synck-gray-300); }

.ec-service__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 16px;
  background: var(--synck-core);
  color: #fff;
}
.ec-service__icon > i { font-size: 24px; line-height: 1; }

.ec-service h3 {
  margin: 0;
  font-size: 19px;
}

.ec-service p {
  margin: 0;
  color: var(--synck-gray-600);
  font-size: 15px;
}

/* ---------- Checkout: texto + mockup carrito (patrón dev-code / st-modes) ---------- */
.ec-checkout {
  background: var(--synck-gray-100);
  padding: 96px 0;
}

.ec-checkout__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
}

.ec-checkout__copy {
  display: grid;
  gap: 16px;
  justify-items: start;
  align-content: start;
}
.ec-checkout__copy .home-eyebrow i { color: var(--synck-core); }

.ec-checkout__title {
  margin: 0;
  font-size: clamp(28px, 3.4vw, 40px);
  font-weight: 600;
  letter-spacing: -0.5px;
  line-height: 1.15;
}

.ec-checkout__sub {
  margin: 0;
  color: var(--synck-gray-600);
  font-size: 17px;
}

.ec-checkout__points {
  margin: 4px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
}
.ec-checkout__points li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 500;
  font-size: 15.5px;
}
.ec-checkout__points i {
  font-size: 20px;
  color: var(--synck-core);
}

.cartmock {
  background: #0a0b12;
  border: 1px solid #23252e;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 24px 64px rgba(6, 7, 13, .35);
}
.cartmock__bar {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 12px 16px;
  border-bottom: 1px solid #23252e;
  color: #9aa0ae;
  font-family: var(--synck-mono);
  font-size: 13px;
}
.cartmock__bar > i {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #3a3d47;
}
.cartmock__bar span { margin-left: 8px; }
.cartmock__body {
  padding: 20px;
  display: grid;
  gap: 12px;
}
.cartmock__item {
  display: flex;
  align-items: center;
  gap: 12px;
  background: #12131b;
  border: 1px solid #23252e;
  border-radius: 12px;
  padding: 12px 14px;
}
.cartmock__thumb {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 48px;
  width: 48px;
  height: 48px;
  border-radius: 10px;
  overflow: hidden;
  background: #23252e;
  flex-shrink: 0;
}
.cartmock__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.cartmock__item strong {
  display: block;
  color: #fff;
  font-size: 14.5px;
}
.cartmock__item small {
  color: #9aa0ae;
  font-size: 12.5px;
}
.cartmock__price {
  margin-left: auto;
  color: #fff;
  font-weight: 600;
  font-size: 14.5px;
  white-space: nowrap;
}
.cartmock__total {
  margin: 0;
  display: flex;
  justify-content: space-between;
  color: #9aa0ae;
  font-size: 14px;
  padding-top: 12px;
  border-top: 1px dashed #23252e;
}
.cartmock__total strong {
  color: #fff;
  font-size: 18px;
}
.cartmock__pay {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: var(--synck-core);
  color: #fff;
  font-weight: 600;
  font-size: 15px;
  border-radius: 10px;
  padding: 13px;
}
.cartmock__ok {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 13.5px;
  color: #8ce99a;
  background: rgba(64, 192, 87, .12);
  box-shadow: inset 0 0 0 1px rgba(64, 192, 87, .4);
  border-radius: 10px;
  padding: 10px;
}

/* ---------- Features ---------- */
.ec-features {
  background: #fff;
  padding: 96px 0;
}

.ec-features__inner {
  display: grid;
  gap: 40px;
}

.ec-features__head {
  display: grid;
  gap: 12px;
  justify-items: center;
  text-align: center;
}
.ec-features__head .home-eyebrow i { color: var(--synck-core); }

.ec-features__title {
  margin: 0;
  font-size: clamp(28px, 3.4vw, 40px);
  font-weight: 600;
  letter-spacing: -0.5px;
}

.ec-features__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.ec-feature {
  background: #fff;
  border: 1px solid var(--synck-gray-300);
  border-radius: 16px;
  padding: 32px 28px;
  display: grid;
  gap: 12px;
  align-content: start;
  transition: box-shadow .2s ease, transform .2s ease;
}
.ec-feature:hover {
  box-shadow: 0 12px 32px rgba(1, 87, 254, .12);
  transform: translateY(-3px);
}

.ec-feature__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: 14px;
  background: var(--synck-core);
  color: #fff;
}
.ec-feature__icon > i { font-size: 26px; line-height: 1; }

.ec-feature h3 {
  margin: 0;
  font-size: 19px;
  font-weight: 600;
}

.ec-feature p {
  margin: 0;
  color: var(--synck-gray-600);
  font-size: 15px;
}

/* ---------- Stack híbrido ---------- */
.ec-stack {
  background: #fff;
  padding: 96px 0;
}

.ec-stack__inner {
  display: grid;
  gap: 40px;
}

.ec-stack__head {
  display: grid;
  gap: 12px;
  max-width: 640px;
}

.ec-stack__title {
  margin: 0;
  font-size: clamp(28px, 3.4vw, 40px);
  font-weight: 600;
  letter-spacing: -0.5px;
}

.ec-stack__sub {
  margin: 0;
  color: var(--synck-gray-600);
  font-size: 17px;
}

.ec-stack__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.ec-stack__card {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--synck-gray-300);
  border-radius: 16px;
  background: #fff;
  padding: 28px;
  display: grid;
  gap: 10px;
  align-content: start;
  transition: box-shadow .2s ease, transform .2s ease;
}
.ec-stack__card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 120px;
  background:
    radial-gradient(circle at 85% 0%, rgba(1, 87, 254, .14), transparent 60%);
  pointer-events: none;
}
.ec-stack__card:hover {
  box-shadow: 0 12px 32px rgba(1, 87, 254, .12);
  transform: translateY(-3px);
}

.ec-stack__logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border-radius: 16px;
  background: #fff;
  border: 1px solid var(--synck-gray-300);
  padding: 8px;
  margin-bottom: 4px;
}
.ec-stack__logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: grayscale(1) opacity(.7);
  transition: filter .2s ease;
}

.ec-stack__card:hover .ec-stack__logo img {
  filter: grayscale(0) opacity(1);
}

.ec-stack__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 14px;
  background: var(--synck-core);
  color: #fff;
}
.ec-stack__icon > i { font-size: 24px; line-height: 1; }

.ec-stack__card h3 {
  margin: 0;
  font-size: 19px;
}
.ec-stack__card p {
  margin: 0;
  color: var(--synck-gray-600);
  font-size: 15px;
}
.ec-stack__chips {
  margin: 4px 0 0;
  padding: 12px 0 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  border-top: 1px dashed var(--synck-gray-300);
}
.ec-stack__chips li {
  font-size: 13px;
  font-weight: 500;
  color: var(--synck-core);
  background: rgba(1, 87, 254, .08);
  padding: 5px 12px;
  border-radius: 999px;
}

/* ---------- IA ecommerce (fondo negro, ancho completo, futurista) ---------- */
.ec-ai {
  position: relative;
  background: #03040a;
  color: #fff;
  overflow: hidden;
  padding: 140px 0 160px;
}

.ec-ai__bg {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
}

.ec-ai__grid-bg {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(1, 87, 254, .06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(1, 87, 254, .06) 1px, transparent 1px);
  background-size: 60px 60px;
  animation: ecGridMove 20s linear infinite;
}
@keyframes ecGridMove {
  0% { transform: translate(0, 0); }
  100% { transform: translate(60px, 60px); }
}

.ec-ai__orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  opacity: .45;
  animation: ecOrbFloat 12s ease-in-out infinite;
}
.ec-ai__orb--1 {
  width: 400px;
  height: 400px;
  top: -100px;
  right: -100px;
  background: radial-gradient(circle, rgba(1, 87, 254, .5), transparent 70%);
  animation-delay: 0s;
}
.ec-ai__orb--2 {
  width: 300px;
  height: 300px;
  bottom: 10%;
  left: 5%;
  background: radial-gradient(circle, rgba(77, 134, 255, .4), transparent 70%);
  animation-delay: -4s;
}
.ec-ai__orb--3 {
  width: 200px;
  height: 200px;
  top: 30%;
  left: 50%;
  background: radial-gradient(circle, rgba(120, 165, 255, .35), transparent 70%);
  animation-delay: -8s;
}
@keyframes ecOrbFloat {
  0%, 100% { transform: translate(0, 0) scale(1); }
  50% { transform: translate(30px, -20px) scale(1.05); }
}

.ec-ai__arc {
  width: min(640px, 90%);
  height: auto;
  mix-blend-mode: screen;
  filter: blur(1px);
  -webkit-mask-image: radial-gradient(ellipse 68% 62% at 50% 52%, #000 42%, transparent 68%);
  mask-image: radial-gradient(ellipse 68% 62% at 50% 52%, #000 42%, transparent 68%);
}

.ec-ai__glow {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  pointer-events: none;
}

.ec-ai__inner {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 16px;
  justify-items: stretch;
  align-items: start;
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
}

.ec-ai__chip {
  margin: 0;
  display: inline-flex;
  align-items: center;
  justify-self: center;
  gap: 8px;
  font-family: var(--synck-mono);
  font-size: 13px;
  letter-spacing: .08em;
  text-transform: uppercase;
  padding: 10px 20px;
  border-radius: 999px;
  color: #c9b8ff;
  background: linear-gradient(135deg, rgba(1, 87, 254, .15), rgba(77, 134, 255, .1));
  box-shadow:
    inset 0 0 0 1px rgba(1, 87, 254, .35),
    0 0 32px rgba(1, 87, 254, .15);
  border: 1px solid rgba(1, 87, 254, .2);
}
.ec-ai__chip i { font-size: 14px; }

.ec-ai__header {
  display: grid;
  gap: 20px;
  text-align: center;
  justify-items: center;
  max-width: 860px;
  width: 100%;
  margin-bottom: 8px;
  justify-self: center;
}

.ec-ai__title {
  margin: 0;
  font-size: clamp(36px, 5vw, 58px);
  font-weight: 600;
  letter-spacing: -1px;
  line-height: 1.1;
}
.ec-ai__highlight {
  background: linear-gradient(135deg, #fff 0%, #c9d6ff 50%, #a5b8ff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.ec-ai__sub {
  margin: 0;
  color: #9aa0ae;
  font-size: clamp(17px, 2vw, 20px);
  line-height: 1.7;
  max-width: 72ch;
}

.ec-ai__trust {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px 28px;
  margin-top: 8px;
}
.ec-ai__trust-item {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
  padding: 14px 24px;
  background: rgba(1, 87, 254, .08);
  border: 1px solid rgba(1, 87, 254, .18);
  border-radius: 14px;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.ec-ai__trust-item:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 32px rgba(1, 87, 254, .18);
  border-color: rgba(1, 87, 254, .35);
}
.ec-ai__trust-item strong {
  font-size: 28px;
  font-weight: 700;
  background: linear-gradient(135deg, #fff, #c9d6ff);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.ec-ai__trust-item span {
  font-size: 12px;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: #c9d6ff;
  font-family: var(--synck-mono);
}

.ec-ai__grid {
  margin-top: 32px;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  align-items: stretch;
  justify-content: stretch;
}

.ec-ai__card {
  position: relative;
  border: 1px solid #1e2230;
  border-radius: 20px;
  background:
    radial-gradient(circle at 85% 0%, rgba(1, 87, 254, .12), transparent 55%),
    linear-gradient(180deg, rgba(10, 12, 22, .95), rgba(6, 8, 16, .98));
  padding: 36px 30px;
  display: grid;
  gap: 16px;
  align-content: start;
  min-width: 0;
  min-height: 100%;
  overflow-wrap: break-word;
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
  overflow: hidden;
}
.ec-ai__card:hover {
  transform: translateY(-6px);
  box-shadow:
    0 24px 64px rgba(1, 87, 254, .18),
    0 0 0 1px rgba(1, 87, 254, .25);
  border-color: rgba(1, 87, 254, .35);
}

.ec-ai__card-bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 120% -20%, rgba(1, 87, 254, .18), transparent 50%),
    radial-gradient(circle at -20% 120%, rgba(77, 134, 255, .1), transparent 45%);
  pointer-events: none;
}

.ec-ai__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(1, 87, 254, .2), rgba(77, 134, 255, .15));
  border: 1px solid rgba(1, 87, 254, .25);
  color: var(--synck-core-400);
}
.ec-ai__icon > i { font-size: 28px; line-height: 1; }

.ec-ai__metric {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
}
.ec-ai__metric strong {
  font-size: 30px;
  font-weight: 700;
  background: linear-gradient(135deg, #fff, #c9d6ff);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1;
}
.ec-ai__metric span {
  font-size: 12px;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: #c9d6ff;
  font-family: var(--synck-mono);
}

.ec-ai__card h3 {
  margin: 0;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: -0.3px;
}

.ec-ai__card p {
  margin: 0;
  color: #9aa0ae;
  font-size: 15.5px;
  line-height: 1.65;
}

.ec-ai__card-footer {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 4px;
  padding: 8px 14px;
  background: rgba(1, 87, 254, .1);
  border: 1px solid rgba(1, 87, 254, .2);
  border-radius: 999px;
  font-size: 13px;
  color: #c9d6ff;
  font-family: var(--synck-mono);
  font-weight: 500;
  max-width: 100%;
  justify-self: start;
}
.ec-ai__pulse {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #40c057;
  box-shadow: 0 0 12px rgba(64, 192, 87, .9);
  animation: ecPulse 1.8s infinite;
}
@keyframes ecPulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: .5; transform: scale(1.2); }
}

.ec-ai__cta-wrap {
  margin-top: 48px;
  display: grid;
  gap: 14px;
  justify-items: center;
  text-align: center;
  justify-self: center;
  width: 100%;
}

.ec-ai__btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: linear-gradient(135deg, var(--synck-core) 0%, var(--synck-core-400) 100%);
  color: #fff;
  font-weight: 700;
  font-size: 17px;
  padding: 18px 44px;
  border-radius: 12px;
  text-decoration: none;
  box-shadow:
    0 8px 32px rgba(1, 87, 254, .35),
    inset 0 1px 0 rgba(255, 255, 255, .15);
  transition: transform .2s ease, box-shadow .2s ease, filter .2s ease;
}
.ec-ai__btn:hover {
  transform: translateY(-3px);
  box-shadow:
    0 16px 48px rgba(1, 87, 254, .45),
    inset 0 1px 0 rgba(255, 255, 255, .2);
  filter: brightness(1.05);
}
.ec-ai__btn i { font-size: 20px; transition: transform .2s ease; }
.ec-ai__btn:hover i { transform: translateX(4px); }

.ec-ai__cta-note {
  margin: 0;
  font-size: 14.5px;
  color: #7a839a;
  max-width: 520px;
}

@media (max-width: 1200px) {
  .ec-ai__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 768px) {
  .ec-ai__grid { grid-template-columns: 1fr; }
  .ec-ai__trust { gap: 10px; }
  .ec-ai__trust-item { padding: 10px 14px; }
  .ec-ai__trust-item strong { font-size: 20px; }
  .ec-ai__title { font-size: 32px; }
}

/* ---------- Steps + CTA (patrón dev-steps / infra-steps) ---------- */
.ec-steps {
  background: var(--synck-gray-100);
  padding: 96px 0 120px;
}

.ec-steps__inner {
  display: grid;
  gap: 40px;
  justify-items: center;
  text-align: center;
}

.ec-steps__head {
  display: grid;
  gap: 12px;
  max-width: 640px;
}

.ec-steps__title {
  margin: 0;
  font-size: clamp(28px, 3.4vw, 40px);
  font-weight: 600;
  letter-spacing: -0.5px;
}

.ec-steps__sub {
  margin: 0;
  color: var(--synck-gray-600);
  font-size: 17px;
}

.ec-steps__list {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  text-align: left;
}
.ec-steps__list li {
  background: #fff;
  border: 1px solid var(--synck-gray-300);
  border-radius: 16px;
  padding: 28px;
  display: grid;
  gap: 8px;
  align-content: start;
}
.ec-steps__num {
  font-family: var(--synck-mono);
  font-size: 14px;
  color: var(--synck-core);
  letter-spacing: .08em;
}
.ec-steps__list h3 {
  margin: 0;
  font-size: 19px;
}
.ec-steps__list p {
  margin: 0;
  color: var(--synck-gray-600);
  font-size: 15px;
}

.ec-steps__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--synck-core);
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  padding: 15px 40px;
  border-radius: 10px;
  text-decoration: none;
  transition: background-color .2s ease;
}
.ec-steps__btn:hover { background: var(--synck-core-700); }

/* ---------- Responsive ---------- */
@media (max-width: 1023px) {
  .ec-services__grid { grid-template-columns: 1fr 1fr; }
  .ec-service:nth-child(3) { border-left: 0; }
  .ec-service:nth-child(n+3) { border-top: 1px solid var(--synck-gray-300); }
  .ec-checkout__inner { grid-template-columns: 1fr; }
  .ec-features__grid { grid-template-columns: 1fr 1fr; }
  .ec-stack__grid { grid-template-columns: 1fr 1fr; }
  .ec-steps__list { grid-template-columns: 1fr 1fr; }
  .ec-services, .ec-checkout, .ec-features, .ec-stack { padding: 64px 0; }
  .ec-steps { padding: 64px 0 80px; }
}

@media (max-width: 640px) {
  .ec-services__grid { grid-template-columns: 1fr; }
  .ec-service + .ec-service { border-left: 0; }
  .ec-service:nth-child(n+2) { border-top: 1px solid var(--synck-gray-300); }
  .ec-features__grid { grid-template-columns: 1fr; }
  .ec-stack__grid { grid-template-columns: 1fr; }
  .ec-steps__list { grid-template-columns: 1fr; }
  .ec-hero__title span.hl { white-space: normal; }
  .ec-hero__stat { padding: 0 16px; font-size: 18px; }
  .ec-hero__stat strong { font-size: 22px; }
}