/* PicTalkoo Landing — text/HTML + image slices separated */
:root {
  --bg: #fffaf2;
  --bg-cream: #fff6e8;
  --bg-soft: #fcf8ef;
  --bg-card: #fff9ef;
  --text: #231815;
  --text-muted: #6b5a4c;
  --orange: #ea5514;
  --orange-dark: #d44a10;
  --ks-green: #05ce78;
  --content: min(1200px, 88vw);
  --radius: 28px;
  /* --font: InterTight-Bold; */
  --font: "Nunito", "Segoe UI", system-ui, sans-serif;

  /* Fluid type: ~15" laptop matches prior sizes, then grows on large screens */
  --fs-hero: clamp(36px, 3.75vw, 72px);
  --fs-h2: clamp(28px, 2.6vw, 52px);
  --fs-lead: clamp(17px, 1.35vw, 26px);
  --fs-body: clamp(16px, 1.15vw, 22px);
  --fs-sm: clamp(14px, 1vw, 18px);
  --fs-xs: clamp(12px, 0.95vw, 16px);
}

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: var(--font);
  font-weight: 400;
  color: var(--text);
  background: var(--bg);
  -webkit-font-smoothing: antialiased;
  line-height: 1.5;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
  text-decoration: none;
}

ul {
  list-style: none;
}

.page {
  width: 100%;
  max-width: none;
  margin: 0;
  overflow: hidden;
  background: var(--bg);
}

@media (min-width: 1600px) {
  :root {
    --content: min(1480px, 82vw);
  }
}

@media (min-width: 1920px) {
  :root {
    --content: min(1560px, 80vw);
    --fs-hero: clamp(52px, 3.6vw, 78px);
    --fs-h2: clamp(38px, 2.7vw, 56px);
    --fs-lead: clamp(20px, 1.25vw, 28px);
    --fs-body: clamp(18px, 1.1vw, 24px);
    --fs-sm: clamp(15px, 0.9vw, 19px);
    --fs-xs: clamp(14px, 0.8vw, 17px);
  }

  .features {
    width: min(1520px, calc(100% - 80px));
    padding: 18px 28px 20px;
  }

  .features__item img {
    width: 42px;
    height: 42px;
  }

  .features__divider {
    height: 52px;
  }

  .hero__form {
    max-width: 520px;
  }

  .hero__ks {
    width: clamp(120px, 7vw, 140px);
  }
}

@media (min-width: 2000px) {
  :root {
    --content: min(1680px, 78vw);
  }
}

/* ========== Hero ========== */
.hero {
  position: relative;
  padding-bottom: 24px;
  background-color: #fff;
}

.hero__stage {
  position: relative;
  width: 100%;
}

.hero__bg.hero__bg--desktop {
  width: 100%;
  display: block;
  object-fit: cover;
  object-position: center top;
}

.hero__bg--mobile {
  display: none;
}

.hero__input-wrap {
  position: relative;
  flex: 1;
  min-width: 0;
  display: block;
}

.hero__input-icon {
  display: none;
}

.hero__btn-text--m {
  display: none;
}

/* Desktop: flatten wrapper so promo stays above the form */
.hero__bottom {
  display: contents;
}

.hero__promo {
  order: 4;
}

.hero__form {
  order: 5;
}

.hero__launch {
  order: 6;
}

.hero__form .hero__input {
  width: 100%;
}

