@font-face {
  font-family: "Gooper";
  src: url("assets/fonts/Gooper-Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Gooper";
  src: url("assets/fonts/Gooper-SemiBold.ttf") format("truetype");
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}

@font-face {
  font-family: "Gooper";
  src: url("assets/fonts/Gooper-Bold.ttf") format("truetype");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: "Gooper";
  src: url("assets/fonts/Gooper-Black.ttf") format("truetype");
  font-style: normal;
  font-weight: 900;
  font-display: swap;
}

:root {
  --teal-300: #80dede;
  --teal-500: #00bebe;
  --purple-300: #d2c4ee;
  --purple-500: #9e76d3;
  --green-300: #6ee7b7;
  --yellow-200: #ffeec6;
  --ink: #050609;
  --text: #252552;
  --muted: #9999aa;
  --surface: #f6f7fb;
  --white: #ffffff;
  --border: #d2d2db;
  --shadow: 0 8px 18px rgb(5 6 9 / 12%), 0 2px 4px rgb(5 6 9 / 8%);
  --display: "Gooper", "Cooper Black", Georgia, serif;
  --body: "Poppins", Arial, sans-serif;
  --utility: "Kumbh Sans", Arial, sans-serif;
}

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

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--surface);
  color: var(--text);
  font-family: var(--body);
  font-size: 18px;
  line-height: 1.55;
  overflow-x: hidden;
}

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

a {
  color: inherit;
}

button,
input,
textarea {
  font: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

:focus-visible {
  outline: 3px solid #ff8a00;
  outline-offset: 4px;
}

.skip-link {
  position: fixed;
  left: 1rem;
  top: 1rem;
  z-index: 100;
  padding: 0.75rem 1rem;
  border-radius: 0.5rem;
  background: var(--white);
  color: var(--ink);
  transform: translateY(-150%);
  transition: transform 180ms ease;
}

.skip-link:focus {
  transform: translateY(0);
}

.shell {
  width: min(1200px, calc(100% - 48px));
  margin-inline: auto;
}

h1,
h2,
p {
  margin-top: 0;
}

h1,
h2 {
  color: var(--ink);
  font-family: var(--display);
  line-height: 1.1;
}

h1 {
  margin-bottom: 20px;
  font-size: clamp(2rem, 3vw, 2.55rem);
  font-weight: 900;
  text-align: center;
}

h2 {
  margin-bottom: 24px;
  font-size: clamp(1.75rem, 2.4vw, 2.1rem);
  font-weight: 600;
}

p:last-child {
  margin-bottom: 0;
}

strong {
  font-weight: 700;
}

.pattern-panel {
  isolation: isolate;
  overflow: hidden;
  position: relative;
}

.pattern-panel::before {
  position: absolute;
  z-index: -1;
  inset: -40px;
  background-image: url("assets/pattern.png");
  background-position: center;
  background-size: 240px;
  content: "";
  opacity: 0.2;
  transform: rotate(-4deg) scale(1.08);
}

.hero {
  position: relative;
  min-height: 731px;
  border-radius: 0 0 200px 200px;
  background: linear-gradient(160deg, var(--teal-300), var(--teal-500) 60%);
}

.hero__content {
  display: flex;
  min-height: 731px;
  flex-direction: column;
  align-items: center;
  padding-top: 40px;
  text-align: center;
}

.hero__logo {
  width: min(300px, 70vw);
  height: auto;
  margin-bottom: 22px;
}

.hero__intro {
  width: min(914px, 100%);
  margin-bottom: 24px;
  font-weight: 700;
  line-height: 1.55;
}

.store-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}

