:root {
  --bg: #0b0c10;
  --glass-bg: rgba(9, 10, 14, 0.44);
  --glass-border: rgba(255, 255, 255, 0.34);
  --text: #f4f7ff;
}

* {
  box-sizing: border-box;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

html,
body {
  margin: 0;
  min-height: 100%;
}

body {
  font-family: "Montserrat", sans-serif;
  color: var(--text);
  background: #000;
  overflow-x: hidden;
}

.aurora {
  position: fixed;
  inset: 0;
  z-index: -3;
  background:
    linear-gradient(130deg, rgba(7, 10, 16, 0.66), rgba(7, 11, 17, 0.55)),
    url("bg-site2.webp");
  background-size: cover;
  background-position: center;
}

.aurora::after {
  content: none;
}

.aurora::before {
  content: none;
}

.viewport {
  position: fixed;
  inset: 0;
  overflow: hidden;
}

.track {
  display: flex;
  flex-direction: row;
  width: 100vw;
  height: 100vh;
  will-change: transform;
}

.slide {
  position: relative;
  width: 100vw;
  height: 100vh;
  padding: clamp(1rem, 3vw, 2.5rem);
}

.glass {
  border: 0.5px solid var(--glass-border);
  background: linear-gradient(155deg, rgba(255, 255, 255, 0.19), var(--glass-bg));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.26),
    inset 0 -24px 35px rgba(12, 14, 22, 0.18),
    0 30px 48px -36px rgba(0, 0, 0, 0.85);
}

.panel {
  border-radius: 1.5rem;
  padding: clamp(1rem, 2.4vw, 2rem);
}

.slide-hero {
  position: relative;
  padding-left: 0;
  padding-right: 0;
}

.hero-info {
  position: absolute;
  top: 0;
  left: 0;
  transform: none;
  z-index: 8;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0;
  padding: 0.25rem 0;
  border: none;
  border-radius: 0;
  background: transparent;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  overflow: visible;
  box-shadow: none;
  min-height: 100%;
  pointer-events: none;
}

.hero-info h1 {
  margin: 0;
  position: absolute;
  inset: 0;
  max-width: none;
  width: 100%;
  font-size: clamp(1.2rem, 2vw, 2rem);
  line-height: 1.08;
  font-weight: 800;
  letter-spacing: -0.01em;
  color: #ffffff;
  white-space: normal;
  text-align: left;
  pointer-events: none;
}

.hero-info .hero-name,
.hero-info .hero-title {
  display: inline-block;
  position: absolute;
}

.hero-info .hero-name {
  font-size: 0.96em;
  color: rgba(255, 255, 255, 0.78);
  left: 14%;
  top: 9.8%;
  transform: translateX(-50%);
}

.hero-info .hero-title {
  left: 50%;
  top: calc(65.5% - 1px);
  transform: translateX(-50%);
  width: min(92%, 1200px);
  max-width: calc(100vw - 4rem);
  padding: 0.2rem 0.9rem 0.28rem;
  font-size: clamp(1.55rem, 2.55vw, 2.45rem);
  line-height: 1.05;
  text-align: center;
  white-space: nowrap;
  border: 0.5px solid rgba(186, 221, 245, 0.44);
  border-radius: 0.72rem;
  background: rgba(15, 24, 36, 0.66);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.16),
    0 8px 18px -16px rgba(40, 74, 104, 0.85);
}

.cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 208px;
  min-height: 46px;
  padding: 0.75rem 1.3rem;
  position: absolute;
  right: 2.8rem;
  top: 9.8%;
  transform: none;
  margin-right: 0;
  border-radius: 999px;
  font-size: 0.8rem;
  text-decoration: none;
  color: #f8fbff;
  letter-spacing: 0.02em;
  white-space: nowrap;
  border: 0.5px solid rgba(255, 255, 255, 0.45);
  background: linear-gradient(120deg, rgba(112, 163, 177, 0.75), rgba(241, 148, 138, 0.8));
  transition: transform 220ms ease, box-shadow 220ms ease;
  box-shadow: 0 14px 28px -20px rgba(241, 148, 138, 0.86);
  pointer-events: auto;
}

.cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 30px -18px rgba(230, 126, 34, 0.88);
}

.hero-visual {
  border-radius: 1.5rem;
  min-height: 84vh;
  position: relative;
  overflow: visible;
  border: none;
  backdrop-filter: none;
  box-shadow: none;
  background:
    radial-gradient(42rem 20rem at 22% 20%, rgba(230, 126, 34, 0.24), transparent 72%),
    radial-gradient(36rem 18rem at 84% 84%, rgba(112, 163, 177, 0.2), transparent 70%),
    linear-gradient(145deg, rgba(11, 14, 20, 0.78), rgba(14, 19, 27, 0.6));
}

.hero-visual::before {
  content: "";
  position: absolute;
  inset: 14% 18% 10%;
  border-radius: 999px;
  background:
    radial-gradient(circle at 50% 45%, rgba(125, 231, 219, 0.28), transparent 40%),
    radial-gradient(circle at 50% 58%, rgba(255, 164, 197, 0.18), transparent 52%),
    radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.18), transparent 62%);
  filter: blur(28px);
  opacity: 0.95;
  pointer-events: none;
  z-index: 0;
}

.hero-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background:
    linear-gradient(90deg, rgba(4, 8, 14, 0.66) 0%, rgba(4, 8, 14, 0.2) 8%, transparent 18%),
    linear-gradient(270deg, rgba(4, 8, 14, 0.66) 0%, rgba(4, 8, 14, 0.2) 8%, transparent 18%);
  pointer-events: none;
  z-index: 1;
}

