/* =========================================================
   Services page — Our Services growth block (design match)
   Mobile + desktop keep the same composition as the reference.
   ========================================================= */
body.services-page .osg-section,
.osg-section {
  --osg-gold: #d4af37;
  --osg-gold-2: #f0d06a;
  --osg-cream: #fdf8ee;
  --osg-card: #0e1510;
  --osg-card-2: #121c16;
  --osg-line: rgba(212, 175, 55, 0.35);
  --osg-text: #f4f4f0;
  --osg-muted: rgba(244, 244, 240, 0.62);
  position: relative;
  width: 100%;
  max-width: 100%;
  padding: clamp(48px, 6vw, 88px) 0 clamp(56px, 7vw, 100px);
  background:
    radial-gradient(ellipse 700px 420px at 8% 18%, rgba(212, 175, 55, 0.07), transparent 60%),
    radial-gradient(ellipse 560px 380px at 92% 72%, rgba(212, 175, 55, 0.05), transparent 58%),
    linear-gradient(180deg, #020603 0%, #071207 55%, #050806 100%);
  background-color: #071207;
  color: var(--osg-text);
  overflow: visible;
  box-sizing: border-box;
}

.osg-wrap {
  width: min(92%, 1120px);
  max-width: 100%;
  margin: 0 auto;
  padding: 0 12px;
  box-sizing: border-box;
}

.osg-eyebrow {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin: 0 0 14px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--osg-gold);
}

.osg-eyebrow span {
  display: block;
  width: 42px;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--osg-gold), transparent);
}

.osg-head {
  text-align: center;
  margin-bottom: clamp(28px, 4vw, 40px);
}

.osg-title {
  margin: 0 0 12px;
  font-size: clamp(1.7rem, 3.6vw, 2.75rem);
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -0.02em;
  color: #fff;
}

