/* ===========================================
   かぐやクリニック HIV 4項目検査キット LP — styles
   ベース: Claude Design 「hiv-test-lp-2」
   スコープ: .hiv-test-lp 配下のみに適用
   =========================================== */

.hiv-test-lp,
.hiv-test-lp *,
.hiv-test-lp *::before,
.hiv-test-lp *::after { box-sizing: border-box; margin: 0; padding: 0; }

/* ===========================================
   .hiv-test-lp 本体（モバイル中心、max 480px）
   =========================================== */
.hiv-test-lp {
  --base: #FFFFFF;
  --offwhite: #FAFAFA;
  --mint-bg: #ECFBF7;
  --mint: #5EEAD4;
  --mint-deep: #2DCDB5;
  --lavender: #E0DBFA;
  --lavender-deep: #B8AFEE;
  --line-green: #06C755;
  --ink: #2C3344;
  --ink-soft: #4B5266;
  --warning: #F87171;

  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", sans-serif;
  color: var(--ink);
  background: var(--base);
  line-height: 1.8;
  font-size: 15px;
  -webkit-font-smoothing: antialiased;
  max-width: 480px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
@media (min-width: 768px) {
  .hiv-test-lp { max-width: 720px; }
  .hiv-test-lp section { padding: 72px 32px; }
}
@media (min-width: 1024px) {
  .hiv-test-lp { max-width: 920px; }
  .hiv-test-lp section { padding: 88px 48px; }
  .hiv-test-lp .sec-title { font-size: 26px; }
}
.hiv-test-lp img { display: block; max-width: 100%; height: auto; }
.hiv-test-lp button { font-family: inherit; cursor: pointer; border: none; background: none; }
.hiv-test-lp h1, .hiv-test-lp h2, .hiv-test-lp h3 { margin: 0; }
.hiv-test-lp ul, .hiv-test-lp ol { list-style: none; }
.hiv-test-lp a { color: inherit; text-decoration: none; }

/* ===== Section base ===== */
.hiv-test-lp section {
  position: relative;
  padding: 56px 24px;
}
.hiv-test-lp .section-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px; height: 32px;
  border-radius: 50%;
  background: var(--mint);
  color: var(--ink);
  font-family: "Space Grotesk", sans-serif;
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 14px;
}
.hiv-test-lp .sec-title {
  font-size: 22px;
  font-weight: 700;
  color: var(--ink);
  margin-bottom: 24px;
  letter-spacing: 0.01em;
  line-height: 1.5;
}

/* ===== Decorative blob layers ===== */
.hiv-test-lp .blob {
  position: absolute;
  pointer-events: none;
  z-index: 0;
  opacity: 0.85;
}
.hiv-test-lp .deco {
  position: absolute;
  pointer-events: none;
  z-index: 1;
}
.hiv-test-lp section > * { position: relative; z-index: 2; }
.hiv-test-lp section > .blob,
.hiv-test-lp section > .deco { z-index: 0; }

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

@keyframes hiv-test-lp-float-y {
  0%, 100% { transform: translateY(0) rotate(0deg); }
  50% { transform: translateY(-10px) rotate(2deg); }
}
@keyframes hiv-test-lp-float-x {
  0%, 100% { transform: translateX(0) rotate(0deg); }
  50% { transform: translateX(8px) rotate(-3deg); }
}
.hiv-test-lp .float-y    { animation: hiv-test-lp-float-y 6s ease-in-out infinite; }
.hiv-test-lp .float-x    { animation: hiv-test-lp-float-x 7s ease-in-out infinite; }
.hiv-test-lp .float-slow { animation: hiv-test-lp-float-y 9s ease-in-out infinite; }

