/* ZoriaMind — Motion-Craft Midnight Neural */
@import url("https://fonts.googleapis.com/css2?family=Bodoni+Moda:ital,opsz,wght@0,6..96,400..900;1,6..96,400..900&family=Karla:wght@400;500;600;700&family=Source+Code+Pro:wght@400;500&display=swap");

:root {
  --bg: #0a0e1a;
  --fg: #e2e8f0;
  --surface: #11172a;
  --surface-2: #1a2138;
  --border: #2a3454;
  --border-2: #3a4570;
  --muted: #94a3b8;
  --muted-2: #64748b;
  --accent: #06b6d4;          /* cyan-500 electric */
  --accent-strong: #0891b2;
  --accent-glow: rgba(6, 182, 212, 0.4);
  --accent-soft: rgba(6, 182, 212, 0.12);
  --font-display: "Bodoni Moda", ui-serif, Georgia, serif;
  --font-body: "Karla", system-ui, -apple-system, sans-serif;
  --font-mono: "Source Code Pro", ui-monospace, monospace;
  --container: 1200px;
}

* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
body { background: var(--bg); color: var(--fg); font-family: var(--font-body); font-size: 16px; line-height: 1.6; -webkit-font-smoothing: antialiased; overflow-x: hidden; }
.container { max-width: var(--container); margin: 0 auto; padding: 0 28px; }
a { color: inherit; text-decoration: none; }

/* HEADER */
.site-header { padding: 22px 0; position: sticky; top: 0; background: rgba(10, 14, 26, 0.85); backdrop-filter: blur(12px); z-index: 50; border-bottom: 1px solid var(--border); }
.site-header__inner { display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 10px; font-family: var(--font-body); font-weight: 700; font-size: 17px; letter-spacing: -0.01em; }
.brand__node { width: 22px; height: 22px; border-radius: 50%; background: var(--accent); position: relative; box-shadow: 0 0 16px var(--accent-glow); }
.brand__node::before, .brand__node::after { content: ""; position: absolute; width: 8px; height: 8px; border-radius: 50%; background: var(--accent); opacity: 0.6; }
.brand__node::before { top: -6px; left: -10px; }
.brand__node::after { bottom: -6px; right: -10px; }
.nav { display: flex; gap: 28px; align-items: center; }
.nav a { color: var(--muted); font-size: 14px; font-weight: 500; transition: color .15s; }
.nav a:hover { color: var(--fg); }
.nav__cta { background: var(--accent); color: var(--bg); padding: 9px 16px; border-radius: 6px; font-size: 13px; font-weight: 600; }
.nav__cta:hover { color: var(--bg); background: var(--accent-strong); }

/* HERO */
.hero { padding: 90px 0 80px; position: relative; }
.hero__bg-graph { position: absolute; inset: 0; opacity: 0.15; pointer-events: none; z-index: 0; }
.hero__inner { position: relative; z-index: 1; max-width: 940px; }
.hero__eyebrow { font-family: var(--font-mono); font-size: 12px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--accent); margin-bottom: 28px; }
.hero__eyebrow::before { content: "◦ "; color: var(--accent); }
.hero__title { font-family: var(--font-display); font-weight: 500; font-size: clamp(54px, 8vw, 104px); line-height: 0.96; letter-spacing: -0.03em; margin: 0 0 28px; }
.hero__title em { font-style: italic; font-weight: 400; color: var(--accent); }
.hero__lead { font-size: 19px; line-height: 1.55; color: var(--muted); max-width: 580px; margin: 0 0 36px; }
.hero__cta-group { display: flex; gap: 16px; align-items: center; }
.btn-primary { display: inline-flex; align-items: center; gap: 10px; padding: 14px 24px; background: var(--accent); color: var(--bg); border-radius: 8px; font-weight: 600; font-size: 15px; transition: transform .15s, box-shadow .15s; box-shadow: 0 0 32px var(--accent-glow); }
.btn-primary:hover { transform: translateY(-1px); box-shadow: 0 0 40px var(--accent-glow); color: var(--bg); }
.btn-ghost { color: var(--muted); font-size: 14px; padding: 8px 4px; border-bottom: 1px solid var(--border); }
.btn-ghost:hover { color: var(--accent); border-color: var(--accent); }

/* Floating node graph */
.node-graph { position: absolute; right: -40px; top: 80px; width: 540px; height: 540px; pointer-events: none; }
.node-graph circle { fill: var(--accent); filter: drop-shadow(0 0 6px var(--accent-glow)); }
.node-graph line { stroke: var(--accent); stroke-width: 1; opacity: 0.4; }
.node-graph text { fill: var(--muted); font-family: var(--font-mono); font-size: 11px; }

/* SECTION */
.section { padding: 96px 0; border-top: 1px solid var(--border); position: relative; }
.section__label { font-family: var(--font-mono); font-size: 12px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--accent); margin-bottom: 16px; }
.section__title { font-family: var(--font-display); font-weight: 500; font-size: clamp(34px, 4.6vw, 56px); line-height: 1.05; letter-spacing: -0.02em; margin: 0 0 18px; max-width: 760px; }
.section__title em { font-style: italic; color: var(--accent); }
.section__lead { font-size: 17px; color: var(--muted); max-width: 620px; margin: 0 0 54px; }

