/* ===================================================================
   Bayilik Sayfası — sayfa-özel stiller
   =================================================================== */

/* ----- HERO (bayilik versiyonu) ----- */
.bayi-hero {
  position: relative;
  padding: 70px 0 90px;
  overflow: hidden;
  background:
    radial-gradient(circle at 20% 10%, rgba(255, 184, 69, .18) 0%, transparent 50%),
    radial-gradient(circle at 80% 20%, rgba(110, 124, 242, .12) 0%, transparent 50%),
    radial-gradient(circle at 50% 100%, rgba(var(--c-accent-rgb), .12) 0%, transparent 60%),
    #FBFBFA;
}
.bayi-hero .shapes {
  position: absolute; inset: 0; z-index: 0; pointer-events: none;
}
.bayi-hero .dot-grid {
  position: absolute; width: 200px; height: 140px;
  background-image: radial-gradient(var(--c-line-2) 1.5px, transparent 1.5px);
  background-size: 14px 14px;
}
.bayi-hero .dot-grid.tl { top: 50px; left: 20px; opacity: .9; }
.bayi-hero .dot-grid.br { bottom: 40px; right: 60px; opacity: .7; }
.bayi-hero .ring {
  position: absolute;
  border: 3px solid currentColor;
  border-radius: 50%;
  opacity: .35;
}
.bayi-hero .ring.amber {
  top: 90px; right: 18%;
  width: 70px; height: 70px;
  color: var(--c-amber);
  border-right-color: transparent;
  border-bottom-color: transparent;
  transform: rotate(-25deg);
}
.bayi-hero .ring.coral {
  bottom: 60px; left: 8%;
  width: 50px; height: 50px;
  color: var(--c-coral);
  border-left-color: transparent;
  transform: rotate(35deg);
}
.bayi-hero .float-card {
  position: absolute;
  background: var(--c-surface);
  border: 1px solid var(--c-line);
  border-radius: 14px;
  padding: 12px 14px;
  box-shadow: var(--shadow-md);
  display: flex; align-items: center; gap: 10px;
  font-size: 12px;
  font-weight: 700;
  animation: floatY 5s ease-in-out infinite;
}
.bayi-hero .float-card .pin {
  width: 30px; height: 30px;
  border-radius: 8px;
  display: grid; place-items: center;
  color: #fff;
}
.bayi-hero .float-card.a {
  top: 80px; right: 40px;
  animation-delay: -1s;
}
.bayi-hero .float-card.a .pin { background: var(--c-mint); }
.bayi-hero .float-card.b {
  bottom: 90px; left: 50px;
  animation-delay: -3s;
}
.bayi-hero .float-card.b .pin { background: var(--c-coral); }
.bayi-hero .float-card .pin svg { width: 16px; height: 16px; }
.bayi-hero .float-card b { display: block; font-size: 13px; }
.bayi-hero .float-card span { color: var(--c-muted); font-weight: 500; font-size: 11px; }
@keyframes floatY {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-12px); }
}

.bayi-hero-inner {
  position: relative; z-index: 1;
  text-align: center;
  max-width: 760px;
  margin: 0 auto;
}
.bayi-hero .eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  background: var(--c-surface);
  padding: 8px 14px; border-radius: 999px;
  font-size: 11.5px; font-weight: 700; letter-spacing: .14em;
  color: var(--c-amber);
  text-transform: uppercase;
  border: 1px solid #F4DBA8;
  box-shadow: var(--shadow-sm);
}
.bayi-hero .eyebrow .pulse {
  width: 7px; height: 7px; background: var(--c-amber); border-radius: 50%;
  box-shadow: 0 0 0 4px rgba(255, 184, 69, .22);
}
.bayi-hero h1 {
  font-size: 52px; line-height: 1.06; letter-spacing: -.025em;
  margin: 22px 0 18px;
  font-weight: 800;
  text-wrap: balance;
  min-height: 1.06em;
  transition: opacity .35s ease;
}
.bayi-hero h1 em {
  font-style: normal;
  color: var(--c-amber);
  background: linear-gradient(180deg, transparent 65%, var(--c-amber-soft) 65%);
  padding: 0 6px;
}
.bayi-hero h1 .coral { color: var(--c-coral); font-style: normal; }
.bayi-hero[data-changing="1"] h1,
.bayi-hero[data-changing="1"] p.lead { opacity: 0; }
.bayi-hero p.lead {
  font-size: 17px; color: var(--c-ink-soft);
  margin: 0 auto 22px; max-width: 600px;
  text-wrap: pretty;
  transition: opacity .35s ease;
  min-height: 3.4em;
}
.hero-slide-dots {
  display: flex; gap: 8px; justify-content: center;
  margin-bottom: 28px;
}
.hero-slide-dots button {
  width: 28px; height: 4px; border-radius: 2px;
  background: var(--c-line-2);
  transition: all .2s;
}
.hero-slide-dots button.is-active {
  background: var(--c-amber); width: 44px;
}
.bayi-hero .cta-row {
  display: flex; gap: 12px; flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 38px;
}
.bayi-hero .cta-row .btn { padding: 16px 28px; font-size: 15px; }

