:root {
  --bg: #061327;
  --surface: rgba(255, 255, 255, 0.08);
  --surface-solid: #0b203f;
  --text: #eef4ff;
  --muted: #bed0ef;
  --primary: #1e3a8a;
  --secondary: #22c55e;
  --shadow: 0 20px 50px rgba(3, 7, 18, 0.35);
  --radius: 14px;
  --border: rgba(255, 255, 255, 0.18);
  --gradient: linear-gradient(120deg, #1e3a8a 0%, #155e75 55%, #22c55e 100%);
  --ease-smooth: cubic-bezier(0.22, 1, 0.36, 1);
}

html[data-theme="light"] {
  --bg: #f5f9ff;
  --surface: rgba(255, 255, 255, 0.66);
  --surface-solid: #ffffff;
  --text: #0f1f3b;
  --muted: #496182;
  --primary: #1e3a8a;
  --secondary: #16a34a;
  --shadow: 0 20px 45px rgba(15, 32, 59, 0.16);
  --border: rgba(30, 58, 138, 0.12);
  --gradient: linear-gradient(120deg, #1d4ed8 0%, #0ea5e9 52%, #22c55e 100%);
}

html[data-theme="light"] body {
  background:
    radial-gradient(circle at 12% 8%, rgba(34, 197, 94, 0.08), transparent 34%),
    radial-gradient(circle at 88% 14%, rgba(96, 165, 250, 0.1), transparent 30%),
    radial-gradient(circle at 50% 102%, rgba(15, 118, 110, 0.08), transparent 28%),
    linear-gradient(135deg, #f7fbff 0%, #edf4ff 44%, #e6f0ff 72%, #f5f9ff 100%);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 92px;
}

body {
  margin: 0;
  font-family: "Poppins", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at 12% 8%, rgba(34, 197, 94, 0.16), transparent 34%),
    radial-gradient(circle at 88% 14%, rgba(96, 165, 250, 0.18), transparent 30%),
    radial-gradient(circle at 50% 102%, rgba(15, 118, 110, 0.18), transparent 28%),
    linear-gradient(135deg, #04101f 0%, #07182d 40%, #091f38 68%, #050f1d 100%);
  line-height: 1.65;
  overflow-x: hidden;
}

body::before,
body::after {
  content: "";
  position: fixed;
  inset: -18% -10%;
  pointer-events: none;
  z-index: 0;
  opacity: 0.42;
  transform: translateZ(0);
}

body::before {
  background:
    radial-gradient(circle at 22% 28%, rgba(56, 189, 248, 0.16), transparent 18%),
    radial-gradient(circle at 78% 18%, rgba(34, 197, 94, 0.12), transparent 20%),
    radial-gradient(circle at 60% 76%, rgba(30, 58, 138, 0.16), transparent 24%);
  animation: auroraDrift 18s ease-in-out infinite alternate;
}

body::after {
  background:
    radial-gradient(circle at 40% 12%, rgba(255, 255, 255, 0.08), transparent 14%),
    radial-gradient(circle at 86% 62%, rgba(255, 255, 255, 0.05), transparent 12%),
    radial-gradient(circle at 12% 82%, rgba(255, 255, 255, 0.04), transparent 10%);
  mix-blend-mode: screen;
  animation: auroraFloat 24s ease-in-out infinite alternate-reverse;
}

main {
  position: relative;
  z-index: 1;
}

.site-particles {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  overflow: hidden;
}

.site-particles span {
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.95), rgba(143, 223, 255, 0.35));
  box-shadow: 0 0 12px rgba(143, 223, 255, 0.4);
  opacity: 0.34;
  animation: particleFloat linear infinite;
}

.site-particles span:nth-child(1) {
  left: 8%;
  top: 92%;
  animation-duration: 14s;
  animation-delay: -2s;
}

.site-particles span:nth-child(2) {
  left: 18%;
  top: 104%;
  width: 5px;
  height: 5px;
  animation-duration: 18s;
  animation-delay: -6s;
}

.site-particles span:nth-child(3) {
  left: 28%;
  top: 95%;
  width: 7px;
  height: 7px;
  animation-duration: 16s;
  animation-delay: -3s;
}

.site-particles span:nth-child(4) {
  left: 39%;
  top: 108%;
  animation-duration: 20s;
  animation-delay: -10s;
}

.site-particles span:nth-child(5) {
  left: 50%;
  top: 98%;
  width: 4px;
  height: 4px;
  animation-duration: 17s;
  animation-delay: -7s;
}

.site-particles span:nth-child(6) {
  left: 62%;
  top: 103%;
  width: 7px;
  height: 7px;
  animation-duration: 21s;
  animation-delay: -9s;
}

.site-particles span:nth-child(7) {
  left: 71%;
  top: 94%;
  animation-duration: 15s;
  animation-delay: -4s;
}

.site-particles span:nth-child(8) {
  left: 80%;
  top: 106%;
  width: 5px;
  height: 5px;
  animation-duration: 19s;
  animation-delay: -5s;
}

.site-particles span:nth-child(9) {
  left: 88%;
  top: 97%;
  width: 6px;
  height: 6px;
  animation-duration: 18s;
  animation-delay: -8s;
}

.site-particles span:nth-child(10) {
  left: 24%;
  top: 112%;
  width: 3px;
  height: 3px;
  animation-duration: 22s;
  animation-delay: -11s;
}

.site-particles span:nth-child(11) {
  left: 55%;
  top: 109%;
  width: 3px;
  height: 3px;
  animation-duration: 24s;
  animation-delay: -12s;
}

.site-particles span:nth-child(12) {
  left: 74%;
  top: 111%;
  width: 4px;
  height: 4px;
  animation-duration: 23s;
  animation-delay: -13s;
}

@keyframes particleFloat {
  0% {
    transform: translate3d(0, 0, 0) scale(0.95);
    opacity: 0;
  }
  12% {
    opacity: 0.34;
  }
  88% {
    opacity: 0.28;
  }
  100% {
    transform: translate3d(20px, -115vh, 0) scale(1.08);
    opacity: 0;
  }
}

html[data-theme="light"] .site-particles span {
  background: radial-gradient(circle at 30% 30%, rgba(30, 58, 138, 0.9), rgba(56, 189, 248, 0.28));
  box-shadow: 0 0 10px rgba(30, 58, 138, 0.2);
  opacity: 0.2;
}

body.menu-open {
  overflow: hidden;
}

h1,
h2,
h3,
h4 {
  font-family: "Playfair Display", serif;
  line-height: 1.2;
  margin: 0;
}

p {
  margin: 0;
}

img,
video {
  max-width: 100%;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

.container {
  width: min(1160px, 92%);
  margin: 0 auto;
}

.section {
  padding: clamp(3.8rem, 6.2vw, 5rem) 0;
  position: relative;
}

.section-kicker {
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.16rem;
  color: var(--secondary);
  font-weight: 600;
  margin-bottom: 0.85rem;
}

.section-title {
  font-size: clamp(1.75rem, 3vw, 2.5rem);
  margin-bottom: 1.9rem;
}

.section::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(120deg, transparent 20%, rgba(255, 255, 255, 0.03) 50%, transparent 80%);
  opacity: 0;
  transform: translateX(-18%);
}

.section:hover::after {
  opacity: 1;
  animation: sectionShine 1.4s ease forwards;
}

#preloader {
  position: fixed;
  inset: 0;
  z-index: 3000;
  background: #071225;
  display: grid;
  place-items: center;
  transition: opacity 0.45s ease, visibility 0.45s ease;
}

#preloader.hidden {
  opacity: 0;
  visibility: hidden;
}

.loader-shell {
  display: grid;
  gap: 1rem;
  justify-items: center;
}

.loader-logo {
  width: 94px;
  filter: drop-shadow(0 10px 20px rgba(34, 197, 94, 0.2));
}

.loader-line {
  width: 180px;
  height: 4px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent 0%, #1e3a8a 45%, #22c55e 100%);
  animation: loaderPulse 1.15s infinite ease-in-out;
}

@keyframes loaderPulse {
  0% {
    transform: scaleX(0.55);
    opacity: 0.5;
  }
  50% {
    transform: scaleX(1);
    opacity: 1;
  }
  100% {
    transform: scaleX(0.55);
    opacity: 0.5;
  }
}

.navbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2000;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.8rem 4%;
  background: linear-gradient(96deg, rgba(8, 24, 51, 0.72), rgba(11, 32, 63, 0.58));
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}

.navbar.scrolled {
  box-shadow: var(--shadow);
  background: rgba(9, 27, 57, 0.7);
}

.brand {
  display: flex;
  align-items: center;
  gap: 0.9rem;
  min-width: 0;
}

.brand img {
  width: 74px;
  height: 58px;
  object-fit: contain;
  filter: drop-shadow(0 10px 20px rgba(30, 58, 138, 0.35));
}

.brand span {
  font-weight: 700;
  font-size: 1.04rem;
  letter-spacing: 0.01em;
  color: #f3f8ff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.nav-actions {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 0.6rem;
}


  .about-feature-strip {
    gap: 0.45rem;
  }

  .about-feature-strip span {
    width: 100%;
    text-align: center;
  }
.nav-whatsapp {
  display: inline-flex;
  align-items: center;
  gap: 0.42rem;
  height: 44px;
  padding: 0 0.95rem;
  border-radius: 999px;
  background: linear-gradient(130deg, #16a34a, #22c55e);
  color: #fff;
  font-weight: 600;
  box-shadow: 0 14px 24px rgba(22, 163, 74, 0.32);
  border: 1px solid rgba(255, 255, 255, 0.28);
  transition: transform 0.32s var(--ease-smooth), box-shadow 0.32s var(--ease-smooth), background-color 0.32s var(--ease-smooth);
}

.nav-whatsapp:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 26px rgba(22, 163, 74, 0.42);
}

.wa-icon {
  font-size: 1rem;
  line-height: 1;
}

.wa-text {
  font-size: 0.88rem;
}

.nav-links {
  position: fixed;
  top: 84px;
  left: 4%;
  right: 4%;
  display: grid;
  gap: 0.6rem;
  padding: 1.1rem;
  border-radius: var(--radius);
  background: rgba(8, 24, 51, 0.94);
  border: 1px solid var(--border);
  transform: translateY(-140%);
  opacity: 0;
  pointer-events: none;
  transition: transform 0.36s var(--ease-smooth), opacity 0.36s var(--ease-smooth);
}

