@font-face {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 200;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/oswald/v57/TK3iWkUHHAIjg752FD8Ghe4.woff2) format('woff2');
    unicode-range: U +0460 -052F, U +1C80 -1C8A, U +20B4, U +2DE0 -2DFF, U + A640-A69F, U + FE2E-FE2F;
}

:root {
--orange: #fe4529;
--orange-light: #f06840;
--orange-dark: #c9411a;
--orange-glow: rgba(232, 76, 43, 0.15);
--white: #fff;
--black: #121212;
--gray: #acadae;
--gray-dark: #464746;
--gray-light: #efefef;
--text-body: #b0b0b0;
--text-white: #ffffff;
--text-dark: #333333;
--text-gray: #666;
--bg-black: #121212; 
--bg-gray: #4c4c4c;
--bg-gray-dark: #464746;
--bg-white: #ffffff;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  font-family: "Source Sans Pro",Helvetica,Arial,Lucida,sans-serif;
  background: #464746;
  color: var(--text-body);
  overflow-x: hidden;
  line-height: 1.7em;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Oswald", Helvetica, Arial, Lucida, sans-serif;
}

.nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5000 !important;
  padding: 0 48px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* background: rgba(10, 10, 10, 0.7);
  backdrop-filter: blur(24px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.04);
  */
  transition: all 0.5s;
}
.nav.scrolled {
  background: rgba(10, 10, 10, 0.95);
  border-bottom-color: rgba(232, 76, 43, 0.1);
}
.nav-logo {
  display: flex;
  align-items: center;
  text-decoration: none;
}
.nav-logo img {
  height: 44px;
  width: auto;
}
.nav-links {
  display: flex;
  gap: 32px;
  align-items: center;
}
.nav-links a {
  font-family: "Source Sans Pro",Helvetica,Arial,Lucida,sans-serif;
  color: var(--gray-light);
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  transition: color 0.3s;
}
.nav-links a:hover {
  color: var(--orange);
}
.nav-cta {
  background: var(--orange) !important;
  color: var(--white) !important;
  padding: 10px 24px;
  border-radius: 3px;
  font-weight: 700 !important;
  animation: breatheCta 3s ease-in-out infinite;
}
.nav-cta:hover {
  background: var(--orange-light) !important;
}
.hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  z-index: 1001;
}
.hamburger span {
  width: 24px;
  height: 2px;
  background: var(--white);
  transition: all 0.3s;
}

.hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.35);
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.2);
}
.hero-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  pointer-events: none;
}
.hero-orb-1 {
  width: 600px;
  height: 600px;
  top: -10%;
  right: -5%;
  background: rgba(232, 76, 43, 0.12);
  animation: of1 20s ease-in-out infinite;
}

.hero-orb-2 {
  width: 400px;
  height: 400px;
  bottom: 5%;
  left: -5%;
  background: rgba(232, 76, 43, 0.06);
  animation: of2 25s ease-in-out infinite;
}