.hero__content {
  position: absolute;
  left: clamp(24px, 6.2vw, 96px);
  top: 9.5%;
  width: min(720px, 46%);
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.hero__logo {
  width: clamp(180px, 14.5vw, 248px);
  height: auto;
  margin-bottom: clamp(40px, 4.6vw, 68px);
}

.hero__title {
  font-size: var(--fs-hero);
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -0.02em;
  color: #1f0704;
  margin-bottom: clamp(10px, 1vw, 14px);
  max-width: 100%;
}

.hero__title-line {
  display: block;
  white-space: nowrap;
}

.hero__subtitle {
  font-size: var(--fs-lead);
  font-weight: 500;
  line-height: 1.4;
  color: #2b1a14;
  margin-bottom: clamp(36px, 4.5vw, 64px);
}

.hero__promo {
  font-size: clamp(15px, 1.15vw, 18px);
  font-weight: 600;
  line-height: 1.35;
  color: #6a635e;
  margin-bottom: clamp(12px, 1.2vw, 16px);
  white-space: nowrap;
}

.hero__promo-hl {
  color: var(--orange);
  font-weight: 800;
}

.hero__form {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
  max-width: 1220px;
  margin: 0 0 clamp(14px, 1.5vw, 22px);
}

.hero__input {
  flex: 1;
  min-width: 0;
  height: clamp(48px, 3.6vw, 64px);
  border: 0;
  border-radius: 999px;
  padding: 0 24px;
  font: 500 var(--fs-body) / 1 var(--font);
  color: var(--text);
  background: #fff;
  outline: none;
  box-shadow: 0 8px 24px rgba(80, 40, 10, 0.1);
}

.hero__input::placeholder {
  color: #b0a8a2;
  font-weight: 500;
}

.hero__input:focus {
  box-shadow: 0 8px 24px rgba(80, 40, 10, 0.1), 0 0 0 2px rgba(234, 85, 20, 0.25);
}

.hero__input--pulse {
  box-shadow: 0 8px 24px rgba(80, 40, 10, 0.1), 0 0 0 3px rgba(234, 85, 20, 0.45);
  animation: hero-input-pulse 1.1s ease;
}

@keyframes hero-input-pulse {
  0%,
  100% {
    box-shadow: 0 8px 24px rgba(80, 40, 10, 0.1), 0 0 0 3px rgba(234, 85, 20, 0.35);
  }
  50% {
    box-shadow: 0 8px 24px rgba(80, 40, 10, 0.12), 0 0 0 5px rgba(234, 85, 20, 0.2);
  }
}

.hero__btn {
  flex-shrink: 0;
  height: clamp(48px, 3.6vw, 64px);
  min-width: clamp(128px, 10vw, 168px);
  padding: 0 22px;
  border: 0;
  border-radius: 999px;
  background: var(--orange);
  color: #fff;
  font: 700 var(--fs-body) / 1 var(--font);
  cursor: pointer;
  box-shadow: 0 8px 18px rgba(234, 85, 20, 0.35);
  transition: background 0.2s ease, transform 0.15s ease;
}

.hero__btn:hover {
  background: var(--orange-dark);
  transform: translateY(-1px);
}

.hero__launch {
  display: flex;
  align-items: center;
  font-size: var(--fs-sm);
  font-weight: 500;
  color: #9a918a;
  margin-left: 4px;
}

.hero__ks {
  width: clamp(116px, 6.5vw, 120px);
  height: auto;
}

/* ========== Feature bar ========== */
.features {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0;
  margin: -36px auto 0;
  width: min(1320px, calc(100% - 64px));
  padding: 14px 20px 16px;
  background: rgba(255, 248, 236, 0.96);
  border-radius: 28px;
  position: relative;
  z-index: 3;
  box-shadow: 0 10px 28px rgba(90, 50, 10, 0.07);
  backdrop-filter: blur(2px);
}

/* Rows flatten on desktop so all 5 items stay in one horizontal bar */
.features__row {
  display: contents;
}

.features__item {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 6px;
  min-width: 0;
  padding: 0 8px;
}

.features__item img {
  width: 36px;
  height: 36px;
  object-fit: contain;
}

.features__item p {
  font-size: var(--fs-xs);
  font-weight: 400;
  line-height: 1.25;
  color: #000;
}

.features__divider {
  width: 1px;
  height: 44px;
  background: #f0e2c4;
  flex-shrink: 0;
}

.features__divider--h {
  display: none;
}

.features__divider--pc {
  display: block;
}

/* ========== Shared section ========== */
.section {
  padding: 72px 40px 48px;
  text-align: center;
}

.section__title {
  font-size: var(--fs-h2);
  font-weight: 800;
  letter-spacing: -0.02em;
  margin-bottom: 12px;
}

.section__title-line {
  display: inline;
}

.section__title-line + .section__title-line::before {
  content: " ";
}

.section__title .pipe {
  color: inherit;
  font-weight: inherit;
  margin: 0 4px;
}

.section__subtitle {
  font-size: var(--fs-lead);
  font-weight: 400;
  color: #000;
  margin-bottom: 40px;
  white-space: nowrap;
}

.section__note {
  font-size: var(--fs-body);
  font-weight: 400;
  color: #000;
  margin: 0 auto 40px;
  white-space: nowrap;
}

.section--creativity .section__visual + .section__note {
  margin-top: -24px;
}

.section__visual {
  display: block;
  width: min(var(--content), 100%);
  margin: 0 auto;
}

.section__visual img {
  display: block;
  width: 100%;
  height: auto;
}

.section__visual--wide {
  width: min(1280px, 100%);
  margin-bottom: 48px;
}

/* ========== Story ========== */
.section--story {
  background: #fff;
  overflow: hidden;
}

.story__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  width: min(var(--content), 100%);
  margin: 0 auto;
}

.story__card {
  position: relative;
  margin: 0;
  border-radius: var(--radius);
  overflow: hidden;
  background: var(--bg-soft);
}

.story__card > img:first-child {
  width: 100%;
  border-radius: var(--radius);
}