.osg-title span,
.osg-ready-title .osg-gold {
  background: linear-gradient(135deg, var(--osg-gold-2), var(--osg-gold));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.osg-sub {
  margin: 0 auto;
  max-width: 520px;
  font-size: clamp(0.95rem, 1.4vw, 1.05rem);
  line-height: 1.55;
  color: var(--osg-muted);
}

/* Platform tabs — always one row */
.osg-tabs {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin: 0 auto 22px;
  max-width: 720px;
}

.osg-tab {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 54px;
  padding: 10px 14px;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(12, 20, 14, 0.92);
  color: #fff;
  font-weight: 700;
  font-size: 0.95rem;
  cursor: pointer;
  transition: border-color 0.22s ease, background 0.22s ease, box-shadow 0.22s ease, transform 0.22s ease;
}

.osg-tab:hover {
  border-color: rgba(212, 175, 55, 0.45);
  transform: translateY(-1px);
}

.osg-tab.is-active {
  background: #fff;
  color: #111;
  border-color: var(--osg-gold);
  box-shadow: 0 0 0 1px rgba(212, 175, 55, 0.55), 0 10px 28px rgba(0, 0, 0, 0.28);
}

.osg-tab-icon {
  width: 28px;
  height: 28px;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  color: #fff;
  flex-shrink: 0;
}

.osg-tab-icon.ig { background: linear-gradient(135deg, #feda75, #d62976 48%, #962fbf); }
.osg-tab-icon.tt { background: #111; color: #fff; border: 1px solid rgba(255,255,255,.2); }
.osg-tab-icon.yt { background: #ff0000; }
.osg-tab-icon.fb { background: #1877f2; }

.osg-tab.is-active .osg-tab-icon.tt { border-color: rgba(0,0,0,.15); }

/* Main growth panel */
.osg-panel {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: clamp(16px, 2.2vw, 28px);
  width: 100%;
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
  padding: clamp(20px, 2.4vw, 32px);
  border-radius: 22px;
  background: var(--osg-cream);
  border: 1px solid rgba(212, 175, 55, 0.35);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.35);
  margin-bottom: clamp(48px, 6vw, 72px);
  color: #1a1a1a;
}

.osg-panel-left {
  flex: 1 1 auto;
  min-width: 0;
  max-width: 540px;
}

.osg-panel-brand {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 8px;
}

.osg-brand-icon {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #fff;
  background: linear-gradient(135deg, #feda75, #d62976 48%, #962fbf);
}

.osg-brand-icon.is-tiktok { background: #111; border: 1px solid rgba(255,255,255,.2); }
.osg-brand-icon.is-youtube { background: #ff0000; }
.osg-brand-icon.is-facebook { background: #1877f2; }

.osg-panel-title {
  margin: 0;
  font-size: clamp(1.45rem, 2.4vw, 1.9rem);
  font-weight: 800;
  color: #111;
}

.osg-panel-lead {
  margin: 0 0 22px;
  color: rgba(26, 26, 26, 0.62);
  font-size: 0.98rem;
  line-height: 1.5;
}

.osg-features {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 14px;
}

.osg-features li {
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
}

.osg-feat-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  color: var(--osg-gold);
  border: 1.5px solid rgba(212, 175, 55, 0.7);
  background: rgba(212, 175, 55, 0.1);
  font-size: 16px;
  line-height: 1;
  flex-shrink: 0;
}

.osg-feat-icon i {
  display: block;
  line-height: 1;
  font-size: 1em;
  margin: 0;
  padding: 0;
}

.osg-features strong {
  display: block;
  font-size: 0.98rem;
  font-weight: 750;
  color: #111;
  margin-bottom: 2px;
}

.osg-features li > div span {
  display: block;
  font-size: 0.86rem;
  color: rgba(26, 26, 26, 0.58);
  line-height: 1.4;
}

.osg-panel-right {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.osg-map-frame {
  width: auto;
  border-radius: 18px;
  overflow: visible;
  background: transparent;
  border: none;
  box-shadow: none;
}

.osg-map-img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}

.osg-phone-frame {
  display: block;
  background: transparent;
  border: none;
  box-shadow: none;
  padding: 0;
  overflow: visible;
  line-height: 0;
}

.osg-phone-img {
  display: block;
  width: clamp(210px, 19vw, 270px);
  height: auto;
  max-height: 420px;
  margin: 0;
  object-fit: contain;
  object-position: center;
  filter: drop-shadow(0 14px 24px rgba(0, 0, 0, 0.2));
}

.osg-cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 48px;
  padding: 0 26px;
  border-radius: 999px;
  font-weight: 800;
  font-size: 0.95rem;
  text-decoration: none;
  color: #111;
  background: linear-gradient(135deg, #f0d06a, #d4af37 55%, #b8922a);
  box-shadow: 0 10px 28px rgba(212, 175, 55, 0.35);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.osg-cta-btn:hover {
  color: #111;
  transform: translateY(-2px);
  box-shadow: 0 14px 34px rgba(212, 175, 55, 0.45);
}

.osg-cta-outline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 48px;
  padding: 0 24px;
  border-radius: 999px;
  font-weight: 750;
  font-size: 0.95rem;
  text-decoration: none;
  color: #fff;
  border: 1.5px solid rgba(212, 175, 55, 0.75);
  background: transparent;
  transition: border-color 0.2s ease, background 0.2s ease, transform 0.2s ease;
}

.osg-cta-outline:hover {
  color: #fff;
  border-color: var(--osg-gold);
  background: rgba(212, 175, 55, 0.08);
  transform: translateY(-2px);
}

/* Why Choose — 4 cards in a row */
.osg-why {
  margin-bottom: clamp(48px, 6vw, 72px);
  text-align: center;
}

.osg-why-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin-top: 22px;
  text-align: left;
}

.osg-why-card {
  padding: 22px 18px 20px;
  border-radius: 18px;
  background: var(--osg-card-2);
  border: 1px solid rgba(212, 175, 55, 0.22);
  min-height: 170px;
  transition: border-color 0.22s ease, transform 0.22s ease;
}

.osg-why-card:hover {
  border-color: rgba(212, 175, 55, 0.45);
  transform: translateY(-3px);
}

.osg-why-icon {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
  color: var(--osg-gold);
  border: 1px solid rgba(212, 175, 55, 0.45);
  background: rgba(212, 175, 55, 0.08);
  font-size: 18px;
}

.osg-why-card h4 {
  margin: 0 0 8px;
  font-size: 1.05rem;
  font-weight: 800;
  color: #fff;
}

.osg-why-card p {
  margin: 0;
  font-size: 0.88rem;
  line-height: 1.45;
  color: var(--osg-muted);
}

/* Process — bordered box; native legend gaps the top border (no bg strip) */
.osg-process {
  margin-bottom: clamp(48px, 6vw, 72px);
  text-align: center;
  padding: 12px 0 0;
}

.osg-process-box {
  position: relative;
  display: block;
  width: 100%;
  margin: 0 auto;
  padding: clamp(28px, 4vw, 44px) clamp(18px, 3vw, 36px) clamp(28px, 4vw, 40px);
  border-radius: 28px;
  border: 1px solid rgba(212, 175, 55, 0.28);
  background:
    radial-gradient(ellipse 80% 60% at 50% 0%, rgba(212, 175, 55, 0.04), transparent 55%),
    linear-gradient(180deg, rgba(10, 18, 12, 0.92), rgba(8, 14, 10, 0.96));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
  min-inline-size: 0;
}

.osg-process-legend {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: auto;
  max-width: calc(100% - 32px);
  margin: 0 auto;
  padding: 0 14px;
  border: 0;
  float: none;
  white-space: nowrap;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--osg-gold);
  background: transparent !important;
  box-shadow: none !important;
  line-height: 1;
}

.osg-process-legend::before {
  display: none !important;
  content: none !important;
}

.osg-process-legend-line {
  display: block;
  width: 28px;
  height: 1.5px;
  border-radius: 2px;
  background: var(--osg-gold);
  flex-shrink: 0;
}

.osg-steps {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 0;
  margin-top: 8px;
  flex-wrap: nowrap;
  width: 100%;
}

.osg-step {
  flex: 0 1 28%;
  max-width: 220px;
  text-align: center;
  min-width: 0;
  position: relative;
  z-index: 1;
}

.osg-step-num {
  width: 48px;
  height: 48px;
  margin: 0 auto 14px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 1.15rem;
  color: var(--osg-gold);
  border: 2px solid var(--osg-gold);
  background: rgba(212, 175, 55, 0.08);
  box-shadow: 0 0 18px rgba(212, 175, 55, 0.28), 0 0 36px rgba(212, 175, 55, 0.12);
  position: relative;
  z-index: 2;
}

.osg-step h4 {
  margin: 0 0 6px;
  font-size: 1.05rem;
  font-weight: 800;
  color: #fff;
}

.osg-step p {
  margin: 0;
  font-size: 0.88rem;
  line-height: 1.45;
  color: var(--osg-muted);
}

.osg-step-line {
  flex: 1 1 48px;
  min-width: 36px;
  height: 0;
  margin-top: 23px;
  margin-left: -18px;
  margin-right: -18px;
  border: 0;
  border-top: 2px dotted rgba(212, 175, 55, 0.7);
  align-self: flex-start;
  position: relative;
  z-index: 0;
}

/* Ready CTA */
.osg-ready {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 20px;
  padding: clamp(28px, 4vw, 40px) clamp(24px, 4vw, 40px);
  border-radius: 22px;
  background:
    radial-gradient(circle at 12% 100%, rgba(212, 175, 55, 0.22), transparent 46%),
    linear-gradient(135deg, #0c1410, #151f18);
  border: 1px solid rgba(212, 175, 55, 0.28);
  overflow: hidden;
}

.osg-ready-copy {
  position: relative;
  z-index: 1;
  text-align: left;
}

.osg-ready-copy .osg-eyebrow {
  justify-content: flex-start;
}

.osg-ready-title {
  margin: 0 0 20px;
  font-size: clamp(1.45rem, 3vw, 2.15rem);
  font-weight: 800;
  line-height: 1.2;
  color: #fff;
}

.osg-ready-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.osg-ready-art {
  position: relative;
  z-index: 1;
  font-size: clamp(4.5rem, 10vw, 7rem);
  color: var(--osg-gold);
  line-height: 1;
  filter: drop-shadow(0 12px 28px rgba(212, 175, 55, 0.35));
  animation: osgRocket 3.2s ease-in-out infinite;
}

@keyframes osgRocket {
  0%, 100% { transform: translateY(0) rotate(-12deg); }
  50% { transform: translateY(-10px) rotate(-8deg); }
}

@media (prefers-reduced-motion: reduce) {
  .osg-ready-art { animation: none; }
}

/* ========== Tablet / Mobile: keep design composition ========== */
@media (max-width: 960px) {
  .osg-section {
    padding: 40px 0 52px;
  }

  /* Keep side-by-side like desktop: features | phone */
  .osg-panel {
    display: flex !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 16px !important;
  }

  /* Keep 4 why cards in one row */
  .osg-why-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 10px;
  }

  .osg-steps {
    flex-wrap: nowrap !important;
  }

  .osg-step-line {
    flex: 1 1 32px !important;
    min-width: 24px !important;
    max-width: none !important;
    margin-top: 22px;
    display: block !important;
  }

  .osg-ready {
    grid-template-columns: minmax(0, 1fr) auto !important;
  }
}

@media (max-width: 767px) {
  .osg-section {
    padding: 32px 0 44px !important;
  }

  .osg-wrap {
    width: min(96%, 1120px) !important;
  }

  .osg-eyebrow {
    gap: 8px;
    font-size: 10px;
    letter-spacing: 0.14em;
    margin-bottom: 10px;
  }

  .osg-eyebrow span {
    width: 24px;
  }

  .osg-head {
    margin-bottom: 18px;
  }

  .osg-title {
    font-size: 1.55rem !important;
    margin-bottom: 8px;
  }

  .osg-sub {
    font-size: 0.88rem;
    max-width: 36ch;
  }

  /* Same 4 tabs in one row — icon + label side by side like desktop */
  .osg-tabs {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 8px !important;
    max-width: none !important;
    margin: 0 0 14px !important;
    overflow: visible;
  }

  .osg-tab {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 42px;
    padding: 8px 6px;
    gap: 6px;
    border-radius: 12px;
    font-size: 0.72rem;
  }

  .osg-tab-icon {
    width: 20px;
    height: 20px;
    border-radius: 6px;
    font-size: 11px;
    flex-shrink: 0;
  }

  .osg-tab-label {
    font-size: 0.72rem;
    line-height: 1.1;
    white-space: nowrap;
  }

  /* Cream card stays 2-column like desktop */
  .osg-panel {
    display: flex !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    justify-content: flex-start !important;
    max-width: 860px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding: 14px 12px !important;
    border-radius: 16px !important;
    gap: 10px !important;
    margin-bottom: 36px !important;
  }

  .osg-panel-left,
  .osg-panel-right {
    order: unset !important;
    min-width: 0;
  }

  .osg-panel-left {
    flex: 1 1 auto !important;
    max-width: none !important;
  }

  .osg-panel-right {
    flex: 0 0 auto !important;
    max-width: 160px !important;
  }

  .osg-panel-brand {
    gap: 6px;
    margin-bottom: 4px;
  }

  .osg-brand-icon {
    width: 28px;
    height: 28px;
    border-radius: 8px;
    font-size: 14px;
  }

  .osg-panel-title {
    font-size: 0.95rem !important;
  }

  .osg-panel-lead {
    font-size: 0.7rem;
    margin-bottom: 10px;
    line-height: 1.35;
  }

  .osg-features {
    gap: 8px;
  }

  .osg-features li {
    grid-template-columns: 26px minmax(0, 1fr);
    gap: 7px;
  }

  .osg-feat-icon {
    width: 26px !important;
    height: 26px !important;
    font-size: 11px;
  }

  .osg-features strong {
    font-size: 0.72rem;
    margin-bottom: 0;
  }

  .osg-features li > div span {
    font-size: 0.62rem;
    line-height: 1.25;
  }

  .osg-panel-right {
    gap: 8px;
    align-items: stretch;
  }

  .osg-map-frame {
    border-radius: 10px;
  }

  .osg-phone-frame {
    padding: 0;
  }

  .osg-phone-img {
    width: min(100%, 130px);
    max-height: 230px;
  }

  .osg-panel-right .osg-cta-btn {
    width: 100%;
    min-height: 36px;
    padding: 0 12px;
    font-size: 0.72rem;
  }

  /* Why Choose: same 4 cards in one row like desktop */
  .osg-why {
    margin-bottom: 36px !important;
  }

  .osg-why-grid {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 8px !important;
    margin-top: 14px !important;
  }

  .osg-why-card {
    min-height: 0 !important;
    padding: 12px 8px 10px !important;
    border-radius: 12px !important;
  }

  .osg-why-icon {
    width: 28px;
    height: 28px;
    font-size: 12px;
    margin-bottom: 8px;
    border-radius: 8px;
  }

  .osg-why-card h4 {
    font-size: 0.72rem !important;
    margin-bottom: 4px;
    line-height: 1.2;
  }

  .osg-why-card p {
    font-size: 0.62rem !important;
    line-height: 1.3;
  }

  /* Process: bordered box like reference */
  .osg-process {
    margin-bottom: 36px !important;
    padding: 10px 10px 0 !important;
    box-sizing: border-box !important;
  }

  .osg-process-box {
    padding: 20px 12px 22px !important;
    border-radius: 20px !important;
  }

  .osg-process-legend {
    font-size: 10px !important;
    letter-spacing: 0.14em !important;
    gap: 8px !important;
    padding: 0 10px !important;
    background: transparent !important;
  }

  .osg-process-legend-line {
    width: 18px !important;
  }

  .osg-steps {
    display: flex !important;
    flex-wrap: nowrap !important;
    align-items: flex-start !important;
    justify-content: center !important;
    gap: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 8px auto 0 !important;
    padding: 0 !important;
    box-sizing: border-box !important;
  }

  .osg-step {
    flex: 0 1 30% !important;
    max-width: none !important;
    min-width: 0 !important;
    text-align: center !important;
    padding: 0 2px !important;
    box-sizing: border-box !important;
  }

  .osg-step-num {
    width: 36px !important;
    height: 36px !important;
    font-size: 0.9rem !important;
    margin: 0 auto 8px !important;
  }

  .osg-step h4 {
    font-size: 0.72rem !important;
    margin-bottom: 3px;
    text-align: center !important;
  }

  .osg-step p {
    font-size: 0.6rem !important;
    line-height: 1.3;
    text-align: center !important;
    margin-left: auto !important;
    margin-right: auto !important;
    max-width: 100% !important;
    hyphens: none !important;
    word-break: normal !important;
    overflow-wrap: break-word !important;
  }

  .osg-step-line {
    display: block !important;
    flex: 1 1 24px !important;
    min-width: 20px !important;
    max-width: none !important;
    margin-top: 17px !important;
    margin-left: -10px !important;
    margin-right: -10px !important;
    border-top: 2px dotted rgba(212, 175, 55, 0.7) !important;
    align-self: flex-start !important;
  }

  /* Ready CTA: copy left + rocket right — same as desktop */
  .osg-ready {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto !important;
    align-items: center !important;
    gap: 8px !important;
    padding: 18px 14px 16px !important;
    border-radius: 16px !important;
    overflow: hidden !important;
  }

  .osg-ready-copy {
    text-align: left !important;
    min-width: 0;
  }

  .osg-ready-copy .osg-eyebrow {
    justify-content: flex-start !important;
    margin-bottom: 8px;
  }

  .osg-ready-title {
    font-size: 1.05rem !important;
    margin-bottom: 12px !important;
  }

  .osg-ready-actions {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    justify-content: flex-start !important;
    gap: 8px !important;
  }

  .osg-ready-actions .osg-cta-btn,
  .osg-ready-actions .osg-cta-outline {
    min-height: 38px !important;
    padding: 0 12px !important;
    font-size: 0.72rem !important;
    white-space: nowrap;
    flex: 0 0 auto;
  }

  .osg-ready-art {
    position: relative !important;
    justify-self: end !important;
    align-self: center !important;
    font-size: 3.4rem !important;
    margin: 0 !important;
    opacity: 1 !important;
    pointer-events: none;
  }
}

@media (max-width: 380px) {
  .osg-tab {
    gap: 4px;
    padding: 6px 3px;
    min-height: 38px;
  }

  .osg-tab-icon {
    width: 18px;
    height: 18px;
    font-size: 10px;
  }

  .osg-tab-label {
    font-size: 0.62rem;
  }

  .osg-panel {
    gap: 8px !important;
    padding: 12px 10px !important;
  }

  .osg-panel-title {
    font-size: 0.85rem !important;
  }

  .osg-panel-lead {
    font-size: 0.64rem;
  }

  .osg-features strong {
    font-size: 0.66rem;
  }

  .osg-features li > div span {
    font-size: 0.58rem;
  }

  .osg-feat-icon {
    width: 22px !important;
    height: 22px !important;
    font-size: 10px;
  }

  .osg-features li {
    grid-template-columns: 22px minmax(0, 1fr);
    gap: 5px;
  }

  .osg-panel-right .osg-cta-btn {
    min-height: 32px;
    font-size: 0.65rem;
  }

  .osg-why-grid {
    gap: 5px !important;
  }

  .osg-why-card {
    padding: 10px 6px 8px !important;
  }

  .osg-why-card h4 {
    font-size: 0.64rem !important;
  }

  .osg-why-card p {
    font-size: 0.56rem !important;
  }

  .osg-step h4 {
    font-size: 0.68rem !important;
  }

  .osg-step p {
    font-size: 0.58rem !important;
  }

  .osg-ready-title {
    font-size: 0.95rem !important;
  }

  .osg-ready-art {
    font-size: 2.8rem !important;
  }
}

/* ========== Overflow fixes: shrink text, never clip off-screen ========== */
@media (max-width: 767px) {
  /* Keep a single page scrollbar — do not create nested scroll areas */
  body.services-page .osg-section,
  body.services-page .osg-wrap,
  body.services-page .osg-panel,
  body.services-page .osg-tabs,
  body.services-page .osg-why,
  body.services-page .osg-why-grid,
  body.services-page .osg-process,
  body.services-page .osg-steps,
  body.services-page .osg-ready,
  body.services-page #team,
  body.services-page #team .container,
  body.services-page #team .section-head-center {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    min-width: 0 !important;
    overflow: visible !important;
  }

  body.services-page .osg-wrap {
    padding: 0 10px !important;
  }

  /* Tabs must shrink to fit — no sideways scroll */
  body.services-page .osg-tabs {
    gap: 4px !important;
  }

  body.services-page .osg-tab {
    min-width: 0 !important;
    overflow: hidden !important;
    padding: 6px 2px !important;
  }

  body.services-page .osg-tab-label {
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
    max-width: 100%;
  }

  /* Team heading — allow wrap + smaller type so it never clips */
  body.services-page #team .section-head-center {
    width: 100% !important;
    padding: 0 12px !important;
  }

  body.services-page #team .mini-label {
    font-size: 10px !important;
    letter-spacing: 0.12em !important;
    max-width: 100% !important;
  }

  body.services-page #team .section-title,
  body.services-page #team .section-title span {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    white-space: normal !important;
    overflow-wrap: break-word !important;
    word-break: normal !important;
    font-size: clamp(1.15rem, 5.2vw, 1.55rem) !important;
    line-height: 1.15 !important;
    letter-spacing: -0.02em !important;
    padding: 0 !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  body.services-page #team .section-text {
    width: 100% !important;
    max-width: 100% !important;
    white-space: normal !important;
    overflow-wrap: break-word !important;
    word-break: normal !important;
    font-size: clamp(0.72rem, 3.2vw, 0.88rem) !important;
    line-height: 1.45 !important;
    padding: 0 4px !important;
    margin: 0 auto !important;
  }

  /* Process steps — bordered box + equal side padding */
  body.services-page #process.osg-process,
  body.services-page .osg-process {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding: 10px 10px 0 !important;
    box-sizing: border-box !important;
    overflow: visible !important;
  }

  body.services-page .osg-process-box {
    padding: 18px 10px 20px !important;
    border-radius: 18px !important;
  }

  body.services-page .osg-process-legend {
    font-size: 10px !important;
    background: transparent !important;
    box-shadow: none !important;
    position: static !important;
    transform: none !important;
  }

  body.services-page .osg-process-legend::before {
    display: none !important;
    content: none !important;
    background: none !important;
  }

  body.services-page .osg-steps {
    display: flex !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 6px auto 0 !important;
    padding: 0 !important;
    justify-content: center !important;
    gap: 0 !important;
    box-sizing: border-box !important;
  }

  body.services-page .osg-step {
    overflow: hidden !important;
    padding: 0 2px !important;
    min-width: 0 !important;
    flex: 0 1 30% !important;
    text-align: center !important;
  }

  body.services-page .osg-step-num {
    width: 32px !important;
    height: 32px !important;
    font-size: 0.85rem !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  body.services-page .osg-step h4 {
    font-size: 0.68rem !important;
    line-height: 1.2 !important;
    white-space: normal !important;
    overflow-wrap: break-word !important;
    text-align: center !important;
  }

  body.services-page .osg-step p {
    font-size: 0.56rem !important;
    line-height: 1.3 !important;
    white-space: normal !important;
    overflow-wrap: break-word !important;
    word-break: normal !important;
    hyphens: none !important;
    text-align: center !important;
    margin: 0 auto !important;
    max-width: 11em !important;
  }

  body.services-page .osg-step-line {
    flex: 1 1 18px !important;
    min-width: 16px !important;
    max-width: none !important;
    margin-top: 15px !important;
    margin-left: -8px !important;
    margin-right: -8px !important;
    border-top: 2px dotted rgba(212, 175, 55, 0.7) !important;
  }

  body.services-page .osg-wrap {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }

  /* Why cards — prevent text bleed */
  body.services-page .osg-why-card {
    overflow: hidden !important;
    min-width: 0 !important;
  }

  body.services-page .osg-why-card h4,
  body.services-page .osg-why-card p {
    overflow-wrap: break-word !important;
    word-break: break-word !important;
  }

  body.services-page .osg-panel-left,
  body.services-page .osg-panel-right {
    min-width: 0 !important;
    overflow: hidden !important;
  }
}

@media (max-width: 420px) {
  body.services-page #team .section-title,
  body.services-page #team .section-title span {
    font-size: 1.1rem !important;
  }

  body.services-page #team .section-text {
    font-size: 0.7rem !important;
  }

  body.services-page .osg-step h4 {
    font-size: 0.62rem !important;
  }

  body.services-page .osg-step p {
    font-size: 0.52rem !important;
  }
}