.nav-links.open {
  transform: translateY(0);
  opacity: 1;
  pointer-events: auto;
}

.nav-links a {
  color: #e7f0ff;
  font-weight: 500;
  padding: 0.45rem 0.6rem;
  border-radius: 10px;
  transition: background-color 0.3s var(--ease-smooth), transform 0.3s var(--ease-smooth);
}

.nav-links a:hover {
  background: rgba(34, 197, 94, 0.17);
}

.menu-toggle {
  width: 44px;
  height: 44px;
  border-radius: 10px;
  border: 1px solid var(--border);
  background: transparent;
  display: grid;
  place-content: center;
  gap: 5px;
}

.menu-toggle span {
  width: 20px;
  height: 2px;
  background: #fff;
  transition: transform 0.25s var(--ease-smooth), opacity 0.25s var(--ease-smooth), background-color 0.25s var(--ease-smooth);
}

.theme-toggle {
  width: 44px;
  height: 44px;
  border-radius: 10px;
  border: 1px solid var(--border);
  background: rgba(255, 255, 255, 0.12);
  color: #f3f8ff;
  cursor: pointer;
}

html[data-theme="light"] .navbar {
  background: linear-gradient(96deg, rgba(255, 255, 255, 0.94), rgba(241, 247, 255, 0.9));
  border-bottom: 1px solid rgba(30, 58, 138, 0.16);
}

html[data-theme="light"] .navbar.scrolled {
  background: rgba(255, 255, 255, 0.96);
}

html[data-theme="light"] .brand span,
html[data-theme="light"] .nav-links a,
html[data-theme="light"] .theme-toggle {
  color: #10213f;
}

html[data-theme="light"] .theme-toggle {
  background: rgba(30, 58, 138, 0.08);
  border: 1px solid rgba(30, 58, 138, 0.2);
}

html[data-theme="light"] .nav-links {
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(30, 58, 138, 0.16);
}

html[data-theme="light"] .nav-links a:hover {
  background: rgba(30, 58, 138, 0.1);
}

html[data-theme="light"] .menu-toggle span {
  background: #0f1f3b;
}

.hero {
  min-height: clamp(560px, 84vh, 760px);
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  padding: 6.4rem 0 1.8rem;
  background: radial-gradient(circle at 15% 15%, rgba(34, 197, 94, 0.13), transparent 40%),
    radial-gradient(circle at 85% 20%, rgba(30, 58, 138, 0.28), transparent 42%),
    linear-gradient(145deg, rgba(4, 15, 34, 0.9), rgba(6, 20, 41, 0.76));
}

.hero-layout {
  display: grid;
  gap: 1.15rem;
  align-items: center;
}

.hero-layout::before,
.hero-layout::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  filter: blur(24px);
  pointer-events: none;
  z-index: 0;
}

.hero-layout::before {
  top: 7%;
  left: -6%;
  width: 180px;
  height: 180px;
  background: rgba(34, 197, 94, 0.12);
  animation: orbDrift 10s ease-in-out infinite;
}

.hero-layout::after {
  right: 2%;
  bottom: 8%;
  width: 220px;
  height: 220px;
  background: rgba(30, 58, 138, 0.16);
  animation: orbDrift 12s ease-in-out infinite reverse;
}

.hero-content {
  text-align: left;
  max-width: 760px;
  position: relative;
  z-index: 2;
  animation: heroUp 1.15s var(--ease-smooth);
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  width: fit-content;
  margin-bottom: 0.95rem;
  padding: 0.55rem 0.85rem;
  border-radius: 999px;
  border: 1px solid rgba(156, 194, 255, 0.28);
  background: linear-gradient(135deg, rgba(11, 34, 68, 0.82), rgba(30, 58, 138, 0.42));
  color: #edf4ff;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.12rem;
  text-transform: uppercase;
  box-shadow: 0 14px 30px rgba(2, 8, 23, 0.25);
  animation: badgePulse 4.8s ease-in-out infinite;
}

