/* ============================================
   ShiftCV — Landing (pazarlama) bölümleri
   Tek sayfa sitenin builder altındaki tanıtım kısımları.
   Tümü #landing-sections altında izole (app.css/Bootstrap ile çakışmaz).
   Koyu mor/cyan palet — app temasıyla aynı.
   ============================================ */
#landing-sections {
  --lp-bg1:#1b2230; --lp-border:rgba(148,163,184,.12); --lp-border2:rgba(148,163,184,.18);
  --lp-primary:#7c3aed; --lp-primary-l:#a78bfa; --lp-accent:#06b6d4;
  --lp-text:#f1f5f9; --lp-text2:#94a3b8; --lp-text3:#64748b;
  --lp-grad:linear-gradient(135deg,#7c3aed,#06b6d4);
  --lp-glow:0 0 48px rgba(124,58,237,.2); --lp-r:20px;
  color:var(--lp-text);
}
#landing-sections .lp-container{max-width:1180px;margin:0 auto;padding:0 24px}
#landing-sections .lp-grad-text{background:var(--lp-grad);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}
#landing-sections .lp-hd{text-align:center;margin-bottom:56px}
#landing-sections .lp-lbl{display:inline-flex;align-items:center;gap:7px;font-size:.75rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--lp-primary-l);padding:6px 14px;border:1px solid rgba(124,58,237,.28);border-radius:100px;margin-bottom:18px;background:rgba(124,58,237,.06)}
#landing-sections .lp-title{font-size:clamp(1.75rem,4vw,2.6rem);font-weight:800;line-height:1.15;letter-spacing:-.02em;margin-bottom:14px;color:#fff}
#landing-sections .lp-sub{font-size:1.05rem;color:var(--lp-text2);line-height:1.7;max-width:560px;margin:0 auto}

/* Bölüm aralıkları */
#landing-sections section{padding:90px 0}
#landing-sections .lp-divider{height:1px;background:linear-gradient(90deg,transparent,var(--lp-border2),transparent);margin:0 auto;max-width:1180px}

/* Features */
#landing-sections .lp-feat-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}
#landing-sections .lp-card{background:var(--lp-bg1);border:1px solid var(--lp-border);border-radius:var(--lp-r);padding:32px;transition:.2s ease}
#landing-sections .lp-card:hover{border-color:rgba(124,58,237,.32);transform:translateY(-4px);box-shadow:var(--lp-glow)}
#landing-sections .lp-feat-icon{width:54px;height:54px;background:linear-gradient(135deg,rgba(124,58,237,.18),rgba(6,182,212,.1));border:1px solid rgba(124,58,237,.22);border-radius:15px;display:flex;align-items:center;justify-content:center;font-size:1.5rem;margin-bottom:18px}
#landing-sections .lp-card h3{font-size:1.2rem;font-weight:700;margin-bottom:10px;color:#fff}
#landing-sections .lp-card p{font-size:.94rem;color:var(--lp-text2);line-height:1.7}

/* How it works */
#landing-sections .lp-how{display:grid;grid-template-columns:repeat(3,1fr);gap:40px;position:relative}
#landing-sections .lp-step{text-align:center;padding:0 12px}
#landing-sections .lp-step-n{width:66px;height:66px;background:var(--lp-grad);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.4rem;font-weight:900;color:#fff;margin:0 auto 20px;box-shadow:0 8px 32px rgba(124,58,237,.32)}
#landing-sections .lp-step h3{font-size:1.1rem;font-weight:700;margin-bottom:10px;color:#fff}
#landing-sections .lp-step p{font-size:.92rem;color:var(--lp-text2);line-height:1.7}

