:root {
  --bg: #fff8fb;
  --surface: #ffffff;
  --text: #4f4855;
  --text-strong: #2f2a37;
  --muted: #7f7486;
  --line: #edd9e6;
  --rose-100: #ffeaf2;
  --rose-200: #ffd5e6;
  --rose-400: #f290ba;
  --rose-500: #df5f95;
  --teal-100: #e9f7f8;
  --teal-300: #a6d6dc;
  --teal-500: #6fadb5;
  --shadow: 0 24px 48px rgba(154, 92, 125, 0.14);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  min-height: 100%;
}

body {
  font-family: "Assistant", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at 14% 4%, rgba(255, 214, 233, 0.74) 0, transparent 32%),
    radial-gradient(circle at 88% 14%, rgba(181, 225, 231, 0.72) 0, transparent 28%),
    linear-gradient(180deg, #fff9fc 0%, #fcfeff 40%, #fff8fb 100%);
  overflow-x: hidden;
}

a {
  color: inherit;
}

.page-glow {
  position: fixed;
  border-radius: 999px;
  pointer-events: none;
  z-index: 0;
}

.page-glow-a {
  width: 340px;
  height: 340px;
  top: -120px;
  right: -100px;
  background: rgba(245, 167, 203, 0.3);
  filter: blur(6px);
}

.page-glow-b {
  width: 300px;
  height: 300px;
  left: -120px;
  bottom: 14%;
  background: rgba(133, 203, 212, 0.3);
  filter: blur(7px);
}

.meta-bar {
  position: relative;
  z-index: 2;
  border-bottom: 1px solid #f6dbe7;
  background: linear-gradient(180deg, rgba(255, 245, 250, 0.98), rgba(255, 255, 255, 0.92));
}

.meta-bar__inner {
  width: min(1080px, 92vw);
  margin: 0 auto;
  min-height: 64px;
  display: flex;
  align-items: center;
  gap: 0.95rem;
}

.brand-logo {
  display: flex;
  align-items: center;
  text-decoration: none;
  flex-shrink: 0;
}

.brand-logo img {
  display: block;
  width: 168px;
  height: auto;
}

.meta-contact {
  margin: 0;
  margin-inline: auto;
  color: #9a4f73;
  font-weight: 700;
}

.meta-logos {
  display: flex;
  gap: 0.5rem;
}

.meta-logos span {
  padding: 0.3rem 0.75rem;
  border-radius: 999px;
  background: var(--teal-100);
  color: #4c7d84;
  border: 1px solid #cee8ea;
  font-weight: 700;
  font-size: 0.84rem;
}

.page {
  position: relative;
  z-index: 1;
  width: min(1080px, 92vw);
  margin: 0 auto;
  padding: 1.1rem 0 4.2rem;
}