@keyframes heroUp {
  from {
    transform: translateY(24px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

.hero h1 {
  font-size: clamp(2rem, 4.8vw, 4.2rem);
  margin-bottom: 0.65rem;
  max-width: 14ch;
  line-height: 1.06;
  letter-spacing: 0.01em;
  text-wrap: balance;
  font-family: "Playfair Display", serif;
  font-weight: 700;
  animation: heroTitleRise 1.12s var(--ease-smooth) both;
}

.hero-title-main,
.hero-title-accent {
  display: block;
}

.hero-title-main {
  color: #f7fbff;
  text-shadow: 0 16px 34px rgba(8, 18, 38, 0.42);
  animation: titleLift 1s var(--ease-smooth) 0.08s both, titleBreath 7s ease-in-out infinite 1.2s;
}

.hero-title-accent {
  background: linear-gradient(92deg, #dbeafe 0%, #8be9ff 34%, #34d399 72%, #fcd34d 100%);
  background-size: 220% auto;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  text-shadow: none;
  animation: titleLift 1s var(--ease-smooth) 0.16s both, accentShift 7.5s ease-in-out infinite;
}

.hero-subtext {
  font-size: clamp(1rem, 2vw, 1.18rem);
  color: #eef5ff;
  max-width: 56ch;
  margin: 0;
  animation: textFadeUp 0.95s var(--ease-smooth) 0.3s both;
}

.hero-kicker {
  letter-spacing: 0.14rem;
  text-transform: uppercase;
  color: #7dd3fc;
  font-size: 0.8rem;
  margin-bottom: 0.7rem;
  animation: none;
  text-shadow: 0 0 14px rgba(125, 211, 252, 0.18);
}

.hero-kicker,
.hero h1,
.hero-subtext,
.hero-headline-board,
.hero-actions {
  animation-name: heroFadeRise;
  animation-duration: 0.85s;
  animation-timing-function: cubic-bezier(0.2, 0.8, 0.2, 1);
  animation-fill-mode: both;
}

.hero-kicker {
  animation-delay: 0.05s;
}

.hero h1 {
  animation-delay: 0.14s;
}

.hero-subtext {
  animation-delay: 0.26s;
}

.hero-headline-board {
  animation-delay: 0.38s;
}

.hero-actions {
  animation-delay: 0.52s;
}

.hero-headline-board {
  margin-top: 1.1rem;
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(30, 58, 138, 0.18));
  border: 1px solid rgba(156, 194, 255, 0.26);
  border-radius: 14px;
  padding: 1rem 1rem 0.95rem;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  box-shadow: 0 18px 34px rgba(2, 8, 23, 0.28);
  animation: textFadeUp 0.95s var(--ease-smooth) 0.45s both;
}

.hero-headline-board::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(110deg, transparent 24%, rgba(255, 255, 255, 0.22) 50%, transparent 74%);
  transform: translateX(-115%);
  animation: boardSweep 5.5s ease-in-out infinite;
  pointer-events: none;
}

.headline-label {
  color: #8be9ff;
  font-size: 0.76rem;
  text-transform: uppercase;
  letter-spacing: 0.13rem;
  margin-bottom: 0.65rem;
}

.hero-headlines {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  min-height: 32px;
}

.hero-line {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  color: #f8fbff;
  font-weight: 600;
  letter-spacing: 0.01em;
  opacity: 0;
  filter: blur(2px);
  transform: translateY(14px) scale(0.99);
  transition: opacity 0.5s var(--ease-smooth), transform 0.5s var(--ease-smooth), filter 0.5s var(--ease-smooth);
}

.hero-line.active {
  opacity: 1;
  filter: blur(0);
  transform: translateY(0) scale(1);
}

@keyframes titleLift {
  from {
    opacity: 0;
    transform: translateY(18px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes heroTitleRise {
  0% {
    opacity: 0;
    transform: translateY(18px) scale(0.985);
    filter: blur(6px);
  }
  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
    filter: blur(0);
  }
}

@keyframes textFadeUp {
  from {
    opacity: 0;
    transform: translateY(14px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes accentShift {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

@keyframes boardSweep {
  0%,
  72% {
    transform: translateX(-115%);
  }
  90% {
    transform: translateX(115%);
  }
  100% {
    transform: translateX(115%);
  }
}

@keyframes badgePulse {
  0%,
  100% {
    transform: translateY(0);
    box-shadow: 0 14px 30px rgba(2, 8, 23, 0.25);
  }
  50% {
    transform: translateY(-2px);
    box-shadow: 0 18px 36px rgba(34, 197, 94, 0.16);
  }
}

@keyframes titleBreath {
  0%,
  100% {
    text-shadow: 0 16px 34px rgba(8, 18, 38, 0.42);
  }
  50% {
    text-shadow: 0 18px 40px rgba(8, 18, 38, 0.54), 0 0 22px rgba(34, 197, 94, 0.12);
  }
}

@keyframes kickerGlow {
  0%,
  100% {
    text-shadow: 0 0 0 rgba(156, 194, 255, 0);
    opacity: 0.88;
  }
  50% {
    text-shadow: 0 0 18px rgba(156, 194, 255, 0.38);
    opacity: 1;
  }
}

@keyframes heroFadeRise {
  from {
    opacity: 0;
    transform: translateY(16px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes heroFloat {
  0%,
  100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-10px);
  }
}

@keyframes shellGlow {
  0%,
  100% {
    box-shadow: 0 28px 60px rgba(2, 8, 23, 0.5), 0 0 0 rgba(34, 197, 94, 0);
  }
  50% {
    box-shadow: 0 34px 72px rgba(2, 8, 23, 0.58), 0 0 28px rgba(34, 197, 94, 0.14);
  }
}

@keyframes orbDrift {
  0%,
  100% {
    transform: translate3d(0, 0, 0) scale(1);
    opacity: 0.55;
  }
  50% {
    transform: translate3d(18px, -12px, 0) scale(1.08);
    opacity: 1;
  }
}

@keyframes auroraDrift {
  0% {
    transform: translate3d(-2%, -1%, 0) scale(1) rotate(0deg);
  }
  50% {
    transform: translate3d(2%, 1%, 0) scale(1.04) rotate(8deg);
  }
  100% {
    transform: translate3d(1%, -2%, 0) scale(1.02) rotate(-5deg);
  }
}

@keyframes auroraFloat {
  0% {
    transform: translate3d(0, 0, 0) scale(1);
  }
  50% {
    transform: translate3d(-1.5%, 1.5%, 0) scale(1.03);
  }
  100% {
    transform: translate3d(1%, -1%, 0) scale(1.01);
  }
}

@keyframes sectionShine {
  0% {
    transform: translateX(-18%);
  }
  100% {
    transform: translateX(18%);
  }
}

.hero-actions {
  margin-top: 1.35rem;
  display: flex;
  justify-content: flex-start;
  gap: 0.8rem;
  flex-wrap: wrap;
}

.hero-media {
  position: relative;
  z-index: 1;
  animation: heroFloat 8s ease-in-out infinite;
}

.hero-video-shell {
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.24);
  box-shadow: 0 28px 60px rgba(2, 8, 23, 0.5);
  animation: shellGlow 7s ease-in-out infinite;
}

.hero-video {
  width: 100%;
  aspect-ratio: 16 / 11;
  object-fit: cover;
}

.hero-video-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(160deg, rgba(8, 24, 51, 0.1), rgba(6, 18, 37, 0.42));
  pointer-events: none;
}

html[data-theme="light"] .hero {
  background:
    radial-gradient(circle at 12% 10%, rgba(34, 197, 94, 0.12), transparent 34%),
    radial-gradient(circle at 90% 16%, rgba(59, 130, 246, 0.14), transparent 30%),
    radial-gradient(circle at 50% 100%, rgba(14, 165, 233, 0.1), transparent 28%),
    linear-gradient(155deg, #f7fbff 0%, #ecf4ff 55%, #e6f0ff 100%);
}

html[data-theme="light"] .hero-subtext,
html[data-theme="light"] .hero-kicker,
html[data-theme="light"] .headline-label,
html[data-theme="light"] .hero-line {
  color: #193153;
}

html[data-theme="light"] .hero-badge {
  color: #10213f;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.92), rgba(226, 238, 255, 0.95));
  border: 1px solid rgba(30, 58, 138, 0.18);
}

html[data-theme="light"] .hero-title-main {
  color: #10213f;
  text-shadow: 0 10px 24px rgba(16, 33, 63, 0.16);
}

html[data-theme="light"] .hero-title-accent {
  background: linear-gradient(90deg, #1e3a8a 0%, #0891b2 42%, #16a34a 100%);
  background-size: 220% auto;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

@media (prefers-reduced-motion: reduce) {
  body::before,
  body::after,
  .section::after,
  .btn::after {
    animation: none !important;
    transition: none !important;
  }

  .site-particles {
    display: none;
  }

  .hero-content,
  .hero-title-main,
  .hero-title-accent,
  .hero-subtext,
  .hero-kicker,
  .hero-headline-board,
  .hero-headline-board::after,
  .hero-line,
  .hero-layout::before,
  .hero-layout::after,
  .hero-media,
  .hero-video-shell {
    animation: none !important;
    transition: none !important;
  }
}

html[data-theme="light"] .hero-headline-board {
  background: rgba(255, 255, 255, 0.82);
  body::before,
  body::after {
    opacity: 0.22;
  }

  border: 1px solid rgba(30, 58, 138, 0.18);
}

html[data-theme="light"] .btn-glass {
  color: #10213f;
  border: 1px solid rgba(30, 58, 138, 0.24);
  background: rgba(255, 255, 255, 0.75);
}

.btn {
  border: none;
  border-radius: 11px;
  padding: 0.8rem 1.3rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  cursor: pointer;
  transition: transform 0.32s var(--ease-smooth), box-shadow 0.32s var(--ease-smooth), background-color 0.32s var(--ease-smooth), border-color 0.32s var(--ease-smooth);
}

.btn:hover {
  transform: translateY(-2px) scale(1.01);
}

.btn {
  position: relative;
  overflow: hidden;
}

.btn::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(110deg, transparent 28%, rgba(255, 255, 255, 0.26) 50%, transparent 72%);
  transform: translateX(-120%);
  transition: transform 0.6s var(--ease-smooth);
  pointer-events: none;
}

.btn:hover::after {
  transform: translateX(120%);
}

.btn-primary {
  background: var(--gradient);
  color: #fff;
  box-shadow: 0 12px 30px rgba(30, 58, 138, 0.36);
}

.btn-glass {
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.4);
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.btn-small {
  background: rgba(34, 197, 94, 0.18);
  color: var(--text);
  border: 1px solid rgba(34, 197, 94, 0.4);
  margin-top: 0.9rem;
}

.about {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 12%, rgba(34, 197, 94, 0.12), transparent 34%),
    radial-gradient(circle at 88% 22%, rgba(59, 130, 246, 0.14), transparent 36%),
    linear-gradient(180deg, rgba(5, 18, 36, 0.94), rgba(7, 25, 46, 0.92));
}

.about::before,
.about::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  filter: blur(28px);
  pointer-events: none;
  opacity: 0.75;
}

.about::before {
  top: 8%;
  left: -6%;
  width: 220px;
  height: 220px;
  background: rgba(34, 197, 94, 0.14);
  animation: aboutOrbMove 12s ease-in-out infinite;
}

.about::after {
  right: -4%;
  bottom: 10%;
  width: 280px;
  height: 280px;
  background: rgba(56, 189, 248, 0.12);
  animation: aboutOrbMove 14s ease-in-out infinite reverse;
}

.split-grid {
  display: grid;
  gap: 1.6rem;
}

.about-layout {
  align-items: stretch;
  gap: 1.2rem;
}

.about-media {
  display: grid;
  gap: 0.8rem;
}

.about-media-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
}

.about-media-card,
.about-video-card {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(9, 29, 56, 0.55);
  box-shadow: 0 12px 26px rgba(2, 8, 23, 0.22);
}

.about-media-card {
  min-height: 220px;
}

.about-media-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.about-media-card:hover img {
  transform: scale(1.04);
}

.about-media-caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0.78rem 0.85rem;
  background: linear-gradient(180deg, transparent, rgba(2, 8, 23, 0.76));
}

.about-media-caption h3 {
  font-size: 0.92rem;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: #f7fbff;
}

.about-video-card {
  min-height: 320px;
}

.about-video-card video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-video-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(165deg, rgba(2, 8, 23, 0.2), rgba(2, 8, 23, 0.58));
}

.about-video-caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  padding: 0.9rem 0.95rem;
}

.about-video-caption h3 {
  font-size: 1rem;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: #f8fbff;
}

.about-video-caption p {
  margin-top: 0.15rem;
  color: #d5e5ff;
  font-family: "Manrope", "Poppins", sans-serif;
  font-size: 0.88rem;
}

.about-content p {
  color: #d9e8fb;
  font-family: "Manrope", "Poppins", sans-serif;
  font-size: clamp(0.98rem, 1.08vw, 1.08rem);
  line-height: 1.72;
  font-weight: 400;
  letter-spacing: -0.01em;
}

.about-content h2 {
  font-size: clamp(2.1rem, 3.2vw, 3rem);
  line-height: 0.95;
  margin-bottom: 0.58rem;
  font-family: "Cormorant Garamond", serif;
  font-weight: 700;
  letter-spacing: 0;
  text-wrap: balance;
}

.about-title-main,
.about-title-accent {
  display: block;
}

.about-title-main {
  color: #f2f7ff;
  text-shadow: 0 10px 24px rgba(2, 8, 23, 0.26);
}

.about-title-accent {
  background: linear-gradient(92deg, #d2e6ff 0%, #8fdfff 48%, #4ade80 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  text-shadow: none;
}

.about-summary {
  margin-top: 0.6rem;
  max-width: 60ch;
  color: #c7dbf5;
  font-size: clamp(0.95rem, 1.05vw, 1.02rem);
}

.about-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.about-feature-strip {
  margin-top: 0.8rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}

.about-feature-strip span {
  padding: 0.55rem 0.8rem;
  border-radius: 999px;
  border: 1px solid rgba(139, 231, 255, 0.24);
  background: rgba(255, 255, 255, 0.05);
  color: #d9ecff;
  font-family: "Manrope", "Poppins", sans-serif;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.7rem;
  margin-top: 0.85rem;
}

.stats-grid article {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-radius: 14px;
  padding: 1rem;
  text-align: left;
  transition: border-color 0.3s var(--ease-smooth), box-shadow 0.3s var(--ease-smooth), transform 0.3s var(--ease-smooth);
}

.stats-grid article:hover {
  border-color: rgba(143, 223, 255, 0.34);
  box-shadow: 0 10px 20px rgba(2, 8, 23, 0.14);
  transform: translateY(-2px);
}

.stats-grid h3 {
  color: var(--secondary);
}

.stat-value {
  font-size: clamp(1.4rem, 2.3vw, 1.95rem);
  line-height: 1;
  font-family: "Playfair Display", serif;
  font-weight: 700;
  letter-spacing: 0.01em;
}

.stat-label {
  margin-top: 0.3rem;
  font-family: "Manrope", "Poppins", sans-serif;
  font-size: 0.92rem;
  color: #d0def2;
}

.about-data-points {
  margin-top: 0.8rem;
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.5rem;
}

.about-data-points h4 {
  font-family: "Manrope", "Poppins", sans-serif;
  font-size: 0.82rem;
  font-weight: 800;
  color: #9be7ff;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.about-highlights {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.4rem;
}

.about-highlights li {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 10px;
  padding: 0.62rem 0.78rem;
  color: #d8e8ff;
  font-family: "Manrope", "Poppins", sans-serif;
  font-size: 0.95rem;
  font-weight: 500;
  line-height: 1.45;
}

@keyframes aboutFloat {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-6px);
  }
}

@keyframes aboutOrbMove {
  0%,
  100% {
    transform: translate3d(0, 0, 0) scale(1);
  }
  50% {
    transform: translate3d(16px, -10px, 0) scale(1.08);
  }
}

html[data-theme="light"] .about-title-main {
  color: #10213f;
  text-shadow: none;
}

html[data-theme="light"] .about-title-accent {
  background: linear-gradient(90deg, #1e3a8a 0%, #0891b2 45%, #16a34a 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

html[data-theme="light"] .about-media-card,
html[data-theme="light"] .about-video-card,
html[data-theme="light"] .stats-grid article,
html[data-theme="light"] .about-highlights li,
html[data-theme="light"] .about-feature-strip span {
  background: rgba(255, 255, 255, 0.76);
  border: 1px solid rgba(30, 58, 138, 0.14);
}

html[data-theme="light"] .about-highlights li {
  color: #193153;
}

html[data-theme="light"] .about-content p {
  color: #2b4467;
}

html[data-theme="light"] .about-summary {
  color: #395982;
}

html[data-theme="light"] .stat-label {
  color: #355679;
}

html[data-theme="light"] .about-highlights li {
  color: #274465;
}

html[data-theme="light"] .about-feature-strip span {
  color: #214268;
}

html[data-theme="light"] .about,
html[data-theme="light"] .services,
html[data-theme="light"] .properties,
html[data-theme="light"] .property-types,
html[data-theme="light"] .video-showcase,
html[data-theme="light"] .contact {
  background:
    radial-gradient(circle at 12% 14%, rgba(34, 197, 94, 0.07), transparent 30%),
    radial-gradient(circle at 88% 16%, rgba(59, 130, 246, 0.09), transparent 32%),
    linear-gradient(180deg, rgba(246, 251, 255, 0.96), rgba(233, 243, 255, 0.95));
}

html[data-theme="light"] .about::before,
html[data-theme="light"] .about::after,
html[data-theme="light"] .services::before,
html[data-theme="light"] .services::after,
html[data-theme="light"] .properties::before,
html[data-theme="light"] .properties::after,
html[data-theme="light"] .property-types::before,
html[data-theme="light"] .property-types::after,
html[data-theme="light"] .video-showcase::before,
html[data-theme="light"] .video-showcase::after,
html[data-theme="light"] .contact::before,
html[data-theme="light"] .contact::after {
  opacity: 0.22;
}

html[data-theme="light"] .services .section-kicker,
html[data-theme="light"] .properties .section-kicker,
html[data-theme="light"] .property-types .section-kicker,
html[data-theme="light"] .video-showcase .section-kicker,
html[data-theme="light"] .contact .section-kicker {
  color: #0e9f6e;
  text-shadow: none;
}

html[data-theme="light"] .services-title,
html[data-theme="light"] .properties-title,
html[data-theme="light"] .property-types .section-title,
html[data-theme="light"] .video-showcase .section-title {
  background: linear-gradient(90deg, #10213f 0%, #1e3a8a 36%, #0891b2 68%, #16a34a 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  text-shadow: none;
}

html[data-theme="light"] .services-description,
html[data-theme="light"] .properties-description,
html[data-theme="light"] .services-footer p,
html[data-theme="light"] .properties-stats p,
html[data-theme="light"] .services-metrics p,
html[data-theme="light"] .service-card p,
html[data-theme="light"] .service-points li,
html[data-theme="light"] .property-summary,
html[data-theme="light"] .property-card .location,
html[data-theme="light"] .property-meta span,
html[data-theme="light"] .timeline p,
html[data-theme="light"] .slide p,
html[data-theme="light"] .insight-card p {
  color: #2a4a70;
}

html[data-theme="light"] .services-metrics article,
html[data-theme="light"] .services-footer,
html[data-theme="light"] .properties-stats article,
html[data-theme="light"] .property-card,
html[data-theme="light"] .service-card,
html[data-theme="light"] .insight-card,
html[data-theme="light"] .video-card,
html[data-theme="light"] .timeline li,
html[data-theme="light"] .testimonial-slider,
html[data-theme="light"] .type-card,
html[data-theme="light"] .property-meta span {
  background: rgba(255, 255, 255, 0.84);
  border-color: rgba(30, 58, 138, 0.15);
  box-shadow: 0 10px 22px rgba(30, 58, 138, 0.09);
}

html[data-theme="light"] .service-index,
html[data-theme="light"] .property-index,
html[data-theme="light"] .services-metrics span,
html[data-theme="light"] .properties-stats span,
html[data-theme="light"] .type-overlay span,
html[data-theme="light"] .type-overlay h3,
html[data-theme="light"] .service-card h3,
html[data-theme="light"] .property-card h3,
html[data-theme="light"] .insight-card h3 {
  color: #133660;
  text-shadow: none;
}

html[data-theme="light"] .video-card::after {
  background: rgba(255, 255, 255, 0.88);
  border-color: rgba(30, 58, 138, 0.18);
  color: #163962;
}

html[data-theme="light"] .property-status {
  color: #133660;
}

.card-grid {
  display: grid;
  gap: 1.1rem;
}

.services {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 14%, rgba(34, 197, 94, 0.08), transparent 28%),
    radial-gradient(circle at 88% 16%, rgba(59, 130, 246, 0.12), transparent 30%),
    linear-gradient(180deg, rgba(5, 18, 36, 0.82), rgba(6, 22, 42, 0.92));
}

.services::before,
.services::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  filter: blur(30px);
  pointer-events: none;
  opacity: 0.55;
}

.services::before {
  top: 10%;
  left: -4%;
  width: 180px;
  height: 180px;
  background: rgba(34, 197, 94, 0.12);
  animation: serviceOrbMove 12s ease-in-out infinite;
}

.services::after {
  right: -5%;
  bottom: 8%;
  width: 240px;
  height: 240px;
  background: rgba(96, 165, 250, 0.12);
  animation: serviceOrbMove 14s ease-in-out infinite reverse;
}

.services .container {
  position: relative;
  z-index: 1;
}

.services-intro {
  display: grid;
  gap: 1rem;
  margin-bottom: 1.4rem;
}

.services .section-kicker {
  font-family: "Manrope", "Poppins", sans-serif;
  letter-spacing: 0.28em;
  color: #63f5a7;
  text-shadow: 0 0 18px rgba(34, 197, 94, 0.24);
  animation: fadeRise 0.7s ease both, kickerPulse 5s ease-in-out infinite;
}

.services-title {
  max-width: 12ch;
  font-family: "Playfair Display", serif;
  font-size: clamp(2.75rem, 5vw, 4.4rem);
  line-height: 0.9;
  letter-spacing: -0.055em;
  margin-bottom: 0.5rem;
  background: linear-gradient(90deg, #fdfcff 0%, #bcecff 24%, #8fdfff 44%, #9ef6c8 66%, #ffd6f6 84%, #ffffff 100%);
  background-size: 260% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  text-shadow: 0 0 26px rgba(143, 223, 255, 0.12), 0 0 42px rgba(34, 197, 94, 0.09);
  animation: titleSweep 9s ease-in-out infinite, titleGlow 6s ease-in-out infinite;
}

.services-title::after {
  content: "";
  display: block;
  width: min(7rem, 34vw);
  height: 3px;
  margin-top: 0.65rem;
  border-radius: 999px;
  background: linear-gradient(90deg, #22c55e, #8fdfff, #ffd6f6, #22c55e);
  background-size: 220% 100%;
  animation: titleSweep 7s ease-in-out infinite;
}

.services-description {
  max-width: 68ch;
  color: #dbeafb;
  font-family: "Manrope", "Poppins", sans-serif;
  font-size: clamp(0.98rem, 1.12vw, 1.06rem);
  line-height: 1.7;
  margin-top: 0.15rem;
  animation: fadeRise 0.75s ease both 0.08s;
}

.services-title {
  margin-bottom: 0.45rem;
}

.services-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.75rem;
}

.services-metrics article {
  padding: 0.95rem 1rem;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  animation: metricRise 0.9s cubic-bezier(0.2, 0.8, 0.2, 1) both;
  transition: transform 0.4s var(--ease-smooth), border-color 0.4s var(--ease-smooth), box-shadow 0.4s var(--ease-smooth);
}

.services-metrics article:hover {
  transform: translateY(-5px);
  border-color: rgba(143, 223, 255, 0.3);
  box-shadow: 0 18px 35px rgba(2, 8, 23, 0.25);
}

.services-metrics span {
  display: block;
  font-family: "Manrope", "Poppins", sans-serif;
  font-size: clamp(1.2rem, 1.8vw, 1.45rem);
  font-weight: 800;
  color: #9ee7ff;
  letter-spacing: 0.01em;
}

.services-metrics p {
  margin-top: 0.2rem;
  font-family: "Manrope", "Poppins", sans-serif;
  color: #d3e3f6;
  font-size: 0.9rem;
}

.service-card {
  position: relative;
  overflow: hidden;
  animation: cardRise 0.9s cubic-bezier(0.2, 0.8, 0.2, 1) both;
  transition: transform 0.4s ease, border-color 0.35s ease, box-shadow 0.35s ease;
}

.service-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(140deg, rgba(143, 223, 255, 0.14), transparent 32%, rgba(34, 197, 94, 0.1) 68%, transparent);
  opacity: 0;
  transition: opacity 0.35s ease;
  pointer-events: none;
}

.service-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(165deg, transparent 40%, rgba(3, 7, 18, 0.18));
  pointer-events: none;
}

.service-topline {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.8rem;
  margin-bottom: 0.7rem;
}

.service-index {
  font-family: "Cormorant Garamond", serif;
  font-size: 1.15rem;
  font-weight: 700;
  color: #9ee7ff;
}

.service-badge {
  display: inline-flex;
  align-items: center;
  padding: 0.38rem 0.62rem;
  border-radius: 999px;
  background: rgba(34, 197, 94, 0.14);
  border: 1px solid rgba(34, 197, 94, 0.24);
  color: #dffae9;
  font-family: "Manrope", "Poppins", sans-serif;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  animation: badgePulse 3.8s ease-in-out infinite;
}

.service-card h3 {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(1.55rem, 2.2vw, 2.05rem);
  line-height: 1;
  margin-bottom: 0.4rem;
  letter-spacing: -0.025em;
}

.service-card p {
  color: #d9e8fb;
  font-family: "Manrope", "Poppins", sans-serif;
  font-size: 0.98rem;
  line-height: 1.65;
}

.service-card h3,
.service-card p,
.service-points li,
.services-footer p,
.services-metrics p {
  text-wrap: balance;
}

.service-points {
  list-style: none;
  margin: 0.85rem 0 0;
  padding: 0;
  display: grid;
  gap: 0.45rem;
}

.service-points li {
  position: relative;
  padding-left: 1rem;
  color: #cfe2f7;
  font-family: "Manrope", "Poppins", sans-serif;
  font-size: 0.9rem;
  line-height: 1.45;
}

.service-points li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.62em;
  width: 0.34rem;
  height: 0.34rem;
  border-radius: 50%;
  background: linear-gradient(90deg, #22c55e, #8fdfff);
}

.services-footer {
  margin-top: 1.3rem;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: center;
  padding: 1rem 1.1rem;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  animation: fadeRise 0.8s ease both 0.18s;
}

.services-footer p {
  max-width: 60ch;
  color: #d8e8fb;
  font-family: "Manrope", "Poppins", sans-serif;
  font-size: 0.96rem;
  line-height: 1.55;
}

.properties {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 18% 14%, rgba(59, 130, 246, 0.14), transparent 24%),
    radial-gradient(circle at 82% 12%, rgba(34, 197, 94, 0.09), transparent 22%),
    linear-gradient(180deg, rgba(5, 18, 36, 0.9), rgba(6, 22, 42, 0.98));
}

.properties::before,
.properties::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  filter: blur(32px);
  pointer-events: none;
  opacity: 0.45;
}

