/* Shgopify Service Page */

.shopify-hero {
  position: relative;

  overflow: visible;

  padding: 180px 0 140px;

  min-height: 100vh;
}

.shopify-hero::before {
  content: '';

  position: absolute;

  inset: 0;

  background: radial-gradient(
      circle at 20% 30%,
      rgba(91, 95, 255, 0.18),
      transparent 45%
    ),
    radial-gradient(circle at 80% 70%, rgba(0, 212, 255, 0.15), transparent 40%);

  pointer-events: none;
}

.shopify-hero::after {
  content: '';

  position: absolute;

  inset: 0;

  background-image: linear-gradient(
      rgba(255, 255, 255, 0.03) 1px,
      transparent 1px
    ),
    linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);

  background-size: 80px 80px;

  opacity: 0.25;
}
.shopify-hero-grid {
  display: grid;

  grid-template-columns: 1fr 1fr;

  align-items: center;

  gap: 90px;

  position: relative;

  z-index: 2;
}
.shopify-content h1 {
  font-size: 72px;

  line-height: 1.05;

  margin: 25px 0;
}

.shopify-content p {
  font-size: 20px;

  color: var(--gray);

  line-height: 1.9;

  max-width: 650px;

  margin-bottom: 45px;
}
.service-badge {
  display: inline-flex;

  align-items: center;

  gap: 12px;

  padding: 12px 24px;

  border-radius: 100px;

  background: rgba(91, 95, 255, 0.15);

  border: 1px solid rgba(255, 255, 255, 0.08);

  backdrop-filter: blur(20px);

  font-weight: 700;
}

.service-badge i {
  color: #95bf47;

  font-size: 22px;
}
.hero-feature-list {
  display: grid;

  grid-template-columns: repeat(2, 1fr);

  gap: 18px;

  margin-bottom: 45px;
}

.hero-feature-list div {
  display: flex;

  align-items: center;

  gap: 12px;

  color: #fff;
}

.hero-feature-list i {
  color: #4ade80;
}
.hero-stats {
  display: flex;

  gap: 60px;

  margin-top: 70px;
}

.hero-stats h3 {
  font-size: 52px;

  font-family: var(--heading);

  background: linear-gradient(90deg, var(--primary), var(--secondary));

  -webkit-background-clip: text;

  -webkit-text-fill-color: transparent;
}

.hero-stats span {
  color: var(--gray);

  text-transform: uppercase;

  letter-spacing: 1px;

  font-size: 14px;
}
.shopify-dashboard-wrapper {
  position: relative;

  width: 100%;

  height: 760px;

  display: flex;

  justify-content: center;

  align-items: center;
  overflow: visible;
}
.shopify-dashboard {
  width: 420px;

  position: relative;

  z-index: 5;

  background: rgba(255, 255, 255, 0.05);

  border: 1px solid rgba(255, 255, 255, 0.12);

  backdrop-filter: blur(30px);

  border-radius: 30px;

  padding: 30px;

  box-shadow: 0 40px 90px rgba(0, 0, 0, 0.45);
}
.dashboard-header {
  display: flex;

  justify-content: space-between;

  align-items: center;
  justify-content: center;

  margin-bottom: 35px;
  margin-top: 35px;
}

.dashboard-header h4 {
  font-size: 24px;
}

.dashboard-header span {
  color: var(--gray);

  font-size: 14px;
}

.live-dot {
  color: #4ade80;

  font-weight: 700;
}
.dashboard-metrics {
  display: grid;

  grid-template-columns: repeat(2, 1fr);

  gap: 18px;
}

.metric-card {
  padding: 22px;

  border-radius: 22px;

  background: rgba(255, 255, 255, 0.04);

  border: 1px solid rgba(255, 255, 255, 0.08);
}

.metric-card small {
  color: var(--gray);
}

.metric-card h3 {
  margin-top: 10px;

  font-size: 34px;
}
.performance-card {
  margin: 30px 0;

  display: grid;

  grid-template-columns: repeat(3, 1fr);

  gap: 18px;
}
.performance-card div span {
  font-size: 12px;
}

.performance-card div {
  text-align: center;

  padding: 20px;

  border-radius: 18px;

  background: rgba(91, 95, 255, 0.08);
}