.hero-orb-3 {
  width: 300px;
  height: 300px;
  top: 40%;
  left: 60%;
  background: rgba(255, 180, 120, 0.04);
  animation: of3 18s ease-in-out infinite;
}
@keyframes of1 {
  0%,
  100% {
    transform: translate(0, 0);
  }
  33% {
    transform: translate(-30px, 40px);
  }
  66% {
    transform: translate(20px, -20px);
  }
}
@keyframes of2 {
  0%,
  100% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(40px, -30px);
  }
}
@keyframes of3 {
  0%,
  100% {
    transform: translate(0, 0);
  }
  40% {
    transform: translate(-20px, 30px);
  }
  80% {
    transform: translate(30px, -15px);
  }
}
.hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  max-width: 920px;
  padding: 0 24px;
}
.hero-badge {
  display: inline-block;
  border: 1px solid rgba(232, 76, 43, 0.5);
  color: var(--orange);
  font-family: 'Oswald', sans-serif;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 10px 28px;
  margin-bottom: 36px;
  background: rgba(232, 76, 43, 0.06);
  animation: fu 1s ease 0.3s both, breatheBadge 3s ease-in-out 1.5s infinite;
}
.hero h1 {
  font-family: 'Oswald', sans-serif;
  font-size: 3.5em;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--white);
  line-height: 1.08;
  margin-bottom: 24px;
  animation: fu 1s ease 0.5s both;

  text-shadow: 0 4px 2px rgba(0,0,0,0.5);
}
.hero h1 em {
  font-style: normal;
  color: var(--orange);
}
.hero p {
  font-size: 17px;
  line-height: 1.75;
  color: var(--gray-light);
  max-width: 640px;
  margin: 0 auto 44px;
  animation: fu 1s ease 0.7s both;
}
.hero-buttons {
  display: flex;
  gap: 16px;
  justify-content: center;
  animation: fu 1s ease 0.9s both;
}
.btn-primary {
  background: var(--orange);
  color: var(--white);
  padding: 16px 40px;
  font-family: 'Oswald', sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-decoration: none;
  border: none;
  border-radius: 3px;
  cursor: pointer;
  transition: all 0.3s;
  box-shadow: 0 4px 24px rgba(232, 76, 43, 0.25);
  animation: breatheCta 3s ease-in-out infinite;
}
.btn-primary:hover {
  background: var(--orange-light);
  transform: translateY(-2px);
  box-shadow: 0 8px 32px rgba(232, 76, 43, 0.35);
}
.btn-outline {
  border: 1px solid rgba(232, 76, 43, 0.4);
  color: var(--orange-light);
  padding: 12px 24px;
  font-family: 'Oswald', sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-decoration: none;
  background: transparent;
  border-radius: 3px;
  cursor: pointer;
  transition: all 0.3s;
}
.btn-outline:hover {
  border-color: var(--orange);
  background: rgba(232, 76, 43, 0.08);
}
.scroll-indicator {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  animation: fu 1s ease 1.2s both;
}
.scroll-indicator span {
  font-family: "Source Sans Pro",Helvetica,Arial,Lucida,sans-serif;
  font-size: 10px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--gray);
}
.scroll-line {
  width: 1px;
  height: 40px;
  background: linear-gradient(to bottom, var(--orange), transparent);
  animation: sp 2s ease-in-out infinite;
}
@keyframes sp {
  0%,
  100% {
    opacity: 0.3;
  }
  50% {
    opacity: 1;
  }
}
@keyframes fu {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes breatheGlow {
  0%,
  100% {
    opacity: 0.7;
    filter: brightness(1);
  }
  50% {
    opacity: 1;
    filter: brightness(1.2);
  }
}
@keyframes breatheLine {
  0%,
  100% {
    width: 60px;
    opacity: 0.7;
  }
  50% {
    width: 80px;
    opacity: 1;
  }
}
@keyframes breatheText {
  0%,
  100% {
    opacity: 0.75;
    letter-spacing: 4px;
  }
  50% {
    opacity: 1;
    letter-spacing: 5px;
  }
}
@keyframes breatheStat {
  0%,
  100% {
    transform: scale(1);
    text-shadow: 0 0 0 transparent;
  }
  50% {
    transform: scale(1.02);
    text-shadow: 0 0 30px rgba(232, 76, 43, 0.3);
  }
}
@keyframes breatheBadge {
  0%,
  100% {
    border-color: rgba(232, 76, 43, 0.3);
    box-shadow: 0 0 0 transparent;
  }
  50% {
    border-color: rgba(232, 76, 43, 0.6);
    box-shadow: 0 0 20px rgba(232, 76, 43, 0.08);
  }
}
@keyframes breatheAmount {
  0%,
  100% {
    filter: brightness(1) drop-shadow(0 0 0 transparent);
    transform: scale(1);
  }
  50% {
    filter: brightness(1.15) drop-shadow(0 0 40px rgba(232, 76, 43, 0.2));
    transform: scale(1.01);
  }
}
@keyframes breatheIcon {
  0%,
  100% {
    border-color: rgba(232, 76, 43, 0.1);
    box-shadow: 0 0 0 transparent;
  }
  50% {
    border-color: rgba(232, 76, 43, 0.25);
    box-shadow: 0 0 16px rgba(232, 76, 43, 0.1);
  }
}
@keyframes breatheDot {
  0%,
  100% {
    box-shadow: 0 0 8px rgba(232, 76, 43, 0.3);
  }
  50% {
    box-shadow: 0 0 14px rgba(232, 76, 43, 0.6);
  }
}
@keyframes breatheCta {
  0%,
  100% {
    box-shadow: 0 4px 24px rgba(232, 76, 43, 0.25);
  }
  50% {
    box-shadow: 0 4px 36px rgba(232, 76, 43, 0.4);
  }
}
@keyframes shimmer {
  0% {
    background-position: -200% 0;
  }
  100% {
    background-position: 200% 0;
  }
}

section {
  padding: 120px 0;
  position: relative;
}
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}
.sl {
  font-family: "Source Sans Pro",Helvetica,Arial,Lucida,sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: var(--orange);
  margin-bottom: 16px;
  animation: breatheText 4s ease-in-out infinite;
}
.st {
  font-family: 'Oswald',Helvetica,Arial,Lucida,sans-serif;
  font-size: clamp(30px, 3.5vw, 44px);
  font-weight: 300;
  color: var(--text-white);
  line-height: 1.15;
  margin-bottom: 20px;
}
.st-2 {
  font-family: 'Oswald',Helvetica,Arial,Lucida,sans-serif;
  font-size: clamp(30px, 3.5vw, 44px);
  font-weight: 300;
  color: var(--text-dark);
  line-height: 1.15;
  margin-bottom: 20px;
}
.ss {
  font-size: 16px;
  line-height: 1.8;
  color: var(--gray-light);
  max-width: 600px;
}
.ss-2 {
  font-size: 16px;
  line-height: 1.8;
  color: var(--gray-dark);
  max-width: 600px;
}
.ss-2 {
  font-size: 16px;
  line-height: 1.8;
  color: var(--gray-dark);
  max-width: 600px;
}
.al {
  width: 60px;
  height: 3px;
  margin: 20px 0;
  border-radius: 2px;
  background: linear-gradient(90deg, var(--orange), var(--orange-light));
  animation: breatheLine 4s ease-in-out infinite;
}
.sd {
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent 5%,
    rgba(232, 76, 43, 0.15) 30%,
    rgba(232, 76, 43, 0.25) 50%,
    rgba(232, 76, 43, 0.15) 70%,
    transparent 95%
  );
  position: relative;
  overflow: hidden;
}
.sd::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.15),
    transparent
  );
  background-size: 200% 100%;
  animation: shimmer 6s linear infinite;
}

