/* ─── TOKENS ─────────────────────────────────────────────── */
:root {
  --void: #070608;
  --ink: #100f14;
  --carbon: #1e1c24;
  --slate: #2f2d38;
  --dim: #706c80;
  --mist: #a09cb0;
  --cloud: #e2dded;
  --paper: #f6f4f9;
  --white: #fdfcff;
  --border: #e2d5c4;
  --blush: #fffdec;
  --parchment: #f8f3ec;
  --orange: #e84c02;

  --electric: #5b4ff5;
  --electric-lt: #8b7ff8;
  --electric-dk: #3d32d4;
  --electric-glow: rgba(91, 79, 245, 0.15);

  --amber: #e8a030;
  --amber-lt: #f4c870;
  --coral: #e85f45;
  --rose: #be2c7f;
  --teal: #22b5a0;
  --teal-dk: #1a8f7e;
  --yellow: #e4c35c;
  --yellow-dark: #a98f30;
  --blue: #062bff;

  --grad-hero: linear-gradient(135deg, #070608 0%, #0f0d18 50%, #080612 100%);
  --grad-electric: linear-gradient(135deg, var(--electric) 0%, #8b3ff5 100%);

  --border-dark: rgba(255, 255, 255, 0.08);
  --border-lt: #ddd8e8;
  --shadow-sm: 0 2px 16px rgba(7, 6, 8, 0.08);
  --shadow: 0 8px 40px rgba(7, 6, 8, 0.12);
  --shadow-lg: 0 20px 80px rgba(7, 6, 8, 0.18);
  --glow-e: 0 0 40px rgba(91, 79, 245, 0.3);
}

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html {
  scroll-behavior: smooth;
  font-size: 16px;
}
body {
  font-family: "Neue Haas Grotesk Display Pro";

  background: var(--parchment);

  color: var(--ink);

  line-height: 1.65;

  overflow-x: hidden;
}

@font-face {
  font-family: "Neue Haas Grotesk Display Pro";

  src: url("../fonts/NeueHaasDisplay-Bold.eot");

  src:
    url("../fonts/NeueHaasDisplay-Bold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/NeueHaasDisplay-Bold.woff2") format("woff2"),
    url("../fonts/NeueHaasDisplay-Bold.woff") format("woff"),
    url("../fonts/NeueHaasDisplay-Bold.ttf") format("truetype"),
    url("../fonts/NeueHaasDisplay-Bold.svg#NeueHaasDisplay-Bold") format("svg");

  font-weight: bold;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: "Neue Haas Grotesk Display Pro";

  src: url("../fonts/NeueHaasDisplay-Light.eot");

  src:
    url("../fonts/NeueHaasDisplay-Light.eot?#iefix") format("embedded-opentype"),
    url("../fonts/NeueHaasDisplay-Light.woff2") format("woff2"),
    url("../fonts/NeueHaasDisplay-Light.woff") format("woff"),
    url("../fonts/NeueHaasDisplay-Light.ttf") format("truetype"),
    url("../fonts/NeueHaasDisplay-Light.svg#NeueHaasDisplay-Light") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Neue Haas Grotesk Display Pro";
  src: url("../fonts/NeueHaasDisplay-Mediu.eot");
  src:
    url("../fonts/NeueHaasDisplay-Mediu.eot?#iefix") format("embedded-opentype"),
    url("../fonts/NeueHaasDisplay-Mediu.woff2") format("woff2"),
    url("../fonts/NeueHaasDisplay-Mediu.woff") format("woff"),
    url("../fonts/NeueHaasDisplay-Mediu.ttf") format("truetype"),
    url("../fonts/NeueHaasDisplay-Mediu.svg#NeueHaasDisplay-Mediu") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
h1,
h2,
h3,
h4 {
  font-family: "Neue Haas Grotesk Display Pro";
  line-height: 1.15;
  letter-spacing: -0.01em;
}
a {
  text-decoration: none;
  color: inherit;
}
img {
  max-width: 100%;
  display: block;
}
.container {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 28px;
}

/* ─── NAV ────────────────────────────────────────────────── */
.nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 900;
  background: #000;
  backdrop-filter: blur(16px);
  border-bottom: none;
  padding: 14px 0;
}
.nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.nav-logo {
  font-family: "Syne", sans-serif;
  font-size: 1.2rem;
  font-weight: 800;
  color: var(--white);
  letter-spacing: 0.04em;
}
.nav-logo span {
  color: var(--electric-lt);
}
.nav-pill {
  padding: 5px 14px;
  border-radius: 20px;
  background: rgba(91, 79, 245, 0.2);
  border: 1px solid rgba(91, 79, 245, 0.4);
  font-size: 0.72rem;
  font-weight: 600;
  color: var(--electric-lt);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.nav-actions {
  display: flex;
  gap: 10px;
  align-items: center;
}
.btn-nav-call {
  display: flex;
  align-items: center;
  gap: 6px;

  border: 1.5px solid var(--rose);
  color: var(--rose);

  padding: 8px 18px;
  border-radius: 3px;

  font-size: 0.82rem;
  font-weight: 500;

  transition: all 0.2s;
}

.btn-nav-apply {
  background: var(--rose);
  color: #fff;
  padding: 9px 22px;
  border-radius: 3px;

  font-size: 0.82rem;
  font-weight: 700;

  letter-spacing: 0.05em;
  text-transform: uppercase;
  transition: background 0.2s;
}

.btn-nav-apply:hover {
  background: #971961;
}
.btn-nav-ghost {
  display: flex;
  align-items: center;
  gap: 6px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.8);
  padding: 8px 16px;
  border-radius: 4px;
  font-size: 0.8rem;
  font-weight: 500;
  transition: all 0.2s;
}
.btn-nav-ghost:hover {
  border-color: var(--electric-lt);
  color: var(--white);
}
.btn-nav-cta {
  background: var(--electric);
  color: var(--white);
  padding: 9px 22px;
  border-radius: 4px;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  transition:
    background 0.2s,
    box-shadow 0.2s;
}
.btn-nav-cta:hover {
  background: var(--electric-dk);
  box-shadow: var(--glow-e);
}

/* ─── HERO ───────────────────────────────────────────────── */
.hero {
  min-height: 100vh;
  padding: 120px 0 80px;
  background: url(../images/main-bg.webp) center center no-repeat;
  background-size: cover;
  overflow: hidden;
}
/* animated mesh bg */
.hero-mesh {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(ellipse 55% 45% at 75% 35%, rgba(91, 79, 245, 0.18) 0%, transparent 60%),
    radial-gradient(ellipse 35% 40% at 15% 70%, rgba(139, 63, 245, 0.1) 0%, transparent 55%),
    radial-gradient(ellipse 30% 30% at 90% 80%, rgba(34, 181, 160, 0.07) 0%, transparent 50%);
}
/* grid overlay */
.hero-grid-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
  background-size: 60px 60px;
  mask-image: radial-gradient(ellipse 80% 80% at 50% 50%, black 0%, transparent 75%);
}
.hero-content {
  display: grid;
  grid-template-columns: 1fr 400px;
  gap: 60px;
  align-items: center;
  position: relative;
  z-index: 1;
}
.hero-left {
}

.hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 24px;
}
.eyebrow-live {
  display: flex;
  align-items: center;
  gap: 6px;
}
.live-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--yellow);
  animation: livepulse 1.8s ease infinite;
}
@keyframes livepulse {
  0%,
  100% {
    opacity: 1;
    box-shadow: 0 0 0 0 rgba(139, 127, 248, 0.5);
  }
  50% {
    opacity: 0.7;
    box-shadow: 0 0 0 5px transparent;
  }
}
.eyebrow-live span {
  font-size: 0.72rem;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.hero h1 {
  font-size: clamp(2.8rem, 5.5vw, 5.2rem);
  color: var(--white);
  margin-bottom: 16px;
  line-height: 1.05;
  font-weight: 300;
}
.hero h1 .h1-em {
  display: block;
  font-style: italic;
  font-size: 0.78em;
  margin-top: 4px;
}
.hero-tagline {
  font-size: 1.1rem;
  color: #ffffff;
  font-style: italic;
  margin-bottom: 10px;
  font-weight: 300;
  line-height: 1.6;
}
.hero-tagline strong {
  color: rgba(255, 255, 255, 0.9);
  font-style: normal;
  font-weight: 600;
  font-size: 0.95em;
}
.hero-badge-row {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 20px 0 28px;
  flex-wrap: wrap;
}
.hero-badge {
  padding: 6px 14px;
  border-radius: 3px;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.badge-main {
  background: var(--electric);
  color: var(--white);
}
.badge-outline {
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.7);
}

.hero-domains {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 32px;
}
.domain-pill {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 16px;
  background: #fff;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 6px;
  transition:
    background 0.2s,
    border-color 0.2s;
}

.dp-icon {
  font-size: 1.1rem;
  width: 28px;
  text-align: center;
}
.dp-name {
  font-size: 0.88rem;
  font-weight: 600;
  color: #000000;
}
.dp-tag {
  margin-left: auto;
  font-size: 0.7rem;
  letter-spacing: 0.06em;
}
.hero-stats {
  display: flex;
  gap: 24px;
  padding-top: 24px;
  border-top: 1px solid var(--border);
}
.h-stat-n {
  font-family: "Syne", sans-serif;
  font-size: 32px;
  font-weight: 600;
  color: #ffffff;
  line-height: 1;
}
.h-stat-l {
  font-size: 16px;
  margin-top: 4px;
  font-weight: 300;
  color: #fff;
}

/* ─── HERO FORM ──────────────────────────────────────────── */
.hero-form-card {
  background: rgba(255, 255, 255, 0.97);
  border-radius: 14px;
  padding: 38px 30px;
  box-shadow:
    0 24px 80px rgba(0, 0, 0, 0.4),
    var(--glow-e);
  border: 1px solid rgba(255, 255, 255, 0.15);
}
.hfc-title {
  font-family: "Syne", sans-serif;
  font-size: 1.35rem;
  font-weight: 800;
  color: var(--ink);
  margin-bottom: 4px;
}
.hfc-sub {
  font-size: 0.8rem;
  color: var(--dim);
  margin-bottom: 22px;
}
.fg {
  margin-bottom: 13px;
}
.fg label {
  display: block;
  font-size: 0.72rem;
  font-weight: 700;
  color: var(--slate);
  margin-bottom: 5px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.fg input,
.fg select {
  width: 100%;
  padding: 11px 14px;
  border: 1.5px solid var(--border-lt);
  border-radius: 5px;
  font-family: "DM Sans", sans-serif;
  font-size: 0.9rem;
  color: var(--ink);
  background: var(--paper);
  transition:
    border-color 0.2s,
    background 0.2s;
  appearance: none;
}
.fg input:focus,
.fg select:focus {
  outline: none;
  border-color: var(--electric);
  background: var(--white);
}
.fg input::placeholder {
  color: var(--mist);
}
.btn-form-submit {
  width: 100%;
  padding: 14px;
  background: var(--electric);
  color: var(--white);
  border: none;
  border-radius: 5px;
  font-family: "Syne", sans-serif;
  font-size: 0.92rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  cursor: pointer;
  margin-top: 4px;
  transition:
    background 0.2s,
    transform 0.15s,
    box-shadow 0.2s;
}
.btn-form-submit:hover {
  background: var(--electric-dk);
  transform: translateY(-1px);
  box-shadow: var(--glow-e);
}
.form-trust-row {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 14px;
  justify-content: center;
}
.ftrust {
  font-size: 0.7rem;
  font-weight: 600;
  color: var(--dim);
  display: flex;
  align-items: center;
  gap: 4px;
}
.ftrust::before {
  content: "✓";
  color: var(--teal);
  font-size: 0.75rem;
}

/* ─── TRUST STRIP ────────────────────────────────────────── */
.trust-strip {
  background: var(--carbon);
  padding: 22px 0;
  border-bottom: 1px solid var(--border-dark);
}
.ts-inner {
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-wrap: wrap;
  gap: 16px;
}
.ts-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0 16px;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}
.ts-item:last-child {
  border-right: none;
}
.ts-num {
  font-family: "Syne", sans-serif;
  font-size: 1.5rem;
  font-weight: 800;
  color: var(--electric-lt);
  line-height: 1;
}
.ts-label {
  font-size: 0.73rem;
  color: rgba(255, 255, 255, 0.45);
  margin-top: 2px;
}

/* ─── SHARED ────────────────────────────────────────────── */
.sec-lbl {
  display: inline-block;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 12px;
}
.sec-title {
  font-size: clamp(1.9rem, 3.5vw, 2.8rem);
  font-weight: 300;
  color: var(--ink);
  margin-bottom: 14px;
}
.sec-title em {
  font-style: italic;
  font-weight: 400;
}
.sec-sub {
  font-size: 0.97rem;
  color: #000;
  max-width: 540px;
  line-height: 1.75;
  font-weight: 300;
}
.rule {
  width: 40px;
  height: 3px;
  background: var(--yellow);
  border-radius: 2px;
  margin: 16px 0;
}
.pad {
  padding: 88px 0;
}
.pad-sm {
  padding: 72px 0;
}
.bg-dark {
  background: var(--ink);
}
.bg-carbon {
  background: var(--carbon);
}
.bg-paper {
  background: var(--paper);
}
.bg-white {
  background: var(--white);
}
.bg-slate {
  background: var(--slate);
}

/* ─── COURSE FIT ─────────────────────────────────────────── */
.fit-wrap {
  background: var(--blush);
  color: #000;
}
.fit-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
}
.fit-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 18px;
  margin: 28px 0 36px;
}
.fit-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
}
.fit-check {
  width: 28px;
  height: 28px;
  min-width: 28px;
  border-radius: 50%;
  background: var(--yellow);
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.72rem;
  font-weight: 800;
  margin-top: 1px;
}
.fit-item-text strong {
  display: block;
  font-size: 20px;
  font-weight: 300;
  margin-bottom: 2px;
  line-height: 1.2;
}
.fit-item-text span {
  font-size: 16px;
  color: var(--ash);
  font-weight: 300;
}

