/* ============================================================
   Ruhsat360 — koyu tema + turuncu glow tasarım sistemi
   ============================================================ */

:root {
  --bg: #070d18;
  --bg-2: #0b1526;
  --panel: #0e1a2e;
  --panel-2: #12203a;
  --line: rgba(255, 255, 255, 0.08);
  --text: #eef2f7;
  --muted: #93a1b5;
  --orange: #f97316;
  --amber: #fbbf24;
  --green: #34d399;
  --blue: #60a5fa;
  --grad: linear-gradient(92deg, var(--amber), var(--orange));
  --radius: 18px;
  --shadow: 0 20px 60px rgba(0, 0, 0, 0.45);
  --font: "Plus Jakarta Sans", system-ui, -apple-system, "Segoe UI", sans-serif;
}

* { margin: 0; padding: 0; box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  font-family: var(--font);
  background: var(--bg);
  color: var(--text);
  line-height: 1.6;
  overflow-x: hidden;
}

img { max-width: 100%; height: auto; display: block; }

.container { width: min(1120px, 92vw); margin-inline: auto; }
.container.narrow { width: min(780px, 92vw); }

/* ---------- Butonlar ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 22px;
  border-radius: 999px;
  border: 1px solid transparent;
  font-weight: 700;
  font-size: 15px;
  text-decoration: none;
  cursor: pointer;
  font-family: inherit;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease, border-color 0.18s ease;
}
.btn-lg { padding: 15px 30px; font-size: 16px; }
.btn-primary {
  background: var(--grad);
  color: #191207;
  box-shadow: 0 8px 26px rgba(249, 115, 22, 0.35);
}
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 12px 34px rgba(249, 115, 22, 0.5); }
.btn-ghost {
  background: rgba(255, 255, 255, 0.04);
  color: var(--text);
  border-color: var(--line);
}
.btn-ghost:hover { border-color: rgba(249, 115, 22, 0.55); background: rgba(249, 115, 22, 0.08); transform: translateY(-2px); }

.text-gradient {
  background: var(--grad);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

/* ---------- Header ---------- */
.site-header {
  position: fixed;
  inset-inline: 0;
  top: 14px;
  z-index: 100;
  display: flex;
  justify-content: center;
  pointer-events: none;
}
.nav-pill {
  pointer-events: auto;
  display: flex;
  align-items: center;
  gap: 18px;
  width: min(1120px, 94vw);
  padding: 10px 14px 10px 20px;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: rgba(10, 17, 31, 0.72);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  transition: background 0.25s ease, box-shadow 0.25s ease;
}
.site-header.scrolled .nav-pill {
  background: rgba(8, 13, 24, 0.92);
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.5);
}
.nav-logo img { width: 150px; height: auto; }
.nav-links {
  display: flex;
  gap: 4px;
  margin-inline: auto;
}
.nav-links a {
  color: var(--muted);
  text-decoration: none;
  font-size: 14.5px;
  font-weight: 600;
  padding: 8px 13px;
  border-radius: 999px;
  transition: color 0.15s ease, background 0.15s ease;
}
.nav-links a:hover { color: var(--text); background: rgba(255, 255, 255, 0.06); }
.nav-cta { white-space: nowrap; }
.nav-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: 0;
  padding: 10px;
  cursor: pointer;
}
.nav-toggle span { width: 22px; height: 2px; background: var(--text); border-radius: 2px; transition: transform 0.2s ease, opacity 0.2s ease; }

/* ---------- Hero ---------- */
.hero {
  position: relative;
  padding: 170px 0 90px;
  text-align: center;
  overflow: hidden;
}
.hero-glow {
  position: absolute;
  top: -240px;
  left: 50%;
  transform: translateX(-50%);
  width: 1100px;
  height: 620px;
  background: radial-gradient(ellipse at center, rgba(249, 115, 22, 0.22), rgba(251, 191, 36, 0.07) 45%, transparent 70%);
  filter: blur(10px);
  pointer-events: none;
}
.hero-arc {
  position: absolute;
  top: 430px;
  left: 50%;
  transform: translateX(-50%);
  width: 1400px;
  height: 1400px;
  border-radius: 50%;
  border-top: 2px solid rgba(251, 191, 36, 0.7);
  box-shadow: 0 -40px 120px rgba(249, 115, 22, 0.35), inset 0 60px 120px rgba(249, 115, 22, 0.12);
  background: radial-gradient(ellipse at 50% 0%, rgba(249, 115, 22, 0.10), transparent 42%);
  pointer-events: none;
}
.hero-inner { position: relative; z-index: 2; }

.badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 7px 16px 7px 7px;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.04);
  color: var(--muted);
  font-size: 13.5px;
  font-weight: 600;
}
.badge-dot {
  background: var(--grad);
  color: #191207;
  font-weight: 800;
  padding: 3px 11px;
  border-radius: 999px;
  font-size: 12px;
}

.hero h1 {
  margin-top: 26px;
  font-size: clamp(38px, 6.4vw, 68px);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -0.02em;
}
.hero-sub {
  margin: 22px auto 0;
  max-width: 640px;
  color: var(--muted);
  font-size: clamp(15px, 2vw, 18px);
}
.hero-actions {
  margin-top: 34px;
  display: flex;
  gap: 14px;
  justify-content: center;
  flex-wrap: wrap;
}
.hero-note { margin-top: 22px; color: var(--muted); font-size: 13px; opacity: 0.85; }

/* ---------- Dashboard mockup ---------- */
.dash {
  margin: 70px auto 0;
  width: min(960px, 100%);
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: linear-gradient(180deg, var(--panel), var(--bg-2));
  box-shadow: var(--shadow), 0 -18px 80px rgba(249, 115, 22, 0.12);
  text-align: left;
  overflow: hidden;
}
.dash-topbar {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 14px 20px;
  border-bottom: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.02);
}
.dash-topbar img { width: 96px; }
.dash-tabs { display: flex; gap: 4px; margin-inline: auto; flex-wrap: wrap; }
.dash-tabs span {
  font-size: 12.5px;
  font-weight: 600;
  color: var(--muted);
  padding: 6px 12px;
  border-radius: 999px;
}
.dash-tabs span.active { background: rgba(249, 115, 22, 0.16); color: var(--amber); }
.dash-avatar {
  width: 34px; height: 34px;
  display: grid; place-items: center;
  border-radius: 50%;
  background: var(--grad);
  color: #191207;
  font-size: 12.5px;
  font-weight: 800;
}
.dash-body { padding: 20px; }
.dash-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}
.dash-stat {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 14px 16px;
}
.dash-stat small { color: var(--muted); font-size: 11.5px; font-weight: 600; }
.dash-stat strong { display: block; font-size: 26px; font-weight: 800; margin: 2px 0; }
.dash-stat .up { color: var(--green); font-size: 11.5px; font-weight: 700; }
.dash-stat .warn { color: var(--amber); font-size: 11.5px; font-weight: 700; }

.dash-cols {
  margin-top: 12px;
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: 12px;
}
.dash-card {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 16px;
}
.dash-card h4 { font-size: 13px; color: var(--muted); font-weight: 700; margin-bottom: 12px; }
.dash-row {
  display: grid;
  grid-template-columns: 10px 1fr 90px;
  align-items: center;
  gap: 12px;
  padding: 8px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.04);
}
.dash-row:last-child { border-bottom: 0; }
.dash-row b { font-size: 13.5px; display: block; }
.dash-row small { color: var(--muted); font-size: 11.5px; }
.dot { width: 8px; height: 8px; border-radius: 50%; }
.dot-orange { background: var(--orange); box-shadow: 0 0 10px rgba(249, 115, 22, 0.8); }
.dot-green { background: var(--green); box-shadow: 0 0 10px rgba(52, 211, 153, 0.7); }
.dot-blue { background: var(--blue); box-shadow: 0 0 10px rgba(96, 165, 250, 0.7); }
.bar {
  height: 6px;
  background: rgba(255, 255, 255, 0.07);
  border-radius: 999px;
  overflow: hidden;
}
.bar i {
  display: block;
  height: 100%;
  width: var(--w, 50%);
  background: var(--grad);
  border-radius: 999px;
  transform-origin: left;
  animation: grow 1.2s 0.4s cubic-bezier(0.22, 1, 0.36, 1) backwards;
}
@keyframes grow { from { transform: scaleX(0); } }
.dash-feed { list-style: none; }
.dash-feed li {
  display: flex;
  gap: 10px;
  align-items: center;
  font-size: 12.5px;
  color: var(--muted);
  padding: 9px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.04);
}
.dash-feed li:last-child { border-bottom: 0; }
.dash-feed b { color: var(--text); }
.dash-feed i { font-style: normal; }

