/*
 * SS Global ITS — Custom Styles v2.0
 * File: wp-content/themes/tekz/css/ssglobal-custom.css
 *
 * DUAL COLOR SYSTEM:
 *   Light sections → Deep Blue  #1A3C6E  (on white/light bg)
 *   Dark sections  → Cyan Blue  #0EA5E9  (on dark bg — high contrast)
 *   Gradient       → #1A3C6E → #0EA5E9
 */

/* ============================================================
   CSS VARIABLES
============================================================ */
:root {
  /* Primary colors */
  --sg-blue:         #1A3C6E;   /* deep blue — light bg */
  --sg-blue-dark:    #0F2A52;   /* darker blue */
  --sg-blue-light:   #E8F0FA;   /* light blue tint */
  --sg-cyan:         #0EA5E9;   /* cyan — dark bg accent */
  --sg-cyan-dark:    #0284C7;   /* darker cyan */
  --sg-cyan-light:   #E0F2FE;   /* light cyan tint */

  /* Gradient */
  --sg-gradient:     linear-gradient(135deg, #1A3C6E 0%, #0EA5E9 100%);
  --sg-gradient-rev: linear-gradient(135deg, #0EA5E9 0%, #1A3C6E 100%);

  /* Backgrounds */
  --sg-dark:         #030D1A;   /* hero/dark sections */
  --sg-dark-2:       #071628;   /* slightly lighter dark */
  --sg-light:        #F4F7FB;   /* light section bg */
  --sg-white:        #ffffff;

  /* Text */
  --sg-title:        #111827;
  --sg-body:         #6B7280;
  --sg-border:       #E5E7EB;

  /* Utilities */
  --sg-transition:   all 0.3s ease-in-out;
  --sg-shadow-blue:  0 8px 30px rgba(26,60,110,0.15);
  --sg-shadow-cyan:  0 8px 30px rgba(14,165,233,0.25);
  --sg-radius:       16px;
  --sg-radius-lg:    24px;
}

/* ============================================================
   BASE RESET — scoped to .sg-* classes
============================================================ */
.sg-section,
.sg-section *,
.sg-section *::before,
.sg-section *::after {
  box-sizing: border-box;
}
.sg-section {
  font-family: "Inter", sans-serif;
  -webkit-font-smoothing: antialiased;
}
.sg-section a  { text-decoration: none; color: inherit; transition: var(--sg-transition); }
.sg-section ul { list-style: none; margin: 0; padding: 0; }
.sg-section p  { margin: 0; line-height: 1.7; }
.sg-section h1, .sg-section h2,
.sg-section h3, .sg-section h4 {
  margin: 0; line-height: 1.2;
  font-family: "Inter", sans-serif; font-weight: 700;
}

/* ============================================================
   LAYOUT
============================================================ */
.sg-container { max-width: 1200px; margin: 0 auto; padding: 0 24px; }
.sg-pad       { padding: 100px 0; }
.sg-pad-sm    { padding: 65px 0; }
.sg-center    { text-align: center; }
.sg-grid-2    { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }

/* ============================================================
   CSS ICON SYSTEM
   No Font Awesome needed — pure CSS shapes
============================================================ */
.sg-icon {
  display: inline-flex; align-items: center; justify-content: center;
  position: relative; flex-shrink: 0;
}

/* Icon shapes via pseudo elements */
.sg-ico-erp::before       { content: "⊞"; }
.sg-ico-bi::before        { content: "◫"; }
.sg-ico-data::before      { content: "⊟"; }
.sg-ico-code::before      { content: "⟨⟩"; font-size: 0.7em; }
.sg-ico-network::before   { content: "⊕"; }
.sg-ico-mobile::before    { content: "▭"; }
.sg-ico-staff::before     { content: "⊛"; }
.sg-ico-check::before     { content: "✓"; }
.sg-ico-arrow::before     { content: "→"; }
.sg-ico-phone::before     { content: "✆"; }
.sg-ico-mail::before      { content: "✉"; }
.sg-ico-pin::before       { content: "◉"; }
.sg-ico-award::before     { content: "★"; }
.sg-ico-rocket::before    { content: "⬆"; }
.sg-ico-globe::before     { content: "◎"; }
.sg-ico-hand::before      { content: "⊗"; }
.sg-ico-brain::before     { content: "⊙"; }
.sg-ico-shield::before    { content: "⛉"; }
.sg-ico-headset::before   { content: "☎"; }
.sg-ico-up::before        { content: "↑"; }

/* SVG-style tech icons using CSS */
.sg-tech-icon {
  width: 36px; height: 36px;
  display: flex; align-items: center; justify-content: center;
  border-radius: 8px; font-size: 18px; font-weight: 900;
  font-family: "Inter", monospace;
  line-height: 1;
}
.sg-ti-sap     { background: rgba(14,165,233,0.15); color: #0EA5E9; }
.sg-ti-sap::before { content: "S"; }
.sg-ti-bi      { background: rgba(14,165,233,0.15); color: #0EA5E9; }
.sg-ti-bi::before { content: "BI"; font-size:11px; }
.sg-ti-ora     { background: rgba(14,165,233,0.15); color: #0EA5E9; }
.sg-ti-ora::before { content: "O"; }
.sg-ti-java    { background: rgba(14,165,233,0.15); color: #0EA5E9; }
.sg-ti-java::before { content: "J"; }
.sg-ti-cisco   { background: rgba(14,165,233,0.15); color: #0EA5E9; }
.sg-ti-cisco::before { content: "C"; }
.sg-ti-mob     { background: rgba(14,165,233,0.15); color: #0EA5E9; }
.sg-ti-mob::before { content: "M"; }
.sg-ti-inf     { background: rgba(14,165,233,0.15); color: #0EA5E9; }
.sg-ti-inf::before { content: "In"; font-size:11px; }
.sg-ti-hr      { background: rgba(14,165,233,0.15); color: #0EA5E9; }
.sg-ti-hr::before { content: "HR"; font-size:11px; }
.sg-ti-crm     { background: rgba(14,165,233,0.15); color: #0EA5E9; }
.sg-ti-crm::before { content: "CR"; font-size:11px; }

/* Service section icons — blue on light bg */
.sg-svc-ico-wrap {
  width: 68px; height: 68px;
  background: var(--sg-blue-light); border-radius: 18px;
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 24px; transition: var(--sg-transition);
  font-size: 28px; font-weight: 900; color: var(--sg-blue);
  font-family: "Inter", monospace; line-height: 1;
}

/* Process step numbers */
.sg-proc-num {
  width: 78px; height: 78px; border-radius: 50%;
  background: var(--sg-gradient);
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto 28px; font-size: 22px; font-weight: 900;
  color: #fff; font-family: "Inter", sans-serif;
  position: relative; z-index: 1;
  box-shadow: 0 0 0 10px rgba(14,165,233,0.12), 0 0 0 20px rgba(14,165,233,0.05);
}

/* ============================================================
   BUTTONS
============================================================ */
.sg-btn {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 14px 28px; border-radius: 100px;
  font-size: 15px; font-weight: 600; cursor: pointer;
  transition: var(--sg-transition); border: none;
  font-family: "Inter", sans-serif; line-height: 1;
  white-space: nowrap;
}
.sg-btn-arrow {
  width: 28px; height: 28px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 13px; background: rgba(255,255,255,0.2);
  transition: var(--sg-transition);
}
.sg-btn:hover .sg-btn-arrow { transform: translateX(3px); }

/* Primary — deep blue, for light sections */
.sg-btn-primary {
  background: var(--sg-blue); color: #fff;
}
.sg-btn-primary:hover {
  background: var(--sg-blue-dark); color: #fff;
  transform: translateY(-2px); box-shadow: var(--sg-shadow-blue);
}

/* Cyan — for dark sections (high contrast on dark bg) */
.sg-btn-cyan {
  background: var(--sg-cyan); color: #fff;
}
.sg-btn-cyan:hover {
  background: var(--sg-cyan-dark); color: #fff;
  transform: translateY(-2px); box-shadow: var(--sg-shadow-cyan);
}

/* Gradient button */
.sg-btn-gradient {
  background: var(--sg-gradient); color: #fff;
  box-shadow: 0 4px 20px rgba(14,165,233,0.3);
}
.sg-btn-gradient:hover {
  background: var(--sg-gradient-rev); color: #fff;
  transform: translateY(-2px); box-shadow: 0 8px 30px rgba(14,165,233,0.4);
}

/* Outline white — for dark sections */
.sg-btn-outline-white {
  background: transparent; color: #fff;
  border: 2px solid rgba(255,255,255,0.35);
}
.sg-btn-outline-white:hover {
  background: rgba(255,255,255,0.1); color: #fff;
  border-color: rgba(255,255,255,0.6);
}

/* White — for colored sections */
.sg-btn-white { background: #fff; color: var(--sg-blue); }
.sg-btn-white:hover {
  background: var(--sg-cyan); color: #fff;
  box-shadow: var(--sg-shadow-cyan);
}

/* ============================================================
   SECTION TITLES
============================================================ */
.sg-title { margin-bottom: 55px; }

.sg-subtitle {
  display: inline-flex; align-items: center; gap: 10px;
  font-size: 12px; font-weight: 700; letter-spacing: 3px;
  text-transform: uppercase; margin-bottom: 14px;
  font-family: "Inter", sans-serif;
}
/* Subtitle on light sections */
.sg-subtitle-blue { color: var(--sg-blue); }
.sg-subtitle-blue::before {
  content: ''; width: 30px; height: 2px;
  background: var(--sg-blue); border-radius: 2px; flex-shrink: 0;
}
/* Subtitle on dark sections */
.sg-subtitle-cyan { color: var(--sg-cyan); }
.sg-subtitle-cyan::before {
  content: ''; width: 30px; height: 2px;
  background: var(--sg-cyan); border-radius: 2px; flex-shrink: 0;
}

.sg-title h2 {
  font-size: 44px; font-weight: 800; margin-bottom: 18px; line-height: 1.15;
}
.sg-title-dark h2  { color: var(--sg-title); }
.sg-title-light h2 { color: #fff; }
.sg-title h2 .sg-hl-blue { color: var(--sg-blue); }
.sg-title h2 .sg-hl-cyan { color: var(--sg-cyan); }

.sg-title p {
  font-size: 17px; line-height: 1.8; max-width: 620px;
  font-family: "Inter", sans-serif;
}
.sg-title-dark p  { color: var(--sg-body); }
.sg-title-light p { color: rgba(255,255,255,0.65); }
.sg-center .sg-title p,
.sg-title.sg-center p { margin: 0 auto; }

/* ============================================================
   SCROLL-UP BUTTON
============================================================ */
.sg-scrollup {
  position: fixed; bottom: 28px; right: 28px;
  width: 46px; height: 46px;
  background: var(--sg-gradient);
  color: #fff; border: none; border-radius: 50%; cursor: pointer;
  display: flex; align-items: center; justify-content: center;
  z-index: 9999; box-shadow: 0 4px 20px rgba(14,165,233,0.4);
  transition: var(--sg-transition); opacity: 0; pointer-events: none;
  font-size: 18px; font-weight: 900;
}
.sg-scrollup.sg-show { opacity: 1; pointer-events: all; }
.sg-scrollup:hover { transform: translateY(-4px); box-shadow: 0 8px 30px rgba(14,165,233,0.5); }
.sg-scrollup::before { content: "↑"; }

/* ============================================================
   HERO SECTION
   Dark bg → use CYAN for all glows, highlights, accents
============================================================ */
.sg-hero {
  background: var(--sg-dark);
  padding: 80px 0 90px;
  position: relative; overflow: hidden; min-height: 90vh;
  display: flex; align-items: center;
}

/* Gradient glows — cyan visible on dark */
.sg-hero-glow {
  position: absolute; inset: 0; pointer-events: none;
  background:
    radial-gradient(ellipse 50% 70% at 0% 50%, rgba(14,165,233,0.12) 0%, transparent 65%),
    radial-gradient(ellipse 40% 50% at 80% 10%, rgba(26,60,110,0.25) 0%, transparent 60%),
    radial-gradient(ellipse 30% 40% at 90% 80%, rgba(14,165,233,0.07) 0%, transparent 60%);
}

/* Grid overlay */
.sg-hero-grid {
  position: absolute; inset: 0; pointer-events: none;
  opacity: 0.035;
  background-image:
    linear-gradient(rgba(255,255,255,1) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,1) 1px, transparent 1px);
  background-size: 60px 60px;
}

/* Diagonal accent line */
.sg-hero-line {
  position: absolute; top: 0; right: 30%; width: 1px; height: 100%;
  background: linear-gradient(180deg, transparent, rgba(14,165,233,0.15), transparent);
}

.sg-hero-inner {
  position: relative; z-index: 2;
  display: grid; grid-template-columns: 1fr 420px; gap: 60px; align-items: center;
}

/* Badge */
.sg-hero-badge {
  display: inline-flex; align-items: center; gap: 12px;
  background: rgba(14,165,233,0.1);
  border: 1px solid rgba(14,165,233,0.25);
  border-radius: 100px; padding: 8px 20px 8px 8px; margin-bottom: 30px;
}
.sg-badge-dot {
  width: 30px; height: 30px;
  background: rgba(14,165,233,0.2);
  border-radius: 50%; display: flex; align-items: center; justify-content: center;
}
.sg-badge-dot::after {
  content: ''; width: 10px; height: 10px;
  background: var(--sg-cyan); border-radius: 50%;
  animation: sg-pulse 2s ease-in-out infinite;
}
@keyframes sg-pulse {
  0%,100% { transform: scale(1); opacity: 1; }
  50%      { transform: scale(1.4); opacity: 0.6; }
}
.sg-hero-badge span {
  font-size: 13px; font-weight: 600;
  color: rgba(255,255,255,0.9);
  font-family: "Inter", sans-serif;
}

/* H1 */
.sg-hero-h1 {
  font-size: 60px; font-weight: 900; color: #fff;
  line-height: 1.08; margin-bottom: 24px;
  font-family: "Inter", sans-serif;
}
/* Highlighted word — CYAN on dark (visible) */
.sg-hero-h1 .sg-hl {
  background: var(--sg-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* Description */
.sg-hero-p {
  font-size: 17px; color: rgba(255,255,255,0.65);
  line-height: 1.85; max-width: 560px; margin-bottom: 40px;
  font-family: "Inter", sans-serif;
}

/* Button row */
.sg-hero-btns { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 60px; }

/* Stats */
.sg-hero-stats { display: flex; }
.sg-hero-stat {
  padding-right: 36px; margin-right: 36px;
  border-right: 1px solid rgba(255,255,255,0.1);
}
.sg-hero-stat:last-child { border-right: none; padding-right: 0; margin-right: 0; }
.sg-stat-big {
  font-size: 38px; font-weight: 900; color: #fff;
  line-height: 1; display: block; font-family: "Inter", sans-serif;
}
.sg-stat-big em {
  color: var(--sg-cyan); font-style: normal; /* cyan — visible on dark */
}
.sg-stat-sm {
  font-size: 13px; color: rgba(255,255,255,0.5);
  margin-top: 5px; font-weight: 500; display: block;
  font-family: "Inter", sans-serif;
}

/* ── Hero right card ── */
.sg-hero-card {
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 24px; padding: 32px 28px;
  backdrop-filter: blur(16px);
}
.sg-hero-card-hd {
  font-size: 11px; font-weight: 700; letter-spacing: 3px;
  text-transform: uppercase; color: var(--sg-cyan); /* cyan on dark */
  margin-bottom: 22px; display: flex; align-items: center; gap: 8px;
  font-family: "Inter", sans-serif;
}
.sg-hero-card-hd::before {
  content: ''; width: 20px; height: 2px;
  background: var(--sg-cyan); border-radius: 2px;
}

/* Tech chip grid */
.sg-tech-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; margin-bottom: 16px; }
.sg-tech-chip {
  background: rgba(14,165,233,0.07);
  border: 1px solid rgba(14,165,233,0.18);
  border-radius: 14px; padding: 20px 10px; text-align: center;
  transition: var(--sg-transition); cursor: default;
}
.sg-tech-chip:hover {
  background: rgba(14,165,233,0.18);
  border-color: rgba(14,165,233,0.4);
  transform: translateY(-3px);
}
/* Tech chip letter icon */
.sg-tech-chip .sg-chip-ico {
  width: 38px; height: 38px;
  background: rgba(14,165,233,0.15);
  border-radius: 10px; margin: 0 auto 10px;
  display: flex; align-items: center; justify-content: center;
  font-size: 13px; font-weight: 900; color: var(--sg-cyan); /* cyan on dark */
  font-family: "Inter", monospace; line-height: 1;
  border: 1px solid rgba(14,165,233,0.2);
}
.sg-tech-chip span {
  font-size: 11px; font-weight: 600;
  color: rgba(255,255,255,0.8); /* white text on dark */
  display: block; line-height: 1.4;
  font-family: "Inter", sans-serif;
}

/* Card CTA button */
.sg-card-cta {
  display: flex; align-items: center; justify-content: space-between;
  background: var(--sg-gradient); /* gradient visible on dark */
  border-radius: 14px; padding: 16px 20px; margin-top: 4px;
  transition: var(--sg-transition);
}
.sg-card-cta:hover { opacity: 0.9; transform: translateY(-2px); }
.sg-card-cta span {
  font-size: 14px; font-weight: 600; color: #fff;
  font-family: "Inter", sans-serif;
}
.sg-card-cta-arrow {
  width: 30px; height: 30px; border-radius: 50%;
  background: rgba(255,255,255,0.2);
  display: flex; align-items: center; justify-content: center;
  font-size: 14px; color: #fff;
}
.sg-card-cta-arrow::before { content: "→"; }

/* ============================================================
   INDUSTRY STRIP
============================================================ */
.sg-strip {
  background: var(--sg-white);
  border-top: 1px solid var(--sg-border);
  border-bottom: 1px solid var(--sg-border);
  padding: 18px 0; overflow-x: auto;
}
.sg-strip-inner {
  display: flex; align-items: center;
  min-width: max-content; padding: 0 24px;
}
.sg-strip-lbl {
  font-size: 11px; font-weight: 700; letter-spacing: 2.5px;
  text-transform: uppercase; color: var(--sg-body);
  white-space: nowrap; padding-right: 24px;
  border-right: 1px solid var(--sg-border); margin-right: 24px; flex-shrink: 0;
  font-family: "Inter", sans-serif;
}
.sg-strip-tags { display: flex; gap: 10px; }
.sg-strip-tag {
  display: flex; align-items: center; gap: 8px;
  background: var(--sg-light); border: 1px solid var(--sg-border);
  padding: 8px 16px; border-radius: 100px;
  font-size: 13px; font-weight: 500; color: var(--sg-title);
  white-space: nowrap; transition: var(--sg-transition);
  font-family: "Inter", sans-serif;
}
.sg-strip-tag .sg-tag-dot {
  width: 8px; height: 8px; border-radius: 50%;
  background: var(--sg-blue); flex-shrink: 0;
}
.sg-strip-tag:hover {
  border-color: var(--sg-blue); color: var(--sg-blue);
  background: var(--sg-blue-light);
}
.sg-strip-tag:hover .sg-tag-dot { background: var(--sg-cyan); }

/* ============================================================
   SERVICES SECTION
   Light bg → Deep Blue icons & accents
============================================================ */
.sg-services { background: var(--sg-white); }
.sg-services-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 26px; }

.sg-svc-card {
  border-radius: 20px; padding: 38px 30px;
  background: var(--sg-light);
  border: 2px solid transparent;
  transition: var(--sg-transition); position: relative; overflow: hidden;
}
/* Bottom border reveal on hover */
.sg-svc-card::after {
  content: ''; position: absolute; bottom: 0; left: 0;
  width: 100%; height: 3px;
  background: var(--sg-gradient);
  transform: scaleX(0); transform-origin: left;
  transition: var(--sg-transition);
}
.sg-svc-card:hover {
  border-color: var(--sg-blue); background: var(--sg-white);
  box-shadow: var(--sg-shadow-blue); transform: translateY(-6px);
}
.sg-svc-card:hover::after { transform: scaleX(1); }
.sg-svc-card:hover .sg-svc-ico-wrap {
  background: var(--sg-gradient); color: #fff;
}

.sg-svc-card h3 {
  font-size: 19px; font-weight: 700; margin-bottom: 12px;
  color: var(--sg-title); /* dark title on light bg */
}
.sg-svc-card p {
  font-size: 14px; color: var(--sg-body);
  line-height: 1.75; margin-bottom: 22px;
}
.sg-svc-more {
  font-size: 13px; font-weight: 700; color: var(--sg-blue);
  display: inline-flex; align-items: center; gap: 6px;
  text-transform: uppercase; letter-spacing: 0.5px;
  font-family: "Inter", sans-serif; transition: var(--sg-transition);
}
.sg-svc-more::after { content: "→"; transition: var(--sg-transition); }
.sg-svc-card:hover .sg-svc-more { color: var(--sg-cyan); }
.sg-svc-card:hover .sg-svc-more::after { transform: translateX(4px); }

/* ============================================================
   ABOUT SECTION
   Light bg → Deep Blue accents
============================================================ */
.sg-about { background: var(--sg-light); }

/* Visual box — dark bg inside */
.sg-about-box {
  background: var(--sg-dark);
  border-radius: 24px; padding: 50px 40px;
  min-height: 500px; display: flex; align-items: center;
  justify-content: center; position: relative; overflow: hidden;
}
.sg-about-box::before {
  content: ''; position: absolute; inset: 0;
  background: radial-gradient(ellipse at 50% 30%, rgba(14,165,233,0.15) 0%, transparent 65%);
}
.sg-aig { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; position: relative; z-index: 2; width: 100%; }
.sg-aig-card {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 16px; padding: 26px 18px; text-align: center;
  transition: var(--sg-transition);
}
.sg-aig-card:hover { background: rgba(14,165,233,0.1); border-color: rgba(14,165,233,0.25); }
/* Letter icon in about box — cyan on dark */
.sg-aig-ico {
  width: 50px; height: 50px; border-radius: 14px;
  background: rgba(14,165,233,0.15);
  border: 1px solid rgba(14,165,233,0.25);
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto 12px;
  font-size: 20px; font-weight: 900; color: var(--sg-cyan);
  font-family: "Inter", sans-serif;
}
.sg-aig-card span {
  font-size: 13px; color: rgba(255,255,255,0.75);
  font-weight: 500; line-height: 1.4;
  font-family: "Inter", sans-serif;
}

/* Floating badge */
.sg-about-badge {
  position: absolute; bottom: -20px; right: -20px;
  background: var(--sg-gradient); color: #fff;
  border-radius: 20px; padding: 22px 28px; text-align: center;
  box-shadow: 0 12px 40px rgba(14,165,233,0.4); z-index: 3;
}
.sg-about-badge .sg-b-num {
  font-size: 38px; font-weight: 900; line-height: 1; display: block;
  font-family: "Inter", sans-serif;
}
.sg-about-badge .sg-b-txt {
  font-size: 13px; opacity: 0.9; margin-top: 4px;
  font-family: "Inter", sans-serif;
}

/* About text side */
.sg-about-text .sg-title { margin-bottom: 24px; }
.sg-about-text > p { font-size: 16px; color: var(--sg-body); line-height: 1.9; margin-bottom: 16px; }
.sg-checklist { display: flex; flex-direction: column; gap: 14px; margin: 22px 0 34px; }
.sg-checklist li {
  display: flex; align-items: flex-start; gap: 13px;
  font-size: 15px; color: var(--sg-body); font-family: "Inter", sans-serif;
}
.sg-chk-ico {
  width: 24px; height: 24px;
  background: var(--sg-blue-light); border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0; margin-top: 1px;
  color: var(--sg-blue); font-size: 12px; font-weight: 900;
}
.sg-chk-ico::before { content: "✓"; }

/* ============================================================
   STATS BAR
   Deep blue bg → white text, cyan accents
============================================================ */
.sg-stats {
  background: var(--sg-blue); /* deep blue bg */
  padding: 64px 0;
}
.sg-stats-row { display: grid; grid-template-columns: repeat(4,1fr); }
.sg-stat-cell {
  text-align: center; padding: 16px 20px;
  border-right: 1px solid rgba(255,255,255,0.15);
}
.sg-stat-cell:last-child { border-right: none; }
.sg-stat-n {
  font-size: 52px; font-weight: 900; color: #fff; /* white on blue — visible */
  line-height: 1; display: block; font-family: "Inter", sans-serif;
}
.sg-stat-n sup { font-size: 28px; vertical-align: super; }
.sg-stat-n em  { color: var(--sg-cyan); font-style: normal; } /* cyan accent */
.sg-stat-l {
  font-size: 14px; color: rgba(255,255,255,0.75);
  margin-top: 8px; font-weight: 500;
  font-family: "Inter", sans-serif;
}

/* ============================================================
   INDUSTRIES
   White bg → deep blue icons
============================================================ */
.sg-industries { background: var(--sg-white); }
.sg-ind-grid { display: grid; grid-template-columns: repeat(5,1fr); gap: 18px; }
.sg-ind-card {
  background: var(--sg-light); border-radius: 16px; padding: 28px 14px;
  text-align: center; border: 2px solid transparent;
  transition: var(--sg-transition);
}
.sg-ind-card:hover {
  border-color: var(--sg-blue); background: var(--sg-blue-light);
  transform: translateY(-4px); box-shadow: var(--sg-shadow-blue);
}
/* Industry letter icon — deep blue on light bg */
.sg-ind-ico {
  width: 54px; height: 54px; border-radius: 14px;
  background: var(--sg-blue-light);
  border: 1px solid rgba(26,60,110,0.15);
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto 14px;
  font-size: 20px; font-weight: 900; color: var(--sg-blue);
  font-family: "Inter", sans-serif;
}
.sg-ind-card:hover .sg-ind-ico { background: var(--sg-gradient); color: #fff; border-color: transparent; }
.sg-ind-card span {
  font-size: 13px; font-weight: 600; color: var(--sg-title);
  line-height: 1.4; font-family: "Inter", sans-serif;
}

/* ============================================================
   PROCESS SECTION
   Dark bg → cyan accents
============================================================ */
.sg-process { background: var(--sg-dark); }
.sg-process-row {
  display: grid; grid-template-columns: repeat(4,1fr);
  position: relative; gap: 0;
}
.sg-process-row::before {
  content: ''; position: absolute;
  top: 39px; left: 12%; right: 12%; height: 2px;
  background: linear-gradient(90deg, var(--sg-cyan), rgba(14,165,233,0.1));
}
.sg-proc-step { text-align: center; padding: 0 20px; position: relative; }
.sg-proc-step h4 {
  font-size: 18px; font-weight: 700; color: #fff; /* white on dark */
  margin-bottom: 12px; font-family: "Inter", sans-serif;
}
.sg-proc-step p {
  font-size: 14px; color: rgba(255,255,255,0.55);
  line-height: 1.75; font-family: "Inter", sans-serif;
}

/* ============================================================
   WHY CHOOSE US
   Light bg → deep blue accents
============================================================ */
.sg-why { background: var(--sg-light); }
.sg-why-features { display: flex; flex-direction: column; gap: 18px; }
.sg-why-feat {
  background: var(--sg-white); border-radius: 16px; padding: 24px 26px;
  display: flex; align-items: flex-start; gap: 18px;
  border: 1.5px solid var(--sg-border); transition: var(--sg-transition);
}
.sg-why-feat:hover {
  border-color: var(--sg-blue); box-shadow: var(--sg-shadow-blue);
  transform: translateX(5px);
}
.sg-why-feat-ico {
  width: 52px; height: 52px;
  background: var(--sg-blue-light); border-radius: 14px;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
  font-size: 20px; font-weight: 900; color: var(--sg-blue);
  font-family: "Inter", sans-serif;
}
.sg-why-feat:hover .sg-why-feat-ico { background: var(--sg-gradient); color: #fff; }
.sg-why-feat h4 {
  font-size: 16px; font-weight: 700; margin-bottom: 6px;
  color: var(--sg-title);
}
.sg-why-feat p {
  font-size: 14px; color: var(--sg-body); line-height: 1.65;
  font-family: "Inter", sans-serif;
}
.sg-why-text > p {
  font-size: 16px; color: var(--sg-body); line-height: 1.85; margin-bottom: 32px;
}

/* ============================================================
   FAQ SECTION
   White bg → deep blue accents
============================================================ */
.sg-faq { background: var(--sg-white); }
.sg-faq-wrap { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: start; }
.sg-faq-list { display: flex; flex-direction: column; gap: 14px; }

.sg-faq-item {
  border: 1.5px solid var(--sg-border); border-radius: 16px;
  overflow: hidden; transition: var(--sg-transition);
}
.sg-faq-item.sg-open { border-color: var(--sg-blue); }
.sg-faq-q {
  display: flex; justify-content: space-between; align-items: center;
  padding: 20px 24px; cursor: pointer; background: var(--sg-white);
  transition: var(--sg-transition);
}
.sg-faq-item.sg-open .sg-faq-q { background: var(--sg-blue-light); }
.sg-faq-q h4 {
  font-size: 16px; font-weight: 600; color: var(--sg-title);
  max-width: calc(100% - 44px); line-height: 1.4;
}
.sg-faq-tog {
  width: 32px; height: 32px;
  background: var(--sg-blue-light); border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0; color: var(--sg-blue);
  font-size: 18px; font-weight: 300; transition: var(--sg-transition);
  line-height: 1;
}
.sg-faq-tog::before { content: "+"; }
.sg-faq-item.sg-open .sg-faq-tog {
  background: var(--sg-blue); color: #fff; transform: rotate(45deg);
}
.sg-faq-a { display: none; padding: 0 24px 20px; }
.sg-faq-item.sg-open .sg-faq-a { display: block; }
.sg-faq-a p {
  font-size: 15px; color: var(--sg-body); line-height: 1.8;
  font-family: "Inter", sans-serif;
}

/* FAQ contact box — dark bg → cyan accents */
.sg-faq-box {
  background: var(--sg-dark); border-radius: 24px; padding: 44px 36px;
  text-align: center; position: sticky; top: 110px;
  border: 1px solid rgba(14,165,233,0.12);
}
.sg-faq-box-ico {
  width: 70px; height: 70px;
  background: rgba(14,165,233,0.1);
  border: 1px solid rgba(14,165,233,0.2);
  border-radius: 50%; display: flex; align-items: center; justify-content: center;
  margin: 0 auto 22px;
  font-size: 28px; color: var(--sg-cyan);
}
.sg-faq-box-ico::before { content: "☎"; }
.sg-faq-box h3 {
  font-size: 24px; font-weight: 800; color: #fff; /* white on dark */
  margin-bottom: 12px; line-height: 1.3;
}
.sg-faq-box > p {
  font-size: 15px; color: rgba(255,255,255,0.6);
  margin-bottom: 26px; line-height: 1.7;
  font-family: "Inter", sans-serif;
}
.sg-faq-contacts { display: flex; flex-direction: column; gap: 14px; margin-bottom: 26px; text-align: left; }
.sg-faq-ci { display: flex; align-items: center; gap: 12px; }
.sg-faq-ci-ico {
  width: 36px; height: 36px;
  background: rgba(14,165,233,0.12);
  border: 1px solid rgba(14,165,233,0.2);
  border-radius: 10px; display: flex; align-items: center; justify-content: center;
  flex-shrink: 0; color: var(--sg-cyan); font-size: 14px;
}
.sg-faq-ci span {
  font-size: 14px; color: rgba(255,255,255,0.75);
  line-height: 1.5; font-family: "Inter", sans-serif;
}
.sg-faq-box .sg-btn { width: 100%; justify-content: center; }

/* ============================================================
   CTA BANNER
   Gradient bg → white text
============================================================ */
.sg-cta {
  background: var(--sg-gradient);
  padding: 88px 0; position: relative; overflow: hidden;
}
.sg-cta::before {
  content: ''; position: absolute;
  right: -120px; top: -120px;
  width: 500px; height: 500px; border-radius: 50%;
  background: rgba(255,255,255,0.05);
}
.sg-cta::after {
  content: ''; position: absolute;
  left: -80px; bottom: -80px;
  width: 300px; height: 300px; border-radius: 50%;
  background: rgba(255,255,255,0.04);
}
.sg-cta-inner { text-align: center; position: relative; z-index: 2; }
.sg-cta-inner h2 {
  font-size: 44px; font-weight: 900; color: #fff;
  margin-bottom: 16px; line-height: 1.15;
  font-family: "Inter", sans-serif;
}
.sg-cta-inner > p {
  font-size: 18px; color: rgba(255,255,255,0.85);
  margin-bottom: 38px; max-width: 560px;
  margin-left: auto; margin-right: auto;
  font-family: "Inter", sans-serif;
}
.sg-cta-btns { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }

/* ============================================================
   ANIMATIONS
============================================================ */
.sg-fade {
  opacity: 0; transform: translateY(32px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}
.sg-fade.sg-vis { opacity: 1; transform: translateY(0); }
.sg-d1 { transition-delay: 0.1s; }
.sg-d2 { transition-delay: 0.2s; }
.sg-d3 { transition-delay: 0.3s; }
.sg-d4 { transition-delay: 0.4s; }
.sg-d5 { transition-delay: 0.5s; }

/* ============================================================
   RESPONSIVE
============================================================ */
@media (max-width: 1100px) {
  .sg-hero-inner { grid-template-columns: 1fr; }
  .sg-hero-card  { display: none; }
  .sg-hero-h1    { font-size: 46px; }
}
@media (max-width: 991px) {
  .sg-services-grid { grid-template-columns: repeat(2,1fr); }
  .sg-grid-2 { grid-template-columns: 1fr; gap: 40px; }
  .sg-about-badge { bottom: -14px; right: -10px; }
  .sg-stats-row { grid-template-columns: repeat(2,1fr); }
  .sg-stat-cell { border-right: none; border-bottom: 1px solid rgba(255,255,255,0.12); padding-bottom: 24px; }
  .sg-stat-cell:nth-child(3), .sg-stat-cell:last-child { border-bottom: none; }
  .sg-ind-grid { grid-template-columns: repeat(3,1fr); }
  .sg-process-row { grid-template-columns: repeat(2,1fr); gap: 44px; }
  .sg-process-row::before { display: none; }
  .sg-faq-wrap { grid-template-columns: 1fr; }
  .sg-faq-box  { position: static; }
  .sg-title h2 { font-size: 32px; }
  .sg-cta-inner h2 { font-size: 32px; }
  .sg-pad { padding: 70px 0; }
}
@media (max-width: 600px) {
  .sg-services-grid { grid-template-columns: 1fr; }
  .sg-ind-grid  { grid-template-columns: repeat(2,1fr); }
  .sg-hero-stats { flex-wrap: wrap; gap: 20px; }
  .sg-hero-stat { border-right: none; padding-right: 0; margin-right: 0; }
  .sg-hero-h1   { font-size: 34px; }
  .sg-cta-btns  { flex-direction: column; align-items: center; }
  .sg-title h2  { font-size: 28px; }
  .sg-pad       { padding: 60px 0; }
}