.elig-card {
  background: var(--white);
  border-radius: 12px;
  padding: 38px 36px;
  border: 1.5px solid var(--border);
  box-shadow: var(--shadow);
}
.elig-card h3 {
  font-size: 20px;
  margin-bottom: 6px;
}
.elig-card p {
  font-size: 16px;
  margin-bottom: 22px;
  line-height: 1.6;
  font-weight: 300;
}
.elig-row {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 16px;
  background: var(--parchment);
  border-radius: 6px;
  font-size: 16px;
  color: var(--carbon);
  margin: 0 0 10px;
  font-weight: 300;
}
.elig-row:last-of-type {
  margin-bottom: 24px;
}
.elig-icon {
  font-size: 1rem;
  width: 24px;
  text-align: center;
}
.elig-text {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.3;
}
.btn-elig {
  display: block;
  width: 100%;
  padding: 13px;
  background: var(--ink);
  color: var(--white);
  border-radius: 5px;
  text-align: center;
  font-family: "Syne", sans-serif;
  font-size: 0.85rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  transition:
    background 0.2s,
    box-shadow 0.2s;
}
.btn-elig:hover {
  background: var(--carbon);
  box-shadow: var(--glow-e);
}

/* ─── DOMAINS ────────────────────────────────────────────── */
.domains-section {
  background: var(--paper);
}
.domains-intro {
  max-width: 640px;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 56px;
}
.domains-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
}
.domain-card {
  border-radius: 10px;
  overflow: hidden;
  border: 1.5px solid var(--border-lt);
  background: var(--white);
  transition:
    transform 0.25s,
    box-shadow 0.25s,
    border-color 0.25s;
  cursor: default;
}
.domain-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow);
  border-color: var(--electric-lt);
}
.dc-top {
  min-height: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.8rem;
  position: relative;
  overflow: hidden;
}
.dc-top::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.85;
}
.dc-emoji {
  position: relative;
  z-index: 1;
}
.dc-body {
  padding: 20px 18px;
}
.dc-name {
  font-size: 18px;
  font-weight: 800;
  margin-bottom: 6px;
  color: var(--ink);
  line-height: 1.3;
}
.dc-desc {
  font-size: 15px;
  color: #000;
  line-height: 1.5;
  margin-bottom: 12px;
  font-weight: 300;
}
.dc-skills {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}
.dc-skill {
  padding: 3px 8px;
  border-radius: 20px;
  font-size: 0.68rem;
  font-weight: 600;
  color: var(--yellow);
  border: 1px solid rgba(91, 79, 245, 0.2);
}

