/**
 * Theme Beauty v5 — Kurumsal premium görsel cilası (son katman)
 */

/* ─── Global refinements ─── */
body.theme-beauty {
  --b-glow: color-mix(in srgb, var(--brand) 25%, transparent);
  --b-surface: #ffffff;
  --b-elevated: #ffffff;
  --b-muted-bg: #f4f7fb;
  --b-line: rgba(15, 23, 42, 0.06);
  --b-radius-xl: 24px;
  background:
    radial-gradient(ellipse 100% 60% at 50% -20%, color-mix(in srgb, var(--brand) 7%, transparent), transparent 55%),
    linear-gradient(180deg, #f8fafc 0%, #f1f5f9 100%);
  background-attachment: fixed;
}

body.theme-beauty::selection {
  background: color-mix(in srgb, var(--brand) 22%, white);
  color: var(--dark);
}

body.theme-beauty #main-content {
  animation: beautyFadeIn 0.55s cubic-bezier(0.22, 1, 0.36, 1) both;
}

@keyframes beautyFadeIn {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: none; }
}

/* ─── Header ─── */
.theme-beauty .top-bar {
  background: linear-gradient(90deg, var(--dark) 0%, color-mix(in srgb, var(--dark) 85%, var(--brand)) 100%);
  border-bottom: 2px solid color-mix(in srgb, var(--brand) 40%, transparent);
  letter-spacing: 0.01em;
}

.theme-beauty .site-header {
  background: rgba(255, 255, 255, 0.82);
  border-bottom: 1px solid var(--b-line);
  backdrop-filter: blur(18px) saturate(1.2);
  -webkit-backdrop-filter: blur(18px) saturate(1.2);
}

.theme-beauty .site-header.scrolled {
  box-shadow: 0 8px 32px rgba(15, 23, 42, 0.08);
}

.theme-beauty .logo img {
  border-radius: 14px;
  box-shadow: 0 4px 14px rgba(15, 23, 42, 0.12), 0 0 0 3px rgba(255, 255, 255, 0.9);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.theme-beauty .logo:hover img {
  transform: scale(1.04);
  box-shadow: 0 6px 20px var(--b-glow), 0 0 0 3px #fff;
}

.theme-beauty .logo strong {
  font-weight: 800;
  letter-spacing: -0.02em;
}

.theme-beauty .main-nav a {
  position: relative;
  font-weight: 600;
  transition: color 0.2s, background 0.2s;
}

.theme-beauty .main-nav a.active::after {
  content: '';
  position: absolute;
  bottom: 4px;
  left: 50%;
  transform: translateX(-50%);
  width: 18px;
  height: 3px;
  border-radius: 99px;
  background: linear-gradient(90deg, var(--brand-light), var(--brand));
}

.theme-beauty .nav-actions .btn-primary {
  border-radius: 999px;
  padding-left: 1.35rem;
  padding-right: 1.35rem;
  box-shadow: 0 4px 18px var(--b-glow);
}

.theme-beauty .menu-toggle {
  border-radius: 12px;
  border: 1px solid var(--border);
  background: #fff;
  box-shadow: 0 2px 8px rgba(15, 23, 42, 0.06);
}

/* ─── Hero ─── */
.theme-beauty .hero {
  background: linear-gradient(155deg, #0a0f1a 0%, var(--dark) 38%, #1a1208 100%);
  min-height: clamp(520px, 88vh, 720px);
}

.theme-beauty .hero-bg::before {
  background:
    radial-gradient(ellipse 70% 55% at 75% 15%, color-mix(in srgb, var(--brand) 28%, transparent), transparent 58%),
    radial-gradient(ellipse 45% 40% at 8% 85%, color-mix(in srgb, var(--brand-light) 12%, transparent), transparent 50%),
    radial-gradient(circle at 50% 100%, rgba(0, 0, 0, 0.35), transparent 55%);
}

.theme-beauty .hero-mesh {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(at 40% 20%, color-mix(in srgb, var(--brand) 15%, transparent) 0px, transparent 50%),
    radial-gradient(at 80% 0%, rgba(120, 119, 198, 0.12) 0px, transparent 45%),
    radial-gradient(at 0% 50%, color-mix(in srgb, var(--brand-light) 10%, transparent) 0px, transparent 50%);
  opacity: 0.9;
}

.theme-beauty .badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.45rem 1rem 0.45rem 0.65rem;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  font-size: 0.8rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(12px);
  margin-bottom: 1.25rem;
}

.theme-beauty .badge-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #4ade80;
  box-shadow: 0 0 0 0 rgba(74, 222, 128, 0.5);
  animation: beautyPulse 2s ease infinite;
}

