/* ===========================================
   かぐやクリニック HIV予防 ハブLP — styles
   ベース: Claude Design 「HIV-HUB-LP-3」
   スコープ: .hiv-lp 配下のみに適用
   =========================================== */

.hiv-lp,
.hiv-lp * { box-sizing: border-box; }

/* ===========================================
   .hiv-lp 本体（新デザイン）
   =========================================== */
.hiv-lp {
  --c-bg:        #FFFFFF;
  --c-bg-soft:   #FAFAFA;
  --c-bg-mint:   #F1FBF8;
  --c-text:      #1F2A2D;
  --c-text-sub:  #4A5A5C;
  --c-mint:      #5EEAD4;
  --c-mint-soft: #B7F1E5;
  --c-mint-deep: #14B8A6;
  --c-coral:     #FF7A59;
  --c-coral-soft:#FFD8CC;
  --c-purple:    #C4B5FD;
  --c-purple-deep:#8B7CF6;
  --c-line:      #06C755;
  --c-border:    #E6F2EE;

  --shadow-card: 0 10px 30px rgba(94, 234, 212, 0.18), 0 2px 6px rgba(20, 30, 40, 0.04);
  --shadow-soft: 0 6px 20px rgba(20, 30, 40, 0.06);

  --r-card: 24px;
  --r-pill: 999px;

  --f-en: 'Space Grotesk', 'Noto Sans JP', sans-serif;
  --f-jp: 'Noto Sans JP', system-ui, sans-serif;

  font-family: var(--f-jp);
  color: var(--c-text);
  background: var(--c-bg);
  line-height: 1.8;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  text-wrap: pretty;
  width: 100%;
  overflow-x: hidden;
}
.hiv-lp img { max-width: 100%; display: block; }
.hiv-lp a { color: inherit; text-decoration: none; }
.hiv-lp button { font: inherit; color: inherit; background: none; border: 0; cursor: pointer; }
.hiv-lp h1, .hiv-lp h2, .hiv-lp h3 { margin: 0; }
.hiv-lp p { margin: 0; }
.hiv-lp ol, .hiv-lp ul { margin: 0; padding: 0; list-style: none; }

/* ---------- Section base ---------- */
.hiv-lp .sec {
  position: relative;
  padding: 96px 24px;
  max-width: 100%;
}
@media (min-width: 768px) {
  .hiv-lp .sec { padding: 110px 48px; }
}
.hiv-lp .sec__title {
  font-family: var(--f-jp);
  font-weight: 700;
  font-size: 26px;
  line-height: 1.5;
  text-align: center;
  margin: 0 auto 12px;
  letter-spacing: 0.02em;
  position: relative;
  z-index: 2;
}
@media (min-width: 768px) {
  .hiv-lp .sec__title { font-size: 34px; }
}
.hiv-lp .sec__lead {
  font-size: 14px;
  text-align: center;
  color: var(--c-text-sub);
  margin: 0 auto 36px;
  line-height: 1.9;
  max-width: 520px;
  position: relative;
  z-index: 2;
}
@media (min-width: 768px) {
  .hiv-lp .sec__lead { font-size: 16px; }
}

/* ---------- Background blobs ---------- */
.hiv-lp .bg-blob {
  position: absolute;
  pointer-events: none;
  user-select: none;
  z-index: 0;
  opacity: 0.95;
}

/* ---------- Buttons ---------- */
.hiv-lp .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 16px 28px;
  border-radius: var(--r-pill);
  font-family: var(--f-jp);
  font-weight: 700;
  font-size: 15px;
  transition: transform 0.18s ease, filter 0.18s ease, box-shadow 0.18s ease;
  position: relative;
  white-space: nowrap;
}
.hiv-lp .btn:hover {
  filter: brightness(1.05);
  transform: translateY(-2px);
}
.hiv-lp .btn__chev { width: 18px; height: 18px; flex-shrink: 0; }

.hiv-lp .btn--ghost {
  background: #fff;
  color: var(--c-text);
  border: 2px solid var(--c-mint);
  box-shadow: 0 4px 0 rgba(94, 234, 212, 0.25);
}
.hiv-lp .btn--line {
  background: var(--c-line);
  color: #fff;
  box-shadow: 0 6px 18px rgba(6, 199, 85, 0.32);
  padding-left: 18px;
}
.hiv-lp .line-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 8px;
  background: #fff;
  color: var(--c-line);
  font-family: var(--f-en);
  font-weight: 700;
  font-size: 11px;
  letter-spacing: 0.02em;
  flex-shrink: 0;
}