.properties::before {
  top: 10%;
  right: -3%;
  width: 220px;
  height: 220px;
  background: rgba(143, 223, 255, 0.12);
  animation: propertyGlowDrift 14s ease-in-out infinite;
}

.properties::after {
  left: -5%;
  bottom: 12%;
  width: 180px;
  height: 180px;
  background: rgba(34, 197, 94, 0.1);
  animation: propertyGlowDrift 16s ease-in-out infinite reverse;
}

.properties .container {
  position: relative;
  z-index: 1;
}

.properties-intro {
  display: grid;
  gap: 1rem;
  margin-bottom: 1.35rem;
}

.properties-title {
  max-width: 12ch;
  font-family: "Playfair Display", serif;
  font-size: clamp(2.55rem, 4.8vw, 4.1rem);
  line-height: 0.94;
  letter-spacing: -0.05em;
  margin-bottom: 0.45rem;
  background: linear-gradient(90deg, #ffffff 0%, #d2e8ff 28%, #8fdfff 52%, #fff1bd 76%, #ffffff 100%);
  background-size: 250% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  animation: titleSweep 9s ease-in-out infinite, titleGlow 7s ease-in-out infinite;
}

.properties-description {
  max-width: 66ch;
  color: #d7e5f7;
  font-family: "Manrope", "Poppins", sans-serif;
  font-size: clamp(0.98rem, 1.1vw, 1.05rem);
  line-height: 1.75;
  animation: fadeRise 0.75s ease both 0.08s;
}

.properties-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.75rem;
}

