.elementor-9713 .elementor-element.elementor-element-6ed90a5{overflow:hidden;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-e32668d */.landing * {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.landing {
  --bg: #f8f3f6;
  --ink: #1f1a1f;
  --muted: #4b414b;
  --accent: #d91c7d;
  --accent-dark: #b51467;
  --light: #ffffff;
  --soft: #f3e7ee;
  --shadow: 0 20px 45px rgba(31, 26, 31, 0.12);
  --radius: 18px;
}

.landing {
  font-family: system-ui, -apple-system, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  color: var(--ink);
  line-height: 1.6;
  background: transparent;
  border: 0;
  box-shadow: none;
  text-rendering: optimizeLegibility;
}

.landing img {
  max-width: 100%;
  display: block;
}

.landing a {
  text-decoration: none;
  color: inherit;
}

.landing .container {
  width: min(1100px, 92%);
  margin: 0 auto;
}

.landing .hero {
  background: radial-gradient(circle at top, #fff5fb 0%, #f2d8e6 45%, #edd0de 100%);
  padding: 64px 0 80px;
}

.landing .hero .container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 32px;
  align-items: center;
}

.landing .hero__content h1 {
  font-size: clamp(2.2rem, 2vw + 1.6rem, 3.4rem);
  margin-bottom: 16px;
}

.landing .hero__tagline {
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--accent);
  margin-bottom: 12px;
}

.landing .subtitle {
  font-size: 1.1rem;
  color: var(--muted);
  margin-bottom: 24px;
}

.landing .price {
  color: var(--accent);
  font-size: 1.4rem;
}

.landing .badge {
  display: inline-block;
  background: var(--light);
  color: var(--accent);
  padding: 8px 16px;
  border-radius: 999px;
  font-weight: 600;
  margin-bottom: 18px;
}

.landing .cta-group {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 24px;
}

.landing .cta-group--center {
  justify-content: center;
}

.landing .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 24px;
  border-radius: 999px;
  border: 2px solid transparent;
  font-weight: 600;
  transition: all 0.2s ease;
}

.landing .btn--primary {
  background: var(--accent);
  color: var(--light);
  box-shadow: 0 10px 25px rgba(217, 28, 125, 0.3);
}

.landing .btn--primary:hover {
  background: var(--accent-dark);
}

.landing .btn--ghost {
  border-color: var(--accent);
  color: var(--accent);
}

.landing .btn--ghost:hover {
  background: var(--accent);
  color: var(--light);
}

.landing .btn--full {
  width: 100%;
}

.landing .trust {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 12px;
  color: var(--muted);
  font-weight: 600;
}

.landing .hero__card {
  background: var(--light);
  padding: 28px;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.landing .hero__content,
.landing .hero__card,
.landing .section {
  animation: fade-up 0.7s ease both;
}

.landing .hero__card {
  animation-delay: 0.08s;
}

.landing .section:nth-of-type(1) {
  animation-delay: 0.06s;
}

.landing .section:nth-of-type(2) {
  animation-delay: 0.12s;
}

.landing .section:nth-of-type(3) {
  animation-delay: 0.18s;
}

.landing .section:nth-of-type(4) {
  animation-delay: 0.24s;
}

.landing .section:nth-of-type(5) {
  animation-delay: 0.3s;
}

.landing .hero__card ul {
  list-style: none;
  margin: 18px 0;
  display: grid;
  gap: 10px;
}

.landing .hero__card li::before {
  content: "✓";
  color: var(--accent);
  font-weight: 700;
  margin-right: 10px;
}

.landing .price-box {
  background: var(--soft);
  border-radius: 14px;
  padding: 16px;
  text-align: center;
  margin-bottom: 18px;
}

.landing .price-box__old {
  text-decoration: line-through;
  color: var(--muted);
}

.landing .price-box__new {
  font-size: 1.6rem;
  color: var(--accent);
  font-weight: 700;
}

.landing .micro {
  font-size: 0.85rem;
  color: var(--muted);
  margin-top: 10px;
}

.landing .section {
  padding: 70px 0;
}

.landing .section--light {
  background: var(--light);
}

.landing .section--highlight {
  background: #fff0f8;
}

.landing .section--cta {
  background: linear-gradient(135deg, #ffd3ea 0%, #f8b9d8 100%);
  text-align: center;
}

.landing .section--video {
  background: #fff;
}

.landing .video {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 24px;
  align-items: center;
}

.landing .video__frame {
  background: var(--light);
  border-radius: var(--radius);
  padding: 12px;
  box-shadow: var(--shadow);
  aspect-ratio: 16 / 9;
}

.landing .video video {
  width: 100%;
  height: 100%;
  border-radius: 12px;
  display: block;
  object-fit: cover;
}

.landing .section h2 {
  font-size: clamp(1.8rem, 1.2vw + 1.4rem, 2.4rem);
  margin-bottom: 16px;
}

.landing .section__lead {
  color: var(--muted);
  max-width: 720px;
  margin-bottom: 28px;
}

.landing .grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 20px;
}

.landing .grid--two {
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}

.landing .card {
  background: var(--light);
  padding: 22px;
  border-radius: 16px;
  box-shadow: 0 12px 30px rgba(31, 26, 31, 0.08);
}

.landing .card--outline {
  border: 1px solid #f0c7dc;
  box-shadow: none;
}

.landing .card__author {
  display: inline-block;
  margin-top: 12px;
  font-weight: 600;
  color: var(--accent);
}

.landing .chip {
  display: inline-flex;
  margin-top: 12px;
  background: var(--accent);
  color: var(--light);
  padding: 6px 12px;
  border-radius: 999px;
  font-size: 0.85rem;
}

.landing .value {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 20px;
  margin-bottom: 20px;
}

.landing .value__label {
  display: block;
  color: var(--muted);
}

.landing .value__number {
  font-size: 1.8rem;
  font-weight: 700;
}

.landing .value__number--highlight {
  color: var(--accent);
}

.landing .footer {
  background: #1a1419;
  color: #f7e9f1;
  padding: 40px 0;
  font-size: 0.95rem;
}

.landing .footer .container {
  display: grid;
  gap: 8px;
}

.landing .faq {
  display: grid;
  gap: 14px;
}

.landing .faq__item {
  background: var(--light);
  border-radius: 14px;
  border: 1px solid #f0c7dc;
  padding: 14px 16px;
  box-shadow: 0 12px 24px rgba(31, 26, 31, 0.06);
}

.landing .faq__item summary {
  cursor: pointer;
  font-weight: 600;
}

.landing .faq__item p {
  margin-top: 8px;
  color: var(--muted);
}

.landing .faq__item[open] {
  border-color: #e4a8c8;
}

.landing .landing__sticky-cta {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 12px 16px;
  background: rgba(255, 255, 255, 0.96);
  border-top: 1px solid #f0c7dc;
  display: none;
  justify-content: center;
  z-index: 999;
}

@keyframes fade-up {
  from {
    opacity: 0;
    transform: translateY(16px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .landing *,
  .landing *::before,
  .landing *::after {
    animation: none !important;
    transition: none !important;
    scroll-behavior: auto !important;
  }
}

@media (max-width: 640px) {
  .landing {
    padding-bottom: 72px;
  }

  .landing .hero {
    padding: 48px 0 60px;
  }

  .landing .section {
    padding: 48px 0;
  }

  .landing .cta-group {
    flex-direction: column;
  }

  .landing .hero__card {
    padding: 22px;
  }

  .landing .landing__sticky-cta {
    display: flex;
  }
}/* End custom CSS */