/* Capability cards */
.caps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--border); border: 1px solid var(--border); border-radius: 12px; overflow: hidden; }
.cap { background: var(--surface); padding: 32px 28px; }
.cap__num { font-family: var(--font-mono); font-size: 11px; color: var(--accent); letter-spacing: 0.12em; margin-bottom: 16px; }
.cap__heading { font-family: var(--font-display); font-weight: 500; font-size: 22px; line-height: 1.2; margin: 0 0 10px; }
.cap__heading em { font-style: italic; color: var(--accent); }
.cap__body { font-size: 14.5px; color: var(--muted); line-height: 1.55; margin: 0; }

/* Flow steps */
.flow { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: var(--border); border-radius: 12px; overflow: hidden; }
.flow__step { background: var(--surface); padding: 30px 24px; position: relative; }
.flow__num { font-family: var(--font-display); font-style: italic; font-size: 48px; color: var(--accent); line-height: 1; margin-bottom: 16px; opacity: 0.85; }
.flow__step h3 { font-family: var(--font-display); font-size: 20px; font-weight: 500; margin: 0 0 8px; }
.flow__step p { font-size: 14px; color: var(--muted); line-height: 1.55; margin: 0; }

/* Pricing */
.pricing { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.plan { background: var(--surface); border: 1px solid var(--border); border-radius: 14px; padding: 36px 32px; }
.plan--pro { background: var(--surface-2); border-color: var(--accent); position: relative; }
.plan--pro::after { content: "TAVSİYE"; position: absolute; top: 18px; right: 22px; font-family: var(--font-mono); font-size: 10px; padding: 4px 10px; background: var(--accent); color: var(--bg); border-radius: 4px; letter-spacing: 0.1em; }
.plan__name { font-family: var(--font-display); font-style: italic; font-size: 24px; margin: 0 0 14px; }
.plan__price { font-family: var(--font-display); font-size: 38px; font-weight: 500; margin: 0 0 8px; }
.plan__price small { font-size: 16px; font-weight: 400; color: var(--muted); }
.plan__hint { font-size: 13px; color: var(--muted); margin: 0 0 26px; }
.plan__list { list-style: none; padding: 0; margin: 0; }
.plan__list li { padding: 10px 0; border-bottom: 1px solid var(--border); font-size: 14.5px; color: var(--muted); }
.plan__list li::before { content: "◦  "; color: var(--accent); }
.plan__list li:last-child { border-bottom: none; }

/* Footer */
.site-footer { padding: 60px 0 40px; border-top: 1px solid var(--border); margin-top: 80px; color: var(--muted); }
.site-footer__top { display: flex; justify-content: space-between; align-items: flex-end; flex-wrap: wrap; gap: 24px; margin-bottom: 36px; }
.site-footer__nav { display: flex; gap: 24px; flex-wrap: wrap; }
.site-footer__nav a { color: var(--muted); font-size: 14px; transition: color .15s; }
.site-footer__nav a:hover { color: var(--accent); }
.site-footer__bottom { font-family: var(--font-mono); font-size: 12px; color: var(--muted-2); display: flex; justify-content: space-between; flex-wrap: wrap; gap: 12px; padding-top: 24px; border-top: 1px solid var(--border); }

/* Legal pages */
.legal { padding: 64px 0 96px; max-width: 760px; }
.legal h1 { font-family: var(--font-display); font-size: clamp(40px, 5.5vw, 60px); font-weight: 500; line-height: 1.05; margin: 0 0 12px; letter-spacing: -0.02em; }
.legal h1 em { font-style: italic; color: var(--accent); }
.legal h2 { font-family: var(--font-display); font-size: 24px; font-weight: 500; margin: 56px 0 16px; color: var(--fg); }
.legal h2 em { font-style: italic; color: var(--accent); }
.legal p, .legal li { color: var(--muted); font-size: 16px; line-height: 1.7; }
.legal ul { padding-left: 22px; }
.legal a { color: var(--accent); text-decoration: underline; text-underline-offset: 3px; }
.legal strong { color: var(--fg); }
.legal code { font-family: var(--font-mono); font-size: 14px; background: var(--surface); color: var(--accent); padding: 2px 6px; border-radius: 4px; }
.legal__updated { font-family: var(--font-mono); font-size: 12px; color: var(--muted-2); letter-spacing: 0.1em; text-transform: uppercase; margin-bottom: 24px; }
.legal__intro { font-size: 18px; line-height: 1.65; color: var(--fg); border-left: 2px solid var(--accent); padding-left: 18px; margin: 28px 0; }

@media (max-width: 880px) {
  .caps, .flow, .pricing { grid-template-columns: 1fr; }
  .node-graph { display: none; }
  .hero__title { font-size: 48px; }
  .nav { display: none; }
  .nav__cta { display: inline-flex; }
}

/* Reveal */
@keyframes reveal-in { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: translateY(0); } }
.reveal { animation: reveal-in .7s ease both; }
.reveal:nth-child(2) { animation-delay: .08s; }
.reveal:nth-child(3) { animation-delay: .16s; }
.reveal:nth-child(4) { animation-delay: .24s; }