.properties-stats article {
  padding: 0.95rem 1rem;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  animation: metricRise 0.9s cubic-bezier(0.2, 0.8, 0.2, 1) both;
  transition: transform 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease;
}

.properties-stats article:hover {
  transform: translateY(-5px);
  border-color: rgba(143, 223, 255, 0.28);
  box-shadow: 0 18px 35px rgba(2, 8, 23, 0.25);
}

.properties-stats span {
  display: block;
  font-family: "Manrope", "Poppins", sans-serif;
  font-size: clamp(1.1rem, 1.7vw, 1.4rem);
  font-weight: 800;
  color: #9ee7ff;
  letter-spacing: 0.01em;
}

.properties-stats p {
  margin-top: 0.18rem;
  font-family: "Manrope", "Poppins", sans-serif;
  color: #d3e3f6;
  font-size: 0.9rem;
}

.property-grid {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.property-card {
  position: relative;
  overflow: hidden;
  animation: cardRise 0.9s cubic-bezier(0.2, 0.8, 0.2, 1) both;
  transition: transform 0.4s ease, border-color 0.35s ease, box-shadow 0.35s ease;
}

.property-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(155deg, rgba(143, 223, 255, 0.16), transparent 36%, rgba(34, 197, 94, 0.1) 72%, transparent);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.35s ease;
}

.property-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 45%, rgba(2, 8, 23, 0.2));
  pointer-events: none;
}

.property-card:hover {
  transform: translateY(-8px) scale(1.01);
  border-color: rgba(143, 223, 255, 0.22);
  box-shadow: 0 24px 48px rgba(2, 8, 23, 0.3);
}

.property-card:hover::before {
  opacity: 1;
}

.property-card--featured {
  grid-column: 1 / -1;
}

.property-media {
  position: relative;
  overflow: hidden;
}

.property-overlay {
  position: absolute;
  left: 1rem;
  right: 1rem;
  bottom: 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.8rem;
  z-index: 1;
}

