/* =========================================================
   Spirituális organikus formák – lótusz, aura, portál
   ========================================================= */

@keyframes spiritMorph {
  0%, 100% { border-radius: 44% 56% 40% 60% / 56% 44% 60% 40%; }
  50% { border-radius: 56% 44% 60% 40% / 44% 56% 40% 60%; }
}

@keyframes spiritPortal {
  0%, 100% { border-radius: 50% 50% 46% 46% / 36% 36% 64% 64%; }
  50% { border-radius: 48% 52% 44% 44% / 40% 40% 60% 60%; }
}

@keyframes spiritOrbit {
  0%, 100% { transform: rotate(0deg) scale(1); opacity: 0.55; }
  50% { transform: rotate(8deg) scale(1.04); opacity: 0.85; }
}

@keyframes spiritGlow {
  0%, 100% { opacity: 0.45; transform: scale(1); }
  50% { opacity: 0.75; transform: scale(1.06); }
}

@keyframes heroBreathe {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.02); }
}

/* ---- HERO: aura + organikus forma ---- */
.page-landing .hero__visual {
  align-items: center;
  justify-content: flex-end;
  padding-bottom: 24px;
}

.page-landing .hero__spirit {
  position: absolute;
  inset: -4% -8% -6% 6%;
  z-index: 0;
  pointer-events: none;
}

.page-landing .hero__spirit-glow {
  position: absolute;
  inset: 10% 5% 5% 5%;
  background:
    radial-gradient(ellipse 70% 65% at 50% 55%, rgba(232, 196, 188, 0.55), transparent 68%),
    radial-gradient(ellipse 45% 40% at 30% 30%, rgba(201, 149, 141, 0.25), transparent 70%);
  border-radius: 50%;
  animation: spiritGlow 7s ease-in-out infinite;
}

.page-landing .hero__spirit-orbit {
  position: absolute;
  left: 50%;
  top: 50%;
  translate: -50% -50%;
  border: 1.5px solid rgba(201, 149, 141, 0.35);
  border-radius: 50%;
  animation: spiritOrbit 10s ease-in-out infinite;
}

.page-landing .hero__spirit-orbit--1 {
  width: 102%;
  height: 100%;
  border-radius: 48% 52% 50% 50% / 52% 48% 52% 48%;
}

.page-landing .hero__spirit-orbit--2 {
  width: 112%;
  height: 108%;
  border-color: rgba(201, 149, 141, 0.18);
  border-radius: 52% 48% 46% 54% / 48% 52% 54% 46%;
  animation-delay: -3s;
  animation-duration: 13s;
}

.page-landing .hero__spirit-lotus {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 88%;
  height: auto;
  translate: -50% -48%;
  color: rgba(201, 149, 141, 0.22);
  animation: lotusFloat 9s ease-in-out infinite;
}

.page-landing .hero__frame {
  position: relative;
  z-index: 3;
  clip-path: none !important;
  -webkit-clip-path: none !important;
  border: none !important;
  border-radius: 44% 56% 40% 60% / 56% 44% 60% 40%;
  animation: none;
  overflow: hidden;
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.55),
    0 0 0 8px rgba(201, 149, 141, 0.22),
    0 32px 70px rgba(80, 45, 40, 0.28) !important;
  filter: none;
  max-width: min(680px, 100%);
  width: 100%;
  margin-left: auto;
  margin-right: 0;
  aspect-ratio: 0.82 / 1;
  background: #e8cfc8;
}

.page-landing .hero__frame img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  margin: 0;
  object-fit: cover;
  object-position: center 20%;
  animation: heroBreathe 5.5s ease-in-out infinite;
  transform-origin: center center;
}

.page-landing .hero__visual:hover .hero__frame img {
  transform: none;
}

