/* momo-ganghwa ??premium peach / coral service UI */

:root {
  --primary: #F55768;
  --coral: #FF6F73;
  --soft-pink: #FFE8EB;
  --peach: #FFF8F5;
  --cream: #FFF3EE;
  --text: #29211F;
  --text-muted: #6B5E59;
  --border: rgba(245, 87, 104, 0.18);
  --border-soft: rgba(41, 33, 31, 0.08);
  --white: #FFFFFF;
  --kakao: #FEE500;
  --kakao-text: #191600;
  --shadow: 0 10px 30px rgba(41, 33, 31, 0.06);
  --shadow-soft: 0 6px 18px rgba(245, 87, 104, 0.08);
  --radius: 18px;
  --radius-sm: 12px;
  --radius-pill: 999px;
  --container: 1120px;
  --header-h: 74px;
  --font: "Pretendard", "Apple SD Gothic Neo", "Noto Sans KR", sans-serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: #FFFAF9;
}

body {
  margin: 0;
  font-family: var(--font);
  color: var(--text);
  background: #FFFAF9;
  line-height: 1.7;
  word-break: keep-all;
  overflow-wrap: break-word;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

main {
  background: transparent;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

h1,
h2,
h3,
p,
li,
.btn,
.faq-qtext,
.area-chips li,
.logo-text {
  word-break: keep-all;
  overflow-wrap: break-word;
}

a {
  color: inherit;
  text-decoration: none;
}

ul,
ol {
  margin: 0;
  padding: 0;
}

button {
  font: inherit;
  border: 0;
  background: none;
  cursor: pointer;
  color: inherit;
}

h1,
h2,
h3,
p {
  margin: 0;
}

.container {
  width: min(100% - 2rem, var(--container));
  margin-inline: auto;
  background: transparent;
}

/* Post-hero main content: wider PC rail; hero/header keep --container */
@media (min-width: 1024px) {
  .section > .container,
  .final-cta > .container,
  .site-footer .container {
    width: min(100% - 2rem, 1240px);
  }

  /* Tighten vertical section rhythm ~25% (PC only) */
  .section {
    padding: 4.15rem 0;
  }

  #areas.areas {
    padding-top: 4.7rem;
    padding-bottom: 4.7rem;
  }

  #stories.stories-block {
    padding-top: 5.8rem;
  }

  .final-cta {
    padding: 3.4rem 0;
  }
}

.section > .container,
.hero > .container,
.hero-content.container,
.final-cta > .container {
  background: transparent;
}

.visually-hidden {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.section {
  padding: 5.5rem 0;
}

.section-head {
  margin-bottom: 2.25rem;
}

.section-head.center {
  text-align: center;
}

.section-head h2,
.areas-intro h2,
.tips .section-head h2 {
  font-size: clamp(1.75rem, 3vw, 2.35rem);
  line-height: 1.25;
  letter-spacing: -0.03em;
  font-weight: 800;
}

.eyebrow,
.eyebrow-pill {
  color: var(--primary);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  margin-bottom: 0.7rem;
}

.eyebrow::before,
.eyebrow::after {
  content: "";
  width: 28px;
  height: 2px;
  border-radius: 999px;
  background: rgba(245, 87, 104, 0.55);
}

.section-head:not(.center) .eyebrow::after {
  display: none;
}

.eyebrow.light {
  color: rgba(255, 255, 255, 0.9);
}

.eyebrow.light::before,
.eyebrow.light::after {
  background: rgba(255, 255, 255, 0.55);
}

.eyebrow-pill {
  display: inline-flex;
  align-items: center;
  padding: 0.45rem 0.9rem;
  border: 1px solid rgba(245, 87, 104, 0.35);
  border-radius: var(--radius-pill);
  background: rgba(255, 255, 255, 0.75);
  margin-bottom: 1.1rem;
}

/* Buttons */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  border-radius: 14px;
  font-weight: 700;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
  min-height: 44px;
}

.btn:hover {
  transform: translateY(-1px);
}

.btn-sm {
  padding: 0.65rem 1rem;
  font-size: 0.92rem;
  border-radius: var(--radius-pill);
}

.btn-lg {
  padding: 0.95rem 1.2rem;
  min-width: min(100%, 240px);
  text-align: left;
}

.btn-label {
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
  line-height: 1.25;
}

.btn-title {
  font-size: 0.95rem;
}

.btn-sub {
  font-size: 0.84rem;
  font-weight: 600;
  opacity: 0.92;
}

.btn-phone {
  background: var(--primary);
  color: var(--white);
  box-shadow: 0 8px 18px rgba(245, 87, 104, 0.28);
}

.btn-phone:hover {
  background: #e84a5c;
}

.btn-kakao {
  background: var(--kakao);
  color: var(--kakao-text);
  box-shadow: 0 8px 18px rgba(254, 229, 0, 0.28);
}

.btn-phone-light {
  background: rgba(255, 255, 255, 0.16);
  color: var(--white);
  border: 1px solid rgba(255, 255, 255, 0.45);
  backdrop-filter: blur(4px);
}

.btn-icon {
  display: inline-flex;
  flex-shrink: 0;
}

/* Header */
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: linear-gradient(90deg, #FFE8EC 0%, #FFF0ED 48%, #FFE9E2 100%);
  border-bottom: 1px solid rgba(245, 87, 104, 0.28);
  box-shadow: 0 5px 18px rgba(245, 87, 104, 0.08);
  backdrop-filter: blur(10px);
}

.header-inner {
  position: relative;
  min-height: var(--header-h);
  display: flex;
  align-items: center;
  gap: 1rem;
}

.logo {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  flex-shrink: 0;
}

.logo-mark {
  width: 40px;
  height: 40px;
  padding: 5px;
  border-radius: 50%;
  background: #FFE2E7;
  color: #F55768;
  box-sizing: border-box;
}

.logo-text {
  font-size: 1.1rem;
}

.nav {
  margin-left: auto;
}

.nav-list {
  display: flex;
  align-items: center;
  gap: 1.35rem;
  list-style: none;
}