/* ─── CURRICULUM / LEARN ─────────────────────────────────── */
.curriculum {
  background: var(--yellow);
  background-size: cover;
}
.curr-header {
  text-align: center;
  max-width: 580px;
  margin: 0 auto 52px;
}
.curr-header .sec-title {
  color: #000;
}
.curr-header .sec-sub {
  color: #000;
  margin: 0 auto;
  font-weight: 300;
}
.curriculum .sec-lbl {
  color: #000;
}
.curr-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.curr-card {
  background: #fff;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 10px;
  padding: 28px 24px;
  transition:
    background 0.2s,
    border-color 0.2s,
    transform 0.2s;
}
.curr-card:hover {
  border-color: rgba(91, 79, 245, 0.3);
  transform: translateY(-3px);
}
.cc-num {
  font-family: "Cormorant Garamond", serif;
  font-size: 2.8rem;
  font-weight: 700;
  color: var(--blue);
  line-height: 1;
  margin-bottom: 4px;
}
.cc-icon {
  font-size: 1.5rem;
  margin-bottom: 12px;
  display: block;
}
.cc-title {
  font-size: 20px;
  font-weight: 500;
  color: var(--blue);
  margin-bottom: 8px;
}
.cc-desc {
  font-size: 18px;
  color: #000;
  line-height: 1.35;
  font-weight: 300;
  margin: 0 0 15px;
}
.cc-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.cc-chip {
  padding: 3px 9px;
  border-radius: 3px;
  font-size: 0.68rem;
  font-weight: 700;
  border: 1px solid rgba(91, 79, 245, 0.25);
  color: var(--rose);
  letter-spacing: 0.03em;
}

