/*
 * Katre GEO - Tanıtım sitesi stilleri (home.php, kvkk.php)
 * Modern ve renkli tasarım: mor-pembe-turuncu degrade vurgular, yumuşak renkli
 * arka plan lekeleri (blob), cam efektli kartlar, renkli adım ve paket kartları.
 * Mobil uyumludur (900px ve 600px kırılımları). Renkler :root değişkenlerindedir.
 */
:root {
  --ink: #140a2e;
  --ink-2: #3b3355;
  --muted: #6b6485;
  --bg: #ffffff;
  --tint: #f6f3ff;
  --violet: #7c3aed;
  --pink: #ec4899;
  --orange: #f59e0b;
  --teal: #14b8a6;
  --blue: #3b82f6;
  --grad: linear-gradient(120deg, #7c3aed 0%, #ec4899 55%, #f59e0b 100%);
  --grad-soft: linear-gradient(120deg, #ede9fe, #fce7f3 60%, #fef3c7);
  --radius: 20px;
  --shadow: 0 20px 50px -20px rgba(76, 29, 149, .25);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: 'Plus Jakarta Sans', system-ui, -apple-system, 'Segoe UI', sans-serif; color: var(--ink); background: var(--bg); line-height: 1.6; -webkit-font-smoothing: antialiased; overflow-x: hidden; }
a { color: var(--violet); }
h1, h2, h3 { line-height: 1.15; margin: 0 0 .5em; letter-spacing: -.02em; }
h2 { font-size: clamp(1.8rem, 3.6vw, 2.6rem); font-weight: 800; }
h3 { font-size: 1.15rem; font-weight: 700; }
p { margin: 0 0 1em; }
.wrap { width: min(1180px, 100% - 32px); margin-inline: auto; position: relative; z-index: 1; }
.narrow { width: min(820px, 100% - 32px); }
.muted { color: var(--muted); }
.w100 { width: 100%; }

/* Butonlar */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; border: 0; cursor: pointer; font: inherit; font-weight: 700; padding: 14px 24px; border-radius: 14px; text-decoration: none; transition: transform .15s, box-shadow .15s, opacity .15s; white-space: nowrap; }
.btn:hover { transform: translateY(-2px); }
.btn:disabled { opacity: .7; cursor: wait; transform: none; }
.btn-sm { padding: 10px 18px; font-size: .92rem; }
.btn-grad { background: var(--grad); color: #fff; box-shadow: 0 12px 30px -10px rgba(236, 72, 153, .6); }
.btn-outline { background: #fff; color: var(--violet); border: 2px solid #ddd6fe; }
.btn-outline:hover { border-color: var(--violet); }

/* Üst menü */
.nav { position: sticky; top: 0; z-index: 50; background: rgba(20, 10, 46, .82); backdrop-filter: blur(14px); border-bottom: 1px solid rgba(255,255,255,.08); }
.nav-in { display: flex; align-items: center; gap: 24px; height: 70px; }
.logo { display: flex; align-items: center; gap: 10px; font-weight: 800; font-size: 1.2rem; color: #fff; text-decoration: none; }
.logo-mark { width: 30px; height: 30px; border-radius: 10px; background: var(--grad); position: relative; box-shadow: 0 6px 18px -6px #ec4899; }
.logo-mark::after { content: ''; position: absolute; inset: 8px; border-radius: 50%; border: 3px solid #fff; border-right-color: transparent; }
.nav-links { display: flex; gap: 22px; margin-left: auto; }
.nav-links a { color: #d9d3f5; text-decoration: none; font-weight: 500; font-size: .95rem; }
.nav-links a:hover { color: #fff; }
.nav-login { opacity: .7; }
.burger { display: none; background: none; border: 0; padding: 8px; cursor: pointer; }
.burger span { display: block; width: 22px; height: 2px; background: #fff; margin: 5px 0; border-radius: 2px; }

/* Hero */
.hero { position: relative; background: radial-gradient(1200px 600px at 10% -10%, #3b1d7a 0%, transparent 60%), #140a2e; color: #fff; padding: 80px 0 90px; overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 56px; align-items: center; }
.hero h1 { font-size: clamp(2.2rem, 5vw, 3.7rem); font-weight: 800; }
.grad-text { background: var(--grad); -webkit-background-clip: text; background-clip: text; color: transparent; }
.lead { font-size: 1.15rem; color: #cfc8ea; max-width: 580px; }
.pill { display: inline-flex; align-items: center; gap: 8px; padding: 7px 14px; border-radius: 99px; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.15); font-size: .85rem; font-weight: 600; color: #e9e4ff; margin-bottom: 22px; }
.dot { width: 8px; height: 8px; border-radius: 50%; background: #34d399; box-shadow: 0 0 0 4px rgba(52, 211, 153, .25); }
.blob { position: absolute; border-radius: 50%; filter: blur(70px); opacity: .55; z-index: 0; }
.b1 { width: 420px; height: 420px; background: #7c3aed; top: -120px; right: 10%; }
.b2 { width: 360px; height: 360px; background: #ec4899; bottom: -160px; right: -60px; opacity: .45; }
.b3 { width: 300px; height: 300px; background: #f59e0b; bottom: -140px; left: 20%; opacity: .25; }

.analyze { margin-top: 30px; max-width: 580px; }
.analyze-row { display: flex; align-items: center; gap: 8px; background: #fff; border-radius: 18px; padding: 7px 7px 7px 16px; box-shadow: 0 20px 50px -15px rgba(0,0,0,.5); }
.analyze-row input { flex: 1; border: 0; outline: 0; font: inherit; font-size: 1rem; color: var(--ink); min-width: 0; padding: 10px 4px; background: transparent; }
.globe { font-size: 1.2rem; }
.analyze.pulse .analyze-row { animation: pulse 1.6s ease; }
@keyframes pulse { 0% { box-shadow: 0 0 0 0 rgba(236,72,153,.7); } 70% { box-shadow: 0 0 0 16px rgba(236,72,153,0); } 100% { box-shadow: 0 20px 50px -15px rgba(0,0,0,.5); } }
.analyze-note { font-size: .85rem; color: #b9b0de; margin-top: 10px; padding-left: 6px; }
.ai-chips { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 24px; }
.chip { padding: 6px 14px; border-radius: 99px; font-size: .85rem; font-weight: 600; }
.c1 { background: rgba(16, 185, 129, .15); color: #6ee7b7; }
.c2 { background: rgba(59, 130, 246, .18); color: #93c5fd; }
.c3 { background: rgba(245, 158, 11, .16); color: #fcd34d; }
.c4 { background: rgba(236, 72, 153, .16); color: #f9a8d4; }

.chat-card { background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.14); border-radius: 26px; padding: 22px; backdrop-filter: blur(10px); box-shadow: 0 30px 80px -30px rgba(0,0,0,.6); transform: rotate(1.5deg); }
.chat-head { display: flex; align-items: center; gap: 8px; font-weight: 700; font-size: .9rem; color: #d9d3f5; margin-bottom: 16px; }
.ai-dot { width: 22px; height: 22px; border-radius: 50%; background: conic-gradient(#7c3aed, #ec4899, #f59e0b, #14b8a6, #7c3aed); }
.msg { border-radius: 18px; padding: 12px 16px; margin-bottom: 12px; font-size: .95rem; }
.msg.user { background: var(--grad); margin-left: 40px; border-bottom-right-radius: 6px; }
.msg.ai { background: #fff; color: var(--ink); margin-right: 20px; border-bottom-left-radius: 6px; }
.msg.ai p { margin: 0 0 6px; }
.msg.ai ol { margin: 0; padding-left: 20px; }
.msg.ai li { margin: 4px 0; }
.chat-q { text-align: center; font-weight: 700; color: #fde68a; margin-top: 6px; }

/* Analiz sonucu */
.result { margin-top: 44px; padding: 28px; border-radius: 24px; color: var(--ink); background: #fff; box-shadow: var(--shadow); display: grid; grid-template-columns: 220px 1fr; gap: 28px; align-items: start; }
.result[hidden] { display: none; }
.gauge { --p: 0; width: 180px; height: 180px; border-radius: 50%; display: grid; place-items: center; margin: 0 auto;
  background: radial-gradient(closest-side, #fff 78%, transparent 79%), conic-gradient(var(--gc, #7c3aed) calc(var(--p) * 1%), #eee8fb 0); }
.gauge b { font-size: 3rem; font-weight: 800; line-height: 1; }
.gauge small { display: block; text-align: center; color: var(--muted); }
.result h3 { font-size: 1.4rem; }
.check-list { list-style: none; padding: 0; margin: 12px 0 18px; display: grid; grid-template-columns: 1fr 1fr; gap: 8px 18px; }
.check-list li { display: flex; gap: 8px; font-size: .92rem; }
.check-list .ok::before { content: '✓'; color: #10b981; font-weight: 800; }
.check-list .no::before { content: '✗'; color: #ef4444; font-weight: 800; }
.result-cta { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; }
.err { color: #b91c1c; font-weight: 600; grid-column: 1 / -1; }

/* Bölümler */
.sec { padding: 96px 0; position: relative; overflow: hidden; }
.sec-tint { background: var(--tint); }
.sec-head { text-align: center; max-width: 720px; margin: 0 auto 52px; }
.sec-head p { color: var(--muted); font-size: 1.08rem; }
.sec-head.light h2 { color: #fff; }
.kicker { display: inline-block; font-weight: 700; font-size: .8rem; letter-spacing: .08em; text-transform: uppercase; padding: 6px 12px; border-radius: 99px; margin-bottom: 14px; }
.k-pink { background: #fce7f3; color: #be185d; }
.k-violet { background: #ede9fe; color: #6d28d9; }
.k-orange { background: #fef3c7; color: #b45309; }
.k-teal { background: rgba(20,184,166,.18); color: #5eead4; }
.k-light { background: rgba(255,255,255,.18); color: #fff; }

.card { background: #fff; border-radius: var(--radius); box-shadow: var(--shadow); }
.grid3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.feat { padding: 30px; border-top: 5px solid; }
.feat p { color: var(--muted); margin: 0; }
.feat .ico { width: 54px; height: 54px; border-radius: 16px; display: grid; place-items: center; font-size: 1.6rem; margin-bottom: 16px; }
.f1 { border-color: var(--violet); } .f1 .ico { background: #ede9fe; }
.f2 { border-color: var(--pink); }   .f2 .ico { background: #fce7f3; }
.f3 { border-color: var(--orange); } .f3 .ico { background: #fef3c7; }

.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; counter-reset: s; }
.step { background: #fff; border-radius: var(--radius); padding: 28px 24px; box-shadow: var(--shadow); position: relative; }
.step p { color: var(--muted); font-size: .95rem; margin: 0; }
.num { width: 46px; height: 46px; border-radius: 14px; display: grid; place-items: center; color: #fff; font-weight: 800; font-size: 1.2rem; margin-bottom: 18px; }
.s1 .num { background: linear-gradient(135deg, #7c3aed, #a78bfa); }
.s2 .num { background: linear-gradient(135deg, #ec4899, #f9a8d4); }
.s3 .num { background: linear-gradient(135deg, #f59e0b, #fcd34d); }
.s4 .num { background: linear-gradient(135deg, #14b8a6, #5eead4); }

.split { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.checks { list-style: none; padding: 0; margin: 24px 0 0; }
.checks li { position: relative; padding: 10px 0 10px 40px; border-bottom: 1px dashed #e6e1f5; color: var(--ink-2); }
.checks li::before { content: '✓'; position: absolute; left: 0; top: 10px; width: 26px; height: 26px; border-radius: 8px; background: var(--grad); color: #fff; font-weight: 800; display: grid; place-items: center; font-size: .85rem; }

.report { padding: 26px; background: linear-gradient(#fff, #fff) padding-box, var(--grad) border-box; border: 2px solid transparent; }
.report-top { display: flex; justify-content: space-between; font-weight: 700; margin-bottom: 18px; }
.tag { background: var(--grad-soft); color: var(--violet); font-size: .8rem; padding: 4px 10px; border-radius: 99px; }
.kpis { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-bottom: 22px; }
.kpi { border-radius: 16px; padding: 14px; }
.kpi small { display: block; color: var(--muted); font-size: .78rem; }
.kpi b { font-size: 1.7rem; font-weight: 800; }
.kpi em { display: block; font-style: normal; font-size: .78rem; font-weight: 600; }
.k1 { background: #ede9fe; } .k1 em { color: #059669; }
.k2 { background: #fce7f3; } .k3 { background: #fef3c7; }
.bar-row { display: grid; grid-template-columns: 80px 1fr 44px; gap: 10px; align-items: center; font-size: .88rem; margin-bottom: 10px; }
.bar { height: 10px; background: #f1edfb; border-radius: 99px; overflow: hidden; }
.bar i { display: block; height: 100%; width: var(--w); background: var(--grad); border-radius: 99px; }
.bar-row b { text-align: right; }
.spark { margin-top: 16px; }
.spark svg { width: 100%; height: 70px; }
.spark small { color: var(--muted); font-size: .78rem; }

.sec-dark { background: #140a2e; color: #fff; }
.b4 { width: 500px; height: 500px; background: #7c3aed; top: -200px; left: -150px; opacity: .35; }
.sectors { gap: 18px; }
.sector { display: flex; gap: 16px; align-items: flex-start; padding: 24px; border-radius: var(--radius); background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.1); transition: background .2s, transform .2s; }
.sector:hover { background: rgba(255,255,255,.1); transform: translateY(-3px); }
.sector p { color: #c7c0e6; margin: 0; font-size: .95rem; }
.s-ico { font-size: 1.8rem; width: 56px; height: 56px; flex: none; display: grid; place-items: center; border-radius: 16px; background: var(--grad); }

.prices { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; align-items: stretch; }
.price { padding: 32px 28px; position: relative; display: flex; flex-direction: column; border-top: 6px solid; }
.p1 { border-color: var(--teal); } .p2 { border-color: var(--pink); } .p3 { border-color: var(--violet); }
.price.featured { transform: scale(1.03); background: linear-gradient(180deg, #fff 0%, #fdf2f8 100%); box-shadow: 0 30px 70px -25px rgba(236, 72, 153, .45); }
.badge { position: absolute; top: -14px; left: 50%; transform: translateX(-50%); background: var(--grad); color: #fff; font-size: .78rem; font-weight: 700; padding: 6px 14px; border-radius: 99px; white-space: nowrap; }
.amount { font-size: 2.3rem; font-weight: 800; margin: 8px 0 14px; }
.amount small { display: block; font-size: .85rem; color: var(--muted); font-weight: 600; }
.price ul { list-style: none; padding: 0; margin: 0 0 24px; flex: 1; }
.price li { padding: 7px 0 7px 28px; position: relative; font-size: .95rem; color: var(--ink-2); }
.price li::before { content: '✓'; position: absolute; left: 0; color: var(--pink); font-weight: 800; }

.faq details { background: #fff; border-radius: 16px; margin-bottom: 12px; box-shadow: 0 8px 24px -16px rgba(76,29,149,.3); overflow: hidden; }
.faq summary { cursor: pointer; padding: 20px 56px 20px 24px; font-weight: 700; list-style: none; position: relative; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: '+'; position: absolute; right: 22px; top: 50%; transform: translateY(-50%); width: 28px; height: 28px; border-radius: 50%; background: var(--grad-soft); color: var(--violet); display: grid; place-items: center; font-weight: 800; }
.faq details[open] summary::after { content: '–'; }
.faq details p { padding: 0 24px 20px; color: var(--muted); margin: 0; }

.cta-sec { background: var(--grad); color: #fff; }
.b5 { width: 420px; height: 420px; background: #fff; top: -200px; right: -100px; opacity: .18; }
.cta-text p { color: #fdf2f8; font-size: 1.08rem; }
.contact { list-style: none; padding: 0; margin: 24px 0 0; }
.contact li { margin: 8px 0; font-weight: 600; }
.contact a { color: #fff; }
.leadform { padding: 30px; color: var(--ink); }
.leadform label { display: block; font-size: .85rem; font-weight: 600; color: var(--ink-2); margin-bottom: 14px; }
.leadform input:not([type=checkbox]), .leadform select, .leadform textarea { display: block; width: 100%; margin-top: 6px; padding: 12px 14px; border-radius: 12px; border: 1.5px solid #e6e1f5; font: inherit; font-size: .95rem; background: #fcfbff; transition: border-color .15s, box-shadow .15s; }
.leadform input:focus, .leadform select:focus, .leadform textarea:focus { outline: 0; border-color: var(--violet); box-shadow: 0 0 0 4px #ede9fe; }
.row2 { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.kvkk { display: flex !important; gap: 10px; align-items: flex-start; font-weight: 500 !important; }
.kvkk input { margin-top: 4px; accent-color: var(--violet); }
.hp { position: absolute; left: -9999px; }
.form-msg { margin-top: 14px; font-weight: 600; text-align: center; }
.form-msg.ok { color: #059669; }
.form-msg.bad { color: #b91c1c; }

.foot { background: #0d0620; color: #b9b0de; padding: 50px 0 24px; }
.foot-in { display: flex; justify-content: space-between; gap: 30px; flex-wrap: wrap; }
.foot-links { display: flex; gap: 20px; flex-wrap: wrap; }
.foot-links a { color: #d9d3f5; text-decoration: none; }
.copy { border-top: 1px solid rgba(255,255,255,.08); margin-top: 30px; padding-top: 18px; font-size: .85rem; }

.wa { position: fixed; right: 20px; bottom: 20px; width: 58px; height: 58px; border-radius: 50%; background: #25d366; display: grid; place-items: center; box-shadow: 0 12px 30px -8px rgba(37, 211, 102, .7); z-index: 60; transition: transform .15s; }
.wa:hover { transform: scale(1.08); }

/* Görünür oldukça yumuşak giriş animasyonu */
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .6s ease, transform .6s ease; }
.reveal.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { .reveal { opacity: 1; transform: none; transition: none; } html { scroll-behavior: auto; } }

/* KVKK sayfası */
.legal { padding: 60px 0; }
.legal h1 { font-size: 2rem; }
.legal h2 { font-size: 1.25rem; margin-top: 1.6em; }

/* Mobil */
@media (max-width: 900px) {
  .hero-grid, .split { grid-template-columns: 1fr; gap: 40px; }
  .chat-card { transform: none; }
  .grid3, .prices { grid-template-columns: 1fr; }
  .steps { grid-template-columns: 1fr 1fr; }
  .price.featured { transform: none; }
  .nav-links { display: none; position: absolute; top: 70px; left: 0; right: 0; flex-direction: column; gap: 0; background: #140a2e; padding: 8px 16px 16px; }
  .nav-links.open { display: flex; }
  .nav-links a { padding: 12px 0; border-bottom: 1px solid rgba(255,255,255,.08); }
  .burger { display: block; margin-left: auto; }
  .nav-links { margin-left: 0; }
  .result { grid-template-columns: 1fr; }
  .check-list { grid-template-columns: 1fr; }
}
@media (max-width: 600px) {
  .hero { padding: 50px 0 60px; }
  .sec { padding: 64px 0; }
  .steps, .row2, .kpis { grid-template-columns: 1fr; }
  .nav-cta { display: none; }
  .analyze-row { flex-wrap: wrap; padding: 8px; }
  .analyze-row .btn { width: 100%; }
  .globe { display: none; }
}
