.beauty-theme {
  --theme-page: #181614;
  --theme-surface: #151311;
  --theme-text: #fbf7ef;
  --theme-muted: rgba(251, 247, 239, 0.68);
  --theme-accent: #c9a76a;
  --theme-accent-dark: #9b7b42;
  --theme-line: rgba(201, 167, 106, 0.22);
  font-family: "Inter", Arial, sans-serif;
}

.beauty-theme .smart-card {
  border-color: rgba(201, 167, 106, 0.38);
  background:
    linear-gradient(180deg, rgba(201, 167, 106, 0.06), transparent 28%),
    #151311;
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.48);
}

.beauty-theme .card-hero {
  padding-top: 44px;
  padding-bottom: 34px;
  color: #fbf7ef;
  background:
    radial-gradient(circle at 50% 0%, rgba(216, 189, 130, 0.18), transparent 36%),
    linear-gradient(145deg, #201c19, #0f0e0d);
}

.beauty-theme .beauty-brand-mark {
  margin: 0 auto 34px;
  display: flex;
  justify-content: center;
}

.beauty-theme .beauty-brand-logo {
  width: min(210px, 68%);
  max-height: 190px;
  height: auto;
  display: block;
  object-fit: contain;
  filter: drop-shadow(0 16px 28px rgba(0, 0, 0, 0.3));
}

.beauty-theme .card-hero h1 {
  color: #fffaf2;
  font-family: "Cormorant Garamond", "Bodoni 72", Georgia, "Times New Roman", serif;
  font-size: clamp(3.35rem, 15vw, 5.25rem);
  font-weight: 300;
  line-height: 0.72;
  letter-spacing: 0.075em;
  text-wrap: balance;
}

.beauty-theme .beauty-title-divider {
  width: min(250px, 68%);
  height: 1px;
  margin: 26px auto 18px;
  display: block;
  background: linear-gradient(90deg, transparent, rgba(216, 189, 130, 0.94), transparent);
}

.beauty-theme .role-title {
  margin: 0;
  color: #e7d5ad;
  font-family: "Cinzel", "Cormorant Garamond", Georgia, serif;
  font-size: 1.16rem;
  font-weight: 400;
  letter-spacing: 0.16em;
  line-height: 1.45;
  text-transform: uppercase;
}

.beauty-theme .subtitle {
  max-width: 28.5rem;
  margin-top: 24px;
  color: rgba(251, 247, 239, 0.72);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.42rem;
  font-weight: 400;
  line-height: 1.58;
}

.beauty-theme .primary-cta {
  color: #171411;
  background: #d8bd82;
  letter-spacing: 0.075em;
  font-family: "Cinzel", "Cormorant Garamond", Georgia, serif;
  font-size: 0.82rem;
  font-weight: 500;
  text-transform: uppercase;
  box-shadow: 0 12px 28px rgba(201, 167, 106, 0.22);
}

.beauty-theme .primary-cta:hover {
  background: #ead8ad;
}

.beauty-theme .content-section h2,
.beauty-theme .qr-section h2,
.beauty-theme .share-section h2 {
  color: #ead8ad;
  font-family: "Cinzel", "Cormorant Garamond", Georgia, serif;
  font-size: 0.98rem;
  font-weight: 400;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  text-align: center;
}

.beauty-theme .pill-list {
  justify-content: center;
}

.beauty-theme .pill-list li {
  border-color: rgba(216, 189, 130, 0.4);
  color: #fbf7ef;
  background: rgba(201, 167, 106, 0.08);
  font-family: "Cinzel", "Cormorant Garamond", Georgia, serif;
  font-size: 0.8rem;
  font-weight: 400;
  letter-spacing: 0.075em;
  cursor: default;
  transition: background 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.beauty-theme .service-chip:hover,
.beauty-theme .service-chip:focus-visible,
.beauty-theme .service-chip:active {
  color: #171411;
  border-color: #d8bd82;
  background: #d8bd82;
}

.beauty-theme .service-chip:active {
  transform: translateY(1px);
}

.beauty-theme .check-list {
  text-align: center;
}

.beauty-theme .check-list li {
  padding-left: 0;
  color: rgba(251, 247, 239, 0.72);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.08rem;
  font-weight: 400;
  line-height: 1.75;
}

.beauty-theme .check-list li::before {
  content: none;
}

.beauty-theme .quick-actions a,
.beauty-theme .share-section button,
.beauty-theme .secondary-cta,
.beauty-theme .commercial-footer a {
  color: #fbf7ef;
  border-color: rgba(216, 189, 130, 0.32);
  background: #191715;
  font-family: "Cinzel", "Cormorant Garamond", Georgia, serif;
  font-size: 0.78rem;
  font-weight: 400;
  letter-spacing: 0.06em;
  transition: background 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.beauty-theme .quick-actions a:hover,
.beauty-theme .quick-actions a:focus-visible,
.beauty-theme .quick-actions a:active,
.beauty-theme .share-section button:hover,
.beauty-theme .share-section button:focus-visible,
.beauty-theme .share-section button:active,
.beauty-theme .secondary-cta:hover,
.beauty-theme .secondary-cta:focus-visible,
.beauty-theme .secondary-cta:active,
.beauty-theme .commercial-footer a:hover,
.beauty-theme .commercial-footer a:focus-visible,
.beauty-theme .commercial-footer a:active {
  color: #171411;
  border-color: #d8bd82;
  background: #d8bd82;
}

.beauty-theme .quick-actions a:active,
.beauty-theme .share-section button:active,
.beauty-theme .secondary-cta:active,
.beauty-theme .commercial-footer a:active {
  transform: translateY(1px);
}

.beauty-theme .qr-section {
  background: #191715;
}

.beauty-theme .qr-section img {
  border: 1px solid rgba(201, 167, 106, 0.35);
  border-radius: 6px;
  background: #f4ead8;
}

.beauty-theme .commercial-footer {
  background: linear-gradient(145deg, #201c19, #100f0e);
  color: #fbf7ef;
}

.beauty-theme .commercial-footer p:first-child {
  color: #ead8ad;
  font-family: "Cinzel", "Cormorant Garamond", Georgia, serif;
  font-size: 0.98rem;
  font-weight: 400;
  letter-spacing: 0.08em;
}

.beauty-theme .commercial-actions {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.beauty-theme .commercial-footer .note {
  margin: 4px 0 0;
  padding: 0;
  color: rgba(251, 247, 239, 0.6);
  border: 0;
  font-family: "Inter", Arial, sans-serif;
  font-size: 0.78rem;
  line-height: 1.45;
}

.beauty-theme .feedback,
.beauty-theme .note {
  font-family: "Inter", Arial, sans-serif;
}

@media (max-width: 380px) {
  .beauty-theme .commercial-actions {
    grid-template-columns: 1fr;
  }

  .beauty-theme .beauty-brand-logo {
    width: min(190px, 76%);
  }

  .beauty-theme .card-hero h1 {
    letter-spacing: 0.055em;
  }
}
