:root {
  --bg: #062f33;
  --bg-soft: #0b3b40;
  --surface: rgba(7, 45, 49, 0.78);
  --surface-strong: rgba(7, 45, 49, 0.92);
  --stroke: rgba(255, 248, 240, 0.14);
  --text: #ffe7c8;
  --muted: rgba(255, 231, 200, 0.76);
  --teal: #83bddd;
  --mint: #93d6c5;
  --lime: #97c700;
  --yellow: #f4ea00;
  --rose: #ff5ca4;
  --glow: 0 22px 70px rgba(3, 19, 21, 0.4);
  --radius: 28px;
  --container: min(1180px, calc(100vw - 40px));
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Outfit", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at 50% 48%, rgba(255, 255, 255, 0.035), transparent 26%),
    linear-gradient(180deg, #000 0%, #03040b 48%, #000 100%);
  min-height: 100vh;
  overflow-x: hidden;
}

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

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

.page-shell {
  position: relative;
  isolation: isolate;
}

.page-shell > .floating-sticker {
  z-index: 0 !important;
}

.page-shell::before,
.page-shell::after {
  content: "";
  position: fixed;
  inset: -12%;
  pointer-events: none;
  background-image: url("assets/stars.png");
  background-repeat: repeat;
  mix-blend-mode: screen;
  will-change: transform, opacity;
}

.page-shell::before {
  z-index: -8;
  background-size: min(1440px, 115vw) auto;
  opacity: 0.68;
  filter: contrast(1.18) brightness(1.14);
  animation: spaceImageDrift 95s linear infinite;
}

.page-shell::after {
  z-index: -7;
  background-size: min(820px, 78vw) auto;
  opacity: 0.28;
  filter: blur(0.35px) brightness(1.28);
  transform: scale(1.16);
  animation: spaceImageFloat 62s ease-in-out infinite alternate;
}

.starfield,
.star-glow,
.asteroid,
.space-blob,
.planet,
.sparkle,
.floating-sticker,
.go-top {
  position: fixed;
  z-index: -2;
}

.floating-sticker {
  z-index: -1;
}

.go-top {
  z-index: 12;
}

.site-header,
main,
.site-footer {
  position: relative;
  z-index: 5;
}

.section,
.glass-card,
.advantage-feature,
.retarget-card,
.quote-banner,
.office-card,
.category-card,
.contact-card {
  position: relative;
  z-index: 4;
}

.star-glow {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 255, 255, 1) 0 16%, rgba(173, 220, 255, 0.95) 18%, rgba(106, 185, 255, 0.55) 38%, rgba(106, 185, 255, 0.08) 68%, transparent 100%);
  box-shadow:
    0 0 12px rgba(150, 220, 255, 0.9),
    0 0 26px rgba(116, 196, 255, 0.55),
    0 0 44px rgba(116, 196, 255, 0.22);
  z-index: -3;
  pointer-events: none;
  animation: shinePulse 3.4s ease-in-out infinite;
}

.star-glow::before,
.star-glow::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 999px;
  background: rgba(198, 235, 255, 0.92);
  box-shadow: 0 0 10px rgba(173, 220, 255, 0.7);
}

.star-glow::before {
  width: 2px;
  height: 28px;
}

.star-glow::after {
  width: 28px;
  height: 2px;
}

.star-glow-one {
  top: 12%;
  left: 19%;
  animation-delay: 0s;
}

.star-glow-two {
  top: 24%;
  left: 61%;
  width: 14px;
  height: 14px;
  animation-delay: 0.8s;
}

.star-glow-three {
  top: 39%;
  right: 14%;
  width: 20px;
  height: 20px;
  animation-delay: 1.4s;
}

.star-glow-four {
  top: 68%;
  left: 28%;
  width: 16px;
  height: 16px;
  animation-delay: 2s;
}

.star-glow-five {
  top: 82%;
  right: 30%;
  width: 13px;
  height: 13px;
  animation-delay: 2.6s;
}

.starfield {
  inset: -20%;
  pointer-events: none;
  z-index: -6;
  opacity: 0.62;
}

.starfield::before,
.starfield::after {
  content: "";
  position: absolute;
  inset: 0;
  background-repeat: repeat;
  background-size: 720px 720px;
}

.starfield-back::before {
  background-image:
    radial-gradient(circle, rgba(255, 255, 255, 0.92) 0 1px, transparent 1.6px),
    radial-gradient(circle, rgba(131, 189, 221, 0.7) 0 1.2px, transparent 1.8px),
    radial-gradient(circle, rgba(255, 255, 255, 0.75) 0 1px, transparent 1.5px);
  background-position: 0 0, 180px 120px, 340px 280px;
  opacity: 0.32;
  animation: starDriftSlow 140s linear infinite;
}

.starfield-back::after {
  background-image:
    radial-gradient(circle, rgba(255, 255, 255, 0.8) 0 1px, transparent 1.5px);
  background-position: 140px 60px;
  opacity: 0.18;
  animation: starDriftSlowReverse 180s linear infinite;
}

.starfield-mid::before {
  background-image:
    radial-gradient(circle, rgba(255, 255, 255, 0.95) 0 1.2px, transparent 1.8px),
    radial-gradient(circle, rgba(255, 92, 164, 0.58) 0 1px, transparent 1.6px),
    radial-gradient(circle, rgba(151, 199, 0, 0.58) 0 1px, transparent 1.6px);
  background-position: 70px 100px, 260px 220px, 420px 80px;
  opacity: 0.24;
  animation: starDriftMedium 100s linear infinite;
}

.starfield-mid::after {
  background-image:
    radial-gradient(circle, rgba(255, 255, 255, 0.88) 0 1px, transparent 1.5px);
  background-position: 220px 200px;
  opacity: 0.16;
  animation: twinkle 8s ease-in-out infinite alternate;
}

.starfield-front::before {
  background-image:
    radial-gradient(circle, rgba(255, 255, 255, 1) 0 1.4px, transparent 2px),
    radial-gradient(circle, rgba(214, 239, 255, 0.95) 0 1.3px, transparent 1.9px);
  background-position: 40px 30px, 300px 180px;
  opacity: 0.18;
  animation: starDriftFast 65s linear infinite;
}