/* ===== Buttons ===== */
.hiv-test-lp .cta-stack { display: flex; flex-direction: column; gap: 12px; margin-top: 24px; }
.hiv-test-lp .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  height: 56px;
  border-radius: 999px;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.02em;
  transition: filter .2s ease, transform .2s ease, box-shadow .2s ease;
  box-shadow: 0 6px 18px rgba(94, 234, 212, 0.28);
}
.hiv-test-lp .btn-mint { background: var(--mint); color: var(--ink); }
.hiv-test-lp .btn-mint:hover { filter: brightness(1.05); transform: translateY(-2px); }
.hiv-test-lp .btn-line {
  background: var(--line-green);
  color: #FFFFFF;
  box-shadow: 0 6px 18px rgba(6, 199, 85, 0.28);
}
.hiv-test-lp .btn-line:hover { filter: brightness(1.05); transform: translateY(-2px); }
.hiv-test-lp .btn-line .badge-line {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #FFFFFF;
  color: var(--line-green);
  font-family: "Space Grotesk", sans-serif;
  font-weight: 700;
  font-size: 11px;
  padding: 3px 7px;
  border-radius: 4px;
  letter-spacing: 0.04em;
}

/* ===== SECTION 1 — HERO ===== */
.hiv-test-lp .hero {
  padding-top: 40px;
  padding-bottom: 56px;
  background: linear-gradient(180deg, #FFFFFF 0%, #F7FCFB 100%);
}
.hiv-test-lp .hero-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  align-items: start;
}
.hiv-test-lp .hero-copy { padding-top: 8px; }
.hiv-test-lp .hero-tag {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  font-weight: 700;
  color: var(--ink);
  margin-bottom: 8px;
}
.hiv-test-lp .hero-tag .num {
  width: 26px; height: 26px;
  border-radius: 50%;
  background: var(--mint);
  display: inline-flex; align-items: center; justify-content: center;
  font-family: "Space Grotesk", sans-serif;
  font-size: 14px;
}
.hiv-test-lp .hero-h1 {
  font-size: 24px;
  font-weight: 800;
  line-height: 1.45;
  color: var(--ink);
  letter-spacing: 0.01em;
  margin-bottom: 4px;
}
.hiv-test-lp .hero-bignum {
  font-family: "Space Grotesk", "Noto Sans JP", sans-serif;
  font-size: 64px;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1;
  color: var(--ink);
  display: inline-flex;
  align-items: baseline;
}
.hiv-test-lp .hero-bignum .unit {
  font-size: 28px;
  font-weight: 700;
  margin-left: 2px;
}
.hiv-test-lp .hero-sub {
  font-size: 13px;
  line-height: 1.9;
  color: var(--ink-soft);
  margin-top: 16px;
}
.hiv-test-lp .hero-visual {
  position: relative;
  min-height: 220px;
}
.hiv-test-lp .hero-visual .kit { width: 100%; position: relative; z-index: 2; }
.hiv-test-lp .hero-visual .cassette {
  position: absolute; right: -8px; top: 110px; width: 50px; z-index: 3; transform: rotate(8deg);
}
.hiv-test-lp .hero-visual .mailbox {
  position: absolute; left: -10px; bottom: -10px; width: 64px; z-index: 3;
}
.hiv-test-lp .hero-visual .envelope {
  position: absolute; right: 30px; bottom: 0px; width: 56px; z-index: 3; transform: rotate(-8deg);
}
.hiv-test-lp .hero-visual .blob-mint {
  position: absolute; top: -10px; right: -20px; width: 130px; opacity: 0.7;
}
.hiv-test-lp .hero-visual .blob-purple {
  position: absolute; top: 60px; left: -25px; width: 80px; opacity: 0.6;
}
.hiv-test-lp .feat-pills {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin-top: 24px;
}
.hiv-test-lp .feat-pill {
  display: flex; align-items: center; justify-content: center;
  gap: 6px;
  background: var(--offwhite);
  border: 1px solid #E8EDF1;
  border-radius: 999px;
  height: 36px;
  font-size: 12px;
  font-weight: 600;
  color: var(--ink);
}
.hiv-test-lp .feat-pill .dot {
  width: 6px; height: 6px; border-radius: 50%;
  background: var(--mint-deep);
}