.hologram {
  position: absolute;
  left: 50%;
  top: 47%;
  width: min(32vw, 460px);
  transform: translate(-50%, -50%);
  z-index: 4;
  pointer-events: none;
  perspective: 1000px;
}

.hologram-img {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  height: auto;
  border-radius: 2.2rem;
  -webkit-mask-image: radial-gradient(128% 108% at 50% 50%, #000 66%, rgba(0, 0, 0, 0.88) 78%, rgba(0, 0, 0, 0.45) 90%, transparent 100%);
  mask-image: radial-gradient(128% 108% at 50% 50%, #000 66%, rgba(0, 0, 0, 0.88) 78%, rgba(0, 0, 0, 0.45) 90%, transparent 100%);
  transform-origin: 50% 56%;
  image-rendering: auto;
  filter: saturate(138%) contrast(1.14) brightness(1.08)
    drop-shadow(0 10px 20px rgba(5, 12, 20, 0.52))
    drop-shadow(0 0 18px rgba(205, 232, 255, 0.26))
    drop-shadow(0 0 34px rgba(125, 231, 219, 0.12));
  animation: holo-3d-sway 8.2s ease-in-out infinite;
}

.hologram::before {
  content: none;
}

.hologram::after {
  content: "";
  position: absolute;
  inset: -10% -8%;
  border-radius: 2.4rem;
  background:
    radial-gradient(circle, rgba(226, 235, 244, 0.18), rgba(130, 154, 172, 0.1) 42%, rgba(20, 26, 36, 0.04) 66%, transparent 80%),
    radial-gradient(circle at 50% 56%, rgba(125, 231, 219, 0.1), transparent 48%);
  z-index: -1;
}

.hologram-stars {
  position: absolute;
  left: 50%;
  top: 47%;
  width: min(74vw, 980px);
  height: min(78vh, 760px);
  transform: translate(-50%, -50%);
  pointer-events: none;
  z-index: 3;
}

.orbit-star {
  position: absolute;
  font-size: clamp(28px, 2.1vw, 42px);
  line-height: 1;
  color: rgba(219, 241, 255, 0.34);
  text-shadow:
    0 0 8px rgba(211, 236, 255, 0.22),
    0 0 20px rgba(195, 223, 245, 0.12);
  animation: star-float 7.4s ease-in-out infinite;
}

.orbit-star.s1 { left: 7%; top: 24%; animation-delay: -1.2s; }
.orbit-star.s2 { left: 19%; top: 10%; animation-delay: -3.4s; }
.orbit-star.s3 { left: 35%; top: 5%; animation-delay: -2.1s; }
.orbit-star.s4 { left: 66%; top: 6%; animation-delay: -4.8s; }
.orbit-star.s5 { left: 84%; top: 17%; animation-delay: -1.9s; }
.orbit-star.s6 { left: 93%; top: 38%; animation-delay: -5.1s; }
.orbit-star.s7 { left: 88%; top: 66%; animation-delay: -0.8s; }
.orbit-star.s8 { left: 69%; top: 84%; animation-delay: -3.1s; }
.orbit-star.s9 { left: 24%; top: 86%; animation-delay: -2.6s; }
.orbit-star.s10 { left: 8%; top: 63%; animation-delay: -4.2s; }

.service-hashtags {
  position: absolute;
  left: 0;
  right: 0;
  top: 8%;
  bottom: 12%;
  pointer-events: none;
  z-index: 3;
}

.service-hashtags .tag {
  position: absolute;
  font-size: clamp(1.44rem, 1.76vw, 1.8rem);
  font-weight: 600;
  letter-spacing: 0.015em;
  color: rgba(224, 241, 255, 0.54);
  text-shadow: 0 0 12px rgba(173, 210, 238, 0.22);
  animation: tag-drift 12s ease-in-out infinite;
}

.service-hashtags .t1 { left: 4%; top: 15%; animation-delay: -2.4s; }
.service-hashtags .t2 { left: 12%; top: 31%; animation-delay: -4.1s; }
.service-hashtags .t3 { left: 22%; top: 62%; animation-delay: -1.5s; }
.service-hashtags .t4 { left: 33%; top: 81%; animation-delay: -3.3s; }
.service-hashtags .t5 { left: 53%; top: 84%; animation-delay: -5.2s; }
.service-hashtags .t6 { left: 72%; top: 79%; animation-delay: -1.9s; }
.service-hashtags .t7 { left: 82%; top: 58%; animation-delay: -3.8s; }
.service-hashtags .t8 { left: 87%; top: 31%; animation-delay: -2.2s; }
.service-hashtags .t9 { left: 70%; top: 15%; animation-delay: -4.9s; }
.service-hashtags .t10 { left: 47%; top: 8%; animation-delay: -0.9s; }

.service-hashtags .tag.top {
  font-size: clamp(1.32rem, 1.56vw, 1.6rem);
  color: rgba(226, 243, 255, 0.44);
  text-shadow: 0 0 10px rgba(176, 212, 238, 0.18);
}

.service-hashtags .t11 { left: 14%; top: 22%; animation-delay: -1.1s; }
.service-hashtags .t12 { left: 25%; top: 18%; animation-delay: -3.7s; }
.service-hashtags .t13 { left: 37%; top: 24%; animation-delay: -2.2s; }
.service-hashtags .t14 { left: 62%; top: 21%; animation-delay: -4.6s; }
.service-hashtags .t15 { left: 74%; top: 27%; animation-delay: -1.8s; }
.service-hashtags .t16 { left: 82%; top: 39%; animation-delay: -3.2s; }
.service-hashtags .t17 { left: 71%; top: 52%; animation-delay: -2.7s; }
.service-hashtags .t18 { left: 56%; top: 58%; animation-delay: -4.4s; }
.service-hashtags .t19 { left: 31%; top: 56%; animation-delay: -1.6s; }
.service-hashtags .t20 { left: 18%; top: 44%; animation-delay: -3.9s; }

.hero-visual::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(34rem 18rem at 54% 42%, rgba(138, 186, 205, 0.14), transparent 72%);
  pointer-events: none;
}

.hero-services {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -5%;
  width: min(92%, 1200px);
  padding: 0;
  z-index: 5;
  border: none;
  box-shadow: none;
  background: transparent;
  backdrop-filter: none;
}

.hero-services-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(220px, 1fr));
  gap: 0.8rem;
  align-items: stretch;
  justify-content: center;
}

