/* ============================================================
   otoparcam.tr — Premium / Tech Theme
   Dark Navy + Turuncu Accent
   ============================================================ */

:root {
  /* Brand Colors */
  --bg:           #0F172A;   /* dark navy ana arka plan */
  --bg-2:         #1E293B;   /* secondary dark navy */
  --bg-3:         #334155;   /* lighter slate */
  --surface:      #FFFFFF;   /* card beyaz */
  --surface-2:    #F8FAFC;   /* hafif gri */
  --surface-3:    #F1F5F9;   /* açık gri */

  --text:         #E2E8F0;   /* dark üzerinde açık metin */
  --text-2:       #94A3B8;   /* secondary metin */
  --text-3:       #64748B;   /* mute */
  --text-on-surface: #0F172A; /* beyaz card üstündeki metin */
  --text-on-surface-2: #475569;

  --accent:       #F97316;   /* turuncu */
  --accent-2:     #EA580C;   /* turuncu darker */
  --accent-light: #FED7AA;

  --success:      #10B981;
  --danger:       #EF4444;
  --warning:      #F59E0B;
  --info:         #3B82F6;

  --border:       #334155;
  --border-light: #E2E8F0;

  /* Spacing/sizes */
  --radius-sm:    6px;
  --radius:       10px;
  --radius-lg:    16px;
  --shadow-sm:    0 1px 2px rgba(0,0,0,0.05);
  --shadow:       0 4px 6px -1px rgba(0,0,0,0.1), 0 2px 4px -2px rgba(0,0,0,0.1);
  --shadow-lg:    0 10px 15px -3px rgba(0,0,0,0.1), 0 4px 6px -4px rgba(0,0,0,0.1);
  --container-w:  1240px;

  --font:         system-ui, -apple-system, "Segoe UI", Roboto, "Inter", "Helvetica Neue", sans-serif;
}

/* Reset */
* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  font-family: var(--font);
  font-size: 15px;
  line-height: 1.5;
  background: var(--bg);
  color: var(--text);
  min-height: 100vh;
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; transition: color 0.15s; }
a:hover { color: var(--accent); }
button { font-family: inherit; cursor: pointer; border: none; background: none; }
input, select, textarea { font-family: inherit; }
ul { list-style: none; }
code { font-family: "SF Mono", Monaco, Consolas, monospace; font-size: 0.9em; }

/* Container */
.container {
  max-width: var(--container-w);
  margin: 0 auto;
  padding: 0 16px;
}

.main-wrap { min-height: 60vh; }

/* ============================================================
   HEADER
   ============================================================ */
.header { background: var(--bg); border-bottom: 1px solid var(--border); position: sticky; top: 0; z-index: 100; }

.topbar {
  background: #060B16;
  font-size: 13px;
  border-bottom: 1px solid var(--border);
}
.topbar-inner { display: flex; justify-content: space-between; align-items: center; height: 36px; }
.topbar-left, .topbar-right { display: flex; gap: 18px; align-items: center; }
.topbar-link { color: var(--text-2); }
.topbar-link:hover { color: var(--accent); }
.topbar-mute { color: var(--text-3); }

.header-main { padding: 18px 0; }
.header-main-inner { display: flex; align-items: center; gap: 24px; }

.brand {
  display: flex; align-items: center; gap: 10px;
  color: var(--text); font-size: 22px; line-height: 1;
  flex-shrink: 0;
}
.brand:hover { color: var(--accent); }
.brand-icon { color: var(--accent); display: flex; align-items: center; }
.brand-text strong { font-weight: 800; }

.search-form {
  display: flex; flex: 1; max-width: 600px;
  background: var(--bg-2);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  overflow: hidden;
  transition: border-color 0.15s, box-shadow 0.15s;
}
.search-form:focus-within {
  border-color: var(--accent);
  box-shadow: 0 0 0 3px rgba(249,115,22,0.15);
}
.search-input {
  flex: 1; padding: 11px 16px; background: transparent; border: 0;
  color: var(--text); font-size: 14px; outline: none;
}
.search-input::placeholder { color: var(--text-3); }
.search-btn {
  padding: 11px 18px; background: var(--accent); color: #fff;
  font-weight: 600; display: flex; align-items: center; gap: 6px; transition: background 0.15s;
}
.search-btn:hover { background: var(--accent-2); }

.header-actions { display: flex; align-items: center; gap: 10px; flex-shrink: 0; }
.cart-btn {
  display: flex; align-items: center; gap: 8px;
  padding: 10px 14px; border-radius: var(--radius);
  background: var(--bg-2); border: 1px solid var(--border);
  color: var(--text); font-weight: 500;
  transition: border-color 0.15s, background 0.15s;
  position: relative;
}
.cart-btn:hover { border-color: var(--accent); color: var(--text); }
.cart-count {
  background: var(--accent); color: #fff; font-size: 12px; font-weight: 700;
  min-width: 22px; height: 22px; border-radius: 11px; padding: 0 7px;
  display: inline-flex; align-items: center; justify-content: center;
}

.mobile-menu-toggle {
  display: none; padding: 8px; color: var(--text);
  background: var(--bg-2); border-radius: var(--radius); border: 1px solid var(--border);
}

.nav { background: var(--bg-2); border-top: 1px solid var(--border); }
.nav-inner { display: flex; gap: 4px; overflow-x: auto; }
.nav-link {
  padding: 13px 18px; color: var(--text-2);
  font-weight: 500; white-space: nowrap; font-size: 14px;
  border-bottom: 3px solid transparent; transition: color 0.15s, border-color 0.15s;
}
.nav-link:hover, .nav-link.active { color: var(--accent); border-bottom-color: var(--accent); }

/* ============================================================
   HERO
   ============================================================ */