/* ---------- MacBook Pro mockup + galeri ---------- */
.macbook {
  margin: 70px auto 0;
  width: min(940px, 100%);
  position: relative;
  z-index: 2;
  filter: drop-shadow(0 40px 80px rgba(0, 0, 0, 0.55));
}
.mb-lid {
  position: relative;
  border-radius: 22px;
  padding: 12px;
  background: linear-gradient(180deg, #3a3f47, #23262c);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08), 0 -18px 70px rgba(249, 115, 22, 0.14);
}
.mb-screen {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  background: #000;
  aspect-ratio: 16 / 10;
}
.mb-notch {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 26%;
  max-width: 190px;
  height: 20px;
  background: #0b0d10;
  border-radius: 0 0 10px 10px;
  z-index: 3;
}
.mb-viewport { position: absolute; inset: 0; overflow: hidden; }
.mb-track {
  display: flex;
  width: 400%;
  height: 100%;
  transition: transform 0.75s cubic-bezier(0.65, 0, 0.35, 1);
}
.mb-slide {
  width: 25%;
  height: 100%;
  flex: 0 0 25%;
}
.mb-slide img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: #0a0d14;
}
/* Alt gövde (taban) */
.mb-base {
  position: relative;
  height: 22px;
  margin: 0 auto;
  width: 116%;
  left: -8%;
  border-radius: 3px 3px 12px 12px;
  background: linear-gradient(180deg, #babdc4 0%, #6d7178 55%, #4a4d53 100%);
  box-shadow: inset 0 2px 3px rgba(255, 255, 255, 0.4), 0 14px 24px rgba(0, 0, 0, 0.5);
}
.mb-notch-b {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 14%;
  height: 8px;
  background: linear-gradient(180deg, #34373d, #4a4d53);
  border-radius: 0 0 8px 8px;
}
.mb-dots {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 26px;
  position: relative;
  z-index: 2;
}
.mb-dot {
  width: 9px;
  height: 9px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.22);
  cursor: pointer;
  transition: background 0.25s ease, transform 0.25s ease, width 0.25s ease;
}
.mb-dot:hover { background: rgba(255, 255, 255, 0.4); }
.mb-dot.active {
  width: 26px;
  border-radius: 999px;
  background: var(--grad);
}

/* ---------- Marquee ---------- */
.marquee {
  border-block: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.015);
  overflow: hidden;
  padding: 18px 0;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 12%, #000 88%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 12%, #000 88%, transparent);
}
.marquee-track {
  display: flex;
  gap: 48px;
  width: max-content;
  animation: scroll 30s linear infinite;
}
.marquee-track span {
  color: var(--muted);
  font-weight: 700;
  font-size: 15px;
  white-space: nowrap;
}
@keyframes scroll { to { transform: translateX(-50%); } }

/* ---------- Bölümler ---------- */
.section { padding: 110px 0; position: relative; }
.section-title {
  text-align: center;
  font-size: clamp(30px, 4.6vw, 46px);
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -0.02em;
}
.section-sub {
  text-align: center;
  color: var(--muted);
  max-width: 560px;
  margin: 18px auto 0;
}

.grid { display: grid; gap: 18px; margin-top: 56px; }
.features-grid { grid-template-columns: repeat(3, 1fr); }

