/* =========================================================
   GO Global Media — stylesheet
   ========================================================= */

:root {
  --navy-900: #071730;
  --navy-800: #0a2149;
  --navy-700: #0e2c5c;
  --navy-600: #12377a;
  --blue-mid: #123a75;
  --cyan-400: #52e3e0;
  --cyan-300: #8ef0ec;
  --cyan-050: #ddfaf8;
  --ink: #0d1526;
  --gray-700: #3c4657;
  --gray-500: #6b7686;
  --gray-300: #c7cfd9;
  --off-white: #eef8fb;
  --white: #ffffff;
  --radius-lg: 22px;
  --radius-md: 14px;
  --radius-sm: 8px;
  --shadow-card: 0 18px 40px -18px rgba(7, 23, 48, 0.35);
  --container: 1220px;
  --font-head: 'Poppins', 'Segoe UI', sans-serif;
  --font-body: 'Inter', 'Segoe UI', sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: var(--font-body);
  color: var(--ink);
  background: var(--white);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; display: block; }

a { color: inherit; text-decoration: none; }

h1, h2, h3, h4 {
  font-family: var(--font-head);
  font-weight: 800;
  line-height: 1.15;
  margin: 0 0 .5em;
  color: var(--navy-900);
}

p { margin: 0 0 1em; color: var(--gray-700); }

.container {
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 24px;
}

section { padding: 72px 0; }

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 700;
  color: var(--navy-700);
  text-transform: none;
  margin-bottom: 10px;
}
.eyebrow .chev { color: var(--cyan-400); font-weight: 900; }

.section-title {
  font-size: clamp(28px, 4vw, 42px);
}
.section-title .accent { color: var(--cyan-400); }
.section-lead {
  max-width: 640px;
  color: var(--gray-700);
  font-size: 17px;
}
.section-head { margin-bottom: 40px; }
.section-head.with-rule {
  display: flex;
  align-items: center;
  gap: 18px;
}
.section-head.with-rule::after {
  content: "";
  flex: 1;
  height: 2px;
  background: var(--navy-800);
  opacity: .25;
  margin-top: 8px;
}
.section-head.with-rule.rule-left { flex-direction: row-reverse; }
.section-head.with-rule.rule-left::after { margin-top: 8px; }

/* Buttons */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 14px;
  padding: 13px 26px;
  border-radius: 999px;
  border: none;
  cursor: pointer;
  transition: transform .15s ease, box-shadow .15s ease, background .15s ease;
  white-space: nowrap;
}
.btn-cyan {
  background: var(--cyan-400);
  color: var(--navy-900);
}
.btn-cyan:hover { background: var(--cyan-300); transform: translateY(-1px); }
.btn-outline {
  background: transparent;
  color: var(--white);
  border: 2px solid var(--cyan-400);
}
.btn-outline:hover { background: rgba(82,227,224,.12); }
.btn-block { width: 100%; justify-content: center; }
.btn .logo-mark { font-weight: 900; }

/* =========================================================
   Header / Nav
   ========================================================= */
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: transparent;
}
.site-header.on-dark { }
.nav-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 22px 24px;
  max-width: var(--container);
  margin: 0 auto;
}
.logo {
  display: flex;
  flex-direction: column;
  line-height: 1;
  font-family: var(--font-head);
  font-weight: 800;
  font-size: 26px;
  color: var(--white);
}
.logo .go-mark { position: relative; }
.logo .go-mark::after {
  content: "^";
  color: var(--cyan-400);
  font-size: 15px;
  position: relative;
  top: -14px;
  left: 2px;
}
.logo .sub {
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 10px;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--cyan-300);
  margin-top: 2px;
}
.logo.dark, .logo.dark .go-mark, .logo.dark .sub { color: var(--navy-900); }
.logo.dark .sub { color: var(--navy-700); }

.nav-pill {
  display: flex;
  align-items: center;
  gap: 4px;
  background: rgba(82,227,224,.9);
  border-radius: 999px;
  padding: 6px;
}
.nav-pill a {
  padding: 10px 18px;
  border-radius: 999px;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: .04em;
  text-transform: uppercase;
  color: var(--navy-900);
  white-space: nowrap;
}
.nav-pill a .caret { color: inherit; }
.nav-pill a.active, .nav-pill a:hover { background: var(--navy-900); color: var(--cyan-300); }

