/* Vird marketing + legal site — gold tezhip on deep midnight. */
:root {
  --bg: #0b0e16;
  --bg-2: #0e1220;
  --surface: #10141f;
  --surface-2: #141a28;
  --gold: #c2a15a;
  --gold-soft: #d8bd7e;
  --ink: #f4f4ef;
  --muted: #8b93a7;
  --hairline: rgba(194, 161, 90, 0.22);
  --radius: 18px;
  --maxw: 1080px;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  background:
    radial-gradient(1200px 700px at 50% -10%, #141a2b 0%, rgba(20, 26, 43, 0) 60%),
    var(--bg);
  color: var(--ink);
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

.wrap { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 24px; }

h1, h2, h3 { font-family: "Marcellus", Georgia, "Times New Roman", serif; font-weight: 400; letter-spacing: 0.2px; line-height: 1.2; }

a { color: var(--gold-soft); text-decoration: none; }
a:hover { color: var(--gold); }

/* Language visibility toggle — hide only the INACTIVE language, so the active
   one keeps its natural author-styled display (flex/grid/block/inline). */
html[data-lang="tr"] [lang="en"] { display: none; }
html[data-lang="en"] [lang="tr"] { display: none; }

/* ---------- Top bar ---------- */
.nav {
  position: sticky; top: 0; z-index: 20;
  backdrop-filter: blur(10px);
  background: rgba(11, 14, 22, 0.72);
  border-bottom: 1px solid var(--hairline);
}
.nav .wrap { display: flex; align-items: center; justify-content: space-between; height: 66px; }
.brand { display: flex; align-items: center; gap: 12px; font-family: "Marcellus", serif; font-size: 20px; letter-spacing: 1px; color: var(--ink); }
.brand img { width: 34px; height: 34px; border-radius: 9px; }
.nav-links { display: flex; align-items: center; gap: 22px; }
.nav-links a { color: var(--muted); font-size: 14px; }
.nav-links a:hover { color: var(--ink); }

.lang-toggle {
  display: inline-flex; border: 1px solid var(--hairline); border-radius: 999px; overflow: hidden;
}
.lang-toggle button {
  background: transparent; color: var(--muted); border: 0; cursor: pointer;
  font: 600 12px/1 "Inter", sans-serif; padding: 8px 12px; letter-spacing: 0.5px;
}
.lang-toggle button[aria-pressed="true"] { background: rgba(194, 161, 90, 0.16); color: var(--gold-soft); }

/* ---------- Hero ---------- */
.hero { text-align: center; padding: 84px 0 56px; }
.hero .halo {
  width: 168px; height: 168px; margin: 0 auto 30px; border-radius: 42px;
  box-shadow: 0 24px 70px -24px rgba(194, 161, 90, 0.5), 0 0 0 1px var(--hairline);
  display: block;
}
.hero h1 { font-size: clamp(40px, 7vw, 68px); margin: 0 0 10px; }
.hero .tagline { font-size: clamp(18px, 2.6vw, 23px); color: var(--gold-soft); margin: 0 0 18px; font-family: "Marcellus", serif; }
.hero p.lede { max-width: 620px; margin: 0 auto 30px; color: var(--muted); font-size: 17px; }

.cta { display: inline-flex; flex-wrap: wrap; gap: 12px; justify-content: center; align-items: center; }
.badge {
  display: inline-flex; align-items: center; gap: 9px;
  background: linear-gradient(180deg, #171d2c, #10141f);
  border: 1px solid var(--hairline); border-radius: 14px; padding: 11px 18px;
  color: var(--ink); font-size: 14px;
}
.badge small { display: block; color: var(--muted); font-size: 11px; letter-spacing: 0.6px; text-transform: uppercase; }
.badge.soon { opacity: 0.85; }
.link-ghost { color: var(--muted); font-size: 14px; padding: 11px 8px; }
.link-ghost:hover { color: var(--gold-soft); }

/* ---------- Sections ---------- */
section { padding: 40px 0; }
.section-title { text-align: center; margin: 0 0 8px; font-size: clamp(26px, 4vw, 36px); }
.section-sub { text-align: center; color: var(--muted); margin: 0 auto 40px; max-width: 560px; }

.grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.card {
  background: linear-gradient(180deg, var(--surface-2), var(--surface));
  border: 1px solid var(--hairline); border-radius: var(--radius); padding: 26px 22px;
}
.card .ico { font-size: 22px; margin-bottom: 12px; filter: saturate(0.85); }
.card h3 { margin: 0 0 8px; font-size: 20px; color: var(--gold-soft); }
.card p { margin: 0; color: var(--muted); font-size: 15px; }

/* Sanad / trust strip */
.trust {
  margin: 8px auto 0; max-width: 760px; text-align: center;
  border: 1px solid var(--hairline); border-radius: var(--radius);
  background: linear-gradient(180deg, rgba(194,161,90,0.06), rgba(194,161,90,0.02));
  padding: 30px 28px;
}
.trust .tick { width: 1.5px; height: 26px; background: var(--gold); margin: 0 auto 14px; }
.trust h3 { margin: 0 0 8px; font-size: 22px; }
.trust p { margin: 0; color: var(--muted); }

/* ---------- Privacy summary ---------- */
.priv-summary { max-width: 760px; margin: 0 auto; }
.priv-summary ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 12px; }
.priv-summary li {
  display: flex; gap: 12px; align-items: flex-start;
  background: var(--surface); border: 1px solid var(--hairline); border-radius: 14px; padding: 16px 18px;
  color: var(--muted);
}
.priv-summary li b { color: var(--ink); font-weight: 600; }
.priv-summary li::before { content: "◆"; color: var(--gold); font-size: 12px; line-height: 1.7; }

/* ---------- Legal / privacy page ---------- */
.legal { max-width: 780px; margin: 0 auto; padding-top: 24px; }
.legal .meta { color: var(--muted); font-size: 14px; margin-bottom: 34px; }
.legal h1 { font-size: clamp(30px, 5vw, 42px); margin: 0 0 6px; }
.legal h2 { font-size: 23px; color: var(--gold-soft); margin: 40px 0 10px; }
.legal p, .legal li { color: #d7d9df; font-size: 16px; }
.legal ul { padding-left: 20px; }
.legal li { margin: 6px 0; }
.legal .back { display: inline-block; margin-bottom: 26px; color: var(--muted); font-size: 14px; }

/* ---------- Footer ---------- */
footer { border-top: 1px solid var(--hairline); margin-top: 40px; padding: 40px 0; color: var(--muted); }
footer .wrap { display: flex; flex-wrap: wrap; gap: 16px; align-items: center; justify-content: space-between; }
footer .f-brand { display: flex; align-items: center; gap: 10px; font-family: "Marcellus", serif; letter-spacing: 1px; color: var(--ink); }
footer .f-brand img { width: 26px; height: 26px; border-radius: 7px; }
footer .f-links { display: flex; gap: 20px; font-size: 14px; }
footer small { display: block; width: 100%; color: #5b6478; font-size: 13px; }

@media (max-width: 800px) {
  .grid { grid-template-columns: 1fr; }
  .nav-links a:not(.lang-wrap) { display: none; }
  .hero { padding: 56px 0 40px; }
}
