/* 마케팅 페이지 공통 스타일 — member/trainer/owner.html */
* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
/* 상단 고정 메뉴 — home ↔ 역할 페이지 ↔ 앱 오가기 */
.nav {
  position: sticky; top: 0; z-index: 100;
  background: rgba(255,255,255,.88); backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid #ececf0;
}
.nav .in {
  max-width: 1100px; margin: 0 auto; padding: 0 20px;
  display: flex; align-items: center; gap: 4px; height: 52px;
}
.nav .logo { font-size: 15.5px; font-weight: 900; color: #1d1d1f; text-decoration: none; margin-right: auto; }
.nav .logo b { color: #7C3AED; }
.nav a.mi {
  font-size: 13.5px; font-weight: 700; color: #3a3a3c; text-decoration: none;
  padding: 8px 10px; border-radius: 10px; white-space: nowrap;
}
.nav a.mi:hover { background: #f5f5f7; }
.nav a.mi.cur { background: rgba(124,58,237,.08); color: #7C3AED; }
.nav a.app {
  font-size: 13px; font-weight: 900; color: #fff; text-decoration: none;
  background: linear-gradient(135deg, #A855F7, #7C3AED); border-radius: 999px;
  padding: 8px 14px; margin-left: 6px; white-space: nowrap;
}
body {
  background: #ffffff; color: #1d1d1f;
  font-family: -apple-system, BlinkMacSystemFont, "Apple SD Gothic Neo", "Pretendard", sans-serif;
  line-height: 1.6; -webkit-font-smoothing: antialiased;
}
.wrap { max-width: 520px; margin: 0 auto; padding: 0 20px; }

.hero { text-align: center; padding: 60px 0 40px; }
.hero .badge {
  display: inline-block; font-size: 13px; font-weight: 800; color: #7C3AED;
  background: rgba(124,58,237,.07); border: 1px solid rgba(124,58,237,.25);
  border-radius: 999px; padding: 6px 14px; margin-bottom: 20px;
}
.hero h1 { font-size: 28px; font-weight: 900; line-height: 1.4; letter-spacing: -0.5px; }
.hero h1 .accent { color: #7C3AED; }
.hero p { margin-top: 14px; font-size: 15.5px; color: #6e6e73; }
.hero .made {
  margin-top: 20px; font-size: 13.5px; color: #3a3a3c; background: #f5f5f7;
  border: 1px solid #e8e8ed; border-radius: 999px; display: inline-block; padding: 8px 18px;
}
.hero .made b { color: #7C3AED; }

.pick { margin-bottom: 52px; }
.pick .t { text-align: center; font-size: 13px; font-weight: 900; color: #8e8e93; letter-spacing: 1px; margin-bottom: 14px; }
.pick a {
  display: block; text-decoration: none;
  background: #ffffff; border-radius: 20px; overflow: hidden;
  padding: 0 0 18px; margin-bottom: 20px;
  box-shadow: 0 4px 16px rgba(0,0,0,.06);
}
.pick a.a-member { border: 1.5px solid rgba(124,58,237,.4); }
.pick a.a-trainer { border: 1.5px solid rgba(22,163,74,.4); }
.pick a.a-owner { border: 1.5px solid rgba(234,131,0,.45); }
.pick .head2 { display: flex; align-items: center; gap: 10px; padding: 16px 18px; margin-bottom: 8px; }
.a-member .head2 { background: linear-gradient(135deg, rgba(168,85,247,.14), rgba(168,85,247,.04)); }
.a-trainer .head2 { background: linear-gradient(135deg, rgba(22,163,74,.13), rgba(22,163,74,.03)); }
.a-owner .head2 { background: linear-gradient(135deg, rgba(234,131,0,.13), rgba(234,131,0,.03)); }
.pick .ico { font-size: 24px; flex-shrink: 0; }
.pick .who2 { font-size: 17.5px; font-weight: 900; color: #1d1d1f; }
.pick .go { margin-left: auto; font-weight: 900; font-size: 13px; border-radius: 999px; padding: 6px 12px; }
.a-member .go { color: #7C3AED; background: rgba(124,58,237,.08); }
.a-trainer .go { color: #16A34A; background: rgba(22,163,74,.08); }
.a-owner .go { color: #EA8300; background: rgba(234,131,0,.09); }
.pick a.slim { padding-bottom: 0; }
.pick a.slim .head2 { margin-bottom: 0; }

.hook {
  background: linear-gradient(135deg, rgba(168,85,247,.09), rgba(124,58,237,.03));
  border: 1px solid rgba(124,58,237,.2); border-radius: 20px;
  padding: 26px 22px; text-align: center; margin-bottom: 48px;
}
.hook .q { font-size: 19px; font-weight: 800; margin-bottom: 8px; line-height: 1.45; }
.hook .a { font-size: 14px; color: #6e6e73; }

.pain { margin-bottom: 64px; }
.pain .row {
  display: flex; align-items: center; gap: 12px; background: #f5f5f7;
  border: 1px solid #e8e8ed; border-radius: 14px; padding: 13px 16px; margin-bottom: 10px;
  font-size: 14px; color: #3a3a3c;
}
.pain .row .x { font-size: 18px; flex-shrink: 0; }
.pain .punch { text-align: center; font-size: 16px; font-weight: 800; margin-top: 18px; }
.pain .punch .accent { color: #7C3AED; }

.story {
  border-left: 3px solid #A855F7; padding: 4px 0 4px 18px; margin-bottom: 64px;
}
.story .t { font-size: 13px; font-weight: 900; color: #7C3AED; letter-spacing: 1px; margin-bottom: 8px; }
.story p { font-size: 14.5px; color: #3a3a3c; margin-bottom: 10px; }
.story p b { color: #1d1d1f; }

/* 기능 — 제목 + 화면 */
.feat { margin-bottom: 56px; text-align: center; }
.feat h3 { font-size: 20px; font-weight: 900; line-height: 1.4; letter-spacing: -0.3px; }
.feat h3 .no {
  display: block; font-size: 11.5px; font-weight: 900; color: #7C3AED; letter-spacing: .5px; margin-bottom: 8px;
}
.feat .desc { font-size: 14px; color: #6e6e73; margin-top: 8px; }
.feat .desc b { color: #1d1d1f; }
.sec-gap { margin-bottom: 88px; scroll-margin-top: 16px; }

.shot {
  width: 100%; height: auto; border-radius: 18px; display: block; margin-top: 16px;
  box-shadow: 0 18px 45px rgba(0,0,0,.16);
}
.caption { font-size: 12.5px; color: #8e8e93; text-align: center; margin-top: 10px; }

/* 분위기 실사 */
.mood { margin: 0 0 44px; }
.mood img {
  width: 100%; height: auto; border-radius: 18px; display: block;
  box-shadow: 0 18px 45px rgba(0,0,0,.16);
}

.minicta { text-align: center; margin: -20px 0 80px; }
.minicta a {
  display: inline-block; text-decoration: none; font-weight: 900; font-size: 14.5px;
  color: #7C3AED; background: rgba(124,58,237,.06);
  border: 1px solid rgba(124,58,237,.3); border-radius: 999px; padding: 12px 26px;
}

.ba { margin-bottom: 88px; }
.ba h2 { text-align: center; font-size: 23px; font-weight: 900; margin-bottom: 22px; }
.ba .grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.ba .col { border-radius: 18px; padding: 18px 16px; font-size: 13.5px; }
.ba .before { background: #f5f5f7; border: 1px solid #e8e8ed; color: #6e6e73; }
.ba .after { background: linear-gradient(160deg, rgba(168,85,247,.10), rgba(124,58,237,.03)); border: 1px solid rgba(124,58,237,.35); color: #1d1d1f; }
.ba .col .h { font-size: 13px; font-weight: 900; margin-bottom: 10px; }
.ba .before .h { color: #8e8e93; }
.ba .after .h { color: #7C3AED; }
.ba .col div:not(.h) { padding: 5px 0; border-top: 1px solid rgba(0,0,0,.05); }

.bridge {
  text-align: center; padding: 8px 0 72px; font-size: 17px; font-weight: 700; line-height: 1.8; color: #3a3a3c;
}
.bridge .accent { color: #7C3AED; font-weight: 900; }

.maker {
  background: #f5f5f7; border: 1px solid #e8e8ed; border-radius: 20px;
  padding: 26px 22px; margin-bottom: 80px; text-align: center;
}
.maker .t { font-size: 13px; font-weight: 900; color: #7C3AED; letter-spacing: 1px; margin-bottom: 12px; }
.maker h3 { font-size: 18px; font-weight: 900; line-height: 1.5; margin-bottom: 10px; }
.maker p { font-size: 14px; color: #6e6e73; }
.maker p b { color: #1d1d1f; }
.maker .sign { font-size: 13.5px; color: #8e8e93; margin-top: 14px; }

.proof { margin-bottom: 88px; }
.proof h2 { text-align: center; font-size: 23px; font-weight: 900; margin-bottom: 22px; }
.proof-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.proof-card {
  text-align: center; background: #f5f5f7; border: 1px solid #e8e8ed; border-radius: 18px; padding: 22px 12px;
}
.proof-card .num { font-size: 26px; font-weight: 900; color: #7C3AED; }
.proof-card .lbl { font-size: 12.5px; color: #6e6e73; margin-top: 4px; }
.proof .src { text-align: center; font-size: 12px; color: #aeaeb2; margin-top: 12px; }

.faq { margin-bottom: 80px; }
.faq h2 { text-align: center; font-size: 23px; font-weight: 900; margin-bottom: 24px; }
.faq details {
  background: #f5f5f7; border: 1px solid #e8e8ed; border-radius: 14px;
  padding: 16px 18px; margin-bottom: 10px;
}
.faq summary { font-size: 14.5px; font-weight: 800; cursor: pointer; list-style: none; }
.faq summary::before { content: "Q. "; color: #7C3AED; font-weight: 900; }
.faq details p { font-size: 14px; color: #6e6e73; margin-top: 10px; }

.cta { text-align: center; padding-bottom: 90px; }
.cta h3 { font-size: 21px; font-weight: 900; margin-bottom: 6px; line-height: 1.5; }
.cta .sub { font-size: 14px; color: #6e6e73; margin-bottom: 20px; }
.cta a.btn {
  display: block; text-decoration: none; font-weight: 900; font-size: 16px;
  border-radius: 16px; padding: 17px 0; margin-bottom: 12px;
}
.cta .kakao { background: #FEE500; color: #191919; box-shadow: 0 6px 18px rgba(254,229,0,.35); }
.cta .purple { background: linear-gradient(135deg, #A855F7, #7C3AED); color: #fff; box-shadow: 0 6px 18px rgba(124,58,237,.3); }
.cta .note { font-size: 12.5px; color: #aeaeb2; margin-top: 8px; }

.foot { text-align: center; font-size: 12px; color: #aeaeb2; padding-bottom: 40px; }

/* 넓은 화면 (컴퓨터·태블릿 가로) */
@media (min-width: 900px) {
  .wrap { max-width: 1100px; }
  .hero { padding: 84px 0 52px; }
  .hero h1 { font-size: 42px; }
  .pick { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; align-items: start; }
  .pick .t { grid-column: 1 / -1; }
  .pick a { margin-bottom: 0; }
  .pick.two { grid-template-columns: repeat(2, 1fr); max-width: 760px; margin-left: auto; margin-right: auto; }
  .hook { max-width: 760px; margin-left: auto; margin-right: auto; }
  .mood { max-width: 860px; margin-left: auto; margin-right: auto; }
  .pain { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; max-width: 860px; margin-left: auto; margin-right: auto; margin-bottom: 64px; }
  .pain .punch { grid-column: 1 / -1; }
  .story { max-width: 760px; margin-left: auto; margin-right: auto; }
  /* 지그재그 — 제목(좌) + 화면(우), 짝수는 반전 */
  .feat:has(.shot) {
    max-width: 1000px; margin-left: auto; margin-right: auto;
    display: grid;
    grid-template-columns: 36fr 64fr;
    grid-template-areas: "txt pic" "txt cap";
    gap: 0 44px;
    align-items: center;
    text-align: left;
    margin-bottom: 88px;
  }
  .feat:has(.shot) h3 { grid-area: txt; font-size: 26px; }
  .feat:has(.shot) .txt { grid-area: txt; }
  .feat:has(.shot) .txt h3 { font-size: 26px; }
  .feat:has(.shot) .txt .desc { font-size: 15.5px; line-height: 1.7; margin-top: 14px; }
  .sec-gap .feat:has(.shot):nth-of-type(even) .txt { text-align: right; }
  .feat:has(.shot) .shot { grid-area: pic; margin-top: 0; }
  .feat:has(.shot) .caption { grid-area: cap; }
  .sec-gap .feat:has(.shot):nth-of-type(even) { grid-template-areas: "pic txt" "cap txt"; }
  .sec-gap .feat:has(.shot):nth-of-type(even) h3 { text-align: right; }
  /* 이미지 없는 기능은 한 줄 카드로 */
  .feat:not(:has(.shot)) {
    max-width: 1000px; margin-left: auto; margin-right: auto;
    background: #f5f5f7; border: 1px solid #e8e8ed; border-radius: 18px;
    padding: 24px;
  }
  .shot[width="860"], .shot[width="430"] { max-width: 360px; margin-left: auto; margin-right: auto; }
  .ba .grid { max-width: 860px; margin: 0 auto; gap: 16px; }
  .bridge { font-size: 20px; }
  .maker, .faq { max-width: 760px; margin-left: auto; margin-right: auto; }
  .proof-grid { grid-template-columns: repeat(4, 1fr); max-width: 900px; margin: 0 auto; }
  .cta a.btn { max-width: 420px; margin-left: auto; margin-right: auto; }
}