.stats-bar {
  position: relative;
  padding: 60px 0;
  background-color: var(--bg-gray-dark);
  border-top: 1px solid rgba(232, 76, 43, 0.08);
  border-bottom: 1px solid rgba(232, 76, 43, 0.08);
}
.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
  text-align: center;
}
.sn {
  font-family: 'Oswald',Helvetica,Arial,Lucida,sans-serif;
  font-size: 42px;
  font-weight: 800;
  color: var(--orange);
  line-height: 1;
  margin-bottom: 10px;
  animation: breatheStat 3.5s ease-in-out infinite;
}
.su {
  font-size: 18px;
  font-weight: 600;
  color: var(--orange-light);
}
.sdd {
  font-family: "Source Sans Pro",Helvetica,Arial,Lucida,sans-serif;
  font-size: 14px;
  color: var(--text-white);
  letter-spacing: 1.5px;
  text-transform: uppercase;
  line-height: 1.5;
}

.overview {
  background-color: #fff;
}
.overview-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}
.ov {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
  background: linear-gradient(
      145deg,
      rgba(232, 76, 43, 0.06) 0%,
      transparent 40%
    ),
    linear-gradient(325deg, rgba(232, 76, 43, 0.04) 0%, transparent 40%),
    linear-gradient(180deg, #181818 0%, #141414 100%);
}
.ov::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(
      rgba(255, 255, 255, 0.02) 1px,
      transparent 1px
    ),
    linear-gradient(90deg, rgba(255, 255, 255, 0.02) 1px, transparent 1px);
  background-size: 40px 40px;
}
.ov-inner {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ov-inner svg {
  width: 180px;
  opacity: 0.1;
}
.dr {
  display: flex;
  justify-content: space-between;
  padding: 18px 0;
  border-bottom: 1px solid #ececec;
}
.dl {
  font-family: 'Oswald',Helvetica,Arial,Lucida,sans-serif;
  font-size: 16px;
  color: var(--text-gray);
  letter-spacing: 1.5px;
  text-transform: uppercase;
}
.dv {
  font-size: 16px;
  color: var(--text-dark);
  text-align: right;
}

.features {
  background-color: var(--bg-gray-dark);
}
.fh {
  text-align: center;
  margin-bottom: 72px;
}
.fh .ss {
  margin: 0 auto;
}
.fh .al {
  margin: 20px auto;
}
.fg {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.fc {
  padding: 36px 28px;
  border-radius: 6px;
  transition: all 0.4s;
  position: relative;
  overflow: hidden;
  background: linear-gradient(
    160deg,
    rgba(255, 255, 255, 0.03) 0%,
    rgba(255, 255, 255, 0.01) 100%
  );
  border: 1px solid rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(4px);
}
.fc::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(
    90deg,
    var(--orange),
    var(--orange-light),
    transparent
  );
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s;
}
.fc:hover::before {
  transform: scaleX(1);
}
.fc:hover {
  border-color: rgba(232, 76, 43, 0.15);
  transform: translateY(-4px);
  background: linear-gradient(
    160deg,
    rgba(232, 76, 43, 0.05) 0%,
    rgba(255, 255, 255, 0.02) 100%
  );
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3), 0 0 40px rgba(232, 76, 43, 0.05);
}
.fi {
  width: 48px;
  height: 48px;
  margin-bottom: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(
    135deg,
    rgba(232, 76, 43, 0.15) 0%,
    rgba(232, 76, 43, 0.05) 100%
  );
  border-radius: 10px;
  border: 1px solid rgba(232, 76, 43, 0.1);
  animation: breatheIcon 3.5s ease-in-out infinite;
}
.fi svg {
  width: 24px;
  height: 24px;
  stroke: var(--orange);
  fill: none;
  stroke-width: 1.8;
  animation: breatheGlow 3.5s ease-in-out infinite;
}
.fc h3 {
  font-family: 'Oswald',Helvetica,Arial,Lucida,sans-serif;
  font-size: 22px;
  font-weight: 200; 
  color: var(--white);
  margin-bottom: 10px;
  line-height: 1.25em;
}
.fc p {
  font-size: 16px;
  line-height: 1.7;
  color: var(--gray);
}

