/*! tailwindcss v4.2.1 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --spacing: 0.25rem;
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .invisible {
    visibility: hidden;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .sticky {
    position: sticky;
  }
  .start {
    inset-inline-start: var(--spacing);
  }
  .end {
    inset-inline-end: var(--spacing);
  }
  .isolate {
    isolation: isolate;
  }
  .block {
    display: block;
  }
  .hidden {
    display: none;
  }
  .table {
    display: table;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
}
:root {
  --yellow: #ffdd28;
  --ink: #20203d;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 108px;
}
body {
  margin: 0;
  color: white;
  background: #9b7dea;
  font-family: "Quicksand", sans-serif;
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}
a {
  color: inherit;
  text-decoration: none;
}
::selection {
  background: #4c38a8;
  color: #fff;
  text-shadow: none;
}
.hero__content ::selection {
  background: var(--yellow);
  color: var(--ink);
  text-shadow: none;
}
.headline-star,
.headline-spark,
.day-star,
.day-spark,
.day-symbol,
.plans__star,
.day-fold__heart {
  user-select: none;
}
.page {
  overflow: hidden;
}
.hero {
  position: relative;
  min-height: 100svh;
  overflow: hidden;
  isolation: isolate;
  background: radial-gradient(circle at 75% 42%, #b49afa 0%, transparent 44%),
    radial-gradient(circle at 16% 80%, #c8b6fa 0%, transparent 32%),
    linear-gradient(135deg, #9374e2 0%, #aa8df1 55%, #a98aec 100%);
}
.hero__art {
  position: absolute;
  z-index: -3;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: scale(.88);
  transform-origin: right bottom;
  -webkit-mask-image: linear-gradient(to right, transparent 0%, #000 18%, #000 100%),
    linear-gradient(to bottom, transparent 0%, #000 8%, #000 100%);
  -webkit-mask-composite: source-in;
  mask-image: linear-gradient(to right, transparent 0%, #000 18%, #000 100%),
    linear-gradient(to bottom, transparent 0%, #000 8%, #000 100%);
  mask-composite: intersect;
}
.hero__wash {
  position: absolute;
  z-index: -2;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(112, 82, 198, .34) 0%,
    rgba(118, 87, 203, .16) 28%,
    rgba(126, 94, 209, 0) 55%
  );
}
.hero__seal {
  position: absolute;
  z-index: 7;
  top: clamp(150px, 26vh, 320px);
  right: clamp(28px, 7.5vw, 150px);
  display: grid;
  place-items: center;
  width: clamp(92px, 9.5vw, 134px);
  aspect-ratio: 1;
  transform: rotate(-9deg);
  filter: drop-shadow(0 12px 24px rgba(48,28,110,.3));
}
.hero__seal-shape {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.hero__seal-burst {
  fill: var(--yellow);
  stroke: #e9c01f;
  stroke-width: .8;
}
.hero__seal-ring {
  display: none;
}
.hero__seal-text {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1px;
  color: var(--ink);
  font-weight: 800;
  font-size: clamp(10px, .98vw, 15px);
  line-height: 1.05;
  text-transform: uppercase;
  letter-spacing: .04em;
}
.hero__seal-paw {
  display: block;
  color: var(--ink);
}
.hero__seal-paw svg {
  display: block;
  width: clamp(26px, 2.6vw, 38px);
  height: auto;
  transform: rotate(6deg);
}
.nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 50;
  height: 94px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 max(4.5vw, calc((100vw - 1440px) / 2));
  border-bottom: 1px solid rgba(255,255,255,.22);
  background: rgba(104,76,196,0);
  animation: nav-solidify linear both;
  animation-timeline: scroll(root);
  animation-range: 60px 200px;
}
@keyframes nav-solidify {
  to {
    background: rgba(120,94,216,.72);
    -webkit-backdrop-filter: saturate(1.4) blur(16px);
    backdrop-filter: saturate(1.4) blur(16px);
    box-shadow: 0 4px 20px rgba(38,18,88,.14);
  }
}
.nav__right {
  display: flex;
  align-items: center;
  gap: clamp(22px, 3vw, 46px);
}
picture {
  display: contents;
}
.brand {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 3px;
  width: fit-content;
}
.nav .brand {
  align-items: center;
}
.brandname {
  font-weight: 700;
}
.brand__word {
  display: inline-block;
  color: #fff;
  font-size: 23px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: -.03em;
}
.brand__by {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  margin-left: 3px;
  font-size: 8px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.brand__logo {
  display: block;
  height: 38px;
  width: auto;
}
.brand__by img {
  width: 48px;
  filter: brightness(0) invert(1);
}
.nav__links {
  display: flex;
  gap: 34px;
  font-size: 13.5px;
  font-weight: 600;
}
.nav__links a {
  opacity: .9;
  transition: opacity .2s;
}
.nav__links a:hover {
  opacity: 1;
}
.nav__cta {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 13px 24px;
  border-radius: 100px;
  font-size: 13.5px;
  font-weight: 800;
  color: #fff;
  background: #4c38a8;
  box-shadow: 0 6px 18px rgba(38,18,88,.32);
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.nav__cta:hover {
  transform: translateY(-1px);
  background: #573fb8;
  box-shadow: 0 10px 24px rgba(38,18,88,.4);
}
.nav__cta span {
  transition: transform .2s ease;
}
.nav__cta:hover span {
  transform: translateX(4px);
}
.hero__content {
  width: min(1440px, calc(100% - 9vw));
  min-height: calc(100svh - 94px);
  margin: auto;
  padding: clamp(118px, 15vh, 176px) 0 110px 3vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: 670px;
  margin-left: max(2vw, calc((100vw - 1440px) / 2 + 2vw));
  margin-right: auto;
  text-align: center;
  transform: translateY(34px);
}
.hero__tag {
  display: inline-flex;
  align-items: center;
  margin-bottom: 20px;
  padding: 8px 16px;
  color: var(--ink);
  background: var(--yellow);
  border-radius: 100px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .01em;
  box-shadow: 0 8px 20px rgba(75,44,146,.2);
  transform: rotate(-3deg);
}
h1 {
  position: relative;
  width: fit-content;
  max-width: 680px;
  margin: 0;
  font-family: "Rum Raisin", sans-serif;
  font-size: clamp(64px, 4.8vw, 88px);
  line-height: .86;
  font-weight: 400;
  letter-spacing: -.012em;
  text-shadow: 0 4px 22px rgba(75, 48, 145, .12);
}
.headline-spark {
  position: absolute;
  color: var(--yellow);
  line-height: 1;
  text-shadow: 0 2px 10px rgba(120,80,20,.3);
}
.headline-spark--1 {
  top: -.18em;
  right: -.34em;
  font-size: .3em;
}
.headline-spark--2 {
  bottom: .12em;
  left: -.4em;
  font-size: .2em;
  opacity: .85;
}
.hero__headline {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  color: white;
}
.headline-line {
  display: flex;
  align-items: center;
  white-space: nowrap;
}
.headline-line--best {
  gap: 13px;
}
.headline-star {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: .68em;
  line-height: 1;
  transform: translateY(1px);
}
.hero__content > p {
  max-width: 500px;
  margin: 22px 0 0;
  color: #fff;
  font-size: 16.5px;
  line-height: 1.55;
  font-weight: 500;
  text-align: center;
  text-wrap: balance;
}
.actions {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 34px;
}
.actions {
  position: relative;
}
.primary {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  gap: 11px;
  padding: 18px 42px;
  color: #fff;
  background: #4c38a8;
  border-radius: 100px;
  font-size: 16px;
  font-weight: 800;
  box-shadow: 0 12px 30px rgba(48,28,110,.34);
  transition: box-shadow .22s ease, background .22s ease;
  animation: cta-glow 2.8s ease-in-out infinite;
}
.primary__arrow {
  position: relative;
  display: inline-block;
  transition: transform .22s ease;
}
.primary:hover {
  background: #573fb8;
}
.primary:hover .primary__arrow {
  transform: translateX(5px);
}
@keyframes cta-glow {
  0%, 100% {
    box-shadow: 0 12px 30px rgba(48,28,110,.34), 0 0 0 0 rgba(124,92,224,.42);
  }
  70% {
    box-shadow: 0 12px 30px rgba(48,28,110,.34), 0 0 0 13px rgba(124,92,224,0);
  }
}
@media (prefers-reduced-motion: reduce) {
  .primary {
    animation: none;
  }
}
@keyframes hero-rise {
  from {
    opacity: 0;
    transform: translateY(22px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes hero-tag-in {
  from {
    opacity: 0;
    transform: translateY(22px) rotate(-3deg);
  }
  to {
    opacity: 1;
    transform: translateY(0) rotate(-3deg);
  }
}
@keyframes hero-seal-pop {
  from {
    opacity: 0;
    transform: rotate(-9deg) scale(.35);
  }
  to {
    opacity: 1;
    transform: rotate(-9deg) scale(1);
  }
}
@keyframes hero-spark-in {
  from {
    opacity: 0;
    transform: scale(.3);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.hero__tag {
  animation: hero-tag-in .6s cubic-bezier(.22,.9,.3,1) both;
  animation-delay: .1s;
}
.headline-line {
  animation: hero-rise .7s cubic-bezier(.22,.9,.3,1) both;
}
.headline-line:nth-child(1) {
  animation-delay: .22s;
}
.headline-line:nth-child(2) {
  animation-delay: .34s;
}
.headline-line:nth-child(3) {
  animation-delay: .46s;
}
.headline-spark {
  animation: hero-spark-in .5s cubic-bezier(.34,1.56,.64,1) both;
  animation-delay: .7s;
}
.hero__content > p {
  animation: hero-rise .7s cubic-bezier(.22,.9,.3,1) both;
  animation-delay: .6s;
}
.actions {
  animation: hero-rise .7s cubic-bezier(.22,.9,.3,1) both;
  animation-delay: .74s;
}
.hero__seal {
  animation: hero-seal-pop .55s cubic-bezier(.34,1.56,.64,1) both;
  animation-delay: .92s;
}
@media (prefers-reduced-motion: reduce) {
  .hero__tag, .headline-line, .headline-spark,
  .hero__content > p, .actions, .hero__seal {
    animation: none;
  }
}
.care-strip {
  position: absolute;
  z-index: 6;
  isolation: isolate;
  left: 0;
  right: 0;
  bottom: 0;
  min-height: 126px;
  padding: 23px max(3vw, calc((100vw - 1180px) / 2)) 0;
  display: grid;
  grid-template-columns: repeat(4, max-content);
  justify-content: center;
  align-items: center;
  gap: 0;
  color: var(--ink);
  background: linear-gradient(90deg, #fff8db 0%, #f5e380 48%, #fff8db 100%);
  clip-path: polygon(
    0% 24%,
    4% 20%,
    8% 16%,
    12% 12%,
    16% 9%,
    20% 7%,
    24% 6%,
    28% 6%,
    32% 7%,
    36% 9%,
    40% 12%,
    44% 15%,
    48% 17%,
    52% 18%,
    56% 17%,
    60% 15%,
    64% 12%,
    68% 10%,
    72% 9%,
    76% 10%,
    80% 13%,
    84% 16%,
    88% 18%,
    92% 19%,
    96% 18%,
    100% 15%,
    100% 100%,
    0% 100%
  );
}
.care-item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 11px;
  min-height: 42px;
  padding: 0 18px;
  text-align: left;
}
.care-item + .care-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  bottom: 8px;
  width: 1px;
  background: rgba(49,95,143,.2);
}
.care-copy {
  display: flex;
  flex-direction: column;
  gap: 2px;
  text-align: left;
  white-space: nowrap;
}
.care-copy strong {
  font-size: clamp(13px, 1vw, 15px);
  line-height: 1.2;
  font-weight: 800;
  color: #2c2452;
  letter-spacing: -.01em;
}
.care-copy small {
  color: rgba(32,32,61,.6);
  font-size: clamp(10px, .72vw, 11px);
  line-height: 1.3;
  font-weight: 600;
}
.care-icon {
  display: grid;
  place-items: center;
  flex: 0 0 32px;
  width: 32px;
  height: 32px;
  color: #3a5f97;
}
.care-icon svg {
  display: block;
  width: 24px;
  height: 24px;
}
.community {
  background: #fdf9ef;
  padding: clamp(48px, 5.5vw, 104px) clamp(16px, 5vw, 64px) clamp(56px, 6vw, 116px);
  text-align: center;
}
.community__head {
  width: min(640px, 100%);
  margin: 0 auto clamp(28px, 3.4vw, 56px);
}
.community__handle {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #7a53d1;
  font-size: clamp(12px, 1vw, 15px);
  font-weight: 700;
}
.community__handle svg {
  width: 20px;
  height: 20px;
}
.community__head h2 {
  margin: clamp(8px, 1vw, 16px) 0 0;
  color: #4c38a8;
  font-family: "Rum Raisin", sans-serif;
  font-size: clamp(28px, 3vw, 52px);
  line-height: 1.02;
  font-weight: 400;
}
.community__head p {
  margin: clamp(8px, .9vw, 14px) 0 0;
  color: #6b6285;
  font-size: clamp(13px, 1.05vw, 17px);
  font-weight: 600;
}
.community__grid {
  columns: 4;
  column-gap: clamp(10px, 1.2vw, 18px);
  width: 100%;
  margin: 0 auto;
  padding: clamp(12px, 2vw, 30px) clamp(10px, 2.4vw, 40px) 0;
}
.ig {
  break-inside: avoid;
  margin: 0 0 clamp(10px, 1.2vw, 18px);
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  border: clamp(4px, .5vw, 7px) solid #fff;
  box-shadow: 0 14px 28px rgba(80,52,140,.2);
  transition: transform .3s cubic-bezier(.22,.9,.3,1), box-shadow .3s;
}
.ig img {
  display: block;
  width: 100%;
  height: auto;
}
.ig:hover {
  transform: rotate(0deg) scale(1.04);
  box-shadow: 0 26px 48px rgba(80,52,140,.3);
  z-index: 3;
}
.ig:nth-child(1) {
  transform: rotate(-3deg);
}
.ig:nth-child(2) {
  transform: rotate(2.5deg);
  margin-top: clamp(16px, 3vw, 46px);
}
.ig:nth-child(3) {
  transform: rotate(-1.5deg);
}
.ig:nth-child(4) {
  transform: rotate(3.5deg);
  margin-top: clamp(8px, 1.6vw, 26px);
}
.ig:nth-child(5) {
  transform: rotate(-4deg);
  margin-top: clamp(10px, 2vw, 32px);
}
.ig:nth-child(6) {
  transform: rotate(2deg);
}
.ig:nth-child(7) {
  transform: rotate(-2.5deg);
  margin-top: clamp(6px, 1.4vw, 22px);
}
.ig:nth-child(8) {
  transform: rotate(3deg);
}
.community__cta {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  margin-top: clamp(30px, 3.5vw, 56px);
  padding: 16px 40px;
  color: #fff;
  background: #4c38a8;
  border-radius: 100px;
  font-size: clamp(14px, 1vw, 16px);
  font-weight: 800;
  box-shadow: 0 12px 30px rgba(48,28,110,.3);
  transition: background .2s;
}
.community__cta:hover {
  background: #573fb8;
}
.community__cta:hover .primary__arrow {
  transform: translateX(5px);
}
@media (max-width: 1000px) {
  .community__grid {
    columns: 3;
  }
}
@media (max-width: 620px) {
  .community__grid {
    columns: 2;
    padding-left: 12px;
    padding-right: 12px;
  }
}
.day-fold {
  position: relative;
  color: #2f2464;
  background: #fdf9ef;
}
.day-fold__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: clamp(48px, 5.2vw, 104px) 20px clamp(24px, 2.6vw, 48px);
  color: #4c38a8;
  text-align: center;
}
.day-fold__header h2 {
  display: flex;
  align-items: center;
  gap: clamp(10px, 1.2vw, 22px);
  margin: 0;
  font-family: "Rum Raisin", sans-serif;
  font-size: clamp(26px, 2.6vw, 50px);
  line-height: 1.05;
  font-weight: 400;
}
.day-fold__star {
  align-self: flex-start;
  color: #ecc054;
  transform: rotate(-14deg) translateY(-.2em);
}
.day-fold__star svg {
  display: block;
  width: .62em;
  height: .62em;
  stroke-width: 1.6;
}
.day-fold__sub {
  margin: clamp(8px, .9vw, 16px) 0 0;
  color: #6b6285;
  font-size: clamp(11px, .95vw, 16px);
  font-weight: 600;
}
.day-fold__heart {
  color: #e98bb0;
  font-size: .92em;
  vertical-align: middle;
}
.day-panels {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: clamp(12px, 1.5vw, 22px);
  margin: 0 clamp(16px, 4vw, 56px);
}
.panel-wave {
  position: absolute;
  z-index: 4;
  top: -1px;
  left: 0;
  width: 100%;
  height: clamp(38px, 5vw, 74px);
  pointer-events: none;
}
.panel-wave__flow {
  stroke-dasharray: 16 984;
  opacity: .85;
  animation: wave-flow 3.2s linear infinite;
}
.day-panel--noon .panel-wave__flow {
  animation-delay: .5s;
}
.day-panel--night .panel-wave__flow {
  animation-delay: 1s;
}
@keyframes wave-flow {
  from {
    stroke-dashoffset: 0;
  }
  to {
    stroke-dashoffset: -1000;
  }
}
.day-star {
  transform-box: fill-box;
  transform-origin: center;
  animation: star-twinkle 2.6s ease-in-out infinite;
}
.day-star--2 {
  animation-delay: .55s;
}
.day-star--3 {
  animation-delay: 1.1s;
}
@keyframes star-twinkle {
  0%, 100% {
    transform: scale(1);
    opacity: .85;
  }
  50% {
    transform: scale(1.32);
    opacity: 1;
  }
}
.day-panel {
  position: relative;
  min-height: clamp(460px, 44vw, 680px);
  padding: clamp(30px, 3.2vw, 52px) clamp(22px, 2.6vw, 46px) 0;
  overflow: hidden;
  border-radius: clamp(16px, 1.8vw, 26px);
  box-shadow: 0 14px 34px rgba(88,58,140,.12),
    inset 0 1px 0 rgba(255,255,255,.55);
  transition: transform .34s cubic-bezier(.22,.9,.3,1), box-shadow .34s ease;
  animation: panel-reveal linear both;
  animation-timeline: view();
  animation-range: entry 2% cover 20%;
}
.day-panel:hover {
  transform: translateY(-10px);
  box-shadow: 0 30px 58px rgba(88,58,140,.22),
    0 0 34px -6px var(--accent),
    inset 0 1px 0 rgba(255,255,255,.55);
}
.panel-wave {
  display: none;
}
.day-symbol {
  transition: transform .35s cubic-bezier(.34,1.56,.64,1);
  transform-origin: center;
}
.day-panel:hover .day-symbol {
  transform: scale(1.22) rotate(-8deg);
}
.day-spark {
  position: absolute;
  z-index: 2;
  color: var(--accent);
  line-height: 1;
  pointer-events: none;
  animation: spark-twinkle 2.8s ease-in-out infinite;
}
.day-spark--a {
  top: 9%;
  right: 12%;
  font-size: clamp(13px, 1.15vw, 22px);
}
.day-spark--b {
  top: 20%;
  right: 27%;
  font-size: clamp(8px, .7vw, 13px);
  animation-delay: .9s;
}
@keyframes spark-twinkle {
  0%, 100% {
    transform: scale(.82);
    opacity: .35;
  }
  50% {
    transform: scale(1.12);
    opacity: .8;
  }
}
.day-more {
  position: absolute;
  z-index: 3;
  left: clamp(22px, 2.6vw, 46px);
  bottom: clamp(20px, 2.2vw, 34px);
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 11px 20px;
  border-radius: 100px;
  background: var(--accent);
  color: #fff;
  font-size: clamp(11px, .82vw, 14px);
  font-weight: 750;
  opacity: 0;
  transform: translateY(14px);
  transition: opacity .32s ease, transform .32s ease;
}
.day-panel:hover .day-more {
  opacity: 1;
  transform: translateY(0);
}
.day-more span {
  transition: transform .2s;
}
.day-more:hover span {
  transform: translateX(3px);
}
.day-panel--noon {
  animation-range: entry 9% cover 27%;
}
.day-panel--night {
  animation-range: entry 16% cover 34%;
}
.day-panel__dog {
  transform-origin: center bottom;
  transition: transform .35s cubic-bezier(.22,.9,.3,1);
}
.day-panel:hover .day-panel__dog {
  transform: scale(1.05);
}
@keyframes panel-reveal {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.day-panel--morning {
  --accent: #e0a52a;
  background: linear-gradient(180deg, #fdefb8 0%, #fff8de 100%);
}
.day-panel--noon {
  --accent: #de6f9c;
  background: linear-gradient(180deg, #fcd9e3 0%, #fef0f4 100%);
}
.day-panel--night {
  --accent: #3f97a3;
  background: linear-gradient(180deg, #cfeeef 0%, #eafafa 100%);
}
.day-shape {
  position: absolute;
  pointer-events: none;
}
.day-shape--ring {
  aspect-ratio: 1;
  border-radius: 50%;
}
.day-shape--glow {
  width: clamp(130px, 15vw, 280px);
  aspect-ratio: 1;
  background: radial-gradient(circle, rgba(255,255,255,.55) 0%, transparent 65%);
}
.day-shape--ring-a {
  top: 11%;
  right: 13%;
  width: clamp(44px, 4.4vw, 82px);
  border: 2.5px solid rgba(207,154,29,.22);
}
.day-shape--dot-a {
  top: 24%;
  right: 8%;
  width: clamp(7px, .7vw, 12px);
  aspect-ratio: 1;
  border-radius: 50%;
  background: rgba(207,154,29,.28);
}
.day-shape--glow-a {
  top: 26%;
  right: -4%;
}
.day-shape--ring-b {
  bottom: 26%;
  left: 7%;
  width: clamp(34px, 3.4vw, 64px);
  border: 2.5px solid rgba(209,111,150,.24);
}
.day-shape--dot-b {
  top: 18%;
  left: 12%;
  width: clamp(6px, .6vw, 10px);
  aspect-ratio: 1;
  border-radius: 50%;
  background: rgba(209,111,150,.3);
}
.day-shape--glow-b {
  top: 16%;
  left: -5%;
}
.day-shape--ring-c {
  top: 13%;
  left: 42%;
  width: clamp(38px, 3.8vw, 70px);
  border: 2.5px solid rgba(63,142,160,.22);
}
.day-shape--dot-c {
  top: 46%;
  left: 8%;
  width: clamp(6px, .65vw, 11px);
  aspect-ratio: 1;
  border-radius: 50%;
  background: rgba(255,255,255,.6);
}
.day-shape--glow-c {
  top: 22%;
  right: 4%;
}
.day-symbol {
  display: block;
  width: fit-content;
  color: #edb93d;
  font-size: clamp(22px, 2vw, 34px);
  line-height: 1;
  margin-bottom: clamp(10px, 1.1vw, 20px);
}
.day-symbol--pink {
  color: #e084a8;
}
.day-symbol--moon {
  color: #47a3b3;
}
.day-time {
  display: block;
  color: #3f3a55;
  font-size: clamp(10px, .85vw, 14px);
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.day-panel h3 {
  margin: clamp(8px, .8vw, 14px) 0 0;
  max-width: 12em;
  color: #322a5e;
  font-family: "Rum Raisin", sans-serif;
  font-size: clamp(23px, 2.2vw, 38px);
  line-height: 1.08;
  font-weight: 400;
}
.day-panel ul {
  display: flex;
  flex-direction: column;
  gap: clamp(10px, 1vw, 18px);
  margin: clamp(16px, 1.7vw, 30px) 0 0;
  padding: 0;
  list-style: none;
}
.day-panel li {
  display: flex;
  align-items: flex-start;
  gap: 11px;
  color: #453a60;
  font-size: clamp(11px, .92vw, 15px);
  font-weight: 600;
}
.day-panel li > span {
  flex: 0 0 auto;
  margin-top: -.1em;
}
.day-panel li > span svg {
  display: block;
  width: clamp(15px, 1.3vw, 21px);
  height: clamp(15px, 1.3vw, 21px);
}
.day-panel--morning li > span {
  color: #cf9a1d;
}
.day-panel--noon li > span {
  color: #d16f96;
}
.day-panel--night li > span {
  color: #3f8ea0;
}
.day-panel__desc {
  margin: clamp(8px, .8vw, 14px) 0 0;
  max-width: 14em;
  color: #514769;
  font-size: clamp(11px, .88vw, 14px);
  line-height: 1.45;
  font-weight: 550;
}
.day-panel ul.day-panel__list {
  gap: clamp(8px, .8vw, 13px);
  margin-top: clamp(14px, 1.4vw, 24px);
  max-width: 62%;
}
.day-panel ul.day-panel__list li {
  align-items: center;
}
.day-check {
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  width: clamp(15px, 1.3vw, 19px);
  height: clamp(15px, 1.3vw, 19px);
  border-radius: 50%;
  color: #fff;
}
.day-check svg {
  width: 62%;
  height: 62%;
}
.day-panel--morning .day-check {
  background: #d9a52a;
}
.day-panel--noon .day-check {
  background: #d67d9e;
}
.day-panel--night .day-check {
  background: #45a0ad;
}
.day-panel__dog {
  position: absolute;
  bottom: 0;
  filter: drop-shadow(0 12px 16px rgba(90,60,140,.22));
}
@media (prefers-reduced-motion: reduce) {
  .day-panel {
    animation: none;
    opacity: 1;
  }
  .day-panel__dog {
    animation: none;
  }
  .panel-wave__flow {
    display: none;
  }
  .day-star, .day-spark {
    animation: none;
  }
}
.day-panel--morning .day-panel__dog {
  right: -6%;
  width: 58%;
}
.day-panel__bowl {
  display: none;
}
.day-panel--noon .day-panel__dog {
  right: -5%;
  width: 60%;
}
.day-panel--night .day-panel__dog {
  right: -26%;
  bottom: 0;
  width: 92%;
}
.day-sparkle {
  position: absolute;
  color: #fff;
  font-size: clamp(12px, 1.1vw, 20px);
  text-shadow: 0 1px 6px rgba(120,90,190,.25);
}
.day-sparkle--a {
  left: 38%;
  top: 17%;
}
.day-sparkle--b {
  right: 11%;
  top: 13%;
  color: #f4c3d4;
}
.day-sparkle--c {
  left: 14%;
  top: 52%;
}
.day-sparkle--d {
  right: 9%;
  top: 18%;
  font-size: .7em;
}
.day-sparkle--e {
  right: 22%;
  top: 34%;
  color: #ecc75e;
  font-size: 1.25em;
}
.day-sparkle--f {
  left: 12%;
  top: 62%;
  font-size: .65em;
  opacity: .9;
}
.day-sparkle--g {
  left: 16%;
  top: 58%;
  color: rgba(255,255,255,.85);
  font-size: 1.1em;
}
.day-sparkle--h {
  right: 17%;
  top: 44%;
  color: rgba(255,255,255,.65);
  font-size: .6em;
}
.day-sparkle--i {
  left: 40%;
  top: 30%;
  color: #9fd8e2;
  font-size: .8em;
}
.parent-care {
  background: #fdf9ef;
  padding: clamp(48px, 5.2vw, 104px) clamp(16px, 4vw, 56px) clamp(56px, 6vw, 116px);
}
.parent-care__intro {
  text-align: center;
  margin-bottom: clamp(22px, 2.4vw, 42px);
}
.parent-care__intro h2 {
  margin: 0;
  color: #4c38a8;
  font-family: "Rum Raisin", sans-serif;
  font-size: clamp(24px, 2.4vw, 46px);
  line-height: 1.05;
  font-weight: 400;
}
.parent-care__intro p {
  margin: 10px 0 0;
  color: #6b6285;
  font-size: clamp(11px, .95vw, 16px);
  font-weight: 600;
}
.parent-care__stats {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: clamp(16px, 3vw, 56px);
  margin: 0 auto;
}
.pstat {
  display: flex;
  flex-direction: column;
  gap: 4px;
  text-align: center;
  padding: 0 clamp(6px, 1vw, 18px);
}
.pstat + .pstat {
  border-left: 1.5px solid rgba(76,56,168,.14);
  padding-left: clamp(16px, 3vw, 56px);
}
.pstat strong {
  color: #4c38a8;
  font-family: "Rum Raisin", sans-serif;
  font-size: clamp(26px, 2.6vw, 48px);
  line-height: 1;
  font-weight: 400;
}
.pstat small {
  color: #6b6285;
  font-size: clamp(10px, .82vw, 14px);
  font-weight: 650;
}
.parent-care__points {
  list-style: none;
  margin: clamp(28px, 3.2vw, 60px) auto 0;
  padding: 0;
  width: min(760px, 100%);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(14px, 1.6vw, 26px) clamp(16px, 2.4vw, 40px);
}
.parent-care__points li {
  display: flex;
  align-items: center;
  gap: 11px;
  color: #33304a;
  font-size: clamp(12px, .92vw, 15px);
  font-weight: 650;
}
.parent-care .day-check {
  background: #de6f9c;
}
.why {
  background: linear-gradient(180deg, #f1eafb 0%, #e9dff8 100%);
  padding: clamp(40px, 4.2vw, 80px) 20px clamp(40px, 4.2vw, 80px);
}
.why__header {
  color: #4c38a8;
  text-align: center;
}
.why__header h2 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(10px, 1.1vw, 20px);
  margin: 0;
  font-family: "Rum Raisin", sans-serif;
  font-size: clamp(24px, 2.3vw, 44px);
  line-height: 1.05;
  font-weight: 400;
}
.why__hearts {
  align-self: flex-start;
  color: #ef9cbb;
  font-size: .5em;
  transform: rotate(-12deg) translateY(-.25em);
}
.why__hearts i {
  font-style: normal;
  margin-left: 2px;
  color: #f5bfd3;
  font-size: .72em;
}
.why__header p {
  margin: clamp(8px, .9vw, 16px) 0 0;
  color: #6b6285;
  font-size: clamp(11px, .95vw, 16px);
  font-weight: 600;
}
.why__steps {
  display: flex;
  align-items: stretch;
  width: fit-content;
  max-width: 100%;
  margin: 0 auto;
  padding: clamp(14px, 1.5vw, 26px) clamp(10px, 1.2vw, 22px);
  background: rgba(255,255,255,.8);
  border-radius: 100px;
  box-shadow: 0 10px 30px rgba(120,90,190,.09);
}
.why-step {
  display: flex;
  align-items: center;
  gap: clamp(8px, .9vw, 14px);
  padding: 0 clamp(14px, 2vw, 38px);
}
.why-step + .why-step {
  border-left: 1.5px dashed rgba(76,56,168,.22);
}
.why-step__icon {
  display: grid;
  place-items: center;
  width: clamp(36px, 3.4vw, 56px);
  aspect-ratio: 1;
  border-radius: 50%;
}
.why-step__icon svg {
  width: 50%;
  height: 50%;
}
.why-step__icon--lilac {
  background: #e8dffa;
  color: #7b5ad2;
}
.why-step__icon--butter {
  background: #fcf0cb;
  color: #cf9a1d;
}
.why-step__icon--mint {
  background: #cfe9e1;
  color: #3f8e77;
}
.why-step__icon--rose {
  background: #fadee6;
  color: #d16f96;
}
.why-step__num {
  color: #4c38a8;
  font-size: clamp(15px, 1.3vw, 23px);
  font-weight: 700;
}
.why-step__label {
  color: #3b3160;
  font-size: clamp(10px, .84vw, 14px);
  line-height: 1.35;
  font-weight: 650;
  text-align: left;
}
.trust {
  background: #fdf9ef;
  padding-top: clamp(22px, 2.4vw, 44px);
  padding-bottom: clamp(26px, 3vw, 56px);
}
.trust__strip {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  background: linear-gradient(90deg, #fce9ef 0%, #fbdce6 55%, #f9d3e0 100%);
}
.trust__dogs {
  display: block;
  height: clamp(180px, 18vw, 340px);
  width: auto;
  align-self: end;
  padding: clamp(8px, 1vw, 18px) 0 0 clamp(10px, 1.6vw, 34px);
  filter: drop-shadow(0 10px 16px rgba(150,80,120,.18));
}
.trust__content {
  padding: clamp(16px, 1.8vw, 32px) clamp(16px, 2vw, 40px);
}
.trust__content h2 {
  position: relative;
  width: fit-content;
  margin: 0 auto;
  color: #4c38a8;
  font-family: "Rum Raisin", sans-serif;
  font-size: clamp(21px, 2vw, 38px);
  line-height: 1.1;
  font-weight: 400;
}
.trust__heart {
  margin-left: 12px;
  color: #cdb6f0;
  font-size: .55em;
  vertical-align: middle;
}
.trust__heart--small {
  margin-left: 4px;
  color: #b99ae8;
  font-size: .4em;
}
.trust__figures {
  display: flex;
  align-items: stretch;
  justify-content: center;
  margin-top: clamp(14px, 1.6vw, 30px);
}
.trust__figure {
  display: flex;
  flex-direction: column;
  gap: 3px;
  padding-right: clamp(18px, 2.2vw, 42px);
}
.trust__figure + .trust__figure {
  padding-left: clamp(18px, 2.2vw, 42px);
  border-left: 1.5px solid rgba(76,56,168,.16);
}
.trust__figure strong {
  color: #35286d;
  font-size: clamp(19px, 1.9vw, 34px);
  font-weight: 700;
  line-height: 1.1;
}
.trust__figure small {
  color: #6b6285;
  font-size: clamp(10px, .85vw, 14px);
  font-weight: 600;
}
.vtest {
  background: #fdf9ef;
  padding: clamp(8px, 1.2vw, 24px) 0 clamp(56px, 6vw, 116px);
}
.vtest__header {
  color: #4c38a8;
  text-align: center;
}
.vtest__header h2 {
  margin: 0;
  font-family: "Rum Raisin", sans-serif;
  font-size: clamp(24px, 2.4vw, 46px);
  line-height: 1.05;
  font-weight: 400;
}
.vtest__header p {
  margin: clamp(8px, .9vw, 16px) 0 0;
  color: #6b6285;
  font-size: clamp(11px, .95vw, 16px);
  font-weight: 600;
}
.vtest__track {
  display: flex;
  align-items: flex-start;
  gap: clamp(16px, 1.9vw, 32px);
  overflow-x: auto;
  scroll-snap-type: x proximity;
  margin: 0 clamp(16px, 4vw, 56px);
  padding-bottom: 8px;
  scrollbar-width: none;
}
.vtest__track::-webkit-scrollbar {
  display: none;
}
.vtest-card {
  flex: 0 0 auto;
  scroll-snap-align: start;
  margin: 0;
}
.vtest-card--portrait {
  width: clamp(196px, 21vw, 262px);
}
.vtest-card--wide {
  width: clamp(300px, 33vw, 420px);
}
.vtest-card--circle {
  width: clamp(224px, 24vw, 296px);
}
.vtest-card__thumb {
  position: relative;
  display: grid;
  place-items: center;
  width: 100%;
  padding: 0;
  border: none;
  overflow: hidden;
  cursor: pointer;
  box-shadow: 0 14px 34px rgba(88,58,140,.14);
  transition: transform .3s cubic-bezier(.22,.9,.3,1), box-shadow .3s ease;
}
.vtest-card--portrait .vtest-card__thumb {
  aspect-ratio: 3 / 4;
  border-radius: clamp(18px, 1.8vw, 28px);
}
.vtest-card--wide .vtest-card__thumb {
  aspect-ratio: 16 / 11;
  border-radius: clamp(18px, 1.8vw, 28px);
}
.vtest-card--circle .vtest-card__thumb {
  aspect-ratio: 1;
  border-radius: 50%;
}
.vtest-card__thumb--butter {
  background: linear-gradient(155deg, #fdefb8, #f6d878);
}
.vtest-card__thumb--rose {
  background: linear-gradient(155deg, #fcd9e3, #f2b0c9);
}
.vtest-card__thumb--aqua {
  background: linear-gradient(155deg, #cfeeef, #9fd7df);
}
.vtest-card__thumb:hover {
  transform: translateY(-6px);
  box-shadow: 0 26px 48px rgba(88,58,140,.24);
}
.vtest-card__thumb::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 50% 46%, rgba(255,255,255,.55), transparent 56%);
  pointer-events: none;
}
.vtest-card__thumb::after {
  content: "✦";
  position: absolute;
  top: 13%;
  right: 14%;
  color: rgba(255,255,255,.7);
  font-size: clamp(13px, 1.3vw, 22px);
  pointer-events: none;
}
.vtest-card__play {
  position: relative;
  z-index: 2;
  display: grid;
  place-items: center;
  width: clamp(48px, 4.6vw, 70px);
  aspect-ratio: 1;
  border-radius: 50%;
  background: rgba(255,255,255,.92);
  box-shadow: 0 10px 24px rgba(48,28,110,.24);
  transition: transform .25s ease;
}
.vtest-card__thumb:hover .vtest-card__play {
  transform: scale(1.12);
}
.vtest-card__play svg {
  width: 42%;
  height: 42%;
  margin-left: 3px;
  fill: #4c38a8;
}
.vtest-card__time {
  position: absolute;
  z-index: 2;
  right: 10px;
  bottom: 10px;
  padding: 3px 9px;
  border-radius: 100px;
  background: rgba(32,32,61,.68);
  color: #fff;
  font-size: clamp(9px, .72vw, 12px);
  font-weight: 700;
}
.vtest-card figcaption {
  padding: clamp(10px, 1.1vw, 16px) 4px 0;
}
.vtest-card--circle figcaption {
  text-align: center;
  padding-left: 8px;
  padding-right: 8px;
}
.vtest-card__quote {
  margin: 0;
  color: #2c2452;
  font-size: clamp(12px, .96vw, 16px);
  line-height: 1.4;
  font-weight: 700;
  letter-spacing: -.005em;
}
.vtest-card__by {
  display: block;
  margin-top: clamp(6px, .7vw, 11px);
  color: #6b6285;
  font-size: clamp(9px, .78vw, 13px);
  font-weight: 600;
}
@media (max-width: 900px) {
  .vtest-card--portrait {
    width: 200px;
  }
  .vtest-card--wide {
    width: 300px;
  }
  .vtest-card--circle {
    width: 230px;
  }
}
.plans {
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
  aspect-ratio: 1916 / 821;
  background: linear-gradient(105deg, rgba(116,84,214,.78) 0%, rgba(138,104,230,.42) 40%, rgba(150,120,235,0) 64%),
    #a98aec url("/plans-bg.png") center / cover no-repeat;
  background: linear-gradient(105deg, rgba(116,84,214,.78) 0%, rgba(138,104,230,.42) 40%, rgba(150,120,235,0) 64%),
    #a98aec image-set(
      url("/opt/plans-bg-1916.avif") type("image/avif"),
      url("/opt/plans-bg-1916.webp") type("image/webp")
    ) center / cover no-repeat;
}
.plans__art {
  position: absolute;
  z-index: 2;
  right: 2%;
  bottom: 0;
  width: 43%;
  max-width: 780px;
  height: auto;
  filter: drop-shadow(0 22px 34px rgba(60,35,120,.34));
  pointer-events: none;
}
.plans-wave {
  position: absolute;
  z-index: 3;
  top: -1px;
  left: 0;
  width: 100%;
  height: clamp(36px, 4.4vw, 74px);
  pointer-events: none;
}
.plans__content {
  position: relative;
  z-index: 3;
  width: min(720px, 58%);
  padding: clamp(28px, 4vw, 72px) clamp(20px, 5vw, 90px);
  margin-left: clamp(16px, 4vw, 110px);
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  transform: translateY(clamp(-20px, -1.6vw, 0px));
}
.plans__title {
  margin: 0;
  font-family: "Rum Raisin", sans-serif;
  font-size: clamp(38px, 4.1vw, 72px);
  line-height: .98;
  font-weight: 400;
  text-shadow: 0 4px 22px rgba(50,30,110,.3);
}
.plans__star {
  font-size: .74em;
  line-height: 1;
  white-space: nowrap;
}
.plans__lead {
  margin: clamp(12px, 1.3vw, 22px) 0 0;
  max-width: 26em;
  color: rgba(255,255,255,.92);
  font-size: clamp(12px, 1vw, 17px);
  line-height: 1.55;
  font-weight: 550;
}
.plans__tiers {
  display: flex;
  flex-wrap: nowrap;
  gap: clamp(8px, .9vw, 14px);
  width: 100%;
  margin: clamp(20px, 2.2vw, 38px) 0 0;
}
.ptier {
  position: relative;
  display: flex;
  align-items: center;
  gap: 9px;
  flex: 1 1 0;
  min-width: 0;
  padding: clamp(10px, .9vw, 15px) clamp(11px, 1vw, 16px);
  border-radius: clamp(14px, 1.2vw, 20px);
  background: #fff;
  box-shadow: 0 12px 28px rgba(48,28,110,.18);
}
.ptier__icon {
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  width: clamp(34px, 3vw, 42px);
  height: clamp(34px, 3vw, 42px);
  border-radius: 50%;
  background: #efe7fb;
  color: #6c50c4;
}
.ptier__icon svg {
  width: 52%;
  height: 52%;
}
.ptier__text {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}
.ptier__text strong {
  color: #2c2452;
  font-size: clamp(12px, .92vw, 15px);
  font-weight: 800;
}
.ptier__text small {
  color: #6b6285;
  font-size: clamp(9px, .74vw, 12px);
  line-height: 1.3;
  font-weight: 600;
}
.plans__cta {
  position: relative;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  gap: 11px;
  margin-top: clamp(18px, 2vw, 32px);
  padding: 18px 42px;
  border-radius: 100px;
  background: #4c38a8;
  color: #fff;
  font-size: clamp(13px, 1.05vw, 16px);
  font-weight: 800;
  box-shadow: 0 12px 30px rgba(48,28,110,.34);
  transition: box-shadow .22s ease, background .22s ease;
  animation: cta-glow 2.8s ease-in-out infinite;
}
.plans__cta:hover {
  background: #573fb8;
}
.plans__cta:hover .primary__arrow {
  transform: translateX(5px);
}
@media (prefers-reduced-motion: reduce) {
  .plans__cta {
    animation: none;
  }
}
.plans-stats {
  position: relative;
  z-index: 6;
  margin-top: clamp(-80px, -6.5vw, -122px);
  padding: clamp(34px, 3.4vw, 52px) max(8vw, calc((100vw - 1120px) / 2)) clamp(20px, 1.8vw, 30px);
  display: grid;
  grid-template-columns: repeat(4, minmax(175px, 220px));
  justify-content: center;
  align-items: center;
  color: var(--ink);
  background: linear-gradient(90deg, #fff8db 0%, #f5e380 48%, #fff8db 100%);
  clip-path: polygon(
    0% 24%, 4% 20%, 8% 16%, 12% 12%, 16% 9%, 20% 7%, 24% 6%, 28% 6%,
    32% 7%, 36% 9%, 40% 12%, 44% 15%, 48% 17%, 52% 18%, 56% 17%,
    60% 15%, 64% 12%, 68% 10%, 72% 9%, 76% 10%, 80% 13%, 84% 16%,
    88% 18%, 92% 19%, 96% 18%, 100% 15%, 100% 100%, 0% 100%
  );
}
.pstat2 {
  position: relative;
  text-align: center;
  padding: 0 24px;
}
.pstat2 + .pstat2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  bottom: 8px;
  width: 1px;
  background: rgba(49,95,143,.2);
}
.pstat2 strong {
  display: block;
  color: #2c2452;
  font-size: clamp(12px, 1vw, 15px);
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: -.01em;
}
.pstat2 small {
  display: block;
  margin-top: 3px;
  color: rgba(32,32,61,.6);
  font-size: clamp(8px, .66vw, 10px);
  font-weight: 600;
}
.cta {
  padding: clamp(44px, 5vw, 96px) 20px;
  color: #fff;
  text-align: center;
  background: radial-gradient(circle at 78% 30%, #b49afa 0%, transparent 45%),
    radial-gradient(circle at 15% 80%, #c8b6fa 0%, transparent 34%),
    linear-gradient(135deg, #9374e2 0%, #aa8df1 55%, #a98aec 100%);
}
.cta__inner {
  width: min(760px, 100%);
  margin: 0 auto;
}
.cta h2 {
  margin: 0;
  font-family: "Rum Raisin", sans-serif;
  font-size: clamp(30px, 3vw, 58px);
  line-height: 1.05;
  font-weight: 400;
  text-shadow: 0 4px 22px rgba(75, 48, 145, .12);
}
.cta__inner > p {
  margin: clamp(10px, 1.1vw, 20px) 0 0;
  color: rgba(255,255,255,.92);
  font-size: clamp(12px, 1vw, 17px);
  font-weight: 600;
}
.cta__form {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: clamp(10px, 1vw, 16px);
  margin-top: clamp(22px, 2.4vw, 42px);
}
.cta__form input,
.cta__form select {
  min-width: 0;
  flex: 1 1 160px;
  max-width: 220px;
  padding: 13px 16px;
  color: var(--ink);
  background: #fff;
  border: none;
  border-radius: 10px;
  font-family: inherit;
  font-size: clamp(11px, .9vw, 14px);
  font-weight: 600;
}
.cta__form select:invalid,
.cta__form select option[value=""] {
  color: rgba(32,32,61,.5);
}
.cta__form input::placeholder {
  color: rgba(32,32,61,.5);
}
.cta__form button {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 13px 22px;
  color: var(--ink);
  background: var(--yellow);
  border: none;
  border-radius: 8px 18px 8px 18px;
  box-shadow: 0 12px 30px rgba(75,44,146,.23);
  font-family: inherit;
  font-size: clamp(11px, .9vw, 14px);
  font-weight: 800;
  cursor: pointer;
  transition: transform .2s;
}
.cta__form button:hover {
  transform: translateY(-2px) rotate(-1deg);
}
.cta small {
  display: block;
  margin-top: clamp(14px, 1.5vw, 26px);
  color: rgba(255,255,255,.78);
  font-size: clamp(10px, .8vw, 13px);
  font-weight: 600;
}
.qmodal {
  position: fixed;
  inset: 0;
  z-index: 200;
  display: none;
  align-items: center;
  justify-content: center;
  padding: clamp(14px, 3vw, 32px);
}
.qmodal:target {
  display: flex;
}
.qmodal__scrim {
  position: absolute;
  inset: 0;
  background: rgba(28, 20, 62, .62);
  backdrop-filter: blur(3px);
}
.qmodal__card {
  position: relative;
  z-index: 1;
  width: min(560px, 100%);
  min-width: 0;
  max-height: min(92vh, 760px);
  overflow-y: auto;
  padding: clamp(28px, 3.4vw, 48px) clamp(20px, 3vw, 44px) clamp(26px, 3vw, 40px);
  border-radius: clamp(20px, 2.2vw, 30px);
  background: #fdf9ef;
  box-shadow: 0 30px 80px rgba(24, 12, 60, .45);
  animation: qmodal-pop .22s ease both;
}
@keyframes qmodal-pop {
  from {
    opacity: 0;
    transform: translateY(12px) scale(.98);
  }
}
@media (prefers-reduced-motion: reduce) {
  .qmodal__card {
    animation: none;
  }
}
.qmodal__close {
  position: absolute;
  top: clamp(10px, 1.2vw, 16px);
  right: clamp(12px, 1.4vw, 18px);
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  color: #6b6285;
  font-size: 24px;
  line-height: 1;
  transition: background .2s ease, color .2s ease;
}
.qmodal__close:hover {
  background: rgba(76,56,168,.1);
  color: #4c38a8;
}
.quote__inner {
  text-align: center;
}
.quote__inner h2 {
  margin: 0;
  font-family: "Rum Raisin", sans-serif;
  font-weight: 400;
  color: #4c38a8;
  font-size: clamp(26px, 2.6vw, 40px);
  line-height: 1.06;
}
.quote__sub {
  margin: clamp(7px, .8vw, 12px) 0 clamp(18px, 2vw, 28px);
  color: #6b6285;
  font-size: clamp(12px, .95vw, 15px);
  font-weight: 600;
}
.quote__form {
  min-width: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(11px, 1.2vw, 16px);
  text-align: left;
}
.quote__hp {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.quote__field {
  display: flex;
  flex-direction: column;
  gap: 6px;
  min-width: 0;
}
.quote__field label {
  color: #2c2452;
  font-size: clamp(10px, .78vw, 12px);
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.quote__field input {
  width: 100%;
  min-width: 0;
  padding: 13px 18px;
  border: 1.5px solid #e6dfd0;
  border-radius: 100px;
  background: #fff;
  color: #2c2452;
  font-family: inherit;
  font-size: clamp(13px, 1vw, 15px);
  font-weight: 600;
  transition: border-color .2s ease, box-shadow .2s ease;
}
.quote__field input::placeholder {
  color: #b3aac4;
  font-weight: 500;
}
.quote__field input:focus-visible {
  outline: none;
  border-color: #4c38a8;
  box-shadow: 0 0 0 3px rgba(76,56,168,.16);
}
.quote__submit {
  grid-column: 1 / -1;
  justify-self: center;
  display: inline-flex;
  align-items: center;
  gap: 11px;
  margin-top: clamp(5px, .7vw, 10px);
  padding: 16px 40px;
  border: 0;
  border-radius: 100px;
  background: #4c38a8;
  color: #fff;
  font-family: inherit;
  font-size: clamp(13px, 1vw, 15px);
  font-weight: 800;
  cursor: pointer;
  box-shadow: 0 12px 30px rgba(48,28,110,.34);
  transition: background .22s ease;
}
.quote__submit:hover {
  background: #573fb8;
}
.quote__submit:hover .primary__arrow {
  transform: translateX(5px);
}
.quote__done {
  display: none;
  text-align: center;
  padding: clamp(8px, 1vw, 16px) 0;
}
.qmodal__card[data-sent] .quote__inner {
  display: none;
}
.qmodal__card[data-sent] .quote__done {
  display: block;
}
.quote__done-paw {
  display: grid;
  place-items: center;
  width: 62px;
  height: 62px;
  margin: 0 auto clamp(12px, 1.4vw, 18px);
  border-radius: 50%;
  background: #ffdd28;
  color: #4c38a8;
}
.quote__done-paw svg {
  width: 32px;
  height: 32px;
}
.quote__done h2 {
  margin: 0;
  font-family: "Rum Raisin", sans-serif;
  font-weight: 400;
  color: #4c38a8;
  font-size: clamp(24px, 2.4vw, 36px);
  line-height: 1.06;
}
.quote__done p {
  margin: clamp(8px, .9vw, 14px) auto clamp(18px, 2vw, 26px);
  max-width: 40ch;
  color: #55496f;
  font-size: clamp(12px, .95vw, 15px);
  font-weight: 600;
  line-height: 1.6;
}
.quote__done-close {
  display: inline-block;
  padding: 13px 30px;
  border-radius: 100px;
  border: 1.5px solid rgba(76,56,168,.35);
  color: #4c38a8;
  font-size: clamp(12px, .92vw, 14px);
  font-weight: 700;
  transition: background .2s ease, border-color .2s ease;
}
.quote__done-close:hover {
  background: rgba(76,56,168,.08);
  border-color: #4c38a8;
}
.quote__submit.is-sending {
  opacity: .65;
  cursor: progress;
}
@media (max-width: 560px) {
  .quote__form {
    grid-template-columns: 1fr;
  }
}
.faq {
  background: #fdf9ef;
  padding: clamp(38px, 4.2vw, 80px) 20px clamp(44px, 4.6vw, 88px);
}
.faq h2 {
  margin: 0;
  color: #4c38a8;
  font-family: "Rum Raisin", sans-serif;
  font-size: clamp(24px, 2.3vw, 44px);
  line-height: 1.05;
  font-weight: 400;
  text-align: center;
}
.faq__sub {
  margin: clamp(8px, .9vw, 14px) 0 0;
  color: #6b6285;
  font-size: clamp(13px, 1vw, 17px);
  font-weight: 600;
  text-align: center;
}
.faq__list {
  display: flex;
  flex-direction: column;
  gap: clamp(10px, 1vw, 16px);
  width: min(820px, 100%);
  margin: clamp(22px, 2.4vw, 44px) auto 0;
}
.faq details {
  background: #fff;
  border-radius: clamp(12px, 1.2vw, 18px);
  box-shadow: 0 6px 18px rgba(120,90,190,.06);
  overflow: hidden;
}
.faq summary {
  position: relative;
  padding: clamp(14px, 1.5vw, 22px) clamp(44px, 4vw, 58px) clamp(14px, 1.5vw, 22px) clamp(16px, 1.8vw, 28px);
  color: #2c2452;
  font-size: clamp(12px, 1vw, 16px);
  font-weight: 700;
  list-style: none;
  cursor: pointer;
}
.faq summary::-webkit-details-marker {
  display: none;
}
.faq summary::after {
  content: "+";
  position: absolute;
  right: clamp(16px, 1.8vw, 28px);
  top: 50%;
  transform: translateY(-50%);
  color: #8b6de5;
  font-size: 1.35em;
  font-weight: 600;
  transition: transform .2s;
}
.faq details[open] summary::after {
  transform: translateY(-50%) rotate(45deg);
}
.faq__link {
  color: #4c38a8;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 2px;
  transition: color .2s ease;
}
.faq__link:hover {
  color: #573fb8;
}
.faq details p {
  margin: 0;
  padding: 0 clamp(16px, 1.8vw, 28px) clamp(16px, 1.8vw, 26px);
  color: #55496f;
  font-size: clamp(11px, .92vw, 15px);
  line-height: 1.65;
  font-weight: 550;
}
.footer {
  padding: clamp(40px, 4.4vw, 80px) clamp(20px, 5vw, 64px) 0;
  color: #fff;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(120,88,214,0) 12%, rgba(110,80,206,.48) 56%, rgba(94,66,194,.88) 100%),
    #9f81ea url("/footer-bg.jpg") center bottom / cover no-repeat;
  background: linear-gradient(180deg, rgba(120,88,214,0) 12%, rgba(110,80,206,.48) 56%, rgba(94,66,194,.88) 100%),
    #9f81ea image-set(
      url("/opt/footer-bg-1916.avif") type("image/avif"),
      url("/opt/footer-bg-1916.webp") type("image/webp")
    ) center bottom / cover no-repeat;
}
.footer__inner {
  width: min(1080px, 100%);
  margin: 0 auto;
  text-align: left;
}
.footer__cols {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: clamp(28px, 4vw, 72px);
}
.footer__brandcol {
  max-width: 440px;
}
.footer__brand {
  justify-content: flex-start;
}
.footer__brand .brand__word {
  font-size: 18px;
}
.footer__brand .brand__by {
  font-size: 7px;
}
.footer__brand .brand__logo {
  height: 44px;
}
.footer__brand .brand__by img {
  width: 46px;
}
.footer__tag {
  margin: clamp(12px, 1.4vw, 18px) 0 clamp(10px, 1.2vw, 16px);
  color: rgba(255,255,255,.74);
  font-size: clamp(9px, .78vw, 12px);
  font-weight: 600;
  letter-spacing: .22em;
  text-transform: uppercase;
}
.footer__brochure {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-top: clamp(14px, 1.6vw, 22px);
  padding: 12px 22px;
  border: 1.5px solid rgba(255,255,255,.55);
  border-radius: 100px;
  color: #fff;
  font-size: clamp(11px, .85vw, 13.5px);
  font-weight: 700;
  transition: background .22s ease, border-color .22s ease;
}
.footer__brochure svg {
  width: 16px;
  height: 16px;
  flex: none;
}
.footer__brochure:hover {
  background: rgba(255,255,255,.14);
  border-color: #fff;
}
.footer__notes {
  margin: 0;
  max-width: 340px;
  color: rgba(255,255,255,.82);
  font-size: clamp(10px, .82vw, 13px);
  line-height: 1.65;
  font-weight: 550;
}
.footer__rows {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: clamp(10px, 1.2vw, 16px) clamp(14px, 1.6vw, 24px);
  margin: 0;
  align-content: start;
}
.footer__rows dt {
  padding-top: 2px;
  color: rgba(255,255,255,.6);
  font-size: clamp(9px, .68vw, 11px);
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.footer__rows dd {
  margin: 0;
  color: #fff;
  font-size: clamp(12px, .9vw, 14px);
  line-height: 1.5;
  font-weight: 600;
}
.footer__rows dd a {
  transition: opacity .2s;
}
.footer__rows dd a:hover {
  opacity: .78;
}
.footer__fine {
  margin: clamp(30px, 3.2vw, 56px) 0 clamp(22px, 2.4vw, 40px);
  padding-top: clamp(16px, 1.8vw, 26px);
  border-top: 1px solid rgba(255,255,255,.2);
  color: rgba(255,255,255,.55);
  font-size: clamp(10px, .74vw, 12px);
  line-height: 1.65;
  font-weight: 500;
}
.footer__fine + .footer__fine {
  margin: clamp(10px, 1vw, 16px) 0 clamp(22px, 2.4vw, 40px);
  padding-top: 0;
  border-top: none;
}
.footer__photo {
  width: min(1000px, 100%);
  margin: 0 auto clamp(-90px, -6.5vw, -40px);
  display: block;
}
.footer__photo img {
  width: 100%;
  height: auto;
  display: block;
  filter: drop-shadow(0 18px 26px rgba(50,30,110,.3));
}
@keyframes reveal-up {
  from {
    opacity: 0;
    transform: translateY(28px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes reveal-fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.day-fold__header,
.parent-care__intro,
.parent-care__points,
.parent-care__stats,
.vtest__header,
.faq h2,
.faq__sub,
.faq details,
.footer__inner {
  animation: reveal-up linear both;
  animation-timeline: view();
  animation-range: entry 0% cover 24%;
}
.plans__content,
.plans-stats .pstat2,
.vtest__track,
.footer__photo {
  animation: reveal-fade linear both;
  animation-timeline: view();
  animation-range: entry 0% cover 26%;
}
@media (prefers-reduced-motion: reduce) {
  .day-fold__header,
  .parent-care__intro,
  .parent-care__points,
  .parent-care__stats,
  .vtest__header,
  .faq h2,
  .faq__sub,
  .faq details,
  .footer__inner,
  .plans__content,
  .plans-stats .pstat2,
  .vtest__track,
  .footer__photo {
    animation: none;
    opacity: 1;
    transform: none;
  }
}
@media (max-width: 900px) {
  .nav {
    padding: 0 20px;
  }
  .nav__links {
    display: none;
  }
  .hero__art {
    object-position: 61% center;
    transform: scale(.9);
  }
  .hero__wash {
    background: linear-gradient(90deg, rgba(103,74,190,.72) 0%, rgba(111,80,196,.48) 46%, rgba(120,88,204,.04) 80%);
  }
  .hero__content {
    width: calc(100% - 40px);
    padding-left: 2vw;
  }
  .hero__content {
    margin-left: 20px;
    margin-right: auto;
  }
  .day-fold__header h2 {
    font-size: 30px;
  }
  .day-panels {
    grid-template-columns: 1fr;
    row-gap: clamp(12px, 3vw, 20px);
  }
  .day-panel {
    min-height: 420px;
    padding: 40px 28px 34px;
  }
  .day-panel h3 {
    font-size: 28px;
  }
  .day-panel li {
    font-size: 13px;
  }
  .day-panel--morning .day-panel__dog {
    left: auto;
    right: 2%;
    width: 46%;
    max-width: 300px;
  }
  .day-panel--noon .day-panel__dog {
    left: auto;
    right: 4%;
    transform: none;
    width: 46%;
    max-width: 300px;
  }
  .day-panel--night .day-panel__dog {
    left: auto;
    right: -18%;
    width: 64%;
    max-width: 380px;
  }
  .day-panel__bowl {
    display: none;
  }
  .why__steps {
    flex-wrap: wrap;
    justify-content: center;
    gap: 14px 0;
    border-radius: 28px;
  }
  .why-step {
    flex: 1 1 40%;
    padding: 0 16px;
  }
  .why-step + .why-step {
    border-left: none;
  }
  .why__header h2 {
    font-size: 26px;
  }
  .trust__strip {
    grid-template-columns: 1fr;
  }
  .trust__content {
    order: -1;
    padding: 28px 24px 8px;
  }
  .trust__content h2 {
    font-size: 26px;
  }
  .trust__figures {
    flex-wrap: wrap;
    gap: 12px 0;
  }
  .trust__figure {
    flex: 1 1 40%;
  }
  .quotes__grid {
    grid-template-columns: 1fr;
    width: min(520px, 100%);
  }
  .cta__form input,
  .cta__form select {
    max-width: none;
  }
  .footer__rows {
    gap: 12px 18px;
  }
  .trust__dogs {
    max-width: 560px;
    margin: 0 auto;
    padding: 10px 16px 0;
  }
}
@media (max-width: 600px) {
  .nav {
    height: 72px;
  }
  .brand__word {
    font-size: 19px;
  }
  .brand__by {
    font-size: 7px;
    gap: 3px;
  }
  .brand__logo {
    height: 32px;
  }
  .brand__by img {
    width: 42px;
  }
  .nav__right {
    margin-bottom: 0;
  }
  .nav__cta {
    padding: 10px 16px;
    font-size: 11px;
    gap: 6px;
  }
  .hero__art {
    height: 48%;
    top: auto;
    bottom: 140px;
    object-position: 64% bottom;
    transform: scale(1);
    transform-origin: center bottom;
    -webkit-mask-image: linear-gradient(to bottom, transparent 0%, #000 12%, #000 100%);
    mask-image: linear-gradient(to bottom, transparent 0%, #000 12%, #000 100%);
  }
  .hero__wash {
    background: linear-gradient(180deg, rgba(151,119,232,.9) 0%, rgba(151,119,232,.6) 34%, rgba(151,119,232,0) 60%);
  }
  .hero__content {
    min-height: 100svh;
    justify-content: flex-start;
    padding: 96px 0 82vh;
    margin: 0 22px;
  }
  h1 {
    font-size: clamp(46px, 13vw, 61px);
    line-height: .88;
  }
  .headline-line--best {
    gap: 8px;
  }
  .hero__content > p {
    max-width: 360px;
    margin-top: 20px;
    font-size: 15px;
  }
  .actions {
    margin-top: 26px;
  }
  .primary {
    font-size: 14px;
    padding: 15px 32px;
  }
  .hero__seal {
    display: none;
  }
  .hero__tag {
    font-size: 11px;
    padding: 7px 14px;
    margin-bottom: 16px;
  }
  .care-strip {
    min-height: 0;
    bottom: 0;
    padding: 58px 18px 26px;
    grid-template-columns: 1fr 1fr;
    justify-content: stretch;
    align-items: start;
    column-gap: 8px;
    row-gap: 22px;
    overflow: visible;
  }
  .care-item {
    padding: 0 8px;
    gap: 9px;
  }
  .care-item + .care-item::before {
    display: none;
  }
  .care-copy {
    white-space: normal;
  }
  .care-copy strong {
    font-size: 13px;
    font-weight: 800;
    color: #2c2452;
    letter-spacing: -.01em;
  }
  .care-copy small {
    font-size: 10.5px;
    color: rgba(32,32,61,.6);
  }
  .care-icon {
    flex-basis: 26px;
    width: 26px;
    height: 26px;
  }
  .day-fold {
    padding-bottom: 44px;
  }
  .day-fold__header {
    padding: 56px 18px 22px;
  }
  .day-fold__header h2 {
    font-size: 24px;
  }
  .day-panel {
    min-height: 380px;
    padding: 34px 22px 30px;
  }
  .day-panel h3 {
    font-size: 25px;
  }
  .why-step {
    flex: 1 1 100%;
    justify-content: flex-start;
  }
}
.plans-page {
  color: #fff;
  padding: clamp(40px, 4.4vw, 88px) clamp(16px, 4vw, 56px) clamp(48px, 5vw, 96px);
  background: radial-gradient(circle at 78% 28%, #b49afa 0%, transparent 46%),
    radial-gradient(circle at 12% 86%, #c8b6fa 0%, transparent 34%),
    linear-gradient(135deg, #9374e2 0%, #aa8df1 55%, #a98aec 100%);
}
.plans__header {
  text-align: center;
  margin-bottom: clamp(26px, 2.8vw, 52px);
}
.plans__header h2 {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin: 0;
  color: #fff;
  font-family: "Rum Raisin", sans-serif;
  font-size: clamp(28px, 2.8vw, 54px);
  line-height: 1.05;
  font-weight: 400;
  text-shadow: 0 4px 22px rgba(60,38,120,.25);
}
.plans__spark {
  color: var(--yellow);
  font-size: .42em;
  transform: translateY(-.3em);
}
.plans__header p {
  margin: 12px 0 0;
  color: rgba(255,255,255,.9);
  font-size: clamp(12px, .95vw, 16px);
  font-weight: 600;
}
.plans__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(18px, 1.9vw, 30px);
  width: 100%;
  margin: 0 auto;
}
.plan-card {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  gap: clamp(16px, 2vw, 40px);
  align-items: stretch;
  padding: clamp(20px, 2.2vw, 36px);
  border-radius: clamp(18px, 1.6vw, 28px);
  min-height: clamp(230px, 20vw, 300px);
  box-shadow: 0 14px 34px rgba(45,24,100,.16);
  transition: box-shadow .25s ease;
  animation: card-reveal linear both;
  animation-timeline: view();
  animation-range: entry 2% cover 26%;
}
.plan-card:hover {
  box-shadow: 0 22px 48px rgba(45,24,100,.26);
}
@keyframes card-reveal {
  from {
    opacity: 0;
    transform: translateY(48px) scale(.985);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
.plan-card--wellness {
  background: #efe7fb;
  --accent: #7b5ad2;
  --title: #4a2f9e;
}
.plan-card--grooming {
  background: #fbf1cf;
  --accent: #e0a52a;
  --title: #9a6c11;
}
.plan-card--protection {
  background: #d6ecea;
  --accent: #3f97a3;
  --title: #2c7382;
}
.plan-card--parent {
  background: #fbdce6;
  --accent: #de6f9c;
  --title: #bf4c77;
}
.plan-card__head {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: clamp(8px, .9vw, 14px);
}
.plan-card__icon {
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  width: clamp(44px, 4.2vw, 58px);
  height: clamp(44px, 4.2vw, 58px);
  border-radius: 16px;
  background: var(--accent);
  color: #fff;
}
.plan-card__icon svg {
  display: block;
  width: 52%;
  height: 52%;
}
.plan-card__head h3 {
  margin: 0;
  color: var(--title);
  font-family: "Rum Raisin", sans-serif;
  font-size: clamp(26px, 2.3vw, 40px);
  line-height: 1;
  font-weight: 400;
}
.plan-card__main {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: clamp(200px, 19vw, 240px);
}
.plan-card__desc {
  margin: clamp(4px, .5vw, 10px) 0 0;
  max-width: 15em;
  color: #4a4166;
  font-size: clamp(12px, .9vw, 15px);
  line-height: 1.5;
  font-weight: 550;
}
.plan-card__dog {
  position: absolute;
  left: clamp(-14px, -1vw, 0px);
  bottom: clamp(-20px, -1.2vw, -8px);
  width: clamp(150px, 17vw, 250px);
  filter: drop-shadow(0 10px 16px rgba(70,45,120,.18));
  pointer-events: none;
  animation: dog-bob 3.6s ease-in-out infinite;
}
.plan-card--grooming .plan-card__dog {
  animation-delay: .6s;
  animation-duration: 4s;
}
.plan-card--protection .plan-card__dog {
  animation-delay: 1.1s;
  animation-duration: 3.9s;
}
@keyframes dog-bob {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-6px);
  }
}
@media (prefers-reduced-motion: reduce) {
  .plan-card {
    animation: none;
    opacity: 1;
  }
  .plan-card__dog {
    animation: none;
  }
}
.plan-card__panel {
  display: flex;
  flex-direction: column;
  gap: clamp(10px, 1vw, 16px);
  padding: clamp(16px, 1.6vw, 26px);
  border-radius: clamp(14px, 1.3vw, 20px);
  background: rgba(255,255,255,.6);
}
.plan-card__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: clamp(9px, .9vw, 14px);
}
.plan-card__list li {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #33304a;
  font-size: clamp(12px, .9vw, 15px);
  font-weight: 600;
}
.plan-check {
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  width: clamp(18px, 1.5vw, 22px);
  height: clamp(18px, 1.5vw, 22px);
  border-radius: 50%;
  background: var(--accent);
  color: #fff;
}
.plan-check svg {
  width: 62%;
  height: 62%;
}
.plan-card__more {
  align-self: flex-start;
  margin-top: clamp(4px, .5vw, 10px);
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 20px;
  border-radius: 100px;
  background: var(--accent);
  color: #fff;
  font-size: clamp(11px, .82vw, 14px);
  font-weight: 750;
  transition: filter .2s;
}
.plan-card__more:hover {
  filter: brightness(1.08);
}
.plan-card__more span {
  transition: transform .2s;
}
.plan-card__more:hover span {
  transform: translateX(3px);
}
@media (max-width: 900px) {
  .parent-care__points {
    grid-template-columns: 1fr 1fr;
    width: min(420px, 100%);
  }
  .parent-care__stats {
    gap: 14px;
  }
  .pstat + .pstat {
    padding-left: 14px;
  }
  .vtest__header {
    padding: 0 20px;
  }
  .plans {
    aspect-ratio: auto;
    min-height: 0;
    display: block;
    background: linear-gradient(180deg, rgba(116,84,214,.4) 0%, rgba(150,120,235,0) 42%),
      #a98aec url("/plans-bg.png") center bottom / cover no-repeat;
    background: linear-gradient(180deg, rgba(116,84,214,.4) 0%, rgba(150,120,235,0) 42%),
      #a98aec image-set(
        url("/opt/plans-bg-768.avif") type("image/avif"),
        url("/opt/plans-bg-768.webp") type("image/webp")
      ) center bottom / cover no-repeat;
    padding: 0 0 min(76vw, 372px);
  }
  .plans__content {
    width: 100%;
    margin-left: 0;
    padding: 40px 20px 18px;
    transform: none;
  }
  .plans__art {
    left: 50%;
    right: auto;
    bottom: 0;
    transform: translateX(-50%);
    width: 96%;
    max-width: 460px;
    filter: drop-shadow(0 16px 26px rgba(60,35,120,.3));
  }
  .plans__title {
    font-size: clamp(30px, 8.5vw, 48px);
  }
  .plans__lead {
    max-width: none;
  }
  .plans__tiers {
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 8px;
    align-items: stretch;
  }
  .ptier {
    flex: 1 1 0;
    flex-direction: column;
    align-items: center;
    text-align: center;
    justify-content: flex-start;
    gap: 8px;
    padding: 14px 8px 16px;
    border-radius: 18px;
  }
  .ptier__icon {
    width: 36px;
    height: 36px;
  }
  .ptier__text {
    align-items: center;
    text-align: center;
    gap: 3px;
  }
  .ptier__text strong {
    font-size: 12.5px;
    line-height: 1.15;
  }
  .ptier__text small {
    font-size: 10px;
    line-height: 1.25;
  }
  .plans-stats {
    margin-top: max(-72px, -11vw);
    grid-template-columns: 1fr 1fr;
    gap: 22px 0;
    padding: 52px clamp(16px, 6vw, 44px) 28px;
  }
  .plans-stats .pstat2 + .pstat2::before {
    display: none;
  }
  .pstat2 strong {
    font-size: 13px;
  }
  .pstat2 small {
    font-size: 9px;
  }
}
@media (max-width: 480px) {
  .parent-care__points {
    grid-template-columns: 1fr 1fr;
    width: 100%;
    gap: 12px 10px;
  }
  .parent-care__points li {
    font-size: 13px;
  }
  .parent-care__stats {
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px 18px;
  }
}
@media (min-width: 601px) and (max-width: 900px),
       (min-width: 601px) and (max-width: 1200px) and (orientation: portrait) {
  .hero {
    --strip-h: 186px;
  }
  .hero__art {
    height: 60%;
    top: auto;
    bottom: calc(var(--strip-h) - 56px);
    object-position: 62% bottom;
    transform: scale(1);
    transform-origin: center bottom;
    -webkit-mask-image: linear-gradient(to bottom, transparent 0%, rgba(0,0,0,.4) 22%, #000 52%, #000 100%),
      linear-gradient(to right, transparent 0%, #000 14%, #000 86%, transparent 100%);
    -webkit-mask-composite: source-in;
    mask-image: linear-gradient(to bottom, transparent 0%, rgba(0,0,0,.4) 22%, #000 52%, #000 100%),
      linear-gradient(to right, transparent 0%, #000 14%, #000 86%, transparent 100%);
    mask-composite: intersect;
  }
  .hero__wash {
    background: linear-gradient(180deg, rgba(151,119,232,.88) 0%, rgba(151,119,232,.55) 38%, rgba(151,119,232,0) 62%);
  }
  .hero__content {
    min-height: 100svh;
    max-width: 620px;
    margin: 0 auto;
    padding: clamp(88px, 11svh, 132px) 0 0;
    justify-content: flex-start;
    transform: none;
  }
  h1 {
    font-size: clamp(52px, 8vw, 68px);
  }
  .hero__content > p {
    max-width: 460px;
    font-size: 16px;
  }
  .hero__seal {
    display: none;
  }
  .day-panels {
    width: min(580px, 100%);
    margin-inline: auto;
  }
  .day-panel--morning .day-panel__dog {
    right: -1%;
    width: 52%;
    max-width: 320px;
  }
  .day-panel--noon .day-panel__dog {
    right: 0;
    width: 52%;
    max-width: 320px;
  }
  .day-panel--night .day-panel__dog {
    right: -14%;
    width: 70%;
    max-width: 400px;
  }
}
@media (min-width: 901px) and (max-width: 1180px) and (orientation: landscape) {
  .hero__art {
    object-position: 72% center;
    transform: scale(.94);
  }
  .hero__wash {
    background: linear-gradient(90deg, rgba(103,74,190,.8) 0%, rgba(111,80,196,.56) 42%, rgba(120,88,204,.06) 78%);
  }
  .hero__content {
    max-width: 540px;
    margin-left: max(3vw, 28px);
  }
  h1 {
    font-size: clamp(52px, 6vw, 68px);
  }
  .hero__content > p {
    max-width: 440px;
    font-size: 16px;
  }
}
@media (min-width: 601px) and (max-width: 1200px) {
  .care-strip {
    min-height: var(--strip-h, 168px);
    padding: 62px 6vw 24px;
    grid-template-columns: 1fr 1fr;
    justify-content: stretch;
    align-items: start;
    column-gap: 16px;
    row-gap: 22px;
    overflow: visible;
  }
  .care-item {
    padding: 0 12px;
    gap: 12px;
  }
  .care-copy {
    white-space: normal;
  }
  .care-copy strong {
    font-size: 14px;
  }
  .care-copy small {
    font-size: 11.5px;
  }
  .care-icon {
    flex-basis: 30px;
    width: 30px;
    height: 30px;
  }
  .care-item + .care-item::before {
    display: none;
  }
  .care-item:nth-child(even)::before {
    display: block;
  }
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
    }
  }
}