.performance-card strong {
  display: block;

  margin-top: 10px;

  font-size: 28px;
}
.dashboard-footer {
  display: grid;

  grid-template-columns: repeat(2, 1fr);

  gap: 15px;
}

.dashboard-footer span {
  font-size: 14px;

  color: #cfd4ff;
}
.shopify-orbit {
  position: absolute;

  border: 1px solid rgba(91, 95, 255, 0.2);

  border-radius: 50%;

  animation: rotateOrbit 40s linear infinite;
}
.shopify-orbit span {
  animation: counterRotate 40s linear infinite;
}

.orbit-one {
  width: 520px;

  height: 520px;
}

.orbit-two {
  width: 660px;

  height: 660px;

  animation-duration: 55s;

  animation-direction: reverse;
}
.orbit-two span {
  animation-duration: 55s;

  animation-direction: reverse;
}
.shopify-orbit span {
  position: absolute;

  padding: 12px 22px;

  border-radius: 100px;

  background: rgba(18, 25, 40, 0.85);

  border: 1px solid rgba(255, 255, 255, 0.08);

  backdrop-filter: blur(15px);

  white-space: nowrap;

  font-weight: 600;

  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.25);
}
.orbit-one span:nth-child(1) {
  top: -18px;
  left: 50%;
  transform: translateX(-50%);
}

.orbit-one span:nth-child(2) {
  right: -20px;
  top: 48%;
}

.orbit-one span:nth-child(3) {
  bottom: -18px;
  left: 50%;
  transform: translateX(-50%);
}

.orbit-one span:nth-child(4) {
  left: -20px;
  top: 48%;
}

/* Orbit Two */

.orbit-two span:nth-child(1) {
  top: 60px;
  right: 20px;
}

.orbit-two span:nth-child(2) {
  bottom: 100px;
  right: 15px;
}

.orbit-two span:nth-child(3) {
  bottom: 60px;
  left: 20px;
}

.orbit-two span:nth-child(4) {
  top: 110px;
  left: 15;
}

.orbit-two span:nth-child(5) {
  bottom: -18px;

  left: 50%;

  transform: translateX(-50%);
}
@keyframes rotateOrbit {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

@keyframes counterRotate {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(-360deg);
  }
}
.shopify-why-section {
  position: relative;

  padding: 140px 0;

  overflow: hidden;
}

.shopify-why-section::before {
  content: '';

  position: absolute;

  top: -250px;

  right: -150px;

  width: 550px;

  height: 550px;

  border-radius: 50%;

  background: radial-gradient(
    circle,
    rgba(149, 191, 71, 0.12),
    transparent 70%
  );

  filter: blur(90px);

  pointer-events: none;
}

.shopify-why-section::after {
  content: '';

  position: absolute;

  bottom: -250px;

  left: -200px;

  width: 500px;

  height: 500px;

  border-radius: 50%;

  background: radial-gradient(circle, rgba(91, 95, 255, 0.12), transparent 70%);

  filter: blur(90px);

  pointer-events: none;
}
.shopify-why-grid {
  display: grid;

  grid-template-columns: 1.1fr 0.9fr;

  align-items: center;

  gap: 90px;

  position: relative;

  z-index: 2;
}
.shopify-why-content h2 {
  font-size: 56px;

  line-height: 1.1;

  margin: 25px 0;
}

.shopify-why-content p {
  font-size: 18px;

  line-height: 1.9;

  color: var(--gray);

  margin-bottom: 55px;

  max-width: 650px;
}
.shopify-checkpoints {
  position: relative;

  display: flex;

  flex-direction: column;

  gap: 30px;
}

.shopify-checkpoints::before {
  content: '';

  position: absolute;

  left: 22px;

  top: 20px;

  bottom: 20px;

  width: 2px;

  background: linear-gradient(to bottom, var(--primary), var(--secondary));

  opacity: 0.35;
}
.checkpoint {
  display: flex;

  align-items: flex-start;

  gap: 24px;

  position: relative;
}
.checkpoint-icon {
  width: 46px;

  height: 46px;

  min-width: 46px;

  border-radius: 50%;

  display: flex;

  justify-content: center;

  align-items: center;

  background: linear-gradient(135deg, var(--primary), var(--secondary));

  color: #fff;

  box-shadow: 0 12px 30px rgba(91, 95, 255, 0.35);

  position: relative;

  z-index: 2;
}
.checkpoint h4 {
  font-size: 22px;

  margin-bottom: 10px;
}