.location {
  background-color: var(--bg-gray-dark);
}
.lg {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: start;
}
.lh {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 32px;
}
.li {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 16px 20px;
  background: linear-gradient(
    90deg,
    rgba(232, 76, 43, 0.06) 0%,
    rgba(232, 76, 43, 0.01) 100%
  );
  border-left: 3px solid var(--orange);
  border-radius: 0 6px 6px 0;
  transition: all 0.3s;
}
.li:hover {
  background: linear-gradient(
    90deg,
    rgba(232, 76, 43, 0.1) 0%,
    rgba(232, 76, 43, 0.03) 100%
  );
}
.li p {
  font-size: 16px;
  color: var(--gray-light);
}
.lm {
  position: relative;
  height: 500px;
  border-radius: 6px;
  overflow: hidden;
  background-color: #393a39;
  border: 1px solid rgba(255, 255, 255, 0.05);
}
.lm::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(
      rgba(255, 255, 255, 0.02) 1px,
      transparent 1px
    ),
    linear-gradient(90deg, rgba(255, 255, 255, 0.02) 1px, transparent 1px);
  background-size: 50px 50px;
  mask-image: radial-gradient(
    ellipse 60% 60% at 52% 45%,
    black 10%,
    transparent 70%
  );
  -webkit-mask-image: radial-gradient(
    ellipse 60% 60% at 52% 45%,
    black 10%,
    transparent 70%
  );
}
.mp {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
.mp svg {
  width: 48px;
  stroke: var(--orange);
  opacity: 0.5;
}
.mp p {
  color: var(--gray);
  font-size: 16px;
}
.md {
  position: absolute;
  width: 14px;
  height: 14px;
  background: var(--orange);
  border-radius: 50%;
  top: 45%;
  left: 52%;
  box-shadow: 0 0 0 4px rgba(232, 76, 43, 0.25),
    0 0 0 8px rgba(232, 76, 43, 0.1), 0 0 30px rgba(232, 76, 43, 0.2);
  animation: pu 2s infinite;
}
@keyframes pu {
  0%,
  100% {
    box-shadow: 0 0 0 4px rgba(232, 76, 43, 0.25),
      0 0 0 8px rgba(232, 76, 43, 0.1), 0 0 30px rgba(232, 76, 43, 0.2);
  }
  50% {
    box-shadow: 0 0 0 8px rgba(232, 76, 43, 0.15),
      0 0 0 16px rgba(232, 76, 43, 0.05), 0 0 40px rgba(232, 76, 43, 0.15);
  }
}

.market {
  background-color: var(--bg-gray);
}
.mg {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}
.ms {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.mst {
  padding: 32px 24px;
  text-align: center;
  border-radius: 6px;
  transition: all 0.3s;
  background: linear-gradient(
    160deg,
    rgba(255, 255, 255, 0.03) 0%,
    rgba(255, 255, 255, 0.01) 100%
  );
  border: 1px solid rgba(255, 255, 255, 0.05);
}
.mst:hover {
  border-color: rgba(232, 76, 43, 0.15);
  transform: translateY(-2px);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.3);
}
.mst .sn {
  font-size: 34px;
  margin-bottom: 12px;
}
.mst p {
  font-size: 16px;
  color: var(--gray);
  line-height: 1.5;
}

.infra {
  position: relative;
  overflow: hidden;
  background-color: var(--bg-gray-dark);
}
.infra::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(
      rgba(232, 76, 43, 0.012) 1px,
      transparent 1px
    ),
    linear-gradient(90deg, rgba(232, 76, 43, 0.012) 1px, transparent 1px);
  background-size: 120px 120px;
}
.ih {
  text-align: center;
  margin-bottom: 64px;
  position: relative;
}
.ih .ss {
  margin: 0 auto;
}
.ih .al {
  margin: 20px auto;
}
.ia {
  font-family: 'Oswald',Helvetica,Arial,Lucida,sans-serif;
  font-size: clamp(52px, 7vw, 88px);
  font-weight: 800;
  line-height: 1;
  margin-bottom: 12px;
  background: linear-gradient(
    135deg,
    var(--orange) 0%,
    #ff9a5c 50%,
    var(--orange) 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: breatheAmount 4s ease-in-out infinite;
}
.ial {
  font-size: 16px;
  color: var(--gray-light);
  margin-bottom: 28px;
}
.ip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  position: relative;
}
.ic {
  padding: 32px 24px;
  border-radius: 6px;
  transition: all 0.3s;
  background: linear-gradient(
    160deg,
    rgba(255, 255, 255, 0.035) 0%,
    rgba(255, 255, 255, 0.01) 100%
  );
  border: 1px solid rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(8px);
}
.ic:hover {
  border-color: rgba(232, 76, 43, 0.2);
  transform: translateY(-3px);
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.3);
}
.ic h4 {
  font-family: 'Oswald',Helvetica,Arial,Lucida,sans-serif;
  font-size: 22px;
  font-weight: 200;
  color: var(--white);
  margin-bottom: 8px;
  line-height: 1.25em;
}
.ic p {
  font-size: 16px;
  color: var(--gray);
  line-height: 1.6;
}
.ii {
  width: 40px;
  height: 40px;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(
    135deg,
    rgba(232, 76, 43, 0.15) 0%,
    rgba(232, 76, 43, 0.05) 100%
  );
  border-radius: 8px;
  border: 1px solid rgba(232, 76, 43, 0.1);
  animation: breatheIcon 4s ease-in-out infinite;
}
.ii svg {
  width: 22px;
  height: 22px;
  stroke: var(--orange);
  fill: none;
  stroke-width: 1.8;
  animation: breatheGlow 4s ease-in-out infinite;
}

