:root {
  --navy: #0b1f38;
  --navy-2: #102f52;
  --blue: #0077bf;
  --blue-bright: #12a8e8;
  --ice: #eaf8ff;
  --orange: #ff8617;
  --slate: #51697e;
  --muted: #6b7d8f;
  --bg: #f5f9fc;
  --white: #ffffff;
  --line: #dce9f1;
  --shadow: 0 18px 50px rgba(11, 31, 56, 0.12);
  --radius: 24px;
}

/* =========================
   Base
========================= */

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Inter, Arial, Helvetica, sans-serif;
  color: var(--navy);
  background: var(--bg);
  line-height: 1.6;
}

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

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

.container {
  width: min(1160px, 92%);
  margin: 0 auto;
}

.accent {
  color: var(--orange);
}

/* =========================
   Topbar
========================= */

.topbar {
  background: var(--navy);
  color: #eaf7ff;
  font-size: 0.92rem;
}

.topbar__inner {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 9px 0;
  flex-wrap: wrap;
}

.topbar a {
  opacity: 0.95;
}

/* =========================
   Header
========================= */

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--line);
}

.header__inner {
  min-height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.logo img {
  width: 295px;
  height: auto;
}

.nav-toggle {
  display: none;
  width: 46px;
  height: 46px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: var(--white);
  cursor: pointer;
}

.nav-toggle span {
  display: block;
  width: 22px;
  height: 2px;
  background: var(--navy);
  margin: 5px auto;
  transition: 0.2s ease;
}

.primary-nav {
  display: flex;
  align-items: center;
  gap: 24px;
  font-weight: 800;
}

.primary-nav a {
  color: var(--slate);
}

.primary-nav a:hover,
.primary-nav a.active {
  color: var(--blue);
}

/* =========================
   Buttons
========================= */

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 48px;
  padding: 13px 20px;
  border: 0;
  border-radius: 999px;
  background: var(--blue);
  color: #fff !important;
  font-weight: 900;
  cursor: pointer;
  box-shadow: 0 10px 26px rgba(0, 119, 191, 0.23);
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.btn:hover,
.btn:focus {
  color: #fff !important;
  transform: translateY(-2px);
  box-shadow: 0 16px 34px rgba(0, 119, 191, 0.28);
}

.btn--orange {
  background: var(--orange);
  box-shadow: 0 10px 26px rgba(255, 134, 23, 0.22);
}

.btn--ghost {
  background: var(--white);
  color: var(--navy) !important;
  border: 1px solid rgba(255, 255, 255, 0.68);
  box-shadow: none;
}

.btn--ghost:hover,
.btn--ghost:focus {
  color: var(--navy) !important;
  background: var(--white);
}

.btn--outline {
  background: transparent;
  color: var(--blue) !important;
  border: 1px solid var(--line);
  box-shadow: none;
}

.btn--outline:hover {
  color: var(--blue) !important;
  background: var(--ice);
}

/* =========================
   Hero
========================= */

.hero {
  position: relative;
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 84% 18%, rgba(18, 168, 232, 0.32), transparent 34%),
    linear-gradient(135deg, rgba(11, 31, 56, 0.96), rgba(0, 119, 191, 0.84)),
    url("https://images.unsplash.com/photo-1497366754035-f200968a6e72?auto=format&fit=crop&w=1600&q=80") center / cover;
}

.hero::before,
.hero::after {
  content: "";
  position: absolute;
  inset: -20%;
  pointer-events: none;
}

.hero::before {
  opacity: 0.52;
  background:
    linear-gradient(115deg, transparent 0 20%, rgba(255, 255, 255, 0.2) 23%, transparent 27% 52%, rgba(189, 239, 255, 0.18) 56%, transparent 61%),
    linear-gradient(105deg, transparent 0 34%, rgba(255, 255, 255, 0.14) 37%, transparent 41% 100%);
  filter: blur(10px);
  animation: cool-breeze 7s linear infinite;
}