.starfield-front::after {
  background-image:
    radial-gradient(circle, rgba(255, 255, 255, 0.95) 0 1.6px, transparent 2.2px);
  background-position: 150px 300px;
  opacity: 0.12;
  filter: blur(0.2px);
  animation: twinkle 5.5s ease-in-out infinite alternate-reverse;
}

@keyframes starDriftSlow {
  from { transform: translate3d(0, 0, 0); }
  to { transform: translate3d(-120px, 180px, 0); }
}

@keyframes starDriftSlowReverse {
  from { transform: translate3d(0, 0, 0); }
  to { transform: translate3d(140px, -140px, 0); }
}

@keyframes starDriftMedium {
  from { transform: translate3d(0, 0, 0); }
  to { transform: translate3d(-180px, 220px, 0); }
}

@keyframes starDriftFast {
  from { transform: translate3d(0, 0, 0); }
  to { transform: translate3d(-260px, 280px, 0); }
}

@keyframes twinkle {
  0% { opacity: 0.08; }
  100% { opacity: 0.28; }
}

@keyframes shinePulse {
  0%, 100% {
    transform: scale(0.9);
    opacity: 0.6;
  }
  50% {
    transform: scale(1.22);
    opacity: 1;
  }
}

@keyframes spaceImageDrift {
  0% { transform: translate3d(0, 0, 0) scale(1.04); }
  100% { transform: translate3d(-7vw, 8vh, 0) scale(1.04); }
}

@keyframes spaceImageFloat {
  0% {
    transform: translate3d(2vw, -2vh, 0) scale(1.16);
    opacity: 0.1;
  }
  50% {
    opacity: 0.2;
  }
  100% {
    transform: translate3d(-3vw, 4vh, 0) scale(1.2);
    opacity: 0.15;
  }
}

.asteroid {
  width: 120px;
  height: 10px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 245, 230, 0.15), rgba(255, 245, 230, 0.82));
  filter: blur(0.2px) drop-shadow(0 0 8px rgba(255, 255, 255, 0.22));
  transform: rotate(-18deg);
  pointer-events: none;
  z-index: -4;
}

.asteroid::before {
  content: "";
  position: absolute;
  right: -2px;
  top: 50%;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  transform: translateY(-50%);
  background: radial-gradient(circle at 35% 35%, #ffeacb, #ad8d67 62%, #5e4b35 100%);
  box-shadow: 0 0 14px rgba(255, 238, 207, 0.18);
}

.asteroid-one {
  top: 18%;
  left: -18%;
  animation: asteroidFlyOne 16s linear infinite;
}

.asteroid-two {
  top: 52%;
  left: -24%;
  width: 150px;
  animation: asteroidFlyTwo 24s linear infinite 6s;
  opacity: 0.75;
}

.asteroid-three {
  top: 74%;
  left: -20%;
  width: 96px;
  animation: asteroidFlyThree 19s linear infinite 11s;
  opacity: 0.62;
}

@keyframes asteroidFlyOne {
  0% { transform: translate3d(0, 0, 0) rotate(-18deg) scaleX(0.45); opacity: 0; }
  8% { opacity: 0.9; }
  52% { transform: translate3d(82vw, -13vh, 0) rotate(-18deg) scaleX(1); opacity: 0.72; }
  72% { transform: translate3d(108vw, -17vh, 0) rotate(-18deg) scaleX(0.34); opacity: 0.22; }
  100% { transform: translate3d(145vw, -22vh, 0) rotate(-18deg) scaleX(0.08); opacity: 0; }
}

@keyframes asteroidFlyTwo {
  0% { transform: translate3d(0, 0, 0) rotate(-14deg) scaleX(0.42); opacity: 0; }
  10% { opacity: 0.7; }
  34% { transform: translate3d(52vw, -6vh, 0) rotate(-14deg) scaleX(0.9); opacity: 0.54; }
  46% { transform: translate3d(66vw, -8vh, 0) rotate(-14deg) scaleX(0.18); opacity: 0; }
  100% { transform: translate3d(66vw, -8vh, 0) rotate(-14deg) scaleX(0.18); opacity: 0; }
}

@keyframes asteroidFlyThree {
  0% { transform: translate3d(0, 0, 0) rotate(-22deg) scaleX(0.42); opacity: 0; }
  12% { opacity: 0.62; }
  28% { transform: translate3d(42vw, -4vh, 0) rotate(-22deg) scaleX(0.86); opacity: 0.48; }
  39% { transform: translate3d(55vw, -5vh, 0) rotate(-22deg) scaleX(0.16); opacity: 0; }
  100% { transform: translate3d(55vw, -5vh, 0) rotate(-22deg) scaleX(0.16); opacity: 0; }
}

.space-blob {
        background: #97c70000;
    /* box-shadow: inset 0 12px 0 rgba(244, 234, 0, 0.95); */
    filter: drop-shadow(0 16px 34px rgba(5, 26, 28, 0.28));
}

.blob-top-right {
  top: -40px;
  right: -36px;
  width: 190px;
  height: 430px;
  border-radius: 90px 0 0 110px;
}

.blob-bottom-right {
  right: -60px;
  bottom: 40px;
  width: 360px;
  height: 180px;
  border-radius: 120px 0 0 120px;
}

.planet {
  border-radius: 50%;
  border: 6px solid #fff8f0;
}

.pink-planet {
  top: 148px;
  left: -26px;
  width: 82px;
  height: 82px;
  background:
    radial-gradient(circle at 35% 35%, #ff95c2, #ff5ca4 60%),
    #ff5ca4;
}

.blue-planet {
  top: 74px;
  right: 250px;
  width: 58px;
  height: 58px;
  background:
    radial-gradient(circle at 35% 35%, #d6efff, #83bddd 62%),
    #83bddd;
}

.sparkle {
  width: 22px;
  height: 22px;
  background: var(--rose);
  clip-path: polygon(50% 0%, 61% 39%, 100% 50%, 61% 61%, 50% 100%, 39% 61%, 0% 50%, 39% 39%);
}

.sparkle-one {
  top: 58px;
  right: 312px;
}

.sparkle-two {
  top: 210px;
  right: 286px;
}

.floating-sticker {
  width: 76px;
  height: auto;
  opacity: 0.92;
  filter: drop-shadow(0 16px 28px rgba(4, 22, 24, 0.22));
  animation: drift 6.5s ease-in-out infinite;
  user-select: none;
  pointer-events: none;
}

.sticker-one {
  top: 50%;
     left: -5px;
    width: 100px;
  animation-delay: 0s;
      z-index: 100;
}

.sticker-two {
  top: 60%;
  right: 26px;
      width: 177px;
  animation-delay: 1.5s;
      z-index: 100;
}

.sticker-three {
  top: 18%;
  right: 88px;
  width: 125px;
  animation-delay: 0.8s;
      z-index: 100;
}

@keyframes drift {
  0%,
  100% {
    transform: translate3d(0, 0, 0) rotate(0deg);
  }
  50% {
    transform: translate3d(0, -12px, 0) rotate(2deg);
  }
}

.noise {
  position: fixed;
  inset: -14%;
  background:
    radial-gradient(circle at 50% 46%, rgba(255, 255, 255, 0.08), transparent 30%),
    url("assets/stars.png") center/cover no-repeat;
  opacity: 0.72;
  pointer-events: none;
  mix-blend-mode: screen;
  z-index: -5;
  transform: scale(1.08);
  animation: spaceImageBreathe 24s ease-in-out infinite alternate;
  will-change: transform, opacity;
}

.noise::before,
.noise::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("assets/stars.png");
  background-repeat: repeat;
  mix-blend-mode: screen;
}

.noise::before {
  background-position: center;
  background-size: 1200px auto;
  opacity: 0.28;
  animation: spaceImageDrift 72s linear infinite reverse;
}

.noise::after {
  background-position: center;
  background-size: 760px auto;
  opacity: 0.3;
  filter: blur(0.25px);
  transform: scale(1.12);
  animation: spaceImageFloat 38s ease-in-out infinite alternate-reverse;
}

@keyframes spaceImageBreathe {
  0% {
    transform: translate3d(0, 0, 0) scale(1.07);
    opacity: 0.62;
  }
  100% {
    transform: translate3d(1.8vw, -1.6vh, 0) scale(1.12);
    opacity: 0.78;
  }
}

.cursor-glow {
  position: fixed;
  left: 0;
  top: 0;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.12), rgba(131, 189, 221, 0.08), rgba(122, 180, 207, 0));
  transform: translate(-50%, -50%);
  pointer-events: none;
  z-index: -1;
  filter: blur(10px);
}