.story__gif-tag {
  position: absolute;
  left: 50%;
  top: 42%;
  transform: translate(-50%, -50%);
  font-size: 48px;
  font-weight: 800;
  color: rgba(255, 255, 255, 0.92);
  letter-spacing: 0.04em;
  pointer-events: none;
  text-shadow: 0 4px 16px rgba(0, 0, 0, 0.25);
}

.story__explore {
  position: absolute;
  left: 50%;
  bottom: 22px;
  transform: translateX(-50%);
  width: min(160px, 42%);
  filter: drop-shadow(0 6px 12px rgba(0, 0, 0, 0.12));
}

.story__cta-row {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 36px 0 8px;
  min-height: 56px;
  padding: 0 clamp(140px, 18vw, 220px);
  box-sizing: border-box;
  text-align: center;
}

.story__cta-row p {
  margin: 0;
  max-width: none;
  font-size: var(--fs-body);
  font-weight: 400;
  color: #000;
  line-height: 1.5;
  white-space: nowrap;
}

.btn-notify {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(42%, -50%);
  display: inline-flex;
  align-items: center;
  gap: 12px;
  height: clamp(52px, 3.2vw, 64px);
  padding: 0 36px 0 10px;
  border-radius: 999px;
  background: #fff4e8;
  color: var(--orange);
  font-weight: 700;
  font-size: var(--fs-body);
  box-shadow: 0 10px 28px rgba(234, 85, 20, 0.18);
  transition: transform 0.15s ease, box-shadow 0.15s ease;
  z-index: 2;
}

.btn-notify:hover {
  transform: translate(42%, calc(-50% - 2px));
  box-shadow: 0 12px 32px rgba(234, 85, 20, 0.24);
}

.btn-notify__icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--orange)
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='2' y='4' width='20' height='16' rx='2'/%3E%3Cpath d='m22 7-10 7L2 7'/%3E%3C/svg%3E")
    center / 18px no-repeat;
  flex-shrink: 0;
}

.btn-notify__text {
  white-space: nowrap;
  padding-right: 10px;
}

/* ========== Creativity / Growth ========== */
.section--creativity {
  background: var(--bg-cream);
}

.section--growth {
  background: #fff;
}

.media-block {
  position: relative;
  width: min(var(--content), 100%);
  margin: 0 auto;
  border-radius: var(--radius);
  overflow: hidden;
}

.media-block > img {
  width: 100%;
  border-radius: var(--radius);
}

.play-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 88px;
  height: 88px;
  border: 0;
  background: transparent;
  cursor: pointer;
  padding: 0;
  filter: drop-shadow(0 10px 24px rgba(0, 0, 0, 0.25));
  transition: transform 0.2s ease;
}

.play-btn:hover {
  transform: translate(-50%, -50%) scale(1.06);
}

.play-btn img {
  width: 100%;
}

/* ========== Video modal ========== */
body.video-modal-open {
  overflow: hidden;
}

.video-modal[hidden] {
  display: none !important;
}

.video-modal {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
}

.video-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(20, 12, 8, 0.72);
}

.video-modal__dialog {
  position: relative;
  z-index: 1;
  width: min(960px, 100%);
  aspect-ratio: 16 / 9;
  background: #000;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.45);
}

.video-modal__player {
  width: 100%;
  height: 100%;
  display: block;
  background: #000;
  object-fit: contain;
}

.video-modal__close {
  position: absolute;
  top: 10px;
  right: 12px;
  z-index: 2;
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.55);
  color: #fff;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
}

.video-modal__close:hover {
  background: rgba(0, 0, 0, 0.75);
}

/* ========== Subscribe loading modal ========== */
body.loading-modal-open {
  overflow: hidden;
}

.loading-modal[hidden] {
  display: none !important;
}

.loading-modal {
  position: fixed;
  inset: 0;
  z-index: 1200;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.loading-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(20, 12, 8, 0.5);
}

.loading-modal__dialog {
  position: relative;
  z-index: 1;
  width: min(340px, 100%);
  padding: 28px 24px 24px;
  border-radius: 18px;
  background: #fffaf3;
  border: 1px solid rgba(232, 168, 100, 0.45);
  box-shadow: 0 18px 48px rgba(80, 40, 10, 0.18);
  text-align: center;
  box-sizing: border-box;
}

.loading-modal__spinner {
  width: 42px;
  height: 42px;
  margin: 0 auto 16px;
  border-radius: 50%;
  border: 3px solid #f3e2c8;
  border-top-color: #ea5514;
  animation: loading-spin 0.8s linear infinite;
}

@keyframes loading-spin {
  to {
    transform: rotate(360deg);
  }
}

.loading-modal__title {
  margin: 0 0 8px;
  font-size: 20px;
  font-weight: 800;
  color: #1f0704;
  line-height: 1.25;
}

