/* =====================================================================
   YG Global Yazılım — Frontend Tasarım
   Palet: Soft Dark antrasit / Beyaz / Kırmızı (yalnızca vurgu)
   Yaklaşım: Premium kurumsal; sade yüzeyler, kontrollü mikro etkileşim
   ===================================================================== */

:root{
  --bg:#14161c;
  --bg-2:#1a1d24;
  --surface:#1e222b;
  --surface-2:#262b36;
  --line:rgba(255,255,255,.08);
  --line-strong:rgba(255,255,255,.14);
  --text:#f2f3f5;
  --muted:#9aa1ae;
  --accent:#e11d2e;
  --accent-2:#ef3346;
  --accent-soft:rgba(225,29,46,.12);
  --grad:#e11d2e;
  --radius:8px;
  --radius-sm:6px;
  --shadow:0 1px 0 rgba(255,255,255,.04) inset, 0 1px 2px rgba(0,0,0,.28);
  --shadow-soft:0 16px 40px -28px rgba(0,0,0,.55);
  --maxw:1120px;
  --ff:'Inter',system-ui,sans-serif;
  --fd:'Inter',system-ui,sans-serif;
  --ease:cubic-bezier(.25,.1,.25,1);
  --s-1:8px;--s-2:16px;--s-3:24px;--s-4:32px;--s-5:40px;--s-6:48px;--s-7:64px;--s-8:80px;--s-9:96px;
}

*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth;color-scheme:dark}
[hidden]{display:none!important}
body{
  font-family:var(--ff);
  background:var(--bg);
  color:var(--text);
  line-height:1.6;
  overflow-x:hidden;
  -webkit-font-smoothing:antialiased;
  text-rendering:optimizeLegibility;
  font-size:16px;
}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}
ul{list-style:none}
::selection{background:rgba(225,29,46,.25)}

/* ---- Arka plan: düz yüzey + çok hafif üst ışık ---- */
.bg-grid{display:none}
.bg-glow{
  position:fixed;top:0;left:0;right:0;height:420px;z-index:-2;pointer-events:none;
  background:radial-gradient(ellipse 80% 70% at 50% -10%,rgba(255,255,255,.035),transparent 70%);
}
.bg-blob,.spotlight{display:none}

.container{max-width:var(--maxw);margin:0 auto;padding:0 24px}
.narrow{max-width:840px;margin:0 auto}
.center{text-align:center}
.muted{color:var(--muted)}

