/* ============================================
   The Wants (더원츠의원) — 티안나 비절개 모발이식 서브페이지
   Main: #ffffff / #f7f7f7 / #111111  Point: Gold
   Font: Pretendard
============================================ */

/* ============================================
   3. COMPARISON GRAPH
============================================ */
.compare-wrap{display:grid;grid-template-columns:repeat(2,1fr);gap:28px;max-width:1000px;margin:0 auto;}
.compare-card{
  background:var(--white);border:1px solid var(--gray-line);border-radius:16px;
  padding:32px 34px;box-shadow:0 10px 30px rgba(0,0,0,.04);
}
.compare-card h4{
  font-size:20px;font-weight:800;color:var(--black);margin-bottom:24px;
  display:flex;align-items:center;gap:10px;
}
.compare-card h4 i{
  width:34px;height:34px;border-radius:8px;background:#f7f7f7;color:#c9a661;
  display:flex;align-items:center;justify-content:center;font-size:17px;
  border:1px solid #ececec;
}
.bar-row{margin-bottom:18px;}
.bar-row:last-child{margin-bottom:0;}
.bar-row .bar-label{display:flex;justify-content:space-between;font-size:14px;margin-bottom:7px;}
.bar-row .bar-label .name{font-weight:600;}
.bar-row .bar-label .val{font-weight:700;}
.bar-track{height:14px;background:var(--gray);border-radius:10px;overflow:hidden;}
.bar-fill{height:100%;width:0;border-radius:10px;transition:width 1.3s cubic-bezier(.2,.8,.2,1);}
.bar-fill.tinana{background-image:var(--gold-img);background-size:cover;}
.bar-fill.legacy{background:#cfcfcf;}
.compare-note{text-align:center;margin-top:40px;font-size:15px;color:var(--text-sub);}
.legend{display:flex;justify-content:center;gap:26px;margin-bottom:34px;}
.legend span{display:flex;align-items:center;gap:8px;font-size:14px;font-weight:600;}
.legend .dot{width:16px;height:16px;border-radius:4px;}
.legend .dot.tinana{background-image:var(--gold-img);background-size:cover;}
.legend .dot.legacy{background:#cfcfcf;}

/* ============================================
   4. CASE LIST
============================================ */
.case-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-bottom:54px;}
.case-card{
  background:var(--white);border:1px solid var(--gray-line);border-radius:16px;
  padding:30px 22px;transition:.3s;text-align:center;
  display:flex;flex-direction:column;align-items:center;gap:14px;
}
.case-card:hover{transform:translateY(-6px);box-shadow:0 18px 40px rgba(0,0,0,.09);border-color:transparent;}
.case-card .num{
  font-size:13px;font-weight:800;letter-spacing:.08em;color:#c9a661;
}
.case-card .ico{
  width:74px;height:74px;border-radius:50%;
  background:var(--gray);display:flex;align-items:center;justify-content:center;font-size:32px;
}
.case-card .ico i{color:var(--gold);}
.case-card p{font-size:15px;font-weight:600;color:var(--black);line-height:1.5;}
.case-outro{
  background:var(--gray);border:1px solid var(--gray-line);border-radius:18px;padding:50px 40px;text-align:center;color:var(--text);
}
.case-outro p{font-size:18px;line-height:1.7;font-weight:400;}
.case-outro p strong{font-weight:700;color:var(--black);}
.case-outro .big{font-size:24px;font-weight:800;margin-top:18px;color:var(--black);}
.case-outro .big .gold-text{background-image:var(--gold-img);}

/* ============================================
   5. VIDEO
============================================ */
.video-wrap{max-width:960px;margin:0 auto;}
.video-frame{
  position:relative;width:100%;padding-top:56.25%;border-radius:18px;overflow:hidden;
  box-shadow:0 24px 60px rgba(0,0,0,.18);background:#000;
}
.video-frame iframe{position:absolute;inset:0;width:100%;height:100%;border:0;}

/* ============================================
   6. WHY US
============================================ */
.why-grid{display:grid;grid-template-columns:0.85fr 1.15fr;gap:56px;align-items:center;}
.why-photo img{width:100%;border-radius:18px;box-shadow:0 20px 50px rgba(0,0,0,.14);}
.why-list li{
  display:flex;gap:16px;align-items:flex-start;
  padding:20px 0;border-bottom:1px solid var(--gray-line);
}
.why-list li:last-child{border-bottom:none;}
.why-list .chk{
  flex:0 0 28px;width:28px;height:28px;border-radius:50%;
  background:var(--black);color:var(--gold);display:flex;align-items:center;justify-content:center;
  font-size:13px;margin-top:2px;
}
.why-list .chk i{color:var(--gold);}
.why-list .t{font-size:17px;font-weight:500;color:var(--text);line-height:1.55;}
.why-list .t b{font-weight:700;color:var(--black);}

/* ============================================
   9. SURVIVAL SYSTEM
============================================ */
.system-grid{display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:center;}
/*.system-text h2{font-size:36px;font-weight:800;color:var(--black);line-height:1.35;margin-bottom:22px;}*/
/*.system-text p{font-size:17px;color:var(--text-sub);line-height:1.75;margin-bottom:26px;}*/
.system-list{margin-top:0;}
.system-list li{
  display:flex;gap:16px;align-items:center;
  background:var(--white);border:1px solid var(--gray-line);border-radius:12px;
  padding:20px 24px;margin-bottom:14px;transition:.25s;
}
.system-list li:hover{border-color:var(--gold);box-shadow:0 8px 22px rgba(0,0,0,.06);}
.system-list .n{
  flex:0 0 42px;width:42px;height:42px;border-radius:50%;background:var(--gray);
  display:flex;align-items:center;justify-content:center;font-weight:800;font-size:16px;color:var(--gold-deep);
}
.system-list .t{font-size:16px;font-weight:600;color:var(--black);}
.rate-badge{
  display:inline-flex;align-items:baseline;gap:10px;margin-top:8px;
  background:var(--black);color:#fff;padding:14px 26px;border-radius:50px;font-weight:600;
}
.rate-badge b{font-size:30px;font-weight:900;}
.rate-badge .gold-text{background-image:var(--gold-img);}

/* ============================================
   10. ETHICS VALUES
============================================ */
.values-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:26px;margin-top:10px;}
.value-card{
  background:var(--white);border:1px solid var(--gray-line);border-radius:18px;
  padding:48px 34px;text-align:center;transition:.3s;
}
.value-card:hover{transform:translateY(-6px);box-shadow:0 18px 44px rgba(0,0,0,.09);}
.value-card .vico{
  width:78px;height:78px;margin:0 auto 24px;border-radius:50%;
  background:var(--white);border:1px solid var(--gray-line);display:flex;align-items:center;justify-content:center;
  font-size:30px;color:#c9a661;
}
.value-card h4{font-size:22px;font-weight:800;color:var(--black);margin-bottom:12px;}
.value-card p{font-size:16px;color:var(--text-sub);font-weight:400;}


/* ============================================
   RESPONSIVE
============================================ */
@media (max-width:1024px){
  .intro-grid,.why-grid,.system-grid{grid-template-columns:1fr;gap:36px;}
  .case-grid,.values-grid{grid-template-columns:repeat(2,1fr);}
}
@media (max-width:768px){
  .compare-wrap{grid-template-columns:1fr;}
  .case-grid,.values-grid{grid-template-columns:1fr;}
  .intro-text h3{font-size:24px;}
  .why-list .t,.system-list .t{font-size:15px;}
}