.nav-list a {
  position: relative;
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--text);
  padding-bottom: 0.15rem;
}

.nav-list a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 2px;
  border-radius: 999px;
  background: #F55768;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.25s ease;
}

.nav-list a:hover {
  color: #F55768;
}

.nav-list a:hover::after {
  transform: scaleX(1);
}

.header-cta {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  margin-left: 1rem;
  flex-shrink: 0;
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  margin-left: auto;
  border-radius: 12px;
  border: 1px solid var(--border-soft);
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
}

.nav-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  background: var(--text);
  border-radius: 2px;
}

/* Hero — full-bleed photo stage (no right-column card / no 2-column split) */
#hero.hero {
  position: relative;
  width: 100%;
  background-color: #FFF7F6;
  overflow: hidden;
  display: block;
  padding: 0;
}

/* Gradient overlay — stronger left wash only; right (woman) stays clear */
#hero.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(
    90deg,
    rgba(255, 248, 247, 0.88) 0%,
    rgba(255, 248, 247, 0.72) 14%,
    rgba(255, 248, 247, 0.4) 28%,
    rgba(255, 248, 247, 0.12) 40%,
    rgba(255, 248, 247, 0) 52%
  );
}

.hero-content {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  width: min(100% - 2rem, var(--container));
  margin-inline: auto;
  padding-block: clamp(2rem, 4vw, 3.25rem);
}

.hero-copy {
  min-width: 0;
  max-width: 34rem;
  width: 100%;
}

/* Mobile-only photo card surface */
.hero-photo {
  position: relative;
  width: 100%;
  z-index: 2;
  line-height: 0;
}

/*
  PC: ONE hero.webp as full-bleed #hero background (no <img>, no ::before photo).
  - background-size: 100% auto → photo width tracks viewport
  - left content uses the same vw rhythm (no stepped breakpoint scale jumps)
  - composition: woman stays right with headroom (fluid background-position)
*/
@media (min-width: 1024px) {
  #hero.hero {
    /* 0 at 1024px → 1 at 1920px; shared photo/content progress */
    --hero-t: clamp(0, (100vw - 1024px) / 896px, 1);
    min-height: calc(100vh - var(--header-h));
    min-height: calc(100dvh - var(--header-h));
    min-height: calc(100svh - var(--header-h));
    padding: 0;
    background-image: url("../images/hero.webp");
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position:
      calc(92% + (6% * var(--hero-t)))
      calc(32% - (6% * var(--hero-t)));
  }

  #hero .hero-photo {
    display: none;
  }

  #hero .hero-content {
    --hero-rail: clamp(24rem, 36.67vw, 44rem);
    min-height: calc(100svh - var(--header-h));
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: min(100% - 2rem, var(--hero-rail));
    max-width: var(--hero-rail);
    margin-left: clamp(1.25rem, 5.5vw, 7.5rem);
    margin-right: auto;
    padding-block: clamp(0.9rem, 2.4vh, 2.5rem);
    padding-top: clamp(0.7rem, 1.8vh, 1.75rem);
    box-sizing: border-box;
    gap: clamp(0rem, 0.2vw, 0.15rem);
  }

  #hero .hero-copy {
    max-width: 100%;
    width: 100%;
  }

  #hero .eyebrow-pill {
    font-size: clamp(0.84rem, 0.52rem + 0.5vw, 1rem);
    padding: clamp(0.45rem, 0.3rem + 0.2vw, 0.55rem) clamp(0.9rem, 0.55rem + 0.4vw, 1.15rem);
    margin-bottom: clamp(1rem, 0.75rem + 0.35vw, 1.3rem);
  }

  #hero h1 {
    gap: clamp(0.08rem, 0.05rem + 0.05vw, 0.12rem);
    margin-bottom: clamp(0.95rem, 0.7rem + 0.35vw, 1.2rem);
  }

  #hero .h1-brand {
    font-size: clamp(2.35rem, 3.67vw, 4.4rem);
    font-weight: 900;
    white-space: nowrap;
  }

  #hero .h1-service {
    font-size: clamp(2.55rem, 4.3vw, 5.15rem);
    font-weight: 800;
    white-space: nowrap;
  }

  #hero .hero-sub {
    font-size: clamp(1.05rem, 0.72rem + 0.5vw, 1.25rem);
    margin-bottom: clamp(0.95rem, 0.7rem + 0.35vw, 1.2rem);
  }

  #hero .hero-lead {
    max-width: none;
    margin-bottom: clamp(1.35rem, 0.95rem + 0.55vw, 1.85rem);
  }

  #hero .hero-lead p {
    font-size: clamp(0.94rem, 0.66rem + 0.42vw, 1.12rem);
    margin-bottom: clamp(0.65rem, 0.45rem + 0.28vw, 0.9rem);
  }

  #hero .hero-info {
    gap: clamp(0.7rem, 0.4rem + 0.4vw, 1rem);
    margin-bottom: clamp(1.45rem, 1rem + 0.55vw, 2rem);
  }

  #hero .hero-info li {
    padding:
      clamp(0.9rem, 0.6rem + 0.4vw, 1.2rem)
      clamp(0.8rem, 0.55rem + 0.35vw, 1.1rem);
    min-height: clamp(100px, 7.1vw, 136px);
    border-radius: clamp(14px, 0.95vw, 18px);
    gap: clamp(0.18rem, 0.12rem + 0.08vw, 0.25rem);
  }

  #hero .hero-info .info-icon {
    width: clamp(34px, 2.4vw, 46px);
    height: clamp(34px, 2.4vw, 46px);
    margin-bottom: clamp(0.22rem, 0.15rem + 0.1vw, 0.3rem);
  }

  #hero .hero-info .info-icon svg {
    width: clamp(20px, 1.4vw, 27px);
    height: clamp(20px, 1.4vw, 27px);
  }

  #hero .hero-info strong {
    font-size: clamp(0.92rem, 0.65rem + 0.4vw, 1.15rem);
  }

  #hero .hero-info li > span:last-child {
    font-size: clamp(0.8rem, 0.58rem + 0.32vw, 0.98rem);
  }

  #hero .hero-cta {
    gap: clamp(0.7rem, 0.4rem + 0.4vw, 1rem);
  }

  #hero .hero-cta .btn {
    gap: clamp(0.55rem, 0.35rem + 0.25vw, 0.75rem);
    min-height: clamp(48px, 3.05vw, 58px);
  }

  #hero .hero-cta .btn-lg {
    padding:
      clamp(0.95rem, 0.7rem + 0.35vw, 1.2rem)
      clamp(1.15rem, 0.85rem + 0.4vw, 1.45rem);
    min-width: 0;
    border-radius: clamp(14px, 0.85vw, 16px);
  }

  #hero .hero-cta .btn-title {
    font-size: clamp(0.95rem, 0.68rem + 0.4vw, 1.15rem);
  }

  #hero .hero-cta .btn-sub {
    font-size: clamp(0.84rem, 0.6rem + 0.35vw, 1rem);
  }

  #hero .hero-cta .btn-icon svg {
    width: clamp(18px, 1.15vw, 22px);
    height: clamp(18px, 1.15vw, 22px);
  }
}