/* ─── CAREER OUTCOMES ────────────────────────────────────── */
.careers {
  background: var(--paper);
}
.careers-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  align-items: start;
  margin-top: 48px;
}
.role-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin-bottom: 28px;
}
.role-card {
  background: var(--white);
  border: 1.5px solid var(--border-lt);
  border-radius: 8px;
  padding: 20px 18px;
  transition:
    border-color 0.2s,
    transform 0.2s,
    box-shadow 0.2s;
}
.role-card:hover {
  border-color: var(--electric);
  transform: translateY(-2px);
  box-shadow: var(--shadow-sm);
}
.rc-icon {
  font-size: 1.5rem;
  margin-bottom: 8px;
}
.rc-title {
  font-size: 22px;
  font-weight: 300;
  margin-bottom: 4px;
  line-height: 1.1;
}
.rc-desc {
  font-size: 18px;
  color: var(--dim);
  line-height: 1.4;
  font-weight: 300;
}

.scope-panel {
  background: var(--rose);
  border-radius: 12px;
  padding: 34px 30px;
  color: var(--white);
  border: 1px solid var(--border-dark);
}
.scope-panel h3 {
  font-size: 24px;
  font-weight: 300;
  color: var(--white);
  margin-bottom: 20px;
}
.scope-row {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  padding: 14px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}
.scope-row:last-child {
  border-bottom: none;
}
.sr-icon {
  font-size: 1.2rem;
  margin-top: 1px;
}
.sr-head {
  font-size: 18px;
  font-weight: 300;
  color: #fff;
  margin-bottom: 3px;
}
.sr-body {
  font-size: 16px;
  font-weight: 300;
  color: #fff;
  line-height: 1.5;
}
.btn-careers-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 28px;
  background: var(--yellow);
  color: var(--white);
  border-radius: 5px;
  font-family: "Syne", sans-serif;
  font-size: 0.84rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  transition:
    background 0.2s,
    box-shadow 0.2s;
  margin-top: 22px;
}
.btn-careers-cta:hover {
  background: var(--yellow-dark);
  box-shadow: var(--glow-e);
}