/* ---- Tipografi ---- */
h1,h2,h3,h4{font-family:var(--fd);font-weight:600;line-height:1.2;letter-spacing:-.03em}
.section{padding:var(--s-9) 0}
.section-alt{background:rgba(255,255,255,.015);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.section-head{text-align:left;max-width:640px;margin:0 0 var(--s-6)}
.section-head.center,.section-head--center{text-align:center;margin-left:auto;margin-right:auto}
.section-head h2{font-size:clamp(1.5rem,2.4vw,1.875rem);margin:8px 0 12px;font-weight:600}
.section-head p{color:var(--muted);font-size:1rem;line-height:1.65}
.gradient-text,.accent-text{color:var(--text)}

.eyebrow,.section-kicker{
  display:block;font-size:.72rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;
  color:var(--muted);padding:0;border:0;border-radius:0;background:none;
}
.eyebrow .dot{display:none}

/* ---- Butonlar ---- */
.btn{
  display:inline-flex;align-items:center;gap:8px;justify-content:center;
  font-weight:600;font-family:var(--ff);font-size:.9rem;letter-spacing:-.01em;
  padding:10px 16px;border-radius:var(--radius);border:1px solid transparent;
  cursor:pointer;white-space:nowrap;position:relative;
  transition:background .2s var(--ease),border-color .2s var(--ease),color .2s var(--ease);
}
.btn svg{flex-shrink:0}
.btn-primary{background:var(--accent);color:#fff}
.btn-primary:hover{background:#c91828}
.btn-ghost{background:transparent;border-color:var(--line-strong);color:var(--text)}
.btn-ghost:hover{background:rgba(255,255,255,.04);border-color:rgba(255,255,255,.22)}
.btn-outline{background:transparent;border-color:var(--line-strong);color:var(--text)}
.btn-outline:hover{border-color:rgba(255,255,255,.28);background:rgba(255,255,255,.03)}
.btn-light{background:#fff;color:#14161c}
.btn-light:hover{background:#eceef2}
.btn-lg{padding:12px 20px;font-size:.94rem}
.btn-sm{padding:7px 12px;font-size:.82rem}
.btn-block{width:100%}
.center-cta{margin-top:var(--s-5)}

/* ---- Üst bar ---- */
.top-bar{position:fixed;top:0;left:0;right:0;z-index:101;background:var(--bg);border-bottom:1px solid var(--line);font-size:.75rem;color:var(--muted);transition:transform .25s var(--ease),opacity .25s var(--ease)}
body.scrolled .top-bar{transform:translateY(-100%);opacity:0}
.top-bar-inner{display:flex;align-items:center;justify-content:space-between;gap:18px;height:32px}
.top-left{display:flex;align-items:center;gap:24px}
.top-left a{display:inline-flex;align-items:center;gap:7px;transition:color .2s}
.top-left a:hover{color:var(--text)}
.top-left svg{color:var(--muted)}
.top-right{display:flex;align-items:center;gap:18px}
.fx{display:flex;align-items:center;gap:16px}
.fx-item{display:inline-flex;align-items:center;gap:6px;font-weight:500;color:var(--muted)}
.fx-item b{color:var(--text);font-weight:600;letter-spacing:.02em}
.fx-item .fx-cur{color:var(--muted);font-weight:500}
.top-social{display:flex;gap:12px}
.top-social a{color:var(--muted);transition:color .2s}
.top-social a:hover{color:var(--text)}
.top-divider{width:1px;height:16px;background:var(--line-strong)}

/* ---- Header / Navbar ---- */
.site-header{
  position:fixed;top:32px;left:0;right:0;z-index:100;
  border-bottom:1px solid var(--line);
  background:var(--bg);
  transition:top .25s var(--ease);
}
body.scrolled .site-header{top:0}
.site-header.scrolled::before{display:none}
.nav-inner{display:flex;align-items:center;justify-content:space-between;height:56px}
.brand{display:flex;align-items:center;gap:10px;font-family:var(--fd)}
.brand-mark{
  height:32px;padding:0 8px;border-radius:var(--radius);display:grid;place-items:center;
  background:var(--accent);font-weight:700;color:#fff;font-size:.85rem;letter-spacing:.02em;
}
.brand-text{font-size:1.05rem;font-weight:600;letter-spacing:-.02em;display:inline-flex;gap:6px;align-items:baseline;white-space:nowrap}
.brand-text strong{color:var(--text);font-weight:650}
.brand img.brand-logo{height:40px;width:auto;display:block}
.footer-brand .brand img.brand-logo{height:40px}

.nav-menu{display:flex;align-items:center;gap:4px}
.nav-menu>a,.nav-dropdown>a{
  display:inline-flex;align-items:center;gap:5px;white-space:nowrap;line-height:1.2;
  padding:6px 10px;border-radius:var(--radius);font-size:.86rem;font-weight:500;color:var(--muted);
  transition:color .2s var(--ease),background .2s var(--ease);position:relative;
}
.nav-menu>a:hover,.nav-dropdown>a:hover,.nav-dropdown:hover>a{color:var(--text);background:rgba(255,255,255,.04)}
.nav-menu>a.active,.nav-dropdown>a.active{color:var(--text)}
/* Alt çizgi soldan sağa büyür; aktif linkte sabit kalır */
@media(min-width:769px){
  .nav-menu>a::after,.nav-dropdown>a::after{
    content:"";position:absolute;left:14px;right:14px;bottom:4px;height:2px;
    background:var(--accent);border-radius:2px;
    transform:scaleX(0);transform-origin:left;transition:transform .3s var(--ease);
  }
  .nav-menu>a:hover::after,.nav-menu>a.active::after,
  .nav-dropdown>a:hover::after,.nav-dropdown>a.active::after,
  .nav-dropdown:hover>a::after{transform:scaleX(1)}
}

.nav-dropdown{position:relative;display:flex;align-items:center;align-self:stretch}
.nav-dropdown>a{height:auto}
.caret{
  display:inline-block;font-size:.55rem;line-height:1;opacity:.55;
  margin:0;transform:translateY(1px);flex-shrink:0;
}
.nav-dropdown:hover .caret,.nav-dropdown:focus-within .caret{opacity:.85}
.dropdown-panel{
  position:absolute;top:100%;left:0;min-width:260px;margin-top:8px;
  background:var(--bg-2);
  border:1px solid var(--line-strong);border-radius:var(--radius);
  padding:6px;box-shadow:var(--shadow-soft);
  opacity:0;visibility:hidden;transform:translateY(4px);pointer-events:none;
  transition:opacity .18s var(--ease),transform .18s var(--ease),visibility .18s;
  z-index:120;
}
.nav-dropdown::after{content:"";position:absolute;left:0;right:0;top:100%;height:12px}
.nav-dropdown:hover .dropdown-panel,.nav-dropdown:focus-within .dropdown-panel{
  opacity:1;visibility:visible;transform:translateY(0);pointer-events:auto;
}
.dropdown-panel a{display:block;padding:11px 14px;border-radius:10px;color:var(--muted);font-size:.9rem;white-space:normal;line-height:1.35;transition:background .18s,color .18s}
.dropdown-panel a:hover{background:rgba(255,255,255,.05);color:var(--text)}

/* ---- Mega menü ---- */
.nav-mega{position:static;display:flex;align-items:center;align-self:stretch}
.nav-mega-trigger{
  display:inline-flex;align-items:center;gap:5px;white-space:nowrap;line-height:1.2;
  padding:6px 10px;border-radius:var(--radius);font-size:.86rem;font-weight:500;color:var(--muted);
  transition:color .2s var(--ease),background .2s var(--ease);position:relative;
}
.nav-mega:hover .nav-mega-trigger,.nav-mega:focus-within .nav-mega-trigger{color:var(--text);background:rgba(255,255,255,.04)}
@media(min-width:769px){
  .nav-mega-trigger::after{
    content:"";position:absolute;left:14px;right:14px;bottom:4px;height:2px;
    background:var(--accent);border-radius:2px;transform:scaleX(0);transform-origin:left;transition:transform .3s var(--ease);
  }
  .nav-mega:hover .nav-mega-trigger::after,.nav-mega:focus-within .nav-mega-trigger::after{transform:scaleX(1)}
}
.site-header,.nav-inner{overflow:visible}
.mega-panel{
  position:absolute;left:50%;top:100%;transform:translateX(-50%);
  width:min(920px,calc(100vw - 48px));
  /* Üst padding = görünmez köprü: tetikleyici ile kutu arasında boşluk yok */
  padding:14px 0 0;background:transparent;border:0;box-shadow:none;
  opacity:0;visibility:hidden;pointer-events:none;
  transition:opacity .16s var(--ease),visibility .16s;z-index:130;
}
.nav-mega:hover .mega-panel,.nav-mega:focus-within .mega-panel,.nav-mega.is-open .mega-panel{
  opacity:1;visibility:visible;pointer-events:auto;
}
.mega-grid{
  display:grid;grid-template-columns:repeat(2,1fr);gap:2px;
  background:var(--bg-2);
  border:1px solid var(--line-strong);border-radius:var(--radius);padding:12px;
  box-shadow:var(--shadow-soft);
}
.mega-item{display:flex;gap:12px;align-items:flex-start;padding:10px 12px;border-radius:var(--radius);transition:background .15s;border:1px solid transparent}
.mega-item:hover{background:rgba(255,255,255,.04);border-color:transparent}
.mega-ico{width:32px;height:32px;flex:0 0 32px;border-radius:var(--radius);display:grid;place-items:center;background:rgba(255,255,255,.04);color:var(--muted);border:1px solid var(--line)}
.mega-copy{display:flex;flex-direction:column;gap:3px;min-width:0}
.mega-copy strong{font-size:.92rem;font-weight:650;color:var(--text);font-family:var(--fd)}
.mega-copy em{font-style:normal;font-size:.8rem;color:var(--muted);line-height:1.4}
.nav-cta-ghost{display:inline-flex;align-items:center;gap:8px;color:var(--muted);font-size:.88rem;font-weight:600;padding:8px 10px;border-radius:10px;position:relative}
.nav-cta-ghost:hover{color:var(--text);background:rgba(255,255,255,.04)}
.nav-cta-ghost .nav-badge{position:absolute;top:-4px;right:-4px;min-width:18px;height:18px;padding:0 5px;border-radius:9px;background:var(--accent);color:#fff;font-size:.65rem;font-weight:800;display:grid;place-items:center}
.nav-account-dd{position:relative;display:flex;align-items:stretch;align-self:stretch}
.nav-account-panel{
  position:absolute;top:100%;right:0;min-width:180px;padding-top:10px;z-index:140;
  opacity:0;visibility:hidden;pointer-events:none;transition:opacity .16s,visibility .16s;
}
.nav-account-dd:hover .nav-account-panel,.nav-account-dd:focus-within .nav-account-panel{
  opacity:1;visibility:visible;pointer-events:auto;
}
.nav-account-panel a{
  display:block;background:var(--bg-2);border:1px solid var(--line-strong);border-radius:var(--radius);
  padding:10px 14px;font-size:.88rem;font-weight:550;color:var(--text);box-shadow:var(--shadow-soft);
}
.nav-account-panel a:hover{background:var(--surface);border-color:var(--line-strong)}

.nav-actions{display:flex;align-items:center;gap:16px}
.nav-phone{display:inline-flex;align-items:center;gap:9px;font-weight:600;font-family:var(--fd);color:var(--text);font-size:.93rem;padding:8px 6px}
.nav-phone svg{color:var(--muted)}
.nav-phone small{display:block;font-size:.64rem;font-weight:500;color:var(--muted);letter-spacing:.06em;text-transform:uppercase}
.lang-switch{display:inline-flex;align-items:center;gap:2px;border:1px solid var(--line);border-radius:var(--radius);padding:2px;background:transparent}
.lang-switch a{font-size:.72rem;font-weight:600;color:var(--muted);padding:4px 8px;border-radius:4px;line-height:1;letter-spacing:.04em;transition:color .2s,background .2s}
.lang-switch a:hover{color:var(--text)}
.lang-switch a.on{background:var(--surface-2);color:var(--text)}
.nav-account{display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:10px;border:1px solid var(--line-strong);color:var(--muted);transition:color .2s,border-color .2s;position:relative}
.nav-account:hover{color:var(--text);border-color:var(--line)}
.nav-account .nav-badge{position:absolute;top:-5px;right:-5px;min-width:18px;height:18px;padding:0 5px;border-radius:9px;background:var(--accent);color:#fff;font-size:.65rem;font-weight:800;display:grid;place-items:center;line-height:1;box-shadow:0 0 0 2px var(--bg)}
.lang-switch-m{width:fit-content}
.nav-toggle{display:none;flex-direction:column;gap:5px;background:none;border:0;cursor:pointer;padding:6px}
.nav-toggle span{width:24px;height:2px;background:var(--text);border-radius:2px;transition:.3s var(--ease)}
.nav-toggle.open span:nth-child(1){transform:translateY(7px) rotate(45deg)}
.nav-toggle.open span:nth-child(2){opacity:0}
.nav-toggle.open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}
.nav-overlay{position:fixed;inset:0;background:rgba(0,0,0,.6);z-index:150;opacity:0;visibility:hidden;transition:.3s var(--ease)}
body.nav-open .site-header{z-index:300}
.nav-overlay.show{opacity:1;visibility:visible}

/* ---- Hero ---- */
.hero{position:relative;padding:128px 0 72px;overflow:hidden;min-height:0}
.hero-video{position:absolute;inset:0;pointer-events:none}
.hero-video video{width:100%;height:100%;object-fit:cover;object-position:center;opacity:.4}
.hero-video::after{
  content:"";position:absolute;inset:0;
  background:
    linear-gradient(180deg,rgba(20,22,28,.55) 0%,rgba(20,22,28,.82) 55%,var(--bg) 100%);
}
@media(prefers-reduced-motion:reduce){.hero-video video{display:none}}
@media(prefers-reduced-motion:no-preference){
  .hero-content>.hero-title,.hero-content>.hero-lead,
  .hero-content>.hero-actions,.hero-content>.hero-caps{
    opacity:0;transform:translateY(8px);
    animation:riseIn .55s var(--ease) forwards;
  }
  .hero-content>.hero-lead{animation-delay:.06s}
  .hero-content>.hero-actions{animation-delay:.12s}
  .hero-content>.hero-caps{animation-delay:.18s}
}
@keyframes riseIn{to{opacity:1;transform:none}}
.hero::before{display:none}
.hero-inner{display:block;position:relative;max-width:720px}
.hero-title{font-size:clamp(1.75rem,3.6vw,2.75rem);font-weight:600;margin:0 0 16px;letter-spacing:-.035em;max-width:640px;line-height:1.15}
.hero-lead{font-size:1.05rem;color:var(--muted);max-width:540px;margin-bottom:28px;line-height:1.65}
.hero-actions{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:0}
.hero-caps{
  display:flex;flex-wrap:wrap;gap:8px 20px;margin-top:40px;padding-top:24px;
  border-top:1px solid var(--line);list-style:none;
}
.hero-caps li{
  font-size:.82rem;font-weight:500;color:var(--muted);letter-spacing:-.01em;
}
.hero-caps li::before{content:"";display:inline-block;width:6px;height:6px;border-radius:1px;background:var(--accent);margin-right:8px;vertical-align:middle}
.hero-trust{display:none}

/* ---- Hero dashboard mockup ---- */
.hero-visual{position:relative;display:flex;justify-content:center;will-change:transform;perspective:1100px}
.glass-panel{
  background:rgba(22,23,28,.72);
  backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);
  border:1px solid var(--line-strong);border-radius:var(--radius);
  box-shadow:var(--shadow);
}
.dash-card{width:min(430px,100%);padding:24px;position:relative;z-index:1;transition:transform .4s var(--ease);will-change:transform}
.dash-head{display:flex;align-items:center;justify-content:space-between;padding-bottom:16px;border-bottom:1px solid var(--line);margin-bottom:18px}
.dash-title{display:flex;align-items:center;gap:9px;font-family:var(--fd);font-weight:600;font-size:.92rem}
.dash-dot{width:8px;height:8px;border-radius:50%;background:var(--accent)}
.dash-status{font-size:.72rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:#66d19e;background:rgba(60,190,130,.1);border:1px solid rgba(60,190,130,.25);padding:4px 10px;border-radius:100px}
.dash-kpis{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-bottom:18px}
.dash-kpi{background:rgba(255,255,255,.03);border:1px solid var(--line);border-radius:12px;padding:12px}
.dash-kpi small{display:block;font-size:.68rem;color:var(--muted);letter-spacing:.04em;text-transform:uppercase;margin-bottom:4px}
.dash-kpi strong{font-family:var(--fd);font-size:1.3rem;font-weight:700;letter-spacing:-.02em}
.kpi-trend{display:block;font-size:.7rem;color:var(--muted);margin-top:3px}
.kpi-trend.up{color:#66d19e}
.dash-chart{background:rgba(255,255,255,.02);border:1px solid var(--line);border-radius:12px;padding:16px;margin-bottom:16px}
.chart-bars{display:flex;align-items:flex-end;gap:8px;height:88px}
.chart-bars span{flex:1;height:var(--h);border-radius:4px 4px 2px 2px;background:linear-gradient(180deg,rgba(225,29,46,.55),rgba(225,29,46,.12));transform-origin:bottom;transform:scaleY(0);transition:transform .8s var(--ease)}
.reveal.in .chart-bars span{transform:scaleY(1)}
.reveal.in .chart-bars span:nth-child(2){transition-delay:.06s}
.reveal.in .chart-bars span:nth-child(3){transition-delay:.12s}
.reveal.in .chart-bars span:nth-child(4){transition-delay:.18s}
.reveal.in .chart-bars span:nth-child(5){transition-delay:.24s}
.reveal.in .chart-bars span:nth-child(6){transition-delay:.3s}
.reveal.in .chart-bars span:nth-child(7){transition-delay:.36s}
.reveal.in .chart-bars span:nth-child(8){transition-delay:.42s}
.chart-meta{display:flex;justify-content:space-between;font-size:.72rem;color:var(--muted);margin-top:12px}
.dash-rows{display:flex;flex-direction:column;gap:8px}
.dash-row{display:flex;align-items:center;gap:10px;font-size:.83rem;color:var(--text);background:rgba(255,255,255,.02);border:1px solid var(--line);border-radius:10px;padding:10px 13px}
.dash-row small{margin-left:auto;color:var(--muted);font-size:.72rem}
.row-ic{width:26px;height:26px;border-radius:8px;display:grid;place-items:center;background:var(--accent-soft);color:var(--accent-2);flex-shrink:0}
.dash-chip{position:absolute;display:flex;align-items:center;gap:10px;padding:12px 16px;font-size:.8rem;z-index:2;border-radius:13px}
.dash-chip svg{color:var(--accent-2);flex-shrink:0}
.dash-chip strong{display:block;font-family:var(--fd);font-size:.85rem;font-weight:600;color:var(--text)}
.dash-chip span span,.dash-chip>span{color:var(--muted);line-height:1.4}
.chip-1{top:-20px;right:-10px}
.chip-2{bottom:-20px;left:-14px}

/* ---- Teknoloji şeridi (kategorili yetenek seti) ---- */
.tech-strip{
  position:relative;margin-top:56px;padding:8px 0 4px;
}
.tech-strip-panel{
  border:1px solid var(--line-strong);
  border-radius:var(--radius);
  background:
    linear-gradient(180deg,rgba(255,255,255,.06) 0%,rgba(255,255,255,.02) 100%),
    var(--surface);
  box-shadow:var(--shadow-soft);
  overflow:hidden;
}
.tech-strip-head{
  display:flex;align-items:center;justify-content:space-between;gap:20px;
  padding:22px 28px 18px;
  border-bottom:1px solid var(--line);
  background:rgba(255,255,255,.025);
}
.tech-strip-title{display:flex;flex-direction:column;gap:6px;min-width:0}
.tech-strip-eyebrow{
  display:inline-flex;align-items:center;gap:10px;
  font-size:.7rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--text);
}
.tech-strip-eyebrow::before{
  content:"";width:18px;height:2px;border-radius:2px;background:var(--accent);flex-shrink:0;
}
.tech-strip-lead{
  margin:0;font-size:.95rem;color:var(--muted);max-width:52ch;line-height:1.5;font-weight:400;
}
.tech-strip-grid{
  display:grid;grid-template-columns:repeat(3,1fr);gap:0;
}
.tech-group{
  position:relative;padding:22px 24px 24px;min-width:0;
  border-left:1px solid var(--line);
  transition:background .25s var(--ease);
}
.tech-group:first-child{border-left:0}
.tech-group:hover{background:rgba(255,255,255,.03)}
.tech-group-head{
  display:flex;align-items:center;gap:10px;margin-bottom:16px;min-width:0;
}
.tech-group-ico{
  display:inline-flex;align-items:center;justify-content:center;
  width:34px;height:34px;border-radius:10px;flex-shrink:0;
  background:var(--accent-soft);color:var(--accent-2);
  border:1px solid rgba(225,29,46,.22);
}
.tech-group-ico svg{display:block;stroke:currentColor;fill:none;stroke-width:1.75;stroke-linecap:round;stroke-linejoin:round}
.tech-group-label{
  font-family:var(--fd);font-size:.78rem;font-weight:600;
  letter-spacing:.08em;text-transform:uppercase;color:var(--text);
  flex:1;min-width:0;line-height:1.2;
}
.tech-group-idx{
  font-family:var(--fd);font-size:.72rem;font-weight:600;letter-spacing:.04em;
  color:var(--muted);opacity:.7;flex-shrink:0;
}
.tech-group-list{
  display:flex;flex-wrap:wrap;gap:8px;margin:0;padding:0;list-style:none;
}
.tech-group-list li{
  font-family:var(--fd);font-size:.82rem;font-weight:500;color:var(--text);
  letter-spacing:-.01em;line-height:1.2;
  padding:8px 12px;border-radius:999px;
  background:rgba(255,255,255,.055);
  border:1px solid var(--line);
  transition:border-color .2s var(--ease),background .2s var(--ease),color .2s var(--ease);
}
.tech-group-list li:hover{
  background:rgba(255,255,255,.09);
  border-color:var(--line-strong);
}
@media(prefers-reduced-motion:no-preference){
  .tech-strip{opacity:0;transform:translateY(12px);animation:riseIn .85s var(--ease) .45s forwards}
}

/* ---- Güven şeridi ---- */
.trust-strip{border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.trust-inner{display:grid;grid-template-columns:repeat(4,1fr);gap:0;padding:var(--s-6) 0}
.trust-item{padding:0 24px;border-left:1px solid var(--line)}
.trust-item:first-child{border-left:none;padding-left:0}
.trust-item strong{color:var(--text);font-family:var(--fd);font-weight:600;display:block;font-size:.95rem;letter-spacing:-.02em;margin-bottom:8px}
.trust-item p{color:var(--muted);font-size:.86rem;line-height:1.6;font-weight:400}

/* ---- Kartlar ---- */
.cards-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--s-2)}
.cards-grid.cols-2{grid-template-columns:repeat(2,1fr)}
.cards-grid.cols-3{grid-template-columns:repeat(3,1fr)}
.service-card,.value-card,.feature-card{
  background:transparent;
  border:1px solid var(--line);border-radius:var(--radius);padding:24px;
  position:relative;
  transition:border-color .2s var(--ease),background .2s var(--ease);
}
.service-card:hover,.value-card:hover{
  border-color:var(--line-strong);
  background:rgba(255,255,255,.02);
}
.service-card::after,.service-card::before{display:none!important}

.service-icon{
  width:36px;height:36px;border-radius:var(--radius);display:grid;place-items:center;margin-bottom:16px;
  background:transparent;color:var(--muted);border:1px solid var(--line);
}
.service-icon svg{width:18px;height:18px}
.service-card:hover .service-icon svg,
.value-card:hover .service-icon svg,
.feature-card:hover .service-icon svg{transform:none}
.service-icon.lg{width:44px;height:44px;border-radius:var(--radius)}
.service-card h3,.value-card h3,.feature-card h3{font-size:1.05rem;margin-bottom:8px;font-weight:600;letter-spacing:-.02em}
.service-card p,.value-card p,.feature-card p{color:var(--muted);font-size:.9rem;line-height:1.6}
.card-link{display:inline-flex;align-items:center;gap:6px;margin-top:16px;font-weight:550;font-size:.84rem;color:var(--text);transition:color .2s}
.service-card:hover .card-link{color:var(--text);gap:8px}
.feature-card{display:flex;gap:16px;align-items:flex-start}
.feature-card .service-icon{margin-bottom:0;flex-shrink:0}

/* ---- Neden YG Global / iki kolon ---- */
.two-col{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:start}
.two-col h2{font-size:clamp(1.5rem,2.4vw,1.875rem);margin:8px 0 16px}
.why-list{display:flex;flex-direction:column;gap:20px;margin-top:28px}
.why-list.two{display:grid;grid-template-columns:1fr 1fr;gap:24px}
.why-item{display:flex;gap:14px;align-items:flex-start}
.why-ic{width:36px;height:36px;border-radius:var(--radius);flex-shrink:0;display:grid;place-items:center;background:transparent;color:var(--muted);border:1px solid var(--line)}
.why-ic svg{transition:none}
.why-item:hover .why-ic svg{transform:none}
.why-item h4{font-size:.95rem;margin-bottom:4px;font-weight:600;letter-spacing:-.02em}
.why-item p{color:var(--muted);font-size:.88rem;line-height:1.6}

.glass{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius)}
.stat-card{padding:32px}
.big-stat{font-family:var(--fd);font-size:2.25rem;font-weight:600;line-height:1;display:flex;align-items:baseline;gap:4px;color:var(--text);letter-spacing:-.03em}
.big-stat small{display:block;font-size:.85rem;color:var(--muted);font-weight:500;margin-top:8px;letter-spacing:0}
.mini-stats{display:flex;gap:24px;margin-top:24px;padding-top:24px;border-top:1px solid var(--line);flex-wrap:wrap}
.mini-stats.wide{justify-content:space-between}
.mini-stats strong{display:block;font-family:var(--fd);font-size:1.25rem;font-weight:600;color:var(--text);letter-spacing:-.02em}
.mini-stats span{font-size:.78rem;color:var(--muted)}

/* ---- Süreç: editorial timeline ---- */
.process{display:grid;grid-template-columns:repeat(3,1fr);gap:0;border-top:1px solid var(--line)}
.process-step{background:transparent;border:0;border-right:1px solid var(--line);border-radius:0;padding:24px 24px 8px 0;position:relative}
.process-step:nth-child(3n){border-right:0;padding-right:0}
.process-step:nth-child(n+4){border-top:1px solid var(--line);padding-top:24px;margin-top:8px}
.process-step:hover{transform:none;box-shadow:none;border-color:var(--line)}
.step-no{font-family:var(--ff);font-size:.75rem;font-weight:600;color:var(--muted);position:static;letter-spacing:.06em;margin-bottom:12px}
.step-ic{display:none}
.process-step h4{font-size:1rem;margin-bottom:8px;font-weight:600;letter-spacing:-.02em}
.process-step p{color:var(--muted);font-size:.88rem;line-height:1.6}

/* ---- Projeler ---- */
.projects-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:var(--s-3)}
.project-card{background:transparent;border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;position:relative;transition:border-color .2s var(--ease)}
.project-card:hover{transform:none;border-color:var(--line-strong);box-shadow:none}
.project-thumb{height:240px;background:var(--surface-2);background-size:cover;background-position:center top;position:relative;display:flex;align-items:flex-end;padding:16px}
.project-cat{background:rgba(20,22,28,.78);padding:4px 10px;border-radius:4px;font-size:.72rem;font-weight:550;color:var(--text);border:1px solid var(--line)}
.project-body{padding:20px 20px 22px}
.project-client{font-size:.75rem;color:var(--muted);font-weight:550;letter-spacing:.04em;text-transform:uppercase}
.project-body h3{font-size:1.08rem;margin:6px 0 8px;font-weight:600;letter-spacing:-.02em}
.project-body p{color:var(--muted);font-size:.9rem;line-height:1.6}

.project-feature{display:grid;grid-template-columns:1.4fr .9fr;gap:0;border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;margin-bottom:var(--s-3);color:inherit}
.project-feature:hover{border-color:var(--line-strong)}
.project-feature .project-thumb{height:auto;min-height:320px;padding:20px}
.project-feature .project-body{display:flex;flex-direction:column;justify-content:center;padding:32px 36px}
.project-feature .project-body h3{font-size:1.35rem;margin:8px 0 12px}

/* ---- Stats band ---- */
.stats-band{display:none}
.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:28px;text-align:center}
.stat{display:flex;flex-direction:column;align-items:center;gap:10px}
.stat svg{color:var(--accent-2);opacity:.9}
.stat strong{font-family:var(--fd);font-size:2.5rem;font-weight:700;color:var(--text);letter-spacing:-.03em}
.stat span{color:var(--muted);font-size:.9rem}

/* ---- Blog kartları ---- */
.post-card{background:transparent;border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;position:relative;transition:border-color .2s var(--ease)}
.post-card:hover{transform:none;border-color:var(--line-strong);box-shadow:none}
.post-thumb{height:160px;background:var(--surface-2);background-size:cover;background-position:center}
.post-body{padding:20px}
.post-date{font-size:.75rem;color:var(--muted);font-weight:550;letter-spacing:.02em}
.post-body h3{font-size:1.02rem;margin:8px 0 8px;line-height:1.35;font-weight:600;letter-spacing:-.02em}
.post-body p{color:var(--muted);font-size:.88rem;line-height:1.6}

/* ---- SSS ---- */
.faq{display:flex;flex-direction:column;gap:0;border-top:1px solid var(--line)}
.faq-item{background:transparent;border:0;border-bottom:1px solid var(--line);border-radius:0;overflow:hidden}
.faq-item.open{border-color:var(--line)}
.faq-q{width:100%;text-align:left;background:none;border:0;color:var(--text);font-family:var(--ff);font-weight:550;font-size:.98rem;padding:18px 0;cursor:pointer;display:flex;justify-content:space-between;align-items:center;gap:18px;letter-spacing:-.015em}
.faq-toggle{font-size:1.2rem;color:var(--muted);transition:transform .25s var(--ease);line-height:1}
.faq-item.open .faq-toggle{transform:rotate(45deg);color:var(--text)}
.faq-a{max-height:0;overflow:hidden;transition:max-height .3s var(--ease)}
.faq-a p{padding:0 0 18px;color:var(--muted);line-height:1.65}

/* ---- CTA band ---- */
.cta-band{margin:0}
.cta-band-inner{
  max-width:var(--maxw);margin:0 auto;
  background:transparent;
  border:0;border-top:1px solid var(--line);border-radius:0;padding:48px 24px;
  display:flex;align-items:center;justify-content:space-between;gap:24px;flex-wrap:wrap;
  position:relative;overflow:visible;
}
.cta-band-inner::after{display:none}
.cta-band-inner h2{color:var(--text);font-size:clamp(1.25rem,2vw,1.5rem);letter-spacing:-.025em;font-weight:600}
.cta-band-inner p{color:var(--muted);margin-top:6px;max-width:480px;font-size:.95rem}
.cta-band-inner .btn{position:relative;z-index:1}

/* ---- Footer ---- */
.site-footer{padding:64px 0 0;border-top:1px solid var(--line);margin-top:0;background:var(--bg)}
.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1.4fr;gap:44px;padding-bottom:56px}
.footer-grid--wide{grid-template-columns:1.6fr 1fr 1fr 1fr 1fr}
.footer-brand p{color:var(--muted);font-size:.91rem;margin:20px 0;max-width:340px;line-height:1.7}
.footer-social{display:flex;gap:10px}
.footer-social a{width:40px;height:40px;border-radius:11px;display:grid;place-items:center;background:var(--surface);border:1px solid var(--line);color:var(--muted);transition:color .25s,border-color .25s,transform .25s var(--ease)}
.footer-social a:hover{color:var(--text);border-color:var(--line-strong);transform:translateY(-2px)}
.footer-col h4{font-size:.85rem;margin-bottom:20px;color:var(--text);text-transform:uppercase;letter-spacing:.1em;font-weight:600}
.footer-col a{display:block;width:fit-content;position:relative;color:var(--muted);font-size:.92rem;padding:6px 0;transition:color .2s}
.footer-col a::after{content:"";position:absolute;left:0;bottom:3px;height:1px;width:100%;background:currentColor;transform:scaleX(0);transform-origin:left;transition:transform .32s var(--ease)}
.footer-col a:hover{color:var(--text)}
.footer-col a:hover::after{transform:scaleX(1)}
.footer-contact a,.footer-contact span{display:flex;align-items:center;gap:10px;color:var(--muted);font-size:.9rem;padding:7px 0}
.footer-contact a:hover{color:var(--text)}
.footer-contact svg{color:var(--accent-2);opacity:.8;flex-shrink:0}
.footer-trust{
  display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:20px 28px;
  padding:22px 0;border-top:1px solid var(--line);
}
.footer-legal{display:flex;flex-wrap:wrap;gap:8px 18px;align-items:center}
.footer-legal a{
  color:var(--muted);font-size:.82rem;font-weight:500;line-height:1.3;
  transition:color .2s;
}
.footer-legal a:hover{color:var(--text)}
.footer-pay{display:flex;align-items:center;flex-wrap:wrap;gap:10px}
.footer-pay img{
  display:block;height:36px;width:auto;border-radius:8px;
  background:rgba(255,255,255,.04);border:1px solid var(--line);
}
.footer-pay-paytr{height:36px;background:#fff;padding:6px 10px}
.footer-pay-ssl{height:36px;background:transparent}
.footer-bottom{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:10px;padding:24px 0;border-top:1px solid var(--line);font-size:.83rem;color:var(--muted)}
.footer-made{display:inline-flex;align-items:center;gap:5px;color:var(--muted)}
.footer-heart{display:inline-block;font-size:.72em;line-height:1;color:var(--accent);animation:footer-heart-beat 1.4s ease-in-out infinite}
@keyframes footer-heart-beat{0%,100%{opacity:.35;transform:scale(1)}50%{opacity:1;transform:scale(1.18)}}
@media(max-width:720px){
  .footer-trust{flex-direction:column;align-items:flex-start}
  .footer-pay img{height:32px}
}
/* ---- Float WhatsApp ---- */
.float-wa{position:fixed;bottom:26px;right:26px;width:54px;height:54px;border-radius:50%;background:#25d366;color:#fff;display:grid;place-items:center;z-index:90;box-shadow:0 10px 26px -8px rgba(37,211,102,.5);transition:transform .25s var(--ease)}
/* reCAPTCHA v3 rozeti — WhatsApp butonu ile çakışmasın */
.grecaptcha-badge{z-index:80!important;bottom:94px!important}
.float-wa:hover{transform:scale(1.06)}

/* ---- Sayfa hero / breadcrumb ---- */
.page-hero{padding:120px 0 40px;text-align:left;position:relative}
.breadcrumb{display:flex;gap:9px;justify-content:flex-start;font-size:.8rem;color:var(--muted);margin-bottom:16px;flex-wrap:wrap}
.breadcrumb a:hover{color:var(--text)}
.breadcrumb strong{color:var(--text);font-weight:500}
.page-title{font-size:clamp(1.6rem,3vw,2.25rem);font-weight:600;letter-spacing:-.03em;line-height:1.2}
.page-lead{color:var(--muted);max-width:560px;margin:12px 0 0;font-size:1rem;line-height:1.65}

/* ---- Hizmetler: editorial liste ---- */
.svc-ed{display:grid;grid-template-columns:minmax(240px,.42fr) 1fr;gap:64px;align-items:start}
.svc-ed__intro{position:sticky;top:80px}
.svc-ed__intro h2{font-size:clamp(1.5rem,2.4vw,1.875rem);margin:8px 0 14px}
.svc-ed__intro p{color:var(--muted);font-size:1rem;line-height:1.65;margin-bottom:24px}
.svc-ed__list{display:flex;flex-direction:column;border-top:1px solid var(--line)}
.svc-ed__row{
  display:grid;grid-template-columns:minmax(140px,.42fr) 1fr auto;gap:16px 24px;align-items:baseline;
  padding:20px 0;border-bottom:1px solid var(--line);color:inherit;
}
.svc-ed__row:hover{background:transparent}
.svc-ed__row:hover .svc-ed__name{color:var(--text)}
.svc-ed__name{font-size:1rem;font-weight:600;letter-spacing:-.02em;line-height:1.35}
.svc-ed__desc{font-size:.9rem;color:var(--muted);line-height:1.6;margin:0}
.svc-ed__go{color:var(--muted);font-size:.9rem;transition:transform .2s var(--ease),color .2s}
.svc-ed__row:hover .svc-ed__go{color:var(--text);transform:translateX(4px)}

/* ---- Güven: sade tanım listesi ---- */
.facts{border:1px solid var(--line);border-radius:var(--radius);padding:8px 0}
.facts dl{margin:0}
.facts .fact{display:grid;grid-template-columns:140px 1fr;gap:16px;padding:16px 24px;border-top:1px solid var(--line)}
.facts .fact:first-child{border-top:0}
.facts dt{font-size:.75rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--muted);padding-top:3px}
.facts dd{margin:0;font-size:.95rem;line-height:1.55;font-weight:500}

/* ---- İçerik düzeni (single sayfalar) ---- */
.content-layout{display:grid;grid-template-columns:1fr 320px;gap:48px;align-items:start}
.content-main{min-width:0}
.lead-paragraph{font-size:1.16rem;color:var(--text);line-height:1.75;text-align:center}
.rich-text{color:var(--muted);font-size:1rem;line-height:1.8}
.rich-text h2{color:var(--text);font-size:1.6rem;margin:42px 0 16px;letter-spacing:-.02em}
.rich-text h2:first-child{margin-top:0}
.rich-text h3{color:var(--text);font-size:1.35rem;margin:32px 0 14px}
.rich-text strong{color:var(--text);font-weight:600}
.rich-text ol{margin:0 0 16px;padding-left:22px}
.rich-text ol li{padding-left:6px;margin-bottom:10px}
.rich-text ol li::before{display:none}
.rich-text a{color:var(--text);text-decoration:underline;text-decoration-color:var(--line-strong);text-underline-offset:3px;transition:text-decoration-color .2s}
.rich-text a:hover{text-decoration-color:var(--accent)}
.service-faq{margin-top:56px}
.service-faq h2{font-size:1.5rem;margin-bottom:20px;letter-spacing:-.02em}
.rich-text p{margin-bottom:16px}
.rich-text ul{margin:0 0 16px;padding-left:4px}
.rich-text li{position:relative;padding-left:26px;margin-bottom:10px}
.rich-text li::before{content:"";position:absolute;left:0;top:11px;width:7px;height:7px;border-radius:2px;background:var(--accent)}
.rich-text img,.product-desc img{max-width:100%;height:auto;border-radius:var(--radius-sm);margin:12px 0 20px;display:block;border:1px solid var(--line)}

/* Zengin makale bileşenleri: tablo, bilgi kutuları, TOC, SSS bloğu */
.rich-text table,.legal-text table{width:100%;border-collapse:collapse;margin:8px 0 28px;font-size:.94rem;background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-sm);overflow:hidden}
.rich-text caption,.legal-text caption{caption-side:top;text-align:left;color:var(--text);font-weight:600;padding:14px 18px 4px;font-size:.98rem}
.rich-text thead th,.legal-text thead th{background:var(--surface-2);color:var(--text);font-weight:600;text-align:left;padding:13px 16px;border-bottom:1px solid var(--line-strong)}
.rich-text tbody td,.legal-text tbody td{padding:12px 16px;border-bottom:1px solid var(--line);color:var(--muted);vertical-align:top}
.rich-text tbody tr:last-child td,.legal-text tbody tr:last-child td{border-bottom:0}
.rich-text tbody td strong,.legal-text tbody td strong{color:var(--text)}

.toc-box{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-sm);padding:22px 26px;margin:8px 0 32px}
.toc-box h2{margin:0 0 12px !important;font-size:1.1rem !important}
.toc-box ol{counter-reset:toc;list-style:none;padding-left:0;margin:0;columns:1}
.toc-box ol li{position:relative;padding-left:30px;margin-bottom:9px;counter-increment:toc}
.toc-box ol li::before{content:counter(toc);position:absolute;left:0;top:0;width:20px;height:20px;border-radius:5px;background:var(--accent-soft);color:var(--accent-2);font-size:.72rem;font-weight:700;display:flex;align-items:center;justify-content:center}
.toc-box a{color:var(--muted);text-decoration:none}
.toc-box a:hover{color:var(--text)}