.loading-modal__desc {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  color: #6a635e;
  line-height: 1.45;
}

/* ========== Anywhere ========== */
.section--anywhere {
  background: var(--bg-soft);
}

.anywhere__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  width: min(var(--content), 100%);
  margin: 0 auto;
}

.anywhere__item {
  position: relative;
  margin: 0;
  border-radius: 24px;
  overflow: hidden;
}

.anywhere__item > img:first-child {
  width: 100%;
  aspect-ratio: 570 / 704;
  object-fit: cover;
  border-radius: 24px;
}

.anywhere__label {
  position: absolute;
  left: 50%;
  bottom: 16px;
  transform: translateX(-50%);
  width: min(160px, 70%);
  filter: drop-shadow(0 4px 10px rgba(0, 0, 0, 0.15));
}

/* ========== Safety ========== */
.section--safety {
  background: #fff;
}

.safety__bar {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px 20px;
  width: min(var(--content), 100%);
  margin: 32px auto 0;
  padding: 36px 40px;
  background: #f2f7ef;
  border-radius: 28px;
  box-shadow: 0 10px 32px rgba(60, 90, 40, 0.06);
  text-align: left;
}

.safety__item {
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
}

.safety__item img {
  width: 52px;
  height: 52px;
  object-fit: contain;
  flex-shrink: 0;
}

.safety__item strong {
  display: block;
  font-size: var(--fs-body);
  font-weight: 800;
  color: #2b221e;
  margin-bottom: 4px;
  line-height: 1.2;
}

.safety__item span {
  display: block;
  font-size: var(--fs-sm);
  font-weight: 400;
  color: #000;
  line-height: 1.4;
}

/* ========== Compare ========== */
.section--compare {
  background: var(--bg-cream);
}

/* ========== Reviews ========== */
.section--reviews {
  background: #fff url("../assets/home/编组 94@2x.png") top center / 100% auto no-repeat;
}

.reviews {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  width: min(var(--content), 100%);
  margin: 0 auto;
  text-align: left;
}

.review {
  background: var(--bg-card);
  border-radius: 22px;
  padding: 22px 20px 24px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.review__head {
  display: flex;
  align-items: center;
  gap: 12px;
}

.review__avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  color: #444;
  flex-shrink: 0;
}

.review__head strong {
  display: block;
  font-size: var(--fs-body);
  font-weight: 800;
}

.review__head span {
  display: block;
  font-size: var(--fs-sm);
  color: var(--text-muted);
}

.review__badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  width: fit-content;
  padding: 2px 10px 2px 2px;
  border-radius: 999px;
  font-size: var(--fs-xs);
  font-weight: 700;
  line-height: 1;
}

.review__badge img {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  object-fit: contain;
}

.review__badge--green {
  background: #e8f5e9;
  color: #2e7d32;
}

.review__badge--pink {
  background: #fce4ec;
  color: #c62828;
}

.review__badge--blue {
  background: #e3f2fd;
  color: #1565c0;
}

.review__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.review__quote {
  width: 22px;
}

.review__stars {
  width: 100px;
}

.review p {
  font-size: var(--fs-sm);
  font-weight: 400;
  color: #000;
  line-height: 1.55;
}

/* Home reviews: expert + parent track; PC keeps 4-col via display:contents */
.section--reviews .reviews--home {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.section--reviews .reviews__track {
  display: contents;
}

.section--reviews .review--expert {
  order: 4;
}

.section--reviews .reviews__track .review:nth-child(1) {
  order: 1;
}

.section--reviews .reviews__track .review:nth-child(2) {
  order: 2;
}

.section--reviews .reviews__track .review:nth-child(3) {
  order: 3;
}

.section--reviews .reviews__swipe,
.section--reviews .reviews__dots {
  display: none;
}

.section--reviews .review__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 10px;
  justify-content: flex-start;
}

.section--reviews .review__meta .review__badge {
  margin-left: auto;
}

/* ========== FAQ ========== */
.section--faq {
  background: var(--bg-cream);
}

.faq {
  width: min(900px, 100%);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 14px;
  text-align: left;
}

.faq__more {
  display: none;
}

.faq__q {
  display: none;
}

.faq__item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  background: #fff;
  border-radius: 18px;
  padding: 18px 22px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.04);
}

.faq__icon {
  width: 36px;
  height: 36px;
  flex-shrink: 0;
  margin-top: 2px;
  object-fit: contain;
}

.faq__content {
  min-width: 0;
  flex: 1;
}

.faq__content h3 {
  font-size: var(--fs-body);
  font-weight: 800;
  color: var(--text);
  line-height: 1.35;
  margin: 0 0 6px;
}