.checkpoint p {
  margin: 0;

  color: var(--gray);

  font-size: 15px;

  line-height: 1.8;
}
.shopify-why-cards {
  position: relative;

  height: 650px;
}
.why-card {
  position: absolute;

  width: 320px;

  padding: 35px;

  border-radius: 28px;

  background: rgba(255, 255, 255, 0.05);

  border: 1px solid rgba(255, 255, 255, 0.08);

  backdrop-filter: blur(25px);

  transition: 0.45s;

  overflow: hidden;
}
.why-card::before {
  content: '';

  position: absolute;

  inset: 0;

  background: radial-gradient(
    circle at top right,
    rgba(149, 191, 71, 0.15),
    transparent 65%
  );

  opacity: 0;

  transition: 0.45s;
}

.why-card:hover::before {
  opacity: 1;
}

.why-card:hover {
  transform: translateY(-12px);

  box-shadow: 0 30px 70px rgba(91, 95, 255, 0.25);
}
.card-one {
  top: 0;

  left: 0;

  transform: rotate(-6deg);
}

.why-card.card-two {
  top: 190px;

  right: 0;

  transform: rotate(5deg);
}

.card-three {
  bottom: 0;

  left: 40px;

  transform: rotate(-3deg);
}
.why-card-icon {
  width: 70px;

  height: 70px;

  border-radius: 22px;

  display: flex;

  justify-content: center;

  align-items: center;

  margin-bottom: 25px;

  background: rgba(149, 191, 71, 0.12);

  color: #95bf47;

  font-size: 30px;
}
.why-card h3 {
  font-size: 30px;

  margin-bottom: 15px;
}

.why-card p {
  color: var(--gray);

  line-height: 1.8;

  font-size: 16px;
}
.why-card {
  transform-style: preserve-3d;

  will-change: transform;
}
.shopify-services-section {
  position: relative;

  padding: 140px 0;

  overflow: hidden;
}

.shopify-services-section::before {
  content: '';

  position: absolute;

  top: -180px;

  left: -180px;

  width: 500px;

  height: 500px;

  border-radius: 50%;

  background: radial-gradient(circle, rgba(149, 191, 71, 0.1), transparent 70%);

  filter: blur(100px);

  pointer-events: none;
}

.shopify-services-section::after {
  content: '';

  position: absolute;

  bottom: -200px;

  right: -150px;

  width: 550px;

  height: 550px;

  border-radius: 50%;

  background: radial-gradient(circle, rgba(91, 95, 255, 0.1), transparent 70%);

  filter: blur(110px);

  pointer-events: none;
}
.services-bento {
  display: grid;

  grid-template-columns: repeat(12, 1fr);

  gap: 24px;

  margin-top: 80px;

  position: relative;

  z-index: 2;
}
.service-box.large {
  grid-column: span 6;

  grid-row: span 2;
}

.service-box:not(.large) {
  grid-column: span 3;
}
.service-box {
  position: relative;

  overflow: hidden;

  padding: 35px;

  border-radius: 28px;

  background: rgba(255, 255, 255, 0.04);

  border: 1px solid rgba(255, 255, 255, 0.08);

  backdrop-filter: blur(20px);

  transition: 0.45s;

  min-height: 260px;

  display: flex;

  flex-direction: column;
}
.service-box:hover {
  transform: translateY(-10px);

  border-color: rgba(149, 191, 71, 0.35);

  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.3), 0 0 40px rgba(149, 191, 71, 0.12);
}
.service-box::before {
  content: '';

  position: absolute;

  inset: 0;

  padding: 1px;

  border-radius: inherit;

  background: linear-gradient(
    135deg,
    rgba(149, 191, 71, 0.6),
    rgba(91, 95, 255, 0.5),
    transparent
  );

  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);

  -webkit-mask-composite: xor;

  mask-composite: exclude;

  opacity: 0;

  transition: 0.4s;
}

.service-box:hover::before {
  opacity: 1;
}
.service-icon {
  width: 72px;

  height: 72px;

  border-radius: 20px;

  display: flex;

  justify-content: center;

  align-items: center;

  background: rgba(149, 191, 71, 0.12);

  color: #95bf47;

  font-size: 30px;

  margin-bottom: 28px;
}
.service-box h3 {
  font-size: 28px;

  margin-bottom: 18px;
}

