@import url("https://fonts.googleapis.com/css2?family=Pacifico&family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
:root {
  --bg: #fffdfc;
  --bg-soft: #fff6f7;
  --blush: #fdeef2;
  --pink: #f28bb0;
  --pink-strong: #ef6c9a;
  --pink-soft: #ffd2df;
  --text: #332c2d;
  --muted: #7a6f71;
  --line: rgba(239, 108, 154, 0.28);
  --shadow: 0 22px 60px rgba(66, 32, 40, 0.12);
  --container: 1420px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  overflow-x: hidden;
  font-family: "Poppins", sans-serif;
}

img,
svg {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  font: inherit;
}

.container {
  width: min(calc(100% - 40px), var(--container));
  margin: 0 auto;
}

.section {
  position: relative;
  padding: 80px 0;
}

.section--blush {
  background: linear-gradient(180deg, #fff8fb 0%, #fdf0f4 100%);
}

.section--mist {
  background: #f8edec;
}

.section-title {
  margin: 0;
  letter-spacing: -0.03em;
  color: var(--Black, #000);
  font-family: "Playfair Display";
  font-style: normal;
  font-weight: 600;
  font-size: clamp(1.8rem, 2.5vw, 2rem);
  line-height: 41.6px;
}

.section-title--center {
  text-align: center;
}

.section-title--light {
  color: #fff;
  font-family: "Playfair Display";
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 52.8px;
  letter-spacing: -0.96px;
}

.hero {
  position: relative;
  min-height: 100vh;
  color: #fff;
  overflow: hidden;
}

.hero__bg,
.banner__bg {
  position: absolute;
  inset: 0;
  transform: translate(0%, 0%) !important;
}

.hero__bg {
  background:
    linear-gradient(
      180deg,
      rgba(13, 10, 10, 0.68) 0%,
      rgba(28, 19, 12, 0.42) 25%,
      rgba(32, 22, 16, 0.16) 58%,
      rgba(22, 14, 12, 0.78) 100%
    ),
    radial-gradient(
      circle at 8% 12%,
      rgba(255, 223, 146, 0.34) 0%,
      rgba(255, 223, 146, 0.08) 18%,
      transparent 40%
    ),
    linear-gradient(
      90deg,
      rgba(43, 27, 14, 0.92) 0%,
      rgba(110, 78, 43, 0.42) 50%,
      rgba(21, 19, 28, 0.82) 100%
    );
  filter: saturate(0.92) contrast(1.02);
}

.hero__video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  transform: scale(1.02);
}

.hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.28) 0%,
    rgba(0, 0, 0, 0.06) 40%,
    rgba(0, 0, 0, 0.38) 100%
  );
}
.header-logo {
  display: flex;
  justify-content: space-between;
}
.topbar {
  text-align: center;
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
  align-items: center;
  height: 90px;
  display: flex;
  width: 100%;
  justify-content: space-around;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.8) 0%,
    rgba(0, 0, 0, 0) 100%
  );
}

.brand__mark {
  display: inline-flex;
  align-items: center;
}

.brand__mark img {
  display: block;
  width: 162px;
  height: auto;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  border: 0;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    background-color 180ms ease;
  will-change: transform;
  cursor: pointer;
}

