/* Flussent Landing — statik, bağımsız, dış istek yok */
@import url('../fonts/fonts.css');

:root {
  --bg: #f3efe6;
  --card: #fffaf0;
  --fg: #1f2933;
  --muted: #667085;
  --primary: #183a4a;
  --primary-fg: #fffaf0;
  --secondary: #e8dfcf;
  --accent: #b95f3b;
  --accent-fg: #fffaf0;
  --ok: #1e7d5b;
  --risk: #b42318;
  --border: rgba(31, 41, 51, 0.16);
  --radius: 1rem;
  --serif: 'Instrument Serif', Georgia, 'Times New Roman', serif;
  --sans: 'Inter', system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
  --mono: ui-monospace, 'JetBrains Mono', 'Cascadia Mono', Menlo, Consolas, monospace;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--sans);
  background: var(--bg);
  color: var(--fg);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  background-image:
    radial-gradient(circle at 15% 8%, rgba(185, 95, 59, 0.14), transparent 30%),
    radial-gradient(circle at 90% 15%, rgba(24, 58, 74, 0.12), transparent 32%);
  background-attachment: fixed;
}
img { max-width: 100%; }
a { color: inherit; }

.wrap { max-width: 76rem; margin: 0 auto; padding: 0 1.25rem; }
.kicker {
  font-family: var(--mono);
  font-size: 0.7rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  color: var(--accent);
}
h1, h2 { font-family: var(--serif); font-weight: 400; color: #10202b; }
h2 { font-size: clamp(1.9rem, 4vw, 2.9rem); line-height: 1.1; margin-top: 0.6rem; }
.section { padding: 4.5rem 0; }
.section-head { max-width: 46rem; margin-bottom: 2.5rem; }
.section-head p { margin-top: 0.9rem; color: #3d4852; }

/* ---------- Nav ---------- */
.nav {
  position: sticky; top: 0; z-index: 50;
  background: rgba(243, 239, 230, 0.9);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--border);
}
.nav-inner { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: 0.7rem 1.25rem; max-width: 76rem; margin: 0 auto; }
.brand { display: flex; align-items: center; gap: 0.55rem; text-decoration: none; }
.brand-logo { height: 2.4rem; width: auto; display: block; }
.brand-name { font-weight: 800; font-size: 1.2rem; letter-spacing: -0.01em; color: var(--primary); }
.nav-links { display: flex; gap: 0.15rem; list-style: none; }
.nav-links a {
  display: block; padding: 0.45rem 0.85rem; border-radius: 999px;
  font-size: 0.875rem; text-decoration: none; color: #3d4852;
  transition: background 0.15s, color 0.15s;
}
.nav-links a:hover { background: var(--card); color: #10202b; }
.nav-actions { display: flex; align-items: center; gap: 0.5rem; }

.lang { display: flex; border: 1px solid var(--border); border-radius: 999px; overflow: hidden; background: var(--card); }
.lang button {
  border: 0; background: transparent; cursor: pointer;
  padding: 0.35rem 0.6rem; font: 600 0.72rem var(--sans); color: var(--muted);
}
.lang button[aria-pressed="true"] { background: var(--primary); color: var(--primary-fg); }
.lang button:focus-visible { outline: 2px solid var(--accent); outline-offset: -2px; }

.btn {
  display: inline-flex; align-items: center; gap: 0.5rem; white-space: nowrap;
  border-radius: 999px; padding: 0.6rem 1.3rem;
  font: 700 0.9rem var(--sans); text-decoration: none; cursor: pointer;
  border: 1px solid transparent;
  transition: transform 0.15s, box-shadow 0.15s, background 0.15s;
}
.btn:hover { transform: translateY(-1px); }
.btn-primary { background: var(--primary); color: var(--primary-fg); box-shadow: 0 8px 24px rgba(24, 58, 74, 0.22); }
.btn-accent { background: var(--accent); color: var(--accent-fg); box-shadow: 0 8px 24px rgba(185, 95, 59, 0.25); }
.btn-ghost { background: var(--card); border-color: var(--border); color: #26313b; }
.btn-sm { padding: 0.45rem 1rem; font-size: 0.82rem; }

.menu-toggle { display: none; border: 1px solid var(--border); background: var(--card); border-radius: 0.6rem; padding: 0.4rem 0.6rem; cursor: pointer; font-size: 1rem; }

/* ---------- Hero ---------- */
.hero { padding: 4.5rem 0 5rem; }
.hero-grid { display: grid; gap: 3rem; align-items: center; grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr); }
.badge {
  display: inline-flex; align-items: center; gap: 0.5rem;
  border: 1px solid var(--border); background: var(--card);
  border-radius: 999px; padding: 0.45rem 1rem;
  font-size: 0.82rem; font-weight: 600; color: #3d4852;
}
.badge::before { content: ""; width: 0.5rem; height: 0.5rem; border-radius: 50%; background: var(--accent); }
.hero h1 { font-size: clamp(2.4rem, 5vw, 3.8rem); line-height: 1.05; margin-top: 1.4rem; max-width: 17ch; }
.hero-sub { margin-top: 1.5rem; max-width: 36rem; font-size: 1.06rem; line-height: 1.8; color: #3d4852; }
.hero-ctas { margin-top: 2rem; display: flex; flex-wrap: wrap; gap: 0.75rem; }
.hero-chips { margin-top: 2.2rem; display: grid; grid-template-columns: repeat(3, 1fr); gap: 0.7rem; max-width: 34rem; }
.chip {
  display: flex; align-items: center; gap: 0.6rem;
  border: 1px solid var(--border); background: rgba(255, 250, 240, 0.85);
  border-radius: 1rem; padding: 0.85rem 0.95rem; font-size: 0.82rem; font-weight: 600; color: #3d4852;
}
.chip .tick { flex-shrink: 0; width: 1.05rem; height: 1.05rem; color: var(--ok); stroke-width: 2.6; }

/* ---------- Ürün mockup'ları (saf CSS) ---------- */
.shot { border-radius: 1.6rem; border: 1px solid rgba(255,255,255,0.5); background: #102f3d; padding: 0.7rem; box-shadow: 0 30px 60px -18px rgba(15, 32, 43, 0.45); }
.shot-screen { border-radius: 1.1rem; background: #f8f1e4; border: 1px solid rgba(255,255,255,0.1); padding: 1rem; }
.shot-bar { display: flex; align-items: center; justify-content: space-between; padding-bottom: 0.7rem; border-bottom: 1px solid rgba(16,32,43,0.1); margin-bottom: 0.9rem; }
.shot-brand { display: flex; align-items: center; gap: 0.55rem; }
.shot-logo { width: 1.9rem; height: 1.9rem; border-radius: 0.6rem; background: var(--primary); color: var(--primary-fg); display: grid; place-items: center; font-size: 0.8rem; font-weight: 800; }
.shot-brand b { font-size: 0.82rem; }
.shot-brand small { display: block; font-family: var(--mono); font-size: 0.56rem; text-transform: uppercase; letter-spacing: 0.16em; color: var(--muted); }
.pill { border-radius: 999px; padding: 0.22rem 0.65rem; font-size: 0.66rem; font-weight: 700; }
.pill-ok { background: #e5f3ec; color: var(--ok); }
.pill-risk { background: #fbeae7; color: var(--risk); }
.pill-warn { background: #fdf3dd; color: #8a6116; }
.pill-mut { background: rgba(24,58,74,0.08); color: var(--primary); }
.shot-cols { display: grid; grid-template-columns: 0.8fr 1.2fr; gap: 0.7rem; }
.stat { border: 1px solid rgba(16,32,43,0.1); background: rgba(255,255,255,0.72); border-radius: 0.9rem; padding: 0.7rem 0.85rem; }
.stat + .stat { margin-top: 0.7rem; }
.stat small { font-size: 0.66rem; color: var(--muted); }
.stat b { display: block; font-size: 1.5rem; font-weight: 800; color: var(--primary); }
.stat b.risk { color: var(--risk); } .stat b.accent { color: var(--accent); }
.board { border: 1px solid rgba(16,32,43,0.1); background: rgba(255,255,255,0.78); border-radius: 0.9rem; padding: 0.8rem; }
.board-head { display: flex; justify-content: space-between; align-items: center; margin-bottom: 0.7rem; }
.board-head b { font-size: 0.8rem; }
.stages { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0.45rem; }
.stage { background: #f3efe6; border: 1px solid rgba(16,32,43,0.08); border-radius: 0.7rem; padding: 0.45rem; min-height: 8.5rem; }
.stage small { display: block; font-size: 0.6rem; font-weight: 700; color: var(--muted); margin-bottom: 0.4rem; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.mini-card { background: #fff; border-radius: 0.5rem; padding: 0.4rem; margin-bottom: 0.4rem; box-shadow: 0 1px 2px rgba(16,32,43,0.08); }
.mini-card i { display: block; height: 0.32rem; border-radius: 999px; background: #e2e8f0; }
.mini-card i:first-child { width: 75%; margin-bottom: 0.3rem; } .mini-card i:last-child { width: 45%; background: #edf2f7; }
.shot-note {
  position: absolute; right: -0.6rem; bottom: -1rem;
  display: flex; align-items: center; gap: 0.6rem;
  border: 1px solid #d6c6af; background: var(--card); border-radius: 0.9rem;
  padding: 0.6rem 0.85rem; box-shadow: 0 14px 30px rgba(16,32,43,0.18); font-size: 0.82rem; font-weight: 700;
}
.shot-note-ic { display: grid; place-items: center; width: 1.9rem; height: 1.9rem; border-radius: 0.6rem; background: rgba(185,95,59,0.12); color: var(--accent); flex-shrink: 0; }
.shot-note small { display: block; font-family: var(--mono); font-size: 0.56rem; text-transform: uppercase; letter-spacing: 0.16em; color: var(--muted); font-weight: 600; }
.shot-holder { position: relative; }

/* ---------- Değer şeridi ---------- */
.vals { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.val { border: 1px solid var(--border); background: var(--card); border-radius: 1.3rem; padding: 1.6rem; }
.val b { display: block; font-size: 1.06rem; margin-bottom: 0.5rem; color: #10202b; }
.val p { font-size: 0.9rem; color: #4a5560; }

/* ---------- Modüller ---------- */
.mods { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.mod {
  border: 1px solid var(--border); background: var(--card); border-radius: 1.3rem; padding: 1.5rem;
  transition: transform 0.18s, box-shadow 0.18s;
}
.mod:hover { transform: translateY(-3px); box-shadow: 0 18px 36px rgba(16,32,43,0.12); border-color: rgba(24,58,74,0.22); }
.mod h3 { font-size: 1.08rem; font-weight: 800; margin: 0.9rem 0 0.5rem; color: #10202b; }
.mod p { font-size: 0.88rem; color: #4a5560; line-height: 1.65; }

/* ---------- Roller ---------- */
.roles-panel { border-radius: 1.6rem; background: var(--primary); color: #fdfaf2; padding: clamp(1.3rem, 3vw, 2.6rem); }
.roles-grid { display: grid; gap: 2rem; grid-template-columns: 0.9fr 1.1fr; align-items: start; }
.roles-panel .kicker { color: #e6b28d; }
.roles-panel h2 { color: #fdfaf2; }
.roles-panel .lead { margin-top: 1.1rem; color: rgba(253, 250, 242, 0.78); line-height: 1.8; }
.role-tabs { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0.5rem; margin-bottom: 0.9rem; }
.role-tab {
  border: 0; border-radius: 0.9rem; padding: 0.7rem 0.6rem; cursor: pointer; text-align: left;
  font: 700 0.8rem var(--sans); background: rgba(255,255,255,0.1); color: rgba(255,255,255,0.82);
  transition: background 0.15s;
}
.role-tab:hover { background: rgba(255,255,255,0.16); }
.role-tab[aria-selected="true"] { background: var(--card); color: var(--primary); }
.role-card { border-radius: 1.2rem; background: var(--card); color: var(--fg); padding: 1.6rem; }
.role-card h3 { font-size: 1.5rem; font-weight: 800; color: #10202b; }
.role-card .scope { color: var(--accent); font-weight: 700; font-size: 0.9rem; margin-top: 0.2rem; }
.role-card .detail { margin-top: 0.9rem; font-size: 0.92rem; color: #3d4852; line-height: 1.7; }
.role-pages { margin-top: 1.1rem; display: flex; flex-wrap: wrap; gap: 0.45rem; }
.role-pages span { border: 1px solid var(--border); background: #fff; border-radius: 999px; padding: 0.28rem 0.8rem; font-size: 0.78rem; font-weight: 600; color: #3d4852; }

/* ---------- Portallar ---------- */
.ports { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.2rem; }
.port { border: 1px solid var(--border); background: var(--card); border-radius: 1.5rem; overflow: hidden; box-shadow: 0 12px 30px rgba(16,32,43,0.06); }
.port-visual { background: #eef3f5; border-bottom: 1px solid var(--border); padding: 1.1rem; min-height: 12.5rem; display: flex; align-items: center; }
.port-body { padding: 1.4rem 1.5rem 1.6rem; }
.port-body h3 { font-size: 1.2rem; font-weight: 800; color: #10202b; }
.port-body p { margin-top: 0.55rem; font-size: 0.9rem; color: #4a5560; line-height: 1.7; }
.port-ui { width: 100%; background: #fff; border: 1px solid rgba(16,32,43,0.1); border-radius: 0.9rem; padding: 0.85rem; box-shadow: 0 8px 20px rgba(16,32,43,0.08); font-size: 0.75rem; }
.port-ui-head { display: flex; justify-content: space-between; align-items: center; margin-bottom: 0.65rem; }
.port-ui-head b { font-size: 0.8rem; }
.row { display: flex; justify-content: space-between; align-items: center; gap: 0.5rem; padding: 0.5rem 0.55rem; border: 1px solid rgba(16,32,43,0.07); border-radius: 0.6rem; }
.row + .row { margin-top: 0.45rem; }
.row .who b { display: block; font-size: 0.76rem; }
.row .who small { color: var(--muted); font-size: 0.66rem; }
.anon-card { border: 1px dashed rgba(24,58,74,0.35); border-radius: 0.8rem; padding: 0.7rem; background: rgba(24,58,74,0.03); }
.anon-card .code { font-family: var(--mono); font-weight: 700; color: var(--primary); font-size: 0.8rem; }
.anon-note { margin-top: 0.55rem; font-size: 0.66rem; color: var(--muted); display: flex; gap: 0.35rem; align-items: center; }
.doc-line { display: flex; align-items: center; gap: 0.5rem; padding: 0.45rem 0.55rem; border: 1px solid rgba(16,32,43,0.07); border-radius: 0.6rem; }
.doc-line + .doc-line { margin-top: 0.4rem; }
.doc-dot { width: 0.5rem; height: 0.5rem; border-radius: 50%; flex-shrink: 0; }
.progress { height: 0.45rem; border-radius: 999px; background: #edf2f7; overflow: hidden; margin-top: 0.3rem; }
.progress i { display: block; height: 100%; border-radius: 999px; background: var(--ok); }

.dot-ok { background: var(--ok); }
.dot-warn { background: #c59a3d; }
.mt-05 { margin-top: 0.5rem; }
.mt-06 { margin-top: 0.6rem; }
.muted-sm { color: var(--muted); }
.w-68 { width: 68%; }
.footer-brand { display: flex; align-items: center; gap: 0.6rem; }
.footer-logo { height: 1.9rem; width: auto; }

/* ---------- Güvenlik ---------- */
.sec-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.sec { border: 1px solid var(--border); background: var(--card); border-radius: 1.2rem; padding: 1.4rem; }
.sec b { display: block; font-size: 0.98rem; color: #10202b; margin-bottom: 0.4rem; }
.sec p { font-size: 0.85rem; color: #4a5560; line-height: 1.65; }
.sec-note { margin-top: 1.4rem; font-size: 0.85rem; color: var(--muted); max-width: 46rem; }

/* ---------- CTA ---------- */
.cta-box {
  border: 1px solid var(--border); background: var(--card); border-radius: 1.6rem;
  padding: clamp(1.8rem, 4vw, 3rem);
  display: grid; grid-template-columns: 1fr auto; gap: 2rem; align-items: center;
}
.cta-box p { margin-top: 0.9rem; max-width: 34rem; color: #3d4852; line-height: 1.8; }

/* ---------- Footer ---------- */
.footer { border-top: 1px solid var(--border); padding: 2.2rem 0 2.6rem; margin-top: 2rem; }
.footer-inner { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 1.2rem; align-items: center; }
.footer small { color: var(--muted); font-size: 0.8rem; }
.footer nav { display: flex; gap: 1.2rem; }
.footer nav a { font-size: 0.82rem; color: #3d4852; text-decoration: none; }
.footer nav a:hover { text-decoration: underline; }

/* ---------- Login modal ---------- */
dialog.modal {
  margin: auto; /* * { margin:0 } reset'i native dialog ortalamasını eziyordu → geri ver */
  border: 1px solid var(--border); border-radius: 1.3rem; background: var(--card);
  padding: 2rem; max-width: 26rem; width: calc(100% - 2.5rem);
  box-shadow: 0 30px 70px rgba(16,32,43,0.35);
}
dialog.modal::backdrop { background: rgba(16, 32, 43, 0.45); backdrop-filter: blur(3px); }
.modal h3 { font-size: 1.2rem; font-weight: 800; color: #10202b; }
.modal p { margin-top: 0.7rem; font-size: 0.9rem; color: #4a5560; line-height: 1.7; }
.modal-actions { margin-top: 1.4rem; display: flex; gap: 0.6rem; justify-content: flex-end; }

/* ---------- Hukuk sayfaları ---------- */
.legal { max-width: 48rem; margin: 0 auto; padding: 3.5rem 1.25rem 5rem; }
.legal h1 { font-size: 2.4rem; margin-bottom: 1.6rem; }
.legal h2 { font-size: 1.35rem; font-family: var(--sans); font-weight: 800; margin-top: 2rem; }
.legal p, .legal li { margin-top: 0.7rem; color: #3d4852; font-size: 0.95rem; }
.legal .todo { background: #fdf3dd; border: 1px solid #e7c66b; border-radius: 0.6rem; padding: 0.15rem 0.5rem; font-weight: 700; color: #8a6116; }
.back-link { display: inline-block; margin-bottom: 2rem; font-size: 0.85rem; color: var(--accent); text-decoration: none; font-weight: 700; }

/* ---------- Responsive ---------- */
@media (max-width: 64rem) {
  .hero-grid, .roles-grid { grid-template-columns: 1fr; }
  .mods, .sec-grid { grid-template-columns: repeat(2, 1fr); }
  .nav-links { display: none; }
  .menu-toggle { display: block; }
  .nav.open .nav-links {
    display: flex; flex-direction: column; position: absolute; top: 100%; left: 0; right: 0;
    background: var(--card); border-bottom: 1px solid var(--border); padding: 0.6rem 1rem 1rem;
  }
}
@media (max-width: 44rem) {
  .mods, .sec-grid, .vals, .ports, .hero-chips { grid-template-columns: 1fr; }
  .role-tabs { grid-template-columns: repeat(2, 1fr); }
  .cta-box { grid-template-columns: 1fr; }
  .stages { grid-template-columns: repeat(2, 1fr); }
  .section { padding: 3rem 0; }
  .shot-note { position: static; margin-top: 0.8rem; }
}

/* =====================================================================
   Görsel katman: ikonlar · derinlik · hareket · ince ayarlar
   ===================================================================== */

/* ---------- İkonlar ---------- */
.ic { width: 1.5rem; height: 1.5rem; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; display: block; }
.ic-sm { width: 0.9rem; height: 0.9rem; fill: none; stroke: currentColor; stroke-width: 1.9; stroke-linecap: round; stroke-linejoin: round; display: inline-block; vertical-align: -1px; }
.sprite { position: absolute; width: 0; height: 0; overflow: hidden; }
.pill svg.ic-sm { vertical-align: middle; }

/* İkon kutuları (değer / modül / güvenlik / portal rozet) */
.val-ic, .mod-ic, .sec-ic, .port-badge {
  display: grid; place-items: center; width: 3rem; height: 3rem; border-radius: 0.9rem;
  background: var(--secondary); color: var(--primary);
  transition: background 0.2s, color 0.2s, transform 0.2s;
}
.val-ic .ic, .mod-ic .ic, .sec-ic .ic, .port-badge .ic { width: 1.55rem; height: 1.55rem; }
.mod:hover .mod-ic, .val:hover .val-ic, .sec:hover .sec-ic { background: var(--primary); color: var(--primary-fg); transform: translateY(-2px); }
.sec-ic { width: 2.6rem; height: 2.6rem; border-radius: 0.75rem; margin-bottom: 0.9rem; }
.sec-ic .ic { width: 1.35rem; height: 1.35rem; }
.val-ic { margin-bottom: 1rem; }
.mod-ic { width: 2.7rem; height: 2.7rem; }

/* Portal rozet: görselin üstüne binen küçük ikon nişanı */
.port-body { position: relative; }
.port-badge {
  position: absolute; top: -1.5rem; right: 1.4rem;
  width: 3rem; height: 3rem; border-radius: 0.9rem;
  background: var(--card); color: var(--primary);
  border: 1px solid var(--border); box-shadow: 0 10px 24px rgba(16,32,43,0.12);
}

/* ---------- Arka plan orb'ları (yumuşak derinlik) ---------- */
.orb { position: fixed; z-index: -1; border-radius: 50%; filter: blur(70px); opacity: 0.5; pointer-events: none; }
.orb-1 { top: -6rem; left: -8rem; width: 28rem; height: 28rem; background: radial-gradient(circle, rgba(185,95,59,0.4), transparent 70%); animation: drift1 22s ease-in-out infinite; }
.orb-2 { top: 20rem; right: -10rem; width: 32rem; height: 32rem; background: radial-gradient(circle, rgba(24,58,74,0.32), transparent 70%); animation: drift2 26s ease-in-out infinite; }
@keyframes drift1 { 50% { transform: translate(3rem, 2rem) scale(1.08); } }
@keyframes drift2 { 50% { transform: translate(-2.5rem, 3rem) scale(1.05); } }

/* ---------- Bölüm tonu (ritim) ---------- */
.section-tint { background: linear-gradient(180deg, rgba(255,250,240,0.55), rgba(255,250,240,0.2)); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }

/* ---------- Scroll-reveal ---------- */
[data-reveal] { opacity: 0; transform: translateY(20px); transition: opacity 0.65s cubic-bezier(.22,.61,.36,1), transform 0.65s cubic-bezier(.22,.61,.36,1); will-change: opacity, transform; }
[data-reveal].in { opacity: 1; transform: none; }

/* ---------- Hero mockup süzülme ---------- */
.shot-float { animation: float 7s ease-in-out infinite; }
@keyframes float { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-12px); } }

/* ---------- Panel içi ışıma (roller / CTA) ---------- */
.roles-panel, .cta-box { position: relative; overflow: hidden; }
.roles-glow { position: absolute; top: -30%; right: -10%; width: 26rem; height: 26rem; background: radial-gradient(circle, rgba(185,95,59,0.35), transparent 68%); pointer-events: none; }
.cta-glow { position: absolute; bottom: -40%; left: -5%; width: 24rem; height: 24rem; background: radial-gradient(circle, rgba(185,95,59,0.12), transparent 70%); pointer-events: none; }
.roles-grid, .cta-box > div:not(.cta-glow) { position: relative; z-index: 1; }

/* ---------- Buton büyük varyant + micro ---------- */
.btn-lg { padding: 0.85rem 1.8rem; font-size: 1rem; }
.btn-primary:hover { box-shadow: 0 12px 30px rgba(24,58,74,0.3); }
.btn-accent:hover { box-shadow: 0 12px 30px rgba(185,95,59,0.35); }

/* ---------- Modal ikon ---------- */
.modal-ic { display: grid; place-items: center; width: 3rem; height: 3rem; border-radius: 0.9rem; background: var(--secondary); color: var(--primary); margin-bottom: 1rem; }

/* ---------- Nav gölge (scroll'da) ---------- */
.nav.scrolled { box-shadow: 0 6px 24px rgba(16,32,43,0.08); }

/* ---------- Menü toggle ikon ---------- */
.menu-toggle .ic { width: 1.35rem; height: 1.35rem; }

@media (max-width: 44rem) {
  .orb { display: none; }
  .port-badge { top: -1.4rem; right: 1.2rem; }
}

/* Dar mobil: nav kalabalığını çöz (logo marka için yeterli) */
@media (max-width: 30rem) {
  .brand-name { display: none; }
  .nav-actions { gap: 0.4rem; }
  .lang button { padding: 0.35rem 0.5rem; }
  #login-btn { padding: 0.45rem 0.8rem; }
  .nav-inner { padding: 0.6rem 1rem; }
}

/* ---------- Portale: alternatif showcase satırları ---------- */
.showcase { display: flex; flex-direction: column; gap: 3.5rem; }
.show-row { display: grid; grid-template-columns: 1.08fr 0.92fr; gap: 2.8rem; align-items: center; }
.show-row:nth-child(even) .show-media { order: 2; }
.show-media { min-width: 0; }
.show-shot {
  width: 100%; height: auto; display: block; border-radius: 0.8rem;
  box-shadow: 0 24px 50px -26px rgba(16,32,43,0.4);
}
.show-ic { display: grid; place-items: center; width: 3rem; height: 3rem; border-radius: 0.9rem; background: var(--secondary); color: var(--primary); margin-bottom: 1.1rem; }
.show-ic .ic { width: 1.55rem; height: 1.55rem; }
.show-copy h3 { font-size: 1.55rem; font-weight: 800; color: #10202b; margin-bottom: 0.6rem; }
.show-copy p { color: #4a5560; line-height: 1.75; font-size: 0.98rem; }
/* Aday: crafted mini, ekran görüntülerini yankılayan çerçeve */
.port-frame { background: #eef3f5; border: 1px solid var(--border); border-radius: 1rem; padding: clamp(1.5rem, 4vw, 3rem); box-shadow: 0 24px 50px -26px rgba(16,32,43,0.4); }
.port-frame .port-ui { box-shadow: 0 8px 20px rgba(16,32,43,0.1); }

@media (max-width: 56rem) {
  .show-row { grid-template-columns: 1fr; gap: 1.6rem; }
  .show-row:nth-child(even) .show-media { order: 0; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .btn, .mod, .val-ic, .mod-ic, .sec-ic, [data-reveal] { transition: none; }
  .shot-float, .orb-1, .orb-2 { animation: none; }
  [data-reveal] { opacity: 1; transform: none; }
}
