/*
Theme Name: Flatisler v2
Theme URI: https://flatisler.com
Author: Flatisler
Author URI: https://flatisler.com
Description: Flatisler v2 — dark dev-tool redesign. ACF Pro + WooCommerce + iOS API + JWT mobile REST API hepsi 1:1 korunmuş.
Version: 2.0.0
Requires at least: 6.0
Tested up to: 6.4
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: flatisler
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready, woocommerce
*/

/* =============================================================
   FLATISLER v2 — Dark / Dev-tool aesthetic
   Reference vibe: Vercel × Linear × Resend, with TR-red brand.
   ============================================================= */

:root {
  /* Surfaces — dark */
  --bg:        #08090c;
  --bg-2:      #0d0f14;
  --bg-3:      #14161c;
  --bg-card:   #15171e;
  --bg-elev:   #1a1d25;

  /* Ink */
  --ink:       #f4f4f5;
  --ink-2:     #e4e4e7;
  --muted:     #8b8d96;
  --muted-2:   #555861;
  --muted-3:   #3a3d44;

  /* Lines */
  --line:      #1c1f27;
  --line-2:    #262933;
  --line-3:    #3a3e49;

  /* Brand */
  --red:       #ff2d2d;
  --red-pure:  #e90505;
  --red-soft:  rgba(255, 45, 45, 0.12);
  --red-line:  rgba(255, 45, 45, 0.3);
  --red-glow:  0 0 60px rgba(255, 45, 45, 0.25);

  /* Status accents */
  --green:     #4ade80;
  --green-soft: rgba(74, 222, 128, 0.12);
  --yellow:    #fbbf24;
  --blue:      #60a5fa;

  /* Type */
  --font-sans: "Geist", -apple-system, "Segoe UI", sans-serif;
  --font-mono: "JetBrains Mono", "Geist Mono", ui-monospace, monospace;

  /* Layout */
  --gutter:    28px;
  --max:       1360px;
  --sec-y:     clamp(80px, 10vw, 144px);
}

* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
html { -webkit-font-smoothing: antialiased; scroll-behavior: smooth; }

body {
  font-family: var(--font-sans);
  font-size: 15.5px;
  line-height: 1.55;
  color: var(--ink);
  background: var(--bg);
  font-feature-settings: "ss01", "cv11";
  background-image:
    radial-gradient(ellipse 1200px 600px at 50% -100px, rgba(255, 45, 45, 0.10), transparent 70%),
    linear-gradient(var(--bg), var(--bg));
}

img, svg { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; cursor: pointer; }
input, textarea, select, button { font-family: inherit; color: inherit; }

::selection { background: var(--red); color: #fff; }

/* Ambient page-level spotlight — cursor-following red glow.
   --page-mx / --page-my are updated by assets/js/spotlight.js.
   Defaults position the glow at top-center before any movement. */
body::after {
  content: "";
  position: fixed;
  inset: -10vmax;
  pointer-events: none;
  z-index: 0;
  background: radial-gradient(600px circle at var(--page-mx, 50%) var(--page-my, 0%),
    rgba(255, 45, 45, 0.07),
    transparent 60%);
  transition: background-position .2s;
  will-change: background;
}
@media (hover: none) and (pointer: coarse) {
  body::after { display: none; }
}
@media (prefers-reduced-motion: reduce) {
  body::after { display: none; }
}
[data-motion="reduced"] body::after { display: none; }
/* Make sure interactive content sits above the glow layer. */
.nav, main, footer, .nav-mobile, .back-to-top, .reading-progress { position: relative; z-index: 1; }
.nav { z-index: 60; }
.nav-mobile { z-index: 55; }
.back-to-top { z-index: 90; }
.reading-progress { z-index: 100; }

/* ---------- Container ---------- */
.wrap { max-width: var(--max); margin: 0 auto; padding: 0 var(--gutter); }

/* ---------- Type ---------- */
h1, h2, h3, h4 { margin: 0; color: var(--ink); letter-spacing: -0.02em; font-weight: 600; }
p { margin: 0; }

.display {
  font-size: clamp(40px, 7.6vw, 124px);
  line-height: 0.94;
  letter-spacing: -0.045em;
  font-weight: 600;
}
h1 { font-size: clamp(32px, 5.4vw, 80px); line-height: 1.02; letter-spacing: -0.03em; font-weight: 600; }
h2 { font-size: clamp(26px, 4vw, 56px); line-height: 1.05; letter-spacing: -0.028em; }
h3 { font-size: clamp(19px, 1.8vw, 22px); line-height: 1.2; letter-spacing: -0.014em; }
h4 { font-size: clamp(15px, 1.4vw, 16px); line-height: 1.3; }

.lead { font-size: 18px; line-height: 1.55; color: var(--muted); max-width: 56ch; }
.muted { color: var(--muted); }

.label {
  font-family: var(--font-mono);
  font-size: 11.5px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--muted);
  font-weight: 500;
}
.label .red { color: var(--red); }
.label .grn { color: var(--green); }

.kbd-inline {
  font-family: var(--font-mono);
  font-size: 0.86em;
  background: var(--bg-3);
  padding: 1px 7px;
  border: 1px solid var(--line-2);
  border-radius: 4px;
  color: var(--ink-2);
}

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 11px 18px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.005em;
  border: 1px solid transparent;
  transition: all .15s ease;
  font-family: var(--font-sans);
  cursor: pointer;
  white-space: nowrap;
}
.btn .arrow { transition: transform .2s; }
.btn:hover .arrow { transform: translateX(2px); }