.hero {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  border: 1px solid var(--line);
  border-radius: 34px;
  overflow: hidden;
  background: linear-gradient(180deg, #fff6fa 0%, #fff1f7 100%);
  box-shadow: var(--shadow);
}

.hero__copy {
  padding: 2.1rem 2rem 1.95rem;
  background:
    radial-gradient(circle at 85% 8%, rgba(255, 255, 255, 0.95), transparent 44%),
    linear-gradient(150deg, #fff7fb 0%, #ffe8f2 100%);
}

.hero__copy h1 {
  margin: 0;
  font-size: clamp(2rem, 3.8vw, 3.3rem);
  color: var(--text-strong);
  line-height: 1.12;
  max-width: 11ch;
}

.hero__copy p {
  margin: 0.82rem 0 0;
  font-size: 1.08rem;
  line-height: 1.66;
}

.eyebrow {
  margin: 0 0 0.55rem;
  color: var(--rose-500);
  letter-spacing: 0.02em;
  font-size: 0.92rem;
  font-weight: 800;
}

.hero__actions {
  margin-top: 1.25rem;
  display: flex;
  gap: 0.55rem;
  flex-wrap: wrap;
}

.btn {
  font-family: inherit;
  border-radius: 999px;
  text-decoration: none;
  font-size: 0.96rem;
  font-weight: 700;
  padding: 0.7rem 1.15rem;
  cursor: pointer;
  border: 0;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

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

.btn-solid {
  color: #fff;
  background: linear-gradient(135deg, #f39dc2 0%, #de5e95 100%);
  box-shadow: 0 10px 22px rgba(205, 93, 143, 0.32);
}

.btn-outline {
  border: 1px solid #e6bfd3;
  color: #9f4f76;
  background: rgba(255, 255, 255, 0.78);
}

.hero__chips {
  list-style: none;
  margin: 1.18rem 0 0;
  padding: 0;
  display: flex;
  gap: 0.45rem;
  flex-wrap: wrap;
}

.hero__chips li {
  border: 1px solid #edcfdf;
  background: #fff;
  color: #765f73;
  border-radius: 999px;
  font-size: 0.86rem;
  padding: 0.32rem 0.68rem;
}

.hero__media {
  margin: 0;
  position: relative;
}

.hero__media::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 92px;
  background: linear-gradient(180deg, rgba(255, 236, 247, 0), rgba(255, 236, 247, 0.95));
}

.hero__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 36%;
}

.summary {
  width: min(860px, 92vw);
  margin: 1.3rem auto 0;
  text-align: center;
  color: var(--muted);
  font-size: 1.04rem;
  line-height: 1.82;
}

.pill-row {
  margin-top: 1.2rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.7rem;
}

.pill-row article {
  border-radius: 18px;
  padding: 1rem 0.95rem;
  text-align: center;
  border: 1px solid var(--line);
  background: linear-gradient(180deg, #fffefe 0%, #fff6fa 100%);
  box-shadow: 0 14px 26px rgba(177, 106, 142, 0.1);
}

.pill-row h2 {
  margin: 0;
  color: #d3578d;
  line-height: 1;
  font-size: clamp(1.8rem, 4vw, 2.5rem);
}

.pill-row p {
  margin: 0.45rem 0 0;
  color: #6e6474;
}

.curve {
  height: 58px;
  background: var(--surface);
  border-top-left-radius: 999px;
  border-top-right-radius: 999px;
}

.info-band {
  margin-top: 1.3rem;
  border: 1px solid #d8edf1;
  border-radius: 30px;
  overflow: hidden;
  background: linear-gradient(180deg, #f2fbfc 0%, #f8feff 100%);
}

.curve-top {
  background: linear-gradient(180deg, #fffdfd, #f9fdfe);
  border-bottom: 1px solid rgba(198, 231, 236, 0.65);
}

.info-band__inner {
  padding: 1.25rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.75rem;
}

.sheet {
  border: 1px solid #d7ebee;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.92);
  padding: 1.2rem 1.1rem;
}

.sheet h2 {
  margin: 0;
  color: #385861;
  font-size: clamp(1.4rem, 2.4vw, 2rem);
}

.sheet p {
  margin: 0.7rem 0 0;
  line-height: 1.7;
}

.sheet ul {
  margin: 0.8rem 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.52rem;
}

.sheet li {
  position: relative;
  padding-right: 1.05rem;
}

.sheet li::before {
  content: "";
  position: absolute;
  width: 0.45rem;
  height: 0.45rem;
  top: 0.56rem;
  right: 0;
  border-radius: 50%;
  background: #7ebfc7;
}

.story {
  margin-top: 1.2rem;
}

.story__ribbon {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  border-radius: 28px;
  overflow: hidden;
  border: 1px solid #f1c8da;
  box-shadow: 0 18px 30px rgba(184, 112, 150, 0.16);
}

.story__ribbon figure {
  margin: 0;
  min-height: 330px;
}

.story__ribbon img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: 50% 30%;
}

.story__ribbon article {
  padding: 1.6rem 1.5rem;
  background:
    radial-gradient(circle at 84% 14%, rgba(255, 255, 255, 0.75), transparent 40%),
    linear-gradient(150deg, #ffdcea 0%, #ffc3dc 100%);
}

.story__ribbon h2 {
  margin: 0;
  color: #8c3d63;
  font-size: clamp(1.55rem, 2.7vw, 2.15rem);
}

.story__ribbon p {
  margin: 0.72rem 0 0;
  color: #653f53;
  line-height: 1.72;
}

.coverage {
  margin-top: 1.2rem;
  border: 1px solid var(--line);
  border-radius: 26px;
  padding: 1.45rem;
  background: var(--surface);
  box-shadow: 0 14px 28px rgba(135, 90, 114, 0.09);
}

.coverage h2 {
  margin: 0;
  color: #3b3342;
  font-size: clamp(1.5rem, 2.5vw, 2.08rem);
}

.coverage p {
  margin: 0.62rem 0 0;
  color: var(--muted);
}

.coverage__grid {
  margin-top: 0.95rem;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.55rem;
}

.coverage__grid article {
  border: 1px solid #e6f0f1;
  background: linear-gradient(180deg, #f6fcfd 0%, #ffffff 100%);
  border-radius: 14px;
  padding: 0.72rem;
  text-align: center;
}

.coverage__grid p {
  margin: 0;
  font-weight: 700;
  color: #40545d;
}

.coverage__grid strong {
  display: block;
  margin-top: 0.38rem;
  color: #d45b91;
}

.reviews {
  margin-top: 1.2rem;
  border: 1px solid #cae8ec;
  border-radius: 30px;
  overflow: hidden;
  background: linear-gradient(180deg, #eff9fb 0%, #e4f3f6 100%);
}

.reviews h2 {
  margin: 0;
  text-align: center;
  color: #3b5962;
  padding: 1.1rem 1rem 0;
  font-size: clamp(1.45rem, 2.3vw, 1.9rem);
}

.reviews__slider {
  padding: 1rem 1.1rem 1.3rem;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 0.7rem;
  align-items: center;
}

.reviews__slider button {
  border: 1px solid #c4dde1;
  background: #fff;
  color: #55848b;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  font-size: 1.05rem;
  cursor: pointer;
}

.reviews blockquote {
  margin: 0;
  border-radius: 18px;
  border: 1px solid #d4e7ea;
  background: rgba(255, 255, 255, 0.9);
  padding: 1rem;
  color: #475765;
  line-height: 1.72;
}

.reviews cite {
  display: block;
  margin-top: 0.65rem;
  color: #8d6f81;
  font-style: normal;
  font-weight: 700;
}

.deep {
  margin-top: 1.25rem;
  display: grid;
  grid-template-columns: 0.94fr 1.06fr;
  gap: 0.8rem;
}

.deep__media {
  margin: 0;
  border-radius: 24px;
  overflow: hidden;
  border: 1px solid #e8d6e1;
  box-shadow: 0 18px 30px rgba(155, 106, 132, 0.14);
}

.deep__media img {
  width: 100%;
  height: 100%;
  min-height: 400px;
  display: block;
  object-fit: cover;
  object-position: 50% 24%;
}

.deep__copy {
  border: 1px solid var(--line);
  border-radius: 24px;
  background: linear-gradient(180deg, #fffefe 0%, #fff4fa 100%);
  padding: 1.45rem;
}

.deep__copy h2 {
  margin: 0;
  color: #3d3242;
  font-size: clamp(1.5rem, 2.6vw, 2.08rem);
}

.deep__copy ol {
  margin: 1rem 0 0;
  padding: 0;
  list-style: none;
  counter-reset: line;
  display: grid;
  gap: 0.55rem;
}

.deep__copy li {
  counter-increment: line;
  border: 1px solid #f0d8e4;
  border-radius: 14px;
  padding: 0.62rem 0.82rem;
  background: #fff;
  position: relative;
  padding-right: 2.25rem;
}

.deep__copy li::before {
  content: counter(line);
  position: absolute;
  right: 0.7rem;
  top: 0.5rem;
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #fff;
  font-size: 0.76rem;
  font-weight: 800;
  background: linear-gradient(145deg, #f39bbf, #d95a91);
}

.faq {
  margin-top: 1.2rem;
  border-radius: 24px;
  border: 1px solid #e9d6e2;
  background: #fff;
  padding: 1.25rem;
}

.faq h2 {
  margin: 0;
  color: #3f3444;
  font-size: clamp(1.4rem, 2.3vw, 1.88rem);
}

.faq details {
  margin-top: 0.62rem;
  border: 1px solid #edd8e5;
  border-radius: 14px;
  padding: 0.72rem 0.85rem;
  background: linear-gradient(180deg, #fffefe, #fff8fc);
}

.faq summary {
  cursor: pointer;
  font-weight: 700;
  color: #5c4a5e;
}

.faq details p {
  margin: 0.52rem 0 0;
  color: #7a6e7f;
  line-height: 1.68;
}

.lead {
  margin-top: 1.2rem;
  border: 1px solid #f1c6d9;
  border-radius: 30px;
  overflow: hidden;
  display: grid;
  grid-template-columns: 1.03fr 0.97fr;
  box-shadow: 0 22px 36px rgba(176, 102, 141, 0.16);
}

.lead__copy {
  padding: 1.6rem 1.5rem;
  background:
    radial-gradient(circle at 17% 11%, rgba(255, 235, 245, 0.88), transparent 40%),
    linear-gradient(154deg, #ffd4e5 0%, #ffc2da 100%);
}

.lead__copy h2 {
  margin: 0;
  color: #8a3e64;
  font-size: clamp(1.55rem, 2.7vw, 2.22rem);
}

.lead__copy p {
  margin: 0.78rem 0 0;
  color: #694c5e;
}

.form {
  padding: 1.3rem;
  display: grid;
  gap: 0.62rem;
  background: linear-gradient(180deg, #fffefe, #fff8fc);
}

label {
  display: grid;
  gap: 0.3rem;
  color: #584858;
  font-weight: 700;
}

input {
  font: inherit;
  border: 1px solid #edd6e3;
  border-radius: 12px;
  padding: 0.63rem 0.72rem;
  background: rgba(255, 255, 255, 0.9);
  color: #3f3648;
}

input:focus {
  outline: 2px solid rgba(237, 131, 179, 0.3);
  border-color: #d86196;
}

.reveal {
  animation: rise 640ms ease both;
}

@keyframes rise {
  from {
    opacity: 0;
    transform: translateY(16px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 1020px) {
  .hero,
  .story__ribbon,
  .deep,
  .lead {
    grid-template-columns: 1fr;
  }

  .hero__media {
    min-height: 350px;
  }

  .pill-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .coverage__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .info-band__inner {
    grid-template-columns: 1fr;
  }

  .deep__media img {
    min-height: 320px;
  }
}

@media (max-width: 760px) {
  .meta-bar__inner {
    min-height: 66px;
    flex-direction: column;
    justify-content: center;
    padding: 0.45rem 0;
    gap: 0.55rem;
  }

  .brand-logo img {
    width: 150px;
  }

  .meta-contact {
    margin-inline: 0;
  }

  .page {
    width: min(1080px, 94vw);
    padding-top: 0.9rem;
  }

  .hero__copy {
    padding: 1.5rem 1.1rem;
  }

  .coverage,
  .faq,
  .deep__copy {
    padding: 1rem;
  }

  .story__ribbon article,
  .lead__copy {
    padding: 1.2rem 1rem;
  }

  .form {
    padding: 1rem;
  }

  .reviews__slider {
    grid-template-columns: 1fr;
  }

  .reviews__slider button {
    display: none;
  }
}

@media (max-width: 560px) {
  .hero__chips {
    gap: 0.34rem;
  }

  .hero__chips li {
    font-size: 0.8rem;
  }

  .pill-row,
  .coverage__grid {
    grid-template-columns: 1fr;
  }
}