.site-header {
  width: var(--container);
  margin: 20px auto 0;
  padding: 16px 20px;
  position: sticky;
  top: 18px;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border: 1px solid var(--stroke);
  border-radius: 999px;
  background: rgba(7, 45, 49, 0.72);
  backdrop-filter: blur(18px);
  box-shadow: var(--glow);
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 20px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
}

.brand-mark {
    width: 268px;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 18px;
    padding: 4px 8px;
    /* background: rgba(255, 248, 240, 0.03); */
    /* box-shadow: 0 16px 30px rgba(151, 199, 0, 0.14); */
}

.brand-mark img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.brand strong,
.main-nav a,
.button,
.nav-cta,
.floating-panel span,
.advantage-card span,
.timeline-step span,
.office-card span {
  font-family: "Changa", sans-serif;
}

.brand strong {
  display: block;
  font-size: 1rem;
}

.brand small {
  color: var(--muted);
}

.main-nav {
  display: flex;
     gap: 45px;
    margin-right: -212px;
}

.mobile-nav {
  display: none;
}

.menu-toggle {
  display: none;
  width: 52px;
  height: 52px;
  border: 2px solid rgba(255, 248, 240, 0.2);
  border-radius: 16px;
  background: rgba(255, 248, 240, 0.04);
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 6px;
  cursor: pointer;
  transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease, background 0.3s ease;
}

.menu-toggle span {
  width: 20px;
  height: 2px;
  border-radius: 999px;
  background: var(--text);
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.menu-toggle:hover {
  transform: translateY(-2px);
  border-color: rgba(255, 92, 164, 0.32);
  box-shadow: 0 12px 24px rgba(2, 8, 14, 0.24);
}

.menu-toggle.is-open span:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}

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

.menu-toggle.is-open span:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}

.main-nav a {
  color: var(--muted);
  font-size: 0.96rem;
  transition: color 0.25s ease, transform 0.25s ease;
}

.main-nav a:hover {
  color: var(--text);
  transform: translateY(-1px);
}

.nav-cta,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease, background 0.35s ease;
}

.nav-cta {
  min-height: 48px;
  padding: 0 20px;
  border: 2px solid rgba(255, 248, 240, 0.22);
  background: linear-gradient(135deg, rgba(151, 199, 0, 0.2), rgba(131, 189, 221, 0.18));
}

.section {
  width: var(--container);
  margin: 0 auto;
}

.hero {
  min-height: calc(10vh 0px);
  display: grid;
  grid-template-columns: 1.02fr 0.98fr;
  gap: 44px;
  align-items: start;
  padding: 34px 0 52px;
}

.eyebrow {
  display: inline-block;
  margin-bottom: 16px;
  padding: 10px 16px;
  border: 1px solid rgba(247, 224, 202, 0.14);
  border-radius: 999px;
  color: var(--text);
  background: #f5598b;
  letter-spacing: 0.08em;
 
  font-size: 0.94rem;
  font-weight: 700;
}

.hero h1,
.section-heading h2,
.contact-card h2 {
  margin: 0;
  line-height: 0.94;
  font-family: "Changa", sans-serif;
  letter-spacing: -0.04em;
}

.hero h1 {
  font-size: clamp(3.6rem, 8vw, 6rem);
  color: var(--lime);
  text-transform: uppercase;
}