@keyframes beautyPulse {
  0%, 100% { box-shadow: 0 0 0 0 rgba(74, 222, 128, 0.45); }
  50% { box-shadow: 0 0 0 6px rgba(74, 222, 128, 0); }
}

.theme-beauty .hero-content h1 {
  font-size: clamp(2rem, 5.5vw, 3.35rem);
  line-height: 1.08;
  letter-spacing: -0.03em;
  margin-bottom: 1.1rem;
}

.theme-beauty .gradient {
  background: linear-gradient(120deg, #fde68a 0%, #fb923c 45%, var(--brand) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(0 2px 12px rgba(251, 146, 60, 0.25));
}

.theme-beauty .hero-desc {
  max-width: 540px;
  font-size: 1.08rem;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.78);
}

.theme-beauty .hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.75rem;
}

.theme-beauty .hero-actions .btn-lg {
  border-radius: 14px;
  padding: 0.95rem 1.65rem;
}

.theme-beauty .stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.85rem;
  margin-top: 2.5rem;
}

.theme-beauty .stat-item {
  padding: 1rem 1.1rem;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  backdrop-filter: blur(10px);
  transition: transform 0.25s, border-color 0.25s, background 0.25s;
}

.theme-beauty .stat-item:hover {
  transform: translateY(-2px);
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.18);
}

.theme-beauty .stat-item strong {
  display: block;
  font-family: var(--display);
  font-size: 1.5rem;
  font-weight: 800;
  color: #fff;
  line-height: 1.1;
}

.theme-beauty .stat-item span {
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.6);
  margin-top: 0.2rem;
  display: block;
}

.theme-beauty .hero-pill {
  padding: 0.4rem 0.85rem;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.9);
}

/* Hero visual cards */
.theme-beauty .hero-float-card {
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 20px;
  backdrop-filter: blur(16px);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.25);
  transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}

.theme-beauty .hero-float-card.main {
  padding: 2rem;
}

.theme-beauty .hero-float-card:hover {
  transform: translateY(-4px);
}

.theme-beauty .hero-icon {
  font-size: 2.5rem;
  margin-bottom: 0.75rem;
}

/* ─── Trust bar ─── */
.theme-beauty .trust-bar {
  background: var(--b-surface);
  border-bottom: 1px solid var(--b-line);
  box-shadow: 0 4px 24px rgba(15, 23, 42, 0.04);
  margin-top: -1px;
  position: relative;
  z-index: 2;
}

.theme-beauty .trust-item {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  font-weight: 600;
  font-size: 0.9rem;
  color: var(--text);
  padding: 0.35rem 0;
}

.theme-beauty .trust-item span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 12px;
  background: var(--brand-soft);
  font-size: 1.15rem;
  flex-shrink: 0;
}

/* ─── Sections ─── */
.theme-beauty .section {
  position: relative;
}

.theme-beauty .section.bg-light,
.theme-beauty .bg-light {
  background:
    linear-gradient(180deg, #f8fafc 0%, #f1f5f9 100%);
}

.theme-beauty .section.bg-subtle {
  background: linear-gradient(180deg, #fff 0%, #f8fafc 100%);
}

.theme-beauty .section-label {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.35rem 0.85rem;
  background: var(--brand-soft);
  border-radius: 999px;
  font-size: 0.7rem;
  letter-spacing: 0.06em;
}

.theme-beauty .section-label::before {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--brand);
}

.theme-beauty .section-head h2 {
  letter-spacing: -0.03em;
}

/* ─── Feature cards ─── */
.theme-beauty .feature-card {
  padding: 1.75rem 1.5rem;
  border-radius: var(--b-radius-xl);
  background: var(--b-elevated);
  border: 1px solid var(--b-line);
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04), 0 8px 24px rgba(15, 23, 42, 0.04);
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.35s, border-color 0.35s;
  position: relative;
  overflow: hidden;
}

