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

:root {
  --bg: #05020b;
  --bg-2: #090315;
  --text: #fbf7ff;
  --muted: #bba7d7;
  --purple: #8b2cff;
  --purple-2: #c084fc;
  --purple-3: #5b21b6;
  --pink: #f05cff;
  --line: rgba(192, 132, 252, 0.18);
  --glass: rgba(23, 10, 42, 0.58);
}

html { scroll-behavior: smooth; }

body {
  min-height: 100vh;
  overflow-x: hidden;
  color: var(--text);
  background:
    radial-gradient(circle at 74% 16%, rgba(120, 50, 255, 0.35), transparent 30%),
    radial-gradient(circle at 62% 70%, rgba(168, 85, 247, 0.20), transparent 34%),
    linear-gradient(135deg, #030107 0%, #070212 45%, #120424 100%);
  font-family: Inter, system-ui, sans-serif;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -3;
  background-image:
    linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px);
  background-size: 86px 86px;
  mask-image: linear-gradient(to bottom, #000 0%, transparent 92%);
}

.noise {
  pointer-events: none;
  position: fixed;
  inset: 0;
  z-index: -1;
  opacity: .08;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.55'/%3E%3C/svg%3E");
}

.cursor-glow {
  pointer-events: none;
  position: fixed;
  width: 380px;
  height: 380px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(168,85,247,.20), transparent 68%);
  transform: translate(-50%, -50%);
  z-index: 0;
}

.navbar {
  width: min(1440px, calc(100% - 64px));
  margin: 18px auto 0;
  height: 74px;
  padding: 0 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: sticky;
  top: 14px;
  z-index: 10;
  border: 1px solid rgba(192,132,252,.16);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(13,5,24,.68), rgba(29,11,52,.42));
  box-shadow: 0 18px 70px rgba(0,0,0,.28), inset 0 1px 0 rgba(255,255,255,.08);
  backdrop-filter: blur(22px);
}

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  color: white;
  font-weight: 900;
  letter-spacing: .2px;
  padding: 10px 16px 10px 10px;
  border-radius: 999px;
  background: rgba(255,255,255,.035);
  border: 1px solid rgba(255,255,255,.06);
}

.brand img {
  width: 36px;
  height: 36px;
  object-fit: contain;
  filter: drop-shadow(0 0 18px rgba(192,132,252,.8));
}

.nav-links {
  display: flex;
  gap: 8px;
  padding: 7px;
  border-radius: 999px;
  background: rgba(255,255,255,.035);
  border: 1px solid rgba(255,255,255,.06);
}
.nav-links a {
  color: #d9c7ef;
  font-weight: 850;
  text-decoration: none;
  font-size: .92rem;
  padding: 12px 16px;
  border-radius: 999px;
  transition: color .25s ease, text-shadow .25s ease, background .25s ease, box-shadow .25s ease, transform .25s ease;
}
.nav-links a:hover {
  color: white;
  background: rgba(139,44,255,.22);
  box-shadow: 0 0 28px rgba(192,132,252,.20), inset 0 0 0 1px rgba(192,132,252,.20);
  transform: translateY(-1px);
  text-shadow: 0 0 20px rgba(192,132,252,.85);
}