.building {
  background-color: var(--bg-gray);
}
.bg {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}
.bi {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 16px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.04);
}
.bc {
  width: 28px;
  height: 28px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(
    135deg,
    rgba(232, 76, 43, 0.15) 0%,
    rgba(232, 76, 43, 0.05) 100%
  );
  border-radius: 6px;
  border: 1px solid rgba(232, 76, 43, 0.1);
  animation: breatheIcon 3s ease-in-out infinite;
}
.bc svg {
  width: 16px;
  height: 16px;
  stroke: var(--orange);
  fill: none;
  stroke-width: 2.5;
}
.bi p {
  font-size: 16px;
  color: var(--gray-light);
}

.zoning {
  background-color: var(--bg-gray-dark);
}
.zc {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: start;
}
.zb {
  display: inline-block;
  background: linear-gradient(
    135deg,
    rgba(232, 76, 43, 0.12) 0%,
    rgba(232, 76, 43, 0.05) 100%
  );
  border: 1px solid rgba(232, 76, 43, 0.2);
  color: var(--orange);
  font-family: "Source Sans Pro",Helvetica,Arial,Lucida,sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 2px;
  padding: 10px 24px;
  margin-bottom: 20px;
  border-radius: 4px;
  animation: breatheBadge 3.5s ease-in-out infinite;
}
.zu {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-top: 40px;
}
.zui {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 18px;
  background: linear-gradient(
    135deg,
    rgba(232, 76, 43, 0.04) 0%,
    rgba(255, 255, 255, 0.01) 100%
  );
  border: 1px solid rgba(255, 255, 255, 0.04);
  border-radius: 6px;
  transition: all 0.3s;
}
.zui:hover {
  border-color: rgba(232, 76, 43, 0.15);
  background: linear-gradient(
    135deg,
    rgba(232, 76, 43, 0.08) 0%,
    rgba(255, 255, 255, 0.02) 100%
  );
}
.zui .dot {
  width: 7px;
  height: 7px;
  background: var(--orange);
  border-radius: 50%;
  flex-shrink: 0;
  box-shadow: 0 0 8px rgba(232, 76, 43, 0.4);
  animation: breatheDot 3s ease-in-out infinite;
}
.zui p {
  font-size: 16px;
  color: var(--gray-light);
}