.hero h1 span {
  display: block;
  margin-top: 14px;
  color: #ff5ca4;
  text-transform: none;
  font-family: "Outfit", sans-serif;
  font-weight: 800;
  letter-spacing: -0.02em;
  font-size: clamp(1.2rem, 2.1vw, 2rem);
  line-height: 1.2;
  max-width: 700px;
  padding: 12px 16px;
  border-radius: 20px;
  background: linear-gradient(135deg, rgba(131, 189, 221, 0.16), rgba(255, 92, 164, 0.12));
  border: 1px solid rgb(255 37 198);
}

.hero p,
.text-panel p,
.insight-panel p,
.advantage-card p,
.category-card p,
.growth-card p,
.office-card p,
.contact-card p,
.dashboard-panel p {
  color: var(--muted);
  line-height: 1.75;
  font-size: 1rem;
}

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

.button {
  min-height: 56px;
  padding: 0 24px;
  border: 1px solid transparent;
}

.button-primary {
  color: #fff8f0;
  background: linear-gradient(135deg, #ff70b1, var(--rose));
  box-shadow: 0 18px 40px rgba(255, 92, 164, 0.28);
}

.button-secondary {
  border: 2px solid rgba(255, 248, 240, 0.72);
  background: rgba(6, 47, 51, 0.38);
}

.button:hover,
.nav-cta:hover,
.magnetic.is-hovered {
  transform: translateY(-4px) scale(1.01);
  box-shadow: 0 22px 50px rgba(6, 16, 25, 0.42);
}

.button:disabled {
  opacity: 0.72;
  cursor: wait;
  transform: none;
  box-shadow: none;
}

.hero-highlights {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: clamp(86px, 13vh, 150px);
}

.metrics-section {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 34px;
}

.glass-card,
.advantage-card,
.category-card,
.timeline-step,
.office-card,
.contact-card {
  position: relative;
  overflow: hidden;
  border: 1px solid #97c700;
  border-radius: var(--radius);
  background: linear-gradient(180deg, rgba(7, 45, 49, 0.84), rgba(6, 40, 44, 0.94));
  box-shadow: var(--glow);
}

.glass-card::before,
.advantage-card::before,
.category-card::before,
.timeline-step::before,
.office-card::before,
.contact-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.1), transparent 35%, transparent 60%, rgba(122, 180, 207, 0.08));
  opacity: 0;
  transition: opacity 0.35s ease;
  pointer-events: none;
}

.glass-card:hover::before,
.advantage-card:hover::before,
.category-card:hover::before,
.timeline-step:hover::before,
.office-card:hover::before,
.contact-card:hover::before {
  opacity: 1;
}

.glass-card,
.advantage-card,
.category-card,
.timeline-step,
.office-card,
.contact-card,
.retarget-card,
.advantage-table {
  transition: transform 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease, background 0.35s ease;
}

.glass-card:hover,
.retarget-card:hover,
.advantage-table:hover {
  transform: translateY(-8px);
  border-color: rgba(255, 92, 164, 0.24);
  box-shadow: 0 28px 60px rgba(2, 8, 14, 0.44), 0 0 0 1px rgba(255, 92, 164, 0.08);
}

.metric-card {
  min-height: 130px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}

.metric-line {
  display: grid;
  justify-items: center;
  gap: 8px;
}

.metric-value {
  display: inline-flex;
  align-items: baseline;
  justify-content: center;
  white-space: nowrap;
}

.metric-card strong,
.metric-card em {
  display: block;
  font-family: "Changa", sans-serif;
  font-size: clamp(2rem, 4vw, 2rem);
  font-style: normal;
  font-weight: 700;
  color: #f5598b;
}

.metric-card span {
  display: block;
  color: #97c700
}

.hero-visual {
  position: relative;
  align-self: start;
  justify-self: end;
  width: min(100%, calc(100vh - 180px), 560px);
}

.planet-panel {
  position: relative;
  aspect-ratio: 1;
  height: auto;
  min-height: 0;
  padding: 20px;
  overflow: hidden;
  border-radius: 40px;
  border: 2px solid rgba(255, 248, 240, 0.18);
  background:
    radial-gradient(circle at 50% 28%, rgba(131, 189, 221, 0.14), transparent 22%),
    linear-gradient(180deg, rgba(6, 47, 51, 0.34), rgba(4, 20, 28, 0.72));
  box-shadow: 0 32px 80px rgba(2, 8, 12, 0.55);
}

.planet-panel img {
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: contain;
  border-radius: 30px;
  filter: saturate(0.95) contrast(1.05);
}

.orbit {
  position: absolute;
  border-radius: 50%;
  border: 1px solid rgba(247, 224, 202, 0.16);
  pointer-events: none;
}

.orbit-one {
  width: 240px;
  height: 240px;
  right: -42px;
  top: 70px;
  border-color: rgba(122, 180, 207, 0.22);
}

.orbit-two {
  width: 320px;
  height: 320px;
  left: -60px;
  bottom: 90px;
  border-color: rgba(247, 89, 141, 0.18);
}

.floating-panel {
  position: absolute;
  max-width: 220px;
  padding: 10px 25px;
  border-radius: 24px;
  border: 2px solid rgba(255, 248, 240, 0.18);
  background: rgba(7, 45, 49, 0.8);
  backdrop-filter: blur(16px);
  box-shadow: 0 18px 50px rgba(5, 15, 22, 0.4);
}

.floating-panel span {
  display: block;
  margin-bottom: 8px;
  font-size: 1.8rem;
  color: var(--rose);
}

.floating-panel p {
  margin: 0;
  color: var(--muted);
  line-height: 1.55;
}

.top-right {
  top: 38px;
  right: -18px;
}

.bottom-left {
  left: -18px;
  bottom: 50px;
}

.trust-bar,
.about-grid,
.growth-grid,
.office-grid {
  display: grid;
  gap: 20px;
}

.trust-bar {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 20px;
  padding: 24px 28px;
  border: 1px solid var(--stroke);
  border-radius: 26px;
  background: rgba(6, 47, 51, 0.38);
}

.trust-bar strong {
  display: block;
  margin-bottom: 8px;
  font-family: "Changa", sans-serif;
}

.trust-bar span {
  color: var(--muted);
}

.about-grid {
  grid-template-columns: 0.92fr 1.08fr;
  margin-top: 120px;
  align-items: stretch;
}