.btn--pill {
  border-radius: 999px;
  padding: 8px 18px;
  font-weight: 700;
  font-size: 0.9rem;
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.btn--primary {
  color: #fff;
  border-radius: 100px;
  background: var(--Rose-Pompadour, #f0779c);
  padding: 10px 36px;
}

.btn--floating {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 1000;
  margin: 0;
  box-shadow: 0 18px 38px rgba(239, 109, 155, 0.36);
}

.btn:hover,
.store-badge:hover,
.social-icon:hover,
.feature-card:hover,
.support-card:hover {
  transform: translateY(-2px);
}

.hero__content {
  position: relative;
  z-index: 2;
  text-align: center;
  min-height: 100vh;
  padding: clamp(7.5rem, 14vw, 9.5rem) 0 6rem;
  display: grid;
  justify-items: center;
  align-content: center;
}

.hero__eyebrow {
  margin: 0 0 18px;
  font-size: 0.95rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.7);
}

.hero__title {
  margin: 0;
  font-size: clamp(2rem, 3.5vw, 3rem);
  font-style: normal;
  font-weight: 700;
  line-height: 66px; /* 137.5% */
  letter-spacing: -0.96px;
  font-family: "Playfair Display";
}

.hero__signature {
  margin-top: 3.4rem;
  display: grid;
  justify-items: center;
  gap: 0.2rem;
}

.hero__name {
  font-size: clamp(2rem, 2.4vw, 2.7rem);
  font-family: "Pacifico";
  color: var(--Rose-Pompadour, #f0779c);
  text-align: center;
  font-style: normal;
  font-weight: 400;
  line-height: 33.6px;
}
.image-card img {
  width: 100%;
}
.hero__role {
  color: var(--White, #fff);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  margin-top: 12px;
}

.intro {
  background: #fff;
}

.intro__inner {
  max-width: 1000px;
  text-align: center;
  margin: 0 auto;
  display: grid;
  gap: 1.6rem;
  font-size: 1rem;
  line-height: 1.8;
  color: #4d4244;
}
.intro__inner p {
  margin: 0;
  color: var(--Black, #000);
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28.8px;
}

.story__grid,
.cta__grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: clamp(2rem, 4vw, 4rem);
  align-items: center;
}

.story__copy p {
  margin: 0 0 1rem;
  color: #363636;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 25.6px;
}

.story__copy .section-title {
  margin-bottom: 1.35rem;
}

.image-card {
  position: relative;
  border-radius: 40px;
  overflow: hidden;
  background-size: cover;
  background-position: center;
}

.image-card__wash {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(
      circle at 68% 28%,
      rgba(255, 255, 255, 0.95) 0 16%,
      transparent 17%
    ),
    radial-gradient(
      circle at 75% 35%,
      rgba(224, 196, 177, 0.86) 0 9%,
      transparent 10%
    ),
    radial-gradient(
      circle at 82% 26%,
      rgba(51, 35, 28, 0.7) 0 6%,
      transparent 7%
    ),
    radial-gradient(
      circle at 50% 60%,
      rgba(241, 181, 194, 0.72) 0 13%,
      transparent 14%
    ),
    radial-gradient(
      circle at 65% 58%,
      rgba(230, 215, 207, 0.82) 0 15%,
      transparent 16%
    ),
    linear-gradient(180deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0));
  mix-blend-mode: screen;
  opacity: 0.8;
}

.image-card__note {
  position: absolute;
  left: 18px;
  bottom: 16px;
  padding: 0.4rem 0.7rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.56);
  color: #614a4f;
  font-size: 0.72rem;
  backdrop-filter: blur(8px);
}

.section-heading {
  max-width: 740px;
  margin: 0 auto 2.5rem;
  text-align: center;
}

.section-heading p {
  margin: 1rem 0 0;
  color: #49473d;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 25.6px;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  margin-top: 2rem;
  border-radius: 28px;
}

.feature-card {
  text-align: center;
  padding: 1.5rem 1.2rem 1.6rem;
  background: rgba(255, 255, 255, 0.64);
  border-right: 1px solid rgba(239, 108, 154, 0.16);
  transition:
    transform 200ms ease,
    box-shadow 200ms ease;
}

.feature-card:last-child {
  border-right: 0;
}

.feature-card__icon {
  width: 56px;
  height: 56px;
  margin: 0 auto 1rem;
  border-radius: 50%;
  border: 1.5px solid var(--line);
  display: grid;
  place-items: center;
  color: var(--pink);
}

.feature-card__icon svg {
  width: 28px;
  height: 28px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.feature-card h3,
.support-card h3 {
  margin: 0 0 0.5rem;
  color: #1b1c1c;
  text-align: center;
  font-family: "Playfair Display";
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 33.6px;
}

.feature-card p,
.support-card p {
  margin: 0;
  color: #49473d;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}
.support-card h3,
.support-card p {
  text-align: left;
}
.benefit-box {
  margin: 2rem 0 1.6rem;
  padding: 20px 25px;
  display: flex;
  align-items: center;
  gap: 1rem;
  box-shadow: 0 14px 42px rgba(239, 108, 154, 0.08);
  border-radius: 32px;
  border: 1px solid #f0779c;
  background: #fceeee;
  backdrop-filter: blur(10px);
}

.benefit-box__icon {
  width: 36px;
  height: 36px;
  flex: 0 0 36px;
  display: grid;
  place-items: center;
  color: var(--pink);
}

.benefit-box__icon svg {
  width: 26px;
  height: 26px;
  fill: currentColor;
}

.benefit-box p {
  margin: 0;
  letter-spacing: -0.02em;
  color: #1b1c1c;
  font-family: "Playfair Display";
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 34px;
}

.benefit-box span {
  color: #f0779c;
}

.support-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.2rem;
}

.support-card {
  display: flex;
  gap: 1rem;
  padding: 1.35rem 1.3rem;
  box-shadow: 0 14px 36px rgba(231, 178, 190, 0.08);
  transition:
    transform 200ms ease,
    box-shadow 200ms ease;
  border-radius: 32px;
  border: 1px solid #ffc6d8;
  background: rgba(251, 249, 248, 0.75);
  backdrop-filter: blur(10px);
}
.support-card__icon {
  width: 50px;
  height: 50px;
  flex: 0 0 50px;
  border-radius: 50%;
  border: 1.5px solid var(--line);
  display: grid;
  place-items: center;
  color: var(--pink);
}

.support-card__icon svg {
  width: 26px;
  height: 26px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.banner-section {
  background: url("img/consistency-key-bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 150px 0px;
  min-height: 600px;
}

.banner-section p {
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 29.25px;
  max-width: 576px;
}
.section-join-soltribe {
  color: #1b1c1c;
  font-family: "Playfair Display";
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 52.8px;
  letter-spacing: -0.96px;
}
.cta__copy p {
  margin: 30px 0px;
  color: #49473d;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28.8px;
}
.store-badges {
  display: flex;
  gap: 0.8rem;
}

.store-link {
  position: relative;
  z-index: 2;
  display: inline-flex;
}

.store-badge {
  min-width: 138px;
  height: 44px;
  padding: 0.42rem 0.74rem;
  border-radius: 10px;
  background: #0f0f10;
  color: #fff;
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.16);
  transition:
    transform 180ms ease,
    box-shadow 180ms ease;
}

.store-badge__icon {
  font-size: 1.25rem;
  line-height: 1;
}

.store-badge__play {
  width: 16px;
  height: 18px;
  background: linear-gradient(
    135deg,
    #33d17a 0 47%,
    transparent 47% 51%,
    #ffcf5d 51% 70%,
    transparent 70% 74%,
    #3d7eff 74% 100%
  );
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}

.store-badge__text {
  display: grid;
  line-height: 1.05;
}

.store-badge__text small {
  font-size: 0.58rem;
  letter-spacing: 0.04em;
}

.store-badge__text strong {
  font-size: 1rem;
  font-weight: 700;
}

.phones {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 1rem;
  padding-top: 1.5rem;
}

.phone {
  position: relative;
  width: 220px;
  height: 430px;
  border-radius: 38px;
  padding: 10px;
  background: linear-gradient(180deg, #111116 0%, #22222b 100%);
  box-shadow: 0 24px 48px rgba(31, 15, 18, 0.24);
  transform-origin: center bottom;
}

.phone--left {
  transform: translateY(-8px);
}

.phone--right {
  transform: translateY(50px) !important;
}

.phone__notch {
  width: 42%;
  height: 18px;
  margin: 0 auto 10px;
  background: #111116;
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
}

.phone__screen {
  height: calc(100% - 28px);
  background: linear-gradient(180deg, #fff 0%, #fff8f9 100%);
  border-radius: 28px;
  overflow: hidden;
  padding: 0.9rem;
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
}

.phone__screen--session {
  background: linear-gradient(180deg, #fffafc 0%, #fff 100%);
}

.phone__screen--exercise {
  background: linear-gradient(180deg, #fff 0%, #fff6f7 100%);
}

.phone__header {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  font-size: 0.72rem;
  color: #7a6a6e;
}

.phone__header strong {
  display: block;
  font-size: 0.8rem;
  color: #2d2426;
}

.phone__header span {
  display: block;
}

.avatar {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: linear-gradient(135deg, #f2c6c4, #b06f70);
}

.dot {
  margin-left: auto;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--pink);
}

.session-card {
  border-radius: 18px;
  overflow: hidden;
  background: #f4f1f2;
  padding: 0.7rem;
  box-shadow: inset 0 0 0 1px rgba(239, 108, 154, 0.06);
}

.session-card__tag {
  font-size: 0.64rem;
  color: #8f7e82;
  margin-bottom: 0.5rem;
}

.session-card__photo {
  height: 126px;
  border-radius: 14px;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.36)),
    radial-gradient(
      circle at 40% 30%,
      rgba(255, 233, 210, 0.92) 0 7%,
      transparent 8%
    ),
    linear-gradient(135deg, #271d1f 0%, #7c5035 45%, #c39b74 100%),
    url("assets/phone-session.jpg");
  background-size: cover;
  background-position: center;
}

.session-card__title {
  margin-top: -2.7rem;
  position: relative;
  z-index: 1;
  color: #fff;
  font-weight: 800;
  font-size: 1rem;
  padding-left: 0.2rem;
}

.session-card__button,
.main-pill,
.exercise-actions button {
  border: 0;
  border-radius: 999px;
  background: linear-gradient(180deg, #ff9eb8, #ee6e9b);
  color: #fff;
  font-weight: 700;
  cursor: pointer;
  box-shadow: 0 12px 22px rgba(239, 108, 154, 0.3);
}

.session-card__button {
  margin-top: 0.6rem;
  width: 100%;
  height: 34px;
}

.mini-panel {
  border-radius: 16px;
  background: #fff;
  padding: 0.7rem;
  box-shadow: inset 0 0 0 1px rgba(239, 108, 154, 0.08);
}

.mini-panel span {
  display: block;
  font-size: 0.67rem;
  color: #8a7a7d;
  margin-bottom: 0.45rem;
}

.mini-panel__chips {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.45rem;
}

.mini-panel__chips div,
.exercise-actions button {
  background: #fff8fb;
  border: 1px solid rgba(239, 108, 154, 0.16);
  color: #8a6a71;
  border-radius: 12px;
  padding: 0.45rem 0.3rem;
  font-size: 0.68rem;
  text-align: center;
}

.main-pill {
  margin-top: auto;
  height: 34px;
}

.exercise-topbar {
  display: flex;
  justify-content: space-between;
  font-size: 0.62rem;
  color: #8a7b7f;
}

.exercise-timer {
  text-align: center;
  font-size: 1.25rem;
  font-weight: 800;
  color: #1f1b1d;
}

.exercise-photo {
  height: 144px;
  border-radius: 16px;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.28)),
    radial-gradient(
      circle at 55% 36%,
      rgba(255, 233, 212, 0.95) 0 8%,
      transparent 9%
    ),
    linear-gradient(135deg, #3d2e2e 0%, #a57d59 40%, #dfc9a7 100%),
    url("assets/phone-exercise.jpg");
  background-size: cover;
  background-position: center;
}

.exercise-title {
  margin-top: -0.35rem;
  font-weight: 700;
  color: #6a595f;
  text-align: center;
}

.exercise-stats {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.55rem;
}

.exercise-stats > div {
  background: #fff;
  border-radius: 14px;
  padding: 0.55rem 0.6rem;
  text-align: center;
  box-shadow: inset 0 0 0 1px rgba(239, 108, 154, 0.1);
}

.exercise-stats small {
  display: block;
  font-size: 0.62rem;
  color: #8a7a7d;
}

.exercise-stats strong {
  display: block;
  margin-top: 0.2rem;
  color: #2c2225;
}

.exercise-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.42rem;
}

.exercise-actions button {
  padding: 0.45rem 0.25rem;
  font-size: 0.62rem;
}

.button-accent {
  color: #ef6d9b;
  background: #fff;
}

.main-pill--footer {
  margin-top: 0.2rem;
}

.footer {
  padding-top: 74px;
  padding-bottom: 42px;
  background: linear-gradient(180deg, #fff 0%, #fffdfd 100%);
}

.footer__grid {
  position: relative;
  display: grid;
  gap: 2.8rem;
}
.email-link {
  color: #ef7b9c;
  text-decoration: underline;
}
.footer__top {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8rem;
  align-items: self-start;
  justify-content: space-between;
  justify-items: end;
}

.footer__contact {
  display: flex;
  flex-direction: column;
  align-items: self-start;
  gap: 12px;
}
article.footer-card {
  text-align: center;
}
.footer__title,
.footer__follow-title {
  margin: 0;
  font-family: "Playfair Display";
  font-size: 40px;
  line-height: 0.98;
  letter-spacing: -0.03em;
  color: #20191b;
  white-space: pre;
}
.footer__contact p {
  margin: 0;
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.96px;
}

.footer__cta {
  width: fit-content;
  margin-top: 0.2rem;
  padding-inline: 22px;
}

.footer__cards {
  display: grid;
  gap: 1.2rem;
}

.footer-card__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 0.45rem;
}

.footer-card h3 {
  margin: 0;
  font-family: "Playfair Display";
  font-size: 24px;
  line-height: 1;
  color: #20191b;
}

.footer-card p {
  margin: 0px;
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.96px;
}

.footer-card__icon {
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  color: #8f8a8d;
}

.footer-card__icon svg {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.footer__social {
  display: grid;
  gap: 1.8rem;
}

.social-list {
  display: flex;
  gap: 0.9rem;
  flex-wrap: wrap;
}

.social-icon {
  position: relative;
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease;

  overflow: visible;
}

.social-icon::before,
.social-icon::after {
  position: absolute;
  left: 50%;
  bottom: calc(100% + 10px);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translate(-50%, 6px);
  transition:
    opacity 160ms ease,
    transform 160ms ease,
    visibility 160ms ease;
  z-index: 2;
}

.social-icon::before {
  content: attr(data-tooltip);
  padding: 6px 10px;
  border-radius: 999px;
  background: #20191b;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  white-space: nowrap;
  box-shadow: 0 10px 24px rgba(32, 25, 27, 0.18);
}

.social-icon::after {
  content: "";
  bottom: calc(100% + 5px);
  border: 5px solid transparent;
  border-top-color: #20191b;
}

.social-icon:hover::before,
.social-icon:hover::after,
.social-icon:focus-visible::before,
.social-icon:focus-visible::after {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, 0);
}

.footer__bottom {
  margin-top: 0.8rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  color: #6d6164;
  font-family: "Poppins", sans-serif;
  font-size: 0.88rem;
  border-top: 1px solid #e5e5e5;
  padding-top: 20px;
}

.footer__bottom p {
  margin: 0;
  color: var(--Black, #000);
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 95%;
}

.footer__links {
  display: flex;
  flex-wrap: wrap;
  gap: 1.9rem;
}

.footer__links a {
  position: relative;
  color: var(--Black, #000);
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 95%;
  text-decoration-line: underline;
}

.footer__watermark {
  position: absolute;
  right: 0;
  bottom: 10px;
  width: min(30vw, 260px);
  aspect-ratio: 1;
  opacity: 0.45;
  pointer-events: none;
  background:
    radial-gradient(
      circle at 56% 50%,
      rgba(247, 244, 244, 0.96) 0 7%,
      transparent 8%
    ),
    radial-gradient(
      circle at 43% 46%,
      rgba(247, 244, 244, 0.96) 0 12%,
      transparent 13%
    ),
    radial-gradient(
      circle at 62% 62%,
      rgba(247, 244, 244, 0.96) 0 10%,
      transparent 11%
    ),
    linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
  filter: blur(2px);
}

.legal-page {
  background: #fffdfc;
  color: #2a2324;
  font-family: "Inter", sans-serif;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.legal-header {
  position: relative;
  z-index: 10;
  flex-shrink: 0;
}

.legal-header .topbar {
  position: relative;
  top: auto;
  left: auto;
  width: 100%;
  height: auto;
  min-height: 90px;
  background: transparent;
}

.header-logo--legal {
  justify-content: flex-start;
}

.legal-page .footer {
  flex-shrink: 0;
  margin-top: auto;
}

.legal-page .reveal {
  opacity: 1;
  visibility: visible;
  transform: none;
}

.legal-main {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 36px 0 86px;
}

.legal-doc {
  max-width: min(calc(100% - 40px), var(--container));
  margin: 0 auto;
}

.legal-kicker {
  margin: 0 0 1rem;
  color: #ff7fa7;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.legal-title {
  margin: 0;
  font-family: "Playfair Display";
  font-size: clamp(2.4rem, 2.7vw, 3.2rem);
  line-height: 0.96;
  letter-spacing: -0.03em;
  font-weight: 500;
  color: #2a2324;
}

.legal-lead {
  margin: 1rem 0 0;
  max-width: 1000px;
  font-size: 1.04rem;
  line-height: 1.55;
  color: #42393b;
}

.legal-section {
  margin-top: 2.8rem;
}

.legal-section h2 {
  margin: 0 0 1rem;
  font-family: "Playfair Display";
  font-size: clamp(2rem, 2.9vw, 1.8rem);
  line-height: 1;
  font-weight: 500;
  color: #2b2324;
}

.legal-section h3 {
  margin: 1.55rem 0 0.45rem;
  font-size: 1.02rem;
  line-height: 1.35;
  font-weight: 700;
  color: #2f292b;
}

.legal-section p {
  margin: 0.55rem 0 0;
  font-size: 0.98rem;
  line-height: 1.58;
  color: #5a5052;
}

.legal-section p + p {
  margin-top: 1rem;
}

.legal-list {
  margin: 0.7rem 0 0;
  padding: 0;
  list-style: none;
}

.legal-list li {
  position: relative;
  padding-left: 0.9rem;
  margin-top: 0.8rem;
  font-size: 0.98rem;
  line-height: 1.55;
  color: #5a5052;
}

.legal-list li::before {
  content: "•";
  position: absolute;
  left: 0;
  top: 0;
  color: #4f4548;
}

.legal-divider {
  margin: 1.6rem 0 0.9rem;
  border: 0;
  border-top: 1px solid rgba(43, 35, 36, 0.08);
}

.legal-subblock {
  margin-top: 1.15rem;
}

.legal-strong {
  font-weight: 700;
  color: #2f292b;
}

.legal-center-note {
  margin-top: 2.2rem;
  padding-top: 1.2rem;
  border-top: 1px solid rgba(43, 35, 36, 0.08);
  text-align: center;
  color: #595052;
}

.legal-center-note p {
  margin: 0;
  font-size: 1rem;
}

.legal-email {
  display: inline-block;
  margin-top: 0.9rem;
  color: #ff7fa7;
  font-family: "Playfair Display";
  font-size: 1.7rem;
  line-height: 1;
  text-decoration: none;
}

.legal-email--left {
  margin-top: 1rem;
}

.legal-footer-space {
  height: 40px;
}

.legal-loader {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 0;
}

.legal-loader[hidden] {
  display: none !important;
}

.legal-doc[hidden] {
  display: none !important;
}

.legal-loader__spinner {
  width: 42px;
  height: 42px;
  border: 3px solid var(--pink-soft);
  border-top-color: var(--pink-strong);
  border-radius: 50%;
  animation: legal-loader-spin 0.75s linear infinite;
}

@keyframes legal-loader-spin {
  to {
    transform: rotate(360deg);
  }
}

.legal-error {
  margin: 0 0 1rem;
  font-size: 1rem;
  line-height: 1.55;
  color: #b42318;
}

.legal-content {
  margin-top: 1.5rem;
}

.legal-content p {
  margin: 0.55rem 0 0;
  font-size: 0.98rem;
  line-height: 1.58;
  color: #5a5052;
}

.legal-content p + p {
  margin-top: 1rem;
}

.legal-content a {
  color: #ff7fa7;
  text-decoration: none;
}

.legal-content a:hover {
  text-decoration: underline;
}

.reveal {
  opacity: 1;
}
.footer-card .btn.btn--pill {
  margin-bottom: 10px;
}
@media (max-width: 1100px) {
  .feature-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .phones img {
    width: 60%;
    margin: 0 auto;
  }
  .feature-card:nth-child(2),
  .feature-card:nth-child(4) {
    border-right: 0;
  }

  .support-grid,
  .story__grid,
  .cta__grid {
    grid-template-columns: 1fr;
  }
  .story__grid,
  .cta__grid .cta__copy.reveal {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .story__media {
    order: -1;
  }

  .phones {
    justify-content: center;
  }
  .section-join-soltribe {
    margin-bottom: 0px;
  }
  .footer__top {
    grid-template-columns: 1fr;
    gap: 1.6rem;
    justify-items: self-start;
  }

  .footer__contact {
    max-width: 100%;
  }

  .footer-card p {
    max-width: none;
  }
}

@media (max-width: 760px) {
.benefit-box, .support-card {
flex-wrap: wrap;
}
  .container {
    width: min(calc(100% - 28px), var(--container));
  }

  .section {
    padding: 70px 0;
  }

  .topbar {
    height: 64px;
  }

  .brand__mark img {
    width: 146px;
  }

  .btn--pill {
    padding: 8px 16px;
    font-size: 0.84rem;
  }

  .btn--floating {
    right: 14px;
    bottom: 14px;
    padding: 9px 18px;
    font-size: 0.82rem;
  }

  .hero {
    min-height: 92vh;
  }
  article.footer-card {
    text-align: left;
  }
  .phones img {
    width: 80%;
    margin: 0 auto;
  }
  .hero__bg {
    background:
      linear-gradient(
        180deg,
        rgba(13, 10, 10, 0.58) 0%,
        rgba(28, 19, 12, 0.34) 25%,
        rgba(32, 22, 16, 0.12) 58%,
        rgba(22, 14, 12, 0.7) 100%
      ),
      radial-gradient(
        circle at 12% 10%,
        rgba(255, 223, 146, 0.22) 0%,
        rgba(255, 223, 146, 0.05) 18%,
        transparent 40%
      ),
      linear-gradient(
        90deg,
        rgba(43, 27, 14, 0.82) 0%,
        rgba(110, 78, 43, 0.34) 50%,
        rgba(21, 19, 28, 0.72) 100%
      );
  }

  .hero__video {
    object-position: center center;
  }

  .hero__content {
    padding: 6.5rem 0 5.5rem;
  }

  .hero__title {
    font-size: clamp(2rem, 3.6vw, 3.2rem);
    line-height: normal;
  }

  .hero__eyebrow {
    font-size: 0.8rem;
  }

  .intro__inner,
  .section-heading p,
  .story__copy p,
  .banner__copy p,
  .cta__copy p {
    font-size: 0.95rem;
  }
  .intro__inner {
    gap: 0.6rem;
  }
  .intro__inner p {
    font-size: 16px;
  }
  .image-card {
    border-radius: 24px;
  }

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

  .feature-card {
    border-right: 0;
    border-bottom: 1px solid rgba(239, 108, 154, 0.16);
    padding: 1.5rem 0rem 1.6rem;
  }

  .feature-card:last-child {
    border-bottom: 0;
  }

  .benefit-box {
    align-items: flex-start;
    padding: 1.05rem 1rem;
  }

  .benefit-box p {
    font-size: 1.08rem;
    line-height: 1.2;
  }

  .banner {
    min-height: 238px;
  }

  .banner__copy {
    max-width: 360px;
    padding-left: 0;
  }

  .banner__copy p {
    font-size: 0.92rem;
  }

  .banner__bg {
    background-position: 76% center;
  }

  .phone {
    width: 180px;
    height: 358px;
    border-radius: 32px;
  }

  .phones {
    gap: 0.7rem;
    justify-content: center;
  }

  .cta__grid {
    gap: 2rem;
  }

  .footer__bottom {
    flex-direction: column;
    align-items: center;
  }

  .footer {
    padding-top: 58px;
  }

  .footer__title,
  .footer__follow-title {
    font-size: clamp(1.8rem, 4vw, 3rem);
    white-space: normal;
  }

  .footer-card h3 {
    font-size: 1.65rem;
  }

  .social-icon {
    width: 40px;
    height: 40px;
    border-radius: 11px;
  }
  .legal-main {
    padding: 0px 0 86px;
  }
  .section-title--light {
    font-size: 36px;
  }
  .banner-section {
    background-position: 70%;
  }
  .banner-section {
    background-position: 70%;
    padding: 70px 0px;
    min-height: 380px;
  }
  .section-join-soltribe {
    font-size: 32px;
    line-height: 1;
    margin-top: 0px;
  }
  .footer__contact p {
    max-width: max-content;
    font-size: 18px;
  }
  .feature-card h3,
  .support-card h3 {
    font-size: 20px;
  }
  .footer__grid {
    gap: 1rem;
  }
}

@media (max-width: 420px) {
  .hero__title {
    max-width: 12.2em;
  }

  .story__copy .section-title,
  .section-heading .section-title,
  .cta__copy .section-title,
  .footer__social .section-title {
    font-size: 1.8rem;
  }

  .support-card {
    padding: 1.05rem;
  }

  .support-card__icon {
    width: 42px;
    height: 42px;
    flex-basis: 42px;
  }

  .footer__links {
    gap: 1rem;
  }

  .store-badges {
    gap: 0.6rem;
  }

  .legal-header .topbar {
    min-height: 64px;
  }

  .legal-main {
    padding-top: 22px;
    padding-bottom: 64px;
  }

  .legal-title {
    font-size: clamp(2.4rem, 2.7vw, 3.2rem);
  }

  .legal-lead,
  .legal-section p,
  .legal-list li {
    font-size: 0.94rem;
  }

  .legal-section h2 {
    font-size: clamp(1.8rem, 7vw, 2.25rem);
  }
}
