html {
  scroll-behavior: smooth;
}

body {
  font-family: "Manrope", sans-serif;
}

h1,
h2,
h3,
.font-display {
  font-family: "Sora", sans-serif;
  letter-spacing: -0.03em;
}

.hero-bg {
  background:
    radial-gradient(circle at 70% 23%, rgba(61, 45, 242, 0.22), transparent 28%),
    radial-gradient(circle at 85% 58%, rgba(61, 45, 242, 0.28), transparent 20%),
    linear-gradient(180deg, #14151d 0%, #111216 38%, #111216 100%);
}

.section-line::after {
  content: "";
  display: block;
  width: 280px;
  height: 1px;
  margin: 16px auto 0;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.35), transparent);
}

.glass {
  background: rgba(255, 255, 255, 0.035);
  border: 1px solid rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(12px);
}

.price-card {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.015));
  border: 2px solid #3d2df2;
  box-shadow: 0 0 22px rgba(61, 45, 242, 0.22);
}

.btn-primary-fill {
  background: #3d2df2;
  color: #fff;
}

.btn-primary-fill:hover {
  background: #6d5cff;
}

.btn-gradient-fill {
  background: linear-gradient(90deg, #3d2df2 0%, #6d5cff 100%);
  color: #fff;
}

.price-badge {
  background: linear-gradient(90deg, #ff7a1a 0%, #ff9d4d 100%);
  color: #fff;
  box-shadow: 0 0 18px rgba(255, 122, 26, 0.35);
}

.tab-button.active {
  background: #3d2df2;
  color: #fff;
  box-shadow: 0 0 24px rgba(61, 45, 242, 0.35);
}

.animate-fade-up {
  opacity: 0;
  animation: fadeUp 0.9s ease forwards;
}

.delay-1 {
  animation-delay: 0.12s;
}

.delay-2 {
  animation-delay: 0.24s;
}

.delay-3 {
  animation-delay: 0.36s;
}

.float-soft {
  animation: floatSoft 6s ease-in-out infinite;
}

.tab-panel.tab-enter {
  animation: tabReveal 0.45s ease;
}

.choice-panel {
  background:
    radial-gradient(circle at top right, rgba(109, 92, 255, 0.18), transparent 28%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.015));
  border: 1px solid rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(12px);
}

.choice-feature {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  transition:
    transform 0.28s ease,
    border-color 0.28s ease,
    box-shadow 0.28s ease;
}

.choice-feature:hover {
  transform: translateY(-6px);
  border-color: rgba(109, 92, 255, 0.55);
  box-shadow: 0 0 22px rgba(61, 45, 242, 0.18);
}

.choice-highlight {
  background:
    radial-gradient(circle at top, rgba(109, 92, 255, 0.22), transparent 34%),
    linear-gradient(180deg, rgba(61, 45, 242, 0.18), rgba(255, 255, 255, 0.03));
  border: 1px solid rgba(109, 92, 255, 0.35);
}

.choice-badge {
  background: rgba(109, 92, 255, 0.14);
  border: 1px solid rgba(109, 92, 255, 0.26);
}

.choice-shell {
  border: 1px solid rgba(255, 255, 255, 0.06);
  background:
    radial-gradient(circle at 82% 18%, rgba(109, 92, 255, 0.12), transparent 24%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.025), rgba(255, 255, 255, 0.01));
  backdrop-filter: blur(12px);
}

.choice-editorial {
  background:
    radial-gradient(circle at top right, rgba(109, 92, 255, 0.2), transparent 28%),
    linear-gradient(180deg, rgba(61, 45, 242, 0.16), rgba(255, 255, 255, 0.02));
  border: 1px solid rgba(109, 92, 255, 0.24);
}

.choice-metric {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.choice-rail {
  border-left: 1px solid rgba(255, 255, 255, 0.08);
}

.choice-step {
  position: relative;
  background: rgba(255, 255, 255, 0.028);
  border: 1px solid rgba(255, 255, 255, 0.08);
  transition:
    transform 0.28s ease,
    border-color 0.28s ease,
    box-shadow 0.28s ease;
}

.choice-step:hover {
  transform: translateX(6px);
  border-color: rgba(109, 92, 255, 0.5);
  box-shadow: 0 0 22px rgba(61, 45, 242, 0.14);
}

.choice-step-number {
  color: rgba(255, 255, 255, 0.26);
  letter-spacing: 0.18em;
}

.choice-pin {
  box-shadow: 0 0 0 6px rgba(61, 45, 242, 0.12);
}

.choice-simple {
  border: 1px solid rgba(255, 255, 255, 0.06);
  background:
    radial-gradient(circle at 88% 14%, rgba(109, 92, 255, 0.12), transparent 22%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.012));
  backdrop-filter: blur(12px);
}

