/* ════════════════════════════════════════
   BAYİLİK — bayilik.css
   Fraunces + DM Sans
   Accent: Amber/Altın #f59e0b · #fbbf24
════════════════════════════════════════ */

:root {
  --bp-gold:    #f59e0b;
  --bp-gold2:   #fbbf24;
  --bp-gold3:   #fcd34d;
  --bp-silver:  #94a3b8;
  --bp-green:   #34d399;
  --bp-cyan:    #22d3ee;
  --bp-card:    rgba(13,14,26,.94);
  --bp-border:  rgba(245,158,11,.12);
  --bp-muted:   rgba(255,255,255,.40);
}

/* ── Font override ── */
.bp-hero h1,
.bp-section-head h2,
.bp-why-card h3,
.bp-tier-commission,
.bp-proc-card h4,
.bp-faq-left h2,
.bp-form-left h2,
.bp-calc-result-card .bp-cr-amount,
.bp-success-card h3 {
  font-family: 'Fraunces', serif !important;
}

/* ── Navbar partner butonu ── */
.bp-nav-btn {
  display: inline-flex; align-items: center; gap: 7px;
  padding: 10px 22px; border-radius: 50px;
  background: linear-gradient(135deg, var(--bp-gold), #d97706);
  color: #000 !important; font-size: 14px; font-weight: 800;
  text-decoration: none; transition: all .24s;
  box-shadow: 0 6px 22px rgba(245,158,11,.30);
}
.bp-nav-btn:hover { box-shadow: 0 10px 32px rgba(245,158,11,.50); transform: translateY(-1px); color: #000 !important; }
.bp-nav-active { color: var(--bp-gold) !important; font-weight: 700 !important; }

/* ══════════════════════════════════════
   HERO
══════════════════════════════════════ */
.bp-hero {
  position: relative;
  min-height: 100vh;
  display: flex; align-items: center;
  overflow: hidden;
  padding: 120px 0 100px;
}

.bp-hero-bg { position: absolute; inset: 0; z-index: 0; }

.bp-blob {
  position: absolute; border-radius: 50%;
  filter: blur(140px); pointer-events: none;
}
.bp-blob-1 {
  width: 800px; height: 800px;
  background: radial-gradient(circle, rgba(245,158,11,.14), transparent 65%);
  top: -250px; right: -150px;
}
.bp-blob-2 {
  width: 500px; height: 500px;
  background: radial-gradient(circle, rgba(251,191,36,.08), transparent 65%);
  bottom: -100px; left: -80px;
}
.bp-blob-3 {
  width: 300px; height: 300px;
  background: radial-gradient(circle, rgba(252,211,77,.06), transparent 65%);
  top: 50%; left: 30%;
}
.bp-grid {
  position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(245,158,11,.022) 1px, transparent 1px),
    linear-gradient(90deg, rgba(245,158,11,.022) 1px, transparent 1px);
  background-size: 54px 54px;
}

/* Parçacıklar */
.bp-particle {
  position: absolute; border-radius: 50%;
  background: var(--bp-gold2); opacity: 0;
  animation: bp-particle-rise linear infinite;
}
@keyframes bp-particle-rise {
  0%   { opacity:0; transform: translateY(0) scale(1); }
  20%  { opacity:.6; }
  100% { opacity:0; transform: translateY(-120px) scale(.3); }
}

.bp-hero-inner {
  position: relative; z-index: 2;
  max-width: 840px; margin: 0 auto;
  text-align: center;
}

/* Hero badge */
.bp-hero-badge {
  display: inline-flex; align-items: center; gap: 9px;
  font-size: 13px; font-weight: 700;
  color: var(--bp-gold2); letter-spacing: .4px;
  background: rgba(245,158,11,.10);
  border: 1px solid rgba(245,158,11,.25);
  border-radius: 50px; padding: 8px 20px;
  margin-bottom: 32px;
  animation: bp-up .6s .1s both;
}
.bp-badge-live {
  background: var(--bp-green); color: #000;
  font-size: 10px; font-weight: 800;
  padding: 2px 8px; border-radius: 10px;
  text-transform: uppercase; letter-spacing: .5px;
}

/* Hero başlık */
.bp-hero-title {
  font-family: 'Fraunces', serif !important;
  font-size: clamp(3.6rem, 7vw, 7.5rem) !important;
  font-weight: 900 !important;
  color: #fff !important;
  line-height: 1.02 !important;
  letter-spacing: -2px !important;
  margin-bottom: 24px;
  animation: bp-up .6s .2s both;
}
.bp-hero-title em {
  font-style: italic;
  background: linear-gradient(135deg, var(--bp-gold), var(--bp-gold3));
  -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}

.bp-hero-desc {
  font-size: 17px; color: var(--bp-muted);
  line-height: 1.80; max-width: 600px; margin: 0 auto 36px;
  animation: bp-up .6s .3s both;
}
.bp-hero-desc strong { color: rgba(255,255,255,.80); }

@keyframes bp-up {
  from { opacity:0; transform:translateY(22px); }
  to   { opacity:1; transform:translateY(0); }
}

/* Sayaçlar */
.bp-hero-counters {
  display: flex; align-items: center; justify-content: center;
  gap: 0; margin-bottom: 36px;
  background: var(--bp-card); border: 1px solid rgba(245,158,11,.18);
  border-radius: 22px; padding: 28px 40px;
  box-shadow: 0 16px 60px rgba(0,0,0,.40), 0 0 0 1px rgba(255,255,255,.03) inset;
  animation: bp-up .6s .4s both;
}
.bp-hcount { text-align: center; flex: 1; }
.bp-hcount-val {
  font-family: 'Fraunces', serif;
  font-size: 42px; font-weight: 900;
  background: linear-gradient(135deg, var(--bp-gold), var(--bp-gold3));
  -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
  line-height: 1; margin-bottom: 7px;
}
.bp-hcount-lbl { font-size: 11.5px; font-weight: 600; color: var(--bp-muted); }
.bp-hcount-sep { width: 1px; height: 50px; background: rgba(245,158,11,.15); margin: 0 10px; }

/* Butonlar */
.bp-hero-btns {
  display: flex; gap: 14px; justify-content: center; flex-wrap: wrap;
  animation: bp-up .6s .5s both;
}
.bp-btn-primary {
  display: inline-flex; align-items: center; gap: 9px;
  padding: 15px 30px; border-radius: 50px;
  background: linear-gradient(135deg, var(--bp-gold), #d97706);
  border: none; color: #000; font-size: 15px; font-weight: 800;
  text-decoration: none; cursor: pointer; transition: all .26s;
  box-shadow: 0 8px 30px rgba(245,158,11,.35);
}
.bp-btn-primary:hover { box-shadow: 0 14px 44px rgba(245,158,11,.55); transform: translateY(-2px); color: #000; }
.bp-btn-primary--lg { padding: 17px 36px; font-size: 16px; }

.bp-btn-ghost {
  display: inline-flex; align-items: center; gap: 9px;
  padding: 15px 26px; border-radius: 50px;
  background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.13);
  color: rgba(255,255,255,.60); font-size: 15px; font-weight: 600;
  text-decoration: none; transition: all .22s;
}
.bp-btn-ghost:hover { background: rgba(255,255,255,.12); color: #fff; }

.bp-hero-wave {
  position: absolute; bottom: -1px; left: 0; right: 0;
  line-height: 0;
}
.bp-hero-wave svg { width: 100%; height: 60px; display: block; }

/* ══════════════════════════════════════
   BÖLÜM BAŞLIKLARI
══════════════════════════════════════ */
.bp-section-head { text-align: center; margin-bottom: 64px; }
.bp-tag {
  display: inline-flex; align-items: center;
  border: 1px solid rgba(245,158,11,.28); border-radius: 50px;
  padding: 6px 18px; font-size: 12px; font-weight: 700;
  color: var(--bp-gold2); background: rgba(245,158,11,.08);
  margin-bottom: 18px;
}
.bp-section-head h2 {
  font-family: 'Fraunces', serif !important;
  font-size: clamp(2.4rem, 4vw, 3.8rem) !important;
  font-weight: 900 !important; color: #fff !important;
  line-height: 1.10 !important; letter-spacing: -.5px !important;
  margin-bottom: 16px;
}
.bp-section-head h2 em {
  font-style: italic;
  background: linear-gradient(135deg, var(--bp-gold), var(--bp-gold3));
  -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.bp-section-head p { font-size: 16px; color: var(--bp-muted); max-width: 520px; margin: 0 auto; line-height: 1.78; }

/* ══════════════════════════════════════
   NEDEN BAYİ OL?
══════════════════════════════════════ */
.bp-why-section { padding: 120px 0 130px; }

.bp-why-grid {
  display: grid; grid-template-columns: repeat(2,1fr); gap: 22px;
}
.bp-why-card {
  background: var(--bp-card); border: 1px solid rgba(255,255,255,.07);
  border-radius: 26px; padding: 44px;
  transition: transform .28s, border-color .28s, box-shadow .28s;
}
.bp-why-card:hover {
  transform: translateY(-5px);
  border-color: rgba(245,158,11,.22);
  box-shadow: 0 24px 64px rgba(245,158,11,.08);
}
.bp-why-icon {
  width: 56px; height: 56px; border-radius: 16px;
  background: rgba(245,158,11,.12); border: 1px solid rgba(245,158,11,.22);
  display: flex; align-items: center; justify-content: center;
  font-size: 24px; color: var(--bp-gold2); margin-bottom: 22px;
}
.bp-wi-cyan   { background: rgba(34,211,238,.10);  border-color: rgba(34,211,238,.20);  color: var(--bp-cyan) !important; }
.bp-wi-cyan i { color: var(--bp-cyan); }
.bp-wi-violet { background: rgba(167,139,250,.10); border-color: rgba(167,139,250,.20); }
.bp-wi-violet i { color: #a78bfa; }
.bp-wi-green  { background: rgba(52,211,153,.10);  border-color: rgba(52,211,153,.20); }
.bp-wi-green i { color: var(--bp-green); }

.bp-why-card h3 {
  font-family: 'Fraunces', serif !important;
  font-size: 22px !important; font-weight: 800 !important;
  color: #fff !important; line-height: 1.25 !important; margin-bottom: 12px;
}
.bp-why-card p { font-size: 14.5px; color: var(--bp-muted); line-height: 1.75; margin-bottom: 20px; }
.bp-why-card p strong { color: var(--bp-gold2); }

/* Kar örneği kutusu */
.bp-why-example {
  background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.08);
  border-radius: 14px; padding: 18px 20px;
  display: flex; flex-direction: column; gap: 10px;
}
.bp-we-row { display: flex; justify-content: space-between; align-items: center; font-size: 14px; color: var(--bp-muted); }
.bp-we-row strong { font-size: 15px; font-weight: 800; }
.bp-we-divider { height: 1px; background: rgba(255,255,255,.08); margin: 2px 0; }

/* Özellik listesi */
.bp-why-list { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 9px; }
.bp-why-list li { display: flex; align-items: center; gap: 9px; font-size: 14px; color: rgba(255,255,255,.65); }
.bp-why-list li i { color: var(--bp-green); font-size: 14px; flex-shrink: 0; }

/* Tier mini */
.bp-tier-mini { display: flex; flex-direction: column; gap: 8px; margin-top: 4px; }
.bp-tm-row {
  display: flex; justify-content: space-between; align-items: center;
  background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.07);
  border-radius: 10px; padding: 10px 14px;
  font-size: 13.5px; color: rgba(255,255,255,.55);
}
.bp-tm-row strong { font-weight: 800; color: rgba(255,255,255,.70); }
.bp-tm-featured {
  background: rgba(245,158,11,.10); border-color: rgba(245,158,11,.25);
  color: var(--bp-gold2) !important;
}
.bp-tm-featured strong { color: var(--bp-gold) !important; }

/* White-label demo */
.bp-wl-demo {
  display: flex; align-items: center; gap: 14px;
  background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.07);
  border-radius: 14px; padding: 16px 20px;
}
.bp-wld-from, .bp-wld-to { flex: 1; }
.bp-wld-logo { font-size: 13px; font-weight: 800; color: var(--bp-gold2); margin-bottom: 5px; }
.bp-wld-customer { font-size: 13px; font-weight: 700; color: rgba(255,255,255,.65); margin-bottom: 5px; }
.bp-wld-txt { font-size: 11.5px; color: var(--bp-muted); }

/* ══════════════════════════════════════
   KOMİSYON & TIER'LAR
══════════════════════════════════════ */
.bp-commission-section { padding: 120px 0 130px; background: rgba(8,9,18,.65); }

.bp-tiers { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; margin-bottom: 60px; align-items: start; }

.bp-tier-card {
  background: var(--bp-card); border: 1px solid rgba(255,255,255,.08);
  border-radius: 26px; padding: 42px;
  position: relative; text-align: center;
  transition: transform .26s, box-shadow .26s;
}
.bp-tier-card:hover { transform: translateY(-6px); }

.bp-tier-silver {
  border-color: rgba(148,163,184,.25);
  box-shadow: 0 0 0 1px rgba(148,163,184,.08);
}
.bp-tier-gold {
  background: linear-gradient(160deg, rgba(245,158,11,.14) 0%, rgba(13,14,26,.98) 60%);
  border-color: rgba(245,158,11,.35);
  box-shadow: 0 0 0 1px rgba(245,158,11,.12), 0 32px 80px rgba(245,158,11,.12);
}

.bp-tier-popular {
  position: absolute; top: -14px; left: 50%; transform: translateX(-50%);
  background: linear-gradient(135deg, var(--bp-gold), #d97706);
  color: #000; font-size: 12px; font-weight: 900;
  padding: 5px 18px; border-radius: 20px; white-space: nowrap;
  box-shadow: 0 6px 20px rgba(245,158,11,.40);
}

.bp-tier-badge {
  display: inline-block; font-size: 11px; font-weight: 800;
  padding: 4px 14px; border-radius: 20px; margin-bottom: 16px;
  text-transform: uppercase; letter-spacing: .5px;
}
.bp-tier-std { background: rgba(255,255,255,.08); color: rgba(255,255,255,.50); }
.bp-tier-sil { background: rgba(148,163,184,.12); color: var(--bp-silver); }
.bp-tier-gld { background: rgba(245,158,11,.15); color: var(--bp-gold2); }

.bp-tier-icon { font-size: 36px; margin-bottom: 10px; }

.bp-tier-commission {
  font-family: 'Fraunces', serif !important;
  font-size: 64px !important; font-weight: 900 !important;
  color: rgba(255,255,255,.80) !important; line-height: 1 !important; margin-bottom: 6px;
}
.bp-tc-gold {
  background: linear-gradient(135deg, var(--bp-gold), var(--bp-gold3));
  -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}

.bp-tier-label { font-size: 12px; color: var(--bp-muted); font-weight: 600; margin-bottom: 8px; }
.bp-tier-cond {
  font-size: 12px; color: var(--bp-muted);
  background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.07);
  border-radius: 8px; padding: 5px 12px; display: inline-block; margin-bottom: 20px;
}
.bp-tier-divider { height: 1px; background: rgba(255,255,255,.08); margin-bottom: 20px; }
.bp-tier-list { list-style: none; padding: 0; margin: 0 0 26px; text-align: left; display: flex; flex-direction: column; gap: 10px; }
.bp-tier-list li { display: flex; align-items: center; gap: 9px; font-size: 13.5px; color: rgba(255,255,255,.60); }
.bp-tier-list li i { color: var(--bp-green); font-size: 13px; flex-shrink: 0; }
.bp-tier-no { opacity: .28 !important; }
.bp-tier-no i { color: rgba(255,255,255,.25) !important; }

.bp-tier-btn {
  display: block; text-align: center; padding: 13px;
  border-radius: 14px; background: rgba(255,255,255,.07);
  border: 1px solid rgba(255,255,255,.12);
  color: rgba(255,255,255,.65); font-size: 15px; font-weight: 700;
  text-decoration: none; transition: all .22s;
}
.bp-tier-btn:hover { background: rgba(255,255,255,.13); color: #fff; }
.bp-tier-btn--silver { background: rgba(148,163,184,.12); border-color: rgba(148,163,184,.25); color: var(--bp-silver); }
.bp-tier-btn--silver:hover { background: rgba(148,163,184,.20); color: #fff; }
.bp-tier-btn--gold {
  background: linear-gradient(135deg, var(--bp-gold), #d97706);
  border-color: transparent; color: #000; font-weight: 900;
  box-shadow: 0 8px 28px rgba(245,158,11,.35);
}
.bp-tier-btn--gold:hover { box-shadow: 0 12px 40px rgba(245,158,11,.55); color: #000; }

/* ── Kazanç Hesaplayıcı ── */
.bp-calculator {
  display: grid; grid-template-columns: 1.3fr 1fr; gap: 40px;
  background: var(--bp-card); border: 1px solid rgba(245,158,11,.18);
  border-radius: 28px; padding: 50px 56px;
  box-shadow: 0 24px 80px rgba(0,0,0,.40);
  align-items: center;
}
.bp-calc-title {
  font-family: 'Fraunces', serif;
  font-size: 22px; font-weight: 800; color: #fff;
  display: flex; align-items: center; gap: 10px; margin-bottom: 10px;
}
.bp-calc-title i { color: var(--bp-gold2); }
.bp-calc-desc { font-size: 14px; color: var(--bp-muted); line-height: 1.70; margin-bottom: 28px; }

.bp-calc-field { margin-bottom: 24px; }
.bp-calc-field label { display: block; font-size: 12px; font-weight: 700; color: rgba(255,255,255,.50); text-transform: uppercase; letter-spacing: .5px; margin-bottom: 10px; }
.bp-calc-slider-wrap { display: flex; align-items: center; gap: 14px; }
.bp-slider {
  flex: 1; -webkit-appearance: none; height: 5px;
  background: rgba(255,255,255,.10); border-radius: 5px; outline: none; cursor: pointer;
}
.bp-slider::-webkit-slider-thumb {
  -webkit-appearance: none; width: 20px; height: 20px; border-radius: 50%;
  background: linear-gradient(135deg, var(--bp-gold), #d97706);
  cursor: pointer; box-shadow: 0 4px 16px rgba(245,158,11,.40);
  border: 2px solid rgba(245,158,11,.40);
}
.bp-calc-val { font-size: 14px; font-weight: 800; color: var(--bp-gold2); min-width: 80px; text-align: right; }

.bp-calc-tabs { display: flex; gap: 8px; }
.bp-calc-tab {
  flex: 1; background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.10);
  border-radius: 10px; padding: 10px 8px;
  font-size: 12.5px; font-weight: 700; color: rgba(255,255,255,.45);
  cursor: pointer; transition: all .20s; font-family: 'DM Sans', sans-serif;
}
.bp-calc-tab:hover { background: rgba(255,255,255,.10); color: rgba(255,255,255,.75); }
.bp-ct-active {
  background: rgba(245,158,11,.15) !important; border-color: rgba(245,158,11,.30) !important;
  color: var(--bp-gold2) !important;
}

/* Sonuç kartı */
.bp-calc-result-card {
  background: linear-gradient(160deg, rgba(245,158,11,.10) 0%, rgba(8,9,18,.98) 70%);
  border: 1px solid rgba(245,158,11,.25);
  border-radius: 22px; padding: 36px;
  text-align: center;
}
.bp-cr-label { font-size: 12px; font-weight: 700; color: var(--bp-muted); text-transform: uppercase; letter-spacing: .6px; margin-bottom: 10px; }
.bp-cr-amount {
  font-family: 'Fraunces', serif !important;
  font-size: 52px !important; font-weight: 900 !important;
  background: linear-gradient(135deg, var(--bp-gold), var(--bp-gold3));
  -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
  line-height: 1; margin-bottom: 22px;
}
.bp-cr-break {
  background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.07);
  border-radius: 14px; padding: 16px; margin-bottom: 14px;
  display: flex; flex-direction: column; gap: 10px;
}
.bp-crb-row { display: flex; justify-content: space-between; align-items: center; font-size: 13.5px; color: var(--bp-muted); }
.bp-crb-val { font-weight: 700; color: rgba(255,255,255,.70); }
.bp-crb-highlight { padding-top: 10px; border-top: 1px solid rgba(255,255,255,.07); }
.bp-cr-annual { font-size: 13px; color: var(--bp-muted); }
.bp-cr-annual strong { color: var(--bp-gold2); font-weight: 800; }

/* ══════════════════════════════════════
   SÜREÇ
══════════════════════════════════════ */
.bp-process-section { padding: 120px 0 130px; }

.bp-proc-grid {
  display: flex; align-items: flex-start; gap: 0;
}
.bp-proc-card {
  flex: 1; text-align: center; padding: 0 20px;
  background: var(--bp-card); border: 1px solid rgba(255,255,255,.07);
  border-radius: 22px; padding: 38px 28px;
  transition: transform .26s, border-color .26s;
  position: relative;
}
.bp-proc-card:hover { transform: translateY(-5px); border-color: rgba(245,158,11,.22); }
.bp-proc-num {
  font-family: 'Fraunces', serif;
  font-size: 72px; font-weight: 900;
  color: rgba(245,158,11,.08); line-height: 1;
  position: absolute; top: 16px; right: 20px;
}
.bp-proc-icon {
  width: 56px; height: 56px; border-radius: 16px;
  background: rgba(245,158,11,.12); border: 1px solid rgba(245,158,11,.22);
  display: flex; align-items: center; justify-content: center;
  font-size: 24px; color: var(--bp-gold2);
  margin: 0 auto 18px;
}
.bp-proc-card h4 {
  font-family: 'Fraunces', serif !important;
  font-size: 18px !important; font-weight: 800 !important;
  color: #fff !important; margin-bottom: 10px;
}
.bp-proc-card p { font-size: 13.5px; color: var(--bp-muted); line-height: 1.72; margin: 0; }

.bp-proc-arrow {
  display: flex; align-items: center; justify-content: center;
  padding: 0 10px; font-size: 22px; color: rgba(245,158,11,.30);
  flex-shrink: 0; margin-top: 50px;
}

/* ══════════════════════════════════════
   SSS
══════════════════════════════════════ */
.bp-faq-section { padding: 120px 0 130px; background: rgba(8,9,18,.65); }

.bp-faq-inner { display: grid; grid-template-columns: 1fr 2fr; gap: 80px; align-items: start; }
.bp-faq-left h2 {
  font-family: 'Fraunces', serif !important;
  font-size: clamp(2rem, 3vw, 2.8rem) !important;
  font-weight: 800 !important; color: #fff !important;
  line-height: 1.15 !important; margin-bottom: 14px;
}
.bp-faq-left h2 em {
  font-style: italic;
  background: linear-gradient(135deg, var(--bp-gold), var(--bp-gold3));
  -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.bp-faq-left p { font-size: 14.5px; color: var(--bp-muted); line-height: 1.72; }

.bp-faq-item { border-bottom: 1px solid rgba(255,255,255,.07); }
.bp-faq-q {
  width: 100%; background: none; border: none; padding: 20px 0;
  display: flex; align-items: center; justify-content: space-between; gap: 16px;
  font-size: 15px; font-weight: 700; color: rgba(255,255,255,.80);
  text-align: left; cursor: pointer; transition: color .2s; font-family: 'DM Sans', sans-serif;
}
.bp-faq-q:hover { color: var(--bp-gold2); }
.bp-faq-ico { font-size: 16px; flex-shrink: 0; transition: transform .3s; color: var(--bp-gold2); }
.bp-faq-q.bp-open .bp-faq-ico { transform: rotate(45deg); }
.bp-faq-a {
  font-size: 14.5px; color: var(--bp-muted); line-height: 1.78;
  overflow: hidden; max-height: 0;
  transition: max-height .35s ease, padding .35s ease;
}
.bp-faq-a.bp-open { max-height: 160px; padding-bottom: 20px; }

/* ══════════════════════════════════════
   BAŞVURU FORMU
══════════════════════════════════════ */
.bp-form-section { padding: 120px 0 130px; }

.bp-form-grid { display: grid; grid-template-columns: 1fr 1.4fr; gap: 70px; align-items: start; }

.bp-form-left h2 {
  font-family: 'Fraunces', serif !important;
  font-size: clamp(2.2rem, 3.5vw, 3.2rem) !important;
  font-weight: 900 !important; color: #fff !important;
  line-height: 1.12 !important; margin-bottom: 14px;
}
.bp-form-left h2 em {
  font-style: italic;
  background: linear-gradient(135deg, var(--bp-gold), var(--bp-gold3));
  -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.bp-form-left p { font-size: 15px; color: var(--bp-muted); line-height: 1.75; margin-bottom: 28px; }

.bp-form-benefits { display: flex; flex-direction: column; gap: 16px; margin-bottom: 32px; }
.bp-fb-item { display: flex; align-items: flex-start; gap: 14px; }
.bp-fb-icon { font-size: 20px; color: var(--bp-green); flex-shrink: 0; margin-top: 2px; }
.bp-fb-title { font-size: 14.5px; font-weight: 800; color: #fff; margin-bottom: 3px; }
.bp-fb-desc  { font-size: 12.5px; color: var(--bp-muted); }

/* Testimonial */
.bp-testimonial {
  background: var(--bp-card); border: 1px solid rgba(245,158,11,.18);
  border-radius: 20px; padding: 28px;
}
.bp-test-stars { color: var(--bp-gold2); font-size: 16px; margin-bottom: 10px; letter-spacing: 2px; }
.bp-testimonial p { font-size: 13.5px; color: rgba(255,255,255,.55); line-height: 1.72; margin-bottom: 16px; font-style: italic; }
.bp-test-author { display: flex; align-items: center; gap: 12px; }
.bp-test-avatar {
  width: 38px; height: 38px; border-radius: 50%;
  background: linear-gradient(135deg, var(--bp-gold), #d97706);
  color: #000; font-size: 13px; font-weight: 900;
  display: flex; align-items: center; justify-content: center; flex-shrink: 0;
}
.bp-test-name { font-size: 13px; font-weight: 700; color: #fff; }
.bp-test-role { font-size: 11px; color: var(--bp-muted); }

/* Form kartı */
.bp-form-card {
  background: var(--bp-card); border: 1px solid rgba(245,158,11,.18);
  border-radius: 28px; padding: 48px;
  box-shadow: 0 32px 80px rgba(0,0,0,.50), 0 0 0 1px rgba(255,255,255,.03) inset;
}
.bp-form-header { text-align: center; margin-bottom: 32px; }
.bp-form-ico {
  font-size: 36px; color: var(--bp-gold2); display: block; margin-bottom: 12px;
}
.bp-form-header h3 {
  font-family: 'Fraunces', serif;
  font-size: 26px; font-weight: 900; color: #fff; margin-bottom: 6px;
}
.bp-form-header p { font-size: 13.5px; color: var(--bp-muted); }

/* Step label */
.bp-step { margin-bottom: 10px; }
.bp-step-label {
  display: flex; align-items: center; gap: 10px;
  font-size: 13px; font-weight: 800; color: var(--bp-gold2);
  text-transform: uppercase; letter-spacing: .5px;
  margin-bottom: 20px; padding-bottom: 12px;
  border-bottom: 1px solid rgba(245,158,11,.15);
}
.bp-step-num {
  width: 24px; height: 24px; border-radius: 50%;
  background: rgba(245,158,11,.15); border: 1px solid rgba(245,158,11,.30);
  display: flex; align-items: center; justify-content: center;
  font-size: 11px; font-weight: 900; color: var(--bp-gold2);
}
.bp-step + .bp-step { margin-top: 10px; }

.bp-frow { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-bottom: 14px; }
.bp-field { margin-bottom: 14px; }
.bp-field label {
  display: block; font-size: 11.5px; font-weight: 700;
  color: rgba(255,255,255,.40); text-transform: uppercase; letter-spacing: .5px; margin-bottom: 7px;
}
.bp-req { color: var(--bp-gold2); }
.bp-field input,
.bp-field select,
.bp-field textarea {
  width: 100%; background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.10);
  border-radius: 12px; padding: 13px 16px;
  font-size: 14.5px; font-weight: 500; color: #fff;
  font-family: 'DM Sans', sans-serif; outline: none;
  transition: border-color .20s, box-shadow .20s; resize: none;
}
.bp-field input::placeholder,
.bp-field textarea::placeholder { color: rgba(255,255,255,.22); }
.bp-field input:focus,
.bp-field select:focus,
.bp-field textarea:focus {
  border-color: rgba(245,158,11,.45);
  box-shadow: 0 0 0 3px rgba(245,158,11,.12);
}
.bp-field select option { background: #0d0e1e; color: #fff; }

/* Checkbox grid */
.bp-checkboxes {
  display: grid; grid-template-columns: 1fr 1fr; gap: 9px;
}
.bp-checkbox {
  display: flex; align-items: center; gap: 9px;
  font-size: 13.5px; color: rgba(255,255,255,.60);
  cursor: pointer; padding: 9px 12px;
  background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.08);
  border-radius: 10px; transition: all .18s;
}
.bp-checkbox input { accent-color: var(--bp-gold2); width: 15px; height: 15px; flex-shrink: 0; cursor: pointer; }
.bp-checkbox:hover { background: rgba(245,158,11,.08); border-color: rgba(245,158,11,.20); color: rgba(255,255,255,.80); }
.bp-checkbox--terms {
  display: flex; align-items: flex-start;
  background: none; border: none; padding: 0; font-size: 13px; color: var(--bp-muted); cursor: pointer;
}
.bp-checkbox--terms a { color: var(--bp-gold2); text-decoration: underline; }
.bp-checkbox--terms:hover { background: none; border: none; color: rgba(255,255,255,.60); }

/* Gönder */
.bp-form-submit {
  width: 100%; margin-top: 10px;
  padding: 17px;
  border-radius: 16px;
  background: linear-gradient(135deg, var(--bp-gold), #d97706);
  border: none; color: #000;
  font-size: 16px; font-weight: 900;
  font-family: 'DM Sans', sans-serif;
  cursor: pointer; transition: all .26s;
  box-shadow: 0 8px 30px rgba(245,158,11,.35);
  display: flex; align-items: center; justify-content: center; gap: 10px;
}
.bp-form-submit:hover { box-shadow: 0 14px 44px rgba(245,158,11,.55); transform: translateY(-2px); }
.bp-submit-arrow {
  margin-left: auto;
  width: 28px; height: 28px; border-radius: 50%;
  background: rgba(0,0,0,.20);
  display: flex; align-items: center; justify-content: center;
  font-size: 13px;
}

/* Başarı ekranı */
.bp-success-card {
  background: var(--bp-card); border: 1px solid rgba(245,158,11,.25);
  border-radius: 28px; padding: 60px 48px;
  text-align: center;
  box-shadow: 0 32px 80px rgba(0,0,0,.50), 0 0 60px rgba(245,158,11,.08);
}
.bp-success-icon {
  font-size: 56px; color: var(--bp-gold2); margin-bottom: 20px;
  animation: bp-pop .5s cubic-bezier(.34,1.56,.64,1) both;
}
@keyframes bp-pop { from{transform:scale(0);opacity:0} to{transform:scale(1);opacity:1} }
.bp-success-card h3 {
  font-family: 'Fraunces', serif !important;
  font-size: 30px !important; font-weight: 900 !important;
  color: #fff !important; margin-bottom: 12px;
}
.bp-success-card p { font-size: 15px; color: var(--bp-muted); line-height: 1.75; max-width: 380px; margin: 0 auto 30px; }
.bp-success-card p strong { color: var(--bp-gold2); }

.bp-success-steps {
  display: flex; justify-content: center; gap: 24px; flex-wrap: wrap;
}
.bp-ss-item {
  display: flex; align-items: center; gap: 8px;
  font-size: 13px; font-weight: 700; color: rgba(255,255,255,.50);
  background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.09);
  border-radius: 12px; padding: 10px 16px;
}
.bp-ss-item i { color: var(--bp-gold2); font-size: 15px; }

/* ══════════════════════════════════════
   RESPONSIVE
══════════════════════════════════════ */
@media(max-width:1100px){
  .bp-calculator { grid-template-columns: 1fr; padding: 40px; gap: 32px; }
  .bp-form-grid { grid-template-columns: 1fr; gap: 48px; }
}
@media(max-width:900px){
  .bp-why-grid  { grid-template-columns: 1fr; }
  .bp-tiers     { grid-template-columns: 1fr; max-width: 440px; margin: 0 auto; }
  .bp-proc-grid { flex-wrap: wrap; gap: 16px; }
  .bp-proc-arrow { display: none; }
  .bp-proc-card { min-width: 45%; flex: none; }
  .bp-faq-inner { grid-template-columns: 1fr; gap: 40px; }
  .bp-hero-counters { padding: 22px 24px; }
  .bp-hcount-val { font-size: 32px; }
}
@media(max-width:600px){
  .bp-hero { padding: 80px 0 90px; min-height: auto; }
  .bp-hero-counters { flex-wrap: wrap; gap: 20px; padding: 22px; }
  .bp-hcount-sep { display: none; }
  .bp-why-section,.bp-commission-section,.bp-process-section,
  .bp-faq-section,.bp-form-section { padding: 80px 0 90px; }
  .bp-form-card { padding: 32px 24px; }
  .bp-frow { grid-template-columns: 1fr; }
  .bp-checkboxes { grid-template-columns: 1fr; }
  .bp-proc-card { min-width: 100%; }
  .bp-hero-title { font-size: clamp(3rem, 12vw, 4rem) !important; }
}

/* ── Hesaplayıcı — Proje Başı Güncellemesi ── */

/* Fiyat input alanı */
.bp-calc-input-wrap {
  display: flex; align-items: center;
  background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.12);
  border-radius: 14px; overflow: hidden;
  transition: border-color .20s, box-shadow .20s;
  margin-bottom: 12px;
}
.bp-calc-input-wrap:focus-within {
  border-color: rgba(245,158,11,.45);
  box-shadow: 0 0 0 3px rgba(245,158,11,.12);
}
.bp-calc-currency {
  padding: 0 16px; font-size: 20px; font-weight: 800;
  color: var(--bp-gold2); background: rgba(245,158,11,.08);
  border-right: 1px solid rgba(255,255,255,.08);
  line-height: 56px; flex-shrink: 0;
}
.bp-calc-input {
  flex: 1; background: none; border: none; outline: none;
  padding: 16px 18px; font-size: 22px; font-weight: 800;
  color: #fff; font-family: 'DM Sans', sans-serif;
  width: 100%;
}
.bp-calc-input::-webkit-outer-spin-button,
.bp-calc-input::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }

/* Hızlı preset butonları */
.bp-calc-presets {
  display: flex; gap: 8px; flex-wrap: wrap;
}
.bp-preset {
  background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.10);
  border-radius: 8px; padding: 6px 13px;
  font-size: 12.5px; font-weight: 700; color: rgba(255,255,255,.45);
  cursor: pointer; transition: all .18s; font-family: 'DM Sans', sans-serif;
}
.bp-preset:hover, .bp-preset.bp-preset-active {
  background: rgba(245,158,11,.12); border-color: rgba(245,158,11,.30);
  color: var(--bp-gold2);
}

/* Info notu */
.bp-calc-info {
  display: flex; align-items: flex-start; gap: 9px;
  font-size: 12.5px; color: rgba(255,255,255,.32);
  line-height: 1.60; margin-top: 20px;
  padding: 12px 14px;
  background: rgba(255,255,255,.03); border: 1px solid rgba(255,255,255,.06);
  border-radius: 10px;
}
.bp-calc-info i { color: var(--bp-gold2); font-size: 14px; flex-shrink: 0; margin-top: 1px; }

/* Senaryo grid */
.bp-cr-scenarios {
  background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.07);
  border-radius: 14px; padding: 16px; margin-top: 14px;
}
.bp-cr-scen-label {
  font-size: 10.5px; font-weight: 700; color: rgba(255,255,255,.28);
  text-transform: uppercase; letter-spacing: .5px; margin-bottom: 12px;
}
.bp-cr-scen-grid { display: flex; gap: 8px; }
.bp-cr-scen {
  flex: 1; text-align: center;
  background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.07);
  border-radius: 10px; padding: 10px 6px;
}
.bp-cs-count { display: block; font-size: 10px; font-weight: 700; color: rgba(255,255,255,.35); margin-bottom: 5px; }
.bp-cs-val   { display: block; font-size: 15px; font-weight: 800; color: var(--bp-gold2); }