.hero::after {
  opacity: 0.3;
  background:
    radial-gradient(circle at 18% 28%, rgba(189, 239, 255, 0.55) 0 2px, transparent 3px),
    radial-gradient(circle at 42% 38%, rgba(255, 255, 255, 0.35) 0 1px, transparent 2px),
    radial-gradient(circle at 72% 22%, rgba(189, 239, 255, 0.45) 0 2px, transparent 3px),
    radial-gradient(circle at 85% 62%, rgba(255, 255, 255, 0.28) 0 1px, transparent 2px);
  background-size: 360px 180px;
  animation: frost-drift 22s linear infinite;
}

.hero__inner {
  position: relative;
  z-index: 1;
  min-height: 690px;
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 42px;
  align-items: center;
  padding: 82px 0;
}

.eyebrow {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  color: #bdefff;
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

h1,
h2,
h3 {
  line-height: 1.08;
}

.hero h1,
.page-hero h1 {
  max-width: 820px;
  margin: 18px 0 20px;
  font-size: clamp(2.55rem, 6vw, 5.15rem);
  letter-spacing: -0.045em;
}

.hero p,
.page-hero p {
  max-width: 720px;
  color: #eaf7ff;
  font-size: 1.18rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.hero-card {
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.1);
  box-shadow: var(--shadow);
  backdrop-filter: blur(14px);
  animation: rise 0.8s ease both;
}

.hero-card h3 {
  margin-top: 0;
  color: #fff;
}

.hero-card img {
  margin: 22px auto 0;
  max-width: 260px;
  border-radius: 18px;
  background: #fff;
  padding: 8px;
}

/* =========================
   Sections
========================= */

.section {
  padding: 84px 0;
}

.section-lesspadding {
  padding-top: 42px;
  padding-bottom: 29px;
}

.section-border {
  border-top: 2px solid var(--line);
}

.section--white {
  background: #fff;
}

.section--dark {
  background: var(--navy);
  color: #fff;
}

.section-title {
  max-width: 780px;
  margin-bottom: 34px;
}

.section-title h2 {
  margin: 0 0 12px;
  font-size: clamp(2rem, 4vw, 3.15rem);
  letter-spacing: -0.035em;
}

.section-title p {
  color: var(--slate);
  font-size: 1.06rem;
}

.section--dark .section-title p {
  color: #d7e9f3;
}

/* =========================
   Grids
========================= */

.grid {
  display: grid;
  gap: 22px;
}

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

.grid--3 {
  grid-template-columns: repeat(3, 1fr);
}

.grid--4 {
  grid-template-columns: repeat(4, 1fr);
}

/* =========================
   Service Cards
========================= */

.card {
  position: relative;
  overflow: hidden;
  min-height: 280px;
  padding: 2rem;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 8px 28px rgba(11, 31, 56, 0.08);
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

.card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background-image: var(--card-image);
  background-size: cover;
  background-position: center;
  opacity: 0.78;
  transition: transform 0.5s ease, opacity 0.5s ease;
}

.card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(rgba(9, 52, 102, 0.72), rgba(9, 52, 117, 0.46)),
    linear-gradient(135deg, rgba(18, 168, 232, 0.2), rgba(255, 134, 23, 0.12));
}

.card-other {
  position: relative;
  overflow: hidden;
  min-height: 280px;
  padding: 2rem;
  border-radius: 18px;
  background: rgb(255, 255, 255);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid #DCE9F1;

  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}
.card-other::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(rgb(255, 255, 255), rgb(255, 255, 255)),
    linear-gradient(135deg, rgba(214, 214, 214, 0.2), rgba(255, 134, 23, 0.12));
}
.card-other > * {
  position: relative;
  z-index: 2;
}

.card-other h3 {
  color: #0B1F38;
}

.card-other p {
  color: #646464;
}

.card-other:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.28);
  border-color: rgba(18, 168, 232, 0.45);
}


.card:hover::before {
  transform: scale(1.12);
  opacity: 0.9;
}


.card > * {
  position: relative;
  z-index: 2;
}

.card h3 {
  color: #fff;
}

.card p {
  color: #fff;
}

.card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.28);
  border-color: rgba(18, 168, 232, 0.45);
}