/* ============================================
   SECTION 1 — HERO
   ============================================ */
.hiv-lp .hero {
  background: linear-gradient(180deg, #F4FBF9 0%, #FFFFFF 100%);
  padding-top: 80px;
  padding-bottom: 100px;
  text-align: left;
}
.hiv-lp .hero__inner {
  position: relative;
  z-index: 2;
  max-width: 520px;
  margin: 0 auto;
}
.hiv-lp .bg-blob--hero-1 { top: -40px; right: -60px; width: 280px; }
.hiv-lp .bg-blob--hero-2 { top: 40px; left: -80px; width: 260px; opacity: .8; }
.hiv-lp .bg-blob--hero-3 { top: 30px; right: 10px; width: 130px; opacity: .9; }
.hiv-lp .bg-blob--hero-4 { top: 200px; right: 30px; width: 70px; }

.hiv-lp .hero__title {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin: 0 0 18px;
  font-weight: 900;
}
.hiv-lp .hero__num {
  font-family: var(--f-en);
  font-size: 96px;
  line-height: 0.85;
  font-weight: 700;
  color: var(--c-mint-deep);
  letter-spacing: -0.04em;
}
.hiv-lp .hero__lines {
  display: flex;
  flex-direction: column;
  padding-top: 6px;
}
.hiv-lp .hero__line {
  font-family: var(--f-jp);
  font-size: 26px;
  font-weight: 900;
  line-height: 1.35;
  color: var(--c-text);
  letter-spacing: 0.01em;
}
@media (min-width: 768px) {
  .hiv-lp .hero__num { font-size: 128px; }
  .hiv-lp .hero__line { font-size: 32px; }
}
.hiv-lp .hero__lead {
  font-size: 13px;
  color: var(--c-text-sub);
  line-height: 1.85;
  margin: 0 0 22px;
}
.hiv-lp .hero__chips {
  margin: 0 0 22px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.hiv-lp .chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  border-radius: var(--r-pill);
  background: #fff;
  border: 1.5px solid var(--c-mint-soft);
  font-size: 12px;
  font-weight: 500;
}
.hiv-lp .chip__dot {
  width: 8px; height: 8px; border-radius: 50%;
  background: var(--c-mint-deep);
}
.hiv-lp .hero__find {
  width: 100%;
  margin-bottom: 12px;
  justify-content: space-between;
  padding: 18px 24px;
}
.hiv-lp .hero__line-btn {
  width: 100%;
  justify-content: space-between;
  padding: 18px 24px;
}

/* ============================================
   SECTION 2 — METHODS / CARDS
   ============================================ */
.hiv-lp .methods { background: #fff; }
.hiv-lp .bg-blob--m-1 { top: 20%; right: -90px; width: 220px; opacity: .55; }
.hiv-lp .bg-blob--m-2 { bottom: 5%; left: -90px; width: 220px; opacity: .55; }

.hiv-lp .cards {
  display: grid;
  grid-template-columns: 1fr;
  gap: 28px;
  max-width: 520px;
  margin: 32px auto 0;
  position: relative;
  z-index: 2;
}
@media (min-width: 768px) {
  .hiv-lp .cards { grid-template-columns: repeat(3, 1fr); max-width: 1080px; gap: 24px; }
}
.hiv-lp .card {
  position: relative;
  background: #fff;
  border-radius: var(--r-card);
  border: 1.5px solid var(--c-border);
  padding: 28px 22px 24px;
  text-align: center;
  box-shadow: var(--shadow-soft);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.hiv-lp .card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-card);
}
.hiv-lp .card__icon-wrap {
  width: 76px;
  height: 76px;
  margin: 0 auto 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--c-bg-mint);
  border-radius: 50% 45% 55% 50% / 45% 50% 50% 55%;
}
.hiv-lp .card--pep .card__icon-wrap { background: #FFEDE6; }
.hiv-lp .card--kit .card__icon-wrap { background: #F1ECFE; }
.hiv-lp .card__icon { width: 56px; height: 56px; object-fit: contain; }
.hiv-lp .card__badge {
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--c-coral);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  padding: 6px 14px;
  border-radius: var(--r-pill);
  letter-spacing: 0.04em;
  box-shadow: 0 4px 10px rgba(255, 122, 89, 0.35);
}
.hiv-lp .card__name {
  font-size: 22px;
  font-weight: 800;
  margin: 0 0 8px;
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 4px;
  flex-wrap: wrap;
}
.hiv-lp .card__en {
  font-family: var(--f-en);
  font-size: 28px;
  font-weight: 700;
  color: var(--c-mint-deep);
  letter-spacing: -0.01em;
}
.hiv-lp .card--pep .card__en { color: var(--c-coral); }
.hiv-lp .card__en--purple { color: var(--c-purple-deep); }
.hiv-lp .card__ja {
  font-size: 13px;
  font-weight: 500;
  color: var(--c-text-sub);
}
.hiv-lp .card__desc {
  font-size: 12px;
  color: var(--c-text-sub);
  line-height: 1.85;
  margin: 6px 0 16px;
  min-height: 44px;
}
.hiv-lp .card__price {
  margin: 8px 0 18px;
  font-family: var(--f-en);
  font-weight: 700;
  color: var(--c-text);
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 2px;
}
.hiv-lp .card__yen { font-size: 18px; }
.hiv-lp .card__num { font-size: 30px; letter-spacing: -0.01em; }
.hiv-lp .card__suffix { font-size: 12px; font-family: var(--f-jp); color: var(--c-text-sub); margin-left: 4px; }
.hiv-lp .card__cta {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  width: 100%;
  padding: 12px 18px;
  border-radius: var(--r-pill);
  font-size: 13px;
  font-weight: 700;
  color: #fff;
  transition: filter 0.18s ease, transform 0.18s ease;
}
.hiv-lp .card__cta:hover { filter: brightness(1.05); transform: translateY(-2px); }
.hiv-lp .card__cta--mint   { background: var(--c-mint); color: #073B33; }
.hiv-lp .card__cta--coral  { background: var(--c-coral); }
.hiv-lp .card__cta--purple { background: var(--c-purple-deep); }

/* ============================================
   SECTION 3 — COMPARE TABLE
   ============================================ */
.hiv-lp .compare {
  background: var(--c-bg-mint);
  overflow: hidden;
}
.hiv-lp .compare::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: min(56%, 760px);
  height: 100%;
  background:
    linear-gradient(90deg, var(--c-bg-mint) 0%, rgba(241, 251, 248, .86) 26%, rgba(241, 251, 248, .22) 58%, rgba(241, 251, 248, 0) 100%),
    url("../images/clinic-online-consultation.png") center right / cover no-repeat;
  opacity: .34;
  z-index: 1;
  pointer-events: none;
}
.hiv-lp .bg-blob--c-1 { top: -40px; left: -60px; width: 220px; opacity: .55; }
.hiv-lp .bg-blob--c-2 { bottom: -50px; right: -60px; width: 200px; opacity: .45; }
.hiv-lp .compare__table {
  max-width: 600px;
  margin: 24px auto 0;
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: var(--shadow-soft);
  position: relative;
  z-index: 2;
}
.hiv-lp .ct-row {
  display: grid;
  grid-template-columns: 1.1fr 1.2fr 1.2fr;
  border-bottom: 1px solid var(--c-border);
}
.hiv-lp .ct-row:last-child { border-bottom: 0; }
.hiv-lp .ct-cell {
  padding: 14px 12px;
  font-size: 13px;
  line-height: 1.5;
  border-right: 1px solid var(--c-border);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.hiv-lp .ct-cell:last-child { border-right: 0; }
.hiv-lp .ct-cell--label {
  background: #F8FCFB;
  font-weight: 700;
  font-size: 12px;
  color: var(--c-text-sub);
}
.hiv-lp .ct-row--head .ct-cell {
  font-family: var(--f-en);
  font-weight: 700;
  font-size: 15px;
  padding: 16px 8px;
}
.hiv-lp .ct-row--head .ct-cell--label { background: #EAF6F2; color: var(--c-text); }
.hiv-lp .ct-row--head .ct-cell--prep  { background: #DFFBF4; color: var(--c-mint-deep); }
.hiv-lp .ct-row--head .ct-cell--pep   { background: #FFE7DE; color: var(--c-coral); }
.hiv-lp .ct-hl {
  display: inline-block;
  padding: 4px 10px;
  background: #FFE7DE;
  color: var(--c-coral);
  border-radius: 999px;
  font-weight: 700;
  font-size: 12px;
}
@media (min-width: 768px) {
  .hiv-lp .ct-cell { font-size: 15px; padding: 18px 14px; }
}

/* ============================================
   SECTION 4 — FLOW
   ============================================ */
.hiv-lp .flow { background: #fff; position: relative; }
.hiv-lp .bg-blob--f-1 { top: 60px; right: -60px; width: 200px; opacity: .55; }
.hiv-lp .bg-blob--f-2 { bottom: 80px; left: -20px; width: 160px; opacity: .8; }
.hiv-lp .flow__chart {
  max-width: 600px;
  margin: 32px auto 0;
  position: relative;
  z-index: 2;
}

/* ----- 質問カード ----- */
.hiv-lp .flow__q {
  background: #fff;
  border: 2px solid var(--c-mint-soft);
  border-radius: 18px;
  padding: 18px 20px;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.6;
  text-align: center;
  margin-bottom: 16px;
  box-shadow: 0 4px 0 rgba(94, 234, 212, 0.18);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
}
@media (min-width: 768px) {
  .hiv-lp .flow__q { font-size: 15px; }
}
.hiv-lp .flow__q-tag {
  flex-shrink: 0;
  font-family: var(--f-en);
  font-weight: 700;
  font-size: 13px;
  color: #fff;
  background: var(--c-mint-deep);
  padding: 4px 10px;
  border-radius: 999px;
  letter-spacing: 0.04em;
}
.hiv-lp .flow__q-text { flex: 1; text-align: left; }

/* ----- 選択肢リスト（YES/NO の各行） ----- */
.hiv-lp .flow__choices {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 0 0 16px;
}
.hiv-lp .flow__choice {
  display: grid;
  grid-template-columns: minmax(120px, 160px) 24px 1fr;
  align-items: center;
  gap: 10px;
  background: #fff;
  border: 1.5px solid var(--c-border);
  border-radius: 16px;
  padding: 12px 14px;
}
@media (max-width: 540px) {
  .hiv-lp .flow__choice {
    grid-template-columns: 1fr;
    gap: 6px;
    text-align: center;
  }
}

/* 答えピル（YES/NO） */
.hiv-lp .flow__pill {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 8px 14px;
  border-radius: 12px;
  font-weight: 800;
  font-size: 14px;
  line-height: 1.3;
  text-align: center;
  border: 2px solid transparent;
}
.hiv-lp .flow__pill small {
  display: block;
  font-size: 10px;
  font-weight: 500;
  margin-top: 2px;
  opacity: 0.85;
}
.hiv-lp .flow__pill--mint   { background: #DFFBF4; color: #0E6B5F; border-color: var(--c-mint-soft); }
.hiv-lp .flow__pill--coral  { background: #FFE7DE; color: #B7402A; border-color: var(--c-coral-soft); }
.hiv-lp .flow__pill--purple { background: #EDE8FE; color: var(--c-purple-deep); border-color: var(--c-purple); }

/* 矢印 */
.hiv-lp .flow__arrow {
  font-family: var(--f-en);
  font-size: 18px;
  font-weight: 700;
  color: var(--c-text-sub);
  text-align: center;
  line-height: 1;
}
@media (max-width: 540px) {
  .hiv-lp .flow__arrow { transform: rotate(90deg); font-size: 16px; }
}

/* 結論カード（PrEP / PEP / 検査キット 推奨） */
.hiv-lp .flow__result {
  font-size: 13px;
  font-weight: 700;
  line-height: 1.5;
  padding: 10px 14px;
  border-radius: 12px;
  text-align: left;
}
.hiv-lp .flow__result strong {
  font-family: var(--f-en);
  font-size: 16px;
  letter-spacing: -0.01em;
  margin-right: 4px;
}
.hiv-lp .flow__result-tag {
  display: block;
  font-size: 10px;
  font-weight: 500;
  margin-top: 2px;
  opacity: 0.85;
}
.hiv-lp .flow__result--mint   { background: #DFFBF4; color: #0E6B5F; }
.hiv-lp .flow__result--mint strong   { color: var(--c-mint-deep); }
.hiv-lp .flow__result--coral  { background: var(--c-coral); color: #fff; }
.hiv-lp .flow__result--coral strong  { color: #fff; }
.hiv-lp .flow__result--purple { background: #EDE8FE; color: var(--c-purple-deep); }
.hiv-lp .flow__result--purple strong { color: var(--c-purple-deep); }

/* 「Q2へ続く」表示 */
.hiv-lp .flow__next {
  font-size: 13px;
  font-weight: 700;
  color: var(--c-text-sub);
  padding: 10px 14px;
  border: 1.5px dashed var(--c-coral-soft);
  border-radius: 12px;
  text-align: left;
}
.hiv-lp .flow__next strong {
  font-family: var(--f-en);
  color: var(--c-coral);
  margin: 0 2px;
}

/* Q1 → Q2 を結ぶ視覚的な区切り */
.hiv-lp .flow__divider {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  margin: 4px auto 16px;
  color: var(--c-coral);
}
.hiv-lp .flow__divider-line {
  width: 2px;
  height: 14px;
  background: var(--c-coral-soft);
  border-radius: 2px;
}
.hiv-lp .flow__divider-arrow {
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
}

/* ----- フッター（補足文 + LINEバッジ） ----- */
.hiv-lp .flow__foot {
  margin: 26px auto 0;
  font-size: 12px;
  color: var(--c-text-sub);
  text-align: center;
  line-height: 1.85;
}
.hiv-lp .flow__line-icon {
  display: flex;
  justify-content: center;
  margin-top: 14px;
}
.hiv-lp .flow__line-icon .line-badge {
  width: 44px; height: 44px; border-radius: 14px; font-size: 14px;
  background: var(--c-line); color: #fff;
  box-shadow: 0 4px 10px rgba(6, 199, 85, 0.3);
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}
.hiv-lp .flow__line-icon:hover .line-badge {
  transform: translateY(-2px);
  box-shadow: 0 6px 14px rgba(6, 199, 85, 0.4);
}

/* ============================================
   SECTION 5 — STEPS
   ============================================ */
.hiv-lp .steps { background: var(--c-bg-mint); }
.hiv-lp .bg-blob--s-1 { top: -40px; left: -60px; width: 200px; opacity: .55; }
.hiv-lp .bg-blob--s-2 { bottom: 40px; right: 10px; width: 100px; opacity: .55; }
.hiv-lp .steps__list {
  margin: 32px auto 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
  max-width: 520px;
  position: relative;
  z-index: 2;
}
@media (min-width: 768px) {
  .hiv-lp .steps__list { grid-template-columns: repeat(4, 1fr); max-width: 1080px; }
}
.hiv-lp .step {
  background: #fff;
  border-radius: 20px;
  padding: 22px 16px 18px;
  text-align: center;
  position: relative;
  box-shadow: var(--shadow-soft);
  border: 1.5px solid var(--c-border);
}
.hiv-lp .step__num {
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: var(--c-mint);
  color: #073B33;
  font-family: var(--f-en);
  font-weight: 700;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 3px 8px rgba(94, 234, 212, 0.4);
}
.hiv-lp .step__icon { width: 56px; height: 56px; margin: 6px auto 10px; object-fit: contain; }
.hiv-lp .step__name { font-size: 14px; font-weight: 700; margin: 0 0 6px; }
.hiv-lp .step__desc { font-size: 11px; color: var(--c-text-sub); line-height: 1.7; margin: 0; }

/* ============================================
   SECTION 6 — REASONS
   ============================================ */
.hiv-lp .reasons { background: #fff; }
.hiv-lp .bg-blob--r-1 { top: 80px; left: -80px; width: 220px; opacity: .55; }
.hiv-lp .bg-blob--r-2 { bottom: 40px; right: -60px; width: 180px; opacity: .55; }
.hiv-lp .reasons__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  max-width: 520px;
  margin: 32px auto 0;
  position: relative;
  z-index: 2;
}
@media (min-width: 768px) {
  .hiv-lp .reasons__grid { grid-template-columns: repeat(4, 1fr); max-width: 1080px; gap: 24px; }
}
.hiv-lp .reason {
  background: var(--c-bg-mint);
  border-radius: 20px;
  padding: 22px 16px;
  text-align: center;
}
.hiv-lp .reason:nth-child(2) { background: #FFF1EB; }
.hiv-lp .reason:nth-child(3) { background: #F1ECFE; }
.hiv-lp .reason:nth-child(4) { background: #E8F8F4; }
.hiv-lp .reason__icon { width: 64px; height: 64px; margin: 0 auto 10px; object-fit: contain; }
.hiv-lp .reason__name { font-size: 14px; font-weight: 700; margin: 0 0 8px; line-height: 1.5; }
.hiv-lp .reason__desc { font-size: 11px; color: var(--c-text-sub); line-height: 1.75; margin: 0; }

/* ============================================
   SECTION 7 — DOCTOR & CLINIC
   ============================================ */
.hiv-lp .doctor-clinic {
  background: linear-gradient(180deg, #fff 0%, var(--c-bg-mint) 100%);
}
.hiv-lp .bg-blob--dc-1 { top: 40px; left: -80px; width: 220px; opacity: .45; }
.hiv-lp .bg-blob--dc-2 { bottom: 30px; right: -40px; width: 140px; opacity: .38; }
.hiv-lp .dc-doctor {
  display: grid;
  gap: 18px;
  max-width: 920px;
  margin: 0 auto 22px;
  padding: 14px;
  border: 1px solid var(--c-border);
  border-radius: var(--r-card);
  background: rgba(255, 255, 255, .92);
  box-shadow: var(--shadow-soft);
  position: relative;
  z-index: 2;
}
.hiv-lp .dc-doctor__photo {
  aspect-ratio: 4 / 3;
  overflow: hidden;
  border-radius: 18px;
  background: var(--c-bg-soft);
}
.hiv-lp .dc-doctor__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hiv-lp .dc-doctor__body { padding: 0 4px 4px; }
.hiv-lp .dc-doctor__label {
  display: inline-flex;
  margin: 0 0 8px;
  padding: 4px 12px;
  border-radius: var(--r-pill);
  background: var(--c-coral-soft);
  color: var(--c-coral);
  font-size: 11px;
  font-weight: 700;
}
.hiv-lp .dc-doctor__name {
  color: var(--c-mint-deep);
  font-size: 22px;
  font-weight: 700;
  margin: 0 0 8px;
}
.hiv-lp .dc-doctor__text {
  color: var(--c-text-sub);
  font-size: 13px;
  line-height: 1.9;
}
@media (min-width: 768px) {
  .hiv-lp .dc-doctor { grid-template-columns: 1.1fr .9fr; align-items: center; padding: 18px; }
  .hiv-lp .dc-doctor__body { padding: 0 10px; }
}

/* ============================================
   SECTION 8 — FAQ
   ============================================ */
.hiv-lp .faq { background: var(--c-bg-soft); }
.hiv-lp .bg-blob--q-1 { top: 30px; right: 10px; width: 90px; opacity: .8; }
.hiv-lp .bg-blob--q-2 { bottom: -50px; left: -60px; width: 200px; opacity: .55; }
.hiv-lp .faq__list {
  margin: 32px auto 0;
  max-width: 600px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  position: relative;
  z-index: 2;
}
.hiv-lp .faq__item {
  background: #fff;
  border-radius: 16px;
  border: 1.5px solid var(--c-border);
  overflow: hidden;
  transition: box-shadow 0.2s ease;
}
.hiv-lp .faq__item:has(.faq__q[aria-expanded="true"]) { box-shadow: var(--shadow-soft); }
.hiv-lp .faq__q {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px 18px;
  text-align: left;
  font-weight: 600;
  font-size: 14px;
}
.hiv-lp .faq__q-num {
  width: 26px; height: 26px;
  border-radius: 50%;
  background: var(--c-mint-deep);
  color: #fff;
  font-family: var(--f-en);
  font-weight: 700;
  font-size: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.hiv-lp .faq__q-text { flex: 1; line-height: 1.55; }
.hiv-lp .faq__toggle {
  width: 24px; height: 24px;
  border-radius: 50%;
  background: var(--c-bg-mint);
  color: var(--c-mint-deep);
  font-family: var(--f-en);
  font-weight: 700;
  font-size: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: transform 0.2s ease;
}
.hiv-lp .faq__a {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}
.hiv-lp .faq__a p {
  margin: 0;
  padding: 0 18px 18px 56px;
  font-size: 12px;
  color: var(--c-text-sub);
  line-height: 1.85;
}
.hiv-lp .faq__item:has(.faq__q[aria-expanded="true"]) .faq__a { max-height: 320px; }

/* ============================================
   SECTION 8 — FINAL CTA
   ============================================ */
.hiv-lp .cta {
  background: linear-gradient(180deg, #E9FBF6 0%, #D4F6EE 100%);
  text-align: center;
  padding-bottom: 110px;
}
.hiv-lp .bg-blob--cta-1 { top: -40px; left: -60px; width: 240px; opacity: .55; }
.hiv-lp .bg-blob--cta-2 { top: 40px; right: 10px; width: 130px; opacity: .8; }
.hiv-lp .bg-blob--cta-3 { bottom: 80px; right: 30px; width: 80px; }
.hiv-lp .cta__title {
  font-size: 26px;
  font-weight: 900;
  margin: 0 0 16px;
  position: relative;
  z-index: 2;
}
@media (min-width: 768px) { .hiv-lp .cta__title { font-size: 34px; } }
.hiv-lp .cta__lead {
  font-size: 12px;
  color: var(--c-text-sub);
  line-height: 1.85;
  margin: 0 auto 26px;
  max-width: 520px;
  position: relative;
  z-index: 2;
}
.hiv-lp .cta__line-btn {
  width: calc(100% - 48px);
  max-width: 480px;
  justify-content: space-between;
  padding: 18px 22px;
  font-size: 16px;
  margin: 0 auto 22px;
  position: relative;
  z-index: 2;
}
.hiv-lp .cta__sub {
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-width: 480px;
  margin: 0 auto;
  padding: 0 24px;
  position: relative;
  z-index: 2;
}
@media (min-width: 600px) {
  .hiv-lp .cta__sub { flex-direction: row; justify-content: center; }
  .hiv-lp .cta__sub .cta__pill { flex: 1; }
}
.hiv-lp .cta__pill {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding: 12px 18px;
  border-radius: var(--r-pill);
  background: #fff;
  border: 1.5px solid var(--c-mint);
  font-size: 12px;
  font-weight: 700;
  color: var(--c-text);
  transition: transform 0.18s ease, filter 0.18s ease;
}
.hiv-lp .cta__pill:hover { transform: translateY(-2px); filter: brightness(1.05); }

/* ============================================
   Reveal animations
   ============================================ */
.hiv-lp .reveal {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 300ms ease-out, transform 300ms ease-out;
}
.hiv-lp .reveal.is-visible { opacity: 1; transform: translateY(0); }

/* Blob gentle float */
@keyframes hiv-lp-floaty {
  0%, 100% { transform: translateY(0) rotate(0deg); }
  50% { transform: translateY(-10px) rotate(2deg); }
}
.hiv-lp .bg-blob { animation: hiv-lp-floaty 9s ease-in-out infinite; }
.hiv-lp .bg-blob--hero-2 { animation-duration: 11s; animation-delay: -2s; }
.hiv-lp .bg-blob--m-1   { animation-duration: 12s; }
.hiv-lp .bg-blob--m-2   { animation-duration: 10s; animation-delay: -3s; }
.hiv-lp .bg-blob--c-1   { animation-duration: 13s; animation-delay: -1s; }
.hiv-lp .bg-blob--cta-1 { animation-duration: 11s; }

@media (prefers-reduced-motion: reduce) {
  .hiv-lp .bg-blob,
  .hiv-lp .reveal { animation: none !important; transition: none !important; }
  .hiv-lp .reveal { opacity: 1; transform: none; }
}

/* ============================================
   Responsive guards
   ============================================ */
@media (max-width: 767px) {
  .hiv-lp .sec { padding: 80px 20px; }
  .hiv-lp .hero__inner { padding: 0 6px; }
}