.service-mini-card {
  --service-bg-x: 50%;
  --service-bg-y: 50%;
  position: relative;
  overflow: hidden;
  isolation: isolate;
  border-radius: 1.05rem;
  min-height: 122px;
  padding: 0.8rem 0.7rem;
  display: grid;
  grid-template-rows: 1fr auto;
  align-items: center;
  justify-items: center;
  border-color: rgba(141, 210, 255, 0.55);
  box-shadow:
    inset 0 0 0 1px rgba(159, 229, 255, 0.12),
    0 14px 26px -22px rgba(112, 163, 177, 0.34);
}

.service-mini-card::before {
  content: "";
  position: absolute;
  inset: -18%;
  z-index: -1;
  background:
    linear-gradient(135deg, rgba(5, 10, 18, 0.72), rgba(8, 15, 24, 0.46)),
    url("bg-site2.webp");
  background-size: cover;
  background-position: var(--service-bg-x) var(--service-bg-y);
  filter: blur(12px) saturate(118%) contrast(1.06);
  opacity: 0.15;
  transform: scale(1.08);
}

.service-mini-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(circle at 18% 18%, rgba(141, 210, 255, 0.14), transparent 38%),
    linear-gradient(120deg, rgba(255, 255, 255, 0.07), transparent 42%);
  pointer-events: none;
}

.service-mini-card--strength {
  --service-bg-x: 42%;
  --service-bg-y: 54%;
}

.service-mini-card--mobility {
  --service-bg-x: 58%;
  --service-bg-y: 46%;
}

.service-mini-card--online {
  --service-bg-x: 72%;
  --service-bg-y: 52%;
}

.service-mini-title {
  margin: 0 0 0.45rem;
  text-align: center;
  font-size: 0.96rem;
  line-height: 1.2;
}

.service-mini-price {
  margin: 0.2rem 0 0.45rem;
  font-size: 0.86rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  color: rgba(219, 240, 255, 0.95);
}

.mini-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 132px;
  min-height: 38px;
  padding: 0.55rem 1.05rem;
  border-radius: 999px;
  text-decoration: none;
  font-size: 0.78rem;
  font-weight: 700;
  line-height: 1.18;
  text-align: center;
  letter-spacing: 0.01em;
  color: #eff7ff;
  border: 0.5px solid rgba(255, 255, 255, 0.46);
  background: linear-gradient(120deg, rgba(112, 163, 177, 0.66), rgba(241, 148, 138, 0.72));
  box-shadow: 0 10px 18px -14px rgba(241, 148, 138, 0.9);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.mini-cta:hover {
  transform: translateY(-1px);
  box-shadow: 0 12px 20px -12px rgba(230, 126, 34, 0.86);
}

.slide-philosophy {
  display: grid;
  place-items: center;
  padding-top: clamp(0.7rem, 2vh, 1.25rem);
  padding-bottom: clamp(0.7rem, 2vh, 1.25rem);
}

.philosophy-card {
  max-width: 960px;
  position: relative;
  overflow: hidden;
  isolation: isolate;
  border-radius: 0.95rem;
  border: 0.5px solid rgba(141, 210, 255, 0.54);
  box-shadow:
    inset 0 0 0 1px rgba(159, 229, 255, 0.16),
    0 14px 28px -30px rgba(5, 12, 20, 0.72);
  padding-top: 0.45rem;
  padding-bottom: 1.05rem;
  z-index: 1;
}

.philosophy-content {
  position: relative;
  z-index: 2;
  max-width: 70%;
}

.philosophy-content > p:last-of-type {
  max-width: 68%;
}

.about-us-main {
  max-width: 80%;
}

.about-us-cutout {
  position: absolute;
  right: -2.2rem;
  bottom: -3.7rem;
  width: clamp(300px, 40vw, 450px);
  height: auto;
  z-index: 1;
  pointer-events: none;
  filter: saturate(120%) contrast(1.08) brightness(1.06)
    drop-shadow(0 0 2px rgba(162, 245, 255, 0.9))
    drop-shadow(0 0 10px rgba(105, 227, 255, 0.55))
    drop-shadow(0 0 20px rgba(83, 177, 255, 0.42))
    drop-shadow(0 14px 28px rgba(5, 12, 20, 0.48));
  opacity: 0.84;
}

.about-us-below-photo {
  display: block;
  max-width: 100%;
  margin-top: 1.5rem;
}

.philosophy-card h2 {
  margin: 0;
  font-size: clamp(1.4rem, 3vw, 2.8rem);
  color: #ffffff;
}

