/* ════════════════════════════════════════
   WEB YAZILIM — web-yazilim.css
════════════════════════════════════════ */

/* ── Sözdizimi renkleri ─── */
.wy-c-kw  { color:#c792ea }
.wy-c-fn  { color:#82aaff }
.wy-c-var { color:#f07178 }
.wy-c-str { color:#c3e88d }
.wy-c-cm  { color:rgba(255,255,255,.28);font-style:italic }
.wy-cursor{ animation:wy-blink .9s step-end infinite }
@keyframes wy-blink{ 0%,100%{opacity:1} 50%{opacity:0} }

/* ── HERO ──────────────────────────── */
.wy-hero{
  position:relative;padding:52px 0 0;overflow:hidden;min-height:560px;
}
.wy-hero-bg{
  position:absolute;inset:0;z-index:0;
  background:
    radial-gradient(ellipse 50% 65% at 70% 10%,rgba(60,40,180,.38) 0%,transparent 55%),
    radial-gradient(ellipse 40% 55% at 5% 85%, rgba(30,15,90,.28) 0%,transparent 50%);
}

/* Arka plan kod dekorasyonu */
.wy-code-bg{
  position:absolute;top:0;left:0;right:0;bottom:0;
  display:flex;flex-direction:column;justify-content:center;
  padding:60px 60px;gap:28px;
  opacity:.045;pointer-events:none;z-index:0;
  font-family:'Fira Code','Courier New',monospace;font-size:13px;
  overflow:hidden;
}
.wy-code-line{ white-space:nowrap }

.wy-hero-grid{
  display:grid;grid-template-columns:1fr 520px;
  gap:40px;align-items:center;position:relative;z-index:2;
}
.wy-hero-eyebrow{
  font-size:13px;font-weight:500;color:rgba(255,255,255,.32);
  margin-bottom:14px;letter-spacing:.3px;
}
.wy-hero-title{
  font-size:clamp(2rem,3.8vw,3rem);font-weight:900;
  letter-spacing:-.7px;color:#fff;margin-bottom:18px;line-height:1.12;
}
.wy-hero-title span{
  background:linear-gradient(90deg,#9b9eff,#c5c7ff);
  -webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;
}
.wy-hero-desc{
  font-size:14.5px;color:rgba(255,255,255,.40);
  line-height:1.78;margin-bottom:20px;max-width:440px;
}

/* Tech tags */
.wy-tech-tags{
  display:flex;flex-wrap:wrap;gap:8px;margin-bottom:26px;
}
.wy-tech-tags span{
  padding:5px 13px;border-radius:50px;
  background:rgba(109,111,245,.12);
  border:1px solid rgba(109,111,245,.22);
  font-size:12px;font-weight:600;color:rgba(165,168,255,.85);
  font-family:'Fira Code','Courier New',monospace;
}

/* Butonlar */
.wy-hero-btns{display:flex;gap:12px;flex-wrap:wrap;margin-bottom:32px}
.wy-btn-primary{
  display:inline-flex;align-items:center;gap:10px;
  padding:12px 22px 12px 12px;border-radius:50px;
  background:linear-gradient(135deg,#6d6ff5,#5558d9);
  color:#fff;font-size:14px;font-weight:700;
  text-decoration:none;transition:all .25s;
  box-shadow:0 8px 28px rgba(80,70,220,.32);
}
.wy-btn-primary:hover{
  box-shadow:0 14px 38px rgba(80,70,220,.52);
  transform:translateY(-2px);color:#fff;
}
.wy-btn-circle{
  width:30px;height:30px;border-radius:50%;
  background:rgba(255,255,255,.20);
  display:flex;align-items:center;justify-content:center;
  font-size:13px;flex-shrink:0;
}
.wy-btn-secondary{
  display:inline-flex;align-items:center;
  padding:12px 22px;border-radius:50px;
  background:rgba(255,255,255,.07);
  border:1px solid rgba(255,255,255,.12);
  color:rgba(255,255,255,.70);font-size:14px;font-weight:600;
  text-decoration:none;transition:all .22s;
}
.wy-btn-secondary:hover{background:rgba(255,255,255,.12);color:#fff}

/* Hero stats */
.wy-hero-stats{
  display:flex;align-items:center;gap:0;
  border-radius:14px;
  background:rgba(14,15,32,.70);
  border:1px solid rgba(255,255,255,.07);
  backdrop-filter:blur(12px);
  padding:18px 24px;width:fit-content;
}
.wy-hstat{text-align:center;padding:0 20px}
.wy-hstat-num{
  font-size:22px;font-weight:900;color:#fff;
  letter-spacing:-.4px;margin-bottom:2px;
}
.wy-hstat-lbl{font-size:11.5px;color:rgba(255,255,255,.30)}
.wy-hstat-sep{
  width:1px;height:36px;
  background:rgba(255,255,255,.08);flex-shrink:0;
}

/* ── CODE EDITOR MOCKUP ─────────────── */
.wy-hero-right{
  display:flex;align-items:center;justify-content:flex-end;
  padding-bottom:32px;
}
.wy-editor-wrap{
  width:100%;max-width:500px;
  border-radius:16px;overflow:hidden;
  border:1px solid rgba(255,255,255,.10);
  box-shadow:0 32px 80px rgba(0,0,0,.65);
  position:relative;
}
.wy-editor-bar{
  background:#1a1b2e;
  border-bottom:1px solid rgba(255,255,255,.07);
  padding:10px 14px;
  display:flex;align-items:center;gap:12px;
}
.wy-editor-dots{display:flex;gap:6px}
.wy-editor-dots span{width:11px;height:11px;border-radius:50%;display:block}
.wy-editor-tabs{
  display:flex;gap:2px;flex:1;
  font-size:12px;font-family:'Fira Code','Courier New',monospace;
}
.wy-editor-tabs span{
  padding:5px 14px;border-radius:6px 6px 0 0;
  color:rgba(255,255,255,.28);cursor:pointer;
  border-bottom:2px solid transparent;transition:all .2s;
}
.wy-editor-tabs span.active{
  color:#a5a8ff;background:rgba(109,111,245,.10);
  border-bottom-color:#6d6ff5;
}
.wy-editor-body{
  background:#0d0e1f;
  display:flex;gap:0;
  font-family:'Fira Code','Courier New',monospace;
  font-size:12.5px;line-height:1.80;
  padding:14px 0;
  max-height:280px;overflow:hidden;
}
.wy-line-nums{
  padding:0 12px;
  display:flex;flex-direction:column;
  color:rgba(255,255,255,.15);
  font-size:12px;
  border-right:1px solid rgba(255,255,255,.05);
  user-select:none;text-align:right;min-width:36px;
}
.wy-code-content{
  padding:0 16px;flex:1;
  display:flex;flex-direction:column;
  overflow:hidden;
}
.wy-cl{white-space:nowrap}

/* Terminal */
.wy-terminal{
  background:#050610;
  border-top:1px solid rgba(255,255,255,.06);
}
.wy-term-bar{
  padding:7px 14px;
  font-size:11.5px;color:rgba(255,255,255,.30);
  display:flex;align-items:center;gap:6px;
  border-bottom:1px solid rgba(255,255,255,.04);
}
.wy-term-body{
  padding:10px 16px 14px;
  font-family:'Fira Code','Courier New',monospace;
  font-size:12px;line-height:1.80;
  display:flex;flex-direction:column;gap:2px;
}
.wy-term-prompt{color:#6d6ff5;margin-right:6px;font-weight:700}
.wy-term-ok{color:#28c840}
.wy-term-body div{color:rgba(255,255,255,.55)}

/* Floating badge'lar */
.wy-float-badge{
  position:absolute;
  padding:7px 14px;border-radius:50px;
  background:rgba(14,16,38,.92);
  backdrop-filter:blur(10px);
  border:1px solid rgba(109,111,245,.25);
  font-size:12px;font-weight:700;color:#a5a8ff;
  display:flex;align-items:center;gap:7px;
  box-shadow:0 8px 24px rgba(0,0,0,.45);
  animation:wy-float 4s ease-in-out infinite;
  z-index:10;
}
.wy-float-badge i{font-size:13px}
.wy-fb-1{top:-14px;left:20px;animation-delay:0s}
.wy-fb-2{top:-14px;right:30px;animation-delay:-.8s}
.wy-fb-3{bottom:-14px;left:50%;transform:translateX(-50%);animation-delay:-1.6s}
@keyframes wy-float{0%,100%{transform:translateY(0)}50%{transform:translateY(-8px)}}
.wy-fb-3{animation:wy-float3 4s ease-in-out infinite;animation-delay:-1.6s}
@keyframes wy-float3{
  0%,100%{transform:translateX(-50%) translateY(0)}
  50%{transform:translateX(-50%) translateY(-8px)}
}

/* ── NEDEN BİZ ──────────────────────── */
.wy-why-section{padding:70px 0}
.wy-why-head{text-align:center;margin-bottom:40px}
.wy-why-head h2{
  font-size:clamp(1.8rem,3.5vw,2.8rem);font-weight:900;
  color:#fff;letter-spacing:-.6px;line-height:1.15;margin-bottom:14px;
}
.wy-why-head h2 span{
  background:linear-gradient(90deg,#9b9eff,#c5c7ff);
  -webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;
}
.wy-why-head p{font-size:15px;color:rgba(255,255,255,.38);max-width:500px;margin:0 auto;line-height:1.7}

.wy-feat-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  grid-template-rows:auto;
  gap:16px;
}
.wy-feat-col{display:flex;flex-direction:column;gap:16px}

.wy-feat-card{
  border-radius:20px;overflow:hidden;
  border:1px solid rgba(255,255,255,.07);
  background:rgba(13,14,28,.90);
  display:flex;flex-direction:column;
  transition:transform .30s cubic-bezier(.22,1,.36,1),border-color .30s,box-shadow .30s;
}
.wy-feat-card:hover{
  transform:translateY(-5px);
  border-color:rgba(109,111,245,.25);
  box-shadow:0 24px 65px rgba(0,0,0,.55);
}
.wy-feat-card--tall{height:100%}
.wy-feat-card--accent{
  background:rgba(20,18,52,.88);
  border-color:rgba(109,111,245,.16);
}

/* Görsel alanlar */
.wy-feat-vis{
  flex:1;min-height:200px;
  display:flex;align-items:center;justify-content:center;
  padding:24px;position:relative;overflow:hidden;
}
.wy-feat-vis::before{
  content:'';position:absolute;inset:0;
  background:radial-gradient(ellipse 70% 70% at 50% 50%,rgba(109,111,245,.07),transparent 70%);
}
.wy-feat-vis--db{ background:rgba(8,9,20,.60); min-height:260px; }
.wy-feat-vis--api{ background:rgba(8,9,20,.50); min-height:140px; }
.wy-feat-vis--panel{ background:rgba(8,9,20,.60); min-height:150px; }

/* DB visual */
.wy-db-visual{display:flex;flex-direction:column;gap:10px;width:100%;max-width:280px;z-index:1}
.wy-db-table{
  border-radius:10px;overflow:hidden;
  border:1px solid rgba(109,111,245,.20);
  background:rgba(14,16,38,.88);
  font-size:12px;font-family:'Fira Code','Courier New',monospace;
}
.wy-db-table--sm{ opacity:.75 }
.wy-db-header{
  padding:8px 12px;
  background:rgba(109,111,245,.14);
  border-bottom:1px solid rgba(109,111,245,.18);
  font-weight:700;color:#a5a8ff;
  display:flex;align-items:center;gap:7px;font-size:11.5px;
}
.wy-db-row{
  display:flex;align-items:center;gap:10px;
  padding:7px 12px;
  border-bottom:1px solid rgba(255,255,255,.04);
  color:rgba(255,255,255,.60);
}
.wy-db-row:last-child{border-bottom:none}
.wy-db-id{color:rgba(109,111,245,.70);min-width:28px;font-weight:600}
.wy-db-row span:nth-child(2){flex:1}
.wy-db-tag{
  padding:2px 8px;border-radius:4px;
  background:rgba(109,111,245,.18);
  color:#a5a8ff;font-size:10.5px;font-weight:600;
}
.wy-db-tag--blue{background:rgba(66,133,244,.18);color:#82b4ff}
.wy-db-tag--gray{background:rgba(255,255,255,.08);color:rgba(255,255,255,.40)}
.wy-db-tag--green{background:rgba(40,200,64,.16);color:#7eff99}
.wy-db-arrow{text-align:center;color:rgba(109,111,245,.40);font-size:14px}

/* API visual */
.wy-api-visual{
  display:flex;flex-direction:column;gap:8px;z-index:1;width:100%;
  font-family:'Fira Code','Courier New',monospace;
}
.wy-api-pill{
  padding:3px 10px;border-radius:5px;
  font-size:10.5px;font-weight:800;letter-spacing:.5px;
  display:inline-block;width:fit-content;
}
.wy-api-get{background:rgba(40,200,64,.18);color:#7eff99;border:1px solid rgba(40,200,64,.28)}
.wy-api-post{background:rgba(109,111,245,.22);color:#a5a8ff;border:1px solid rgba(109,111,245,.32)}
.wy-api-put{background:rgba(255,185,0,.18);color:#ffd166;border:1px solid rgba(255,185,0,.28)}
.wy-api-path{
  font-size:12px;color:rgba(255,255,255,.45);
  padding-left:4px;margin-top:-2px;margin-bottom:6px;
}

/* Panel visual */
.wy-panel-visual{
  display:flex;border-radius:10px;overflow:hidden;
  border:1px solid rgba(255,255,255,.08);
  z-index:1;width:100%;max-width:220px;height:120px;
  background:#0a0b1c;
}
.wy-pv-sidebar{
  width:32px;background:rgba(109,111,245,.10);
  border-right:1px solid rgba(255,255,255,.06);
  display:flex;flex-direction:column;align-items:center;
  padding:8px 0;gap:8px;
}
.wy-pv-logo{
  width:16px;height:16px;border-radius:4px;
  background:linear-gradient(135deg,#6d6ff5,#5558d9);margin-bottom:4px;
}
.wy-pv-menu div{
  width:18px;height:18px;border-radius:5px;
  display:flex;align-items:center;justify-content:center;
  font-size:9px;color:rgba(255,255,255,.25);
  transition:all .2s;
}
.wy-pv-menu div.active{
  background:rgba(109,111,245,.22);color:#a5a8ff;
}
.wy-pv-main{flex:1;padding:8px;display:flex;flex-direction:column;gap:5px}
.wy-pv-bar{height:6px;border-radius:3px;background:rgba(255,255,255,.06)}
.wy-pv-cards{display:flex;gap:4px}
.wy-pvc{
  flex:1;height:20px;border-radius:5px;
  background:rgba(109,111,245,.12);border:1px solid rgba(109,111,245,.15);
}
.wy-pv-chart{
  display:flex;align-items:flex-end;gap:4px;flex:1;
  padding-top:4px;
}
.wy-pv-chart div{
  flex:1;border-radius:3px 3px 0 0;
  background:linear-gradient(180deg,rgba(109,111,245,.60),rgba(109,111,245,.20));
  min-height:4px;
}

/* Feat body */
.wy-feat-body{padding:20px 22px 24px}
.wy-feat-icon{
  width:42px;height:42px;border-radius:11px;
  background:rgba(109,111,245,.18);border:1px solid rgba(109,111,245,.26);
  display:flex;align-items:center;justify-content:center;
  font-size:19px;color:#a5a8ff;margin-bottom:12px;
  transition:all .25s;
}
.wy-feat-card:hover .wy-feat-icon{
  background:rgba(109,111,245,.28);box-shadow:0 5px 18px rgba(80,70,200,.28);
}
.wy-feat-icon--accent{
  background:rgba(109,111,245,.22);border-color:rgba(109,111,245,.35);
}
.wy-feat-body h3{
  font-size:clamp(1rem,1.8vw,1.25rem);font-weight:800;
  color:#fff;margin-bottom:9px;letter-spacing:-.2px;line-height:1.25;
}
.wy-feat-body p{font-size:13.5px;color:rgba(255,255,255,.36);line-height:1.72;margin:0}

/* ── HİZMET DETAYLARI ───────────────── */
.wy-services-section{padding:0 0 70px}
.wy-services-head{text-align:center;margin-bottom:32px}
.wy-tag{
  display:inline-flex;
  border:1px solid rgba(109,111,245,.28);border-radius:50px;
  padding:4px 14px;font-size:11.5px;font-weight:600;
  color:rgba(150,155,255,.85);background:rgba(109,111,245,.09);
  margin-bottom:12px;
}
.wy-services-head h2,.wy-tech-head h2{
  font-size:clamp(1.6rem,2.8vw,2.2rem);font-weight:900;
  color:#fff;letter-spacing:-.4px;margin:0;
}
.wy-services-head h2 span,.wy-tech-head h2 span{
  background:linear-gradient(90deg,#9b9eff,#c5c7ff);
  -webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;
}
.wy-services-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}
.wy-svc-card{
  border-radius:16px;background:rgba(13,14,28,.88);
  border:1px solid rgba(255,255,255,.07);padding:24px;
  transition:transform .28s,border-color .28s,box-shadow .28s;
}
.wy-svc-card:hover{
  transform:translateY(-4px);
  border-color:rgba(109,111,245,.22);
  box-shadow:0 16px 45px rgba(0,0,0,.48);
}
.wy-svc-icon{
  width:46px;height:46px;border-radius:12px;
  background:rgba(109,111,245,.18);border:1px solid rgba(109,111,245,.25);
  display:flex;align-items:center;justify-content:center;
  font-size:20px;color:#a5a8ff;margin-bottom:14px;transition:all .25s;
}
.wy-svc-card:hover .wy-svc-icon{
  background:rgba(109,111,245,.28);box-shadow:0 6px 20px rgba(80,70,200,.30);
}
.wy-svc-card h4{font-size:15px;font-weight:700;color:#fff;margin-bottom:8px;letter-spacing:-.1px}
.wy-svc-card p{font-size:13px;color:rgba(255,255,255,.35);line-height:1.70;margin:0}

/* ── TEKNOLOJİLER ───────────────────── */
.wy-tech-section{padding:0 0 70px}
.wy-tech-head{text-align:center;margin-bottom:32px}
.wy-tech-head p{font-size:14px;color:rgba(255,255,255,.36);margin:10px auto 0;max-width:400px}
.wy-tech-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}
.wy-tech-card{
  border-radius:16px;background:rgba(13,14,28,.88);
  border:1px solid rgba(255,255,255,.07);
  padding:22px 20px;
  display:flex;flex-direction:column;gap:12px;
  transition:transform .28s,border-color .28s,box-shadow .28s;
}
.wy-tech-card:hover{
  transform:translateY(-4px);border-color:rgba(109,111,245,.22);
  box-shadow:0 14px 40px rgba(0,0,0,.45);
}
.wy-tech-icon{
  width:44px;height:44px;border-radius:11px;
  display:flex;align-items:center;justify-content:center;
  font-size:22px;transition:all .25s;
}
.wy-ti-php{ background:rgba(119,123,237,.18);border:1px solid rgba(119,123,237,.25);color:#9b9eff }
.wy-ti-db{  background:rgba(0,150,100,.16); border:1px solid rgba(0,150,100,.22); color:#5fffc0 }
.wy-ti-js{  background:rgba(255,214,0,.14); border:1px solid rgba(255,214,0,.20); color:#ffd166 }
.wy-ti-react{background:rgba(97,218,251,.14);border:1px solid rgba(97,218,251,.20);color:#7deeff}
.wy-ti-api{ background:rgba(255,100,60,.14); border:1px solid rgba(255,100,60,.20); color:#ff8a68 }
.wy-ti-sec{ background:rgba(40,200,80,.14);  border:1px solid rgba(40,200,80,.22);  color:#7eff99 }
.wy-tech-card:hover .wy-tech-icon{transform:scale(1.08);box-shadow:0 5px 18px rgba(0,0,0,.30)}
.wy-tech-card span{font-size:14px;font-weight:700;color:#fff;font-family:'Fira Code','Courier New',monospace}
.wy-tech-bar{
  height:4px;border-radius:4px;
  background:rgba(255,255,255,.06);overflow:hidden;
}
.wy-tech-fill{
  height:100%;border-radius:4px;
  background:linear-gradient(90deg,#6d6ff5,#a5a8ff);
  transition:width 1.2s cubic-bezier(.22,1,.36,1);
}

/* ── SÜREÇ ──────────────────────────── */
.wy-process-section{padding:0 0 70px}
.wy-process-grid{
  display:grid;grid-template-columns:repeat(5,1fr);gap:12px;
  position:relative;
}
.wy-process-grid::before{
  content:'';position:absolute;
  top:34px;left:calc(10% + 6px);right:calc(10% + 6px);
  height:1px;
  background:linear-gradient(to right,
    rgba(109,111,245,.40),rgba(109,111,245,.15) 50%,rgba(109,111,245,.40));
  z-index:0;
}
.wy-proc-card{
  border-radius:16px;background:rgba(13,14,28,.88);
  border:1px solid rgba(255,255,255,.07);
  padding:22px 18px;position:relative;z-index:1;
  transition:transform .28s,border-color .28s,box-shadow .28s;
}
.wy-proc-card:hover{
  transform:translateY(-4px);border-color:rgba(109,111,245,.22);
  box-shadow:0 14px 40px rgba(0,0,0,.45);
}
.wy-proc-num{
  font-size:10.5px;font-weight:700;color:rgba(109,111,245,.55);
  letter-spacing:.5px;margin-bottom:10px;
}
.wy-proc-icon{
  width:40px;height:40px;border-radius:10px;
  background:rgba(109,111,245,.18);border:1px solid rgba(109,111,245,.24);
  display:flex;align-items:center;justify-content:center;
  font-size:18px;color:#a5a8ff;margin-bottom:12px;transition:all .25s;
}
.wy-proc-card:hover .wy-proc-icon{
  background:rgba(109,111,245,.28);box-shadow:0 5px 16px rgba(80,70,200,.28);
}
.wy-proc-card h4{font-size:13.5px;font-weight:700;color:#fff;margin-bottom:7px;letter-spacing:-.1px}
.wy-proc-card p{font-size:12px;color:rgba(255,255,255,.30);line-height:1.68;margin:0}

/* ── CTA ────────────────────────────── */
.wy-cta-section{padding:0 0 70px}
.wy-cta-card{
  border-radius:22px;background:rgba(13,14,28,.92);
  border:1px solid rgba(255,255,255,.08);
  padding:50px 52px;
  display:flex;align-items:center;justify-content:space-between;
  gap:32px;position:relative;overflow:hidden;
}
.wy-cta-glow{
  position:absolute;inset:0;pointer-events:none;
  background:
    radial-gradient(ellipse 55% 90% at 0% 50%,rgba(60,40,160,.22),transparent 55%),
    radial-gradient(ellipse 45% 80% at 100% 50%,rgba(40,20,120,.16),transparent 55%);
}
/* Arka plan kod satırı dekorasyonu */
.wy-cta-code{
  position:absolute;bottom:20px;right:52px;
  font-family:'Fira Code','Courier New',monospace;
  font-size:13px;opacity:.12;pointer-events:none;white-space:nowrap;
}
.wy-cta-left{position:relative;z-index:1}
.wy-cta-left h2{
  font-size:clamp(1.5rem,2.5vw,2.1rem);font-weight:900;
  color:#fff;margin-bottom:10px;letter-spacing:-.4px;line-height:1.2;
}
.wy-cta-left p{font-size:14px;color:rgba(255,255,255,.38);margin:0;line-height:1.70}
.wy-cta-right{
  position:relative;z-index:1;
  display:flex;flex-direction:column;align-items:center;gap:14px;flex-shrink:0;
}
.wy-cta-btn{
  display:inline-flex;align-items:center;gap:10px;
  padding:14px 26px 14px 14px;border-radius:50px;
  background:linear-gradient(135deg,#6d6ff5,#5558d9);
  color:#fff;font-size:15px;font-weight:700;
  text-decoration:none;white-space:nowrap;transition:all .25s;
  box-shadow:0 8px 28px rgba(80,70,220,.35);
}
.wy-cta-btn:hover{
  box-shadow:0 14px 40px rgba(80,70,220,.55);
  transform:translateY(-2px);color:#fff;
}
.wy-cta-link{
  font-size:13px;color:rgba(255,255,255,.38);
  text-decoration:none;transition:color .2s;
}
.wy-cta-link:hover{color:rgba(165,168,255,.80)}

/* ── SSS ────────────────────────────── */
.wy-faq-section{padding:0 0 70px}
.wy-faq-title{
  font-size:clamp(1.5rem,2.5vw,2rem);font-weight:800;
  color:#fff;margin-bottom:24px;letter-spacing:-.4px;
}
.wy-faq-title span{
  background:linear-gradient(90deg,#9b9eff,#c5c7ff);
  -webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;
}
.wy-faq-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}
.wy-faq-item{
  border-radius:13px;background:rgba(14,15,30,.88);
  border:1px solid rgba(255,255,255,.07);overflow:hidden;
  cursor:pointer;transition:border-color .2s;
}
.wy-faq-item.open{border-color:rgba(109,111,245,.28)}
.wy-faq-q{
  display:flex;align-items:center;justify-content:space-between;gap:12px;
  padding:16px 20px;font-size:14px;font-weight:600;
  color:rgba(255,255,255,.80);user-select:none;
}
.wy-faq-tog{
  flex-shrink:0;width:26px;height:26px;border-radius:50%;
  background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.10);
  display:flex;align-items:center;justify-content:center;
  font-size:16px;font-weight:300;color:rgba(255,255,255,.55);
  transition:all .22s;line-height:1;
}
.wy-faq-item.open .wy-faq-tog{
  background:rgba(109,111,245,.25);border-color:rgba(109,111,245,.40);
  color:#fff;transform:rotate(45deg);
}
.wy-faq-a{max-height:0;overflow:hidden;transition:max-height .32s cubic-bezier(.22,1,.36,1)}
.wy-faq-item.open .wy-faq-a{max-height:200px}
.wy-faq-a p{padding:0 20px 16px;font-size:13px;color:rgba(255,255,255,.38);line-height:1.75;margin:0}

/* ── RESPONSIVE ─────────────────────── */
@media(max-width:1100px){
  .wy-hero-grid{grid-template-columns:1fr 420px}
}
@media(max-width:991px){
  .wy-hero-grid{grid-template-columns:1fr;gap:40px}
  .wy-editor-wrap{max-width:100%}
  .wy-feat-grid{grid-template-columns:1fr}
  .wy-feat-card--tall{height:auto}
  .wy-services-grid{grid-template-columns:1fr 1fr}
  .wy-tech-grid{grid-template-columns:1fr 1fr}
  .wy-process-grid{grid-template-columns:1fr 1fr}
  .wy-process-grid::before{display:none}
  .wy-cta-card{flex-direction:column;padding:32px 28px;text-align:center}
  .wy-faq-grid{grid-template-columns:1fr}
  .wy-hero-stats{width:100%;justify-content:center}
}
@media(max-width:575px){
  .wy-services-grid{grid-template-columns:1fr}
  .wy-tech-grid{grid-template-columns:1fr}
  .wy-process-grid{grid-template-columns:1fr}
  .wy-hero-btns{flex-direction:column;align-items:flex-start}
  .wy-hero-stats{flex-direction:column;gap:16px}
  .wy-hstat-sep{width:80%;height:1px}
}
