.shopify-hero-c {
  min-height: 74vh;
  padding-top: 112px;
  background:
    radial-gradient(circle at 14% 12%, rgb(20 240 181 / 12%) 0%, transparent 34%),
    radial-gradient(circle at 88% 20%, rgb(0 61 255 / 22%) 0%, transparent 38%),
    linear-gradient(180deg, #060d24 0%, #0c1d4b 58%, #12306f 100%);
}

.shopify-hero-c__grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1.04fr 0.96fr;
  gap: clamp(1rem, 2.8vw, 2rem);
  align-items: center;
}

.shopify-hero-c__title {
  color: #ffffff;
  font-size: clamp(2rem, 4.8vw, 3.6rem);
  line-height: 1.07;
  margin-bottom: 1rem;
  max-width: 18ch;
}

.shopify-hero-c__intro {
  max-width: 62ch;
}

.shopify-hero-c__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 1.2rem;
}

.hero-c-badges {
  margin-top: 1rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.hero-c-badges span {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.3rem 0.55rem;
  border: 1px solid rgb(255 255 255 / 24%);
  border-radius: 999px;
  background: rgb(255 255 255 / 10%);
  color: rgb(255 255 255 / 88%);
  font-size: 0.75rem;
}

.commerce-command-c {
  border: 1px solid rgb(255 255 255 / 16%);
  border-radius: 22px;
  background: rgb(255 255 255 / 5%);
  backdrop-filter: blur(8px);
  padding: 1rem;
  position: relative;
  overflow: hidden;
}

.commerce-command-c::before {
  content: '';
  position: absolute;
  inset: -20% 35% auto -20%;
  height: 180px;
  background: radial-gradient(circle, rgb(20 240 181 / 24%) 0%, transparent 66%);
  pointer-events: none;
}

.command-header-c {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.75rem;
  color: rgb(255 255 255 / 88%);
  font-size: 0.8rem;
}

.command-kpis-c {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.6rem;
  margin-bottom: 0.7rem;
}

.command-kpi-c {
  border: 1px solid rgb(255 255 255 / 17%);
  border-radius: 12px;
  background: rgb(255 255 255 / 8%);
  padding: 0.65rem;
}

.command-kpi-c strong {
  color: #ffffff;
  font-size: 1.05rem;
  line-height: 1;
}

.command-kpi-c span {
  display: block;
  margin-top: 0.25rem;
  color: rgb(255 255 255 / 72%);
  font-size: 0.72rem;
}

.command-flow-c {
  display: grid;
  gap: 0.55rem;
}

.command-step-c {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 0.55rem;
  align-items: center;
  padding: 0.55rem 0.65rem;
  border-radius: 11px;
  border: 1px solid rgb(255 255 255 / 14%);
  background: rgb(7 22 59 / 58%);
  color: rgb(255 255 255 / 84%);
  font-size: 0.78rem;
}

.command-step-c i {
  color: #8cc5ff;
}

.command-step-c em {
  font-style: normal;
  color: #14f0b5;
  font-size: 0.7rem;
}

.section-c-surface {
  background: #f4f8ff;
}

.spotlight-c {
  position: relative;
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  gap: 1.2rem;
  align-items: stretch;
}

.spotlight-main-c,
.spotlight-side-c {
  border: 1px solid #d8e4fb;
  border-radius: 18px;
  background:
    radial-gradient(circle at 84% 16%, rgb(0 61 255 / 8%) 0%, transparent 35%),
    linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
  padding: 1rem;
  box-shadow: 0 12px 26px rgb(17 41 94 / 8%);
  transition:
    transform var(--dur-std) var(--ease-std),
    box-shadow var(--dur-std) var(--ease-std),
    border-color var(--dur-std) var(--ease-std);
}

.spotlight-main-c:hover,
.spotlight-side-c:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 30px rgb(17 41 94 / 12%);
  border-color: #c9d8fc;
}

.spotlight-main-c .section-title {
  margin-bottom: 0.65rem;
}

.spotlight-main-c .card__body {
  max-width: 62ch;
}

.problem-list-c {
  margin-top: 0.9rem;
  display: grid;
  gap: 0.65rem;
}

.problem-list-c li {
  display: flex;
  align-items: flex-start;
  gap: 0.55rem;
  color: #3d4d68;
  padding: 0.28rem 0;
}

.problem-list-c i {
  width: 20px;
  height: 20px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #1f4bde;
  background: #e9f0ff;
  margin-top: 0.18rem;
  font-size: 0.72rem;
}