.nav-right { display: flex; align-items: center; gap: 14px; }
.lang-btn {
  width: 40px; height: 40px;
  border-radius: 50%;
  background: rgba(82,227,224,.9);
  display: flex; align-items: center; justify-content: center;
  color: var(--navy-900);
  font-size: 18px;
  flex-shrink: 0;
}
.lang-switch {
  display: flex;
  align-items: center;
  background: rgba(82,227,224,.9);
  border-radius: 999px;
  padding: 4px;
  gap: 2px;
  flex-shrink: 0;
}
.lang-switch a {
  padding: 8px 12px;
  border-radius: 999px;
  font-weight: 800;
  font-size: 12px;
  color: var(--navy-900);
}
.lang-switch a.active { background: var(--navy-900); color: var(--cyan-300); }
.menu-toggle {
  display: none;
  align-items: center;
  gap: 8px;
  background: rgba(82,227,224,.9);
  color: var(--navy-900);
  border: none;
  border-radius: 999px;
  padding: 10px 18px;
  font-weight: 700;
  font-size: 14px;
  cursor: pointer;
}

.mobile-nav {
  display: none;
  flex-direction: column;
  gap: 6px;
  background: var(--navy-800);
  padding: 10px 20px 22px;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 200;
  box-shadow: 0 24px 40px -16px rgba(0,0,0,.5);
}
.mobile-nav a {
  padding: 12px 8px;
  font-weight: 600;
  color: var(--white);
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.mobile-nav a.active { color: var(--cyan-300); }
.mobile-nav.is-open { display: flex; }

@media (max-width: 900px) {
  .nav-pill { display: none; }
  .menu-toggle { display: inline-flex; }
}

/* =========================================================
   Hero
   ========================================================= */
.hero {
  position: relative;
  min-height: 640px;
  display: flex;
  align-items: center;
  background-size: cover;
  background-position: center;
  overflow: visible;
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(100deg, rgba(4,16,38,.92) 15%, rgba(6,26,58,.72) 55%, rgba(6,26,58,.45) 100%);
}
.site-header { position: absolute; inset: 0 0 auto 0; z-index: 20; }
.hero-inner {
  position: relative;
  z-index: 5;
  max-width: var(--container);
  margin: 0 auto;
  padding: 150px 24px 90px;
  width: 100%;
}
.hero h1 {
  color: var(--white);
  font-size: clamp(34px, 5.6vw, 58px);
  max-width: 680px;
}
.hero h1 .cyan { color: var(--cyan-400); }
.hero h1 .hero-dash {
  display: inline-block;
  width: 120px;
  height: 10px;
  background: var(--cyan-400);
  margin-left: 18px;
  vertical-align: middle;
  transform: skewX(-24deg);
}
.hero p {
  color: #cfe3f2;
  max-width: 520px;
  font-size: 17px;
}
.hero-page {
  min-height: 320px;
}
.hero-page .hero-inner { padding: 130px 24px 60px; }
.hero-page h1 { color: var(--white); font-size: clamp(30px, 4.6vw, 46px); }
.hero-page p { color: #cfe3f2; max-width: 620px; }

.scroll-cue {
  position: absolute;
  bottom: -18px;
  left: 24px;
  width: 40px; height: 40px;
  border-radius: 50%;
  background: var(--cyan-400);
  color: var(--navy-900);
  display: flex; align-items: center; justify-content: center;
  font-weight: 900;
  z-index: 6;
}

/* =========================================================
   Intro / statement blocks
   ========================================================= */
.statement {
  display: grid;
  grid-template-columns: 90px 1fr 1fr;
  gap: 40px;
  align-items: start;
  padding-top: 90px;
}
.statement .section-title { max-width: 460px; color: var(--navy-600); }
.statement .big-arrow {
  font-family: var(--font-head);
  font-weight: 900;
  font-size: 84px;
  line-height: .8;
  color: var(--cyan-400);
}
@media (max-width: 800px) {
  .statement { grid-template-columns: 1fr; }
}

/* =========================================================
   Integrated model cards (home)
   ========================================================= */
.model-sub {
  font-family: var(--font-head);
  font-weight: 700;
  color: var(--navy-800);
  letter-spacing: .02em;
  margin: -20px 0 34px;
  font-size: 20px;
}
.section-title .accent-blue { color: var(--navy-600); }
.title-rule {
  display: flex;
  align-items: center;
  gap: 18px;
}
.title-rule::before {
  content: "";
  width: 120px;
  height: 3px;
  background: var(--navy-600);
  flex-shrink: 0;
}
.card-grid-4 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
}
@media (max-width: 700px) { .card-grid-4 { grid-template-columns: 1fr; } }

.dark-card {
  position: relative;
  border-radius: var(--radius-lg);
  overflow: hidden;
  min-height: 230px;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: flex-end;
  padding: 26px;
  box-shadow: var(--shadow-card);
}
.dark-card::before {
  content: "";
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(4,14,32,.15) 0%, rgba(4,14,32,.92) 88%);
}
.dark-card .arrow-chip {
  position: absolute; top: 18px; right: 18px;
  width: 34px; height: 34px;
  border-radius: 50%;
  background: var(--cyan-400);
  color: var(--navy-900);
  display: flex; align-items: center; justify-content: center;
  font-weight: 900;
  z-index: 2;
}
.dark-card .card-body { position: relative; z-index: 2; }
.dark-card h3 { color: var(--white); font-size: 22px; margin-bottom: 8px; }
.dark-card p { color: #cbd8e6; font-size: 13.5px; margin: 0; }

/* =========================================================
   Industries grid
   ========================================================= */
.industries-band { background: var(--off-white); }
.industry-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr) 1.3fr;
  gap: 18px;
}
@media (max-width: 950px) { .industry-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .industry-grid { grid-template-columns: 1fr; } }