/* Short PC: keep CTA in view, never clip content */
@media (min-width: 1024px) and (max-height: 820px) {
  #hero .hero-content {
    padding-block: clamp(0.65rem, 1.6vh, 1.15rem);
    min-height: calc(100svh - var(--header-h));
  }

  #hero .hero-lead {
    margin-bottom: clamp(0.65rem, 1.2vh, 0.85rem);
  }

  #hero .hero-info {
    gap: clamp(0.55rem, 0.9vh, 0.7rem);
    margin-bottom: clamp(0.85rem, 1.5vh, 1.15rem);
  }

  #hero .hero-info li {
    min-height: 0;
    padding-block: clamp(0.7rem, 1.4vh, 0.95rem);
  }

  #hero .hero-cta {
    gap: clamp(0.55rem, 0.9vh, 0.7rem);
  }
}

.hero h1 {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
  margin-bottom: 1rem;
  line-height: 1.15;
  letter-spacing: -0.04em;
}

.h1-brand {
  color: var(--text);
  font-size: clamp(2rem, 3.8vw, 3.1rem);
  font-weight: 800;
}

.h1-service {
  color: #E8485C;
  font-size: clamp(2.15rem, 4.2vw, 3.45rem);
  font-weight: 800;
}

.hero-sub {
  color: #211d1b;
  font-size: 1.05rem;
  margin-bottom: 1rem;
}

.hero-lead {
  max-width: 560px;
  margin-bottom: 1.5rem;
}

.hero-lead p {
  color: #2b2725;
  font-size: 0.94rem;
  line-height: 1.8;
  margin-bottom: 0.7rem;
}

.hero-lead p:last-child {
  margin-bottom: 0;
}

.hero-info {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.75rem;
  margin-bottom: 1.6rem;
}

.hero-info li {
  border: 1px solid rgba(245, 87, 104, 0.2);
  border-radius: 16px;
  padding: 0.95rem 0.85rem;
  box-shadow: 0 8px 20px rgba(245, 87, 104, 0.04);
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  min-height: 108px;
  min-width: 0;
}

.hero-info .info-icon {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: inline-grid;
  place-items: center;
  color: var(--primary);
  background: #fff4f5;
  margin-bottom: 0.25rem;
  transition: background-color 0.35s ease;
}

.hero-info strong {
  font-size: 0.95rem;
  font-weight: 800;
}

.hero-info li > span:last-child {
  color: var(--text-muted);
  font-size: 0.82rem;
}

.hero-info-item {
  animation: heroInfoGlow 6s ease-in-out infinite;
}

.hero-info-item--1 {
  background: rgba(255, 255, 255, 0.92);
  border-top: 3px solid #FF7B68;
  animation-delay: 0s;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}

.hero-info-item--2 {
  background: rgba(255, 255, 255, 0.92);
  border-top: 3px solid #F55768;
  animation-delay: 2s;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}

.hero-info-item--3 {
  background: rgba(255, 255, 255, 0.92);
  border-top: 3px solid #FF8A72;
  animation-delay: 4s;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}

@keyframes heroInfoGlow {
  0%,
  72%,
  100% {
    transform: translateY(0);
    border-color: rgba(245, 87, 104, 0.2);
    box-shadow: 0 8px 20px rgba(245, 87, 104, 0.04);
  }

  14%,
  34% {
    transform: translateY(-2px);
    border-color: rgba(245, 87, 104, 0.62);
    box-shadow:
      0 10px 26px rgba(245, 87, 104, 0.13),
      0 0 0 3px rgba(245, 87, 104, 0.06);
  }
}

@keyframes heroInfoGlowSoft {
  0%,
  72%,
  100% {
    border-color: rgba(245, 87, 104, 0.2);
    box-shadow: 0 8px 20px rgba(245, 87, 104, 0.04);
  }

  14%,
  34% {
    border-color: rgba(245, 87, 104, 0.62);
    box-shadow:
      0 10px 26px rgba(245, 87, 104, 0.13),
      0 0 0 3px rgba(245, 87, 104, 0.06);
  }
}

.hero-info-item:nth-child(1) .info-icon,
.hero-info-item--1 .info-icon {
  animation: heroIconGlow 6s ease-in-out infinite;
  animation-delay: 0s;
}

.hero-info-item--2 .info-icon {
  animation: heroIconGlow 6s ease-in-out infinite;
  animation-delay: 2s;
}

.hero-info-item--3 .info-icon {
  animation: heroIconGlow 6s ease-in-out infinite;
  animation-delay: 4s;
}

@keyframes heroIconGlow {
  0%,
  72%,
  100% {
    background: #fff4f5;
  }

  14%,
  34% {
    background: #FFE9EC;
  }
}

.hero-cta {
  display: flex;
  flex-wrap: nowrap;
  gap: 0.75rem;
}

.hero-cta .btn-lg {
  flex: 1 1 0;
  min-width: 0;
}