/* ─── WHY DIA ─────────────────────────────────────────────── */
.why {
  background: var(--yellow);
}
.why-header {
  text-align: center;
  max-width: 560px;
  margin: 0 auto 52px;
}
.why-header .sec-title {
  color: #000;
}
.why-header .sec-sub {
  color: #000;
  margin: 0 auto;
}
.why-header .sec-lbl {
  color: #000;
}
.why-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.why-card {
  background: #fff;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 10px;
  padding: 30px 26px;
  transition:
    background 0.2s,
    border-color 0.2s,
    transform 0.2s;
}
.why-card:hover {
  border-color: rgba(91, 79, 245, 0.35);
  transform: translateY(-4px);
}
.wc-icon-wrap {
  margin: 0 0 10px;
}
.wc-title {
  font-size: 20px;
  font-weight: 800;
  color: var(--rose);
  margin-bottom: 8px;
  line-height: 1.2;
}
.wc-desc {
  font-size: 16px;
  color: #000;
  line-height: 1.6;
  font-weight: 300;
}
.wc-tag {
  display: inline-block;
  margin-top: 12px;
  padding: 3px 10px;
  border-radius: 3px;
  font-size: 0.68rem;
  font-weight: 700;
  color: var(--rose);
  border: 1px solid rgba(34, 181, 160, 0.25);
  letter-spacing: 0.06em;
}

/* ─── FACILITIES ─────────────────────────────────────────── */
.facilities {
  background: var(--paper);
}
.fac-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
  margin-top: 48px;
}
.fac-card {
  background: var(--white);
  border: 1.5px solid var(--border-lt);
  border-radius: 8px;
  min-height: 270px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  text-align: center;
  padding: 24px 16px;
  gap: 12px;
  position: relative;
  overflow: hidden;
  transition:
    transform 0.2s,
    box-shadow 0.2s,
    border-color 0.2s;
}
.fac-card > img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.fac-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow);
  border-color: var(--electric-lt);
}
.fac-icon {
  font-size: 2rem;
}
.fac-title {
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
  line-height: 1.3;
  position: relative;
  z-index: 2;
  text-transform: uppercase;
}

/* ─── PORTFOLIO / STUDENT WORK ───────────────────────────── */
.portfolio {
  background: var(--rose);
}
.portfolio .sec-sub {
  color: #fff;
}
.port-header {
  text-align: center;
  max-width: 560px;
  margin: 0 auto 48px;
}
.port-header .sec-title {
  color: var(--white);
}
.port-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.port-item {
  border-radius: 10px;
  overflow: hidden;
}
.port-item img {
  width: 100%;
  border-radius: 10px 10px 0 0;
}

/* ─── ADMISSION ──────────────────────────────────────────── */
.admission {
  background: var(--paper);
}
.adm-header {
  text-align: center;
  max-width: 540px;
  margin: 0 auto 56px;
}
.steps-line {
  display: flex;
  align-items: flex-start;
  gap: 0;
  position: relative;
}
.steps-line::after {
  content: "";
  position: absolute;
  top: 34px;
  left: 8%;
  right: 8%;
  height: 1px;
  background: var(--yellow);
  z-index: 0;
  opacity: 0.4;
}
.step-col {
  flex: 1;
  text-align: center;
  padding: 0 16px;
  position: relative;
  z-index: 1;
}
.step-orb {
  width: 68px;
  height: 68px;
  border-radius: 50%;
  background: var(--white);
  border: 2px solid var(--border-lt);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 18px;
  font-family: "Syne", sans-serif;
  font-size: 1.4rem;
  font-weight: 800;
  color: var(--yellow);
  box-shadow: 0 0 0 6px var(--paper);
  transition:
    background 0.2s,
    border-color 0.2s,
    box-shadow 0.2s;
}
.step-col:hover .step-orb {
  background: var(--yellow);
  color: var(--white);
  border-color: var(--yellow);
  box-shadow: 0 0 0 6px var(--electric-glow);
}
.step-title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 6px;
  color: var(--ink);
}
.step-desc {
  font-size: 16px;
  color: #000;
  line-height: 1.55;
  font-weight: 300;
}
.adm-cta {
  text-align: center;
  margin-top: 52px;
}
.btn-adm {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 16px 48px;
  background: var(--ink);
  color: var(--white);
  border-radius: 4px;
  font-family: "Syne", sans-serif;
  font-size: 0.92rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  transition:
    background 0.2s,
    transform 0.15s;
}
.btn-adm:hover {
  background: var(--yellow);
  transform: translateY(-2px);
}

/* ─── TESTIMONIALS ───────────────────────────────────────── */
.testi {
  background: var(--blue);
}
.testi-header {
  text-align: center;
  max-width: 520px;
  margin: 0 auto 52px;
}
.testi-header .sec-title {
  color: var(--white);
}
.testi-header .sec-title em {
  color: var(--yellow);
}
.testi-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
.testi-card {
  background: #fff;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 10px;
  padding: 30px 26px;
  transition: transform 0.2s;
}
.testi-card:hover {
  transform: translateY(-3px);
}
.tq-mark {
  font-size: 4.5rem;
  line-height: 0.8;
  color: var(--yellow);
  margin-bottom: 10px;
  font-family: "Cormorant Garamond", serif;
}
.tq-text {
  font-style: italic;
  font-size: 0.95rem;
  color: #000;
  line-height: 1.75;
  margin-bottom: 22px;
  font-weight: 300;
}
.ta-row {
  display: flex;
  align-items: center;
  gap: 12px;
}
.ta-avatar {
  flex: 0 0 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  color: var(--white);
  font-size: 1rem;
  border-radius: 50%;
  background: var(--yellow);
}
.ta-name {
  font-size: 0.88rem;
  font-weight: 700;
  color: var(--white);
}
.ta-detail {
  font-size: 16px;
  font-weight: 500;
  color: #000;
  line-height: 1.2;
}
.ta-tag {
  display: inline-block;
  margin-top: 5px;
  font-size: 0.68rem;
  font-weight: 700;
  color: var(--yellow);
  letter-spacing: 0.04em;
}