/* hero kpi strip */
.bayi-kpis {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
  max-width: 720px;
  margin: 0 auto;
}
.bayi-kpi {
  display: flex; flex-direction: column; align-items: center; gap: 4px;
}
.bayi-kpi b {
  font-size: 28px; font-weight: 800; letter-spacing: -.02em;
  color: var(--c-ink);
  background: linear-gradient(135deg, var(--c-amber), var(--c-coral));
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.bayi-kpi span {
  font-size: 12px;
  font-weight: 600;
  color: var(--c-ink-soft);
  letter-spacing: .04em;
  text-transform: uppercase;
}

/* ===================================================================
   SLIDER: Hangi sitelerden satarsınız?
   =================================================================== */
.bayi-slider {
  padding: 80px 0;
  background: linear-gradient(180deg, #FFFFFF 0%, #F7FBFA 100%);
  position: relative;
  overflow: hidden;
}
.bayi-slider::before {
  content: ''; position: absolute; top: 60px; right: 30px;
  width: 140px; height: 100px;
  background-image: radial-gradient(var(--c-amber-soft) 2px, transparent 2px);
  background-size: 14px 14px;
  opacity: .9;
}

.bs-shell {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.2fr);
  gap: 40px;
  align-items: center;
}

.bs-info .eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 11.5px; font-weight: 700; letter-spacing: .14em;
  color: var(--c-muted);
  text-transform: uppercase;
  margin-bottom: 12px;
}
.bs-info .eyebrow::before {
  content: ''; width: 20px; height: 1px; background: var(--c-line-2);
}
.bs-info h2 {
  font-size: 34px; line-height: 1.1; letter-spacing: -.02em;
  margin: 0 0 14px;
  font-weight: 800;
  text-wrap: balance;
}
.bs-info h2 .swap { color: var(--c-amber); transition: opacity .28s ease; }
.bs-info p { font-size: 15px; color: var(--c-ink-soft); margin: 0 0 22px; line-height: 1.65; text-wrap: pretty; }
.bs-info p .swap { transition: opacity .28s ease; }

.bs-features {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin-bottom: 22px;
}
.bs-features .swap { transition: opacity .28s ease; }
.bs-features li {
  list-style: none;
  display: flex; align-items: center; gap: 10px;
  padding: 8px 0;
  font-size: 13.5px;
  color: var(--c-ink-soft);
}
.bs-features li::before {
  content: '';
  width: 18px; height: 18px;
  border-radius: 50%;
  background: var(--c-mint-soft);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%232FB58D' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E");
  background-repeat: no-repeat; background-position: center;
  flex-shrink: 0;
}

.bs-slider-dots {
  display: flex; gap: 8px;
}
.bs-slider-dots button {
  width: 28px; height: 4px; border-radius: 2px;
  background: var(--c-line-2);
  transition: all .2s;
}
.bs-slider-dots button.is-active {
  background: var(--c-amber); width: 44px;
}