.philosophy-card p {
  margin: 0.9rem 0 0;
  line-height: 1.65;
  color: rgba(245, 248, 255, 0.92);
}

.philosophy-card h3 {
  margin: 1.2rem 0 0;
  font-size: clamp(1.02rem, 1.45vw, 1.28rem);
  font-weight: 700;
  color: rgba(248, 252, 255, 0.98);
}

.slide-services {
  display: grid;
  align-content: center;
  gap: 1.6rem;
}

.services-title {
  margin: 0;
  font-size: clamp(1.6rem, 4vw, 3.2rem);
  font-weight: 800;
}

.services-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.service-card {
  border-radius: 1.2rem;
  min-height: 260px;
  display: grid;
  grid-template-rows: auto 1fr auto;
  align-items: start;
  gap: 0.8rem;
  padding: 1.2rem;
  border: 0.5px solid rgba(141, 210, 255, 0.54);
  background: linear-gradient(155deg, rgba(255, 255, 255, 0.19), var(--glass-bg));
  box-shadow:
    inset 0 0 0 1px rgba(159, 229, 255, 0.18),
    0 0 26px rgba(112, 163, 177, 0.22),
    0 22px 40px -30px rgba(0, 0, 0, 0.95);
}

.service-card h3 {
  margin: 0;
  font-size: 1.25rem;
  line-height: 1.2;
}

.service-card p {
  margin: 0;
  font-size: 0.96rem;
  line-height: 1.45;
  color: rgba(239, 246, 255, 0.92);
}

.card-cta,
.detail-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 204px;
  min-height: 48px;
  padding: 0.72rem 1.35rem;
  border-radius: 999px;
  text-decoration: none;
  font-size: 0.84rem;
  font-weight: 700;
  line-height: 1.18;
  text-align: center;
  letter-spacing: 0.01em;
  color: #eff7ff;
  border: 0.5px solid rgba(255, 255, 255, 0.46);
  background: linear-gradient(120deg, rgba(112, 163, 177, 0.66), rgba(241, 148, 138, 0.72));
  box-shadow: 0 10px 18px -14px rgba(241, 148, 138, 0.9);
}

.slide-service-detail {
  display: grid;
  place-items: center;
}

.detail-card {
  max-width: 860px;
}

.detail-card--wide {
  max-width: 1060px;
  padding: clamp(1.25rem, 2.6vw, 2.3rem);
}

#packages .detail-card--wide {
  transform: translateY(-18px);
}

#packages .detail-card h2 {
  font-size: clamp(1.8rem, 3vw, 2.75rem);
}

#packages .detail-card--wide {
  overflow: hidden;
  position: relative;
}

.packages-lead {
  max-width: 760px;
}

#packages .package-grid {
  gap: 0.85rem;
  margin-top: 1.05rem;
}

#packages .package-card {
  align-content: start;
  min-height: 12.4rem;
  padding: 1.15rem;
}

#packages .package-card h3 {
  margin-top: 0.8rem;
  font-size: clamp(1.35rem, 1.72vw, 1.8rem);
  line-height: 1.12;
}

#packages .package-card p {
  margin-top: 0.46rem;
  font-size: clamp(0.72rem, 0.82vw, 0.82rem);
  line-height: 1.28;
}

.package-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-top: 1.4rem;
}

.package-more,
.package-signup {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-width: 140px;
  min-height: 44px;
  padding: 0.68rem 1.18rem;
  border: 0.5px solid rgba(255, 255, 255, 0.5);
  border-radius: 999px;
  background: linear-gradient(120deg, rgba(166, 220, 232, 0.72), rgba(238, 142, 136, 0.78));
  color: #fff;
  cursor: pointer;
  font: inherit;
  font-size: 0.9rem;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
  box-shadow:
    0 12px 34px rgba(134, 202, 225, 0.15),
    inset 0 0 0 1px rgba(255, 255, 255, 0.14);
  transition: transform 0.2s ease, filter 0.2s ease;
}

.package-signup {
  min-width: 122px;
  background: rgba(12, 18, 26, 0.54);
  border-color: rgba(141, 210, 255, 0.54);
}

.package-more:hover,
.package-more:focus-visible,
.package-signup:hover,
.package-signup:focus-visible {
  filter: brightness(1.08);
  transform: translateY(-1px);
}

.package-detail {
  position: absolute;
  inset: 0;
  z-index: 6;
  display: grid;
  place-items: center;
  padding: clamp(1rem, 3vw, 2rem);
  background: rgba(3, 7, 12, 0.48);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease;
}

.package-detail.open {
  opacity: 1;
  pointer-events: auto;
}

.package-detail-card {
  position: relative;
  overflow: hidden;
  width: min(760px, 100%);
  padding: clamp(1.15rem, 2.2vw, 1.7rem);
  border-radius: 1.25rem;
  border-color: rgba(141, 210, 255, 0.62);
  background:
    radial-gradient(circle at 20% 10%, rgba(141, 210, 255, 0.13), transparent 36%),
    linear-gradient(150deg, rgba(36, 45, 56, 0.9), rgba(7, 11, 17, 0.86));
  box-shadow:
    0 28px 72px rgba(0, 0, 0, 0.38),
    inset 0 0 0 1px rgba(255, 255, 255, 0.1);
}

.package-detail-close {
  position: absolute;
  top: 0.72rem;
  right: 0.72rem;
  display: inline-grid;
  place-items: center;
  width: 2.35rem;
  height: 2.35rem;
  border: 0.5px solid rgba(255, 255, 255, 0.36);
  border-radius: 999px;
  background: rgba(12, 18, 26, 0.68);
  color: rgba(255, 255, 255, 0.92);
  cursor: pointer;
  font-size: 1.35rem;
  line-height: 1;
}

