:root {
  --bg: #ffffff;
  --text: #2e2440;
  --muted: #6d6480;
  --line: rgba(162, 126, 210, 0.22);
  --primary: #b34bd8;
  --secondary: #6b68e8;
  --accent: #ff69b4;
  --soft: #f7f2ff;
  --soft-2: #fff7fc;
  --shadow: 0 20px 55px rgba(124, 84, 189, 0.14);
  --radius-lg: 28px;
  --radius-md: 18px;
  --radius-sm: 999px;
  --container: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: 'Montserrat', sans-serif;
  background: var(--bg);
  color: var(--text);
  line-height: 1.6;
  overflow-x: hidden;
}

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

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

.container {
  width: min(var(--container), calc(100% - 32px));
  margin: 0 auto;
}

.bg-orb {
  position: fixed;
  border-radius: 50%;
  filter: blur(55px);
  opacity: 0.25;
  z-index: -1;
}

.bg-orb-1 {
  width: 260px;
  height: 260px;
  background: #db6aff;
  top: 80px;
  left: -80px;
}

.bg-orb-2 {
  width: 320px;
  height: 320px;
  background: #7d88ff;
  top: 320px;
  right: -100px;
}

.bg-orb-3 {
  width: 260px;
  height: 260px;
  background: #ff7ec4;
  bottom: 60px;
  left: 20%;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  backdrop-filter: blur(12px);
  background: rgba(255, 255, 255, 0.82);
  border-bottom: 1px solid rgba(179, 75, 216, 0.08);
}

.nav-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 78px;
  gap: 16px;
}

.brand {
  font-weight: 800;
  font-size: 1.2rem;
  letter-spacing: 0.02em;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 20px;
  color: var(--muted);
  font-size: 0.95rem;
}

.main-nav a:hover {
  color: var(--primary);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 22px;
  border-radius: var(--radius-sm);
  font-weight: 700;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
  border: 1px solid transparent;
  cursor: pointer;
}

.btn:hover {
  transform: translateY(-2px);
}

.btn-primary {
  background: linear-gradient(135deg, var(--primary), var(--secondary));
  color: #fff;
  box-shadow: 0 14px 30px rgba(131, 88, 211, 0.28);
}

.btn-secondary {
  background: rgba(255, 255, 255, 0.75);
  color: var(--text);
  border-color: rgba(179, 75, 216, 0.18);
}

.hero {
  padding: 80px 0 40px;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 32px;
  align-items: center;
}

.eyebrow {
  display: inline-block;
  padding: 8px 14px;
  background: linear-gradient(135deg, rgba(179, 75, 216, 0.12), rgba(107, 104, 232, 0.12));
  border: 1px solid rgba(179, 75, 216, 0.16);
  border-radius: var(--radius-sm);
  color: var(--primary);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.hero h1,
.section h2 {
  margin: 16px 0 12px;
  line-height: 1.05;
}

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

.hero-text,
.section-text,
.section-head p,
.info-strip p,
.service-card p,
.contact-card p,
.site-footer p {
  color: var(--muted);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin: 28px 0 22px;
}

.hero-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.hero-badges span,
.pill-grid span {
  padding: 10px 16px;
  border-radius: var(--radius-sm);
  border: 1px solid rgba(255, 255, 255, 0.44);
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
}

.glass-card {
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.85), rgba(247, 241, 255, 0.92));
  border: 1px solid rgba(183, 152, 221, 0.22);
  box-shadow: var(--shadow);
  border-radius: var(--radius-lg);
}

.hero-card {
  padding: 28px;
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at top left, rgba(255, 105, 180, 0.22), transparent 30%),
    radial-gradient(circle at right center, rgba(107, 104, 232, 0.18), transparent 28%),
    linear-gradient(135deg, rgba(111, 89, 217, 0.92), rgba(184, 74, 216, 0.9));
  color: #fff;
}

.hero-card::after {
  content: '';
  position: absolute;
  inset: auto -50px -50px auto;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255,255,255,0.22), transparent 65%);
}

.hero-card-top,
.small-label,
.promo-note,
.promo-require {
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-size: 0.85rem;
}

.hero-card h2 {
  font-size: clamp(2rem, 3.5vw, 3.2rem);
  margin: 0 0 16px;
}

.price-line {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 22px;
}