.service-box p {
  color: var(--gray);

  line-height: 1.8;

  font-size: 16px;

  margin-bottom: 28px;
}
.service-tags,
.mini-tags {
  display: flex;

  flex-wrap: wrap;

  gap: 12px;

  margin-top: auto;
}

.service-tags span,
.mini-tags span {
  padding: 10px 18px;

  border-radius: 100px;

  background: rgba(255, 255, 255, 0.05);

  border: 1px solid rgba(255, 255, 255, 0.08);

  font-size: 13px;

  transition: 0.35s;
}

.service-tags span:hover,
.mini-tags span:hover {
  background: rgba(149, 191, 71, 0.18);

  transform: translateY(-3px);
}
.mini-stats {
  display: flex;

  justify-content: space-between;

  margin-top: auto;
}

.mini-stats strong {
  display: block;

  font-size: 34px;

  background: linear-gradient(90deg, var(--primary), var(--secondary));

  -webkit-background-clip: text;

  -webkit-text-fill-color: transparent;
}

.mini-stats span {
  color: var(--gray);

  font-size: 13px;
}
.migration-flow {
  margin-top: auto;

  display: flex;

  justify-content: space-between;

  align-items: center;

  font-weight: 600;
  font-size: 12px;
}

.migration-flow i {
  color: var(--primary);
}
.progress-demo {
  height: 12px;

  border-radius: 100px;

  background: rgba(255, 255, 255, 0.08);

  overflow: hidden;

  margin-top: auto;
}

.progress-fill {
  width: 0;

  height: 100%;

  background: linear-gradient(90deg, #95bf47, var(--secondary));

  border-radius: 100px;
}

.progress-value {
  margin-top: 18px;

  display: block;

  color: var(--gray);
}
.service-box > * {
  position: relative;

  z-index: 2;
}
.service-box {
  transform-style: preserve-3d;

  will-change: transform;
}

.service-icon {
  transition: 0.35s;
}

.service-box:hover .service-icon {
  transform: scale(1.1) rotate(8deg);
}
.service-box::after {
  content: '';

  position: absolute;

  width: 220px;

  height: 220px;

  border-radius: 50%;

  background: radial-gradient(
    circle,
    rgba(149, 191, 71, 0.22),
    transparent 70%
  );

  top: -80px;

  right: -80px;

  opacity: 0;

  transition: 0.45s;

  filter: blur(30px);
}

.service-box:hover::after {
  opacity: 1;
}
.service-box {
  isolation: isolate;
}

.service-box .shine {
  position: absolute;

  inset: 0;

  background: linear-gradient(
    120deg,
    transparent 20%,
    rgba(255, 255, 255, 0.12) 50%,
    transparent 80%
  );

  transform: translateX(-120%);

  pointer-events: none;
}
.shopify-process-section {
  position: relative;

  padding: 140px 0;

  overflow: hidden;
}

.shopify-process-section::before {
  content: '';

  position: absolute;

  top: -200px;

  right: -180px;

  width: 500px;

  height: 500px;

  border-radius: 50%;

  background: radial-gradient(
    circle,
    rgba(149, 191, 71, 0.12),
    transparent 70%
  );

  filter: blur(100px);

  pointer-events: none;
}
.process-timeline {
  position: relative;

  margin: 90px auto 0;

  max-width: 1200px;
}
.process-timeline::before {
  content: '';

  position: absolute;

  left: 50%;

  top: 0;

  width: 3px;

  height: 100%;

  transform: translateX(-50%);

  background: linear-gradient(to bottom, var(--primary), var(--secondary));

  opacity: 0.35;
}
.timeline-item {
  position: relative;

  display: flex;

  width: 100%;

  margin-bottom: 80px;
}

.timeline-item.left {
  justify-content: flex-start;
}

.timeline-item.right {
  justify-content: flex-end;
}
.timeline-card {
  width: calc(50% - 70px);

  padding: 35px;

  border-radius: 28px;

  background: rgba(255, 255, 255, 0.05);

  border: 1px solid rgba(255, 255, 255, 0.08);

  backdrop-filter: blur(25px);

  position: relative;

  transition: 0.45s;

  overflow: hidden;
}
.timeline-card:hover {
  transform: translateY(-8px);

  border-color: rgba(149, 191, 71, 0.35);

  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.3), 0 0 30px rgba(149, 191, 71, 0.15);
}
.timeline-dot {
  position: absolute;

  left: 50%;

  top: 30px;

  transform: translateX(-50%);

  width: 72px;

  height: 72px;

  border-radius: 50%;

  background: linear-gradient(135deg, var(--primary), var(--secondary));

  display: flex;

  justify-content: center;

  align-items: center;

  color: #fff;

  font-weight: 700;

  font-size: 20px;

  z-index: 5;

  box-shadow: 0 0 30px rgba(91, 95, 255, 0.35);
}
.timeline-icon {
  width: 70px;

  height: 70px;

  border-radius: 20px;

  display: flex;

  justify-content: center;

  align-items: center;

  background: rgba(149, 191, 71, 0.12);

  color: #95bf47;

  font-size: 30px;

  margin-bottom: 24px;
}
.timeline-card h3 {
  font-size: 30px;

  margin-bottom: 18px;
}