.img-slot {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(145deg, var(--cream), var(--soft-pink) 55%, #ffd9df);
}

.img-slot::after {
  content: "?대?吏 以鍮?以?;
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  color: rgba(41, 33, 31, 0.35);
  font-weight: 700;
  font-size: 0.95rem;
  letter-spacing: -0.02em;
  pointer-events: none;
  z-index: 0;
}

.img-slot img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.img-slot img.is-missing {
  display: none;
}

.img-slot:has(img:not(.is-missing))::after {
  opacity: 0;
}

/* Float card: mobile/tablet only (hidden on overlay PC hero) */
.hero-float-card {
  position: absolute;
  left: 1.1rem;
  bottom: 1.1rem;
  z-index: 2;
  display: none;
  gap: 0.75rem;
  align-items: flex-start;
  max-width: 260px;
  padding: 1rem 1.05rem;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid var(--border-soft);
  border-radius: 16px;
  box-shadow: var(--shadow);
}

.hero-float-card .float-icon {
  color: var(--primary);
  margin-top: 0.1rem;
}

.hero-float-card p {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
  font-size: 0.84rem;
  color: var(--text-muted);
  line-height: 1.4;
}

.hero-float-card strong {
  color: var(--text);
  font-size: 0.92rem;
}

/* Service */
#service.service {
  position: relative;
  width: 100%;
  background: #FFFAF9;
}

.card-grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.15rem;
}

.feature-card {
  border: 1.5px solid rgba(245, 87, 104, 0.38);
  border-radius: 22px;
  padding: 1.85rem 1.35rem 1.7rem;
  text-align: center;
  box-shadow: 0 12px 30px rgba(92, 42, 42, 0.08);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  min-width: 0;
}

.feature-card--stay {
  background: linear-gradient(145deg, #FFFFFF, #FFF1ED);
  border-top: 4px solid #FF806F;
}

.feature-card--stay .feature-icon {
  background: #FFE8E2;
}

.feature-card--home {
  background: linear-gradient(145deg, #FFFFFF, #FFF0F3);
  border-top: 4px solid #F55768;
}

.feature-card--home .feature-icon {
  background: #FFE6EC;
}

.feature-card--area {
  background: linear-gradient(145deg, #FFFFFF, #FFF4E9);
  border-top: 4px solid #FFA45B;
}

.feature-card--area .feature-icon {
  background: #FFF0DC;
}

@media (hover: hover) and (pointer: fine) {
  .feature-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 34px rgba(92, 42, 42, 0.12);
  }
}

.feature-icon {
  width: 56px;
  height: 56px;
  margin: 0 auto 0.95rem;
  border-radius: 50%;
  display: inline-grid;
  place-items: center;
}

.feature-emoji {
  font-size: 1.45rem;
  line-height: 1;
}

.feature-card h3 {
  font-size: 1.2rem;
  font-weight: 800;
  margin-bottom: 0.55rem;
  letter-spacing: -0.02em;
}

.feature-card p {
  color: var(--text-muted);
  font-size: 0.95rem;
  line-height: 1.7;
}

/* Courses */
#courses.courses {
  position: relative;
  width: 100%;
  background: #FFEDEA;
  border-top: 1px solid rgba(245, 87, 104, 0.10);
  border-bottom: 1px solid rgba(245, 87, 104, 0.10);
  box-shadow:
    inset 0 10px 30px rgba(245, 87, 104, 0.025),
    inset 0 -10px 30px rgba(245, 87, 104, 0.025);
}

.course-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.15rem;
  align-items: stretch;
}

.course-card {
  background: #FFFFFF;
  border: 1.5px solid rgba(245, 87, 104, 0.22);
  border-top: 4px solid transparent;
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 12px 30px rgba(82, 38, 38, 0.07);
  transition: transform 0.28s ease, box-shadow 0.28s ease;
  transform-origin: center center;
  height: 100%;
}

.course-head {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  min-height: 118px;
  padding: 1.2rem 1rem;
}

.course-dry {
  border-color: rgba(255, 128, 110, 0.52);
  border-top: 4px solid #FF7C70;
}

.course-dry .course-head {
  background: linear-gradient(135deg, #FFD9CF 0%, #FFC5B8 100%);
  color: #B84B43;
}

.course-dry .course-icon {
  color: #D9544A;
}

.course-healing {
  border-top: 4px solid #F55768;
}

.course-healing .course-head {
  background: linear-gradient(135deg, #ff8a90, #f55768);
  color: var(--white);
}

.course-premium {
  border-top: 4px solid #F58FA2;
}

.course-premium .course-head {
  background: linear-gradient(135deg, #ffd0d8, #ff9aa8);
  color: #8f3040;
}

@media (hover: hover) and (pointer: fine) {
  .course-card:hover {
    transform: translateY(-6px) scale(1.015);
    box-shadow: 0 14px 32px rgba(245, 87, 104, 0.13);
  }
}

.course-card.is-pressed {
  transform: scale(1.025);
  box-shadow: 0 14px 32px rgba(245, 87, 104, 0.13);
}

.course-head h3 {
  font-size: 1.35rem;
  font-weight: 800;
}

.course-card table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}

.course-card td {
  padding: 1rem 1.25rem;
  border-bottom: 1px solid rgba(41, 33, 31, 0.06);
  font-size: 1rem;
  vertical-align: middle;
}

.course-card tr:last-child td {
  border-bottom: 0;
}

.course-card td:first-child {
  color: var(--text-muted);
  text-align: left;
}

.course-card td:last-child {
  text-align: right;
  font-weight: 800;
  color: var(--text);
  white-space: nowrap;
}

/* Areas */
#areas.areas {
  position: relative;
  width: 100%;
  background: #FFFAF9;
  padding-top: 6.25rem;
  padding-bottom: 6.25rem;
}

.areas::after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 8%;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  background: rgba(245, 87, 104, 0.06);
  pointer-events: none;
}

.areas-intro {
  max-width: 720px;
  margin-bottom: 2.25rem;
}

.areas-intro h2 {
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
}

.areas-intro > p {
  color: var(--text-muted);
  line-height: 1.85;
  font-size: 1rem;
}

.area-card-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.15rem;
  margin-bottom: 2rem;
}