.about-visual {
  padding: 18px;
}

.about-visual img {
  width: 100%;
  height: 100%;
  min-height: 480px;
  object-fit: cover;
  border-radius: 24px;
  border: 1px solid rgba(255, 248, 240, 0.08);
}

.text-panel,
.insight-panel,
.dashboard-panel,
.growth-card,
.geo-card,
.contact-card {
  padding: 30px;
}

.dashboard-panel {
  grid-column: 1 / -1;
}

.dashboard-panel img {
  margin-top: 18px;
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.about-categories {
  margin-top: 24px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 248, 240, 0.12);
}

.about-categories strong {
  display: block;
  margin-bottom: 14px;
  font-family: "Changa", sans-serif;
  font-size: 1.05rem;
  color: var(--lime);
}

.about-category-list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.about-category-list span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 16px;
  border-radius: 999px;
  border: 1px solid #f5598b;
  background: rgba(255, 248, 240, 0.05);
  color: var(--text);
  font-family: "Changa", sans-serif;
  transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;

  /* Yeh do lines add karo */
  min-width: 120px;
  white-space: nowrap;
}

.about-category-list span:hover {
  transform: translateY(-4px);
  border-color: rgba(151, 199, 0, 0.4);
  box-shadow: 0 16px 30px rgba(2, 8, 14, 0.24);
}

.section-heading {
  margin: 120px 0 30px;
}

.section-heading h2,
.contact-card h2 {
  font-size: clamp(2.4rem, 3vw, 4.4rem);
}

.category-grid,
.timeline {
  display: grid;
  gap: 20px;
}

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

.advantage-feature {
  position: relative;
  overflow: hidden;
  padding: 26px;
  border: 1px solid rgba(151, 199, 0, 0.28);
  border-radius: 28px;
  background:
    radial-gradient(circle at top right, rgba(131, 189, 221, 0.18), transparent 28%),
    linear-gradient(180deg, rgba(7, 45, 49, 0.9), rgba(6, 34, 38, 0.96));
  box-shadow: var(--glow);
  transition: transform 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease;
}

.advantage-feature::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.06), transparent 36%, transparent 60%, rgba(255, 92, 164, 0.08));
  opacity: 0;
  transition: opacity 0.35s ease;
}

.advantage-feature:hover {
  transform: translateY(-8px);
  border-color: rgba(255, 92, 164, 0.3);
  box-shadow: 0 28px 60px rgba(2, 8, 14, 0.44), 0 0 0 1px rgba(255, 92, 164, 0.08);
}

.advantage-feature:hover::before {
  opacity: 1;
}

.advantage-orb {
  width: 54px;
  height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(255, 92, 164, 0.2), rgba(131, 189, 221, 0.22));
  border: 1px solid rgba(255, 248, 240, 0.14);
  color: var(--text);
  font-family: "Changa", sans-serif;
  font-weight: 700;
}

.advantage-feature h3 {
  margin: 0 0 12px;
  font-family: "Changa", sans-serif;
  font-size: 1.35rem;
  color: #f5598b;
}

.advantage-feature p {
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}

.retarget-section {
  margin-top: 44px;
}

.retarget-card {
  position: relative;
  overflow: hidden;
  padding: 34px;
  border: 1px solid var(--stroke);
  border-radius: 30px;
  background: linear-gradient(180deg, rgba(7, 45, 49, 0.84), rgba(6, 40, 44, 0.94));
  box-shadow: var(--glow);
}

.retarget-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at top right, rgba(131, 189, 221, 0.16), transparent 24%),
    radial-gradient(circle at bottom left, rgba(255, 92, 164, 0.12), transparent 18%);
  pointer-events: none;
}

.retarget-heading {
  max-width: 860px;
}

.retarget-heading h2 {
  margin: 0;
  font-family: "Changa", sans-serif;
  font-size: clamp(2.2rem, 4vw, 3.8rem);
  line-height: 1.05;
  color: var(--teal);
}

.retarget-layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 24px;
  margin-top: 28px;
}

.retarget-copy p {
  margin: 0 0 18px;
  color: var(--text);
  font-size: clamp(1.05rem, 1.45vw, 1.25rem);
  line-height: 1.55;
}

.retarget-copy p:last-child {
  margin-bottom: 0;
}

.retarget-points {
  display: grid;
  gap: 16px;
}

.retarget-point {
  padding: 22px;
  border: 1px solid #f5598b;
  border-radius: 24px;
  background: rgba(255, 248, 240, 0.04);
  transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}

.retarget-point:hover {
  transform: translateY(-6px);
  border-color: rgba(151, 199, 0, 0.4);
  box-shadow: 0 20px 40px rgba(2, 8, 14, 0.35);
}

.retarget-point strong {
  display: block;
  margin-bottom: 8px;
  font-family: "Changa", sans-serif;
  font-size: 1.1rem;
  color: var(--lime);
}

.retarget-point span {
  color: var(--muted);
}

.advantage-card,
.timeline-step,
.office-card {
  padding: 26px;
  transition: transform 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease;
}

.advantage-card:hover,
.category-card:hover,
.timeline-step:hover,
.office-card:hover {
  transform: translateY(-8px);
  border-color: rgba(122, 180, 207, 0.26);
  box-shadow: 0 28px 60px rgba(2, 8, 14, 0.44);
}