.faq__content p {
  margin: 0;
  font-size: var(--fs-body);
  font-weight: 400;
  color: #000;
  line-height: 1.5;
}

.faq__contact {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: fit-content;
  margin: 28px auto 0;
  font-size: var(--fs-body);
  font-weight: 600;
  color: #888;
  white-space: nowrap;
}

.faq__contact-icon {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23998888' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='2' y='4' width='20' height='16' rx='2'/%3E%3Cpath d='m22 7-10 7L2 7'/%3E%3C/svg%3E")
    center / contain no-repeat;
}

.faq__contact a {
  color: var(--orange);
  font-weight: 700;
}

/* ========== Footer ========== */
.footer {
  background: #fff9f1;
  padding: 64px 48px 72px;
  color: #332d2b;
}

.footer__grid {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px 48px;
  width: min(var(--content), 100%);
  margin: 0 auto;
  text-align: left;
}

.footer__grid > * {
  flex: 0 1 auto;
  width: max-content;
  max-width: 100%;
}

.footer__brand img {
  width: 170px;
  margin-bottom: 14px;
}

.footer__brand > p {
  font-size: var(--fs-body);
  font-weight: 500;
  line-height: 1.55;
  color: #3a322e;
  margin-bottom: 28px;
  max-width: none;
  white-space: nowrap;
}

.footer__follow {
  font-size: var(--fs-sm);
  font-weight: 800;
  letter-spacing: 0.04em;
  color: #2b221e;
  margin-bottom: 14px !important;
}

.footer__social {
  display: flex;
  gap: 28px;
}

.footer__social a {
  display: block;
  transition: transform 0.15s ease;
}

.footer__social a:hover {
  transform: translateY(-2px);
}

.footer__social img {
  width: 56px;
  height: 56px;
  object-fit: contain;
}

.footer__col h4 {
  font-size: clamp(18px, 1.35vw, 26px);
  font-weight: 800;
  letter-spacing: 0.04em;
  color: #2b221e;
  margin-bottom: 18px;
}

.footer__col li {
  margin-bottom: 28px;
  font-size: var(--fs-sm);
  font-weight: 500;
  color: #3a322e;
}

.footer__col li::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--orange);
  margin-right: 10px;
  vertical-align: middle;
}

.footer__col a:hover {
  color: var(--orange);
}

.footer__col--touch p {
  font-size: var(--fs-body);
  font-weight: 500;
  line-height: 1.55;
  color: #3a322e;
  margin-bottom: 18px;
  max-width: 320px;
}

.footer__form {
  position: relative;
  display: flex;
  align-items: center;
  width: 300px;
  max-width: 100%;
}

.footer__form input {
  width: 100%;
  height: 48px;
  border: 1.5px solid #e8d5c4;
  border-radius: 999px;
  padding: 0 56px 0 20px;
  background: #fff;
  color: var(--text);
  font: 500 var(--fs-body) / 1 var(--font);
  outline: none;
  box-shadow: 0 4px 14px rgba(90, 50, 10, 0.04);
}

.footer__form input::placeholder {
  color: #b5aaa2;
}

.footer__form input:focus {
  border-color: var(--orange);
}

.footer__form button {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 48px;
  height: 48px;
  border: 0;
  border-radius: 50%;
  background: transparent;
  cursor: pointer;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.15s ease;
}

.footer__form button:hover {
  transform: translateY(-50%) scale(1.04);
}

.footer__form button img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* ========== Responsive ========== */
@media (max-width: 1100px) {
  .reviews,
  .anywhere__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .footer__grid {
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 36px;
  }
}

@media (max-width: 1024px) {
  .hero__content {
    top: 10%;
    width: min(460px, 48%);
  }

  .hero__title {
    font-size: clamp(30px, 4.2vw, 42px);
  }

  .hero__subtitle {
    font-size: clamp(15px, 1.8vw, 18px);
    margin-bottom: 28px;
  }

  .hero__promo {
    white-space: normal;
    font-size: 14px;
    margin-bottom: 12px;
  }

  .hero__logo {
    margin-bottom: 28px;
  }

  .hero__btn {
    min-width: 120px;
    padding: 0 14px;
    font-size: 14px;
  }

  .features {
    margin-top: -38px;
    width: min(1320px, calc(100% - 40px));
    padding: 12px 14px 14px;
  }

  .features__item img {
    width: 32px;
    height: 32px;
  }

  .features__item p {
    font-size: 11px;
  }

  .features__divider {
    height: 40px;
  }

  .section {
    padding: 56px 24px 36px;
  }

  .safety__bar {
    grid-template-columns: 1fr 1fr;
  }

  .play-btn {
    width: 72px;
    height: 72px;
  }
}