.team {
  border-top: 1px solid rgba(255, 255, 255, 0.04); 
  background-color: var(--bg-gray);
}
.tg {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  /* max-width: 800px; */
}
.tc {
  padding: 36px 28px;
  border-radius: 6px;
  background: linear-gradient(
    160deg,
    rgba(255, 255, 255, 0.035) 0%,
    rgba(255, 255, 255, 0.01) 100%
  );
  border: 1px solid rgba(255, 255, 255, 0.05);
}
.tr {
  font-family: "Oswald", Helvetica, Arial, Lucida, sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--orange);
  margin-bottom: 8px;
  animation: breatheText 4.5s ease-in-out infinite;
}
.tn {
  font-family: "Oswald", Helvetica, Arial, Lucida, sans-serif;
  font-size: 20px;
  font-weight: 200;
  color: var(--white);
  margin-bottom: 6px;
}
.td {
  font-size: 16px;
  color: var(--gray-light);
  line-height: 1.6;
}

.enquire {
  position: relative;
  background-color: var(--bg-white);
}
.enquire::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(
    90deg,
    transparent,
    var(--orange),
    var(--orange-light),
    transparent
  );
  animation: breatheGlow 3s ease-in-out infinite;
}
.eg {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: start;
}
.ef {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.efr {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}
.efg {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.efg label {
  font-family: "Source Sans Pro",Helvetica,Arial,Lucida,sans-serif;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--text-gray);
}
.efg input,
.efg textarea,
.efg select {
  background: linear-gradient(
    160deg,
    rgba(255, 255, 255, 0.04) 0%,
    rgba(255, 255, 255, 0.02) 100%
  );
  border: 1px solid #d4d4d4;
  color: var(--text-dark);
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  padding: 14px 16px;
  border-radius: 4px;
  outline: none;
  transition: all 0.3s;
}
.efg input:focus,
.efg textarea:focus,
.efg select:focus {
  border-color: var(--orange);
  box-shadow: 0 0 0 3px rgba(232, 76, 43, 0.1);
}
.efg textarea {
  resize: vertical;
  min-height: 120px;
}
.efg select {
  cursor: pointer;
  appearance: none;
}
.efs {
  margin-top: 8px;
  align-self: flex-start;
}
.cd {
  display: flex;
  flex-direction: column;
  gap: 32px;
  padding-top: 20px;
}
.cpn {
  font-family: "Source Sans Pro",Helvetica,Arial,Lucida,sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: var(--text-dark);
  margin-bottom: 4px;
}
.cpt {
  font-size: 16px;
  color: var(--orange);
  letter-spacing: 0.5px;
  margin-bottom: 16px;
  font-weight: 600;
}
.ci {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.cr {
  display: flex;
  align-items: center;
  gap: 12px;
}
.cr svg {
  width: 17px;
  height: 17px;
  stroke: var(--orange);
  fill: none;
  stroke-width: 1.5;
  flex-shrink: 0;
}
.cr a,
.cr span {
  color: var(--text-gray);
  font-size: 16px;
  text-decoration: none;
  transition: color 0.3s;
}
.cr a:hover {
  color: var(--orange);
}
.oa {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.04);
}
.ofc {
  font-weight: 600; 
  color: var(--text-dark);
}
.oa p {
  font-size: 16px;
  color: var(--text-gray);
  line-height: 1.7;
}
.oa strong {
  color: var(--text-dark);
}

.footer {
  border-top: 1px solid rgba(255, 255, 255, 0.04);
  padding: 48px 0;
  background-color: var(--bg-black);
}
.footer-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer-logo {
  display: flex;
  align-items: center;
}
.footer-logo img {
  /* height: 36px; */
  max-width: 100%;
}
.footer p {
  font-size: 14px;
  color: var(--gray);
}
.footer a {
  color: var(--orange);
  text-decoration: none;
}

.reveal {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}
.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

.footer-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media (max-width: 1024px) {
  .overview-grid,
  .lg,
  .mg,
  .bg,
  .zc,
  .eg {
    grid-template-columns: 1fr;
    gap: 48px;
  }
  .fg {
    grid-template-columns: 1fr 1fr;
  }
  .ip {
    grid-template-columns: 1fr 1fr;
  }
  .stats-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .unitas-1 {
		width: 100%;
		max-width: 100%;
  }
  .ov {
    height: 350px;
  }
   .footer-inner{
		display: flex;
		flex-direction: column;
		align-items: center;   /* centers logo horizontally */
		text-align: center;    /* centers text */
		margin: 0 auto;        /* centers the container */
		max-width: 80%;
		gap: 16px;
	  }
}
@media (max-width: 768px) {
  .container {
	padding-right: 50px;	
  }
  .nav {
    padding: 0 24px;
  }
  .nav-links {
    display: none;
  }
  .nav-links a {
	  font-size: 20px;
  }
  .hamburger {
    display: flex;
  }
  .nav-links.open {
    display: flex;
    flex-direction: column;
    position: fixed;
    top: 80px;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(10, 10, 10, 0.98);
    backdrop-filter: blur(20px);
    padding: 40px 24px;
    gap: 24px;
    z-index: 999;
  }
  .fg,
  .ip {
    grid-template-columns: 1fr;
  }
  .stats-grid {
    grid-template-columns: 1fr 1fr;
  }
  .ms,
  .tg,
  .zu {
    grid-template-columns: 1fr;
  }
  .efr {
    grid-template-columns: 1fr;
  }
  section {
    padding: 80px 0;
  }
  .hero-buttons {
    flex-direction: column;
    align-items: center;
  }
  .lm {
    height: 300px;
  }
}

.hero-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  opacity: 0.45;
}
.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.20%);
  z-index: 1;
}