.card:hover::before {
  transform: scale(1.12);
  opacity: 0.9;
}

.card-split {
  --card-image: url("assets/split-systems.png");
}

.card-vrv {
  --card-image: url("assets/vrv.png");
}

.card-maintenance {
  --card-image: url("assets/maintain.png");
}

.card-repair {
  --card-image: url("assets/testing.png");
}

.icon {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  margin-bottom: 14px;
  border-radius: 16px;
  background: rgba(234, 248, 255, 0.14);
  color: #fff;
  font-size: 1.45rem;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.16);
}
.emoji{
  width: 90px;
  height: 90px;
  display: grid;
  place-items: center;
  margin-bottom: 14px;
  border-radius: 16px;
  background: rgba(234, 248, 255, 0.14);
  color: #fff;
  font-size: 1.45rem;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.16);
}

/* =========================
   Lists
========================= */

.tick-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.tick-list li {
  display: flex;
  gap: 10px;
  margin: 12px 0;
}

.tick-list li::before {
  content: "✓";
  color: #32d398;
  font-weight: 900;
}

/* =========================
   Sectors
========================= */

.sectors {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.sector {
  padding: 18px 16px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.08);
  cursor: default;
}

.sector-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
}

.sector p {
  margin: 12px 0 0;
  color: #d7e9f3;
}

.sector-arrow {
  display: none;
}

.sector-arrow svg {
  width: 18px;
  height: 18px;
  stroke: #fff;
  stroke-width: 2.5;
  fill: none;
  transition: 0.3s;
}

.sector.is-open .sector-arrow svg {
  transform: rotate(180deg);
}

/* =========================
   Split Layout
========================= */

.split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 36px;
  align-items: center;
}

.image-panel {
  min-height: 430px;
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(11, 31, 56, 0.25), rgba(18, 168, 232, 0.2)),
    url("assets/ducting.png") center / cover;
  box-shadow: var(--shadow);
}

/* =========================
   Credentials
========================= */

.credentials {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  margin-top: 26px;
}

.credential-card {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: #fff;
}

.credential-card img {
  width: 90px;
  max-height: 72px;
  object-fit: contain;
}

.credential-card p {
  margin: 4px 0 0;
  color: var(--slate);
}

/* =========================
   Areas
========================= */

.area-box {
  padding: 32px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: var(--shadow);
}

.area-layout {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 30px;
  align-items: center;
}

.areas {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.pill {
  padding: 9px 13px;
  border-radius: 999px;
  background: var(--ice);
  color: var(--blue);
  font-weight: 900;
}

.service-map {
  width: 100%;
  min-height: 355px;
}

.map-pin {
  animation: pulse 2.6s ease-in-out infinite;
  transform-origin: center;
}

.map-label {
  font: 800 14px Inter, Arial, sans-serif;
  fill: var(--navy);
}

.map-card {
  padding: 26px;
  border-radius: 28px;
  background:
    radial-gradient(circle at 50% 45%, rgba(18, 168, 232, 0.18), transparent 42%),
    linear-gradient(135deg, rgba(255,255,255,0.92), rgba(234,248,255,0.95));
  box-shadow: var(--shadow);
  border: 1px solid var(--line);
}

.route-line {
  fill: none;
  stroke: rgba(0, 119, 191, 0.5);
  stroke-width: 3;
  stroke-linecap: round;
  stroke-dasharray: 8 10;
  animation: route-flow 2.8s linear infinite;
}

.route-line--two {
  animation-delay: 0.4s;
}

.route-line--three {
  animation-delay: 0.8s;
}

.route-line--four {
  stroke: rgba(255, 134, 23, 0.55);
  animation-delay: 1.1s;
}

.pin-pulse {
  fill: rgba(0, 119, 191, 0.16);
  stroke: rgba(0, 119, 191, 0.28);
  stroke-width: 2;
  transform-origin: center;
  animation: pin-glow 2.4s ease-in-out infinite;
}

.map-pin--primary .pin-pulse {
  fill: rgba(255, 134, 23, 0.18);
  stroke: rgba(255, 134, 23, 0.34);
}

.map-pin {
  filter: drop-shadow(0 6px 12px rgba(0, 119, 191, 0.22));
}

.map-label {
  font: 800 14px Inter, Arial, sans-serif;
  fill: var(--navy);
}

.map-label--hq {
  fill: var(--orange);
}

@keyframes route-flow {
  from {
    stroke-dashoffset: 36;
  }

  to {
    stroke-dashoffset: 0;
  }
}

@keyframes pin-glow {
  0%,
  100% {
    opacity: 0.35;
    transform: scale(0.88);
  }

  50% {
    opacity: 0.9;
    transform: scale(1.08);
  }
}

/* =========================
   CTA
========================= */

.cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 26px;
  padding: 46px;
  border-radius: 34px;
  color: #fff;
  background: linear-gradient(135deg, var(--blue), var(--blue-bright));
  box-shadow: var(--shadow);
}

