/* ==== 렛잇핏 브랜드홈 전용 스타일 (이 페이지에서만 사용) ==== */
.lef-page { width: 100%; background: #fff; color: #1f1412; letter-spacing: -0.2px; }
.lef-page * { box-sizing: border-box; }
.lef-page img { max-width: 100%; }

/* 헤더 */
.lef-header { display: flex; align-items: center; justify-content: space-between; height: 56px; padding: 0 16px; background: #fff; border-bottom: 1px solid #ece4dc; position: sticky; top: 0; z-index: 10; }
.lef-header-brand { display: flex; align-items: center; gap: 8px; text-decoration: none; }
.lef-header-logo { width: 34px; height: 34px; border-radius: 9px; object-fit: cover; display: block; }
.lef-header-brand .lef-text { display: flex; align-items: baseline; gap: 6px; }
.lef-header-brand .lef-name { font-size: 17px; font-weight: 900; color: #4a2621; }
.lef-header-brand .lef-by { font-size: 11px; font-weight: 700; letter-spacing: 0.5px; color: #f9457c; }
.lef-header-cart { position: relative; width: 40px; height: 40px; display: flex; align-items: center; justify-content: center; color: #4a2621; }

/* 히어로 */
/* 서포터 추천 안내 바 (mid 로 진입한 경우에만 노출) */
.lef-spt-bar { display: flex; align-items: center; gap: 8px; padding: 9px 16px; background: #fff0f5; border-bottom: 1px solid #ffd6e5; }
.lef-spt-avatar { flex-shrink: 0; width: 26px; height: 26px; border-radius: 50%; background-color: #ffd6e5; background-size: cover; background-position: center; display: block; }
.lef-spt-avatar-empty { background-image: none; }
.lef-spt-text { flex-grow: 1; min-width: 0; font-size: 12px; line-height: 1.4; color: #6b4b52; overflow: hidden; text-overflow: ellipsis; }
.lef-spt-text strong { color: #f9457c; font-weight: 800; }
.lef-spt-link { flex-shrink: 0; height: 26px; padding: 0 11px; border-radius: 13px; background: #fff; border: 1px solid #ffb3cf; color: #f9457c; font-size: 11px; font-weight: 700; text-decoration: none; display: inline-flex; align-items: center; }

/* 서포터 코드 구간별 추가할인 안내 */
.lef-spt-tier { padding: 12px 16px 13px; background: #fff7fa; border-bottom: 1px solid #ffd6e5; }
.lef-spt-tier-head { font-size: 11px; font-weight: 800; color: #f9457c; letter-spacing: 0.2px; margin-bottom: 8px; }
.lef-spt-tier-list { display: flex; flex-wrap: wrap; gap: 6px; }
.lef-spt-tier-item { display: inline-flex; align-items: baseline; gap: 5px; padding: 5px 9px; background: #fff; border: 1px solid #ffd6e5; border-radius: 8px; }
.lef-spt-tier-range { font-size: 11px; color: #6b4b52; }
.lef-spt-tier-price { font-size: 12px; font-weight: 800; color: #f9457c; }
.lef-spt-tier-note { margin-top: 8px; font-size: 10px; color: #b795a0; }

.lef-hero { background: #4a2621; color: #f8f1e8; }
.lef-hero-img { width: 100%; height: auto; display: block; }
.lef-hero-body { padding: 22px 20px 24px; }
.lef-hero-label { font-size: 12px; font-weight: 700; letter-spacing: 2px; color: #e0a889; }
.lef-hero-title { font-size: 25px; font-weight: 900; line-height: 1.3; margin: 12px 0 10px; }
.lef-hero-desc { font-size: 14px; line-height: 1.6; color: #d9c7bb; }
.lef-hero-cta { display: flex; align-items: center; justify-content: center; height: 52px; margin-top: 16px; border-radius: 12px; background: #ff006b; color: #fff; font-size: 16px; font-weight: 700; cursor: pointer; }

/* 신뢰 스트립 */
.lef-strip { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); padding: 18px 8px; background: #f8f1e8; border-bottom: 1px solid #ece4dc; text-align: center; }
.lef-strip-num { font-size: 14px; font-weight: 900; color: #4a2621; }
.lef-strip-label { font-size: 11px; color: #8a7a74; margin-top: 4px; }

/* 섹션 공통 */
.lef-section { padding: 28px 16px 24px; background: #fff; }
.lef-section.lef-bg { background: #f8f1e8; }
.lef-section-title { font-size: 19px; font-weight: 900; }
.lef-section-sub { font-size: 12px; color: #8a7a74; margin-top: 6px; }

/* 플랜 카드 */
.lef-plan-list { margin-top: 14px; }
.lef-plan-card { display: flex; align-items: center; gap: 12px; padding: 12px 14px; margin-bottom: 10px; border: 1.5px solid #ece4dc; border-radius: 14px; background: #fff; text-decoration: none; color: #1f1412; }
.lef-plan-thumb { position: relative; flex-shrink: 0; width: 72px; height: 72px; }
.lef-plan-thumb img { width: 72px; height: 72px; border-radius: 10px; object-fit: cover; display: block; }
.lef-plan-free { position: absolute; left: 0; bottom: 0; padding: 2px 6px; border-radius: 0 8px 0 10px; background: #4a2621; color: #fff; font-size: 9px; font-weight: 700; }
.lef-plan-info { flex-grow: 1; min-width: 0; }
.lef-plan-title { font-size: 13px; font-weight: 700; line-height: 1.4; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
.lef-plan-price { display: flex; align-items: baseline; gap: 6px; margin-top: 5px; }
.lef-plan-rate { font-size: 14px; font-weight: 900; color: #ff006b; }
.lef-plan-sale { font-size: 16px; font-weight: 900; }
.lef-plan-origin { font-size: 12px; color: #b3a49b; text-decoration: line-through; }
.lef-plan-benefit { font-size: 11px; color: #8a7a74; margin-top: 4px; }
.lef-plan-sptdc { margin-top: 3px; font-size: 11px; color: #f9457c; line-height: 1.4; }
.lef-plan-sptdc strong { font-weight: 800; }
.lef-plan-benefit strong { color: #ff006b; font-weight: 900; }
.lef-plan-arrow { flex-shrink: 0; color: #cfc2b8; font-size: 18px; font-weight: 700; }
.lef-plan-coupon { display: flex; align-items: center; gap: 8px; padding: 12px 14px; border-radius: 10px; background: #fff0f5; font-size: 12px; color: #4a2621; }
.lef-plan-all { display: flex; align-items: center; justify-content: center; gap: 6px; margin-top: 10px; padding: 14px; border: 1px solid #e4d9d2; border-radius: 10px; background: #fff; font-size: 13px; color: #4a2621; text-decoration: none; }
.lef-plan-all span { color: #8a7a74; }
.lef-plan-empty { padding: 30px 0; text-align: center; font-size: 13px; color: #8a7a74; }

/* 배너 */
.lef-banner { padding: 0 16px 24px; background: #fff; }
.lef-banner img { width: 100%; height: auto; border-radius: 12px; display: block; }

/* 브랜드 스토리 */
.lef-story-view { position: relative; max-height: 460px; overflow: hidden; margin-top: 14px; }
.lef-story-view.open { max-height: none; }
.lef-story-view .deal-content-img img { width: 100%; display: block; }
.lef-story-fade { position: absolute; left: 0; right: 0; bottom: 0; height: 150px; background: linear-gradient(to bottom, rgba(255,255,255,0), #fff 85%); }
.lef-story-view.open .lef-story-fade { display: none; }
.lef-story-more { display: flex; align-items: center; justify-content: center; gap: 6px; height: 44px; margin: 8px auto 0; width: 200px; border: 1.5px solid #4a2621; border-radius: 22px; background: #fff; color: #4a2621; font-size: 14px; font-weight: 700; cursor: pointer; }

/* 리뷰 */
.lef-review-head { display: flex; align-items: baseline; justify-content: space-between; }
.lef-review-score { display: inline-flex; align-items: baseline; gap: 5px; margin-left: 8px; font-size: 15px; font-weight: 900; }
.lef-review-score .lef-star { color: #ff8a00; }
.lef-review-count { font-size: 12px; font-weight: 400; color: #8a7a74; }
.lef-review-all { font-size: 12px; color: #4a2621; text-decoration: none; }
.lef-review-scroll { display: flex; gap: 10px; margin-top: 14px; overflow-x: auto; -webkit-overflow-scrolling: touch; padding-bottom: 6px; }
.lef-review-card { min-width: 250px; width: 250px; padding: 16px; border-radius: 14px; background: #fff; flex-shrink: 0; }
.lef-review-stars { color: #ff8a00; font-size: 12px; letter-spacing: 2px; }
.lef-review-img { width: 100%; height: 120px; border-radius: 10px; object-fit: cover; display: block; margin-top: 8px; }
.lef-review-text { font-size: 13px; line-height: 1.55; margin-top: 8px; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 4; -webkit-box-orient: vertical; }
.lef-review-meta { font-size: 11px; color: #8a7a74; margin-top: 8px; }

/* 이렇게 드세요 */
.lef-howto { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; margin-top: 14px; }
.lef-howto-card { padding: 16px 10px; border-radius: 14px; background: #f8f1e8; text-align: center; }
.lef-howto-title { font-size: 13px; font-weight: 700; margin-top: 6px; }
.lef-howto-desc { font-size: 11px; color: #8a7a74; line-height: 1.5; margin-top: 4px; }
.lef-howto-note { font-size: 12px; color: #8a7a74; line-height: 1.6; margin-top: 12px; }

/* 서포터 */
.lef-supporter { margin: 0 16px 24px; padding: 20px 18px; border-radius: 16px; background: #4a2621; color: #f8f1e8; }
.lef-supporter-label { font-size: 12px; font-weight: 700; letter-spacing: 1.5px; color: #e0a889; }
.lef-supporter-title { font-size: 17px; font-weight: 900; line-height: 1.35; margin-top: 8px; }
.lef-supporter-desc { font-size: 12px; line-height: 1.6; color: #d9c7bb; margin-top: 8px; }
.lef-supporter-btns { display: flex; gap: 8px; margin-top: 14px; }
.lef-supporter-btns a { display: flex; align-items: center; justify-content: center; height: 44px; flex-grow: 1; border-radius: 10px; font-size: 14px; font-weight: 700; text-decoration: none; }
.lef-supporter-btns .lef-btn-w { background: #f8f1e8; color: #4a2621; }
.lef-supporter-btns .lef-btn-o { border: 1.5px solid #8a6a5c; color: #f8f1e8; }

/* FAQ */
.lef-faq-list { margin-top: 12px; border-top: 1px solid #ddd2c8; }
.lef-faq-item { border-bottom: 1px solid #ddd2c8; }
.lef-faq-q { display: flex; align-items: center; justify-content: space-between; padding: 14px 0; font-size: 14px; font-weight: 700; cursor: pointer; }
.lef-faq-q .lef-faq-icon { color: #4a2621; transition: transform 0.2s; }
.lef-faq-item.open .lef-faq-icon { transform: rotate(180deg); }
.lef-faq-a { display: none; font-size: 13px; line-height: 1.6; color: #5e4d46; padding: 0 0 14px; }
.lef-faq-item.open .lef-faq-a { display: block; }
.lef-faq-chat { display: flex; align-items: center; gap: 8px; font-size: 13px; color: #4a2621; margin-top: 12px; }

/* 하단 메뉴바 자리 확보 */
.lef-bottom-space { height: 80px; background: #fff; }

/* PC: 별도 처리 없음 - 기존 사이트의 본문 고정폭(800px 중앙) 규칙을 그대로 상속 */
