.elementor-60 .elementor-element.elementor-element-8cfe46a{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}:root{--page-title-display:none;}/* Start custom CSS *//* =========================
   HERO
========================= */

.pw-hero {
  position: relative;
  width: 100%;
  min-height: 90vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  padding: 2.5rem 0 5rem;
  background:
    linear-gradient(to bottom, var(--pw-midnight), #2A2F55, var(--pw-midnight));
}

.pw-hero-dust {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}

.pw-hero-decor {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
  z-index: 2;
}

.pw-hero-orbit {
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 100%;
  transform-origin: center;
}

.pw-hero-orbit-1 {
  width: 800px;
  height: 300px;
  transform: translate(-50%, -50%) rotate(12deg);
  border: 1px solid rgba(168, 184, 255, 0.2);
}

.pw-hero-orbit-2 {
  width: 1000px;
  height: 400px;
  transform: translate(-50%, -50%) rotate(-6deg);
  border: 1px solid rgba(205, 183, 255, 0.1);
}

.pw-hero-star {
  position: absolute;
  border-radius: 999px;
}

.pw-hero-star-1 {
  top: 15%;
  left: 10%;
  width: 8px;
  height: 8px;
  background: var(--pw-butter);
  box-shadow: var(--pw-shadow-glow-butter);
}

.pw-hero-star-2 {
  top: 25%;
  right: 15%;
  width: 12px;
  height: 12px;
  background: var(--pw-soft-pink);
  box-shadow: var(--pw-shadow-glow-pink);
}

.pw-hero-star-3 {
  bottom: 20%;
  left: 20%;
  width: 8px;
  height: 8px;
  background: var(--pw-periwinkle);
  box-shadow: var(--pw-shadow-glow-periwinkle);
}

.pw-hero-star-4 {
  top: 40%;
  right: 30%;
  width: 6px;
  height: 6px;
  background: #ffffff;
}

.pw-hero-planet {
  position: absolute;
  border-radius: 999px;
}

.pw-hero-planet-1 {
  top: 20%;
  right: 10%;
  width: 64px;
  height: 64px;
  opacity: 0.8;
  background: linear-gradient(to bottom right, var(--pw-lavender), var(--pw-periwinkle));
  box-shadow: var(--pw-shadow-glow-lavender);
}

.pw-hero-planet-ring {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 140%;
  height: 16px;
  border-top: 4px solid rgba(255, 255, 255, 0.4);
  border-bottom: 4px solid rgba(255, 255, 255, 0.4);
  border-radius: 100%;
  transform: translate(-50%, -50%) rotate(12deg);
}

.pw-hero-planet-2 {
  bottom: 15%;
  left: 10%;
  width: 40px;
  height: 40px;
  opacity: 0.9;
  background: linear-gradient(to top right, var(--pw-soft-pink), var(--pw-butter));
  box-shadow: var(--pw-shadow-glow-pink);
}

.pw-hero-container {
  position: relative;
  z-index: 10;
  width: 100%;
}

.pw-hero-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: center;
}

.pw-hero-content {
  order: 1;
  text-align: left;
}

.pw-hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.7rem 1rem;
  margin-bottom: 1.5rem;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.pw-hero-badge-star {
  color: var(--pw-butter);
  line-height: 1;
}

.pw-hero-badge-text {
  color: var(--pw-cream);
  font-size: 0.82rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.pw-hero-title {
  margin-bottom: 1.5rem;
  color: #ffffff;
  font-size: clamp(3rem, 7vw, 5.25rem);
  line-height: 1.1;
  font-weight: 700;
}

.pw-hero-title-highlight {
  position: relative;
  display: inline-block;
  color: var(--pw-butter);
}

.pw-hero-title-burst {
  position: absolute;
  top: -1.5rem;
  right: -2rem;
  width: 40px;
  height: 40px;
  color: var(--pw-butter);
}

.pw-hero-title-burst svg {
  width: 100%;
  height: 100%;
  display: block;
}

.pw-hero-text {
  max-width: 42rem;
  margin: 0 0 2.5rem;
  color: var(--pw-periwinkle);
  font-size: clamp(1.1rem, 2vw, 1.3rem);
  line-height: 1.7;
}

.pw-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  align-items: center;
}

.pw-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.95rem 1.8rem;
  border-radius: 999px;
  border: 2px solid transparent;
  text-decoration: none;
  font-family: var(--pw-font-heading);
  font-weight: 600;
  transition:
    transform 0.3s ease,
    background 0.3s ease,
    color 0.3s ease,
    border-color 0.3s ease,
    box-shadow 0.3s ease;
}

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

.pw-btn-lg {
  padding: 1rem 2rem;
  font-size: 1.05rem;
}

.pw-btn-primary {
  background: var(--pw-butter);
  color: var(--pw-midnight);
}

.pw-btn-primary:hover {
  background: #ffffff;
  box-shadow: var(--pw-shadow-glow-butter);
}

.pw-btn-outline-light {
  background: transparent;
  border-color: var(--pw-periwinkle);
  color: #ffffff;
}

.pw-btn-outline-light:hover {
  background: var(--pw-periwinkle);
  color: var(--pw-midnight);
}

.pw-hero-visual {
  order: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 400px;
}

.pw-hero-dog-wrap {
  position: relative;
  width: 100%;
  max-width: 32rem;
}

.pw-hero-dog-glow {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16rem;
  height: 16rem;
  border-radius: 999px;
  transform: translate(-50%, -50%);
  background: rgba(168, 184, 255, 0.3);
  filter: blur(48px);
}

.pw-hero-dog-svg {
  position: relative;
  z-index: 10;
  width: 100%;
  height: auto;
  filter: drop-shadow(0 25px 40px rgba(0, 0, 0, 0.25));
}

@media (max-width: 991px) {
  .pw-hero {
    padding: 2rem 0 4rem;
  }

  .pw-hero-grid {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }

  .pw-hero-content {
    order: 2;
    text-align: center;
  }

  .pw-hero-text {
    margin-left: auto;
    margin-right: auto;
  }

  .pw-hero-actions {
    justify-content: center;
  }

  .pw-hero-visual {
    order: 1;
    min-height: 360px;
  }
}

@media (max-width: 767px) {
  .pw-hero {
    min-height: auto;
    padding: 2rem 0 4rem;
  }

  .pw-hero-orbit-1 {
    width: 520px;
    height: 220px;
  }

  .pw-hero-orbit-2 {
    width: 680px;
    height: 280px;
  }

  .pw-hero-title-burst {
    top: -1rem;
    right: -1.2rem;
    width: 30px;
    height: 30px;
  }

  .pw-hero-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .pw-hero-actions .pw-btn {
    width: 100%;
  }

  .pw-hero-visual {
    min-height: 300px;
  }

  .pw-hero-dog-wrap {
    max-width: 24rem;
  }
}/* End custom CSS */