.theme-beauty .feature-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--brand-light), var(--brand));
  opacity: 0;
  transition: opacity 0.3s;
}

.theme-beauty .feature-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 40px rgba(15, 23, 42, 0.1);
  border-color: color-mix(in srgb, var(--brand) 20%, var(--border));
}

.theme-beauty .feature-card:hover::before {
  opacity: 1;
}

.theme-beauty .feature-icon {
  width: 52px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  border-radius: 14px;
  background: linear-gradient(135deg, var(--brand-soft), #fff);
  border: 1px solid color-mix(in srgb, var(--brand) 15%, transparent);
  margin-bottom: 1.1rem;
}

.theme-beauty .feature-card h3 {
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
  color: var(--dark);
}

.theme-beauty .feature-card p {
  color: var(--text-muted);
  font-size: 0.9375rem;
  line-height: 1.65;
}

/* ─── Product & article cards ─── */
.theme-beauty .product-card,
.theme-beauty .article-card {
  border-radius: var(--b-radius-xl);
  overflow: hidden;
  background: var(--b-elevated);
  border: 1px solid var(--b-line);
  box-shadow: 0 4px 20px rgba(15, 23, 42, 0.05);
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.35s;
}

.theme-beauty .product-card:hover,
.theme-beauty .article-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 48px rgba(15, 23, 42, 0.12);
}

.theme-beauty .card-img {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16 / 10;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3rem;
}

.theme-beauty .card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}

.theme-beauty .product-card:hover .card-img img {
  transform: scale(1.06);
}

.theme-beauty .card-img.kum {
  background: linear-gradient(135deg, #fef3c7, #fde68a);
}

.theme-beauty .card-img.cimento {
  background: linear-gradient(135deg, #e2e8f0, #cbd5e1);
}

.theme-beauty .card-body {
  padding: 1.25rem 1.35rem 1.35rem;
}

.theme-beauty .tag {
  display: inline-block;
  padding: 0.2rem 0.65rem;
  border-radius: 999px;
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin-bottom: 0.5rem;
}

.theme-beauty .tag.kum {
  background: #fef3c7;
  color: #b45309;
}

.theme-beauty .tag.cimento {
  background: #e2e8f0;
  color: #475569;
}

.theme-beauty .card-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 0.85rem;
  padding-top: 0.85rem;
  border-top: 1px solid var(--b-line);
}

.theme-beauty .card-price {
  font-weight: 800;
  color: var(--brand);
  font-size: 0.95rem;
}

.theme-beauty .card-link {
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--text-muted);
  transition: color 0.2s;
}

.theme-beauty .product-card:hover .card-link {
  color: var(--brand);
}

/* Showcase cards */
.theme-beauty .showcase-card {
  border-radius: 18px;
  padding: 1.35rem;
  border: 1px solid var(--b-line);
  transition: transform 0.3s, box-shadow 0.3s;
}

.theme-beauty .showcase-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 32px rgba(15, 23, 42, 0.08);
}