.industry-card {
  background: var(--navy-900);
  border-radius: var(--radius-md);
  min-height: 150px;
  display: flex;
  align-items: flex-end;
  padding: 18px;
  position: relative;
  overflow: hidden;
}
.industry-card span {
  position: relative; z-index: 2;
  color: var(--white);
  font-weight: 700;
  font-size: 14px;
  letter-spacing: .02em;
}
.industry-card::before {
  content: "";
  position: absolute; inset: 0;
  background: linear-gradient(160deg, var(--navy-700), var(--navy-900));
  opacity: .9;
}
.industry-card.has-photo {
  background-size: cover;
  background-position: center;
}
.industry-card.has-photo::before {
  background: linear-gradient(180deg, rgba(7,23,48,.15) 0%, rgba(7,23,48,.85) 92%);
  opacity: 1;
}

.know-card {
  grid-row: span 2;
  border-radius: var(--radius-md);
  background: var(--navy-700) url('../images/know-services-bg.png') right bottom / contain no-repeat;
  padding: 26px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 320px;
}
.know-card h3 { color: var(--white); font-size: 26px; }
.know-card h3 .accent { color: var(--cyan-300); }
@media (max-width: 950px) { .know-card { grid-column: span 2; } }
@media (max-width: 560px) { .know-card { grid-column: span 1; } }

/* =========================================================
   Ecosystem reach (map)
   ========================================================= */
