/* =========================================================
   COMMERCE & GROWTH TECH V3.5 - PRODUCTION READY
   Warm, commercial, customer-journey visual language
   Hero is intentionally preserved.
   ========================================================= */
.sqcg-page {
  --ink: #1b1c20;
  --muted: #6f6d69;
  --line: rgba(27, 28, 32, .11);
  --coral: #ef6745;
  --navy: #102133;
  --yellow: #ffd95d;
  background: #fff;
  color: var(--ink);
  overflow: clip;
}

.sqcg-page * {
  box-sizing: border-box;
}

.sqcg-kicker {
  display: inline-block;
  margin-bottom: 15px;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.3px;
  color: #80776e;
}

.sqcg-kicker-light {
  color: rgba(255, 255, 255, .68);
}

.sqcg-section-title {
  margin: 0;
  font-size: clamp(32px, 3.8vw, 48px);
  line-height: 1.15;
  letter-spacing: -1.2px;
  font-weight: 700;
}

[data-sq-reveal] {
  opacity: 1 !important;
  transform: none !important;
}

/* 01 Hero — Preserved */
.sqcg-hero {
  position: relative;
  min-height: 680px;
  background: #21140f;
  overflow: hidden;
}

.sqcg-hero-media {
  position: absolute;
  inset: 0;
  z-index: 1;
}

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

.sqcg-hero-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(22, 11, 7, .82), rgba(22, 11, 7, .3) 65%), linear-gradient(180deg, rgba(0, 0, 0, .2), rgba(0, 0, 0, .7));
}

.sqcg-hero-inner {
  min-height: 680px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  color: #fff;
  padding: 100px 0 80px;
  position: relative;
  z-index: 2;
}

.sqcg-hero .sqcg-kicker {
  color: rgba(255, 255, 255, 0.8) !important;
  font-size: 12px !important;
  letter-spacing: 1.5px !important;
  margin-bottom: 18px !important;
}

.sqcg-hero h1 {
  max-width: 930px;
  margin: 0;
  color: #ffffff !important;
  font-size: clamp(40px, 5.5vw, 70px) !important;
  line-height: 1.1 !important;
  letter-spacing: -0.02em !important;
  font-weight: 700 !important;
}

.sqcg-hero h1 em {
  display: block;
  font-family: Georgia, serif;
  font-style: italic;
  font-weight: 400;
  color: #ffe6cf !important;
}

.sqcg-hero p {
  max-width: 640px;
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.88) !important;
  font-size: 18px !important;
  line-height: 1.6 !important;
  letter-spacing: normal !important;
}

.sqcg-hero-path {
  margin-top: 36px;
  display: inline-flex;
  align-items: center;
  gap: 14px;
  padding: 10px 20px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 11.5px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #f6e6da !important;
}

.sqcg-hero-path i {
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
}

/* 02 Journey Section */
.sqcg-journey {
  padding: 100px 0;
  background: #fdfbf7;
}

.sqcg-journey h2 {
  font-size: clamp(32px, 3.8vw, 48px);
  font-weight: 700;
  letter-spacing: -1.2px;
  line-height: 1.15;
}

.sqcg-journey-board {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
}

.journey-step-card {
  flex: 1 1 180px;
  background: #ffffff;
  border-radius: 16px;
  border: 1px solid rgba(15, 23, 42, .08);
  padding: 24px 20px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, .02);
  display: flex;
  flex-direction: column;
}

.journey-step-card.highlight {
  border-color: rgba(239, 103, 69, .4);
  background: #fff8f5;
  box-shadow: 0 8px 24px rgba(239, 103, 69, .08);
}

.step-num {
  font-size: 11px;
  font-weight: 800;
  color: #94a3b8;
  letter-spacing: 1px;
  margin-bottom: 12px;
}

.step-icon {
  width: 42px;
  height: 42px;
  border-radius: 10px;
  background: #f8fafc;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #0f172a;
  margin-bottom: 16px;
}

.journey-step-card.highlight .step-icon {
  background: #ef6745;
  color: #ffffff;
}

.journey-step-card h4 {
  font-size: 17px;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 8px;
}

.journey-step-card p {
  font-size: 13px;
  line-height: 1.55;
  color: #64748b;
  margin-bottom: 0;
}

.journey-step-arrow {
  display: flex;
  align-items: center;
  color: #cbd5e1;
  font-size: 14px;
}