.advantage-card span,
.timeline-step span,
.office-card span {
  color: var(--rose);
  font-size: 0.9rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.office-country {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.office-flag {
  width: 26px;
  height: 18px;
  display: inline-block;
  position: relative;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 0 0 1px rgba(255, 248, 240, 0.24);
}

.office-flag-us {
  background:
    linear-gradient(90deg, #3c3b6e 0 42%, transparent 42%),
    repeating-linear-gradient(
      180deg,
      #b22234 0 2px,
      #ffffff 2px 4px
    );
}

.office-flag-us::after {
  content: "";
  position: absolute;
  left: 4px;
  top: 3px;
  width: 8px;
  height: 8px;
  background:
    radial-gradient(circle, #fff 0 0.8px, transparent 1px);
  background-size: 4px 4px;
}

.office-flag-in {
  background: linear-gradient(
    180deg,
    #ff9933 0 33.33%,
    #ffffff 33.33% 66.66%,
    #138808 66.66% 100%
  );
}

.office-flag-in::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 6px;
  height: 6px;
  border: 1.5px solid #000080;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.advantage-card h3,
.category-card h3,
.timeline-step h3,
.growth-card h3,
.geo-card h3,
.office-card h3,
.text-panel h2,
.insight-panel h3,
.dashboard-panel h3 {
  margin: 14px 0 12px;
  font-size: 1.45rem;
  font-family: "Changa", sans-serif;
}

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

.category-card {
  min-height: 140px;
  padding: 22px;
  display: grid;
  grid-template-columns: 85px 1fr;
  align-items: center;
  gap: 16px;
  transition: transform 0.35s ease, background 0.35s ease, border-color 0.35s ease;
}

.category-icon {
  width: 85px;
  height: 85px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  border: 1px solid #f5598b;
  background: rgba(255, 248, 240, 0.06);
  font-size: 1.5rem;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
  transition: transform 0.35s ease, background 0.35s ease, border-color 0.35s ease;
}

.category-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.category-card h3 {
  margin: 0;
  line-height: 1.1;
}

.category-card:hover .category-icon {
  transform: translateY(-4px) scale(1.06);
  border-color: rgba(255, 248, 240, 0.24);
  background: rgba(255, 248, 240, 0.12);
}

.category-card:nth-child(4n + 1):hover {
  background: linear-gradient(180deg, rgba(131, 189, 221, 0.24), rgba(6, 40, 44, 0.92));
}

.category-card:nth-child(4n + 2):hover {
  background: linear-gradient(180deg, rgba(255, 92, 164, 0.22), rgba(6, 40, 44, 0.92));
}

.category-card:nth-child(4n + 3):hover {
  background: linear-gradient(180deg, rgba(151, 199, 0, 0.22), rgba(6, 40, 44, 0.92));
}

.category-card:nth-child(4n):hover {
  background: linear-gradient(180deg, rgba(131, 189, 221, 0.18), rgba(6, 40, 44, 0.92));
}

.growth-grid {
  grid-template-columns: 1.15fr 1.2fr 0.9fr;
}

.growth-card strong {
  display: block;
  margin: 10px 0 12px;
  font-family: "Changa", sans-serif;
  font-size: clamp(2.2rem, 4.5vw, 3.4rem);
  color: #8ab902;
}

.bars {
  display: grid;
  gap: 16px;
  margin-top: 20px;
}

.bar {
  display: grid;
  grid-template-columns: 80px 1fr 60px;
  align-items: center;
  gap: 14px;
}

.bar span,
.bar em {
  font-style: normal;
}

.bar b {
  height: 14px;
  border-radius: 999px;
      background: linear-gradient(90deg, var(--rose), #ff00bc, #e50aff);
  box-shadow: 0 10px 24px rgba(131, 189, 221, 0.22);
}

.geo-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 20px;
}

.geo-pills span {
  padding: 12px 16px;
      min-width: 100px;
  border: 2px solid #f5598b;
  border-radius: 999px;
  background: rgba(6, 47, 51, 0.38);
}

.timeline {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  position: relative;
}

.timeline::before {
  content: "";
  position: absolute;
  top: 24px;
  left: 12%;
  right: 12%;
  height: 1px;
  background: linear-gradient(90deg, rgba(255, 92, 164, 0.3), rgba(244, 234, 0, 0.35), rgba(131, 189, 221, 0.35));
  z-index: -1;
}

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

.quote-section {
  margin-top: 120px;
  padding: 14px;
  text-align: center;
  border: 0;
  border-radius: 30px;
  background: transparent;
}

.quote-banner {
  position: relative;
  overflow: hidden;
  padding: 40px 34px;
  border-radius: 32px;
  border: 1px solid rgba(245, 89, 139, 0.24);
  background:
    radial-gradient(circle at 18% 50%, rgba(131, 189, 221, 0.22), transparent 22%),
    radial-gradient(circle at 78% 34%, rgba(255, 92, 164, 0.22), transparent 18%),
    radial-gradient(circle at 52% 10%, rgba(255, 255, 255, 0.06), transparent 24%),
    linear-gradient(135deg, rgba(78, 34, 118, 0.32), rgba(5, 18, 30, 0.98) 34%, rgba(12, 53, 83, 0.88) 70%, rgba(151, 199, 0, 0.08));
  box-shadow: 0 24px 60px rgba(2, 8, 14, 0.36), inset 0 0 80px rgba(104, 123, 255, 0.08);
}

.quote-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, transparent 20%, rgba(255, 255, 255, 0.08) 50%, transparent 80%);
  transform: translateX(-100%);
  animation: quoteSweep 7s linear infinite;
  pointer-events: none;
}

.quote-banner::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.12) 0 1px, transparent 2px),
    radial-gradient(circle at 64% 62%, rgba(159, 220, 255, 0.16) 0 1px, transparent 2px),
    radial-gradient(circle at 76% 28%, rgba(255, 222, 176, 0.12) 0 1px, transparent 2px);
  background-size: 120px 120px, 150px 150px, 190px 190px;
  opacity: 0.5;
  pointer-events: none;
}

.quote-nebula,
.quote-dust,
.quote-planet {
  position: absolute;
  pointer-events: none;
}

.quote-nebula {
  border-radius: 50%;
  filter: blur(12px);
  opacity: 0.65;
}

.quote-nebula-one {
  width: 220px;
  height: 140px;
  left: -30px;
  top: 20px;
  background: radial-gradient(circle, rgba(118, 147, 255, 0.22), rgba(118, 147, 255, 0.02) 70%);
}

.quote-nebula-two {
  width: 240px;
  height: 150px;
  right: 10px;
  bottom: -10px;
  background: radial-gradient(circle, rgba(255, 92, 164, 0.2), rgba(255, 92, 164, 0.02) 72%);
}