.ecosystem {
  background: var(--navy-900);
  color: var(--white);
  position: relative;
  overflow: hidden;
}
.ecosystem-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
}
@media (max-width: 850px) { .ecosystem-grid { grid-template-columns: 1fr; } }
.ecosystem h2 { color: var(--white); }
.ecosystem h2 .accent { color: var(--cyan-400); }
.ecosystem p { color: #c6d8ea; }
.ecosystem-map { position: relative; }
.ecosystem-map img { width: 100%; }
.ecosystem-map .go-badge {
  position: absolute; left: 6%; bottom: 10%;
  font-family: var(--font-head);
  font-weight: 900;
  font-size: clamp(28px, 5vw, 54px);
  color: var(--white);
}
.ecosystem-map .go-badge::after { content: "^"; color: var(--cyan-400); }

.partners-band {
  background: var(--navy-800);
  color: var(--white);
  text-align: left;
}
.partners-band h3 { color: var(--white); font-size: 22px; }
.partners-band p { color: #c6d8ea; }
.partner-logos {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 30px;
}
.partner-logos .plogo {
  background: var(--white);
  border-radius: var(--radius-sm);
  padding: 18px 26px;
  font-family: var(--font-head);
  font-weight: 800;
  color: var(--navy-900);
  font-size: 17px;
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1 1 200px;
  justify-content: center;
  min-width: 180px;
}
.partner-logos .plogo small {
  display: block;
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 10px;
  color: var(--gray-500);
  text-transform: uppercase;
  letter-spacing: .08em;
}

/* =========================================================
   Work with / testimonial preview card
   ========================================================= */
.workwith-card {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1.3fr;
  background: var(--navy-800);
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-card);
}
.workwith-card .arrow-chip {
  position: absolute; top: 50%; right: 18px;
  transform: translateY(-50%);
  width: 38px; height: 38px;
  border-radius: 50%;
  background: var(--cyan-400);
  color: var(--navy-900);
  display: flex; align-items: center; justify-content: center;
  font-weight: 900;
  z-index: 3;
}
.workwith-card .brand-tag img { height: 26px; width: auto; }
.center-btn { text-align: center; margin-top: 26px; }
.workwith-card img { height: 100%; width: 100%; object-fit: cover; min-height: 220px; }
.workwith-card .wc-body { padding: 36px; color: var(--white); }
.workwith-card .wc-body p { color: #cfe0ee; }
.workwith-card .brand-tag { color: var(--cyan-300); font-weight: 800; display: flex; align-items: center; gap: 8px; margin-bottom: 10px; }
@media (max-width: 700px) { .workwith-card { grid-template-columns: 1fr; } }

/* =========================================================
   CTA band + footer
   ========================================================= */
.cta-band {
  background: var(--navy-900);
  color: var(--white);
}
.cta-flex {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.cta-flex h2 { color: var(--white); margin-bottom: 6px; }
.cta-flex .cta-links {
  display: flex;
  gap: 26px;
  font-weight: 700;
  font-size: 14px;
  color: #b9cbdd;
}
.cta-get {
  display: flex;
  align-items: center;
  gap: 22px;
  flex-wrap: wrap;
}
.cta-get p { color: #b9cbdd; margin: 0; font-weight: 700; }

/* =========================================================
   About — sub-hero band, offer split, team feature cards
   ========================================================= */
.subhero-band {
  background: var(--navy-800);
  color: var(--white);
  padding: 34px 0;
}
.subhero-band h2 { color: var(--white); margin: 0 0 8px; font-size: clamp(22px, 3vw, 32px); }
.subhero-band p { color: #cfe3f2; margin: 0; font-weight: 600; max-width: 900px; }

.offer-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px 60px;
  align-items: start;
}
@media (max-width: 800px) { .offer-split { grid-template-columns: 1fr; } }
.offer-col { display: flex; flex-direction: column; gap: 26px; }
.offer-head { margin-bottom: 8px; }
.offer-head .big { font-family: var(--font-head); font-weight: 800; font-size: clamp(40px, 5vw, 64px); color: var(--navy-900); line-height: 1; }
.offer-head .rest { font-family: var(--font-head); font-weight: 700; font-size: 24px; color: var(--navy-600); line-height: 1.15; }
.offer-row {
  display: grid;
  grid-template-columns: 96px 1fr;
  gap: 16px;
  align-items: center;
  background: var(--white);
  border: 1px solid #e0eef3;
  border-radius: var(--radius-md);
  padding: 14px;
  box-shadow: 0 10px 24px -18px rgba(7,23,48,.35);
}
.offer-row img { width: 96px; height: 78px; object-fit: cover; border-radius: var(--radius-sm); }
.offer-row h4 { margin: 0 0 4px; font-size: 16px; }
.offer-row p { margin: 0; font-size: 13.5px; }

.team-feature {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1.6fr;
  border-radius: var(--radius-lg);
  overflow: hidden;
  background: var(--navy-900);
  color: var(--white);
  box-shadow: var(--shadow-card);
  min-height: 320px;
}
.team-feature.reverse { grid-template-columns: 1.6fr 1fr; }
.team-feature img { width: 100%; height: 100%; object-fit: cover; min-height: 280px; filter: grayscale(1); }
.team-feature .tf-body { position: relative; padding: 40px; overflow: hidden; }
.team-feature .tf-body::before {
  content: attr(data-letter);
  position: absolute;
  right: -10px; top: -30px;
  font-family: var(--font-head);
  font-weight: 800;
  font-size: 260px;
  line-height: 1;
  color: rgba(82,227,224,.14);
  pointer-events: none;
}
.team-feature.blue { background: var(--navy-600); }
.team-feature h4 { color: var(--white); font-size: 24px; margin-bottom: 2px; position: relative; }
.team-feature .role { color: var(--cyan-400); font-weight: 700; display: block; margin-bottom: 14px; position: relative; }
.team-feature p { color: #d6e5f1; font-size: 14.5px; position: relative; }
@media (max-width: 750px) {
  .team-feature, .team-feature.reverse { grid-template-columns: 1fr; }
}

.site-footer {
  background: var(--navy-900);
  color: #b9cbdd;
  padding: 30px 0 40px;
  border-top: 1px solid rgba(255,255,255,.08);
}
.footer-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
}
.footer-flex .logo { font-size: 22px; }
.footer-countries { font-size: 13.5px; }
.copyright {
  text-align: center;
  font-size: 12.5px;
  color: #7c8ea1;
  margin-top: 22px;
  padding-top: 18px;
  border-top: 1px solid rgba(255,255,255,.06);
}

/* =========================================================
   Differential offer (about)
   ========================================================= */
.offer-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 18px;
}
@media (max-width: 950px) { .offer-grid { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 600px) { .offer-grid { grid-template-columns: repeat(2, 1fr); } }
.offer-item { text-align: left; }
.offer-item img {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
  border-radius: var(--radius-md);
  margin-bottom: 14px;
}
.offer-item h4 { font-size: 16px; margin-bottom: 6px; }
.offer-item p { font-size: 13.5px; }

/* Team */
.team-grid { display: flex; flex-direction: column; gap: 30px; }
.team-card {
  display: grid;
  grid-template-columns: 200px 1fr;
  gap: 26px;
  align-items: center;
  background: var(--off-white);
  border-radius: var(--radius-lg);
  padding: 26px;
}
.team-card img { border-radius: var(--radius-md); width: 100%; aspect-ratio: 1/1; object-fit: cover; }
.team-card h4 { font-size: 20px; margin-bottom: 2px; }
.team-card .role { color: var(--navy-700); font-weight: 700; font-size: 13.5px; margin-bottom: 10px; display: block; }
@media (max-width: 650px) { .team-card { grid-template-columns: 1fr; text-align: left; } .team-card img { max-width: 160px; } }

/* Case preview cards (about + cases index-ish) */
.case-grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
@media (max-width: 750px) { .case-grid-2 { grid-template-columns: 1fr; } }
.case-preview {
  border-radius: var(--radius-lg);
  overflow: hidden;
  background: var(--navy-900);
  color: var(--white);
  box-shadow: var(--shadow-card);
}
.case-preview img { width: 100%; height: 190px; object-fit: cover; }
.case-preview .cp-body { padding: 22px; }
.case-preview .tag {
  display: inline-block;
  background: var(--cyan-400);
  color: var(--navy-900);
  font-weight: 700;
  font-size: 11.5px;
  padding: 5px 12px;
  border-radius: 999px;
  margin-bottom: 10px;
}
.case-preview h4 { color: var(--white); font-size: 19px; }
.case-preview p { color: #c6d8ea; font-size: 13.5px; }

/* =========================================================
   Products & Services
   ========================================================= */
.p-grid-2 { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
@media (max-width: 700px) { .p-grid-2 { grid-template-columns: 1fr; } }
.p-grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
@media (max-width: 900px) { .p-grid-3 { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 600px) { .p-grid-3 { grid-template-columns: 1fr; } }

.icon-card {
  background: var(--off-white);
  border-radius: var(--radius-md);
  padding: 26px;
  border: 1px solid #e0eef3;
}
.icon-card .icon-badge {
  width: 44px; height: 44px;
  border-radius: 50%;
  background: var(--navy-900);
  color: var(--cyan-300);
  display: flex; align-items: center; justify-content: center;
  font-weight: 800;
  margin-bottom: 16px;
}
.icon-card h4 { font-size: 17px; margin-bottom: 6px; }
.icon-card p { font-size: 13.5px; margin: 0; }

.photo-card {
  border-radius: var(--radius-md);
  overflow: hidden;
  background: var(--off-white);
  border: 1px solid #e0eef3;
}
.photo-card img { width: 100%; height: 150px; object-fit: cover; }
.photo-card .pc-body { padding: 20px; }
.photo-card h4 { font-size: 16.5px; margin-bottom: 6px; }
.photo-card p { font-size: 13.5px; margin: 0; }

.boutique-strip {
  background: var(--navy-900);
  color: var(--white);
  border-radius: var(--radius-lg);
  padding: 40px;
  display: flex;
  gap: 18px;
  align-items: flex-start;
}
.boutique-strip .chev { color: var(--cyan-400); font-size: 30px; font-weight: 900; }
.boutique-strip p { color: #d6e5f1; font-size: 16px; margin: 0; }

.big-letter {
  font-family: var(--font-head);
  font-weight: 800;
  font-size: 80px;
  color: var(--cyan-300);
  line-height: 1;
  margin-bottom: -10px;
}

/* Packages */
.packages-panel {
  background: var(--navy-900);
  color: var(--white);
  border-radius: var(--radius-lg);
  padding: 40px;
}
.packages-panel h3 { color: var(--white); font-size: 28px; }
.packages-panel .sub { color: #b9cbdd; margin-bottom: 26px; }
.pill-tabs { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 34px; }
.pill-tabs span {
  border: 1px solid rgba(255,255,255,.25);
  border-radius: 999px;
  padding: 9px 18px;
  font-size: 13px;
  color: #dbe9f4;
}
.levels-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-bottom: 30px; }
@media (max-width: 750px) { .levels-grid { grid-template-columns: 1fr; } }
.level-card {
  background: rgba(255,255,255,.05);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: var(--radius-md);
  padding: 22px;
}
.level-card.advanced {
  background: var(--cyan-400);
  color: var(--navy-900);
  border-color: var(--cyan-400);
}
.level-card h4 { font-size: 15px; margin-bottom: 12px; color: inherit; display:flex; align-items:center; gap:8px;}
.level-card ul { margin: 0; padding-left: 18px; font-size: 13.5px; color: inherit; }
.level-card:not(.advanced) h4, .level-card:not(.advanced) ul { color: #e7f1f8; }

.reporting-steps {
  display: flex;
  flex-wrap: wrap;
  background: rgba(255,255,255,.05);
  border-radius: var(--radius-md);
  padding: 18px;
  gap: 10px;
}
.reporting-steps .step {
  flex: 1 1 90px;
  text-align: center;
  font-size: 11.5px;
  color: #dbe9f4;
}
.reporting-steps .step b {
  display: block;
  width: 30px; height: 30px;
  line-height: 30px;
  border-radius: 50%;
  background: var(--cyan-400);
  color: var(--navy-900);
  margin: 0 auto 6px;
  font-size: 13px;
}

/* Numbered feature blocks (guru / editorial lab / newsroom) */
.feature-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 44px;
  align-items: center;
}
@media (max-width: 800px) { .feature-split { grid-template-columns: 1fr; } }
.feature-split img { border-radius: var(--radius-lg); width: 100%; object-fit: cover; box-shadow: var(--shadow-card); }
.feature-split.reverse { direction: rtl; }
.feature-split.reverse > * { direction: ltr; }
.feature-split h3 .accent { color: var(--cyan-400); }
.step-list { list-style: none; margin: 20px 0 0; padding: 0; display: flex; flex-direction: column; gap: 18px; }
.step-list li { display: flex; gap: 16px; }
.step-list .num {
  flex-shrink: 0;
  width: 30px; height: 30px;
  border-radius: 50%;
  background: var(--cyan-400);
  color: var(--navy-900);
  display: flex; align-items: center; justify-content: center;
  font-weight: 800;
  font-size: 13px;
}
.step-list h5 { margin: 0 0 4px; font-size: 15.5px; }
.step-list p { margin: 0; font-size: 13.5px; }

.trio-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 30px; }
@media (max-width: 750px) { .trio-grid { grid-template-columns: 1fr; } }
.trio-card { border-radius: var(--radius-md); overflow: hidden; background: var(--off-white); }
.trio-card img { width: 100%; height: 150px; object-fit: cover; }
.trio-card .tc-body { padding: 18px; }
.trio-card .num-badge {
  display: inline-flex; align-items: center; justify-content: center;
  width: 26px; height: 26px; border-radius: 50%;
  background: var(--navy-900); color: var(--cyan-300); font-weight: 800; font-size: 12px;
  margin-bottom: 10px;
}
.trio-card h5 { font-size: 15px; margin-bottom: 4px; }
.trio-card p { font-size: 13px; margin: 0; }

/* =========================================================
   Cases page
   ========================================================= */
.case-block { padding: 60px 0; border-bottom: 1px solid #e6eef2; }
.case-block:last-of-type { border-bottom: none; }
.case-top { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: center; }
@media (max-width: 800px) { .case-top { grid-template-columns: 1fr; } }
.case-top img { border-radius: var(--radius-lg); width: 100%; height: 340px; object-fit: cover; box-shadow: var(--shadow-card); }
.case-top.img-right { direction: rtl; }
.case-top.img-right > * { direction: ltr; }
.case-tag {
  display: inline-block;
  background: var(--cyan-050);
  color: var(--navy-700);
  font-weight: 700;
  font-size: 12px;
  padding: 6px 14px;
  border-radius: 999px;
  margin-bottom: 12px;
}
.case-bullets { list-style: none; margin: 18px 0 0; padding: 0; }
.case-bullets li { position: relative; padding-left: 22px; margin-bottom: 8px; font-size: 14px; color: var(--gray-700); }
.case-bullets li::before { content: "✓"; position: absolute; left: 0; color: var(--cyan-400); font-weight: 900; }

.stat-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 26px; }
@media (max-width: 700px) { .stat-grid { grid-template-columns: 1fr; } }
.stat-card {
  position: relative;
  border-radius: var(--radius-md);
  overflow: hidden;
  min-height: 130px;
  background-size: cover;
  background-position: center;
  display: flex; align-items: flex-end;
  padding: 16px;
}
.stat-card::before { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(7,23,48,.25), rgba(7,23,48,.88)); }
.stat-card .sc-body { position: relative; z-index: 2; color: var(--white); }
.stat-card .num { font-family: var(--font-head); font-weight: 800; font-size: 26px; color: var(--cyan-300); display: block; }
.stat-card .lbl { font-size: 12px; }

/* =========================================================
   Contact page
   ========================================================= */
.contact-info-bar {
  background: var(--navy-900);
  color: var(--white);
  padding: 22px 0;
}
.contact-info-bar p { color: #dcecf6; margin: 0; font-size: 16px; }

.contact-grid {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 50px;
}
@media (max-width: 850px) { .contact-grid { grid-template-columns: 1fr; } }

.contact-info-list { display: flex; flex-direction: column; gap: 24px; margin-top: 20px; }
.contact-info-list .item { display: flex; gap: 14px; }
.contact-info-list .ico {
  width: 40px; height: 40px; border-radius: var(--radius-sm);
  background: var(--cyan-050);
  color: var(--navy-700);
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
  font-size: 18px;
}
.contact-info-list h5 { margin: 0 0 4px; font-size: 15px; }
.contact-info-list p { margin: 0; font-size: 14px; }

.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
@media (max-width: 560px) { .form-grid { grid-template-columns: 1fr; } }
.form-grid.needs-grid { grid-template-columns: 1fr 1fr; }
.field { display: flex; flex-direction: column; gap: 6px; margin-bottom: 18px; }
.field label { font-weight: 700; font-size: 13.5px; color: var(--navy-900); }
.field label .req { color: #e5556b; }
.field input, .field textarea {
  border: 1px solid #d7e2e8;
  border-radius: var(--radius-sm);
  padding: 13px 16px;
  font-family: var(--font-body);
  font-size: 14px;
  color: var(--ink);
  background: var(--white);
}
.field input:focus, .field textarea:focus { outline: 2px solid var(--cyan-400); border-color: var(--cyan-400); }
.field textarea { min-height: 120px; resize: vertical; }
.check-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-bottom: 18px; }
@media (max-width: 560px) { .check-grid { grid-template-columns: 1fr; } }
.check-item {
  display: flex; align-items: center; gap: 10px;
  border: 1px solid #d7e2e8;
  border-radius: var(--radius-sm);
  padding: 12px 16px;
  font-size: 13.5px;
}
.check-item input { width: 16px; height: 16px; accent-color: var(--cyan-400); }
.form-status { font-size: 13.5px; margin-top: 12px; }
.form-status.ok { color: #1a9c6a; }
.form-status.err { color: #d64545; }

/* Utility */
.text-center { text-align: center; }
.mt-0 { margin-top: 0; }
.hidden { display: none !important; }
                 