.store-button {
  display: block;
  width: 225px;
  height: 75px;
  border-radius: 10px;
  overflow: hidden;
  background: var(--white);
  box-shadow: 0 2px 5px rgb(5 6 9 / 12%);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.store-button:hover {
  box-shadow: 0 10px 24px rgb(5 6 9 / 16%);
  transform: translateY(-3px);
}

.store-button img {
  width: 100%;
  height: 100%;
  border-radius: inherit;
  object-fit: cover;
  pointer-events: none;
}

.hero__people {
  display: flex;
  width: 100%;
  height: 239px;
  align-items: flex-end;
  justify-content: center;
  margin-top: auto;
  overflow: visible;
  pointer-events: none;
}

.hero__people img {
  width: min(29vw, 350px);
  min-width: 220px;
  flex: 0 0 auto;
  margin-right: -100px;
}

.hero__people img:last-child {
  margin-right: 0;
}

.hero__person--brunette {
  transform: scaleX(-1);
}

.hero__person--redhead {
  transform: scaleX(-1);
}

.feature {
  position: relative;
  overflow: hidden;
  padding-block: 100px;
}

.feature--tinted {
  background: var(--surface);
}

.feature--white,
.mission {
  background: var(--white);
}

.feature--rounded-top {
  border-radius: 100px 100px 0 0;
}

.feature__inner {
  display: grid;
  grid-template-columns: minmax(360px, 0.9fr) minmax(0, 1.55fr);
  align-items: center;
  gap: 60px;
}

.feature__inner--text-first {
  grid-template-columns: minmax(0, 1.55fr) minmax(360px, 0.9fr);
}

.feature__copy p {
  margin-bottom: 1.55rem;
  line-height: 1.55;
}

.feature__visual {
  position: relative;
  min-width: 0;
}

.decor {
  position: absolute;
  z-index: 0;
  width: 150px;
  height: 150px;
}

.feature__visual--cards {
  height: 462px;
}

.content-cards {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  width: 330px;
  transform: translate(-50%, -50%) rotate(-10deg);
}

.decor--psychology {
  top: 120px;
  left: -35px;
}

.decor--sophrology {
  top: -38px;
  right: -8px;
}

.decor--nutrition {
  right: -22px;
  bottom: -20px;
}

.content-card {
  position: relative;
  display: flex;
  min-height: 67px;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 10px;
  padding: 10px 15px;
  border-radius: 10px;
  box-shadow: var(--shadow);
  color: #5a377b;
  font-size: 14px;
  line-height: 1.15;
  overflow: hidden;
}

.content-card p {
  position: relative;
  z-index: 1;
  width: 92%;
  margin: 0;
}

.content-card--main {
  min-height: 257px;
  justify-content: flex-start;
  padding: 5px;
  background: var(--green-300);
  color: #064e3b;
}

.content-card--psychology {
  background: var(--purple-300);
}

.content-card--sophrology {
  background: var(--yellow-200);
  color: #7a290d;
}

.content-card__photo {
  width: 100%;
  height: 180px;
  border-radius: 5px;
  object-fit: cover;
}

.content-card__copy {
  padding: 8px 10px 5px;
}

.card-label {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 5px;
  font-family: var(--display);
  font-size: 12px;
  font-weight: 700;
}

.card-label img {
  width: 15px;
  height: 15px;
}

.card-character {
  position: absolute;
  z-index: 0;
  right: -3px;
  bottom: -24px;
  width: 120px;
  height: 120px;
}

.content-card--psychology .card-character,
.content-card--sophrology .card-character {
  top: 0;
  bottom: auto;
}

.feature__visual--map {
  height: 389px;
}

.map-card {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  width: 330px;
  transform: translate(-50%, -50%) rotate(10deg);
}

.map-card__map {
  position: relative;
  height: 254px;
  overflow: hidden;
  border: 1px solid var(--border);
  border-radius: 10px;
  box-shadow: var(--shadow);
}

.map-card__map > img:first-child {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.map-card__pin {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 45px;
  height: 49px;
  transform: translate(-50%, -50%);
}

.practitioner-card {
  min-height: 63px;
  margin-top: 20px;
  padding: 9px 15px;
  border: 1px solid var(--border);
  border-radius: 10px;
  background: var(--surface);
  box-shadow: var(--shadow);
  color: var(--ink);
  font-size: 14px;
}

.practitioner-card strong {
  font-weight: 400;
}

.practitioner-card > div {
  display: flex;
  gap: 30px;
  margin-top: 4px;
  color: var(--text);
  font-size: 12px;
  font-weight: 300;
}

.practitioner-card span {
  display: flex;
  align-items: center;
  gap: 5px;
}

.practitioner-card span img {
  width: 15px;
  height: 15px;
}

.decor--map-a {
  top: -10px;
  left: -35px;
}

.decor--map-b {
  top: -55px;
  right: -40px;
}

.decor--map-c {
  right: -54px;
  bottom: -8px;
}

.feature__visual--chat {
  height: 429px;
}

.chat-demo {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  width: 310px;
  transform: translate(-50%, -50%) rotate(-10deg);
}

.bubble {
  width: max-content;
  max-width: 250px;
  margin-bottom: 20px;
  padding: 16px;
  border-radius: 16px 16px 16px 0;
  background: var(--white);
  box-shadow: 0 6px 8px rgb(0 0 0 / 10%);
  color: var(--text);
  font-size: 14px;
  line-height: 1.15;
}

.bubble--user {
  margin-left: auto;
  border-radius: 16px 16px 0;
  background: var(--teal-300);
  color: var(--ink);
}

.typing-bubble {
  display: flex;
  width: 59px;
  height: 32px;
  align-items: center;
  gap: 5px;
  margin-bottom: 12px;
  padding: 5px 10px;
  border-radius: 16px 16px 16px 0;
  background: var(--white);
  box-shadow: 0 6px 8px rgb(0 0 0 / 10%);
}

.typing-bubble img {
  width: 8px;
  height: 8px;
}

.chat-composer {
  display: grid;
  grid-template-columns: 1fr 45px;
  gap: 10px;
  color: var(--muted);
  font-size: 14px;
}

.chat-composer > span:first-child {
  display: flex;
  height: 45px;
  align-items: center;
  padding: 10px;
  border: 1px solid var(--border);
  border-radius: 10px;
  background: var(--surface);
  box-shadow: 0 6px 8px rgb(0 0 0 / 10%);
}

.chat-composer__send {
  display: grid;
  width: 45px;
  height: 45px;
  place-items: center;
  border-radius: 10px;
  background: var(--teal-500);
  box-shadow: 0 6px 8px rgb(0 0 0 / 10%);
}

.chat-composer__send img {
  width: 22px;
  height: 22px;
}

.decor--chat-a {
  top: -25px;
  right: -5px;
}

.decor--chat-b {
  right: -10px;
  bottom: -15px;
}

.decor--chat-c {
  top: 105px;
  left: -48px;
}

.mission {
  padding: 120px 0 0;
}

.mission__visual {
  display: flex;
  width: min(800px, 80%);
  height: 150px;
  align-items: flex-end;
  justify-content: center;
  margin-inline: auto;
  border-radius: 50px;
  background: linear-gradient(150deg, #b5a2dc, var(--purple-500));
  overflow: visible;
}

.mission__visual::before {
  inset: 0;
  border-radius: inherit;
  transform: none;
}

.mission__visual img {
  width: 350px;
  height: 350px;
  margin-right: -80px;
}

.mission__visual img:last-child {
  margin-right: 0;
}

.mission__copy {
  padding-block: 50px 0;
}

.mission__copy p {
  margin-bottom: 1.25rem;
}

.mission__copy p:last-child {
  margin-bottom: 0;
}

.download {
  padding: 100px 0;
  background: var(--white);
}

.download__card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 60px;
  padding: 50px;
  border-radius: 50px;
  background: linear-gradient(170deg, var(--teal-300), var(--teal-500) 60%);
}

.download__card > * {
  position: relative;
  z-index: 1;
}

.download__card h2 {
  margin-bottom: 14px;
  font-size: clamp(2rem, 3vw, 2.55rem);
  font-weight: 900;
}

.download__card p {
  margin: 0;
}

.contact {
  padding: 0 24px 100px;
  background: var(--surface);
}

.contact__inner {
  width: min(880px, 100%);
  margin-inline: auto;
}

.contact h2 {
  margin-bottom: 30px;
  font-size: clamp(2.1rem, 3vw, 2.7rem);
  font-weight: 900;
  text-align: center;
}

.contact form {
  font-family: var(--utility);
}

.form-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 30px;
}

.contact label:not(.checkbox-label) {
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
}

.contact label > span:first-child {
  margin-bottom: 2px;
  color: var(--ink);
  font-size: 15px;
}

.contact input[type="text"],
.contact input[type="email"],
.contact textarea {
  width: 100%;
  border: 1.25px solid var(--border);
  border-radius: 12px;
  background: transparent;
  color: var(--text);
  font-size: 20px;
  padding: 15px;
  transition: border-color 160ms ease, box-shadow 160ms ease;
}

.contact textarea {
  min-height: 105px;
  resize: vertical;
}

.contact input::placeholder,
.contact textarea::placeholder {
  color: var(--muted);
}

.contact input:focus,
.contact textarea:focus {
  border-color: var(--purple-500);
  box-shadow: 0 0 0 4px rgb(158 118 211 / 14%);
  outline: none;
}

.form-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.checkbox-label {
  display: flex;
  align-items: center;
  gap: 15px;
  cursor: pointer;
  font-size: 20px;
}

.checkbox-label input {
  width: 32px;
  height: 32px;
  margin: 0;
  accent-color: var(--purple-500);
}

.form-actions button {
  width: 200px;
  min-height: 47px;
  border: 0;
  border-radius: 10px;
  background: var(--purple-500);
  color: var(--white);
  cursor: pointer;
  font-size: 22px;
  font-weight: 700;
  transition: filter 160ms ease, transform 160ms ease;
}

.form-actions button:hover {
  filter: brightness(0.94);
  transform: translateY(-2px);
}

.form-actions button:disabled {
  cursor: wait;
  filter: grayscale(0.25);
  opacity: 0.7;
  transform: none;
}

.form-honeypot {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

.form-status {
  min-height: 1.5em;
  margin: 14px 0 0;
  color: #5a377b;
  font-size: 14px;
  text-align: right;
}

.form-status--success {
  color: #047857;
}

.form-status--error {
  color: #b42318;
}

.site-footer {
  padding: 100px 0;
  border-radius: 100px 100px 0 0;
  background: var(--text);
  color: var(--white);
  font-family: var(--utility);
}

.site-footer__inner {
  display: grid;
  grid-template-columns: 190px 1fr;
  align-items: center;
  gap: 50px;
}

.site-footer__mark {
  width: 190px;
  height: auto;
}

.site-footer__content {
  font-size: 18px;
  font-weight: 700;
}

.site-footer__top,
.site-footer__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.site-footer__top {
  padding-bottom: 20px;
}

.site-footer__contact,
.site-footer__legal {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.site-footer__legal {
  align-items: flex-end;
}

.site-footer a {
  text-underline-offset: 2px;
}

.site-footer__bottom {
  gap: 40px;
  padding-top: 20px;
  border-top: 2px solid rgb(5 6 9 / 45%);
}

.site-footer__bottom > span {
  margin-right: auto;
}

.site-footer__instagram {
  white-space: nowrap;
}

[aria-disabled="true"] {
  cursor: not-allowed;
}

.aos-ready [data-aos] {
  opacity: 0;
  transition: opacity 700ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 700ms cubic-bezier(0.22, 1, 0.36, 1);
  will-change: opacity, transform;
}

.aos-ready [data-aos="fade-up"] {
  transform: translate3d(0, 48px, 0);
}

.aos-ready [data-aos="fade-right"] {
  transform: translate3d(-56px, 0, 0);
}

.aos-ready [data-aos="fade-left"] {
  transform: translate3d(56px, 0, 0);
}

.aos-ready [data-aos="zoom-in"] {
  transform: scale(0.94);
}

.aos-ready [data-aos].aos-animate {
  opacity: 1;
  transform: none;
}

.toast {
  position: fixed;
  z-index: 50;
  right: 24px;
  bottom: 24px;
  max-width: min(360px, calc(100% - 48px));
  padding: 13px 18px;
  border-radius: 10px;
  background: var(--text);
  box-shadow: var(--shadow);
  color: var(--white);
  font-size: 14px;
  opacity: 0;
  pointer-events: none;
  transform: translateY(15px);
  transition: opacity 180ms ease, transform 180ms ease;
}

.toast--visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1080px) {
  .feature__inner,
  .feature__inner--text-first {
    grid-template-columns: minmax(300px, 0.85fr) minmax(0, 1.15fr);
    gap: 40px;
  }

  .download__card {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .download__card p {
    max-width: 760px;
    margin-inline: auto;
  }
}

@media (max-width: 820px) {
  body {
    font-size: 16px;
  }

  .shell {
    width: min(100% - 40px, 680px);
  }

  .hero {
    min-height: 700px;
    border-radius: 0 0 80px 80px;
  }

  .hero__content {
    min-height: 700px;
  }

  .hero__people img {
    width: 240px;
    min-width: 240px;
    margin-right: -120px;
  }

  .feature {
    padding-block: 76px;
  }

  .feature--rounded-top {
    border-radius: 64px 64px 0 0;
  }

  .feature__inner,
  .feature__inner--text-first {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .feature__copy {
    max-width: 650px;
  }

  .feature__visual {
    width: min(440px, 100%);
    justify-self: center;
  }

  .feature__inner--text-first .feature__copy {
    order: 2;
  }

  .feature__inner--text-first .feature__visual {
    order: 1;
  }

  .mission {
    padding-top: 90px;
  }

  .mission__visual {
    width: 100%;
  }

  .mission__visual img {
    width: 300px;
    height: 300px;
    margin-right: -95px;
  }

  .download {
    padding: 76px 0;
  }

  .download__card {
    gap: 32px;
    padding: 42px 32px;
    border-radius: 40px;
  }

  .site-footer {
    padding: 76px 0;
    border-radius: 64px 64px 0 0;
  }

  .site-footer__inner {
    grid-template-columns: 150px 1fr;
    align-items: start;
    gap: 30px;
  }

  .site-footer__mark {
    width: 150px;
    height: auto;
  }

  .site-footer__bottom {
    flex-wrap: wrap;
  }
}

@media (max-width: 580px) {
  h1 {
    font-size: 1.8rem;
  }

  h2 {
    font-size: 1.7rem;
  }

  .shell {
    width: min(100% - 32px, 480px);
  }

  .hero {
    min-height: 790px;
    border-radius: 0 0 54px 54px;
  }

  .hero__content {
    min-height: 790px;
    padding-top: 28px;
  }

  .hero__logo {
    height: 58px;
    margin-bottom: 18px;
  }

  .hero__intro {
    font-size: 15px;
    line-height: 1.45;
  }

  .store-buttons {
    gap: 12px;
  }

  .store-button {
    width: 170px;
    height: 57px;
  }

  .hero__people {
    height: 185px;
  }

  .hero__people img {
    width: 190px;
    min-width: 190px;
    margin-right: -105px;
  }

  .feature {
    padding-block: 62px;
  }

  .feature--rounded-top {
    border-radius: 46px 46px 0 0;
  }

  .feature__visual--cards {
    height: 420px;
  }

  .feature__copy p {
    line-height: 1.6;
  }

  .mission {
    padding-top: 80px;
  }

  .mission__visual {
    height: 115px;
    border-radius: 34px;
  }

  .mission__visual img {
    width: 230px;
    height: 230px;
    margin-right: -76px;
  }

  .mission__copy {
    padding-top: 42px;
  }

  .download__card {
    width: calc(100% - 32px);
    padding: 36px 22px;
    border-radius: 34px;
  }

  .download__card h2 {
    font-size: 1.9rem;
  }

  .form-row {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .form-actions {
    align-items: stretch;
    flex-direction: column;
    gap: 24px;
  }

  .checkbox-label {
    font-size: 17px;
  }

  .form-actions button {
    width: 100%;
  }

  .form-status {
    text-align: left;
  }

  .site-footer {
    padding: 62px 0 36px;
    border-radius: 46px 46px 0 0;
  }

  .site-footer__inner {
    grid-template-columns: 1fr;
  }

  .site-footer__mark {
    width: 150px;
    height: auto;
  }

  .site-footer__top,
  .site-footer__bottom {
    align-items: flex-start;
    flex-direction: column;
    gap: 28px;
  }

  .site-footer__legal {
    align-items: flex-start;
  }

  .site-footer__bottom > span {
    margin-right: 0;
  }

}

@media (max-width: 390px) {
  .store-button {
    width: 154px;
    height: 51px;
  }

  .content-cards,
  .map-card,
  .chat-demo {
    transform-origin: center;
  }

  .content-cards {
    transform: translate(-50%, -50%) rotate(-10deg) scale(0.9);
  }

  .map-card {
    transform: translate(-50%, -50%) rotate(10deg) scale(0.9);
  }

  .chat-demo {
    transform: translate(-50%, -50%) rotate(-10deg) scale(0.9);
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }

  [data-aos] {
    opacity: 1 !important;
    transform: none !important;
  }
}