.theme-beauty .showcase-card.amber { background: linear-gradient(145deg, #fffbeb, #fef3c7); }
.theme-beauty .showcase-card.yellow { background: linear-gradient(145deg, #fefce8, #fef08a); }
.theme-beauty .showcase-card.slate { background: linear-gradient(145deg, #f8fafc, #e2e8f0); }
.theme-beauty .showcase-card.gray { background: linear-gradient(145deg, #f9fafb, #f3f4f6); }

/* About / check list */
.theme-beauty .check-list li {
  padding: 0.5rem 0 0.5rem 1.75rem;
  position: relative;
  font-weight: 500;
}

.theme-beauty .check-list li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: var(--brand);
  font-weight: 800;
}

/* Testimonials */
.theme-beauty .testimonial-card {
  padding: 1.75rem;
  border-radius: var(--b-radius-xl);
  background: var(--b-elevated);
  border: 1px solid var(--b-line);
  position: relative;
  box-shadow: 0 4px 20px rgba(15, 23, 42, 0.04);
}

.theme-beauty .testimonial-card::before {
  content: '"';
  position: absolute;
  top: 0.5rem;
  right: 1.25rem;
  font-size: 4rem;
  line-height: 1;
  font-family: Georgia, serif;
  color: color-mix(in srgb, var(--brand) 12%, transparent);
  pointer-events: none;
}

.theme-beauty .testimonial-stars {
  color: #f59e0b;
  font-size: 0.95rem;
  letter-spacing: 2px;
  margin-bottom: 0.75rem;
}

.theme-beauty .testimonial-card footer {
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid var(--b-line);
}

.theme-beauty .testimonial-card footer strong {
  display: block;
  color: var(--dark);
}

.theme-beauty .testimonial-card footer span {
  font-size: 0.85rem;
  color: var(--text-muted);
}

/* FAQ */
.theme-beauty .faq-item {
  border-radius: 14px;
  border: 1px solid var(--b-line);
  background: #fff;
  margin-bottom: 0.6rem;
  overflow: hidden;
  transition: border-color 0.2s, box-shadow 0.2s;
}

.theme-beauty .faq-item[open] {
  border-color: color-mix(in srgb, var(--brand) 25%, var(--border));
  box-shadow: 0 4px 16px rgba(15, 23, 42, 0.05);
}

.theme-beauty .faq-item summary {
  padding: 1.1rem 1.25rem;
  font-weight: 600;
  cursor: pointer;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.theme-beauty .faq-item summary::-webkit-details-marker {
  display: none;
}

.theme-beauty .faq-item summary::after {
  content: '+';
  font-size: 1.25rem;
  font-weight: 400;
  color: var(--brand);
  transition: transform 0.25s;
  flex-shrink: 0;
}

.theme-beauty .faq-item[open] summary::after {
  transform: rotate(45deg);
}

.theme-beauty .faq-item p {
  padding: 0 1.25rem 1.15rem;
  color: var(--text-muted);
  line-height: 1.7;
}

/* CTA */
.theme-beauty .cta-section {
  background:
    radial-gradient(ellipse 80% 60% at 50% 120%, color-mix(in srgb, var(--brand) 35%, transparent), transparent 55%),
    linear-gradient(145deg, var(--dark) 0%, #1a1208 100%);
  padding: clamp(3.5rem, 6vw, 5rem) 0;
  position: relative;
  overflow: hidden;
}

.theme-beauty .cta-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  opacity: 0.5;
}

.theme-beauty .cta-section h2 {
  color: #fff;
  font-size: clamp(1.75rem, 4vw, 2.5rem);
  position: relative;
}

.theme-beauty .cta-section p {
  color: rgba(255, 255, 255, 0.75);
  max-width: 520px;
  margin: 0.75rem auto 1.5rem;
  position: relative;
}

/* Page hero (inner pages) */
.theme-beauty .page-hero {
  background:
    radial-gradient(ellipse 60% 80% at 100% 0%, color-mix(in srgb, var(--brand) 18%, transparent), transparent 50%),
    linear-gradient(135deg, var(--dark) 0%, color-mix(in srgb, var(--dark) 90%, #1a1208) 100%);
  position: relative;
  overflow: hidden;
}

.theme-beauty .page-hero::after {
  content: '';
  position: absolute;
  bottom: -40%;
  right: -10%;
  width: 50%;
  height: 80%;
  border-radius: 50%;
  background: color-mix(in srgb, var(--brand) 8%, transparent);
  pointer-events: none;
}

.theme-beauty .page-hero .container {
  position: relative;
  z-index: 1;
}

/* Contact */
.theme-beauty .info-card {
  padding: 1.25rem 1.35rem;
  background: #fff;
  border-radius: 16px;
  border: 1px solid var(--b-line);
  border-left: 4px solid var(--brand);
  box-shadow: 0 2px 12px rgba(15, 23, 42, 0.04);
  transition: transform 0.25s, box-shadow 0.25s;
}

.theme-beauty .info-card:hover {
  transform: translateX(4px);
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.07);
}

.theme-beauty .contact-form:not(.success-box) {
  background: #fff;
  border-radius: var(--b-radius-xl);
  border: 1px solid var(--b-line);
  padding: 2rem;
  box-shadow: 0 8px 32px rgba(15, 23, 42, 0.06);
}

.theme-beauty input,
.theme-beauty textarea,
.theme-beauty select {
  border-radius: 12px;
  border: 1.5px solid var(--border);
  transition: border-color 0.2s, box-shadow 0.2s;
}

.theme-beauty input:focus,
.theme-beauty textarea:focus,
.theme-beauty select:focus {
  border-color: var(--brand);
  box-shadow: 0 0 0 4px color-mix(in srgb, var(--brand) 12%, transparent);
}

/* Footer */
.theme-beauty .site-footer {
  background: linear-gradient(180deg, #0c1222 0%, #0a0f1a 100%);
  border-top: none;
  position: relative;
}

.theme-beauty .site-footer::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--brand-light), var(--brand), var(--brand-light));
}

.theme-beauty .footer-brand-wrap img {
  border-radius: 12px;
}

.theme-beauty .footer-area-tags span {
  display: inline-block;
  padding: 0.25rem 0.65rem;
  margin: 0.2rem 0.25rem 0.2rem 0;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 999px;
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.7);
}

.theme-beauty .footer-social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.08);
  transition: background 0.2s, transform 0.2s, border-color 0.2s;
}

.theme-beauty .footer-social a:hover {
  background: color-mix(in srgb, var(--brand) 25%, transparent);
  border-color: color-mix(in srgb, var(--brand) 40%, transparent);
  transform: translateY(-2px);
}

.theme-beauty .footer-social svg {
  width: 18px;
  height: 18px;
}

/* Floating elements */
.theme-beauty .whatsapp-btn {
  border-radius: 50%;
  animation: beautyWaPulse 3s ease infinite;
}

@keyframes beautyWaPulse {
  0%, 100% { box-shadow: 0 4px 20px rgba(37, 211, 102, 0.4); }
  50% { box-shadow: 0 4px 28px rgba(37, 211, 102, 0.65), 0 0 0 8px rgba(37, 211, 102, 0.12); }
}

.theme-beauty .scroll-top {
  border-radius: 14px;
  background: var(--brand);
  color: #fff;
  border: none;
  box-shadow: 0 4px 16px var(--b-glow);
}

.theme-beauty .mobile-cta-bar .btn {
  border-radius: 12px;
  font-weight: 700;
  font-size: 0.78rem;
}

.theme-beauty .mobile-cta-bar .btn-contact,
.theme-beauty .mobile-cta-bar .btn-primary {
  background: linear-gradient(135deg, var(--brand-light), var(--brand));
  color: #fff;
  border: none;
}

.theme-beauty .mobile-cta-bar .btn-call {
  background: #fff;
  border: 1.5px solid var(--border);
  color: var(--text);
}

.theme-beauty .mobile-cta-bar .btn-whatsapp {
  background: #25d366;
  color: #fff;
  border: none;
}

/* Desktop sticky contact */
.theme-beauty .sticky-contact-bar {
  position: fixed;
  bottom: 1.25rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 800;
  display: flex;
  gap: 0.5rem;
  padding: 0.45rem;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid var(--b-line);
  border-radius: 999px;
  box-shadow: 0 8px 32px rgba(15, 23, 42, 0.12);
  backdrop-filter: blur(16px);
}

.theme-beauty .sticky-contact-item {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.55rem 1rem;
  border-radius: 999px;
  font-size: 0.8125rem;
  font-weight: 600;
  transition: background 0.2s, transform 0.2s;
}

.theme-beauty .sticky-contact-item:hover {
  transform: translateY(-1px);
}

.theme-beauty .sticky-call {
  background: var(--brand-soft);
  color: var(--brand-dark);
}

.theme-beauty .sticky-wa {
  background: #dcfce7;
  color: #15803d;
}

.theme-beauty .sticky-form {
  background: linear-gradient(135deg, var(--brand-light), var(--brand));
  color: #fff;
}

.theme-beauty .cookie-banner {
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(16px);
  border-top: 1px solid var(--b-line);
  box-shadow: 0 -8px 32px rgba(15, 23, 42, 0.08);
}

/* Breadcrumbs */
.theme-beauty .breadcrumbs {
  font-size: 0.8125rem;
  padding: 0.75rem 0;
}

.theme-beauty .breadcrumbs a:hover {
  color: var(--brand);
}

/* Blog filters */
.theme-beauty .blog-cat-chip,
.theme-beauty .filter {
  border-radius: 999px;
  font-weight: 600;
  transition: all 0.2s;
}

.theme-beauty .blog-cat-chip.active,
.theme-beauty .filter.active {
  background: var(--brand);
  color: #fff;
  border-color: var(--brand);
}

/* Reveal stagger */
.theme-beauty .reveal.visible .features > *,
.theme-beauty .reveal.visible .grid-3 > * {
  animation: beautyStagger 0.55s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.theme-beauty .reveal.visible .features > *:nth-child(1),
.theme-beauty .reveal.visible .grid-3 > *:nth-child(1) { animation-delay: 0.05s; }
.theme-beauty .reveal.visible .features > *:nth-child(2),
.theme-beauty .reveal.visible .grid-3 > *:nth-child(2) { animation-delay: 0.1s; }
.theme-beauty .reveal.visible .features > *:nth-child(3),
.theme-beauty .reveal.visible .grid-3 > *:nth-child(3) { animation-delay: 0.15s; }
.theme-beauty .reveal.visible .features > *:nth-child(4),
.theme-beauty .reveal.visible .grid-3 > *:nth-child(4) { animation-delay: 0.2s; }

@keyframes beautyStagger {
  from { opacity: 0; transform: translateY(16px); }
  to { opacity: 1; transform: none; }
}

/* Buttons global polish */
.theme-beauty .btn {
  border-radius: 12px;
  font-weight: 600;
  letter-spacing: -0.01em;
}

.theme-beauty .btn-primary {
  background: linear-gradient(135deg, var(--brand-light) 0%, var(--brand) 100%);
  box-shadow: 0 4px 16px var(--b-glow);
}

.theme-beauty .btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 28px var(--b-glow);
}

/* Local SEO block */
.theme-beauty .local-seo-aside {
  border-radius: var(--b-radius-xl);
  border: 1px solid var(--b-line);
  box-shadow: 0 8px 32px rgba(15, 23, 42, 0.06);
}

/* ─── Mobile ─── */
@media (max-width: 991px) {
  .theme-beauty .stats {
    grid-template-columns: repeat(2, 1fr);
  }

  .theme-beauty .hero-content h1 {
    font-size: clamp(1.85rem, 7vw, 2.5rem);
  }

  .theme-beauty .feature-card {
    padding: 1.5rem 1.25rem;
  }
}

@media (max-width: 479px) {
  .theme-beauty .stats {
    grid-template-columns: 1fr 1fr;
    gap: 0.6rem;
  }

  .theme-beauty .stat-item {
    padding: 0.85rem;
  }

  .theme-beauty .stat-item strong {
    font-size: 1.25rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .theme-beauty #main-content,
  .theme-beauty .reveal.visible .features > *,
  .theme-beauty .reveal.visible .grid-3 > *,
  .theme-beauty .badge-dot,
  .theme-beauty .whatsapp-btn {
    animation: none !important;
  }
}