/* slider visual */
.bs-visual {
  position: relative;
  height: 460px;
}
.bs-tile-stack {
  position: absolute; inset: 0;
}
.bs-tile {
  position: absolute;
  background: var(--c-surface);
  border-radius: 18px;
  box-shadow: var(--shadow-lg);
  overflow: hidden;
  border: 1px solid var(--c-line);
  transition: opacity .35s ease, transform .35s cubic-bezier(.2,.8,.2,1);
}
.bs-tile.main {
  width: 78%;
  height: 80%;
  top: 6%; left: 8%;
  z-index: 2;
}
.bs-tile.peek {
  width: 64%;
  height: 60%;
  bottom: 6%; right: 4%;
  z-index: 1;
  opacity: .65;
  transform: rotate(3deg);
}
.bs-tile-bar {
  display: flex; gap: 5px;
  padding: 9px 12px;
  background: #FAFAFA;
  border-bottom: 1px solid var(--c-line);
}
.bs-tile-bar i {
  width: 8px; height: 8px; border-radius: 50%; display: block;
}
.bs-tile-bar i:nth-child(1) { background: #FF5F57; }
.bs-tile-bar i:nth-child(2) { background: #FEBC2E; }
.bs-tile-bar i:nth-child(3) { background: #28C840; }
.bs-tile-bar .url-pill {
  flex: 1;
  background: var(--c-surface);
  border-radius: 6px;
  font-size: 9.5px;
  padding: 3px 8px;
  color: var(--c-muted);
  font-family: 'JetBrains Mono', monospace;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.bs-tile-screen {
  width: 100%; height: calc(100% - 28px);
  background: var(--c-surface);
}
.bs-tile-screen svg { width: 100%; height: 100%; display: block; }

/* fade between slides */
.bayi-slider[data-changing="1"] .bs-info .swap,
.bayi-slider[data-changing="1"] .bs-tile-screen,
.bayi-slider[data-changing="1"] .bs-tile-bar .url-pill { opacity: 0; }

/* ===================================================================
   "Kimler için uygun?" — persona cards
   =================================================================== */
.bayi-personas {
  padding: 90px 0;
  position: relative;
  background: linear-gradient(180deg, #F7FBFA 0%, #FFFFFF 100%);
}
.bayi-personas::before {
  content: ''; position: absolute; top: 60px; left: 20px;
  width: 160px; height: 120px;
  background-image: radial-gradient(var(--c-mint-soft) 2px, transparent 2px);
  background-size: 14px 14px;
  opacity: .8; pointer-events: none;
}

.persona-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
.persona {
  background: var(--c-surface);
  border: 1px solid var(--c-line);
  border-radius: var(--radius-lg);
  padding: 30px 28px;
  box-shadow: var(--shadow-sm);
  position: relative;
  transition: all .25s;
}
.persona:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.persona .ic-circle {
  width: 60px; height: 60px;
  border-radius: 18px;
  display: grid; place-items: center;
  margin-bottom: 18px;
  font-size: 28px;
}
.persona.a .ic-circle { background: linear-gradient(135deg, var(--c-mint-soft), #D7F5E9); color: var(--c-mint-deep); }
.persona.b .ic-circle { background: linear-gradient(135deg, var(--c-amber-soft), #FFE5C2); color: #B47F25; }
.persona.c .ic-circle { background: linear-gradient(135deg, var(--c-coral-soft), #FFD5DA); color: var(--c-coral); }
.persona.d .ic-circle { background: linear-gradient(135deg, var(--c-indigo-soft), #DCDFFF); color: var(--c-indigo); }
.persona.e .ic-circle { background: linear-gradient(135deg, var(--c-violet-soft), #E5D7FA); color: var(--c-violet); }
.persona.f .ic-circle { background: linear-gradient(135deg, #E0F2FE, #BAE6FD); color: #0284C7; }
.persona .ic-circle svg { width: 28px; height: 28px; }
.persona h3 {
  font-size: 17px; line-height: 1.3;
  margin: 0 0 8px;
  font-weight: 800;
  letter-spacing: -.005em;
}
.persona p {
  font-size: 13.5px;
  color: var(--c-ink-soft);
  line-height: 1.6;
  margin: 0;
  text-wrap: pretty;
}
.persona.g .ic-circle { background: linear-gradient(135deg, var(--c-indigo-soft), #D7DCFA); color: var(--c-indigo); }
.persona-btn {
  display: inline-flex; align-items: center; gap: 8px;
  margin-top: 16px; padding: 10px 16px;
  border-radius: 10px; border: 1.5px solid var(--c-line-2);
  background: var(--c-surface); color: var(--c-ink);
  font-size: 13px; font-weight: 800; transition: all .15s;
}
.persona-btn:hover { border-color: var(--c-ink); background: var(--c-ink); color: #fff; transform: translateY(-1px); }
.persona-btn svg { width: 14px; height: 14px; }
.persona { display: flex; flex-direction: column; align-items: flex-start; }
.persona p { flex: 1; }

/* ===================================================================
   Avantajlar — büyük grid 6 kart
   =================================================================== */
.bayi-advantages {
  padding: 90px 0;
  background: linear-gradient(180deg, #FFFFFF 0%, #F7FBFA 100%);
  position: relative;
}
.bayi-advantages::after {
  content: ''; position: absolute; bottom: 60px; right: 30px;
  width: 140px; height: 100px;
  background-image: radial-gradient(var(--c-coral-soft) 2px, transparent 2px);
  background-size: 14px 14px;
  opacity: .9; pointer-events: none;
}

.adv-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
.adv-card {
  background: var(--c-surface);
  border: 1px solid var(--c-line);
  border-radius: var(--radius-lg);
  padding: 28px 26px;
  box-shadow: var(--shadow-sm);
  display: flex; flex-direction: column; gap: 12px;
  position: relative;
  overflow: hidden;
  transition: all .25s;
}
.adv-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); border-color: var(--c-line-2); }
.adv-card::after {
  content: ''; position: absolute;
  width: 90px; height: 90px; border-radius: 50%;
  top: -40px; right: -30px;
  opacity: .08;
}
.adv-card.amber::after { background: var(--c-amber); }
.adv-card.coral::after { background: var(--c-coral); }
.adv-card.mint::after  { background: var(--c-mint); }
.adv-card.indigo::after { background: var(--c-indigo); }
.adv-card.violet::after { background: var(--c-violet); }

.adv-card .num {
  font-size: 11px; font-weight: 800; letter-spacing: .14em;
  color: var(--c-muted);
  font-family: 'JetBrains Mono', monospace;
}
.adv-card .ic {
  width: 52px; height: 52px;
  border-radius: 14px;
  display: grid; place-items: center;
}
.adv-card.amber .ic  { background: var(--c-amber-soft);  color: #B47F25; }
.adv-card.coral .ic  { background: var(--c-coral-soft);  color: var(--c-coral); }
.adv-card.mint  .ic  { background: var(--c-mint-soft);   color: var(--c-mint-deep); }
.adv-card.indigo .ic { background: var(--c-indigo-soft); color: var(--c-indigo); }
.adv-card.violet .ic { background: var(--c-violet-soft); color: var(--c-violet); }
.adv-card .ic svg { width: 24px; height: 24px; }

.adv-card h3 {
  font-size: 17px;
  margin: 0; font-weight: 800;
  letter-spacing: -.005em;
  line-height: 1.3;
}
.adv-card p {
  font-size: 13.5px;
  color: var(--c-ink-soft);
  margin: 0;
  line-height: 1.6;
  text-wrap: pretty;
}

/* ===================================================================
   How it works steps
   =================================================================== */
.bayi-how {
  padding: 90px 0;
  background: linear-gradient(180deg, #F7FBFA 0%, #FFFFFF 100%);
}
.how-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  position: relative;
}
.how-grid::before {
  content: '';
  position: absolute;
  top: 30px; left: 8%; right: 8%;
  height: 2px;
  background-image: linear-gradient(90deg, var(--c-line-2) 50%, transparent 50%);
  background-size: 10px 2px;
  z-index: 0;
}
.how-step {
  position: relative;
  z-index: 1;
  text-align: center;
}
.how-step .num-circle {
  width: 60px; height: 60px;
  border-radius: 50%;
  background: var(--c-surface);
  border: 2px solid var(--c-line);
  margin: 0 auto 16px;
  display: grid; place-items: center;
  font-weight: 800;
  font-size: 18px;
  color: var(--c-ink);
  position: relative;
  box-shadow: 0 4px 12px rgba(0,0,0,.04);
}
.how-step.is-1 .num-circle { background: var(--c-amber); color: #fff; border-color: var(--c-amber); }
.how-step.is-2 .num-circle { background: var(--c-mint); color: #fff; border-color: var(--c-mint); }
.how-step.is-3 .num-circle { background: var(--c-coral); color: #fff; border-color: var(--c-coral); }
.how-step.is-4 .num-circle { background: var(--c-indigo); color: #fff; border-color: var(--c-indigo); }
.how-step h4 {
  margin: 0 0 6px;
  font-size: 15px; font-weight: 800;
}
.how-step p {
  font-size: 12.5px;
  color: var(--c-ink-soft);
  margin: 0; line-height: 1.5;
}

/* ===================================================================
   Pricing — bayilik paketleri
   =================================================================== */
.bayi-pricing {
  padding: 100px 0;
  background: linear-gradient(180deg, #FFFFFF 0%, #F7FBFA 100%);
  position: relative;
}
.bayi-pricing::before, .bayi-pricing::after {
  content: ''; position: absolute;
  width: 140px; height: 100px;
  background-image: radial-gradient(var(--c-line-2) 1.4px, transparent 1.4px);
  background-size: 14px 14px;
  opacity: .8; pointer-events: none;
}
.bayi-pricing::before { top: 70px; left: 20px; }
.bayi-pricing::after { bottom: 70px; right: 20px; }

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  align-items: start;
}
.pricing-card {
  background: var(--c-surface);
  border: 1.5px solid var(--c-line);
  border-radius: 22px;
  padding: 30px 28px;
  display: flex; flex-direction: column;
  box-shadow: var(--shadow-sm);
  position: relative;
  transition: all .25s;
}
.pricing-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-lg);
}
.pricing-card.popular {
  border-color: var(--c-amber);
  background: linear-gradient(180deg, #fff 0%, #FFFCF5 100%);
  transform: translateY(-12px);
}
.pricing-card.popular:hover { transform: translateY(-16px); }
.pricing-card .popular-tag {
  position: absolute; top: -14px; left: 50%;
  transform: translateX(-50%);
  background: var(--c-amber);
  color: #fff;
  padding: 6px 16px;
  border-radius: 999px;
  font-size: 11px; font-weight: 800;
  letter-spacing: .08em;
  white-space: nowrap;
  box-shadow: 0 8px 18px rgba(255, 184, 69, .35);
}
.pricing-card .tag-circle {
  width: 54px; height: 54px; border-radius: 16px;
  display: grid; place-items: center;
  color: #fff; font-weight: 800; font-size: 20px;
  margin-bottom: 14px;
}
.pricing-card[data-pack="silver"]   .tag-circle { background: linear-gradient(135deg, #A8B3C2, #6B7686); }
.pricing-card[data-pack="gold"]     .tag-circle { background: linear-gradient(135deg, #FFB845, #E89211); }
.pricing-card[data-pack="platinum"] .tag-circle { background: linear-gradient(135deg, #6E7CF2, #4C5BE0); }

.pricing-card h3 {
  font-size: 20px; margin: 0 0 4px;
  font-weight: 800;
}
.pricing-card .tag-tag {
  font-size: 13px; color: var(--c-ink-soft);
  margin: 0 0 16px;
}
.pricing-card .fee {
  display: flex; align-items: baseline; gap: 6px;
  margin-bottom: 6px;
}
.pricing-card .fee b {
  font-size: 36px; line-height: 1;
  letter-spacing: -.02em;
  font-weight: 800;
}
.pricing-card .fee span {
  font-size: 12px;
  color: var(--c-muted);
  font-weight: 600;
}
.pricing-card .credit-back {
  font-size: 12px;
  background: var(--c-mint-soft);
  color: var(--c-mint-deep);
  padding: 5px 10px;
  border-radius: 6px;
  font-weight: 700;
  display: inline-block;
  margin-bottom: 22px;
}

.pricing-gift {
  display: flex; align-items: center; gap: 12px;
  padding: 14px 16px;
  background: linear-gradient(135deg, var(--c-mint-soft) 0%, #fff 100%);
  border: 1px solid #B8E6D4;
  border-radius: 14px;
  margin-bottom: 22px;
  position: relative;
}
.pricing-gift::before {
  content: 'HEDİYE';
  position: absolute;
  top: -10px; right: 12px;
  background: var(--c-mint);
  color: #fff;
  font-size: 10px; font-weight: 800;
  letter-spacing: .08em;
  padding: 3px 10px;
  border-radius: 6px;
  box-shadow: 0 4px 10px rgba(var(--c-accent-rgb), .18);
}
.pricing-gift.indigo {
  background: linear-gradient(135deg, var(--c-indigo-soft) 0%, #fff 100%);
  border-color: #C5CAFA;
}
.pricing-gift.indigo::before {
  background: var(--c-indigo);
  box-shadow: 0 4px 10px rgba(110, 124, 242, .35);
  content: 'YALNIZCA PLATİN';
}
.pricing-gift .ic {
  width: 38px; height: 38px;
  border-radius: 10px;
  background: var(--c-mint);
  color: #fff;
  display: grid; place-items: center;
  flex-shrink: 0;
}
.pricing-gift.indigo .ic { background: var(--c-indigo); }
.pricing-gift .ic svg { width: 20px; height: 20px; }
.pricing-gift b { display: block; font-size: 13.5px; font-weight: 800; letter-spacing: -.005em; }
.pricing-gift span { font-size: 11.5px; color: var(--c-ink-soft); }

.pricing-card .feat-list {
  list-style: none; padding: 0; margin: 0 0 24px;
  flex: 1;
}
.pricing-card .feat-list li {
  display: flex; align-items: flex-start; gap: 10px;
  padding: 8px 0;
  font-size: 13px;
  color: var(--c-ink);
}
.pricing-card .feat-list li::before {
  content: '';
  width: 18px; height: 18px;
  border-radius: 50%;
  background: var(--c-mint-soft);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%232FB58D' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E");
  background-repeat: no-repeat; background-position: center;
  flex-shrink: 0;
  margin-top: 1px;
}
.pricing-card .feat-list li b { font-weight: 700; }
.pricing-card .pick-btn {
  width: 100%;
  padding: 14px;
  background: var(--c-ink);
  color: #fff;
  border-radius: 12px;
  font-weight: 700;
  font-size: 14px;
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  transition: all .18s;
}
.pricing-card .pick-btn:hover { background: #000; transform: translateY(-2px); }
.pricing-card.popular .pick-btn { background: var(--c-amber); }
.pricing-card.popular .pick-btn:hover { background: #E89211; }
.pricing-card .pick-btn svg { width: 14px; height: 14px; }

/* ===================================================================
   Alt Bayi Panel (Platinum)
   =================================================================== */
.bayi-subpanel {
  padding: 80px 0;
  background: linear-gradient(180deg, #F7FBFA 0%, #FFFFFF 100%);
  position: relative;
}
.subpanel-card {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  align-items: center;
  background: var(--c-surface);
  border: 1px solid var(--c-line);
  border-radius: var(--radius-xl);
  padding: 50px;
  box-shadow: var(--shadow-md);
  position: relative;
  overflow: hidden;
}
.subpanel-card::before {
  content: ''; position: absolute;
  top: -120px; right: -100px;
  width: 360px; height: 360px;
  background: radial-gradient(circle, var(--c-indigo-soft) 0%, transparent 70%);
  pointer-events: none;
}
.subpanel-info { position: relative; }
.subpanel-info .ribbon {
  display: inline-flex; align-items: center; gap: 6px;
  background: linear-gradient(135deg, var(--c-indigo) 0%, #4C5BE0 100%);
  color: #fff;
  font-size: 11px; font-weight: 800; letter-spacing: .12em;
  padding: 6px 14px;
  border-radius: 999px;
  margin-bottom: 14px;
  box-shadow: 0 6px 18px rgba(110, 124, 242, .35);
}
.subpanel-info h2 {
  font-size: 32px; line-height: 1.15; letter-spacing: -.02em;
  margin: 0 0 14px;
  font-weight: 800;
  text-wrap: balance;
}
.subpanel-info h2 .indigo { color: var(--c-indigo); }
.subpanel-info p {
  font-size: 15px; color: var(--c-ink-soft);
  margin: 0 0 24px;
  line-height: 1.65;
  text-wrap: pretty;
}

.subpanel-feats {
  list-style: none; padding: 0;
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 14px 18px;
  margin: 0 0 28px;
}
.subpanel-feats li {
  display: flex; align-items: flex-start; gap: 12px;
}
.subpanel-feats .ic {
  width: 36px; height: 36px;
  border-radius: 10px;
  background: var(--c-indigo-soft);
  color: var(--c-indigo);
  display: grid; place-items: center;
  flex-shrink: 0;
}
.subpanel-feats .ic svg { width: 18px; height: 18px; }
.subpanel-feats b { display: block; font-size: 13px; font-weight: 700; letter-spacing: -.005em; }
.subpanel-feats span { font-size: 12px; color: var(--c-ink-soft); line-height: 1.5; }

/* visual mockup */
.subpanel-visual { position: relative; }
.sp-mock {
  background: var(--c-surface);
  border: 1px solid var(--c-line);
  border-radius: 18px;
  box-shadow: var(--shadow-lg);
  overflow: hidden;
  transform: rotate(-1deg);
}
.sp-mock-bar {
  display: flex; align-items: center; gap: 6px;
  padding: 10px 14px;
  background: #F4F6FA;
  border-bottom: 1px solid var(--c-line);
}
.sp-mock-bar i {
  width: 9px; height: 9px; border-radius: 50%;
  background: #DBE3EB;
}
.sp-mock-bar i:nth-child(1) { background: #FF5F57; }
.sp-mock-bar i:nth-child(2) { background: #FEBC2E; }
.sp-mock-bar i:nth-child(3) { background: #28C840; }
.sp-mock-bar span {
  font-size: 10.5px;
  font-family: 'JetBrains Mono', monospace;
  color: var(--c-ink-soft);
  margin-left: auto;
}
.sp-mock-body { padding: 20px; }
.sp-header {
  display: flex; justify-content: space-between; align-items: center;
  margin-bottom: 18px;
}
.logo-mini {
  display: flex; align-items: center; gap: 8px;
  font-weight: 800;
  font-size: 14px;
}
.logo-mini span {
  width: 26px; height: 26px;
  background: linear-gradient(135deg, var(--c-indigo), var(--c-violet));
  border-radius: 7px;
  color: #fff;
  display: grid; place-items: center;
  font-size: 12px;
}
.sp-header .badge {
  background: var(--c-indigo-soft); color: var(--c-indigo);
  font-size: 10px; font-weight: 800; letter-spacing: .06em;
  padding: 4px 10px; border-radius: 999px;
}
.sp-stats {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin-bottom: 16px;
}
.sp-stat {
  background: #F4F6FA;
  border-radius: 10px;
  padding: 12px 10px;
  text-align: center;
}
.sp-stat b {
  display: block; font-size: 18px; font-weight: 800;
  background: linear-gradient(135deg, var(--c-indigo), var(--c-violet));
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: -.01em;
}
.sp-stat span { font-size: 10.5px; color: var(--c-muted); font-weight: 600; }

.sp-rows {
  display: flex; flex-direction: column; gap: 6px;
}
.sp-row {
  display: flex; justify-content: space-between; align-items: center;
  padding: 10px 12px;
  background: #FAFBFE;
  border-radius: 8px;
  font-size: 12px;
}
.sp-row-name { display: flex; align-items: center; gap: 8px; font-weight: 600; }
.sp-row-name .dot {
  width: 8px; height: 8px; border-radius: 50%;
}
.sp-row-name .dot.mint { background: var(--c-mint); }
.sp-row-name .dot.amber { background: var(--c-amber); }
.sp-row-name .dot.coral { background: var(--c-coral); }
.sp-row-name .dot.indigo { background: var(--c-indigo); }
.sp-row-val { font-weight: 800; color: var(--c-ink); }

@media (max-width: 980px) {
  .subpanel-card { grid-template-columns: 1fr; padding: 36px; gap: 32px; }
  .subpanel-info h2 { font-size: 26px; }
  .subpanel-feats { grid-template-columns: 1fr; }
}
@media (max-width: 640px) {
  .bayi-subpanel { padding: 50px 0; }
  .subpanel-card { padding: 24px; }
}
.bayi-intro-backdrop {
  position: fixed; inset: 0;
  background: rgba(15, 19, 28, .78);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  z-index: 240;
  display: none;
  align-items: center; justify-content: center;
  padding: 24px;
}
.bayi-intro-backdrop.is-open { display: flex; animation: wzFade .25s ease; }

.bayi-intro {
  width: 100%;
  max-width: 560px;
  background: var(--c-surface);
  border-radius: 24px;
  box-shadow: 0 50px 120px rgba(0,0,0,.4);
  overflow: hidden;
  padding: 48px 40px 40px;
  text-align: center;
  position: relative;
  background:
    radial-gradient(ellipse at top, var(--c-amber-soft) 0%, transparent 60%),
    radial-gradient(ellipse at bottom right, var(--c-mint-soft) 0%, transparent 55%),
    #fff;
  animation: wzPop .35s cubic-bezier(.2,.8,.2,1);
}
.bayi-intro::before {
  content: ''; position: absolute; top: 24px; left: 24px;
  width: 80px; height: 60px;
  background-image: radial-gradient(var(--c-line-2) 1.4px, transparent 1.4px);
  background-size: 12px 12px;
  opacity: .9;
}
.bayi-intro::after {
  content: ''; position: absolute; bottom: 24px; right: 30px;
  width: 80px; height: 60px;
  background-image: radial-gradient(var(--c-amber) 1.5px, transparent 1.5px);
  background-size: 12px 12px;
  opacity: .35;
}

.bayi-intro-ic {
  width: 96px; height: 96px;
  margin: 0 auto 22px;
  background: linear-gradient(135deg, var(--c-amber) 0%, #E89211 100%);
  border-radius: 28px;
  display: grid; place-items: center;
  color: #fff;
  box-shadow: 0 20px 50px rgba(255, 184, 69, .5), 0 0 0 8px rgba(255, 184, 69, .12);
  position: relative;
  animation: wzFloat 4s ease-in-out infinite;
}
.bayi-intro-ic svg { width: 44px; height: 44px; }
.bayi-intro-ic .spark {
  position: absolute;
  font-size: 22px;
  animation: wzSpark 2.5s ease-in-out infinite;
}
.bayi-intro-ic .spark.a { top: -8px; right: -8px; }
.bayi-intro-ic .spark.b { bottom: -4px; left: -10px; animation-delay: 1.2s; }

.bayi-intro .eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  background: var(--c-surface);
  border: 1px solid #F4DBA8;
  padding: 6px 14px;
  border-radius: 999px;
  font-size: 11px; font-weight: 700; letter-spacing: .14em;
  color: var(--c-amber);
  text-transform: uppercase;
  margin-bottom: 16px;
  box-shadow: var(--shadow-sm);
}
.bayi-intro .eyebrow .pulse {
  width: 7px; height: 7px; background: var(--c-amber); border-radius: 50%;
  box-shadow: 0 0 0 4px rgba(255, 184, 69, .25);
}
.bayi-intro h2 {
  font-size: 28px; line-height: 1.15; letter-spacing: -.02em;
  margin: 0 0 12px;
  font-weight: 800;
  text-wrap: balance;
  position: relative;
}
.bayi-intro h2 .amber { color: var(--c-amber); }
.bayi-intro h2 .coral { color: var(--c-coral); }
.bayi-intro p.sub {
  font-size: 14.5px; color: var(--c-ink-soft);
  margin: 0 auto 26px; max-width: 440px;
  text-wrap: pretty;
  position: relative;
}

.bayi-intro .stats-row {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-bottom: 28px;
  position: relative;
}
.bayi-intro .stats-row > div {
  background: rgba(255, 255, 255, .8);
  border: 1px solid var(--c-line);
  border-radius: 14px;
  padding: 14px 8px;
  font-size: 11px; font-weight: 600;
  color: var(--c-ink-soft);
}
.bayi-intro .stats-row b {
  display: block;
  font-size: 22px; font-weight: 800;
  background: linear-gradient(135deg, var(--c-amber), var(--c-coral));
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 2px;
  letter-spacing: -.01em;
}

.bayi-intro .start-btn {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 16px 32px;
  background: var(--c-ink);
  color: #fff;
  border-radius: 999px;
  font-size: 15px; font-weight: 700;
  box-shadow: 0 12px 30px rgba(26, 31, 46, .3);
  position: relative;
  transition: transform .18s, box-shadow .18s;
}
.bayi-intro .start-btn:hover { transform: translateY(-2px); box-shadow: 0 16px 36px rgba(26, 31, 46, .4); }
.bayi-intro .start-btn .ico {
  width: 22px; height: 22px; border-radius: 50%;
  background: var(--c-amber);
  display: grid; place-items: center;
}
.bayi-intro .start-btn .ico svg { width: 12px; height: 12px; }

.bayi-intro .secondary {
  margin-top: 14px;
  font-size: 13px; color: var(--c-muted);
}
.bayi-intro .secondary a { color: var(--c-amber); font-weight: 700; }

.bayi-intro .close-x {
  position: absolute; top: 16px; right: 16px;
  width: 36px; height: 36px; border-radius: 50%;
  background: rgba(0,0,0,.06);
  display: grid; place-items: center;
  color: var(--c-ink-soft);
  transition: all .15s;
  z-index: 5;
}
.bayi-intro .close-x:hover { background: var(--c-coral); color: #fff; transform: rotate(90deg); }
.bayi-intro .close-x svg { width: 14px; height: 14px; }

/* ===================================================================
   RESPONSIVE
   =================================================================== */
@media (max-width: 980px) {
  .bayi-hero { padding: 50px 0 60px; }
  .bayi-hero h1 { font-size: 38px; }
  .bayi-hero .float-card { display: none; }
  .bayi-kpis { grid-template-columns: repeat(4, 1fr); gap: 12px; }
  .bayi-kpi b { font-size: 22px; }

  .bs-shell { grid-template-columns: 1fr; gap: 28px; }
  .bs-visual { height: 340px; }

  .persona-grid { grid-template-columns: repeat(2, 1fr); }
  .adv-grid { grid-template-columns: repeat(2, 1fr); }

  .how-grid { grid-template-columns: repeat(2, 1fr); gap: 24px; }
  .how-grid::before { display: none; }

  .pricing-grid { grid-template-columns: 1fr; gap: 30px; max-width: 440px; margin: 0 auto; }
  .pricing-card.popular { transform: none; }
}

@media (max-width: 640px) {
  .bayi-hero h1 { font-size: 28px; }
  .bayi-hero p.lead { font-size: 14.5px; }
  .bayi-kpis { grid-template-columns: 1fr 1fr; }
  .bayi-slider { padding: 50px 0; }
  .bs-info h2 { font-size: 24px; }
  .bs-features { grid-template-columns: 1fr; }
  .bs-visual { height: 280px; }
  .bayi-personas, .bayi-advantages, .bayi-how, .bayi-pricing { padding: 60px 0; }
  .persona-grid, .adv-grid { grid-template-columns: 1fr; }
  .how-grid { grid-template-columns: 1fr; }
  .sp-stats, .bayi-intro .stats-row { grid-template-columns: 1fr; }
  .persona, .adv-card { padding: 22px 20px; }
  .bayi-intro { padding: 36px 24px 28px; }
  .bayi-intro h2 { font-size: 22px; }
  .bayi-intro .stats-row { grid-template-columns: 1fr; }
}