/* ---- Képek: spirituális portál / mandala keret ---- */
.page-landing .intro__photo--round,
.page-landing .intro__photo--arch,
.page-landing .portrait-frame,
.page-landing .process__visual,
.page-landing .home-faq__visual {
  clip-path: none !important;
  -webkit-clip-path: none !important;
  border-radius: 50% 50% 46% 46% / 36% 36% 64% 64% !important;
  animation: spiritPortal 16s ease-in-out infinite;
  overflow: hidden;
  box-shadow:
    0 0 0 3px rgba(255, 255, 255, 0.9),
    0 0 0 7px rgba(201, 149, 141, 0.35),
    0 24px 56px rgba(140, 85, 75, 0.22) !important;
}

.page-landing .intro__photo-ring {
  display: block !important;
  border-radius: 50% 50% 46% 46% / 36% 36% 64% 64%;
  animation: spiritPortal 18s ease-in-out infinite reverse;
}

.page-landing .home-faq__visual-ring {
  display: block !important;
  border-radius: 50% 50% 46% 46% / 36% 36% 64% 64%;
  border-color: rgba(201, 149, 141, 0.35);
}

/* ---- Kártyák: lótusz-szirom, nem doboz ---- */
.page-landing .areas__card {
  clip-path: none !important;
  -webkit-clip-path: none !important;
  border-radius: 2.2rem 2.2rem 2.6rem 2.6rem / 1.6rem 1.6rem 2.4rem 2.4rem !important;
  overflow: hidden;
  background: linear-gradient(180deg, #ffffff 0%, #fdf8f5 100%);
  border: 2px solid rgba(201, 149, 141, 0.2) !important;
  position: relative;
}

.page-landing .areas__card::before {
  content: "❀";
  position: absolute;
  top: 10px;
  left: 50%;
  translate: -50% 0;
  font-size: 0.85rem;
  color: rgba(201, 149, 141, 0.45);
  z-index: 2;
  pointer-events: none;
}

.page-landing .areas__card-img {
  clip-path: none !important;
  -webkit-clip-path: none !important;
  border-radius: 50% 50% 38% 38% / 28% 28% 4% 4% !important;
  margin: 14px 18px 0;
  width: calc(100% - 36px);
  overflow: hidden;
  height: 190px !important;
}

.page-landing .areas__card-img img {
  border-radius: inherit;
}

.page-landing .areas__icon {
  margin-top: 4px;
}

/* ---- Panelek: lágy, aszimmetrikus lekerekítés ---- */
.page-landing .intro__feat {
  clip-path: none !important;
  border-radius: 28px 36px 36px 20px !important;
}

.page-landing .intro__card {
  border-radius: 24px 28px 28px 18px !important;
}

.page-landing .process__step {
  clip-path: none !important;
  border-radius: 22px 32px 32px 18px !important;
}

.page-landing .home-faq__item {
  clip-path: none !important;
  border-radius: 20px 28px 28px 20px !important;
}

.page-landing .reviews__card {
  clip-path: none !important;
  border-radius: 32px 28px 32px 28px !important;
}

.page-landing .why__quote--inline {
  clip-path: none !important;
  border-radius: 36px 36px 36px 12px !important;
}

.page-landing .lp-contact__info,
.page-landing .form {
  clip-path: none !important;
  -webkit-clip-path: none !important;
  border-radius: 40px 36px 36px 16px !important;
}

.page-landing .hero__float-card {
  z-index: 20;
}

@media (max-width: 900px) {
  .page-landing .hero__frame {
    max-width: 380px;
  }

  .page-landing .hero__spirit-lotus {
    width: 95%;
  }

  .page-landing .hero__ring {
    display: block;
    opacity: 0.35;
  }
}

@media (prefers-reduced-motion: reduce) {
  .page-landing .hero__frame,
  .page-landing .intro__photo--round,
  .page-landing .portrait-frame,
  .page-landing .process__visual,
  .page-landing .home-faq__visual {
    animation: none !important;
  }

  .page-landing .hero__frame img {
    animation: none !important;
  }

  .page-landing .hero__spirit-glow,
  .page-landing .hero__spirit-orbit,
  .page-landing .hero__spirit-lotus {
    animation: none !important;
  }
}