/* ─── FINAL CTA ──────────────────────────────────────────── */
.final {
  padding: 110px 0;
  background: var(--rose);
  text-align: center;
  overflow: hidden;
  position: relative;
}
.final::before {
  content: "DESIGN";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-family: "Syne", sans-serif;
  font-size: 240px;
  font-weight: 800;
  color: rgba(255, 255, 255, 0.02);
  pointer-events: none;
  white-space: nowrap;
  letter-spacing: -0.05em;
}
/* electric circle accent */
.final::after {
  content: "";
  position: absolute;
  width: 600px;
  height: 600px;
  border-radius: 50%;
  border: 1px solid rgba(91, 79, 245, 0.12);
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}
.final-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7px 18px;
  border-radius: 2px;
  background: rgba(91, 79, 245, 0.15);
  border: 1px solid rgba(91, 79, 245, 0.35);
  color: var(--yellow);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 24px;
  position: relative;
  z-index: 1;
}
.blink {
  animation: blink 1.2s steps(1) infinite;
}
@keyframes blink {
  0%,
  100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
.final h2 {
  font-size: clamp(2.2rem, 4.5vw, 4rem);
  color: var(--white);
  margin-bottom: 14px;
  position: relative;
  z-index: 1;
}
.final p {
  color: #fff;
  font-size: 1rem;
  max-width: 500px;
  margin: 0 auto 40px;
  line-height: 1.75;
  position: relative;
  z-index: 1;
  font-weight: 300;
}
.final-btns {
  display: flex;
  gap: 14px;
  justify-content: center;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
}
.btn-final-a {
  padding: 12px 46px;
  background: var(--white);
  color: var(--rose-dk);
  border-radius: 4px;
  font-size: 0.95rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  transition:
    transform 0.2s,
    box-shadow 0.2s;
  display: flex;
  align-items: center;
}
.btn-final-b {
  padding: 12px 46px;
  border: 2px solid rgba(255, 255, 255, 0.4);
  color: var(--white);
  border-radius: 4px;
  font-size: 0.95rem;
  font-weight: 600;
  transition: all 0.2s;
  display: flex;
  align-items: center;
}
.btn-final-b img {
  width: 25px;
}
.btn-final-b:hover {
  border-color: var(--electric-lt);
  background: rgba(91, 79, 245, 0.1);
}
.final-contacts {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
  margin-top: 32px;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
}
.fc-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.84rem;
  color: rgba(255, 255, 255, 0.5);
}
.fc-item a {
  color: rgba(255, 255, 255, 0.85);
  font-weight: 600;
  transition: color 0.2s;
}
.seats-pill {
  margin-top: 28px;
  padding: 14px 28px;
  display: inline-block;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.8rem;
  position: relative;
}
.seats-pill strong {
  color: var(--amber);
}

/* ─── STICKY BAR ─────────────────────────────────────────── */
.sticky-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 800;
  background: rgba(7, 6, 8, 0.97);
  backdrop-filter: blur(16px);
  padding: 12px 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
  border-top: 1px solid rgba(91, 79, 245, 0.4);
  transform: translateY(100%);
  transition: transform 0.4s cubic-bezier(0.2, 0.8, 0.3, 1);
}
.sticky-bar.vis {
  transform: translateY(0);
}
.sb-label {
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.78rem;
}
.sb-label strong {
  color: var(--white);
}
.btn-sb-apply {
  padding: 9px 22px;
  background: var(--rose);
  color: var(--white);
  border-radius: 3px;
  font-family: "Syne", sans-serif;
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  transition: background 0.2s;
}
.btn-sb-apply:hover {
  background: var(--electric-dk);
}
.btn-sb-call {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 9px 16px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.8);
  border-radius: 3px;
  font-size: 0.8rem;
  font-weight: 500;
  transition: all 0.2s;
}
.btn-sb-call:hover {
  border-color: var(--white);
  color: var(--white);
}
.btn-sb-wa {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 9px 16px;
  background: #25d366;
  color: var(--white);
  border-radius: 3px;
  font-size: 0.8rem;
  font-weight: 600;
  transition: background 0.2s;
}
.btn-sb-wa:hover {
  background: #1dba5a;
}

/* ─── FOOTER ─────────────────────────────────────────────── */
footer {
  background: var(--void);
  padding: 38px 0 24px;
  color: rgba(255, 255, 255, 0.35);
}
.footer-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
  padding-bottom: 24px;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}
.footer-logo {
  font-family: "Syne", sans-serif;
  font-size: 1.1rem;
  font-weight: 800;
  color: var(--white);
}
.footer-logo span {
  color: var(--yellow);
}
.footer-nav {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
}
.footer-nav a {
  font-size: 0.78rem;
  color: rgba(255, 255, 255, 0.35);
  transition: color 0.2s;
}
.footer-nav a:hover {
  color: var(--electric-lt);
}
.footer-socials {
  display: flex;
  gap: 8px;
}
.soc {
  width: 32px;
  height: 32px;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.06);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.4);
  transition:
    background 0.2s,
    color 0.2s;
}
.soc:hover {
  background: var(--electric);
  color: var(--white);
}
.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
}
.footer-bottom p {
  font-size: 0.72rem;
}
.footer-addr {
  font-size: 0.72rem;
  color: rgba(255, 255, 255, 0.25);
}