/*** Carousel  ***/
.myCarousel {
  padding-left: 120px;
  padding-right: 120px;
}

.swiper {
  width: 100%;
}

.swiper-slide {
  aspect-ratio: 3 / 2;
  overflow: hidden;
  border-radius: 10px;
}

.swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper-slide-active {
  transform: scale(1);
  opacity: 1;
}

.swiper-wrapper{
  align-items:center;
}

/* arrows style */
.swiper-button-prev,
.swiper-button-next{
  color:#000;
  background:white;
  width:40px;
  height:40px;
  border-radius:50%;
  box-shadow:0 3px 10px rgba(0,0,0,0.15);
}
/*** End Carousel  ***/

/*** Image with Play button  ***/
.video-thumbnail {
  position: relative;
  width: 100%;
  margin: auto;
  overflow: hidden;
  cursor: pointer;
  border-radius: 6px; /* move radius here */
}

.video-thumbnail:hover .thumbnail{
  transform: scale(1.05);
  transition: transform 0.4s ease;
}

.video-thumbnail img.thumbnail{
  width:100%;
  display:block;
  animation:zoomEffect 12s ease-in-out infinite;
  transform-origin:center;
}

/* PLAY BUTTON WRAPPER */
.play-button{
  position:absolute;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%);
  display:flex;
  align-items:center;
  gap:18px;
  cursor:pointer;
  z-index: 2;
}

/* ICON WRAPPER */
.play-icon{
  position:relative;
  width:70px;
  height:70px;
  display:flex;
  align-items:center;
  justify-content:center;
}

/* RED PLAY IMAGE */
.play-icon img{
  width:70px;
  position:relative;
  z-index:2;
}