.work-shell {
  border: 1px solid rgba(255, 255, 255, 0.06);
  background:
    radial-gradient(circle at top right, rgba(109, 92, 255, 0.18), transparent 24%),
    radial-gradient(circle at bottom left, rgba(255, 122, 26, 0.1), transparent 22%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.035), rgba(255, 255, 255, 0.012));
  backdrop-filter: blur(12px);
}

.work-feature,
.work-stat {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.work-feature {
  position: relative;
  display: block;
  overflow: hidden;
  text-decoration: none;
  background:
    radial-gradient(circle at top right, rgba(109, 92, 255, 0.12), transparent 26%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.02));
  transition:
    transform 0.28s ease,
    border-color 0.28s ease,
    box-shadow 0.28s ease;
}

.work-feature:hover {
  transform: translateY(-8px);
  border-color: rgba(109, 92, 255, 0.42);
  box-shadow: 0 18px 34px rgba(61, 45, 242, 0.16);
}

.work-stat {
  backdrop-filter: blur(12px);
}

.work-card {
  position: relative;
  display: block;
  overflow: hidden;
  text-decoration: none;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.015));
  border: 1px solid rgba(255, 255, 255, 0.08);
  transition:
    transform 0.28s ease,
    border-color 0.28s ease,
    box-shadow 0.28s ease;
}

.work-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at top right, rgba(109, 92, 255, 0.14), transparent 24%);
  opacity: 0;
  transition: opacity 0.28s ease;
}

.work-card:hover {
  transform: translateY(-8px);
  border-color: rgba(109, 92, 255, 0.45);
  box-shadow: 0 16px 32px rgba(61, 45, 242, 0.16);
}

.work-card:hover::before {
  opacity: 1;
}

.work-card img,
.work-feature img {
  display: block;
  transition:
    transform 0.45s ease,
    filter 0.45s ease;
}

.work-card:hover img,
.work-feature:hover img {
  transform: scale(1.04);
  filter: saturate(1.08);
}

.work-link,
.work-card h3,
.work-card p {
  position: relative;
  z-index: 1;
}

.work-type {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.42);
}

.work-link {
  color: #d7d2ff;
  transition: transform 0.25s ease, color 0.25s ease;
}

.work-card:hover .work-link {
  color: #ffffff;
  transform: translateX(4px);
}

.work-card h3,
.work-feature h3 {
  overflow-wrap: anywhere;
}

.choice-simple-card {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  transition:
    transform 0.26s ease,
    border-color 0.26s ease,
    box-shadow 0.26s ease;
}

.choice-simple-card:hover {
  transform: translateY(-6px);
  border-color: rgba(109, 92, 255, 0.45);
  box-shadow: 0 0 22px rgba(61, 45, 242, 0.16);
}

.choice-mini-stat {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.service-whatsapp {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #ffffff;
  font-size: 0.95rem;
  font-weight: 600;
  transition:
    color 0.25s ease,
    transform 0.25s ease;
}

.service-whatsapp::after {
  content: "->";
  color: #6d5cff;
}

.service-whatsapp:hover {
  color: #d7d2ff;
  transform: translateX(4px);
}

.contact-whatsapp {
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.05);
}

.contact-whatsapp:hover {
  border-color: rgba(109, 92, 255, 0.6);
  background: rgba(255, 255, 255, 0.08);
}

.whatsapp-float {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 60;
  display: flex;
  width: 58px;
  height: 58px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: linear-gradient(135deg, #25d366, #18a94b);
  color: #ffffff;
  font-size: 1.7rem;
  box-shadow: 0 18px 35px rgba(24, 169, 75, 0.3);
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease;
}

.whatsapp-float:hover {
  transform: translateY(-4px) scale(1.03);
  box-shadow: 0 22px 40px rgba(24, 169, 75, 0.36);
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(22px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes floatSoft {
  0%, 100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-10px);
  }
}

@keyframes tabReveal {
  from {
    opacity: 0;
    transform: translateY(18px) scale(0.985);
  }

  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@media (max-width: 640px) {
  .work-shell {
    padding: 1rem;
  }

  .work-feature {
    padding: 1rem;
  }

  .work-feature img {
    height: 15rem;
  }

  .work-feature h3 {
    font-size: 1.9rem;
    line-height: 1.15;
  }

  .work-card {
    padding: 0.85rem;
  }

  .work-card img {
    height: 7.75rem;
  }

  .work-type {
    font-size: 0.64rem;
    letter-spacing: 0.14em;
  }

  .work-card h3 {
    font-size: 1.3rem;
    line-height: 1.2;
  }

  .work-card p {
    font-size: 0.92rem;
    line-height: 1.7;
  }

  .work-link {
    font-size: 0.92rem;
  }

  .whatsapp-float {
    right: 14px;
    bottom: 14px;
    width: 54px;
    height: 54px;
    font-size: 1.55rem;
  }
}