.timeline-card p {
  color: var(--gray);

  line-height: 1.8;

  margin-bottom: 28px;
}
.timeline-tags {
  display: flex;

  flex-wrap: wrap;

  gap: 12px;
}

.timeline-tags span {
  padding: 10px 18px;

  border-radius: 100px;

  background: rgba(255, 255, 255, 0.05);

  border: 1px solid rgba(255, 255, 255, 0.08);

  transition: 0.3s;

  font-size: 13px;
}

.timeline-tags span:hover {
  background: rgba(149, 191, 71, 0.18);

  transform: translateY(-3px);
}
.timeline-card::before {
  content: '';

  position: absolute;

  width: 220px;

  height: 220px;

  border-radius: 50%;

  top: -80px;

  right: -80px;

  background: radial-gradient(
    circle,
    rgba(149, 191, 71, 0.18),
    transparent 70%
  );

  opacity: 0;

  filter: blur(35px);

  transition: 0.45s;
}

.timeline-card:hover::before {
  opacity: 1;
}
.process-line-progress {
  position: absolute;

  left: 50%;

  top: 0;

  width: 3px;

  height: 0;

  transform: translateX(-50%);

  background: linear-gradient(to bottom, #95bf47, var(--secondary));

  z-index: 2;
}
.timeline-card {
  transform-style: preserve-3d;

  will-change: transform;
}
.development-standards-section {
  position: relative;

  padding: 140px 0;

  overflow: hidden;
}

.development-standards-section::before {
  content: '';

  position: absolute;

  width: 650px;

  height: 650px;

  left: -220px;

  top: -180px;

  border-radius: 50%;

  background: radial-gradient(circle, rgba(149, 191, 71, 0.1), transparent 70%);

  filter: blur(120px);

  pointer-events: none;
}

.development-standards-section::after {
  content: '';

  position: absolute;

  width: 550px;

  height: 550px;

  right: -180px;

  bottom: -150px;

  border-radius: 50%;

  background: radial-gradient(circle, rgba(91, 95, 255, 0.1), transparent 70%);

  filter: blur(110px);
}
.standards-grid {
  display: grid;

  grid-template-columns: repeat(4, 1fr);

  gap: 28px;

  margin-top: 80px;

  position: relative;

  z-index: 2;
}
.standard-card {
  position: relative;

  overflow: hidden;

  padding: 35px;

  min-height: 280px;

  border-radius: 28px;

  background: rgba(255, 255, 255, 0.05);

  border: 1px solid rgba(255, 255, 255, 0.08);

  backdrop-filter: blur(25px);

  transition: 0.45s;

  isolation: isolate;
}
.standard-card:hover {
  transform: translateY(-12px);

  border-color: rgba(149, 191, 71, 0.35);

  box-shadow: 0 35px 80px rgba(0, 0, 0, 0.35), 0 0 35px rgba(149, 191, 71, 0.15);
}
.standard-card::before {
  content: '';

  position: absolute;

  inset: 0;

  padding: 1px;

  border-radius: inherit;

  background: linear-gradient(
    135deg,
    rgba(149, 191, 71, 0.8),
    rgba(91, 95, 255, 0.6),
    transparent
  );

  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);

  -webkit-mask-composite: xor;

  mask-composite: exclude;

  opacity: 0;

  transition: 0.4s;
}