.info-box,.tip-box,.expert-box,.mistake-box{border-radius:var(--radius-sm);padding:20px 24px;margin:8px 0 28px;border:1px solid var(--line)}
.info-box{background:var(--surface)}
.info-box p:last-child,.tip-box p:last-child,.expert-box p:last-child,.mistake-box p:last-child{margin-bottom:0}
.info-box::before{content:"Bilgi";display:block;font-size:.72rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--accent-2);margin-bottom:8px}
.tip-box{background:var(--accent-soft);border-color:rgba(225,29,46,.18)}
.tip-box::before{content:"İpucu";display:block;font-size:.72rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--accent-2);margin-bottom:8px}
.expert-box{background:var(--surface-2);border-left:3px solid var(--accent)}
.expert-box::before{content:"Uzman Görüşü";display:block;font-size:.72rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--accent-2);margin-bottom:8px}
.mistake-box{background:var(--surface)}
.mistake-box::before{content:"Sık Yapılan Hata";display:block;font-size:.72rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--accent-2);margin-bottom:8px}

.faq-block{margin:8px 0 32px;display:flex;flex-direction:column;gap:10px}
.faq-block-item{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-sm);padding:18px 22px}
.faq-block-item h3{margin:0 0 8px !important;font-size:1.02rem !important;color:var(--text)}
.faq-block-item p{margin:0;color:var(--muted)}
.single-cover{height:340px;border-radius:var(--radius);background:linear-gradient(135deg,var(--surface-2),var(--surface));background-size:cover;background-position:center;margin-bottom:30px;border:1px solid var(--line)}
.inline-cta{margin-top:44px;padding:32px;border-radius:var(--radius);background:var(--surface-2);border:1px solid var(--line-strong);display:flex;align-items:center;justify-content:space-between;gap:20px;flex-wrap:wrap}
.inline-cta h3{font-size:1.2rem}
.content-side{position:sticky;top:96px;display:flex;flex-direction:column;gap:20px}
.side-card{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);padding:28px}
.side-card h4{font-size:1.05rem;margin-bottom:16px;font-weight:600}
.side-links li a{display:flex;align-items:center;gap:9px;color:var(--muted);padding:10px 0;font-size:.91rem;transition:color .2s;border-bottom:1px solid var(--line)}
.side-links li:last-child a{border-bottom:0}
.side-links li a:hover{color:var(--text)}
.side-links svg{color:var(--accent-2);opacity:.8;flex-shrink:0}
.side-cta{background:var(--surface-2);border-color:var(--line-strong);text-align:center}
.side-cta p{color:var(--muted);font-size:.9rem;margin-bottom:16px}
.meta-list li{display:flex;justify-content:space-between;padding:11px 0;border-bottom:1px solid var(--line);font-size:.92rem}
.meta-list li:last-child{border-bottom:0}
.meta-list span{color:var(--muted)}

/* ---- İletişim ---- */
.contact-layout{display:grid;grid-template-columns:.85fr 1.15fr;gap:48px;align-items:start}
.about-identity-section{padding-top:36px}
.about-identity-section .section-head{margin-bottom:28px}
.about-identity{
  display:grid;grid-template-columns:1.15fr .85fr;gap:22px;align-items:stretch;
}
.about-company,.about-person-card{
  background:var(--surface);border:1px solid var(--line-strong);border-radius:var(--radius);
  box-shadow:var(--shadow-soft);overflow:hidden;
}
.about-company-head{
  display:flex;align-items:flex-start;gap:14px;padding:22px 24px 18px;
  border-bottom:1px solid var(--line);background:rgba(255,255,255,.025);
}
.about-company-mark{
  width:42px;height:42px;border-radius:12px;display:grid;place-items:center;flex-shrink:0;
  background:var(--accent-soft);color:var(--accent-2);border:1px solid rgba(225,29,46,.22);
}
.about-company-mark svg{display:block;stroke:currentColor;fill:none;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.about-company-head h3{margin:0 0 4px;font-family:var(--fd);font-size:1.05rem;font-weight:600}
.about-company-head p{margin:0;color:var(--muted);font-size:.88rem;line-height:1.45}
.about-company-list{margin:0;padding:8px 8px 12px}
.about-company-row{
  display:grid;grid-template-columns:148px 1fr;gap:12px;align-items:baseline;
  padding:12px 16px;border-radius:10px;
}
.about-company-row:nth-child(odd){background:rgba(255,255,255,.02)}
.about-company-row dt{
  margin:0;font-size:.72rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--muted);
}
.about-company-row dd{margin:0;font-family:var(--fd);font-size:.95rem;font-weight:500;color:var(--text);line-height:1.45;word-break:break-word}
.about-company-row dd a{color:var(--text);text-decoration:none;border-bottom:1px solid transparent;transition:border-color .2s,color .2s}
.about-company-row dd a:hover{color:var(--accent-2);border-bottom-color:rgba(240,54,74,.45)}
.about-person-card{display:flex;flex-direction:column}
.about-person-photo{
  position:relative;aspect-ratio:1.05 / 1;overflow:hidden;
  background:linear-gradient(160deg,rgba(225,29,46,.18),rgba(255,255,255,.04) 55%,transparent);
}
.about-person-photo::after{
  content:"";position:absolute;inset:auto 0 0 0;height:42%;
  background:linear-gradient(180deg,transparent,rgba(30,34,45,.82) 70%,var(--surface));
  pointer-events:none;
}
.about-person-photo img{width:100%;height:100%;object-fit:cover;object-position:center 18%;display:block}
.about-person-meta{padding:6px 24px 24px;position:relative;z-index:1;margin-top:-28px}
.about-person-meta .eyebrow{margin:0 0 8px}
.about-person-meta h3{margin:0 0 6px;font-family:var(--fd);font-size:1.45rem;letter-spacing:-.02em}
.about-person-role{
  margin:0 0 12px;display:inline-flex;align-items:center;gap:8px;
  font-size:.84rem;font-weight:600;color:var(--accent-2);letter-spacing:.02em;
}
.about-person-role::before{content:"";width:16px;height:2px;border-radius:2px;background:var(--accent)}
.about-person-note{margin:0 0 18px;font-size:.9rem;line-height:1.6;max-width:36ch}
.about-person-actions{display:flex;flex-wrap:wrap;gap:10px}
@media(max-width:900px){
  .about-identity{grid-template-columns:1fr}
  .about-company-row{grid-template-columns:1fr;gap:4px;padding:12px 14px}
  .about-person-photo{aspect-ratio:4 / 3}
}
.contact-info h2{font-size:1.9rem;margin-bottom:14px}
.contact-list{margin:30px 0;display:flex;flex-direction:column;gap:18px}
.contact-list li{display:flex;gap:16px;align-items:center}
.ci{width:46px;height:46px;border-radius:12px;flex-shrink:0;display:grid;place-items:center;background:var(--accent-soft);color:var(--accent-2);border:1px solid rgba(225,29,46,.18)}
.contact-list small{display:block;color:var(--muted);font-size:.77rem}
.contact-list a,.contact-list span{font-weight:500}
.contact-list a:hover{color:var(--accent-2)}
.contact-form-box,.contact-wrap{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);padding:36px}

/* ---- Formlar ---- */
.contact-form .form-row{display:grid;grid-template-columns:1fr 1fr;gap:18px}
.form-group{margin-bottom:18px;display:flex;flex-direction:column}
.form-group label{font-size:.85rem;font-weight:600;margin-bottom:8px;color:var(--text)}
.form-group input:not([type=checkbox]):not([type=radio]):not([type=file]):not([type=hidden]),
.form-group select,.form-group textarea{
  background:var(--bg-2);border:1px solid var(--line-strong);border-radius:11px;
  padding:13px 15px;color:var(--text);font-family:var(--ff);font-size:.95rem;width:100%;
  transition:border-color .2s,box-shadow .2s;color-scheme:dark;
}
.form-group select option{background:#18181c;color:#f2f3f5}
.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:0;border-color:rgba(225,29,46,.5);box-shadow:0 0 0 3px rgba(225,29,46,.1)}
.form-group textarea{resize:vertical}
.phone-input{display:flex;gap:0;position:relative}
.phone-input .phone-number{border-radius:0 11px 11px 0;min-width:0}

.phone-cc{position:relative;flex:0 0 auto}
.phone-cc-btn{
  display:flex;align-items:center;gap:7px;height:100%;min-height:49px;
  background:var(--bg-2);border:1px solid var(--line-strong);border-right:0;border-radius:11px 0 0 11px;
  padding:0 10px;cursor:pointer;color:var(--text);font-family:var(--ff);font-size:.9rem;font-weight:500;
  transition:background .2s;
}
.phone-cc-btn:hover{background:rgba(255,255,255,.04)}
.phone-cc-flag{border-radius:2px;display:block;object-fit:cover;flex:0 0 auto}
.phone-cc-caret{font-size:.58rem;opacity:.55;margin-left:1px}
.phone-cc[data-open="true"] .phone-cc-btn{background:rgba(255,255,255,.05)}