/* WHITE RIPPLE EFFECT */
.play-icon::before,
.play-icon::after{
  content:"";
  position:absolute;
  width:90px;
  height:90px;
  border-radius:50%;
  background:rgba(255,255,255,0.45);
  z-index:1;

  animation:ripple 2.2s infinite;
}

.play-icon::after{
  animation-delay:1s;
}

/* PLAY TEXT */
.play-text{
  color:#fff;
  font-size:42px;
  font-weight:700;
  text-shadow:0 3px 6px rgba(0,0,0,0.7);
}

/* RIPPLE ANIMATION */
@keyframes ripple{

  0%{
    transform:scale(0.8);
    opacity:0.7;
  }

  70%{
    transform:scale(1.6);
    opacity:0;
  }

  100%{
    transform:scale(1.6);
    opacity:0;
  }

}

/* Zoom animation */
@keyframes zoomEffect {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.08);
  }
  100% {
    transform: scale(1);
  }
}

/* Video Modal */
/* VIDEO MODAL OVERLAY */

.video-modal{
  position:fixed;
  top:0;
  left:0;
  width:100%;
  height:100vh;

  display:none;
  align-items:center;
  justify-content:center;

  background:rgba(0,0,0,0.85);

  z-index:9999999999; /* ensure topmost */
}

/* VIDEO WRAPPER */

.video-wrapper{
  position:relative;
  width:75%;
  max-width:900px;
  max-height:80vh;
  display:flex;
  justify-content:center;
  align-items:center;
}

/* VIDEO */

#videoPlayer{
  width:100%;
  max-height:80vh;
  border-radius:8px;
  object-fit:contain;
}

/* CLOSE BUTTON */

#closeVideo{
  position:fixed;
  top:25px;
  right:25px;

  width:44px;
  height:44px;

  border-radius:50%;
  background:rgba(0,0,0,0.65);
  color:#fff;

  font-size:28px;
  display:flex;
  align-items:center;
  justify-content:center;

  cursor:pointer;
  z-index:10000000000;
}

#closeVideo:hover{
  background:#000;
  transform:scale(1.1);
}

/* ensure nav or chatbot cannot overlap */
.nav,
.chatbot,
iframe{
  z-index:1;
}
/* End Video Modal */
/*** End Image with Play button  ***/

#register-form option {
	color: #4d524d; 
}

.image-container{
  position: relative;
  width:100%;
  overflow:hidden;
}

/* base image */
#image1{
  width:100%;
  height:auto;
  display:block;
  position:relative;
  z-index:1;
  opacity:1;
  transition: opacity 2s ease-in-out;
  border-radius: 10px; 
}

/* overlay image */
#image2{
  width:100%;
  height:auto;
  position:absolute;
  top:0;
  left:0;
  z-index:2;
  opacity:0;
  transition: opacity 2s ease-in-out;
  border-radius: 10px; 
}

.page-loader{
  position: fixed;
  inset: 0;
  background: #1c2024;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  transition: opacity 0.5s ease;
}

.loader-logo{
  width: 80px;
  animation: logoSpin 2.5s ease-in-out infinite;
}

/* page loader */
.page-loader{
  position: fixed;
  inset: 0;
  background: #1c2024;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.loader-logo{
  width: 120px;
  animation: logoPulse 2s ease-in-out infinite;
}


/* Force video popup above everything */
.mfp-wrap,
.mfp-bg,
.et_pb_video_lightbox,
.et_pb_video_overlay {
  z-index: 999999999 !important;
}

/* Ensure popup fills screen and centers video */
.mfp-wrap {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.property-video {
  background-color: var(--bg-white);
}

.image-toggle-section {
  background-color: var(--bg-white);
}

.carousel-images {
  background-color: var(--bg-white);
}


@keyframes logoPulse{

  0%{
    transform: translateY(0) scale(0.95);
    opacity: .8;
    filter: drop-shadow(0 0 0 rgba(232,76,43,0));
  }

  50%{
    transform: translateY(-8px) scale(1.05);
    opacity: 1;
    filter: drop-shadow(0 0 18px rgba(232,76,43,0.6));
  }

  100%{
    transform: translateY(0) scale(0.95);
    opacity: .8;
    filter: drop-shadow(0 0 0 rgba(232,76,43,0));
  }

}
/* end page loader */