@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&family=Outfit:wght@300;400;500;600;700;800&display=swap');

:root {
  --primary: #00b800;
  --primary-light: #4cd964;
  --accent: #00a651;
  --accent-light: #19d45f;
  --gold: #19d45f;
  --sun: #19d45f;
  --cyan: #0ea5e9;
  --dark-900: #08111d;
  --dark-800: #0c1727;
  --dark-700: #102038;
  --dark-600: #172948;
  --text-primary: #eef6ff;
  --text-secondary: #9ab0ca;
  --text-muted: #6f839c;
  --white: #ffffff;
  --gradient-primary: linear-gradient(135deg, #00b800, #19d45f);
  --gradient-hero: linear-gradient(135deg, #08111d 0%, #0c1727 52%, #102038 100%);
  --gradient-card: linear-gradient(135deg, rgba(0,184,0,0.08), rgba(25,212,95,0.1));
  --glass: rgba(255,255,255,0.04);
  --glass-border: rgba(255,255,255,0.08);
  --shadow-glow: 0 0 40px rgba(0,184,0,0.16);
  --radius: 16px;
  --radius-sm: 10px;
  --transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }

html { scroll-behavior: smooth; font-size: 16px; }

body {
  font-family: 'Inter', sans-serif;
  background: var(--dark-900);
  color: var(--text-primary);
  line-height: 1.7;
  overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 { font-family: 'Outfit', sans-serif; line-height: 1.2; }

a { text-decoration: none; color: inherit; transition: var(--transition); }
img { max-width: 100%; display: block; }
ul { list-style: none; }

.container { max-width: 1280px; margin: 0 auto; padding: 0 24px; }

/* ===== BUTTONS ===== */
.btn {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 14px 32px; border-radius: 50px; font-weight: 600;
  font-size: 0.95rem; cursor: pointer; border: none;
  transition: var(--transition); position: relative; overflow: hidden;
}
.btn-primary {
  background: var(--gradient-primary); color: var(--white);
  box-shadow: 0 4px 20px rgba(26,70,229,0.3);
}
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 8px 30px rgba(26,70,229,0.4); }
.btn-outline {
  background: transparent; color: var(--white);
  border: 2px solid rgba(255,255,255,0.2);
}
.btn-outline:hover { border-color: var(--primary); background: rgba(26,70,229,0.1); }

/* ===== SECTION STYLING ===== */
.section { padding: 100px 0; position: relative; }
.section-label {
  display: inline-flex; align-items: center; gap: 8px;
  color: var(--accent-light); font-size: 0.85rem; font-weight: 600;
  text-transform: uppercase; letter-spacing: 3px; margin-bottom: 16px;
}
.section-label::before {
  content: ''; width: 30px; height: 2px;
  background: var(--gradient-primary); border-radius: 2px;
}
.section-title {
  font-size: clamp(2rem, 4vw, 3rem); font-weight: 800;
  margin-bottom: 20px;
}
.section-title span { background: var(--gradient-primary); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.section-subtitle { color: var(--text-secondary); font-size: 1.1rem; max-width: 640px; }

/* ===== TOP BAR ===== */
.offerbar {
  position: relative;
  z-index: 1003;
  background: #071124;
  color: #fff;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}
.offerbar-inner {
  min-height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 6px 16px;
  font-size: 0.88rem;
  font-weight: 800;
  text-align: center;
}
.offer-badge {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding: 3px 10px;
  border-radius: 999px;
  background: #ffc20f;
  color: #06101f;
  text-transform: uppercase;
  font-size: 0.72rem;
}
.offerbar a {
  color: #ffc20f;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.topbar {
  background: #172033;
  color: var(--white);
  font-size: 0.92rem;
  font-weight: 700;
  position: relative;
  z-index: 1002;
}
.topbar-inner {
  min-height: 48px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding: 0 16px;
}
.topbar-left,
.topbar-right,
.topbar-right a {
  display: flex;
  align-items: center;
}
.topbar-left { gap: 10px; }
.topbar-mark { color: var(--sun); animation: trophySwing 2.8s ease-in-out infinite; transform-origin: 50% 80%; }
.topbar-right { gap: 0; }
.topbar-right a {
  gap: 10px;
  min-height: 32px;
  padding: 0 18px;
  border-left: 1px solid rgba(255,255,255,0.16);
  color: var(--white);
}
.topbar-right a:hover { color: var(--accent-light); }
.flag {
  width: 30px;
  height: 30px;
  flex: 0 0 30px;
  border-radius: 50%;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.28);
}
.flag-in {
  background:
    radial-gradient(circle at 50% 50%, #1f47b7 0 9%, transparent 10%),
    linear-gradient(#ff8f2d 0 33%, #fff 33% 66%, #138808 66% 100%);
}
.flag-ae {
  background:
    linear-gradient(90deg, #e31b23 0 32%, transparent 32%),
    linear-gradient(#009a49 0 33%, #fff 33% 66%, #000 66% 100%);
}

/* ===== NAVBAR ===== */
.navbar {
  position: sticky;
  top: 0;
  z-index: 1001;
  background: #00b800;
  border-bottom: 0;
  padding: 0;
  transition: var(--transition);
}
.nav-inner {
  display: flex;
  justify-content: flex-end;
  align-items: stretch;
  min-height: 96px;
  padding: 0 22px 0 0;
  position: relative;
}
.navbar .nav-logo {
  position: absolute;
  left: 0;
  top: 0;
  width: min(320px, 34vw);
  height: 100%;
  display: flex;
  align-items: center;
  padding: 18px 58px 18px 22px;
  background: var(--white);
  clip-path: polygon(0 0, 100% 0, 86% 100%, 0 100%);
}
.navbar .nav-logo img {
  width: 170px;
  max-height: 64px;
  object-fit: contain;
}

.nav-menu {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 28px;
  width: calc(100% - min(320px, 34vw));
}
.has-dropdown > a::after {
  content: '\f107';
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  font-size: 0.68rem;
  margin-top: -2px;
  opacity: 0.92;
}
.nav-item {
  position: relative;
  display: flex;
  align-items: stretch;
}
.nav-item > a {
  display: grid;
  justify-items: center;
  align-content: center;
  gap: 6px;
  min-width: 68px;
  padding: 8px 0;
  border-radius: 0;
  color: var(--white);
  font-size: 0.86rem;
  font-weight: 900;
  text-transform: uppercase;
  line-height: 1;
}
.nav-symbol {
  width: 46px;
  height: 38px;
  display: grid;
  place-items: center;
  font-size: 2.15rem;
  line-height: 1;
  font-family: Georgia, 'Times New Roman', serif;
  font-weight: 700;
  color: var(--white);
  text-shadow: 0 1px 0 rgba(0,0,0,0.12);
  transition: var(--transition);
}
.nav-item > a:hover,
.nav-item > a.active,
.nav-item:hover > a {
  color: var(--white);
  background: transparent;
}
.nav-item > a:hover .nav-symbol,
.nav-item > a.active .nav-symbol,
.nav-item:hover > a .nav-symbol { transform: translateY(-3px); color: #fff; }
.nav-symbol i {
  font-size: 1.85rem;
  line-height: 1;
}
.mega-menu {
  position: absolute;
  top: 100%;
  left: 50%;
  width: min(1040px, calc(100vw - 32px));
  max-height: min(72vh, 620px);
  overflow-y: auto;
  padding: 22px;
  background: #ffffff;
  color: #132238;
  border-radius: 0 0 10px 10px;
  box-shadow: 0 24px 70px rgba(5, 15, 30, 0.24);
  border: 1px solid rgba(12, 24, 42, 0.08);
  transform: translate(-50%, 12px);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
}
.nav-item:hover .mega-menu,
.nav-item:focus-within .mega-menu,
.nav-item.open-dropdown .mega-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translate(-50%, 0);
}
.mega-menu-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding: 0 0 14px;
  margin-bottom: 14px;
  border-bottom: 1px solid #e6ebf2;
  color: #0c1d33;
  font-weight: 900;
  text-transform: uppercase;
}
.mega-menu-heading a {
  color: #00a651;
  font-size: 0.78rem;
  font-weight: 800;
}
.mega-menu-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px 24px;
}
.mega-menu-group h3 {
  color: #00a651;
  font-size: 0.82rem;
  font-weight: 900;
  margin-bottom: 8px;
  text-transform: uppercase;
}
.mega-menu-group li + li { margin-top: 5px; }
.mega-menu-group a {
  display: block;
  color: #283548;
  font-size: 0.84rem;
  font-weight: 700;
  line-height: 1.25;
  padding: 6px 0 6px 16px;
  position: relative;
}
.mega-menu-group a::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.95em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #00b800;
}
.mega-menu-group a:hover {
  color: #00a651;
  padding-left: 20px;
}
.hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  padding: 8px;
  align-self: center;
  margin-left: auto;
}
.hamburger span { width: 24px; height: 2px; background: var(--white); border-radius: 2px; transition: var(--transition); }

/* ===== COLOURMOON STYLE HEADER ===== */
.container-fluid {
  width: 100%;
  /* padding: 0 18px; */
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -8px;
}
.align-items-center { align-items: center; }
.no-gutters { margin: 0; }
.col,
.col-auto {
  padding: 0 8px;
}
.col {
  flex: 1 1 0;
  min-width: 0;
}
.col-auto {
  flex: 0 0 auto;
  width: auto;
}
.d-none { display: none !important; }
.header {
  position: sticky;
  top: 0;
  z-index: 1001;
  background: #00b800;
  min-height: 116px;
  box-shadow: 0 10px 24px rgba(0,0,0,0.12);
}
.header .container-fluid,
.header .row {
  min-height: 116px;
}
.header .container-fluid,
.header .row {
  display: flex;
  align-items: center;
  width: 100%;
}
.header .row {
  flex-wrap: nowrap;
}
.header .col {
  flex: 1 1 auto;
  min-width: 0;
}
.header .col-auto {
  flex: 0 0 auto;
}
.header .d-none {
  display: none !important;
}
.header .img-fluid {
  max-width: 100%;
  height: auto;
}
.header .no-gutters {
  margin: 0;
}
.header .no-gutters > [class*="col"] {
  padding: 0;
}
.logo {
  position: relative;
  /* z-index: 2; */
  width: min(430px, 42vw);
  min-height: 116px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0px 0px 0px 0px;
  background: #fff;
  clip-path: polygon(0 0, 100% 0, 82% 100%, 0 100%);
}
.logo img {
width: 335px;
    max-height: 110px;
  object-fit: contain;
}
.logo .resp-numbers {
  display: flex;
  align-items: center;
  color: #fff;
  margin-left: 2px;
}
.logo .exp {
  display: flex;
  align-items: center;
  gap: 10px;
}
.logo .exp__number {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #00a651;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: rgba(0,166,81,0.08);
  font-size: 0.9rem;
}
.logo .exp__years,
.logo .exp__text {
  display: flex;
  flex-direction: column;
}
.logo .exp__years span {
  text-transform: uppercase;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  color: #152238;
}
.logo .exp__text {
  gap: 4px;
}
.logo .exp__text span {
  display: flex;
  align-items: center;
  gap: 6px;
  white-space: nowrap;
  font-size: 0.8rem;
  font-weight: 800;
  color: #152238;
}
.logo .exp__text img {
  width: 15px;
  flex: 0 0 auto;
}
.Mobile-Menu {
  display: none;
}
.mobile-menu-backdrop {
  display: none;
}
.menu-toggle {
  border: 0;
  background: transparent;
  color: #fff;
  width: 48px;
  height: 48px;
  padding: 0;
  display: grid;
  place-items: center;
  cursor: pointer;
}
.header .Mobile-Menu {
  flex: 0 0 auto;
}
.Desktop-Menu {
  align-self: stretch;
  flex: 0 0 auto;
  margin-left: auto;
  position: static;
}
.menuz,
.menuz > ul,
.menuz > ul > li,
.menuz > ul > li > a {
  height: 100%;
}
.menuz,
.menuz > ul {
  position: relative;
}
.menuz ul {
  list-style: none;
}
.menuz > ul {
  display: flex;
  align-items: stretch;
  justify-content: flex-end;
  gap: 14px;
}
.menuz li {
  position: relative;
}
.menuz > ul > li {
  position: static;
}
.menuz > ul > li > a {
  display: grid;
  align-content: center;
  justify-items: center;
  gap: 6px;
  min-width: 105px;
  color: #fff;
  font-size: 1rem;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
  font-family: 'Outfit', sans-serif;
  letter-spacing: 0.015em;
  padding: 2px 2px 0;
  border-radius: 0;
  transition: transform 0.22s ease;
}
.menuz > ul > li > a i {
  font-size: 1.86rem;
  line-height: 1;
  transition: transform 0.22s ease;
}
.menuz > ul > li > a strong {
  font: inherit;
}
.menuz > ul > li:hover > a,
.menuz > ul > li:focus-within > a {
  transform: translateY(-1px);
}
.menuz > ul > li:hover > a i,
.menuz > ul > li:focus-within > a i {
  transform: translateY(-4px);
}
.menuz > ul > li > ul {
  position: fixed;
  top: var(--dropdown-top, 116px);
  left: 0;
  right: 0;
  width: 100vw;
  max-height: min(74vh, 650px);
  overflow: auto;
  padding: 22px 18px 24px;
  background: rgba(12, 23, 39, 0.99);
  color: #fff;
  border-radius: 0;
  box-shadow: 0 28px 80px rgba(5,15,30,0.34);
  border: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(10px);
  transition: opacity 0.18s ease, transform 0.18s ease, visibility 0.18s ease;
}
.menuz > ul > li:hover > ul,
.menuz > ul > li:focus-within > ul,
.menuz li.open-submenu > ul {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}
.menuz > ul > li > ul.false {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 0;
  width: 100%;
}
.menuz > ul > li > ul.true {
  display: grid;
  grid-template-columns: repeat(3, minmax(220px, 1fr));
  gap: 6px 18px;
  width: 100%;
}
.menuz > ul > li > ul.true.single-group {
  grid-template-columns: repeat(3, minmax(220px, 1fr));
}
.menuz > ul > li > ul.services-dropdown {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
  padding: 24px clamp(18px, 4vw, 68px) 28px;
  overflow-x: hidden;
}
.menuz > ul > li > ul.services-dropdown > li {
  min-width: 0;
  padding: 8px 12px 14px;
  background: rgba(255,255,255,0.035);
  border-top: 3px solid #19d45f;
  border-radius: 6px;
}
.menuz > ul > li > ul.services-dropdown > li > a {
  min-height: 54px;
  padding: 6px 4px 10px;
  font-size: 0.78rem;
  line-height: 1.3;
}
.menuz > ul > li > ul.services-dropdown > li > a i {
  flex: 0 0 26px;
}
.menuz > ul > li > ul.services-dropdown > li:hover > a {
  background: transparent;
}
.menuz > ul > li > ul.services-dropdown > li > ul > li > a {
  min-height: 42px;
  padding: 9px 5px;
  font-size: 0.88rem;
  line-height: 1.3;
}
.menuz > ul > li > ul > li > a,
.menuz > ul > li > ul > li > ul > li > a {
  display: flex;
  align-items: center;
  gap: 10px;
  color: rgba(255,255,255,0.86);
  font-weight: 800;
  line-height: 1.25;
  font-family: 'Outfit', sans-serif;
}
.menuz > ul > li > ul > li > a {
  min-height: 58px;
  padding: 8px 12px 10px;
  border-radius: 0;
  font-size: 0.88rem;
  letter-spacing: 0.02em;
  text-transform: none;
}
.menuz > ul > li > ul > li > a i {
  width: 30px;
  color: #16c15f;
  font-size: 1.18rem;
  text-align: center;
}
.menuz > ul > li > ul > li:hover > a {
  background: rgba(255,255,255,0.05);
  color: #fff;
}
.menuz > ul > li > ul.true > li > a {
  color: #19d45f;
  background: transparent;
  text-transform: uppercase;
  font-size: 0.74rem;
  letter-spacing: 0.04em;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}
.menuz > ul > li > ul.true.single-group > li > a {
  min-height: 48px;
  color: rgba(255,255,255,0.86);
  text-transform: none;
  font-size: 0.96rem;
  letter-spacing: 0;
  border-bottom: 0;
}
.menuz > ul > li > ul.true.single-group > li:hover > a {
  background: rgba(255,255,255,0.06);
  color: #fff;
}
.menuz > ul > li > ul.false > li > ul {
  display: none;
}
.menuz > ul > li > ul.true > li > ul {
  display: grid;
  gap: 0;
  margin-top: 6px;
  padding-left: 0;
}
.menuz > ul > li > ul > li > ul > li > a {
  padding: 10px 10px 7px 8px;
  border-radius: 0;
  color: rgba(255,255,255,0.72);
  font-size: 1rem;
  font-weight: 500;
}
.menuz > ul > li > ul > li > ul > li > a i {
  width: 22px;
  color: #19d45f;
  font-size: 0.9rem;
  text-align: center;
}
.menuz > ul > li > ul > li > ul > li > a:hover {
  background: rgba(255,255,255,0.06);
  color: #fff;
}

/* ===== HERO ===== */
.hero {
  min-height: 820px;
  display: flex;
  align-items: flex-start;
  background:
    radial-gradient(circle at 50% 58%, rgba(72,104,154,0.5), transparent 26%),
    linear-gradient(180deg, #090f22 0%, #182642 55%, #334a70 100%);
  position: relative;
  overflow: hidden;
  isolation: isolate;
}
.hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 4% 34%, #fff 0 1px, transparent 2px),
    radial-gradient(circle at 14% 20%, #fff 0 1px, transparent 2px),
    radial-gradient(circle at 26% 42%, #fff 0 1.5px, transparent 2.5px),
    radial-gradient(circle at 41% 17%, #fff 0 1px, transparent 2px),
    radial-gradient(circle at 56% 31%, #fff 0 1.5px, transparent 2.5px),
    radial-gradient(circle at 72% 22%, #fff 0 1px, transparent 2px),
    radial-gradient(circle at 91% 38%, #fff 0 1.5px, transparent 2.5px);
  background-size: 230px 170px;
  opacity: 0.82;
  z-index: -2;
  animation: starDrift 34s linear infinite;
}
.hero::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -350px;
  width: 148vw;
  height: 640px;
  min-height: 0;
  background: var(--white);
  border-radius: 0 0 50% 50%;
  transform: translateX(-50%) rotate(180deg);
  z-index: -1;
}
.stars {
  position: absolute;
  inset: 0;
  z-index: -2;
  background-image:
    radial-gradient(#fff 0.8px, transparent 1px),
    radial-gradient(#fff 1.2px, transparent 1.8px);
  background-size: 98px 98px, 157px 157px;
  background-position: 22px 18px, 77px 42px;
  opacity: 0.62;
  animation: twinkle 4s ease-in-out infinite alternate;
}
.hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  width: min(1180px, 100%);
  margin: 0 auto;
  padding: 104px 24px 0;
}

.hero-heading { position: relative; z-index: 9; min-height: 132px; text-align: center; }
.hero-kicker {
  color: #f7f7f7;
  font-family: 'Outfit', sans-serif;
  font-size: clamp(2rem, 3.2vw, 2.7rem);
  font-weight: 900;
  line-height: 1.05;
  text-shadow: 0 3px 0 rgba(0,0,0,0.14);
}
.hero-type {
  display: inline-flex;
  align-items: center;
  min-width: 210px;
  margin-top: 22px;
  color: #ffc20f;
  font-family: 'Outfit', sans-serif;
  font-size: clamp(2.6rem, 5vw, 4rem);
  font-weight: 900;
  line-height: 0.95;
}
.hero-type::after {
  content: '';
  width: 4px;
  height: 0.92em;
  margin-left: 8px;
  background: #fff;
  animation: cursorBlink 0.8s steps(2, start) infinite;
}
.hero-showcase {
  position: relative;
  min-height: 560px;
  margin: 0 auto;
}
.experience-card {
  position: relative;
  z-index: 7;
  width: min(342px, 80vw);
  height: 486px;
  margin: 0 auto;
  padding: 44px 24px 0;
  background: linear-gradient(180deg, #fff 0%, #f7f7f7 100%);
  border-radius: 40px 40px 8px 8px;
  box-shadow: 0 22px 42px rgba(0,0,0,0.22), inset 0 0 0 1px rgba(0,0,0,0.06);
  overflow: hidden;
  animation: cardFloat 5.5s ease-in-out infinite;
}
.experience-card::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(110deg, transparent 0 34%, rgba(255,255,255,0.72) 45%, transparent 56% 100%);
  transform: translateX(-120%);
  animation: cardSheen 4.8s ease-in-out infinite;
}
.experience-number {
  color: var(--gold);
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(5.2rem, 10vw, 7.2rem);
  line-height: 0.9;
}
.experience-number span { font-size: 0.42em; vertical-align: middle; }
.experience-label {
  color: var(--gold);
  font-size: 1.32rem;
  font-weight: 500;
  line-height: 1.12;
  text-transform: uppercase;
  margin-top: 12px;
}
.experience-avatar {
  position: relative;
  width: 176px;
  height: 188px;
  margin: 18px auto 0;
  display: block;
  border-radius: 44% 44% 12px 12px;
  background:
    linear-gradient(90deg, transparent 0 26%, #f6a75f 27% 36%, transparent 37% 63%, #f6a75f 64% 73%, transparent 74%),
    linear-gradient(#33383d 66%, #2f3439 67% 100%);
  overflow: hidden;
}
.experience-avatar i { font-size: 5.3rem; color: #fff; filter: drop-shadow(0 8px 0 rgba(0,0,0,0.18)); }
.mascot {
  position: relative;
  width: 176px;
  height: 188px;
}
.mascot-hair {
  position: absolute;
  left: 38px;
  top: 2px;
  width: 100px;
  height: 70px;
  background: #332422;
  border-radius: 52px 52px 36px 36px;
  transform: rotate(-3deg);
  box-shadow: -18px 28px 0 -16px #332422, 16px 28px 0 -16px #332422;
}
.mascot-eye {
  position: absolute;
  top: 72px;
  width: 48px;
  height: 48px;
  background: #fff;
  border-radius: 50%;
  box-shadow: inset 0 0 0 1px rgba(0,0,0,0.08), 0 5px 0 rgba(246,167,95,0.55);
}
.mascot-eye::after {
  content: '';
  position: absolute;
  left: 19px;
  top: 20px;
  width: 10px;
  height: 10px;
  background: #080b10;
  border-radius: 50%;
}
.eye-left { left: 34px; }
.eye-right { right: 34px; }
.mascot-smile {
  position: absolute;
  left: 69px;
  top: 128px;
  width: 38px;
  height: 18px;
  border-bottom: 5px solid #fff;
  border-radius: 0 0 28px 28px;
}
.tech-orbit {
  position: absolute;
  left: 50%;
  top: 170px;
  z-index: 5;
  width: min(1120px, 92vw);
  height: 290px;
  transform: translateX(-50%);
  pointer-events: none;
}
.tech-tile {
  position: absolute;
  z-index: 3;
  left: var(--x);
  top: var(--y);
  width: 70px;
  height: 70px;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 2px;
  background: #fff;
  border-radius: 14px;
  color: var(--primary);
  box-shadow: 0 14px 24px rgba(0,0,0,0.22);
  transform: rotate(var(--tilt));
  animation: badgeFloat 4.8s ease-in-out infinite;
  animation-delay: var(--delay);
}
.tech-tile span { color: #565d66; font-size: 0.52rem; line-height: 1; }
.tech-tile .tech-symbol {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border: 2px solid currentColor;
  border-radius: 10px;
  color: currentColor;
  font-size: 1.22rem;
  font-family: 'Outfit', sans-serif;
  font-weight: 900;
  line-height: 1;
}
.tile-1 { --x: 3%; --y: 210px; --tilt: -34deg; --delay: -0.3s; color: #08a60a; }
.tile-2 { --x: 16%; --y: 132px; --tilt: -24deg; --delay: -1.1s; color: #1269d3; }
.tile-3 { --x: 29%; --y: 82px; --tilt: -14deg; --delay: -0.6s; color: #12a71a; }
.tile-4 { --x: 40%; --y: 62px; --tilt: -8deg; --delay: -1.5s; color: #1269d3; }
.tile-5 { --x: 57%; --y: 62px; --tilt: 10deg; --delay: -0.9s; color: #08a60a; }
.tile-6 { --x: 68%; --y: 92px; --tilt: 16deg; --delay: -1.8s; color: #1269d3; }
.tile-7 { --x: 80%; --y: 146px; --tilt: 24deg; --delay: -0.4s; color: #08a60a; }
.tile-8 { --x: 92%; --y: 222px; --tilt: 34deg; --delay: -1.3s; color: #08a60a; }
.tile-9, .tile-10, .tile-11, .tile-12 { display: none; }
.green-hill {
  position: absolute;
  left: 50%;
  bottom: -74px;
  border-radius: 50% 50% 0 0;
  transform: translateX(-50%);
  animation: hillRise 1.2s cubic-bezier(0.2, 0.8, 0.25, 1) both;
}
.hill-back {
  z-index: 1;
  width: 82%;
  height: 260px;
  background: #03b000;
}
.hill-mid {
  z-index: 2;
  width: 66%;
  height: 182px;
  background: #55c952;
  bottom: -58px;
}
.hill-front {
  z-index: 5;
  width: 54%;
  height: 126px;
  background: #00ad0a;
  bottom: -42px;
}
.hero-down {
  position: absolute;
  left: 50%;
  bottom: -74px;
  z-index: 12;
  width: 70px;
  height: 70px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #ffc20f;
  color: #030712;
  font-size: 2.2rem;
  box-shadow: 0 12px 28px rgba(0,0,0,0.18);
  transform: translateX(-50%);
}
.hero-down:hover { transform: translateX(-50%) translateY(4px); }
@keyframes trophySwing {
  0%, 100% { transform: rotate(0deg); }
  35% { transform: rotate(-9deg); }
  70% { transform: rotate(8deg); }
}
@keyframes starDrift {
  from { background-position: 0 0; }
  to { background-position: 230px 170px; }
}
@keyframes twinkle {
  from { opacity: 0.36; }
  to { opacity: 0.78; }
}
@keyframes heroWord {
  0%, 100% { transform: translateY(0); color: #fff; }
  50% { transform: translateY(-5px); color: var(--accent-light); }
}
@keyframes cursorBlink {
  0%, 45% { opacity: 1; }
  46%, 100% { opacity: 0; }
}
@keyframes cardFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-16px); }
}
@keyframes cardSheen {
  0%, 45% { transform: translateX(-120%); }
  70%, 100% { transform: translateX(120%); }
}
@keyframes badgeFloat {
  0%, 100% { transform: translateY(0) rotate(var(--tilt)); }
  50% { transform: translateY(-14px) rotate(calc(var(--tilt) + 5deg)); }
}
@keyframes hillRise {
  from { transform: translate(-50%, 80px); opacity: 0; }
  to { transform: translate(-50%, 0); opacity: 1; }
}
@keyframes float { 0%, 100% { transform: translate(0, 0); } 50% { transform: translate(30px, -30px); } }

/* ===== HERO REDESIGN ===== */
.hero {
  min-height: 760px;
  display: block;
  padding: 0;
  background:
    radial-gradient(circle at 50% 15%, rgba(49, 191, 255, 0.42), transparent 22%),
    radial-gradient(circle at 24% 28%, rgba(141, 68, 255, 0.42), transparent 28%),
    linear-gradient(180deg, #071124 0%, #10294f 52%, #24688e 100%);
  overflow: hidden;
}
.hero::before {
  display: none;
}
.hero::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -330px;
  width: 150vw;
  height: 520px;
  background: #fff;
  border-radius: 50% 50% 0 0;
  transform: translateX(-50%);
  z-index: 1;
}
#stars,
#stars2,
#stars3 {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}
#stars {
  background-image: radial-gradient(#fff 1px, transparent 1.5px);
  background-size: 88px 88px;
  opacity: 0.56;
  animation: starDrift 42s linear infinite;
}
#stars2 {
  background-image: radial-gradient(rgba(255,255,255,0.9) 1.4px, transparent 2px);
  background-size: 146px 146px;
  background-position: 36px 18px;
  opacity: 0.48;
  animation: starDrift 58s linear infinite reverse;
}
#stars3 {
  background-image: radial-gradient(rgba(255,255,255,0.75) 2px, transparent 3px);
  background-size: 240px 240px;
  background-position: 100px 70px;
  opacity: 0.34;
  animation: twinkle 3.2s ease-in-out infinite alternate;
}
.hero-shape {
  position: absolute;
  z-index: 2;
  border-radius: 50%;
  background: rgba(255,255,255,0.12);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.16);
  pointer-events: none;
}
.hero-shape-one {
  width: 92px;
  height: 92px;
  left: 14%;
  top: 22%;
}
.hero-shape-two {
  width: 54px;
  height: 54px;
  right: 18%;
  top: 30%;
}
.hero-content {
  position: relative;
  z-index: 3;
  padding-top: 72px;
  min-height: 760px;
}
.hero-heading {
  position: relative;
  z-index: 8;
  min-height: 130px;
}
.hero-heading h1 {
  margin: 0;
  color: #fff;
  font-family: 'Outfit', sans-serif;
  font-size: clamp(2.6rem, 5.2vw, 5.1rem);
  font-weight: 500;
  line-height: 1.04;
  letter-spacing: 0;
  text-align: center;
  text-shadow: 0 10px 26px rgba(0,0,0,0.28);
}
.hero-heading strong {
  color: #ffe055;
  font-weight: 900;
}
.typing-cursor {
  display: inline-block;
  width: 4px;
  height: 0.82em;
  margin-left: 8px;
  vertical-align: -0.08em;
  background: #fff;
  animation: cursorBlink 0.8s steps(2, start) infinite;
}
.hero-showcase {
  position: relative;
  min-height: 560px;
  margin-top: -8px;
}
.hero-tech-art {
  position: absolute;
  left: 50%;
  top: 56px;
  z-index: 2;
  width: min(840px, 84vw);
  height: 420px;
  transform: translateX(-50%);
  border-radius: 50%;
  overflow: hidden;
  opacity: 0.78;
  filter: saturate(1.15) contrast(1.05);
  -webkit-mask-image: radial-gradient(ellipse at center, #000 0 58%, transparent 78%);
  mask-image: radial-gradient(ellipse at center, #000 0 58%, transparent 78%);
}
.hero-tech-art img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.hero-phone-wrap {
  position: absolute;
  left: 50%;
  top: 86px;
  z-index: 6;
  width: 290px;
  height: 468px;
  transform: translateX(-50%);
  animation: cardFloat 5.5s ease-in-out infinite;
}
.hero-phone {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 18px;
  border-radius: 42px;
  background: linear-gradient(145deg, #eff7ff, #9cc5ff 45%, #285b9e);
  box-shadow: 0 28px 54px rgba(0,0,0,0.35), inset 0 0 0 2px rgba(255,255,255,0.52);
}
.phone-speaker {
  width: 72px;
  height: 8px;
  margin: 0 auto 16px;
  border-radius: 999px;
  background: rgba(8,24,48,0.35);
}
.phone-screen {
  position: relative;
  height: calc(100% - 24px);
  border-radius: 30px;
  overflow: hidden;
  background:
    radial-gradient(circle at 68% 18%, rgba(255,224,85,0.7), transparent 22%),
    linear-gradient(180deg, #071b3e, #102d65 48%, #06b000 49%, #09911d 100%);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.16);
}
.phone-screen::before,
.phone-screen::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -84px;
  width: 150%;
  height: 180px;
  border-radius: 50% 50% 0 0;
  transform: translateX(-50%);
}
.phone-screen::before { background: #67d85f; z-index: 1; }
.phone-screen::after { width: 120%; height: 132px; background: #03b000; z-index: 2; }
.app-card {
  position: absolute;
  z-index: 3;
  left: 28px;
  right: 28px;
  top: 58px;
  display: grid;
  gap: 7px;
  padding: 20px;
  border-radius: 22px;
  background: rgba(255,255,255,0.9);
  color: #10203c;
  box-shadow: 0 18px 28px rgba(0,0,0,0.18);
}
.app-card span {
  width: 48px;
  height: 48px;
  border-radius: 16px;
  background: linear-gradient(135deg, #04b000, #ffe055);
}
.app-card strong { font-size: 1.7rem; line-height: 1; }
.app-card small { color: #667085; font-weight: 700; }
.app-grid {
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: 62px;
  z-index: 4;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}
.app-grid span {
  aspect-ratio: 1;
  border-radius: 12px;
  background: rgba(255,255,255,0.82);
  box-shadow: 0 10px 16px rgba(0,0,0,0.12);
}
.tech-orbit {
  top: 132px;
  z-index: 7;
  width: min(1040px, 92vw);
  height: 320px;
}
.tech-tile {
  width: 82px;
  height: 82px;
  border-radius: 50%;
  background: rgba(255,255,255,0.96);
  color: #04b000;
  box-shadow: 0 16px 30px rgba(0,0,0,0.25);
}
.tech-tile span {
  color: #364152;
  font-size: 0.58rem;
  font-weight: 800;
}
.tech-tile .tech-symbol {
  width: 42px;
  height: 42px;
  border: 0;
  color: currentColor;
  font-size: 1.72rem;
}
.tile-1 { --x: 1%; --y: 222px; --tilt: -28deg; --delay: -0.3s; color: #04b000; }
.tile-2 { --x: 13%; --y: 128px; --tilt: -18deg; --delay: -1.1s; color: #dd1b16; }
.tile-3 { --x: 27%; --y: 72px; --tilt: -10deg; --delay: -0.6s; color: #fff; }
.tile-4 { --x: 41%; --y: 34px; --tilt: -5deg; --delay: -1.5s; color: #61dafb; }
.tile-5 { --x: 56%; --y: 42px; --tilt: 8deg; --delay: -0.9s; color: #3c873a; }
.tile-6 { --x: 69%; --y: 86px; --tilt: 15deg; --delay: -1.8s; color: #777bb4; }
.tile-7 { --x: 82%; --y: 150px; --tilt: 23deg; --delay: -0.4s; color: #21759b; }
.tile-8 { --x: 94%; --y: 238px; --tilt: 32deg; --delay: -1.3s; color: #7952b3; }
.hero-down {
  bottom: 72px;
  z-index: 10;
  width: 62px;
  height: 62px;
  background: #04b000;
  color: #fff;
  font-size: 1.65rem;
}

/* ===== SERVICE TABS ===== */
.services { background: var(--dark-900); }
.services-header { text-align: center; margin-bottom: 50px; }
.services-header .section-subtitle { margin: 0 auto; }

.tab-nav {
  display: flex; justify-content: center; gap: 8px;
  margin-bottom: 48px; flex-wrap: wrap;
}
.tab-btn {
  padding: 12px 28px; border-radius: 50px; border: 1px solid var(--glass-border);
  background: var(--glass); color: var(--text-secondary); font-weight: 500;
  cursor: pointer; font-size: 0.9rem; transition: var(--transition);
  font-family: 'Inter', sans-serif;
}
.tab-btn:hover { border-color: var(--primary); color: var(--white); }
.tab-btn.active {
  background: var(--gradient-primary); color: var(--white);
  border-color: transparent; box-shadow: 0 4px 20px rgba(26,70,229,0.3);
}

.tab-content { display: none; }
.tab-content.active { display: block; animation: fadeUp 0.5s ease; }
@keyframes fadeUp { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: translateY(0); } }

.services-grid {
  display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 24px;
}
.service-card {
  background: var(--glass); border: 1px solid var(--glass-border);
  border-radius: var(--radius); padding: 32px; transition: var(--transition);
  position: relative; overflow: hidden;
}
.service-card::before {
  content: ''; position: absolute; top: 0; left: 0; right: 0;
  height: 3px; background: var(--gradient-primary); opacity: 0;
  transition: var(--transition);
}
.service-card:hover { transform: translateY(-4px); border-color: rgba(26,70,229,0.3); box-shadow: var(--shadow-glow); }
.service-card:hover::before { opacity: 1; }
.service-card .icon {
  width: 56px; height: 56px; border-radius: 14px;
  background: var(--gradient-card); display: flex;
  align-items: center; justify-content: center; margin-bottom: 20px;
  font-size: 1.5rem;
}
.service-card h3 { font-size: 1.15rem; font-weight: 700; margin-bottom: 12px; }
.service-card p { color: var(--text-secondary); font-size: 0.9rem; line-height: 1.6; }

/* ===== ABOUT ===== */
.about { background: var(--dark-800); }
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.about-image { position: relative; }
.about-image img { border-radius: var(--radius); box-shadow: var(--shadow-glow); }
.about-image::after {
  content: ''; position: absolute; inset: -8px; border-radius: 20px;
  border: 2px solid rgba(26,70,229,0.15); z-index: -1;
}
.about-text .section-subtitle { max-width: 100%; margin-bottom: 28px; }

/* ===== STATS ===== */
.stats-bar {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px;
  margin-top: 50px;
}
.stat-item { text-align: center; }
.stat-number {
  font-family: 'Outfit', sans-serif; font-size: 2.8rem;
  font-weight: 800; background: var(--gradient-primary);
  -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.stat-label { color: var(--text-secondary); font-size: 0.9rem; margin-top: 4px; }

/* ===== HOW WE WORK ===== */
.how-we-work { background: var(--dark-900); }
.how-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: start; }
.process-steps { display: flex; flex-direction: column; gap: 28px; }
.step {
  display: flex; gap: 20px; padding: 24px; border-radius: var(--radius);
  background: var(--glass); border: 1px solid var(--glass-border);
  transition: var(--transition);
}
.step:hover { border-color: rgba(26,70,229,0.3); transform: translateX(6px); }
.step-num {
  width: 48px; height: 48px; min-width: 48px; border-radius: 12px;
  background: var(--gradient-primary); display: flex;
  align-items: center; justify-content: center;
  font-family: 'Outfit'; font-weight: 800; font-size: 1.2rem;
}
.step h4 { font-size: 1.05rem; margin-bottom: 6px; }
.step p { color: var(--text-secondary); font-size: 0.88rem; }

/* ===== INDUSTRIES ===== */
.industries { background: var(--dark-800); }
.industries-header { text-align: center; margin-bottom: 48px; }
.industries-grid {
  display: grid; grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
  gap: 20px;
}
.industry-card {
  background: var(--glass); border: 1px solid var(--glass-border);
  border-radius: var(--radius-sm); padding: 28px 16px; text-align: center;
  transition: var(--transition); cursor: default;
}
.industry-card:hover { transform: translateY(-4px); border-color: rgba(198,146,34,0.32); box-shadow: 0 0 30px rgba(18,105,211,0.12); }
.industry-card .ind-icon { font-size: 2rem; margin-bottom: 12px; }
.industry-card h4 { font-size: 0.88rem; font-weight: 600; color: var(--text-primary); }

/* ===== PORTFOLIO ===== */
.portfolio { background: var(--dark-900); }
.portfolio-header { text-align: center; margin-bottom: 48px; }
.portfolio-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(380px, 1fr)); gap: 28px; }
.portfolio-card {
  background: var(--glass); border: 1px solid var(--glass-border);
  border-radius: var(--radius); overflow: hidden; transition: var(--transition);
}
.portfolio-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-glow); }
.portfolio-card .card-img {
  height: 220px; background: var(--gradient-card);
  display: flex; align-items: center; justify-content: center;
  font-size: 3rem; position: relative; overflow: hidden;
}
.portfolio-card .card-img::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(to bottom, transparent 50%, rgba(10,14,26,0.8));
}
.portfolio-card .card-body { padding: 28px; }
.portfolio-card h3 { font-size: 1.3rem; margin-bottom: 12px; }
.portfolio-card p { color: var(--text-secondary); font-size: 0.9rem; margin-bottom: 20px; line-height: 1.6; }
.portfolio-card .card-link {
  color: var(--accent-light); font-weight: 600; font-size: 0.9rem;
  display: inline-flex; align-items: center; gap: 6px;
}
.portfolio-card .card-link:hover { color: var(--cyan); gap: 10px; }

/* ===== ENGAGEMENT MODELS ===== */
.engagement { background: var(--dark-800); }
.engagement-header { text-align: center; margin-bottom: 48px; }
.engagement-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(340px, 1fr)); gap: 28px; }
.engagement-card {
  background: var(--glass); border: 1px solid var(--glass-border);
  border-radius: var(--radius); padding: 40px 32px; transition: var(--transition);
  position: relative;
}
.engagement-card:hover { transform: translateY(-4px); border-color: rgba(26,70,229,0.3); }
.engagement-card .card-icon {
  width: 64px; height: 64px; border-radius: 16px;
  background: var(--gradient-primary); display: flex;
  align-items: center; justify-content: center;
  font-size: 1.6rem; margin-bottom: 24px;
}
.engagement-card h3 { font-size: 1.25rem; font-weight: 700; margin-bottom: 14px; }
.engagement-card p { color: var(--text-secondary); font-size: 0.9rem; line-height: 1.7; }

/* ===== CTA ===== */
.cta-section {
  background: var(--gradient-hero); padding: 56px 0; text-align: center;
  position: relative; overflow: hidden;
}
.cta-section::before {
  content: ''; position: absolute; inset: 0;
  background: radial-gradient(circle at center, rgba(0,184,0,0.16), transparent 70%);
}
.cta-content { position: relative; z-index: 2; }
.cta-content h2 { font-size: clamp(1.8rem, 3.2vw, 2.4rem); font-weight: 800; margin-bottom: 12px; }
.cta-content p { color: var(--text-secondary); font-size: 1rem; margin-bottom: 22px; max-width: 560px; margin-left: auto; margin-right: auto; }
.cta-buttons { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }

/* ===== FOOTER ===== */
.footer {
  background: #ffffff;
  color: #142033;
  border-top: 1px solid #e6ebf2;
  padding: 72px 0 0;
}
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr; gap: 48px; margin-bottom: 48px; }
.footer .nav-logo {
  display: flex;
  align-items: center;
  gap: 12px;
  position: static;
  width: auto;
  height: auto;
  padding: 0;
  background: transparent;
  clip-path: none;
}
.footer .nav-logo-text {
  font-family: 'Outfit', sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
}
.footer .nav-logo-text span {
  background: var(--gradient-primary);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.footer-brand p { color: #5f6f83; font-size: 0.9rem; margin: 16px 0 24px; line-height: 1.7; }
.footer-socials { display: flex; gap: 12px; }
.footer-socials a {
  width: 40px; height: 40px; border-radius: 10px;
  background: #f5f8fb; border: 1px solid #e6ebf2;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.1rem; transition: var(--transition);
  color: #142033;
}
.footer-socials a:hover { background: var(--gradient-primary); border-color: transparent; transform: translateY(-2px); }
.footer-col h4 {
  font-size: 1rem; font-weight: 700; margin-bottom: 20px;
  position: relative; padding-bottom: 12px;
}
.footer-col h4::after {
  content: ''; position: absolute; bottom: 0; left: 0;
  width: 30px; height: 2px; background: var(--gradient-primary); border-radius: 2px;
}
.footer-col ul { display: flex; flex-direction: column; gap: 10px; }
.footer-col ul li a { color: #5f6f83; font-size: 0.88rem; }
.footer-col ul li a:hover { color: var(--accent-light); padding-left: 4px; }
.footer-bottom {
  border-top: 1px solid #e6ebf2; padding: 24px 0;
  display: flex; justify-content: space-between; align-items: center;
  flex-wrap: wrap; gap: 12px;
}
.footer-bottom p { color: #6f7f93; font-size: 0.82rem; }
.footer-bottom-links { display: flex; gap: 20px; }
.footer-bottom-links a { color: #6f7f93; font-size: 0.82rem; }
.footer-bottom-links a:hover { color: var(--accent-light); }

/* ===== SCROLL TO TOP ===== */
.scroll-top {
  position: fixed; bottom: 30px; right: 30px; width: 48px; height: 48px;
  border-radius: 14px; background: var(--gradient-primary);
  color: var(--white); display: flex; align-items: center; justify-content: center;
  font-size: 1.2rem; cursor: pointer; border: none;
  opacity: 0; visibility: hidden; transform: translateY(20px);
  transition: var(--transition); z-index: 999;
  box-shadow: 0 4px 20px rgba(26,70,229,0.3);
}
.scroll-top.visible { opacity: 1; visibility: visible; transform: translateY(0); }
.scroll-top:hover { transform: translateY(-3px); }

/* ===== ANIMATIONS ===== */
.reveal { opacity: 0; transform: translateY(30px); transition: 0.7s cubic-bezier(0.4, 0, 0.2, 1); }
.reveal.active { opacity: 1; transform: translateY(0); }

/* ===== RESPONSIVE ===== */
@media (max-width: 1200px) {
  .nav-inner { padding-right: 14px; }
  .nav-menu { gap: 14px; }
  .nav-item > a { min-width: 62px; font-size: 0.76rem; }
  .nav-symbol { font-size: 1.74rem; }
  .nav-symbol i { font-size: 1.55rem; }
  .mega-menu-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .tech-orbit { width: min(1000px, 94vw); }
}
@media (max-width: 1024px) {
  .about-grid, .how-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .portfolio-grid { grid-template-columns: 1fr; }
  .navbar .nav-logo { width: 255px; padding-right: 42px; }
  .navbar .nav-logo img { width: 145px; }
  .nav-menu { width: calc(100% - 255px); gap: 10px; }
  .nav-item > a { min-width: 56px; }
  .mega-menu-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .hero-content { padding-top: 90px; }
  .hero-showcase { min-height: 560px; }
  .experience-card { margin-top: 0; }
  .tech-orbit { width: min(860px, 96vw); top: 160px; }
  .tech-tile { width: 60px; height: 60px; }
  .hill-back { width: 84%; }
  .hill-mid { width: 68%; }
  .hill-front { width: 56%; }
}
@media (max-width: 768px) {
  .navbar { top: 0; }
  .nav-inner { min-height: 78px; padding-right: 16px; }
  .navbar .nav-logo { width: 230px; padding: 14px 42px 14px 18px; }
  .navbar .nav-logo img { width: 132px; max-height: 52px; }
  .nav-menu { display: none; position: absolute; top: 78px; left: 0; right: 0; width: 100%; flex-direction: column; align-items: stretch; background: rgba(0,184,0,0.98); padding: 12px 16px 18px; gap: 2px; border-bottom: 1px solid rgba(255,255,255,0.22); }
  .nav-menu.open { display: flex; }
  .nav-item { display: block; }
  .nav-item > a { display: flex; justify-content: flex-start; gap: 12px; min-width: 0; padding: 12px 8px; font-size: 0.86rem; }
  .nav-symbol { width: 28px; height: 28px; font-size: 1.35rem; text-align: center; }
  .nav-symbol i { font-size: 1.12rem; }
  .mega-menu {
    position: static;
    width: 100%;
    max-height: none;
    margin: 0 0 10px;
    padding: 14px;
    border-radius: 8px;
    transform: none;
    display: none;
    box-shadow: none;
  }
  .nav-item:hover .mega-menu,
  .nav-item:focus-within .mega-menu,
  .nav-item.open-dropdown .mega-menu {
    display: block;
    transform: none;
  }
  .mega-menu-grid { grid-template-columns: 1fr; gap: 14px; }
  .mega-menu-heading { font-size: 0.86rem; }
  .hamburger { display: flex; }
  .topbar-inner { min-height: auto; padding: 8px 12px; justify-content: center; }
  .topbar-left { width: 100%; justify-content: center; text-align: center; font-size: 0.8rem; }
  .topbar-right { display: none; }
  .hero { min-height: 720px; }
  .hero::after { width: 185vw; height: 430px; bottom: -250px; min-height: 0; }
  .hero-content { padding-top: 64px; }
  .hero-heading { min-height: 104px; }
  .hero-showcase { min-height: 455px; margin-top: 0; }
  .experience-card { width: min(250px, 82vw); height: 350px; margin-top: 16px; border-radius: 34px 34px 6px 6px; padding-top: 30px; }
  .experience-number { font-size: 4.3rem; }
  .experience-label { font-size: 1rem; }
  .experience-avatar { width: 120px; height: 130px; }
  .mascot { transform: scale(0.72); transform-origin: 50% 0; }
  .tech-orbit { width: min(620px, 116vw); top: 130px; left: 48%; }
  .tech-tile { width: 52px; height: 52px; border-radius: 13px; }
  .tech-symbol { width: 30px; height: 30px; font-size: 1.05rem; border-radius: 8px; }
  .tile-1, .tile-8 { display: none; }
  .stats-bar { grid-template-columns: repeat(3, 1fr); gap: 16px; }
  .stat-number { font-size: 2rem; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; text-align: center; }
  .tab-nav { gap: 6px; }
  .tab-btn { padding: 10px 18px; font-size: 0.82rem; }
  .engagement-grid { grid-template-columns: 1fr; }
  .industries-grid { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 480px) {
  .navbar .nav-logo { width: 190px; }
  .navbar .nav-logo img { width: 112px; }
  .hero-content { padding-left: 16px; padding-right: 16px; }
  .hero-kicker { font-size: 1.7rem; }
  .hero-type { font-size: 2.5rem; min-width: 150px; }
  .hero-showcase { min-height: 390px; }
  .experience-card { width: min(210px, 82vw); height: 300px; margin-top: 20px; padding-top: 26px; }
  .experience-label { font-size: 1rem; }
  .experience-avatar { width: 98px; height: 108px; margin-top: 16px; }
  .mascot { transform: scale(0.6); }
  .tech-orbit { width: min(480px, 140vw); top: 112px; }
  .tech-tile { width: 46px; height: 46px; }
  .tech-tile > span:not(.tech-symbol) { display: none; }
  .tile-2, .tile-6 { display: none; }
  .hill-back { width: 92%; height: 150px; }
  .hill-mid { width: 72%; height: 105px; }
  .hill-front { width: 58%; height: 74px; }
  .industries-grid { grid-template-columns: repeat(2, 1fr); }
  .services-grid { grid-template-columns: 1fr; }
}

@media (max-width: 1024px) {
  .hero {
    min-height: 700px;
  }
  .hero-content {
    min-height: 700px;
    padding-top: 62px;
  }
  .hero-showcase {
    min-height: 500px;
  }
  .hero-phone-wrap {
    top: 78px;
    width: 250px;
    height: 404px;
  }
  .hero-tech-art {
    width: min(720px, 92vw);
    height: 360px;
    top: 58px;
  }
  .tech-orbit {
    top: 120px;
    width: min(820px, 96vw);
  }
  .tech-tile {
    width: 66px;
    height: 66px;
  }
  .tech-tile .tech-symbol {
    width: 34px;
    height: 34px;
    font-size: 1.35rem;
  }
}

@media (max-width: 768px) {
  .hero {
    min-height: 640px;
  }
  .hero::after {
    width: 190vw;
    height: 380px;
    bottom: -260px;
  }
  .hero-content {
    min-height: 640px;
    padding-top: 48px;
  }
  .hero-heading {
    min-height: 96px;
  }
  .hero-heading h1 {
    font-size: clamp(2.1rem, 8vw, 3.4rem);
  }
  .hero-showcase {
    min-height: 440px;
  }
  .hero-phone-wrap {
    top: 76px;
    width: 205px;
    height: 334px;
  }
  .hero-phone {
    border-radius: 34px;
    padding: 14px;
  }
  .phone-screen {
    border-radius: 24px;
  }
  .app-card {
    left: 20px;
    right: 20px;
    top: 44px;
    padding: 15px;
    border-radius: 18px;
  }
  .app-card span {
    width: 36px;
    height: 36px;
    border-radius: 12px;
  }
  .app-card strong {
    font-size: 1.28rem;
  }
  .app-grid {
    left: 22px;
    right: 22px;
    bottom: 48px;
    gap: 7px;
  }
  .hero-tech-art {
    width: min(560px, 110vw);
    height: 315px;
    top: 56px;
    opacity: 0.64;
  }
  .tech-orbit {
    left: 50%;
    top: 100px;
    width: min(570px, 116vw);
  }
  .tech-tile {
    width: 54px;
    height: 54px;
  }
  .tech-tile span:not(.tech-symbol) {
    display: none;
  }
  .tech-tile .tech-symbol {
    width: 32px;
    height: 32px;
    font-size: 1.25rem;
  }
  .tile-1,
  .tile-8 {
    display: grid;
  }
  .hero-down {
    bottom: 58px;
    width: 54px;
    height: 54px;
    font-size: 1.38rem;
  }
}

@media (max-width: 480px) {
  .hero {
    min-height: 560px;
  }
  .hero-content {
    min-height: 560px;
    padding-top: 38px;
  }
  .hero-heading {
    min-height: 86px;
  }
  .hero-heading h1 {
    font-size: 2rem;
  }
  .hero-showcase {
    min-height: 382px;
  }
  .hero-phone-wrap {
    top: 68px;
    width: 168px;
    height: 276px;
  }
  .phone-speaker {
    width: 50px;
    height: 6px;
    margin-bottom: 10px;
  }
  .app-card {
    top: 34px;
    padding: 12px;
  }
  .app-card small {
    display: none;
  }
  .hero-tech-art {
    width: 450px;
    height: 250px;
    top: 54px;
  }
  .tech-orbit {
    top: 86px;
    width: 430px;
  }
  .tech-tile {
    width: 44px;
    height: 44px;
  }
  .tech-tile .tech-symbol {
    width: 28px;
    height: 28px;
    font-size: 1.05rem;
  }
  .tile-2,
  .tile-6 {
    display: grid;
  }
  .hero-down {
    bottom: 46px;
  }
}

/* ===== PHP PAGE TEMPLATES ===== */
.inner-page {
  background: #f5f8fb;
  color: #142033;
}
.inner-page .section-label {
  color: #00a651;
}
.inner-page .section-label::before {
  background: #00b800;
}
.page-hero {
  padding: 72px 0 56px;
  background:
    linear-gradient(90deg, rgba(7,17,36,0.92), rgba(7,17,36,0.74)),
    url('assets/images/hero-bg.png') center/cover no-repeat;
  color: #fff;
  position: relative;
  overflow: hidden;
}

.page-hero-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  align-items: center;
  gap: 44px;
}

.breadcrumb {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 16px;
  color: rgba(255,255,255,0.76);
  font-size: 0.9rem;
  font-weight: 700;
}
.breadcrumb a {
  color: #ffc20f;
}

.page-hero .section-title {
  margin-bottom: 14px;
  color: #fff;
}

.page-hero .section-subtitle {
  color: rgba(255,255,255,0.82);
  max-width: 780px;
}

.page-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.page-hero-card {
  display: grid;
  gap: 12px;
  padding: 20px;
  border-radius: 8px;
  background: rgba(255,255,255,0.96);
  color: #142033;
  box-shadow: 0 22px 58px rgba(0,0,0,0.26);
}
.page-hero-card div {
  display: grid;
  grid-template-columns: 92px 1fr;
  align-items: center;
  gap: 16px;
  min-height: 72px;
  padding: 14px;
  border-radius: 8px;
  background: #f5f8fb;
  border-left: 4px solid #00b800;
}
.page-hero-card strong {
  color: #00a651;
  font-family: 'Outfit', sans-serif;
  font-size: 1.7rem;
  line-height: 1;
}
.page-hero-card span {
  color: #44546a;
  font-weight: 800;
  line-height: 1.25;
}

.page-section {
  padding-top: 56px;
  background: #f5f8fb;
}

.page-section-alt {
  background: #ffffff;
}

.page-panel {
  padding: 30px;
  border-radius: 8px;
  background: #ffffff;
  border: 1px solid #e6ebf2;
  box-shadow: 0 14px 34px rgba(16, 32, 52, 0.08);
}

.page-panel h2 {
  margin-bottom: 18px;
  font-size: clamp(1.5rem, 2.6vw, 2.2rem);
  color: #122033;
}

.page-copy,
.stacked-copy p {
  color: #5f6f83;
  font-size: 1.02rem;
}

.stacked-copy {
  display: grid;
  gap: 14px;
  margin-top: 18px;
}

.feature-grid,
.process-grid,
.sitemap-grid,
.contact-grid,
.legal-grid {
  display: grid;
  gap: 22px;
}

.feature-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 24px;
}

.feature-card,
.process-card {
  padding: 24px;
  border-radius: 8px;
  background: #f8fbfd;
  border: 1px solid #e6ebf2;
}

.feature-card .icon {
  width: 56px;
  height: 56px;
  margin-bottom: 14px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(0,184,0,0.12), rgba(255,194,15,0.18));
  font-size: 1.5rem;
}

.feature-card h3,
.process-card h3 {
  margin-bottom: 10px;
  color: #122033;
}

.feature-card p,
.process-card p {
  color: #5f6f83;
}

.process-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 24px;
}

.process-card .step-num {
  margin-bottom: 14px;
}

.contact-grid,
.legal-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.page-form {
  display: grid;
  gap: 14px;
}

.page-form input,
.page-form textarea {
  width: 100%;
  padding: 14px 16px;
  border: 1px solid #dce4ee;
  border-radius: 8px;
  background: #ffffff;
  color: #142033;
  font: inherit;
}

.page-form input::placeholder,
.page-form textarea::placeholder {
  color: #8190a3;
}

.info-list,
.link-list {
  display: grid;
  gap: 12px;
  list-style: none;
}

.info-list a,
.link-list a {
  color: #00a651;
  font-weight: 800;
}

.sitemap-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (max-width: 992px) {
  .feature-grid,
  .process-grid,
  .contact-grid,
  .legal-grid,
  .sitemap-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .offerbar-inner {
    flex-wrap: wrap;
    gap: 8px 12px;
    font-size: 0.78rem;
  }
  .page-hero {
    padding: 48px 0 42px;
  }
  .page-hero-inner {
    grid-template-columns: 1fr;
    gap: 26px;
  }
  .page-hero-card {
    max-width: 420px;
  }
  .page-hero-actions .btn {
    width: 100%;
    justify-content: center;
  }
}

@media (max-width: 480px) {
  .page-panel {
    padding: 22px;
  }
  .page-hero-card div {
    grid-template-columns: 72px 1fr;
  }
  .page-hero-card strong {
    font-size: 1.35rem;
  }
}

@media (max-width: 1200px) {
  .header,
  .header .container-fluid,
  .header .row {
    min-height: 108px;
  }
  .logo { width: 330px; min-height: 108px; padding-right: 28px; }
  .logo img { width: 200px; }
  .menuz > ul { gap: 10px; }
  .menuz > ul > li > a { min-width: 58px; font-size: 0.7rem; }
  .menuz > ul > li > a i { font-size: 1.55rem; }
  .menuz > ul > li > ul.true,
  .menuz > ul > li > ul.true.single-group { grid-template-columns: repeat(3, minmax(190px, 1fr)); }
  .menuz > ul > li > ul.services-dropdown {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 10px;
    padding-inline: 14px;
  }
  .menuz > ul > li > ul.services-dropdown > li {
    padding-inline: 8px;
  }
  .menuz > ul > li > ul.services-dropdown > li > ul > li > a {
    font-size: 0.8rem;
  }
}

@media (max-width: 1024px) {
  .header,
  .header .container-fluid,
  .header .row {
    min-height: 102px;
  }
  .logo { width: 284px; min-height: 102px; }
  .menuz > ul { gap: 8px; }
  .menuz > ul > li > a { min-width: 52px; }
  .menuz > ul > li > ul.true,
  .menuz > ul > li > ul.true.single-group { grid-template-columns: repeat(3, minmax(180px, 1fr)); }
  .menuz > ul > li > ul.services-dropdown {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}

@media (max-width: 768px) {
  .header,
  .header .container-fluid,
  .header .row {
    min-height: 78px;
  }
  .logo {
    width: 275px;
    min-height: 78px;
    padding: 0px 0px 0px 0px;
  }
  .logo img {
    /*width: 130px;*/
    /*max-height: 52px;*/
  }
  .logo .resp-numbers {
    display: none;
  }
  .Mobile-Menu {
    display: block;
    position: relative;
    z-index: 1005;
  }
  .menu-toggle i {
    transition: transform 0.2s ease;
  }
  .menu-toggle.open i::before {
    content: "\f00d";
  }
  .menu-toggle.open i {
    transform: rotate(90deg);
  }
  .mobile-menu-backdrop {
    position: fixed;
    top: var(--dropdown-top, 78px);
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1002;
    display: block;
    border: 0;
    background: rgba(3, 10, 20, 0.58);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.22s ease, visibility 0.22s ease;
  }
  .mobile-menu-backdrop.open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
  .Desktop-Menu {
    display: block;
    position: fixed;
    top: var(--dropdown-top, 78px);
    left: auto;
    right: 0;
    z-index: 1004;
    width: min(330px, 88vw);
    height: calc(100vh - var(--dropdown-top, 78px));
    max-height: none;
    overflow: auto;
    padding: 0;
    background: #ffffff;
    border-top: 1px solid #e5ebf1;
    border-left: 1px solid #e5ebf1;
    box-shadow: -18px 20px 45px rgba(3, 10, 20, 0.24);
    transform: translateX(105%);
    visibility: hidden;
    transition: transform 0.24s ease, visibility 0.24s ease;
  }
  .Desktop-Menu.open {
    display: block;
    transform: translateX(0);
    visibility: visible;
  }
  .menuz,
  .menuz > ul,
  .menuz > ul > li,
  .menuz > ul > li > a {
    height: auto;
  }
  .menuz > ul {
    display: grid;
    width: 100%;
    justify-content: stretch;
    align-items: stretch;
    gap: 0;
    padding: 12px 12px 22px;
  }
  .menuz > ul > li {
    width: 100%;
  }
  .menuz > ul > li > a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 13px;
    min-height: 54px;
    min-width: 0;
    padding: 8px 10px;
    border-bottom: 1px solid #edf1f5;
    color: #172033;
    font-size: 0.82rem;
  }
  .menuz > ul > li > a i {
    width: 34px;
    height: 34px;
    display: grid;
    place-items: center;
    flex: 0 0 34px;
    border-radius: 6px;
    background: rgba(0,184,0,0.1);
    color: #00a651;
    font-size: 1rem;
    text-align: center;
  }
  .menuz > ul > li:hover > a,
  .menuz > ul > li:focus-within > a {
    color: #00a651;
    transform: none;
  }
  .menuz > ul > li:hover > a i,
  .menuz > ul > li:focus-within > a i {
    transform: none;
  }
  .menuz > ul > li.has-submenu > a::after {
    content: "\f107";
    margin-left: auto;
    color: #7d8998;
    font-family: "Font Awesome 6 Free";
    font-size: 0.72rem;
    font-weight: 900;
    transition: transform 0.2s ease;
  }
  .menuz > ul > li.has-submenu.open-submenu > a::after {
    transform: rotate(180deg);
  }
  .menuz > ul > li > ul,
  .menuz > ul > li > ul.false,
  .menuz > ul > li > ul.true {
    position: static;
    display: none !important;
    width: 100%;
    min-width: 0;
    max-height: none;
    margin: 0;
    padding: 8px 8px 12px 16px;
    grid-template-columns: 1fr;
    border-radius: 0;
    background: #f5f8fb;
    color: #172033;
    box-shadow: none;
    transform: none;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
  .menuz > ul > li:hover > ul,
  .menuz > ul > li:focus-within > ul {
    display: none !important;
  }
  .menuz > ul > li.open-submenu > ul {
    display: grid !important;
    transform: none;
  }
  .menuz > ul > li > ul.true > li > ul {
    padding-left: 0;
  }
  .menuz > ul > li > ul > li > a,
  .menuz > ul > li > ul > li > ul > li > a,
  .menuz > ul > li > ul.true > li > a,
  .menuz > ul > li > ul.true.single-group > li > a {
    min-height: 42px;
    color: #344054;
    border-color: #e4eaf0;
    font-size: 0.76rem;
  }
  .menuz > ul > li > ul > li > a i,
  .menuz > ul > li > ul > li > ul > li > a i {
    color: #00a651;
  }
  .menuz > ul > li > ul.true.single-group {
    grid-template-columns: 1fr;
  }
  .menuz > ul > li > ul.services-dropdown {
    grid-template-columns: 1fr;
    gap: 8px;
  }
  .menuz > ul > li > ul.services-dropdown > li {
    padding: 6px 8px 10px;
  }
}

/* ===== HOME HERO FINAL LAYOUT ===== */
.hero {
  min-height: 760px;
  background:
    radial-gradient(circle at 50% 8%, rgba(14,165,233,0.28), transparent 28%),
    radial-gradient(circle at 18% 38%, rgba(92,71,190,0.3), transparent 30%),
    linear-gradient(160deg, #071124 0%, #0b2342 58%, #123b57 100%);
}
.hero::after {
  bottom: -455px;
  width: 145vw;
  height: 500px;
  background: var(--dark-900);
  border-radius: 50% 50% 0 0;
}
.hero-content {
  min-height: 760px;
  padding-top: 54px;
}
.hero-heading {
  width: min(850px, 100%);
  min-height: 0;
  margin: 0 auto;
  text-align: center;
}
.hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 14px;
  color: #8fe7b0;
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}
.hero-heading h1 {
  font-size: clamp(2.5rem, 5vw, 4.8rem);
  font-weight: 800;
  line-height: 1.03;
}
.hero-heading h1 strong {
  display: block;
  color: #ffe055;
}
.hero-heading p {
  width: min(680px, 100%);
  margin: 18px auto 0;
  color: rgba(238,246,255,0.76);
  font-size: 1rem;
  line-height: 1.65;
}
.hero-actions {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}
.hero-actions .btn {
  min-height: 48px;
  padding: 11px 22px;
  border-radius: 6px;
  font-size: 0.88rem;
}
.hero-actions .btn-primary {
  box-shadow: 0 12px 30px rgba(0,184,0,0.24);
}
.hero-showcase {
  min-height: 310px;
  margin-top: 16px;
}
.hero-stack-center {
  position: absolute;
  left: 50%;
  top: 108px;
  z-index: 8;
  width: min(360px, 74vw);
  transform: translateX(-50%);
  text-align: center;
}
.hero-stack-center span,
.hero-stack-center small {
  display: block;
  color: rgba(238,246,255,0.62);
  font-size: 0.68rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.hero-stack-center strong {
  display: block;
  margin: 5px 0 7px;
  color: #fff;
  font-family: 'Outfit', sans-serif;
  font-size: clamp(1.35rem, 2.5vw, 2rem);
}
.tech-orbit {
  top: 16px;
  width: min(1040px, 94vw);
  height: 250px;
}
.tech-tile {
  width: 66px;
  height: 66px;
  border-radius: 50%;
  box-shadow: 0 12px 25px rgba(0,0,0,0.24);
}
.tech-tile .tech-symbol {
  width: 34px;
  height: 34px;
  font-size: 1.3rem;
}
.tech-tile span {
  font-size: 0.48rem;
}
.tile-1  { --x: 2%;  --y: 126px; --tilt: -12deg; }
.tile-2  { --x: 10%; --y: 42px;  --tilt: -8deg; }
.tile-3  { --x: 20%; --y: 4px;   --tilt: -5deg; }
.tile-4  { --x: 31%; --y: 48px;  --tilt: -3deg; }
.tile-5  { --x: 43%; --y: 2px;   --tilt: 2deg; }
.tile-6  { --x: 55%; --y: 2px;   --tilt: -2deg; }
.tile-7  { --x: 67%; --y: 48px;  --tilt: 3deg; }
.tile-8  { --x: 78%; --y: 4px;   --tilt: 5deg; }
.tile-9  { --x: 88%; --y: 42px;  --tilt: 8deg; }
.tile-10 { --x: 96%; --y: 126px; --tilt: 12deg; }
.tile-11 { --x: 18%; --y: 174px; --tilt: -5deg; }
.tile-12 { --x: 31%; --y: 202px; --tilt: -2deg; }
.tile-13 { --x: 64%; --y: 202px; --tilt: 2deg; color: #54c5f8; }
.tile-14 { --x: 77%; --y: 174px; --tilt: 5deg; color: #8b5cf6; }
.tile-9,
.tile-10,
.tile-11,
.tile-12,
.tile-13,
.tile-14 {
  display: grid;
}
.hero-down {
  left: 50%;
  bottom: 4px;
  width: auto;
  height: auto;
  display: flex;
  gap: 10px;
  padding: 8px 12px;
  border-radius: 4px;
  background: transparent;
  color: rgba(255,255,255,0.76);
  box-shadow: none;
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  animation: scrollCue 2s ease-in-out infinite;
}
.hero-down i {
  color: #19d45f;
  font-size: 0.9rem;
}
.hero-down:hover {
  color: #fff;
}
section[id] {
  scroll-margin-top: 116px;
}
@keyframes scrollCue {
  0%, 100% { transform: translateX(-50%) translateY(0); }
  50% { transform: translateX(-50%) translateY(7px); }
}

@media (max-width: 768px) {
  .hero,
  .hero-content {
    min-height: 690px;
  }
  .hero-content {
    padding: 38px 16px 0;
  }
  .hero-heading h1 {
    font-size: clamp(2.15rem, 10vw, 3.25rem);
  }
  .hero-heading p {
    font-size: 0.9rem;
  }
  .hero-actions {
    margin-top: 18px;
  }
  .hero-showcase {
    min-height: 260px;
    margin-top: 18px;
  }
  .hero-stack-center {
    top: 72px;
    width: 230px;
  }
  .hero-stack-center small {
    display: none;
  }
  .tech-orbit {
    top: 10px;
    width: min(590px, 116vw);
    height: 210px;
  }
  .tech-tile {
    width: 48px;
    height: 48px;
  }
  .tech-tile .tech-symbol {
    width: 27px;
    height: 27px;
    font-size: 1rem;
  }
  .tech-tile span {
    display: none;
  }
  .tile-1 { --x: 8%; --y: 125px; }
  .tile-2 { --x: 16%; --y: 44px; }
  .tile-3 { --x: 28%; --y: 2px; }
  .tile-4 { --x: 42%; --y: 20px; }
  .tile-5 { --x: 56%; --y: 20px; }
  .tile-6 { --x: 70%; --y: 2px; }
  .tile-7 { --x: 82%; --y: 44px; }
  .tile-8 { --x: 90%; --y: 125px; }
  .tile-9, .tile-10, .tile-11, .tile-12, .tile-13, .tile-14 {
    display: none;
  }
  .hero-down {
    bottom: 10px;
  }
  section[id] {
    scroll-margin-top: 78px;
  }
}

@media (max-width: 480px) {
  .hero,
  .hero-content {
    min-height: 720px;
  }
  .hero-eyebrow {
    font-size: 0.64rem;
  }
  .hero-actions .btn {
    width: 100%;
    justify-content: center;
  }
  .hero-showcase {
    margin-top: 16px;
  }
  .tech-orbit {
    width: 420px;
  }
}

/* ===== HOME HERO COMPACT REFINEMENT ===== */
.hero {
  min-height: 660px;
}
.hero::after {
  display: none;
}
.hero-shape {
  display: none;
}
.hero-content {
  min-height: 660px;
  padding-top: 46px;
  padding-bottom: 28px;
}
.hero-heading {
  width: min(760px, 100%);
}
.hero-heading h1 {
  font-size: clamp(2.7rem, 4.6vw, 4.4rem);
  line-height: 1;
}
.hero-heading h1 strong {
  display: inline;
}
.hero-typed-line {
  min-width: 12ch;
  min-height: 1.05em;
  align-items: baseline;
  justify-content: center;
  white-space: nowrap;
}
.hero-heading h1 .hero-typed-line {
  display: inline-flex;
}
.hero-typing-cursor {
  width: 4px;
  height: 0.78em;
  margin-left: 7px;
  border-radius: 1px;
  background: #19d45f;
  animation: heroCursorBlink 0.75s steps(2, start) infinite;
}
@keyframes heroCursorBlink {
  50% { opacity: 0; }
}
.hero-heading p {
  width: min(620px, 100%);
  margin-top: 16px;
}
.hero-proof {
  display: flex;
  justify-content: center;
  gap: 0;
  margin-top: 24px;
  color: rgba(238,246,255,0.66);
  font-size: 0.72rem;
  font-weight: 700;
}
.hero-proof span {
  padding: 0 22px;
  border-right: 1px solid rgba(255,255,255,0.15);
}
.hero-proof span:last-child {
  border-right: 0;
}
.hero-proof strong {
  margin-right: 5px;
  color: #fff;
  font-size: 0.92rem;
}
.hero-showcase {
  min-height: 180px;
  margin-top: 32px;
  padding-top: 30px;
  border-top: 1px solid rgba(255,255,255,0.1);
}
.tech-strip-label {
  display: block;
  color: rgba(238,246,255,0.56);
  font-size: 0.65rem;
  font-weight: 800;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}
.tech-orbit {
  position: relative;
  left: auto;
  top: auto;
  width: min(1050px, 100%);
  height: auto;
  margin: 20px auto 0;
  display: grid;
  grid-template-columns: repeat(14, minmax(0, 1fr));
  align-items: start;
  gap: 10px;
  transform: none;
}
.tech-tile,
.tile-1, .tile-2, .tile-3, .tile-4, .tile-5, .tile-6, .tile-7,
.tile-8, .tile-9, .tile-10, .tile-11, .tile-12, .tile-13, .tile-14 {
  position: relative;
  left: auto;
  top: auto;
  width: 100%;
  height: auto;
  min-width: 0;
  display: grid;
  gap: 7px;
  justify-items: center;
  align-content: start;
  padding: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  transform: none;
  animation: none;
}
.tech-tile .tech-symbol {
  width: 46px;
  height: 46px;
  border: 1px solid rgba(255,255,255,0.16);
  border-radius: 50%;
  background: rgba(255,255,255,0.07);
  color: currentColor;
  font-size: 1.25rem;
}
.tech-tile span {
  color: rgba(238,246,255,0.68);
  font-size: 0.58rem;
  font-weight: 700;
}
.hero-down {
  bottom: -10px;
}

@media (max-width: 900px) {
  .hero {
    min-height: 670px;
  }
  .hero-content {
    min-height: 670px;
  }
  .tech-orbit {
    grid-template-columns: repeat(7, minmax(0, 1fr));
    row-gap: 16px;
  }
}

@media (max-width: 768px) {
  .hero,
  .hero-content {
    min-height: 700px;
  }
  .hero-content {
    padding: 34px 18px 24px;
  }
  .hero-heading h1 {
    font-size: clamp(2.35rem, 11vw, 3.2rem);
    line-height: 1.04;
  }
  .hero-heading h1 strong {
    display: block;
  }
  .hero-heading h1 .hero-typed-line {
    display: flex;
    width: 100%;
  }
  .hero-heading p {
    margin-top: 14px;
    font-size: 0.88rem;
    line-height: 1.55;
  }
  .hero-proof {
    gap: 10px;
    margin-top: 20px;
    font-size: 0.62rem;
  }
  .hero-proof span {
    display: grid;
    gap: 2px;
    flex: 1;
    padding: 0 5px;
  }
  .hero-proof strong {
    margin: 0;
    font-size: 0.82rem;
  }
  .hero-showcase {
    min-height: 190px;
    margin-top: 24px;
    padding-top: 20px;
  }
  .tech-orbit {
    width: 100%;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px 8px;
    margin-top: 16px;
  }
  .tech-tile .tech-symbol {
    width: 40px;
    height: 40px;
    font-size: 1.05rem;
  }
  .tech-tile span {
    display: block;
    font-size: 0.52rem;
  }
  .tile-9, .tile-10, .tile-11, .tile-12, .tile-13, .tile-14 {
    display: none;
  }
  .hero-down {
    display: none;
  }
}

@media (max-width: 480px) {
  .hero,
  .hero-content {
    min-height: 720px;
  }
  .hero-content {
    padding-top: 28px;
  }
  .hero-eyebrow {
    margin-bottom: 10px;
  }
  .hero-actions {
    gap: 8px;
    margin-top: 18px;
  }
  .hero-actions .btn {
    min-height: 44px;
    padding: 9px 14px;
    font-size: 0.8rem;
  }
  .hero-proof {
    margin-top: 18px;
  }
  .hero-showcase {
    margin-top: 20px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-typing-cursor {
    animation: none;
  }
}