.phone-cc-panel{
  position:absolute;top:calc(100% + 8px);left:0;z-index:60;width:290px;max-width:82vw;
  background:rgba(19,20,24,.98);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);
  border:1px solid var(--line-strong);border-radius:14px;padding:10px;
  box-shadow:0 24px 60px -18px rgba(0,0,0,.7);display:flex;flex-direction:column;gap:8px;
}
.phone-cc-panel[hidden]{display:none}
.phone-cc-search{
  width:100%;background:var(--bg-2);border:1px solid var(--line);border-radius:9px;
  padding:10px 12px;color:var(--text);font-size:.87rem;font-family:var(--ff);
}
.phone-cc-search:focus{outline:0;border-color:rgba(225,29,46,.5)}
.phone-cc-list{list-style:none;margin:0;padding:0;max-height:260px;overflow-y:auto}
.phone-cc-list li{
  display:flex;align-items:center;gap:10px;padding:9px 10px;border-radius:9px;
  cursor:pointer;font-size:.87rem;color:var(--muted);
}
.phone-cc-list li img{border-radius:2px;flex:0 0 auto}
.phone-cc-list li span{flex:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.phone-cc-list li em{font-style:normal;color:var(--muted);font-size:.8rem;flex:0 0 auto}
.phone-cc-list li:hover,.phone-cc-list li.active{background:rgba(255,255,255,.06);color:var(--text)}
.phone-cc-list li.hide{display:none}
.phone-cc-empty{padding:14px 10px;text-align:center;color:var(--muted);font-size:.85rem}
.form-check{margin-top:4px}
.checkbox{position:relative;display:flex;flex-direction:row;align-items:flex-start;gap:12px;font-size:.87rem;color:var(--muted);font-weight:400;cursor:pointer;user-select:none}
.checkbox input{position:absolute;opacity:0;width:1px;height:1px;pointer-events:none}
.checkbox::before{
  content:"";width:20px;height:20px;flex-shrink:0;margin-top:1px;border-radius:6px;
  border:1.5px solid var(--line-strong);background:var(--surface-2);
  background-repeat:no-repeat;background-position:center;background-size:12px 12px;
}
.checkbox:has(input:checked)::before{
  background-color:#e11d2e;border-color:#e11d2e;box-shadow:0 0 0 3px rgba(225,29,46,.16);
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23fff' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 8.2 6.4 11.5 13 4.5'/%3E%3C/svg%3E");
}
.checkbox a{color:var(--text);text-decoration:underline;text-underline-offset:3px}
.err{color:#ff8a97;font-size:.8rem;margin-top:6px}
.hp{position:absolute;left:-9999px;opacity:0;height:0;overflow:hidden}

.alert{padding:14px 18px;border-radius:12px;margin-bottom:18px;font-size:.92rem;display:flex;align-items:center;gap:10px}
.alert-success{background:rgba(60,190,130,.1);border:1px solid rgba(60,190,130,.3);color:#7ee0aa}
.alert-error{background:rgba(255,80,100,.08);border:1px solid rgba(255,80,100,.3);color:#ff9aaa}

/* ---- Hata sayfası ---- */
.error-page{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:30px}
.error-code{font-family:var(--fd);font-size:8rem;font-weight:700;line-height:1;color:var(--accent-2);letter-spacing:-.04em}
.error-page h1{font-size:1.7rem;margin:12px 0}
.error-page p{color:var(--muted);margin-bottom:28px}

/* ---- Sözleşme / hukuki sayfa ---- */
.legal-text{max-width:860px;margin:0 auto;color:var(--muted);font-size:1rem;line-height:1.8}
.legal-text h2{color:var(--text);font-size:1.45rem;margin:32px 0 12px}
.legal-text h3{color:var(--text);font-size:1.18rem;margin:26px 0 10px}
.legal-text p{margin-bottom:14px}
.legal-text ul{margin:0 0 16px;padding-left:4px}
.legal-text li{position:relative;padding-left:24px;margin-bottom:8px}
.legal-text li::before{content:"";position:absolute;left:0;top:11px;width:6px;height:6px;border-radius:2px;background:var(--accent)}
.legal-updated{font-size:.85rem;color:var(--muted);margin-bottom:24px;padding-bottom:16px;border-bottom:1px solid var(--line)}

/* ---- Reveal (fade-up) animasyonu ---- */
.reveal{opacity:0;transform:translateY(8px);transition:opacity .45s var(--ease),transform .45s var(--ease)}
.reveal.in{opacity:1;transform:none}
@media(prefers-reduced-motion:reduce){
  .reveal{opacity:1;transform:none;transition:none}
  .chart-bars span{transform:scaleY(1);transition:none}
}

/* ---- Mobil menü başlığı / kapatma ---- */
.nav-menu-head{display:none}
.nav-menu-foot{display:none}

/* ---- Responsive ---- */
@media(max-width:1024px){
  .cards-grid,.projects-grid{grid-template-columns:repeat(2,1fr)}
  .process{grid-template-columns:repeat(2,1fr)}
  .process-step,.process-step:nth-child(3n){border-right:1px solid var(--line);padding-right:24px}
  .process-step:nth-child(2n){border-right:0;padding-right:0}
  .process-step:nth-child(n+3){border-top:1px solid var(--line);padding-top:24px;margin-top:8px}
  .stats-grid{grid-template-columns:repeat(2,1fr)}
  .hero-inner,.two-col,.contact-layout,.content-layout,.svc-ed,.project-feature{grid-template-columns:1fr}
  .svc-ed__intro{position:static}
  .project-feature .project-thumb{min-height:220px;height:240px}
  .hero-visual{padding:0 8px}
  .dash-card{width:min(460px,100%)}
  .chip-1{right:0}
  .chip-2{left:0}
  .trust-inner{grid-template-columns:1fr 1fr;gap:24px 32px}
  .trust-item{border-left:none;padding:0}
  .content-side{position:static;flex-direction:row;flex-wrap:wrap}
  .content-side .side-card{flex:1;min-width:240px}
  .footer-grid{grid-template-columns:1fr 1fr}
  .svc-ed__row{grid-template-columns:1fr auto}
  .svc-ed__desc{grid-column:1/-2}
}

@media(max-width:920px){
  .top-left .top-mail,.top-divider{display:none}
}
@media(max-width:980px){
  .nav-phone{display:none}
}
@media(max-width:768px){
  .section{padding:56px 0}
  .top-bar{font-size:.72rem}
  .top-bar-inner{height:32px;flex-wrap:nowrap;justify-content:space-between;gap:10px;overflow:hidden}
  .top-left{gap:10px;flex-shrink:0}
  .top-right{gap:10px}
  .fx{gap:10px}
  .fx-item{gap:4px}
  .top-social{display:none}
  .nav-actions .btn,.nav-actions .nav-cta-ghost,.nav-actions .nav-account-dd,.nav-actions .lang-switch{display:none}
  .site-header{top:32px}

  .nav-menu{
    position:fixed;top:0;right:0;bottom:0;width:min(360px,88vw);z-index:210;
    flex-direction:column;align-items:stretch;gap:2px;padding:0 0 24px;
    background:var(--bg-2);border-left:1px solid var(--line-strong);
    transform:translateX(105%);transition:transform .38s var(--ease);overflow-y:auto;
    box-shadow:-20px 0 50px -10px rgba(0,0,0,.7);
  }
  .nav-menu.open{transform:none}

  .nav-menu-head{display:flex;align-items:center;justify-content:space-between;padding:18px 22px;border-bottom:1px solid var(--line);margin-bottom:10px}
  .nav-menu-head .brand-mark{height:34px;font-size:.85rem}
  .nav-menu-head .brand-text{font-size:1.02rem}
  .nav-close{background:none;border:1px solid var(--line);border-radius:10px;color:var(--text);width:38px;height:38px;display:grid;place-items:center;cursor:pointer;transition:border-color .2s}
  .nav-close:hover{border-color:var(--line-strong)}

  .nav-menu>a,.nav-dropdown>a,.nav-mega-trigger{padding:15px 22px;font-size:1rem;border-radius:0;border-bottom:1px solid var(--line);margin:0}
  .nav-menu>a.active::after{display:none}
  .nav-menu>a.active{color:var(--text);background:rgba(255,255,255,.04);box-shadow:inset 3px 0 0 var(--accent)}
  .nav-dropdown,.nav-mega{display:flex;flex-direction:column;align-items:stretch}
  .dropdown-panel{position:static;opacity:1;visibility:visible;transform:none;box-shadow:none;background:rgba(0,0,0,.25);border:0;border-bottom:1px solid var(--line);border-radius:0;padding:4px 0;min-width:auto;backdrop-filter:none}
  .nav-dropdown:hover .dropdown-panel{transform:none}
  .dropdown-panel a{padding:12px 22px 12px 38px;font-size:.94rem;border-radius:0}
  .mega-panel{position:static;transform:none;width:auto;opacity:1;visibility:visible;pointer-events:none;max-height:0;overflow:hidden;padding:0;border:0;border-radius:0;box-shadow:none;background:rgba(0,0,0,.22);backdrop-filter:none;transition:max-height .32s var(--ease),padding .32s}
  .nav-mega.open-sub .mega-panel{max-height:720px;pointer-events:auto;padding:8px 12px 14px;border-bottom:1px solid var(--line)}
  .nav-mega.open-sub .nav-mega-trigger{color:var(--text);background:rgba(255,255,255,.04);box-shadow:inset 3px 0 0 var(--accent)}
  .mega-grid{grid-template-columns:1fr}
  .mega-grid{grid-template-columns:1fr;gap:4px}
  .mega-item{padding:10px 10px}

  .nav-menu-foot{display:flex;flex-direction:column;gap:12px;padding:20px 22px 6px;margin-top:auto}
  .nav-menu-foot .btn{width:100%}
  .nav-menu-foot .m-phone{display:flex;align-items:center;gap:10px;color:var(--text);font-weight:600;font-size:1.02rem}
  .nav-menu-foot .m-phone svg{color:var(--accent-2)}
  .nav-menu-foot .m-social{display:flex;gap:12px;margin-top:6px}
  .nav-menu-foot .m-social a{width:42px;height:42px;border-radius:11px;display:grid;place-items:center;background:var(--surface-2);border:1px solid var(--line);color:var(--muted)}
  .nav-menu-foot .m-social a:hover{color:var(--text);border-color:var(--line-strong)}

  .nav-toggle{display:flex}
  .cards-grid,.cards-grid.cols-2,.cards-grid.cols-3,.process,.projects-grid,.stats-grid,.why-list.two{grid-template-columns:1fr}
  .process-step,.process-step:nth-child(2n),.process-step:nth-child(3n){border-right:0;padding:20px 0;margin-top:0}
  .process-step:nth-child(n+2){border-top:1px solid var(--line);padding-top:20px}
  .process-step:first-child{border-top:0;padding-top:0}
  .footer-grid{grid-template-columns:1fr;gap:32px}
  .cta-band-inner{padding:32px 0;text-align:left;justify-content:flex-start}
  .hero{padding:108px 0 48px}
  .hero-title{max-width:none}
  .hero-visual{margin-bottom:8px}
  .dash-chip{display:none}
  .inline-cta{flex-direction:column;text-align:center}
  .page-hero{padding:108px 0 32px}
  .tech-strip{margin-top:36px;padding:0}
  .tech-strip-head{padding:18px 18px 14px}
  .tech-strip-lead{font-size:.9rem}
  .tech-strip-grid{grid-template-columns:1fr}
  .tech-group{padding:18px;border-left:0;border-top:1px solid var(--line)}
  .tech-group:first-child{border-top:0}
  .tech-group-list li{font-size:.8rem;padding:7px 11px}
  .svc-ed{gap:32px}
  .facts .fact{grid-template-columns:1fr;gap:6px;padding:14px 16px}
}

/* ---- Mobil ince ayar ---- */
@media(max-width:560px){
  .fx-item:first-child{display:none}
  .nav-inner .brand-text{font-size:.95rem}
  .nav-inner .brand-mark{height:32px;font-size:.85rem}
  .brand img.brand-logo{height:34px}
  .trust-inner{grid-template-columns:1fr;gap:20px;padding:28px 0}
  .eyebrow{white-space:normal;font-size:.7rem;line-height:1.4;text-align:left}
  .hero-title{font-size:1.6rem}
  .hero-lead{font-size:.98rem}
  .hero-caps{gap:8px 16px;margin-top:28px}
  .section-head h2,.two-col h2,.svc-ed__intro h2{font-size:1.4rem}
  .cta-band{margin:0}
  .container{padding:0 16px}
  .dash-kpis{grid-template-columns:repeat(3,1fr);gap:8px}
  .dash-kpi{padding:10px}
  .dash-kpi strong{font-size:1.08rem}
  .stat-card{padding:24px}
  .big-stat{font-size:2rem}
  .contact-form-box,.contact-wrap{padding:24px 16px}
  .contact-form .form-row{grid-template-columns:1fr}
  .svc-ed__row{grid-template-columns:1fr auto;padding:16px 0}
}

/* ===================== Mağaza / Store ===================== */
.store-layout{display:grid;grid-template-columns:250px 1fr;gap:34px;align-items:start}
.store-side{position:sticky;top:72px;display:flex;flex-direction:column;gap:22px}
.store-search{display:flex;align-items:center;background:var(--surface);border:1px solid var(--line-strong);border-radius:12px;overflow:hidden}
.store-search input{flex:1;background:none;border:0;padding:12px 14px;color:var(--text);font-size:.92rem;outline:none}
.store-search button{background:none;border:0;color:var(--muted);padding:0 14px;cursor:pointer;display:flex;align-items:center}
.store-search button:hover{color:var(--text)}
.store-cats h4{font-size:.78rem;text-transform:uppercase;letter-spacing:.08em;color:var(--muted);margin-bottom:12px}
.store-cats a{display:block;padding:9px 13px;border-radius:9px;color:var(--muted);font-size:.92rem;font-weight:500;transition:.18s}
.store-cats a:hover{color:var(--text);background:rgba(255,255,255,.04)}
.store-cats a.on{color:#fff;background:rgba(225,29,46,.14);border-left:3px solid #e11d2e}
.store-toolbar{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:24px;flex-wrap:wrap}
.store-count{color:var(--muted);font-size:.9rem}
.store-sort{display:flex;align-items:center;gap:9px}
.store-sort label{color:var(--muted);font-size:.86rem}
.store-sort select{background:var(--surface);border:1px solid var(--line-strong);color:var(--text);padding:9px 12px;border-radius:9px;font-size:.88rem;cursor:pointer}
.product-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(268px,1fr));gap:22px}
.product-card{background:var(--surface);border:1px solid var(--line);border-radius:16px;overflow:hidden;display:flex;flex-direction:column;transition:transform .25s var(--ease),border-color .25s,box-shadow .25s}
.product-card:hover{border-color:var(--line-strong)}
.product-thumb{position:relative;aspect-ratio:16/10;background-size:cover;background-position:center;background-color:var(--bg)}
.product-badge{position:absolute;top:12px;left:12px;background:var(--grad);color:#fff;font-size:.68rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;padding:5px 10px;border-radius:100px}
.product-preview-btn{position:absolute;bottom:12px;right:12px;display:inline-flex;align-items:center;gap:6px;background:rgba(30,34,45,.88);backdrop-filter:blur(4px);color:#fff;font-size:.78rem;font-weight:600;padding:8px 12px;border-radius:9px;opacity:0;transform:translateY(6px);transition:.22s}
.product-card:hover .product-preview-btn{opacity:1;transform:translateY(0)}
.product-body{padding:18px;display:flex;flex-direction:column;gap:9px;flex:1}
.product-cat{font-size:.72rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:#e11d2e}
.product-body h3{font-size:1.04rem;line-height:1.35;margin:0}
.product-body h3 a{color:var(--text)}
.product-body h3 a:hover{color:#fff}
.product-body p{color:var(--muted);font-size:.88rem;line-height:1.55;margin:0;flex:1}
.product-foot{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-top:6px;padding-top:14px;border-top:1px solid var(--line)}
.product-price{display:flex;flex-direction:column;line-height:1.15}
.product-price del{color:var(--muted);font-size:.78rem}
.product-price strong{color:var(--text);font-size:1.18rem;font-weight:800}
.pagination{display:flex;justify-content:center;gap:7px;margin-top:40px;flex-wrap:wrap}
.pagination a{min-width:40px;height:40px;display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--line-strong);border-radius:10px;color:var(--muted);font-weight:600;font-size:.9rem;transition:.18s}
.pagination a:hover{color:var(--text);border-color:var(--line)}
.pagination a.on{background:var(--grad);color:#fff;border-color:transparent}

/* ---- Ürün detay ---- */
.product-section{padding-top:44px}
.product-layout{
  display:grid;grid-template-columns:minmax(0,1fr) 330px;gap:22px 28px;align-items:start;
  grid-template-areas:"media side" "detail side";
}
.product-media{grid-area:media;min-width:0}
.product-detail{grid-area:detail;min-width:0}
.product-detail>:first-child{margin-top:0}
/* Kompakt ürün hero: uzun başlıklar mobilde duvar gibi durmasın */
.product-hero{padding:150px 0 36px}
.product-hero .page-title{font-size:clamp(1.45rem,2.4vw,2rem);line-height:1.35;max-width:860px;margin:0 auto}
.product-hero .page-lead{font-size:.98rem;margin-top:12px}
.product-hero .breadcrumb strong{max-width:220px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.product-cover{position:relative;aspect-ratio:16/10;background-size:cover;background-position:center;border-radius:14px;background-color:var(--surface);border:1px solid var(--line);box-shadow:0 16px 40px -24px rgba(0,0,0,.4)}
.product-cover-preview{position:absolute;bottom:14px;right:14px;display:inline-flex;align-items:center;gap:7px;padding:9px 16px;border-radius:100px;font-size:.84rem;font-weight:700;color:#fff;background:rgba(10,12,18,.72);border:1px solid rgba(255,255,255,.18);backdrop-filter:blur(6px);transition:.18s}
.product-cover-preview:hover{background:rgba(225,29,46,.85);border-color:transparent}
.product-badge{position:absolute;top:16px;left:16px;background:var(--grad);color:#fff;font-weight:800;font-size:.85rem;padding:6px 12px;border-radius:100px;box-shadow:0 6px 18px -6px rgba(225,29,46,.7)}
.product-gallery{display:grid;grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:10px;margin-top:14px}
.product-gallery img{width:100%;aspect-ratio:16/10;object-fit:cover;border-radius:10px;border:1px solid var(--line);transition:.2s}
.product-gallery a:hover img{border-color:var(--line-strong);transform:translateY(-2px)}
.tp-notice{display:flex;gap:12px;align-items:flex-start;margin-top:18px;padding:14px 16px;border-radius:12px;background:rgba(255,159,67,.09);border:1px solid rgba(255,159,67,.3)}
.tp-notice svg{color:#ff9f43;flex-shrink:0;margin-top:2px}
.tp-notice strong{display:block;color:var(--text);font-size:.95rem;margin-bottom:3px}
.tp-notice p{margin:0;color:var(--muted);font-size:.87rem;line-height:1.55}
.product-panel{margin-top:22px;background:var(--surface);border:1px solid var(--line);border-radius:16px;overflow:hidden}
.panel-head{padding:16px 24px;border-bottom:1px solid var(--line);display:flex;align-items:center;gap:11px}
.panel-head h2{font-size:1.15rem;margin:0}
.panel-head::before{content:"";width:4px;height:20px;border-radius:4px;background:var(--grad)}
/*
 * Ürün açıklaması: admin editörüyle aynı açık “kağıt” zemin.
 * Marketplace HTML (açık arka plan + koyu yazı) koyu temada bozulmasın.
 */
.product-desc{
  padding:22px 24px;
  background:#f3f5f8;
  color:#1f2937;
}
.product-desc:last-child{border-radius:0 0 16px 16px}
.product-desc:first-child{margin-top:0}
.product-desc h2,.product-desc h3,.product-desc h4,.product-desc strong{color:#111827}
.product-desc p,.product-desc li{color:#374151}
.product-desc a{color:#b91c1c;text-decoration-color:rgba(185,28,28,.35)}
.product-desc a:hover{text-decoration-color:#e11d2e}
.product-desc a[style]{text-decoration:none}
.product-desc li::before{background:#e11d2e}
.product-desc img{border-color:#d7dde5;background:#fff}
.product-desc table{
  background:#fff;border:1px solid #d7dde5;color:#1f2937;
}
.product-desc thead th{background:#e8edf3;color:#111827;border-bottom-color:#d7dde5}
.product-desc tbody td{color:#4b5563;border-bottom-color:#e5e9ef}
.product-desc tbody td strong{color:#111827}
.product-desc [style*="display:inline-block"],
.product-desc [style*="display: inline-block"],
.product-desc [style*="display:block"],
.product-desc [style*="display: block"]{max-width:100%;box-sizing:border-box}
/* Yapıştırılan HTML'de sabit genişlikler mobili taşırmasın */
.product-desc{overflow-x:hidden;word-break:break-word}
.product-desc [style*="width:"],.product-desc [style*="width :"]{max-width:100%;box-sizing:border-box}
.product-desc iframe,.product-desc video,.product-desc embed{max-width:100%}
/* Inline stilli tablolar: site “kart tablo” çerçevesini dayatma */
.product-desc table[style]{
  width:auto;max-width:100%;
  border:0;border-radius:0;overflow:visible;
}

/* SEO etiket bulutu (açık panel, renk/boyut varyasyonu) */
.product-tags{
  margin:0;padding:18px 24px 22px;background:#f3f5f8;
  border-top:1px solid #d7dde5;border-radius:0 0 16px 16px;
}
.product-tags h3{
  margin:0 0 11px;padding:0 0 9px;font-size:1.05rem;font-weight:800;
  color:#1e293b;border-bottom:1px solid #d7dde5;letter-spacing:-.01em;
}
.tag-cloud{display:flex;flex-wrap:wrap;align-items:baseline;gap:10px 16px;line-height:1.45}
.ptag{
  text-decoration:none!important;font-weight:700;transition:opacity .15s,transform .15s;
  display:inline-block;
}
.ptag:hover{opacity:.82;transform:translateY(-1px)}
.ptag-0{font-size:.88rem;color:#c45c5c}
.ptag-1{font-size:1.22rem;color:#1e293b}
.ptag-2{font-size:1.02rem;color:#2f7d4a}
.ptag-3{font-size:.92rem;color:#c45c5c}
.ptag-4{font-size:1.12rem;color:#2f7d4a}
.ptag-5{font-size:.98rem;color:#1e293b}
.product-side{grid-area:side;position:sticky;top:90px;min-width:0}
.buy-box{background:var(--surface);border:1px solid var(--line-strong);border-radius:16px;padding:22px}
.upsell{margin-top:16px;padding-top:14px;border-top:1px solid var(--line);display:flex;flex-direction:column;gap:6px}
.upsell h4{font-size:.82rem;color:var(--muted);font-weight:600;letter-spacing:.04em;text-transform:uppercase;margin-bottom:4px}
.upsell a{font-size:.9rem;color:var(--text);padding:8px 10px;border-radius:10px;border:1px solid var(--line);transition:.2s}
.upsell a:hover{border-color:var(--tech-line);background:var(--tech-soft)}
.buy-price{display:flex;align-items:baseline;gap:10px;flex-wrap:wrap}
.buy-price del{color:var(--muted);font-size:1rem}
.buy-price-main{font-size:2rem;font-weight:800;color:var(--text);line-height:1;letter-spacing:-.02em}
.buy-price-try{color:var(--muted);font-size:.84rem;width:100%}
.buy-license{display:inline-block;color:var(--muted);font-size:.76rem;text-transform:uppercase;letter-spacing:.05em;margin:5px 0 14px}
.buy-features{list-style:none;padding:0;margin:0 0 16px;display:flex;flex-direction:column;gap:9px}
.buy-features li{display:flex;align-items:center;gap:9px;color:var(--muted);font-size:.88rem}
.buy-features li svg{color:#28c76f;flex-shrink:0}
.buy-box form{margin-bottom:9px}
.buy-secure{display:flex;align-items:center;gap:7px;justify-content:center;margin:12px 0 0;color:var(--muted);font-size:.76rem}
.buy-secure svg{color:#28c76f}
.buy-meta{margin-top:16px;padding-top:6px;border-top:1px solid var(--line)}
.meta-row{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:9px 0;border-bottom:1px solid var(--line);font-size:.85rem}
.meta-row:last-child{border-bottom:0}
.meta-row span{color:var(--muted)}
.meta-row b,.meta-row a{color:var(--text);font-weight:600;text-align:right}
.meta-row a:hover{color:#e11d2e}
.buy-custom{display:flex;align-items:flex-start;gap:9px;margin-top:14px;padding:11px 13px;border-radius:10px;background:var(--bg);border:1px dashed var(--line-strong);color:var(--muted);font-size:.83rem;line-height:1.5}
.buy-custom svg{flex-shrink:0;margin-top:2px;color:#ff9f43}
.buy-custom a{color:var(--text);font-weight:600;text-decoration:underline;text-decoration-color:var(--line-strong)}
.buy-custom a:hover{color:#e11d2e}
.product-related{margin-top:56px}
.product-related .section-title{margin-bottom:22px}

/* ---- Ödeme / Checkout (CodeCanyon tarzı adımlar) ---- */
.checkout-steps{list-style:none;display:flex;flex-wrap:wrap;gap:10px;padding:0;margin:0 0 26px;counter-reset:step}
.checkout-steps li{display:flex;align-items:center;gap:9px;color:var(--muted);font-size:.86rem;font-weight:600;padding:9px 16px;border:1px solid var(--line);border-radius:100px;background:var(--surface)}
.checkout-steps li span{width:22px;height:22px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;font-size:.78rem;background:var(--surface-2);color:var(--muted);border:1px solid var(--line-strong)}
.checkout-steps li.on{color:var(--text);border-color:rgba(225,29,46,.35)}
.checkout-steps li.on span{background:var(--grad);color:#fff;border-color:transparent}
.checkout-layout{display:grid;grid-template-columns:1fr 350px;gap:28px;align-items:start}
.checkout-main{display:flex;flex-direction:column;gap:18px;min-width:0}
.co-card{background:var(--surface);border:1px solid var(--line);border-radius:16px;overflow:hidden}
.co-card-head{display:flex;align-items:center;gap:12px;padding:16px 22px;border-bottom:1px solid var(--line)}
.co-card-head h2{font-size:1.08rem;margin:0}
.co-num{width:26px;height:26px;border-radius:50%;background:var(--grad);color:#fff;font-size:.85rem;font-weight:800;display:inline-flex;align-items:center;justify-content:center}
.co-card-body{padding:22px}
.co-guest-lead{margin:0 0 18px;font-size:.9rem;line-height:1.55;max-width:52ch}
.co-guest-hint{margin:14px 0 0;font-size:.82rem;line-height:1.45}
.co-guest-hint[hidden]{display:none!important}
.co-mode-switch{
  display:grid;grid-template-columns:1fr 1fr;gap:6px;padding:5px;margin:0 0 20px;
  background:rgba(0,0,0,.22);border:1px solid var(--line);border-radius:12px;
}
.co-mode{
  appearance:none;border:0;background:transparent;color:var(--muted);cursor:pointer;
  font-family:var(--fd);font-size:.88rem;font-weight:600;padding:11px 12px;border-radius:9px;
  transition:background .2s var(--ease),color .2s,box-shadow .2s;
}
.co-mode:hover{color:var(--text)}
.co-mode.on{
  background:var(--surface-2);color:var(--text);box-shadow:0 1px 0 rgba(255,255,255,.04);
  border:1px solid var(--line-strong);
}
.co-pass-wrap{position:relative}
.co-pass-wrap input{padding-right:46px!important}
.co-pass-toggle{
  position:absolute;right:8px;top:50%;transform:translateY(-50%);
  width:34px;height:34px;border:0;border-radius:8px;background:transparent;color:var(--muted);
  display:grid;place-items:center;cursor:pointer;padding:0;
}
.co-pass-toggle:hover{color:var(--text);background:rgba(255,255,255,.05)}
.co-pass-toggle svg{display:block;stroke:currentColor;fill:none;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.co-check{
  display:flex;align-items:flex-start;gap:12px;cursor:pointer;user-select:none;
  padding:14px 16px;border-radius:12px;border:1px solid var(--line);
  background:rgba(255,255,255,.025);transition:border-color .2s,background .2s;
}
.co-check:hover{border-color:var(--line-strong);background:rgba(255,255,255,.04)}
.co-check:has(input:focus-visible){border-color:rgba(225,29,46,.45);box-shadow:0 0 0 3px rgba(225,29,46,.12)}
.co-check:has(input:checked){border-color:rgba(225,29,46,.35);background:var(--accent-soft)}
.co-check input{position:absolute;opacity:0;width:1px;height:1px;pointer-events:none}
.co-check-ui{
  width:22px;height:22px;flex-shrink:0;margin-top:1px;border-radius:7px;
  border:1.5px solid var(--line-strong);background:var(--surface-2);
  display:grid;place-items:center;transition:background .2s,border-color .2s,transform .15s;
}
.co-check input:checked + .co-check-ui{
  background:var(--accent);border-color:var(--accent);
  box-shadow:0 0 0 3px rgba(225,29,46,.15);
}
.co-check input:checked + .co-check-ui::after{
  content:"";width:11px;height:7px;border-left:2px solid #fff;border-bottom:2px solid #fff;
  transform:rotate(-45deg) translateY(-1px);display:block;
}
.co-check-text{font-size:.88rem;color:var(--muted);line-height:1.55}
.co-check-text a{color:var(--accent-2);text-decoration:underline;text-underline-offset:2px;font-weight:600}
.co-check-text a:hover{color:var(--text)}
.co-phone-wrap .form-field{margin:0}
.co-phone-wrap .form-field label{
  display:block;font-size:.82rem;color:var(--muted);font-weight:600;margin-bottom:6px;
}
.co-phone-wrap .form-field label .req{color:var(--accent);font-style:normal}
.co-card .phone-input{width:100%}
.co-card .phone-number{
  flex:1;width:100%;background:var(--surface-2);border:1px solid var(--line-strong);
  border-left:0;border-radius:0 11px 11px 0;padding:12px 14px;color:var(--text);
  font-size:.94rem;font-family:inherit;min-height:48px;
}
.co-card .phone-number:focus{outline:none;border-color:rgba(225,29,46,.5);box-shadow:none}
.co-card .phone-cc-btn{
  background:var(--surface-2);border-color:var(--line-strong);min-height:48px;
}
.co-card .phone-cc-panel{background:var(--surface);border-color:var(--line-strong)}
.co-card .phone-cc-search{background:var(--surface-2)}
.co-card .err{display:block;margin-top:6px;color:var(--accent-2);font-size:.8rem}
.co-account{display:flex;align-items:center;gap:14px;flex-wrap:wrap}
.co-account-badge{
  margin-left:auto;display:inline-flex;align-items:center;gap:6px;
  font-size:.75rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;
  color:#7ee0aa;background:rgba(40,199,111,.12);border:1px solid rgba(40,199,111,.28);
  padding:7px 11px;border-radius:999px;
}
.co-account-badge svg{display:block;stroke:currentColor;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
[data-co-register][hidden],[data-co-login][hidden]{display:none!important}
.co-avatar{width:46px;height:46px;border-radius:50%;background:var(--grad);color:#fff;font-weight:800;font-size:1.15rem;display:flex;align-items:center;justify-content:center}
.co-account b{display:block;color:var(--text)}
.co-account span{font-size:.86rem}
.co-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}
.co-field{display:flex;flex-direction:column;gap:6px}
.co-field.co-span{grid-column:1 / -1}
.co-field label{font-size:.82rem;color:var(--muted);font-weight:600}
.co-field label em{color:#e11d2e;font-style:normal}
.co-field label.co-check{font-size:inherit;font-weight:inherit;color:inherit;margin:0}
.co-field input:not([type="checkbox"]):not([type="radio"]),.co-field textarea{width:100%;background:var(--surface-2);border:1px solid var(--line-strong);border-radius:11px;padding:12px 14px;color:var(--text);font-size:.94rem;font-family:inherit;resize:vertical}
.co-field input:not([type="checkbox"]):not([type="radio"]):focus,.co-field textarea:focus{outline:none;border-color:rgba(225,29,46,.5)}
.co-field .co-pass-wrap input{width:100%}
.pay-methods{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:12px}
.pay-opt{cursor:pointer}
.pay-opt input{position:absolute;opacity:0}
.pay-box{display:block;border:1.5px solid var(--line-strong);border-radius:12px;padding:15px 16px;transition:.18s}
.pay-box b{display:block;color:var(--text);font-size:.95rem;margin-bottom:3px}
.pay-box small{color:var(--muted);font-size:.8rem}
.pay-opt:hover .pay-box{border-color:var(--line)}
.pay-opt input:checked + .pay-box{border-color:#e11d2e;background:rgba(225,29,46,.06);box-shadow:0 0 0 1px rgba(225,29,46,.4) inset}
.checkout-side{position:sticky;top:96px}
.co-summary{background:var(--surface);border:1px solid var(--line-strong);border-radius:16px;padding:22px}
.co-summary h3{font-size:1rem;margin:0 0 14px}
.co-items{list-style:none;padding:0;margin:0 0 14px;display:flex;flex-direction:column;gap:12px}
.co-items li{display:flex;justify-content:space-between;gap:10px;font-size:.88rem;color:var(--text)}
.co-items li small{font-size:.76rem}
.co-total{display:flex;align-items:center;justify-content:space-between;padding:14px 0;border-top:1px solid var(--line);margin-bottom:16px}
.co-total span{color:var(--muted);font-size:.9rem}
.co-total b{font-size:1.5rem;font-weight:800;color:var(--text);display:block;text-align:right}
.co-total small{display:block;text-align:right;font-size:.78rem}
.co-secure{display:flex;align-items:center;justify-content:center;gap:7px;margin:14px 0 0;color:var(--muted);font-size:.8rem}
.co-secure svg{color:#28c76f}
.paytr-expiry{display:grid;grid-template-columns:1fr 1fr;gap:8px}
.paytr-expiry select{width:100%;background:var(--surface-2,#111);border:1px solid var(--line-strong);border-radius:10px;padding:11px 12px;color:var(--text);font:inherit}
.paytr-iframe-wrap{min-height:420px;border:1px solid var(--line);border-radius:12px;overflow:hidden;background:#fff}
.paytr-iframe-wrap iframe{width:100%;min-height:420px;border:0;display:block}
.paytr-spinner{width:48px;height:48px;margin:0 auto;border:3px solid var(--line);border-top-color:#e11d2e;border-radius:50%;animation:paytrspin .8s linear infinite}
@keyframes paytrspin{to{transform:rotate(360deg)}}
@media(max-width:900px){.checkout-layout{grid-template-columns:1fr}.checkout-side{position:static}.co-grid{grid-template-columns:1fr}}

.checkout-page{padding-top:2rem}
.co-page-head{margin:0 0 22px}
.co-page-head h1{margin:0 0 6px;font-size:clamp(1.4rem,3vw,1.9rem)}
.checkout-steps li{cursor:pointer;min-height:44px}
.checkout-steps li.done span{
  background:#1f6b45;border-color:#2d8a5a;color:#fff;
}
.checkout-steps li.done span::after{content:"✓";font-size:.7rem}
.checkout-steps li.done span{font-size:0}
.checkout-steps li em{font-style:normal}
.co-step[hidden]{display:none!important}
.co-step.is-on.co-step-in{animation:coIn 220ms ease}
@keyframes coIn{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}
.co-field select{
  width:100%;background:var(--surface-2);border:1px solid var(--line-strong);
  border-radius:11px;padding:12px 36px 12px 14px;color:var(--text);font-size:.94rem;
  font-family:inherit;color-scheme:dark;appearance:none;
  background-image:linear-gradient(45deg,transparent 50%,#8b909a 50%),linear-gradient(135deg,#8b909a 50%,transparent 50%);
  background-position:calc(100% - 16px) 18px,calc(100% - 11px) 18px;
  background-size:5px 5px,5px 5px;background-repeat:no-repeat;
}
.co-field select:focus,.co-field input:focus,.co-field textarea:focus{
  outline:none;border-color:rgba(225,29,46,.55);box-shadow:0 0 0 3px rgba(225,29,46,.12);
}
.co-type-switch{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin:0 0 18px}
.co-type{
  display:flex;align-items:center;justify-content:center;min-height:44px;padding:10px;
  border:1px solid var(--line-strong);border-radius:12px;background:var(--surface-2);cursor:pointer;
}
.co-type input{position:absolute;opacity:0}
.co-type.on{border-color:rgba(225,29,46,.45);background:rgba(225,29,46,.1)}
.pay-box{position:relative;min-height:72px}
.pay-tick{display:none;position:absolute;top:10px;right:10px;color:#e11d2e}
.pay-opt input:checked + .pay-box .pay-tick{display:grid}
.co-pay-points{margin:8px 0 0;padding-left:18px;color:var(--muted);font-size:.85rem}
.co-nav{display:flex;gap:10px;margin-top:16px;flex-wrap:wrap}
.co-nav .btn,.co-sticky .btn{min-height:44px}
.co-step-err{color:#ff8a8a;font-size:.88rem;margin:8px 0 0}
.co-edit-link{
  background:none;border:0;color:#ef3346;font:inherit;font-weight:600;cursor:pointer;padding:0;
  text-decoration:underline;text-underline-offset:2px;
}
.co-review{display:flex;flex-direction:column;gap:16px}
.co-review-h{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}
.co-review-h h3{margin:0;font-size:.95rem}
.co-review-box{padding:12px 14px;border:1px solid var(--line);border-radius:10px;background:rgba(255,255,255,.02);font-size:.9rem}
.co-review-items{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:12px}
.co-review-items li,.co-item-rich{display:grid;grid-template-columns:56px 1fr auto;gap:10px;align-items:center}
.co-review-items img,.co-item-rich img{width:56px;height:42px;object-fit:cover;border-radius:8px;border:1px solid var(--line);background:#111}
.co-check-legal{margin-top:18px}
.co-coupon{display:flex;gap:8px;margin:12px 0}
.co-coupon input{flex:1;background:var(--surface-2);border:1px solid var(--line-strong);border-radius:11px;padding:11px 12px;color:var(--text);color-scheme:dark}
.co-coupon-msg{min-height:1.2em;font-size:.82rem;margin:0 0 10px}
.co-coupon-msg.ok{color:#7ee0aa}
.co-coupon-msg.err{color:#ff8a8a}
.co-totals p{display:flex;justify-content:space-between;margin:6px 0;font-size:.9rem}
.co-totals .co-grand{border-top:1px solid var(--line);padding-top:10px;margin-top:10px}
.co-try-note{font-size:.75rem;margin:4px 0 14px}
.co-trust{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:8px;color:var(--muted);font-size:.8rem}
.co-trust li{display:flex;align-items:center;gap:8px}
.co-pass-meter{margin-top:6px}
.co-pass-bar{display:block;height:4px;width:0;border-radius:4px;background:#e11d2e;transition:width .2s}
.co-sum-toggle{
  width:100%;display:flex;justify-content:space-between;align-items:center;min-height:48px;
  background:var(--surface);border:1px solid var(--line);border-radius:12px;color:inherit;padding:0 14px;margin-bottom:10px;
}
.co-sticky{
  position:sticky;bottom:0;z-index:20;display:flex;justify-content:space-between;align-items:center;gap:12px;
  padding:10px 14px calc(10px + env(safe-area-inset-bottom));background:rgba(10,10,10,.94);
  border-top:1px solid var(--line);backdrop-filter:blur(10px);
}
.is-loading{opacity:.7;pointer-events:none}
body.is-app .checkout-page .page-hero{display:none}
@media (prefers-reduced-motion:reduce){
  .co-step.is-on.co-step-in{animation:none}
}
@media (max-width:900px){
  .checkout-steps{overflow-x:auto;flex-wrap:nowrap}
  .checkout-steps em{max-width:7.5ch;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
  .co-sticky{margin:0 -16px}
  .checkout-page{overflow-x:hidden}
}

/* ---- Müşteri hesabı / panel ---- */
.auth-wrap{max-width:460px;margin:0 auto}
.auth-card{background:var(--surface);border:1px solid var(--line-strong);border-radius:18px;padding:34px}
.auth-card h1{font-size:1.5rem;margin-bottom:6px}
.auth-card .auth-sub{color:var(--muted);font-size:.92rem;margin-bottom:24px}
.auth-alt{text-align:center;margin-top:20px;color:var(--muted);font-size:.9rem}
.auth-alt a{color:#e11d2e;font-weight:600}
.auth-forgot{text-align:right;margin:-4px 0 14px;font-size:.86rem}
.auth-forgot a{color:#e11d2e;font-weight:600}
.account-layout{display:grid;grid-template-columns:230px 1fr;gap:30px;align-items:start}
.account-nav{position:sticky;top:96px;display:flex;flex-direction:column;gap:4px;background:var(--surface);border:1px solid var(--line);border-radius:14px;padding:12px}
.account-nav a{display:flex;align-items:center;gap:10px;padding:11px 14px;border-radius:10px;color:var(--muted);font-size:.92rem;font-weight:500;transition:.18s}
.account-nav a:hover{color:var(--text);background:rgba(255,255,255,.04)}
.account-nav a.on{color:#fff;background:rgba(225,29,46,.14)}
.account-nav a svg{flex-shrink:0}
.account-main{min-width:0}
.data-table{width:100%;border-collapse:collapse;background:var(--surface);border:1px solid var(--line);border-radius:14px;overflow:hidden}
.data-table th,.data-table td{padding:14px 16px;text-align:left;font-size:.9rem;border-bottom:1px solid var(--line)}
.data-table th{color:var(--muted);font-weight:600;font-size:.78rem;text-transform:uppercase;letter-spacing:.04em;background:rgba(255,255,255,.02)}
.data-table tr:last-child td{border-bottom:0}
.data-table td b{color:var(--text)}
.badge{display:inline-block;padding:4px 11px;border-radius:100px;font-size:.75rem;font-weight:600}
.badge-pending{background:rgba(255,159,67,.16);color:#ff9f43}
.badge-approved{background:rgba(0,123,255,.16);color:#4d94ff}
.badge-completed{background:rgba(40,199,111,.16);color:#28c76f}
.badge-cancelled{background:rgba(234,84,85,.16);color:#ea5455}
.empty-state{text-align:center;padding:56px 20px;background:var(--surface);border:1px dashed var(--line-strong);border-radius:16px}
.empty-state p{color:var(--muted);margin-bottom:18px}

@media(max-width:900px){
  .store-layout,.product-layout,.account-layout{grid-template-columns:1fr}
  /* Mobil sıra: kapak → satın alma kartı → açıklama */
  .product-layout{grid-template-areas:"media" "side" "detail"}
  .store-side,.product-side,.account-nav{position:static}
  .account-nav{flex-direction:row;flex-wrap:wrap}
}

/* ---- Frontend flash + formlar ---- */
.flash-msg{padding:13px 18px;border-radius:11px;font-size:.92rem;margin-bottom:16px;border:1px solid transparent}
.flash-success{background:rgba(40,199,111,.12);border-color:rgba(40,199,111,.3);color:#28c76f}
.flash-error{background:rgba(234,84,85,.12);border-color:rgba(234,84,85,.3);color:#ea5455}
.auth-card .form-field,.account-main .form-field{margin-bottom:16px}
.auth-card label,.account-main .form-field label{display:block;font-size:.86rem;color:var(--muted);margin-bottom:7px;font-weight:500}
.auth-card input:not([type=checkbox]):not([type=radio]):not([type=file]):not([type=hidden]):not([type=submit]),
.auth-card select,.auth-card textarea,
.account-main input:not([type=checkbox]):not([type=radio]):not([type=file]):not([type=hidden]):not([type=submit]),
.account-main select,.account-main textarea{width:100%;background:var(--surface-2);border:1px solid var(--line-strong);border-radius:11px;padding:13px 15px;color:var(--text);font-size:.94rem;outline:none;transition:border-color .2s;font-family:inherit;color-scheme:dark}
.auth-card textarea,.account-main textarea{resize:vertical;min-height:74px;line-height:1.5}
.auth-card input:focus,.auth-card select:focus,.auth-card textarea:focus,.account-main input:focus,.account-main textarea:focus{border-color:#e11d2e}
.auth-card select option,.account-main select option,.co-field select option{background:#18181c;color:#f2f3f5}
.auth-card .req,.account-main .req{color:#e11d2e}
/* Kayıt formu 2 sütunlu düzen */
.auth-wrap.wide{max-width:660px}
.auth-grid{display:grid;grid-template-columns:1fr 1fr;gap:0 18px}
.auth-grid .span-2{grid-column:1/-1}
@media (max-width:560px){.auth-grid{grid-template-columns:1fr}}
.auth-card .err,.account-main .err{display:block;color:#ea5455;font-size:.8rem;margin-top:6px}
.auth-check{position:relative;display:flex;align-items:flex-start;gap:12px;font-size:.86rem;color:var(--muted);line-height:1.5;margin-bottom:18px;cursor:pointer;user-select:none}
.auth-check input{position:absolute;opacity:0;width:1px;height:1px;pointer-events:none}
.auth-check::before{
  content:"";width:20px;height:20px;flex-shrink:0;margin-top:1px;border-radius:6px;
  border:1.5px solid var(--line-strong);background:var(--surface-2);
  background-repeat:no-repeat;background-position:center;background-size:12px 12px;
  transition:background .15s,border-color .15s,box-shadow .15s;
}
.auth-check:has(input:checked)::before{
  background-color:#e11d2e;border-color:#e11d2e;box-shadow:0 0 0 3px rgba(225,29,46,.16);
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23fff' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 8.2 6.4 11.5 13 4.5'/%3E%3C/svg%3E");
}
.auth-check:has(input:focus-visible)::before{box-shadow:0 0 0 3px rgba(225,29,46,.22)}
.auth-check a{color:#e11d2e}
.account-head{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:24px;flex-wrap:wrap}
.account-head h1{font-size:1.5rem}
.stat-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:16px;margin-bottom:28px}
.stat-card{background:var(--surface);border:1px solid var(--line);border-radius:14px;padding:20px}
.stat-card .n{font-size:1.9rem;font-weight:800;color:var(--text)}
.stat-card .l{color:var(--muted);font-size:.85rem;margin-top:4px}
.dl-link{display:inline-flex;align-items:center;gap:7px;color:#e11d2e;font-weight:600;font-size:.88rem}
.lic-key{font-family:monospace;background:var(--surface-2);padding:3px 8px;border-radius:6px;font-size:.82rem;color:var(--text)}

/* ===================== Mobil güçlendirme (mağaza / ürün / sipariş / hesap) ===================== */
@media(max-width:768px){
  .page-title{font-size:clamp(1.65rem,7vw,2.1rem);line-height:1.2}
  .page-lead{font-size:.96rem;margin-top:14px;padding:0 4px}

  /* Mağaza */
  .store-toolbar{flex-direction:column;align-items:stretch;gap:12px}
  .store-sort{width:100%;justify-content:space-between}
  .store-sort select{flex:1}
  .product-grid{grid-template-columns:1fr;gap:16px}
  .product-preview-btn{opacity:1;transform:none}

  /* Ürün detay */
  .product-section{padding-top:28px}
  .product-layout{gap:18px}
  .product-hero{padding:124px 0 26px}
  .product-hero .page-title{font-size:1.22rem;line-height:1.4;padding:0 4px}
  .product-hero .page-lead{
    font-size:.88rem;margin-top:10px;line-height:1.6;
    display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;
  }
  .product-hero .breadcrumb{margin-bottom:12px}
  .product-hero .breadcrumb strong{max-width:150px}
  .product-panel{margin-top:18px;border-radius:14px}
  .panel-head{padding:13px 16px}
  .panel-head h2{font-size:1.05rem}
  .product-desc{padding:16px}
  .product-desc table{display:block;width:100%!important;overflow-x:auto;-webkit-overflow-scrolling:touch}
  .product-tags{padding:14px 16px 16px}
  .product-tags h3{font-size:1rem}
  .buy-box{padding:18px}
  .buy-price-main{font-size:1.8rem}
  .tp-notice{margin-top:14px}
  .product-cover-preview{opacity:1}
  .product-related{margin-top:40px}

  /* Sipariş / checkout */
  .checkout-steps{gap:6px}
  .checkout-steps li{padding:7px 11px;font-size:.76rem}
  .checkout-steps li span{width:19px;height:19px;font-size:.7rem}
  .co-card-head{padding:14px 16px}
  .co-card-head h2{font-size:1rem}
  .co-card-body{padding:16px}
  .pay-methods{grid-template-columns:1fr}
  .co-summary{padding:18px}
  .co-total b{font-size:1.35rem}

  /* Hesap tabloları: yatay kaydırma */
  .account-main{overflow-x:auto;-webkit-overflow-scrolling:touch}
  .account-main .data-table{min-width:460px}

  /* Genel: butonlar dokunmatik dostu */
  .btn-lg{padding:14px 22px;font-size:.98rem}
}

@media(max-width:480px){
  .container{padding:0 16px}
  .page-title{font-size:1.5rem}
  .product-gallery{grid-template-columns:repeat(3,1fr);gap:8px}
  .buy-price-main{font-size:1.8rem}
  .co-avatar{width:40px;height:40px;font-size:1rem}
  .data-table th,.data-table td{padding:10px}
  .pchip{font-size:.75rem;padding:5px 10px}
  .checkout-steps{overflow-x:auto;flex-wrap:nowrap;-webkit-overflow-scrolling:touch;padding-bottom:4px}
  .checkout-steps li{flex:0 0 auto}
}

/* ===================== KYC / Kimlik Doğrulama ===================== */
.nav-account a .nav-dot,.account-nav a .nav-dot{display:inline-block;width:8px;height:8px;border-radius:50%;background:#e11d2e;margin-left:4px;vertical-align:middle;animation:kycpulse 1.4s infinite}
.account-nav a .nav-ok{color:#16a34a;font-weight:700;margin-left:4px}
@keyframes kycpulse{0%,100%{opacity:1}50%{opacity:.35}}
.kyc-banner{display:flex;align-items:center;gap:16px;background:linear-gradient(90deg,#fff5f5,#fff);border:1px solid #f6c9cd;border-left:4px solid #e11d2e;border-radius:12px;padding:16px 18px;margin-bottom:22px}
.kyc-banner .ic{color:#e11d2e;flex:none}
.kyc-banner .tx{flex:1;font-size:.9rem;line-height:1.45}
.kyc-banner .tx strong{display:block;color:#b91120;margin-bottom:2px}
.kyc-banner .btn{flex:none}
.kyc-status{display:flex;gap:18px;align-items:flex-start;padding:22px;border-radius:14px;margin-bottom:22px}
.kyc-status.ok{background:#f0fdf4;border:1px solid #bbf7d0}
.kyc-status.ok .ic{color:#16a34a}
.kyc-status.warn{background:#fff7ed;border:1px solid #fed7aa}
.kyc-status.warn .ic{color:#ea580c}
.kyc-status h3{margin:0 0 6px;font-size:1.1rem}
.kyc-status p{margin:0 0 8px;color:#475569;font-size:.92rem;line-height:1.5}
.kyc-form{max-width:640px}
.kyc-intro{color:#475569;font-size:.92rem;margin:0 0 18px}
.kyc-uploads{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-top:6px}
.kyc-up label{display:block;font-weight:600;font-size:.86rem;margin-bottom:6px}
.kyc-up .req,.kyc-form .req{color:#e11d2e}
.kyc-up input[type=file]{width:100%;font-size:.82rem;border:1px dashed rgba(255,255,255,.14);border-radius:12px;padding:14px;background:#141416;cursor:pointer;color:var(--muted)}
.kyc-prev{margin-top:10px;min-height:0}
.kyc-prev img{max-width:100%;max-height:170px;border-radius:8px;border:1px solid #e2e8f0}
.sig-preview{display:flex;align-items:center;gap:10px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;padding:10px 14px;margin:4px 0 16px}
.sig-preview .lbl{font-size:.8rem;color:#64748b}
.sig-preview .esign{font-family:"Segoe Script","Comic Sans MS",cursive;font-size:1.4rem;color:#0b3d91}
.kyc-consent{position:relative;display:flex;gap:12px;align-items:flex-start;font-size:.86rem;color:var(--muted);line-height:1.45;margin-bottom:18px;cursor:pointer;user-select:none}
.kyc-consent input{position:absolute;opacity:0;width:1px;height:1px;pointer-events:none}
.kyc-consent::before{
  content:"";width:20px;height:20px;flex-shrink:0;margin-top:1px;border-radius:6px;
  border:1.5px solid var(--line-strong);background:var(--surface-2);
  background-repeat:no-repeat;background-position:center;background-size:12px 12px;
}
.kyc-consent:has(input:checked)::before{
  background-color:#e11d2e;border-color:#e11d2e;box-shadow:0 0 0 3px rgba(225,29,46,.16);
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23fff' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 8.2 6.4 11.5 13 4.5'/%3E%3C/svg%3E");
}
.sig-draw-field .sig-pad-wrap{position:relative;width:100%;max-width:600px}
.sig-pad{width:100%;height:200px;border:2px dashed #cbd5e1;border-radius:12px;background:#fff;touch-action:none;cursor:crosshair;display:block}
.sig-pad-hint{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);color:#94a3b8;font-size:.9rem;pointer-events:none;user-select:none}
.sig-clear{margin-top:10px}
@media (max-width:600px){.sig-pad{height:170px}}
.kyc-bank{margin-top:20px;padding:16px;border:1px solid #fde68a;background:#fffbeb;border-radius:12px}
.kyc-bank h3{margin:0 0 4px;font-size:1rem;color:#92400e}
.kyc-pdf{display:inline-block;margin-top:6px;padding:6px 10px;background:#eef2f7;border:1px solid #d5dbe3;border-radius:8px;font-size:.82rem;color:#334}
.kyc-legal{font-size:.8rem;color:#94a3b8;margin-top:16px;max-width:640px;line-height:1.5}
.btn.btn-lg{padding:14px 26px;font-size:1rem}
@media(max-width:600px){.kyc-uploads{grid-template-columns:1fr}.kyc-banner{flex-direction:column;align-items:flex-start}.kyc-status{flex-direction:column}}

/* ===================== Mobil logo / navbar taşma düzeltmesi ===================== */
@media(max-width:768px){
  .nav-inner{gap:12px}
  .nav-inner .brand{min-width:0;flex:0 1 auto;overflow:hidden}
  .nav-inner .brand img.brand-logo{height:34px;max-width:170px;width:auto;object-fit:contain}
  .nav-inner .brand-text{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
  .nav-actions{gap:10px;flex:0 0 auto}
  .nav-actions .lang-switch{display:none}
}
@media(max-width:480px){
  .nav-inner .brand img.brand-logo{height:30px;max-width:128px}
  .nav-actions{gap:8px}
  .nav-actions .btn-sm{padding:8px 12px;font-size:.76rem}
}
@media(max-width:400px){
  .top-bar .fx{display:none}
}
@media(max-width:360px){
  .nav-actions .btn-primary.btn-sm{display:none}
}

/* ===================== Destek Talepleri (frontend) ===================== */
.tk-head{display:flex;justify-content:space-between;align-items:flex-start;gap:14px;flex-wrap:wrap;margin-bottom:20px}
.tk-head h1{margin:0 0 4px;font-size:1.5rem}
.tk-badge{display:inline-block;font-size:.74rem;font-weight:700;padding:5px 11px;border-radius:20px;letter-spacing:.02em}
.tk-open{background:rgba(254,243,199,.15);color:#fbbf24;border:1px solid rgba(251,191,36,.25)}
.tk-answered{background:rgba(220,252,231,.12);color:#4ade80;border:1px solid rgba(74,222,128,.25)}
.tk-customer_reply{background:rgba(254,226,226,.12);color:#f87171;border:1px solid rgba(248,113,113,.25)}
.tk-closed{background:rgba(229,231,235,.1);color:#9ca3af;border:1px solid var(--line)}
.tk-pr{display:inline-block;font-size:.72rem;font-weight:600;padding:2px 9px;border-radius:6px}
.tk-pr-low{background:rgba(224,242,254,.12);color:#38bdf8}
.tk-pr-medium{background:rgba(254,249,195,.12);color:#facc15}
.tk-pr-high{background:rgba(254,226,226,.15);color:#f87171}
.tk-thread{display:flex;flex-direction:column;gap:14px;margin-bottom:26px}
.tk-msg{border:1px solid var(--line);border-radius:12px;padding:16px 18px;background:var(--surface-2)}
.tk-msg.staff{border-left:3px solid #16a34a;background:rgba(40,200,120,.08)}
.tk-msg.mine{border-left:3px solid var(--accent,#e11d2e);background:rgba(225,29,46,.06)}
.tk-msg-head{display:flex;justify-content:space-between;gap:10px;font-size:.85rem;margin-bottom:8px;flex-wrap:wrap}
.tk-msg-head strong{color:var(--text)}
.tk-msg-body{font-size:.94rem;line-height:1.6;color:var(--text);word-break:break-word}
.tk-reply h3{margin:0 0 14px;font-size:1.05rem}
.tk-reply textarea{width:100%}
.tk-closed-note{background:var(--surface-2);border:1px solid var(--line);border-radius:10px;padding:16px;color:var(--muted);text-align:center}

/* Müşteri destek merkezi */
.ctk-wrap{background:var(--surface);border:1px solid var(--line);border-radius:16px;overflow:hidden}
.ctk-head{display:flex;justify-content:space-between;align-items:flex-start;gap:16px;padding:22px 24px;border-bottom:1px solid var(--line);background:linear-gradient(180deg,rgba(225,29,46,.05),transparent);flex-wrap:wrap}
.ctk-id{display:block;font-size:.72rem;font-weight:700;letter-spacing:.08em;color:var(--accent);text-transform:uppercase;margin-bottom:6px}
.ctk-head h1{margin:0 0 10px;font-size:1.35rem;line-height:1.3}
.ctk-chips{display:flex;flex-wrap:wrap;gap:8px;align-items:center}
.ctk-chip{font-size:.72rem;font-weight:600;padding:4px 10px;border-radius:20px;background:var(--surface-2);border:1px solid var(--line);color:var(--muted)}
.ctk-head .btn svg{transform:rotate(180deg)}
.ctk-chat{display:flex;flex-direction:column;gap:14px;padding:22px 24px;max-height:56vh;min-height:240px;overflow-y:auto;background:var(--bg)}
.ctk-bubble{max-width:90%;display:flex;flex-direction:column;gap:8px}
.ctk-bubble.is-mine{align-self:flex-end}
.ctk-bubble.is-staff{align-self:flex-start}
.ctk-bubble-top{display:flex;align-items:center;gap:10px}
.ctk-bubble.is-mine .ctk-bubble-top{flex-direction:row-reverse}
.ctk-avatar{width:36px;height:36px;border-radius:11px;display:grid;place-items:center;font-size:.8rem;font-weight:800;flex-shrink:0}
.ctk-avatar.mine{background:rgba(225,29,46,.2);color:#ff8a93;border:1px solid rgba(225,29,46,.35)}
.ctk-avatar.staff{background:rgba(40,200,120,.15);color:#4ade80;border:1px solid rgba(40,200,120,.35)}
.ctk-bubble-info strong{display:block;font-size:.88rem;color:var(--text)}
.ctk-bubble-info time{font-size:.76rem;color:var(--muted)}
.ctk-bubble.is-mine .ctk-bubble-info{text-align:right}
.ctk-bubble-body{padding:14px 16px;border-radius:14px;font-size:.94rem;line-height:1.65;color:var(--text);word-break:break-word}
.ctk-bubble.is-mine .ctk-bubble-body{background:rgba(225,29,46,.12);border:1px solid rgba(225,29,46,.28);border-bottom-right-radius:4px}
.ctk-bubble.is-staff .ctk-bubble-body{background:var(--surface-2);border:1px solid var(--line);border-bottom-left-radius:4px}
.ctk-closed{margin:0 24px 24px;padding:18px 20px;border-radius:12px;background:var(--surface-2);border:1px solid var(--line);text-align:center}
.ctk-closed strong{display:block;color:var(--text);margin-bottom:6px}
.ctk-closed p{margin:0 0 14px;color:var(--muted);font-size:.9rem}
.ctk-reply{margin:0;border:0;border-top:1px solid var(--line);border-radius:0;box-shadow:none}
.ctk-unread-hint{margin:6px 0 0;font-size:.88rem;color:#fbbf24}
.ctk-list{display:flex;flex-direction:column;gap:10px}
.ctk-list-item{display:flex;justify-content:space-between;align-items:center;gap:16px;padding:16px 18px;background:var(--surface);border:1px solid var(--line);border-radius:12px;transition:.15s;color:inherit}
.ctk-list-item:hover{border-color:var(--line-strong);background:var(--surface-2)}
.ctk-list-item.has-unread{border-color:rgba(225,29,46,.35);background:rgba(225,29,46,.04)}
.ctk-list-top{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin-bottom:4px}
.ctk-list-top strong{font-size:.98rem}
.ctk-pill-new{font-size:.68rem;font-weight:700;padding:3px 8px;border-radius:20px;background:var(--accent);color:#fff}
.ctk-list-end{display:flex;flex-direction:column;align-items:flex-end;gap:6px;text-align:right}
.ctk-list-end time{font-size:.78rem;color:var(--muted)}
.account-nav a .nav-badge{margin-left:auto;min-width:20px;height:20px;padding:0 6px;border-radius:10px;background:var(--accent);color:#fff;font-size:.72rem;font-weight:800;display:grid;place-items:center;line-height:1}

/* ---- Müşteri Faturalar ---- */
.inv-lead{margin:6px 0 0;color:var(--muted);font-size:.92rem;max-width:52ch}
.inv-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-bottom:22px}
.inv-stat{background:var(--surface);border:1px solid var(--line);border-radius:14px;padding:18px 20px;display:flex;flex-direction:column;gap:6px}
.inv-stat.is-alert{border-color:rgba(225,29,46,.35);background:rgba(225,29,46,.05)}
.inv-stat.is-alert .inv-stat-val{color:#ff8a93}
.inv-stat-label{font-size:.76rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--muted)}
.inv-stat-val{font-size:1.55rem;font-weight:800;line-height:1.1;color:var(--text)}
.inv-alert{display:flex;align-items:flex-start;gap:14px;padding:16px 18px;margin-bottom:22px;border-radius:12px;background:rgba(251,191,36,.08);border:1px solid rgba(251,191,36,.28);color:#fbbf24}
.inv-alert strong{display:block;color:#fde68a;margin-bottom:4px;font-size:.95rem}
.inv-alert p{margin:0;font-size:.88rem;color:var(--muted);line-height:1.5}
.inv-toolbar{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-bottom:18px;flex-wrap:wrap}
.inv-filters{display:flex;flex-wrap:wrap;gap:8px}
.inv-filter{padding:8px 14px;border-radius:20px;font-size:.82rem;font-weight:600;color:var(--muted);background:var(--surface);border:1px solid var(--line);transition:.15s}
.inv-filter:hover{color:var(--text);border-color:var(--line-strong)}
.inv-filter.on{background:rgba(225,29,46,.14);border-color:rgba(225,29,46,.35);color:#ff8a93}
.inv-table-wrap{background:var(--surface);border:1px solid var(--line);border-radius:16px;overflow:hidden}
.inv-table{width:100%;border-collapse:collapse;font-size:.9rem}
.inv-table th{padding:14px 16px;text-align:left;font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:var(--muted);background:rgba(255,255,255,.02);border-bottom:1px solid var(--line)}
.inv-table td{padding:16px;border-bottom:1px solid var(--line);vertical-align:middle}
.inv-table tr:last-child td{border-bottom:0}
.inv-table tr:hover td{background:rgba(255,255,255,.02)}
.inv-row-unpaid td{background:rgba(225,29,46,.03)}
.inv-row-unpaid td:first-child{box-shadow:inset 3px 0 0 var(--accent)}
.inv-num{font-weight:700;font-size:.92rem;color:var(--text)}
.inv-order-link{color:var(--muted);font-size:.86rem;font-weight:600}
.inv-order-link:hover{color:var(--accent)}
.inv-t-right{text-align:right}
.inv-t-actions{text-align:right;white-space:nowrap}
.inv-t-actions .btn svg{vertical-align:-2px;margin-right:4px}
.inv-badge{display:inline-block;padding:4px 10px;border-radius:20px;font-size:.72rem;font-weight:700;line-height:1.2}
.inv-st-unpaid{background:rgba(251,191,36,.14);color:#fbbf24}
.inv-st-paid{background:rgba(40,200,120,.14);color:#4ade80}
.inv-st-cancelled{background:rgba(140,160,210,.12);color:var(--muted)}
.inv-type-proforma{background:rgba(0,123,255,.14);color:#4d94ff}
.inv-type-invoice{background:rgba(176,15,29,.18);color:#ff8a93}
.inv-foot{margin-top:16px;font-size:.84rem}
@media(max-width:900px){.inv-stats{grid-template-columns:repeat(2,1fr)}}
@media(max-width:720px){
  .inv-table thead{display:none}
  .inv-table tr{display:block;padding:14px 16px;border-bottom:1px solid var(--line)}
  .inv-table tr:last-child{border-bottom:0}
  .inv-table td{display:flex;justify-content:space-between;align-items:center;gap:12px;padding:8px 0;border:0;text-align:right}
  .inv-table td::before{content:attr(data-label);font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:var(--muted);text-align:left}
  .inv-t-actions{justify-content:flex-end}
  .inv-t-actions::before{display:none}
}

@media(max-width:600px){.tk-head{flex-direction:column}.ctk-head{flex-direction:column}.ctk-list-item{flex-direction:column;align-items:flex-start}.ctk-list-end{align-items:flex-start;text-align:left}}

/* ---- Domain sorgulama / satış ---- */
.dom-shop-layout{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:28px;align-items:start}
.dom-shop-main{min-width:0}
.dom-tabs{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:16px}
.dom-tab{background:var(--surface);border:1px solid var(--line);color:var(--muted);padding:10px 16px;border-radius:999px;font:inherit;font-weight:600;font-size:.86rem;cursor:pointer;transition:border-color .2s,color .2s,background .2s,transform .2s}
.dom-tab:hover{color:var(--text);border-color:var(--line-strong)}
.dom-tab.on{background:rgba(225,29,46,.14);border-color:rgba(225,29,46,.4);color:#ff8a93}
.dom-tab-panel{animation:domFadeIn .35s var(--ease)}
.dom-search-card{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);padding:28px 26px;margin-bottom:22px}
.dom-search-hero{padding:32px 28px}
.dom-search-row{display:flex;gap:12px;flex-wrap:wrap}
.dom-search-row input[type=text]{flex:1;min-width:200px;background:var(--bg);border:1px solid var(--line-strong);border-radius:12px;padding:14px 16px;color:var(--text);font-size:1rem;font-family:var(--ff);transition:border-color .25s,box-shadow .25s,transform .25s}
.dom-search-lg input[type=text]{padding:18px 20px;font-size:1.12rem;border-radius:14px}
.dom-search-row input:focus{outline:0;border-color:var(--accent);box-shadow:0 0 0 4px var(--accent-soft);transform:translateY(-1px)}
.dom-btn-spin{display:none;width:18px;height:18px;border:2px solid rgba(255,255,255,.35);border-top-color:#fff;border-radius:50%;animation:domSpin .7s linear infinite;vertical-align:-3px}
.dom-btn-spin.is-on{display:inline-block}
.dom-btn-spin[hidden]{display:none!important}
#domainSearchBtn.is-loading .dom-btn-label{display:none}
#domainSearchBtn.is-loading .dom-btn-spin{display:inline-block}
.dom-tlds{display:flex;flex-wrap:wrap;gap:8px;margin-top:16px}
.dom-tld{
  position:relative;display:inline-flex;align-items:center;gap:8px;
  padding:8px 14px 8px 10px;border-radius:999px;cursor:pointer;user-select:none;
  background:var(--bg);border:1px solid var(--line);color:var(--muted);
  font-size:.84rem;font-weight:600;line-height:1;
  transition:border-color .2s,color .2s,background .2s,transform .2s,box-shadow .2s;
}
.dom-tld input{position:absolute;opacity:0;width:1px;height:1px;margin:0;pointer-events:none}
.dom-tld-ui{
  width:18px;height:18px;border-radius:6px;flex-shrink:0;
  border:1.5px solid var(--line-strong);background:rgba(255,255,255,.03);
  display:grid;place-items:center;transition:border-color .2s,background .2s,box-shadow .2s;
}
.dom-tld-ui::after{
  content:"";width:5px;height:9px;border:solid #fff;border-width:0 2px 2px 0;
  transform:rotate(45deg) scale(0);opacity:0;margin-top:-1px;
  transition:transform .15s ease,opacity .15s ease;
}
.dom-tld-text{letter-spacing:.01em}
.dom-tld:hover{border-color:rgba(225,29,46,.4);color:var(--text);transform:translateY(-1px)}
.dom-tld:hover .dom-tld-ui{border-color:rgba(225,29,46,.55)}
.dom-tld:has(input:checked),.dom-tld.is-checked{
  color:#ff8a93;border-color:rgba(225,29,46,.5);
  background:rgba(225,29,46,.12);box-shadow:0 0 0 1px rgba(225,29,46,.12);
}
.dom-tld:has(input:checked) .dom-tld-ui,.dom-tld.is-checked .dom-tld-ui{
  background:var(--grad,linear-gradient(135deg,#e11d2e,#ff414f));
  border-color:transparent;box-shadow:0 4px 12px -4px rgba(225,29,46,.55);
}
.dom-tld:has(input:checked) .dom-tld-ui::after,.dom-tld.is-checked .dom-tld-ui::after{transform:rotate(45deg) scale(1);opacity:1}
.dom-tld:has(input:focus-visible),.dom-tld:focus-within{outline:2px solid rgba(225,29,46,.45);outline-offset:2px}
.dom-popular,.dom-recent,.dom-bestsellers{display:flex;flex-wrap:wrap;align-items:center;gap:8px;margin-top:14px;font-size:.86rem}
.dom-chip{background:var(--bg);border:1px solid var(--line);color:var(--muted);padding:6px 12px;border-radius:999px;font:inherit;font-size:.8rem;font-weight:600;cursor:pointer;transition:border-color .2s,color .2s,transform .2s,background .2s}
.dom-chip:hover{border-color:rgba(225,29,46,.45);color:#ff8a93;transform:translateY(-1px)}
.dom-cart-hint{margin:18px 0 0}
.dom-status{padding:14px 4px;font-size:.92rem}
.dom-results{display:flex;flex-direction:column;gap:10px}
.dom-row{display:flex;justify-content:space-between;align-items:center;gap:16px;padding:16px 18px;background:var(--surface);border:1px solid var(--line);border-radius:12px;flex-wrap:wrap;transition:border-color .25s,transform .25s,box-shadow .25s}
.dom-row:hover{transform:translateY(-2px);box-shadow:0 10px 28px rgba(0,0,0,.22)}
.dom-row.is-avail{border-color:rgba(40,200,120,.35);background:linear-gradient(180deg,rgba(40,200,120,.06),transparent 70%),var(--surface)}
.dom-row.is-taken{border-color:rgba(225,29,46,.35);background:linear-gradient(180deg,rgba(225,29,46,.06),transparent 70%),var(--surface)}
.dom-card-anim{animation:domSlideUp .4s var(--ease) both}
.dom-row-main{display:flex;align-items:center;gap:12px;flex-wrap:wrap}
.dom-icon{width:28px;height:28px;display:inline-flex;align-items:center;justify-content:center;border-radius:50%;font-weight:800;font-size:.9rem}
.dom-row.is-avail .dom-icon{background:rgba(40,200,120,.16);color:#4ade80}
.dom-row.is-taken .dom-icon{background:rgba(225,29,46,.16);color:#ff8a93}
.dom-name{font-family:var(--fd);font-size:1.05rem}
.dom-badge{font-size:.72rem;font-weight:700;padding:4px 10px;border-radius:20px}
.dom-badge.ok{background:rgba(40,200,120,.14);color:#4ade80}
.dom-badge.no{background:rgba(225,29,46,.14);color:#ff8a93}
.dom-row-end{display:flex;align-items:center;gap:14px}
.dom-price{font-weight:700;font-size:1.05rem}
.dom-section-title{font-family:var(--fd);font-size:1.2rem;margin:28px 0 8px}
.dom-section-lead{margin:0 0 16px;font-size:.92rem}
.dom-suggest-wrap{margin-top:8px}
.dom-upsell{margin-top:28px;padding-top:8px;animation:domFadeIn .45s var(--ease)}
.dom-host-grid,.dom-ssl-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}
.dom-host-card,.dom-ssl-card{background:var(--surface);border:1px solid var(--line);border-radius:14px;padding:18px 16px;display:flex;flex-direction:column;gap:10px;transition:border-color .25s,transform .25s,box-shadow .25s}
.dom-host-card:hover,.dom-ssl-card:hover{transform:translateY(-3px) scale(1.01);border-color:var(--line-strong);box-shadow:0 12px 30px rgba(0,0,0,.25)}
.dom-host-card.is-on,.dom-ssl-card.is-on{border-color:rgba(225,29,46,.45);box-shadow:0 0 0 1px rgba(225,29,46,.25)}
.dom-host-card h4,.dom-ssl-card h4{margin:0;font-family:var(--fd);font-size:1.05rem}
.dom-host-feats{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:6px;font-size:.86rem;color:var(--muted)}
.dom-host-feats li{display:flex;justify-content:space-between;gap:10px}
.dom-host-feats span{color:var(--text);font-weight:600}
.dom-host-price{margin-top:auto}
.dom-host-price strong{font-size:1.25rem}
.dom-whois-card{background:var(--surface);border:1px solid var(--line);border-radius:14px;padding:18px 20px}
.dom-whois-row{display:flex;justify-content:space-between;align-items:center;gap:16px;flex-wrap:wrap}
.dom-whois-end{display:flex;align-items:center;gap:14px}
.dom-switch{position:relative;display:inline-block;width:48px;height:28px}
.dom-switch input{opacity:0;width:0;height:0}
.dom-switch-ui{position:absolute;inset:0;background:rgba(140,160,210,.2);border-radius:999px;cursor:pointer;transition:background .2s}
.dom-switch-ui::after{content:"";position:absolute;width:22px;height:22px;left:3px;top:3px;background:#fff;border-radius:50%;transition:transform .2s}
.dom-switch input:checked+.dom-switch-ui{background:rgba(225,29,46,.75)}
.dom-switch input:checked+.dom-switch-ui::after{transform:translateX(20px)}
.dom-transfer-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-top:14px}
.dom-field{display:flex;flex-direction:column;gap:6px;font-size:.82rem;color:var(--muted)}
.dom-field input{background:var(--bg);border:1px solid var(--line-strong);border-radius:12px;padding:12px 14px;color:var(--text);font:inherit;transition:border-color .25s,box-shadow .25s}
.dom-field input:focus{outline:0;border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-soft)}
.dom-cart-side{position:relative}
.dom-cart-sticky{position:sticky;top:88px;background:var(--surface);border:1px solid var(--line);border-radius:16px;padding:20px 18px;display:flex;flex-direction:column;gap:14px}
.dom-cart-sticky h3{margin:0;font-family:var(--fd);font-size:1.1rem;display:flex;align-items:center;justify-content:space-between;gap:10px}
.dom-cart-count{display:inline-flex;min-width:24px;height:24px;align-items:center;justify-content:center;padding:0 7px;border-radius:999px;background:rgba(225,29,46,.18);color:#ff8a93;font-size:.75rem;font-weight:800}
.dom-cart-body{display:flex;flex-direction:column;gap:8px;min-height:48px}
.dom-cart-line{display:grid;grid-template-columns:1fr auto auto;gap:8px;align-items:center;font-size:.86rem;padding:8px 0;border-bottom:1px solid var(--line)}
.dom-cart-line:last-child{border-bottom:0}
.dom-cart-x{background:transparent;border:0;color:var(--muted);font-size:1.1rem;cursor:pointer;line-height:1;padding:2px 6px;border-radius:6px}
.dom-cart-x:hover{color:#ff8a93;background:rgba(225,29,46,.12)}
.dom-cart-totals{display:flex;flex-direction:column;gap:6px;font-size:.88rem;padding-top:6px;border-top:1px solid var(--line)}
.dom-cart-totals>div{display:flex;justify-content:space-between;gap:10px;color:var(--muted)}
.dom-cart-grand{color:var(--text)!important;font-weight:700;font-size:1rem;margin-top:4px}
.dom-skeleton{display:none;flex-direction:column;gap:10px;margin:10px 0 18px}
.dom-skeleton.is-loading{display:flex}
.dom-skeleton[hidden]{display:none!important}
.dom-skel-row{height:64px;border-radius:12px;background:linear-gradient(90deg,rgba(255,255,255,.04),rgba(255,255,255,.09),rgba(255,255,255,.04));background-size:200% 100%;animation:domShimmer 1.2s ease-in-out infinite}
.dom-below{padding-top:12px}
.dom-price-wrap{margin-top:18px}
.dom-adv-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:20px}
.dom-adv-card{background:var(--surface);border:1px solid var(--line);border-radius:14px;padding:20px 18px;transition:transform .25s,border-color .25s}
.dom-adv-card:hover{transform:translateY(-3px);border-color:var(--line-strong)}
.dom-adv-check{display:inline-flex;width:28px;height:28px;align-items:center;justify-content:center;border-radius:50%;background:rgba(40,200,120,.14);color:#4ade80;font-weight:800;margin-bottom:10px}
.dom-adv-card h3{margin:0 0 6px;font-size:1.02rem;font-family:var(--fd)}
.dom-adv-card p{margin:0;font-size:.88rem}
.dom-checkout-item{display:flex;justify-content:space-between;align-items:center;gap:12px;padding:12px 0;border-bottom:1px solid var(--line);flex-wrap:wrap}
.dom-checkout-item:last-child{border-bottom:0}
.dom-checkout-actions{display:flex;align-items:center;gap:12px}
@keyframes domFadeIn{from{opacity:0}to{opacity:1}}
@keyframes domSlideUp{from{opacity:0;transform:translateY(12px)}to{opacity:1;transform:none}}
@keyframes domSpin{to{transform:rotate(360deg)}}
@keyframes domShimmer{0%{background-position:200% 0}100%{background-position:-200% 0}}
@media(max-width:980px){
  .dom-shop-layout{grid-template-columns:1fr}
  .dom-cart-sticky{position:static}
  .dom-host-grid,.dom-ssl-grid{grid-template-columns:1fr 1fr}
  .dom-adv-grid{grid-template-columns:1fr 1fr}
}
@media(max-width:720px){
  .dom-host-grid,.dom-ssl-grid,.dom-adv-grid,.dom-transfer-grid{grid-template-columns:1fr}
}
@media(max-width:560px){.dom-search-row{flex-direction:column}.dom-search-row .btn{width:100%}}
@media(prefers-reduced-motion:reduce){
  .dom-card-anim,.dom-tab-panel,.dom-upsell,.dom-skel-row{animation:none}
  .dom-row:hover,.dom-host-card:hover,.dom-ssl-card:hover,.dom-chip:hover{transform:none}
}

/* ---- Account domain management ---- */
.adom-actions{display:flex;flex-wrap:wrap;gap:8px;align-items:center}
.adom-table-wrap{margin-top:8px}
.adom-table tr.is-soon td{background:rgba(255,159,67,.06)}
.adom-pill{display:inline-block;font-size:.7rem;font-weight:700;padding:3px 8px;border-radius:999px;margin-left:6px;vertical-align:middle}
.adom-pill.ok{background:rgba(40,200,120,.14);color:#4ade80}
.adom-pill.warn{background:rgba(255,159,67,.16);color:#ffb56b}
.adom-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}
.adom-card{background:var(--surface);border:1px solid var(--line);border-radius:14px;padding:18px 20px}
.adom-card.span-2{grid-column:1/-1}
.adom-card h2{font-size:1.02rem;margin:0 0 12px}
.adom-dl{display:grid;grid-template-columns:140px 1fr;gap:8px 12px;margin:0;font-size:.9rem}
.adom-dl dt{color:var(--muted)}
.adom-dl dd{margin:0}
.adom-code{font-size:.85rem;word-break:break-all}
.adom-inline{display:inline-block}
.adom-form .form-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-bottom:14px}
.adom-form .form-group{display:flex;flex-direction:column;gap:6px}
.adom-form .form-group.span-2{grid-column:1/-1}
.adom-form label{font-size:.8rem;color:var(--muted)}
.adom-form input,.adom-form select{background:var(--bg);border:1px solid var(--line-strong);border-radius:10px;padding:10px 12px;color:var(--text);font:inherit}
.adom-child-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:6px}
.adom-error{color:#fb7185;margin:12px 0}
@media(max-width:800px){
  .adom-grid{grid-template-columns:1fr}
  .adom-card.span-2{grid-column:auto}
  .adom-form .form-grid{grid-template-columns:1fr}
  .adom-dl{grid-template-columns:1fr}
}

/* ---- Hosting packages ---- */
.host-pkg-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.host-pkg{background:var(--surface);border:1px solid var(--line);border-radius:16px;padding:24px 22px;display:flex;flex-direction:column;gap:10px}
.host-pkg--featured{border-color:var(--line-strong);box-shadow:none;transform:none}
.host-pkg h2{font-family:var(--fd);font-size:1.25rem;margin:0}
.host-pkg-price{margin-top:6px}
.host-pkg-price strong{font-size:1.6rem}
.host-pkg-feats{list-style:none;padding:0;margin:8px 0 16px;display:flex;flex-direction:column;gap:6px;font-size:.9rem;color:var(--muted)}
.host-pkg .btn{margin-top:auto}
@media(max-width:900px){.host-pkg-grid{grid-template-columns:1fr 1fr}}
@media(max-width:600px){.host-pkg-grid{grid-template-columns:1fr}}

/* ---- Home SaaS hero + ecosystem (Faz 2) ---- */
.hero--saas{padding:168px 0 72px}
.hero-saas-grid{grid-template-columns:1.05fr .95fr;gap:48px}
.hero--saas .hero-title{max-width:none;margin:18px 0 16px}
.hero--saas .ds-badge{margin-bottom:8px}
.hero-stage{position:relative;min-height:420px}
.stage-glow{position:absolute;inset:10% 8%;background:radial-gradient(circle,rgba(91,124,250,.22),transparent 70%);filter:blur(20px)}
.stage-card{position:relative;background:var(--surface);border:1px solid var(--line-strong);border-radius:18px;padding:16px 18px;box-shadow:var(--shadow-2)}
.stage-dash{width:min(100%,420px);margin-left:auto}
.stage-top{display:flex;align-items:center;gap:6px;color:var(--muted);font-size:.78rem;margin-bottom:12px}
.stage-top .dot{width:8px;height:8px;border-radius:50%}
.stage-top .r{background:#ff5f57}.stage-top .y{background:#febc2e}.stage-top .g{background:#28c840}
.stage-row{display:flex;justify-content:space-between;font-size:.9rem;margin-bottom:10px}
.stage-code{font-family:ui-monospace,Menlo,monospace;font-size:.82rem;line-height:1.6;background:#12151e;border-radius:12px;padding:12px;margin:10px 0;color:#d7dce8}
.stage-metrics{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}
.stage-metrics div{background:rgba(255,255,255,.03);border:1px solid var(--line);border-radius:10px;padding:8px}
.stage-metrics small{display:block;color:var(--muted);font-size:.72rem}
.stage-float{position:absolute;display:flex;align-items:center;gap:10px;min-width:190px}
.stage-float small{display:block;color:var(--muted);font-size:.75rem}
.stage-host{top:12px;left:0}
.stage-dom{bottom:72px;left:8px}
.stage-app{bottom:8px;right:8px}
.ok{color:#34d399}
@media(prefers-reduced-motion:no-preference){
  .stage-host{animation:stageFloat 7s ease-in-out infinite}
  .stage-dom{animation:stageFloat 8s ease-in-out infinite reverse}
  .stage-app{animation:stageFloat 6.5s ease-in-out infinite .4s}
}
@keyframes stageFloat{50%{transform:translateY(-8px)}}
.logo-trust{padding:28px 0 8px;border-bottom:1px solid var(--line)}
.logo-trust__label{text-align:center;color:var(--muted);font-size:.88rem;margin-bottom:18px}
.logo-trust__row{display:flex;flex-wrap:wrap;justify-content:center;gap:18px 28px;align-items:center}
.logo-trust__item{opacity:.7;filter:grayscale(1);transition:.25s;max-width:140px}
.logo-trust__item:hover{opacity:1;filter:none}
.logo-trust__item img{max-height:36px;width:auto;object-fit:contain}
.logo-trust__item span{font-size:.82rem;color:var(--muted)}
.bento-card{display:flex;flex-direction:column;gap:8px;min-height:160px;color:inherit}
.bento-card h3{font-family:var(--fd);font-size:1.15rem}
.bento-card p{color:var(--muted);font-size:.92rem}
.bento-preview{display:grid;grid-template-columns:1.4fr .8fr;gap:8px;height:92px;margin-bottom:8px}
.bento-preview span{background:linear-gradient(180deg,rgba(91,124,250,.18),rgba(255,255,255,.03));border:1px solid var(--line);border-radius:10px}
.eco-card{display:flex;flex-direction:column;gap:12px;min-height:150px}
.home-domain{max-width:640px;margin:40px auto 0;text-align:center}
.home-domain label{display:block;font-family:var(--fd);font-weight:700;margin-bottom:12px}
.home-domain__row{display:flex;gap:10px}
.home-domain input{flex:1;background:var(--surface-2);border:1px solid var(--line-strong);border-radius:12px;padding:14px 16px;color:var(--text);font:inherit}
@media(max-width:1024px){
  .hero-saas-grid{grid-template-columns:1fr}
  .hero-stage{min-height:360px}
}
@media(max-width:600px){
  .stage-float{position:static;margin-top:10px;width:100%}
  .hero-stage{min-height:0}
  .home-domain__row{flex-direction:column}
}

/* =====================================================================
   DESIGN SYSTEM v2 — Faz 0 (additive; mevcut sınıflar korunur)
   Kırmızı ana marka + indigo/cyan tech-accent · koyu premium tema
   ===================================================================== */
:root{
  --tech:var(--muted);
  --tech-2:var(--muted);
  --tech-3:var(--muted);
  --tech-soft:rgba(255,255,255,.05);
  --tech-line:var(--line-strong);
  --tech-grad:var(--accent);
  --tech-glow:none;
  --surface-3:var(--surface-2);
  --s-1:8px;--s-2:16px;--s-3:24px;--s-4:32px;--s-5:40px;--s-6:48px;--s-7:64px;--s-8:80px;--s-9:96px;
  --radius-lg:12px;--radius-xl:12px;
  --shadow-1:var(--shadow);
  --shadow-2:var(--shadow-soft);
}

/* ---- Type scale yardımcıları ---- */
.ds-h1{font-family:var(--fd);font-weight:600;line-height:1.15;letter-spacing:-.03em;font-size:clamp(1.75rem,3.6vw,2.75rem)}
.ds-h2{font-family:var(--fd);font-weight:600;line-height:1.2;letter-spacing:-.025em;font-size:clamp(1.5rem,2.4vw,1.875rem)}
.ds-lead{font-size:clamp(1.02rem,1.4vw,1.22rem);color:var(--muted);line-height:1.65}

/* ---- Tech accent yardımcıları ---- */
.text-tech{color:var(--tech)}
.tech-gradient-text{background:var(--tech-grad);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}
.eyebrow--tech .dot{background:var(--tech)}
.eyebrow--tech{border-color:var(--tech-line);color:#cdd6ff;background:var(--tech-soft)}

/* ---- Kart sistemi ---- */
.ds-card{
  position:relative;background:var(--surface);border:1px solid var(--line);
  border-radius:var(--radius-lg);padding:var(--s-4);
  transition:transform .3s var(--ease),border-color .3s var(--ease),box-shadow .3s var(--ease),background .3s var(--ease);
  will-change:transform;
}
a.ds-card{color:inherit;text-decoration:none;display:flex;flex-direction:column}
.home-svc-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--s-4)}
.home-svc-grid .ds-card{min-height:220px}
.home-svc-grid .ds-card__desc{margin:0;flex:1}
.home-svc-grid .center-cta,.home-svc-grid + .center-cta{margin-top:var(--s-5)}
@media(max-width:900px){.home-svc-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:600px){.home-svc-grid{grid-template-columns:1fr}}
.ds-card:hover{border-color:var(--line-strong);background:rgba(255,255,255,.02)}
.ds-card--tech:hover{border-color:var(--line-strong);box-shadow:none}
.ds-card--pad-lg{padding:var(--s-5)}
.ds-card__icon{width:46px;height:46px;border-radius:13px;display:grid;place-items:center;background:var(--tech-soft);color:var(--tech);margin-bottom:var(--s-3)}
.ds-card__title{font-family:var(--fd);font-weight:700;font-size:1.12rem;margin-bottom:6px}
.ds-card__desc{color:var(--muted);font-size:.94rem}

/* ---- Rozet / chip ---- */
.ds-badge{display:inline-flex;align-items:center;gap:7px;padding:0;border-radius:0;font-size:.72rem;font-weight:600;background:none;color:var(--muted);border:0;letter-spacing:.1em;text-transform:uppercase}
.ds-badge .dot{width:6px;height:6px;border-radius:50%;background:var(--tech)}
.ds-chip{display:inline-flex;align-items:center;gap:6px;padding:7px 14px;border-radius:100px;font-size:.84rem;font-weight:500;color:var(--muted);border:1px solid var(--line-strong);background:rgba(255,255,255,.03);cursor:pointer;transition:all .2s var(--ease)}
.ds-chip:hover{color:var(--text);border-color:var(--line-strong)}
.ds-chip.is-active{background:var(--tech-soft);border-color:var(--tech-line);color:#dfe6ff}

/* ---- Grid + Bento ---- */
.ds-grid{display:grid;gap:var(--s-4)}
.ds-grid-2{grid-template-columns:repeat(2,1fr)}
.ds-grid-3{grid-template-columns:repeat(3,1fr)}
.ds-grid-4{grid-template-columns:repeat(4,1fr)}
.ds-bento{display:grid;grid-template-columns:repeat(6,1fr);gap:var(--s-4)}
.ds-bento .span-2{grid-column:span 2}
.ds-bento .span-3{grid-column:span 3}
.ds-bento .span-4{grid-column:span 4}
.ds-bento .row-2{grid-row:span 2}
@media(max-width:980px){
  .ds-grid-3,.ds-grid-4{grid-template-columns:repeat(2,1fr)}
  .ds-bento{grid-template-columns:repeat(2,1fr)}
  .ds-bento .span-2,.ds-bento .span-3,.ds-bento .span-4{grid-column:span 2}
  .ds-bento .row-2{grid-row:auto}
}
@media(max-width:600px){
  .ds-grid-2,.ds-grid-3,.ds-grid-4,.ds-bento{grid-template-columns:1fr}
  .ds-bento .span-2,.ds-bento .span-3,.ds-bento .span-4{grid-column:auto}
}

/* ---- Buton: tech varyant + durumlar ---- */
.btn-tech{background:var(--accent);color:#fff;box-shadow:none}
.btn-tech:hover{background:#c91828;transform:none}
.btn-tech-ghost{background:transparent;border-color:var(--line-strong);color:var(--text)}
.btn-tech-ghost:hover{background:rgba(91,124,250,.2)}
.btn:disabled,.btn.is-disabled{opacity:.55;cursor:not-allowed;pointer-events:none;transform:none!important;box-shadow:none!important}
.btn.is-loading{color:transparent!important;pointer-events:none;position:relative}
.btn.is-loading::before{content:"";position:absolute;top:50%;left:50%;width:17px;height:17px;margin:-8.5px 0 0 -8.5px;border:2px solid rgba(255,255,255,.4);border-top-color:#fff;border-radius:50%;animation:dsSpin .6s linear infinite}
@keyframes dsSpin{to{transform:rotate(360deg)}}

/* ---- Skeleton loading ---- */
.skeleton{position:relative;overflow:hidden;background:rgba(255,255,255,.05);border-radius:10px}
.skeleton::after{content:"";position:absolute;inset:0;transform:translateX(-100%);background:linear-gradient(90deg,transparent,rgba(255,255,255,.08),transparent);animation:dsShimmer 1.3s infinite}
@keyframes dsShimmer{100%{transform:translateX(100%)}}
.skeleton-text{height:12px;margin:8px 0;border-radius:6px}
.skeleton-title{height:20px;width:60%;border-radius:7px}
@media(prefers-reduced-motion:reduce){.skeleton::after{animation:none}}

/* ---- Empty state (tech varyant) ---- */
.ds-empty{text-align:center;padding:var(--s-7) var(--s-4);border:1px dashed var(--line-strong);border-radius:var(--radius-lg);background:rgba(255,255,255,.015)}
.ds-empty__icon{width:56px;height:56px;border-radius:16px;display:grid;place-items:center;margin:0 auto var(--s-3);background:var(--tech-soft);color:var(--tech)}
.ds-empty h3{font-family:var(--fd);margin-bottom:6px}
.ds-empty p{color:var(--muted);max-width:420px;margin:0 auto var(--s-3)}

/* ---- Form alanı (tutarlı) ---- */
.ds-field{margin-bottom:var(--s-3)}
.ds-field label{display:block;font-size:.86rem;color:var(--muted);margin-bottom:7px;font-weight:500}
.ds-field .req{color:var(--accent)}
.ds-field input,.ds-field select,.ds-field textarea{width:100%;background:var(--surface-2);border:1px solid var(--line-strong);border-radius:11px;padding:13px 15px;color:var(--text);font-size:.94rem;font-family:inherit;outline:none;transition:border-color .2s,box-shadow .2s}
.ds-field input:focus,.ds-field select:focus,.ds-field textarea:focus{border-color:var(--tech);box-shadow:0 0 0 3px var(--tech-soft)}

/* ---- Koyu kontrast section ---- */
.ds-section-dark{background:radial-gradient(ellipse 70% 60% at 50% 0%,rgba(91,124,250,.08),transparent 70%),#0b0e16;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}

/* ---- Erişilebilir focus ---- */
.btn:focus-visible,a:focus-visible,.ds-chip:focus-visible,button:focus-visible{outline:2px solid var(--accent);outline-offset:2px}

/* ---- Toast bildirimleri ---- */
.toast-wrap{position:fixed;right:20px;bottom:92px;z-index:400;display:flex;flex-direction:column;gap:10px;max-width:340px}
.toast{display:flex;align-items:flex-start;gap:10px;background:var(--surface-2);border:1px solid var(--line-strong);border-left:3px solid var(--tech);border-radius:12px;padding:12px 14px;box-shadow:var(--shadow-2);font-size:.9rem;transform:translateX(120%);opacity:0;transition:transform .35s var(--ease),opacity .35s var(--ease)}
.toast.show{transform:translateX(0);opacity:1}
.toast.ok{border-left-color:#28c76f}
.toast.err{border-left-color:var(--accent)}
.toast.info{border-left-color:var(--tech)}
.toast__x{margin-left:auto;color:var(--muted);cursor:pointer;background:none;border:0;font-size:1rem;line-height:1}
@media(max-width:600px){.toast-wrap{left:12px;right:12px;bottom:80px;max-width:none}}

/* ---- Ana sayfa SaaS hero + ecosystem ---- */
.hero--saas{padding:168px 0 72px}
.hero-saas{display:grid;grid-template-columns:1.05fr .95fr;gap:48px;align-items:center}
.hero-saas-title{margin:18px 0 16px}
.hero-photo{margin:0;border-radius:var(--radius-lg);overflow:hidden;border:1px solid var(--line-strong);box-shadow:var(--shadow-2);background:var(--surface)}
.hero-photo img{width:100%;height:auto;aspect-ratio:16/10;object-fit:cover;display:block;filter:saturate(.92) contrast(1.05)}
.hero-dash{position:relative;min-height:360px}
.dash-win{background:var(--surface);border:1px solid var(--line-strong);border-radius:20px;box-shadow:var(--shadow-2);overflow:hidden}
.dash-win-bar{display:flex;align-items:center;gap:8px;padding:12px 16px;border-bottom:1px solid var(--line);background:rgba(255,255,255,.03)}
.dash-win-bar span{width:10px;height:10px;border-radius:50%;background:#3a4154}
.dash-win-bar span:first-child{background:#e11d2e}
.dash-win-bar em{margin-left:8px;font-style:normal;font-size:.78rem;color:var(--muted)}
.dash-win-body{padding:18px}
.dash-kpi{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-bottom:14px}
.dash-kpi div{background:var(--surface-2);border:1px solid var(--line);border-radius:12px;padding:10px 12px}
.dash-kpi small{display:block;color:var(--muted);font-size:.72rem}
.dash-kpi b{font-family:var(--fd);font-size:1.05rem}
.dash-code{font-family:ui-monospace,Consolas,monospace;font-size:.82rem;color:#b8c0ff;background:#0d111a;border-radius:12px;padding:12px 14px;margin-bottom:12px;line-height:1.55}
.dash-row{display:flex;align-items:center;gap:10px;padding:8px 4px;font-size:.88rem;color:var(--muted)}
.dash-row i{width:8px;height:8px;border-radius:50%;background:#6b7280}
.dash-row.on i{background:#28c76f;box-shadow:0 0 0 4px rgba(40,199,111,.15)}
.dash-row span{margin-left:auto;font-size:.75rem}
.dash-float{position:absolute;background:var(--surface-2);border:1px solid var(--tech-line);border-radius:14px;padding:10px 14px;box-shadow:var(--tech-glow);font-size:.82rem}
.dash-float strong{display:block;font-family:var(--fd)}
.dash-float-1{top:18px;right:-8px}
.dash-float-2{bottom:28px;left:-12px}
.trust-logos{padding:28px 0 8px;border-bottom:1px solid var(--line)}
.trust-logos-line{text-align:center;color:var(--muted);font-size:.92rem;margin-bottom:18px}
.trust-logos-row{display:flex;flex-wrap:wrap;justify-content:center;gap:28px;align-items:center}
.trust-logo{opacity:.7;filter:grayscale(1);transition:opacity .2s,filter .2s}
.trust-logo:hover{opacity:1;filter:none}
.trust-logo img{height:40px;width:auto;object-fit:contain}
.eco-grid .ds-card{display:flex;flex-direction:column;gap:8px;min-height:140px}
.eco-grid strong{font-family:var(--fd);font-size:1.15rem}
.eco-grid span{color:var(--muted);font-size:.92rem}
.domain-strip{text-align:center;max-width:720px;margin:0 auto}
.domain-strip h2{margin-bottom:20px}
.domain-mini{display:flex;gap:10px;background:var(--surface);border:1px solid var(--line-strong);border-radius:16px;padding:8px}
.domain-mini input{flex:1;background:transparent;border:0;color:var(--text);padding:12px 14px;font-size:1rem;outline:none}
.mini-ui{display:flex;gap:8px;margin-top:22px}
.mini-ui span{flex:1;height:64px;border-radius:10px;background:linear-gradient(180deg,rgba(91,124,250,.18),rgba(255,255,255,.04));border:1px solid var(--line)}
@media(max-width:1024px){
  .hero-saas{grid-template-columns:1fr;gap:36px}
  .dash-float-1{right:0}
  .dash-float-2{left:0}
}
@media(max-width:600px){
  .hero--saas{padding:140px 0 48px}
  .domain-mini{flex-direction:column}
  .dash-kpi{grid-template-columns:1fr}
}

/* ---- Türkiye Mobil Proxy fiyat kartı ---- */
.proxy-layout{display:grid;grid-template-columns:1fr minmax(280px,460px);gap:48px;align-items:start}
.proxy-intro h2{margin:12px 0 14px}
.proxy-intro p{color:var(--muted);font-size:1.05rem;line-height:1.65}
.proxy-card{
  background:#fff;color:#0f172a;border:1px solid #93c5fd;border-radius:22px;
  padding:28px 26px 24px;box-shadow:0 24px 50px -28px rgba(37,99,235,.45);
}
.proxy-card__head{display:flex;gap:14px;align-items:flex-start;margin-bottom:20px}
.proxy-card__ico{
  width:48px;height:48px;border-radius:14px;display:grid;place-items:center;
  background:#2563eb;color:#fff;flex-shrink:0;
}
.proxy-card__head h2{margin:0;font-family:var(--fd);font-size:1.25rem;color:#0f172a;line-height:1.25}
.proxy-card__head p{margin:4px 0 0;color:#64748b;font-size:.92rem}
.proxy-feats{list-style:none;margin:0 0 22px;padding:0;display:grid;grid-template-columns:1fr 1fr;gap:10px 16px}
.proxy-feats li{display:flex;gap:8px;align-items:flex-start;font-size:.82rem;line-height:1.4;color:#1e293b}
.proxy-check{color:#22c55e;font-weight:800;flex-shrink:0;line-height:1.35}
.proxy-picks{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-bottom:18px}
.proxy-pick{display:flex;flex-direction:column;gap:6px;font-size:.72rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:#64748b}
.proxy-pick select{
  appearance:none;width:100%;border:1px solid #cbd5e1;border-radius:12px;background:#f8fafc;
  color:#0f172a;font:600 1rem/1.2 var(--fd);padding:12px 14px;cursor:pointer;
}
.proxy-pick select:focus{outline:none;border-color:#0f172a;box-shadow:0 0 0 3px rgba(15,23,42,.08)}
.proxy-sum{margin:0 0 18px;display:grid;gap:8px}
.proxy-sum div{display:flex;justify-content:space-between;gap:12px;font-size:.92rem;color:#475569}
.proxy-sum dt{font-weight:500}
.proxy-sum dd{margin:0;font-weight:600;color:#0f172a}
.proxy-sum__total{margin-top:6px;padding-top:10px;border-top:1px solid #e2e8f0;align-items:baseline}
.proxy-sum__total dt{font-weight:700;color:#0f172a}
.proxy-sum__total dd{font-size:1.45rem;color:#2563eb;font-family:var(--fd);font-weight:800}
.proxy-card .btn{border-radius:999px}
@media(max-width:900px){
  .proxy-layout{grid-template-columns:1fr;gap:28px}
  .proxy-card{max-width:520px}
}
@media(max-width:600px){
  .proxy-feats,.proxy-picks{grid-template-columns:1fr}
}

/* ---- Panel: yatay ikonlu sekme çubuğu ---- */
.account-layout{display:block}
.acc-tabs{
  display:flex;gap:3px;margin-bottom:28px;padding:6px;
  background:var(--surface-2);border:1px solid var(--line);border-radius:14px;
  overflow-x:auto;-webkit-overflow-scrolling:touch;
}
.acc-tab{
  position:relative;flex:1 0 108px;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;
  gap:9px;padding:16px 10px 14px;border-radius:10px;text-align:center;
  color:var(--muted);font-size:.7rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase;line-height:1.3;
  transition:background .2s var(--ease),color .2s var(--ease);
}
.acc-tab:hover{color:var(--text);background:rgba(255,255,255,.05)}
.acc-tab.on{background:var(--accent);color:#fff}
.acc-tab__ic{display:grid;place-items:center;color:inherit}
.acc-tab__badge{
  position:absolute;top:7px;right:10px;min-width:18px;padding:1px 5px;border-radius:100px;
  background:var(--accent);color:#fff;font-size:.62rem;line-height:1.5;letter-spacing:0;
}
.acc-tab.on .acc-tab__badge{background:#fff;color:var(--accent)}
.acc-tab__dot{position:absolute;top:10px;right:12px;width:8px;height:8px;border-radius:50%;background:var(--accent)}
.acc-tab.on .acc-tab__dot{background:#fff}
.acc-tab__ok{position:absolute;top:7px;right:11px;color:#34d399;font-size:.8rem}

/* ---- Panel: hesap bilgisi / hesap özeti ---- */
.acc-overview{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-bottom:26px}
.acc-panel{background:var(--surface);border:1px solid var(--line);border-radius:16px;overflow:hidden}
.acc-panel__head{display:flex;align-items:center;gap:12px;padding:18px 22px;border-bottom:1px solid var(--line);background:rgba(255,255,255,.02)}
.acc-panel__ic{width:38px;height:38px;border-radius:11px;display:grid;place-items:center;background:var(--accent-soft,rgba(225,29,46,.12));color:var(--accent-2)}
.acc-panel__head h2{margin:0;font-family:var(--fd);font-size:1.15rem;font-weight:700;color:var(--accent-2)}
.acc-panel__body{padding:20px 22px 22px}
.acc-cust{font-family:var(--fd);font-size:1.2rem;font-weight:700;margin:0 0 14px;padding-bottom:12px;border-bottom:2px solid var(--accent)}
.acc-cust small{font-weight:500;color:var(--muted);font-size:.86rem}
.acc-cust-line{color:var(--muted);font-size:.9rem;margin:0 0 4px}
.acc-cust-mail{margin:12px 0 16px;font-size:.9rem}
.acc-cust-mail a{color:var(--accent-2)}
.acc-edit{font-weight:700;font-size:.88rem;color:var(--text)}
.acc-edit:hover{color:var(--accent-2)}
.acc-counts{list-style:none;margin:0;padding:0;display:flex;flex-direction:column}
.acc-counts li{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:11px 0;border-bottom:1px solid var(--line)}
.acc-counts li:last-child{border-bottom:0}
.acc-counts__l{font-size:.92rem;color:var(--muted)}
.acc-counts__l b{color:var(--text)}
.acc-news{
  display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin-bottom:26px;
  padding:14px 18px;border-radius:12px;font-size:.9rem;
  background:rgba(250,204,21,.09);border:1px solid rgba(250,204,21,.28);color:#f3e3b0;
}
.acc-news strong{color:#facc15}
.acc-news a{color:var(--accent-2);font-weight:600}
@media(max-width:900px){
  .acc-overview{grid-template-columns:1fr}
  .acc-tab{flex:0 0 104px}
}

/* ---- Giriş / kayıt: sekmeli düzen ---- */
.auth-card--tabbed{padding:0;overflow:hidden}
.auth-tabs{display:grid;grid-template-columns:1fr 1fr;border-bottom:2px solid var(--accent)}
.auth-tabs a{
  padding:20px 16px;text-align:center;font-family:var(--fd);font-weight:600;font-size:1.02rem;
  color:var(--muted);background:rgba(255,255,255,.02);transition:.2s;
}
.auth-tabs a:hover{color:var(--text)}
.auth-tabs a.on{color:#fff;background:transparent}
.auth-card--tabbed>form,.auth-card--tabbed>.auth-sub,.auth-card--tabbed>.auth-alt,.auth-card--tabbed>.flash-front,.auth-card--tabbed>.err{margin-left:30px;margin-right:30px}
.auth-card--tabbed>.auth-sub{margin-top:24px}
.auth-card--tabbed>.auth-alt{padding-bottom:26px}
.auth-split{display:grid;grid-template-columns:1.15fr .85fr}
.auth-split__main{padding:28px 30px 30px}
.auth-split__side{
  padding:28px 30px 30px;display:flex;flex-direction:column;align-items:flex-start;gap:10px;
  border-left:1px solid var(--line);background:rgba(255,255,255,.02);
}
.auth-side-eyebrow{font-size:.78rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--accent-2);margin:0}
.auth-split__side h2{font-family:var(--fd);font-size:1.35rem;margin:0}
.auth-split__side .btn{margin-top:8px}
.auth-actions{display:flex;gap:10px;flex-wrap:wrap;align-items:center}
@media(max-width:760px){
  .auth-split{grid-template-columns:1fr}
  .auth-split__side{border-left:0;border-top:1px solid var(--line)}
}

/* ---- Hosting: ikonlu spec satırı ---- */
.host-rows{display:flex;flex-direction:column;gap:14px}
.host-row{
  display:grid;grid-template-columns:1.1fr 2fr auto;gap:22px;align-items:center;
  background:var(--surface);border:1px solid var(--line);border-radius:16px;padding:20px 24px;
  transition:border-color .25s var(--ease),box-shadow .25s var(--ease);
}
.host-row:hover{border-color:var(--line-strong);box-shadow:var(--shadow-soft)}
.host-row--featured{border-color:var(--accent);box-shadow:0 18px 44px -26px rgba(225,29,46,.65)}
.host-row__name h2{font-family:var(--fd);font-size:1.2rem;margin:6px 0 4px}
.host-row__name p{font-size:.86rem;margin:0}
.host-row__specs{list-style:none;display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin:0;padding:0}
.host-row__specs li{display:flex;flex-direction:column;align-items:center;gap:4px;text-align:center;padding:0 6px;border-left:1px solid var(--line)}
.host-row__specs li:first-child{border-left:0}
.hs-ic{color:var(--accent-2)}
.host-row__specs small{font-size:.7rem;text-transform:uppercase;letter-spacing:.06em;color:var(--muted)}
.host-row__specs b{font-family:var(--fd);font-size:.98rem}
.host-row__buy{display:flex;flex-direction:column;align-items:flex-end;gap:10px;min-width:150px}
.host-row__price strong{font-family:var(--fd);font-size:1.5rem;letter-spacing:-.02em}
.host-row__price small{display:block;font-size:.78rem}
@media(max-width:980px){
  .host-row{grid-template-columns:1fr;gap:16px}
  .host-row__buy{align-items:stretch;flex-direction:row;justify-content:space-between}
}
@media(max-width:600px){
  .host-row__specs{grid-template-columns:repeat(2,1fr)}
  .host-row__specs li:nth-child(3){border-left:0}
}

/* ---- Üst şerit: kurumsal linkler + sepet ---- */
.top-link{font-weight:600}
.top-cart{display:inline-flex;align-items:center;gap:7px;font-weight:600;transition:color .2s}
.top-cart:hover{color:var(--text)}
.top-cart svg{color:var(--accent-2)}
.top-cart b{background:var(--accent);color:#fff;border-radius:100px;font-size:.66rem;padding:1px 6px;line-height:1.6}
@media(max-width:900px){.top-link{display:none}}
/* Faz 0 sonu */

/* Billing status + account tables */
.st-badge{display:inline-block;padding:2px 8px;border-radius:4px;font-size:.72rem;font-weight:600;letter-spacing:.02em}
.st-ok{background:#ecfdf3;color:#067647}
.st-wait{background:#fff8eb;color:#b54708}
.st-warn{background:#fffaeb;color:#b42318}
.st-crit{background:#fef3f2;color:#b42318}
.acc-table{width:100%;border-collapse:collapse;font-size:.9rem}
.acc-table th,.acc-table td{padding:10px 8px;border-bottom:1px solid var(--line);text-align:left;vertical-align:top}
.acc-meta{list-style:none;margin:0;padding:0;display:grid;gap:8px}
.acc-meta li{display:flex;justify-content:space-between;gap:12px;font-size:.9rem;border-bottom:1px solid var(--line);padding:8px 0}
.notif-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:10px}
.notif-list li{display:flex;justify-content:space-between;gap:12px;padding:16px 18px;border:1px solid var(--line);border-radius:14px;align-items:flex-start;background:var(--surface)}
.notif-list li.unread{background:rgba(225,29,46,.08);border-color:rgba(225,29,46,.28)}
.notif-list li strong{color:var(--text);display:block;margin-bottom:4px}
.notif-list li .muted{color:var(--muted)}
.notif-list li .btn{flex-shrink:0}
@media(max-width:720px){
  .acc-table thead{display:none}
  .acc-table tr{display:block;border-bottom:1px solid var(--line);padding:10px 0}
  .acc-table td{display:block;border:0;padding:4px 0}
}

/* ---- Karanlık form kontrolleri: select / dosya / tik ---- */
.yg-select{position:relative}
.yg-select-btn{
  width:100%;display:flex;align-items:center;justify-content:space-between;gap:12px;
  min-height:48px;padding:12px 14px;border-radius:11px;text-align:left;
  background:var(--surface-2);border:1px solid var(--line-strong);color:var(--text);
  font:inherit;font-size:.94rem;cursor:pointer;
}
.yg-select-btn.is-placeholder{color:var(--muted)}
.yg-select-btn::after{
  content:"";width:8px;height:8px;flex-shrink:0;margin-right:2px;
  border-right:1.6px solid #8b909a;border-bottom:1.6px solid #8b909a;
  transform:rotate(45deg) translateY(-3px);transition:transform .15s;
}
.yg-select.is-open .yg-select-btn{border-color:rgba(225,29,46,.5);box-shadow:0 0 0 3px rgba(225,29,46,.12)}
.yg-select.is-open .yg-select-btn::after{transform:rotate(225deg) translateY(-1px)}
.yg-select-list{
  position:absolute;left:0;right:0;top:calc(100% + 6px);z-index:80;
  max-height:min(280px,50vh);overflow:auto;padding:6px;
  background:#121214;border:1px solid rgba(255,255,255,.1);border-radius:12px;
  box-shadow:0 16px 40px rgba(0,0,0,.45);
  overscroll-behavior:contain;
}
.yg-select-search{
  width:100%;margin:0 0 6px;padding:9px 11px;border-radius:8px;
  background:#18181c;border:1px solid rgba(255,255,255,.08);color:var(--text);font:inherit;font-size:.86rem;
}
.yg-select-search:focus{outline:none;border-color:rgba(225,29,46,.45)}
.yg-select-opt{
  display:block;width:100%;text-align:left;padding:10px 12px;border:0;border-radius:8px;
  background:transparent;color:#f2f3f5;font:inherit;font-size:.9rem;cursor:pointer;
}
.yg-select-opt:hover,.yg-select-opt:focus{background:rgba(255,255,255,.06);outline:none}
.yg-select-opt.is-on{background:rgba(225,29,46,.16);color:#fff}
.yg-select-opt:disabled{opacity:.4;cursor:default}
.yg-select select.yg-select-native{
  position:absolute;inset:0;opacity:0;width:100%;height:100%;pointer-events:none;
  margin:0;padding:0;border:0;
}

.yg-file{
  display:flex;align-items:stretch;position:relative;cursor:pointer;
  min-height:88px;border:1.5px dashed rgba(255,255,255,.14);border-radius:14px;
  background:linear-gradient(180deg,rgba(255,255,255,.03),rgba(255,255,255,.01));
  transition:border-color .2s,background .2s,box-shadow .2s;
}
.yg-file:hover,.yg-file.is-over{
  border-color:rgba(225,29,46,.5);background:rgba(225,29,46,.06);
  box-shadow:0 0 0 3px rgba(225,29,46,.1);
}
.yg-file.has-file{border-style:solid;border-color:rgba(225,29,46,.35);background:rgba(225,29,46,.07)}
.yg-file-input{
  position:absolute;inset:0;opacity:0;width:100%;height:100%;cursor:pointer;font-size:0;
}
.yg-file-ui{
  display:flex;align-items:center;gap:14px;padding:16px 18px;pointer-events:none;width:100%;
}
.yg-file-ico{
  width:42px;height:42px;flex-shrink:0;border-radius:12px;
  display:grid;place-items:center;background:rgba(225,29,46,.12);color:#ef3346;
  border:1px solid rgba(225,29,46,.22);
}
.yg-file-ico svg{display:block}
.yg-file-copy{display:flex;flex-direction:column;gap:3px;min-width:0}
.yg-file-copy strong{color:var(--text);font-size:.9rem;font-weight:650}
.yg-file-name{color:var(--muted);font-size:.8rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}

input[type=checkbox]:not(:where(.co-check input, .auth-check input, .kyc-consent input, .checkbox input, .switch input)){
  appearance:none;-webkit-appearance:none;width:20px;height:20px;margin:0;flex:none;
  border-radius:6px;border:1.5px solid var(--line-strong);background:var(--surface-2);
  background-repeat:no-repeat;background-position:center;background-size:12px 12px;
  cursor:pointer;vertical-align:middle;color-scheme:dark;
}
input[type=checkbox]:not(:where(.co-check input, .auth-check input, .kyc-consent input, .checkbox input, .switch input)):checked{
  background-color:#e11d2e;border-color:#e11d2e;box-shadow:0 0 0 3px rgba(225,29,46,.16);
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23fff' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 8.2 6.4 11.5 13 4.5'/%3E%3C/svg%3E");
}

.is-panel .kyc-banner{background:rgba(225,29,46,.08);border-color:rgba(225,29,46,.28)}
.is-panel .kyc-banner .tx,.is-panel .kyc-banner .tx strong{color:var(--text)}
.is-panel .kyc-status.ok{background:rgba(40,199,111,.1);border-color:rgba(40,199,111,.28)}
.is-panel .kyc-status.warn{background:rgba(234,88,12,.1);border-color:rgba(234,88,12,.28)}
.is-panel .kyc-status h3,.is-panel .kyc-status p{color:var(--text)}
.is-panel .kyc-intro,.is-panel .kyc-status p{color:var(--muted)}
.is-panel .sig-preview{background:#141416;border-color:var(--line)}
.is-panel .sig-preview .lbl{color:var(--muted)}
.is-panel .sig-preview .esign{color:#f2f3f5}
.is-panel .sig-pad{background:#101012;border-color:rgba(255,255,255,.14)}
.is-panel .kyc-bank{background:rgba(255,211,106,.06);border-color:rgba(255,211,106,.22)}
.is-panel .kyc-bank h3{color:#ffd36a}
.is-panel .st-ok{background:rgba(40,199,111,.12);color:#7dffa3}
.is-panel .st-wait{background:rgba(255,211,106,.12);color:#ffd36a}
.is-panel .st-warn,.is-panel .st-crit{background:rgba(225,29,46,.12);color:#ff8a8a}