.property-status,
.property-badge,
.property-chip {
  display: inline-flex;
  align-items: center;
  padding: 0.38rem 0.7rem;
  border-radius: 999px;
  font-family: "Manrope", "Poppins", sans-serif;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.property-status {
  color: #082133;
  background: linear-gradient(90deg, #8fdfff, #fff1bd);
  box-shadow: 0 12px 24px rgba(143, 223, 255, 0.18);
}

.property-badge,
.property-chip {
  color: #dffae9;
  background: rgba(34, 197, 94, 0.14);
  border: 1px solid rgba(34, 197, 94, 0.22);
  animation: badgePulse 4s ease-in-out infinite;
}

.property-topline {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 0.7rem;
}

.property-index {
  font-family: "Manrope", "Poppins", sans-serif;
  font-size: 0.95rem;
  font-weight: 800;
  color: #9ee7ff;
}

.property-card h3 {
  font-family: "Playfair Display", serif;
  font-size: clamp(1.5rem, 2vw, 2.05rem);
  line-height: 1;
  letter-spacing: -0.04em;
  margin-bottom: 0.35rem;
}

.property-card .price {
  color: #fff1bd;
  font-family: "Manrope", "Poppins", sans-serif;
  font-size: 1.02rem;
  font-weight: 800;
}

.property-card .location {
  margin-top: 0.18rem;
  color: #cfe2f7;
  font-family: "Manrope", "Poppins", sans-serif;
  font-size: 0.92rem;
}

.property-summary {
  margin-top: 0.7rem;
  color: #d9e8fb;
  font-family: "Manrope", "Poppins", sans-serif;
  font-size: 0.95rem;
  line-height: 1.6;
}

.property-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin: 0.9rem 0 1rem;
}

.property-meta span {
  display: inline-flex;
  align-items: center;
  padding: 0.34rem 0.58rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #d8e8fb;
  font-family: "Manrope", "Poppins", sans-serif;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.03em;
}

.property-card img {
  height: 248px;
}

.property-card--featured img {
  height: 320px;
}

.property-card--featured .card-body {
  padding: 1.05rem 1rem 1.15rem;
}

.property-grid .property-card:nth-child(1) {
  animation-delay: 0.04s;
}

.property-grid .property-card:nth-child(2) {
  animation-delay: 0.12s;
}

.property-grid .property-card:nth-child(3) {
  animation-delay: 0.2s;
}

.property-grid .property-card:nth-child(4) {
  animation-delay: 0.28s;
}

.property-grid .property-card:nth-child(5) {
  animation-delay: 0.36s;
}

.property-grid .property-card:nth-child(6) {
  animation-delay: 0.44s;
}

.property-card:hover img {
  transform: scale(1.08);
}

.property-card .btn-small {
  margin-top: 0.2rem;
}

.property-card,
.property-grid .property-card {
  transform-origin: center;
}

.service-card,
.property-card,
.insight-card,
.video-card {
  border-radius: var(--radius);
  overflow: hidden;
  background: var(--surface);
  border: 1px solid var(--border);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: var(--shadow);
  transition: transform 0.4s var(--ease-smooth), box-shadow 0.4s var(--ease-smooth), border-color 0.4s var(--ease-smooth);
}

.contact-panel,
.contact-form-wrap,
.footer-col {
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

.service-card:hover,
.property-card:hover,
.insight-card:hover,
.video-card:hover,
.contact-panel:hover,
.contact-form-wrap:hover,
.footer-col:hover {
  transform: translateY(-4px);
}

.service-card:hover,
.property-card:hover,
.insight-card:hover,
.video-card:hover {
  transform: translateY(-7px);
}

.services-grid .service-card:nth-child(1) {
  animation-delay: 0.05s;
}

.services-grid .service-card:nth-child(2) {
  animation-delay: 0.14s;
}

.services-grid .service-card:nth-child(3) {
  animation-delay: 0.23s;
}

.services-grid .service-card:nth-child(4) {
  animation-delay: 0.32s;
}

.services-grid .service-card:hover {
  transform: translateY(-9px) scale(1.01);
  border-color: rgba(143, 223, 255, 0.22);
  box-shadow: 0 24px 48px rgba(2, 8, 23, 0.28);
}

.services-grid .service-card:hover::before {
  opacity: 1;
}

.services-grid .service-card:hover .service-index {
  color: #f1fbff;
}

.services-grid .service-card:hover .service-badge {
  background: rgba(34, 197, 94, 0.2);
  transform: translateY(-1px);
}

@keyframes fadeRise {
  from {
    opacity: 0;
    transform: translateY(16px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes titleGlow {
  0%,
  100% {
    filter: drop-shadow(0 0 0 rgba(143, 223, 255, 0));
  }
  50% {
    filter: drop-shadow(0 0 22px rgba(143, 223, 255, 0.18));
  }
}

@keyframes kickerPulse {
  0%,
  100% {
    letter-spacing: 0.28em;
    opacity: 0.92;
  }
  50% {
    letter-spacing: 0.32em;
    opacity: 1;
  }
}

@keyframes titleSweep {
  0%,
  100% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
}

@keyframes metricRise {
  from {
    opacity: 0;
    transform: translateY(18px) scale(0.98);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes cardRise {
  from {
    opacity: 0;
    transform: translateY(22px) scale(0.985);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes badgePulse {
  0%,
  100% {
    box-shadow: 0 0 0 0 rgba(34, 197, 94, 0.05);
  }
  50% {
    box-shadow: 0 0 0 7px rgba(34, 197, 94, 0);
  }
}

.service-card img,
.property-card img,
.insight-card img {
  height: 220px;
  width: 100%;
  object-fit: cover;
  transition: transform 0.45s ease;
}

.property-card:hover img,
.service-card:hover img,
.insight-card:hover img {
  transform: scale(1.08);
}

@keyframes propertyGlowDrift {
  0%,
  100% {
    transform: translate3d(0, 0, 0) scale(1);
  }
  50% {
    transform: translate3d(12px, -10px, 0) scale(1.08);
  }
}

.card-body {
  padding: 1rem;
}

.card-body p {
  color: var(--muted);
}

.price {
  color: var(--secondary);
  font-weight: 700;
  margin-top: 0.45rem;
}

.location {
  margin-top: 0.2rem;
}

.property-types {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 18% 18%, rgba(34, 197, 94, 0.08), transparent 22%),
    radial-gradient(circle at 82% 16%, rgba(143, 223, 255, 0.11), transparent 24%),
    linear-gradient(180deg, rgba(5, 18, 36, 0.88), rgba(6, 22, 42, 0.96));
}

.property-types::before,
.property-types::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  filter: blur(30px);
  pointer-events: none;
  opacity: 0.45;
}

.property-types::before {
  top: 10%;
  left: -4%;
  width: 170px;
  height: 170px;
  background: rgba(34, 197, 94, 0.12);
  animation: propertyGlowDrift 12s ease-in-out infinite;
}

.property-types::after {
  right: -3%;
  bottom: 8%;
  width: 220px;
  height: 220px;
  background: rgba(143, 223, 255, 0.12);
  animation: propertyGlowDrift 15s ease-in-out infinite reverse;
}

.property-types .container {
  position: relative;
  z-index: 1;
}

.property-types .section-kicker {
  color: #63f5a7;
  text-shadow: 0 0 16px rgba(34, 197, 94, 0.18);
}

.property-types .section-title {
  max-width: 13ch;
  font-family: "Playfair Display", serif;
  background: linear-gradient(90deg, #fdfcff 0%, #d1e8ff 32%, #8fdfff 56%, #fff1bd 82%, #ffffff 100%);
  background-size: 240% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  animation: titleSweep 9s ease-in-out infinite, titleGlow 6s ease-in-out infinite;
}

.type-grid {
  display: grid;
  gap: 1rem;
}

.type-card {
  position: relative;
  border-radius: var(--radius);
  overflow: hidden;
  min-height: 240px;
  box-shadow: var(--shadow);
  border: 1px solid rgba(255, 255, 255, 0.08);
  transform: translateZ(0);
  transition: transform 0.4s ease, box-shadow 0.4s ease, border-color 0.35s ease;
}

.type-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(2, 8, 23, 0.08), rgba(2, 8, 23, 0.5));
  z-index: 1;
  pointer-events: none;
}

.type-card::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  border: 1px solid transparent;
  background: linear-gradient(135deg, rgba(143, 223, 255, 0.28), rgba(34, 197, 94, 0.14), transparent 60%) border-box;
  mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
  -webkit-mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
  mask-composite: exclude;
  -webkit-mask-composite: xor;
  padding: 1px;
  opacity: 0.55;
  pointer-events: none;
}

.type-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.45s ease;
}

.type-card:hover img {
  transform: scale(1.1);
}

.type-card:hover {
  transform: translateY(-8px) scale(1.01);
  border-color: rgba(143, 223, 255, 0.22);
  box-shadow: 0 24px 48px rgba(2, 8, 23, 0.32);
}

.type-overlay {
  position: absolute;
  inset: 0;
  display: grid;
  place-content: center;
  gap: 0.28rem;
  text-align: center;
  background: linear-gradient(170deg, rgba(2, 8, 23, 0.28), rgba(2, 8, 23, 0.74));
  z-index: 2;
  backdrop-filter: blur(1px);
}

.type-overlay span {
  font-size: 2rem;
  filter: drop-shadow(0 10px 18px rgba(2, 8, 23, 0.35));
  animation: floatSoft 4.5s ease-in-out infinite;
}

.type-overlay h3 {
  font-family: "Playfair Display", serif;
  font-size: clamp(1.45rem, 2vw, 1.9rem);
  line-height: 1.05;
  letter-spacing: -0.03em;
  text-shadow: 0 8px 20px rgba(2, 8, 23, 0.45);
}

.type-card:hover .type-overlay h3 {
  color: #f7fbff;
}

.type-card:hover .type-overlay span {
  transform: translateY(-2px) scale(1.05);
}

@keyframes propertyGlowDrift {
  0%,
  100% {
    transform: translate3d(0, 0, 0) scale(1);
  }
  50% {
    transform: translate3d(12px, -10px, 0) scale(1.08);
  }
}

@keyframes floatSoft {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-4px);
  }
}

.process-wrap,
.testimonial-wrap,
.contact-inner {
  display: grid;
  gap: 1rem;
}

.process-image img,
.testimonial-image img {
  border-radius: var(--radius);
  min-height: 320px;
  width: 100%;
  object-fit: cover;
  box-shadow: var(--shadow);
}

.timeline ol {
  padding: 0;
  margin: 1rem 0 0;
  list-style: none;
  display: grid;
  gap: 0.9rem;
}

.timeline li {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.8rem;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 12px;
  padding: 0.8rem;
}

.timeline span {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: var(--gradient);
  color: #fff;
  font-weight: 700;
}

.timeline p {
  color: var(--muted);
}

.testimonial-slider {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  box-shadow: var(--shadow);
  padding: 1.3rem;
}

.slide {
  display: none;
}

.slide.active {
  display: block;
  animation: fadeIn 0.45s ease;
}

.slide p {
  color: var(--muted);
  font-size: 1.06rem;
  margin-bottom: 0.9rem;
}

.dots {
  display: flex;
  gap: 0.45rem;
  margin-top: 1rem;
}

.dots button {
  width: 11px;
  height: 11px;
  border-radius: 999px;
  border: 0;
  background: rgba(148, 163, 184, 0.5);
  cursor: pointer;
}

.dots button.active {
  background: var(--secondary);
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.insight-grid {
  display: grid;
  gap: 1rem;
}

.insight-card div {
  padding: 1rem;
}

.insight-card p {
  color: var(--muted);
}

.video-showcase {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 14% 18%, rgba(34, 197, 94, 0.08), transparent 24%),
    radial-gradient(circle at 86% 16%, rgba(143, 223, 255, 0.11), transparent 26%),
    linear-gradient(180deg, rgba(5, 18, 36, 0.9), rgba(6, 22, 42, 0.98));
}

.video-showcase::before,
.video-showcase::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  filter: blur(30px);
  pointer-events: none;
  opacity: 0.42;
}

.video-showcase::before {
  top: 8%;
  left: -3%;
  width: 180px;
  height: 180px;
  background: rgba(34, 197, 94, 0.12);
  animation: propertyGlowDrift 13s ease-in-out infinite;
}

.video-showcase::after {
  right: -4%;
  bottom: 10%;
  width: 220px;
  height: 220px;
  background: rgba(143, 223, 255, 0.12);
  animation: propertyGlowDrift 16s ease-in-out infinite reverse;
}

.video-showcase .container {
  position: relative;
  z-index: 1;
}

.video-showcase .section-kicker {
  color: #63f5a7;
  text-shadow: 0 0 16px rgba(34, 197, 94, 0.2);
}

.video-showcase .section-title {
  max-width: 16ch;
  font-family: "Playfair Display", serif;
  margin-bottom: 0.95rem;
  background: linear-gradient(90deg, #ffffff 0%, #d3e8ff 32%, #8fdfff 60%, #fff1bd 84%, #ffffff 100%);
  background-size: 240% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  animation: titleSweep 9s ease-in-out infinite, titleGlow 6.2s ease-in-out infinite;
}

.video-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.video-card {
  position: relative;
  overflow: hidden;
  border-radius: calc(var(--radius) + 2px);
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(2, 8, 23, 0.35);
  box-shadow: 0 16px 38px rgba(2, 8, 23, 0.28);
  transition: transform 0.4s ease, box-shadow 0.4s ease, border-color 0.35s ease;
}

.video-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(160deg, rgba(143, 223, 255, 0.12), transparent 38%, rgba(34, 197, 94, 0.08) 72%, transparent);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.35s ease;
  z-index: 1;
}

.video-card::after {
  content: "Explore Our Premium Projects";
  position: absolute;
  left: 1rem;
  top: 1rem;
  background: rgba(2, 8, 23, 0.62);
  border: 1px solid rgba(255, 255, 255, 0.16);
  color: #eef7ff;
  padding: 0.4rem 0.68rem;
  border-radius: 999px;
  font-family: "Manrope", "Poppins", sans-serif;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  pointer-events: none;
  z-index: 2;
}

.video-card video {
  width: 100%;
  aspect-ratio: 16 / 9.3;
  object-fit: cover;
  display: block;
  filter: saturate(1.06) contrast(1.03);
  transition: transform 0.45s ease;
}

.video-card:hover {
  transform: translateY(-8px) scale(1.01);
  border-color: rgba(143, 223, 255, 0.24);
  box-shadow: 0 24px 48px rgba(2, 8, 23, 0.32);
}

.video-card:hover::before {
  opacity: 1;
}

.video-card:hover video {
  transform: scale(1.04);
}

.contact {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 10%, rgba(56, 189, 248, 0.16), transparent 34%),
    radial-gradient(circle at 88% 12%, rgba(16, 185, 129, 0.14), transparent 32%),
    linear-gradient(165deg, #061326 0%, #07162d 48%, #041526 100%);
}

.contact-pattern {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(120deg, rgba(30, 64, 175, 0.32), rgba(16, 185, 129, 0.12) 42%, rgba(8, 16, 34, 0.14) 90%),
    repeating-linear-gradient(140deg, rgba(255, 255, 255, 0.06) 0 1px, transparent 1px 16px);
  opacity: 0.4;
  pointer-events: none;
  z-index: 1;
}

.contact::before,
.contact::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  filter: blur(34px);
  pointer-events: none;
  opacity: 0.45;
}

.contact::before {
  top: 18%;
  left: -5%;
  width: 250px;
  height: 250px;
  background: rgba(72, 127, 255, 0.2);
  animation: propertyGlowDrift 15s ease-in-out infinite;
}

.contact::after {
  right: -5%;
  bottom: 2%;
  width: 260px;
  height: 260px;
  background: rgba(34, 197, 94, 0.17);
  animation: propertyGlowDrift 16s ease-in-out infinite reverse;
}

.contact-inner {
  position: relative;
  z-index: 3;
  display: grid;
  gap: 1.2rem;
}