.area-card {
  position: relative;
  background: linear-gradient(145deg, #ffffff 0%, #fff8f5 55%, #fff0ed 100%);
  border: 1.5px solid rgba(245, 87, 104, 0.38);
  border-radius: 22px;
  box-shadow: 0 10px 28px rgba(245, 87, 104, 0.08);
  overflow: hidden;
  min-width: 0;
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    border-color 0.25s ease;
}

.area-card--1 {
  border-top: 4px solid #F55768;
}

.area-card--2 {
  border-top: 4px solid #FF766F;
}

.area-card--3 {
  border-top: 4px solid #FF8E7A;
}

.area-card--4 {
  border-top: 4px solid #F56D8A;
}

@media (hover: hover) and (pointer: fine) {
  .area-card:hover {
    transform: translateY(-4px);
    border-color: rgba(245, 87, 104, 0.7);
    box-shadow: 0 14px 34px rgba(245, 87, 104, 0.15);
  }
}

.img-slot--area img,
.img-slot--situation img {
  object-fit: cover;
  object-position: center;
}

/* AREA GUIDE card photos — equal 16:9 on all breakpoints */
.area-card-media {
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #f6ebe7;
}

.area-card-media img {
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  object-position: center;
}

.area-card--1 .area-card-media img {
  object-position: center 72%;
}

.area-card--2 .area-card-media img {
  object-position: 20% center;
}

.area-card--3 .area-card-media img {
  object-position: 16% center;
}

.area-card--4 .area-card-media img {
  object-position: 55% 45%;
}

.area-card-body {
  padding: 1.35rem 1.3rem 1.45rem 1.45rem;
}

.area-card-title {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  margin-bottom: 0.75rem;
}

.area-icon {
  flex-shrink: 0;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: inline-grid;
  place-items: center;
  background: #FFE9EC;
  color: #F55768;
}

.area-card-body h3 {
  font-size: 1.05rem;
  font-weight: 800;
  line-height: 1.4;
  letter-spacing: -0.02em;
  padding-top: 0.35rem;
}

.area-card-body p {
  color: var(--text-muted);
  font-size: 0.95rem;
  line-height: 1.7;
}

.area-chip-note {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  margin: 0 0 0.95rem;
  color: var(--text-muted);
  font-size: 0.92rem;
  line-height: 1.5;
}

.area-chip-note-icon {
  display: inline-flex;
  color: var(--primary);
  flex-shrink: 0;
}

.area-chips {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  max-width: 100%;
}

.area-chips li {
  border: 1px solid rgba(245, 87, 104, 0.35);
  background: #fff;
  color: #3b2926;
  border-radius: var(--radius-pill);
  padding: 0.45rem 0.85rem;
  font-size: 0.86rem;
  font-weight: 600;
  max-width: 100%;
  word-break: keep-all;
}

.area-chips li.is-featured {
  background: linear-gradient(135deg, #FFF1F2, #FFE7EA);
  border: 1px solid rgba(245, 87, 104, 0.62);
  color: #D94355;
  font-weight: 700;
}

.area-chips li.is-highlight {
  background: #FFE1E5;
  border: 1px solid #FF9EAA;
  color: #D9485A;
  font-weight: 700;
  box-shadow: 0 4px 10px rgba(245, 87, 104, 0.08);
  transition: transform 0.2s ease;
}

@media (hover: hover) and (pointer: fine) {
  .area-chips li.is-highlight:hover {
    transform: translateY(-2px);
  }
}

.area-chips li.is-pulse {
  animation: areaPulse 4.5s ease-in-out infinite;
}

@keyframes areaPulse {
  0%,
  100% {
    box-shadow: 0 0 0 0 rgba(245, 87, 104, 0);
  }

  50% {
    box-shadow:
      0 0 0 4px rgba(245, 87, 104, 0.07),
      0 5px 15px rgba(245, 87, 104, 0.1);
  }
}

@media (prefers-reduced-motion: reduce) {
  .area-chips li.is-pulse,
  .hero-info-item,
  .hero-info-item .info-icon {
    animation: none !important;
  }

  .area-card,
  .story-card,
  .feature-card,
  .course-card,
  .situation-card,
  .img-slot--situation img {
    transition: none !important;
  }

  .course-card:hover,
  .course-card.is-pressed,
  .situation-card:hover,
  .situation-card.is-pressed,
  .situation-card:hover .img-slot--situation img,
  .situation-card.is-pressed .img-slot--situation img {
    transform: none !important;
  }
}

/* Guide / situations */
#guide.guide {
  width: 100%;
  background: #FFF3F1;
}

.situation-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.1rem;
}

.situation-card {
  background: #FFFFFF;
  border: 1px solid var(--border-soft);
  border-radius: 20px;
  overflow: hidden;
  box-shadow: var(--shadow-soft);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.img-slot--situation {
  aspect-ratio: 16 / 10;
  overflow: hidden;
  border-radius: 0;
}

.img-slot--situation img {
  transition: transform 0.45s ease;
  will-change: transform;
}

@media (hover: hover) and (pointer: fine) {
  .situation-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 16px 34px rgba(80, 45, 40, 0.12);
  }

  .situation-card:hover .img-slot--situation img {
    transform: scale(1.055);
  }
}

.situation-card.is-pressed {
  transform: translateY(-3px);
  box-shadow: 0 16px 34px rgba(80, 45, 40, 0.12);
}

.situation-card.is-pressed .img-slot--situation img {
  transform: scale(1.07);
}

.situation-body {
  padding: 1.2rem 1.15rem 1.35rem;
}

.situation-body h3 {
  font-size: 1.08rem;
  font-weight: 800;
  margin-bottom: 0.5rem;
}

.situation-body p {
  color: var(--text-muted);
  font-size: 0.93rem;
  line-height: 1.7;
}

/* Customer stories */
#stories.stories-block {
  position: relative;
  width: 100%;
  margin: 0;
  background: #FFFAF9;
  padding-top: 7.75rem;
}

.stories-sub {
  margin-top: 0.75rem;
  color: var(--text-muted);
  font-size: 0.98rem;
  line-height: 1.7;
  max-width: 36rem;
  margin-inline: auto;
}