.cta h2 {
  margin: 0;
  font-size: 2.2rem;
}

.cta p {
  color: #eaf7ff;
}

/* =========================
   Page Hero
========================= */

.page-hero {
  padding: 82px 0;
  background: linear-gradient(135deg, var(--navy), var(--navy-2));
  color: #fff;
}

/* =========================
   Contact
========================= */

.contact-card {
  font-size: 1.05rem;
}

.contact-card a {
  color: var(--blue);
  font-weight: 900;
}

.contact-card .btn {
  color: #fff !important;
}

.contact-card .btn:hover,
.contact-card .btn:focus {
  color: #fff !important;
}

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

.form label {
  font-weight: 400;
  color: var(--slate);
}

.form input,
.form textarea,
.form select {
  width: 100%;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #fff;
  font: inherit;
  font-weight: 400;
  color: var(--navy);
}

.form textarea {
  min-height: 150px;
  resize: vertical;
}

.form-note {
  color: var(--muted);
  font-size: 0.92rem;
}

/* =========================
   FAQ
========================= */

.faq details {
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #fff;
}

.faq details + details {
  margin-top: 12px;
}

.faq summary {
  cursor: pointer;
  font-weight: 900;
}

.faq p {
  color: var(--slate);
}

/* =========================
   Footer
========================= */

.footer {
  padding: 48px 0 18px;
  background: #071321;
  color: #d7e9f3;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.35fr 0.8fr 1fr 1fr;
  gap: 30px;
}

.footer-logo {
  max-width: 320px;
  padding: 0;
  border-radius: 0;
  background: transparent;
  filter: drop-shadow(0 10px 24px rgba(0, 0, 0, 0.32));
}

.footer h4 {
  margin-top: 0;
  color: #fff;
}

.footer a:hover {
  color: #fff;
}

.footer-badges {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  align-items: center;
}

.footer-badges img {
  width: 108px;
  max-height: 72px;
  object-fit: contain;
  border-radius: 12px;
  background: transparent;
  padding: 0;
  filter: drop-shadow(0 8px 18px rgba(0, 0, 0, 0.28));
  transition: transform 0.22s ease, filter 0.22s ease;
}

.footer-badges img:hover {
  transform: translateY(-3px);
  filter: drop-shadow(0 10px 22px rgba(18, 168, 232, 0.28));
}

.socials {
  display: flex;
  gap: 10px;
  margin-top: 18px;
}

.socials a {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  font-weight: 900;
}

.socials a:hover {
  background: var(--blue);
}

.copyright {
  margin-top: 28px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  color: #9fb6c6;
}

.mobile-call {
  display: none;
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 60;
}

/* =========================
   Animations
========================= */

@keyframes cool-breeze {
  from {
    transform: translateX(-30%) skewX(-10deg);
  }

  to {
    transform: translateX(30%) skewX(-10deg);
  }
}

@keyframes frost-drift {
  from {
    background-position: 0 0;
  }

  to {
    background-position: 360px 0;
  }
}