@media (max-width: 768px) {
  .hero {
    /* Shared pull-up so CTA stays clear of the features card */
    --features-pull: clamp(48px, 11vw, 72px);
    padding-bottom: 28px;
    background: #ffffff;
  }

  /* mobile-header.png = full stage background; content overlays it */
  .hero__stage {
    position: relative;
    display: block;
    width: 100%;
    min-height: 0;
    overflow: visible;
  }

  .hero__bg--desktop {
    display: none !important;
  }

  .hero__bg--mobile {
    display: block !important;
    position: relative;
    z-index: 0;
    width: 100%;
    height: auto;
    margin: 0;
    object-fit: cover;
    object-position: center top;
  }

  .hero__content {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 4;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 28px 20px 24px;
    box-sizing: border-box;
    text-align: center;
  }

  .hero__logo {
    order: 1;
    width: min(148px, 40vw);
    margin: 0 auto 22px;
    flex-shrink: 0;
  }

  .hero__title {
    order: 2;
    width: 100%;
    max-width: 100%;
    margin: 0 0 18px;
    padding: 0 4px;
    font-size: clamp(22px, 5.9vw, 28px);
    font-weight: 800;
    line-height: 1.28;
    letter-spacing: 0.015em;
    color: #1f0704;
    text-align: center;
    flex-shrink: 0;
    box-sizing: border-box;
  }

  .hero__title-line {
    display: block;
    white-space: normal;
    overflow-wrap: break-word;
  }

  .hero__subtitle {
    order: 3;
    width: 100%;
    margin: 0;
    font-size: clamp(13px, 3.6vw, 15px);
    font-weight: 500;
    line-height: 1.45;
    letter-spacing: 0.06em;
    color: #3a2a22;
    text-align: center;
    flex-shrink: 0;
  }

  /* Anchor above features overlap so promo / launch text stay visible */
  .hero__bottom {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    position: absolute;
    top: auto;
    bottom: calc(var(--features-pull) + 10px);
    left: 20px;
    right: 20px;
    width: auto;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    z-index: 5;
  }

  .hero__form {
    order: unset;
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
    width: 100%;
    max-width: none;
    margin: 0;
    flex-shrink: 0;
  }

  .hero__input-wrap {
    position: relative;
    width: 100%;
    flex: none;
  }

  .hero__input-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 18px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    color: #b0a8a2;
    pointer-events: none;
    z-index: 1;
  }

  .hero__input {
    width: 100%;
    height: 52px;
    padding: 0 20px 0 48px;
    border: 0;
    border-radius: 999px;
    background: #fff;
    box-shadow: 0 6px 18px rgba(80, 40, 10, 0.08);
    font-size: 16px;
    text-align: left;
  }

  .hero__btn {
    width: 100%;
    min-width: 0;
    height: 52px;
    padding: 0 20px;
    border-radius: 999px;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.04em;
    background: linear-gradient(180deg, #f06a2a 0%, #ea5514 55%, #d9480f 100%);
    box-shadow: 0 8px 18px rgba(234, 85, 20, 0.35);
  }

  .hero__btn-text--pc {
    display: none;
  }

  .hero__btn-text--m {
    display: inline;
  }

  .hero__promo {
    order: unset;
    width: 100%;
    margin: 18px 0 10px;
    font-size: clamp(15px, 4.2vw, 17px);
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: 0.02em;
    color: #6a635e;
    text-align: center;
    white-space: normal;
    flex-shrink: 0;
  }

  .hero__promo-hl {
    color: #ea5514;
    font-weight: 800;
  }

  .hero__launch {
    order: unset;
    justify-content: center;
    margin: 0 auto;
    font-size: 13px;
    color: #9a918a;
    flex-shrink: 0;
  }

  .hero__ks {
    width: 110px;
  }

  .features {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    gap: 0;
    width: calc(100% - 32px);
    margin: calc(var(--features-pull) * -1) auto 0;
    padding: 20px 12px 22px;
    background: rgba(255, 248, 236, 0.98);
    border-radius: 20px;
    box-shadow: 0 10px 28px rgba(90, 50, 10, 0.08);
    position: relative;
    z-index: 3;
  }

  .features__row {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    width: 100%;
  }

  .features__row--top,
  .features__row--bottom {
    display: flex;
  }

  .features__divider {
    display: block;
    width: 1px;
    align-self: stretch;
    min-height: 56px;
    height: auto;
    background: #f0e2c4;
    flex-shrink: 0;
  }

  .features__divider--pc {
    display: none;
  }

  .features__divider--h {
    display: block;
    width: calc(100% - 16px);
    height: 1px;
    min-height: 0;
    align-self: center;
    margin: 16px auto;
    background: #f0e2c4;
  }

  .features__item {
    flex: 1;
    width: auto;
    max-width: none;
    padding: 0 8px;
    gap: 8px;
  }

  .features__item img {
    width: 40px;
    height: 40px;
  }

  .features__item p {
    font-size: 12px;
    line-height: 1.3;
    font-weight: 400;
  }

  .story__grid {
    grid-template-columns: 1fr;
  }

  .story__cta-row {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 16px;
    padding: 0 20px;
    text-align: center;
  }

  .story__cta-row p,
  .section__subtitle,
  .section__note,
  .faq__contact {
    white-space: normal;
    max-width: none;
  }

  .btn-notify,
  .btn-notify:hover {
    position: static;
    transform: none;
    margin: 0;
  }

  .anywhere__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }

  .safety__bar {
    grid-template-columns: 1fr;
  }

  /* Loved by Parents — expert card + parent swiper (same as VIP) */
  .section--reviews {
    padding: 36px 16px 32px !important;
  }

  .section--reviews .section__title {
    font-size: 22px;
    line-height: 1.3;
  }

  /* Fixed mobile title line breaks (match design) */
  .section__title {
    line-height: 1.3;
  }

  .section__title-line {
    display: block;
  }

  .section__title-line + .section__title-line::before {
    content: none;
  }

  .section__title .pipe {
    display: block;
    height: 0;
    overflow: hidden;
    visibility: hidden;
    margin: 0;
  }

  .section--reviews .section__title .pipe {
    display: block;
    height: 0;
    overflow: hidden;
    visibility: hidden;
  }

  .section--reviews .section__subtitle {
    white-space: normal;
    font-size: 14px;
    margin-bottom: 20px;
  }

  .section--reviews .reviews--home {
    display: flex;
    flex-direction: column;
    gap: 14px;
    width: 100%;
  }

  .section--reviews .review--expert {
    order: 0;
    width: 100%;
    min-height: 0;
    background: #fff5f0;
  }

  .section--reviews .reviews__track {
    display: flex;
    gap: 12px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    padding: 2px 2px 8px;
    scrollbar-width: none;
    width: 100%;
  }

  .section--reviews .reviews__track::-webkit-scrollbar {
    display: none;
  }

  .section--reviews .reviews__track .review {
    flex: 0 0 260px;
    width: 260px;
    max-width: none;
    min-height: 0;
    scroll-snap-align: start;
    box-sizing: border-box;
  }

  .section--reviews .review--green {
    background: #f7f8ef;
  }

  .section--reviews .review--pink {
    background: #fff6ec;
  }

  .section--reviews .reviews__swipe {
    display: block;
    margin: 4px 0 0;
    text-align: center;
    font-size: 12px;
    font-weight: 800;
    color: #231815;
  }

  .section--reviews .reviews__dots {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 6px;
    margin-top: 6px;
  }

  .section--reviews .reviews__dots span {
    width: 10px;
    height: 4px;
    border-radius: 2px;
    background: #f3e2c8;
  }

  .section--reviews .reviews__dots span.is-active {
    width: 18px;
    background: #ea5514;
  }

  .section--reviews .review {
    min-height: 0;
    padding: 16px 14px 18px;
    border-radius: 14px;
    gap: 10px;
  }

  .section--reviews .review__meta {
    flex-wrap: wrap;
    gap: 6px 8px;
  }

  .section--reviews .review__meta .review__badge {
    margin-left: 0;
  }

  .section--reviews .review p {
    font-size: 13px;
    line-height: 1.45;
  }

  /* FAQ mobile — same as VIP: cream bg + white card + orange Q */
  #faq.section--faq {
    padding: 48px 16px 56px !important;
    background: #fef8ea !important;
    text-align: center !important;
    overflow: visible !important;
  }

  #faq .section__title {
    margin: 0 !important;
    font-size: 28px !important;
    font-weight: 800 !important;
    line-height: 1.25 !important;
    color: #1f0704 !important;
    white-space: normal !important;
  }

  #faq .section__subtitle {
    max-width: 20em;
    margin: 14px auto 0 !important;
    font-size: 15px !important;
    font-weight: 400 !important;
    line-height: 1.45 !important;
    color: #000 !important;
    white-space: normal !important;
  }

  #faq .faq {
    display: flex !important;
    flex-direction: column !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 28px 0 0 !important;
    padding: 24px 18px 16px !important;
    gap: 0 !important;
    background: #fff !important;
    border-radius: 14px !important;
    box-shadow: 0 8px 24px rgba(80, 40, 10, 0.08) !important;
    text-align: left !important;
    box-sizing: border-box !important;
  }

  #faq .faq__item {
    display: flex !important;
    flex-direction: row !important;
    align-items: flex-start !important;
    gap: 12px !important;
    margin: 0 !important;
    padding: 18px 0 !important;
    border: none !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  #faq .faq__item + .faq__item {
    border-top: 1px solid #fee7b8 !important;
  }

  #faq .faq__item--extra {
    display: none !important;
  }

  #faq .faq.is-expanded .faq__item--extra {
    display: flex !important;
  }

  #faq .faq__icon {
    display: none !important;
    width: 0 !important;
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    opacity: 0 !important;
  }

  #faq .faq__q {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex: 0 0 42px !important;
    width: 42px !important;
    height: 42px !important;
    min-width: 42px !important;
    max-width: 42px !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    border-radius: 50% !important;
    background: #ffa100 !important;
    color: #fff !important;
    font-size: 22px !important;
    font-weight: 800 !important;
    line-height: 42px !important;
    text-align: center !important;
    box-sizing: border-box !important;
  }

  #faq .faq__content {
    flex: 1 1 auto !important;
    min-width: 0 !important;
    text-align: left !important;
  }

  #faq .faq__content h3 {
    margin: 0 0 8px !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    line-height: 1.3 !important;
    color: #1f0704 !important;
  }

  #faq .faq__content p {
    margin: 0 !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 1.5 !important;
    color: #000 !important;
  }

  #faq .faq__more {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 6px !important;
    align-self: stretch !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 12px 8px !important;
    border: 0 !important;
    border-top: 1px solid #fee7b8 !important;
    background: transparent !important;
    color: #8a8a8a !important;
    font: inherit !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    cursor: pointer !important;
    text-align: center !important;
  }

  #faq .faq__more-chevron {
    display: inline-block !important;
    width: 8px !important;
    height: 8px !important;
    margin-top: -3px !important;
    border-right: 1.5px solid #979797 !important;
    border-bottom: 1.5px solid #979797 !important;
    transform: rotate(45deg) !important;
  }

  #faq .faq.is-expanded .faq__more-chevron {
    margin-top: 2px !important;
    transform: rotate(-135deg) !important;
  }

  #faq .faq__contact {
    display: none !important;
  }

  /* Mobile footer — same as VIP: logo / tagline / email / follow / social */
  .footer {
    padding: 56px 24px 72px !important;
    background: #ffffff !important;
  }

  .footer__grid {
    display: flex !important;
    flex-direction: column !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 0 !important;
    width: 100% !important;
    text-align: center !important;
  }

  .footer__grid > * {
    width: auto !important;
    max-width: 100% !important;
  }

  .footer__brand {
    display: contents !important;
  }

  .footer__brand > img,
  .footer__brand > a {
    order: 1 !important;
  }

  .footer__brand img {
    width: 148px !important;
    margin: 0 auto !important;
  }

  .footer__brand > p:not(.footer__follow) {
    order: 2 !important;
    max-width: 280px !important;
    margin: 22px auto 0 !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    line-height: 1.35 !important;
    color: #231815 !important;
    white-space: normal !important;
    text-align: center !important;
  }

  .footer__col:not(.footer__col--touch) {
    display: none !important;
  }

  .footer__col--touch {
    order: 3 !important;
    width: 100% !important;
    max-width: 280px !important;
    margin: 48px auto 0 !important;
    text-align: center !important;
  }

  .footer__col--touch h4,
  .footer__col--touch > p {
    display: none !important;
  }

  .footer__form {
    position: relative !important;
    display: flex !important;
    align-items: center !important;
    width: 100% !important;
    max-width: 262px !important;
    margin: 0 auto !important;
  }

  .footer__form input {
    width: 100% !important;
    height: 44px !important;
    padding: 0 52px 0 18px !important;
    border: 1.5px solid #ff6000 !important;
    border-radius: 999px !important;
    background: #fff !important;
    box-shadow: none !important;
    font-size: 16px !important;
    color: #231815 !important;
  }

  .footer__form input::placeholder {
    color: #767676 !important;
  }

  .footer__form button {
    position: absolute !important;
    right: 2px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    width: 40px !important;
    height: 40px !important;
    border: 0 !important;
    border-radius: 50% !important;
    background: #ea5514 !important;
  }

  .footer__form button img {
    display: none !important;
  }

  .footer__form button::after {
    content: "→";
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
  }

  .footer__follow {
    order: 4 !important;
    margin: 36px 0 14px !important;
    font-size: 14px !important;
    font-weight: 800 !important;
    letter-spacing: 0.06em !important;
    color: #2b221e !important;
  }

  .footer__social {
    order: 5 !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 22px !important;
    margin: 0 !important;
  }

  .footer__social img {
    width: 40px !important;
    height: 40px !important;
    object-fit: contain !important;
  }

  .section {
    padding: 40px 16px 28px;
  }
}

@media (max-width: 480px) {
  .play-btn {
    width: 56px;
    height: 56px;
  }
}
