/* ===================================================================
   Hizmet Detay — sayfa stilleri (hizmet-detay.js ile çalışır)
   Accent, [data-acc] ile hizmete göre değişir.
   =================================================================== */
.hd-page { --hd: var(--c-mint); --hd-deep: var(--c-mint-deep); --hd-soft: var(--c-mint-soft); --hd-rgb: 77,212,172; display: block; }
.hd-page[data-acc="mint"]   { --hd: #4DD4AC; --hd-deep: #2FB58D; --hd-soft: #E8FAF3; --hd-rgb: 77,212,172; }
.hd-page[data-acc="coral"]  { --hd: #FF7886; --hd-deep: #E8556A; --hd-soft: #FFE9EC; --hd-rgb: 255,120,134; }
.hd-page[data-acc="indigo"] { --hd: #6E7CF2; --hd-deep: #4F5CD8; --hd-soft: #ECEEFF; --hd-rgb: 110,124,242; }
.hd-page[data-acc="amber"]  { --hd: #F0A93B; --hd-deep: #D98E1E; --hd-soft: #FFF3DE; --hd-rgb: 240,169,59; }
.hd-page[data-acc="violet"] { --hd: #B58CF0; --hd-deep: #9A6BE0; --hd-soft: #F3ECFE; --hd-rgb: 181,140,240; }

.hd-page .container { max-width: var(--maxw); margin: 0 auto; padding: 0 24px; }

/* Merkezi .sec-title vurgu renkleri bu sayfada pakete göre değişen --hd-deep'e bağlanır (mint/coral/vb. sabit değil) */
.hd-page .sec-title .mint,
.hd-page .sec-title .coral,
.hd-page .sec-title .amber,
.hd-page .sec-title .indigo { color: var(--hd-deep); }

/* shared buttons */
.hd-page .btn { display: inline-flex; align-items: center; gap: 9px; font-weight: 700; border-radius: 13px; padding: 14px 22px; font-size: 15px; cursor: pointer; border: 1.5px solid transparent; transition: transform .18s, box-shadow .18s, background .18s, border-color .18s; }
.hd-page .btn svg { width: 17px; height: 17px; }
.hd-page .btn em { font-style: normal; opacity: .82; font-weight: 600; }
.btn-hd { background: var(--hd); color: #fff; box-shadow: 0 10px 24px rgba(var(--hd-rgb), .30); }
.btn-hd:hover { background: var(--hd-deep); transform: translateY(-2px); box-shadow: 0 14px 30px rgba(var(--hd-rgb), .38); }
.btn-hd-ghost { background: var(--c-surface); color: var(--c-ink); border-color: var(--c-line-2); }
.btn-hd-ghost:hover { border-color: var(--hd); color: var(--hd-deep); transform: translateY(-2px); }
.btn-hd-light { background: #fff; color: var(--hd-deep); box-shadow: 0 12px 30px rgba(0,0,0,.14); }
.btn-hd-light:hover { transform: translateY(-2px); }
.btn-hd-outline { background: transparent; color: #fff; border-color: rgba(255,255,255,.5); }
.btn-hd-outline:hover { border-color: #fff; background: rgba(255,255,255,.1); }

/* .hd-eyebrow2 rengi pakete göre değişir (var(--hd-deep)) → merkezi .sec-eyebrow'a alınmadı, kasıtlı olarak kaldı.
   .hd-head → merkezi .sec-head-center; başlık/açıklama → .sec-title/.sec-desc (bkz. css/style.css) */
.hd-eyebrow2 { display: inline-flex; align-items: center; gap: 8px; font-size: 12px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; color: var(--hd-deep); margin-bottom: 12px; }

/* ---------------- HERO ---------------- */
.hd-hero { position: relative; padding: 54px 0 72px; overflow: hidden;
  background:
    radial-gradient(ellipse 50% 80% at 88% 15%, rgba(var(--hd-rgb), .16) 0%, transparent 62%),
    radial-gradient(ellipse 42% 70% at 4% 90%, rgba(var(--hd-rgb), .10) 0%, transparent 60%),
    linear-gradient(180deg, var(--hd-soft) 0%, var(--c-bg) 72%);
}
.hd-hero-bg { position: absolute; inset: 0; z-index: 0; pointer-events: none;
  background-image: radial-gradient(rgba(var(--hd-rgb), .16) 1.4px, transparent 1.4px); background-size: 24px 24px;
  -webkit-mask-image: radial-gradient(ellipse 60% 60% at 80% 20%, #000 0%, transparent 70%); mask-image: radial-gradient(ellipse 60% 60% at 80% 20%, #000 0%, transparent 70%); opacity: .7; }
/* SLIDER DALGASI — software (.sw-hero::after) ile birebir: BG-1 maske, renk paket accent'i (--hd). */
.hd-hero::after {
  content: ''; position: absolute; inset: 0; z-index: 0; pointer-events: none;
  background: var(--hd, #4DD4AC);
  opacity: .35;
  -webkit-mask: url(../BG-1.webp) center center / cover no-repeat;
          mask: url(../BG-1.webp) center center / cover no-repeat;
}
.hd-hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.05fr .95fr; gap: 56px; align-items: center; }

.hd-crumb { display: flex; align-items: center; gap: 7px; font-size: 13px; color: var(--c-muted); margin-bottom: 18px; flex-wrap: wrap; }
.hd-crumb a { color: var(--c-ink-soft); font-weight: 600; }
.hd-crumb a:hover { color: var(--hd-deep); }
.hd-crumb svg { width: 14px; height: 14px; opacity: .6; }
.hd-crumb span { color: var(--c-ink); font-weight: 700; }

.hd-eyebrow { display: inline-flex; align-items: center; gap: 8px; background: var(--c-surface); border: 1px solid var(--c-line); box-shadow: var(--shadow-sm); padding: 8px 15px; border-radius: 999px; font-size: 12.5px; font-weight: 700; color: var(--hd-deep); margin-bottom: 20px; }
.hd-eyebrow svg { width: 15px; height: 15px; }
.hd-hero-copy h1 { font-size: 46px; line-height: 1.08; letter-spacing: -.03em; font-weight: 800; color: var(--c-ink); margin: 0 0 18px; text-wrap: balance; }
.hd-hero-copy h1 span { color: var(--hd-deep); background: linear-gradient(180deg, transparent 62%, rgba(var(--hd-rgb), .22) 62%); padding: 0 3px; }
.hd-lead { font-size: 17px; color: var(--c-ink-soft); margin: 0 0 22px; max-width: 540px; text-wrap: pretty; }

.hd-rate { display: flex; align-items: center; gap: 10px; margin-bottom: 26px; }
.hd-stars { display: inline-flex; gap: 2px; color: var(--c-amber); }
.hd-stars svg { width: 17px; height: 17px; }
.hd-rate b { font-weight: 800; color: var(--c-ink); }
.hd-rate i { font-style: normal; color: var(--c-muted); font-size: 14px; }

.hd-hero-cta { display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 28px; }
.hd-chips { display: flex; flex-wrap: wrap; gap: 22px; }
.hd-chip { display: flex; align-items: center; gap: 10px; }
.hd-chip svg { width: 22px; height: 22px; color: var(--hd-deep); flex-shrink: 0; }
.hd-chip span { display: flex; flex-direction: column; font-size: 12.5px; color: var(--c-ink-soft); line-height: 1.3; }
.hd-chip b { font-size: 16px; font-weight: 800; color: var(--c-ink); }

/* hero media */
.hd-hero-media { position: relative; }
.hd-media-card { position: relative; border-radius: var(--radius-xl); overflow: hidden; box-shadow: var(--shadow-xl); border: 6px solid #fff; transform: rotate(1.2deg); }
.hd-media-card img { display: block; width: 100%; height: 460px; object-fit: cover; }
.hd-media-badge { position: absolute; left: 16px; bottom: 16px; right: 16px; display: flex; align-items: center; gap: 12px; background: rgba(255,255,255,.92); backdrop-filter: blur(8px); border-radius: 16px; padding: 12px 15px; box-shadow: var(--shadow-md); }
.hd-media-badge svg { width: 26px; height: 26px; color: var(--hd-deep); flex-shrink: 0; }
.hd-media-badge b { display: block; font-size: 15px; font-weight: 800; color: var(--c-ink); }
.hd-media-badge span { font-size: 12.5px; color: var(--c-muted); }
.hd-media-float { position: absolute; display: inline-flex; align-items: center; gap: 8px; background: #fff; box-shadow: var(--shadow-lg); border-radius: 12px; padding: 10px 14px; font-size: 13.5px; font-weight: 700; color: var(--c-ink); }
.hd-media-float svg { width: 16px; height: 16px; color: var(--hd-deep); }
.hd-media-float.f1 { top: -18px; left: -22px; animation: hdFloat 5s ease-in-out infinite; }
.hd-media-float.f2 { bottom: 46px; right: -26px; animation: hdFloat 6s ease-in-out infinite .8s; }
@keyframes hdFloat { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-9px); } }

/* ---------------- FEATURES ---------------- */
.hd-feats { padding: 74px 0; }
.hd-fgrid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.hd-fcard { display: flex; align-items: flex-start; gap: 18px; background: var(--c-surface); border: 1px solid transparent; border-radius: var(--radius-lg); padding: 26px 24px; box-shadow: var(--ws-shadow); transition: transform .2s, box-shadow .2s, border-color .2s; }
.hd-fcard:hover { transform: translateY(var(--ws-lift)); box-shadow: var(--ws-shadow-hover); }
.hd-fic { width: 50px; height: 50px; border-radius: 14px; display: grid; place-items: center; background: var(--hd-soft); color: var(--hd-deep); flex-shrink: 0; }
.hd-fic svg { width: 24px; height: 24px; }
.hd-ftext { flex: 1; min-width: 0; }
.hd-fcard h3 { font-size: 17px; font-weight: 800; color: var(--c-ink); margin: 2px 0 6px; }
.hd-fcard p { font-size: 14.5px; color: var(--c-ink-soft); margin: 0; line-height: 1.6; }

/* ---------------- INCLUDED ---------------- */
.hd-incl { padding: 74px 0; background: var(--c-bg-2); }
.hd-incl-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
.hd-incl-media { position: relative; }
.hd-incl-media img { position: relative; z-index: 1; display: block; width: 100%; height: 480px; object-fit: cover; border-radius: var(--radius-xl); box-shadow: var(--shadow-lg); }
.hd-incl-blob { position: absolute; inset: -26px -26px auto auto; width: 78%; height: 78%; z-index: 0; border-radius: 42% 58% 60% 40% / 50% 45% 55% 50%; background: linear-gradient(135deg, rgba(var(--hd-rgb), .35), rgba(var(--hd-rgb), .12)); animation: hdBlob 11s ease-in-out infinite; }
@keyframes hdBlob { 0%,100% { border-radius: 42% 58% 60% 40% / 50% 45% 55% 50%; transform: rotate(0deg); } 50% { border-radius: 58% 42% 40% 60% / 45% 58% 42% 55%; transform: rotate(8deg); } }
.hd-checklist { list-style: none; margin: 0 0 28px; padding: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 13px 20px; }
.hd-checklist li { display: flex; align-items: flex-start; gap: 10px; font-size: 14.5px; font-weight: 600; color: var(--c-ink); }
.hd-checklist svg { width: 15px; height: 15px; flex-shrink: 0; margin-top: 3px; color: #fff; background: var(--hd); border-radius: 50%; padding: 3px; box-sizing: content-box; }

/* ---------------- PROCESS ---------------- */
.hd-process { padding: 74px 0; }
.hd-steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; position: relative; }
.hd-steps::before { content: ''; position: absolute; top: 26px; left: 12%; right: 12%; height: 2px; background: repeating-linear-gradient(90deg, rgba(var(--hd-rgb),.4) 0 8px, transparent 8px 16px); z-index: 0; }
.hd-step { position: relative; z-index: 1; text-align: center; }
.hd-step-n { width: 54px; height: 54px; border-radius: 50%; margin: 0 auto 18px; display: grid; place-items: center; font-size: 21px; font-weight: 800; color: #fff; background: var(--hd); box-shadow: 0 8px 20px rgba(var(--hd-rgb), .35); border: 4px solid var(--c-bg); }
.hd-step h3 { font-size: 16.5px; font-weight: 800; color: var(--c-ink); margin: 0 0 7px; }
.hd-step p { font-size: 14px; color: var(--c-ink-soft); margin: 0; line-height: 1.55; }

/* ---------------- PACKAGES ---------------- */
.hd-packs { padding: 74px 0; background: var(--c-bg-2); }
.hd-pack-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; align-items: stretch; }
.hd-pack { position: relative; background: var(--c-surface); border: 1.5px solid var(--c-line); border-radius: var(--radius-lg); padding: 30px 28px; display: flex; flex-direction: column; transition: transform .2s, box-shadow .2s; }
.hd-pack:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); }
.hd-pack.is-featured { border-color: var(--hd); box-shadow: 0 20px 50px rgba(var(--hd-rgb), .2); }
.hd-pack-tag { position: absolute; top: -13px; left: 50%; transform: translateX(-50%); background: var(--hd); color: #fff; font-size: 11.5px; font-weight: 800; letter-spacing: .06em; padding: 6px 16px; border-radius: 999px; box-shadow: 0 6px 16px rgba(var(--hd-rgb), .4); white-space: nowrap; }
.hd-pack h3 { font-size: 19px; font-weight: 800; color: var(--c-ink); margin: 0 0 10px; }
.hd-pack-price { display: flex; align-items: baseline; gap: 6px; margin-bottom: 10px; }
.hd-pack-price b { font-size: 34px; font-weight: 800; letter-spacing: -.02em; color: var(--c-ink); }
.hd-pack-price span { font-size: 14px; color: var(--c-muted); font-weight: 600; }
.hd-pack-desc { font-size: 14px; color: var(--c-ink-soft); margin: 0 0 20px; }
.hd-pack ul { list-style: none; margin: 0 0 24px; padding: 0; display: flex; flex-direction: column; gap: 11px; flex: 1; }
.hd-pack ul li { display: flex; align-items: flex-start; gap: 9px; font-size: 14px; color: var(--c-ink); }
.hd-pack ul svg { width: 14px; height: 14px; flex-shrink: 0; margin-top: 3px; color: #fff; background: var(--hd); border-radius: 50%; padding: 3px; box-sizing: content-box; }
.hd-pack .btn { justify-content: center; width: 100%; }

/* ---------------- FAQ (anasayfa: iki sütun, açık item mint başlık) ---------------- */
.hd-page .faq { position: relative; overflow: hidden; background: transparent; padding: 74px 0; }
.hd-page .faq .faq-list {
  display: flex; flex-direction: row; gap: 26px; align-items: flex-start;
  max-width: 1040px; margin: 0 auto;
}
.hd-page .faq .faq-col { flex: 1; min-width: 0; display: flex; flex-direction: column; gap: 22px; }
.hd-page .faq .faq-item {
  margin: 0;
  background: #fff; border: 1px solid var(--c-line); border-radius: 16px;
  box-shadow: var(--shadow-sm); overflow: hidden;
  transition: box-shadow .2s;
}
.hd-page .faq .faq-item.is-open { box-shadow: var(--shadow-md); border-color: transparent; }
.hd-page .faq .faq-q {
  width: 100%; display: flex; align-items: center; justify-content: space-between;
  padding: 22px 24px; font-size: 17px; font-weight: 700; color: var(--c-ink);
  gap: 16px; text-align: left; background: none; border: none; cursor: pointer;
  transition: background .2s, color .2s;
}
.hd-page .faq .faq-item.is-open .faq-q { background: var(--hd); color: #fff; }
.hd-page .faq .faq-q .chev {
  width: 26px; height: 26px; border-radius: 8px; flex-shrink: 0;
  display: grid; place-items: center; background: transparent; color: var(--c-ink-soft);
  transition: transform .25s, color .2s, background .2s;
}
.hd-page .faq .faq-q .chev svg { width: 14px; height: 14px; }
.hd-page .faq .faq-item.is-open .faq-q .chev { color: #fff; transform: rotate(180deg); }
.hd-page .faq .faq-a { max-height: 0; overflow: hidden; transition: max-height .35s ease; background: #fff; }
.hd-page .faq .faq-a-inner { padding: 22px 24px 24px; font-size: 15px; line-height: 1.75; color: var(--c-ink-soft); text-wrap: pretty; }
.hd-page .faq .faq-list::before {
  content: ''; position: absolute; top: -30px; left: 50%; transform: translateX(-50%);
  width: 220px; height: 100%; z-index: -1; pointer-events: none;
  background-image: radial-gradient(var(--c-line-2) 1.5px, transparent 1.5px);
  background-size: 14px 14px; opacity: .5;
  -webkit-mask-image: linear-gradient(180deg, #000 0%, transparent 80%);
  mask-image: linear-gradient(180deg, #000 0%, transparent 80%);
}

/* ---------------- RELATED (anasayfa svcgrid kart tasarımı) ---------------- */
.hd-related { padding: 74px 0; background: var(--c-bg-2); }
.hd-related .svcgrid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.hd-related .svcg-card { background: #fff; border: 1px solid var(--c-line); border-radius: 18px; overflow: hidden; box-shadow: var(--shadow-sm); transition: transform .2s, box-shadow .2s, border-color .2s; display: flex; flex-direction: column; }
.hd-related .svcg-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); border-color: var(--c-line-2); }
.hd-related .svcg-img { position: relative; aspect-ratio: 3 / 2; overflow: hidden; background: var(--c-bg-2); }
.hd-related .svcg-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.hd-related .svcg-card:hover .svcg-img img { transform: scale(1.05); }
.hd-related .svcg-dur { position: absolute; top: 14px; right: 14px; display: inline-flex; align-items: center; gap: 6px; background: var(--c-amber); color: #fff; font-size: 12.5px; font-weight: 700; padding: 6px 12px; border-radius: 8px; }
.hd-related .svcg-dur svg { width: 14px; height: 14px; }
.hd-related .svcg-body { padding: 20px 22px 24px; display: flex; flex-direction: column; flex: 1; }
.hd-related .svcg-lvl { align-self: flex-start; font-size: 12px; font-weight: 700; color: var(--hd-deep); background: var(--hd-soft); padding: 4px 10px; border-radius: 6px; margin-bottom: 14px; }
.hd-related .svcg-body h3 { font-size: 18px; font-weight: 800; line-height: 1.3; letter-spacing: -.01em; margin-bottom: 12px; transition: color .15s; }
.hd-related .svcg-card:hover .svcg-body h3 { color: var(--hd-deep); }
.hd-related .svcg-rate { display: flex; align-items: center; gap: 8px; margin-bottom: 12px; }
.hd-related .svcg-rate .stars { display: inline-flex; gap: 1px; }
.hd-related .svcg-rate .stars svg { width: 15px; height: 15px; }
.hd-related .svcg-rate i { font-size: 13px; font-weight: 700; color: var(--c-ink-soft); font-style: normal; }
.hd-related .svcg-price { font-size: 18px; font-weight: 800; color: var(--hd-deep); padding-bottom: 16px; border-bottom: 1px solid var(--c-line); margin-bottom: 14px; }
.hd-related .svcg-meta { display: flex; gap: 18px; margin-top: auto; }
.hd-related .svcg-meta span { display: inline-flex; align-items: center; gap: 7px; font-size: 12.5px; font-weight: 600; color: var(--c-ink-soft); }
.hd-related .svcg-meta svg { width: 15px; height: 15px; color: var(--c-muted); flex-shrink: 0; }
.hd-related .svcg-card.is-hidden { display: none; }
.hd-related .svcgrid-more { text-align: center; margin-top: 40px; }
.hd-related .svcgrid-more .btn svg { width: 16px; height: 16px; }

/* ---------------- CTA ---------------- */
.hd-cta { padding: 48px 24px 80px; }
.hd-cta .hd-cta-inner { position: relative; overflow: hidden; max-width: var(--maxw); margin: 0 auto; text-align: center; border-radius: var(--radius-xl); padding: 92px 40px; color: #fff;
  background: linear-gradient(135deg, var(--hd-deep) 0%, var(--hd) 100%); box-shadow: 0 30px 70px rgba(var(--hd-rgb), .35); }
.hd-cta-deco { position: absolute; border-radius: 50%; pointer-events: none; }
.hd-cta-deco.d1 { top: -70px; right: -50px; width: 240px; height: 240px; background: radial-gradient(circle at 30% 30%, rgba(255,255,255,.22), transparent 70%); }
.hd-cta-deco.d2 { bottom: -90px; left: -40px; width: 260px; height: 260px; background: radial-gradient(circle at 40% 40%, rgba(255,255,255,.14), transparent 70%); }
.hd-cta-inner h2 { position: relative; z-index: 1; font-size: 36px; font-weight: 800; letter-spacing: -.02em; margin: 0 0 12px; }
.hd-cta-inner h2 span { opacity: .82; }
.hd-cta-inner p { position: relative; z-index: 1; font-size: 16.5px; opacity: .92; max-width: 560px; margin: 0 auto 28px; }
.hd-cta-btns { position: relative; z-index: 1; display: flex; flex-wrap: wrap; gap: 14px; justify-content: center; }

/* ===================================================================
   ÜCRETSİZ DANIŞMANLIK — buton bordürü + başvuru formu modalı
   Buton iki bağlamda kullanılıyor:
     · hero (açık zemin)  → .btn-hd-ghost.btn-hd-danisma  (accent bordür + yumuşak ışıma)
     · alt CTA (accent gradyan zemin) → .btn-hd-outline.btn-hd-danisma (beyaz bordür)
   =================================================================== */
.btn-hd-danisma { position: relative; border-width: 2px; }

/* Açık zemin: accent renkli çift katman bordür + ışıma */
.btn-hd-ghost.btn-hd-danisma {
  border-color: var(--hd);
  color: var(--hd-deep);
  background: linear-gradient(180deg, var(--c-surface) 0%, var(--hd-soft) 100%);
  box-shadow: 0 0 0 4px rgba(var(--hd-rgb), .12), 0 8px 20px rgba(var(--hd-rgb), .16);
}
.btn-hd-ghost.btn-hd-danisma:hover {
  border-color: var(--hd-deep);
  color: var(--hd-deep);
  transform: translateY(-2px);
  box-shadow: 0 0 0 5px rgba(var(--hd-rgb), .18), 0 14px 28px rgba(var(--hd-rgb), .26);
}

/* Accent gradyan zemin (alt CTA): beyaz bordür + cam efekti */
.btn-hd-outline.btn-hd-danisma {
  border-color: rgba(255,255,255,.85);
  background: rgba(255,255,255,.10);
  box-shadow: 0 0 0 4px rgba(255,255,255,.16), 0 10px 26px rgba(0,0,0,.14);
}
.btn-hd-outline.btn-hd-danisma:hover {
  border-color: #fff;
  background: rgba(255,255,255,.20);
  transform: translateY(-2px);
  box-shadow: 0 0 0 5px rgba(255,255,255,.24), 0 14px 32px rgba(0,0,0,.2);
}
.btn-hd-danisma svg { width: 16px; height: 16px; }

/* ---------------- BAŞVURU MODALI ---------------- */
.bvm-ovl { position: fixed; inset: 0; z-index: 12000; display: none; align-items: center; justify-content: center;
  padding: 24px; background: rgba(12,17,29,.58); backdrop-filter: blur(5px); opacity: 0; transition: opacity .22s ease; }
.bvm-ovl.is-open { display: flex; opacity: 1; }
.bvm-box { position: relative; width: 100%; max-width: 620px; max-height: calc(100vh - 48px); overflow: auto;
  background: var(--c-surface); border: 1px solid var(--c-line); border-radius: 22px; box-shadow: var(--shadow-xl);
  transform: translateY(18px) scale(.98); opacity: 0; transition: transform .26s cubic-bezier(.2,.8,.3,1), opacity .26s ease; }
.bvm-ovl.is-open .bvm-box { transform: none; opacity: 1; }

.bvm-head { position: relative; padding: 26px 28px 22px; border-bottom: 1px solid var(--c-line);
  background: linear-gradient(135deg, rgba(var(--hd-rgb), .16) 0%, rgba(var(--hd-rgb), .04) 68%, transparent 100%); }
.bvm-head .bvm-eyebrow { display: inline-flex; align-items: center; gap: 8px; font-size: 11.5px; font-weight: 800;
  letter-spacing: .14em; text-transform: uppercase; color: var(--hd-deep); margin-bottom: 10px; }
.bvm-head .bvm-eyebrow svg { width: 15px; height: 15px; }
.bvm-head h3 { margin: 0 0 6px; font-size: 22px; font-weight: 800; color: var(--c-ink); line-height: 1.3; }
.bvm-head p { margin: 0; font-size: 14px; color: var(--c-muted); line-height: 1.6; }
.bvm-close { position: absolute; top: 16px; right: 16px; width: 36px; height: 36px; border-radius: 50%;
  display: grid; place-items: center; border: 1px solid var(--c-line); background: var(--c-surface);
  color: var(--c-muted); cursor: pointer; transition: color .18s, border-color .18s, transform .18s; }
.bvm-close:hover { color: var(--hd-deep); border-color: var(--hd); transform: rotate(90deg); }
.bvm-close svg { width: 16px; height: 16px; }

.bvm-body { padding: 24px 28px 28px; }
.bvm-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-bottom: 14px; }
.bvm-f { display: flex; flex-direction: column; gap: 7px; }
.bvm-f.full { grid-column: 1 / -1; }
.bvm-f label { font-size: 12.5px; font-weight: 700; color: var(--c-ink); }
.bvm-f label .req { color: var(--c-coral); }
.bvm-f input, .bvm-f textarea, .bvm-f select {
  width: 100%; font: inherit; font-size: 14.5px; color: var(--c-ink); background: var(--c-bg);
  border: 1.5px solid var(--c-line-2); border-radius: 12px; padding: 12px 14px;
  transition: border-color .18s, box-shadow .18s, background .18s; }
.bvm-f textarea { min-height: 118px; resize: vertical; line-height: 1.6; }
.bvm-f input:focus, .bvm-f textarea:focus, .bvm-f select:focus {
  outline: none; background: var(--c-surface); border-color: var(--hd); box-shadow: 0 0 0 4px rgba(var(--hd-rgb), .14); }
.bvm-f input.err, .bvm-f textarea.err { border-color: var(--c-coral); box-shadow: 0 0 0 4px rgba(255,120,134,.14); }
.bvm-f input::placeholder, .bvm-f textarea::placeholder { color: var(--c-muted); }
.bvm-hp { position: absolute; left: -9999px; width: 1px; height: 1px; opacity: 0; }

.bvm-consent { display: flex; align-items: flex-start; gap: 10px; margin: 4px 0 18px; font-size: 13px;
  color: var(--c-ink-soft); line-height: 1.55; cursor: pointer; }
.bvm-consent input { width: 17px; height: 17px; margin-top: 1px; accent-color: var(--hd); flex-shrink: 0; cursor: pointer; }

.bvm-submit { width: 100%; display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  font: inherit; font-size: 15px; font-weight: 800; color: #fff; background: var(--hd);
  border: none; border-radius: 13px; padding: 15px 22px; cursor: pointer;
  box-shadow: 0 10px 26px rgba(var(--hd-rgb), .32); transition: background .18s, transform .18s, box-shadow .18s; }
.bvm-submit:hover:not(:disabled) { background: var(--hd-deep); transform: translateY(-2px); box-shadow: 0 14px 32px rgba(var(--hd-rgb), .4); }
.bvm-submit:disabled { opacity: .68; cursor: default; transform: none; }
.bvm-submit svg { width: 17px; height: 17px; }

.bvm-note { margin: 14px 0 0; text-align: center; font-size: 12.5px; color: var(--c-muted); }

/* Sonuç ekranı (gönderim başarılı) */
.bvm-done { display: none; padding: 44px 32px 46px; text-align: center; }
.bvm-box.is-done .bvm-body, .bvm-box.is-done .bvm-head { display: none; }
.bvm-box.is-done .bvm-done { display: block; }
.bvm-done .ic { width: 74px; height: 74px; margin: 0 auto 20px; border-radius: 50%; display: grid; place-items: center;
  background: var(--hd-soft); color: var(--hd-deep); box-shadow: 0 0 0 8px rgba(var(--hd-rgb), .1); }
.bvm-done .ic svg { width: 34px; height: 34px; }
.bvm-done h3 { margin: 0 0 10px; font-size: 21px; font-weight: 800; color: var(--c-ink); }
.bvm-done p { margin: 0 0 24px; font-size: 14.5px; color: var(--c-muted); line-height: 1.65; }

html[data-theme="dark"] .bvm-ovl { background: rgba(4,7,14,.72); }
html[data-theme="dark"] .bvm-f input, html[data-theme="dark"] .bvm-f textarea, html[data-theme="dark"] .bvm-f select { background: rgba(255,255,255,.04); }
html[data-theme="dark"] .bvm-close { background: transparent; }

@media (max-width: 560px) {
  .bvm-ovl { padding: 0; align-items: flex-end; }
  .bvm-box { max-width: 100%; max-height: 94vh; border-radius: 22px 22px 0 0; }
  .bvm-head { padding: 22px 20px 18px; }
  .bvm-head h3 { font-size: 19px; }
  .bvm-body { padding: 20px 20px 24px; }
  .bvm-row { grid-template-columns: 1fr; }
}

/* ---------------- DARK MODE ---------------- */
html[data-theme="dark"] .hd-hero { background:
  radial-gradient(ellipse 50% 80% at 88% 15%, rgba(var(--hd-rgb), .18) 0%, transparent 62%),
  linear-gradient(180deg, rgba(var(--hd-rgb),.08) 0%, var(--c-bg) 72%); }
html[data-theme="dark"] .hd-media-card { border-color: var(--c-surface); }
html[data-theme="dark"] .hd-media-badge { background: rgba(30,36,52,.9); }
html[data-theme="dark"] .hd-media-float { background: var(--c-surface); }
html[data-theme="dark"] .hd-step-n { border-color: var(--c-bg); }

/* ---------------- RESPONSIVE ---------------- */
@media (max-width: 980px) {
  .hd-hero-grid { grid-template-columns: 1fr; gap: 40px; }
  .hd-hero-media { order: -1; max-width: 460px; }
  .hd-fgrid { grid-template-columns: repeat(2, 1fr); }
  .hd-incl-grid { grid-template-columns: 1fr; gap: 40px; }
  .hd-incl-media { max-width: 520px; }
  .hd-steps { grid-template-columns: repeat(2, 1fr); gap: 30px 20px; }
  .hd-steps::before { display: none; }
  .hd-pack-grid { grid-template-columns: 1fr; max-width: 440px; margin: 0 auto; }
  .hd-related .svcgrid { grid-template-columns: 1fr 1fr; gap: 16px; }
}
@media (max-width: 560px) {
  .hd-hero { padding: 32px 0 52px; }
  .hd-hero-grid { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 18px; }
  .hd-hero-copy { display: contents; }
  .hd-crumb, .hd-eyebrow, .hd-hero-copy h1, .hd-lead, .hd-rate, .hd-hero-cta, .hd-chips, .hd-hero-media { margin: 0; }
  .hd-crumb { order: 1; justify-content: center; }
  .hd-eyebrow { order: 2; }
  .hd-hero-copy h1 { order: 3; font-size: 32px; }
  .hd-lead { order: 4; font-size: 15.5px; }
  .hd-rate { order: 5; justify-content: center; }
  .hd-hero-media { order: 6; max-width: 300px; margin-top: 6px; }
  .hd-hero-cta { order: 7; flex-direction: column; align-items: center; width: 100%; margin-top: 6px; }
  .hd-chips { order: 8; justify-content: center; }
  .hd-hero-cta .btn { width: 100%; justify-content: center; }
  .hd-chips { gap: 16px 22px; }
  .hd-media-card img { height: 240px; }
  .hd-media-float.f1 { left: -6px; top: -12px; }
  .hd-media-float.f2 { right: -6px; }
  .hd-feats, .hd-incl, .hd-process, .hd-packs, .hd-page .faq, .hd-related { padding: 50px 0; }
  .hd-page .faq .faq-list { flex-direction: column; }
  .hd-page .faq .faq-list::before { display: none; }
  .hd-related .svcgrid { grid-template-columns: 1fr; }
  .hd-cta { padding: 56px 20px 64px; }
  .hd-fgrid { grid-template-columns: 1fr; }
  .hd-fcard { flex-direction: column; align-items: center; text-align: center; gap: 14px; }
  .hd-checklist { grid-template-columns: 1fr; }
  .hd-incl-copy .sec-title { font-size: 25px; }
  .hd-cta .hd-cta-inner { padding: 56px 24px; }
  .hd-cta-inner h2 { font-size: 27px; }
  .hd-cta-btns { flex-direction: column; }
  .hd-cta-btns .btn { width: 100%; justify-content: center; }
}