.card {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.035), rgba(255, 255, 255, 0.015));
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 28px;
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}
.card:hover {
  transform: translateY(-6px);
  border-color: rgba(249, 115, 22, 0.4);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.35), 0 0 0 1px rgba(249, 115, 22, 0.15);
}
.card-icon {
  width: 52px; height: 52px;
  display: grid; place-items: center;
  font-size: 24px;
  border-radius: 14px;
  background: rgba(249, 115, 22, 0.12);
  border: 1px solid rgba(249, 115, 22, 0.25);
  margin-bottom: 18px;
}
.card h3 { font-size: 19px; margin-bottom: 10px; }
.card p { color: var(--muted); font-size: 14.5px; }

/* ---------- Split bölüm ---------- */
.section-split { background: linear-gradient(180deg, transparent, rgba(249, 115, 22, 0.035), transparent); }
.split {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 60px;
  align-items: center;
}
.split-text h2 { font-size: clamp(28px, 3.8vw, 40px); font-weight: 800; line-height: 1.15; letter-spacing: -0.02em; }
.split-text > p { color: var(--muted); margin-top: 16px; }
.checklist { list-style: none; margin: 26px 0 30px; display: grid; gap: 12px; }
.checklist li {
  position: relative;
  padding-left: 34px;
  font-weight: 600;
  font-size: 15px;
}
.checklist li::before {
  content: "✓";
  position: absolute;
  left: 0; top: 1px;
  width: 22px; height: 22px;
  display: grid; place-items: center;
  border-radius: 7px;
  background: var(--grad);
  color: #191207;
  font-size: 13px;
  font-weight: 800;
}
.split-visual {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 360px;
}
.ring-glow {
  position: absolute;
  width: 340px; height: 340px;
  border-radius: 50%;
  border: 2px solid rgba(251, 191, 36, 0.5);
  box-shadow: 0 0 80px rgba(249, 115, 22, 0.35), inset 0 0 60px rgba(249, 115, 22, 0.15);
  animation: pulse 4s ease-in-out infinite;
}
@keyframes pulse {
  0%, 100% { transform: scale(1); opacity: 0.8; }
  50% { transform: scale(1.05); opacity: 1; }
}
.split-icon { width: 180px; border-radius: 40px; box-shadow: var(--shadow); }

/* ---------- Adımlar ---------- */
.steps-grid { grid-template-columns: repeat(3, 1fr); }
.step {
  padding: 30px;
  border-radius: var(--radius);
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.02);
}
.step-no {
  font-size: 44px;
  font-weight: 800;
  background: var(--grad);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  opacity: 0.9;
}
.step h3 { margin: 12px 0 8px; font-size: 19px; }
.step p { color: var(--muted); font-size: 14.5px; }

/* ---------- Fiyatlandırma ---------- */
.pricing-grid { grid-template-columns: repeat(3, 1fr); align-items: stretch; }
.price-card {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 34px 30px;
  border-radius: 22px;
  border: 1px solid var(--line);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.035), rgba(255, 255, 255, 0.012));
  transition: transform 0.25s ease, border-color 0.25s ease;
}
.price-card:hover { transform: translateY(-6px); border-color: rgba(249, 115, 22, 0.4); }
.price-card h3 { font-size: 18px; color: var(--muted); font-weight: 700; }
.price { margin: 14px 0 14px; display: flex; align-items: baseline; gap: 6px; }
.price .amount { font-size: 42px; font-weight: 800; letter-spacing: -0.02em; }
.price .per { color: var(--muted); font-weight: 600; }
.price-audience { font-size: 14px; font-weight: 700; color: var(--amber); margin-bottom: 6px; }
.price-desc { font-size: 14px; color: var(--muted); margin-bottom: 20px; line-height: 1.5; }
.price-card ul { list-style: none; display: grid; gap: 11px; margin-bottom: 28px; }
.price-card li {
  position: relative;
  padding-left: 26px;
  color: var(--muted);
  font-size: 14.5px;
  font-weight: 500;
}
.price-card li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--orange);
  font-weight: 800;
}
.price-card .btn { margin-top: auto; }
.price-card.popular {
  border-color: rgba(249, 115, 22, 0.55);
  background: linear-gradient(180deg, rgba(249, 115, 22, 0.10), rgba(255, 255, 255, 0.02));
  box-shadow: 0 24px 70px rgba(249, 115, 22, 0.16);
  transform: scale(1.03);
}
.price-card.popular:hover { transform: scale(1.03) translateY(-6px); }
.pop-badge {
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--grad);
  color: #191207;
  font-size: 12px;
  font-weight: 800;
  padding: 5px 16px;
  border-radius: 999px;
  white-space: nowrap;
}
.pricing-note { text-align: center; color: var(--muted); font-size: 13.5px; margin-top: 30px; }