.btn-primary { background: var(--ink); color: var(--bg); font-weight: 600; }
.btn-primary:hover { background: #fff; }

.btn-red {
  background: var(--red);
  color: #fff;
  font-weight: 600;
  box-shadow: 0 0 0 1px rgba(255, 45, 45, 0.4), 0 8px 24px -8px rgba(255, 45, 45, 0.4);
}
.btn-red:hover { background: #ff4545; }

.btn-ghost { background: transparent; color: var(--ink); border-color: var(--line-2); }
.btn-ghost:hover { background: var(--bg-3); border-color: var(--line-3); }

.btn-sm { padding: 8px 14px; font-size: 13px; }
.btn-lg { padding: 14px 22px; font-size: 15px; }

/* ---------- Pills / Chips ---------- */
.pill {
  display: inline-flex; align-items: center; gap: 6px;
  padding: 4px 10px;
  border: 1px solid var(--line-2);
  border-radius: 999px;
  font-family: var(--font-mono);
  font-size: 11.5px;
  color: var(--muted);
  background: var(--bg-3);
}
.pill .dot {
  width: 6px; height: 6px; border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 0 0 rgba(74, 222, 128, .6);
  animation: pulse-grn 2.4s infinite;
}
.pill .dot.red { background: var(--red); animation-name: pulse-red; }
.pill.solid { background: var(--bg-elev); color: var(--ink-2); }

@keyframes pulse-grn {
  0% { box-shadow: 0 0 0 0 rgba(74, 222, 128, .55); }
  70% { box-shadow: 0 0 0 6px rgba(74, 222, 128, 0); }
  100% { box-shadow: 0 0 0 0 rgba(74, 222, 128, 0); }
}
@keyframes pulse-red {
  0% { box-shadow: 0 0 0 0 rgba(255, 45, 45, .55); }
  70% { box-shadow: 0 0 0 6px rgba(255, 45, 45, 0); }
  100% { box-shadow: 0 0 0 0 rgba(255, 45, 45, 0); }
}

.tag {
  display: inline-block;
  padding: 3px 8px;
  background: var(--bg-3);
  border: 1px solid var(--line-2);
  border-radius: 5px;
  font-family: var(--font-mono);
  font-size: 11px;
  color: var(--ink-2);
}
.tag.red { background: var(--red-soft); border-color: var(--red-line); color: var(--red); }
.tag.grn { background: var(--green-soft); border-color: rgba(74,222,128,.3); color: var(--green); }

/* ---------- Card ---------- */
.card {
  background: var(--bg-card);
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 28px;
}

/* ---------- Section ---------- */
section { padding: 60px 0; }
.sec-head { display: grid; grid-template-columns: 1.4fr 1fr; gap: 48px; align-items: end; margin-bottom: 64px; }
.sec-head .meta { display: flex; gap: 12px; align-items: center; margin-bottom: 18px; }
.sec-head h2 { max-width: 18ch; }
.sec-head .right { color: var(--muted); max-width: 44ch; font-size: 15.5px; }

@media (max-width: 820px) { .sec-head { grid-template-columns: 1fr; gap: 24px; margin-bottom: 40px; } }

.rule { height: 1px; background: var(--line); border: 0; margin: 0; }

/* ---------- NAV ---------- */
.nav {
  position: sticky; top: 0; z-index: 60;
  background: color-mix(in srgb, var(--bg) 80%, transparent);
  backdrop-filter: blur(16px) saturate(140%);
  -webkit-backdrop-filter: blur(16px) saturate(140%);
  border-bottom: 1px solid var(--line);
}
.nav-inner {
  display: flex; align-items: center; justify-content: space-between;
  height: 64px;
}
.nav-logo {
  display: inline-flex; align-items: baseline; gap: 4px;
  font-size: 18px; font-weight: 600; letter-spacing: -0.02em;
  color: var(--ink);
}
.nav-logo .lbox {
  background: var(--red);
  color: #fff;
  padding: 1px 7px 3px;
  border-radius: 5px;
  font-weight: 500;
  box-shadow: 0 0 0 1px rgba(255,45,45,.3), 0 4px 16px -4px rgba(255,45,45,.5);
}

.nav-center {
  display: flex; align-items: center; gap: 4px;
  padding: 4px;
  background: var(--bg-3);
  border: 1px solid var(--line-2);
  border-radius: 999px;
  list-style: none;
  margin: 0;
}
.nav-center > li { list-style: none; }
.nav-center a {
  display: inline-block;
  padding: 7px 14px;
  font-size: 13.5px;
  color: var(--muted);
  border-radius: 999px;
  transition: all .15s;
  white-space: nowrap;
}
.nav-center a:hover { color: var(--ink); }
.nav-center .current-menu-item > a,
.nav-center a.active { color: var(--ink); background: var(--bg-elev); box-shadow: inset 0 0 0 1px var(--line-3); }

.nav-right { display: flex; align-items: center; gap: 10px; }
.nav-right .status {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: var(--font-mono); font-size: 11.5px; color: var(--muted);
}
.nav-right .status .dot {
  width: 7px; height: 7px; border-radius: 50%; background: var(--green);
  box-shadow: 0 0 0 3px rgba(74,222,128,.12);
}

/* Mobile menu */
.nav-mobile-toggle {
  display: none;
  background: transparent;
  border: 1px solid var(--line-2);
  border-radius: 8px;
  padding: 8px 10px;
  color: var(--ink);
}
.nav-mobile-toggle:hover { background: var(--bg-3); }
.nav-mobile-toggle .bars { display: block; width: 18px; height: 2px; background: var(--ink); position: relative; }
.nav-mobile-toggle .bars::before,
.nav-mobile-toggle .bars::after {
  content: ""; position: absolute; left: 0; width: 18px; height: 2px; background: var(--ink);
}
.nav-mobile-toggle .bars::before { top: -6px; }
.nav-mobile-toggle .bars::after { top: 6px; }

.nav-mobile {
  display: none;
  position: fixed; inset: 64px 0 0 0;
  background: var(--bg);
  border-top: 1px solid var(--line);
  z-index: 55;
  overflow-y: auto;
  padding: 24px var(--gutter) 96px;
  animation: nav-mobile-in .18s ease-out;
}
@keyframes nav-mobile-in { from { opacity: 0; transform: translateY(-4px); } to { opacity: 1; transform: translateY(0); } }
.nav-mobile.open { display: block; }
body.nav-open { overflow: hidden; }

.nav-mobile ul { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 2px; counter-reset: nav-mob; }
.nav-mobile ul li { counter-increment: nav-mob; }
.nav-mobile ul > li > a {
  display: flex; align-items: center; justify-content: space-between;
  font-size: 22px; letter-spacing: -0.022em; font-weight: 500;
  color: var(--ink); padding: 18px 4px;
  border-bottom: 1px solid var(--line);
  text-decoration: none;
  transition: color .15s, padding-left .15s;
}
.nav-mobile ul > li > a::before {
  content: "0" counter(nav-mob);
  font-family: var(--font-mono); font-size: 11px; font-weight: 400;
  color: var(--muted-2); letter-spacing: 0.08em;
  margin-right: 16px; min-width: 24px;
}
.nav-mobile ul > li > a::after {
  content: "→";
  font-family: var(--font-mono); color: var(--muted-2); font-size: 16px;
  transition: transform .15s, color .15s;
}
.nav-mobile ul > li > a:hover, .nav-mobile ul > li > a:focus-visible { color: var(--red); padding-left: 8px; }
.nav-mobile ul > li > a:hover::after { color: var(--red); transform: translateX(4px); }
.nav-mobile ul > li.current-menu-item > a { color: var(--red); }
.nav-mobile ul > li.current-menu-item > a::after { color: var(--red); }

/* Active hamburger close-icon */
.nav-mobile-toggle[aria-expanded="true"] .bars { background: transparent; }
.nav-mobile-toggle[aria-expanded="true"] .bars::before { top: 0; transform: rotate(45deg); }
.nav-mobile-toggle[aria-expanded="true"] .bars::after  { top: 0; transform: rotate(-45deg); }
.nav-mobile-toggle .bars,
.nav-mobile-toggle .bars::before,
.nav-mobile-toggle .bars::after { transition: transform .18s, top .18s, background .12s; }

@media (max-width: 980px) {
  .nav-center { display: none; }
  .nav-mobile-toggle { display: inline-flex; align-items: center; gap: 8px; }
}
@media (max-width: 720px) {
  .nav-right .status { display: none; }
  .nav-right .btn-sm { display: none; } /* free space on phones; CTA already inside menu */
}

/* ---------- FOOTER ---------- */
.foot {
  background: var(--bg);
  border-top: 1px solid var(--line);
  padding-top: 80px;
}
.foot-grid {
  display: grid; grid-template-columns: 1.2fr 2fr 0.9fr 0.9fr;
  gap: 56px;
  padding-bottom: 64px;
}
@media (min-width: 921px) {
  .foot ul a { white-space: nowrap; }
}
.foot h5 {
  font-family: var(--font-mono);
  font-size: 11px; letter-spacing: 0.1em; text-transform: uppercase;
  color: var(--muted-2); font-weight: 500;
  margin-bottom: 20px;
  margin-top: 0;
}
.foot ul { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 12px; }
.foot ul a { font-size: 14px; color: var(--ink-2); }
.foot ul a:hover { color: var(--red); }

.foot-about p { color: var(--muted); font-size: 14px; max-width: 38ch; margin: 18px 0 0; }
.foot-bottom {
  border-top: 1px solid var(--line);
  padding: 24px 0;
  display: flex; justify-content: space-between; align-items: center;
  gap: 24px; font-family: var(--font-mono); font-size: 12px; color: var(--muted);
}
.foot-bottom .right { display: flex; gap: 24px; }

@media (max-width: 820px) {
  .foot-grid { grid-template-columns: 1fr 1fr; gap: 40px; }
  .foot-bottom { flex-direction: column; align-items: flex-start; }
}

/* Pre-footer CTA */
.pre-foot { padding: 0; border-top: 1px solid var(--line); }
.pre-foot .wrap { padding-top: 60px; padding-bottom: 60px; }
.pre-foot-card {
  position: relative;
  border: 1px solid var(--line-2);
  border-radius: 24px;
  background: var(--bg-2);
  padding: clamp(48px, 7vw, 96px);
  overflow: hidden;
}
.pre-foot-card .glow {
  position: absolute; inset: 0; opacity: .5;
  background-image:
    radial-gradient(circle at 20% 20%, rgba(255,45,45,.15), transparent 40%),
    radial-gradient(circle at 80% 80%, rgba(255,45,45,.08), transparent 40%);
  pointer-events: none;
}
.pre-foot-card .grid-tex {
  position: absolute; inset: 0; pointer-events: none;
  background-image:
    linear-gradient(to right, var(--line) 1px, transparent 1px),
    linear-gradient(to bottom, var(--line) 1px, transparent 1px);
  background-size: 56px 56px; opacity: .35;
  mask-image: radial-gradient(ellipse 80% 80% at 50% 50%, black, transparent 80%);
  -webkit-mask-image: radial-gradient(ellipse 80% 80% at 50% 50%, black, transparent 80%);
}
.pre-foot-grid {
  position: relative; display: grid; grid-template-columns: 1.6fr 1fr; gap: 48px; align-items: center;
}
.pre-foot-grid h2 {
  font-size: clamp(36px,5vw,72px); line-height: 1; letter-spacing: -.035em; font-weight: 600;
  margin-bottom: 24px; max-width: 14ch;
}
.pre-foot-grid .desc { color: var(--muted); max-width: 46ch; font-size: 16px; }
.pre-foot-grid .ctas { display: flex; flex-direction: column; gap: 10px; }
.pre-foot-grid .ctas .btn { justify-content: space-between; width: 100%; }
@media (max-width: 820px) { .pre-foot-grid { grid-template-columns: 1fr; gap: 32px; } }

/* ---------- Page hero (interior) ---------- */
.page-hero {
  padding: 64px 0 80px;
  border-bottom: 1px solid var(--line);
}
.crumb {
  display: flex; gap: 8px; align-items: center; flex-wrap: wrap;
  font-family: var(--font-mono); font-size: 11.5px; color: var(--muted);
  margin-bottom: 28px;
}
.crumb a:hover { color: var(--red); }
.crumb .sep { color: var(--muted-2); }

/* ---------- Grid helpers ---------- */
.g-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.g-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.g-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
@media (max-width: 920px) { .g-3, .g-4 { grid-template-columns: 1fr 1fr; } }
@media (max-width: 620px) { .g-2, .g-3, .g-4 { grid-template-columns: 1fr; } }

.num, .mono { font-family: var(--font-mono); font-variant-numeric: tabular-nums; }

.grid-bg {
  position: relative;
  background-image:
    linear-gradient(to right, var(--line) 1px, transparent 1px),
    linear-gradient(to bottom, var(--line) 1px, transparent 1px);
  background-size: 40px 40px;
  background-position: -1px -1px;
}
.dot-bg {
  background-image: radial-gradient(var(--line-3) 1px, transparent 1px);
  background-size: 24px 24px;
  background-position: -12px -12px;
}

.arrow-circle {
  width: 36px; height: 36px; border-radius: 50%;
  border: 1px solid var(--line-2);
  display: inline-flex; align-items: center; justify-content: center;
  transition: background .2s, color .2s, border-color .2s;
  flex-shrink: 0;
}

.ilink {
  display: inline-flex; align-items: center; gap: 6px;
  color: var(--ink); border-bottom: 1px solid var(--line-2);
  padding-bottom: 2px; font-size: 14px;
  transition: color .15s, border-color .15s;
}
.ilink:hover { color: var(--red); border-color: var(--red); }
.ilink svg { transition: transform .2s; }
.ilink:hover svg { transform: translateX(2px); }

/* =============================================================
   WORDPRESS CORE OVERRIDES
   ============================================================= */

/* Admin bar */
.admin-bar .nav { top: 32px; }
@media (max-width: 782px) { .admin-bar .nav { top: 46px; } .admin-bar .nav-mobile { top: 110px; } }

/* Alignment */
.alignleft { float: left; margin: 0 1.5rem 1rem 0; }
.alignright { float: right; margin: 0 0 1rem 1.5rem; }
.aligncenter { display: block; margin: 0 auto 1rem; }
.alignwide { max-width: var(--max); margin-left: auto; margin-right: auto; }
.alignfull { width: 100vw; margin-left: calc(50% - 50vw); }

/* WP block adjustments */
.wp-block-image img { border-radius: 12px; }
.wp-block-quote, blockquote {
  border-left: 3px solid var(--red);
  padding: 12px 0 12px 20px;
  margin: 24px 0;
  color: var(--ink-2);
  font-style: italic;
}
.wp-block-code, pre {
  background: var(--bg-3);
  border: 1px solid var(--line-2);
  border-radius: 8px;
  padding: 16px;
  font-family: var(--font-mono);
  font-size: 13px;
  color: var(--ink-2);
  overflow-x: auto;
  margin: 20px 0;
}
code {
  font-family: var(--font-mono);
  background: var(--bg-3);
  border: 1px solid var(--line-2);
  border-radius: 4px;
  padding: 2px 6px;
  font-size: 0.85em;
  color: var(--ink-2);
}
pre code { background: transparent; border: 0; padding: 0; }
hr { border: 0; border-top: 1px solid var(--line); margin: 32px 0; }

/* Forms */
input[type="text"], input[type="email"], input[type="tel"], input[type="url"],
input[type="password"], input[type="search"], input[type="number"],
textarea, select {
  background: var(--bg-3);
  border: 1px solid var(--line-2);
  border-radius: 8px;
  padding: 11px 14px;
  color: var(--ink);
  font-size: 14px;
  width: 100%;
  transition: border-color .15s, background .15s;
}
input[type="text"]:focus, input[type="email"]:focus, input[type="tel"]:focus,
input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus,
input[type="number"]:focus, textarea:focus, select:focus {
  outline: none;
  border-color: var(--red-line);
  background: var(--bg-elev);
}
textarea { min-height: 140px; resize: vertical; }
label { display: block; font-family: var(--font-mono); font-size: 11.5px; letter-spacing: 0.08em; text-transform: uppercase; color: var(--muted); margin-bottom: 6px; }

input[type="checkbox"], input[type="radio"] {
  accent-color: var(--red);
  width: 16px; height: 16px;
  margin-right: 8px;
}

/* Comments */
.comments-area { margin-top: 48px; padding-top: 32px; border-top: 1px solid var(--line); }
.comment-list { list-style: none; padding: 0; margin: 0 0 40px; }
.comment-list li { padding: 20px 0; border-bottom: 1px solid var(--line); }
.comment-meta { display: flex; gap: 12px; align-items: center; margin-bottom: 8px; font-family: var(--font-mono); font-size: 12px; color: var(--muted); }
.comment-author { color: var(--ink); font-weight: 500; }
.comment-content { color: var(--ink-2); font-size: 14.5px; }
.comment-respond { background: var(--bg-2); border: 1px solid var(--line); border-radius: 14px; padding: 28px; }

/* Pagination */
.pagination, .nav-links {
  display: flex; gap: 6px; flex-wrap: wrap; justify-content: center;
  margin: 48px 0;
}
.pagination .page-numbers, .nav-links a, .nav-links span {
  display: inline-flex; align-items: center; justify-content: center;
  min-width: 38px; height: 38px; padding: 0 12px;
  border: 1px solid var(--line-2); border-radius: 8px;
  font-family: var(--font-mono); font-size: 13px;
  color: var(--muted);
  background: var(--bg-3);
  transition: border-color .15s, color .15s, background .15s;
}
.pagination .page-numbers:hover, .nav-links a:hover { border-color: var(--red-line); color: var(--ink); }
.pagination .current, .nav-links .current {
  background: var(--ink); color: var(--bg); border-color: var(--ink);
}

/* Search form */
.search-form { display: flex; gap: 8px; align-items: stretch; }
.search-form input[type="search"] { flex: 1; }
.search-form button { padding: 0 18px; background: var(--ink); color: var(--bg); border: 0; border-radius: 8px; font-weight: 600; cursor: pointer; }

/* =============================================================
   WOOCOMMERCE OVERRIDES (cart, checkout, single product, archive)
   ============================================================= */

.woocommerce-message, .woocommerce-info, .woocommerce-error {
  background: var(--bg-card);
  border: 1px solid var(--line-2);
  border-left: 3px solid var(--red);
  border-radius: 8px;
  padding: 14px 18px;
  color: var(--ink-2);
  font-size: 14px;
  margin: 0 0 20px;
  list-style: none;
}
.woocommerce-message { border-left-color: var(--green); }

.woocommerce ul.products {
  list-style: none; padding: 0; margin: 0;
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px;
}
@media (max-width: 920px) { .woocommerce ul.products { grid-template-columns: 1fr 1fr; } }
@media (max-width: 620px) { .woocommerce ul.products { grid-template-columns: 1fr; } }

.woocommerce button.button, .woocommerce a.button, .woocommerce-button, .woocommerce input[type="submit"].button {
  background: var(--red);
  color: #fff;
  font-weight: 600;
  border: 1px solid var(--red);
  border-radius: 8px;
  padding: 11px 18px;
  font-size: 14px;
  cursor: pointer;
  transition: background .15s, border-color .15s;
}
.woocommerce button.button:hover, .woocommerce a.button:hover { background: #ff4545; border-color: #ff4545; }

.woocommerce .quantity input.qty {
  width: 70px; text-align: center;
}

.cart-stepper, .checkout-stepper {
  display: flex; gap: 0; align-items: center;
  margin-bottom: 32px;
  font-family: var(--font-mono); font-size: 12px;
}
.cart-stepper .step, .checkout-stepper .step {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 8px 14px; border: 1px solid var(--line-2); border-radius: 999px;
  color: var(--muted); background: var(--bg-3);
}
.cart-stepper .step.on, .checkout-stepper .step.on {
  background: var(--ink); color: var(--bg); border-color: var(--ink);
}
.cart-stepper .step .num, .checkout-stepper .step .num {
  width: 18px; height: 18px; border-radius: 50%;
  background: var(--bg-elev); color: var(--ink-2);
  display: inline-flex; align-items: center; justify-content: center;
  font-size: 10px; font-weight: 600;
}
.cart-stepper .step.on .num, .checkout-stepper .step.on .num { background: var(--bg); color: var(--ink); }
.cart-stepper .sep, .checkout-stepper .sep { width: 24px; height: 1px; background: var(--line-2); margin: 0 4px; }

/* =============================================================
   PAGE-SPECIFIC STYLES — appended by phase
   (homepage, about, services, references, blog, contact, woo)
   ============================================================= */

/* === HOMEPAGE === */
.hero { padding-top: 30px; padding-bottom: 30px; position: relative; overflow: hidden; }
.hero-top {
  display: flex; justify-content: space-between; align-items: center; gap: 24px;
  margin-bottom: 30px; flex-wrap: wrap;
  font-family: var(--font-mono); font-size: 11.5px;
  text-transform: uppercase; letter-spacing: 0.12em; color: var(--muted);
}
.hero-top .left { display: flex; gap: 24px; align-items: center; flex-wrap: wrap; }
.hero-top .left b { color: var(--ink); font-weight: 500; }
.hero-top .right { display: flex; gap: 12px; align-items: center; }
.hero-top .right .v { color: var(--ink-2); font-weight: 500; }

.hero-headline {
  font-size: clamp(56px, 9vw, 140px);
  line-height: 0.92; letter-spacing: -0.045em;
  font-weight: 600; margin: 0 0 28px;
  max-width: 12ch;
}
.hero-headline .strike {
  text-decoration: line-through;
  text-decoration-thickness: 5px;
  text-decoration-color: var(--red);
  color: var(--muted-2);
}
.hero-headline .red { color: var(--red); }

.hero-sub {
  font-size: clamp(18px, 1.6vw, 22px); line-height: 1.45;
  color: var(--muted); max-width: 52ch; margin: 0 0 40px;
}
.hero-sub b { color: var(--ink-2); font-weight: 500; }

.hero-ctas { display: flex; gap: 10px; flex-wrap: wrap; }

.hero-dash {
  margin-top: 96px;
  display: grid; grid-template-columns: 1.2fr 1fr 1.4fr;
  background: var(--bg-2);
  border: 1px solid var(--line-2);
  border-radius: 16px;
  overflow: hidden;
}
.hero-dash > div { padding: 28px 28px; border-right: 1px solid var(--line); }
.hero-dash > div:last-child { border-right: 0; }

.dash-head { display: flex; justify-content: space-between; align-items: center; margin-bottom: 28px; }
.dash-head .label { font-size: 10.5px; }
.dash-head .live {
  display: inline-flex; align-items: center; gap: 6px;
  font-family: var(--font-mono); font-size: 10.5px;
  color: var(--green); letter-spacing: 0.1em;
}
.dash-head .live::before {
  content: ""; width: 6px; height: 6px; border-radius: 50%; background: var(--green);
  box-shadow: 0 0 0 3px rgba(74,222,128,.15);
  animation: pulse-grn 1.8s infinite;
}

.dash-counters { display: flex; flex-direction: column; gap: 24px; }
.dash-counters .row {
  display: flex; justify-content: space-between; align-items: baseline;
  padding-bottom: 14px; border-bottom: 1px dashed var(--line-2);
}
.dash-counters .row:last-child { border-bottom: 0; padding-bottom: 0; }
.dash-counters .v {
  font-family: var(--font-mono); font-variant-numeric: tabular-nums;
  font-size: 38px; font-weight: 500;
  color: var(--ink); letter-spacing: -0.02em; line-height: 1;
}
.dash-counters .v small { font-size: 14px; color: var(--muted-2); margin-left: 4px; }
.dash-counters .l { font-family: var(--font-mono); font-size: 11px; color: var(--muted); text-transform: uppercase; letter-spacing: 0.08em; }

.dash-ring { display: flex; flex-direction: column; gap: 12px; align-items: center; justify-content: center; }
.ring { position: relative; width: 156px; height: 156px; }
.ring svg { width: 100%; height: 100%; transform: rotate(-90deg); }
.ring .v { position: absolute; inset: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 2px; }
.ring .v .n { font-family: var(--font-mono); font-size: 32px; font-weight: 500; font-variant-numeric: tabular-nums; letter-spacing: -0.02em; }
.ring .v .l { font-family: var(--font-mono); font-size: 10px; color: var(--muted); text-transform: uppercase; letter-spacing: 0.1em; }

.deploy-log { font-family: var(--font-mono); font-size: 12px; line-height: 1.8; }
.deploy-log .ln {
  display: grid; grid-template-columns: 56px 1fr auto 60px;
  gap: 12px; align-items: center;
  padding: 5px 0; border-bottom: 1px dashed var(--line);
}
.deploy-log .ln:last-child { border-bottom: 0; }
.deploy-log .ts { color: var(--muted-2); }
.deploy-log .nm { color: var(--ink-2); overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.deploy-log .sha { color: var(--muted); font-size: 11px; }
.deploy-log .status { color: var(--green); display: inline-flex; align-items: center; gap: 4px; justify-content: flex-end; }
.deploy-log .status.warn { color: var(--yellow); }
.deploy-log .status.fail { color: var(--red); }

@media (max-width: 980px) {
  .hero-dash { grid-template-columns: 1fr; }
  .hero-dash > div { border-right: 0; border-bottom: 1px solid var(--line); }
  .hero-dash > div:last-child { border-bottom: 0; }
}

/* Ticker */
.ticker {
  border-top: 1px solid var(--line); border-bottom: 1px solid var(--line);
  padding: 18px 0; overflow: hidden; background: var(--bg);
}
.ticker .ticker-track {
  display: flex; gap: 56px; white-space: nowrap;
  animation: tickerScroll 40s linear infinite;
  font-family: var(--font-mono); font-size: 12.5px; color: var(--muted);
  letter-spacing: 0.06em; text-transform: uppercase;
  width: max-content;
}
.ticker .ticker-track .s { display: inline-flex; align-items: center; gap: 14px; }
.ticker .ticker-track .s b { color: var(--ink-2); font-weight: 500; }
.ticker .ticker-track .s .r { color: var(--red); }
@keyframes tickerScroll { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* Bento (services) */
.bento {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-auto-rows: minmax(180px, auto);
  gap: 12px;
}
.bento-cell {
  background: var(--bg-card);
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 28px;
  display: flex; flex-direction: column; gap: 14px;
  transition: border-color .2s, transform .2s;
  position: relative; overflow: hidden;
}
.bento-cell:hover { border-color: var(--line-3); }
.bento-cell .hd { display: flex; justify-content: space-between; align-items: flex-start; gap: 12px; }
.bento-cell h3 { font-size: 22px; max-width: 16ch; }
.bento-cell h3 .red { color: var(--red); }
.bento-cell p { color: var(--muted); font-size: 13.5px; line-height: 1.5; }
.bento-cell .ic {
  width: 40px; height: 40px; border-radius: 10px;
  background: var(--bg-3); display: flex; align-items: center; justify-content: center;
  flex-shrink: 0; color: var(--ink-2);
}
.bento-cell .footer-row { margin-top: auto; padding-top: 12px; display: flex; justify-content: space-between; align-items: center; }
.bento-cell .footer-row .arrow-c {
  width: 30px; height: 30px; border-radius: 50%;
  background: var(--bg-3); border: 1px solid var(--line-2);
  display: flex; align-items: center; justify-content: center; color: var(--muted);
  transition: background .15s, color .15s;
}
.bento-cell:hover .arrow-c { background: var(--red); color: #fff; border-color: var(--red); }

.c-w3 { grid-column: span 3; }
.c-w2 { grid-column: span 2; }
.c-w4 { grid-column: span 4; }
.c-h2 { grid-row: span 2; }

.bento-cell.featured {
  background: var(--bg-2);
  border-color: var(--line-2);
  position: relative;
}
.bento-cell.featured::before {
  content: ""; position: absolute; inset: 0;
  background-image: linear-gradient(to right, var(--line) 1px, transparent 1px), linear-gradient(to bottom, var(--line) 1px, transparent 1px);
  background-size: 40px 40px;
  opacity: 0.5;
  mask-image: linear-gradient(135deg, transparent, black);
  -webkit-mask-image: linear-gradient(135deg, transparent, black);
  pointer-events: none;
  z-index: 0;
}
.bento-cell.featured > * { position: relative; z-index: 1; }
.bento-cell.featured h3 { font-size: 28px; max-width: 18ch; }
.bento-cell.featured h3 em {
  background: var(--red-soft); color: var(--red);
  padding: 0 8px; border-radius: 4px; font-style: normal;
}
@media (max-width: 920px) {
  .bento { grid-template-columns: repeat(2, 1fr); }
  .c-w3, .c-w2, .c-w4 { grid-column: span 2; }
  .c-h2 { grid-row: span 1; }
}
@media (max-width: 620px) {
  .bento { grid-template-columns: 1fr; }
  .c-w3, .c-w2, .c-w4 { grid-column: span 1; }
}

/* Bento featured app icon wall */
.bento-app-icons {
  display: flex; gap: 14px; flex-wrap: wrap;
  margin: 12px 0 16px;
  align-items: center; justify-content: flex-start;
  flex: 1;
}
.bento-app-icon {
  width: 90px; height: 90px;
  border-radius: 20px;
  background: var(--bg-3);
  border: 1px solid var(--line-3);
  box-shadow: 0 4px 16px rgba(0,0,0,.10), 0 8px 22px -8px rgba(0,0,0,.5);
  overflow: hidden;
  display: flex; align-items: center; justify-content: center;
  position: relative;
  transition: transform .15s, border-color .15s;
  flex-shrink: 0;
}
.bento-cell:hover .bento-app-icon { transform: translateY(-2px); border-color: var(--line); }
.bento-app-icon img { width: 100%; height: 100%; object-fit: cover; }
.bento-app-icon .letter {
  font-family: var(--font-mono);
  font-size: 22px; font-weight: 700; letter-spacing: -.02em;
  color: var(--muted);
}
.bento-app-icon.placeholder.tone-red    { background: linear-gradient(135deg, var(--red-soft), var(--bg-3)); border-color: var(--red-line); }
.bento-app-icon.placeholder.tone-red    .letter { color: var(--red); }
.bento-app-icon.placeholder.tone-green  { background: linear-gradient(135deg, var(--green-soft), var(--bg-3)); border-color: rgba(74,222,128,.3); }
.bento-app-icon.placeholder.tone-green  .letter { color: var(--green); }
.bento-app-icon.placeholder.tone-amber  { background: linear-gradient(135deg, rgba(251,191,36,.12), var(--bg-3)); border-color: rgba(251,191,36,.3); }
.bento-app-icon.placeholder.tone-amber  .letter { color: var(--yellow); }
.bento-app-icon.placeholder.tone-blue   { background: linear-gradient(135deg, rgba(96,165,250,.12), var(--bg-3)); border-color: rgba(96,165,250,.3); }
.bento-app-icon.placeholder.tone-blue   .letter { color: var(--blue); }
@media (max-width: 540px) {
  .bento-app-icon { width: 70px; height: 70px; border-radius: 16px; }
  .bento-app-icon .letter { font-size: 22px; }
}

/* Browser stack — hizmet detay web hero için (3 floating browser, diagonal yerleşim) */
.browser-hero-visual {
  position: relative;
  height: 540px;
  display: flex; align-items: center; justify-content: center;
}
.browser-stack {
  position: relative;
  width: 100%;
  max-width: 560px;
  height: 540px;
}
.browser-window {
  position: absolute;
  border-radius: 10px;
  background: var(--bg-2);
  border: 1px solid var(--line-3);
  overflow: hidden;
  display: flex; flex-direction: column;
}
.browser-window .chrome {
  display: flex; align-items: center; gap: 5px;
  padding: 8px 12px;
  background: var(--bg-elev);
  border-bottom: 1px solid var(--line);
  flex-shrink: 0;
}
.browser-window .chrome .dot { width: 9px; height: 9px; border-radius: 50%; background: var(--muted-3); flex-shrink: 0; }
.browser-window .chrome .dot.r { background: #ff5f56; }
.browser-window .chrome .dot.y { background: #ffbd2e; }
.browser-window .chrome .dot.g { background: #27c93f; }
.browser-window .chrome .url {
  margin-left: 6px;
  font-family: var(--font-mono); font-size: 10.5px;
  color: var(--muted);
  background: var(--bg-2);
  padding: 3px 9px; border-radius: 5px;
  flex: 1;
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
.browser-window .viewport { flex: 1; overflow: hidden; background: var(--bg-3); position: relative; }
.browser-window .viewport img { width: 100%; height: 100%; object-fit: cover; object-position: top; display: block; }
.browser-window .viewport .placeholder-label {
  position: absolute; inset: 0;
  display: flex; align-items: center; justify-content: center;
  font-family: var(--font-mono); font-size: 12px;
  color: var(--muted);
}

/* Front: merkezde, en büyük, gölgeli */
.browser-front {
  z-index: 3;
  left: 60%; top: 50%;
  width: 440px;
  aspect-ratio: 16/10;
  transform: translate(-50%, -50%) rotate(-2deg);
  box-shadow: 0 30px 80px -20px rgba(0,0,0,.7), 0 0 0 1px rgba(255,255,255,.04);
}
/* Back-left: sol-üst köşe, sola eğimli */
.browser-back-l {
  z-index: 1;
  left: 0; top: 0;
  width: 400px;
  aspect-ratio: 16/10;
  transform: rotate(-8deg);
  transform-origin: top left;
  opacity: 0.85;
  box-shadow: 0 16px 40px -12px rgba(0,0,0,.5);
}
/* Back-right: sağ-alt, sağa eğimli */
.browser-back-r {
  z-index: 2;
  bottom: 0;
  width: 350px;
  aspect-ratio: 16/10;
  transform: rotate(7deg);
  transform-origin: bottom right;
  opacity: 0.9;
  box-shadow: 0 20px 50px -15px rgba(0,0,0,.55);
}

@media (max-width: 920px) {
  .browser-hero-visual { height: 420px; }
  .browser-stack { height: 420px; max-width: 460px; }
  .browser-front { width: 360px; }
  .browser-back-l { width: 210px; }
  .browser-back-r { width: 230px; }
}
@media (max-width: 540px) {
  .browser-hero-visual { height: 340px; }
  .browser-stack { height: 340px; }
  .browser-front { width: 280px; }
  .browser-back-l { width: 160px; }
  .browser-back-r { width: 180px; }
}

/* Bento web gallery — 3'lü 16:9 referans şotları, her zaman browser-chrome'lu */
.bento-web-gallery {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px;
  margin: 12px 0 16px;
  flex: 1;
}
.bento-web-shot {
  position: relative;
  aspect-ratio: 16 / 10;
  border-radius: 10px;
  background: var(--bg-3);
  border: 1px solid var(--line-3);
  box-shadow: 0 8px 22px -10px rgba(0,0,0,.6);
  overflow: hidden;
  transition: transform .15s, border-color .15s;
  display: flex; flex-direction: column;
}
.bento-cell:hover .bento-web-shot,
.bento-web-shot:hover { transform: translateY(-2px); border-color: var(--line); }

/* Browser chrome - macOS taklit */
.bento-web-shot .browser-chrome {
  display: flex; align-items: center; gap: 4px;
  padding: 6px 10px;
  background: var(--bg-elev);
  border-bottom: 1px solid var(--line);
  flex-shrink: 0;
}
.bento-web-shot .browser-chrome .dot { width: 6px; height: 6px; border-radius: 50%; background: var(--muted-3); flex-shrink: 0; }
.bento-web-shot .browser-chrome .dot.r { background: #ff5f56; }
.bento-web-shot .browser-chrome .dot.y { background: #ffbd2e; }
.bento-web-shot .browser-chrome .dot.g { background: #27c93f; }
.bento-web-shot .browser-chrome .url {
  margin-left: 6px;
  font-family: var(--font-mono); font-size: 9px;
  color: var(--muted);
  background: var(--bg-2);
  padding: 2px 6px; border-radius: 3px;
  flex: 1;
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}

/* Viewport */
.bento-web-shot .viewport {
  flex: 1; position: relative; overflow: hidden;
  display: flex; flex-direction: column;
  background: var(--bg-2);
}
.bento-web-shot .viewport img { width: 100%; height: 100%; object-fit: cover; object-position: top; display: block; }
.bento-web-shot .viewport .placeholder-label {
  position: absolute; inset: 0;
  display: flex; align-items: center; justify-content: center;
  font-family: var(--font-mono); font-size: 11px;
  color: var(--muted);
  padding: 6px; text-align: center;
}

/* Placeholder içerik (görsel yokken) */
.bento-web-shot.placeholder .viewport {
  padding: 10px;
  gap: 5px;
}
.bento-web-shot.placeholder .viewport .line { height: 4px; background: var(--line-3); border-radius: 2px; }
.bento-web-shot.placeholder .viewport .line.w70 { width: 70%; background: var(--ink-2); opacity: .8; }
.bento-web-shot.placeholder .viewport .line.w50 { width: 50%; }
.bento-web-shot.placeholder .viewport .grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 4px; margin-top: 4px; }
.bento-web-shot.placeholder .viewport .tile { background: var(--line); aspect-ratio: 1; border-radius: 2px; }
.bento-web-shot.placeholder.tone-red   .viewport .tile:nth-child(1) { background: var(--red-soft); }
.bento-web-shot.placeholder.tone-green .viewport .tile:nth-child(2) { background: var(--green-soft); }

@media (max-width: 540px) {
  .bento-web-gallery { grid-template-columns: 1fr; gap: 8px; }
}

/* Featured case study */
.fcs {
  border: 1px solid var(--line-2); border-radius: 20px;
  background: var(--bg-2); overflow: hidden;
  display: grid; grid-template-columns: 1.1fr 1fr; align-items: stretch;
}
.fcs .left { padding: clamp(40px, 5vw, 64px); display: flex; flex-direction: column; gap: 24px; }
.fcs .meta-row { display: flex; gap: 16px; align-items: center; flex-wrap: wrap; }
.fcs h3 { font-size: clamp(28px, 3.4vw, 44px); line-height: 1.05; letter-spacing: -0.025em; max-width: 18ch; }
.fcs h3 .red { color: var(--red); }
.fcs p { color: var(--muted); font-size: 15.5px; max-width: 44ch; }
.fcs .metrics { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; margin-top: auto; padding-top: 24px; border-top: 1px solid var(--line); }
.fcs .metrics .m { padding-right: 16px; }
.fcs .metrics .m .v {
  font-family: var(--font-mono); font-variant-numeric: tabular-nums;
  font-size: 34px; font-weight: 500; letter-spacing: -0.02em; line-height: 1;
}
.fcs .metrics .m .v.red { color: var(--red); }
.fcs .metrics .m .l { font-family: var(--font-mono); font-size: 11px; color: var(--muted); text-transform: uppercase; letter-spacing: 0.08em; margin-top: 6px; }
.fcs .right { background: var(--bg-3); border-left: 1px solid var(--line); position: relative; min-height: 460px; }
.fcs .right img { width: 100%; height: 100%; object-fit: cover; position: absolute; inset: 0; }
@media (max-width: 920px) { .fcs { grid-template-columns: 1fr; } .fcs .right { min-height: 280px; } }

/* Work list */
.work-list { border: 1px solid var(--line); border-radius: 14px; overflow: hidden; background: var(--bg-2); }
.work-list .head {
  display: grid; grid-template-columns: 130px 1.4fr 1fr 1fr 120px 40px;
  gap: 16px; padding: 14px 24px;
  background: var(--bg-3); border-bottom: 1px solid var(--line);
  font-family: var(--font-mono); font-size: 10.5px; color: var(--muted-2);
  text-transform: uppercase; letter-spacing: 0.1em;
}
.work-list .row {
  display: grid; grid-template-columns: 130px 1.4fr 1fr 1fr 120px 40px;
  gap: 16px; padding: 16px 24px;
  align-items: center; border-bottom: 1px solid var(--line);
  transition: background .15s;
  font-family: var(--font-mono); font-size: 13px;
}
.work-list .row:last-child { border-bottom: 0; }
.work-list .row:hover { background: var(--bg-3); }
.work-list .row .yr { color: var(--muted); }
.work-list .row .nm { color: var(--ink); font-weight: 500; font-family: var(--font-sans); font-size: 15px; letter-spacing: -0.01em; }
.work-list .row .stack { color: var(--muted); font-family: var(--font-mono); font-size: 12px; }
.work-list .row .status { color: var(--green); display: inline-flex; align-items: center; gap: 6px; }
.work-list .row .status::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: var(--green); }
.work-list .row .metric { font-variant-numeric: tabular-nums; color: var(--ink-2); }
.work-list .row .arr { color: var(--muted); display: flex; justify-content: flex-end; transition: color .15s, transform .15s; }
.work-list .row:hover .arr { color: var(--red); transform: translateX(2px); }
@media (max-width: 820px) {
  .work-list .head { display: none; }
  .work-list .row { grid-template-columns: 1fr; gap: 6px; padding: 18px 20px; }
  .work-list .row .yr { font-size: 11px; }
  .work-list .row .stack, .work-list .row .status, .work-list .row .metric { font-size: 12px; }
  .work-list .row .arr { display: none; }
}

/* Stats */
.stats-grid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px;
  background: var(--line); border: 1px solid var(--line); border-radius: 14px; overflow: hidden;
}
.stats-grid .s { background: var(--bg); padding: 36px 28px; display: flex; flex-direction: column; gap: 8px; position: relative; }
.stats-grid .s .v {
  font-family: var(--font-mono); font-variant-numeric: tabular-nums;
  font-size: clamp(40px, 5vw, 72px); font-weight: 500; letter-spacing: -0.04em; line-height: 1;
}
.stats-grid .s .v small { color: var(--red); font-size: 0.5em; vertical-align: super; margin-left: 4px; }
.stats-grid .s .l { font-family: var(--font-mono); font-size: 11px; color: var(--muted); text-transform: uppercase; letter-spacing: 0.08em; margin-top: 6px; }
.stats-grid .s .delta { font-family: var(--font-mono); font-size: 11px; color: var(--green); margin-top: 2px; }
@media (max-width: 820px) { .stats-grid { grid-template-columns: 1fr 1fr; } }

/* Stack */
.stack-grid {
  display: grid; grid-template-columns: repeat(6, 1fr);
  border: 1px solid var(--line); border-radius: 14px; overflow: hidden;
  background: var(--bg-2);
}
.stack-cell {
  padding: 24px 18px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  display: flex; flex-direction: column; gap: 8px; align-items: flex-start;
  transition: background .15s;
}
.stack-cell:hover { background: var(--bg-3); }
.stack-cell:nth-child(6n) { border-right: 0; }
.stack-cell .ic {
  width: 32px; height: 32px; border-radius: 8px;
  background: var(--bg-3); display: flex; align-items: center; justify-content: center;
  font-family: var(--font-mono); font-size: 14px; font-weight: 600;
}
.stack-cell .nm { font-family: var(--font-mono); font-size: 12px; color: var(--ink-2); font-weight: 500; }
.stack-cell .sub { font-family: var(--font-mono); font-size: 10.5px; color: var(--muted); }
@media (max-width: 920px) {
  .stack-grid { grid-template-columns: repeat(3, 1fr); }
  .stack-cell:nth-child(6n) { border-right: 1px solid var(--line); }
  .stack-cell:nth-child(3n) { border-right: 0; }
}
@media (max-width: 540px) {
  .stack-grid { grid-template-columns: repeat(2, 1fr); }
  .stack-cell:nth-child(3n) { border-right: 1px solid var(--line); }
  .stack-cell:nth-child(2n) { border-right: 0; }
}

/* Plugins */
.plug-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.plug-card {
  background: var(--bg-card); border: 1px solid var(--line);
  border-radius: 14px; padding: 24px; display: flex; flex-direction: column; gap: 16px;
  transition: border-color .15s, transform .15s;
}
.plug-card:hover { border-color: var(--line-3); }
.plug-card .hd { display: flex; align-items: center; justify-content: space-between; }
.plug-card .ic-box {
  width: 44px; height: 44px; border-radius: 10px;
  background: var(--bg-3); border: 1px solid var(--line-2);
  display: flex; align-items: center; justify-content: center;
  font-family: var(--font-mono); font-size: 16px; font-weight: 600;
  overflow: hidden;
  flex-shrink: 0;
}
.plug-card .ic-box.has-image { padding: 0; }
.plug-card .ic-box.has-image img { width: 100%; height: 100%; object-fit: cover; display: block; }
.plug-card.green .ic-box:not(.has-image) { background: var(--green-soft); border-color: rgba(74,222,128,.2); color: var(--green); }
.plug-card.red .ic-box:not(.has-image)   { background: var(--red-soft); border-color: var(--red-line); color: var(--red); }
.plug-card.blue .ic-box:not(.has-image)  { background: rgba(96,165,250,.1); border-color: rgba(96,165,250,.3); color: var(--blue); }
.plug-card h3 { font-size: 18px; }
.plug-card p { color: var(--muted); font-size: 13.5px; line-height: 1.5; }
.plug-card .footer {
  margin-top: auto; padding-top: 14px; border-top: 1px solid var(--line);
  display: flex; align-items: center; justify-content: space-between;
}
.plug-card .price { font-family: var(--font-mono); font-size: 16px; color: var(--ink); font-weight: 500; }
.plug-card .price small { color: var(--muted); font-size: 10px; margin-left: 2px; }
.plug-card .rating { font-family: var(--font-mono); font-size: 11px; color: var(--muted); display: inline-flex; align-items: center; gap: 6px; }
.plug-card .rating .star { color: var(--yellow); }
@media (max-width: 920px) { .plug-row { grid-template-columns: 1fr; } }

/* Testimonials */
.tst { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.tst .q {
  background: var(--bg-2); border: 1px solid var(--line);
  border-radius: 14px; padding: 28px; display: flex; flex-direction: column; gap: 18px;
}
.tst .q p { font-size: 16px; line-height: 1.5; color: var(--ink-2); }
.tst .q .who { display: flex; align-items: center; gap: 12px; padding-top: 12px; border-top: 1px solid var(--line); margin-top: auto; }
.tst .q .who .ava {
  width: 32px; height: 32px; border-radius: 50%;
  background: var(--red); color: #fff;
  display: flex; align-items: center; justify-content: center;
  font-family: var(--font-mono); font-weight: 600; font-size: 11.5px;
  overflow: hidden; flex-shrink: 0;
}
.tst .q .who .ava img { width: 100%; height: 100%; object-fit: cover; display: block; }
.tst .q .nm { font-size: 13.5px; font-weight: 500; }
.tst .q .rl { font-family: var(--font-mono); font-size: 11px; color: var(--muted); }
.tst .q .stars { color: var(--red); font-size: 13px; letter-spacing: 2px; }
@media (max-width: 920px) { .tst { grid-template-columns: 1fr; } }

/* Blog cards on homepage */
.blog-r { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.blog-r article {
  background: var(--bg-2); border: 1px solid var(--line);
  border-radius: 14px; overflow: hidden;
  display: flex; flex-direction: column;
  transition: border-color .15s;
  height: 100%;
}
.blog-r article:hover { border-color: var(--line-3); }
.blog-r .img {
  aspect-ratio: 16/9; position: relative; overflow: hidden;
  border-bottom: 1px solid var(--line);
  display: flex; align-items: center; justify-content: center;
  font-family: var(--font-mono); font-size: 36px;
  color: var(--muted-2);
  background-size: cover; background-position: center;
}
.blog-r .img.green { background: linear-gradient(135deg, rgba(74,222,128,0.1), rgba(74,222,128,0.04)); color: var(--green); }
.blog-r .img.red { background: linear-gradient(135deg, rgba(255,45,45,0.1), rgba(255,45,45,0.04)); color: var(--red); }
.blog-r .img.blue { background: linear-gradient(135deg, rgba(96,165,250,0.1), rgba(96,165,250,0.04)); color: var(--blue); }
.blog-r .body { padding: 22px; display: flex; flex-direction: column; gap: 10px; flex: 1; }
.blog-r .meta { font-family: var(--font-mono); font-size: 11px; color: var(--muted); text-transform: uppercase; letter-spacing: 0.08em; }
.blog-r h3 { font-size: 17px; line-height: 1.3; letter-spacing: -0.012em; }
.blog-r article:hover h3 { color: var(--red); }
@media (max-width: 920px) { .blog-r { grid-template-columns: 1fr; } }

/* Mobile showcase capability strip */
.mob-cap {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 0;
  border: 1px solid var(--line-2); border-radius: 14px;
  overflow: hidden; background: var(--bg-2);
}
.mob-cap > div { padding: 24px; border-right: 1px solid var(--line); }
.mob-cap > div:last-child { border-right: 0; }
.mob-cap .v { font-family: var(--font-mono); font-size: 22px; letter-spacing: -.02em; color: var(--ink); font-weight: 500; }
.mob-cap p { color: var(--muted); font-size: 13px; margin-top: 6px; line-height: 1.4; }
@media (max-width: 920px) { .mob-cap { grid-template-columns: 1fr 1fr; } .mob-cap > div:nth-child(2n) { border-right: 0; } .mob-cap > div { border-bottom: 1px solid var(--line); } }
@media (max-width: 540px) { .mob-cap { grid-template-columns: 1fr; } .mob-cap > div { border-right: 0; } }

/* Phone showcase row */
.phone-show { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; align-items: end; margin-bottom: 48px; }
@media (max-width: 920px) { .phone-show { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 540px) { .phone-show { grid-template-columns: 1fr; } }
.phone-card { display: flex; flex-direction: column; gap: 18px; }
.phone-mockup {
  position: relative;
  aspect-ratio: 879 / 1832;
  filter: drop-shadow(0 30px 60px rgba(0,0,0,.55));
}
.phone-mockup .screen {
  position: absolute;
  top: 1.8%; bottom: 1.8%;
  left: 3.6%; right: 3.6%;
  overflow: hidden;
  border-radius: 13%/6.2%;
  background: linear-gradient(180deg, #0f1116, #1a1d25 70%);
  z-index: 1;
  display: flex; flex-direction: column;
}
.phone-mockup .screen.amber  { background: linear-gradient(180deg,#1f1108,#0f0c08); }
.phone-mockup .screen.red    { background: linear-gradient(180deg,#1a0a0a,#0f1116); }
.phone-mockup .screen.green  { background: linear-gradient(180deg,#0f1f1a,#0a1014); }
.phone-mockup .screen img {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover; display: block;
  border-radius: inherit;
}
.phone-mockup .screen .pad-fallback {
  position: relative; z-index: 1;
  padding: 12% 9% 7%;
  display: flex; flex-direction: column; gap: 8px;
}
.phone-mockup .frame {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  z-index: 2;
  pointer-events: none;
  user-select: none;
  -webkit-user-drag: none;
}


/* === ABOUT === */
.manifesto { padding: clamp(48px,7vw,96px) 0; border-bottom: 1px solid var(--line); }
.manifesto h1 { font-size: clamp(36px, 7.4vw, 112px); line-height: 0.98; letter-spacing: -0.04em; font-weight: 600; max-width: 22ch; }
.manifesto h1 em { color: var(--red); font-style: normal; }
.manifesto h1 .strike { text-decoration: line-through; text-decoration-thickness: 5px; text-decoration-color: var(--red); color: var(--muted-2); }

.big-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; border-bottom: 1px solid var(--line); }
.big-stats .s { padding: clamp(36px,5vw,72px) clamp(24px,4vw,48px); border-right: 1px solid var(--line); }
.big-stats .s:last-child { border-right: 0; }
.big-stats .s .n { font-family: var(--font-mono); font-variant-numeric: tabular-nums; font-size: clamp(44px, 9vw, 132px); font-weight: 500; letter-spacing: -0.05em; line-height: 0.92; }
.big-stats .s .n em { color: var(--red); font-style: normal; }
.big-stats .s .l { font-family: var(--font-mono); font-size: 12px; color: var(--muted); text-transform: uppercase; letter-spacing: 0.08em; margin-top: 16px; }
@media (max-width: 820px) { .big-stats { grid-template-columns: 1fr; } .big-stats .s { border-right: 0; border-bottom: 1px solid var(--line); padding: 36px 24px; } }

.story-grid { display: grid; grid-template-columns: 1fr 1.4fr; gap: 80px; }
.story-grid .left { position: sticky; top: 90px; align-self: start; }
.story-grid h2 { font-size: clamp(28px, 3.4vw, 44px); line-height: 1.05; letter-spacing: -0.025em; max-width: 14ch; }
.story-grid h2 em { color: var(--red); font-style: normal; }
.story-grid p { font-size: 18px; line-height: 1.65; color: var(--ink-2); max-width: 58ch; }
.story-grid p + p { margin-top: 18px; }
.story-grid .pull { font-size: clamp(24px,2.8vw,32px); line-height: 1.25; border-left: 3px solid var(--red); padding: 8px 0 8px 24px; margin: 32px 0; max-width: 24ch; color: var(--ink); font-weight: 500; letter-spacing: -0.012em; }
@media (max-width: 920px) { .story-grid { grid-template-columns: 1fr; gap: 32px; } .story-grid .left { position: static; } }

.timeline { display: grid; grid-template-columns: repeat(5, 1fr); gap: 0; margin-top: 56px; border: 1px solid var(--line); border-radius: 14px; overflow: hidden; background: var(--bg-2); }
.timeline .y { padding: 28px 24px; border-right: 1px solid var(--line); }
.timeline .y:last-child { border-right: 0; }
.timeline .y.highlight { background: var(--red-soft); border-left: 3px solid var(--red); }
.timeline .y .year { font-family: var(--font-mono); font-size: 44px; font-weight: 700; letter-spacing: -.04em; color: var(--red); line-height: 1; margin-bottom: 14px; }
.timeline .y.highlight .year { color: var(--red); }
.timeline .y h4 { font-size: 15px; margin-bottom: 6px; color: var(--ink); }
.timeline .y p { color: var(--muted); font-size: 13px; line-height: 1.5; }
@media (max-width: 920px) { .timeline { grid-template-columns: 1fr 1fr; } .timeline .y:nth-child(2n) { border-right: 0; } }
@media (max-width: 620px) { .timeline { grid-template-columns: 1fr; } .timeline .y { border-right: 0; border-bottom: 1px solid var(--line); } }

.values { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; border: 1px solid var(--line); border-radius: 14px; overflow: hidden; background: var(--bg-2); }
.values .v { padding: 32px 28px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.values .v:nth-child(3n) { border-right: 0; }
.values .v:nth-child(n+4) { border-bottom: 0; }
.values .v .num { font-family: var(--font-mono); font-size: 11px; color: var(--red); margin-bottom: 16px; text-transform: uppercase; letter-spacing: 0.08em; }
.values .v h4 { font-size: 20px; letter-spacing: -0.018em; margin-bottom: 10px; }
.values .v h4 em { color: var(--red); font-style: normal; }
.values .v p { color: var(--muted); font-size: 14px; line-height: 1.55; }
@media (max-width: 920px) { .values { grid-template-columns: 1fr 1fr; } .values .v:nth-child(3n) { border-right: 1px solid var(--line); } .values .v:nth-child(2n) { border-right: 0; } }
@media (max-width: 620px) { .values { grid-template-columns: 1fr; } .values .v { border-right: 0 !important; border-bottom: 1px solid var(--line) !important; } }

.team-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.team .ava { aspect-ratio: 4/5; border-radius: 14px; background: var(--bg-3); margin-bottom: 16px; border: 1px solid var(--line); display: flex; align-items: center; justify-content: center; position: relative; overflow: hidden; }
.team .ava img { width: 100%; height: 100%; object-fit: cover; }
.team .ava .ini { font-family: var(--font-mono); font-size: 64px; font-weight: 700; letter-spacing: -.04em; color: var(--red); }
.team .ava[data-c="green"] { background: linear-gradient(180deg, rgba(74,222,128,.15), rgba(74,222,128,.02)); border-color: rgba(74,222,128,.2); }
.team .ava[data-c="green"] .ini { color: var(--green); }
.team .ava[data-c="blue"] { background: linear-gradient(180deg, rgba(96,165,250,.15), rgba(96,165,250,.02)); border-color: rgba(96,165,250,.2); }
.team .ava[data-c="blue"] .ini { color: var(--blue); }
.team .ava[data-c="amber"] { background: linear-gradient(180deg, rgba(251,191,36,.15), rgba(251,191,36,.02)); border-color: rgba(251,191,36,.2); }
.team .ava[data-c="amber"] .ini { color: var(--yellow); }
.team h4 { font-size: 15px; margin-bottom: 3px; }
.team .role { color: var(--muted); font-size: 12px; font-family: var(--font-mono); }
.team .role .focus { color: var(--red); margin-left: 4px; }
@media (max-width: 920px) { .team-grid { grid-template-columns: 1fr 1fr; } }

.clients-ribbon { padding: 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--bg-2); overflow: hidden; }
.clients-ribbon-track { padding: 32px 0; overflow: hidden; }
.clients-ribbon-track .inner { display: flex; gap: 64px; align-items: center; animation: tickerScroll 40s linear infinite; width: max-content; }
.clients-ribbon-track img { height: 30px; opacity: .85; }

/* === SERVICES === */
.svc-list { border: 1px solid var(--line); border-radius: 14px; overflow: hidden; background: var(--bg-2); }
.svc-item { display: grid; grid-template-columns: 110px 1.4fr 1.6fr 48px; gap: 32px; padding: 32px 40px; border-bottom: 1px solid var(--line); align-items: center; transition: background .15s ease; }
.svc-item:last-child { border-bottom: 0; }
.svc-item:hover { background: var(--bg-3); }
.svc-item .num { font-family: var(--font-mono); font-size: 32px; color: var(--muted-2); font-variant-numeric: tabular-nums; letter-spacing: -0.04em; }
.svc-item h3 { font-size: clamp(24px, 2.6vw, 34px); line-height: 1.1; letter-spacing: -0.022em; }
.svc-item h3 em { color: var(--red); font-style: normal; }
.svc-item .tagline { font-family: var(--font-mono); font-size: 11.5px; color: var(--muted); margin-top: 8px; text-transform: uppercase; letter-spacing: 0.05em; }
.svc-item p { color: var(--muted); font-size: 14.5px; line-height: 1.55; max-width: 44ch; }
.svc-item .stack-tags { display: flex; gap: 6px; flex-wrap: wrap; }
.svc-item .meta { display: flex; flex-direction: column; gap: 8px; align-items: flex-start; }
.svc-item .meta .pr { font-family: var(--font-mono); font-size: 16px; color: var(--ink); font-weight: 500; }
.svc-item .meta .pr small { color: var(--muted); font-weight: 400; }
.svc-item .meta .dur { font-family: var(--font-mono); font-size: 11.5px; color: var(--muted); }
.svc-item .arrow-c { width: 44px; height: 44px; border-radius: 50%; background: var(--bg-3); border: 1px solid var(--line-2); display: flex; align-items: center; justify-content: center; transition: background .15s, color .15s, border-color .15s; }
.svc-item:hover .arrow-c { background: var(--red); color: #fff; border-color: var(--red); }
.svc-item.featured { background: linear-gradient(180deg, var(--bg-elev), var(--bg-2)); border-left: 3px solid var(--red); padding-left: 37px; }
.svc-item.featured h3 { font-size: clamp(28px, 3.2vw, 42px); }
.svc-item.featured .badge-new { display: inline-flex; align-items: center; gap: 6px; padding: 3px 9px; border-radius: 4px; background: var(--red); color: #fff; font-family: var(--font-mono); font-size: 10.5px; font-weight: 600; text-transform: uppercase; letter-spacing: 0.05em; margin-bottom: 10px; }
@media (max-width: 1080px) { .svc-item { grid-template-columns: 70px 1fr 44px; gap: 24px; padding: 28px 32px; } .svc-item .num { font-size: 24px; } .svc-item .desc-col { display: none; } }
@media (max-width: 720px) { .svc-item { grid-template-columns: 1fr; gap: 14px; padding: 28px 24px; } .svc-item .num { font-size: 20px; } .svc-item .arrow-c { display: none; } .svc-item.featured { padding-left: 21px; } }

.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; border: 1px solid var(--line); border-radius: 14px; overflow: hidden; background: var(--bg-2); }
.step { padding: 32px 28px; border-right: 1px solid var(--line); }
.step:last-child { border-right: 0; }
.step .n { font-family: var(--font-mono); font-size: 11px; color: var(--red); text-transform: uppercase; letter-spacing: 0.08em; margin-bottom: 12px; }
.step h4 { font-size: 18px; margin-bottom: 8px; }
.step p { color: var(--muted); font-size: 13.5px; line-height: 1.55; }
.step-time { margin-top: 14px; padding-top: 12px; border-top: 1px dashed var(--line); font-family: var(--font-mono); font-size: 11px; color: var(--green); letter-spacing: 0.05em; }
.step-time::before { content: "● "; }
@media (max-width: 920px) { .process-grid { grid-template-columns: 1fr 1fr; } .step:nth-child(2n) { border-right: 0; } .step { border-bottom: 1px solid var(--line); } }
@media (max-width: 620px) { .process-grid { grid-template-columns: 1fr; } .step { border-right: 0; border-bottom: 1px solid var(--line); } }

/* SERVICE DETAIL — handoff 1:1 */
.svc-hero { display: grid; grid-template-columns: 1.3fr 1fr; gap: 64px; align-items: center; }
.svc-hero h1 { font-size: clamp(36px, 6.8vw, 100px); line-height: 0.96; letter-spacing: -0.04em; font-weight: 600; max-width: 14ch; margin-bottom: 24px; }
.svc-hero h1 .red { color: var(--red); }
.svc-hero .lead { font-size: 18px; color: var(--muted); max-width: 50ch; margin-bottom: 32px; }
.svc-hero .ctas { display: flex; gap: 10px; flex-wrap: wrap; }
@media (max-width: 920px) { .svc-hero { grid-template-columns: 1fr; gap: 32px; } }

/* Phone stack (3 overlapped phones) */
.phone-hero-visual { position: relative; height: 560px; display: flex; align-items: center; justify-content: center; }
.phone-stack { position: relative; width: 100%; max-width: 360px; height: 560px; }
.phone-frame { position: absolute; width: 260px; aspect-ratio: 9/19; border-radius: 38px; background: #1a1d25; padding: 8px; border: 1px solid var(--line-3); box-shadow: 0 40px 100px -20px rgba(0,0,0,.7), 0 0 0 1px rgba(255,255,255,.04); }
.phone-frame .notch { position: absolute; top: 16px; left: 50%; transform: translateX(-50%); width: 90px; height: 26px; background: #000; border-radius: 99px; z-index: 3; }
.phone-frame .screen { width: 100%; height: 100%; border-radius: 30px; background: var(--bg-2); overflow: hidden; position: relative; padding: 50px 18px 24px; }
.phone-front { z-index: 2; left: 50%; top: 0; transform: translateX(-50%) rotate(0deg); }
.phone-left  { z-index: 1; left: 0; top: 30px; transform: rotate(-9deg); opacity: 0.85; }
.phone-right { z-index: 1; right: 0; top: 30px; transform: rotate(9deg); opacity: 0.85; }
.phone-frame .screen.img-fill { padding: 0; }
.phone-frame .screen.img-fill img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
@media (max-width: 920px) { .phone-hero-visual { height: 480px; } .phone-frame { width: 220px; } }

/* Meta strip — 5 column horizontal bar */
.meta-strip { display: grid; grid-template-columns: repeat(5, 1fr); gap: 0; }
.meta-strip > div { padding: 24px var(--gutter); border-right: 1px solid var(--line); }
.meta-strip > div:last-child { border-right: 0; }
.meta-strip .m-val { font-family: var(--font-mono); font-size: 20px; font-weight: 500; color: var(--ink); }
.meta-strip .m-val small { font-size: 11px; color: var(--muted); font-weight: 400; }
.meta-strip .m-val.grn { color: var(--green); }
@media (max-width: 920px) { .meta-strip { grid-template-columns: 1fr 1fr; } .meta-strip > div:nth-child(2n) { border-right: 0; } .meta-strip > div { border-bottom: 1px solid var(--line); } }

/* Features bento — 3 col cards */
.feat-bento { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.feat-cell { background: var(--bg-card); border: 1px solid var(--line); border-radius: 12px; padding: 24px; display: flex; flex-direction: column; gap: 12px; }
.feat-cell .ic { width: 36px; height: 36px; border-radius: 8px; background: var(--bg-3); border: 1px solid var(--line-2); display: flex; align-items: center; justify-content: center; color: var(--ink-2); }
.feat-cell.red .ic { background: var(--red-soft); border-color: var(--red-line); color: var(--red); }
.feat-cell.green .ic { background: var(--green-soft); border-color: rgba(74,222,128,.3); color: var(--green); }
.feat-cell h4 { font-size: 16px; }
.feat-cell p { color: var(--muted); font-size: 13.5px; line-height: 1.55; }
@media (max-width: 920px) { .feat-bento { grid-template-columns: 1fr 1fr; } }
@media (max-width: 620px) { .feat-bento { grid-template-columns: 1fr; } }

/* Stack columns — 2 col (NOT 4) */
.stack-cols { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; align-items: start; }
.stack-col { background: var(--bg-2); border: 1px solid var(--line); border-radius: 14px; overflow: hidden; }
.stack-col .ttl { padding: 20px 24px; border-bottom: 1px solid var(--line); display: flex; justify-content: space-between; align-items: center; }
.stack-col .ttl h4 { font-size: 17px; }
.stack-col .ttl .sym { font-family: var(--font-mono); font-size: 32px; font-weight: 700; letter-spacing: -0.04em; line-height: 1; color: var(--red); }
.stack-col ul { list-style: none; padding: 0; margin: 0; }
.stack-col li { padding: 14px 24px; border-bottom: 1px solid var(--line); display: flex; justify-content: space-between; align-items: center; font-family: var(--font-mono); font-size: 13px; }
.stack-col li:last-child { border-bottom: 0; }
.stack-col li .nm { color: var(--ink-2); }
.stack-col li .v { color: var(--muted); }
@media (max-width: 820px) { .stack-cols { grid-template-columns: 1fr; } }

/* Pricing — tabs + 3 cards */
.pricing-tabs { display: inline-flex; padding: 4px; background: var(--bg-3); border: 1px solid var(--line-2); border-radius: 999px; margin-bottom: 32px; }
.pricing-tabs button { padding: 8px 16px; background: none; border: 0; color: var(--muted); border-radius: 999px; font-size: 13px; cursor: pointer; }
.pricing-tabs button.on { background: var(--ink); color: var(--bg); font-weight: 500; }

.price-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.price-card { background: var(--bg-2); border: 1px solid var(--line); border-radius: 16px; padding: 32px; display: flex; flex-direction: column; gap: 16px; position: relative; }
.price-card.featured { background: linear-gradient(180deg, var(--bg-elev), var(--bg-2)); border-color: var(--red-line); box-shadow: var(--red-glow); }
.price-card .lbl { font-family: var(--font-mono); font-size: 11px; color: var(--muted); text-transform: uppercase; letter-spacing: 0.08em; }
.price-card.featured .lbl { color: var(--red); }
.price-card h3 { font-size: 22px; letter-spacing: -0.02em; }
.price-card .price-num { font-family: var(--font-mono); font-variant-numeric: tabular-nums; font-size: 40px; font-weight: 500; letter-spacing: -0.03em; line-height: 1; color: var(--ink); }
.price-card .price-num .red { color: var(--red); }
.price-card .price-num small { font-size: 14px; color: var(--muted); font-weight: 400; margin-left: 4px; }
.price-card .price-desc { color: var(--muted); font-size: 13px; }
.price-card ul { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 10px; }
.price-card ul li { font-size: 13.5px; color: var(--ink-2); display: flex; gap: 10px; padding-left: 0; align-items: flex-start; }
.price-card ul li::before { content: "✓"; color: var(--red); font-weight: 600; flex-shrink: 0; }
.price-card ul li.no { color: var(--muted-2); }
.price-card ul li.no::before { content: "—"; color: var(--muted-2); }
.price-card .pricing-cta { margin-top: auto; padding-top: 16px; }
@media (max-width: 920px) { .price-grid { grid-template-columns: 1fr; } }

/* Related cases (service detail) — 3 card grid */
.rel { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.rel-card { background: var(--bg-2); border: 1px solid var(--line); border-radius: 14px; overflow: hidden; transition: border-color .2s; display: block; }
.rel-card:hover { border-color: var(--line-3); }
.rel-card .vis { aspect-ratio: 4/3; background: var(--bg-3); position: relative; overflow: hidden; border-bottom: 1px solid var(--line); }
.rel-card .vis img { width: 100%; height: 100%; object-fit: cover; }
.rel-card .vis .ltr { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; font-family: var(--font-mono); font-size: 64px; color: var(--red); font-weight: 700; letter-spacing: -.04em; }
.rel-card .info { padding: 20px 22px; display: flex; flex-direction: column; gap: 8px; }
.rel-card h4 { font-size: 17px; }
.rel-card .tags { display: flex; gap: 6px; flex-wrap: wrap; }
@media (max-width: 920px) { .rel { grid-template-columns: 1fr; } }

.faq-list { display: flex; flex-direction: column; gap: 12px; }
.faq-item { background: var(--bg-2); border: 1px solid var(--line); border-radius: 12px; overflow: hidden; transition: border-color .15s; }
.faq-item:hover { border-color: var(--line-3); }
.faq-q { width: 100%; text-align: left; padding: 20px 24px; background: transparent; border: 0; color: var(--ink); display: flex; justify-content: space-between; align-items: center; gap: 16px; font-size: 16px; font-weight: 500; }
.faq-q::after { content: "+"; font-family: var(--font-mono); font-size: 22px; color: var(--muted); transition: transform .2s, color .2s; flex-shrink: 0; }
.faq-item.open .faq-q::after { content: "−"; color: var(--red); }
.faq-a { padding: 0 24px 22px; color: var(--muted); font-size: 14.5px; line-height: 1.6; display: none; }
.faq-item.open .faq-a { display: block; }

/* === REFERENCES === */
.filter-row { display: flex; gap: 8px; flex-wrap: wrap; padding: 24px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); align-items: center; }
.filter-row .fb { padding: 9px 14px; border: 1px solid var(--line-2); border-radius: 999px; background: var(--bg-3); color: var(--ink-2); font-family: var(--font-mono); font-size: 12px; cursor: pointer; transition: all .15s; }
.filter-row .fb:hover { border-color: var(--line-3); }
.filter-row .fb.on { background: var(--ink); color: var(--bg); border-color: var(--ink); }
.filter-row .fb.on.red { background: var(--red); color: #fff; border-color: var(--red); box-shadow: 0 0 0 1px rgba(255,45,45,.4); }
.filter-row .fb .count { color: var(--muted-2); margin-left: 4px; }
.filter-row .fb.on .count { color: rgba(255,255,255,.6); }
.filter-row .right { margin-left: auto; display: flex; gap: 8px; align-items: center; }
.filter-row .view-toggle { display: inline-flex; padding: 4px; background: var(--bg-3); border: 1px solid var(--line-2); border-radius: 999px; }
.filter-row .view-toggle button { padding: 6px 12px; background: none; border: 0; color: var(--muted); font-family: var(--font-mono); font-size: 12px; border-radius: 999px; cursor: pointer; }
.filter-row .view-toggle button.on { background: var(--ink); color: var(--bg); }
@media (max-width: 720px) { .filter-row .right { width: 100%; } }

.list-view { display: flex; flex-direction: column; }
.work-row { display: grid; grid-template-columns: 80px 200px 1fr 1fr 140px 48px; gap: 24px; padding: 28px 0; border-bottom: 1px solid var(--line); align-items: center; transition: padding-left .2s ease, background .15s; }
.work-row:hover { padding-left: 12px; background: linear-gradient(to right, var(--bg-3), transparent 70%); }
.work-row .yr { font-family: var(--font-mono); font-size: 13px; color: var(--muted); font-variant-numeric: tabular-nums; }
.work-row .thumb { aspect-ratio: 16/10; border-radius: 10px; overflow: hidden; background: var(--bg-3); border: 1px solid var(--line); position: relative; }
.work-row .thumb img { width: 100%; height: 100%; object-fit: cover; }
.work-row .thumb .placeholder { width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; font-family: var(--font-mono); font-size: 28px; font-weight: 700; letter-spacing: -.03em; color: var(--red); }
.work-row .meta-col { display: flex; flex-direction: column; gap: 6px; }
.work-row h3 { font-size: 22px; letter-spacing: -0.018em; }
.work-row h3 em { color: var(--red); font-style: normal; }
.work-row .stack-row { display: flex; gap: 6px; flex-wrap: wrap; }
.work-row .desc { color: var(--muted); font-size: 14px; line-height: 1.5; max-width: 40ch; }
.work-row .metric { display: flex; flex-direction: column; gap: 4px; font-family: var(--font-mono); font-size: 13px; }
.work-row .metric .lbl { font-size: 10px; color: var(--muted); text-transform: uppercase; letter-spacing: 0.08em; }
.work-row .metric .v { color: var(--ink-2); font-weight: 500; }
.work-row .metric .v.grn { color: var(--green); }
.work-row .metric .v.red { color: var(--red); }
.work-row .arrow-c { width: 40px; height: 40px; border-radius: 50%; background: var(--bg-3); border: 1px solid var(--line-2); display: flex; align-items: center; justify-content: center; transition: all .15s; }
.work-row:hover .arrow-c { background: var(--red); color: #fff; border-color: var(--red); }
.work-row .platform-pill { display: inline-flex; align-items: center; gap: 4px; font-family: var(--font-mono); font-size: 10px; padding: 2px 8px; border-radius: 4px; background: var(--red-soft); color: var(--red); border: 1px solid var(--red-line); text-transform: uppercase; letter-spacing: 0.05em; }
@media (max-width: 1080px) { .work-row { grid-template-columns: 60px 160px 1fr 140px 48px; gap: 20px; } .work-row .desc-col { display: none; } }
@media (max-width: 720px) { .work-row { grid-template-columns: 1fr; gap: 14px; padding: 28px 0; } .work-row .yr { font-size: 12px; } .work-row .thumb { aspect-ratio: 16/9; max-width: 100%; } .work-row .metric { flex-direction: row; gap: 12px; } .work-row .arrow-c { display: none; } }

.grid-view { display: none; }
.view-grid .grid-view { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.view-grid .list-view { display: none; }
.grid-card { background: var(--bg-2); border: 1px solid var(--line); border-radius: 14px; overflow: hidden; display: flex; flex-direction: column; transition: border-color .15s; }
.grid-card:hover { border-color: var(--line-3); }
.grid-card .thumb { aspect-ratio: 4/3; background: var(--bg-3); border-bottom: 1px solid var(--line); position: relative; overflow: hidden; }
.grid-card .thumb img { width: 100%; height: 100%; object-fit: cover; }
.grid-card .body { padding: 22px; display: flex; flex-direction: column; gap: 10px; }
.grid-card h3 { font-size: 18px; letter-spacing: -0.015em; }
.grid-card .meta-r { display: flex; gap: 8px; align-items: center; font-family: var(--font-mono); font-size: 11.5px; color: var(--muted); }
.grid-card .tag-row { display: flex; gap: 6px; flex-wrap: wrap; }
@media (max-width: 920px) { .view-grid .grid-view { grid-template-columns: 1fr 1fr; } }
@media (max-width: 620px) { .view-grid .grid-view { grid-template-columns: 1fr; } }

/* Reference detail (single-is) — handoff referans-detay.html birebir */

/* Case Study Hero */
.cs-hero { padding: 56px 0 64px; border-bottom: 1px solid var(--line); }
.cs-hero h1 { font-size: clamp(36px, 7vw, 104px); line-height: 0.96; letter-spacing: -0.04em; font-weight: 600; margin: 24px 0; }
.cs-hero h1 em { color: var(--red); font-style: normal; }
.cs-hero .sub { font-size: 20px; color: var(--muted); max-width: 56ch; margin-bottom: 0; }

/* Meta strip (5-col) */
.cs-meta-strip { display: grid; grid-template-columns: repeat(5, 1fr); gap: 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.cs-meta-strip .item { padding: 22px var(--gutter); border-right: 1px solid var(--line); }
.cs-meta-strip .item:last-child { border-right: 0; }
.cs-meta-strip .item .lbl { font-family: var(--font-mono); font-size: 11px; color: var(--muted); text-transform: uppercase; letter-spacing: 0.08em; margin-bottom: 4px; }
.cs-meta-strip .item .v { font-family: var(--font-mono); font-size: 16px; color: var(--ink); font-weight: 500; }
.cs-meta-strip .item .v.grn { color: var(--green); }
@media (max-width: 720px) { .cs-meta-strip { grid-template-columns: 1fr 1fr; } .cs-meta-strip .item:nth-child(2n) { border-right: 0; } .cs-meta-strip .item { border-bottom: 1px solid var(--line); } }

/* Phone showcase row (mobile case studies) */
.phone-row { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; align-items: end; margin: 0; }
.phone-display {
  aspect-ratio: 9/19;
  border-radius: 32px;
  background: #1a1d25;
  padding: 7px;
  border: 1px solid var(--line-3);
  box-shadow: 0 30px 80px -20px rgba(0,0,0,.7);
  position: relative;
  overflow: hidden;
}
.phone-display::before {
  content: ""; position: absolute; top: 14px; left: 50%; transform: translateX(-50%);
  width: 78px; height: 22px; background: #000; border-radius: 99px; z-index: 3;
}
.phone-display .screen {
  width: 100%; height: 100%; border-radius: 26px;
  overflow: hidden; position: relative;
  padding: 42px 16px 22px;
  display: flex; flex-direction: column; gap: 10px;
  background: var(--bg-2);
}
.phone-display .screen.img-fill { padding: 0; }
.phone-display .screen.img-fill img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.phone-card-label { margin-top: 14px; }
.phone-card-label .lbl { font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--muted); font-weight: 500; }
.phone-card-label .title { font-size: 14px; margin-top: 4px; color: var(--ink); }
@media (max-width: 920px) { .phone-row { grid-template-columns: 1fr 1fr; } }
@media (max-width: 540px) { .phone-row { grid-template-columns: 1fr 1fr; } }

/* Browser stack (web case studies) */
.bm { background: #15171e; border: 1px solid var(--line-3); border-radius: 12px; overflow: hidden; box-shadow: 0 30px 80px -20px rgba(0,0,0,.7); display: flex; flex-direction: column; }
.bm .chrome { background: var(--bg-3); padding: 10px 14px; border-bottom: 1px solid var(--line); display: flex; gap: 10px; align-items: center; flex-shrink: 0; }
.bm .chrome .dots { display: flex; gap: 5px; flex-shrink: 0; }
.bm .chrome .dots span { width: 10px; height: 10px; border-radius: 50%; background: var(--muted-3); }
.bm .chrome .dots span.r { background: #ff5f56; }
.bm .chrome .dots span.y { background: #ffbd2e; }
.bm .chrome .dots span.g { background: #27c93f; }
.bm .chrome .url { flex: 1; height: 22px; background: var(--bg); border-radius: 5px; padding: 3px 12px; font-family: var(--font-mono); font-size: 10.5px; color: var(--muted); display: flex; align-items: center; gap: 6px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.bm .chrome .url .lock { color: var(--green); }
.bm .screen-w { background: var(--bg); flex: 1; position: relative; overflow: hidden; min-height: 320px; }
.bm .screen-w img { width: 100%; height: 100%; object-fit: cover; object-position: top; display: block; }
.bm-tall .screen-w { min-height: 480px; }
.bm-caption { font-family: var(--font-mono); font-size: 11px; color: var(--muted); text-transform: uppercase; letter-spacing: 0.08em; margin-top: 14px; display: flex; gap: 8px; align-items: center; }
.bm-caption .red-dot { color: var(--red); }

.cs-browser-grid { display: grid; grid-template-columns: 1.6fr 1fr; gap: 16px; }
.cs-browser-grid .right-stack { display: flex; flex-direction: column; gap: 16px; }
@media (max-width: 920px) { .cs-browser-grid { grid-template-columns: 1fr; } }

/* Body layout: 220px TOC + 1fr content */
.cs-body-layout { display: grid; grid-template-columns: 220px 1fr; gap: 56px; padding: 80px 0; }
.cs-toc { position: sticky; top: 90px; align-self: start; }
.cs-toc h5 { font-family: var(--font-mono); font-size: 11px; color: var(--muted); text-transform: uppercase; letter-spacing: 0.08em; font-weight: 500; margin-bottom: 16px; }
.cs-toc ul { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 8px; font-size: 14px; }
.cs-toc a { color: var(--muted); padding: 4px 0; display: block; transition: color .15s; text-decoration: none; }
.cs-toc a:hover { color: var(--ink); }
.cs-toc a.on { color: var(--ink); border-left: 2px solid var(--red); padding-left: 12px; margin-left: -14px; }
.cs-toc .ext { margin-top: 32px; padding: 20px; background: var(--bg-2); border: 1px solid var(--line); border-radius: 12px; }
.cs-toc .ext h5 { margin-bottom: 8px; }
.cs-toc .ext .stat-rows { margin-top: 14px; font-family: var(--font-mono); font-size: 11px; color: var(--muted); display: flex; flex-direction: column; gap: 6px; }
.cs-toc .ext .stat-rows .r { display: flex; justify-content: space-between; }

/* Case content sections */
.cs-content section { padding: 24px 0 48px; border-top: 1px solid var(--line); }
.cs-content section:first-child { border-top: 0; padding-top: 0; }
.cs-content .sec-no { font-family: var(--font-mono); font-size: 11px; color: var(--red); text-transform: uppercase; letter-spacing: 0.08em; margin-bottom: 14px; }
.cs-content h2 { font-size: clamp(30px, 3.6vw, 48px); line-height: 1.05; letter-spacing: -0.028em; margin-bottom: 24px; max-width: 20ch; }
.cs-content h2 em { color: var(--red); font-style: normal; }
.cs-content h3 { font-size: 22px; margin: 32px 0 12px; letter-spacing: -0.014em; }
.cs-content p { font-size: 17px; line-height: 1.65; color: var(--ink-2); max-width: 60ch; margin-bottom: 18px; }
.cs-content strong { color: var(--ink); }
.cs-content ul, .cs-content ol { font-size: 17px; line-height: 1.65; color: var(--ink-2); max-width: 60ch; margin: 16px 0 18px 0; padding-left: 24px; }
.cs-content .pull { font-size: clamp(24px, 2.6vw, 32px); line-height: 1.25; border-left: 3px solid var(--red); padding: 4px 0 4px 24px; margin: 32px 0; max-width: 24ch; color: var(--ink); font-weight: 500; letter-spacing: -0.012em; }
.cs-content .pull cite { display: block; font-style: normal; font-size: 13px; font-family: var(--font-mono); color: var(--muted); margin-top: 8px; }
.cs-content blockquote { font-size: clamp(24px, 2.6vw, 32px); line-height: 1.25; border-left: 3px solid var(--red); padding: 4px 0 4px 24px; margin: 32px 0; max-width: 30ch; color: var(--ink); font-weight: 500; letter-spacing: -0.012em; }

/* Inline metrics block */
.metrics-block { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; border: 1px solid var(--line); border-radius: 12px; background: var(--bg-2); overflow: hidden; margin: 24px 0; }
.metrics-block .m { padding: 28px 24px; border-right: 1px solid var(--line); }
.metrics-block .m:last-child { border-right: 0; }
.metrics-block .m .v { font-family: var(--font-mono); font-variant-numeric: tabular-nums; font-size: 36px; font-weight: 500; letter-spacing: -0.025em; line-height: 1; }
.metrics-block .m .v.red { color: var(--red); }
.metrics-block .m .v.grn { color: var(--green); }
.metrics-block .m .l { font-family: var(--font-mono); font-size: 11px; color: var(--muted); text-transform: uppercase; letter-spacing: 0.08em; margin-top: 8px; }
@media (max-width: 920px) { .metrics-block { grid-template-columns: 1fr 1fr; } .metrics-block .m { border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); } .metrics-block .m:nth-child(2n) { border-right: 0; } }

/* Screenshot grid (mobile = 5 col portrait, web = 3 col landscape) */
.ss-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 10px; margin: 32px 0; }
.ss-grid .ss { aspect-ratio: 9/16; border-radius: 10px; overflow: hidden; background: #14161c; border: 1px solid var(--line); display: block; transition: border-color .15s, transform .15s; }
.ss-grid .ss:hover { border-color: var(--line-3); transform: translateY(-2px); }
.ss-grid .ss img { width: 100%; height: 100%; object-fit: cover; display: block; }
.ss-grid.web { grid-template-columns: repeat(3, 1fr); gap: 14px; }
.ss-grid.web .ss { aspect-ratio: 16/10; border-radius: 8px; }
@media (max-width: 920px) { .ss-grid { grid-template-columns: repeat(4, 1fr); } .ss-grid.web { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 620px) { .ss-grid { grid-template-columns: repeat(3, 1fr); gap: 8px; } .ss-grid.web { grid-template-columns: 1fr; } }
@media (max-width: 420px) { .ss-grid { grid-template-columns: repeat(2, 1fr); } }

/* Hero composite image (web case studies) */
.hero-shot { aspect-ratio: 16/9; border-radius: 16px; overflow: hidden; background: #14161c; border: 1px solid var(--line-2); margin-top: 24px; }
.hero-shot img { width: 100%; height: 100%; object-fit: cover; object-position: top; }

/* Tech stack block */
.tech-block { background: var(--bg-2); border: 1px solid var(--line); border-radius: 12px; padding: 28px; margin: 24px 0; }
.tech-block .row { display: grid; grid-template-columns: 130px 1fr; gap: 24px; padding: 12px 0; border-bottom: 1px dashed var(--line-2); align-items: center; }
.tech-block .row:last-child { border-bottom: 0; }
.tech-block .row .lbl { font-family: var(--font-mono); font-size: 11px; color: var(--muted); text-transform: uppercase; letter-spacing: 0.08em; }
.tech-block .row .tags { display: flex; gap: 6px; flex-wrap: wrap; }

/* Code/log block (web case studies) */
.code-block { background: var(--bg-2); border: 1px solid var(--line); border-radius: 12px; padding: 20px 24px; font-family: var(--font-mono); font-size: 13px; line-height: 1.7; color: var(--ink-2); margin: 24px 0; }
.code-block .row-c { display: flex; gap: 18px; align-items: center; padding: 4px 0; }
.code-block .row-c .lbl-c { color: var(--muted); width: 130px; flex-shrink: 0; }
.code-block .row-c .vt-c { font-weight: 500; }
.code-block .row-c .vt-c.grn { color: var(--green); }
.code-block .row-c .vt-c.red { color: var(--red); }

@media (max-width: 920px) { .cs-body-layout { grid-template-columns: 1fr; gap: 32px; padding: 48px 0; } .cs-toc { display: none; } }

/* Next case navigation */
.next-case-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0; border-top: 1px solid var(--line); }
.next-case-grid a { padding: 64px var(--gutter); display: flex; flex-direction: column; gap: 12px; transition: background .15s; text-decoration: none; color: inherit; }
.next-case-grid a:first-child { border-right: 1px solid var(--line); }
.next-case-grid a:last-child { align-items: flex-end; text-align: right; }
.next-case-grid a:hover { background: var(--bg-3); }
.next-case-grid .lbl { font-family: var(--font-mono); font-size: 11px; color: var(--muted); text-transform: uppercase; letter-spacing: 0.08em; }
.next-case-grid h3 { font-size: 28px; letter-spacing: -0.022em; color: var(--ink); }
.next-case-grid h3 em { color: var(--red); font-style: normal; }
@media (max-width: 720px) { .next-case-grid { grid-template-columns: 1fr; } .next-case-grid a { align-items: flex-start !important; text-align: left !important; } .next-case-grid a:first-child { border-right: 0; border-bottom: 1px solid var(--line); } }

/* Reading progress bar */
.reading-progress { position: fixed; top: 0; left: 0; height: 3px; width: 0; background: var(--red); z-index: 100; transition: width .1s; }

.reading-progress { position: fixed; top: 0; left: 0; height: 3px; width: 0; background: var(--red); z-index: 100; transition: width .1s; }

/* === BLOG === */
.feat-post { display: grid; grid-template-columns: 1.2fr 1fr; gap: 48px; align-items: center; padding: 48px 0 80px; border-bottom: 1px solid var(--line); }
.feat-post .visual { aspect-ratio: 5/4; border-radius: 24px; overflow: hidden; background: var(--bg-2); border: 1px solid var(--line); position: relative; display: flex; align-items: center; justify-content: center; }
.feat-post .visual img { width: 100%; height: 100%; object-fit: cover; }
.feat-post .visual .big-text { font-family: var(--font-mono); font-size: 88px; font-weight: 700; letter-spacing: -.04em; color: var(--red); }
.feat-post .text { display: flex; flex-direction: column; gap: 24px; }
.feat-post h2 { font-size: clamp(32px, 4.4vw, 56px); line-height: 1.05; letter-spacing: -0.028em; }
.feat-post h2 em { color: var(--red); font-style: normal; }
.feat-post .meta { display: flex; gap: 14px; align-items: center; font-family: var(--font-mono); font-size: 11.5px; color: var(--muted); text-transform: uppercase; letter-spacing: 0.08em; }
.feat-post .meta .cat { background: var(--red); color: #fff; padding: 3px 10px; border-radius: 999px; font-size: 10.5px; }
@media (max-width: 920px) { .feat-post { grid-template-columns: 1fr; } }

.filter-tabs { display: flex; gap: 8px; flex-wrap: wrap; padding: 24px 0; border-bottom: 1px solid var(--line); margin-bottom: 48px; }
.filter-tabs a, .filter-tabs button { padding: 8px 14px; background: var(--bg-3); border: 1px solid var(--line-2); border-radius: 999px; color: var(--muted-2); font-family: var(--font-mono); font-size: 12px; cursor: pointer; transition: all .15s; display: inline-flex; align-items: center; }
.filter-tabs a:hover, .filter-tabs button:hover { color: var(--ink); border-color: var(--line-3); }
.filter-tabs .on, .filter-tabs .current { background: var(--ink); color: var(--bg); border-color: var(--ink); }
.filter-tabs .n { color: inherit; opacity: 0.5; margin-left: 4px; }

.post-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; }
.post { background: var(--bg-2); border: 1px solid var(--line); border-radius: 14px; overflow: hidden; display: flex; flex-direction: column; transition: border-color .15s, transform .15s; }
.post:hover { border-color: var(--line-3); transform: translateY(-2px); }
.post .visual { aspect-ratio: 4/3; position: relative; overflow: hidden; border-bottom: 1px solid var(--line); display: flex; align-items: center; justify-content: center; font-family: var(--font-mono); font-size: 44px; font-weight: 700; letter-spacing: -.04em; background-size: cover; background-position: center; }
.post .visual img { width: 100%; height: 100%; object-fit: cover; }
.post .visual.red { background-color: rgba(255,45,45,.06); color: var(--red); }
.post .visual.green { background-color: rgba(74,222,128,.06); color: var(--green); }
.post .visual.blue { background-color: rgba(96,165,250,.06); color: var(--blue); }
.post .body { padding: 22px; display: flex; flex-direction: column; gap: 10px; flex: 1; }
.post .meta { font-family: var(--font-mono); font-size: 11px; color: var(--muted); text-transform: uppercase; letter-spacing: 0.08em; display: flex; gap: 10px; flex-wrap: wrap; }
.post h3 { font-size: 18px; line-height: 1.25; letter-spacing: -0.012em; }
.post:hover h3 { color: var(--red); }
.post p { color: var(--muted); font-size: 13.5px; line-height: 1.5; }
@media (max-width: 920px) { .post-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 620px) { .post-grid { grid-template-columns: 1fr; } }

.newsletter { background: var(--bg-2); border: 1px solid var(--line-2); border-radius: 24px; padding: clamp(40px, 6vw, 80px); display: grid; grid-template-columns: 1.3fr 1fr; gap: 48px; align-items: center; position: relative; overflow: hidden; }
.newsletter::before { content: ""; position: absolute; inset: 0; background-image: linear-gradient(to right, var(--line) 1px, transparent 1px), linear-gradient(to bottom, var(--line) 1px, transparent 1px); background-size: 48px 48px; opacity: 0.4; mask-image: radial-gradient(ellipse 80% 80% at 50% 50%, black, transparent 80%); -webkit-mask-image: radial-gradient(ellipse 80% 80% at 50% 50%, black, transparent 80%); pointer-events: none; }
.newsletter > * { position: relative; }
.newsletter h2 { font-size: clamp(28px, 3.4vw, 44px); line-height: 1.1; letter-spacing: -0.025em; max-width: 14ch; }
.newsletter h2 em { color: var(--red); font-style: normal; }
.newsletter p { color: var(--muted); margin: 18px 0; max-width: 42ch; }
.newsletter form { display: flex; gap: 6px; padding: 4px; background: var(--bg-3); border: 1px solid var(--line-2); border-radius: 999px; }
.newsletter input { flex: 1; background: transparent; border: 0; color: var(--ink); padding: 12px 18px; font-size: 14px; outline: none; }
.newsletter input::placeholder { color: var(--muted); }
.newsletter button { background: var(--red); color: #fff; border: 0; padding: 10px 18px; border-radius: 999px; font-weight: 600; font-size: 13px; cursor: pointer; }
@media (max-width: 920px) { .newsletter { grid-template-columns: 1fr; gap: 24px; } }

/* ============================================================
   SINGLE BLOG POST (handoff: blog-yazisi.html)
   ============================================================ */
.post-head { padding: 56px 0 64px; border-bottom: 1px solid var(--line); }
.post-head .meta-row { display: flex; gap: 14px; align-items: center; flex-wrap: wrap; font-family: var(--font-mono); font-size: 11.5px; color: var(--muted); text-transform: uppercase; letter-spacing: 0.08em; margin-bottom: 28px; }
.post-head .meta-row .cat { background: var(--red); color: #fff; padding: 4px 10px; border-radius: 999px; }
.post-head h1 { font-size: clamp(30px, 5.8vw, 80px); line-height: 1.02; letter-spacing: -0.035em; font-weight: 600; max-width: 18ch; }
.post-head h1 em { color: var(--red); font-style: normal; }
.post-head .author-row { display: flex; gap: 16px; align-items: center; margin-top: 40px; padding-top: 32px; border-top: 1px solid var(--line); }
.post-head .author-row .ava { width: 44px; height: 44px; border-radius: 50%; background: var(--red); color: #fff; display: flex; align-items: center; justify-content: center; font-weight: 600; font-size: 15px; font-family: var(--font-mono); overflow: hidden; }
.post-head .author-row .ava img { width: 100%; height: 100%; object-fit: cover; }
.post-head .author-row .info { flex: 1; }
.post-head .author-row .name { font-size: 15px; font-weight: 500; color: var(--ink); }
.post-head .author-row .role { font-size: 13px; color: var(--muted); font-family: var(--font-mono); }
.post-head .author-row .share { display: flex; gap: 8px; }
.post-head .author-row .share button, .post-head .author-row .share a { width: 36px; height: 36px; border-radius: 50%; border: 1px solid var(--line-2); background: var(--bg-3); display: flex; align-items: center; justify-content: center; color: var(--ink-2); cursor: pointer; transition: all .15s; text-decoration: none; }
.post-head .author-row .share button:hover, .post-head .author-row .share a:hover { background: var(--ink); color: var(--bg); border-color: var(--ink); }

/* Cover */
.post-cover { aspect-ratio: 16/8; border-radius: 24px; border: 1px solid var(--line-2); background: linear-gradient(135deg, rgba(255,45,45,.1), rgba(74,222,128,.04)); margin: 48px 0 0; display: flex; align-items: center; justify-content: center; position: relative; overflow: hidden; }
.post-cover::before { content: ""; position: absolute; inset: 0; background-image: linear-gradient(to right, var(--line) 1px, transparent 1px), linear-gradient(to bottom, var(--line) 1px, transparent 1px); background-size: 48px 48px; opacity: 0.4; }
.post-cover > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: 1; }
.post-cover .glyphs { display: flex; gap: 36px; align-items: center; position: relative; z-index: 1; font-family: var(--font-mono); letter-spacing: -0.04em; }
.post-cover .vs { color: var(--muted-2); font-weight: 700; font-size: 36px; }
.post-cover .glyph-l { color: var(--red); font-weight: 700; font-size: 72px; }
.post-cover .glyph-r { color: var(--green); font-weight: 700; font-size: 72px; }

/* Post layout 3-col */
.post-layout { display: grid; grid-template-columns: minmax(0,220px) minmax(0, 720px) minmax(0, 220px); gap: 32px; padding: 80px 0; }
.post-layout .toc { position: sticky; top: 90px; align-self: start; }
.post-layout .toc h5 { font-family: var(--font-mono); font-size: 11px; color: var(--muted); text-transform: uppercase; letter-spacing: 0.08em; font-weight: 500; margin-bottom: 16px; }
.post-layout .toc ul { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 8px; font-size: 14px; }
.post-layout .toc a { color: var(--muted); padding: 4px 0; display: block; text-decoration: none; }
.post-layout .toc a:hover { color: var(--ink); }
.post-layout .toc a.on { color: var(--ink); border-left: 2px solid var(--red); padding-left: 12px; margin-left: -14px; }
.post-layout .progress { margin-top: 32px; padding: 18px; background: var(--bg-2); border: 1px solid var(--line); border-radius: 12px; }
.post-layout .progress .bar { height: 4px; background: var(--bg-3); border-radius: 99px; overflow: hidden; margin-bottom: 6px; }
.post-layout .progress .bar > span { display: block; height: 100%; width: 0; background: var(--red); border-radius: 99px; transition: width .12s; }
.post-layout .progress .pct { font-family: var(--font-mono); font-size: 11px; color: var(--muted); }

.post-layout .right { position: sticky; top: 90px; align-self: start; display: flex; flex-direction: column; gap: 24px; }
.post-layout .right .item { font-family: var(--font-mono); font-size: 11px; padding-bottom: 12px; border-bottom: 1px solid var(--line); }
.post-layout .right .item .lbl { color: var(--muted); text-transform: uppercase; letter-spacing: 0.08em; margin-bottom: 4px; }
.post-layout .right .item .v { color: var(--ink-2); font-size: 13px; }
.post-layout .right .item .v a { color: var(--ink-2); }
.post-layout .right .item .v a:hover { color: var(--red); }

/* Post body */
.post-body { font-size: 18px; line-height: 1.65; color: var(--ink-2); }
.post-body > * + * { margin-top: 1em; }
.post-body p:first-of-type { font-size: 20px; color: var(--ink); }
.post-body h2 { font-size: clamp(28px, 3.4vw, 40px); line-height: 1.1; letter-spacing: -0.025em; margin-top: 56px; max-width: 24ch; color: var(--ink); scroll-margin-top: 80px; }
.post-body h2 .n { color: var(--red); margin-right: 12px; font-family: var(--font-mono); font-weight: 400; }
.post-body h3 { font-size: 22px; margin-top: 32px; letter-spacing: -0.018em; color: var(--ink); scroll-margin-top: 80px; }
.post-body p a { color: var(--red); border-bottom: 1px solid var(--red); padding-bottom: 1px; }
.post-body strong { color: var(--ink); font-weight: 600; }
.post-body code { background: var(--bg-3); padding: 2px 8px; border-radius: 4px; font-family: var(--font-mono); font-size: 0.88em; border: 1px solid var(--line-2); color: var(--ink); }
.post-body pre { background: var(--bg-2); border: 1px solid var(--line); border-radius: 12px; padding: 20px 24px; overflow-x: auto; font-family: var(--font-mono); font-size: 13.5px; line-height: 1.55; color: var(--ink-2); }
.post-body pre code { background: transparent; border: 0; padding: 0; font-size: inherit; }
.post-body pre .comment { color: var(--muted); }
.post-body pre .keyword { color: var(--red); }
.post-body pre .string { color: var(--green); }
.post-body pre .val { color: var(--ink); }
.post-body blockquote { margin: 32px 0; padding: 20px 28px; border-left: 3px solid var(--red); background: var(--bg-2); border-radius: 0 12px 12px 0; font-size: 22px; line-height: 1.35; font-weight: 500; letter-spacing: -0.014em; color: var(--ink); }
.post-body blockquote p { margin: 0 !important; }
.post-body ul, .post-body ol { padding-left: 24px; }
.post-body li + li { margin-top: 6px; }
.post-body img, .post-body .wp-block-image { border-radius: 12px; border: 1px solid var(--line); max-width: 100%; height: auto; }
.post-body .wp-block-image img { border-radius: 12px; }

/* Callout (use class="callout" in editor) */
.callout { background: linear-gradient(135deg, var(--red-soft), transparent); border: 1px solid var(--red-line); border-radius: 12px; padding: 24px 28px; margin: 32px 0; display: flex; gap: 18px; align-items: flex-start; }
.callout .ic { width: 32px; height: 32px; border-radius: 8px; background: var(--red); color: #fff; display: flex; align-items: center; justify-content: center; flex-shrink: 0; font-family: var(--font-mono); font-weight: 600; }
.callout h4 { font-size: 16px; margin-bottom: 4px; color: var(--ink); }
.callout p { font-size: 14.5px; color: var(--ink-2); margin: 0 !important; }

/* Comparison table */
.cmp { border: 1px solid var(--line); border-radius: 12px; overflow: hidden; background: var(--bg-2); margin: 32px 0; font-family: var(--font-mono); font-size: 13px; }
.cmp .row { display: grid; grid-template-columns: 1.4fr 1fr 1fr; border-bottom: 1px solid var(--line); }
.cmp .row:last-child { border-bottom: 0; }
.cmp .row > div { padding: 14px 18px; border-right: 1px solid var(--line); }
.cmp .row > div:last-child { border-right: 0; }
.cmp .row.h > div { background: var(--bg-3); color: var(--muted); text-transform: uppercase; letter-spacing: 0.08em; font-size: 11px; }
.cmp .row .label { color: var(--ink-2); }
.cmp .row .val { color: var(--ink-2); }
.cmp .row .val.red { color: var(--red); font-weight: 500; }
.cmp .row .val.grn { color: var(--green); font-weight: 500; }
.cmp .row .val.muted { color: var(--muted-2); }

@media (max-width: 1080px) { .post-layout { grid-template-columns: 1fr; padding: 48px var(--gutter); } .post-layout .toc, .post-layout .right { display: none; position: static; } }

/* Related notes grid */
.related { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.related a { background: var(--bg-2); border: 1px solid var(--line); border-radius: 12px; overflow: hidden; display: flex; flex-direction: column; transition: border-color .15s; text-decoration: none; color: inherit; }
.related a:hover { border-color: var(--line-3); }
.related .vis { aspect-ratio: 5/3; display: flex; align-items: center; justify-content: center; font-family: var(--font-mono); font-size: 40px; font-weight: 700; letter-spacing: -.03em; border-bottom: 1px solid var(--line); background-size: cover; background-position: center; }
.related .body { padding: 20px; }
.related .meta { font-family: var(--font-mono); font-size: 11px; color: var(--muted); text-transform: uppercase; letter-spacing: 0.08em; margin-bottom: 8px; }
.related h3 { font-size: 17px; letter-spacing: -0.014em; color: var(--ink); }
@media (max-width: 920px) { .related { grid-template-columns: 1fr; } }

/* Single blog post (uses .case-layout/.case-body) */
.post-hero { padding: 64px 0 48px; border-bottom: 1px solid var(--line); }
.post-hero .meta-bar { display: flex; gap: 14px; align-items: center; font-family: var(--font-mono); font-size: 11.5px; color: var(--muted); margin-bottom: 24px; flex-wrap: wrap; }
.post-hero h1 { font-size: clamp(30px, 5.6vw, 84px); line-height: 1.02; letter-spacing: -0.035em; max-width: 22ch; margin-bottom: 24px; }
.post-hero .author-row { display: flex; gap: 14px; align-items: center; margin-top: 32px; }
.post-hero .author-row .ava { width: 44px; height: 44px; border-radius: 50%; background: var(--red); color: #fff; display: flex; align-items: center; justify-content: center; font-family: var(--font-mono); font-weight: 600; font-size: 13px; }
.post-hero .author-row .info { display: flex; flex-direction: column; }
.post-hero .author-row .name { font-size: 14px; color: var(--ink); font-weight: 500; }
.post-hero .author-row .role { font-family: var(--font-mono); font-size: 11px; color: var(--muted); }
.post-hero .featured-image { margin-top: 40px; border-radius: 16px; overflow: hidden; border: 1px solid var(--line); }
.post-hero .featured-image img { width: 100%; height: auto; display: block; }

/* === CONTACT === */
.contact-grid { display: grid; grid-template-columns: 1fr 1.2fr; gap: 64px; align-items: start; }
.contact-grid .left h1 { font-size: clamp(36px, 6.4vw, 88px); line-height: 0.98; letter-spacing: -0.04em; font-weight: 600; }
.contact-grid .left h1 em { color: var(--red); font-style: normal; }
.contact-grid .left .sub { margin-top: 24px; color: var(--muted); font-size: 18px; max-width: 38ch; }
.info-block { margin-top: 48px; display: flex; flex-direction: column; gap: 24px; }
.info-item { display: flex; gap: 18px; align-items: flex-start; }
.info-item .ic { width: 40px; height: 40px; border-radius: 10px; background: var(--bg-3); border: 1px solid var(--line-2); color: var(--ink-2); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.info-item .ic.red { background: var(--red-soft); border-color: var(--red-line); color: var(--red); }
.info-item h4 { font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.08em; text-transform: uppercase; color: var(--muted); margin-bottom: 4px; font-weight: 500; }
.info-item p, .info-item a { font-size: 15.5px; color: var(--ink); font-weight: 500; }
.info-item a:hover { color: var(--red); }
.info-item .sub { color: var(--muted); font-size: 13px; margin-top: 2px; font-weight: 400; }

.form-card { background: var(--bg-2); border: 1px solid var(--line-2); border-radius: 18px; padding: clamp(28px, 4vw, 48px); }
.form-card .head { display: flex; justify-content: space-between; align-items: flex-start; margin-bottom: 24px; padding-bottom: 20px; border-bottom: 1px solid var(--line); }
.form-card h3 { font-size: 22px; letter-spacing: -0.018em; margin-bottom: 4px; color: var(--ink); }
.form-card .head-sub { color: var(--muted); font-size: 13.5px; font-family: var(--font-mono); }
.form-card .response-time { background: var(--green-soft); border: 1px solid rgba(74,222,128,.2); color: var(--green); padding: 6px 12px; border-radius: 999px; font-family: var(--font-mono); font-size: 11px; display: inline-flex; gap: 6px; align-items: center; }
.form-card .response-time::before { content: ""; width: 6px; height: 6px; background: var(--green); border-radius: 50%; box-shadow: 0 0 0 3px rgba(74,222,128,.12); }

.field { display: flex; flex-direction: column; gap: 6px; margin-bottom: 16px; }
.field label { font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.08em; text-transform: uppercase; color: var(--muted); margin-bottom: 0; }
.field input, .field textarea, .field select { background: var(--bg); border: 1px solid var(--line-2); border-radius: 10px; padding: 12px 14px; font-size: 15px; color: var(--ink); outline: none; transition: border-color .15s, box-shadow .15s; }
.field input::placeholder, .field textarea::placeholder { color: var(--muted-2); }
.field input:focus, .field textarea:focus, .field select:focus { border-color: var(--red); box-shadow: 0 0 0 3px var(--red-soft); }
.field textarea { min-height: 110px; resize: vertical; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
@media (max-width: 620px) { .field-row { grid-template-columns: 1fr; } }

.svc-checks { display: grid; grid-template-columns: 1fr 1fr; gap: 6px; }
.svc-checks label { border: 1px solid var(--line-2); background: var(--bg); border-radius: 8px; padding: 11px 14px; cursor: pointer; display: flex; align-items: center; gap: 10px; font-size: 13.5px; color: var(--ink-2); transition: all .15s; position: relative; margin-bottom: 0; text-transform: none; letter-spacing: 0; font-family: var(--font-sans); }
.svc-checks label:hover { border-color: var(--line-3); }
.svc-checks label .badge-new { position: absolute; right: 8px; top: 50%; transform: translateY(-50%); font-family: var(--font-mono); font-size: 9px; background: var(--red); color: #fff; padding: 2px 6px; border-radius: 4px; text-transform: uppercase; letter-spacing: 0.05em; }
.svc-checks label.checked { background: var(--red-soft); border-color: var(--red-line); }
.svc-checks label.checked .check-mark { background: var(--red); border-color: var(--red); }
.svc-checks label.checked .check-mark::after { content: ""; display: block; width: 4px; height: 7px; border: solid #fff; border-width: 0 1.5px 1.5px 0; transform: rotate(45deg); margin: 1px 0 0 5px; }
.svc-checks input { position: absolute; opacity: 0; pointer-events: none; }
.svc-checks .check-mark { width: 18px; height: 18px; border: 1px solid var(--line-3); border-radius: 4px; flex-shrink: 0; position: relative; }
@media (max-width: 620px) { .svc-checks { grid-template-columns: 1fr; } }

.budget-grid { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 6px; }
.budget-grid label { border: 1px solid var(--line-2); background: var(--bg); border-radius: 999px; padding: 11px 14px; text-align: center; cursor: pointer; font-size: 13px; color: var(--ink-2); transition: all .15s; font-family: var(--font-mono); position: relative; margin-bottom: 0; text-transform: none; letter-spacing: 0; }
.budget-grid label:hover { border-color: var(--line-3); }
.budget-grid input { position: absolute; opacity: 0; pointer-events: none; }
.budget-grid label.checked { background: var(--ink); color: var(--bg); border-color: var(--ink); }

.submit-row { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-top: 24px; padding-top: 20px; border-top: 1px solid var(--line); flex-wrap: wrap; }
.submit-row .note { font-family: var(--font-mono); font-size: 11px; color: var(--muted); }
@media (max-width: 920px) { .contact-grid { grid-template-columns: 1fr; gap: 48px; } }

.channels { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.ch-card { background: var(--bg-2); border: 1px solid var(--line); border-radius: 14px; padding: 24px; display: flex; flex-direction: column; gap: 14px; transition: border-color .15s; text-decoration: none; }
.ch-card:hover { border-color: var(--line-3); }
.ch-card.green:hover { border-color: rgba(74,222,128,.3); }
.ch-card .ic { width: 40px; height: 40px; border-radius: 10px; background: var(--bg-3); border: 1px solid var(--line-2); display: flex; align-items: center; justify-content: center; }
.ch-card.green .ic { background: var(--green-soft); border-color: rgba(74,222,128,.2); color: var(--green); }
.ch-card h4 { font-size: 16px; }
.ch-card.red:hover { border-color: var(--red-line); }
.ch-card.red .ic { background: var(--red-soft); border-color: var(--red-line); color: var(--red); }
.ch-card p { color: var(--muted); font-size: 13px; line-height: 1.5; }
.ch-card .v { font-family: var(--font-mono); font-size: 14px; color: var(--ink); }
.ch-card .sub { color: var(--muted); font-size: 12px; font-family: var(--font-mono); }
.ch-card .row-end { margin-top: auto; padding-top: 12px; border-top: 1px solid var(--line); display: flex; justify-content: space-between; align-items: center; font-family: var(--font-mono); font-size: 12px; color: var(--muted); }
@media (max-width: 820px) { .channels { grid-template-columns: 1fr; } }

/* Office map (handoff: bize-ulasin.html section 03) */
.map-wrap { aspect-ratio: 21/9; border-radius: 16px; background: var(--bg-2); border: 1px solid var(--line-2); position: relative; overflow: hidden; }
.map-wrap .grid { position: absolute; inset: 0; background-image: linear-gradient(var(--line) 1px, transparent 1px), linear-gradient(90deg, var(--line) 1px, transparent 1px); background-size: 40px 40px; opacity: 0.5; }
.map-wrap .pin { position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); width: 14px; height: 14px; background: var(--red); border-radius: 50%; box-shadow: 0 0 0 4px rgba(255,45,45,.2), 0 0 0 16px rgba(255,45,45,.08); }
.map-wrap .marker { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -130%); background: var(--bg-3); border: 1px solid var(--line-2); border-radius: 12px; padding: 12px 16px; display: flex; gap: 12px; align-items: center; box-shadow: 0 20px 40px -10px rgba(0,0,0,.5); }
.map-wrap .marker .badge { width: 28px; height: 28px; background: var(--red); border-radius: 6px; display: flex; align-items: center; justify-content: center; color: #fff; font-weight: 700; font-family: var(--font-mono); font-size: 13px; }
.map-wrap .marker .who { display: flex; flex-direction: column; }
.map-wrap .marker .who .b { font-size: 14px; font-weight: 600; color: var(--ink); }
.map-wrap .marker .who .s { font-family: var(--font-mono); font-size: 11px; color: var(--muted); }

.form-status { margin-top: 12px; padding: 12px 16px; border-radius: 8px; font-size: 14px; }
.form-status.ok { background: var(--green-soft); color: var(--green); border: 1px solid rgba(74,222,128,.3); }
.form-status.err { background: var(--red-soft); color: var(--red); border: 1px solid var(--red-line); }

/* === WOOCOMMERCE PAGES === handoff eklentilerimiz.html birebir */

/* Layout */
.shop-layout { display: grid; grid-template-columns: 240px 1fr; gap: 48px; align-items: start; }
.shop-aside { position: sticky; top: 90px; align-self: start; }
.shop-aside h5 { font-family: var(--font-mono); font-size: 11px; color: var(--muted-2); text-transform: uppercase; letter-spacing: 0.08em; margin-bottom: 14px; font-weight: 500; }
.shop-aside .cat-list { list-style: none; padding: 0; margin: 0 0 28px; display: flex; flex-direction: column; gap: 2px; }
.shop-aside .cat-list a { display: flex; justify-content: space-between; align-items: center; padding: 9px 12px; font-size: 13.5px; border-radius: 8px; color: var(--muted); transition: background .15s, color .15s; text-decoration: none; }
.shop-aside .cat-list a:hover { background: var(--bg-3); color: var(--ink); }
.shop-aside .cat-list a.on { background: var(--bg-3); color: var(--ink); border-left: 2px solid var(--red); padding-left: 10px; }
.shop-aside .cat-list a .n { font-family: var(--font-mono); font-size: 11px; color: var(--muted-2); }
.shop-aside .checks { display: flex; flex-direction: column; gap: 8px; margin-bottom: 28px; font-size: 13px; }
.shop-aside .checks label { display: flex; align-items: center; gap: 10px; cursor: pointer; color: var(--muted); padding: 4px 0; }
.shop-aside .checks input { accent-color: var(--red); }

/* Toolbar */
.shop-toolbar { display: flex; justify-content: space-between; align-items: center; margin-bottom: 28px; padding-bottom: 18px; border-bottom: 1px solid var(--line); }
.shop-toolbar .count { font-family: var(--font-mono); font-size: 12px; color: var(--muted); }
.shop-toolbar select { background: var(--bg-3); border: 1px solid var(--line-2); border-radius: 8px; padding: 8px 12px; font-family: var(--font-mono); font-size: 12px; color: var(--ink-2); cursor: pointer; }

/* Plugin grid */
.plugin-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.pcard { background: var(--bg-2); border: 1px solid var(--line); border-radius: 14px; overflow: hidden; display: flex; flex-direction: column; transition: border-color .15s, transform .15s; text-decoration: none; }
.pcard:hover { border-color: var(--line-3); transform: translateY(-2px); }
.pcard .visual { aspect-ratio: 16/10; position: relative; border-bottom: 1px solid var(--line); display: flex; align-items: center; justify-content: center; overflow: hidden; background: var(--bg-3); }
.pcard .visual img { width: 100%; height: 100%; object-fit: cover; }
.pcard.green .visual  { background: linear-gradient(135deg, rgba(74,222,128,.12), rgba(74,222,128,.02)); }
.pcard.red .visual    { background: linear-gradient(135deg, rgba(255,45,45,.12), rgba(255,45,45,.02)); }
.pcard.blue .visual   { background: linear-gradient(135deg, rgba(96,165,250,.12), rgba(96,165,250,.02)); }
.pcard.amber .visual  { background: linear-gradient(135deg, rgba(251,191,36,.12), rgba(251,191,36,.02)); }
.pcard.purple .visual { background: linear-gradient(135deg, rgba(167,139,250,.12), rgba(167,139,250,.02)); }
.pcard.rose .visual   { background: linear-gradient(135deg, rgba(244,114,182,.12), rgba(244,114,182,.02)); }
.pcard .visual .glyph { font-family: var(--font-mono); font-size: 56px; font-weight: 700; letter-spacing: -.04em; color: var(--ink); opacity: 0.95; }
.pcard.green .glyph  { color: var(--green); }
.pcard.red .glyph    { color: var(--red); }
.pcard.blue .glyph   { color: var(--blue); }
.pcard.amber .glyph  { color: var(--yellow); }
.pcard.purple .glyph { color: #a78bfa; }
.pcard.rose .glyph   { color: #f472b6; }

.pcard .badge-row { position: absolute; top: 14px; left: 14px; display: flex; gap: 6px; z-index: 2; }
.pcard .b-tag { background: rgba(0,0,0,.6); color: var(--ink); font-family: var(--font-mono); font-size: 10.5px; padding: 4px 9px; border-radius: 999px; letter-spacing: 0.04em; font-weight: 500; backdrop-filter: blur(8px); }
.pcard .b-tag.new { background: var(--red); color: #fff; }

.pcard .body { padding: 22px; display: flex; flex-direction: column; gap: 12px; flex: 1; }
.pcard .meta-row { display: flex; gap: 12px; align-items: center; font-family: var(--font-mono); font-size: 11px; color: var(--muted); text-transform: uppercase; letter-spacing: 0.05em; flex-wrap: wrap; }
.pcard .meta-row .star { color: var(--yellow); }
.pcard h3 { font-size: 18px; letter-spacing: -0.014em; line-height: 1.22; color: var(--ink); }
.pcard p { color: var(--muted); font-size: 13.5px; line-height: 1.5; flex: 1; }
.pcard .footer { display: flex; justify-content: space-between; align-items: center; padding-top: 14px; border-top: 1px solid var(--line); margin-top: auto; }
.pcard .price { font-family: var(--font-mono); font-size: 18px; color: var(--ink); font-weight: 500; font-variant-numeric: tabular-nums; }
.pcard .price small { color: var(--muted); font-size: 10.5px; font-weight: 400; }
.pcard .buy { display: inline-flex; align-items: center; gap: 6px; background: var(--ink); color: var(--bg); padding: 8px 12px; border-radius: 8px; font-size: 12.5px; font-weight: 600; font-family: var(--font-sans); transition: background .15s; }
.pcard .buy:hover { background: var(--red); color: #fff; }

@media (max-width: 1080px) { .shop-layout { grid-template-columns: 1fr; } .shop-aside { position: static; display: none; } .plugin-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 620px) { .plugin-grid { grid-template-columns: 1fr; } }

/* Hero promo card */
.promo { background: var(--bg-2); border: 1px solid var(--line-2); border-radius: 24px; padding: clamp(36px, 5vw, 64px); display: grid; grid-template-columns: 1.4fr 1fr; gap: 48px; align-items: center; position: relative; overflow: hidden; }
.promo::before { content: ""; position: absolute; inset: 0; background-image: radial-gradient(ellipse at top right, rgba(255,45,45,.15), transparent 50%), linear-gradient(to right, var(--line) 1px, transparent 1px), linear-gradient(to bottom, var(--line) 1px, transparent 1px); background-size: auto, 56px 56px, 56px 56px; opacity: 0.6; pointer-events: none; }
.promo > * { position: relative; }
.promo h2 { font-size: clamp(28px, 4vw, 56px); line-height: 1.04; letter-spacing: -0.028em; max-width: 16ch; }
.promo h2 em { color: var(--red); font-style: normal; }
.promo p { color: var(--muted); margin: 16px 0; max-width: 42ch; }
.promo .visual { aspect-ratio: 1; background: var(--bg-3); border: 1px solid var(--line); border-radius: 18px; padding: 32px; display: flex; align-items: center; justify-content: center; color: var(--red); font-family: var(--font-mono); font-weight: 700; font-size: 96px; letter-spacing: -.04em; overflow: hidden; }
.promo .visual img { width: 100%; height: 100%; object-fit: cover; }
.promo .pill .dot.red { background: var(--red); }
@media (max-width: 920px) { .promo { grid-template-columns: 1fr; gap: 24px; } .promo .visual { aspect-ratio: 16/9; font-size: 56px; } }

/* Single Product (eklenti detay) — handoff eklenti-detay.html birebir */

/* HERO */
.ph-hero { display: grid; grid-template-columns: 1.3fr 1fr; gap: 64px; padding: 56px 0; border-bottom: 1px solid var(--line); }
.ph-hero h1 { font-size: clamp(30px, 5.4vw, 72px); line-height: 1.04; letter-spacing: -0.035em; font-weight: 600; }
.ph-hero h1 em { color: var(--red); font-style: normal; }
.ph-hero .lead { font-size: 18px; color: var(--muted); margin-top: 20px; max-width: 52ch; }
.ph-hero .by { display: flex; align-items: center; gap: 10px; margin-top: 24px; font-family: var(--font-mono); font-size: 12px; color: var(--muted); }
.ph-hero .by .av { width: 28px; height: 28px; background: var(--red); border-radius: 6px; display: flex; align-items: center; justify-content: center; color: #fff; font-weight: 600; font-size: 11px; box-shadow: 0 0 0 1px rgba(255,45,45,.3); }

.ph-quick-stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; margin: 32px 0; border: 1px solid var(--line-2); border-radius: 12px; overflow: hidden; background: var(--bg-2); }
.ph-quick-stats .qs { padding: 18px 20px; border-right: 1px solid var(--line); }
.ph-quick-stats .qs:last-child { border-right: 0; }
.ph-quick-stats .qs .lbl { font-family: var(--font-mono); font-size: 10.5px; color: var(--muted); text-transform: uppercase; letter-spacing: 0.08em; margin-bottom: 4px; }
.ph-quick-stats .qs .v { font-family: var(--font-mono); font-size: 16px; color: var(--ink); font-weight: 500; }
.ph-quick-stats .qs .v.grn { color: var(--green); }
.ph-quick-stats .qs .v.red { color: var(--red); }
.ph-quick-stats .qs .v.yel { color: var(--yellow); }
@media (max-width: 920px) { .ph-hero { grid-template-columns: 1fr; gap: 32px; } .ph-quick-stats { grid-template-columns: 1fr 1fr; } .ph-quick-stats .qs:nth-child(2n) { border-right: 0; } .ph-quick-stats .qs:nth-child(-n+2) { border-bottom: 1px solid var(--line); } }

/* Product Visual */
.ph-visual { aspect-ratio: 5/6; border-radius: 18px; background: linear-gradient(135deg, rgba(74,222,128,.12), rgba(74,222,128,.02)); border: 1px solid rgba(74,222,128,.2); padding: 32px; position: relative; overflow: hidden; display: flex; flex-direction: column; }
.ph-visual::before { content: ""; position: absolute; inset: 0; background-image: linear-gradient(to right, var(--line) 1px, transparent 1px), linear-gradient(to bottom, var(--line) 1px, transparent 1px); background-size: 32px 32px; opacity: 0.4; pointer-events: none; }
.ph-visual > * { position: relative; z-index: 1; }
.ph-visual.tone-red    { background: linear-gradient(135deg, rgba(255,45,45,.12), rgba(255,45,45,.02)); border-color: var(--red-line); }
.ph-visual.tone-red    .glyph { color: var(--red); }
.ph-visual.tone-blue   { background: linear-gradient(135deg, rgba(96,165,250,.12), rgba(96,165,250,.02)); border-color: rgba(96,165,250,.3); }
.ph-visual.tone-blue   .glyph { color: var(--blue); }
.ph-visual.tone-amber  { background: linear-gradient(135deg, rgba(251,191,36,.12), rgba(251,191,36,.02)); border-color: rgba(251,191,36,.3); }
.ph-visual.tone-amber  .glyph { color: var(--yellow); }
.ph-visual.tone-purple { background: linear-gradient(135deg, rgba(155,81,224,.12), rgba(155,81,224,.02)); border-color: rgba(155,81,224,.3); }
.ph-visual.tone-purple .glyph { color: #9b51e0; }
.ph-visual .badge-row { display: flex; justify-content: space-between; align-items: center; }
.ph-visual .glyph { font-family: var(--font-mono); font-size: clamp(72px, 12vw, 152px); font-weight: 700; color: var(--green); letter-spacing: -.04em; line-height: 1; flex: 1; display: flex; align-items: center; justify-content: center; text-align: center; }
.ph-visual .glyph-img { flex: 1; display: flex; align-items: center; justify-content: center; padding: 16px; }
.ph-visual .glyph-img img { max-width: 60%; max-height: 60%; object-fit: contain; }
.ph-visual .preview-card { background: var(--bg-card); border: 1px solid var(--line-2); border-radius: 12px; padding: 14px 16px; display: flex; align-items: center; gap: 10px; margin-top: auto; box-shadow: 0 12px 30px -10px rgba(0,0,0,.5); }
.ph-visual .preview-card .icon { width: 36px; height: 36px; background: var(--green); border-radius: 8px; display: flex; align-items: center; justify-content: center; color: #000; flex-shrink: 0; }
.ph-visual.tone-red    .preview-card .icon { background: var(--red); color: #fff; }
.ph-visual.tone-blue   .preview-card .icon { background: var(--blue); color: #fff; }
.ph-visual.tone-amber  .preview-card .icon { background: var(--yellow); color: #000; }
.ph-visual.tone-purple .preview-card .icon { background: #9b51e0; color: #fff; }
.ph-visual .preview-card .text { flex: 1; min-width: 0; }
.ph-visual .preview-card .text .l1 { font-size: 12px; font-weight: 500; color: var(--ink); margin-bottom: 1px; }
.ph-visual .preview-card .text .l2 { font-family: var(--font-mono); font-size: 10px; color: var(--muted); overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }

/* BUY BOX */
.buy-box { display: grid; grid-template-columns: 1.4fr 1fr; gap: 32px; align-items: start; }
.license-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.license-card { background: var(--bg-2); border: 1px solid var(--line-2); border-radius: 12px; padding: 20px; cursor: pointer; transition: all .15s; position: relative; }
.license-card:hover { border-color: var(--line-3); }
.license-card.on { background: var(--red-soft); border-color: var(--red); box-shadow: 0 0 0 1px var(--red), 0 8px 20px -8px rgba(255,45,45,.3); }
.license-card .lbl-row { display: flex; justify-content: space-between; align-items: center; margin-bottom: 10px; }
.license-card .lbl { font-family: var(--font-mono); font-size: 11px; color: var(--muted); text-transform: uppercase; letter-spacing: 0.08em; }
.license-card.on .lbl { color: var(--red); }
.license-card .check { width: 18px; height: 18px; border: 1px solid var(--line-3); border-radius: 50%; position: relative; flex-shrink: 0; }
.license-card.on .check { background: var(--red); border-color: var(--red); }
.license-card.on .check::after { content: ""; position: absolute; width: 4px; height: 7px; border: solid #fff; border-width: 0 1.5px 1.5px 0; transform: rotate(45deg); left: 6px; top: 3px; }
.license-card h4 { font-size: 16px; margin-bottom: 4px; }
.license-card .desc { color: var(--muted); font-size: 13px; margin-bottom: 14px; }
.license-card .price-row { display: flex; align-items: baseline; gap: 10px; flex-wrap: wrap; }
.license-card .price-row .p { font-family: var(--font-mono); font-size: 24px; font-weight: 500; font-variant-numeric: tabular-nums; color: var(--ink); letter-spacing: -0.02em; }
.license-card .price-row .p small { font-size: 11px; color: var(--muted); margin-left: 2px; font-weight: 400; }
.license-card .price-row .save { font-family: var(--font-mono); font-size: 10.5px; color: var(--green); background: var(--green-soft); padding: 2px 8px; border-radius: 4px; }
.license-card .tier-feats { list-style: none; margin: 14px 0 0; padding: 14px 0 0; border-top: 1px solid var(--line); display: flex; flex-direction: column; gap: 7px; }
.license-card .tier-feats li { font-size: 12.5px; color: var(--muted); padding-left: 18px; position: relative; line-height: 1.45; }
.license-card .tier-feats li::before { content: "✓"; position: absolute; left: 0; top: 0; color: var(--green); font-size: 11px; font-weight: 600; }
.license-card.on .tier-feats { border-top-color: rgba(255,45,45,.18); }
.license-card.on .tier-feats li::before { color: var(--red); }

/* Summary right side (sticky) */
.summary { background: var(--bg-2); border: 1px solid var(--line-2); border-radius: 14px; padding: 28px; position: sticky; top: 90px; }
.summary h4 { font-family: var(--font-mono); font-size: 11px; color: var(--muted); text-transform: uppercase; letter-spacing: 0.08em; margin-bottom: 16px; font-weight: 500; }
.summary .line { display: flex; justify-content: space-between; align-items: center; padding: 8px 0; font-size: 14px; color: var(--ink-2); }
.summary .line.total { font-family: var(--font-mono); font-size: 22px; font-weight: 500; border-top: 1px solid var(--line); padding-top: 16px; margin-top: 16px; font-variant-numeric: tabular-nums; }
.summary .line.total .val { color: var(--red); }
.summary .line.muted { color: var(--muted); font-size: 12.5px; font-family: var(--font-mono); }
.summary .add-cart { width: 100%; justify-content: center; padding: 14px; font-size: 15px; margin-top: 16px; }
.summary .ghost-btn { width: 100%; padding: 11px; text-align: center; background: transparent; border: 1px solid var(--line-2); border-radius: 8px; color: var(--ink-2); font-size: 13.5px; cursor: pointer; margin-top: 8px; transition: all .15s; display: flex; align-items: center; justify-content: center; gap: 8px; }
.summary .ghost-btn:hover { border-color: var(--line-3); }
.summary .badges { display: flex; flex-direction: column; gap: 8px; margin-top: 24px; padding-top: 20px; border-top: 1px solid var(--line); font-family: var(--font-mono); font-size: 11.5px; color: var(--muted); }
.summary .badges .b { display: flex; gap: 8px; align-items: center; }
.summary .badges .b svg { color: var(--green); flex-shrink: 0; }
@media (max-width: 920px) { .buy-box { grid-template-columns: 1fr; } .summary { position: static; } }
@media (max-width: 620px) { .license-grid { grid-template-columns: 1fr; } }

/* Tabs (handoff style — underline tab) */
.tab-bar { display: flex; gap: 0; border-bottom: 1px solid var(--line); margin-bottom: 40px; overflow-x: auto; }
.tab-bar button { background: none; border: 0; padding: 14px 20px; color: var(--muted); font-size: 14px; cursor: pointer; border-bottom: 2px solid transparent; white-space: nowrap; transition: color .15s; }
.tab-bar button:hover { color: var(--ink); }
.tab-bar button.on { color: var(--ink); border-bottom-color: var(--red); }
.tab-bar button .n { font-family: var(--font-mono); font-size: 10.5px; color: var(--muted-2); margin-left: 4px; vertical-align: super; }
.tab-content { display: none; }
.tab-content.on { display: block; }

/* Overview body */
.ov-grid { display: grid; grid-template-columns: 1.6fr 1fr; gap: 64px; align-items: start; }
.ov-body p { font-size: 17px; line-height: 1.65; color: var(--ink-2); margin-bottom: 18px; max-width: 60ch; }
.ov-body strong { color: var(--ink); }
.ov-body h3 { font-size: 22px; margin: 32px 0 16px; letter-spacing: -0.018em; }
.ov-body h3 .n { color: var(--red); font-family: var(--font-mono); margin-right: 10px; font-weight: 400; }
.ov-body ul { margin: 16px 0; padding-left: 0; list-style: none; }
.ov-body ul li { padding: 8px 0; border-bottom: 1px dashed var(--line); display: flex; gap: 14px; font-size: 14.5px; align-items: flex-start; }
.ov-body ul li:last-child { border-bottom: 0; }
.ov-body ul li::before { content: "✓"; color: var(--red); font-weight: 600; flex-shrink: 0; }
.ov-body code { background: var(--bg-3); border: 1px solid var(--line-2); border-radius: 4px; padding: 1px 7px; font-family: var(--font-mono); font-size: 0.88em; }

.ov-side { background: var(--bg-2); border: 1px solid var(--line); border-radius: 12px; padding: 24px; font-family: var(--font-mono); font-size: 13px; position: sticky; top: 90px; }
.ov-side h5 { font-size: 11px; color: var(--muted); text-transform: uppercase; letter-spacing: 0.08em; margin-bottom: 14px; padding-bottom: 12px; border-bottom: 1px solid var(--line); font-weight: 500; }
.ov-side .row { display: flex; justify-content: space-between; padding: 8px 0; border-bottom: 1px dashed var(--line); }
.ov-side .row:last-child { border-bottom: 0; }
.ov-side .row .k { color: var(--muted); }
.ov-side .row .v { color: var(--ink-2); }
.ov-side .row .v.grn { color: var(--green); }
@media (max-width: 920px) { .ov-grid { grid-template-columns: 1fr; } .ov-side { position: static; } }

/* Features grid */
.feat-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.feat-grid .feat-cell { background: var(--bg-2); border: 1px solid var(--line); border-radius: 12px; padding: 24px; display: flex; flex-direction: column; gap: 12px; }
.feat-grid .feat-cell .ic { width: 36px; height: 36px; border-radius: 8px; background: var(--green-soft); border: 1px solid rgba(74,222,128,.2); color: var(--green); display: flex; align-items: center; justify-content: center; font-family: var(--font-mono); font-weight: 600; font-size: 14px; }
.feat-grid .feat-cell h4 { font-size: 16px; }
.feat-grid .feat-cell p { color: var(--muted); font-size: 13px; line-height: 1.5; }
@media (max-width: 920px) { .feat-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 620px) { .feat-grid { grid-template-columns: 1fr; } }

/* Changelog timeline */
.cl-list { background: var(--bg-2); border: 1px solid var(--line); border-radius: 12px; overflow: hidden; }
.cl-list .v { padding: 28px; border-bottom: 1px solid var(--line); display: grid; grid-template-columns: 160px 1fr; gap: 32px; }
.cl-list .v:last-child { border-bottom: 0; }
.cl-list .v .meta-c { font-family: var(--font-mono); display: flex; flex-direction: column; gap: 6px; }
.cl-list .v .meta-c .ver { font-size: 18px; font-weight: 600; color: var(--ink); letter-spacing: -0.018em; }
.cl-list .v .meta-c .ver.latest::after { content: "LATEST"; background: var(--red); color: #fff; font-size: 9px; padding: 2px 6px; border-radius: 3px; margin-left: 6px; letter-spacing: 0.05em; vertical-align: middle; }
.cl-list .v .meta-c .dt { font-size: 11px; color: var(--muted); }
.cl-list .v .changes ul { padding-left: 0; list-style: none; margin: 0; display: flex; flex-direction: column; gap: 8px; }
.cl-list .v .changes ul li { font-size: 14px; color: var(--ink-2); display: flex; gap: 10px; align-items: flex-start; }
.cl-list .v .changes ul li .tag-c { font-family: var(--font-mono); font-size: 9.5px; padding: 1px 6px; border-radius: 3px; flex-shrink: 0; margin-top: 3px; letter-spacing: 0.05em; font-weight: 600; }
.cl-list .v .changes ul li .tag-c.add { background: var(--green-soft); color: var(--green); }
.cl-list .v .changes ul li .tag-c.fix { background: rgba(96,165,250,.12); color: var(--blue); }
.cl-list .v .changes ul li .tag-c.imp { background: var(--red-soft); color: var(--red); }
@media (max-width: 720px) { .cl-list .v { grid-template-columns: 1fr; gap: 14px; } }

/* FAQ accordion (native details) */
.plug-faq details { background: var(--bg-2); border: 1px solid var(--line); border-radius: 10px; margin-bottom: 8px; }
.plug-faq summary { cursor: pointer; list-style: none; padding: 18px 24px; display: flex; justify-content: space-between; align-items: center; font-size: 16px; font-weight: 500; gap: 16px; }
.plug-faq summary::-webkit-details-marker { display: none; }
.plug-faq summary::after { content: "+"; font-size: 22px; color: var(--muted); font-family: var(--font-mono); transition: transform .15s; }
.plug-faq details[open] summary::after { transform: rotate(45deg); color: var(--red); }
.plug-faq details > div { padding: 0 24px 22px; color: var(--muted); font-size: 14.5px; line-height: 1.6; }

/* Reviews summary */
.review-summary { display: grid; grid-template-columns: 240px 1fr; gap: 48px; margin-bottom: 32px; padding-bottom: 32px; border-bottom: 1px solid var(--line); align-items: center; }
.review-summary .score { font-family: var(--font-mono); font-size: 64px; font-weight: 600; color: var(--yellow); line-height: 1; }
.review-summary .stars { color: var(--yellow); font-size: 18px; letter-spacing: 2px; margin: 6px 0; }
.review-summary .count { font-family: var(--font-mono); font-size: 12px; color: var(--muted); }
.review-bars { display: flex; flex-direction: column; gap: 6px; }
.review-bars .row { display: grid; grid-template-columns: 30px 1fr 40px; gap: 12px; align-items: center; font-family: var(--font-mono); font-size: 11px; color: var(--muted); }
.review-bars .row .bar { height: 6px; background: var(--bg-3); border-radius: 3px; overflow: hidden; }
.review-bars .row .bar > span { display: block; height: 100%; background: var(--yellow); border-radius: 3px; }
.review-bars .row .pct { color: var(--ink-2); text-align: right; }

.review-list { display: flex; flex-direction: column; gap: 16px; }
.review-item { background: var(--bg-2); border: 1px solid var(--line); border-radius: 12px; padding: 22px; }
.review-item .head { display: flex; align-items: center; gap: 12px; margin-bottom: 12px; }
.review-item .ava { width: 36px; height: 36px; border-radius: 50%; background: var(--red); color: #fff; display: flex; align-items: center; justify-content: center; font-family: var(--font-mono); font-weight: 600; font-size: 12px; }
.review-item .ava.b { background: var(--blue); }
.review-item .ava.g { background: var(--green); color: #000; }
.review-item .ava.a { background: var(--yellow); color: #000; }
.review-item .nm { font-size: 14px; color: var(--ink); font-weight: 500; }
.review-item .dt { font-family: var(--font-mono); font-size: 11px; color: var(--muted); margin-left: auto; }
.review-item .stars-i { color: var(--yellow); font-size: 12px; letter-spacing: 1px; }
.review-item p { color: var(--ink-2); font-size: 14.5px; line-height: 1.55; }
@media (max-width: 920px) { .review-summary { grid-template-columns: 1fr; gap: 24px; } }

/* Screenshots grid (handoff: 3-col 16:10 with label) */
.plug-ss-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.plug-ss-grid .ss { aspect-ratio: 16/10; border-radius: 12px; background: var(--bg-2); border: 1px solid var(--line); display: flex; align-items: center; justify-content: center; overflow: hidden; position: relative; }
.plug-ss-grid .ss img { width: 100%; height: 100%; object-fit: cover; }
.plug-ss-grid .ss .label-c { position: absolute; bottom: 12px; left: 12px; font-family: var(--font-mono); font-size: 11px; color: var(--muted); background: rgba(0,0,0,.7); padding: 4px 10px; border-radius: 4px; }
@media (max-width: 920px) { .plug-ss-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 620px) { .plug-ss-grid { grid-template-columns: 1fr; } }

/* Related plugins */
.rel-plugs { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.rel-plugs a { background: var(--bg-2); border: 1px solid var(--line); border-radius: 12px; overflow: hidden; transition: border-color .15s; display: flex; flex-direction: column; }
.rel-plugs a:hover { border-color: var(--line-3); }
.rel-plugs .vis { aspect-ratio: 16/10; display: flex; align-items: center; justify-content: center; font-family: var(--font-mono); font-size: 44px; font-weight: 700; letter-spacing: -.04em; border-bottom: 1px solid var(--line); color: var(--red); background: linear-gradient(135deg, var(--red-soft), var(--bg-3)); overflow: hidden; }
.rel-plugs .vis img { width: 100%; height: 100%; object-fit: cover; }
.rel-plugs .body { padding: 18px; display: flex; flex-direction: column; gap: 6px; }
.rel-plugs h4 { font-size: 16px; }
.rel-plugs .meta { font-family: var(--font-mono); font-size: 11px; color: var(--muted); }
.rel-plugs .price-r { display: flex; justify-content: space-between; align-items: center; margin-top: 8px; }
.rel-plugs .price-r .p { font-family: var(--font-mono); font-size: 14px; color: var(--ink); font-weight: 500; }
@media (max-width: 820px) { .rel-plugs { grid-template-columns: 1fr; } }

/* ============================================================
   CART / CHECKOUT / THANK-YOU (handoff: sepet/odeme/siparis-tamamlandi)
   ============================================================ */

/* Stepper */
.stepper { display: flex; gap: 0; align-items: center; margin-bottom: 48px; padding: 20px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); overflow-x: auto; }
.stepper .st { display: flex; align-items: center; gap: 12px; font-family: var(--font-mono); font-size: 12px; color: var(--muted); text-transform: uppercase; letter-spacing: 0.08em; white-space: nowrap; }
.stepper .st .n { width: 28px; height: 28px; border-radius: 50%; border: 1px solid var(--line-2); display: flex; align-items: center; justify-content: center; font-size: 12px; font-weight: 600; }
.stepper .st.on .n { background: var(--red); color: #fff; border-color: var(--red); }
.stepper .st.on { color: var(--ink); }
.stepper .st.done .n { background: var(--green); color: #000; border-color: var(--green); }
.stepper .st.done { color: var(--ink); }
.stepper .sep { flex: 1; height: 1px; background: var(--line); margin: 0 24px; min-width: 32px; }
.stepper .sep.done { background: var(--green); }

/* CART layout */
.cart-layout { display: grid; grid-template-columns: 1.4fr 1fr; gap: 32px; align-items: start; }
@media (max-width: 920px) { .cart-layout { grid-template-columns: 1fr; } }

/* Items table (cart) */
.items { background: var(--bg-2); border: 1px solid var(--line); border-radius: 14px; overflow: hidden; }
.items .it-head { display: grid; grid-template-columns: 1fr 130px 130px 110px 40px; gap: 16px; padding: 16px 24px; background: var(--bg-3); border-bottom: 1px solid var(--line); font-family: var(--font-mono); font-size: 10.5px; color: var(--muted-2); text-transform: uppercase; letter-spacing: 0.08em; }
.item-row { display: grid; grid-template-columns: 1fr 130px 130px 110px 40px; gap: 16px; padding: 24px; border-bottom: 1px solid var(--line); align-items: center; }
.item-row:last-child { border-bottom: 0; }
.item-row .product-c { display: flex; gap: 16px; align-items: center; }
.item-row .product-c .ic { width: 56px; height: 56px; border-radius: 12px; border: 1px solid var(--line-2); display: flex; align-items: center; justify-content: center; font-family: var(--font-mono); font-size: 16px; font-weight: 700; letter-spacing: -.04em; flex-shrink: 0; overflow: hidden; }
.item-row .product-c .ic img { width: 100%; height: 100%; object-fit: cover; }
.item-row .product-c .ic.green { background: rgba(74,222,128,.08); color: var(--green); border-color: rgba(74,222,128,.2); }
.item-row .product-c .ic.red { background: var(--red-soft); color: var(--red); border-color: var(--red-line); }
.item-row .product-c .ic.blue { background: rgba(96,165,250,.08); color: var(--blue); border-color: rgba(96,165,250,.2); }
.item-row .product-c .ic.amber { background: rgba(251,191,36,.08); color: var(--yellow); border-color: rgba(251,191,36,.2); }
.item-row .product-c .ic.purple { background: rgba(167,139,250,.08); color: #a78bfa; border-color: rgba(167,139,250,.2); }
.item-row .product-c .ic.rose { background: rgba(244,114,182,.08); color: #f472b6; border-color: rgba(244,114,182,.2); }
.item-row .product-c .info { flex: 1; min-width: 0; }
.item-row .product-c .name { font-size: 16px; font-weight: 500; letter-spacing: -0.014em; color: var(--ink); margin-bottom: 4px; }
.item-row .product-c .name a { color: inherit; }
.item-row .product-c .name a:hover { color: var(--red); }
.item-row .product-c .meta { font-family: var(--font-mono); font-size: 11px; color: var(--muted); display: flex; gap: 8px; align-items: center; flex-wrap: wrap; }
.item-row .license-sel { background: var(--bg-3); border: 1px solid var(--line-2); border-radius: 8px; padding: 8px 10px; font-family: var(--font-mono); font-size: 12px; color: var(--ink-2); cursor: pointer; width: 100%; }
.qty-c { display: inline-flex; border: 1px solid var(--line-2); border-radius: 8px; background: var(--bg-3); overflow: hidden; }
.qty-c button { background: none; border: 0; color: var(--ink-2); width: 32px; height: 36px; cursor: pointer; font-family: var(--font-mono); font-size: 14px; }
.qty-c input { width: 40px; height: 36px; background: var(--bg-2); border: 0; border-left: 1px solid var(--line); border-right: 1px solid var(--line); text-align: center; color: var(--ink); font-family: var(--font-mono); font-size: 13px; font-variant-numeric: tabular-nums; }
.item-row .price-c { font-family: var(--font-mono); font-variant-numeric: tabular-nums; font-size: 16px; font-weight: 500; color: var(--ink); text-align: right; }
.item-row .price-c small { display: block; color: var(--muted); font-size: 10.5px; margin-top: 2px; font-weight: 400; }
.item-row .rm { background: none; border: 1px solid var(--line); color: var(--muted); width: 32px; height: 32px; border-radius: 50%; display: flex; align-items: center; justify-content: center; cursor: pointer; transition: all .15s; text-decoration: none; }
.item-row .rm:hover { color: var(--red); border-color: var(--red); }
@media (max-width: 720px) {
    .items .it-head { display: none; }
    .item-row { grid-template-columns: 1fr; gap: 14px; padding: 20px 18px; }
    .item-row .price-c { text-align: left; }
}

/* Cart actions */
.cart-actions { display: flex; justify-content: space-between; align-items: center; margin-top: 24px; padding: 18px 24px; background: var(--bg-2); border: 1px solid var(--line); border-radius: 12px; flex-wrap: wrap; gap: 16px; }
.cart-actions .coupon { display: flex; gap: 8px; }
.cart-actions .coupon input { background: var(--bg); border: 1px solid var(--line-2); border-radius: 8px; padding: 9px 14px; color: var(--ink); font-family: var(--font-mono); font-size: 13px; width: 200px; outline: none; }
.cart-actions .coupon button { background: var(--ink); color: var(--bg); border: 0; padding: 9px 14px; border-radius: 8px; font-family: var(--font-mono); font-size: 12px; font-weight: 600; cursor: pointer; }
.cart-actions a { font-family: var(--font-mono); font-size: 12.5px; color: var(--muted); }
.cart-actions a:hover { color: var(--red); }

/* Recommended (cross-sells) */
.rec-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; margin-top: 32px; }
.rec-card { background: var(--bg-2); border: 1px solid var(--line); border-radius: 12px; padding: 18px; display: grid; grid-template-columns: 56px 1fr auto; gap: 14px; align-items: center; transition: border-color .15s; }
.rec-card:hover { border-color: var(--line-3); }
.rec-card .ic-r { width: 56px; height: 56px; border-radius: 10px; display: flex; align-items: center; justify-content: center; font-family: var(--font-mono); font-size: 14px; font-weight: 700; letter-spacing: -.04em; overflow: hidden; border: 1px solid var(--line); }
.rec-card .ic-r img { width: 100%; height: 100%; object-fit: cover; }
.rec-card .ic-r.green { background: rgba(74,222,128,.08); color: var(--green); border-color: rgba(74,222,128,.2); }
.rec-card .ic-r.red { background: var(--red-soft); color: var(--red); border-color: var(--red-line); }
.rec-card .ic-r.blue { background: rgba(96,165,250,.08); color: var(--blue); border-color: rgba(96,165,250,.2); }
.rec-card .ic-r.amber { background: rgba(251,191,36,.08); color: var(--yellow); border-color: rgba(251,191,36,.2); }
.rec-card .ic-r.purple { background: rgba(167,139,250,.08); color: #a78bfa; border-color: rgba(167,139,250,.2); }
.rec-card .ic-r.rose { background: rgba(244,114,182,.08); color: #f472b6; border-color: rgba(244,114,182,.2); }
.rec-card .body-r .nm { font-size: 14px; font-weight: 500; margin-bottom: 4px; }
.rec-card .body-r .nm a { color: inherit; }
.rec-card .body-r .nm a:hover { color: var(--red); }
.rec-card .body-r .desc-r { font-size: 12.5px; color: var(--muted); line-height: 1.4; }
.rec-card .price-r { display: flex; flex-direction: column; align-items: flex-end; gap: 6px; }
.rec-card .price-r .p { font-family: var(--font-mono); font-size: 14px; color: var(--ink); font-weight: 500; }
.rec-card .price-r .add-btn { background: var(--ink); color: var(--bg); border: 0; padding: 6px 12px; border-radius: 8px; font-family: var(--font-mono); font-size: 11px; cursor: pointer; font-weight: 600; text-transform: uppercase; letter-spacing: 0.05em; text-decoration: none; display: inline-block; }
.rec-card .price-r .add-btn:hover { background: var(--red); color: #fff; }
@media (max-width: 820px) { .rec-grid { grid-template-columns: 1fr; } }

/* SUMMARY-C (right column, cart + checkout) */
.summary-c { background: var(--bg-2); border: 1px solid var(--line-2); border-radius: 14px; padding: 28px; position: sticky; top: 90px; }
.summary-c h4 { font-family: var(--font-mono); font-size: 11px; color: var(--muted); text-transform: uppercase; letter-spacing: 0.08em; margin-bottom: 16px; font-weight: 500; }
.summary-c .line { display: flex; justify-content: space-between; padding: 9px 0; font-size: 14px; }
.summary-c .line .l { color: var(--muted); }
.summary-c .line .v { font-family: var(--font-mono); font-variant-numeric: tabular-nums; color: var(--ink-2); }
.summary-c .line .v.discount { color: var(--green); }
.summary-c .line.total { border-top: 1px solid var(--line); margin-top: 12px; padding-top: 18px; }
.summary-c .line.total .l { font-size: 16px; color: var(--ink); font-weight: 500; }
.summary-c .line.total .v { font-size: 28px; font-weight: 600; color: var(--red); letter-spacing: -0.02em; }
.summary-c .checkout { width: 100%; justify-content: center; padding: 14px; margin-top: 20px; font-size: 15px; }
.summary-c .ghost-link { display: block; margin-top: 12px; text-align: center; color: var(--muted); font-size: 13px; font-family: var(--font-mono); }
.summary-c .ghost-link:hover { color: var(--ink-2); }
.summary-c .badges-c { display: flex; flex-direction: column; gap: 8px; margin-top: 22px; padding-top: 20px; border-top: 1px solid var(--line); font-family: var(--font-mono); font-size: 11.5px; color: var(--muted); }
.summary-c .badges-c .b { display: flex; gap: 8px; align-items: center; }
.summary-c .badges-c .b svg { color: var(--green); flex-shrink: 0; }
.summary-c .place { width: 100%; justify-content: center; padding: 14px; margin-top: 18px; font-size: 14.5px; }
.summary-c .terms { font-family: var(--font-mono); font-size: 11px; color: var(--muted); margin-top: 12px; line-height: 1.55; }
.summary-c .terms a { color: var(--ink-2); border-bottom: 1px dotted var(--muted-2); }
.summary-c .terms a:hover { color: var(--red); border-color: var(--red); }

/* mini items for checkout summary */
.mini-items { margin: 0 0 16px; }
.mini-items .mi { display: flex; gap: 12px; align-items: center; padding: 8px 0; border-bottom: 1px solid var(--line); }
.mini-items .mi:last-child { border-bottom: 0; }
.mini-items .mi-ic { width: 36px; height: 36px; border-radius: 8px; display: flex; align-items: center; justify-content: center; font-family: var(--font-mono); font-size: 13px; font-weight: 700; flex-shrink: 0; overflow: hidden; border: 1px solid var(--line); }
.mini-items .mi-ic img { width: 100%; height: 100%; object-fit: cover; }
.mini-items .mi-ic.green { background: rgba(74,222,128,.08); color: var(--green); border-color: rgba(74,222,128,.2); }
.mini-items .mi-ic.red { background: var(--red-soft); color: var(--red); border-color: var(--red-line); }
.mini-items .mi-ic.blue { background: rgba(96,165,250,.08); color: var(--blue); border-color: rgba(96,165,250,.2); }
.mini-items .mi-ic.amber { background: rgba(251,191,36,.08); color: var(--yellow); border-color: rgba(251,191,36,.2); }
.mini-items .mi-ic.purple { background: rgba(167,139,250,.08); color: #a78bfa; border-color: rgba(167,139,250,.2); }
.mini-items .mi-ic.rose { background: rgba(244,114,182,.08); color: #f472b6; border-color: rgba(244,114,182,.2); }
.mini-items .mi .info { flex: 1; min-width: 0; }
.mini-items .mi .info .n { font-size: 13px; color: var(--ink-2); font-weight: 500; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.mini-items .mi .info .l { font-family: var(--font-mono); font-size: 10.5px; color: var(--muted); }
.mini-items .mi .pr { font-family: var(--font-mono); font-size: 13px; color: var(--ink-2); font-variant-numeric: tabular-nums; }

/* Payment logos strip */
.pay-logos { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 20px; padding-top: 20px; border-top: 1px solid var(--line); }
.pay-logos .pl { height: 28px; padding: 4px 10px; background: var(--bg-3); border: 1px solid var(--line); border-radius: 6px; display: flex; align-items: center; font-family: var(--font-mono); font-size: 10.5px; color: var(--muted-2); letter-spacing: 0.02em; }

/* CHECKOUT layout */
.co-layout { display: grid; grid-template-columns: 1.4fr 1fr; gap: 32px; align-items: start; }
@media (max-width: 920px) { .co-layout { grid-template-columns: 1fr; } }

/* Checkout cards */
.co-card { background: var(--bg-2); border: 1px solid var(--line); border-radius: 14px; padding: 28px; margin-bottom: 16px; }
.co-card h3 { font-family: var(--font-mono); font-size: 11px; color: var(--muted); text-transform: uppercase; letter-spacing: 0.08em; margin-bottom: 22px; display: flex; align-items: center; gap: 10px; font-weight: 500; }
.co-card h3 .num { width: 22px; height: 22px; background: var(--red); color: #fff; border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; font-size: 10px; font-weight: 700; }
.co-card h3 .opt { color: var(--muted-2); margin-left: 4px; }

/* Checkout form fields */
.field { display: flex; flex-direction: column; gap: 6px; margin-bottom: 14px; }
.field label { font-family: var(--font-mono); font-size: 10.5px; letter-spacing: 0.08em; text-transform: uppercase; color: var(--muted); }
.field input, .field select, .field textarea { background: var(--bg); border: 1px solid var(--line-2); border-radius: 10px; padding: 12px 14px; font-size: 14.5px; color: var(--ink); outline: none; transition: border-color .15s, box-shadow .15s; font-family: inherit; }
.field input::placeholder, .field textarea::placeholder { color: var(--muted-2); }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--red); box-shadow: 0 0 0 3px var(--red-soft); }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.field-row.three { grid-template-columns: 1fr 1fr 1fr; }
@media (max-width: 620px) { .field-row, .field-row.three { grid-template-columns: 1fr; } }

/* Customer toggle (individual/corporate) */
.toggle-row { display: inline-flex; padding: 4px; background: var(--bg-3); border: 1px solid var(--line-2); border-radius: 999px; margin-bottom: 18px; }
.toggle-row button { padding: 9px 18px; background: none; border: 0; color: var(--muted); font-family: var(--font-mono); font-size: 12px; border-radius: 999px; cursor: pointer; text-transform: uppercase; letter-spacing: 0.05em; }
.toggle-row button.on { background: var(--ink); color: var(--bg); font-weight: 600; }

/* Tax fields conditional */
.tax-fields { display: none; }
.tax-fields.on { display: block; }

/* Payment methods grid */
.pay-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 8px; }
.pay-opt { background: var(--bg); border: 1px solid var(--line-2); border-radius: 10px; padding: 14px 16px; cursor: pointer; transition: all .15s; display: flex; gap: 14px; align-items: center; position: relative; }
.pay-opt:hover { border-color: var(--line-3); }
.pay-opt.on { background: var(--red-soft); border-color: var(--red); }
.pay-opt input[type="radio"] { position: absolute; opacity: 0; pointer-events: none; }
.pay-opt .radio { width: 18px; height: 18px; border: 1.5px solid var(--line-3); border-radius: 50%; flex-shrink: 0; position: relative; }
.pay-opt.on .radio { border-color: var(--red); }
.pay-opt.on .radio::after { content: ""; position: absolute; inset: 3px; background: var(--red); border-radius: 50%; }
.pay-opt .name-row { display: flex; flex-direction: column; flex: 1; min-width: 0; }
.pay-opt .name { font-size: 14px; font-weight: 500; color: var(--ink); }
.pay-opt .desc { font-family: var(--font-mono); font-size: 10.5px; color: var(--muted); margin-top: 2px; }
.pay-opt .logo { font-family: var(--font-mono); font-size: 11px; padding: 3px 8px; background: var(--bg-3); border-radius: 4px; color: var(--ink-2); border: 1px solid var(--line); }
.pay-opt .logo.iyz { background: rgba(74,222,128,.1); color: var(--green); border-color: rgba(74,222,128,.2); }
.pay-opt .logo.tr { background: rgba(96,165,250,.1); color: var(--blue); border-color: rgba(96,165,250,.2); }
@media (max-width: 620px) { .pay-grid { grid-template-columns: 1fr; } }

/* Credit card form (iyzico/paytr nested form) */
.cc-form { background: var(--bg); border: 1px solid var(--line-2); border-radius: 12px; padding: 24px; margin-top: 16px; position: relative; }
.cc-form::before { content: "iyzico secure"; position: absolute; top: -10px; left: 16px; background: var(--bg-2); padding: 0 10px; font-family: var(--font-mono); font-size: 10px; color: var(--green); letter-spacing: 0.06em; text-transform: uppercase; }
.cc-form .field input { background: var(--bg-3); }

/* Promo / coupon strip */
.pr-cta { background: var(--bg-3); border: 1px dashed var(--line-2); border-radius: 8px; padding: 12px 16px; display: flex; gap: 12px; align-items: center; font-family: var(--font-mono); font-size: 12px; color: var(--muted); margin-bottom: 16px; }
.pr-cta .ic-pr { color: var(--green); flex-shrink: 0; }

/* WC standard checkout fields inside .co-card (override defaults) */
.co-card .form-row { margin-bottom: 14px; display: flex; flex-direction: column; gap: 6px; }
.co-card .form-row label { font-family: var(--font-mono); font-size: 10.5px; letter-spacing: 0.08em; text-transform: uppercase; color: var(--muted); }
.co-card .form-row .required { color: var(--red); }
.co-card .form-row input.input-text, .co-card .form-row select, .co-card .form-row textarea { background: var(--bg); border: 1px solid var(--line-2); border-radius: 10px; padding: 12px 14px; font-size: 14.5px; color: var(--ink); outline: none; transition: border-color .15s, box-shadow .15s; font-family: inherit; width: 100%; }
.co-card .form-row input.input-text:focus, .co-card .form-row select:focus { border-color: var(--red); box-shadow: 0 0 0 3px var(--red-soft); }
.co-card .form-row .select2-container .select2-selection--single { background: var(--bg); border: 1px solid var(--line-2); border-radius: 10px; height: 46px; }
.co-card .form-row .select2-container .select2-selection--single .select2-selection__rendered { color: var(--ink); line-height: 46px; padding-left: 14px; }
.co-card .form-row .select2-container .select2-selection--single .select2-selection__arrow { height: 46px; }

/* SUCCESS HERO (thank you) */
.success-hero { text-align: center; padding: 64px 0 56px; border-bottom: 1px solid var(--line); position: relative; overflow: hidden; }
.success-hero::before { content: ""; position: absolute; inset: 0; background-image: radial-gradient(ellipse 600px 400px at 50% 0%, rgba(74,222,128,.12), transparent 70%); pointer-events: none; }
.success-hero > * { position: relative; }
.check-icon { width: 88px; height: 88px; margin: 0 auto 32px; border-radius: 50%; background: var(--green-soft); border: 1px solid rgba(74,222,128,.3); display: flex; align-items: center; justify-content: center; color: var(--green); position: relative; }
.check-icon::before { content: ""; position: absolute; inset: -8px; border-radius: 50%; border: 1px solid rgba(74,222,128,.15); animation: pulse-grn 2s infinite; }
.check-icon::after { content: ""; position: absolute; inset: -16px; border-radius: 50%; border: 1px solid rgba(74,222,128,.06); animation: pulse-grn 2s infinite .2s; }
@keyframes pulse-grn { 0% { transform: scale(1); opacity: 1; } 100% { transform: scale(1.2); opacity: 0; } }
.success-hero h1 { font-size: clamp(30px, 5.4vw, 76px); line-height: 1.04; letter-spacing: -0.035em; font-weight: 600; margin-bottom: 20px; }
.success-hero h1 em { color: var(--green); font-style: normal; }
.success-hero p { font-size: 18px; color: var(--muted); max-width: 56ch; margin: 0 auto; }
.success-hero .order-meta { display: inline-flex; gap: 16px; align-items: center; flex-wrap: wrap; margin-top: 32px; padding: 12px 24px; background: var(--bg-2); border: 1px solid var(--line-2); border-radius: 999px; font-family: var(--font-mono); font-size: 12px; color: var(--muted); }
.success-hero .order-meta b { color: var(--ink); font-weight: 500; }
.success-hero .order-meta .sep-d { color: var(--muted-2); }

/* RECEIPT layout (thank you) */
.receipt-layout { display: grid; grid-template-columns: 1.4fr 1fr; gap: 32px; margin-top: 64px; align-items: start; }
@media (max-width: 920px) { .receipt-layout { grid-template-columns: 1fr; } }

/* License cards (thank you left col) */
.lic-section h3 { font-family: var(--font-mono); font-size: 11px; color: var(--muted); text-transform: uppercase; letter-spacing: 0.08em; font-weight: 500; margin-bottom: 18px; display: flex; align-items: center; gap: 10px; }
.lic-section h3 .num { width: 22px; height: 22px; background: var(--red); color: #fff; border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; font-size: 10px; font-weight: 700; }
.lic-card { background: var(--bg-2); border: 1px solid var(--line); border-radius: 12px; padding: 24px; margin-bottom: 12px; display: grid; grid-template-columns: 48px 1fr auto; gap: 18px; align-items: start; }
.lic-card .ic-l { width: 48px; height: 48px; border-radius: 10px; display: flex; align-items: center; justify-content: center; font-family: var(--font-mono); font-size: 16px; font-weight: 700; letter-spacing: -.03em; flex-shrink: 0; overflow: hidden; border: 1px solid var(--line); }
.lic-card .ic-l img { width: 100%; height: 100%; object-fit: cover; }
.lic-card .ic-l.green { background: rgba(74,222,128,.1); color: var(--green); border-color: rgba(74,222,128,.2); }
.lic-card .ic-l.red { background: var(--red-soft); color: var(--red); border-color: var(--red-line); }
.lic-card .ic-l.blue { background: rgba(96,165,250,.1); color: var(--blue); border-color: rgba(96,165,250,.2); }
.lic-card .ic-l.amber { background: rgba(251,191,36,.1); color: var(--yellow); border-color: rgba(251,191,36,.2); }
.lic-card .ic-l.purple { background: rgba(167,139,250,.1); color: #a78bfa; border-color: rgba(167,139,250,.2); }
.lic-card .ic-l.rose { background: rgba(244,114,182,.1); color: #f472b6; border-color: rgba(244,114,182,.2); }
.lic-card .body-l { min-width: 0; flex: 1; display: flex; flex-direction: column; gap: 10px; }
.lic-card .body-l .head { display: flex; justify-content: space-between; align-items: center; gap: 12px; flex-wrap: wrap; }
.lic-card .body-l .nm { font-size: 17px; font-weight: 500; letter-spacing: -0.014em; }
.lic-card .body-l .lic-type { font-family: var(--font-mono); font-size: 11px; color: var(--muted); background: var(--bg-3); padding: 3px 10px; border-radius: 999px; border: 1px solid var(--line-2); }
.lic-card .body-l .info-row { font-family: var(--font-mono); font-size: 11.5px; color: var(--muted); display: flex; gap: 16px; flex-wrap: wrap; }
.lic-card .body-l .info-row b { color: var(--ink-2); font-weight: 500; }
.lic-card .key-row { background: var(--bg); border: 1px dashed var(--line-2); border-radius: 8px; padding: 10px 14px; display: flex; gap: 10px; align-items: center; font-family: var(--font-mono); font-size: 12px; color: var(--ink-2); }
.lic-card .key-row .key { flex: 1; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; letter-spacing: 0.02em; }
.lic-card .key-row .copy-btn { background: var(--bg-3); border: 1px solid var(--line-2); color: var(--ink-2); padding: 4px 10px; border-radius: 5px; font-size: 10.5px; cursor: pointer; font-family: var(--font-mono); }
.lic-card .key-row .copy-btn:hover { background: var(--ink); color: var(--bg); }
.lic-card .actions-l { display: flex; flex-direction: column; gap: 8px; flex-shrink: 0; }
.lic-card .actions-l a { display: inline-flex; align-items: center; gap: 6px; background: var(--ink); color: var(--bg); padding: 10px 14px; border-radius: 8px; font-family: var(--font-mono); font-size: 11.5px; font-weight: 600; transition: background .15s; white-space: nowrap; text-transform: uppercase; letter-spacing: 0.05em; text-decoration: none; }
.lic-card .actions-l a:hover { background: var(--red); color: #fff; }
.lic-card .actions-l .docs-link { background: transparent; border: 1px solid var(--line-2); color: var(--muted); text-align: center; justify-content: center; }
.lic-card .actions-l .docs-link:hover { color: var(--ink-2); border-color: var(--line-3); background: transparent; }
@media (max-width: 720px) {
    .lic-card { grid-template-columns: 1fr; gap: 14px; }
    .lic-card .actions-l { flex-direction: row; }
    .lic-card .actions-l a { flex: 1; justify-content: center; }
}

/* RECEIPT box (right column on thank you) */
.receipt-c { background: var(--bg-2); border: 1px solid var(--line-2); border-radius: 14px; padding: 28px; position: sticky; top: 90px; }
.receipt-c h4 { font-family: var(--font-mono); font-size: 11px; color: var(--muted); text-transform: uppercase; letter-spacing: 0.08em; margin-bottom: 16px; font-weight: 500; }
.receipt-c .meta-r { display: flex; flex-direction: column; gap: 10px; font-family: var(--font-mono); font-size: 12.5px; padding-bottom: 16px; border-bottom: 1px solid var(--line); margin-bottom: 16px; }
.receipt-c .meta-r .row { display: flex; justify-content: space-between; }
.receipt-c .meta-r .row .k { color: var(--muted); }
.receipt-c .meta-r .row .v { color: var(--ink-2); }
.receipt-c .meta-r .row .v.grn { color: var(--green); }
.receipt-c .line { display: flex; justify-content: space-between; padding: 7px 0; font-size: 13.5px; }
.receipt-c .line .l { color: var(--muted); }
.receipt-c .line .v { font-family: var(--font-mono); font-variant-numeric: tabular-nums; color: var(--ink-2); }
.receipt-c .line .v.discount { color: var(--green); }
.receipt-c .line.total { border-top: 1px solid var(--line); margin-top: 10px; padding-top: 14px; font-size: 15px; }
.receipt-c .line.total .l { color: var(--ink); font-weight: 500; }
.receipt-c .line.total .v { font-size: 22px; font-weight: 600; color: var(--ink); letter-spacing: -0.02em; }
.receipt-c .efatura-row { margin-top: 18px; padding: 14px; background: rgba(74,222,128,.06); border: 1px solid rgba(74,222,128,.2); border-radius: 10px; display: flex; gap: 12px; align-items: center; font-family: var(--font-mono); font-size: 12px; color: var(--green); }
.receipt-c .efatura-row svg { flex-shrink: 0; }
.receipt-c .download-receipt { width: 100%; justify-content: space-between; margin-top: 18px; background: transparent; color: var(--ink-2); border: 1px solid var(--line-2); }
.receipt-c .download-receipt:hover { background: var(--bg-3); }

/* Next steps grid */
.next-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 64px; }
.next-card { background: var(--bg-2); border: 1px solid var(--line); border-radius: 14px; padding: 28px; display: flex; flex-direction: column; gap: 14px; transition: border-color .15s; text-decoration: none; color: inherit; }
.next-card:hover { border-color: var(--line-3); }
.next-card .step-num { width: 36px; height: 36px; border-radius: 8px; background: var(--bg-3); border: 1px solid var(--line-2); display: flex; align-items: center; justify-content: center; font-family: var(--font-mono); font-size: 13px; font-weight: 600; color: var(--ink); }
.next-card h4 { font-size: 18px; }
.next-card p { color: var(--muted); font-size: 14px; line-height: 1.5; }
.next-card .row-end { margin-top: auto; padding-top: 12px; display: flex; gap: 6px; align-items: center; font-family: var(--font-mono); font-size: 12px; color: var(--ink-2); border-top: 1px solid var(--line); }
.next-card:hover .row-end { color: var(--red); }
@media (max-width: 920px) { .next-steps { grid-template-columns: 1fr; } }

/* Referral CTA strip */
.cta-strip { margin-top: 64px; padding: 32px; background: var(--bg-2); border: 1px solid var(--line); border-radius: 14px; display: grid; grid-template-columns: 1fr auto; gap: 24px; align-items: center; }
.cta-strip h4 { font-size: 18px; margin-bottom: 6px; }
.cta-strip p { color: var(--muted); font-size: 13.5px; max-width: 50ch; }
@media (max-width: 720px) { .cta-strip { grid-template-columns: 1fr; } }

/* Install steps box */
.install-box { margin-top: 24px; padding: 24px; background: var(--bg-2); border: 1px solid var(--line); border-radius: 12px; }
.install-box h4 { font-size: 14px; margin-bottom: 14px; }
.install-box ol { margin: 0; padding-left: 20px; display: flex; flex-direction: column; gap: 8px; color: var(--ink-2); font-size: 14px; line-height: 1.5; }

/* Back to top */
.back-to-top {
    position: fixed;
    left: 24px;
    bottom: 24px;
    z-index: 90;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: var(--bg-2);
    border: 1px solid var(--line-2);
    color: var(--ink-2);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: opacity .2s ease, transform .2s ease, border-color .15s, color .15s, background-color .15s;
}
.back-to-top.show { opacity: 1; visibility: visible; transform: translateY(0); }
.back-to-top:hover { border-color: var(--red); color: var(--red); background: var(--bg-elev); }
.back-to-top:focus-visible { outline: 2px solid var(--red); outline-offset: 3px; }
@media (max-width: 720px) { .back-to-top { left: 16px; bottom: 16px; width: 40px; height: 40px; } }