/* Template showcase */
#landing-sections .lp-tmpl-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
#landing-sections .lp-tmpl-card{background:rgba(255,255,255,.04);border:1px solid var(--lp-border2);border-radius:16px;overflow:hidden;transition:.25s cubic-bezier(.34,1.56,.64,1)}
#landing-sections .lp-tmpl-card:hover{border-color:rgba(124,58,237,.5);transform:translateY(-6px);box-shadow:0 20px 48px rgba(124,58,237,.2)}
#landing-sections .lp-tmpl-card.pro{border-color:rgba(245,158,11,.25)}
#landing-sections .lp-tmpl-preview{background:#fff;padding:12px;aspect-ratio:210/297}
#landing-sections .lp-tmpl-preview svg{width:100%;height:100%;display:block}
#landing-sections .lp-tmpl-info{padding:14px 16px;display:flex;align-items:center;gap:8px;flex-wrap:wrap}
#landing-sections .lp-tmpl-info h3{font-size:.95rem;font-weight:700;color:#fff;margin:0;flex:1 1 auto}
#landing-sections .lp-badge-free{font-size:.66rem;font-weight:700;padding:.2rem .55rem;border-radius:100px;background:rgba(22,163,74,.18);color:#4ade80;border:1px solid rgba(22,163,74,.25)}
#landing-sections .lp-badge-pro{font-size:.66rem;font-weight:700;padding:.2rem .55rem;border-radius:100px;background:linear-gradient(135deg,#f59e0b,#ef4444);color:#fff}

/* Testimonials */
#landing-sections .lp-testi-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
#landing-sections .lp-testi-card{background:var(--lp-bg1);border:1px solid var(--lp-border);border-radius:var(--lp-r);padding:28px 30px;transition:.2s}
#landing-sections .lp-testi-card:hover{border-color:var(--lp-border2);transform:translateY(-3px)}
#landing-sections .lp-stars{color:#fbbf24;letter-spacing:2px;font-size:.9rem;margin-bottom:14px}
#landing-sections .lp-testi-txt{font-size:.94rem;color:var(--lp-text2);line-height:1.75;margin-bottom:22px;font-style:italic}
#landing-sections .lp-testi-auth{display:flex;align-items:center;gap:12px}
#landing-sections .lp-av{width:40px;height:40px;border-radius:50%;background:var(--lp-grad);display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.875rem;color:#fff;flex-shrink:0}
#landing-sections .lp-testi-name{font-weight:600;font-size:.875rem;color:#fff}
#landing-sections .lp-testi-meta{font-size:.8125rem;color:var(--lp-text3);margin-top:2px}

/* FAQ */
#landing-sections .lp-faq{max-width:740px;margin:0 auto;display:flex;flex-direction:column;gap:10px}
#landing-sections .lp-faq-item{background:var(--lp-bg1);border:1px solid var(--lp-border);border-radius:12px;overflow:hidden;transition:border-color .2s}
#landing-sections .lp-faq-item.open{border-color:rgba(124,58,237,.3)}
#landing-sections .lp-faq-btn{width:100%;padding:20px 24px;background:none;border:none;color:var(--lp-text);font-size:.94rem;font-weight:600;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:16px;text-align:left;font-family:inherit}
#landing-sections .lp-faq-btn:hover{color:var(--lp-primary-l)}
#landing-sections .lp-faq-ico{font-size:1.25rem;font-weight:300;color:var(--lp-text3);transition:transform .3s;flex-shrink:0}
#landing-sections .lp-faq-item.open .lp-faq-ico{transform:rotate(45deg);color:var(--lp-primary-l)}
#landing-sections .lp-faq-body{max-height:0;overflow:hidden;transition:max-height .35s ease}
#landing-sections .lp-faq-item.open .lp-faq-body{max-height:420px}
#landing-sections .lp-faq-body p{padding:0 24px 20px;font-size:.92rem;color:var(--lp-text2);line-height:1.75}

/* CTA */
#landing-sections .lp-cta-box{background:linear-gradient(160deg,#1e2533,rgba(124,58,237,.12));border:1px solid rgba(124,58,237,.25);border-radius:24px;padding:64px 40px;text-align:center;box-shadow:var(--lp-glow);max-width:1180px;margin:0 auto}
#landing-sections .lp-cta-box h2{font-size:clamp(1.6rem,4vw,2.4rem);font-weight:800;margin-bottom:14px;letter-spacing:-.02em;color:#fff}
#landing-sections .lp-cta-box p{font-size:1.05rem;color:var(--lp-text2);margin-bottom:32px}

/* Responsive */
@media(max-width:900px){
  #landing-sections .lp-feat-grid{grid-template-columns:1fr}
  #landing-sections .lp-testi-grid{grid-template-columns:1fr}
  #landing-sections .lp-tmpl-grid{grid-template-columns:repeat(2,1fr)}
  #landing-sections .lp-how{grid-template-columns:1fr;gap:28px}
}