/* ---------- Danışmanlık ---------- */
.consult-grid { grid-template-columns: repeat(3, 1fr); }
.card.consult { display: flex; flex-direction: column; }
.consult-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 18px 0;
  padding: 12px 16px;
  border-radius: 12px;
  background: rgba(249, 115, 22, 0.08);
  border: 1px solid rgba(249, 115, 22, 0.2);
}
.consult-meta span { color: var(--muted); font-size: 13px; font-weight: 600; }
.consult-meta b { font-size: 18px; font-weight: 800; color: var(--amber); }
.card.consult .btn { margin-top: auto; }

/* ---------- SSS ---------- */
.faq { margin-top: 46px; display: grid; gap: 12px; }
.faq details {
  border: 1px solid var(--line);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.025);
  overflow: hidden;
  transition: border-color 0.2s ease;
}
.faq details[open] { border-color: rgba(249, 115, 22, 0.45); }
.faq summary {
  cursor: pointer;
  list-style: none;
  padding: 20px 54px 20px 24px;
  font-weight: 700;
  font-size: 15.5px;
  position: relative;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after {
  content: "+";
  position: absolute;
  right: 22px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 22px;
  color: var(--orange);
  transition: transform 0.2s ease;
}
.faq details[open] summary::after { transform: translateY(-50%) rotate(45deg); }
.faq details p { padding: 0 24px 20px; color: var(--muted); font-size: 14.5px; }

/* ---------- İletişim ---------- */
.contact-wrap {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 50px;
  padding: 50px;
  border-radius: 26px;
  border: 1px solid var(--line);
  background:
    radial-gradient(ellipse at 0% 0%, rgba(249, 115, 22, 0.12), transparent 55%),
    linear-gradient(180deg, var(--panel), var(--bg-2));
  box-shadow: var(--shadow);
}
.contact-info h2 { font-size: clamp(28px, 3.6vw, 38px); font-weight: 800; letter-spacing: -0.02em; }
.contact-info > p { color: var(--muted); margin-top: 14px; }
.contact-list { list-style: none; margin-top: 28px; display: grid; gap: 16px; }
.contact-list li { display: flex; align-items: center; gap: 12px; font-weight: 600; }
.contact-list a { color: var(--text); text-decoration: none; }
.contact-list a:hover { color: var(--amber); }

.contact-form { display: grid; gap: 14px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 14px 16px;
  border-radius: 12px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.04);
  color: var(--text);
  font-family: inherit;
  font-size: 14.5px;
  transition: border-color 0.15s ease;
  resize: vertical;
}
.contact-form input:focus,
.contact-form textarea:focus {
  outline: none;
  border-color: rgba(249, 115, 22, 0.6);
}
.contact-form input::placeholder,
.contact-form textarea::placeholder { color: var(--muted); }
.form-note { color: var(--muted); font-size: 12px; }

/* ---------- Footer ---------- */
.site-footer {
  border-top: 1px solid var(--line);
  background: linear-gradient(180deg, transparent, rgba(249, 115, 22, 0.04));
  padding: 70px 0 30px;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.6fr 1fr 1fr 1fr;
  gap: 40px;
}
.footer-brand img { width: 170px; }
.footer-brand p { color: var(--muted); font-size: 14px; margin-top: 16px; max-width: 280px; }
.footer-col h4 { font-size: 14px; margin-bottom: 16px; color: var(--text); }
.footer-col a {
  display: block;
  color: var(--muted);
  text-decoration: none;
  font-size: 14px;
  padding: 5px 0;
}
.footer-col a:hover { color: var(--amber); }
.footer-bottom {
  margin-top: 50px;
  padding-top: 24px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 13px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
}

