/* =====================================================================
   Zimmetly · Nova — Tanıtım (landing) sayfası stilleri
   app.css jetonlarını (aurora, renkler, butonlar) yeniden kullanır.
   ===================================================================== */
.lp { background: var(--bg); color: var(--ink); }
.lp-wrap { max-width: 1160px; margin: 0 auto; padding: 0 22px; }
.lp section { position: relative; }

/* ---- Üst gezinme ---- */
.lp-nav {
  position: sticky; top: 0; z-index: 50;
  background: color-mix(in srgb, var(--bg) 78%, transparent);
  backdrop-filter: saturate(1.5) blur(14px);
  border-bottom: 1px solid var(--line);
}
.lp-nav .lp-wrap { display: flex; align-items: center; gap: 20px; height: 70px; }
.lp-brand { display: flex; align-items: center; gap: 11px; font-weight: 800; font-size: 20px; letter-spacing: -.02em; }
.lp-brand .brand-mark { width: 38px; height: 38px; font-size: 20px; }
.lp-nav-links { display: flex; gap: 4px; margin-left: 12px; }
.lp-nav-links a { padding: 9px 14px; border-radius: 10px; color: var(--ink-2); font-weight: 550; font-size: 14.5px; }
.lp-nav-links a:hover { background: var(--bg-2); color: var(--ink); }
.lp-nav-cta { margin-left: auto; display: flex; align-items: center; gap: 10px; }
@media (max-width: 860px){ .lp-nav-links { display: none; } }

/* ---- Hero ---- */
.lp-hero { padding: 88px 0 72px; overflow: hidden; }
.lp-hero-bg { position: absolute; inset: 0; z-index: 0; overflow: hidden; pointer-events: none; }
.lp-blob { position: absolute; border-radius: 50%; filter: blur(70px); opacity: .5; animation: float 16s ease-in-out infinite; }
.lp-blob.b1 { width: 460px; height: 460px; background: var(--brand-1); top: -120px; left: -80px; }
.lp-blob.b2 { width: 400px; height: 400px; background: var(--brand-2); top: -60px; right: -60px; animation-delay: -4s; }
.lp-blob.b3 { width: 380px; height: 380px; background: var(--brand-3); bottom: -160px; left: 40%; animation-delay: -8s; }
[data-theme="dark"] .lp-blob { opacity: .32; }
@keyframes float { 0%,100% { transform: translate(0,0) scale(1); } 33% { transform: translate(30px,-24px) scale(1.06); } 66% { transform: translate(-24px,18px) scale(.96); } }
.lp-hero .lp-wrap { position: relative; z-index: 1; }
.lp-hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 48px; align-items: center; }
@media (max-width: 940px){ .lp-hero-grid { grid-template-columns: 1fr; gap: 40px; } }

.lp-eyebrow { display: inline-flex; align-items: center; gap: 8px; padding: 6px 14px; border-radius: 30px; background: var(--surface); border: 1px solid var(--line); font-size: 13px; font-weight: 600; color: var(--ink-2); box-shadow: var(--shadow-sm); }
.lp-eyebrow .dot { width: 8px; height: 8px; border-radius: 50%; background: var(--ok); box-shadow: 0 0 0 4px color-mix(in srgb, var(--ok) 22%, transparent); }
.lp-h1 { font-size: clamp(34px, 5.4vw, 58px); line-height: 1.04; letter-spacing: -.035em; margin: 22px 0 20px; font-weight: 800; }
.lp-h1 .grad { background: var(--aurora); -webkit-background-clip: text; background-clip: text; color: transparent; }
.lp-lead { font-size: clamp(16px, 2.2vw, 19px); color: var(--ink-2); max-width: 540px; line-height: 1.6; }
.lp-hero-cta { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 30px; }
.lp-hero-meta { display: flex; gap: 22px; flex-wrap: wrap; margin-top: 26px; color: var(--muted); font-size: 13.5px; }
.lp-hero-meta span { display: inline-flex; align-items: center; gap: 7px; }
.lp-hero-meta .ic { width: 17px; height: 17px; color: var(--ok); }