.standard-card:hover::before {
  opacity: 1;
}
.standard-card::after {
  content: '';

  position: absolute;

  width: 220px;

  height: 220px;

  border-radius: 50%;

  background: radial-gradient(
    circle,
    rgba(149, 191, 71, 0.22),
    transparent 70%
  );

  right: -90px;

  top: -90px;

  opacity: 0;

  transition: 0.45s;

  filter: blur(35px);
}

.standard-card:hover::after {
  opacity: 1;
}
.standard-icon {
  width: 74px;

  height: 74px;

  display: flex;

  justify-content: center;

  align-items: center;

  border-radius: 22px;

  background: rgba(149, 191, 71, 0.12);

  color: #95bf47;

  font-size: 30px;

  margin-bottom: 28px;

  transition: 0.35s;
}
.standard-card:hover .standard-icon {
  transform: rotate(8deg) scale(1.1);
}
.standard-card h3 {
  font-size: 28px;

  margin-bottom: 18px;
}

.standard-card p {
  color: var(--gray);

  line-height: 1.8;
}
.comparison-section {
  position: relative;

  padding: 140px 0;

  overflow: hidden;
}

.comparison-section::before {
  content: '';

  position: absolute;

  width: 600px;

  height: 600px;

  left: -220px;

  top: -180px;

  border-radius: 50%;

  background: radial-gradient(circle, rgba(91, 95, 255, 0.1), transparent 70%);

  filter: blur(120px);

  pointer-events: none;
}

.comparison-section::after {
  content: '';

  position: absolute;

  width: 500px;

  height: 500px;

  right: -180px;

  bottom: -150px;

  border-radius: 50%;

  background: radial-gradient(circle, rgba(149, 191, 71, 0.1), transparent 70%);

  filter: blur(120px);
}
.comparison-table {
  margin-top: 80px;

  position: relative;

  z-index: 2;

  border-radius: 32px;

  overflow: hidden;

  border: 1px solid rgba(255, 255, 255, 0.08);

  backdrop-filter: blur(30px);

  background: rgba(255, 255, 255, 0.04);
}
.comparison-header {
  display: grid;

  grid-template-columns: 1fr 1fr;
}

.old-title,
.new-title {
  padding: 28px;

  font-size: 28px;

  font-weight: 700;

  text-align: center;
}

.old-title {
  background: rgba(255, 70, 70, 0.08);

  color: #ff9b9b;
}

.new-title {
  background: rgba(149, 191, 71, 0.12);

  color: #95bf47;
}
.comparison-row {
  display: grid;

  grid-template-columns: 1fr 1fr;

  border-top: 1px solid rgba(255, 255, 255, 0.06);

  transition: 0.35s;

  position: relative;
}

.comparison-row:hover {
  background: rgba(255, 255, 255, 0.03);
}
.old-side,
.new-side {
  display: flex;

  align-items: center;

  gap: 16px;

  padding: 28px 34px;

  font-size: 18px;
}
.old-side {
  border-right: 1px solid rgba(255, 255, 255, 0.05);

  color: #bdbdbd;
}

.old-side i {
  color: #ff5c5c;

  font-size: 20px;
}
.new-side {
  color: #fff;
}

.new-side i {
  color: #95bf47;

  font-size: 20px;
}
.comparison-row::before {
  content: '';

  position: absolute;

  left: 50%;

  top: 0;

  width: 0;

  height: 100%;

  background: linear-gradient(
    90deg,
    transparent,
    rgba(149, 191, 71, 0.08),
    transparent
  );

  transition: 0.45s;

  transform: translateX(-50%);
}

.comparison-row:hover::before {
  width: 100%;
}
.comparison-table::after {
  content: '';

  position: absolute;

  width: 350px;

  height: 350px;

  border-radius: 50%;

  right: -120px;

  top: -120px;

  background: radial-gradient(
    circle,
    rgba(149, 191, 71, 0.15),
    transparent 70%
  );

  filter: blur(60px);

  pointer-events: none;
}
.new-side {
  position: relative;

  overflow: hidden;
}