/* ---------- Yasal sayfalar ---------- */
.legal-page { padding: 170px 0 90px; }
.legal-page h1 { font-size: clamp(30px, 4.5vw, 44px); font-weight: 800; letter-spacing: -0.02em; }
.legal-page h2 { font-size: 21px; margin: 34px 0 10px; }
.legal-page p, .legal-page li { color: var(--muted); font-size: 15px; }
.legal-page ul { padding-left: 22px; margin-top: 8px; }
.legal-page li { margin-bottom: 6px; }
.legal-page .back { display: inline-block; margin-bottom: 26px; color: var(--amber); text-decoration: none; font-weight: 600; }
.legal-h3 { font-size: 17px; margin: 26px 0 8px; color: var(--text); }
.legal-box {
  border: 1px solid var(--line);
  border-left: 3px solid var(--orange);
  background: rgba(255, 255, 255, 0.025);
  border-radius: 10px;
  padding: 16px 20px;
  margin: 16px 0;
}
.legal-box p { margin: 3px 0; color: var(--text); font-size: 14.5px; }
.consent-list { list-style: none; padding-left: 0; margin-top: 16px; display: grid; gap: 12px; }
.consent-list li {
  position: relative;
  padding: 14px 16px 14px 46px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.02);
  color: var(--muted);
  font-size: 14px;
}
.consent-list li strong { color: var(--text); display: block; margin-bottom: 4px; }
.consent-list li::before {
  content: "";
  position: absolute;
  left: 16px;
  top: 16px;
  width: 18px;
  height: 18px;
  border-radius: 5px;
  border: 2px solid var(--orange);
  background: rgba(249, 115, 22, 0.08);
}

/* ---------- Reveal animasyonları ---------- */
.reveal, .reveal-up {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity 0.7s cubic-bezier(0.22, 1, 0.36, 1), transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
}
.reveal-up { transform: translateY(60px); }
.reveal.visible, .reveal-up.visible { opacity: 1; transform: none; }
.delay-1 { transition-delay: 0.1s; }
.delay-2 { transition-delay: 0.2s; }
.delay-3 { transition-delay: 0.3s; }
.delay-4 { transition-delay: 0.4s; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal, .reveal-up { opacity: 1; transform: none; transition: none; }
  .marquee-track, .ring-glow, .bar i { animation: none; }
}

/* ---------- Responsive ---------- */
@media (max-width: 980px) {
  .features-grid, .steps-grid, .pricing-grid, .consult-grid { grid-template-columns: 1fr 1fr; }
  .split { grid-template-columns: 1fr; gap: 40px; }
  .split-visual { min-height: 300px; }
  .contact-wrap { grid-template-columns: 1fr; padding: 36px 28px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .dash-stats { grid-template-columns: 1fr 1fr; }
  .dash-cols { grid-template-columns: 1fr; }
  .price-card.popular { transform: none; }
  .price-card.popular:hover { transform: translateY(-6px); }
}

@media (max-width: 700px) {
  .features-grid, .steps-grid, .pricing-grid, .consult-grid { grid-template-columns: 1fr; }
  .section { padding: 76px 0; }
  .hero { padding-top: 130px; }
  .form-row { grid-template-columns: 1fr; }

  .nav-links {
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
    right: 0;
    flex-direction: column;
    padding: 16px;
    border-radius: 20px;
    border: 1px solid var(--line);
    background: rgba(8, 13, 24, 0.97);
    backdrop-filter: blur(14px);
    display: none;
  }
  .nav-links.open { display: flex; }
  .nav-cta { display: none; }
  .nav-toggle { display: flex; margin-left: auto; }
  .nav-pill { position: relative; }
  .dash-tabs { display: none; }
}
