/* ══════════════════════════════════════════
       Yerinde Sunucu Kiralama – sayfa özel stiller
       Prefix: yrk- (yerinde kiralama)
    ══════════════════════════════════════════ */

    /* ── Hero ──────────────────────────────── */
    .yrk-hero {
      background: linear-gradient(135deg, #f0fdf4 0%, #ecfdf5 50%, #f0f9ff 100%);
      padding: 96px 0 80px;
      position: relative;
      overflow: hidden;
    }
    .yrk-hero::before {
      content: '';
      position: absolute;
      inset: 0;
      background: radial-gradient(ellipse 65% 55% at 75% 35%, rgba(16,185,129,.08) 0%, transparent 65%);
    }
    .yrk-hero-grid {
      position: absolute;
      inset: 0;
      background-image:
        linear-gradient(rgba(16,185,129,.06) 1px, transparent 1px),
        linear-gradient(90deg, rgba(16,185,129,.06) 1px, transparent 1px);
      background-size: 40px 40px;
    }
    .yrk-hero-eyebrow {
      display: inline-flex;
      align-items: center;
      gap: 7px;
      background: rgba(16,185,129,.1);
      border: 1px solid rgba(16,185,129,.3);
      color: #059669;
      font-size: .72rem;
      font-weight: 800;
      padding: 5px 14px;
      border-radius: 999px;
      letter-spacing: .06em;
      text-transform: uppercase;
      margin-bottom: 22px;
    }
    .yrk-hero h1 {
      font-size: clamp(2.1rem, 4.8vw, 3.4rem);
      font-weight: 900;
      color: #0f172a;
      line-height: 1.1;
      letter-spacing: -.03em;
      margin-bottom: 20px;
    }
    .yrk-h1-accent {
      background: linear-gradient(90deg, #059669, #0ea5e9);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      background-clip: text;
    }
    .yrk-hero-sub {
      font-size: 1.08rem;
      color: #475569;
      line-height: 1.75;
      max-width: 540px;
      margin-bottom: 32px;
    }
    .yrk-hero-btns { display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 36px; }
    .yrk-btn-primary {
      display: inline-flex; align-items: center; gap: 8px;
      background: #059669; color: #fff; font-weight: 800; font-size: .95rem;
      padding: 14px 28px; border-radius: 12px; text-decoration: none; transition: all .2s;
    }
    .yrk-btn-primary:hover { background: #047857; transform: translateY(-2px); box-shadow: 0 8px 28px rgba(5,150,105,.35); color: #fff; }
    .yrk-btn-secondary {
      display: inline-flex; align-items: center; gap: 8px;
      background: #fff; border: 1px solid #cbd5e1; color: #1e293b;
      font-weight: 700; font-size: .95rem; padding: 14px 28px; border-radius: 12px;
      text-decoration: none; transition: all .2s; cursor: pointer; font-family: inherit;
    }
    .yrk-btn-secondary:hover { background: #f8fafc; border-color: #94a3b8; color: #0f172a; }
    .yrk-hero-pills { display: flex; flex-wrap: wrap; gap: 10px; }
    .yrk-hero-pill {
      display: inline-flex; align-items: center; gap: 7px;
      background: #fff; border: 1px solid #e2e8f0; color: #475569;
      font-size: .76rem; font-weight: 600; padding: 7px 14px; border-radius: 999px;
    }
    .yrk-hero-pill i { color: #059669; font-size: .65rem; }

    /* ── Hero Visual – Tesis Şeması ────────── */
    .yrk-site-visual {
      background: rgba(255,255,255,.9);
      border: 1px solid rgba(16,185,129,.18);
      border-radius: 20px;
      overflow: hidden;
      max-width: 440px;
      margin-left: auto;
      box-shadow: 0 8px 40px rgba(16,185,129,.12);
    }
    .yrk-site-bar {
      background: #0f172a;
      padding: 10px 16px;
      display: flex; align-items: center; gap: 10px;
      border-bottom: 1px solid rgba(255,255,255,.07);
    }
    .yrk-site-dots { display: flex; gap: 5px; }
    .yrk-site-dots span { width: 10px; height: 10px; border-radius: 50%; }
    .yrk-site-bar-title { font-size: .68rem; font-weight: 700; color: rgba(255,255,255,.5); letter-spacing: .06em; flex: 1; text-align: center; }
    .yrk-site-tag { display: inline-flex; align-items: center; gap: 5px; background: rgba(16,185,129,.2); border: 1px solid rgba(16,185,129,.4); color: #34d399; font-size: .6rem; font-weight: 800; padding: 3px 10px; border-radius: 999px; }
    .yrk-site-body { padding: 18px; }
    /* Tesis + Sunucu kutu */
    .yrk-building-card {
      background: rgba(16,185,129,.05);
      border: 1.5px dashed rgba(16,185,129,.3);
      border-radius: 14px;
      padding: 14px;
      margin-bottom: 12px;
    }
    .yrk-building-header {
      display: flex; align-items: center; gap: 8px; margin-bottom: 12px;
    }
    .yrk-building-icon {
      width: 32px; height: 32px; border-radius: 9px;
      background: rgba(16,185,129,.15); display: flex; align-items: center; justify-content: center;
      color: #059669; font-size: .9rem;
    }
    .yrk-building-name { font-size: .8rem; font-weight: 800; color: #0f172a; }
    .yrk-building-sub  { font-size: .63rem; color: #64748b; }
    .yrk-server-row {
      display: flex; align-items: center; gap: 9px;
      background: #fff; border: 1px solid rgba(0,0,0,.08);
      border-radius: 9px; padding: 9px 12px; margin-bottom: 7px;
    }
    .yrk-server-row:last-child { margin-bottom: 0; }
    .yrk-server-led { width: 7px; height: 7px; border-radius: 50%; flex-shrink: 0; }
    .yrk-led--green { background: #22c55e; animation: yrkBlink 2.4s ease-in-out infinite; }
    .yrk-led--blue  { background: #3b82f6; animation: yrkBlink 3s ease-in-out infinite; }
    .yrk-led--amber { background: #f59e0b; animation: yrkBlink 1.8s ease-in-out infinite; }
    @keyframes yrkBlink { 0%,100%{opacity:1} 50%{opacity:.2} }
    .yrk-server-name { font-size: .76rem; font-weight: 700; color: #0f172a; flex: 1; }
    .yrk-server-spec { font-size: .62rem; color: #64748b; font-family: monospace; }
    .yrk-server-badge { font-size: .6rem; font-weight: 800; padding: 2px 8px; border-radius: 5px; }
    .yrk-badge--online { background: rgba(34,197,94,.12); color: #16a34a; }
    .yrk-badge--mgmt   { background: rgba(59,130,246,.12); color: #2563eb; }
    /* Bağlantı oku */
    .yrk-conn-row {
      display: flex; align-items: center; justify-content: center;
      gap: 10px; margin: 10px 0;
    }
    .yrk-conn-line {
      flex: 1; height: 2px;
      background: repeating-linear-gradient(90deg, #059669 0, #059669 6px, transparent 6px, transparent 12px);
      border-radius: 2px; opacity: .6;
    }
    .yrk-conn-lbl {
      font-size: .62rem; font-weight: 700; color: #059669;
      background: rgba(16,185,129,.1); border: 1px solid rgba(16,185,129,.25);
      padding: 3px 10px; border-radius: 999px; white-space: nowrap;
    }
    /* NOC kutu */
    .yrk-noc-card {
      background: #0f172a; border: 1px solid rgba(255,255,255,.1);
      border-radius: 12px; padding: 12px;
    }
    .yrk-noc-header {
      display: flex; align-items: center; gap: 8px; margin-bottom: 10px;
    }
    .yrk-noc-live { width: 8px; height: 8px; border-radius: 50%; background: #22c55e; animation: yrkBlink .9s ease-in-out infinite; flex-shrink: 0; }
    .yrk-noc-title { font-size: .75rem; font-weight: 800; color: #f1f5f9; flex: 1; }
    .yrk-noc-sub   { font-size: .6rem; color: #64748b; margin-top: 1px; }
    .yrk-noc-stats { display: flex; gap: 8px; }
    .yrk-noc-stat {
      flex: 1; text-align: center;
      background: rgba(255,255,255,.05); border-radius: 8px; padding: 8px 4px;
    }
    .yrk-noc-stat-val { display: block; font-size: .9rem; font-weight: 900; color: #34d399; line-height: 1; margin-bottom: 2px; }
    .yrk-noc-stat-lbl { font-size: .58rem; color: #64748b; font-weight: 600; text-transform: uppercase; letter-spacing: .05em; }

    /* ── Section generic ── */
    .yrk-sep { height: 3px; background: linear-gradient(90deg, transparent, rgba(16,185,129,.15), transparent); margin: 0; }

    /* ── Neden OPEX section ─────────────── */
    .yrk-opex-section {
      padding: 88px 0 80px;
      background: #fff;
    }
    .yrk-compare-wrap {
      display: grid;
      grid-template-columns: 1fr auto 1fr;
      gap: 0;
      align-items: center;
      max-width: 860px;
      margin: 0 auto;
    }
    .yrk-compare-card {
      border-radius: 18px;
      padding: 32px 28px;
    }
    .yrk-compare-card--capex {
      background: rgba(239,68,68,.04);
      border: 1.5px solid rgba(239,68,68,.18);
    }
    .yrk-compare-card--opex {
      background: rgba(16,185,129,.05);
      border: 1.5px solid rgba(16,185,129,.25);
    }
    .yrk-compare-head {
      display: flex; align-items: center; gap: 10px; margin-bottom: 18px;
    }
    .yrk-compare-icon {
      width: 40px; height: 40px; border-radius: 12px;
      display: flex; align-items: center; justify-content: center; font-size: 1.1rem;
    }
    .yrk-compare-icon--red   { background: rgba(239,68,68,.12); color: #dc2626; }
    .yrk-compare-icon--green { background: rgba(16,185,129,.15); color: #059669; }
    .yrk-compare-title { font-size: 1rem; font-weight: 800; color: #0f172a; }
    .yrk-compare-sub   { font-size: .72rem; color: #94a3b8; font-weight: 600; }
    .yrk-compare-list  { list-style: none; padding: 0; margin: 0; }
    .yrk-compare-list li {
      display: flex; align-items: flex-start; gap: 9px;
      font-size: .84rem; color: #475569; padding: 7px 0;
      border-bottom: 1px solid rgba(0,0,0,.05);
    }
    .yrk-compare-list li:last-child { border-bottom: none; }
    .yrk-compare-list li i.fa-xmark   { color: #ef4444; font-size: .75rem; margin-top: 3px; flex-shrink: 0; }
    .yrk-compare-list li i.fa-check   { color: #059669; font-size: .75rem; margin-top: 3px; flex-shrink: 0; }
    .yrk-compare-vs {
      width: 48px; height: 48px; border-radius: 50%;
      background: #0f172a; color: #fff; font-size: .85rem; font-weight: 900;
      display: flex; align-items: center; justify-content: center;
      flex-shrink: 0; text-align: center;
    }
    @media (max-width: 768px) {
      .yrk-compare-wrap { grid-template-columns: 1fr; gap: 16px; }
      .yrk-compare-vs { display: none; }
    }

    /* ── Paketler ───────────────────────── */
    .yrk-plans-section {
      padding: 88px 0 80px;
      background: linear-gradient(180deg, #f8fafc 0%, #f1f5f9 100%);
    }
    .yrk-plan-card {
      background: #fff;
      border: 1.5px solid #e2e8f0;
      border-radius: 20px;
      padding: 32px 28px;
      height: 100%;
      display: flex; flex-direction: column;
      transition: transform .2s, box-shadow .2s, border-color .2s;
      position: relative; overflow: hidden;
    }
    .yrk-plan-card:hover {
      transform: translateY(-4px);
      box-shadow: 0 16px 48px rgba(0,0,0,.08);
    }
    .yrk-plan-card--popular {
      border-color: #059669;
      box-shadow: 0 8px 32px rgba(16,185,129,.18);
    }
    .yrk-plan-popular-ribbon {
      position: absolute; top: 20px; right: -28px;
      background: #059669; color: #fff;
      font-size: .6rem; font-weight: 800; letter-spacing: .07em; text-transform: uppercase;
      padding: 4px 36px; transform: rotate(45deg);
    }
    .yrk-plan-icon {
      width: 52px; height: 52px; border-radius: 16px;
      display: flex; align-items: center; justify-content: center;
      font-size: 1.4rem; margin-bottom: 16px;
    }
    .yrk-plan-icon--slate  { background: rgba(100,116,139,.1); color: #475569; }
    .yrk-plan-icon--green  { background: rgba(16,185,129,.12); color: #059669; }
    .yrk-plan-icon--indigo { background: rgba(99,102,241,.1);  color: #4f46e5; }
    .yrk-plan-name   { font-size: 1.05rem; font-weight: 800; color: #0f172a; margin-bottom: 4px; }
    .yrk-plan-tagline { font-size: .8rem; color: #64748b; margin-bottom: 20px; }
    .yrk-plan-price-row { display: flex; align-items: baseline; gap: 4px; margin-bottom: 6px; }
    .yrk-plan-from   { font-size: .72rem; color: #94a3b8; font-weight: 600; }
    .yrk-plan-price  { font-size: 2rem; font-weight: 900; color: #0f172a; line-height: 1; }
    .yrk-plan-price sup { font-size: .85rem; font-weight: 700; vertical-align: super; }
    .yrk-plan-price-sub { font-size: .78rem; color: #64748b; margin-bottom: 20px; }
    .yrk-plan-divider { height: 1px; background: #f1f5f9; margin: 18px 0; }
    .yrk-plan-list  { list-style: none; padding: 0; margin: 0 0 24px; flex: 1; }
    .yrk-plan-list li {
      display: flex; align-items: flex-start; gap: 9px;
      font-size: .85rem; color: #334155; padding: 6px 0;
      border-bottom: 1px solid rgba(0,0,0,.04);
    }
    .yrk-plan-list li:last-child { border-bottom: none; }
    .yrk-plan-list li i { color: #059669; font-size: .72rem; margin-top: 3px; flex-shrink: 0; }
    .yrk-plan-list li span { color: #94a3b8; }
    .yrk-plan-btn {
      display: flex; align-items: center; justify-content: center; gap: 8px;
      padding: 13px 20px; border-radius: 12px; font-weight: 800;
      font-size: .9rem; text-decoration: none; transition: all .2s;
    }
    .yrk-plan-btn--outline {
      border: 1.5px solid #cbd5e1; color: #475569;
      background: #fff;
    }
    .yrk-plan-btn--outline:hover { border-color: #059669; color: #059669; background: rgba(16,185,129,.04); }
    .yrk-plan-btn--primary {
      background: #059669; color: #fff; border: 1.5px solid #059669;
    }
    .yrk-plan-btn--primary:hover { background: #047857; color: #fff; transform: translateY(-1px); box-shadow: 0 6px 20px rgba(5,150,105,.3); }
    .yrk-plan-btn--dark {
      background: #0f172a; color: #fff; border: 1.5px solid #0f172a;
    }
    .yrk-plan-btn--dark:hover { background: #1e293b; color: #fff; }
    .yrk-plan-contract-badge {
      display: inline-flex; align-items: center; gap: 5px;
      background: rgba(0,0,0,.04); border-radius: 8px;
      padding: 6px 12px; margin-bottom: 18px;
      font-size: .73rem; font-weight: 600; color: #64748b;
    }

    /* ── Nasıl Çalışır? ─────────────────── */
    .yrk-how-section {
      padding: 88px 0 80px;
      background: #fff;
    }
    .yrk-steps-timeline {
      position: relative;
      max-width: 760px;
      margin: 0 auto;
    }
    .yrk-steps-timeline::before {
      content: '';
      position: absolute;
      left: 36px;
      top: 44px;
      bottom: 44px;
      width: 2px;
      background: linear-gradient(180deg, #059669, rgba(16,185,129,.1));
    }
    @media (max-width: 575px) {
      .yrk-steps-timeline::before { left: 22px; }
    }
    .yrk-step {
      display: flex;
      align-items: flex-start;
      gap: 20px;
      padding: 0 0 36px 0;
    }
    .yrk-step:last-child { padding-bottom: 0; }
    .yrk-step-num {
      width: 72px; height: 72px; border-radius: 50%; flex-shrink: 0;
      display: flex; align-items: center; justify-content: center;
      font-size: 1.4rem; font-weight: 900;
      position: relative; z-index: 1;
    }
    .yrk-step-num--1 { background: rgba(16,185,129,.12); color: #059669; border: 2px solid rgba(16,185,129,.3); }
    .yrk-step-num--2 { background: rgba(59,130,246,.1);  color: #2563eb; border: 2px solid rgba(59,130,246,.25); }
    .yrk-step-num--3 { background: rgba(99,102,241,.1);  color: #4f46e5; border: 2px solid rgba(99,102,241,.25); }
    .yrk-step-num--4 { background: rgba(245,158,11,.1);  color: #d97706; border: 2px solid rgba(245,158,11,.25); }
    .yrk-step-num--5 { background: rgba(16,185,129,.12); color: #059669; border: 2px solid rgba(16,185,129,.3); }
    @media (max-width: 575px) {
      .yrk-step-num { width: 44px; height: 44px; font-size: .85rem; }
    }
    .yrk-step-content {}
    .yrk-step-badge {
      display: inline-block;
      font-size: .62rem; font-weight: 800; text-transform: uppercase; letter-spacing: .07em;
      padding: 3px 10px; border-radius: 999px; margin-bottom: 6px;
    }
    .yrk-badge--1 { background: rgba(16,185,129,.1); color: #059669; }
    .yrk-badge--2 { background: rgba(59,130,246,.1);  color: #2563eb; }
    .yrk-badge--3 { background: rgba(99,102,241,.1);  color: #4f46e5; }
    .yrk-badge--4 { background: rgba(245,158,11,.1);  color: #d97706; }
    .yrk-badge--5 { background: rgba(16,185,129,.1);  color: #059669; }
    .yrk-step-title { font-size: 1.05rem; font-weight: 800; color: #0f172a; margin-bottom: 6px; }
    .yrk-step-desc  { font-size: .88rem; color: #64748b; line-height: 1.7; margin: 0; }
    /* Callout */
    .yrk-proc-callout {
      display: flex; align-items: center; gap: 20px;
      background: rgba(16,185,129,.06);
      border: 1.5px solid rgba(16,185,129,.2);
      border-radius: 16px; padding: 22px 28px;
      margin-top: 40px;
    }
    .yrk-proc-callout-ico {
      width: 52px; height: 52px; border-radius: 16px;
      background: rgba(16,185,129,.15); color: #059669;
      display: flex; align-items: center; justify-content: center;
      font-size: 1.3rem; flex-shrink: 0;
    }
    .yrk-proc-callout-text strong { display: block; font-size: .95rem; color: #0f172a; margin-bottom: 4px; }
    .yrk-proc-callout-text span   { font-size: .85rem; color: #64748b; }
    .yrk-proc-callout-badge {
      margin-left: auto; text-align: center; flex-shrink: 0;
      background: #059669; color: #fff; border-radius: 14px; padding: 12px 20px;
    }
    .yrk-proc-callout-badge .b-num  { display: block; font-size: 1.6rem; font-weight: 900; line-height: 1; }
    .yrk-proc-callout-badge .b-unit { display: block; font-size: .7rem; font-weight: 700; opacity: .8; }
    .yrk-proc-callout-badge .b-sub  { display: block; font-size: .6rem; opacity: .65; }
    @media (max-width: 575px) {
      .yrk-proc-callout { flex-wrap: wrap; }
      .yrk-proc-callout-badge { margin-left: 0; width: 100%; }
    }

    /* ── Özellikler ─────────────────────── */
    .yrk-feat-section {
      padding: 88px 0 80px;
      background: linear-gradient(180deg, #f8fafc 0%, #fff 100%);
    }
    .yrk-feat-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 20px;
    }
    @media (max-width: 991px) { .yrk-feat-grid { grid-template-columns: repeat(2,1fr); } }
    @media (max-width: 575px) { .yrk-feat-grid { grid-template-columns: 1fr; } }
    .yrk-feat-card {
      background: #fff; border: 1px solid #e2e8f0; border-radius: 18px;
      padding: 28px 24px; position: relative; overflow: hidden;
      transition: transform .2s, box-shadow .2s;
      display: flex; flex-direction: column;
    }
    .yrk-feat-card:hover { transform: translateY(-3px); box-shadow: 0 12px 36px rgba(0,0,0,.07); }
    .yrk-feat-card-inner { flex: 1; }
    .yrk-feat-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 14px; }
    .yrk-feat-icon {
      width: 44px; height: 44px; border-radius: 13px;
      display: flex; align-items: center; justify-content: center; font-size: 1.1rem;
    }
    .yrk-feat-icon--green  { background: rgba(16,185,129,.1);  color: #059669; }
    .yrk-feat-icon--blue   { background: rgba(59,130,246,.1);  color: #2563eb; }
    .yrk-feat-icon--amber  { background: rgba(245,158,11,.1);  color: #d97706; }
    .yrk-feat-icon--purple { background: rgba(124,58,237,.1);  color: #7c3aed; }
    .yrk-feat-icon--cyan   { background: rgba(6,182,212,.1);   color: #0891b2; }
    .yrk-feat-icon--orange { background: rgba(249,115,22,.1);  color: #ea580c; }
    .yrk-feat-metric { font-size: .7rem; font-weight: 800; color: #94a3b8; text-transform: uppercase; letter-spacing: .06em; }
    .yrk-feat-card h3 { font-size: .97rem; font-weight: 800; color: #0f172a; margin-bottom: 8px; }
    .yrk-feat-card p  { font-size: .84rem; color: #64748b; line-height: 1.65; margin: 0; }
    .yrk-feat-bar { height: 3px; border-radius: 3px; margin-top: 20px; }
    .yrk-feat-bar--green  { background: linear-gradient(90deg, #059669, #34d399); }
    .yrk-feat-bar--blue   { background: linear-gradient(90deg, #2563eb, #7c3aed); }
    .yrk-feat-bar--amber  { background: linear-gradient(90deg, #d97706, #f59e0b); }
    .yrk-feat-bar--purple { background: linear-gradient(90deg, #7c3aed, #c4b5fd); }
    .yrk-feat-bar--cyan   { background: linear-gradient(90deg, #0891b2, #67e8f9); }
    .yrk-feat-bar--orange { background: linear-gradient(90deg, #ea580c, #fdba74); }

    /* ── Sektörler ──────────────────────── */
    .yrk-sectors-section {
      padding: 80px 0 72px;
      background: #0f172a;
    }
    .yrk-sectors-section .section-tag { background: rgba(16,185,129,.15); color: #34d399; border-color: rgba(16,185,129,.3); }
    .yrk-sectors-section .section-title { color: #f1f5f9; }
    .yrk-sectors-section .section-sub   { color: #94a3b8; }
    .yrk-sector-grid {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 16px;
    }
    @media (max-width: 991px) { .yrk-sector-grid { grid-template-columns: repeat(2,1fr); } }
    @media (max-width: 575px) { .yrk-sector-grid { grid-template-columns: repeat(2,1fr); } }
    .yrk-sector-card {
      background: rgba(255,255,255,.04);
      border: 1px solid rgba(255,255,255,.1);
      border-radius: 16px; padding: 24px 20px;
      text-align: center;
      transition: background .2s, border-color .2s, transform .2s;
    }
    .yrk-sector-card:hover {
      background: rgba(16,185,129,.08);
      border-color: rgba(16,185,129,.35);
      transform: translateY(-3px);
    }
    .yrk-sector-icon {
      width: 52px; height: 52px; border-radius: 16px;
      background: rgba(16,185,129,.12); color: #34d399;
      display: flex; align-items: center; justify-content: center;
      font-size: 1.3rem; margin: 0 auto 12px;
    }
    .yrk-sector-name { font-size: .9rem; font-weight: 700; color: #f1f5f9; margin-bottom: 4px; }
    .yrk-sector-sub  { font-size: .75rem; color: #64748b; line-height: 1.5; }

    /* ── SSS ────────────────────────────── */
    .yrk-faq-section {
      padding: 88px 0 80px;
      background: #fff;
    }
    .yrk-faq-wrap { max-width: 760px; margin: 0 auto; }
    .yrk-faq-item {
      border: 1px solid #e2e8f0;
      border-radius: 14px;
      margin-bottom: 10px;
      overflow: hidden;
    }
    .yrk-faq-q {
      width: 100%; display: flex; align-items: center; justify-content: space-between;
      gap: 12px; background: none; border: none; padding: 18px 22px;
      text-align: left; cursor: pointer;
      font-size: .92rem; font-weight: 700; color: #0f172a;
      transition: background .15s;
    }
    .yrk-faq-q:hover { background: #f8fafc; }
    .yrk-faq-q[aria-expanded="true"] { background: #f0fdf4; color: #059669; }
    .yrk-faq-q i { color: #94a3b8; font-size: .7rem; transition: transform .2s; flex-shrink: 0; }
    .yrk-faq-q[aria-expanded="true"] i { transform: rotate(180deg); color: #059669; }
    .yrk-faq-a { padding: 0 22px 18px; font-size: .87rem; color: #475569; line-height: 1.75; }
    .yrk-faq-a--closed { display: none; }

    /* ── CTA Son ─────────────────────────── */
    .yrk-cta-section {
      padding: 88px 0 80px;
      background: linear-gradient(135deg, #f0fdf4 0%, #ecfdf5 60%, #f0f9ff 100%);
      position: relative; overflow: hidden;
    }
    .yrk-cta-section::before {
      content: '';
      position: absolute;
      inset: 0;
      background: radial-gradient(ellipse 60% 50% at 50% 50%, rgba(16,185,129,.1) 0%, transparent 65%);
    }
    .yrk-cta-inner {
      position: relative; z-index: 1;
      text-align: center; max-width: 640px; margin: 0 auto;
    }
    .yrk-cta-inner h2 { font-size: clamp(1.8rem, 3.5vw, 2.8rem); font-weight: 900; color: #0f172a; letter-spacing: -.03em; margin-bottom: 16px; }
    .yrk-cta-inner p  { font-size: 1rem; color: #475569; line-height: 1.75; margin-bottom: 36px; }
    .yrk-cta-btns { display: flex; justify-content: center; flex-wrap: wrap; gap: 14px; }
    .yrk-cta-cards {
      display: flex; justify-content: center; flex-wrap: wrap; gap: 12px; margin-top: 44px;
    }
    .yrk-cta-card {
      background: #fff; border: 1px solid #e2e8f0; border-radius: 14px;
      padding: 18px 22px; display: flex; align-items: center; gap: 12px;
      min-width: 180px;
    }
    .yrk-cta-card i { font-size: 1.3rem; color: #059669; }
    .yrk-cta-card-title { font-size: .85rem; font-weight: 800; color: #0f172a; }
    .yrk-cta-card-sub   { font-size: .73rem; color: #64748b; }

    /* ── Sticky CTA ─────────────────────── */
    .yrk-sticky-cta {
      position: fixed; bottom: 88px; right: 24px; z-index: 998;
      opacity: 0; transform: translateY(16px);
      transition: opacity .3s, transform .3s; pointer-events: none;
    }
    .yrk-sticky-cta.is-visible { opacity: 1; transform: translateY(0); pointer-events: all; }
    .yrk-sticky-cta button {
      display: flex; align-items: center; gap: 9px;
      background: #059669; color: #fff; font-weight: 800; font-size: .88rem;
      padding: 13px 22px; border-radius: 50px; border: none; cursor: pointer;
      box-shadow: 0 8px 28px rgba(5,150,105,.45);
      white-space: nowrap; transition: all .2s; font-family: inherit;
    }
    .yrk-sticky-cta button:hover { background: #047857; transform: translateY(-2px); box-shadow: 0 12px 36px rgba(5,150,105,.55); }
    @media (max-width: 575px) {
      .yrk-sticky-cta { bottom: 72px; right: 14px; }
      .yrk-sticky-cta button { font-size: .82rem; padding: 11px 16px; }
    }

    /* ── 3-way karşılaştırma tablosu ─── */
    .yrk-tbl-section { padding: 80px 0; background: #f8fafc; }
    .yrk-comp-table { width: 100%; border-collapse: collapse; font-size: .85rem; }
    .yrk-comp-table th { padding: 14px 16px; font-weight: 800; font-size: .83rem; text-align: center; }
    .yrk-comp-table th:first-child { text-align: left; background: #0f172a; color: #f1f5f9; border-radius: 10px 0 0 0; }
    .yrk-comp-table th.col-capex { background: rgba(239,68,68,.08); color: #b91c1c; border-top: 3px solid #ef4444; }
    .yrk-comp-table th.col-opex  { background: rgba(16,185,129,.1); color: #065f46; border-top: 3px solid #10b981; position: relative; }
    .yrk-comp-table th.col-cloud { background: rgba(37,99,235,.08); color: #1e40af; border-top: 3px solid #3b82f6; }
    .yrk-comp-table th.col-opex::after { content: 'ÖNERİLEN'; position: absolute; top: -14px; left: 50%; transform: translateX(-50%); background: #10b981; color: #fff; font-size: .58rem; font-weight: 900; padding: 2px 8px; border-radius: 999px; letter-spacing: .07em; white-space: nowrap; }
    .yrk-comp-table td { padding: 11px 16px; border-bottom: 1px solid #f1f5f9; color: #334155; text-align: center; vertical-align: middle; }
    .yrk-comp-table td:first-child { text-align: left; font-weight: 600; color: #0f172a; background: #fff; }
    .yrk-comp-table tr:last-child td { border-bottom: none; }
    .yrk-comp-table tr:hover td { background: #f8fafc; }
    .yrk-comp-table tr:hover td:first-child { background: #fff; }
    .yrk-comp-table .cat-hdr td { background: #0f172a !important; color: #94a3b8; font-size: .72rem; font-weight: 800; text-transform: uppercase; letter-spacing: .07em; padding: 8px 16px; }
    .yrk-comp-table .cat-hdr td:first-child { color: #f1f5f9; }
    .yrk-tbl-ok  { color: #059669; font-weight: 700; }
    .yrk-tbl-bad { color: #ef4444; }
    .yrk-tbl-mid { color: #f59e0b; font-weight: 600; }
    .yrk-tbl-scroll { overflow-x: auto; padding-top: 18px; border-radius: 16px; border: 1px solid #e2e8f0; box-shadow: 0 4px 24px rgba(0,0,0,.05); }

    /* Plan Tabs — sadece mobilde görünür */
    .yrk-plan-tabs { display: none; }
    @media(max-width:767px){
      .yrk-plan-tabs {
        display: flex; position: relative; gap: 0;
        background: #f1f5f9; border-radius: 14px; padding: 5px;
        margin-bottom: 16px;
      }
      .yrk-tab-slider {
        position: absolute; top: 5px; bottom: 5px;
        background: #fff; border-radius: 10px;
        box-shadow: 0 2px 12px rgba(15,23,42,.12);
        transition: left .26s cubic-bezier(.4,0,.2,1), width .26s cubic-bezier(.4,0,.2,1);
        pointer-events: none; z-index: 0;
      }
      .yrk-plan-tab {
        flex: 1; padding: 10px 4px; border: none; border-radius: 10px;
        background: transparent; font-size: .78rem; font-weight: 600;
        color: #64748b; cursor: pointer; transition: color .2s;
        font-family: inherit; white-space: nowrap; position: relative; z-index: 1;
        display: flex; flex-direction: column; align-items: center; gap: 3px;
      }
      .yrk-plan-tab.active { color: #065f46; font-weight: 700; }
      .yrk-tab-badge {
        display: inline-block; background: #10b981; color: #fff;
        font-size: .55rem; font-weight: 900; padding: 1px 6px;
        border-radius: 999px; letter-spacing: .04em;
      }
      /* Tablo sütun yönetimi */
      .yrk-tbl-scroll { overflow-x: visible; }
      .yrk-comp-table { table-layout: fixed; width: 100%; }
      .yrk-comp-table th:not(:first-child),
      .yrk-comp-table td:not(:first-child) { display: none; }
      .yrk-comp-table th:first-child,
      .yrk-comp-table td:first-child { width: 52%; }
      /* Seçili plan göster */
      .yrk-tbl-scroll[data-plan="1"] .yrk-comp-table th:nth-child(2),
      .yrk-tbl-scroll[data-plan="1"] .yrk-comp-table td:nth-child(2) { display: table-cell; width: 48%; }
      .yrk-tbl-scroll[data-plan="2"] .yrk-comp-table th:nth-child(3),
      .yrk-tbl-scroll[data-plan="2"] .yrk-comp-table td:nth-child(3) { display: table-cell; width: 48%; }
      .yrk-tbl-scroll[data-plan="3"] .yrk-comp-table th:nth-child(4),
      .yrk-tbl-scroll[data-plan="3"] .yrk-comp-table td:nth-child(4) { display: table-cell; width: 48%; }
      /* Cat-hdr row */
      .yrk-comp-table .cat-hdr td { font-size: .65rem; padding: 6px 12px; }
      .yrk-comp-table th:first-child { border-radius: 0; }
    }

    /* ── ROI hesaplayıcısı ─────────────── */
    .yrk-roi-section { padding: 92px 0; background: #fff; }
    .yrk-roi-topbar {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 10px;
      flex-wrap: wrap;
      margin-bottom: 14px;
    }
    .yrk-roi-chip {
      display: inline-flex;
      align-items: center;
      gap: 6px;
      font-size: .67rem;
      font-weight: 900;
      letter-spacing: .04em;
      text-transform: uppercase;
      color: #0f766e;
      background: rgba(20,184,166,.12);
      border: 1px solid rgba(20,184,166,.32);
      border-radius: 999px;
      padding: 6px 10px;
      line-height: 1;
    }
    .yrk-roi-chip--warn {
      color: #a16207;
      background: rgba(245,158,11,.14);
      border-color: rgba(245,158,11,.32);
    }
    .yrk-roi-wrap {
      background:
        radial-gradient(ellipse 85% 65% at 8% 0%, rgba(16,185,129,.11) 0%, transparent 58%),
        radial-gradient(ellipse 80% 60% at 100% 100%, rgba(14,165,233,.08) 0%, transparent 52%),
        linear-gradient(145deg, #f7fffb 0%, #f2fdf9 56%, #f4f9ff 100%);
      border: 1px solid rgba(16,185,129,.26);
      border-radius: 26px;
      padding: 34px;
      max-width: 1120px;
      margin: 0 auto;
      position: relative;
      overflow: hidden;
      box-shadow: 0 16px 44px rgba(15,23,42,.09);
    }
    @media(max-width:991px){ .yrk-roi-wrap { padding: 24px; } }
    @media(max-width:767px){ .yrk-roi-wrap { padding: 18px 14px; border-radius: 18px; } }

    .yrk-roi-grid {
      display: grid;
      grid-template-columns: minmax(280px, .95fr) minmax(0, 1.35fr);
      grid-template-areas:
        'qty items'
        'term items'
        'bakim items';
      gap: 16px;
      align-items: start;
    }
    .yrk-roi-alert {
      margin-bottom: 16px;
      background: linear-gradient(135deg, rgba(255,251,235,.95), rgba(254,243,199,.78));
      border: 1px solid rgba(245,158,11,.34);
      border-radius: 14px;
      padding: 12px 13px;
      display: flex;
      gap: 10px;
      align-items: flex-start;
    }
    .yrk-roi-alert-icon {
      width: 28px;
      height: 28px;
      border-radius: 8px;
      background: rgba(245,158,11,.2);
      color: #b45309;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      flex-shrink: 0;
    }
    .yrk-roi-alert-title { font-size: .78rem; font-weight: 900; color: #92400e; margin-bottom: 4px; letter-spacing: .01em; }
    .yrk-roi-alert-text { font-size: .72rem; color: #78350f; line-height: 1.45; margin: 0 0 8px; }
    .yrk-roi-alert-actions { display: flex; gap: 8px; flex-wrap: wrap; }
    .yrk-roi-mini-btn {
      display: inline-flex;
      align-items: center;
      gap: 6px;
      background: #059669;
      color: #fff;
      border: 0;
      border-radius: 8px;
      padding: 7px 10px;
      font-size: .68rem;
      font-weight: 800;
      line-height: 1;
      cursor: pointer;
    }
    .yrk-roi-mini-btn--ghost {
      background: transparent;
      color: #92400e;
      border: 1px solid rgba(146,64,14,.3);
    }
    .yrk-roi-panel {
      background: rgba(255,255,255,.9);
      border: 1px solid rgba(148,163,184,.28);
      border-radius: 14px;
      padding: 14px;
      box-shadow: 0 6px 16px rgba(15,23,42,.05);
    }
    .yrk-roi-field-stack { display: grid; gap: 10px; }
    .yrk-roi-field-block { display: grid; gap: 6px; }
    .yrk-roi-panel--qty { grid-area: qty; }
    .yrk-roi-panel--items { grid-area: items; }
    .yrk-roi-panel--term { grid-area: term; }
    .yrk-roi-panel--bakim { grid-area: bakim; }
    @media(max-width:991px){
      .yrk-roi-grid {
        grid-template-columns: 1fr;
        grid-template-areas:
          'qty'
          'items'
          'term'
          'bakim';
      }
      .yrk-roi-alert { margin-bottom: 12px; }
    }

    .yrk-roi-label { font-size: .79rem; font-weight: 800; color: #1f2937; margin-bottom: 8px; display: block; letter-spacing: .02em; text-transform: uppercase; }
    .yrk-roi-help { margin-top: 8px; font-size: .72rem; color: #64748b; line-height: 1.45; }
    .yrk-roi-items-wrap {
      background: #fff;
      border: 1px solid rgba(16,185,129,.2);
      border-radius: 12px;
      overflow: auto;
      max-height: 430px;
      scrollbar-width: thin;
    }
    .yrk-roi-items-head {
      display: grid;
      grid-template-columns: 1.7fr .7fr 1fr;
      gap: 10px;
      background: linear-gradient(90deg, rgba(16,185,129,.14), rgba(45,212,191,.12));
      padding: 9px 12px;
      font-size: .68rem;
      font-weight: 800;
      letter-spacing: .03em;
      text-transform: uppercase;
      color: #065f46;
    }
    .yrk-roi-cat {
      padding: 8px 12px;
      border-top: 1px solid rgba(15,23,42,.08);
      background: rgba(15,23,42,.07);
      font-size: .66rem;
      font-weight: 900;
      letter-spacing: .05em;
      text-transform: uppercase;
      color: #334155;
    }
    .yrk-roi-item-row {
      display: grid;
      grid-template-columns: 1.7fr .7fr 1fr;
      gap: 10px;
      align-items: center;
      padding: 9px 12px;
      border-top: 1px solid rgba(15,23,42,.08);
      transition: background .18s ease;
    }
    .yrk-roi-item-row:hover {
      background: rgba(16,185,129,.06);
    }
    .yrk-roi-item-main { display: flex; align-items: flex-start; gap: 8px; }
    .yrk-roi-item-main input { margin-top: 2px; accent-color: #059669; transform: scale(1.08); }
    .yrk-roi-item-title { font-size: .79rem; font-weight: 700; color: #0f172a; line-height: 1.35; display: block; }
    .yrk-roi-item-sub { font-size: .67rem; color: #64748b; line-height: 1.4; display: block; }
    .yrk-roi-item-qty {
      width: 100%;
      border: 1px solid #d1fae5;
      border-radius: 8px;
      padding: 6px 8px;
      font-size: .8rem;
      font-weight: 700;
      color: #0f172a;
      background: #fff;
    }
    .yrk-roi-item-price { font-size: .74rem; font-weight: 900; color: #047857; text-align: right; }
    @media(max-width:767px){
      .yrk-roi-items-wrap {
        max-height: none;
        overflow: visible;
      }
      .yrk-roi-items-head {
        display: none;
      }
      .yrk-roi-cat {
        font-size: .64rem;
        padding: 7px 10px;
      }
      .yrk-roi-item-row {
        grid-template-columns: 1fr auto;
        gap: 8px;
        padding: 10px;
      }
      .yrk-roi-item-main {
        grid-column: 1 / -1;
      }
      .yrk-roi-item-title { font-size: .76rem; }
      .yrk-roi-item-sub { font-size: .63rem; }
      .yrk-roi-item-qty {
        width: 82px;
        padding: 5px 7px;
        font-size: .76rem;
      }
      .yrk-roi-item-price {
        font-size: .72rem;
        min-width: 84px;
        text-align: right;
        align-self: center;
      }
    }
    .yrk-roi-include {
      margin-top: 10px;
      background: rgba(16,185,129,.06);
      border: 1px dashed rgba(16,185,129,.3);
      border-radius: 10px;
      padding: 8px 10px;
      font-size: .7rem;
      color: #166534;
      line-height: 1.5;
    }
    .yrk-roi-label span { background: rgba(16,185,129,.12); color: #065f46; font-weight: 800; padding: 1px 7px; border-radius: 5px; margin-left: 6px; font-size: .72rem; }
    .yrk-roi-range { width: 100%; accent-color: #059669; cursor: pointer; height: 6px; }
    .yrk-roi-select { width: 100%; border: 1.5px solid #d1fae5; border-radius: 10px; padding: 10px 13px; font-size: .88rem; color: #0f172a; font-family: inherit; background: #fff; outline: none; cursor: pointer; transition: border-color .15s; }
    .yrk-roi-select:focus { border-color: #059669; box-shadow: 0 0 0 3px rgba(16,185,129,.1); }
    .yrk-roi-divider { height: 1px; background: linear-gradient(90deg, transparent, rgba(16,185,129,.35), transparent); margin: 20px 0 18px; }
    .yrk-roi-results { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 16px; }
    @media(max-width:540px){ .yrk-roi-results { grid-template-columns: 1fr; } }
    .yrk-roi-result-card { border-radius: 14px; padding: 16px 14px; text-align: center; box-shadow: 0 8px 18px rgba(15,23,42,.06); }
    .yrk-roi-result-card--capex { background: linear-gradient(180deg, rgba(254,242,242,.95), rgba(254,226,226,.75)); border: 1px solid rgba(239,68,68,.26); }
    .yrk-roi-result-card--opex  { background: linear-gradient(180deg, rgba(236,253,245,.95), rgba(220,252,231,.7)); border: 1.5px solid rgba(16,185,129,.42); }
    .yrk-roi-result-card--save  { background: linear-gradient(180deg, rgba(239,246,255,.95), rgba(219,234,254,.72)); border: 1.5px solid rgba(59,130,246,.3); }
    .yrk-roi-result-lbl { font-size: .72rem; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; margin-bottom: 6px; }
    .yrk-roi-result-card--capex .yrk-roi-result-lbl { color: #b91c1c; }
    .yrk-roi-result-card--opex  .yrk-roi-result-lbl { color: #065f46; }
    .yrk-roi-result-card--save  .yrk-roi-result-lbl { color: #1e40af; }
    .yrk-roi-result-val { font-size: clamp(1.18rem, 2vw, 1.56rem); font-weight: 900; color: #0f172a; line-height: 1.05; margin-bottom: 4px; }
    .yrk-roi-result-sub { font-size: .7rem; color: #64748b; }
    .yrk-roi-result-badge {
      display: inline-flex;
      align-items: center;
      gap: 4px;
      font-size: .6rem;
      font-weight: 900;
      letter-spacing: .04em;
      text-transform: uppercase;
      color: #475569;
      background: rgba(148,163,184,.16);
      border: 1px solid rgba(148,163,184,.24);
      border-radius: 999px;
      padding: 4px 7px;
      margin-bottom: 6px;
      line-height: 1;
    }
    .yrk-roi-snapshot { margin-top: 12px; background: #fff; border: 1px solid rgba(15,23,42,.12); border-radius: 12px; padding: 10px 12px; display: flex; align-items: center; justify-content: space-between; gap: 10px; flex-wrap: wrap; }
    .yrk-roi-snapshot-item { font-size: .73rem; color: #475569; }
    .yrk-roi-snapshot-item strong { color: #0f172a; font-size: .83rem; }
    .yrk-roi-note { font-size: .73rem; color: #64748b; margin-top: 14px; line-height: 1.55; font-style: italic; }
    .yrk-roi-note strong { color: #059669; }

    /* ── Teklif / Görüşme modal ───────── */
    .yrk-modal-overlay {
      position: fixed; inset: 0; z-index: 9000;
      background: rgba(15,23,42,.55);
      backdrop-filter: blur(6px);
      display: flex; align-items: center; justify-content: center;
      padding: 16px;
      animation: yrkOverlayIn .2s ease;
    }
    .yrk-modal-overlay[hidden] { display: none; }
    @keyframes yrkOverlayIn { from { opacity: 0; } to { opacity: 1; } }

    .yrk-modal {
      background: #fff;
      border-radius: 22px;
      width: 100%; max-width: 640px;
      max-height: 92vh; overflow-y: auto;
      padding: 36px 36px 32px;
      position: relative;
      box-shadow: 0 32px 80px rgba(0,0,0,.22);
      animation: yrkModalIn .25s cubic-bezier(.34,1.3,.64,1);
    }
    @keyframes yrkModalIn { from { opacity: 0; transform: translateY(28px) scale(.97); } to { opacity: 1; transform: none; } }
    @media (max-width: 575px) { .yrk-modal { padding: 24px 18px 20px; border-radius: 16px; } }

    .yrk-modal-close {
      position: absolute; top: 16px; right: 18px;
      background: #f1f5f9; border: none; width: 34px; height: 34px;
      border-radius: 50%; cursor: pointer; font-size: .9rem; color: #64748b;
      display: flex; align-items: center; justify-content: center;
      transition: background .15s, color .15s;
    }
    .yrk-modal-close:hover { background: #e2e8f0; color: #0f172a; }

    .yrk-modal-header {
      display: flex; align-items: flex-start; gap: 14px; margin-bottom: 20px;
    }
    .yrk-modal-header-icon {
      width: 48px; height: 48px; border-radius: 14px; flex-shrink: 0;
      background: rgba(16,185,129,.12); color: #059669;
      display: flex; align-items: center; justify-content: center; font-size: 1.2rem;
    }
    .yrk-modal-title {
      font-size: 1.35rem; font-weight: 900; color: #0f172a; margin: 0 0 4px;
    }
    .yrk-modal-subtitle { font-size: .84rem; color: #64748b; margin: 0; }

    .yrk-modal-paket-row {
      display: flex; align-items: center; gap: 8px;
      background: rgba(16,185,129,.07); border: 1px solid rgba(16,185,129,.22);
      border-radius: 10px; padding: 9px 14px; margin-bottom: 22px;
      font-size: .82rem;
    }
    .yrk-modal-paket-lbl { color: #64748b; font-weight: 600; }
    .yrk-modal-paket-val { font-weight: 800; color: #059669; }

    .yrk-modal-row {
      display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-bottom: 14px;
    }
    @media (max-width: 500px) { .yrk-modal-row { grid-template-columns: 1fr; } }

    .yrk-modal-field {
      display: flex; flex-direction: column; gap: 5px;
    }
    .yrk-modal-field--full { margin-bottom: 14px; }
    .yrk-modal-field label {
      font-size: .78rem; font-weight: 700; color: #334155;
    }
    .yrk-modal-field .req { color: #ef4444; }
    .yrk-modal-field input,
    .yrk-modal-field select,
    .yrk-modal-field textarea {
      border: 1.5px solid #e2e8f0; border-radius: 10px;
      padding: 10px 13px; font-size: .88rem; color: #0f172a;
      font-family: inherit; background: #f8fafc;
      transition: border-color .15s, box-shadow .15s;
      outline: none;
    }
    .yrk-modal-field input:focus,
    .yrk-modal-field select:focus,
    .yrk-modal-field textarea:focus {
      border-color: #059669;
      box-shadow: 0 0 0 3px rgba(16,185,129,.12);
      background: #fff;
    }
    .yrk-modal-field input.is-invalid,
    .yrk-modal-field select.is-invalid,
    .yrk-modal-field textarea.is-invalid {
      border-color: #ef4444;
      box-shadow: 0 0 0 3px rgba(239,68,68,.09);
    }
    .yrk-modal-err { font-size: .73rem; color: #ef4444; min-height: 16px; }

    .yrk-modal-check-row {
      display: flex; align-items: flex-start; gap: 10px;
      font-size: .8rem; color: #475569; line-height: 1.6;
      margin-bottom: 6px; cursor: pointer;
    }
    .yrk-modal-check-row input[type=checkbox] {
      width: 17px; height: 17px; flex-shrink: 0; margin-top: 2px;
      accent-color: #059669; cursor: pointer;
    }
    .yrk-modal-check-row a { color: #059669; font-weight: 600; text-decoration: underline; }

    .yrk-modal-footer {
      display: flex; justify-content: flex-end; gap: 10px;
      margin-top: 20px; padding-top: 18px;
      border-top: 1px solid #f1f5f9;
    }
    .yrk-modal-btn-cancel {
      background: #f1f5f9; border: none; border-radius: 10px;
      padding: 11px 22px; font-size: .88rem; font-weight: 700;
      color: #64748b; cursor: pointer; transition: background .15s;
    }
    .yrk-modal-btn-cancel:hover { background: #e2e8f0; }
    .yrk-modal-btn-submit {
      background: #059669; border: none; border-radius: 10px;
      padding: 11px 28px; font-size: .9rem; font-weight: 800;
      color: #fff; cursor: pointer;
      display: flex; align-items: center; gap: 8px;
      transition: background .15s, transform .15s, box-shadow .15s;
    }
    .yrk-modal-btn-submit:hover { background: #047857; transform: translateY(-1px); box-shadow: 0 6px 20px rgba(5,150,105,.3); }
    .yrk-modal-btn-submit:disabled { opacity: .6; cursor: not-allowed; transform: none; }

    .yrk-modal-success {
      text-align: center; padding: 24px 0 8px;
    }
    .yrk-modal-success-icon {
      font-size: 3rem; color: #059669; margin-bottom: 14px;
    }
    .yrk-modal-success h3 { font-size: 1.3rem; font-weight: 900; color: #0f172a; margin-bottom: 10px; }
    .yrk-modal-success p { font-size: .9rem; color: #475569; line-height: 1.75; margin-bottom: 22px; }
    .yrk-modal-success a { color: #059669; font-weight: 700; }

    .yrk-modal-overlay--gorusme .yrk-modal-header-icon { background: rgba(37,99,235,.1); color: #2563eb; }
    .yrk-modal-overlay--gorusme .yrk-modal-paket-row { background: rgba(37,99,235,.06); border-color: rgba(37,99,235,.2); }
    .yrk-modal-overlay--gorusme .yrk-modal-paket-val { color: #2563eb; }
    .yrk-modal-overlay--gorusme .yrk-modal-field input:focus,
    .yrk-modal-overlay--gorusme .yrk-modal-field select:focus,
    .yrk-modal-overlay--gorusme .yrk-modal-field textarea:focus { border-color: #2563eb; box-shadow: 0 0 0 3px rgba(37,99,235,.1); }
    .yrk-modal-overlay--gorusme .yrk-modal-btn-submit { background: #2563eb; }
    .yrk-modal-overlay--gorusme .yrk-modal-btn-submit:hover { background: #1d4ed8; box-shadow: 0 6px 20px rgba(37,99,235,.3); }
    .yrk-modal-overlay--gorusme .yrk-modal-check-row a { color: #2563eb; }
    .yrk-modal-overlay--gorusme .yrk-modal-success-icon { color: #2563eb; }