.package-detail-badge {
  margin: 0 0 0.65rem;
  color: rgba(193, 226, 248, 0.92);
  font-size: 0.86rem;
  font-weight: 800;
}

.package-detail-card h3 {
  margin: 0;
  max-width: calc(100% - 3rem);
  font-size: clamp(1.55rem, 2.8vw, 2.35rem);
  line-height: 1.08;
}

.package-detail-card > p:not(.package-detail-badge) {
  margin: 0.9rem 0 0;
  font-size: clamp(0.98rem, 1.35vw, 1.08rem);
  line-height: 1.48;
}

.package-detail-card .package-list {
  gap: 0.56rem;
  margin-top: 1rem;
}

.package-detail-card .package-list li {
  font-size: clamp(0.9rem, 1.18vw, 1rem);
  line-height: 1.35;
}

.package-list {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 0.36rem;
  margin: 0.62rem 0 0;
  padding: 0;
  list-style: none;
}

.package-list li {
  position: relative;
  padding-left: 0.82rem;
  font-size: clamp(0.68rem, 0.76vw, 0.76rem);
  line-height: 1.2;
  color: rgba(232, 243, 255, 0.88);
}

.package-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.46em;
  width: 0.42rem;
  height: 0.08rem;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(141, 210, 255, 0.92), rgba(238, 142, 136, 0.84));
  box-shadow: 0 0 10px rgba(141, 210, 255, 0.2);
}

.detail-card h2 {
  margin: 0;
  font-size: clamp(1.55rem, 3.2vw, 3rem);
}

.detail-card p {
  margin: 0.9rem 0 0;
  font-size: clamp(0.98rem, 1.4vw, 1.1rem);
  line-height: 1.58;
  color: rgba(239, 246, 255, 0.92);
}

.detail-card .detail-price {
  margin-top: 0.8rem;
  font-size: 0.92rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  color: rgba(211, 233, 252, 0.94);
}

.detail-cta {
  margin-top: 1.2rem;
}

.about-diploma-cta {
  min-width: 144px;
  min-height: 44px;
  padding: 0.65rem 1.2rem;
  font-size: 0.84rem;
  font-weight: 700;
  line-height: 1.18;
  text-align: center;
  letter-spacing: 0.01em;
}

.review-grid,
.package-grid {
  margin-top: 1rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.1rem;
}

.review-card,
.package-card {
  margin: 0;
  border-radius: 1.12rem;
  padding: 1.1rem;
  border: 0.5px solid rgba(141, 210, 255, 0.54);
  background: linear-gradient(155deg, rgba(255, 255, 255, 0.16), rgba(9, 10, 14, 0.36));
  box-shadow:
    inset 0 0 0 1px rgba(159, 229, 255, 0.14),
    0 14px 24px -28px rgba(0, 0, 0, 0.85);
}

.package-card h3 {
  margin: 0;
  font-size: 1.03rem;
  line-height: 1.32;
}

.package-card p {
  margin: 0.62rem 0 0;
  font-size: 0.95rem;
  line-height: 1.42;
}

.review-card {
  position: relative;
  overflow: hidden;
  min-height: 9rem;
  padding: 0.72rem 0.82rem;
  color: rgba(242, 247, 255, 0.95);
}

.review-card::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 18% 16%, rgba(141, 210, 255, 0.18), transparent 32%),
    radial-gradient(circle at 88% 12%, rgba(255, 161, 151, 0.16), transparent 30%);
  opacity: 0.72;
}

.review-grid--premium {
  gap: 0.62rem;
  margin-top: 0.8rem;
}

.review-author,
.review-stars,
.review-card > p:not(.review-stars) {
  position: relative;
  z-index: 1;
}

.review-author {
  display: flex;
  align-items: center;
  gap: 0.42rem;
  margin-bottom: 0.42rem;
}

.review-author h3 {
  margin: 0;
  font-size: clamp(0.95rem, 1.05vw, 1.08rem);
  line-height: 1.05;
}

.review-avatar {
  display: inline-grid;
  place-items: center;
  width: 1.32rem;
  height: 1.32rem;
  border-radius: 999px;
  border: 0.5px solid rgba(220, 239, 255, 0.44);
  background: linear-gradient(140deg, rgba(166, 220, 232, 0.65), rgba(238, 142, 136, 0.54));
  color: rgba(255, 255, 255, 0.94);
  font-size: 0.7rem;
  font-weight: 900;
  box-shadow: 0 0 18px rgba(125, 206, 232, 0.16);
}

.review-stars {
  margin: 0 0 0.32rem;
  color: #ffc857;
  font-size: 0.9rem;
  letter-spacing: 0;
  text-shadow: 0 0 12px rgba(255, 199, 87, 0.28);
}

.review-card > p:not(.review-stars) {
  margin: 0;
  font-size: clamp(0.67rem, 0.78vw, 0.76rem);
  line-height: 1.2;
  color: rgba(247, 250, 255, 0.93);
}

.package-card--focus {
  border-color: rgba(255, 194, 158, 0.7);
}

.package-badge {
  margin: 0 0 0.5rem;
  display: inline-flex;
  font-size: 0.68rem;
  padding: 0.18rem 0.5rem;
  border-radius: 999px;
  border: 0.5px solid rgba(255, 255, 255, 0.48);
  background: rgba(25, 37, 51, 0.54);
}

.lead-form {
  margin-top: 1rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.8rem;
}