/* ===== SECTION 2 — Who is it for ===== */
.hiv-test-lp .who { background: #FFFFFF; }
.hiv-test-lp .who .sec-title small {
  display: block;
  font-size: 13px;
  font-weight: 500;
  color: var(--ink-soft);
  margin-top: 6px;
}
.hiv-test-lp .checklist {
  display: flex;
  flex-direction: column;
  gap: 12px;
  background: var(--mint-bg);
  border-radius: 20px;
  padding: 22px 20px;
}
.hiv-test-lp .checklist li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 13.5px;
  line-height: 1.7;
  color: var(--ink);
}
.hiv-test-lp .checklist .ck {
  flex: 0 0 auto;
  width: 18px; height: 18px;
  border-radius: 50%;
  background: var(--mint);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 3px;
}
.hiv-test-lp .checklist .ck svg { width: 11px; height: 11px; color: #FFFFFF; }

/* ===== SECTION 3 — What's in the kit ===== */
.hiv-test-lp .kit { background: #FFFFFF; }
.hiv-test-lp .kit-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  background: #F7F9FB;
  border-radius: 20px;
  padding: 22px 20px;
}
.hiv-test-lp .kit-list { display: flex; flex-direction: column; gap: 10px; }
.hiv-test-lp .kit-list li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: 12.5px;
  line-height: 1.55;
  color: var(--ink);
}
.hiv-test-lp .kit-list .num {
  flex: 0 0 auto;
  width: 18px; height: 18px;
  border-radius: 4px;
  background: var(--mint);
  color: #FFFFFF;
  font-family: "Space Grotesk", sans-serif;
  font-size: 11px;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 2px;
}
.hiv-test-lp .kit-photo {
  position: relative;
  display: flex; align-items: center; justify-content: center;
}
.hiv-test-lp .kit-photo img { width: 100%; max-width: 160px; }
.hiv-test-lp .kit-note {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-top: 14px;
  font-size: 11px;
  color: var(--ink-soft);
  line-height: 1.6;
}
.hiv-test-lp .kit-note p::before {
  content: "※";
  margin-right: 4px;
  color: var(--mint-deep);
}

/* ===== SECTION 4 — 4 STEPS ===== */
.hiv-test-lp .steps {
  background: #FFFFFF;
  overflow: hidden;
}
.hiv-test-lp .steps::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background:
    linear-gradient(90deg, #fff 0%, rgba(255, 255, 255, .92) 38%, rgba(255, 255, 255, .68) 64%, rgba(255, 255, 255, .44) 100%),
    url("../images/clinic-online-consultation.png") center / cover no-repeat;
  opacity: .46;
  z-index: 1;
  pointer-events: none;
}
.hiv-test-lp .step-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
  position: relative;
  z-index: 2;
}
.hiv-test-lp .step-row {
  display: grid;
  grid-template-columns: 36px 56px 1fr;
  gap: 12px;
  align-items: center;
  background: var(--offwhite);
  border-radius: 16px;
  padding: 14px 14px;
  border: 1px solid #EFF2F5;
}
.hiv-test-lp .step-row .step-no {
  width: 32px; height: 32px;
  border-radius: 50%;
  background: var(--mint);
  color: var(--ink);
  font-family: "Space Grotesk", sans-serif;
  font-weight: 700;
  font-size: 16px;
  display: inline-flex; align-items: center; justify-content: center;
}
.hiv-test-lp .step-row .step-icon {
  width: 56px;
  display: flex; justify-content: center;
}
.hiv-test-lp .step-row .step-icon img { width: 44px; height: 44px; object-fit: contain; }
.hiv-test-lp .step-row .step-body { font-size: 12.5px; line-height: 1.65; color: var(--ink); }
.hiv-test-lp .step-row .step-body b {
  display: block;
  font-size: 13px;
  color: var(--ink);
  margin-bottom: 2px;
  font-weight: 700;
}
.hiv-test-lp .step-callout {
  margin-top: 18px;
  background: var(--mint-bg);
  border-radius: 16px;
  padding: 14px 16px;
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 12.5px;
  line-height: 1.65;
  color: var(--ink);
  position: relative;
  z-index: 2;
}
.hiv-test-lp .step-callout img { width: 48px; height: 48px; flex: 0 0 auto; }