.quote-dust {
  inset: 0;
  background:
    radial-gradient(circle at 12% 64%, rgba(255, 255, 255, 0.24) 0 1px, transparent 2px),
    radial-gradient(circle at 22% 34%, rgba(173, 220, 255, 0.22) 0 1px, transparent 2px),
    radial-gradient(circle at 48% 20%, rgba(255, 236, 199, 0.18) 0 1px, transparent 2px),
    radial-gradient(circle at 68% 56%, rgba(173, 220, 255, 0.18) 0 1px, transparent 2px),
    radial-gradient(circle at 88% 26%, rgba(255, 255, 255, 0.2) 0 1px, transparent 2px);
  opacity: 0.55;
}

.quote-planet {
  width: 86px;
  height: 86px;
  right: 28px;
  top: 22px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 32% 30%, rgba(255, 214, 170, 0.92), rgba(255, 151, 92, 0.86) 42%, rgba(128, 64, 169, 0.92) 100%);
  box-shadow:
    0 0 0 5px rgba(255, 255, 255, 0.04),
    0 0 28px rgba(255, 156, 108, 0.24);
}

.quote-planet::before {
  content: "";
  position: absolute;
  inset: 36px -16px;
  border-radius: 50%;
  border: 3px solid rgba(255, 225, 182, 0.52);
  transform: rotate(-18deg);
}

.quote-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
  padding: 8px 14px;
  border-radius: 999px;

  
  color: #97c700;
  font-family: "Changa", sans-serif;
      font-size: 1.95rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.quote-section blockquote {
  margin: 0;
  font-family: "Changa", sans-serif;
  font-size: clamp(1.8rem, 3.7vw, 4.9rem);
  line-height: 1.2;
  font-weight: 800;
  color: #ffe7c8;
  text-shadow: 0 0 24px rgba(245, 89, 139, 0.16);
  position: relative;
  z-index: 1;
}

.quote-section p {
  margin: 18px 0 0;
  color: #8ab902;
}

.quote-orbit {
  position: absolute;
  border-radius: 50%;
  border: 1px solid rgba(124, 215, 255, 0.18);
  pointer-events: none;
}

.quote-orbit-one {
  width: 180px;
  height: 180px;
  left: -40px;
  top: -40px;
}

.quote-orbit-two {
  width: 220px;
  height: 220px;
  right: -70px;
  bottom: -90px;
  border-color: rgba(245, 89, 139, 0.18);
}

.quote-star {
  position: absolute;
  width: 14px;
  height: 14px;
  background: radial-gradient(circle, #fff 0 30%, #9fdcff 38%, transparent 72%);
  box-shadow: 0 0 14px rgba(159, 220, 255, 0.45);
  pointer-events: none;
}

.quote-star::before,
.quote-star::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  background: rgba(214, 239, 255, 0.85);
  transform: translate(-50%, -50%);
}

.quote-star::before {
  width: 2px;
  height: 22px;
}

.quote-star::after {
  width: 22px;
  height: 2px;
}

.quote-star-one {
  top: 30px;
  right: 90px;
  animation: starPulse 4s ease-in-out infinite;
}

.quote-star-two {
  bottom: 34px;
  left: 86px;
  transform: scale(0.8);
  animation: starPulse 4.6s ease-in-out infinite 1s;
}

@keyframes quoteSweep {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(100%);
  }
}

@keyframes starPulse {
  0%, 100% {
    opacity: 0.45;
    transform: scale(0.86);
  }
  50% {
    opacity: 1;
    transform: scale(1.08);
  }
}

.contact-section {
  padding: 120px 0 80px;
}

.contact-layout {
  display: grid;
  grid-template-columns: 0.98fr 1.02fr;
  gap: 22px;
  align-items: stretch;
}

.contact-visual,
.contact-card {
  padding: 44px;
}