/* ─── RESPONSIVE ─────────────────────────────────────────── */
@media (max-width: 1020px) {
  .hero-content {
    grid-template-columns: 1fr;
    gap: 50px;
  }
  .hero-form-card {
    max-width: 500px;
  }
  .domains-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .curr-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .careers-layout {
    grid-template-columns: 1fr;
  }
  .why-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .fac-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .testi-grid {
    grid-template-columns: 1fr;
  }
  .fit-grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 640px) {
  .hero h1 {
    font-size: 2.6rem;
  }
  .domains-grid {
    grid-template-columns: 1fr 1fr;
  }
  .role-grid {
    grid-template-columns: 1fr;
  }
  .port-grid {
    grid-template-columns: 1fr;
  }
  .curr-grid {
    grid-template-columns: 1fr;
  }
  .why-grid {
    grid-template-columns: 1fr;
  }
  .fac-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .steps-line {
    flex-direction: column;
    gap: 24px;
  }
  .steps-line::after {
    display: none;
  }
  .nav-actions .btn-nav-ghost {
    display: none;
  }
  .final-btns {
    flex-direction: column;
    align-items: center;
  }
  .ts-inner {
    flex-direction: column;
    gap: 14px;
  }
  .ts-item {
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    padding: 10px 0;
  }
  .ts-item:last-child {
    border-bottom: none;
  }
}

/* ─── ANIMATIONS ─────────────────────────────────────────── */
@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(28px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.hero-eyebrow {
  animation: fadeUp 0.5s ease both;
}
.hero h1 {
  animation: fadeUp 0.55s 0.1s ease both;
}
.hero-tagline {
  animation: fadeUp 0.55s 0.18s ease both;
}
.hero-badge-row {
  animation: fadeUp 0.55s 0.24s ease both;
}
.hero-domains {
  animation: fadeUp 0.55s 0.3s ease both;
}
.hero-stats {
  animation: fadeUp 0.55s 0.36s ease both;
}
.hero-form-card {
  animation: fadeUp 0.65s 0.2s ease both;
}

.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition:
    opacity 0.6s ease,
    transform 0.6s ease;
}
.reveal.in {
  opacity: 1;
  transform: translateY(0);
}
.rd1 {
  transition-delay: 0.1s;
}
.rd2 {
  transition-delay: 0.2s;
}
.rd3 {
  transition-delay: 0.3s;
}
.rd4 {
  transition-delay: 0.4s;
}
.rd5 {
  transition-delay: 0.5s;
}

/* FORM CARD */

.form-card {
  background: var(--white);

  border-radius: 12px;

  padding: 38px 32px;

  box-shadow: var(--shadow-lg);

  border: 1px solid var(--border);

  position: sticky;
  top: 100px;
}

.form-card-header {
  margin-bottom: 24px;
}

.form-card-header h3 {
  font-size: 32px;
  font-weight: 400;

  color: var(--black);
  margin-bottom: 4px;
}

.form-card-header p {
  font-size: 0.82rem;
  color: var(--stone);
}

.form-group {
  margin-bottom: 14px;
}

