@font-face {
  font-family: "Caveat";
  src: url("./assets/caveat-regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
:root {
  color-scheme: light;
  --pink: #ee668c;
  --pink-deep: #c92b60;
  --pink-soft: #fff0f5;
  --blush: #f9c7d5;
  --ink: #18181d;
  --muted: #68656c;
  --line: #eadfe3;
  --blue: #28a9ed;
  --green: #20cf6a;
  --paper: #ffffff;
  --canvas: #fffafb;
  --shadow: 0 16px 40px rgba(84, 47, 61, .11);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 76px; }
body {
  margin: 0;
  overflow-x: hidden;
  background: var(--paper);
  color: var(--ink);
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}
body:has(dialog[open]), body.menu-open { overflow: hidden; }
button, input, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { color: inherit; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; height: auto; }
.sr-only { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden; clip-path: inset(50%); white-space: nowrap; border: 0; }
svg { width: 1em; height: 1em; fill: none; stroke: currentColor; stroke-width: 1.9; stroke-linecap: round; stroke-linejoin: round; }
.svg-sprite { position: absolute; width: 0; height: 0; overflow: hidden; }
[hidden] { display: none !important; }
:focus-visible { outline: 3px solid rgba(201,43,96,.35); outline-offset: 3px; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 60;
  padding: 8px 10px 0;
  pointer-events: none;
}
.header-inner {
  display: flex;
  min-width: 0;
  min-height: 58px;
  align-items: center;
  gap: 10px;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 8px 0 15px;
  border: 1px solid rgba(234,223,227,.9);
  border-radius: 17px;
  background: rgba(255,255,255,.95);
  box-shadow: 0 8px 24px rgba(64,41,49,.08);
  backdrop-filter: blur(14px);
  pointer-events: auto;
}
.brand { display: flex; align-items: center; }
.brand img { width: 128px; height: auto; }
.desktop-nav { display: none; }
.header-actions { display: flex; align-items: center; gap: 8px; margin-left: auto; }
.language {
  display: grid;
  width: 42px;
  min-width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid #222;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
}
.header-actions > .login-button { display: none; }
.login-button, .menu-button, .menu-close, .dialog-close {
  border: 0;
  background: transparent;
  cursor: pointer;
}
.menu-button, .menu-close, .dialog-close {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
}
.menu-button svg, .menu-close svg, .dialog-close svg { width: 25px; height: 25px; }

main { overflow: clip; }
.hero-section {
  position: relative;
  height: min(calc(100svh - 78px), 750px);
  min-height: 540px;
  margin: 8px 10px 0;
  overflow: hidden;
  border-radius: 28px;
  background:
    linear-gradient(180deg, #e86489 0%, #f3a9be 54%, #fff8fa 100%);
  box-shadow: 0 18px 45px rgba(205,77,115,.16);
}
.hero-section::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 42%;
  background: linear-gradient(transparent, rgba(213,72,112,.18));
  pointer-events: none;
}
.hero-copy { position: relative; z-index: 4; padding: 24px 12px 0; text-align: center; }
.hero-kicker {
  margin: 0 0 8px;
  color: #fff;
  font-family: "Caveat", cursive;
  font-size: clamp(39px, 11.5vw, 54px);
  font-style: normal;
  line-height: 1.1;
}
.hero-copy h1 {
  max-width: 450px;
  margin: 0 auto;
  color: #fff;
  font-size: clamp(19px, 5.3vw, 24px);
  font-weight: 500;
  line-height: 1.55;
  letter-spacing: .015em;
}
.hero-button {
  position: absolute;
  right: 18px;
  bottom: 18px;
  left: 18px;
  z-index: 6;
  display: flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 999px;
  background: #e95c85;
  color: #fff;
  box-shadow: 0 6px 18px rgba(183,56,94,.12);
  font-size: 15px;
  font-weight: 650;
}
.hero-button svg { width: 18px; height: 18px; }
.hero-photo { position: absolute; inset: 170px 0 84px; }
.hero-photo img {
  position: absolute;
  z-index: 2;
  right: 50%;
  bottom: 0;
  width: auto;
  max-width: 90%;
  height: 100%;
  object-fit: contain;
  filter: drop-shadow(0 14px 24px rgba(118,45,67,.08));
  transform: translateX(50%);
}
.hero-ring {
  position: absolute;
  z-index: 1;
  border: 1px solid rgba(255,255,255,.48);
  border-radius: 50%;
}
.hero-ring--one { right: -18%; bottom: 14%; width: 92%; aspect-ratio: 1; opacity: .3; }
.hero-ring--two { bottom: 20%; left: -28%; width: 73%; aspect-ratio: 1; opacity: .3; }
.hero-benefits { position: absolute; z-index: 5; inset: 170px 0 84px; pointer-events: none; }
.hero-benefit { position: absolute; display: flex; align-items: center; gap: 6px; padding: 9px 11px; border: 1px solid rgba(255,255,255,.48); border-radius: 999px; color: #fff; background: rgba(255,255,255,.15); backdrop-filter: blur(5px); font-size: clamp(12px, 3.5vw, 15px); line-height: 1; animation: float-label 6s ease-in-out infinite; }
.hero-benefit svg { width: 18px; height: 18px; }
.hero-benefit--youth { top: 18%; right: 2%; animation-delay: -1.5s; }
.hero-benefit--habits { top: 43%; left: 2%; animation-delay: -3s; }
.hero-benefit--mood { top: 61%; right: 2%; animation-delay: -.5s; }
.hero-benefit--beauty { top: 77%; left: 2%; animation-delay: -4s; }
@keyframes float-label { 0%, 100% { transform: translate(0, 0) rotate(-2deg); } 50% { transform: translate(4px, -8px) rotate(2deg); } }

.intro-section, .results-section, .programs-section, .about-section, .journey-section, .reviews-section, .contact-section {
  padding: 36px 16px;
}
.intro-section { max-width: 1180px; margin: 0 auto; text-align: center; }
.accent-title {
  margin: 0;
  color: var(--pink);
  font-family: "Caveat", cursive;
  font-size: clamp(35px, 10vw, 54px);
  font-style: normal;
  font-weight: 400;
  line-height: .98;
  letter-spacing: -.035em;
}
.intro-section > h2 {
  max-width: 690px;
  margin: 16px auto 0;
  font-size: clamp(20px, 5.8vw, 30px);
  line-height: 1.28;
  letter-spacing: -.025em;
}
.concerns { margin-top: 26px; text-align: left; }
.concerns h3 { margin: 0 0 14px; font-size: 17px; }
.concern-rail {
  display: grid;
  grid-auto-columns: min(78vw, 310px);
  grid-auto-flow: column;
  gap: 12px;
  margin-right: -16px;
  padding: 2px 16px 14px 0;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}
.concern-rail::-webkit-scrollbar { display: none; }
.concern-card {
  position: relative;
  min-height: 280px;
  overflow: hidden;
  border-radius: 22px;
  background: #ddd;
  box-shadow: var(--shadow);
  scroll-snap-align: start;
}
.concern-card::after {
  content: "";
  position: absolute;
  inset: 35% 0 0;
  background: linear-gradient(transparent, rgba(20,12,16,.76));
}
.concern-card img { width: 100%; height: 100%; object-fit: cover; }
.concern-card p {
  position: absolute;
  right: 16px;
  bottom: 15px;
  left: 16px;
  z-index: 2;
  margin: 0;
  color: #fff;
  font-size: 15px;
  font-weight: 720;
  line-height: 1.36;
}
.rail-hint { display: flex; align-items: center; justify-content: center; gap: 12px; margin: 0; padding: 8px 0 2px; color: var(--muted); font-size: 13px; line-height: 1.3; }
.swipe-hand { flex: 0 0 28px; width: 28px; height: 28px; color: var(--pink); animation: swipe-hint 2.4s ease-in-out infinite; }
@keyframes swipe-hint { 0%, 100% { transform: translateX(5px) rotate(9deg); } 50% { transform: translateX(-6px) rotate(-9deg); } }
.intro-section { padding-bottom: 18px; }

.results-section { padding-block: 18px; background: var(--canvas); }
.section-header { max-width: 760px; margin: 0 auto 20px; }
.results-section .accent-title { max-width: 340px; margin-inline: auto; font-size: clamp(36px, 10vw, 46px); }
.results-section .section-header h2 { font-size: clamp(22px, 6.1vw, 29px); }
.section-header--center { text-align: center; }
.section-header h2 {
  margin: 10px 0 0;
  font-size: clamp(27px, 7.5vw, 42px);
  line-height: 1.08;
  letter-spacing: -.035em;
}
.section-header h2.accent-title {
  margin: 0;
  color: var(--pink);
  font-family: "Caveat", cursive;
  font-size: clamp(35px, 10vw, 54px);
  font-style: normal;
  font-weight: 400;
  line-height: .98;
  letter-spacing: -.035em;
}
.carousel { max-width: 820px; margin: 0 auto; }
.carousel-viewport { overflow: hidden; border-radius: 24px; touch-action: pan-y pinch-zoom; transition: height .25s ease; }
.carousel-track { display: flex; align-items: flex-start; transition: transform .42s cubic-bezier(.22,.72,.2,1); will-change: transform; }
.carousel-track.is-dragging { transition: none; }
.carousel-slide { flex: 0 0 100%; min-width: 0; }
.result-slide {
  display: grid;
  gap: 12px;
  padding: 10px;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: #fff;
  box-shadow: var(--shadow);
}
.result-slide > img { width: min(100%, clamp(220px, calc(100svh - 420px), 340px)); height: auto; margin-inline: auto; aspect-ratio: 1; border-radius: 8px; object-fit: contain; }
.result-copy {
  padding: 12px 14px;
  border: 2px solid var(--pink);
  border-radius: 20px;
}
.result-copy h3 {
  margin: 0 0 6px;
  color: var(--pink);
  font-family: "Caveat", cursive;
  font-size: 28px;
  line-height: 1.1;
  font-style: normal;
  font-weight: 400;
}
.result-copy ul { display: grid; gap: 6px; margin: 0; padding: 0; list-style: none; }
.result-copy li { display: flex; gap: 10px; color: #6d4f59; font-size: 14px; line-height: 1.4; }
.result-copy li::before { content: "✓"; flex: 0 0 auto; color: var(--pink); font-size: 18px; font-weight: 900; }
.carousel-controls {
  display: grid;
  grid-template-columns: 50px 1fr 50px;
  align-items: center;
  gap: 14px;
  margin-top: 12px;
}
.carousel-button {
  display: grid;
  width: 50px;
  height: 50px;
  place-items: center;
  padding: 0;
  border: 1px solid #efcad5;
  border-radius: 50%;
  background: #fff;
  color: var(--pink);
  cursor: pointer;
}
.carousel-button--prev svg { transform: rotate(180deg); }
.carousel-button--next { background: var(--pink); color: #fff; }
.carousel-button svg { width: 22px; height: 22px; }
.carousel-status { display: grid; justify-items: center; gap: 7px; }
.carousel-count { color: var(--muted); font-size: 13px; font-weight: 750; }
.carousel-dots { display: flex; justify-content: center; gap: 6px; }
.carousel-dot {
  width: 8px;
  height: 8px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #e2d7db;
  cursor: pointer;
}
.carousel-dot.is-active { width: 22px; border-radius: 999px; background: var(--pink); }
.result-note { margin: 13px 0 0; color: var(--muted); font-size: 12px; text-align: center; }

.programs-section { background: #fff; }
.section-kicker {
  margin: 0;
  font-size: clamp(29px, 8.5vw, 44px);
  font-weight: 740;
  line-height: 1.05;
}
.section-kicker span, .about-section .section-kicker { color: var(--pink); }
.programs-section .section-header h2, .about-section .section-header h2 {
  color: var(--pink);
  font-family: "Caveat", cursive;
  font-size: clamp(35px, 10vw, 55px);
  font-style: normal;
  font-weight: 400;
}
.category-tabs {
  display: grid;
  max-width: 560px;
  grid-template-columns: repeat(3, 1fr);
  gap: 7px;
  margin: 0 auto 18px;
  padding: 6px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #f7f3f5;
}
.category-tab {
  min-height: 44px;
  padding: 0 10px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: #56535a;
  font-size: 14px;
  font-weight: 780;
  cursor: pointer;
}
.category-tab.is-active { background: var(--pink); color: #fff; box-shadow: 0 6px 16px rgba(201,43,96,.2); }
.program-grid { display: grid; max-width: 1180px; gap: 15px; margin: 0 auto; }
.course-card {
  --accent: var(--pink);
  position: relative;
  min-height: 250px;
  overflow: hidden;
  border-radius: 24px;
  box-shadow: var(--shadow);
  isolation: isolate;
}
.course-card::after {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  background: linear-gradient(90deg, rgba(255,248,250,.98) 0 46%, rgba(255,248,250,.67) 63%, rgba(255,248,250,.03) 100%);
}
.course-card--blue { --accent: #159cdf; }
.course-card--blue::after { background: linear-gradient(90deg, rgba(245,252,255,.98) 0 46%, rgba(235,248,255,.68) 63%, rgba(235,248,255,.02) 100%); }
.course-card--green { --accent: #0da84b; color: #fff; }
.course-card--green::after { background: linear-gradient(90deg, rgba(5,72,31,.96) 0 48%, rgba(7,99,43,.72) 65%, rgba(7,99,43,.18) 100%); }
.course-card > img { position: absolute; z-index: -2; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.course-card__content { display: flex; min-height: 250px; flex-direction: column; align-items: flex-start; padding: 16px; }
.course-label {
  padding: 7px 10px;
  border-radius: 999px;
  background: rgba(255,255,255,.72);
  color: var(--accent);
  font-size: 11px;
  font-weight: 800;
}
.course-card h3 {
  max-width: 67%;
  margin: 10px 0 0;
  font-size: clamp(23px, 7vw, 31px);
  line-height: .96;
  letter-spacing: -.04em;
}
.course-card h3 em {
  color: var(--accent);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.12em;
  font-weight: 400;
}
.course-meta {
  display: flex;
  max-width: 78%;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 11px;
}
.course-meta span, .course-offer {
  padding: 5px 8px;
  border-radius: 999px;
  background: rgba(255,255,255,.78);
  color: var(--accent);
  font-size: 10px;
  font-weight: 720;
  line-height: 1.25;
}
.course-offer { margin: 6px 0 0; }
.course-price {
  margin: auto 0 0;
  color: var(--accent);
  font-size: 18px;
  font-weight: 850;
  line-height: 1.05;
}
.course-price small { display: block; margin-bottom: 3px; color: currentColor; font-size: 10px; font-weight: 600; opacity: .75; }
.course-price span { font-size: 13px; }
.course-actions {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-top: 9px;
}
.course-actions a, .course-actions button {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  padding: 0 11px;
  border: 0;
  border-radius: 999px;
  background: var(--accent);
  color: #fff;
  font-size: 10px;
  font-weight: 800;
  cursor: pointer;
}
.course-actions a:last-child, .course-actions button { margin-left: auto; background: rgba(255,255,255,.9); color: var(--accent); }
.course-card--green .course-label, .course-card--green .course-meta span, .course-card--green .course-offer { background: rgba(255,255,255,.9); }
.course-card--green .course-price { color: #fff; }

.about-section { padding-bottom: 20px; background: #fff; text-align: center; }
.about-section .section-header { margin-bottom: 14px; }
.about-section .section-kicker { color: var(--ink); font-size: 28px; font-weight: 500; }
.age-collage {
  position: relative;
  width: min(100%, 680px);
  margin: 0 auto;
}
.age-collage__original { width: 100%; height: auto; }
.age-label {
  position: absolute;
  display: grid;
  place-items: center;
  bottom: -.5%;
  width: 12%;
  min-width: 56px;
  height: 11%;
  min-height: 25px;
  padding: 2px;
  border-radius: 999px;
  background: #e85d87;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  transform: translateX(-50%);
}
.age-label--24 { left: 15.3%; }
.age-label--40 { left: 51.3%; width: 14%; min-width: 62px; height: 11%; font-weight: 750; }
.age-label--30 { left: 87%; }
.about-bio { max-width: 700px; margin: 20px auto 0; font-size: 16px; line-height: 1.65; }
.about-bio strong { color: var(--pink-deep); }
.proof-strip {
  display: flex;
  max-width: 700px;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin: 30px auto 0;
  padding: 20px;
  border-radius: 22px;
  background: linear-gradient(135deg, #f6a8bf, #ef668c);
  color: #fff;
  text-align: left;
}
.proof-strip strong { flex: 0 0 auto; font-size: clamp(34px, 10vw, 54px); line-height: 1; letter-spacing: -.05em; }
.proof-strip span { max-width: 190px; font-size: 13px; font-weight: 700; line-height: 1.35; }

.journey-section { padding-top: 14px; background: #fff; }
.journey-section .section-header { max-width: 420px; }
.journey-list {
  position: relative;
  display: flex;
  max-width: 600px;
  flex-direction: column;
  gap: 24px;
  margin: 24px auto 0;
  padding: 0;
  list-style: none;
}
.journey-route { position: absolute; inset: 0; width: 100%; height: 100%; overflow: visible; pointer-events: none; stroke: var(--pink); stroke-width: 1.5; stroke-dasharray: 5 5; }
.journey-card {
  position: relative;
  z-index: 2;
  width: 78%;
  padding: 18px 12px 14px;
  border-radius: 14px;
  background: #f1f1f1;
}
.journey-card:nth-of-type(even) { align-self: flex-end; }
.journey-card:nth-of-type(odd) { align-self: flex-start; }
.journey-card > img { width: 84%; height: auto; margin: 0 auto; aspect-ratio: 1.53; object-fit: contain; border-radius: 5px; }
.journey-card > div { padding: 8px 0 0; text-align: center; }
.journey-card > .journey-photo { position: relative; width: 84%; margin: 0 auto; padding: 0; overflow: hidden; border-radius: 5px; }
.journey-photo img { position: absolute; max-width: none; height: auto; left: -47.6744186%; }
.journey-photo--korea { aspect-ratio: 430 / 280; }
.journey-photo--korea img { width: 252.55814%; top: -62.5%; }
.journey-photo--japan { aspect-ratio: 430 / 295; }
.journey-photo--japan img { width: 197.209302%; top: -91.525424%; }
.journey-card p { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; column-gap: 6px; margin: 0; font-size: 19px; }
.journey-card p span { color: var(--pink); font-family: "Caveat", cursive; font-size: 28px; line-height: 1.2; }
.journey-card p .country-flag { width: 25px; height: 25px; flex: 0 0 25px; border-radius: 50%; object-fit: cover; }
.journey-card p strong { font-size: 14px; }
.journey-card small { display: block; max-width: 320px; margin: 7px auto 0; color: #565158; font-size: 13px; line-height: 1.4; }
.journey-signoff {
  max-width: 520px;
  margin: 28px auto 0;
  color: var(--pink);
  font-family: "Caveat", cursive;
  font-size: clamp(31px, 8vw, 48px);
  font-style: normal;
  line-height: 1.05;
  text-align: center;
}

.reviews-section { background: var(--canvas); }
.reviews-section .section-kicker { color: var(--ink); }
.reviews-section .section-header h2 { max-width: 560px; margin-inline: auto; font-size: 19px; font-weight: 500; line-height: 1.4; letter-spacing: 0; }
.reviews-section .section-header h2 strong { color: var(--pink-deep); }
.review-carousel { max-width: 680px; }
.review-slide {
  display: flex;
  min-height: 0;
  margin: 0;
  flex-direction: column;
  padding: 28px 25px;
  border-radius: 24px;
  background: #f1f0f1;
}
.stars { color: var(--pink); font-size: 19px; letter-spacing: .12em; }
.review-slide > p { margin: 23px 0; font-size: 16px; line-height: 1.65; }
.review-slide footer { display: flex; align-items: center; gap: 14px; margin-top: auto; }
.review-slide footer img, .review-initial {
  width: 58px;
  height: 58px;
  border: 4px solid #fff;
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 0 8px 18px rgba(58,43,48,.12);
}
.review-initial { display: grid; place-items: center; background: var(--pink); color: #fff; font-size: 22px; font-weight: 800; }
.review-slide footer strong { font-size: 18px; }

.reviews-section { padding-bottom: 24px; }
.contact-section { max-width: 680px; margin: 0 auto; padding-block: 24px 36px; text-align: center; }
.contact-section h2 { margin: 0; font-size: clamp(36px, 10vw, 54px); font-weight: 500; line-height: .96; letter-spacing: -.04em; }
.contact-section > p { max-width: 520px; margin: 22px auto 0; font-size: 15px; line-height: 1.6; }
.contact-actions { display: grid; gap: 13px; margin-top: 30px; }
.contact-button {
  display: flex;
  width: 100%;
  min-height: 56px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 18px;
  border: 0;
  border-radius: 999px;
  color: #fff;
  font-size: 14px;
  font-weight: 830;
  cursor: pointer;
}
.contact-button--message { background: #111; }
.contact-button--telegram { background: #2ca9e8; }
.contact-button--whatsapp { background: #20d568; }
.contact-button .social-icon { flex: 0 0 22px; width: 22px; height: 22px; filter: brightness(0) invert(1); }

.site-footer {
  display: grid;
  justify-items: center;
  gap: 20px;
  padding: 42px 22px 54px;
  border-top: 1px solid var(--line);
  background: #373c41;
  color: #e0e0e1;
  font-size: 12px;
  text-align: center;
}
.site-footer > img { width: min(280px, 86%); height: auto; margin-bottom: 6px; filter: brightness(0) invert(1); }
.site-footer > div { display: grid; gap: 4px; }
.site-footer > div strong { color: #fff; font-size: 13px; text-transform: uppercase; }
.site-footer nav { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px 18px; color: #fff; font-weight: 600; }
.site-footer p { margin: 0; }
.site-footer .legal { max-width: 660px; color: #bfc0c3; font-size: 12px; line-height: 1.55; }
.site-footer .legal a { text-decoration: underline; }

.scrim { position: fixed; inset: 0; z-index: 90; background: rgba(30,23,26,.46); backdrop-filter: blur(3px); }
.mobile-menu {
  position: fixed;
  inset: 0 0 0 auto;
  z-index: 100;
  display: flex;
  width: min(88vw, 380px);
  height: 100dvh;
  flex-direction: column;
  padding: 18px;
  background: #fff;
  box-shadow: -18px 0 48px rgba(44,27,34,.18);
  transform: translateX(105%);
  transition: transform .25s ease;
}
.mobile-menu.is-open { transform: none; }
.mobile-menu__head { display: flex; align-items: center; justify-content: space-between; padding-bottom: 15px; border-bottom: 1px solid var(--line); }
.mobile-menu__head img { width: 138px; }
.mobile-menu nav { display: grid; gap: 3px; margin: 16px 0 auto; }
.mobile-menu nav a { display: flex; min-height: 52px; align-items: center; padding: 0 13px; border-radius: 13px; font-size: 17px; font-weight: 720; }
.mobile-menu nav a:hover { background: var(--pink-soft); }
.mobile-menu > .login-button { min-height: 52px; border-radius: 999px; background: var(--pink); color: #fff; font-weight: 800; }
.chat-fab {
  position: fixed;
  right: max(16px, env(safe-area-inset-right));
  bottom: max(18px, env(safe-area-inset-bottom));
  z-index: 55;
  display: grid;
  width: 56px;
  height: 56px;
  place-items: center;
  border: 4px solid #fff;
  border-radius: 50%;
  background: #ff4f7c;
  color: #fff;
  box-shadow: 0 8px 24px rgba(153,44,77,.27);
  transition: opacity .2s ease, transform .2s ease;
}
.chat-fab.is-hidden { opacity: 0; pointer-events: none; transform: scale(.8); }
.chat-fab svg { width: 24px; height: 24px; }

dialog {
  width: min(100% - 24px, 560px);
  max-height: min(92dvh, 780px);
  padding: 0;
  overflow: auto;
  border: 0;
  border-radius: 25px;
  box-shadow: 0 30px 90px rgba(57,31,41,.3);
}
dialog::backdrop { background: rgba(35,25,29,.52); backdrop-filter: blur(4px); }
.dialog-panel { position: relative; display: grid; gap: 9px; padding: 28px 21px; background: #fff; }
.dialog-panel > img { width: 135px; margin-bottom: 10px; }
.dialog-panel h2 { margin: 0 38px 15px 0; font-size: 29px; line-height: 1.08; }
.dialog-close { position: absolute; top: 10px; right: 10px; border-radius: 50%; background: #f7f3f5; }
.dialog-panel label:not(.check-row) { margin-top: 6px; font-size: 13px; font-weight: 750; }
.dialog-panel input:not([type="checkbox"]), .dialog-panel textarea {
  width: 100%;
  min-height: 50px;
  padding: 12px 14px;
  border: 1px solid var(--line);
  border-radius: 13px;
  background: #fff;
  font-size: 15px;
}
.dialog-panel textarea { resize: vertical; }
.dialog-kicker { margin: 0; color: var(--pink-deep); font-size: 13px; font-weight: 820; text-transform: uppercase; }
.check-row { display: flex; align-items: flex-start; gap: 10px; margin-top: 8px; color: #646067; font-size: 11px; line-height: 1.45; }
.check-row input { flex: 0 0 auto; width: 18px; height: 18px; margin: 0; accent-color: var(--pink); }
.check-row a { color: var(--pink-deep); text-decoration: underline; }
.form-submit, .form-back {
  min-height: 52px;
  margin-top: 8px;
  padding: 0 18px;
  border: 0;
  border-radius: 999px;
  cursor: pointer;
  font-weight: 820;
}
.form-submit { background: var(--pink); color: #fff; }
.form-submit:disabled { opacity: .55; cursor: wait; }
.form-back { background: #f3eff1; }
.form-status { min-height: 0; margin: 8px 0 0; font-size: 13px; }
.form-status:empty { display: none; }
.course-dialog-copy { margin: 0; color: #565158; white-space: pre-line; }
.toast {
  position: fixed;
  z-index: 130;
  right: 16px;
  bottom: 18px;
  left: 16px;
  padding: 13px 16px;
  border-radius: 14px;
  background: #202024;
  color: #fff;
  box-shadow: 0 12px 34px rgba(20,20,24,.24);
  font-size: 14px;
  font-weight: 700;
  opacity: 0;
  pointer-events: none;
  transform: translateY(12px);
  transition: .2s ease;
}
.toast.is-visible { opacity: 1; transform: none; }

@media (max-width: 359px) {
  .hero-copy { padding-inline: 10px; }
  .hero-kicker { font-size: 38px; }
  .hero-copy h1 { font-size: 18px; }
  .contact-section h2 { font-size: 32px; }
  .rail-hint { font-size: 12px; gap: 8px; }
}

@media (max-width: 767px) and (max-height: 700px) {
  .hero-copy { padding-top: 14px; }
  .hero-photo, .hero-benefits { top: 142px; bottom: 78px; }
  .hero-button { min-height: 48px; bottom: 16px; }
}

@media (min-width: 768px) {
  html { scroll-padding-top: 92px; }
  .site-header { padding: 13px 22px 0; }
  .header-inner { min-height: 66px; padding: 0 14px 0 20px; }
  .brand img { width: 145px; }
  .header-actions { margin-left: auto; }
  .header-actions > .login-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 42px;
    min-height: 42px;
    padding: 0 18px;
    border-radius: 999px;
    background: var(--pink);
    color: #fff;
    font-size: 13px;
    font-weight: 800;
    line-height: 1;
  }
  .hero-section {
    height: min(calc(100svh - 90px), 720px);
    min-height: 620px;
    margin: 14px 22px 0;
    border-radius: 32px;
  }
  .hero-kicker { font-size: clamp(44px, 8vw, 56px); }
  .hero-copy h1 { font-size: clamp(22px, 3.6vw, 28px); }
  .intro-section, .results-section, .programs-section, .about-section, .journey-section, .reviews-section, .contact-section { padding: 54px 28px; }
  .intro-section { padding-bottom: 28px; }
  .results-section { padding-top: 28px; }
  .about-section { padding-bottom: 22px; }
  .journey-section { padding-top: 20px; }
  .reviews-section { padding-bottom: 28px; }
  .contact-section { padding-top: 28px; }
  .concerns h3 { text-align: center; }
  .concern-rail {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-columns: unset;
    grid-auto-flow: row;
    margin: 0;
    padding: 0;
    overflow: visible;
  }
  .rail-hint { display: none; }
  .program-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .course-card, .course-card__content { min-height: 280px; }
  .age-label { font-size: 18px; }
  .journey-card { width: 69%; }
  .review-slide { min-height: 330px; padding: 36px; }
  .contact-actions { max-width: 420px; margin-inline: auto; }
  .contact-button { min-height: 58px; font-size: 12px; }
  .site-footer { padding: 52px 28px 62px; }
  .toast { right: auto; left: 50%; width: max-content; max-width: calc(100vw - 32px); transform: translate(-50%, 12px); }
  .toast.is-visible { transform: translate(-50%,0); }
}

@media (min-width: 900px) {
  .result-slide { grid-template-columns: 1.08fr .92fr; align-items: center; gap: 26px; padding: 18px; }
  .result-slide > img { width: 100%; max-height: none; }
  .result-copy { min-height: 280px; align-content: center; }
}

@media (min-width: 1024px) {
  .header-inner {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
    align-items: center;
    column-gap: 16px;
  }
  .brand { justify-self: start; }
  .desktop-nav {
    display: flex;
    align-items: center;
    justify-self: center;
    gap: 16px;
    margin: 0;
  }
  .desktop-nav a { padding: 0; color: #48454b; font-size: 14px; font-weight: 700; line-height: 1; white-space: nowrap; }
  .desktop-nav a:hover { color: var(--pink-deep); }
  .header-actions { justify-self: end; margin-left: 0; }
  .menu-button { display: none; }
  .hero-section {
    display: grid;
    width: min(1180px, calc(100% - 44px));
    min-height: 650px;
    height: 650px;
    max-width: 1180px;
    grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
    margin: 18px auto 0;
    border-radius: 34px;
  }
  .hero-copy { display: flex; flex-direction: column; justify-content: center; padding: 50px 16px 120px 36px; text-align: left; }
  .hero-kicker { font-size: clamp(48px, 5.4vw, 66px); }
  .hero-copy h1 { max-width: 530px; margin: 0; font-size: clamp(26px, 3vw, 35px); }
  .hero-button { right: auto; bottom: 48px; left: 36px; width: min(300px, calc(100% - 52px)); }
  .hero-photo, .hero-benefits { inset: 38px 0 26px 44%; }
  .hero-photo img { right: 50%; bottom: 0; height: 100%; max-width: 94%; transform: translateX(50%); }
  .hero-benefit { font-size: 16px; padding: 12px 15px; }
  .hero-ring--one { right: 4%; bottom: 3%; width: 58%; }
  .hero-ring--two { bottom: 21%; left: 41%; width: 32%; }
  .concern-rail { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (min-width: 1100px) {
  .desktop-nav { gap: 24px; }
  .hero-copy { padding: 50px 0 120px 42px; }
  .hero-button { left: 58px; bottom: 56px; width: 300px; }
  .program-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .course-card, .course-card__content { min-height: 270px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}