.contact-visual {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.contact-visual img {
  min-height: 420px;
  height: 100%;
  object-fit: cover;
  border-radius: 26px;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.contact-visual-copy {
  padding-top: 24px;
}

.contact-card {
  text-align: left;
}

.contact-actions {
  justify-content: flex-start;
}

.contact-form {
  margin-top: 24px;
}

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

.field {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.field span {
  font-family: "Changa", sans-serif;
  color: var(--text);
}

.field input,
.field textarea {
  width: 100%;
  border: 2px solid rgba(255, 248, 240, 0.12);
  border-radius: 18px;
  padding: 16px 18px;
  font: inherit;
  color: var(--text);
  background: rgba(6, 47, 51, 0.38);
  outline: none;
  transition: border-color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
}

.field input::placeholder,
.field textarea::placeholder {
  color: rgba(247, 224, 202, 0.42);
}

.field input:focus,
.field textarea:focus {
  border-color: rgba(255, 92, 164, 0.5);
  box-shadow: 0 0 0 4px rgba(255, 92, 164, 0.12);
  transform: translateY(-1px);
}

.field textarea {
  min-height: 148px;
  resize: vertical;
}

.field-full {
  grid-column: 1 / -1;
}

.form-note {
  margin: 16px 0 0;
  color: var(--muted);
}

.form-note.is-success {
  color: var(--mint);
}

.site-footer {
  width: var(--container);
  margin: 0 auto 28px;
  padding: 32px 0 0;
  border-top: 1px solid rgba(255, 248, 240, 0.1);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.3fr repeat(3, 1fr);
  gap: 24px;
  padding: 28px 0 24px;
}

.footer-brand p,
.site-footer p,
.site-footer a {
  color: var(--muted);
}

.site-footer h3 {
  margin: 0 0 16px;
  font-family: "Changa", sans-serif;
  font-size: 1.05rem;
}

.site-footer a,
.site-footer p {
  display: block;
  margin: 0 0 10px;
  transition: color 0.25s ease;
}

.site-footer a:hover {
  color: var(--text);
}

.footer-bottom {
  padding: 18px 0 8px;
  border-top: 1px solid rgba(255, 248, 240, 0.1);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.go-top {
  right: 22px;
  bottom: 24px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px 10px 10px;
  border: 1px solid rgba(255, 248, 240, 0.16);
  border-radius: 999px;
  background: rgba(7, 45, 49, 0.92);
  color: var(--text);
  box-shadow: 0 18px 40px rgba(2, 8, 14, 0.34);
  backdrop-filter: blur(14px);
  opacity: 0;
  visibility: hidden;
  transform: translateY(18px);
  transition: opacity 0.35s ease, transform 0.35s ease, visibility 0.35s ease, border-color 0.35s ease;
  cursor: pointer;
  pointer-events: none;
}

.go-top.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}

.go-top:hover {
  border-color: rgba(151, 199, 0, 0.34);
  transform: translateY(-4px);
}

.go-top img {
  width: 34px;
  height: 34px;
  object-fit: contain;
}

.go-top span {
  font-family: "Changa", sans-serif;
  font-weight: 700;
}

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

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

@media (max-width: 1180px) {
  .hero,
  .about-grid,
  .growth-grid,
  .category-grid,
  .timeline,
  .office-grid,
  .metrics-section,
  .trust-bar {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .hero {
    padding-top: 50px;
  }

  .hero-highlights {
    margin-top: 72px;
  }

  .dashboard-panel,
  .growth-card:first-child,
  .contact-card {
    grid-column: 1 / -1;
  }

  .contact-layout,
  .footer-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 860px) {
  .star-glow-four,
  .star-glow-five {
    display: none;
  }

  .asteroid-two,
  .asteroid-three {
    display: none;
  }

  .space-blob,
  .planet,
  .sparkle {
    opacity: 0.45;
  }

  .floating-sticker {
    width: 58px;
    opacity: 0.72;
  }

  .sticker-one {
    top: 28%;
    left: -6px;
  }

  .sticker-two {
    right: 6px;
    top: 62%;
  }

  .sticker-three {
    right: 48px;
    top: 16%;
  }

  .site-header {
    border-radius: 24px;
    padding: 14px 16px;
    align-items: center;
    justify-content: space-between;
  }

  .site-header > .main-nav {
    display: none;
  }

  .menu-toggle {
    display: inline-flex;
  }

  .header-actions {
    position: absolute;
    top: calc(100% + 12px);
    left: 0;
    right: 0;
    display: none;
    padding: 18px;
    border: 1px solid rgba(255, 248, 240, 0.12);
    border-radius: 24px;
    background: rgba(7, 45, 49, 0.96);
    backdrop-filter: blur(18px);
    box-shadow: 0 24px 44px rgba(2, 8, 14, 0.34);
  }

  .site-header.menu-open .header-actions {
    display: grid;
    gap: 16px;
  }

  .mobile-nav {
    display: grid;
    gap: 12px;
  }

  .mobile-nav a {
    padding: 10px 0;
    border-bottom: 1px solid rgba(255, 248, 240, 0.08);
  }

  .mobile-nav a:last-child {
    border-bottom: 0;
    padding-bottom: 0;
  }

  .header-actions .nav-cta {
    width: 100%;
  }

  .hero,
  .about-grid,
  .growth-grid,
  .category-grid,
  .timeline,
  .office-grid,
  .metrics-section,
  .trust-bar,
  .hero-highlights {
    grid-template-columns: 1fr;
  }

  .retarget-layout {
    grid-template-columns: 1fr;
  }

  .advantages-grid-modern {
    grid-template-columns: 1fr;
  }

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

  .hero {
    min-height: auto;
    padding-top: 34px;
  }

  .hero-visual {
    justify-self: stretch;
    width: 100%;
  }

  .planet-panel {
    aspect-ratio: auto;
    height: auto;
    min-height: auto;
    padding: 18px;
  }

  .planet-panel img {
    height: auto;
    min-height: 460px;
  }

  .floating-panel {
    position: static;
    max-width: none;
    margin-top: 14px;
  }

  .timeline::before {
    display: none;
  }
}

@media (max-width: 640px) {
  :root {
    --container: min(100vw - 24px, 1180px);
    --radius: 22px;
  }

  .site-header {
    top: 10px;
  }

  .blob-top-right,
  .blob-bottom-right,
  .blue-planet,
  .sparkle-one,
  .sparkle-two,
  .star-glow,
  .floating-sticker,
  .asteroid {
    display: none;
  }

  .hero h1 {
    font-size: clamp(2.8rem, 16vw, 4rem);
  }

  .section-heading h2,
  .contact-card h2,
  .quote-section blockquote {
    font-size: clamp(2rem, 10vw, 3rem);
  }

  .button,
  .nav-cta {
    width: 100%;
  }

  .brand-mark {
            width: 187px;

    height: 50px;
  }

  .brand {
    gap: 10px;
  }

  .brand strong {
    font-size: 0.92rem;
  }

  .brand small {
    font-size: 0.78rem;
  }

  .contact-card,
  .contact-visual,
  .about-visual,
  .quote-section,
  .text-panel,
  .insight-panel,
  .dashboard-panel,
  .growth-card,
  .geo-card {
    padding: 24px;
  }

  .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
  }

  .go-top {
    right: 14px;
    bottom: 16px;
    padding-right: 12px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .page-shell::before,
  .page-shell::after,
  .noise,
  .noise::before,
  .noise::after,
  .starfield::before,
  .starfield::after,
  .star-glow,
  .asteroid,
  .floating-sticker {
    animation: none !important;
  }
}


@media(max-width: 768px){
  .quote-planet {
    width: 86px;
    height: 86px;
    right: 28px;
    top: -35px;
    border-radius: 50%;
    background: radial-gradient(circle at 32% 30%, rgba(255, 214, 170, 0.92), rgba(255, 151, 92, 0.86) 42%, rgba(128, 64, 169, 0.92) 100%);
    box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.04), 0 0 28px rgba(255, 156, 108, 0.24);
}

.quote-tag {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 14px;
    padding: 8px 14px;
    border-radius: 999px;
    border: 1px solid rgba(255, 248, 240, 0.14);
    background: rgba(255, 248, 240, 0.06);
    color: #97c700;
    font-family: "Changa", sans-serif;
    font-size: 0.95rem;
    font-weight: 700;
    letter-spacing: 0.04em;
}
}


.bann{
  font-size: 47px;
}

@media(max-width: 768px){
  .bann{
  font-size: 24px;
}
}