.spotlight-indicators-c {
  margin-top: 0.75rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.spotlight-indicator-c {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  border: 1px solid #cedcfc;
  border-radius: 999px;
  background: #eef4ff;
  color: #2848af;
  font-size: 0.74rem;
  font-weight: 600;
  padding: 0.3rem 0.55rem;
}

.spotlight-trust-c {
  margin-top: 0.85rem;
  display: flex;
  align-items: flex-start;
  gap: 0.45rem;
  border: 1px solid #d2defc;
  border-radius: 12px;
  background: linear-gradient(180deg, #f4f8ff 0%, #eef4ff 100%);
  padding: 0.65rem 0.7rem;
  color: #3f516c;
  font-size: 0.86rem;
}

.spotlight-trust-c i {
  color: #1f4bde;
  margin-top: 0.1rem;
}

.spotlight-side-c ul {
  margin-top: 0.6rem;
  display: grid;
  gap: 0.5rem;
  color: #3d4d68;
  font-size: 0.9rem;
}

.spotlight-side-c li {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  border: 1px solid #d8e4fc;
  border-radius: 11px;
  background: #ffffff;
  padding: 0.55rem 0.6rem;
}

.spotlight-pain-icon {
  width: 20px;
  height: 20px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.68rem;
  color: #1f4bde;
  background: #eaf1ff;
  margin-top: 0.1rem;
}

.spotlight-pain-text {
  color: #3f5069;
}

.spotlight-connector-c {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 42px;
  height: 42px;
  border-radius: 12px;
  border: 1px solid #cfdcfc;
  background: linear-gradient(180deg, #f8fbff 0%, #edf3ff 100%);
  color: #1f4bde;
  box-shadow: 0 10px 20px rgb(17 41 94 / 10%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}

.deliver-c-grid {
  margin-top: 1rem;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.85rem;
}

.deliver-c-card {
  position: relative;
  border: 1px solid #dbe6fc;
  border-radius: 14px;
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
  padding: 0.9rem;
  overflow: hidden;
  transition:
    transform var(--dur-std) var(--ease-std),
    box-shadow var(--dur-std) var(--ease-std),
    border-color var(--dur-std) var(--ease-std);
}

.deliver-c-card::after {
  content: '';
  position: absolute;
  inset: auto -25% -30% auto;
  width: 120px;
  height: 120px;
  background: radial-gradient(circle, rgb(0 61 255 / 14%) 0%, transparent 70%);
  pointer-events: none;
}

.deliver-c-card:hover {
  transform: translateY(-4px);
  border-color: #c9d8fc;
  box-shadow: 0 14px 26px rgb(17 41 94 / 11%);
}

.deliver-c-icon {
  width: 36px;
  height: 36px;
  border-radius: 11px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(180deg, #e9efff 0%, #dce6ff 100%);
  color: #1d49dd;
  margin-bottom: 0.6rem;
}

.deliver-c-card h3 {
  font-size: 0.92rem;
  color: #1f2937;
  margin-bottom: 0.25rem;
}

.deliver-c-card p {
  color: #51617a;
  font-size: 0.83rem;
  line-height: 1.42;
}

.scenarios-c-grid {
  margin-top: 1rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.85rem;
}

.scenario-c-card {
  border: 1px solid #dce6fb;
  border-radius: 14px;
  background: #ffffff;
  box-shadow: 0 9px 20px rgb(17 41 94 / 7%);
  padding: 0.95rem;
  display: grid;
  gap: 0.5rem;
  transition:
    transform var(--dur-std) var(--ease-std),
    box-shadow var(--dur-std) var(--ease-std);
}

.scenario-c-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 26px rgb(17 41 94 / 11%);
}

.scenario-c-head {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.scenario-c-head i {
  width: 30px;
  height: 30px;
  border-radius: 9px;
  background: #eaf1ff;
  color: #214dde;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.scenario-c-head span {
  font-size: 0.72rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #3b57bc;
  font-weight: 700;
}

.scenario-c-card p {
  color: #394a64;
  font-size: 0.88rem;
}

.why-c-shell {
  border-radius: 18px;
  border: 1px solid #dbe6fb;
  background: #ffffff;
  box-shadow: 0 10px 24px rgb(17 41 94 / 7%);
  padding: clamp(1rem, 2.2vw, 1.5rem);
}

.why-c-grid {
  margin-top: 1rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.8rem;
}

.why-c-card {
  border: 1px solid #dce7fc;
  border-radius: 12px;
  background: #f8fbff;
  padding: 0.85rem;
  display: flex;
  align-items: flex-start;
  gap: 0.55rem;
  color: #34455f;
}

.why-c-card i {
  color: #1f4bde;
  margin-top: 0.14rem;
}

.integrations-c-shell {
  border: 1px solid #dbe6fc;
  border-radius: 18px;
  background: linear-gradient(180deg, #ffffff 0%, #f7faff 100%);
  padding: clamp(1rem, 2.2vw, 1.5rem);
}

.integration-c-grid {
  margin-top: 1rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.85rem;
}

.integration-c-card {
  border: 1px solid #d9e5fc;
  border-radius: 13px;
  background: #ffffff;
  padding: 0.85rem;
  transition:
    transform var(--dur-std) var(--ease-std),
    box-shadow var(--dur-std) var(--ease-std);
}

.integration-c-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 24px rgb(17 41 94 / 10%);
}

.integration-c-card h3 {
  font-size: 0.96rem;
  margin-bottom: 0.55rem;
  color: #1f2937;
  display: flex;
  align-items: center;
  gap: 0.45rem;
}

.integration-c-card h3 i {
  color: #1f4bde;
}

.integration-c-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}

.integration-c-tags span {
  display: inline-flex;
  align-items: center;
  padding: 0.3rem 0.5rem;
  border-radius: 999px;
  border: 1px solid #cfddfb;
  background: #edf3ff;
  color: #2f4db7;
  font-size: 0.76rem;
  font-weight: 600;
}

.shopify-cases-c {
  position: relative;
}

.hero-stores-c {
  background: linear-gradient(180deg, #ffffff 0%, #f6f9ff 100%);
}

.shopify-slider-head-c {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: flex-end;
  margin-bottom: 1.2rem;
}

.shopify-slider-head-c .section-intro {
  margin-bottom: 0;
  max-width: 62ch;
}

.shopify-slider-nav-c {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  flex-shrink: 0;
}

.shopify-slider-btn-c {
  width: 40px;
  height: 40px;
  border-radius: 11px;
  border: 1px solid #c9d8fc;
  background: #ffffff;
  color: #1f4bde;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition:
    transform var(--dur-std) var(--ease-std),
    background var(--dur-std) var(--ease-std),
    color var(--dur-std) var(--ease-std),
    border-color var(--dur-std) var(--ease-std);
}

.shopify-slider-btn-c:hover,
.shopify-slider-btn-c:focus-visible {
  transform: translateY(-2px);
  background: #003dff;
  color: #ffffff;
  border-color: #003dff;
}

.shopify-cases-swiper .swiper-slide,
.shopify-stores-swiper .swiper-slide {
  height: auto;
}

.shopify-cases-swiper .swiper-wrapper,
.shopify-stores-swiper .swiper-wrapper {
  align-items: stretch;
}

.case-study-c-card {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 1rem;
  align-items: stretch;
  border: 1px solid #d6e3fc;
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 14px 28px rgb(17 41 94 / 9%);
  padding: 0.8rem;
}

.case-study-c-image {
  width: 100%;
  height: 100%;
  min-height: 250px;
  border-radius: 14px;
  object-fit: cover;
}

.case-study-c-body {
  display: grid;
  align-content: start;
  gap: 0.65rem;
  padding: 0.25rem 0.2rem;
}

.case-study-c-body h3 {
  font-size: clamp(1.05rem, 2vw, 1.3rem);
  color: #1f2937;
  line-height: 1.25;
}

.case-study-c-body p {
  color: #45566f;
  line-height: 1.5;
}

.case-study-c-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.case-study-c-stats span {
  display: inline-flex;
  align-items: center;
  gap: 0.28rem;
  border: 1px solid #d2defc;
  border-radius: 999px;
  background: #f0f5ff;
  padding: 0.3rem 0.55rem;
  color: #2f4db7;
  font-size: 0.76rem;
}

.case-study-c-stats strong {
  color: #123ebf;
  font-size: 0.82rem;
}

.case-study-c-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}

.case-study-c-body .card__link {
  margin-top: 0.25rem;
}

.shopify-cases-pagination,
.shopify-stores-pagination {
  position: static;
  margin-top: 0.9rem;
}

.hero-store-c-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  border: 1px solid #d8e4fc;
  border-radius: 16px;
  background: #ffffff;
  overflow: hidden;
  box-shadow: 0 12px 26px rgb(17 41 94 / 9%);
  transition:
    transform var(--dur-std) var(--ease-std),
    box-shadow var(--dur-std) var(--ease-std),
    border-color var(--dur-std) var(--ease-std);
}

.hero-store-c-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 30px rgb(17 41 94 / 12%);
  border-color: #c7d8fc;
}

.hero-store-c-image {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.hero-store-c-body {
  padding: 0.9rem;
  display: grid;
  gap: 0.6rem;
  flex: 1;
}

.hero-store-c-body h3 {
  font-size: 1.05rem;
  color: #1f2937;
}

.hero-store-c-body p {
  color: #465873;
  font-size: 0.9rem;
}

.hero-store-c-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}

.hero-store-c-tags span {
  display: inline-flex;
  align-items: center;
  padding: 0.28rem 0.5rem;
  border-radius: 999px;
  border: 1px solid #d0ddfc;
  background: #eef4ff;
  color: #2f4db7;
  font-size: 0.74rem;
  font-weight: 600;
}

.hero-store-c-metric {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  border: 1px solid #c8dbf9;
  border-radius: 9px;
  background: linear-gradient(180deg, #ecf5ff 0%, #e3f0ff 100%);
  color: #244193;
  font-size: 0.78rem;
  font-weight: 600;
  padding: 0.35rem 0.5rem;
}

.hero-store-c-body .card__link {
  margin-top: auto;
}

.shopify-cases-pagination .swiper-pagination-bullet,
.shopify-stores-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: #b4c7f8;
  opacity: 1;
}

.shopify-cases-pagination .swiper-pagination-bullet-active,
.shopify-stores-pagination .swiper-pagination-bullet-active {
  background: #003dff;
}

.shopify-cta-c {
  background:
    radial-gradient(circle at 80% 18%, rgb(20 240 181 / 15%) 0%, transparent 34%),
    linear-gradient(180deg, #091a4d 0%, #003dff 100%);
}

.shopify-cta-c__shell {
  border: 1px solid rgb(255 255 255 / 18%);
  border-radius: 18px;
  background: rgb(255 255 255 / 6%);
  padding: clamp(1.2rem, 2.2vw, 1.8rem);
}

@media (width <= 1024px) {
  .shopify-hero-c__grid,
  .spotlight-c {
    grid-template-columns: 1fr;
  }

  .spotlight-connector-c {
    display: none;
  }

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

  .scenarios-c-grid,
  .why-c-grid,
  .integration-c-grid {
    grid-template-columns: 1fr;
  }

  .shopify-slider-head-c {
    align-items: flex-start;
    flex-direction: column;
  }

  .case-study-c-card {
    grid-template-columns: 1fr;
  }

  .case-study-c-image {
    min-height: 220px;
  }
}

@media (width <= 768px) {
  .shopify-hero-c {
    min-height: auto;
    padding-bottom: 2rem;
  }

  .command-kpis-c,
  .deliver-c-grid {
    grid-template-columns: 1fr;
  }

  .command-step-c {
    grid-template-columns: auto 1fr;
  }

  .command-step-c em {
    display: none;
  }

  .shopify-slider-btn-c {
    width: 36px;
    height: 36px;
  }

  .case-study-c-body,
  .hero-store-c-body {
    gap: 0.55rem;
  }

  .spotlight-main-c,
  .spotlight-side-c {
    padding: 0.85rem;
  }

  .spotlight-side-c li {
    padding: 0.5rem 0.55rem;
  }

  .shopify-slider-head-c {
    margin-bottom: 0.9rem;
  }

  .shopify-slider-nav-c {
    width: 100%;
    justify-content: flex-end;
  }

  .case-study-c-card {
    padding: 0.7rem;
  }

  .case-study-c-image {
    min-height: 190px;
  }

  .hero-store-c-body {
    padding: 0.8rem;
  }

  .hero-store-c-metric {
    font-size: 0.74rem;
  }
}

@media (width <= 480px) {
  .shopify-slider-btn-c {
    width: 34px;
    height: 34px;
    border-radius: 10px;
  }

  .shopify-slider-head-c .section-title {
    font-size: clamp(1.35rem, 6.8vw, 1.6rem);
    line-height: 1.2;
  }

  .shopify-slider-head-c .section-intro {
    font-size: 0.92rem;
  }

  .case-study-c-body h3,
  .hero-store-c-body h3 {
    font-size: 1rem;
  }

  .case-study-c-body p,
  .hero-store-c-body p {
    font-size: 0.86rem;
  }

  .case-study-c-stats span,
  .hero-store-c-tags span {
    font-size: 0.72rem;
  }

  .shopify-cases-pagination,
  .shopify-stores-pagination {
    margin-top: 0.75rem;
  }

  .spotlight-trust-c {
    font-size: 0.82rem;
  }
}