.price-tag {
  display: inline-flex;
  padding: 14px 20px;
  background: rgba(255,255,255,0.12);
  border: 1px solid rgba(255,255,255,0.38);
  border-radius: var(--radius-sm);
  font-weight: 800;
  font-size: 1.5rem;
}

.valuation {
  font-weight: 600;
}

.pill-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.info-strip {
  padding: 10px 0 20px;
}

.info-strip-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.info-strip article {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 22px;
  padding: 22px;
  box-shadow: 0 10px 24px rgba(126, 93, 188, 0.06);
}

.section {
  padding: 82px 0;
}

.alt-section {
  background: linear-gradient(180deg, rgba(248, 242, 255, 0.55), rgba(255, 255, 255, 0));
}

.section-head {
  max-width: 720px;
  margin-bottom: 34px;
}

.section h2 {
  font-size: clamp(2rem, 4vw, 3.4rem);
}

.cards {
  display: grid;
  gap: 22px;
}

.three-up {
  grid-template-columns: repeat(3, 1fr);
}

.service-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 28px;
  padding: 28px;
  box-shadow: 0 14px 30px rgba(125, 86, 194, 0.08);
}

.icon-circle,
.serum-number {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  background: linear-gradient(135deg, rgba(179, 75, 216, 0.16), rgba(107, 104, 232, 0.18));
  color: var(--primary);
  margin-bottom: 18px;
}

.split-grid,
.contact-grid,
.promo-panel {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 28px;
  align-items: center;
}

.serum-list,
.contact-card,
.promo-copy {
  padding: 28px;
}

.serum-item {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 16px 0;
  border-bottom: 1px solid rgba(179, 75, 216, 0.12);
}

.serum-item:last-child {
  border-bottom: 0;
}

.promo-panel {
  align-items: stretch;
}

.promo-copy {
  background:
    radial-gradient(circle at top left, rgba(255, 105, 180, 0.14), transparent 30%),
    radial-gradient(circle at bottom right, rgba(107, 104, 232, 0.12), transparent 30%),
    linear-gradient(180deg, rgba(255,255,255,0.95), rgba(249,243,255,0.95));
}

.promo-price {
  font-size: clamp(2.4rem, 5vw, 4rem);
  font-weight: 800;
  line-height: 1;
  margin-bottom: 8px;
  background: linear-gradient(135deg, var(--primary), var(--secondary));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.large-pills span {
  background: rgba(179, 75, 216, 0.06);
  border: 1px solid rgba(179, 75, 216, 0.16);
}

.promo-image-wrap {
  border-radius: var(--radius-lg);
  overflow: hidden;
  min-height: 100%;
  box-shadow: var(--shadow);
  border: 1px solid rgba(179, 75, 216, 0.18);
}

.promo-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 18px;
}

.site-footer {
  padding: 28px 0 110px;
  border-top: 1px solid rgba(179, 75, 216, 0.1);
}

.footer-wrap {
  display: grid;
  grid-template-columns: 1fr 1.6fr auto;
  gap: 18px;
  align-items: center;
}

.floating-whatsapp {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 60;
  padding: 14px 18px;
  border-radius: 999px;
  background: linear-gradient(135deg, #25d366, #18b858);
  color: #fff;
  font-weight: 800;
  box-shadow: 0 18px 38px rgba(37, 211, 102, 0.28);
}

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

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

@media (max-width: 1024px) {
  .hero-grid,
  .split-grid,
  .contact-grid,
  .promo-panel,
  .three-up,
  .info-strip-grid,
  .footer-wrap {
    grid-template-columns: 1fr;
  }

  .main-nav {
    display: none;
  }

  .desktop-cta {
    display: none;
  }
}

@media (max-width: 680px) {
  .hero {
    padding-top: 52px;
  }

  .nav-wrap {
    min-height: 70px;
  }

  .hero-card,
  .serum-list,
  .contact-card,
  .promo-copy,
  .service-card,
  .info-strip article {
    padding: 22px;
  }

  .price-line {
    flex-direction: column;
    align-items: flex-start;
  }

  .hero-actions,
  .contact-actions {
    flex-direction: column;
  }

  .btn {
    width: 100%;
  }

  .floating-whatsapp {
    right: 14px;
    left: 14px;
    bottom: 14px;
    text-align: center;
  }
}