/* 03 Go Online */
.sqcg-online {
  padding: 90px 0;
  background: #ffffff;
}

.sqcg-online-card h2 {
  font-size: clamp(30px, 3.4vw, 44px);
  font-weight: 700;
  letter-spacing: -1px;
  line-height: 1.2;
  margin-bottom: 16px;
}

.sqcg-online-card p {
  font-size: 16px;
  line-height: 1.7;
  color: #64748b;
  margin-bottom: 24px;
}

.sqcg-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.sqcg-tags span {
  font-size: 13px;
  font-weight: 600;
  color: #1e293b;
  background: #f8fafc;
  border: 1px solid rgba(15, 23, 42, .08);
  padding: 8px 14px;
  border-radius: 8px;
}

/* 04 Ecosystem */
.sqcg-ecosystem {
  padding: 100px 0;
  background: var(--navy);
  color: #ffffff;
}

.sqcg-ecosystem h2 {
  color: #ffffff;
  font-size: clamp(32px, 3.8vw, 48px);
  font-weight: 700;
  letter-spacing: -1.2px;
}

.sqcg-ecosystem p {
  color: #94a3b8;
  font-size: 16px;
  line-height: 1.65;
}

.sqcg-eco-matrix {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 20px;
  max-width: 1000px;
  margin: 40px auto 0;
}

.eco-center-hub {
  grid-column: 1 / -1;
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
}

.hub-circle {
  background: #ef6745;
  color: #ffffff;
  padding: 16px 36px;
  border-radius: 999px;
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 16px;
  font-weight: 700;
  box-shadow: 0 10px 30px rgba(239, 103, 69, .4);
}

.eco-satellite {
  background: #1e293b;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, .08);
  padding: 20px;
  display: flex;
  align-items: center;
  gap: 14px;
}

.eco-satellite i {
  font-size: 22px;
}

.eco-satellite div strong {
  display: block;
  font-size: 14px;
  color: #f1f5f9;
}

.eco-satellite div span {
  font-size: 12px;
  color: #94a3b8;
}

/* 05 Experiences */
.sqcg-experiences {
  padding: 100px 0;
  background: #ffffff;
}

.sqcg-experience {
  margin-bottom: 70px;
}
.sqcg-experience:last-child {
  margin-bottom: 0;
}

.sqcg-experience-copy span {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  color: #ef6745;
  letter-spacing: .8px;
  display: block;
  margin-bottom: 10px;
}

.sqcg-experience-copy h3 {
  font-size: 28px;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 14px;
  line-height: 1.25;
}

.sqcg-experience-copy p {
  font-size: 16px;
  line-height: 1.65;
  color: #64748b;
  margin-bottom: 0;
}

/* 07 Analytics */
.sqcg-analytics {
  padding: 100px 0;
  background: #ffffff;
}

.sqcg-analytics h2 {
  font-size: clamp(30px, 3.4vw, 44px);
  font-weight: 700;
  letter-spacing: -1px;
  line-height: 1.2;
  margin-bottom: 16px;
}

.sqcg-analytics p {
  font-size: 16px;
  line-height: 1.7;
  color: #64748b;
  margin-bottom: 24px;
}

.sqcg-analytics-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.sqcg-analytics-list span {
  font-size: 13px;
  font-weight: 600;
  color: #334155;
  background: #f8fafc;
  border: 1px solid rgba(15, 23, 42, .08);
  padding: 8px 14px;
  border-radius: 8px;
}

/* 08 Integrations */
.sqcg-integrations {
  padding: 90px 0;
  background: #f8fafc;
}

.sqcg-integrations h2 {
  font-size: clamp(30px, 3.4vw, 44px);
  font-weight: 700;
  letter-spacing: -1px;
}

/* 09 Final */
.sqcg-final {
  padding: 100px 0;
  background: #111827;
  color: #ffffff;
}

.sqcg-final-copy h2 {
  color: #ffffff;
  font-size: clamp(32px, 3.8vw, 48px);
  font-weight: 700;
  letter-spacing: -1.2px;
  margin-bottom: 30px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.sqcg-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: var(--base-color);
  color: #ffffff !important;
  font-size: 15px;
  font-weight: 700;
  padding: 14px 30px;
  border-radius: 30px;
  text-decoration: none;
  transition: transform .2s ease;
}

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

/* Responsive */
@media (max-width: 991px) {
  .journey-step-arrow {
    display: none;
  }
}