@keyframes rise {
  from {
    opacity: 0;
    transform: translateY(22px);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes pulse {
  0%,
  100% {
    transform: scale(1);
    opacity: 1;
  }

  50% {
    transform: scale(1.16);
    opacity: 0.82;
  }
}

/* =========================
   Responsive
========================= */



@media (max-width: 900px) {
  .topbar__inner {
    display: none;
  }

  .header__inner {
    min-height: 74px;
  }

  .logo img {
    width: 235px;
  }

  .nav-toggle {
    display: block;
  }

  .primary-nav {
    position: absolute;
    left: 4%;
    right: 4%;
    top: calc(100% + 10px);
    display: grid;
    gap: 0;
    padding: 12px;
    border: 1px solid var(--line);
    border-radius: 20px;
    background: #fff;
    box-shadow: var(--shadow);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-8px);
    transition: 0.2s ease;
  }

  .primary-nav.is-open {
    opacity: 1;
    visibility: visible;
    transform: none;
  }

  .primary-nav a {
    padding: 13px 12px;
    border-radius: 12px;
  }

  .primary-nav a:hover {
    background: var(--ice);
  }

  .primary-nav .btn {
    margin-top: 8px;
    width: 100%;
  }

  body.nav-open .nav-toggle span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }

  body.nav-open .nav-toggle span:nth-child(2) {
    opacity: 0;
  }

  body.nav-open .nav-toggle span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }

  .hero__inner,
  .split,
  .area-layout {
    grid-template-columns: 1fr;
  }

  .hero__inner {
    min-height: auto;
    padding: 62px 0;
  }

  .grid--3,
  .grid--4,
  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }

  .credentials {
    grid-template-columns: 1fr;
  }

  .cta {
    display: block;
  }

  .cta .btn {
    margin-top: 18px;
  }

  .mobile-call {
    display: inline-flex;
  }
}