.hero {
  position: relative; padding: 64px 0 48px;
  overflow: hidden;
  background: linear-gradient(135deg, #0F172A 0%, #1E293B 100%);
}
.hero::before {
  content: ''; position: absolute; inset: 0;
  background-image: radial-gradient(circle at 80% 20%, rgba(249,115,22,0.15), transparent 50%);
  pointer-events: none;
}
.hero-inner { position: relative; display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; }
.hero-content { z-index: 1; }
.hero-title {
  font-size: clamp(28px, 4vw, 44px); font-weight: 800;
  line-height: 1.15; margin-bottom: 16px;
}
.hero-title .accent { color: var(--accent); }
.hero-subtitle { font-size: 17px; color: var(--text-2); margin-bottom: 24px; max-width: 480px; }
.hero-cta { display: flex; gap: 12px; flex-wrap: wrap; margin-bottom: 32px; }
.hero-features { display: flex; gap: 24px; flex-wrap: wrap; }
.hero-feature { display: flex; align-items: center; gap: 8px; color: var(--text-2); font-size: 14px; }
.feature-icon { font-size: 20px; }
.hero-art { position: relative; display: flex; align-items: center; justify-content: center; height: 280px; }
.hero-art-bg {
  position: absolute; inset: 20%;
  background: radial-gradient(circle, rgba(249,115,22,0.2), transparent 70%);
  border-radius: 50%;
}
.hero-art-icon { width: 100%; max-width: 260px; color: var(--accent); position: relative; }

/* ============================================================
   STRIP BANNER
   ============================================================ */
.strip-banner {
  background: var(--accent); color: #fff;
  padding: 12px 0; text-align: center; font-weight: 500;
}
.strip-text { font-size: 15px; }

/* ============================================================
   SECTIONS
   ============================================================ */
.section { padding: 56px 0; }
.section-alt { background: var(--bg-2); }
.section-head {
  display: flex; justify-content: space-between; align-items: center;
  margin-bottom: 28px; flex-wrap: wrap; gap: 12px;
}
.section-title {
  font-size: clamp(22px, 3vw, 30px); font-weight: 700; line-height: 1.2;
}
.section-link { color: var(--accent); font-weight: 500; font-size: 14px; }
.section-link:hover { color: var(--accent-2); }

/* ============================================================
   PAGE HERO (sub-hero)
   ============================================================ */
.page-hero { padding: 36px 0 28px; background: var(--bg-2); border-bottom: 1px solid var(--border); }
.page-title { font-size: clamp(22px, 3vw, 32px); font-weight: 700; }
.page-subtitle { color: var(--text-2); margin-top: 6px; max-width: 720px; }

.breadcrumb { font-size: 13px; color: var(--text-3); margin-bottom: 12px; }
.breadcrumb a { color: var(--text-2); }
.breadcrumb a:hover { color: var(--accent); }
.bc-sep { margin: 0 6px; color: var(--text-3); }
.bc-current { color: var(--text-2); }

/* ============================================================
   BUTTONS
   ============================================================ */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  padding: 12px 20px; border-radius: var(--radius);
  font-weight: 600; font-size: 14px; text-align: center;
  cursor: pointer; transition: all 0.15s; border: 1px solid transparent;
}
.btn-primary {
  background: var(--accent); color: #fff;
  border-color: var(--accent);
}
.btn-primary:hover { background: var(--accent-2); border-color: var(--accent-2); color: #fff; }
.btn-primary:disabled { background: var(--bg-3); border-color: var(--bg-3); color: var(--text-3); cursor: not-allowed; }
.btn-secondary {
  background: transparent; color: var(--text);
  border-color: var(--border);
}
.btn-secondary:hover { border-color: var(--accent); color: var(--accent); }
.btn-lg { padding: 14px 28px; font-size: 15px; }
.btn-block { width: 100%; }
.btn-link-block {
  display: block; text-align: center; padding: 12px;
  color: var(--text-on-surface-2); font-size: 14px; margin-top: 8px;
}
.btn-link-block:hover { color: var(--accent); }

/* ============================================================
   BRAND CARDS
   ============================================================ */
.brand-grid {
  display: grid; gap: 14px;
  grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
}
.brand-grid-lg { grid-template-columns: repeat(auto-fill, minmax(180px, 1fr)); gap: 18px; }
.brand-card {
  background: var(--surface); color: var(--text-on-surface);
  border-radius: var(--radius); padding: 18px 14px;
  text-align: center; transition: transform 0.15s, box-shadow 0.15s;
  border: 1px solid var(--border-light);
}
.brand-card:hover {
  transform: translateY(-2px); box-shadow: var(--shadow-lg);
  border-color: var(--accent); color: var(--text-on-surface);
}
.brand-card-logo {
  height: 60px; display: flex; align-items: center; justify-content: center;
  margin-bottom: 10px;
}
.brand-card-logo img { max-height: 100%; max-width: 100%; object-fit: contain; }
.brand-text-logo {
  font-weight: 800; font-size: 22px; color: var(--bg);
  letter-spacing: -0.5px;
}
.brand-card-name { font-weight: 600; font-size: 14px; }
.brand-card-count { font-size: 12px; color: var(--text-on-surface-2); margin-top: 4px; }
.brand-card-lg { padding: 28px 18px; }
.brand-card-lg .brand-card-logo { height: 80px; }

/* ============================================================
   PRODUCT CARDS
   ============================================================ */
.product-grid {
  display: grid; gap: 18px;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
}
.product-card {
  background: var(--surface); color: var(--text-on-surface);
  border-radius: var(--radius); overflow: hidden;
  border: 1px solid var(--border-light);
  transition: transform 0.15s, box-shadow 0.15s, border-color 0.15s;
  display: flex; flex-direction: column;
}
.product-card:hover {
  transform: translateY(-3px); box-shadow: var(--shadow-lg);
  border-color: var(--accent); color: var(--text-on-surface);
}
.product-card-image {
  position: relative; aspect-ratio: 1/1; background: var(--surface-3);
  display: flex; align-items: center; justify-content: center;
  overflow: hidden;
}
.product-card-image img {
  width: 100%; height: 100%; object-fit: contain; padding: 12px;
  transition: transform 0.3s;
}
.product-card:hover .product-card-image img { transform: scale(1.05); }
.badge-sale {
  position: absolute; top: 8px; left: 8px;
  background: var(--danger); color: #fff;
  font-size: 11px; font-weight: 700; padding: 3px 8px; border-radius: 4px;
  letter-spacing: 0.5px;
}
.badge-stock {
  position: absolute; top: 8px; right: 8px;
  font-size: 11px; font-weight: 600; padding: 3px 8px; border-radius: 4px;
  letter-spacing: 0.3px;
}
.badge-stock.stock-yes { background: rgba(16,185,129,0.92); color: #fff; }
.badge-stock.stock-no { background: rgba(239,68,68,0.92); color: #fff; }
.product-card-body { padding: 12px 14px 14px; flex: 1; display: flex; flex-direction: column; }
.product-brand {
  font-size: 11px; font-weight: 700; color: var(--accent);
  letter-spacing: 0.5px; text-transform: uppercase; margin-bottom: 4px;
}
.product-name {
  font-size: 14px; font-weight: 500; color: var(--text-on-surface);
  line-height: 1.4; margin-bottom: 6px;
  display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;
  overflow: hidden; min-height: 38px;
}
.product-meta { font-size: 12px; color: var(--text-on-surface-2); margin-bottom: 8px; }
.product-price { margin-top: auto; padding-top: 8px; display: flex; flex-direction: column; gap: 2px; }
.price-compare { font-size: 13px; color: var(--text-3); text-decoration: line-through; }
.price-current { font-size: 18px; font-weight: 700; color: var(--bg); }

/* ============================================================
   PRODUCT DETAIL
   ============================================================ */
.product-detail-wrap { padding: 28px 16px; }
.product-detail {
  display: grid; gap: 36px;
  grid-template-columns: 1fr 1fr;
  background: var(--surface); color: var(--text-on-surface);
  padding: 28px; border-radius: var(--radius-lg);
  margin-top: 14px;
}
.product-detail-gallery { position: relative; }
.gallery-main {
  position: relative; aspect-ratio: 1/1; background: var(--surface-3);
  border-radius: var(--radius); overflow: hidden;
  display: flex; align-items: center; justify-content: center;
}
.gallery-main img { max-width: 100%; max-height: 100%; object-fit: contain; padding: 24px; }
.badge-sale-lg {
  position: absolute; top: 16px; left: 16px;
  background: var(--danger); color: #fff;
  font-size: 13px; font-weight: 700; padding: 6px 14px; border-radius: 6px;
  letter-spacing: 0.5px;
}
.product-brand-tag { font-size: 12px; font-weight: 700; color: var(--accent); letter-spacing: 0.8px; text-transform: uppercase; margin-bottom: 8px; }
.product-brand-tag a { color: var(--accent); }
.product-detail-title { font-size: clamp(20px, 3vw, 28px); font-weight: 700; line-height: 1.3; color: var(--bg); margin-bottom: 8px; }
.product-detail-meta { color: var(--text-on-surface-2); font-size: 14px; margin-bottom: 12px; }
.product-stock-row { display: flex; gap: 12px; align-items: center; flex-wrap: wrap; margin-bottom: 18px; padding-bottom: 18px; border-bottom: 1px solid var(--border-light); }
.stock-badge {
  font-size: 12px; font-weight: 600; padding: 5px 11px; border-radius: 16px; letter-spacing: 0.3px;
}
.stock-badge.stock-yes { background: rgba(16,185,129,0.12); color: var(--success); }
.stock-badge.stock-no { background: rgba(239,68,68,0.12); color: var(--danger); }
.stock-code { font-size: 13px; color: var(--text-on-surface-2); }
.stock-code code { background: var(--surface-3); padding: 2px 7px; border-radius: 4px; font-weight: 600; color: var(--bg); }
.product-detail-price { display: flex; align-items: baseline; gap: 14px; margin-bottom: 24px; flex-wrap: wrap; }
.price-compare-lg { font-size: 16px; color: var(--text-3); text-decoration: line-through; }
.price-current-lg { font-size: 32px; font-weight: 800; color: var(--bg); }
.price-kdv-note { font-size: 12px; color: var(--text-on-surface-2); }

.product-action {
  display: flex; gap: 12px; margin-bottom: 24px; flex-wrap: wrap;
}

.qty-input {
  display: flex; align-items: stretch;
  border: 1px solid var(--border-light); border-radius: var(--radius);
  overflow: hidden; background: var(--surface);
}
.qty-input-sm { height: 36px; }
.qty-btn {
  width: 40px; background: var(--surface-2); color: var(--bg);
  font-size: 18px; font-weight: 700; border: 0;
  transition: background 0.15s;
}
.qty-btn:hover { background: var(--surface-3); }
.qty-input-sm .qty-btn { width: 32px; font-size: 16px; }
.qty-field, .qty-display {
  width: 56px; text-align: center; border: 0; background: transparent;
  color: var(--bg); font-weight: 600; font-size: 15px;
  display: flex; align-items: center; justify-content: center;
}
.qty-field { padding: 0; outline: none; -moz-appearance: textfield; }
.qty-field::-webkit-inner-spin-button, .qty-field::-webkit-outer-spin-button { -webkit-appearance: none; margin: 0; }

.btn-add-to-cart { flex: 1; min-width: 200px; }

.product-features-list { display: flex; flex-direction: column; gap: 10px; padding: 16px; background: var(--surface-2); border-radius: var(--radius); margin-bottom: 18px; }
.feature-row { display: flex; gap: 10px; align-items: flex-start; font-size: 13px; color: var(--text-on-surface-2); }
.feature-row .feature-icon { font-size: 18px; flex-shrink: 0; }

.product-collapsible { border: 1px solid var(--border-light); border-radius: var(--radius); margin-bottom: 12px; }
.collapsible-summary {
  cursor: pointer; padding: 14px 16px; font-weight: 600; color: var(--bg);
  list-style: none; user-select: none;
  display: flex; justify-content: space-between; align-items: center;
}
.collapsible-summary::-webkit-details-marker { display: none; }
.collapsible-summary::after { content: '+'; font-size: 20px; color: var(--text-3); }
details[open] .collapsible-summary::after { content: '−'; }
.collapsible-content { padding: 0 16px 16px; }

.oem-list { display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 10px; }
.oem-tag { background: var(--surface-3); color: var(--bg); font-size: 12px; padding: 5px 10px; border-radius: 4px; font-weight: 600; }
.oem-note { font-size: 12px; color: var(--text-on-surface-2); }

.info-table { width: 100%; font-size: 14px; }
.info-table th { text-align: left; padding: 8px 0; color: var(--text-on-surface-2); font-weight: 500; width: 40%; }
.info-table td { padding: 8px 0; color: var(--bg); font-weight: 500; }
.info-table tr { border-bottom: 1px solid var(--border-light); }
.info-table tr:last-child { border: 0; }

/* ============================================================
   LIST TOOLBAR (brand detail / search)
   ============================================================ */
.list-toolbar {
  display: flex; justify-content: space-between; align-items: center;
  margin-bottom: 24px; flex-wrap: wrap; gap: 12px;
  padding: 14px 18px; background: var(--bg-2); border-radius: var(--radius);
  border: 1px solid var(--border);
}
.list-result-count { font-size: 14px; color: var(--text); }
.list-sort { display: flex; gap: 8px; align-items: center; font-size: 14px; }
.list-sort label { color: var(--text-2); }
.list-sort select {
  padding: 8px 12px; background: var(--bg); color: var(--text);
  border: 1px solid var(--border); border-radius: var(--radius-sm);
  font-size: 14px; cursor: pointer;
}

/* ============================================================
   PAGINATION
   ============================================================ */
.pagination {
  display: flex; justify-content: center; align-items: center; gap: 16px;
  margin-top: 32px;
}
.pagination-btn {
  padding: 10px 18px; background: var(--bg-2); color: var(--text);
  border: 1px solid var(--border); border-radius: var(--radius);
  font-weight: 500; transition: all 0.15s;
}
.pagination-btn:hover { border-color: var(--accent); color: var(--accent); }
.pagination-info { color: var(--text-2); font-size: 14px; }

/* ============================================================
   CART
   ============================================================ */
.cart-layout {
  display: grid; grid-template-columns: 1fr 360px; gap: 24px;
}
.cart-items { display: flex; flex-direction: column; gap: 12px; }
.cart-warnings { display: flex; flex-direction: column; gap: 8px; margin-bottom: 8px; }
.cart-warning { padding: 10px 14px; background: rgba(245,158,11,0.1); color: var(--warning); border-radius: var(--radius); border: 1px solid rgba(245,158,11,0.3); font-size: 14px; }
.cart-warning.product_inactive { background: rgba(239,68,68,0.1); color: var(--danger); border-color: rgba(239,68,68,0.3); }

.cart-items-list { background: var(--surface); border-radius: var(--radius-lg); overflow: hidden; }
.cart-item {
  display: grid; grid-template-columns: 88px 1fr auto auto auto;
  gap: 16px; padding: 18px; align-items: center;
  border-bottom: 1px solid var(--border-light);
  color: var(--text-on-surface);
}
.cart-item:last-child { border-bottom: 0; }
.cart-item-img {
  width: 88px; height: 88px; background: var(--surface-3);
  border-radius: var(--radius-sm); display: flex; align-items: center; justify-content: center;
  overflow: hidden;
}
.cart-item-img img { max-width: 100%; max-height: 100%; object-fit: contain; padding: 8px; }
.cart-item-info { display: flex; flex-direction: column; gap: 4px; min-width: 0; }
.cart-item-brand { font-size: 11px; font-weight: 700; color: var(--accent); letter-spacing: 0.5px; text-transform: uppercase; }
.cart-item-name { font-size: 14px; font-weight: 500; color: var(--bg); overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
.cart-item-name:hover { color: var(--accent); }
.cart-item-code { font-size: 12px; color: var(--text-on-surface-2); }
.cart-item-price-mobile { display: none; }
.cart-item-prices { text-align: right; }
.cart-item-unit { font-size: 12px; color: var(--text-on-surface-2); margin-bottom: 2px; }
.cart-item-line { font-size: 16px; font-weight: 700; color: var(--bg); }
.cart-item-remove {
  width: 32px; height: 32px; border-radius: 50%;
  background: var(--surface-2); color: var(--text-on-surface-2);
  font-size: 22px; line-height: 1; display: flex; align-items: center; justify-content: center;
  transition: background 0.15s, color 0.15s;
}
.cart-item-remove:hover { background: var(--danger); color: #fff; }

.cart-summary {
  background: var(--surface); color: var(--text-on-surface);
  border-radius: var(--radius-lg); padding: 22px;
  position: sticky; top: 24px; align-self: start;
}
.cart-summary-title { font-size: 18px; font-weight: 700; color: var(--bg); margin-bottom: 18px; padding-bottom: 14px; border-bottom: 1px solid var(--border-light); }
.cart-summary-rows { display: flex; flex-direction: column; gap: 10px; margin-bottom: 16px; }
.cart-summary-row { display: flex; justify-content: space-between; font-size: 14px; color: var(--text-on-surface-2); }
.cart-summary-row span:last-child { color: var(--bg); font-weight: 500; }
.cart-shipping-progress { background: var(--surface-2); padding: 12px; border-radius: var(--radius-sm); margin-top: 4px; }
.shipping-progress-bar { height: 6px; background: var(--border-light); border-radius: 3px; overflow: hidden; }
.shipping-progress-fill { height: 100%; background: var(--accent); transition: width 0.3s; }
.shipping-progress-text { font-size: 12px; color: var(--text-on-surface-2); margin-top: 6px; text-align: center; }
.cart-summary-total { display: flex; justify-content: space-between; align-items: baseline; padding: 16px 0; border-top: 1px solid var(--border-light); margin-bottom: 16px; }
.cart-summary-total span { font-size: 16px; color: var(--bg); }
.cart-summary-total strong { font-size: 24px; font-weight: 800; color: var(--accent); }
.cart-trust { margin-top: 16px; padding-top: 14px; border-top: 1px solid var(--border-light); display: flex; flex-direction: column; gap: 6px; }
.trust-row { font-size: 12px; color: var(--text-on-surface-2); }

/* ============================================================
   TRUST GRID
   ============================================================ */
.trust-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 18px; }
.trust-item { background: var(--surface); color: var(--text-on-surface); border-radius: var(--radius); padding: 24px 20px; text-align: center; }
.trust-icon { font-size: 36px; margin-bottom: 12px; }
.trust-title { font-size: 16px; font-weight: 700; color: var(--bg); margin-bottom: 6px; }
.trust-desc { font-size: 13px; color: var(--text-on-surface-2); }

/* ============================================================
   EMPTY STATES
   ============================================================ */
.empty-state {
  text-align: center; padding: 40px 20px;
  background: var(--bg-2); border-radius: var(--radius); border: 1px solid var(--border);
  color: var(--text-2);
}
.empty-state-lg { padding: 80px 20px; }
.empty-state h3 { color: var(--text); font-size: 20px; margin-bottom: 8px; }
.empty-state p { margin-bottom: 16px; }
.empty-state .btn { margin: 0 4px; }
.empty-icon { font-size: 64px; margin-bottom: 12px; opacity: 0.6; }

/* ============================================================
   ERROR PAGE
   ============================================================ */
.error-page { padding: 80px 0; }
.error-content { text-align: center; max-width: 480px; margin: 0 auto; }
.error-code { font-size: 96px; font-weight: 900; color: var(--accent); line-height: 1; margin-bottom: 12px; }
.error-title { font-size: 28px; margin-bottom: 12px; }
.error-desc { color: var(--text-2); margin-bottom: 24px; }
.error-cta { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }

/* ============================================================
   STATIC CONTENT
   ============================================================ */
.static-content {
  background: var(--surface); color: var(--text-on-surface);
  padding: 32px; border-radius: var(--radius-lg);
  font-size: 15px; line-height: 1.7;
}
.static-content h2 { color: var(--bg); margin: 24px 0 12px; font-size: 22px; }
.static-content h3 { color: var(--bg); margin: 18px 0 10px; font-size: 18px; }
.static-content p { margin-bottom: 14px; color: var(--text-on-surface-2); }
.static-content a { color: var(--accent); }
.static-content ul { margin: 12px 0 14px 24px; }
.static-content li { margin-bottom: 6px; color: var(--text-on-surface-2); list-style: disc; }

/* ============================================================
   FOOTER
   ============================================================ */
.footer { background: #060B16; border-top: 1px solid var(--border); padding: 48px 0 20px; margin-top: 48px; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 32px; margin-bottom: 32px; }
.brand-footer { font-size: 22px; color: var(--text); margin-bottom: 12px; display: inline-block; }
.brand-footer strong { font-weight: 800; }
.footer-tagline { font-size: 14px; color: var(--text-2); margin-bottom: 12px; max-width: 360px; }
.footer-contact { font-size: 14px; color: var(--text-2); margin-bottom: 4px; }
.footer-contact a { color: var(--text-2); }
.footer-contact a:hover { color: var(--accent); }
.footer-title { font-size: 14px; font-weight: 700; color: var(--text); margin-bottom: 12px; text-transform: uppercase; letter-spacing: 0.5px; }
.footer-list { display: flex; flex-direction: column; gap: 6px; }
.footer-list a { font-size: 14px; color: var(--text-2); }
.footer-list a:hover { color: var(--accent); }
.footer-bottom { display: flex; justify-content: space-between; align-items: center; padding-top: 20px; border-top: 1px solid var(--border); flex-wrap: wrap; gap: 12px; }
.footer-copy { font-size: 13px; color: var(--text-3); }
.footer-payments { display: flex; gap: 6px; flex-wrap: wrap; }
.badge-pay { font-size: 11px; font-weight: 700; padding: 4px 8px; background: var(--bg-2); color: var(--text-2); border-radius: 4px; letter-spacing: 0.5px; }

/* ============================================================
   MOBILE
   ============================================================ */
@media (max-width: 968px) {
  .cart-layout { grid-template-columns: 1fr; }
  .cart-summary { position: static; }
  .product-detail { grid-template-columns: 1fr; gap: 24px; padding: 20px; }
  .hero-inner { grid-template-columns: 1fr; }
  .hero-art { display: none; }
}

@media (max-width: 768px) {
  .header-main-inner { flex-wrap: wrap; gap: 12px; }
  .brand { order: 1; flex: 0 0 auto; }
  .header-actions { order: 2; flex: 0 0 auto; margin-left: auto; }
  .search-form { order: 3; flex: 1 1 100%; }
  .cart-label { display: none; }
  .mobile-menu-toggle { display: flex; }
  .nav { display: none; }
  .nav.open { display: block; }
  .nav-inner { flex-direction: column; gap: 0; }
  .nav-link { width: 100%; padding: 14px 16px; border-bottom: 1px solid var(--border); }
  .topbar-left { display: none; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 24px; }
  .footer-brand { grid-column: 1/-1; }

  .cart-item { grid-template-columns: 80px 1fr auto; row-gap: 8px; }
  .cart-item-info { grid-column: 2; grid-row: 1; }
  .cart-item-qty { grid-column: 2/4; grid-row: 2; justify-self: start; }
  .cart-item-prices { grid-column: 2/4; grid-row: 3; text-align: left; }
  .cart-item-remove { grid-column: 3; grid-row: 1; align-self: start; }
  .cart-item-unit { display: none; }
  .cart-item-price-mobile { display: block; font-size: 12px; color: var(--text-on-surface-2); }
}

@media (max-width: 480px) {
  .product-grid { grid-template-columns: repeat(2, 1fr); gap: 10px; }
  .product-name { font-size: 13px; }
  .price-current { font-size: 16px; }
  .footer-grid { grid-template-columns: 1fr; }
}

/* Toast notifications */
.toast-container { position: fixed; bottom: 24px; right: 24px; z-index: 9999; display: flex; flex-direction: column; gap: 10px; }
.toast {
  background: var(--surface); color: var(--text-on-surface);
  padding: 14px 18px; border-radius: var(--radius);
  box-shadow: var(--shadow-lg); border-left: 4px solid var(--accent);
  font-size: 14px; max-width: 360px;
  animation: toast-slide 0.25s ease;
}
.toast.toast-error { border-left-color: var(--danger); }
.toast.toast-success { border-left-color: var(--success); }
@keyframes toast-slide { from { transform: translateX(20px); opacity: 0; } to { transform: translateX(0); opacity: 1; } }

/* ============================================================
   AUTH PAGES
   ============================================================ */
.auth-page { padding: 48px 0 80px; min-height: 70vh; }
.auth-container { max-width: 460px; }
.auth-card {
  background: var(--surface); color: var(--text-on-surface);
  padding: 36px 32px; border-radius: var(--radius-lg);
  box-shadow: var(--shadow-lg);
}
.auth-title { font-size: 26px; font-weight: 700; color: var(--bg); margin-bottom: 6px; }
.auth-sub { color: var(--text-on-surface-2); font-size: 14px; margin-bottom: 24px; }

.auth-form { display: flex; flex-direction: column; gap: 16px; }

.auth-divider { text-align: center; color: var(--text-3); font-size: 13px; margin: 18px 0; position: relative; }
.auth-divider::before, .auth-divider::after { content: ''; position: absolute; top: 50%; width: 40%; height: 1px; background: var(--border-light); }
.auth-divider::before { left: 0; }
.auth-divider::after { right: 0; }

.auth-footer { text-align: center; font-size: 14px; color: var(--text-on-surface-2); }

/* Form elements */
.form-group { display: flex; flex-direction: column; gap: 6px; }
.form-group label { font-size: 13px; font-weight: 600; color: var(--text-on-surface); }
.form-group input,
.form-group textarea,
.form-group select {
  padding: 11px 14px; border: 1px solid var(--border-light);
  border-radius: var(--radius); background: var(--surface);
  color: var(--text-on-surface); font-size: 14px;
  outline: none; transition: border-color 0.15s, box-shadow 0.15s;
}
.form-group input:focus,
.form-group textarea:focus,
.form-group select:focus {
  border-color: var(--accent);
  box-shadow: 0 0 0 3px rgba(249,115,22,0.15);
}
.form-group input:disabled { background: var(--surface-2); color: var(--text-3); cursor: not-allowed; }
.form-hint { font-size: 12px; color: var(--text-on-surface-2); }
.form-row-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.form-row { display: flex; align-items: center; justify-content: space-between; gap: 12px; flex-wrap: wrap; }
.form-divider { border: 0; border-top: 1px solid var(--border-light); margin: 18px 0; }
.form-actions { display: flex; gap: 12px; margin-top: 12px; }

.checkbox-label { display: flex; align-items: center; gap: 8px; font-size: 14px; color: var(--text-on-surface); cursor: pointer; }
.checkbox-label input[type="checkbox"] { width: 16px; height: 16px; accent-color: var(--accent); cursor: pointer; }

.link-muted { color: var(--text-on-surface-2); font-size: 13px; }
.link-muted:hover { color: var(--accent); }
.link-accent { color: var(--accent); font-weight: 600; }
.link-accent:hover { color: var(--accent-2); }

/* Alerts */
.alert {
  padding: 12px 16px; border-radius: var(--radius); margin-bottom: 16px;
  font-size: 14px; display: flex; align-items: center; gap: 8px;
  border-left: 4px solid;
}
.alert-error { background: rgba(239,68,68,0.1); color: var(--danger); border-color: var(--danger); }
.alert-success { background: rgba(16,185,129,0.1); color: var(--success); border-color: var(--success); }
.alert-info { background: rgba(59,130,246,0.1); color: var(--info); border-color: var(--info); }

/* ============================================================
   ACCOUNT PAGES
   ============================================================ */
.account-layout {
  display: grid; grid-template-columns: 260px 1fr; gap: 24px;
}

.account-sidebar {
  background: var(--surface); color: var(--text-on-surface);
  border-radius: var(--radius-lg);
  padding: 24px 0;
  position: sticky; top: 24px;
  align-self: start;
  height: fit-content;
}

.account-user {
  text-align: center; padding: 0 20px 18px; border-bottom: 1px solid var(--border-light);
}
.account-avatar {
  width: 64px; height: 64px;
  background: linear-gradient(135deg, var(--accent), var(--accent-2));
  color: #fff; border-radius: 50%; font-weight: 700; font-size: 22px;
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto 10px;
}
.account-name { font-weight: 700; color: var(--bg); font-size: 15px; }
.account-email { font-size: 12px; color: var(--text-on-surface-2); margin-top: 2px; word-break: break-all; }

.account-nav { display: flex; flex-direction: column; padding: 12px 0; }
.account-nav-link {
  padding: 11px 20px; color: var(--text-on-surface);
  font-size: 14px; font-weight: 500;
  display: flex; align-items: center; gap: 10px;
  border-left: 3px solid transparent;
  transition: background 0.15s, color 0.15s, border-color 0.15s;
}
.account-nav-link:hover { background: var(--surface-2); color: var(--accent); }
.account-nav-link.active { background: var(--surface-2); color: var(--accent); border-left-color: var(--accent); }
.account-nav-icon { font-size: 16px; opacity: 0.85; }
.account-nav-logout { margin-top: 8px; border-top: 1px solid var(--border-light); padding-top: 16px; color: var(--danger); }
.account-nav-logout:hover { color: var(--danger); background: rgba(239,68,68,0.05); }

.account-content { display: flex; flex-direction: column; gap: 18px; }

.account-card {
  background: var(--surface); color: var(--text-on-surface);
  border-radius: var(--radius-lg); padding: 24px;
}
.account-card-sm { padding: 18px; }
.account-card-head { display: flex; justify-content: space-between; align-items: center; margin-bottom: 16px; flex-wrap: wrap; gap: 8px; }
.account-card-head h2 { font-size: 18px; color: var(--bg); }
.account-card-title { font-size: 18px; font-weight: 700; color: var(--bg); margin-bottom: 16px; }
.account-card-subtitle { font-size: 15px; font-weight: 700; color: var(--bg); margin-bottom: 12px; }
.account-card-desc { color: var(--text-on-surface-2); font-size: 14px; margin-bottom: 18px; }

.account-form { display: flex; flex-direction: column; gap: 14px; }

.account-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.stat-card { background: var(--surface); color: var(--text-on-surface); border-radius: var(--radius); padding: 18px; text-align: center; }
.stat-num { font-size: 30px; font-weight: 800; color: var(--accent); line-height: 1; margin-bottom: 4px; }
.stat-label { font-size: 12px; color: var(--text-on-surface-2); text-transform: uppercase; letter-spacing: 0.5px; }

/* Orders table */
.orders-table { display: flex; flex-direction: column; gap: 8px; }
.order-row {
  display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 12px;
  padding: 12px 14px; border: 1px solid var(--border-light);
  border-radius: var(--radius); align-items: center;
  color: var(--text-on-surface); transition: border-color 0.15s, transform 0.15s;
}
.order-row:hover { border-color: var(--accent); transform: translateX(2px); color: var(--text-on-surface); }
.order-row-num strong { display: block; font-size: 14px; color: var(--bg); }
.order-row-num small { font-size: 12px; color: var(--text-on-surface-2); }
.order-row-total { text-align: right; }
.order-row-total strong { font-size: 16px; color: var(--bg); }

.orders-table-full { width: 100%; border-collapse: collapse; }
.orders-table-full th { background: var(--surface-2); padding: 12px; font-size: 13px; color: var(--text-on-surface-2); text-align: left; font-weight: 600; }
.orders-table-full th.text-right { text-align: right; }
.orders-table-full td { padding: 14px 12px; border-bottom: 1px solid var(--border-light); }
.orders-table-full td.text-right { text-align: right; }

/* Status pills */
.status-pill {
  display: inline-block; padding: 4px 10px; border-radius: 12px;
  font-size: 12px; font-weight: 600; letter-spacing: 0.3px; white-space: nowrap;
}
.status-pending_payment { background: rgba(245,158,11,0.15); color: #B45309; }
.status-payment_failed { background: rgba(239,68,68,0.15); color: var(--danger); }
.status-paid_pending_supplier { background: rgba(59,130,246,0.15); color: #1E40AF; }
.status-sent_to_supplier { background: rgba(99,102,241,0.15); color: #4338CA; }
.status-supplier_confirmed { background: rgba(168,85,247,0.15); color: #6B21A8; }
.status-preparing { background: rgba(20,184,166,0.15); color: #0F766E; }
.status-shipped { background: rgba(34,197,94,0.15); color: #166534; }
.status-delivered { background: rgba(16,185,129,0.2); color: var(--success); }
.status-cancelled { background: rgba(100,116,139,0.15); color: var(--text-3); }
.status-refunded { background: rgba(100,116,139,0.15); color: var(--text-3); }
.status-manual_review { background: rgba(239,68,68,0.15); color: var(--danger); }

/* Address cards */
.address-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.address-card-sm {
  padding: 14px; border: 1px solid var(--border-light); border-radius: var(--radius); font-size: 13px;
}
.address-card-title { font-weight: 700; color: var(--bg); margin-bottom: 8px; display: flex; align-items: center; gap: 6px; flex-wrap: wrap; }
.address-card-body { color: var(--text-on-surface-2); line-height: 1.6; }

.address-list { display: flex; flex-direction: column; gap: 12px; margin-bottom: 24px; }
.address-card-full {
  border: 1px solid var(--border-light); border-radius: var(--radius); padding: 16px;
}
.address-card-head h4 { font-size: 15px; color: var(--bg); display: flex; gap: 8px; flex-wrap: wrap; align-items: center; }
.address-card-content { color: var(--text-on-surface-2); font-size: 14px; line-height: 1.7; margin: 10px 0; }
.address-card-actions { display: flex; gap: 8px; flex-wrap: wrap; }

.badge-default {
  font-size: 10px; font-weight: 700; padding: 3px 7px;
  background: var(--accent); color: #fff; border-radius: 4px; letter-spacing: 0.3px;
}

.btn-sm { padding: 7px 12px; font-size: 13px; }
.btn-danger { background: var(--danger); color: #fff; border-color: var(--danger); }
.btn-danger:hover { background: #DC2626; border-color: #DC2626; color: #fff; }

/* Order detail */
.order-detail-grid { display: grid; grid-template-columns: 1.5fr 1fr; gap: 18px; }
.order-detail-sidebar { display: flex; flex-direction: column; gap: 14px; }

.order-items-list { display: flex; flex-direction: column; gap: 10px; }
.order-item {
  display: grid; grid-template-columns: 2fr auto auto; gap: 12px;
  padding: 12px; border: 1px solid var(--border-light); border-radius: var(--radius);
  align-items: center;
}
.order-item-name strong { display: block; font-size: 14px; color: var(--bg); margin-bottom: 4px; }
.order-item-name small { font-size: 12px; color: var(--text-on-surface-2); }
.order-item-qty { font-size: 13px; color: var(--text-on-surface-2); }
.order-item-total { font-size: 15px; font-weight: 700; color: var(--bg); text-align: right; }

.order-totals { display: flex; flex-direction: column; gap: 8px; }
.order-total-row { display: flex; justify-content: space-between; font-size: 14px; color: var(--text-on-surface-2); }
.order-total-row span:last-child { color: var(--bg); font-weight: 500; }
.order-total-final { padding-top: 12px; margin-top: 6px; border-top: 1px solid var(--border-light); }
.order-total-final span { font-size: 16px; color: var(--bg); }
.order-total-final strong { font-size: 22px; color: var(--accent); }

.address-snapshot { color: var(--text-on-surface-2); font-size: 14px; line-height: 1.7; }

.order-history-list { list-style: none; display: flex; flex-direction: column; gap: 12px; }
.order-history-list li { padding-left: 14px; border-left: 2px solid var(--accent); position: relative; font-size: 14px; }
.order-history-list li strong { color: var(--bg); display: block; }
.history-time { font-size: 11px; color: var(--text-3); display: block; margin-bottom: 2px; }
.history-note { font-size: 12px; color: var(--text-on-surface-2); margin-top: 4px; font-style: italic; }

.empty-state-sm { text-align: center; padding: 28px 16px; color: var(--text-on-surface-2); }
.empty-state-sm h3 { color: var(--bg); margin-bottom: 6px; }
.empty-state-sm p { margin-bottom: 12px; }

/* Mobile */
@media (max-width: 968px) {
  .account-layout { grid-template-columns: 1fr; }
  .account-sidebar { position: static; }
  .order-detail-grid { grid-template-columns: 1fr; }
  .account-stats { grid-template-columns: repeat(3, 1fr); gap: 8px; }
  .stat-num { font-size: 24px; }
}
@media (max-width: 640px) {
  .form-row-2 { grid-template-columns: 1fr; }
  .order-row { grid-template-columns: 1fr; gap: 6px; }
  .order-row-total { text-align: left; }
  .order-item { grid-template-columns: 1fr; gap: 6px; }
  .order-item-total { text-align: left; }
  .orders-table-full { font-size: 13px; }
  .orders-table-full th, .orders-table-full td { padding: 10px 6px; }
  .address-grid { grid-template-columns: 1fr; }
}

/* ============================================================
   CHECKOUT
   ============================================================ */
.checkout-layout {
  display: grid; grid-template-columns: 1fr 380px; gap: 24px;
}

.checkout-main { display: flex; flex-direction: column; gap: 18px; }

.checkout-card {
  background: var(--surface); color: var(--text-on-surface);
  border-radius: var(--radius-lg); padding: 22px 24px;
}
.checkout-card-head { display: flex; justify-content: space-between; align-items: center; margin-bottom: 14px; flex-wrap: wrap; gap: 8px; }
.checkout-card-head h2 { font-size: 17px; font-weight: 700; color: var(--bg); }
.checkout-card-title { font-size: 17px; font-weight: 700; color: var(--bg); margin-bottom: 14px; }
.checkout-card-info { padding: 16px 20px; }
.checkout-card-info p { font-size: 14px; line-height: 1.6; }
.checkout-summary-title { font-size: 14px; font-weight: 700; color: var(--bg); margin-bottom: 8px; text-transform: uppercase; letter-spacing: 0.5px; }

/* Address radio cards */
.address-radio-list { display: flex; flex-direction: column; gap: 10px; margin-bottom: 8px; }
.address-radio-card {
  display: flex; gap: 12px; padding: 14px 16px;
  border: 1.5px solid var(--border-light); border-radius: var(--radius);
  cursor: pointer; transition: border-color 0.15s, background 0.15s;
  font-size: 14px; color: var(--text-on-surface-2);
}
.address-radio-card:hover { border-color: var(--accent); }
.address-radio-card input[type="radio"] { margin-top: 4px; accent-color: var(--accent); cursor: pointer; }
.address-radio-card:has(input:checked) { border-color: var(--accent); background: rgba(249,115,22,0.04); }
.address-radio-body { flex: 1; line-height: 1.6; }
.address-radio-head { display: flex; align-items: center; gap: 8px; margin-bottom: 4px; }
.address-radio-head strong { font-size: 14px; color: var(--bg); }
.address-radio-new { border-style: dashed; }
.address-radio-new strong { color: var(--accent); display: block; margin-bottom: 4px; }
.address-radio-new small { font-size: 12px; color: var(--text-on-surface-2); }

.inline-address-form { display: flex; flex-direction: column; gap: 14px; padding-top: 8px; }

/* Payment method cards */
.payment-method-card {
  display: flex; gap: 12px; align-items: center;
  padding: 14px 16px; border: 1.5px solid var(--border-light); border-radius: var(--radius);
  margin-bottom: 8px;
  transition: border-color 0.15s;
}
.payment-method-card.payment-method-active { cursor: pointer; }
.payment-method-card.payment-method-active:hover { border-color: var(--accent); }
.payment-method-card:has(input:checked) { border-color: var(--accent); background: rgba(249,115,22,0.04); }
.payment-method-card.payment-method-disabled { opacity: 0.5; background: var(--surface-2); }
.payment-method-card input[type="radio"] { accent-color: var(--accent); cursor: pointer; }
.payment-method-icon { font-size: 28px; flex-shrink: 0; }
.payment-method-info { display: flex; flex-direction: column; gap: 2px; flex: 1; }
.payment-method-info strong { font-size: 14px; color: var(--bg); }
.payment-method-info small { font-size: 12px; color: var(--text-on-surface-2); }

/* Checkout summary (sağ panel) */
.checkout-summary {
  background: var(--surface); color: var(--text-on-surface);
  border-radius: var(--radius-lg); padding: 22px;
  position: sticky; top: 24px; align-self: start;
  height: fit-content;
}
.checkout-summary-items { display: flex; flex-direction: column; gap: 12px; max-height: 360px; overflow-y: auto; padding-right: 4px; }
.checkout-summary-item { display: grid; grid-template-columns: 48px 1fr auto; gap: 10px; align-items: center; }
.checkout-summary-item img { width: 48px; height: 48px; object-fit: contain; padding: 4px; background: var(--surface-3); border-radius: var(--radius-sm); }
.checkout-item-info { display: flex; flex-direction: column; gap: 2px; min-width: 0; }
.checkout-item-info small { font-size: 11px; font-weight: 700; color: var(--accent); text-transform: uppercase; }
.checkout-item-info strong { font-size: 13px; color: var(--bg); display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.checkout-item-info span { font-size: 12px; color: var(--text-on-surface-2); }
.checkout-item-total { font-size: 13px; font-weight: 700; color: var(--bg); }

.checkout-trust { margin-top: 14px; padding-top: 14px; border-top: 1px solid var(--border-light); display: flex; flex-direction: column; gap: 6px; }
.checkout-legal { font-size: 11px; color: var(--text-on-surface-2); margin-top: 14px; line-height: 1.5; text-align: center; }
.checkout-legal a { color: var(--accent); }

/* ============================================================
   THANK YOU
   ============================================================ */
.thankyou-page { padding: 48px 0 80px; }
.thankyou-card {
  background: var(--surface); color: var(--text-on-surface);
  border-radius: var(--radius-lg); padding: 36px 32px;
  max-width: 720px; margin: 0 auto;
  text-align: center;
}
.thankyou-icon { font-size: 64px; margin-bottom: 12px; }
.thankyou-title { font-size: 28px; font-weight: 800; color: var(--bg); margin-bottom: 8px; }
.thankyou-sub { font-size: 15px; color: var(--text-on-surface-2); margin-bottom: 24px; }

.thankyou-order-info {
  background: var(--surface-2); border-radius: var(--radius);
  padding: 18px 22px; margin: 20px 0;
  display: flex; flex-direction: column; gap: 10px;
  text-align: left;
}
.thankyou-info-row { display: flex; justify-content: space-between; align-items: center; font-size: 14px; }
.thankyou-info-row span:first-child { color: var(--text-on-surface-2); }
.thankyou-info-row strong { color: var(--bg); font-size: 15px; }
.thankyou-info-total { padding-top: 10px; border-top: 1px solid var(--border-light); }
.thankyou-info-total strong { font-size: 22px; color: var(--accent); }

.thankyou-items {
  margin-top: 24px; padding: 20px;
  background: var(--surface-2); border-radius: var(--radius);
  text-align: left;
}
.thankyou-items h3 { font-size: 15px; font-weight: 700; color: var(--bg); margin-bottom: 12px; }
.thankyou-item { display: flex; justify-content: space-between; align-items: center; padding: 8px 0; border-bottom: 1px solid var(--border-light); font-size: 14px; }
.thankyou-item:last-child { border-bottom: 0; }
.thankyou-item strong { color: var(--bg); display: block; }
.thankyou-item small { font-size: 12px; color: var(--text-on-surface-2); }

.thankyou-info-box {
  margin-top: 24px; padding: 20px;
  background: rgba(59,130,246,0.05); border: 1px solid rgba(59,130,246,0.2);
  border-radius: var(--radius); text-align: left;
}
.thankyou-info-box h4 { font-size: 14px; font-weight: 700; color: var(--bg); margin-bottom: 10px; }
.thankyou-steps { padding-left: 18px; display: flex; flex-direction: column; gap: 6px; font-size: 13px; color: var(--text-on-surface-2); line-height: 1.5; }
.thankyou-steps strong { color: var(--bg); }

.thankyou-actions { margin-top: 24px; display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }

.thankyou-register-hint {
  margin-top: 20px; padding: 14px 18px;
  background: rgba(249,115,22,0.08); border-radius: var(--radius);
  font-size: 13px; color: var(--text-on-surface-2);
}

/* Mobile */
@media (max-width: 968px) {
  .checkout-layout { grid-template-columns: 1fr; }
  .checkout-summary { position: static; }
}
@media (max-width: 640px) {
  .thankyou-card { padding: 24px 18px; }
  .thankyou-title { font-size: 22px; }
}