/* ===== SECTION 5 — PRICE ===== */
.hiv-test-lp .price { background: #FFFFFF; }
.hiv-test-lp .price-tags {
  display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 16px;
}
.hiv-test-lp .price-tag {
  display: inline-flex;
  align-items: center;
  height: 28px;
  padding: 0 12px;
  border-radius: 999px;
  background: var(--mint-bg);
  color: var(--mint-deep);
  font-size: 12px;
  font-weight: 700;
  border: 1px solid #C9F4E8;
}
.hiv-test-lp .price-card {
  background: linear-gradient(180deg, #F0FBF7 0%, #FFFFFF 100%);
  border: 2px solid var(--mint);
  border-radius: 20px;
  padding: 22px 20px;
  position: relative;
}
.hiv-test-lp .price-headline {
  display: grid;
  grid-template-columns: 1fr auto 60px;
  align-items: center;
  gap: 8px;
}
.hiv-test-lp .price-result {
  background: var(--mint);
  color: var(--ink);
  font-size: 11.5px;
  font-weight: 700;
  border-radius: 8px;
  padding: 6px 8px;
  line-height: 1.3;
  text-align: center;
}
.hiv-test-lp .price-big {
  font-family: "Space Grotesk", sans-serif;
  font-size: 48px;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--ink);
  line-height: 1;
  text-align: right;
}
.hiv-test-lp .price-big .yen {
  font-size: 22px;
  font-weight: 700;
  margin-left: 2px;
}
.hiv-test-lp .price-icon {
  display: flex; justify-content: center;
}
.hiv-test-lp .price-icon img { width: 56px; height: 56px; }
.hiv-test-lp .price-breakdown {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin-top: 14px;
}
.hiv-test-lp .price-breakdown .pb-cell {
  background: #FFFFFF;
  border: 1px solid #E5E9EE;
  border-radius: 12px;
  padding: 10px 8px;
  text-align: center;
}
.hiv-test-lp .price-breakdown .pb-cell .label {
  font-size: 10.5px;
  color: var(--ink-soft);
  margin-bottom: 4px;
  font-weight: 600;
  line-height: 1.3;
}
.hiv-test-lp .price-breakdown .pb-cell .val {
  font-family: "Space Grotesk", sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: var(--ink);
}
.hiv-test-lp .price-breakdown .pb-cell .val .y {
  font-size: 12px;
  margin-left: 1px;
}
.hiv-test-lp .price-note {
  margin-top: 14px;
  font-size: 11px;
  color: var(--ink-soft);
  line-height: 1.6;
}
.hiv-test-lp .price-note::before { content: "※"; margin-right: 4px; }

/* ===== SECTION 6 — TIMING ===== */
.hiv-test-lp .timing { background: #FFFFFF; }
.hiv-test-lp .timeline {
  position: relative;
  padding: 28px 8px 12px;
}
.hiv-test-lp .timeline-track {
  position: relative;
  height: 4px;
  background: linear-gradient(90deg, var(--mint) 0%, var(--lavender-deep) 100%);
  border-radius: 4px;
  margin: 40px 12px 14px;
}
.hiv-test-lp .tm-marker {
  position: absolute;
  top: -6px;
  transform: translateX(-50%);
  width: 14px; height: 14px;
  border-radius: 50%;
  background: #FFFFFF;
  border: 3px solid var(--mint-deep);
}
.hiv-test-lp .tm-marker.m0  { left: 0%; }
.hiv-test-lp .tm-marker.m3  { left: 28%; }
.hiv-test-lp .tm-marker.m1m { left: 60%; }
.hiv-test-lp .tm-marker.m3m { left: 100%; }
.hiv-test-lp .tm-labels {
  display: flex;
  justify-content: space-between;
  margin: 0 12px 18px;
  font-family: "Space Grotesk", sans-serif;
  font-size: 11px;
  font-weight: 700;
  color: var(--ink-soft);
}
.hiv-test-lp .tm-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}
.hiv-test-lp .tm-card {
  background: var(--offwhite);
  border: 1px solid #EFF2F5;
  border-radius: 12px;
  padding: 10px 8px;
  text-align: center;
  font-size: 10.5px;
  line-height: 1.5;
  color: var(--ink);
}
.hiv-test-lp .tm-card .tm-pill {
  display: inline-block;
  background: var(--mint-bg);
  color: var(--mint-deep);
  font-size: 10px;
  font-weight: 700;
  padding: 3px 8px;
  border-radius: 999px;
  margin-bottom: 6px;
}
.hiv-test-lp .tm-card b { display: block; font-size: 11.5px; margin-bottom: 2px; }
.hiv-test-lp .warn {
  margin-top: 18px;
  background: #FFF3F3;
  border: 1px solid #FBD7D7;
  border-radius: 12px;
  padding: 12px 14px;
  display: flex;
  gap: 10px;
  font-size: 11.5px;
  color: var(--ink);
  line-height: 1.7;
}
.hiv-test-lp .warn img { width: 22px; height: 22px; flex: 0 0 auto; margin-top: 2px; }
.hiv-test-lp .warn a {
  display: inline-block;
  margin-top: 4px;
  color: var(--mint-deep);
  font-weight: 700;
  text-decoration: none;
  font-size: 11px;
}

/* ===== SECTION 7/8 - PRIVACY + SUPPORT ===== */
.hiv-test-lp .dual { background: #FFFFFF; }
.hiv-test-lp .dual-grid {
  display: flex;
  flex-direction: column;
  gap: 28px;
}
/* PC では各カラム内の feature-card を横並びにして余白を有効活用 */
@media (min-width: 768px) {
  .hiv-test-lp .dual .col { display: grid; grid-template-columns: 1fr; gap: 12px; }
  .hiv-test-lp .dual .col h3 { margin-bottom: 4px; }
  .hiv-test-lp .dual .col--privacy .feature-cards-row,
  .hiv-test-lp .dual .col--support .feature-cards-row { display: grid; gap: 12px; }
  .hiv-test-lp .dual .col--privacy .feature-cards-row { grid-template-columns: repeat(2, 1fr); }
  .hiv-test-lp .dual .col--support .feature-cards-row { grid-template-columns: repeat(3, 1fr); }
  .hiv-test-lp .dual .feature-card { margin-bottom: 0; height: 100%; }
}
.hiv-test-lp .dual .col h3 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 16px;
  color: var(--ink);
  display: flex;
  align-items: center;
  gap: 10px;
  line-height: 1.5;
  letter-spacing: 0.01em;
}
@media (min-width: 1024px) {
  .hiv-test-lp .dual .col h3 { font-size: 22px; }
}
.hiv-test-lp .dual .col h3 .n {
  width: 32px; height: 32px;
  border-radius: 50%;
  background: var(--mint);
  display: inline-flex; align-items: center; justify-content: center;
  font-family: "Space Grotesk", sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: var(--ink);
  flex-shrink: 0;
}
.hiv-test-lp .feature-card {
  background: var(--offwhite);
  border: 1px solid #EFF2F5;
  border-radius: 16px;
  padding: 18px 16px;
  margin-bottom: 10px;
}
.hiv-test-lp .feature-card .icon { width: 48px; height: 48px; margin-bottom: 12px; }
.hiv-test-lp .feature-card .icon img { width: 100%; height: 100%; object-fit: contain; }
.hiv-test-lp .feature-card .ttl {
  font-size: 14px;
  font-weight: 700;
  color: var(--ink);
  margin-bottom: 6px;
  line-height: 1.5;
}
.hiv-test-lp .feature-card .desc {
  font-size: 12.5px;
  color: var(--ink-soft);
  line-height: 1.7;
}

/* ===== SECTION 9 — Doctor & Clinic ===== */
.hiv-test-lp .doctor-clinic {
  background: linear-gradient(180deg, #FFFFFF 0%, var(--mint-bg) 100%);
  overflow: hidden;
}
.hiv-test-lp .doctor-clinic-lead {
  color: var(--ink-soft);
  font-size: 13px;
  line-height: 1.85;
  margin: -10px 0 20px;
}
.hiv-test-lp .doctor-card-real {
  display: grid;
  gap: 14px;
  padding: 12px;
  border: 1px solid rgba(45, 205, 181, .28);
  border-radius: 20px;
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 10px 24px rgba(45, 205, 181, .1);
}
.hiv-test-lp .doctor-card-real-photo {
  aspect-ratio: 4 / 3;
  overflow: hidden;
  border-radius: 16px;
  background: var(--offwhite);
}
.hiv-test-lp .doctor-card-real-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hiv-test-lp .doctor-card-real-body {
  padding: 0 4px 4px;
}
.hiv-test-lp .doctor-card-real-label {
  display: inline-flex;
  margin: 0 0 6px;
  padding: 4px 10px;
  border-radius: 999px;
  background: var(--lavender);
  color: var(--ink);
  font-size: 10px;
  font-weight: 700;
}
.hiv-test-lp .doctor-card-real h3 {
  margin: 0 0 6px;
  color: var(--mint-deep);
  font-size: 22px;
  font-weight: 700;
}
.hiv-test-lp .doctor-card-real-body > p:not(.doctor-card-real-label) {
  color: var(--ink-soft);
  font-size: 13px;
  line-height: 1.85;
}
@media (min-width: 768px) {
  .hiv-test-lp .doctor-card-real { grid-template-columns: 1.1fr .9fr; align-items: center; padding: 14px; }
  .hiv-test-lp .doctor-card-real-body { padding: 0 10px; }
}

/* ===== SECTION 10 — FAQ ===== */
.hiv-test-lp .faq { background: #FFFFFF; }
.hiv-test-lp .faq-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.hiv-test-lp .faq-item {
  background: var(--offwhite);
  border: 1px solid #EFF2F5;
  border-radius: 12px;
  overflow: hidden;
}
.hiv-test-lp .faq-q {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px 14px;
  font-size: 13px;
  font-weight: 600;
  text-align: left;
  color: var(--ink);
}
.hiv-test-lp .faq-q .qmark {
  flex: 0 0 auto;
  width: 22px; height: 22px;
  border-radius: 50%;
  background: var(--lavender);
  color: #6F66B8;
  font-family: "Space Grotesk", sans-serif;
  font-weight: 700;
  font-size: 12px;
  display: inline-flex; align-items: center; justify-content: center;
}
.hiv-test-lp .faq-q .qtxt { flex: 1; line-height: 1.5; }
.hiv-test-lp .faq-q .toggle {
  flex: 0 0 auto;
  width: 18px; height: 18px;
  position: relative;
  color: var(--mint-deep);
}
.hiv-test-lp .faq-q .toggle::before,
.hiv-test-lp .faq-q .toggle::after {
  content: "";
  position: absolute;
  background: currentColor;
  border-radius: 2px;
}
.hiv-test-lp .faq-q .toggle::before {
  left: 0; right: 0; top: 50%; height: 2px; transform: translateY(-50%);
}
.hiv-test-lp .faq-q .toggle::after {
  top: 0; bottom: 0; left: 50%; width: 2px; transform: translateX(-50%);
  transition: transform .25s ease;
}
.hiv-test-lp .faq-item.open .faq-q .toggle::after { transform: translateX(-50%) scaleY(0); }
.hiv-test-lp .faq-a {
  max-height: 0;
  overflow: hidden;
  transition: max-height .3s ease;
  font-size: 12px;
  color: var(--ink-soft);
  line-height: 1.7;
}
.hiv-test-lp .faq-a-inner {
  padding: 0 14px 14px 46px;
}
.hiv-test-lp .faq-item.open .faq-a { max-height: 320px; }

/* ===== SECTION 11 — Final CTA ===== */
.hiv-test-lp .final {
  background: linear-gradient(180deg, #F2FBF8 0%, #F7F4FE 100%);
  text-align: center;
  padding-bottom: 72px;
}
.hiv-test-lp .final h2 {
  font-size: 22px;
  font-weight: 800;
  letter-spacing: 0.02em;
  color: var(--ink);
  margin-bottom: 12px;
  line-height: 1.5;
}
.hiv-test-lp .final h2 .accent { color: var(--mint-deep); }
.hiv-test-lp .final p {
  font-size: 12.5px;
  color: var(--ink-soft);
  line-height: 1.7;
  margin-bottom: 6px;
}

/* ===== Footer (LP内のミニフッター) ===== */
.hiv-test-lp .lp-footer {
  text-align: center;
  font-size: 10.5px;
  color: var(--ink-soft);
  padding: 28px 24px 36px;
  background: #FFFFFF;
}

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