.hero {
  width: min(1440px, calc(100% - 64px));
  min-height: calc(100vh - 106px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: .92fr 1.08fr;
  gap: 74px;
  align-items: center;
  position: relative;
  z-index: 2;
  padding: 46px 0 96px;
}

.eyebrow {
  width: fit-content;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 18px;
  border-radius: 999px;
  background: rgba(139,44,255,.12);
  border: 1px solid rgba(192,132,252,.30);
  color: #eadcff;
  font-weight: 900;
  box-shadow: 0 0 38px rgba(139,44,255,.16);
}

.pulse-dot {
  width: 10px;
  height: 10px;
  border-radius: 99px;
  background: #c084fc;
  box-shadow: 0 0 18px #c084fc;
  animation: dotPulse 1.6s ease-in-out infinite;
}

.hero-title {
  margin-top: 26px;
  font-family: "Space Grotesk", Inter, sans-serif;
  font-weight: 700;
  font-size: clamp(4.8rem, 9vw, 9.6rem);
  line-height: .9;
  letter-spacing: -.07em;
}

.hero-title span {
  display: block;
  width: fit-content;
  background: linear-gradient(115deg, #fff 5%, #e9d5ff 22%, #c084fc 44%, #8b2cff 60%, #f05cff 78%, #fff 95%);
  background-size: 260% 260%;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  animation: titleFlow 5.2s ease-in-out infinite;
  filter: drop-shadow(0 0 28px rgba(139,44,255,.23));
}

.tagline {
  margin-top: 28px;
  font-size: clamp(2rem, 4.2vw, 4.1rem);
  line-height: 1.05;
  letter-spacing: -.06em;
  font-family: "Space Grotesk", Inter, sans-serif;
  font-weight: 700;
}

.hero-description {
  margin-top: 22px;
  max-width: 680px;
  color: var(--muted);
  font-size: 1.12rem;
  line-height: 1.85;
}

.hero-actions {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
  margin-top: 34px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 25px;
  border-radius: 999px;
  color: white;
  text-decoration: none;
  font-weight: 900;
  border: 1px solid rgba(192,132,252,.28);
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.btn:hover { transform: translateY(-4px); }
.btn-primary { background: linear-gradient(135deg, #7c22ff, #c084fc); box-shadow: 0 18px 55px rgba(139,44,255,.34); }
.btn-ghost { background: rgba(255,255,255,.06); backdrop-filter: blur(18px); }
.btn-ghost:hover { border-color: rgba(240,92,255,.72); box-shadow: 0 0 36px rgba(240,92,255,.22); }

.showcase {
  min-height: 680px;
  position: relative;
  display: grid;
  place-items: center;
  perspective: 1200px;
}

.showcase-bg {
  position: absolute;
  width: min(94%, 620px);
  height: min(94%, 620px);
  border-radius: 50%;
  background:
    radial-gradient(circle at center, rgba(192,132,252,.18), transparent 56%),
    conic-gradient(from 220deg, transparent, rgba(139,44,255,.38), transparent, rgba(240,92,255,.28), transparent);
  filter: blur(2px);
  animation: slowSpin 14s linear infinite;
}

.core-card {
  position: relative;
  width: 275px;
  height: 275px;
  display: grid;
  place-items: center;
  border-radius: 36px;
  background: linear-gradient(145deg, rgba(255,255,255,.09), rgba(255,255,255,.025));
  border: 1px solid rgba(192,132,252,.32);
  box-shadow: 0 36px 110px rgba(88,28,135,.45), inset 0 0 40px rgba(255,255,255,.05);
  transform: rotateX(10deg) rotateY(-12deg);
  animation: floatCore 5s ease-in-out infinite;
  margin-left: -120px;
  backdrop-filter: blur(24px);
}

.core-ring {
  position: absolute;
  inset: 23px;
  border-radius: 32px;
  border: 1px solid rgba(240,92,255,.28);
  box-shadow: inset 0 0 30px rgba(192,132,252,.14), 0 0 30px rgba(139,44,255,.22);
}
.core-logo { width: 148px; filter: drop-shadow(0 0 30px rgba(192,132,252,.92)); }
.core-status {
  position: absolute;
  bottom: 18px;
  display: flex;
  align-items: center;
  gap: 8px;
  color: #e9d5ff;
  font-weight: 900;
  font-size: .78rem;
}
.core-status span { width: 8px; height: 8px; border-radius: 99px; background: #adff2f; box-shadow: 0 0 18px #adff2f; }

.service-orbit { position: absolute; inset: 0; animation: floatOrbit 6s ease-in-out infinite; z-index: 6; }
.orbit-chip {
  position: absolute;
  border: 1px solid rgba(192,132,252,.28);
  color: #eadcff;
  background: rgba(16, 6, 31, .68);
  backdrop-filter: blur(20px);
  border-radius: 999px;
  padding: 12px 16px;
  font-weight: 900;
  cursor: pointer;
  box-shadow: 0 18px 50px rgba(0,0,0,.28);
  transition: transform .25s ease, background .25s ease, box-shadow .25s ease;
}
.orbit-chip:hover, .orbit-chip.active {
  transform: scale(1.08);
  background: rgba(139,44,255,.45);
  box-shadow: 0 0 34px rgba(192,132,252,.42);
}
.orbit-chip:nth-child(1) { left: 7%; top: 18%; }
.orbit-chip:nth-child(2) { right: 9%; top: 15%; }
.orbit-chip:nth-child(3) { left: 50%; top: 5%; transform: translateX(-50%); }
.orbit-chip:nth-child(4) { left: 5%; top: 55%; }
.orbit-chip:nth-child(5) { left: 28%; bottom: 7%; }
.orbit-chip:nth-child(6) { right: 23%; bottom: 9%; }

.preview-panel {
  position: absolute;
  right: -92px;
  bottom: 220px;
  width: min(360px, 72%);
  overflow: hidden;
  border-radius: 24px;
  background: rgba(9, 3, 19, .78);
  border: 1px solid rgba(192,132,252,.24);
  box-shadow: 0 30px 90px rgba(0,0,0,.46), 0 0 55px rgba(139,44,255,.16);
  transform: none;
  backdrop-filter: blur(22px);
  z-index: 3;
}
.panel-top {
  height: 43px;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0 16px;
  background: rgba(255,255,255,.045);
  border-bottom: 1px solid rgba(255,255,255,.07);
}
.panel-top span { width: 10px; height: 10px; border-radius: 50%; background: #ff5f57; }
.panel-top span:nth-child(2) { background: #ffbd2e; }
.panel-top span:nth-child(3) { background: #28c840; }
.panel-top p { margin-left: auto; color: #a995c5; font-size: .82rem; font-weight: 800; }
.panel-content { padding: 20px; }
.command { color: #c084fc; font-family: monospace; font-weight: 800; margin-bottom: 14px; }
.panel-content h3 { font-size: 1.35rem; margin-bottom: 8px; }
.panel-content > p:not(.command) { color: var(--muted); line-height: 1.6; }
.mini-stats { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 18px; }
.mini-stats div { padding: 14px; border: 1px solid rgba(192,132,252,.18); border-radius: 16px; background: rgba(255,255,255,.04); }
.mini-stats strong { display: block; }
.mini-stats small { color: #a995c5; }

.work-section {
  width: min(1440px, calc(100% - 64px));
  margin: 0 auto;
  padding: 72px 0 110px;
}
.section-heading { text-align: center; max-width: 760px; margin: 0 auto 42px; }
.section-heading span { color: #c084fc; text-transform: uppercase; letter-spacing: .18em; font-weight: 900; font-size: .78rem; }
.section-heading h2 { margin-top: 13px; font: 700 clamp(2.6rem, 5.6vw, 5rem)/.94 "Space Grotesk", Inter, sans-serif; letter-spacing: -.07em; }
.section-heading p { margin-top: 16px; color: var(--muted); line-height: 1.75; }

.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.service-card {
  min-height: 238px;
  padding: 30px;
  border-radius: 28px;
  background: rgba(255, 255, 255, .035);
  border: 1px solid rgba(255, 255, 255, .075);
  box-shadow: 0 24px 70px rgba(0,0,0,.24), inset 0 1px 0 rgba(255,255,255,.05);
  backdrop-filter: blur(18px);
  transition: transform .28s ease, background .28s ease, border-color .28s ease, box-shadow .28s ease;
  transform-style: preserve-3d;
}
.service-card:hover {
  border-color: rgba(134,239,194,.22);
  background: rgba(255,255,255,.05);
  box-shadow: 0 30px 80px rgba(0,0,0,.32), inset 0 1px 0 rgba(255,255,255,.08);
}
.card-icon {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  margin-bottom: 22px;
  color: #86efc2;
}
.service-card h3 { font-size: 1.24rem; margin-bottom: 12px; }
.service-card p { color: var(--muted); line-height: 1.68; }

.footer {
  width: min(1440px, calc(100% - 64px));
  margin: 0 auto;
  padding: 32px 0 42px;
  border-top: 1px solid rgba(192,132,252,.15);
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--muted);
}
.footer img { width: 34px; filter: drop-shadow(0 0 16px rgba(192,132,252,.65)); }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }

@keyframes titleFlow { 0%,100% { background-position: 0% 50%; } 50% { background-position: 100% 50%; } }
@keyframes dotPulse { 0%,100% { opacity: .65; transform: scale(.86); } 50% { opacity: 1; transform: scale(1.18); } }
@keyframes slowSpin { to { transform: rotate(360deg); } }
@keyframes floatCore { 0%,100% { transform: rotateX(10deg) rotateY(-12deg) translateY(0); } 50% { transform: rotateX(8deg) rotateY(-6deg) translateY(-18px); } }
@keyframes floatOrbit { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-12px); } }

@media (max-width: 980px) {
  .nav-links { display: none; }
  .hero { grid-template-columns: 1fr; padding-top: 22px; }
  .showcase { min-height: 620px; }
  .service-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 640px) {
  .hero, .navbar, .work-section, .footer { width: min(100% - 28px, 1440px); }
  .hero-title { font-size: clamp(4.2rem, 20vw, 6.2rem); }
  .service-grid { grid-template-columns: 1fr; }
  .showcase { min-height: 520px; }
  .orbit-chip { font-size: .78rem; padding: 10px 12px; }
  .core-card { margin-left: 0; }
  .preview-panel { left: 50%; right: auto; bottom: 18px; transform: translateX(-50%); }
}

.orbit-chip:nth-child(3):hover, .orbit-chip:nth-child(3).active { transform: translateX(-50%) scale(1.08); }

.card-icon svg,
.why-icon svg {
  width: 34px;
  height: 34px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
  filter: drop-shadow(0 0 12px rgba(134,239,194,.28));
}
.card-icon svg path:first-child,
.card-icon svg circle:first-child,
.why-icon svg path:first-child,
.why-icon svg circle:first-child {
  fill: rgba(134,239,194,.10);
}

/* Studio Skill Stack */
.skills-section {
  width: min(1120px, calc(100% - 64px));
  margin: 0 auto;
  padding: 92px 0 110px;
}
.skills-list {
  display: grid;
  gap: 20px;
  margin-top: 44px;
}
.skill-row {
  padding: 20px 22px;
  border-radius: 22px;
  background: rgba(255,255,255,.035);
  border: 1px solid rgba(255,255,255,.075);
  box-shadow: 0 22px 60px rgba(0,0,0,.22), inset 0 1px 0 rgba(255,255,255,.05);
  backdrop-filter: blur(16px);
}
.skill-row.featured {
  border-color: rgba(192,132,252,.28);
  background: rgba(139,44,255,.07);
}
.skill-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  margin-bottom: 13px;
}
.skill-info strong {
  font-size: 1.03rem;
  letter-spacing: -.02em;
}
.skill-info span {
  color: #d8b4fe;
  font-weight: 900;
}
.skill-track {
  height: 9px;
  border-radius: 999px;
  background: rgba(255,255,255,.08);
  overflow: hidden;
}
.skill-track i {
  display: block;
  width: var(--value);
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #7c22ff, #c084fc, #f05cff);
  box-shadow: 0 0 24px rgba(192,132,252,.22);
}

/* Why Choose Us */
.why-section {
  width: min(1180px, calc(100% - 64px));
  margin: 0 auto;
  padding: 104px 0 70px;
  position: relative;
  overflow: hidden;
}
.why-light {
  position: absolute;
  top: 0;
  width: 2px;
  height: 140px;
  background: linear-gradient(to bottom, rgba(192,132,252,.75), transparent);
  filter: blur(2px);
  opacity: .45;
  pointer-events: none;
}
.why-light-one { left: 31%; }
.why-light-two { right: 28%; height: 180px; opacity: .34; }
.why-heading {
  margin-bottom: 52px;
}
.why-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
.why-card {
  min-height: 220px;
  padding: 26px;
  border-radius: 22px;
  background:
    linear-gradient(145deg, rgba(255,255,255,.045), rgba(255,255,255,.018));
  border: 1px solid rgba(255,255,255,.085);
  box-shadow: 0 26px 70px rgba(0,0,0,.28), inset 0 1px 0 rgba(255,255,255,.05);
  backdrop-filter: blur(18px);
  transition: transform .25s ease, border-color .25s ease, background .25s ease;
}
.why-card:hover {
  transform: translateY(-7px);
  border-color: rgba(192,132,252,.30);
  background: linear-gradient(145deg, rgba(139,44,255,.085), rgba(255,255,255,.025));
}
.why-icon {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border-radius: 13px;
  color: #d8b4fe;
  background: rgba(9,3,19,.72);
  border: 1px solid rgba(139,44,255,.30);
  margin-bottom: 22px;
}
.why-card h3 {
  font-size: 1.15rem;
  letter-spacing: -.02em;
  margin-bottom: 12px;
}
.why-card p {
  color: var(--muted);
  line-height: 1.65;
  font-size: .96rem;
}
@media (max-width: 980px) {
  .why-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 640px) {
  .skills-section, .why-section { width: min(100% - 28px, 1440px); }
  .why-grid { grid-template-columns: 1fr; }
}

/* Spacing + Stats + CTA Fix */
.why-card {
  padding: 32px;
  display: flex;
  flex-direction: column;
}

.why-icon {
  margin-bottom: 24px;
}

.why-card h3 {
  margin-bottom: 14px;
}

.why-card p {
  line-height: 1.72;
}

.stats-strip {
  width: min(1440px, calc(100% - 64px));
  margin: 18px auto 0;
  padding: 54px 22px 58px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
  border-top: 1px solid rgba(192,132,252,.14);
  border-bottom: 1px solid rgba(192,132,252,.14);
  background:
    radial-gradient(circle at 10% 0%, rgba(134,239,194,.075), transparent 30%),
    radial-gradient(circle at 92% 100%, rgba(139,44,255,.14), transparent 34%),
    rgba(255,255,255,.012);
}

.stat-box {
  text-align: center;
  position: relative;
}

.stat-box:not(:last-child)::after {
  content: "";
  position: absolute;
  right: -10px;
  top: 16%;
  width: 1px;
  height: 68%;
  background: linear-gradient(to bottom, transparent, rgba(192,132,252,.16), transparent);
}

.stat-box h3 {
  font-family: "Space Grotesk", Inter, sans-serif;
  font-size: clamp(2.7rem, 4.2vw, 4.7rem);
  line-height: .9;
  letter-spacing: -.06em;
  color: #f8fbff;
}

.stat-box h3 sup {
  color: #28dfff;
  font-size: .42em;
  margin-left: 4px;
  vertical-align: super;
  letter-spacing: 0;
  text-shadow: 0 0 18px rgba(40,223,255,.35);
}

.stat-box p {
  margin-top: 18px;
  color: rgba(255,255,255,.54);
  font-size: .84rem;
  font-weight: 900;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.landing-cta {
  width: min(1180px, calc(100% - 64px));
  margin: 82px auto 90px;
  padding: 58px 34px;
  border-radius: 34px;
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 0%, rgba(192,132,252,.22), transparent 46%),
    linear-gradient(135deg, rgba(32, 10, 60, .68), rgba(7, 2, 16, .90));
  border: 1px solid rgba(192,132,252,.20);
  box-shadow: 0 34px 110px rgba(0,0,0,.32), inset 0 1px 0 rgba(255,255,255,.07);
  backdrop-filter: blur(18px);
}

.landing-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px);
  background-size: 72px 72px;
  opacity: .32;
  mask-image: radial-gradient(circle at center, #000 0%, transparent 82%);
}

.cta-inner {
  position: relative;
  z-index: 2;
  text-align: center;
  max-width: 820px;
  margin: 0 auto;
}

.cta-inner > span {
  display: inline-flex;
  padding: 10px 16px;
  border-radius: 999px;
  color: #d8b4fe;
  background: rgba(139,44,255,.13);
  border: 1px solid rgba(192,132,252,.22);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .18em;
  font-size: .75rem;
}

.cta-inner h2 {
  margin-top: 20px;
  font: 700 clamp(2.4rem, 5vw, 5.3rem)/.94 "Space Grotesk", Inter, sans-serif;
  letter-spacing: -.075em;
  background: linear-gradient(115deg, #fff, #e9d5ff 30%, #c084fc 62%, #f05cff 92%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.cta-inner p {
  margin: 20px auto 0;
  max-width: 680px;
  color: var(--muted);
  line-height: 1.75;
  font-size: 1.05rem;
}

.cta-actions {
  margin-top: 32px;
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}

@media (max-width: 980px) {
  .stats-strip {
    grid-template-columns: repeat(2, 1fr);
  }
  .stat-box:not(:last-child)::after {
    display: none;
  }
}

@media (max-width: 640px) {
  .stats-strip, .landing-cta {
    width: min(100% - 28px, 1440px);
  }

  .stats-strip {
    grid-template-columns: 1fr;
    padding: 42px 18px;
  }

  .landing-cta {
    padding: 36px 22px;
    border-radius: 28px;
  }
}
/* ===== FINAL GLASSY FOOTER FIX ===== */

.footer {
  width: min(1440px, calc(100% - 64px));
 margin: 10px auto 40px !important;
padding-top: 0px !important;

  color: var(--muted);
  position: relative;
  z-index: 5;
}

.footer-container {
  display: grid !important;
  grid-template-columns: 1.6fr 1fr 1fr 1fr !important;
  gap: 40px;
  padding: 30px;
  border-radius: 26px;
  background:
    radial-gradient(circle at 8% 0%, rgba(139,44,255,.16), transparent 35%),
    rgba(255,255,255,.035);
  border: 1px solid rgba(255,255,255,.08);
  box-shadow: 0 26px 80px rgba(0,0,0,.28),
              inset 0 1px 0 rgba(255,255,255,.05);
  backdrop-filter: blur(18px);
}

.footer-logo {
  display: flex !important;
  align-items: center;
  gap: 11px;
  color: white;
  font-weight: 900;
  margin-bottom: 14px;
}

.footer-logo img {
  width: 38px;
  height: 38px;
  object-fit: contain;
  filter: drop-shadow(0 0 14px rgba(192,132,252,.7));
}

.footer-brand p {
  color: var(--muted);
  line-height: 1.7;
  max-width: 330px;
}

.footer-col {
  display: flex !important;
  flex-direction: column;
  align-items: flex-start;
}

.footer-col h3 {
  color: #c084fc;
  margin-bottom: 16px;
  font-size: .88rem;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.footer-col a {
  color: var(--muted);
  text-decoration: none;
  margin-bottom: 10px;
  font-size: .92rem;
  transition: color .2s ease, transform .2s ease;
}

.footer-col a:hover {
  color: white;
  transform: translateX(4px);
}

.footer-btn {
  margin-top: 10px;
  padding: 10px 18px;
  border-radius: 999px;
  background: linear-gradient(135deg, #7c22ff, #c084fc);
  color: white !important;
  font-weight: 900;
  text-decoration: none;
}

.footer-bottom{
  margin-top: 26px;
  text-align: center;
  color: rgba(255,255,255,.58);
  font-size: .95rem;
}

@media (max-width: 900px) {
  .footer-container {
    grid-template-columns: 1fr 1fr !important;
  }

  .footer-bottom {
    flex-direction: column;
    text-align: center;
  }
}

@media (max-width: 600px) {
  .footer {
    width: min(100% - 28px, 1440px);
  }

  .footer-container {
    grid-template-columns: 1fr !important;
    padding: 24px;
  }
}