.lead-field {
  display: grid;
  gap: 0.4rem;
  font-size: 0.84rem;
  color: rgba(234, 244, 255, 0.95);
}

.lead-field--wide {
  grid-column: 1 / -1;
}

.lead-field input,
.lead-field textarea {
  width: 100%;
  border-radius: 0.78rem;
  border: 0.5px solid rgba(163, 214, 247, 0.62);
  padding: 0.62rem 0.75rem;
  font: inherit;
  color: #eef6ff;
  background: linear-gradient(155deg, rgba(255, 255, 255, 0.08), rgba(11, 17, 25, 0.58));
  box-shadow:
    inset 0 0 0 1px rgba(159, 229, 255, 0.08),
    0 8px 18px -16px rgba(0, 0, 0, 0.82);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.lead-field select {
  display: none;
}

.custom-select {
  position: relative;
}

.custom-select-trigger {
  width: 100%;
  min-height: 44px;
  border-radius: 0.78rem;
  border: 0.5px solid rgba(163, 214, 247, 0.62);
  padding: 0.62rem 2.2rem 0.62rem 0.75rem;
  font: inherit;
  text-align: left;
  color: #eef6ff;
  cursor: pointer;
  background:
    linear-gradient(155deg, rgba(255, 255, 255, 0.08), rgba(11, 17, 25, 0.58)),
    linear-gradient(45deg, transparent 50%, rgba(229, 241, 255, 0.88) 50%),
    linear-gradient(135deg, rgba(229, 241, 255, 0.88) 50%, transparent 50%);
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-position:
    0 0,
    calc(100% - 16px) calc(50% - 2px),
    calc(100% - 11px) calc(50% - 2px);
  background-size: auto, 5px 5px, 5px 5px;
  box-shadow:
    inset 0 0 0 1px rgba(159, 229, 255, 0.08),
    0 8px 18px -16px rgba(0, 0, 0, 0.82);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.custom-select.open .custom-select-trigger {
  border-color: rgba(173, 222, 252, 0.82);
  box-shadow:
    inset 0 0 0 1px rgba(173, 222, 252, 0.25),
    0 0 0 2px rgba(90, 170, 225, 0.18);
}

.custom-select-menu {
  position: absolute;
  left: 0;
  right: 0;
  top: calc(100% + 0.32rem);
  z-index: 20;
  display: none;
  border-radius: 0.78rem;
  border: 0.5px solid rgba(163, 214, 247, 0.62);
  background: linear-gradient(155deg, rgba(255, 255, 255, 0.1), rgba(11, 17, 25, 0.68));
  box-shadow:
    inset 0 0 0 1px rgba(159, 229, 255, 0.1),
    0 16px 28px -16px rgba(0, 0, 0, 0.84);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  overflow: hidden;
}

.custom-select.open .custom-select-menu {
  display: block;
}

.custom-select-option {
  width: 100%;
  border: 0;
  border-top: 0.5px solid rgba(133, 188, 226, 0.26);
  background: transparent;
  color: rgba(236, 246, 255, 0.96);
  font: inherit;
  text-align: left;
  padding: 0.58rem 0.75rem;
  cursor: pointer;
}

.custom-select-option:first-child {
  border-top: 0;
}

.custom-select-option:hover,
.custom-select-option:focus-visible {
  outline: none;
  background: rgba(130, 199, 245, 0.2);
}

.lead-form-status {
  margin: 0;
  font-size: 0.86rem;
  color: rgba(205, 232, 252, 0.95);
}

.lead-field input::placeholder,
.lead-field textarea::placeholder {
  color: rgba(198, 219, 238, 0.62);
}

.lead-field input:focus,
.lead-field textarea:focus {
  outline: none;
  border-color: rgba(173, 222, 252, 0.8);
  box-shadow:
    inset 0 0 0 1px rgba(173, 222, 252, 0.25),
    0 0 0 2px rgba(90, 170, 225, 0.18);
}

.lead-field textarea {
  resize: vertical;
}

.landing-footer {
  margin-top: 1.2rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
}

.contact-footer {
  border-top: 0.5px solid rgba(205, 232, 252, 0.22);
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 0.95rem;
  margin-top: 1.25rem;
  padding-top: 0.78rem;
}

.contact-footer a {
  color: rgba(211, 233, 252, 0.92);
  font-size: 0.8rem;
  line-height: 1.25;
  text-decoration: none;
  transition: color 0.25s ease, text-shadow 0.25s ease;
}

.contact-footer a:hover {
  color: #ffffff;
  text-shadow: 0 0 16px rgba(141, 210, 255, 0.46);
}

.landing-footer a {
  color: rgba(211, 233, 252, 0.9);
  text-decoration: none;
  font-size: 0.84rem;
}

.mobile-sticky-cta {
  display: none;
}

.scroll-spacer {
  width: 100%;
  height: 300vh;
}

@keyframes holo-3d-sway {
  0%,
  100% {
    transform: perspective(1000px) rotateY(-5deg) rotateX(1.2deg) translateY(0);
  }
  50% {
    transform: perspective(1000px) rotateY(5deg) rotateX(-1.4deg) translateY(-6px);
  }
}

@keyframes star-float {
  0%,
  100% {
    transform: translateY(0) scale(1);
    opacity: 0.28;
  }
  50% {
    transform: translateY(-12px) scale(1.08);
    opacity: 0.56;
  }
}

@keyframes tag-drift {
  0%,
  100% {
    transform: translate3d(0, 0, 0);
    opacity: 0.38;
  }
  50% {
    transform: translate3d(0, -10px, 0);
    opacity: 0.72;
  }
}

@keyframes mobile-holo-glint {
  0%,
  100% {
    opacity: 0.34;
    transform: translateX(-2%) translateY(0) scale(1);
  }
  50% {
    opacity: 0.62;
    transform: translateX(2%) translateY(-1%) scale(1.03);
  }
}


@media (max-width: 900px) {
  html,
  body {
    width: 100%;
    overflow-x: hidden;
  }

  .aurora {
    background-size: cover;
    background-position: center top;
    background-repeat: repeat-y;
    background-color: #030508;
  }

  .slide-hero {
    display: flex;
    flex-direction: column;
    gap: 0.72rem;
    padding: 0.65rem;
    overflow-x: clip;
  }

  .viewport {
    position: relative;
    inset: auto;
    overflow: visible;
    max-width: 100vw;
  }

  .track {
    width: 100%;
    height: auto;
    display: block;
    transform: none !important;
    max-width: 100vw;
  }

  .slide {
    width: 100%;
    min-height: 100vh;
    height: auto;
  }

  .hero-info {
    position: static;
    left: auto;
    transform: none;
    width: 100%;
    display: flex;
    min-height: auto;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    border: 0.5px solid var(--glass-border);
    padding: 0.72rem 0.86rem;
    gap: 0.34rem;
    border-radius: 1.15rem;
    background: linear-gradient(155deg, rgba(255, 255, 255, 0.16), rgba(9, 10, 14, 0.42));
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.2),
      0 18px 30px -24px rgba(0, 0, 0, 0.72);
    pointer-events: auto;
  }

  .hero-info h1 {
    position: static;
    inset: auto;
    width: auto;
    white-space: normal;
    display: flex;
    flex-direction: column;
    gap: 0.06rem;
    width: 100%;
    align-items: center;
    text-align: center;
  }

  .hero-info .hero-name,
  .hero-info .hero-title {
    position: static;
    left: auto;
    top: auto;
    transform: none;
    display: block;
  }

  .hero-info .hero-name {
    font-size: 0.9em;
  }

  .hero-info .hero-title {
    margin-top: 0.04rem;
    width: auto;
    padding: 0;
    font-size: 0.94em;
    max-width: 100%;
    white-space: normal;
    text-align: center;
    border: none;
    background: transparent;
    box-shadow: none;
    border-radius: 0;
  }

  .cta {
    position: static;
    right: auto;
    top: auto;
    transform: none;
    margin-right: 0;
    align-self: center;
    margin-top: 0.1rem;
    min-width: min(100%, 222px);
    min-height: 40px;
    padding: 0.58rem 1.08rem;
    font-size: 0.76rem;
    line-height: 1.18;
    letter-spacing: 0.01em;
    white-space: nowrap;
  }

  .hero-visual {
    min-height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.7rem;
    padding: 0.72rem 0.65rem 0.95rem;
    border-radius: 1.4rem;
    overflow: visible;
    max-width: 100%;
    border: 0.5px solid var(--glass-border);
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.2),
      0 20px 30px -25px rgba(0, 0, 0, 0.8);
  }

  .hologram {
    position: relative;
    left: auto;
    top: auto;
    width: min(70vw, 292px);
    aspect-ratio: 0.655;
    min-height: 360px;
    transform: translateY(-0.16rem);
    margin: 0 auto;
    background-image: url("sticker-mobile.webp");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    isolation: isolate;
    will-change: transform;
  }

  .hologram::before {
    content: "";
    position: absolute;
    inset: 6% 8%;
    border-radius: 2rem;
    background:
      linear-gradient(130deg, rgba(214, 236, 255, 0.28) 0%, transparent 38%, rgba(179, 216, 244, 0.22) 62%, transparent 100%);
    mix-blend-mode: screen;
    filter: blur(0.6px);
    opacity: 0.46;
    z-index: 2;
    animation: mobile-holo-glint 5.8s ease-in-out infinite;
  }

  .hologram::after {
    inset: -12% -10%;
    background: radial-gradient(circle, rgba(221, 236, 248, 0.24), rgba(131, 163, 188, 0.14) 44%, rgba(22, 30, 44, 0.06) 70%, transparent 84%);
    filter: blur(1px);
  }

  .hologram-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    filter: saturate(128%) contrast(1.1) brightness(1.08)
      drop-shadow(0 12px 22px rgba(5, 12, 20, 0.58))
      drop-shadow(0 0 18px rgba(198, 228, 248, 0.24))
      drop-shadow(0 0 22px rgba(125, 231, 219, 0.12));
    animation-duration: 9.2s;
  }

  .hologram-stars {
    display: block;
    left: 50%;
    top: 6.2rem;
    width: min(88vw, 390px);
    height: 360px;
    transform: translateX(-50%);
    overflow: hidden;
  }

  .philosophy-card {
    border-radius: 0.9rem;
    border-width: 0.8px;
    padding-top: 0.9rem;
    padding-bottom: 9.8rem;
  }

  .philosophy-content {
    max-width: 100%;
  }

  .philosophy-content > p:last-of-type {
    max-width: 100%;
  }

  .about-us-main {
    max-width: 100%;
  }

  .about-us-cutout {
    right: 50%;
    bottom: -13.2rem;
    width: min(108vw, 470px);
    transform: translateX(50%);
    opacity: 0.8;
    filter: saturate(116%) contrast(1.06) brightness(1.05)
      drop-shadow(0 0 1.8px rgba(162, 245, 255, 0.84))
      drop-shadow(0 0 8px rgba(105, 227, 255, 0.48))
      drop-shadow(0 0 16px rgba(83, 177, 255, 0.35))
      drop-shadow(0 12px 24px rgba(5, 12, 20, 0.44));
  }

  .about-us-below-photo {
    margin-top: 16.6rem;
  }

  .service-hashtags {
    display: block;
  }

  .orbit-star {
    font-size: clamp(18px, 6vw, 28px);
    color: rgba(219, 241, 255, 0.44);
    text-shadow:
      0 0 8px rgba(211, 236, 255, 0.3),
      0 0 16px rgba(195, 223, 245, 0.18);
  }

  .service-hashtags {
    left: 50%;
    right: auto;
    top: 2.35rem;
    bottom: auto;
    width: min(94vw, 430px);
    height: 380px;
    transform: translateX(-50%);
    overflow: hidden;
  }

  .service-hashtags .tag {
    font-size: clamp(0.76rem, 3.35vw, 0.94rem);
    color: rgba(224, 241, 255, 0.58);
    text-shadow: 0 0 10px rgba(173, 210, 238, 0.2);
  }

  .service-hashtags .tag.top {
    font-size: clamp(0.67rem, 2.9vw, 0.84rem);
    color: rgba(226, 243, 255, 0.48);
  }

  .service-hashtags .t1 { left: 1%; }
  .service-hashtags .t2 { left: 7%; }
  .service-hashtags .t3 { left: 16%; }
  .service-hashtags .t4 { left: 27%; }
  .service-hashtags .t5 { left: 56%; }
  .service-hashtags .t6 { left: 73%; }
  .service-hashtags .t7 { left: 84%; }
  .service-hashtags .t8 { left: 82%; }
  .service-hashtags .t9 { left: 76%; }
  .service-hashtags .t10 { left: 44%; }

  .service-hashtags .t11 { left: 7%; }
  .service-hashtags .t12 { left: 17%; }
  .service-hashtags .t13 { left: 30%; }
  .service-hashtags .t14 { left: 61%; }
  .service-hashtags .t15 { left: 74%; }
  .service-hashtags .t16 { left: 85%; }
  .service-hashtags .t17 { left: 77%; }
  .service-hashtags .t18 { left: 60%; }
  .service-hashtags .t19 { left: 24%; }
  .service-hashtags .t20 { left: 9%; }


  .hero-services {
    position: static;
    transform: none;
    left: auto;
    right: auto;
    width: 100%;
    max-width: 100%;
    margin: -0.18rem auto 0;
    border: none;
    padding: 0;
    background: transparent;
    box-shadow: none;
  }

  .hero-services-row {
    grid-template-columns: 1fr;
    align-items: stretch;
    gap: 0.68rem;
    width: 100%;
  }

  .service-mini-card {
    min-height: 96px;
    padding: 0.7rem 0.7rem;
    width: 100%;
    margin: 0;
  }

  .service-mini-title {
    font-size: 0.96rem;
    line-height: 1.18;
    max-width: 96%;
  }

  .mini-cta {
    min-width: 132px;
    min-height: 38px;
    padding: 0.54rem 1rem;
    font-size: 0.76rem;
  }

  .about-diploma-cta {
    min-width: 132px;
    min-height: 40px;
    padding: 0.58rem 1rem;
    font-size: 0.76rem;
  }

  .review-grid,
  .package-grid {
    grid-template-columns: 1fr;
    gap: 0.65rem;
  }

  #packages .detail-card--wide {
    transform: none;
  }

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

  .lead-field--wide {
    grid-column: auto;
  }

  .landing-footer {
    flex-direction: column;
    gap: 0.35rem;
  }

  .contact-footer {
    flex-direction: column;
    gap: 0.35rem;
    margin-top: 0.9rem;
    padding-top: 0.65rem;
  }

  .mobile-sticky-cta {
    position: fixed;
    left: 50%;
    bottom: calc(env(safe-area-inset-bottom, 0px) + 0.55rem);
    transform: translateX(-50%);
    width: min(92vw, 390px);
    min-height: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    text-decoration: none;
    color: #f4f8ff;
    font-size: 0.84rem;
    font-weight: 700;
    letter-spacing: 0.01em;
    border: 0.5px solid rgba(255, 255, 255, 0.45);
    background: linear-gradient(120deg, rgba(82, 148, 164, 0.95), rgba(234, 126, 114, 0.95));
    box-shadow: 0 16px 24px -16px rgba(0, 0, 0, 0.84);
    z-index: 50;
  }

  .scroll-spacer {
    padding-bottom: 5rem;
  }

  .services-row {
    grid-template-columns: 1fr;
  }

  .scroll-spacer {
    display: none;
  }
}

@media (max-width: 430px) {
  .service-hashtags {
    top: 2.55rem;
    width: 96vw;
    max-width: 420px;
    height: 360px;
  }

  .service-hashtags .tag {
    font-size: clamp(0.66rem, 3.1vw, 0.82rem);
    text-shadow: 0 0 8px rgba(173, 210, 238, 0.16);
  }

  .service-hashtags .tag.top {
    font-size: clamp(0.6rem, 2.7vw, 0.74rem);
  }

  .service-hashtags .t6 { top: 76%; }
  .service-hashtags .t7 { top: 62%; }
  .service-hashtags .t8 { top: 26%; }
  .service-hashtags .t9 { top: 13%; }
  .service-hashtags .t16 { top: 35%; }
  .service-hashtags .t17 { top: 47%; }
  .service-hashtags .t18 { top: 60%; }
}