.stories-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.1rem;
}

.story-card {
  border: 1.5px solid rgba(245, 87, 104, 0.3);
  border-radius: 22px;
  box-shadow: 0 10px 28px rgba(245, 87, 104, 0.07);
  padding: 1.4rem 1.25rem 1.35rem;
  min-width: 0;
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    border-color 0.25s ease;
}

.story-card--1 {
  background: #FFF8F5;
}

.story-card--2 {
  background: #FFF5F7;
}

.story-card--3 {
  background: #FFF9F1;
}

@media (hover: hover) and (pointer: fine) {
  .story-card:hover {
    transform: translateY(-4px);
    border-color: rgba(245, 87, 104, 0.65);
    box-shadow: 0 16px 34px rgba(245, 87, 104, 0.13);
  }
}

.story-top {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  margin-bottom: 0.9rem;
}

.story-icon {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: inline-grid;
  place-items: center;
  background: #FFE9E5;
  flex-shrink: 0;
}

.story-card--2 .story-icon {
  background: #FFE6EC;
}

.story-card--3 .story-icon {
  background: #FFF1DF;
}

.story-emoji {
  font-size: 1.15rem;
  line-height: 1;
}

.story-badge {
  display: inline-flex;
  align-items: center;
  padding: 0.35rem 0.7rem;
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 800;
  color: #B4454A;
  background: #FFE9E5;
  word-break: keep-all;
}

.story-card--2 .story-badge {
  background: #FFE6EC;
  color: #C2445A;
}

.story-card--3 .story-badge {
  background: #FFF1DF;
  color: #A85A32;
}

.story-card h3 {
  font-size: 1.05rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  margin-bottom: 0.65rem;
  line-height: 1.4;
}

.story-card > p {
  color: var(--text-muted);
  font-size: 0.93rem;
  line-height: 1.75;
  margin-bottom: 1rem;
}

.story-tag {
  display: inline-flex;
  align-items: center;
  padding: 0.35rem 0.7rem;
  border-radius: 999px;
  background: #FFE9EC;
  color: #D94B5D;
  font-size: 0.8rem;
  font-weight: 700;
  word-break: keep-all;
}

section.how-block {
  width: 100%;
  background: #FFEDEA;
  border-top: 1px solid rgba(245, 87, 104, 0.10);
  border-bottom: 1px solid rgba(245, 87, 104, 0.10);
  box-shadow:
    inset 0 10px 30px rgba(245, 87, 104, 0.025),
    inset 0 -10px 30px rgba(245, 87, 104, 0.025);
}

.how-steps {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.85rem;
  counter-reset: none;
}

.how-steps li,
.how-step {
  position: relative;
  text-align: center;
  padding: 1.45rem 0.85rem 1.35rem;
  border-radius: 18px;
  border: 1px solid rgba(245, 87, 104, 0.28);
  min-width: 0;
}

.how-step--1 {
  background: #FFF6F2;
}

.how-step--2 {
  background: #FFF3F4;
}

.how-step--3 {
  background: #FFF7F0;
}

.how-step--4 {
  background: #FFF2F5;
}

.how-steps li:not(:last-child)::after {
  content: "??;
  position: absolute;
  right: -0.55rem;
  top: 2.4rem;
  color: rgba(245, 87, 104, 0.55);
  font-weight: 700;
  z-index: 1;
}

.step-icon {
  width: 48px;
  height: 48px;
  margin: 0 auto 12px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  border: 1px solid rgba(245, 87, 104, 0.25);
  box-shadow: 0 7px 18px rgba(245, 87, 104, 0.1);
}

.how-step--1 .step-icon {
  background: #FFE1E5;
}

.how-step--2 .step-icon {
  background: #FFE8D9;
}

.how-step--3 .step-icon {
  background: #FFE1E9;
}

.how-step--4 .step-icon {
  background: #FFF0D9;
}

.step-emoji {
  font-size: 23px;
  line-height: 1;
  display: block;
  transform: translateY(1px);
}

.how-step--3 .step-emoji {
  font-size: 24px;
}

.how-step--4 .step-emoji {
  font-size: 24px;
  color: #F55768;
}

.step-badge {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: var(--primary);
  color: var(--white);
  font-size: 0.85rem;
  font-weight: 800;
  margin: 0 auto 0.75rem;
}

.how-steps h3 {
  font-size: 1.05rem;
  font-weight: 800;
  margin-bottom: 0.4rem;
}

.how-steps p {
  color: var(--text-muted);
  font-size: 0.9rem;
}

/* Tips long-form ??always visible */
#tips.tips {
  width: 100%;
  background: #FFFAF9;
}

.tips-inner {
  max-width: none;
}

.tips-content {
  counter-reset: tip-section;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(245, 87, 104, 0.25);
  border-radius: 22px;
  box-shadow: 0 10px 30px rgba(60, 30, 30, 0.035);
  padding: 2.5rem 2.25rem;
}

.tips-content h3 {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-size: 1.22rem;
  font-weight: 800;
  margin: 0 0 0.65rem;
  letter-spacing: -0.02em;
  line-height: 1.35;
  counter-increment: tip-section;
}

.tips-content h3::before {
  content: counter(tip-section, decimal-leading-zero);
  flex-shrink: 0;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: inline-grid;
  place-items: center;
  background: #FFE1E5;
  color: #F55768;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
}

.tips-content h3:first-child {
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
}

.tips-content h3:not(:first-child) {
  margin-top: 1.9rem;
  padding-top: 1.9rem;
  border-top: 1px solid rgba(245, 87, 104, 0.12);
}

.tips-content p {
  color: var(--text-muted);
  font-size: 1.02rem;
  line-height: 1.85;
  margin-bottom: 0.85rem;
}

.tips-content p:last-child {
  margin-bottom: 0;
}

.tips-content h3 + p {
  margin-top: 0;
}

/* FAQ */
#faq.faq {
  width: 100%;
  background: #FFF3F1;
}

.faq-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.9rem;
  align-items: start;
}