.new-side::before {
  content: '';

  position: absolute;

  left: 0;

  top: 18%;

  width: 4px;

  height: 64%;

  border-radius: 20px;

  background: linear-gradient(to bottom, #95bf47, var(--secondary));

  opacity: 0.85;
}
.tech-ecosystem-section {
  position: relative;

  padding: 160px 0;

  overflow: hidden;
}

.tech-ecosystem-section::before {
  content: '';

  position: absolute;

  inset: 0;

  background: radial-gradient(
      circle at 25% 30%,
      rgba(149, 191, 71, 0.08),
      transparent 45%
    ),
    radial-gradient(circle at 75% 70%, rgba(91, 95, 255, 0.1), transparent 45%);

  pointer-events: none;
}
.ecosystem-wrapper {
  position: relative;

  width: 850px;

  height: 850px;

  margin: 100px auto 0;
}
.ecosystem-center {
  position: absolute;

  left: 50%;

  top: 50%;

  transform: translate(-50%, -50%);

  width: 220px;

  height: 220px;

  border-radius: 50%;

  background: rgba(255, 255, 255, 0.05);

  border: 1px solid rgba(255, 255, 255, 0.1);

  backdrop-filter: blur(25px);

  display: flex;

  flex-direction: column;

  justify-content: center;

  align-items: center;

  text-align: center;

  z-index: 20;

  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.35), 0 0 60px rgba(149, 191, 71, 0.2);
}
.center-logo {
  width: 90px;

  height: 90px;

  border-radius: 24px;

  background: rgba(149, 191, 71, 0.12);

  display: flex;

  justify-content: center;

  align-items: center;

  font-size: 48px;

  color: #95bf47;

  margin-bottom: 20px;
}

.ecosystem-center h3 {
  font-size: 34px;

  margin-bottom: 8px;
}

.ecosystem-center span {
  color: var(--gray);
}
.ecosystem-orbit {
  position: absolute;

  left: 50%;

  top: 50%;

  transform: translate(-50%, -50%);

  border-radius: 50%;

  border: 1px dashed rgba(255, 255, 255, 0.08);
}
.orbit-small {
  width: 360px;

  height: 360px;
}

.orbit-medium {
  width: 560px;

  height: 560px;
}

.orbit-large {
  width: 760px;

  height: 760px;
}
.tech-node {
  position: absolute;

  padding: 12px 20px;

  border-radius: 100px;

  background: rgba(18, 25, 40, 0.9);

  border: 1px solid rgba(255, 255, 255, 0.08);

  backdrop-filter: blur(18px);

  font-size: 14px;

  font-weight: 600;

  white-space: nowrap;

  transition: 0.35s;

  cursor: pointer;

  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.25);
}
.tech-node:hover {
  transform: scale(1.08);

  border-color: rgba(149, 191, 71, 0.35);

  box-shadow: 0 0 25px rgba(149, 191, 71, 0.25);
}
.orbit-small .tech-node:nth-child(1) {
  top: -18px;
  left: 50%;
  transform: translateX(-50%);
}

.orbit-small .tech-node:nth-child(2) {
  right: -20px;
  top: 50%;
  transform: translateY(-50%);
}

.orbit-small .tech-node:nth-child(3) {
  bottom: -18px;
  left: 50%;
  transform: translateX(-50%);
}

.orbit-small .tech-node:nth-child(4) {
  left: -20px;
  top: 50%;
  transform: translateY(-50%);
}
.orbit-medium .tech-node:nth-child(1) {
  top: 30px;
  left: 50%;
  transform: translateX(-50%);
}

.orbit-medium .tech-node:nth-child(2) {
  top: 150px;
  right: -20px;
}

.orbit-medium .tech-node:nth-child(3) {
  bottom: 150px;
  right: -20px;
}

.orbit-medium .tech-node:nth-child(4) {
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
}

.orbit-medium .tech-node:nth-child(5) {
  bottom: 150px;
  left: -20px;
}

.orbit-medium .tech-node:nth-child(6) {
  top: 150px;
  left: -20px;
}
.orbit-large .tech-node:nth-child(1) {
  top: 40px;
  left: 25%;
}