/* ---- Hero mock panel ---- */
.lp-mock { position: relative; }
.lp-mock-card { background: var(--surface); border: 1px solid var(--line); border-radius: 20px; box-shadow: var(--shadow-lg); overflow: hidden; transform: perspective(1600px) rotateY(-8deg) rotateX(3deg); transition: transform .5s; }
.lp-mock-card:hover { transform: perspective(1600px) rotateY(-3deg) rotateX(1deg); }
.lp-mock-top { display: flex; align-items: center; gap: 8px; padding: 12px 16px; border-bottom: 1px solid var(--line-2); background: var(--surface-2); }
.lp-mock-top i { width: 11px; height: 11px; border-radius: 50%; background: var(--line); display: inline-block; }
.lp-mock-top i:nth-child(1){ background:#ff5f57 } .lp-mock-top i:nth-child(2){ background:#febc2e } .lp-mock-top i:nth-child(3){ background:#28c840 }
.lp-mock-top span { margin-left: 8px; font-size: 12px; color: var(--muted); font-family: var(--mono); }
.lp-mock-body { padding: 18px; }
.lp-mock-stats { display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; margin-bottom: 16px; }
.lp-mock-stat { background: var(--bg-2); border-radius: 12px; padding: 13px; }
.lp-mock-stat b { display: block; font-size: 22px; letter-spacing: -.02em; }
.lp-mock-stat small { color: var(--muted); font-size: 11.5px; }
.lp-mock-stat.hl { background: var(--aurora); color: #fff; }
.lp-mock-stat.hl small { color: rgba(255,255,255,.85); }
.lp-mock-row { display: flex; align-items: center; gap: 12px; padding: 11px 0; border-top: 1px solid var(--line-2); }
.lp-mock-row .av { width: 30px; height: 30px; border-radius: 8px; background: var(--primary-soft); color: var(--primary); display: grid; place-items: center; font-size: 12px; font-weight: 700; }
.lp-mock-row .nm { flex: 1; font-size: 13px; font-weight: 600; }
.lp-mock-row .tg { font-family: var(--mono); font-size: 11px; color: var(--muted); }
.lp-badge-float { position: absolute; background: var(--surface); border: 1px solid var(--line); box-shadow: var(--shadow-lg); border-radius: 14px; padding: 12px 15px; display: flex; align-items: center; gap: 11px; animation: float 7s ease-in-out infinite; }
.lp-badge-float .ic { width: 22px; height: 22px; }
.lp-badge-float.f1 { bottom: -20px; left: -26px; }
.lp-badge-float.f2 { top: -22px; right: -18px; animation-delay: -3s; }
.lp-badge-float b { font-size: 14px; } .lp-badge-float small { color: var(--muted); font-size: 11.5px; display: block; }
@media (max-width: 480px){ .lp-badge-float { display: none; } .lp-mock-card { transform: none; } }

/* ---- Bölüm başlığı ---- */
.lp-section { padding: 76px 0; }
.lp-head { text-align: center; max-width: 660px; margin: 0 auto 48px; }
.lp-kicker { text-transform: uppercase; letter-spacing: .12em; font-size: 12.5px; font-weight: 700; color: var(--primary); }
.lp-h2 { font-size: clamp(27px, 4vw, 40px); letter-spacing: -.03em; margin: 12px 0 14px; font-weight: 800; }
.lp-sub { color: var(--ink-2); font-size: 17px; line-height: 1.6; }

/* ---- Güven şeridi ---- */
.lp-trust { padding: 30px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--surface-2); }
.lp-trust-row { display: flex; align-items: center; justify-content: center; gap: 40px; flex-wrap: wrap; color: var(--muted); font-weight: 700; font-size: 15px; }
.lp-trust-row span { display: inline-flex; align-items: center; gap: 9px; }

/* ---- Problem/çözüm ---- */
.lp-compare { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
@media (max-width: 760px){ .lp-compare { grid-template-columns: 1fr; } }
.lp-col { border-radius: 20px; padding: 30px; border: 1px solid var(--line); }
.lp-col.bad { background: var(--surface); }
.lp-col.good {
  position: relative; border: 2px solid transparent;
  background: linear-gradient(180deg, color-mix(in srgb, var(--primary) 8%, var(--surface)), var(--surface)) padding-box, var(--aurora) border-box;
  transform: translateY(-8px);
  animation: lpGlow 3.6s ease-in-out infinite;
}
@keyframes lpGlow {
  0%,100% { box-shadow: 0 24px 58px -26px color-mix(in srgb, var(--brand-2) 55%, transparent), 0 0 20px -6px color-mix(in srgb, var(--brand-2) 20%, transparent); }
  50%     { box-shadow: 0 26px 66px -24px color-mix(in srgb, var(--brand-2) 70%, transparent), 0 0 42px -4px color-mix(in srgb, var(--brand-2) 44%, transparent); }
}
@media (prefers-reduced-motion: reduce){ .lp-col.good { animation: none; box-shadow: 0 24px 58px -26px color-mix(in srgb, var(--brand-2) 55%, transparent); } }
.lp-col-badge { position: absolute; top: -14px; left: 50%; transform: translateX(-50%); display: inline-flex; align-items: center; gap: 6px; background: var(--aurora); color: #fff; font-size: 12px; font-weight: 800; letter-spacing: .02em; padding: 6px 15px; border-radius: 20px; box-shadow: 0 10px 24px -8px color-mix(in srgb, var(--brand-2) 75%, transparent); z-index: 3; white-space: nowrap; }
.lp-col-badge .ic { width: 14px; height: 14px; }
.lp-col.good h3 { color: var(--primary); }
.lp-col.good h3 .ic { color: #fff; background: var(--ok); border-radius: 50%; padding: 4px; width: 26px; height: 26px; }
.lp-col.good li .ic { color: #fff; background: var(--ok); border-radius: 50%; padding: 3px; width: 20px; height: 20px; box-shadow: 0 2px 6px -2px color-mix(in srgb, var(--ok) 70%, transparent); }
.lp-col h3 { font-size: 19px; margin-bottom: 18px; display: flex; align-items: center; gap: 10px; }
.lp-col ul { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 13px; }
.lp-col li { display: flex; gap: 11px; font-size: 15px; color: var(--ink-2); align-items: flex-start; }
.lp-col li .ic { width: 20px; height: 20px; flex: none; margin-top: 1px; }
.lp-col.bad li .ic { color: var(--danger); }

/* ---- Özellik bento ---- */
.lp-bento { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.lp-feat { display: flex; flex-direction: column; background: var(--surface); border: 1px solid var(--line); border-radius: 18px; padding: 28px 26px; box-shadow: var(--shadow-sm); transition: transform .18s, box-shadow .18s, border-color .18s; }
.lp-feat:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); border-color: color-mix(in srgb, var(--primary) 35%, var(--line)); }
.lp-feat.wide { grid-column: auto; }
.lp-feat-ic { width: 52px; height: 52px; border-radius: 14px; display: grid; place-items: center; background: var(--primary-soft); color: var(--primary); margin-bottom: 18px; }
.lp-feat-ic .ic { width: 26px; height: 26px; }
.lp-feat h3 { font-size: 18px; margin-bottom: 9px; }
.lp-feat p { color: var(--ink-2); font-size: 14.5px; line-height: 1.6; margin: 0; }
@media (max-width: 920px){ .lp-bento { grid-template-columns: repeat(2,1fr); } }
@media (max-width: 560px){ .lp-bento { grid-template-columns: 1fr; } }

/* ---- Adımlar ---- */
.lp-steps { display: grid; grid-template-columns: repeat(4,1fr); gap: 20px; counter-reset: step; }
@media (max-width: 820px){ .lp-steps { grid-template-columns: repeat(2,1fr); } }
@media (max-width: 460px){ .lp-steps { grid-template-columns: 1fr; } }
.lp-step { position: relative; padding: 26px 22px; background: var(--surface); border: 1px solid var(--line); border-radius: 18px; }
.lp-step .num { width: 38px; height: 38px; border-radius: 11px; background: var(--aurora); color: #fff; display: grid; place-items: center; font-weight: 800; margin-bottom: 14px; }
.lp-step h3 { font-size: 16.5px; margin-bottom: 7px; }
.lp-step p { color: var(--ink-2); font-size: 14px; margin: 0; line-height: 1.55; }
.lp-step { transition: transform .18s, box-shadow .18s, border-color .18s; }
.lp-step:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); border-color: color-mix(in srgb, var(--primary) 30%, var(--line)); }
.lp-step .num { transition: transform .2s ease; }
.lp-step:hover .num { transform: scale(1.08) rotate(-4deg); }

/* Scroll ile beliren kartlar (reveal) */
.anim .reveal { opacity: 0; transform: translateY(20px); transition: opacity .6s cubic-bezier(.2,.7,.2,1), transform .6s cubic-bezier(.2,.7,.2,1); will-change: opacity, transform; }
.anim .reveal.in { opacity: 1; transform: none; }
.anim .reveal:nth-child(2){ transition-delay: .07s; }
.anim .reveal:nth-child(3){ transition-delay: .14s; }
.anim .reveal:nth-child(4){ transition-delay: .21s; }
.anim .reveal:nth-child(5){ transition-delay: .28s; }
.anim .reveal:nth-child(6){ transition-delay: .35s; }
@media (prefers-reduced-motion: reduce){ .anim .reveal { opacity: 1 !important; transform: none !important; transition: none !important; } }

/* ---- Güvenlik ---- */
.lp-sec { background: var(--surface-2); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.lp-sec-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 40px; }
@media (max-width: 900px){ .lp-sec-grid { grid-template-columns: repeat(2,1fr); } }
@media (max-width: 560px){ .lp-sec-grid { grid-template-columns: 1fr; } }
.lp-sec-item { display: flex; gap: 14px; align-items: flex-start; background: var(--surface); border: 1px solid var(--line); border-radius: 16px; padding: 20px; box-shadow: var(--shadow-sm); transition: transform .18s, box-shadow .18s, border-color .18s; }
.lp-sec-item:hover { transform: translateY(-3px); box-shadow: var(--shadow); border-color: color-mix(in srgb, var(--primary) 30%, var(--line)); }
.lp-sec-ic { width: 42px; height: 42px; flex: none; border-radius: 12px; display: grid; place-items: center; background: var(--primary-soft); color: var(--primary); }
.lp-sec-ic .ic { width: 22px; height: 22px; }
.lp-sec-item h4 { font-size: 15.5px; margin-bottom: 5px; }
.lp-sec-item p { color: var(--ink-2); font-size: 13.5px; margin: 0; line-height: 1.5; }

/* ---- Fiyatlandırma ---- */
.lp-price { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; align-items: stretch; }
@media (max-width: 860px){ .lp-price { grid-template-columns: 1fr; max-width: 420px; margin: 0 auto; } }
.lp-plan { position: relative; background: var(--surface); border: 1px solid var(--line); border-radius: 20px; padding: 30px; display: flex; flex-direction: column; }
.lp-plan.pop { border-color: var(--primary); box-shadow: 0 0 0 4px color-mix(in srgb, var(--primary) 10%, transparent), var(--shadow-lg); }
.lp-plan-tag { position: absolute; top: -13px; left: 50%; transform: translateX(-50%); background: var(--aurora); color: #fff; font-size: 12px; font-weight: 700; padding: 5px 14px; border-radius: 20px; white-space: nowrap; }
.lp-plan h3 { font-size: 19px; }
.lp-plan .price { margin: 14px 0 4px; font-size: 38px; font-weight: 800; letter-spacing: -.03em; }
.lp-plan .price small { font-size: 15px; font-weight: 550; color: var(--muted); }
.lp-plan .per { color: var(--muted); font-size: 13px; }
.lp-plan ul { list-style: none; padding: 0; margin: 22px 0; display: flex; flex-direction: column; gap: 11px; flex: 1; }
.lp-plan li { display: flex; gap: 10px; font-size: 14px; color: var(--ink-2); align-items: flex-start; }
.lp-plan li .ic { width: 18px; height: 18px; color: var(--ok); flex: none; margin-top: 1px; }
.lp-kdv { text-align: center; color: var(--muted); font-size: 13px; margin-top: 22px; }

/* ---- SSS ---- */
.lp-faq { max-width: 760px; margin: 0 auto; display: flex; flex-direction: column; gap: 12px; }
.lp-faq details { background: var(--surface); border: 1px solid var(--line); border-radius: 14px; padding: 4px 20px; }
.lp-faq summary { cursor: pointer; padding: 16px 0; font-weight: 650; font-size: 15.5px; list-style: none; display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.lp-faq summary::-webkit-details-marker { display: none; }
.lp-faq summary::after { content: "+"; font-size: 22px; color: var(--muted); font-weight: 400; transition: transform .2s; }
.lp-faq details[open] summary::after { transform: rotate(45deg); }
.lp-faq p { color: var(--ink-2); font-size: 14.5px; line-height: 1.6; margin: 0 0 16px; }

/* ---- CTA ---- */
.lp-cta { padding: 40px 0 90px; }
.lp-cta-box { position: relative; overflow: hidden; text-align: center; border-radius: 26px; padding: 60px 30px; background: var(--aurora); color: #fff; box-shadow: var(--shadow-lg); }
.lp-cta-box h2 { font-size: clamp(26px, 4vw, 38px); letter-spacing: -.03em; margin-bottom: 14px; }
.lp-cta-box p { font-size: 17px; opacity: .92; max-width: 520px; margin: 0 auto 26px; }
.lp-cta-box .btn { background: #fff; color: var(--brand-1); }
.lp-cta-box .btn.ghost { background: rgba(255,255,255,.14); color: #fff; border: 1px solid rgba(255,255,255,.4); }

/* ---- Footer ---- */
.lp-footer { background: var(--surface-2); border-top: 1px solid var(--line); padding: 40px 0; }
.lp-footer .lp-wrap { display: flex; align-items: center; justify-content: space-between; gap: 20px; flex-wrap: wrap; }
.lp-footer .muted { font-size: 13.5px; }
.lp-footer .tuma-credit-txt { opacity: 1 !important; }

.lp-btn-lg { height: 50px; padding: 0 26px; font-size: 15.5px; border-radius: 14px; }