.faq-item {
  background: #FFFFFF;
  border: 1.5px solid rgba(245, 87, 104, 0.22);
  border-radius: 16px;
  box-shadow: 0 8px 22px rgba(92, 42, 42, 0.05);
  overflow: hidden;
  transition: border-color 0.22s ease, box-shadow 0.22s ease;
}

@media (hover: hover) and (pointer: fine) {
  .faq-item:hover {
    border-color: rgba(245, 87, 104, 0.55);
    box-shadow: 0 8px 22px rgba(245, 87, 104, 0.08);
  }
}

.faq-item.is-open {
  border-color: #F76A73;
  background: #FFFFFF;
  box-shadow: 0 12px 28px rgba(245, 87, 104, 0.1);
}

.faq-item h3 {
  margin: 0;
  font-size: 1rem;
}

.faq-trigger {
  width: 100%;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 0.75rem;
  align-items: center;
  padding: 1.15rem 1.1rem;
  text-align: left;
  min-height: 74px;
}

.faq-qmark {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: inline-grid;
  place-items: center;
  background: #F55768;
  color: #FFFFFF;
  font-weight: 800;
  font-size: 0.9rem;
  flex-shrink: 0;
}

.faq-qtext {
  font-size: 1.01rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.4;
  min-width: 0;
}

.faq-chevron {
  width: 10px;
  height: 10px;
  border-right: 2px solid var(--text-muted);
  border-bottom: 2px solid var(--text-muted);
  transform: rotate(45deg);
  transition: transform 0.2s ease;
  margin-top: -4px;
}

.faq-item.is-open .faq-chevron,
.faq-trigger[aria-expanded="true"] .faq-chevron {
  transform: rotate(225deg);
  margin-top: 4px;
}

.faq-answer {
  padding: 0 1rem 1rem 3.1rem;
}

.faq-answer p {
  color: var(--text-muted);
  font-size: 0.92rem;
  line-height: 1.7;
}

/* JS accordion: hide only when JS is enabled and item not open */
.js .faq-item:not(.is-open) .faq-answer {
  display: none;
}

.js .faq-item:not(.is-open) .faq-trigger .faq-chevron {
  transform: rotate(45deg);
  margin-top: -4px;
}

/* Final CTA */
.final-cta {
  background:
    linear-gradient(135deg, #ff7a86 0%, var(--primary) 48%, #ff8fa0 100%);
  color: var(--white);
  padding: 4.5rem 0;
  text-align: center;
}

.final-cta-inner h2 {
  font-size: clamp(1.8rem, 3.5vw, 2.5rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  margin: 0.4rem 0 0.8rem;
}

.final-cta-inner > p {
  opacity: 0.92;
  margin-bottom: 1.6rem;
}

.final-cta-actions {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.8rem;
}

/* Footer */
.site-footer {
  background: var(--white);
  border-top: 1px solid var(--border-soft);
  padding-top: 3rem;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr repeat(4, 1fr);
  gap: 1.5rem;
  padding-bottom: 2.2rem;
}

.footer-brand p {
  margin-top: 0.7rem;
  color: var(--text-muted);
  font-size: 0.92rem;
}

.footer-tag {
  font-size: 0.85rem !important;
}

.footer-col h3 {
  font-size: 0.95rem;
  font-weight: 800;
  margin-bottom: 0.8rem;
}

.footer-col ul {
  list-style: none;
  display: grid;
  gap: 0.45rem;
}

.footer-col a {
  color: var(--text-muted);
  font-size: 0.9rem;
}

.footer-col a:hover {
  color: var(--primary);
}

.footer-bottom {
  border-top: 1px solid var(--border-soft);
  padding: 1.1rem 0 1.4rem;
}

.footer-bottom p {
  color: var(--text-muted);
  font-size: 0.84rem;
}

/* Responsive */
@media (max-width: 1200px) {
  .h1-brand {
    font-size: clamp(1.9rem, 3.4vw, 2.8rem);
  }

  .h1-service {
    font-size: clamp(2rem, 3.8vw, 3.1rem);
  }
}

/* ≤1023: stacked hero — text then single background photo card */
@media (max-width: 1023px) {
  #hero.hero {
    display: flex;
    flex-direction: column;
    min-height: 0;
    padding: 2.25rem 0 2.75rem;
    background-image: none;
  }

  #hero.hero::after {
    content: none;
    display: none;
  }

  #hero .hero-content {
    order: 1;
    display: block;
    width: min(100% - 2rem, var(--container));
    margin-inline: auto;
    padding-block: 0;
    min-height: 0;
  }

  #hero .hero-copy {
    max-width: none;
  }

  #hero .hero-photo {
    order: 2;
    width: min(100% - 2rem, 720px);
    margin: 1.5rem auto 0;
    aspect-ratio: 1024 / 682;
    border-radius: 24px;
    box-shadow: var(--shadow);
    overflow: hidden;
    background-color: #FFF3F1;
    background-image: url("../images/hero.webp");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
  }

  #hero .hero-float-card {
    display: flex;
  }

  #hero .hero-cta {
    flex-wrap: wrap;
  }

  .area-card-grid {
    grid-template-columns: 1fr 1fr;
  }

  .faq-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .footer-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 860px) {
  .area-card-grid {
    grid-template-columns: 1fr;
  }

  .nav-toggle {
    display: inline-flex;
    flex-shrink: 0;
  }

  .nav {
    position: absolute;
    top: calc(var(--header-h) + 1px);
    left: 0;
    right: 0;
    width: 100%;
    background: #FFF4F2;
    border-bottom: 1px solid rgba(245, 87, 104, 0.22);
    padding: 0.75rem 1rem 1rem;
    display: none;
    margin-left: 0;
    z-index: 120;
  }

  .nav.is-open {
    display: block;
  }

  .nav-list {
    flex-direction: column;
    align-items: stretch;
    gap: 0.15rem;
  }

  .nav-list a {
    display: block;
    padding: 0.85rem 0.5rem;
    border-radius: 10px;
  }

  .nav-list a:hover {
    background: rgba(255, 240, 243, 0.9);
  }

  .nav-list a::after {
    display: none;
  }

  .header-inner {
    gap: 0.5rem;
  }

  .header-cta {
    margin-left: 0;
    gap: 0.4rem;
  }

  .header-cta .btn-sm {
    padding: 0.55rem 0.7rem;
    font-size: 0.8rem;
  }

  .header-cta .btn-sm .btn-icon {
    display: none;
  }

  .card-grid-3,
  .course-grid,
  .situation-grid,
  .stories-grid {
    grid-template-columns: 1fr;
  }

  .how-steps {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 1.4rem;
  }

  .how-steps li:not(:last-child)::after {
    display: none;
  }

  .step-icon {
    width: 46px;
    height: 46px;
    margin-bottom: 12px;
  }

  .step-emoji {
    font-size: 22px;
  }

  .how-step--3 .step-emoji,
  .how-step--4 .step-emoji {
    font-size: 23px;
  }
}

