/* ============================================================
   HİZMET DETAY SAYFASI (service.css) — premium KOYU tema
   .hs- prefix · token'lar, .aos, .counter, .btn, x-icon devralınır
   ============================================================ */

.hs {
    --hs-line: rgba(255,255,255,.08);
    background: #070707;
    color: var(--grey-100);
}

/* ══════════ HERO ══════════ */
.hs-hero {
    background: radial-gradient(120% 130% at 75% 15%, #0d2730 0%, #050505 60%);
    color: #fff;
    position: relative;
    overflow: hidden;
    padding: calc(var(--nav-h) + 70px) 0 90px;
    border-bottom: 1px solid var(--border-dark);
}
.hs-hero-grid {
    position: absolute; inset: 0;
    background-image:
        linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px);
    background-size: 64px 64px;
    mask-image: radial-gradient(ellipse 70% 60% at 70% 30%, #000 30%, transparent 100%);
    -webkit-mask-image: radial-gradient(ellipse 70% 60% at 70% 30%, #000 30%, transparent 100%);
}
.hs-hero-glow {
    position: absolute; width: 480px; height: 480px; border-radius: 50%;
    background: rgba(14, 165, 196,.20); filter: blur(100px);
    top: -120px; right: -80px; pointer-events: none;
}
.hs-hero-inner { position: relative; z-index: 2; display: grid; grid-template-columns: 1.3fr .7fr; gap: 50px; align-items: center; }

.hs-crumb { display: flex; align-items: center; gap: 10px; font-size: .82rem; color: var(--grey-300); margin-bottom: 22px; }
.hs-crumb a { color: var(--grey-300); transition: color var(--tf); }
.hs-crumb a:hover { color: var(--gold); }
.hs-crumb .sep { color: var(--grey-500); }
.hs-crumb b { color: #fff; font-weight: 600; }

.hs-eyebrow {
    display: inline-flex; align-items: center; gap: 9px;
    padding: 7px 16px 7px 12px; border-radius: var(--r-full);
    border: 1px solid var(--gold-20); background: var(--gold-10);
    font-size: .72rem; font-weight: 700; letter-spacing: 2.5px; text-transform: uppercase; color: var(--gold);
}
.hs-eyebrow .icon { width: 15px; height: 15px; }
.hs-hero h1 {
    font-size: clamp(2.2rem, 4.6vw, 3.6rem); font-weight: 900;
    line-height: 1.06; letter-spacing: -1.5px; margin: 20px 0 18px; color: #fff;
}
.hs-hero h1 em { font-style: normal; color: var(--gold); }
.hs-hero-sub { font-size: 1.08rem; line-height: 1.8; color: var(--grey-300); max-width: 560px; margin-bottom: 30px; }
.hs-hero-actions { display: flex; gap: 14px; flex-wrap: wrap; }

.hs-hero-badge {
    justify-self: center;
    width: 230px; height: 230px; border-radius: 50%;
    display: grid; place-items: center;
    background: radial-gradient(circle at 30% 30%, #11242b, #060606);
    border: 1px solid var(--gold-20);
    position: relative;
    box-shadow: 0 0 80px rgba(14,165,196,0.15) inset;
}
.hs-hero-badge::before {
    content: ""; position: absolute; inset: -14px; border-radius: 50%;
    border: 1.5px dashed var(--gold-20); animation: hsSpin 30s linear infinite;
}
.hs-hero-badge::after {
    content: ""; position: absolute; inset: 22px; border-radius: 50%;
    border: 1px solid rgba(255,255,255,0.05);
}
@keyframes hsSpin { to { transform: rotate(360deg); } }
.hs-hero-badge .icon { width: 92px; height: 92px; color: var(--gold); stroke-width: 1.3; position: relative; z-index: 1; }

/* ══════════ SECTION KIT ══════════ */
.hs-section { padding: 96px 0; position: relative; }
.hs-section.off { background: #0d0d0f; border-top: 1px solid var(--border-dark); border-bottom: 1px solid var(--border-dark); }
.hs-section.dark { background: radial-gradient(120% 120% at 50% 0%, #0e2128 0%, #070707 55%); }

.hs-head { max-width: 700px; margin: 0 auto 56px; text-align: center; }
.hs-label { font-size: .74rem; font-weight: 700; letter-spacing: 2.5px; text-transform: uppercase; color: var(--gold); }
.hs-title { font-size: clamp(1.85rem, 3.4vw, 2.6rem); font-weight: 800; letter-spacing: -1px; line-height: 1.14; margin-top: 14px; color: #fff; }
.hs-sub { color: var(--grey-300); font-size: 1rem; line-height: 1.75; margin-top: 14px; }

/* ══════════ ÖZELLİK KARTLARI ══════════ */
.hs-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; }
.hs-feat {
    background: #101012;
    border: 1px solid var(--border-dark);
    border-radius: var(--r-lg);
    padding: 30px 26px;
    transition: transform var(--t) var(--ease), border-color var(--t) var(--ease), box-shadow var(--t) var(--ease);
}
.hs-feat:hover { transform: translateY(-6px); border-color: rgba(14,165,196,0.4); box-shadow: 0 18px 50px rgba(0,0,0,0.5); }
.hs-feat-ic {
    width: 54px; height: 54px; border-radius: var(--r-md);
    background: var(--gold-10); border: 1px solid var(--gold-20);
    color: var(--gold); display: grid; place-items: center; margin-bottom: 20px;
    transition: transform var(--t) var(--ease);
}
.hs-feat:hover .hs-feat-ic { transform: scale(1.08) rotate(-4deg); }
.hs-feat-ic .icon { width: 26px; height: 26px; }
.hs-feat h3 { font-size: 1.1rem; font-weight: 700; margin-bottom: 9px; letter-spacing: -.3px; color: #fff; }
.hs-feat p { color: var(--grey-300); font-size: .9rem; line-height: 1.7; }

/* ══════════ KLİNİK GALERİ ══════════ */
.hs-clinic { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
.hs-clinic-text { color: var(--grey-300); font-size: 0.97rem; line-height: 1.85; margin-top: 18px; }
.hs-clinic-text strong { color: #fff; font-weight: 600; }
.hs-clinic-checks { margin-top: 24px; display: flex; flex-direction: column; gap: 14px; }
.hs-clinic-checks li { display: flex; align-items: center; gap: 13px; font-size: 0.92rem; font-weight: 500; color: var(--grey-100); }
.hs-clinic-checks .dot { flex: none; width: 9px; height: 9px; border-radius: 50%; background: var(--gold); box-shadow: 0 0 0 4px var(--gold-10); }

.hs-clinic-media { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.hs-clinic-img { border-radius: var(--r-lg); overflow: hidden; border: 1px solid var(--border-dark); aspect-ratio: 4/3; }
.hs-clinic-img.wide { grid-column: span 2; aspect-ratio: 16/8; }
.hs-clinic-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s var(--ease); }
.hs-clinic-img:hover img { transform: scale(1.06); }
.hs-clinic-card {
    border-radius: var(--r-lg);
    background: linear-gradient(160deg, #0f2730, #0b181d);
    border: 1px solid var(--gold-20);
    padding: 22px 20px; text-align: center;
    display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 8px;
}
.hs-clinic-card .icon { width: 30px; height: 30px; color: var(--gold); }
.hs-clinic-card h5 { font-size: 0.98rem; font-weight: 700; color: #fff; }
.hs-clinic-card p { font-size: 0.78rem; line-height: 1.55; color: var(--grey-300); }

/* ══════════ KARŞILAŞTIRMA TABLOSU ══════════ */
.comparison-table-wrapper {
    overflow-x: auto;
    border-radius: var(--r-lg);
    border: 1px solid var(--border-dark);
    background: #101012;
    margin-top: 8px;
}
.comparison-table { width: 100%; border-collapse: collapse; text-align: left; font-size: 0.92rem; min-width: 640px; }
.comparison-table th, .comparison-table td { padding: 18px 24px; border-bottom: 1px solid var(--border-dark); color: var(--grey-300); }
.comparison-table th { background: #16161a; font-weight: 700; color: #fff; }
.comparison-table th.highlight { background: var(--gold); color: #042027; }
.comparison-table tr:last-child td { border-bottom: none; }
.comparison-table td.font-bold { font-weight: 700; color: #fff; }
.comparison-table td.highlight { background: var(--gold-10); font-weight: 600; color: #d6f3fb; }

/* ══════════ DİKEY ZAMAN TÜNELİ ══════════ */
.hs-timeline-grid { display: grid; grid-template-columns: 5fr 7fr; gap: 56px; align-items: start; }
.hs-timeline-intro .hs-title { margin-top: 14px; }
.v-timeline { position: relative; padding-left: 34px; }
.v-timeline::before { content: ''; position: absolute; left: 11px; top: 8px; bottom: 8px; width: 2px; background: linear-gradient(180deg, var(--gold), var(--gold-20)); }
.v-timeline-item { position: relative; padding-bottom: 34px; }
.v-timeline-item:last-child { padding-bottom: 0; }
.v-timeline-dot {
    position: absolute; left: -34px; top: 2px;
    width: 26px; height: 26px; border-radius: 50%;
    background: #0b1418; border: 2px solid var(--gold);
    display: flex; align-items: center; justify-content: center;
    font-size: 0.78rem; font-weight: 800; color: var(--gold);
    box-shadow: 0 0 0 5px rgba(14,165,196,0.12);
}
.v-timeline-content h4 { font-size: 1.08rem; font-weight: 700; color: #fff; margin-bottom: 7px; }
.v-timeline-content p { font-size: 0.9rem; color: var(--grey-300); line-height: 1.7; }

/* ══════════ İSTATİSTİKLER (altın bant) ══════════ */
.hs-stats { background: linear-gradient(135deg, var(--gold-dark), var(--gold)); padding: 60px 0; }
.hs-stats-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; }
.hs-stat { text-align: center; }
.hs-stat b { display:block; font-size: clamp(2.2rem,3.6vw,3rem); font-weight:900; color: #fff; letter-spacing:-1.5px; line-height:1; }
.hs-stat span { display:block; margin-top:10px; font-weight:600; font-size:.9rem; color: rgba(255,255,255,.85); }
.hs-stat + .hs-stat { border-left: 1px solid rgba(255,255,255,.18); }

/* ══════════ SSS ══════════ */
.hs-faq { max-width: 780px; margin: 0 auto; display: flex; flex-direction: column; gap: 12px; }
.hs-faq details {
    background: #101012; border: 1px solid var(--border-dark);
    border-radius: var(--r-md); overflow: hidden; transition: border-color var(--t) var(--ease);
}
.hs-faq details[open] { border-color: var(--gold-20); }
.hs-faq summary {
    cursor: pointer; list-style: none; padding: 18px 22px;
    font-size: 1rem; font-weight: 600; color: #fff;
    display: flex; align-items: center; justify-content: space-between; gap: 16px;
}
.hs-faq summary::-webkit-details-marker { display: none; }
.hs-faq summary::after { content: "+"; font-size: 1.4rem; font-weight: 400; color: var(--gold); transition: transform var(--t) var(--ease); flex: none; }
.hs-faq details[open] summary::after { transform: rotate(45deg); }
.hs-faq p { padding: 0 22px 20px; color: var(--grey-300); line-height: 1.75; font-size: .94rem; }

/* ══════════ CTA ══════════ */
.hs-cta { background: linear-gradient(135deg, var(--gold-dark), var(--gold)); padding: 86px 0; text-align: center; position: relative; overflow: hidden; }
.hs-cta-glow { position: absolute; inset: 0; background: radial-gradient(circle at 20% 20%, rgba(255,255,255,.28), transparent 42%); pointer-events: none; }
.hs-cta-in { position: relative; z-index: 2; max-width: 720px; margin: 0 auto; }
.hs-cta h2 { font-size: clamp(1.8rem,3.6vw,2.6rem); font-weight:900; color: #fff; letter-spacing:-1px; line-height:1.14; }
.hs-cta p { color: rgba(255,255,255,.92); font-size: 1.05rem; margin: 16px auto 30px; font-weight:500; max-width: 600px; }
.hs-cta-actions { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }

/* ══════════ ÖNCESİ/SONRASI SLIDER ══════════ */
.ba-wrapper { max-width: 820px; margin: 0 auto; }
.ba-container {
    position: relative; width: 100%; aspect-ratio: 16 / 10; overflow: hidden;
    border-radius: var(--r-lg); border: 1px solid var(--border-dark);
    box-shadow: 0 30px 70px -20px rgba(0,0,0,0.6); background: #111;
}
.ba-after-img { width: 100%; height: 100%; object-fit: cover; display: block; user-select: none; pointer-events: none; }
.ba-before-container { position: absolute; top: 0; left: 0; height: 100%; width: 50%; overflow: hidden; border-right: 2.5px solid #fff; z-index: 2; transition: width 0.05s ease-out; }
.ba-before-img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; display: block; max-width: none; user-select: none; pointer-events: none; }
.ba-slider-handle { position: absolute; top: 0; bottom: 0; left: 50%; width: 0; z-index: 3; pointer-events: none; transform: translateX(-50%); }
.ba-slider-handle-button {
    position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);
    width: 46px; height: 46px; border-radius: 50%;
    background: var(--gold); color: #fff; display: flex; align-items: center; justify-content: center;
    box-shadow: 0 4px 18px rgba(14,165,196,0.5); border: 3px solid #fff;
    font-size: 0.85rem; font-weight: 900; pointer-events: none; z-index: 4;
}
.ba-slider-handle-button::before, .ba-slider-handle-button::after { content: ''; position: absolute; width: 0; height: 0; border-style: solid; }
.ba-slider-handle-button::before { border-width: 5px 6px 5px 0; border-color: transparent #fff transparent transparent; left: 11px; }
.ba-slider-handle-button::after { border-width: 5px 0 5px 6px; border-color: transparent transparent transparent #fff; right: 11px; }
.ba-input-range { position: absolute; inset: 0; width: 100%; height: 100%; opacity: 0; cursor: ew-resize; z-index: 5; margin: 0; padding: 0; }
.ba-badge {
    position: absolute; bottom: 20px; padding: 6px 14px; border-radius: var(--r-sm);
    font-size: 0.72rem; font-weight: 800; text-transform: uppercase; letter-spacing: 1.5px;
    color: #fff; z-index: 4; pointer-events: none; box-shadow: 0 4px 12px rgba(0,0,0,0.3);
}
.ba-badge.before { left: 20px; background: rgba(0,0,0,0.7); border: 1px solid rgba(255,255,255,0.12); }
.ba-badge.after { right: 20px; background: linear-gradient(135deg, var(--gold-hov), var(--gold)); border: 1px solid rgba(255,255,255,0.18); color: #042027; }

/* ══════════ RESPONSIVE ══════════ */
@media (max-width: 980px) {
    .hs-hero-inner { grid-template-columns: 1fr; gap: 36px; }
    .hs-hero-badge { display: none; }
    .hs-grid { grid-template-columns: 1fr 1fr; }
    .hs-clinic { grid-template-columns: 1fr; gap: 36px; }
    .hs-timeline-grid { grid-template-columns: 1fr; gap: 36px; }
}
@media (max-width: 640px) {
    .hs-section { padding: 64px 0; }
    .hs-grid { grid-template-columns: 1fr; }
    .hs-clinic-media { grid-template-columns: 1fr; }
    .hs-clinic-img, .hs-clinic-img.wide { grid-column: auto; aspect-ratio: 16/10; }
    .hs-stats-grid { grid-template-columns: 1fr; gap: 30px; }
    .hs-stat + .hs-stat { border-left: none; border-top: 1px solid rgba(255,255,255,.18); padding-top: 30px; }
    .hs-cta-actions { flex-direction: column; }
    .hs-cta-actions .btn { width: 100%; justify-content: center; }
}