.form-group label {
  display: block;
  font-size: 0.76rem;
  font-weight: 600;

  color: var(--carbon);
  margin-bottom: 5px;

  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.form-group input {
  width: 100%;
  padding: 12px 15px;

  border: 1.5px solid var(--border);
  border-radius: 5px;

  font-family: "Outfit", sans-serif;
  font-size: 0.9rem;

  background: var(--parchment);
  color: var(--ink);

  transition:
    border-color 0.2s,
    background 0.2s;
}

.form-group input:focus {
  outline: none;
  border-color: var(--yellow);

  background: var(--white);
}

.form-group input::placeholder {
  color: var(--stone);
}

.btn-form-apply {
  width: 100%;
  padding: 15px;

  background: var(--rose);
  color: var(--white);

  border: none;
  border-radius: 5px;

  font-family: "Outfit", sans-serif;

  font-size: 0.95rem;
  font-weight: 700;

  letter-spacing: 0.06em;
  text-transform: uppercase;

  cursor: pointer;
  margin-top: 4px;

  transition:
    background 0.2s,
    transform 0.15s;

  position: relative;
  overflow: hidden;
}

.btn-form-apply:hover {
  transform: translateY(-1px);
  background: var(--yellow-dark);
}

.btn-form-apply::after {
  content: "→";
  margin-left: 8px;

  transition: transform 0.2s;
  display: inline-block;
}

.btn-form-apply:hover::after {
  transform: translateX(4px);
}

.form-micro-trust {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;

  margin-top: 14px;
  justify-content: center;
}
.check-elig {
  display: inline-block;
  width: auto;
  padding-left: 20px;
  padding-right: 20px;
}
.micro-badge {
  display: flex;
  align-items: center;
  gap: 5px;

  font-size: 0.71rem;
  font-weight: 600;
  color: var(--ash);
}

.micro-badge::before {
  content: "✓";
  color: var(--rose);
  font-weight: 700;
}

.btn-send-otp {
  white-space: nowrap;

  padding: 6px 17px;

  background: var(--blue);

  color: #fff;

  border: none;

  border-radius: 36px;

  font-size: 0.82rem;

  font-weight: 600;

  cursor: pointer;

  transition:
    background 0.2s,
    opacity 0.2s;

  margin-top: 10px;
}

.btn-send-otp:disabled {
  opacity: 0.6;

  cursor: not-allowed;
}

.btn-send-otp.sent {
  background: #00b894;
}

/* OTP section (hidden until phone submitted) */

.otp-section {
  display: none;

  margin-top: -0.3rem;

  margin-bottom: 1.1rem;

  animation: fadeIn 0.25s ease;
}

.otp-section.active {
  display: block;
}

.otp-row {
  display: flex;

  gap: 8px;
}

.otp-row input {
  flex: 1;

  letter-spacing: 0.2em;

  font-size: 1.1rem;

  text-align: center;
}

.btn-verify-otp {
  white-space: nowrap;

  padding: 0 1rem;

  background: #0984e3;

  color: #fff;

  border: none;

  border-radius: 9px;

  font-size: 0.82rem;

  font-weight: 600;

  cursor: pointer;

  transition:
    background 0.2s,
    opacity 0.2s;
}

.btn-verify-otp:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

.btn-verify-otp.verified {
  background: #00b894;
}

.otp-hint {
  font-size: 0.78rem;

  color: #888;

  margin-top: 0.4rem;
}

.verified-badge {
  display: none;

  align-items: center;

  gap: 6px;

  font-size: 0.82rem;

  font-weight: 600;

  color: #00b894;

  margin-top: 0.5rem;
}

.verified-badge.show {
  display: flex;
}

/* Messages */

.msg {
  font-size: 0.82rem;

  margin-top: 0.4rem;

  padding: 0.45rem 0.7rem;

  border-radius: 7px;

  display: none;
}

.msg.error {
  background: #fff0f0;
  color: #c0392b;
  display: block;
}

.msg.success {
  background: #f0fff8;
  color: #00804a;
  display: block;
}

.msg.info {
  background: #f0f4ff;
  color: #3d5afe;
  display: block;
}

/* Success screen */

.success-screen {
  display: none;

  text-align: center;

  padding: 1.5rem 0;
}

.success-screen.show {
  display: block;
}

.success-screen .tick {
  font-size: 3rem;
  margin-bottom: 1rem;
}

.success-screen h3 {
  font-size: 1.2rem;
  font-weight: 700;
  color: #1a1a2e;
  margin-bottom: 0.5rem;
}

.success-screen p {
  font-size: 0.9rem;
  color: #666;
}

.hero-duration {
  display: inline-flex;
  align-items: center;
  gap: 8px;

  background: #ffffff;
  color: #000;

  padding: 7px 18px;
  border-radius: 2px;

  font-size: 0.78rem;
  font-weight: 600;

  letter-spacing: 0.08em;
  text-transform: uppercase;

  margin-bottom: 20px;
}
.hero-duration {
  animation: fadeUp 0.5s ease both;
}
/* ── TRUST STRIP ─────────────────────────────────────────── */

.trust-strip {
  background: var(--rose);

  padding: 20px 0;
}

.trust-strip-inner {
  display: flex;
  align-items: center;

  justify-content: space-around;
  flex-wrap: wrap;
  gap: 16px;
}

.trust-item {
  display: flex;
  align-items: center;
  gap: 10px;

  padding: 0 20px;

  border-right: 1px solid rgba(255, 255, 255, 0.12);
}

.trust-item:last-child {
  border-right: none;
}

.trust-icon {
  font-size: 1.3rem;
}

.trust-item-text strong {
  display: block;
  font-size: 18px;
  font-weight: 300;
  color: #fff;
  line-height: 22px;
}

.trust-item-text span {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.9);
  font-weight: 300;
}

.port-item .content {
  background: var(--blue);
  color: #fff;
  padding: 20px;
  text-align: center;
  font-weight: 300;
}
.port-item .content .port-title {
  font-size: 22px;
  font-weight: 500;
  margin: 0 0 5px;
}
.portfolio .btn-elig {
  background-color: var(--yellow);
  color: #000;
}

.hero-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 36px;
}
.hero-tag {
  padding: 6px 14px;
  border: none;
  border-radius: 20px;
  font-size: 15px;
  font-weight: 300;
  color: #fff;
  background: #c02c7f;
  display: flex;
  align-items: center;
}
.hero-tag.btn_color1 {
  background: #c02c7f;
}
.hero-tag.btn_color2 {
  background: #aa3c3d;
}
.hero-tag.btn_color3 {
  background: #e4c35c;
}
.hero-tag.btn_color4 {
  background: #e84c02;
}
.hero-tag.btn_color5 {
  background: #007a3d;
}
.hero-tag img {
  max-width: 20px;
  margin-right: 6px;
}
.scope-row .sr-icon {
  width: 40px;
  margin-top: 5px;
}
.domains-section .sec-lbl {
  color: #000;
}
.careers .sec-lbl {
  color: #000;
}
.hero-tags {
  animation: fadeUp 0.5s 0.15s ease both;
}
.role-card .rc-icon img {
  max-height: 40px;
}
.fit-wrap .sec-lbl {
  color: #000;
}
.facilities .sec-lbl {
  color: #000;
}