.orbit-large .tech-node:nth-child(2) {
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.orbit-large .tech-node:nth-child(3) {
  top: 40px;
  right: 25%;
}

.orbit-large .tech-node:nth-child(4) {
  top: 50%;
  right: -20px;
  transform: translateY(-50%);
}

.orbit-large .tech-node:nth-child(5) {
  bottom: 40px;
  right: 25%;
}

.orbit-large .tech-node:nth-child(6) {
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.orbit-large .tech-node:nth-child(7) {
  bottom: 40px;
  left: 25%;
}

.orbit-large .tech-node:nth-child(8) {
  top: 50%;
  left: -20px;
  transform: translateY(-50%);
}
.ecosystem-center,
.ecosystem-orbit,
.tech-node {
  will-change: transform;
}
/* ======================================================
   SHOPIFY CTA
====================================================== */

.shopify-cta-section{

    position:relative;

    padding:140px 0;

    overflow:hidden;

}

.shopify-cta-section::before{

    content:"";

    position:absolute;

    width:700px;

    height:700px;

    left:-250px;

    top:-250px;

    border-radius:50%;

    background:radial-gradient(circle,
    rgba(91,95,255,.14),
    transparent 70%);

    filter:blur(120px);

}

.shopify-cta-section::after{

    content:"";

    position:absolute;

    width:600px;

    height:600px;

    right:-220px;

    bottom:-220px;

    border-radius:50%;

    background:radial-gradient(circle,
    rgba(0,212,255,.14),
    transparent 70%);

    filter:blur(120px);

}
.shopify-cta-card{

    position:relative;

    display:grid;

    grid-template-columns:1.2fr .8fr;

    align-items:center;

    gap:80px;

    padding:80px;

    border-radius:40px;

    overflow:hidden;

    background:rgba(255,255,255,.05);

    border:1px solid rgba(255,255,255,.08);

    backdrop-filter:blur(25px);

    box-shadow:0 40px 100px rgba(0,0,0,.35);

}
.cta-glow{

    position:absolute;

    width:420px;

    height:420px;

    right:-120px;

    top:-120px;

    border-radius:50%;

    background:radial-gradient(circle,
    rgba(149,191,71,.25),
    transparent 70%);

    filter:blur(70px);

    pointer-events:none;

}
.cta-content{

    position:relative;

    z-index:2;

}

.cta-content h2{

    font-size:58px;

    line-height:1.1;

    margin:25px 0;

}

.cta-content p{

    font-size:19px;

    line-height:1.9;

    color:var(--gray);

    margin-bottom:45px;

    max-width:650px;

}
.cta-benefits{

    display:grid;

    grid-template-columns:repeat(2,1fr);

    gap:18px;

    margin-bottom:45px;

}

.cta-benefit{

    display:flex;

    align-items:center;

    gap:14px;

    padding:16px 18px;

    border-radius:16px;

    background:rgba(255,255,255,.04);

    border:1px solid rgba(255,255,255,.06);

}

.cta-benefit i{

    color:var(--shopify);

    font-size:18px;

}
.cta-buttons{

    display:flex;

    gap:20px;

    flex-wrap:wrap;

}
.cta-visual{

    position:relative;

    height:520px;

    display:flex;

    justify-content:center;

    align-items:center;

}
.cta-circle{

    width:220px;

    height:220px;

    border-radius:50%;

    display:flex;

    justify-content:center;

    align-items:center;

    background:linear-gradient(
    135deg,
    rgba(149,191,71,.25),
    rgba(91,95,255,.20));

    border:1px solid rgba(255,255,255,.08);

    box-shadow:
    0 30px 80px rgba(0,0,0,.35);

}

.cta-circle i{

    font-size:90px;

    color:var(--shopify);

}
.floating-card{

    position:absolute;

    display:flex;

    align-items:center;

    gap:12px;

    padding:16px 20px;

    border-radius:18px;

    background:rgba(17,27,46,.92);

    border:1px solid rgba(255,255,255,.08);

    backdrop-filter:blur(20px);

    white-space:nowrap;

    box-shadow:0 18px 40px rgba(0,0,0,.25);

}

.floating-card i{

    color:var(--secondary);

    font-size:18px;

}
.card-one{

    top:40px;

    left:0;

}

.card-two{

    top:80px;

    right:0;

}

.card-three{

    bottom:70px;

    left:20px;

}

.card-four{

    bottom:30px;

    right:10px;

}
.floating-card{

    transition:var(--transition);

}

.floating-card:hover{

    transform:translateY(-8px);

    border-color:rgba(149,191,71,.35);

} 
.cta-orbit{
    position:relative;
    width:500px;
    height:500px;
    display: flex;
  align-items: center;
}
