/* Page-specific styles from plushie.ai/. */

.form-ask .w-form-done,
.form-ask .w-form-fail {
  display: none !important;
}

.cards-stack {
  position: sticky;
  top: 0;
  height: 100vh;
  overflow: visible;
}

.cards-stack .second-heading_wrapper {
  margin-top: 2rem;
  margin-bottom: 3rem;
  position: relative;
  z-index: 10;
}
.cards-stack .card {
  max-width: 100%;
  will-change: transform;
}

.custom-divider-hand {
  border-radius: 5.625rem;
  border: 1px solid #d0b4ff;

  opacity: 0.66;
  background: linear-gradient(274deg, #a57bf1 2.37%, #8553e4 57.12%, #a57bf1 105.93%);

  box-shadow:
    0 16px 30px 4px rgba(152, 107, 236, 0.3),
    0 0 0 2px rgba(255, 255, 255, 0.2),
    0 0 0 2px rgba(202, 171, 255, 0.64),
    0 0 9.931px 4.966px rgba(255, 255, 255, 0.64) inset;
}

.hero-heading-title {
  border: 2px solid var(--Opacity-Base-stroke-2, rgba(255, 255, 255, 0.2));
  background: var(--Background-main-background, #fff);
}
.image-button-arrow {
  /* orange-bt-fx */
  box-shadow:
    0 16px 30px 4px rgba(255, 191, 0, 0.2),
    0 0 0 2px rgba(245, 143, 0, 0.2),
    0 0 0 2px rgba(255, 178, 84, 0.64),
    0 0 9.931px 4.966px rgba(255, 255, 255, 0.64) inset;
}

/* parent where the rings live */
.rings-wrap {
  position: relative;
  overflow: hidden;
}

/* common */
.circle-radial_first,
.circle-radial_second {
  position: absolute;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  pointer-events: none;
}

/* outer ring */
.circle-radial_first {
  border: 2px solid rgba(248, 248, 248, 100);
  opacity: 1;
  -webkit-mask-image: linear-gradient(210deg, rgba(0, 0, 0, 0) 52.28%, rgba(0, 0, 0, 1) 88.83%);
  mask-image: linear-gradient(210deg, rgba(0, 0, 0, 0) 52.28%, rgba(0, 0, 0, 1) 88.83%);
}

/* inner ring */
.circle-radial_second {
  border: 2px solid rgba(248, 248, 248, 100);
  opacity: 1;
  -webkit-mask-image: linear-gradient(210deg, rgba(0, 0, 0, 0) 52.28%, rgba(0, 0, 0, 1) 88.83%);
  mask-image: linear-gradient(210deg, rgba(0, 0, 0, 0) 52.28%, rgba(0, 0, 0, 1) 88.83%);
}

.container-bg.second {
  background: linear-gradient(
    4deg,
    var(--Brand-colors-Accent-purple-medium, #8554e4) 3.07%,
    var(--Brand-colors-Accent-purple-light, #cfb8ff) 301.42%
  );
}

.svg-wrap {
  display: inline-block;
  width: fit-content;
  height: fit-content;
}

.svg-wrap svg {
  display: block;
}

.product-card_item.orange {
  background: var(
    --gradient-light-orange,
    linear-gradient(132deg, var(--Orange-3, #fbc7a6) 0%, var(--Orange-2, #f48b51) 73.66%)
  );
  box-shadow:
    0 20px 20px 0 rgba(255, 208, 182, 0.6),
    0 4px 20px 0 rgba(255, 255, 255, 0.6) inset;
}

.product-card_item.violet {
  background: var(
    --gradient-light-purple,
    linear-gradient(132deg, var(--Purple-3, #cfb8ff) 0%, var(--Purple-2, #8554e4) 73.66%)
  );
  box-shadow:
    0 20px 20px 0 rgba(195, 169, 251, 0.6),
    0 4px 20px 0 rgba(255, 255, 255, 0.6) inset;
}

.product-card_item.blue {
  background: var(
    --gradient-light-blue,
    linear-gradient(132deg, var(--Blue-3, #e3f1ff) 0%, var(--Blue-2, #74afef) 73.66%)
  );
  box-shadow:
    0 20px 20px 0 rgba(212, 232, 253, 0.6),
    0 4px 20px 0 rgba(255, 255, 255, 0.6) inset;
}

@keyframes scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-100% - 1rem));
  }
}

.scroll {
  animation: scroll 10s linear infinite;
}

.reverse {
  animation-direction: reverse;
}

.marquee-image {
  -webkit-transform: translateZ(0);
}

.card {
  box-shadow: 0 4px 20px 0 rgba(255, 255, 255, 0.6) inset;
  border-radius: 1.5rem;
  border: 2px solid rgba(255, 255, 255, 0.4);
}
.button-main_icon.form-button.w-button {
  width: 2.5rem;
  display: flex;
  height: 2.5rem;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

html {
  font-size: calc(-0.000020811654526609047rem + 1.1111342351716962vw);
}
@media screen and (max-width: 1440px) {
  html {
    font-size: calc(-0.000020811654526609047rem + 1.1111342351716964vw);
  }
}
@media screen and (max-width: 479px) {
  html {
    font-size: calc(0.00007512019230748734rem + 4.266346153846155vw);
  }
}
@media screen and (max-width: 375px) {
  html {
    font-size: calc(-0.00267379679144385rem + 4.27807486631016vw);
  }
}

@media screen and (min-width: 1440px) {
  html {
    font-size: calc(-0.000020811654526609047rem + 1.05vw);
  }
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smooth: never;
}

.text-color-dark_purple {
  background: linear-gradient(132deg, var(--Purple-2, #8554e4) 0%, var(--Purple-1, #4f3582) 73.66%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

/* control SVG size in rem */
.noise-rem {
  width: 8rem;
  height: auto;
  display: block;
}

/* keep stroke widths visually constant while scaling */
.noise-rem * {
  vector-effect: non-scaling-stroke;
}

@media only screen and (max-width: 450px) {
  .noise-rem {
    width: 5rem;
  }
}

/* layout: cards stretch to equal height */
.pl-grid {
  display: flex;
  gap: 1.25rem;
  align-items: stretch;
  align-self: stretch;
}

/* card base */
.pl-card {
  display: flex;
  flex-direction: column;
  /* gap here is between image and the text section (bottom) */
  gap: 1rem;
  padding: 1rem;
  width: 100%;
  border-radius: 1rem;
  border: 2px solid rgba(255, 255, 255, 0.2);
  background: linear-gradient(132deg, var(--white, #fff) 0%, var(--gray, #efefef) 73.66%);
  box-shadow:
    0 -8px 20px rgba(0, 0, 0, 0.04) inset,
    0 8px 20px rgba(255, 255, 255, 0.6) inset;
  transition: box-shadow 0.3s ease;
}

/* base: keep 3 shadows (outer is transparent) */
.pl-card {
  box-shadow:
    0 16px 24px 0 rgba(104, 52, 192, 0),
    /* outer (transparent at rest) */ 0 -8px 20px 0 rgba(0, 0, 0, 0.04) inset,
    /* inner */ 0 8px 20px 0 rgba(255, 255, 255, 0.6) inset; /* inner */
  transition: box-shadow 300ms ease; /* easing works now */
}

/* hover on pointer devices */
@media (hover: hover) {
  .pl-card:hover {
    box-shadow:
      0 16px 24px 0 rgba(104, 52, 192, 0.4),
      /* outer (fade in) */ 0 -8px 20px 0 rgba(0, 0, 0, 0.04) inset,
      0 8px 20px 0 rgba(255, 255, 255, 0.6) inset;
  }
}

/* keyboard/touch focus */
.pl-card:focus-within {
  box-shadow:
    0 16px 24px 0 rgba(104, 52, 192, 0.4),
    0 -8px 20px 0 rgba(0, 0, 0, 0.04) inset,
    0 8px 20px 0 rgba(255, 255, 255, 0.6) inset;
  outline: none;
}

/* image */
.pl-card__img {
  width: auto;
  height: 16.31rem;
  object-fit: cover;
  border-radius: 1rem;
}

/* new wrappers */
.pl-card__bottom {
  /* wraps body (title+excerpt) and footer; also sticks footer to the bottom */
  display: flex;
  flex-direction: column;
  gap: 1rem; /* spacing between body and footer */
  flex: 1 1 auto;
}

.pl-card__body {
  /* wraps title + excerpt */
  display: flex;
  flex-direction: column;
  gap: 0.5rem; /* spacing between title and excerpt */
}

/* title: max 2 lines */
.pl-card__title {
  font-family: Gluten;
  font-size: 1.5rem;
  line-height: 120%;
  letter-spacing: -0.06rem;
  font-weight: 400;
  background: var(
    --gradient-dark-purple,
    linear-gradient(132deg, var(--Purple-2, #8554e4) 0%, var(--Purple-1, #4f3582) 73.66%)
  );
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 0;

  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

/* excerpt: exactly 3 lines */
.pl-card__excerpt {
  color: var(--Text-Secondary-dark-text, rgba(29, 9, 67, 0.7));
  font-family: Gluten;
  font-size: 1.125rem;
  line-height: 150%;
  letter-spacing: -0.045rem;
  margin: 0;

  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

/* footer row */
.pl-card__footer {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* read-time text */
.pl-card__meta {
  color: var(--Text-Secondary-dark-text, rgba(29, 9, 67, 0.7));
  font-family: Gluten;
  font-size: 0.875rem;
  line-height: 150%;
  letter-spacing: -0.035rem;
}

/* CTA button (inherits your .button-main styles) */
.pl-card__btn {
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5.625rem; /* follow your button shape */
}

/* lock fonts inside the blog feed */
.pl-grid {
  font-family:
    Gluten,
    ui-sans-serif,
    system-ui,
    -apple-system,
    'Segoe UI',
    Roboto,
    'Helvetica Neue',
    Arial,
    sans-serif;
}

.pl-card .pl-card__title {
  font-family: Gluten, Inter, Arial, sans-serif !important;
  font-weight: 400 !important;
  font-size: 1.5rem !important;
  line-height: 120% !important;
  letter-spacing: -0.06rem !important;
}

.pl-card .pl-card__excerpt,
.pl-card .pl-card__meta {
  font-family:
    Gluten,
    ui-sans-serif,
    system-ui,
    -apple-system,
    'Segoe UI',
    Roboto,
    'Helvetica Neue',
    Arial,
    sans-serif !important;
}

/* avoid heading defaults leaking in (margins, weights, etc.) */
.pl-card h1,
.pl-card h2,
.pl-card h3,
.pl-card h4,
.pl-card h5,
.pl-card h6 {
  margin: 0 !important;
  font-weight: inherit !important;
}

/* --- mobile adaptation --- */
@media (max-width: 768px) {
  .pl-grid {
    flex-direction: column;
    gap: 1.5rem;
  }

  .pl-card {
    width: 100%;
    padding: 1rem;
  }

  .pl-card__img {
    width: 100%;
    height: auto;
    aspect-ratio: 151 / 87;
    object-fit: cover;
    border-radius: 1rem;
  }

  /* on mobile the title uses plain color as in the Figma spec */
  .pl-card__title {
    background: none;
    -webkit-background-clip: unset;
    -webkit-text-fill-color: unset;
    color: var(--Text-Secondary-dark-text, rgba(29, 9, 67, 0.7));
  }

  /* spacing already handled by wrappers:
       .pl-card__body gap = .5rem, .pl-card__bottom gap = 1rem */
}
