/* ═══ Corporate About Ecosystem — Premium Enterprise Hub ═══ */

.corp-page { background: #fff; color: var(--text-heading, #0F172A); --corp-accent: #10A5F5; --corp-accent-2: #10A5F5; }

.corp-reveal { opacity: 0; transform: translateY(24px); transition: opacity 0.6s ease, transform 0.6s ease; }
.corp-reveal.is-visible { opacity: 1; transform: none; }
.corp-d1 { transition-delay: 0.1s; } .corp-d2 { transition-delay: 0.2s; } .corp-d3 { transition-delay: 0.3s; } .corp-d4 { transition-delay: 0.4s; }

@media (prefers-reduced-motion: reduce) {
  .corp-reveal { opacity: 1; transform: none; transition: none; }
  .corp-marquee-track, .corp-map-pulse { animation: none !important; }
}

/* Sub navigation */
.corp-subnav {
  position: sticky; top: var(--site-header-height, 64px); z-index: 40;
  background: rgba(255,255,255,0.92); backdrop-filter: blur(12px);
  border-bottom: 1px solid #E2E8F0;
  overflow-x: auto; -webkit-overflow-scrolling: touch;
}
.corp-subnav-inner {
  max-width: 80rem; margin: 0 auto; padding: 0 1rem;
  display: flex; gap: 0.25rem; min-width: max-content;
}
.corp-subnav a {
  padding: 0.875rem 1rem; font-size: 0.82rem; font-weight: 600;
  color: var(--text-muted, #64748B); white-space: nowrap; border-bottom: 2px solid transparent;
  transition: color 0.2s, border-color 0.2s;
}
.corp-subnav a:hover { color: var(--nav-slate, #37474F); }
.corp-subnav a.active { color: var(--nav-slate, #37474F); border-bottom-color: var(--nav-accent, #10A5F5); }

/* Hero */
.corp-hero {
  position: relative; overflow: hidden;
  padding: 7rem 0 4.5rem;
}
.corp-hero-mesh {
  position: absolute; inset: 0; pointer-events: none;
  background-image:
    linear-gradient(rgba(255,255,255,0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.04) 1px, transparent 1px);
  background-size: 40px 40px;
}
.corp-hero-glow {
  position: absolute; border-radius: 50%; filter: blur(80px); opacity: 0.45; pointer-events: none;
}
.corp-hero-inner { position: relative; z-index: 2; max-width: 80rem; margin: 0 auto; padding: 0 1rem; }
.corp-badge {
  display: inline-flex; align-items: center; gap: 0.4rem;
  padding: 0.45rem 1rem; border-radius: 9999px;
  font-size: 0.8rem; font-weight: 600;
}
.corp-hero-title { font-size: clamp(2.25rem, 5vw, 3.25rem); font-weight: 800; line-height: 1.1; margin: 1rem 0; }
.corp-hero-sub { font-size: 1.1rem; line-height: 1.65; max-width: 42rem; opacity: 0.85; }
.corp-btn {
  display: inline-flex; align-items: center; gap: 0.5rem;
  padding: 0.875rem 1.75rem; border-radius: 0.75rem;
  font-size: 0.875rem; font-weight: 600;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.corp-btn:hover { transform: translateY(-2px); }
.corp-btn--primary { background: var(--corp-accent); color: #fff; }
.corp-btn--outline { background: transparent; border: 1px solid rgba(255,255,255,0.35); color: inherit; }

/* Sections */
.corp-section { padding: 4.5rem 0; }
.corp-section--gray { background: #F3F6FB; }
.corp-section-head { text-align: center; max-width: 40rem; margin: 0 auto 2.5rem; }
.corp-section-head h2 { font-size: clamp(1.65rem, 3vw, 2.1rem); font-weight: 800; margin-bottom: 0.6rem; }
.corp-section-head p { color: var(--text-muted, #64748B); }

/* Stats */
.corp-stats { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; }
@media (min-width: 768px) { .corp-stats { grid-template-columns: repeat(4, 1fr); } }
.corp-stat {
  background: #fff; border: 1px solid #E2E8F0; border-radius: 1rem;
  padding: 1.5rem; text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.corp-stat:hover { transform: translateY(-4px); box-shadow: 0 12px 28px rgba(15,23,42,0.08); }
.corp-stat-val { font-size: 2rem; font-weight: 800; color: var(--corp-accent); font-variant-numeric: tabular-nums; }
.corp-stat-lbl { font-size: 0.8rem; color: var(--text-muted, #64748B); margin-top: 0.25rem; }

/* Cards */
.corp-card {
  background: #fff; border: 1px solid #E2E8F0; border-radius: 1.125rem;
  padding: 1.5rem; transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}
.corp-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 40px rgba(15,23,42,0.1);
  border-color: var(--corp-accent);
}
.corp-card-icon {
  width: 3rem; height: 3rem; border-radius: 0.875rem;
  display: grid; place-items: center; color: #fff; font-size: 1.15rem; margin-bottom: 1rem;
}
.corp-grid-2 { display: grid; gap: 1.25rem; }
@media (min-width: 768px) { .corp-grid-2 { grid-template-columns: repeat(2, 1fr); } }
.corp-grid-3 { display: grid; gap: 1.25rem; }
@media (min-width: 768px) { .corp-grid-3 { grid-template-columns: repeat(3, 1fr); } }
.corp-grid-4 { display: grid; gap: 1.25rem; }
@media (min-width: 640px) { .corp-grid-4 { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .corp-grid-4 { grid-template-columns: repeat(4, 1fr); } }

/* Timeline */
.corp-timeline { position: relative; max-width: 48rem; margin: 0 auto; padding-left: 2rem; }
.corp-timeline::before {
  content: ''; position: absolute; left: 0.5rem; top: 0; bottom: 0; width: 2px;
  background: linear-gradient(180deg, var(--corp-accent), var(--corp-accent-2));
}
.corp-timeline-item {
  position: relative; padding-bottom: 2rem; padding-left: 1.5rem;
}
.corp-timeline-item::before {
  content: ''; position: absolute; left: -1.65rem; top: 0.35rem;
  width: 12px; height: 12px; border-radius: 50%;
  background: var(--corp-accent); box-shadow: 0 0 0 4px rgba(16, 165, 245, 0.2);
}
.corp-timeline-year { font-size: 0.75rem; font-weight: 700; color: var(--corp-accent); text-transform: uppercase; letter-spacing: 0.06em; }
.corp-timeline-item h3 { font-size: 1.1rem; font-weight: 700; margin: 0.25rem 0; }
.corp-timeline-item p { font-size: 0.9rem; color: var(--text-muted, #64748B); line-height: 1.55; }

/* Leadership */
.corp-leader {
  background: #fff; border: 1px solid #E2E8F0; border-radius: 1.25rem;
  overflow: hidden; transition: transform 0.35s ease, box-shadow 0.35s ease;
}
.corp-leader:hover { transform: translateY(-6px); box-shadow: 0 20px 48px rgba(15,23,42,0.12); }
.corp-leader-photo {
  height: 200px; display: flex; align-items: flex-end; padding: 1.25rem;
  background: linear-gradient(135deg, #37474F, #10A5F5);
}
.corp-leader-avatar {
  width: 4.5rem; height: 4.5rem; border-radius: 50%;
  background: rgba(255,255,255,0.2); backdrop-filter: blur(8px);
  border: 2px solid rgba(255,255,255,0.4);
  display: grid; place-items: center; font-size: 1.25rem; font-weight: 800; color: #fff;
}
.corp-leader-body { padding: 1.5rem; }
.corp-leader-body h3 { font-size: 1.15rem; font-weight: 800; }
.corp-leader-role { font-size: 0.85rem; font-weight: 600; color: var(--corp-accent); margin: 0.25rem 0 0.75rem; }
.corp-leader-bio { font-size: 0.88rem; color: var(--text-muted, #64748B); line-height: 1.6; margin-bottom: 0.75rem; }
.corp-leader-tags { display: flex; flex-wrap: wrap; gap: 0.35rem; }
.corp-tag { padding: 0.25rem 0.65rem; border-radius: 9999px; font-size: 0.72rem; font-weight: 600; background: #F3F6FB; color: var(--text-body, #475569); }

/* Testimonial carousel */
.corp-carousel { position: relative; overflow: hidden; }
.corp-carousel-track {
  display: flex; transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.corp-testimonial {
  flex: 0 0 100%; padding: 0 0.5rem;
}
@media (min-width: 768px) { .corp-testimonial { flex: 0 0 50%; } }
@media (min-width: 1024px) { .corp-testimonial { flex: 0 0 33.333%; } }
.corp-testimonial-inner {
  background: rgba(255,255,255,0.7); backdrop-filter: blur(16px);
  border: 1px solid rgba(255,255,255,0.5); border-radius: 1.25rem;
  padding: 1.75rem; height: 100%;
  box-shadow: 0 8px 32px rgba(15,23,42,0.06);
}
.corp-stars { color: #F59E0B; font-size: 0.85rem; margin-bottom: 0.75rem; }
.corp-carousel-nav {
  display: flex; justify-content: center; gap: 0.5rem; margin-top: 1.5rem;
}
.corp-carousel-btn {
  width: 2.5rem; height: 2.5rem; border-radius: 50%;
  border: 1px solid #E2E8F0; background: #fff;
  display: grid; place-items: center; cursor: pointer;
  transition: background 0.2s, border-color 0.2s;
}
.corp-carousel-btn:hover { background: var(--corp-accent); color: #fff; border-color: var(--corp-accent); }

/* Partner marquee */
.corp-marquee { overflow: hidden; mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent); }
.corp-marquee-track {
  display: flex; gap: 3rem; width: max-content;
  animation: corp-marquee 30s linear infinite;
}
@keyframes corp-marquee { to { transform: translateX(-50%); } }
.corp-partner-logo {
  flex-shrink: 0; padding: 1rem 1.75rem; border-radius: 0.875rem;
  background: #fff; border: 1px solid #E2E8F0;
  font-weight: 700; font-size: 0.95rem; color: var(--text-body, #475569);
  min-width: 140px; text-align: center;
}

/* Awards */
.corp-award {
  text-align: center; padding: 1.75rem 1.25rem;
  background: linear-gradient(180deg, #fff 0%, #FFFBEB 100%);
  border: 1px solid #FDE68A; border-radius: 1rem;
  transition: transform 0.3s ease;
}
.corp-award:hover { transform: scale(1.03); }
.corp-award i { font-size: 2rem; color: #D97706; margin-bottom: 0.75rem; }

/* World map */
.corp-map {
  position: relative; aspect-ratio: 2/1; max-height: 420px;
  background: linear-gradient(180deg, #F3F6FB 0%, #E2E8F0 100%);
  border-radius: 1.25rem; border: 1px solid #E2E8F0; overflow: hidden;
}
.corp-map-dot {
  position: absolute; width: 14px; height: 14px; border-radius: 50%;
  background: var(--corp-accent); transform: translate(-50%, -50%);
  box-shadow: 0 0 0 0 rgba(16, 165, 245,0.5);
  animation: corp-map-pulse 2.5s ease infinite;
}
@keyframes corp-map-pulse {
  0%, 100% { box-shadow: 0 0 0 0 rgba(16, 165, 245,0.5); }
  50% { box-shadow: 0 0 0 12px rgba(16, 165, 245,0); }
}

/* Process timeline horizontal */
.corp-process {
  display: flex; gap: 0; overflow-x: auto; padding-bottom: 1rem;
  scroll-snap-type: x mandatory;
}
.corp-process-step {
  flex: 0 0 200px; scroll-snap-align: start;
  position: relative; padding: 1.5rem 1rem; text-align: center;
}
.corp-process-step::after {
  content: ''; position: absolute; top: 2.5rem; right: 0; width: 100%; height: 2px;
  background: linear-gradient(90deg, var(--corp-accent), transparent);
  z-index: 0;
}
.corp-process-step:last-child::after { display: none; }
.corp-process-num {
  width: 3rem; height: 3rem; border-radius: 50%; margin: 0 auto 1rem;
  background: var(--corp-accent); color: #fff;
  display: grid; place-items: center; font-weight: 800; font-size: 0.9rem;
  position: relative; z-index: 1;
}
.corp-process-step h3 { font-size: 0.9rem; font-weight: 700; margin-bottom: 0.35rem; }
.corp-process-step p { font-size: 0.78rem; color: var(--text-muted, #64748B); line-height: 1.45; }

/* Job cards */
.corp-job {
  display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 1rem;
  padding: 1.25rem 1.5rem; border-radius: 1rem;
  background: #fff; border: 1px solid #E2E8F0;
  transition: border-color 0.25s, box-shadow 0.25s;
}
.corp-job:hover { border-color: var(--corp-accent); box-shadow: 0 8px 24px rgba(15,23,42,0.06); }

/* CTA */
.corp-cta {
  padding: 4.5rem 0; text-align: center;
  background: linear-gradient(135deg, #37474F 0%, #455A64 100%);
  color: #fff;
}
.corp-cta h2 { font-size: clamp(1.65rem, 3vw, 2.1rem); font-weight: 800; margin-bottom: 0.75rem; }
.corp-cta p { color: rgba(255,255,255,0.65); max-width: 36rem; margin: 0 auto 1.75rem; }

/* Page themes */
.corp-page--about { --corp-accent: #10A5F5; --corp-accent-2: #10A5F5; }
.corp-page--about .corp-hero { background: linear-gradient(135deg, #37474F 0%, #455A64 50%, #10A5F5 100%); color: #fff; }
.corp-page--about .corp-badge { background: rgba(255,255,255,0.12); color: #10A5F5; }

.corp-page--leadership { --corp-accent: #455A64; }
.corp-page--leadership .corp-hero { background: linear-gradient(180deg, #F3F6FB 0%, #fff 100%); }

.corp-page--careers { --corp-accent: #10A5F5; }
.corp-page--careers .corp-hero { background: linear-gradient(160deg, #10A5F5 0%, #10A5F5 100%); color: #fff; }
.corp-page--careers .corp-badge { background: rgba(255,255,255,0.15); color: #fff; }

.corp-page--awards { --corp-accent: #D97706; }
.corp-page--awards .corp-hero { background: linear-gradient(160deg, #37474F 0%, #78350F 100%); color: #fff; }
.corp-page--awards .corp-badge { background: rgba(245,158,11,0.2); color: #FCD34D; }

.corp-page--testimonials { --corp-accent: #546E7A; }
.corp-page--testimonials .corp-hero { background: linear-gradient(135deg, #1E1B4B 0%, #546E7A 100%); color: #fff; }

.corp-page--partnerships { --corp-accent: #10A5F5; }
.corp-page--partnerships .corp-hero { background: linear-gradient(180deg, #F3F6FB 0%, #fff 100%); }

.corp-page--global { --corp-accent: #10A5F5; }
.corp-page--global .corp-hero { background: linear-gradient(135deg, #37474F 0%, #10A5F5 100%); color: #fff; }

.corp-page--process { --corp-accent: #10A5F5; }
.corp-page--process .corp-hero { background: linear-gradient(180deg, #F3F6FB 0%, #fff 100%); }

.corp-eco-grid { display: grid; gap: 1rem; }
@media (min-width: 768px) { .corp-eco-grid { grid-template-columns: repeat(2, 1fr); } }
.corp-eco-link {
  display: flex; align-items: center; gap: 1rem; padding: 1.25rem;
  border-radius: 1rem; border: 1px solid #E2E8F0; background: #fff;
  text-decoration: none; color: inherit;
  transition: all 0.3s ease;
}
.corp-eco-link:hover { border-color: var(--corp-accent); transform: translateX(4px); box-shadow: 0 8px 24px rgba(15,23,42,0.08); }
.corp-eco-link i { width: 2.5rem; height: 2.5rem; border-radius: 0.65rem; display: grid; place-items: center; color: #fff; flex-shrink: 0; }

/* Culture gallery */
.corp-culture-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; }
@media (min-width: 768px) { .corp-culture-grid { grid-template-columns: repeat(4, 1fr); } }
.corp-culture-item {
  aspect-ratio: 1; border-radius: 1rem; display: flex; flex-direction: column;
  align-items: center; justify-content: center; gap: 0.75rem; color: #fff;
  font-weight: 700; font-size: 0.9rem; transition: transform 0.3s ease;
}
.corp-culture-item i { font-size: 1.75rem; opacity: 0.9; }
.corp-culture-item:hover { transform: scale(1.04); }

/* Client logos */
.corp-client-logos { display: flex; flex-wrap: wrap; justify-content: center; gap: 1rem; }
.corp-client-logo {
  padding: 0.875rem 1.5rem; border-radius: 0.75rem;
  background: #fff; border: 1px solid #E2E8F0;
  font-weight: 700; font-size: 0.9rem; color: #94A3B8;
  transition: border-color 0.25s, color 0.25s;
}
.corp-client-logo:hover { border-color: var(--corp-accent); color: var(--text-body, #475569); }

/* Process step hover */
.corp-process-step:hover .corp-process-num {
  transform: scale(1.1);
  box-shadow: 0 8px 24px rgba(16, 165, 245,0.35);
}
.corp-process-num { transition: transform 0.3s ease, box-shadow 0.3s ease; }

/* ═══════════════════════════════════════════════════════════════════════════
   Our Story — premium corporate narrative (gstory)
   ═══════════════════════════════════════════════════════════════════════════ */

.gstory-page {
  --gstory-navy: #001F54;
  --gstory-deep: #0B1F3A;
  --gstory-muted: #475569;
  --gstory-line: rgba(0, 31, 84, 0.12);
  --gstory-off: #f7f8fb;
  --gstory-ease: cubic-bezier(0.22, 1, 0.36, 1);
  background: #fff;
}

.gstory-page .corp-subnav {
  background: rgba(255, 255, 255, 0.94);
}

.gstory-page .slp-sticky-nav {
  top: calc(var(--site-header-height, 64px) + 3.15rem);
  z-index: 35;
  background: rgba(247, 248, 251, 0.94);
}

.gstory-page .slp-sticky-nav__link.is-active,
.gstory-page .slp-sticky-nav__link:hover {
  color: var(--gstory-navy);
  background: rgba(0, 31, 84, 0.08);
}

.gstory-page #gstory-who,
.gstory-page #gstory-journey,
.gstory-page #gstory-expertise,
.gstory-page #gstory-services,
.gstory-page #gstory-industries,
.gstory-page #gstory-delivery,
.gstory-page #gstory-approach,
.gstory-page #gstory-vision {
  scroll-margin-top: 9.5rem;
}

.gstory-kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin: 0 0 1rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gstory-navy);
}

.gstory-kicker--on-dark {
  color: rgba(255, 255, 255, 0.78);
}

.gstory-hero-line {
  display: block;
  margin-top: 0.85rem;
  font-size: clamp(1.15rem, 2.2vw, 1.55rem);
  font-weight: 600;
  line-height: 1.35;
  letter-spacing: -0.02em;
  color: var(--gstory-deep);
}

.gstory-hero-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.gstory-hero-pills li {
  padding: 0.35rem 0.75rem;
  border: 1px solid var(--gstory-line);
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--gstory-navy);
  background: #fff;
}

.gstory-hero-visual {
  position: relative;
}

.gstory-hero-caption {
  position: absolute;
  left: 1.25rem;
  right: 1.25rem;
  bottom: 1.25rem;
  z-index: 3;
  padding: 0.9rem 1.1rem;
  border-radius: 0.85rem;
  background: rgba(11, 31, 58, 0.88);
  color: #fff;
  backdrop-filter: blur(10px);
}

.gstory-hero-caption span {
  display: block;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  opacity: 0.7;
  margin-bottom: 0.2rem;
}

.gstory-hero-caption strong {
  display: block;
  font-size: 0.92rem;
  font-weight: 700;
  letter-spacing: -0.01em;
}

.gstory-section {
  padding: 5rem 0;
  background: #fff;
}

.gstory-section--mute {
  background: var(--gstory-off);
}

.gstory-title {
  font-family: var(--font-display, 'Poppins', sans-serif);
  font-size: clamp(1.85rem, 3.2vw, 2.65rem);
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -0.03em;
  color: var(--gstory-navy);
  margin: 0 0 1rem;
}

.gstory-title--light {
  color: #fff !important;
}

.gstory-vision .gstory-title,
.gstory-cta .gstory-title {
  color: #fff !important;
}

.gstory-vision .gstory-kicker,
.gstory-cta .gstory-kicker {
  color: rgba(255, 255, 255, 0.78) !important;
}

.gstory-lead {
  font-size: 1.06rem;
  line-height: 1.75;
  color: var(--gstory-muted);
  margin: 0 0 1.15rem;
  max-width: 40rem;
}

.gstory-lead--center {
  margin-left: auto;
  margin-right: auto;
}

.gstory-head {
  text-align: center;
  max-width: 44rem;
  margin: 0 auto 3rem;
}

.gstory-head--left {
  text-align: left;
  margin-left: 0;
  margin-right: 0;
  max-width: 42rem;
}

.gstory-head--left .gstory-lead {
  max-width: 40rem;
}

.gstory-split {
  display: grid;
  gap: 2.5rem;
  margin-bottom: 2.5rem;
}

@media (min-width: 1024px) {
  .gstory-split {
    grid-template-columns: 0.9fr 1.1fr;
    gap: 4rem;
    align-items: start;
  }
}

.gstory-split__body p {
  font-size: 1.02rem;
  line-height: 1.75;
  color: var(--gstory-muted);
  margin: 0 0 1.1rem;
}

.gstory-split__body p:last-child {
  margin-bottom: 0;
}

.gstory-inline {
  color: var(--gstory-navy);
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.gstory-inline:hover {
  color: var(--gstory-deep);
}

.gstory-pull {
  margin: 0;
  padding: 1.75rem 1.75rem 1.75rem 1.5rem;
  border-left: 3px solid var(--gstory-navy);
  background: var(--gstory-off);
  border-radius: 0 1rem 1rem 0;
}

.gstory-pull p {
  margin: 0;
  font-size: 1.15rem;
  line-height: 1.65;
  font-weight: 600;
  color: var(--gstory-navy);
  letter-spacing: -0.02em;
}

.gstory-journey {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 1.25rem;
  counter-reset: none;
}

@media (min-width: 768px) {
  .gstory-journey {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1100px) {
  .gstory-journey {
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
    position: relative;
  }

  .gstory-journey::before {
    content: '';
    position: absolute;
    top: 1.15rem;
    left: 8%;
    right: 8%;
    height: 1px;
    background: var(--gstory-line);
  }
}

.gstory-journey__item {
  position: relative;
  padding: 1.5rem 1.35rem 1.6rem;
  background: #fff;
  border: 1px solid var(--gstory-line);
  border-radius: 1.1rem;
}

@media (min-width: 1100px) {
  .gstory-journey__item {
    background: transparent;
    border: none;
    border-radius: 0;
    padding: 0 1.25rem;
  }
}

.gstory-journey__num {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  color: var(--gstory-navy);
  margin-bottom: 0.85rem;
}

.gstory-journey__item h3 {
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--gstory-deep);
  margin: 0 0 0.55rem;
}

.gstory-journey__item p {
  margin: 0;
  font-size: 0.92rem;
  line-height: 1.65;
  color: var(--gstory-muted);
}

.gstory-expertise {
  display: grid;
  gap: 1rem;
}

@media (min-width: 640px) {
  .gstory-expertise {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1100px) {
  .gstory-expertise {
    grid-template-columns: repeat(5, 1fr);
  }
}

.gstory-expertise__card {
  position: relative;
  padding: 1.5rem 1.25rem 1.6rem;
  border: 1px solid var(--gstory-line);
  border-radius: 1.1rem;
  background: #fff;
  min-height: 100%;
  overflow: hidden;
  transition: transform 0.28s var(--gstory-ease), border-color 0.28s ease, box-shadow 0.28s ease;
}

.gstory-expertise__card:hover {
  transform: translateY(-4px);
  border-color: rgba(0, 31, 84, 0.28);
  box-shadow: 0 16px 36px rgba(0, 31, 84, 0.08);
}

.gstory-expertise__index {
  display: block;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  color: rgba(0, 31, 84, 0.45);
  margin-bottom: 1.1rem;
}

.gstory-expertise__card h3 {
  font-size: 1.15rem;
  font-weight: 800;
  margin: 0 0 0.55rem;
  color: var(--gstory-navy);
}

.gstory-expertise__card p {
  margin: 0;
  font-size: 0.88rem;
  line-height: 1.65;
  color: var(--gstory-muted);
}

.gstory-services {
  display: grid;
  gap: 0.65rem;
}

.gstory-service {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 1rem;
  align-items: center;
  padding: 1.25rem 1.35rem;
  background: #fff;
  border: 1px solid var(--gstory-line);
  border-radius: 1rem;
  text-decoration: none;
  color: inherit;
  transition: transform 0.25s var(--gstory-ease), border-color 0.25s ease, box-shadow 0.25s ease;
}

.gstory-service:hover {
  transform: translateX(4px);
  border-color: rgba(0, 31, 84, 0.3);
  box-shadow: 0 12px 28px rgba(0, 31, 84, 0.07);
}

.gstory-service__num {
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  color: rgba(0, 31, 84, 0.45);
}

.gstory-service__body h3 {
  font-size: 1.02rem;
  font-weight: 700;
  margin: 0 0 0.3rem;
  color: var(--gstory-navy);
}

.gstory-service__body p {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.6;
  color: var(--gstory-muted);
}

.gstory-service__go {
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: var(--gstory-navy);
  background: rgba(0, 31, 84, 0.06);
  flex-shrink: 0;
  transition: background 0.2s ease, color 0.2s ease;
}

.gstory-service:hover .gstory-service__go {
  background: var(--gstory-navy);
  color: #fff;
}

@media (max-width: 639px) {
  .gstory-service {
    grid-template-columns: auto 1fr;
  }

  .gstory-service__go {
    display: none;
  }
}

.gstory-industries {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.75rem;
  grid-template-columns: repeat(2, 1fr);
}

@media (min-width: 768px) {
  .gstory-industries {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (min-width: 1100px) {
  .gstory-industries {
    grid-template-columns: repeat(4, 1fr);
  }
}

.gstory-industries a {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  padding: 1rem 1.05rem;
  background: #fff;
  border: 1px solid var(--gstory-line);
  border-radius: 0.9rem;
  color: var(--gstory-deep);
  font-weight: 600;
  font-size: 0.92rem;
  text-decoration: none;
  transition: border-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.gstory-industries a:hover {
  border-color: rgba(0, 31, 84, 0.3);
  transform: translateY(-2px);
  box-shadow: 0 10px 22px rgba(0, 31, 84, 0.06);
}

.gstory-industries i {
  width: 1.1rem;
  color: var(--gstory-navy);
  opacity: 0.7;
}

.gstory-industries__more {
  color: var(--gstory-navy) !important;
}

.gstory-tech {
  display: grid;
  gap: 1rem;
}

@media (min-width: 768px) {
  .gstory-tech {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1100px) {
  .gstory-tech {
    grid-template-columns: repeat(4, 1fr);
  }
}

.gstory-tech__group {
  padding: 1.4rem 1.25rem 1.5rem;
  background: #fff;
  border: 1px solid var(--gstory-line);
  border-radius: 1.1rem;
}

.gstory-tech__group h3 {
  font-size: 0.95rem;
  font-weight: 800;
  margin: 0 0 0.9rem;
  color: var(--gstory-navy);
}

.gstory-tech__group ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
}

.gstory-tech__group li {
  padding: 0.28rem 0.65rem;
  border-radius: 999px;
  background: var(--gstory-off);
  border: 1px solid var(--gstory-line);
  font-size: 0.78rem;
  font-weight: 600;
  color: var(--gstory-deep);
}

.gstory-delivery {
  display: grid;
  gap: 1rem;
  margin-top: 0.5rem;
}

@media (min-width: 768px) {
  .gstory-delivery {
    grid-template-columns: repeat(3, 1fr);
  }
}

.gstory-delivery article {
  padding: 1.5rem 1.3rem;
  border: 1px solid var(--gstory-line);
  border-radius: 1.1rem;
  background: #fff;
}

.gstory-delivery h3 {
  font-size: 1.02rem;
  font-weight: 700;
  margin: 0 0 0.5rem;
  color: var(--gstory-navy);
}

.gstory-delivery p {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.65;
  color: var(--gstory-muted);
}

.gstory-address {
  margin: 1.5rem 0 0;
  font-size: 0.88rem;
  color: var(--gstory-muted);
}

.gstory-approach {
  display: grid;
  gap: 1rem;
  margin-bottom: 2.5rem;
}

@media (min-width: 768px) {
  .gstory-approach {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1100px) {
  .gstory-approach {
    grid-template-columns: repeat(4, 1fr);
  }
}

.gstory-approach article {
  padding: 1.45rem 1.25rem 1.55rem;
  background: #fff;
  border: 1px solid var(--gstory-line);
  border-radius: 1.1rem;
}

.gstory-approach span {
  display: block;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  color: rgba(0, 31, 84, 0.45);
  margin-bottom: 0.85rem;
}

.gstory-approach h3 {
  font-size: 1.02rem;
  font-weight: 700;
  margin: 0 0 0.5rem;
  color: var(--gstory-navy);
}

.gstory-approach p {
  margin: 0;
  font-size: 0.88rem;
  line-height: 1.65;
  color: var(--gstory-muted);
}

.gstory-innovate {
  display: grid;
  gap: 1.75rem;
  padding: 2rem 1.75rem;
  background: #fff;
  border: 1px solid var(--gstory-line);
  border-radius: 1.25rem;
}

@media (min-width: 900px) {
  .gstory-innovate {
    grid-template-columns: 0.9fr 1.1fr;
    gap: 3rem;
    align-items: start;
    padding: 2.25rem 2.25rem;
  }
}

.gstory-innovate h3 {
  font-size: 1.45rem;
  font-weight: 800;
  margin: 0 0 0.75rem;
  color: var(--gstory-navy);
  letter-spacing: -0.02em;
}

.gstory-innovate > div p:last-child {
  margin: 0;
  font-size: 1rem;
  line-height: 1.7;
  color: var(--gstory-muted);
}

.gstory-innovate ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 1rem;
}

.gstory-innovate li {
  padding-bottom: 1rem;
  border-bottom: 1px solid var(--gstory-line);
}

.gstory-innovate li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

.gstory-innovate strong {
  display: block;
  font-size: 0.92rem;
  color: var(--gstory-navy);
  margin-bottom: 0.25rem;
}

.gstory-innovate span {
  display: block;
  font-size: 0.88rem;
  line-height: 1.6;
  color: var(--gstory-muted);
}

.gstory-why {
  display: grid;
  gap: 1rem;
}

@media (min-width: 768px) {
  .gstory-why {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1100px) {
  .gstory-why {
    grid-template-columns: repeat(3, 1fr);
  }
}

.gstory-why article {
  padding: 1.5rem 1.35rem;
  border-top: 2px solid var(--gstory-navy);
  background: var(--gstory-off);
  border-radius: 0 0 1rem 1rem;
}

.gstory-why h3 {
  font-size: 1.05rem;
  font-weight: 700;
  margin: 0 0 0.5rem;
  color: var(--gstory-navy);
}

.gstory-why p {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.65;
  color: var(--gstory-muted);
}

.gstory-vision {
  background: var(--gstory-deep);
  color: rgba(255, 255, 255, 0.86);
}

.gstory-vision .gstory-head {
  text-align: left;
  margin-left: 0;
  max-width: 46rem;
}

.gstory-vision__grid {
  display: grid;
  gap: 2rem;
}

@media (min-width: 900px) {
  .gstory-vision__grid {
    grid-template-columns: 1.2fr 0.8fr;
    gap: 4rem;
    align-items: start;
  }
}

.gstory-vision__lead {
  margin: 0;
  font-size: 1.2rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.9);
  max-width: 38rem;
}

.gstory-vision ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.85rem;
}

.gstory-vision li {
  padding-left: 1.15rem;
  position: relative;
  font-size: 0.95rem;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.82);
}

.gstory-vision li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.55rem;
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 50%;
  background: #fff;
}

.gstory-takeaway {
  padding: 4.5rem 0;
  background: #fff;
  border-top: 1px solid var(--gstory-line);
  border-bottom: 1px solid var(--gstory-line);
  text-align: center;
}

.gstory-takeaway .gstory-lead {
  margin-left: auto;
  margin-right: auto;
  max-width: 42rem;
}

.gstory-explore {
  display: grid;
  gap: 1rem;
}

@media (min-width: 768px) {
  .gstory-explore {
    grid-template-columns: repeat(3, 1fr);
  }
}

.gstory-explore__card {
  display: block;
  padding: 1.6rem 1.4rem;
  background: #fff;
  border: 1px solid var(--gstory-line);
  border-radius: 1.1rem;
  text-decoration: none;
  color: inherit;
  transition: transform 0.25s var(--gstory-ease), border-color 0.25s ease, box-shadow 0.25s ease;
}

.gstory-explore__card:hover {
  transform: translateY(-4px);
  border-color: rgba(0, 31, 84, 0.3);
  box-shadow: 0 16px 32px rgba(0, 31, 84, 0.08);
}

.gstory-explore__card h3 {
  font-size: 1.1rem;
  font-weight: 800;
  margin: 0 0 0.4rem;
  color: var(--gstory-navy);
}

.gstory-explore__card p {
  margin: 0 0 0.9rem;
  font-size: 0.9rem;
  line-height: 1.55;
  color: var(--gstory-muted);
}

.gstory-explore__card span {
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--gstory-navy);
}

.gstory-cta {
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

.gstory-cta__bg {
  position: absolute;
  inset: -12% 0;
  height: 124%;
  background-size: cover;
  background-position: center;
  z-index: 0;
}

.gstory-cta__overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(155deg, rgba(11, 31, 58, 0.92) 0%, rgba(11, 31, 58, 0.86) 55%, rgba(0, 31, 84, 0.94) 100%);
}

.gstory-cta__content {
  position: relative;
  z-index: 2;
}

.gstory-cta__lead {
  margin: 0 auto;
  max-width: 36rem;
  font-size: 1.05rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.88);
}

.gstory-cta__ghost {
  border: 1px solid rgba(255, 255, 255, 0.35);
  color: #fff;
  border-radius: 0.75rem;
  font-weight: 600;
  transition: background 0.2s ease, border-color 0.2s ease;
}

.gstory-cta__ghost:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.55);
}

.gstory-page a:focus-visible,
.gstory-page button:focus-visible {
  outline: 2px solid var(--gstory-navy);
  outline-offset: 3px;
}

.gstory-cta a:focus-visible,
.gstory-vision a:focus-visible {
  outline-color: #fff;
}

@media (prefers-reduced-motion: reduce) {
  .gstory-expertise__card,
  .gstory-service,
  .gstory-industries a,
  .gstory-explore__card {
    transition: none;
  }

  .gstory-expertise__card:hover,
  .gstory-service:hover,
  .gstory-explore__card:hover,
  .gstory-indus a:hover {
    transform: none;
  }
}

/* ── Cinematic Our Story hero ── */
.gstory-page .gstory-cine {
  position: relative;
  isolation: isolate;
  min-height: min(78vh, 42rem);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: #fff;
  overflow: hidden;
  background: #061018;
}

.gstory-page .gstory-cine__media {
  position: absolute !important;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.gstory-page .gstory-cine__media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 30%;
  transform: scale(1.04);
}

.gstory-page .gstory-cine h1,
.gstory-page .gstory-cine .gstory-cine__title,
.gstory-page .gstory-cine .gstory-cine__sub {
  color: #fff !important;
}

.gstory-page .gstory-cine .gstory-cine__lead {
  color: rgba(255, 255, 255, 0.84) !important;
}

.gstory-cine__shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(6, 16, 24, 0.62) 0%, rgba(6, 16, 24, 0.58) 42%, rgba(6, 16, 24, 0.94) 100%),
    linear-gradient(90deg, rgba(0, 31, 84, 0.62) 0%, rgba(6, 16, 24, 0.28) 70%);
}

.gstory-cine__year {
  position: absolute;
  right: -2%;
  bottom: 18%;
  z-index: 1;
  margin: 0;
  font-family: Poppins, Inter, sans-serif;
  font-size: clamp(6rem, 18vw, 14rem);
  font-weight: 800;
  line-height: 0.8;
  letter-spacing: -0.06em;
  color: rgba(255, 255, 255, 0.06);
  pointer-events: none;
  user-select: none;
}

.gstory-cine__inner {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 80rem;
  margin: 0 auto;
  padding: 9rem 1.25rem 1.5rem;
}

@media (min-width: 640px) {
  .gstory-cine__inner { padding-left: 1.5rem; padding-right: 1.5rem; }
}

@media (min-width: 1024px) {
  .gstory-cine__inner { padding-left: 2rem; padding-right: 2rem; padding-bottom: 3rem; }
}

.gstory-cine__crumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.45rem;
  margin-bottom: 1.4rem;
  font-size: 0.82rem;
  color: rgba(255, 255, 255, 0.62);
}

.gstory-cine__crumb a {
  color: rgba(255, 255, 255, 0.78);
  text-decoration: none;
}

.gstory-cine__crumb a:hover { color: #fff; }

.gstory-cine__since {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin: 0 0 1.15rem;
  padding: 0.42rem 0.9rem;
  border-radius: 999px;
  border: 1px solid rgba(16, 165, 245, 0.38);
  background: rgba(16, 165, 245, 0.12);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #d7f0ff;
}

.gstory-cine__title {
  margin: 0;
  max-width: 14ch;
  font-size: clamp(3rem, 7vw, 5.4rem);
  font-weight: 800;
  line-height: 0.95;
  letter-spacing: -0.04em;
  color: #fff;
}

.gstory-cine__sub {
  margin: 1.15rem 0 0;
  max-width: 28rem;
  font-size: clamp(1.2rem, 2.2vw, 1.65rem);
  font-weight: 600;
  line-height: 1.35;
  color: #fff;
}

.gstory-cine__lead {
  margin: 1rem 0 0;
  max-width: 38rem;
  font-size: 1.05rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.82);
}

.gstory-cine__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  margin-top: 1.75rem;
}

.gstory-cine__btn {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.85rem 1.3rem;
  border-radius: 999px;
  font-size: 0.88rem;
  font-weight: 700;
  text-decoration: none;
  transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

.gstory-cine__btn--solid {
  background: #10A5F5;
  color: #041018;
}

.gstory-cine__btn--solid:hover {
  background: #3bb6f8;
  transform: translateY(-1px);
}

.gstory-cine__btn--ghost {
  border: 1px solid rgba(255, 255, 255, 0.28);
  color: #fff;
  background: rgba(255, 255, 255, 0.06);
}

.gstory-cine__btn--ghost:hover {
  border-color: rgba(255, 255, 255, 0.5);
  background: rgba(255, 255, 255, 0.12);
}

.gstory-facts {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0;
  width: 100%;
  max-width: 80rem;
  margin: 0 auto;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(4, 16, 24, 0.55);
  backdrop-filter: blur(12px);
}

@media (min-width: 768px) {
  .gstory-facts { grid-template-columns: repeat(4, 1fr); }
}

.gstory-facts div {
  padding: 1.15rem 1.25rem 1.25rem;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.gstory-facts div:last-child { border-right: none; }

.gstory-facts dt {
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.55);
}

.gstory-facts dd {
  margin: 0.28rem 0 0;
  font-size: 1.15rem;
  font-weight: 800;
  color: #fff;
}

.gstory-timeline {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0;
  border-left: 1px solid var(--gstory-line);
}

.gstory-timeline li {
  position: relative;
  padding: 0 0 2rem 1.6rem;
}

.gstory-timeline li:last-child { padding-bottom: 0; }

.gstory-timeline li::before {
  content: "";
  position: absolute;
  left: -0.38rem;
  top: 0.35rem;
  width: 0.7rem;
  height: 0.7rem;
  border-radius: 50%;
  background: #10A5F5;
  box-shadow: 0 0 0 4px rgba(16, 165, 245, 0.15);
}

.gstory-timeline__when {
  display: inline-block;
  margin-bottom: 0.4rem;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #123D6A;
}

.gstory-timeline h3 {
  margin: 0 0 0.4rem;
  font-size: 1.2rem;
  font-weight: 800;
  color: var(--gstory-navy);
}

.gstory-timeline p {
  margin: 0;
  max-width: 40rem;
  font-size: 0.98rem;
  line-height: 1.65;
  color: var(--gstory-muted);
}

.gstory-indus {
  display: grid;
  gap: 0.75rem;
}

@media (min-width: 640px) {
  .gstory-indus { grid-template-columns: repeat(2, 1fr); }
}

@media (min-width: 1024px) {
  .gstory-indus { grid-template-columns: repeat(3, 1fr); }
}

.gstory-indus a {
  display: grid;
  grid-template-columns: 2.2rem 1fr;
  grid-template-rows: auto auto;
  column-gap: 0.75rem;
  padding: 1.05rem 1.1rem;
  border-radius: 1rem;
  border: 1px solid var(--gstory-line);
  background: #fff;
  text-decoration: none;
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.gstory-indus a:hover {
  transform: translateY(-2px);
  border-color: rgba(16, 165, 245, 0.4);
  box-shadow: 0 14px 30px rgba(11, 31, 58, 0.07);
}

.gstory-indus i {
  grid-row: 1 / span 2;
  align-self: center;
  color: #123D6A;
}

.gstory-indus span {
  font-size: 1rem;
  font-weight: 800;
  color: var(--gstory-navy);
}

.gstory-indus em {
  font-style: normal;
  font-size: 0.75rem;
  font-weight: 600;
  color: #64748b;
}

.gstory-indus__more {
  background: #0B1F3A !important;
  border-color: #0B1F3A !important;
}

.gstory-indus__more span,
.gstory-indus__more em,
.gstory-indus__more i { color: #fff !important; }

.gstory-indus__more em { opacity: 0.72; }

.gstory-tech-foot {
  margin: 1.4rem 0 0;
}

.gstory-tech-foot a {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  font-size: 0.92rem;
  font-weight: 700;
  color: var(--gstory-navy);
  text-decoration: none;
}

.gstory-tech-foot a:hover { color: #10A5F5; }

@media (prefers-reduced-motion: reduce) {
  .gstory-cine__btn { transition: none; }
  .gstory-cine__btn--solid:hover { transform: none; }
}