.contact-head {
  max-width: 820px;
  margin: 0 auto;
  text-align: center;
  animation: contactRise 0.9s ease both;
}

.contact-head .section-kicker {
  color: #58dfb7;
  letter-spacing: 0.22em;
}

.contact-head h2 {
  margin-top: 0.25rem;
  font-family: "Manrope", "Poppins", sans-serif;
  font-weight: 800;
  font-size: clamp(2rem, 3.8vw, 3rem);
  line-height: 1.08;
  letter-spacing: -0.02em;
  text-wrap: balance;
  text-shadow: 0 8px 20px rgba(3, 11, 24, 0.32);
}

.contact-head p {
  margin: 0.7rem auto 0;
  color: #d8e8fb;
  font-family: "Manrope", "Poppins", sans-serif;
  font-size: 1rem;
  line-height: 1.68;
  max-width: 62ch;
}

.contact-badges {
  margin-top: 0.9rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.55rem;
}

.contact-badges span {
  padding: 0.38rem 0.7rem;
  border-radius: 999px;
  border: 1px solid rgba(143, 223, 255, 0.34);
  background: rgba(56, 189, 248, 0.1);
  color: #ddedff;
  font-family: "Manrope", "Poppins", sans-serif;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12);
  transition: transform 0.3s ease, border-color 0.3s ease, background-color 0.3s ease;
}

.contact-badges span:hover {
  transform: translateY(-2px);
  border-color: rgba(143, 223, 255, 0.62);
  background: rgba(34, 197, 94, 0.14);
}

.contact-shell {
  display: grid;
  gap: 1.2rem;
  max-width: 1120px;
  margin: 0 auto;
}

.contact-panel,
.contact-form-wrap,
.contact-form {
  background: linear-gradient(165deg, rgba(8, 20, 42, 0.88), rgba(5, 16, 32, 0.9));
  border: 1px solid rgba(120, 201, 233, 0.32);
  border-radius: var(--radius);
  padding: 1.3rem;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  box-shadow: 0 22px 52px rgba(2, 8, 23, 0.45);
}

.contact-panel {
  position: relative;
  overflow: hidden;
  display: grid;
  gap: 0.75rem;
  animation: contactRise 1s ease both;
  transition: transform 0.4s var(--ease-smooth), border-color 0.4s var(--ease-smooth), box-shadow 0.4s var(--ease-smooth);
}

.contact-panel::before,
.contact-form-wrap::before {
  content: "";
  position: absolute;
  inset: -1px;
  border-radius: inherit;
  background: linear-gradient(125deg, rgba(56, 189, 248, 0.3), transparent 34%, rgba(16, 185, 129, 0.22));
  opacity: 0;
  transition: opacity 0.35s ease;
  pointer-events: none;
}

.contact-panel::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(140deg, rgba(115, 142, 255, 0.2), transparent 45%, rgba(34, 197, 94, 0.2));
  pointer-events: none;
}

.contact-panel:hover,
.contact-form-wrap:hover {
  transform: translateY(-3px);
  border-color: rgba(143, 223, 255, 0.52);
}

.contact-panel:hover::before,
.contact-form-wrap:hover::before {
  opacity: 1;
}

.contact-panel-hero,
.contact-social,
.contact-point,
.contact-quick-actions {
  position: relative;
  z-index: 1;
}

.contact-panel-hero {
  border-radius: 14px;
  padding: 0.95rem;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: linear-gradient(130deg, rgba(37, 99, 235, 0.2), rgba(16, 185, 129, 0.18));
}

.contact-panel-hero span {
  display: inline-block;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.44);
  padding: 0.2rem 0.62rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.contact-panel-hero h3 {
  margin-top: 0.55rem;
  font-family: "Manrope", "Poppins", sans-serif;
  font-weight: 800;
  font-size: clamp(1.25rem, 2.5vw, 1.7rem);
  line-height: 1.18;
  letter-spacing: -0.02em;
}

.contact-panel-hero p {
  margin-top: 0.38rem;
  color: #d8e6ff;
  font-size: 0.92rem;
  line-height: 1.55;
}

.contact-point {
  padding: 0.82rem 0.92rem;
  border-radius: 12px;
  background: linear-gradient(135deg, rgba(91, 115, 224, 0.16), rgba(34, 197, 94, 0.1));
  border: 1px solid rgba(143, 223, 255, 0.3);
  transform: translateY(0);
  transition: transform 0.35s var(--ease-smooth), border-color 0.35s var(--ease-smooth), box-shadow 0.35s var(--ease-smooth);
}

.contact-point:hover {
  transform: translateY(-3px);
  border-color: rgba(143, 223, 255, 0.6);
  box-shadow: 0 14px 24px rgba(2, 11, 28, 0.3);
}

.contact-point h3 {
  font-family: "Manrope", "Poppins", sans-serif;
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  color: #a6e9ff;
}

.contact-point p {
  margin-top: 0.22rem;
  font-size: 0.94rem;
  line-height: 1.45;
  color: #e2ecff;
}

.contact-quick-actions {
  margin-top: 0.3rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
}

.contact-social {
  margin-top: 0.2rem;
  display: grid;
  gap: 0.4rem;
}

.contact-social p {
  color: #d5e7ff;
  font-size: 0.9rem;
  font-weight: 700;
}

.contact-social-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.52rem;
}

.contact-social-links a {
  padding: 0.38rem 0.72rem;
  border-radius: 999px;
  border: 1px solid rgba(143, 223, 255, 0.46);
  background: rgba(56, 189, 248, 0.14);
  color: #d7f0ff;
  font-size: 0.84rem;
  font-weight: 700;
  transition: transform 0.32s var(--ease-smooth), background-color 0.32s var(--ease-smooth), box-shadow 0.32s var(--ease-smooth);
}

.contact-social-links a:hover {
  transform: translateY(-2px);
  background: rgba(34, 197, 94, 0.18);
  box-shadow: 0 12px 20px rgba(8, 25, 48, 0.32);
}

.contact-form-wrap {
  position: relative;
  overflow: hidden;
  animation: contactRise 1.15s var(--ease-smooth) both;
}

.contact-form {
  display: grid;
  gap: 0.9rem;
  height: 100%;
}

.contact-form-head h3 {
  font-family: "Manrope", "Poppins", sans-serif;
  font-weight: 800;
  font-size: clamp(1.45rem, 2.4vw, 2rem);
  letter-spacing: -0.03em;
}

.contact-form-head p {
  margin-top: 0.3rem;
  color: #d3e3f8;
  font-size: 0.94rem;
  line-height: 1.55;
}

.contact-form-grid {
  display: grid;
  gap: 0.75rem;
}

.contact-form label {
  display: grid;
  gap: 0.38rem;
  font-size: 0.9rem;
  color: #eaf3ff;
  font-family: "Manrope", "Poppins", sans-serif;
  font-weight: 600;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  border: 1px solid rgba(143, 223, 255, 0.5);
  border-radius: 11px;
  padding: 0.76rem 0.85rem;
  font: inherit;
  color: #eef4ff;
  background: rgba(4, 8, 20, 0.92);
  transition: border-color 0.3s ease, box-shadow 0.3s ease, background-color 0.3s ease;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  outline: none;
  border-color: rgba(143, 223, 255, 0.82);
  box-shadow: 0 0 0 3px rgba(56, 189, 248, 0.18);
  background: rgba(8, 12, 24, 0.95);
}

.contact-form textarea {
  resize: vertical;
  min-height: 130px;
}

.contact-form .btn-primary {
  width: 100%;
  margin-top: 0.2rem;
  border: 1px solid rgba(143, 223, 255, 0.56);
  background: linear-gradient(120deg, #1d4ed8, #0ea5e9 58%, #10b981);
  box-shadow: 0 16px 26px rgba(14, 39, 92, 0.45);
  letter-spacing: 0.02em;
}

.contact-form .btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 20px 32px rgba(14, 39, 92, 0.52);
}

html[data-theme="light"] .contact-form input,
html[data-theme="light"] .contact-form select,
html[data-theme="light"] .contact-form textarea {
  color: #10213f;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(30, 58, 138, 0.25);
}

html[data-theme="light"] .contact-form input:focus,
html[data-theme="light"] .contact-form select:focus,
html[data-theme="light"] .contact-form textarea:focus {
  border-color: rgba(30, 58, 138, 0.5);
  box-shadow: 0 0 0 3px rgba(30, 58, 138, 0.14);
  background: #ffffff;
}

html[data-theme="light"] .contact-panel,
html[data-theme="light"] .contact-form-wrap,
html[data-theme="light"] .contact-form {
  background: rgba(255, 255, 255, 0.86);
  border-color: rgba(30, 58, 138, 0.16);
}

html[data-theme="light"] .contact-pattern {
  opacity: 0.3;
}

html[data-theme="light"] .contact-head h2 {
  color: #0f2546;
}

html[data-theme="light"] .contact-head .section-kicker {
  color: #0e9f6e;
}

html[data-theme="light"] .contact-head p,
html[data-theme="light"] .contact-form-head p,
html[data-theme="light"] .contact-point p,
html[data-theme="light"] .contact-form label {
  color: #27476f;
}

html[data-theme="light"] .contact-badges span {
  color: #1d4c78;
  background: rgba(30, 58, 138, 0.07);
  border-color: rgba(30, 58, 138, 0.2);
  box-shadow: none;
}

html[data-theme="light"] .contact-point h3 {
  color: #1b4f7d;
}

html[data-theme="light"] .contact-panel-hero {
  border-color: rgba(30, 58, 138, 0.2);
  background: linear-gradient(130deg, rgba(37, 99, 235, 0.14), rgba(16, 185, 129, 0.1));
}

html[data-theme="light"] .contact-panel-hero span {
  color: #1e4a77;
  border-color: rgba(30, 58, 138, 0.26);
  background: rgba(255, 255, 255, 0.75);
}

html[data-theme="light"] .contact-panel-hero h3 {
  color: #0f2546;
}

html[data-theme="light"] .contact-panel-hero p,
html[data-theme="light"] .contact-social p {
  color: #2f527a;
}

html[data-theme="light"] .contact-badges span,
html[data-theme="light"] .contact-point {
  background: rgba(16, 37, 70, 0.04);
  border-color: rgba(16, 37, 70, 0.14);
}