@media (max-width: 768px) {
  .sectors {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .sector {
    cursor: pointer;
    user-select: none;
  }

  .sector p {
    display: none;
    margin-top: 16px;
  }

  .sector.is-open p {
    display: block;
  }

  .sector-arrow {
    display: inline-flex;
    font-size: 1.3rem;
    transition: 0.3s ease;
  }

  .sector.is-open .sector-arrow {
    transform: rotate(180deg);
  }
}

@media (max-width: 580px) {
  .logo img {
    width: 205px;
  }

  .grid--2,
  .grid--3,
  .grid--4,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .hero h1,
  .page-hero h1 {
    font-size: 2.65rem;
  }

  .section {
    padding: 58px 0;
  }

  .hero-actions .btn,
  .cta .btn,
  .form .btn {
    width: 100%;
  }

  .cta,
  .area-box {
    padding: 28px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}

@media (min-width: 769px) {
  .sectors {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 18px;
  }
}




.brand-strip-section {
  overflow: hidden;
}

.brand-marquee {
  position: relative;
  overflow: hidden;
  margin-top: 12px;
  padding: 22px 0;
  background: #f5f9fc;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.brand-marquee::before,
.brand-marquee::after {
  content: "";
  position: absolute;
  top: 0;
  width: 120px;
  height: 100%;
  z-index: 2;
  pointer-events: none;
}

.brand-marquee::before {
  left: 0;
  background: linear-gradient(to right, #f5f9fc, transparent);
}

.brand-marquee::after {
  right: 0;
  background: linear-gradient(to left, #f5f9fc, transparent);
}

.brand-track {
  display: flex;
  align-items: center;
  gap: 54px;
  width: max-content;
  animation: brand-scroll 28s linear infinite;
}

.brand-marquee:hover .brand-track {
  animation-play-state: paused;
}

.brand-track img {
  height: 70px;
  width: auto;
  max-width: 170px;
  object-fit: contain;
  
  opacity: 0.72;
  transition: 0.25s ease;
}

.brand-track img:hover {
  filter: grayscale(0);
  opacity: 1;
  transform: translateY(-2px);
}

@keyframes brand-scroll {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

@media (max-width: 580px) {
  .brand-track {
    gap: 34px;
    animation-duration: 20s;
  }

  .brand-track img {
    height: 34px;
    max-width: 135px;
  }

  .brand-marquee::before,
  .brand-marquee::after {
    width: 60px;
  }
}

/* =========================
   Stats / Numbers Section
========================= */

.stats-section {
  position: relative;
  overflow: hidden;
  padding: 54px 0;
  background:
    radial-gradient(circle at 10% 20%, rgba(18, 168, 232, 0.14), transparent 32%),
    radial-gradient(circle at 90% 70%, rgba(255, 134, 23, 0.12), transparent 30%),
    #ffffff;
  border-bottom: 1px solid var(--line);
}

.stats-shape {
  position: absolute;
  border-radius: 999px;
  filter: blur(8px);
  opacity: 0.55;
  pointer-events: none;
  animation: float-shape 9s ease-in-out infinite;
}

.stats-shape--one {
  width: 180px;
  height: 180px;
  left: -70px;
  top: 20px;
  background: rgba(18, 168, 232, 0.16);
}

.stats-shape--two {
  width: 220px;
  height: 220px;
  right: -90px;
  bottom: -80px;
  background: rgba(255, 134, 23, 0.14);
  animation-delay: 1.8s;
}

.stats-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.stat-card {
  padding: 28px 22px;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.84);
  box-shadow: 0 14px 38px rgba(11, 31, 56, 0.08);
  backdrop-filter: blur(14px);
  text-align: center;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.stat-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 22px 50px rgba(11, 31, 56, 0.14);
}

.stat-number,
.stat-plus {
  font-size: clamp(2.2rem, 5vw, 3.6rem);
  font-weight: 900;
  line-height: 1;
  color: var(--orange);
  letter-spacing: -0.05em;
}

.stat-icon {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  margin: 0 auto 14px;
  border-radius: 16px;
  background: var(--ice);
  color: var(--blue);
  font-size: 1.35rem;
}

.stat-card p {
  margin: 10px 0 0;
  color: var(--slate);
  font-weight: 800;
}

@keyframes float-shape {
  0%,
  100% {
    transform: translateY(0) scale(1);
  }

  50% {
    transform: translateY(-18px) scale(1.05);
  }
}

@media (max-width: 900px) {
  .stats-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 580px) {
  .stats-section {
    padding: 38px 0;
  }

  .stats-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .stat-card {
    padding: 22px 14px;
  }

  .stat-card p {
    font-size: 0.9rem;
  }
}



.page-hero--image {
  position: relative;
  overflow: hidden;
  min-height: 460px;
  display: flex;
  align-items: center;
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
}

.page-hero--about {
  background-image:
    linear-gradient(135deg, rgba(7, 19, 33, 0.88), rgba(0, 119, 191, 0.55)),
    url("assets/about-hero.jpg");
}

.page-hero__content {
  position: relative;
  z-index: 2;
  color: #fff;
}

.page-hero__content h1 {
  max-width: 850px;
  font-size: clamp(2.4rem, 5vw, 4.6rem);
  letter-spacing: -0.045em;
}

.page-hero__content p {
  max-width: 700px;
  color: #eaf7ff;
  font-size: 1.15rem;
}

@media (max-width: 768px) {
  .page-hero--image {
    background-attachment: scroll;
    min-height: 380px;
  }
}

.section--pattern {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 8% 20%, rgb(255, 255, 255), transparent 28%),
    radial-gradient(circle at 92% 75%, rgba(224, 220, 215, 0.822), transparent 26%),
    linear-gradient(180deg, #0E2948, #164479);
}

.section--pattern::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(219, 225, 233, 0.527) 1px, transparent 1px),
    linear-gradient(90deg, rgba(219, 224, 230, 0.925) 1px, transparent 1px);
  background-size: 42px 42px;
  pointer-events: none;
}

.section--pattern > .container {
  position: relative;
  z-index: 1;
}









.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.reveal:nth-child(2) {
  transition-delay: 0.08s;
}

.reveal:nth-child(3) {
  transition-delay: 0.16s;
}

.reveal:nth-child(4) {
  transition-delay: 0.24s;
}


.page-hero--about{
    background:
        linear-gradient(rgba(7,19,33,.75),rgba(7,19,33,.75)),
        url("assets/about-hero.png");
    background-size:cover;
    background-position:top;
}