@media (max-width: 640px) {
  .container {
    width: min(100% - 1.5rem, var(--container));
  }

  .section {
    padding: 3.5rem 0;
  }

  #stories.stories-block {
    padding-top: 4.35rem;
  }

  #hero.hero {
    padding: 1.75rem 0 2.75rem;
  }

  .h1-brand {
    font-size: clamp(1.85rem, 8vw, 2.35rem);
  }

  .h1-service {
    font-size: clamp(2rem, 8.5vw, 2.55rem);
  }

  .hero-sub {
    font-size: 0.98rem;
  }

  .hero-lead {
    max-width: 100%;
  }

  .hero-lead p {
    font-size: 0.9rem;
    line-height: 1.8;
  }

  .hero-info {
    grid-template-columns: 1fr;
  }

  .hero-info li {
    min-height: 0;
    padding: 0.9rem 1rem;
  }

  .hero-info-item {
    animation-name: heroInfoGlowSoft;
  }

  .story-card > p {
    font-size: 0.92rem;
  }

  .hero-cta {
    flex-direction: column;
    flex-wrap: nowrap;
  }

  .hero-cta .btn-lg,
  .final-cta-actions .btn-lg {
    width: 100%;
    min-width: 0;
  }

  .final-cta-actions {
    flex-direction: column;
    align-items: stretch;
  }

  #hero .hero-photo {
    width: min(100% - 1.5rem, 720px);
    border-radius: 22px;
  }

  .hero-float-card {
    left: 0.75rem;
    right: 0.75rem;
    bottom: 0.75rem;
    max-width: none;
  }

  .area-card-grid,
  .faq-grid,
  .how-steps,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .areas {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }

  .area-card-body p {
    font-size: 0.9rem;
  }

  .area-chips li.is-pulse {
    animation: none;
  }

  .tips-content {
    padding: 1.55rem 1.15rem;
  }

  .tips-content h3 {
    font-size: 1.08rem;
    gap: 0.65rem;
  }

  .tips-content h3::before {
    width: 32px;
    height: 32px;
    font-size: 0.72rem;
  }

  .tips-content h3:not(:first-child) {
    margin-top: 1.45rem;
    padding-top: 1.45rem;
  }

  .tips-content p {
    font-size: 0.98rem;
    line-height: 1.85;
  }

  .faq-trigger {
    padding: 1.05rem 0.95rem;
    gap: 0.55rem;
    min-height: 70px;
  }

  .faq-answer {
    padding: 0 0.9rem 1rem;
  }

  .faq-qtext {
    font-size: 0.95rem;
  }

  .header-cta {
    gap: 0.3rem;
  }

  .site-header .logo-text {
    font-size: 0.95rem;
  }

  .course-card td {
    padding: 0.9rem 1rem;
  }

  .area-chips {
    gap: 0.45rem;
  }

  .area-chips li {
    font-size: 0.82rem;
    padding: 0.4rem 0.7rem;
  }

  .area-chip-note {
    font-size: 0.88rem;
    align-items: flex-start;
  }
}

@media (max-width: 430px) {
  .container {
    width: min(100% - 1.25rem, var(--container));
  }

  .header-cta .btn-sm {
    padding: 0.5rem 0.58rem;
    font-size: 0.74rem;
  }

  .how-steps {
    grid-template-columns: 1fr;
  }

  .course-card td {
    padding: 0.85rem 0.9rem;
    font-size: 0.92rem;
  }

  .final-cta {
    padding: 3.25rem 0;
  }

  .final-cta-inner h2 {
    font-size: 1.65rem;
  }
}

@media (max-width: 390px) {
  .container {
    width: min(100% - 1.15rem, var(--container));
  }

  .logo-mark {
    width: 34px;
    height: 34px;
    padding: 4px;
  }

  .site-header .logo-text {
    font-size: 0.9rem;
  }

  .header-cta .btn-sm {
    padding: 0.48rem 0.5rem;
    font-size: 0.7rem;
  }

  .h1-brand,
  .h1-service,
  .course-head h3 {
    word-break: keep-all;
    overflow-wrap: break-word;
  }

  .btn-sub {
    font-size: 0.8rem;
  }
}

/* Full-width section surfaces (cascade-final, actual DOM ids/classes) */
body {
  background-color: #FFFAF9;
}

#hero.hero {
  background-color: #FFF7F6;
}

#service.service {
  background-color: #FFFAF9;
}

#courses.courses {
  background-color: #FFEDEA;
}

#areas.areas {
  background-color: #FFFAF9;
}

#guide.guide {
  background-color: #FFF3F1;
}

#stories.stories-block {
  background-color: #FFFAF9;
}

section.how-block {
  background-color: #FFEDEA;
}

#tips.tips {
  background-color: #FFFAF9;
}

#faq.faq {
  background-color: #FFF3F1;
}

#hero.hero > .container,
#hero .hero-content.container,
#service.service > .container,
#courses.courses > .container,
#areas.areas > .container,
#guide.guide > .container,
#stories.stories-block > .container,
section.how-block > .container,
#tips.tips > .container,
#faq.faq > .container {
  background-color: transparent;
}

.course-card,
.situation-card,
.faq-item {
  background-color: #FFFFFF;
}