html[data-theme="light"] .contact-social-links a {
  border-color: rgba(30, 58, 138, 0.24);
  background: rgba(56, 189, 248, 0.12);
  color: #11507d;
}

html[data-theme="light"] .contact-social-links a:hover {
  background: rgba(16, 185, 129, 0.16);
  color: #0f4a73;
}

html[data-theme="light"] .contact-form .btn-primary {
  border-color: rgba(30, 58, 138, 0.35);
  box-shadow: 0 14px 24px rgba(30, 58, 138, 0.18);
}

@keyframes contactRise {
  from {
    opacity: 0;
    transform: translateY(18px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.footer {
  position: relative;
  overflow: hidden;
  padding: 1.35rem 0 1.5rem;
  border-top: 1px solid rgba(143, 223, 255, 0.2);
  background:
    radial-gradient(circle at 14% 20%, rgba(56, 189, 248, 0.12), transparent 28%),
    radial-gradient(circle at 86% 12%, rgba(16, 185, 129, 0.1), transparent 30%),
    linear-gradient(170deg, rgba(3, 13, 31, 0.95), rgba(4, 16, 34, 0.98));
}

.footer::after {
  content: "";
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.04) 0 1px, transparent 1px 14px);
  pointer-events: none;
  opacity: 0.35;
}

.footer-wrap {
  display: grid;
  gap: 1.2rem;
  position: relative;
  z-index: 1;
}

.footer-top {
  display: grid;
  gap: 0.95rem;
}

.footer-col {
  border: 1px solid rgba(143, 223, 255, 0.2);
  background: linear-gradient(160deg, rgba(9, 24, 52, 0.68), rgba(3, 14, 31, 0.72));
  border-radius: 14px;
  padding: 1rem;
  box-shadow: 0 16px 28px rgba(1, 8, 20, 0.22);
}

.footer-col h3 {
  font-family: "Manrope", "Poppins", sans-serif;
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: 0.01em;
}

.footer-col a,
.footer-col p {
  color: #cfe1f7;
}

.footer-about {
  margin-top: 0.6rem;
  font-size: 0.92rem;
  line-height: 1.6;
}

.footer-brand {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.6rem;
}

.footer-brand img {
  width: 42px;
}

.footer-brand p {
  font-weight: 700;
  letter-spacing: 0.01em;
}

.footer-links {
  margin-top: 0.5rem;
  display: grid;
  gap: 0.42rem;
}

.footer-links a,
.footer-contact-col > a {
  color: #def0ff;
  font-weight: 600;
  transition: color 0.3s var(--ease-smooth), transform 0.3s var(--ease-smooth);
}

.footer-links a:hover,
.footer-contact-col > a:hover {
  color: #63f5a7;
  transform: translateX(3px);
}

.footer-contact-col {
  display: grid;
  gap: 0.45rem;
}

.footer-contact-col p {
  font-size: 0.9rem;
}

.footer-social {
  margin-top: 0.3rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.48rem;
}

.footer-social a {
  padding: 0.32rem 0.66rem;
  border: 1px solid rgba(143, 223, 255, 0.32);
  border-radius: 999px;
  background: rgba(56, 189, 248, 0.12);
  color: #e3f5ff;
  font-size: 0.82rem;
  font-weight: 700;
  transition: background-color 0.3s var(--ease-smooth), transform 0.3s var(--ease-smooth);
}

.footer-social a:hover {
  background: rgba(16, 185, 129, 0.2);
  transform: translateY(-2px);
}

.footer-bottom {
  border-top: 1px solid rgba(143, 223, 255, 0.2);
  padding-top: 0.9rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.35rem;
  text-align: center;
}

.footer-bottom p {
  color: #d6e7fb;
  font-size: 0.9rem;
}

html[data-theme="light"] .footer {
  border-top-color: rgba(30, 58, 138, 0.14);
  background:
    radial-gradient(circle at 14% 20%, rgba(56, 189, 248, 0.08), transparent 28%),
    radial-gradient(circle at 86% 12%, rgba(16, 185, 129, 0.07), transparent 30%),
    linear-gradient(170deg, rgba(240, 247, 255, 0.98), rgba(231, 241, 252, 0.96));
}

html[data-theme="light"] .footer-col {
  background: rgba(255, 255, 255, 0.86);
  border-color: rgba(30, 58, 138, 0.15);
  box-shadow: 0 10px 18px rgba(30, 58, 138, 0.08);
}

html[data-theme="light"] .footer-col h3,
html[data-theme="light"] .footer-brand p {
  color: #0f2546;
}

html[data-theme="light"] .footer-col a,
html[data-theme="light"] .footer-col p,
html[data-theme="light"] .footer-bottom p {
  color: #28486e;
}

html[data-theme="light"] .footer-links a:hover,
html[data-theme="light"] .footer-contact-col > a:hover {
  color: #0e9f6e;
}

html[data-theme="light"] .footer-social a {
  border-color: rgba(30, 58, 138, 0.2);
  background: rgba(56, 189, 248, 0.12);
  color: #1f4f7c;
}

html[data-theme="light"] .footer-bottom {
  border-top-color: rgba(30, 58, 138, 0.14);
}

.whatsapp-float {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  z-index: 1900;
  background: linear-gradient(130deg, #16a34a, #22c55e);
  color: #fff;
  padding: 0.8rem 1rem;
  border-radius: 999px;
  box-shadow: var(--shadow);
  font-weight: 600;
}

.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 0.9s var(--ease-smooth), transform 0.9s var(--ease-smooth);
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

@media (min-width: 700px) {
  .hero-layout {
    grid-template-columns: 1.1fr 1fr;
    gap: 2rem;
  }

  .services-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .property-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .type-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .services-intro {
    grid-template-columns: 1.2fr 0.8fr;
    align-items: end;
  }

  .services-metrics {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .services-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .services-footer {
    grid-column: 1 / -1;
  }

  .contact-shell {
    grid-template-columns: 0.92fr 1.08fr;
    align-items: stretch;
  }

  .contact-form-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .footer-top {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: stretch;
  }

  .footer-brand-col {
    grid-column: 1 / -1;
  }

  .footer-bottom {
    flex-direction: row;
    justify-content: space-between;
  }

  .process-wrap,
  .testimonial-wrap,
  .insight-grid,
  .video-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: center;
  }
}

@media (min-width: 980px) {
  .navbar {
    padding: 0.86rem 3%;
    gap: 1.3rem;
  }

  .brand img {
    width: 88px;
    height: 66px;
  }

  .brand span {
    font-size: 1.12rem;
  }

  .menu-toggle {
    display: none;
  }

  .nav-links {
    position: static;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-left: auto;
    gap: 0.35rem;
    padding: 0;
    border-radius: 0;
    background: transparent;
    border: 0;
    transform: none;
    opacity: 1;
    pointer-events: auto;
  }

  .nav-links a {
    padding: 0.6rem 0.85rem;
  }

  .nav-actions {
    margin-left: 0;
    order: 3;
  }

  .split-grid {
    grid-template-columns: 1.1fr 1fr;
    align-items: center;
  }

  .about-layout {
    grid-template-columns: 1.08fr 1fr;
    align-items: stretch;
    gap: 1.2rem;
  }

  .about-media {
    align-self: stretch;
    min-height: 100%;
  }

  .about-content {
    padding-top: 0;
  }

  .stats-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .services-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .contact-shell {
    grid-template-columns: 0.88fr 1.12fr;
    gap: 1.2rem;
  }

  .footer-top {
    grid-template-columns: 1.2fr 0.9fr 1fr;
    gap: 1rem;
  }

  .footer-brand-col {
    grid-column: auto;
  }

  .property-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .type-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (max-width: 699px) {
  body::before,
  body::after {
    opacity: 0.22;
  }

  .site-particles span {
    width: 4px;
    height: 4px;
    opacity: 0.22;
  }

  .site-particles span:nth-child(n + 9) {
    display: none;
  }

  .section {
    padding: 3.2rem 0;
  }

  .hero {
    min-height: auto;
    padding: 5.9rem 0 1.6rem;
  }

  .hero-content {
    text-align: center;
  }

  .hero h1 {
    max-width: none;
  }

  .hero-subtext {
    margin: 0 auto;
  }

  .hero-headline-board {
    text-align: left;
  }

  .hero-actions {
    justify-content: center;
  }

  .about-media {
    grid-template-columns: 1fr;
  }

  .about-media-row {
    grid-template-columns: 1fr;
  }

  .about-media-card,
  .about-video-card {
    min-height: 210px;
  }

  .about-video-card {
    min-height: 240px;
  }

  .about::before,
  .about::after {
    opacity: 0.45;
  }

  .about-content h2 {
    font-size: clamp(1.85rem, 7vw, 2.3rem);
    line-height: 1.02;
  }

  .about-content p {
    font-size: 0.98rem;
    line-height: 1.7;
  }

  .about-data-points {
    margin-top: 0.8rem;
  }

  .stats-grid {
    grid-template-columns: 1fr;
  }

  .about-data-points {
    grid-template-columns: 1fr;
  }

  .brand img {
    width: 66px;
    height: 52px;
  }

  .brand span {
    font-size: 0.88rem;
    max-width: 150px;
  }

  .nav-whatsapp {
    width: 44px;
    min-width: 44px;
    padding: 0;
    justify-content: center;
  }

  .wa-text {
    display: none;
  }

  .services-intro {
    margin-bottom: 1rem;
    grid-template-columns: 1fr;
  }

  .services-metrics {
    grid-template-columns: 1fr;
  }

  .services-footer {
    flex-direction: column;
    align-items: flex-start;
  }

  .services-footer .btn {
    width: 100%;
  }

  .services-description {
    max-width: none;
  }

  .service-points li {
    font-size: 0.88rem;
  }

  .contact-head {
    text-align: left;
  }

  .contact-badges {
    justify-content: flex-start;
  }

  .contact-panel,
  .contact-form-wrap,
  .contact-form {
    padding: 1.05rem;
  }

  .contact-form-grid {
    grid-template-columns: 1fr;
  }

  .contact-quick-actions .btn {
    width: 100%;
    justify-content: center;
  }

  .footer-col {
    text-align: center;
  }

  .footer-brand {
    justify-content: center;
  }

  .footer-social {
    justify-content: center;
  }
}
