/* ════════════════════════════════════════
   WEB TASARIM — web-tasarim.css
════════════════════════════════════════ */

/* ── HERO ──────────────────────────── */
.wt-hero{
  position:relative;
  padding:52px 0 0;
  overflow:hidden;
  min-height:520px;
}
.wt-hero-bg{
  position:absolute;inset:0;z-index:0;
  background:
    radial-gradient(ellipse 55% 75% at 65% 15%,rgba(75,50,210,.42) 0%,transparent 55%),
    radial-gradient(ellipse 35% 45% at 5%  80%,rgba(35,15,100,.28) 0%,transparent 50%);
}
.wt-hero-glow{
  position:absolute;top:-80px;right:10%;
  width:500px;height:500px;border-radius:50%;
  background:radial-gradient(rgba(109,111,245,.18),transparent 65%);
  pointer-events:none;z-index:0;
  animation:wt-glow-pulse 5s ease-in-out infinite;
}
@keyframes wt-glow-pulse{0%,100%{opacity:.8;transform:scale(1)}50%{opacity:1;transform:scale(1.08)}}

.wt-hero-grid{
  display:grid;
  grid-template-columns:1fr 480px;
  gap:0;align-items:flex-end;
  position:relative;z-index:2;
}
.wt-hero-left{padding-bottom:0}

.wt-hero-eyebrow{
  font-size:13px;font-weight:500;
  color:rgba(255,255,255,.35);
  margin-bottom:16px;letter-spacing:.3px;
}
.wt-hero-title{
  font-size:clamp(2rem,3.8vw,3rem);font-weight:900;
  letter-spacing:-.7px;color:#fff;
  margin-bottom:20px;line-height:1.12;
}
.wt-hero-title span{
  background:linear-gradient(90deg,#9b9eff,#c5c7ff);
  -webkit-background-clip:text;-webkit-text-fill-color:transparent;
  background-clip:text;
}
.wt-hero-desc{
  font-size:14.5px;color:rgba(255,255,255,.40);
  line-height:1.78;margin-bottom:28px;max-width:440px;
}

/* Butonlar */
.wt-hero-btns{display:flex;gap:12px;flex-wrap:wrap;margin-bottom:32px}
.wt-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);
}
.wt-btn-primary:hover{
  box-shadow:0 14px 38px rgba(80,70,220,.52);
  transform:translateY(-2px);color:#fff;
}
.wt-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;
  transition:background .22s;
}
.wt-btn-primary:hover .wt-btn-circle{background:rgba(255,255,255,.28)}
.wt-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;
}
.wt-btn-secondary:hover{
  background:rgba(255,255,255,.12);
  border-color:rgba(255,255,255,.20);color:#fff;
}

/* Alt 2 info kutusu */
.wt-hero-cards{
  display:grid;grid-template-columns:1fr 1fr;gap:12px;
  padding-bottom:0;
}
.wt-hc-card{
  border-radius:16px;
  background:rgba(14,15,32,.88);
  border:1px solid rgba(255,255,255,.08);
  padding:20px;
  display:flex;flex-direction:column;gap:14px;
  justify-content:space-between;
  min-height:110px;
  backdrop-filter:blur(12px);
}
.wt-hc-card p{
  font-size:13.5px;font-weight:700;color:#fff;
  line-height:1.4;margin:0;
}
.wt-hc-btn{
  display:inline-flex;align-items:center;gap:8px;
  padding:9px 18px 9px 9px;border-radius:50px;
  background:linear-gradient(135deg,#6d6ff5,#5558d9);
  color:#fff;font-size:12.5px;font-weight:700;
  text-decoration:none;align-self:flex-start;
  transition:all .22s;
  box-shadow:0 5px 18px rgba(80,70,220,.28);
}
.wt-hc-btn:hover{box-shadow:0 8px 26px rgba(80,70,220,.45);color:#fff}
.wt-btn-circle--sm{width:24px;height:24px;font-size:11px}

.wt-hc-card--img{
  padding:0;overflow:hidden;position:relative;
  text-decoration:none;cursor:pointer;
  transition:transform .30s,box-shadow .30s;
}
.wt-hc-card--img:hover{
  transform:translateY(-3px);
  box-shadow:0 16px 45px rgba(0,0,0,.50);
}
.wt-hc-card--img img{
  width:100%;height:100%;object-fit:cover;
  filter:brightness(.55);transition:transform .45s,filter .45s;
  position:absolute;inset:0;
}
.wt-hc-card--img:hover img{transform:scale(1.05);filter:brightness(.65)}
.wt-hc-img-text{
  position:absolute;bottom:0;left:0;right:0;
  padding:16px 16px 18px;
  background:linear-gradient(transparent,rgba(8,10,20,.85));
  font-size:14px;font-weight:800;color:#fff;
  line-height:1.3;
}

/* Sağ karakter */
.wt-hero-right{
  display:flex;align-items:flex-end;justify-content:center;
  position:relative;
}
.wt-hero-char-wrap{
  position:relative;
  width:460px;height:480px;
}
.wt-char-img{
  position:absolute;bottom:0;right:0;
  width:440px;height:480px;
  object-fit:cover;object-position:center top;
  border-radius:0;
  /* Fotoğrafı karakter gibi göster — arka planı kaldır */
  mix-blend-mode:normal;
  filter:drop-shadow(0 20px 60px rgba(60,40,180,.35));
  pointer-events:none;
}
.wt-char-glow{
  position:absolute;bottom:20px;left:50%;
  transform:translateX(-50%);
  width:300px;height:80px;
  background:radial-gradient(rgba(109,111,245,.28),transparent 70%);
  filter:blur(20px);pointer-events:none;
}
/* Floating rozetler */
.wt-badge{
  position:absolute;z-index:10;
  width:44px;height:44px;border-radius:12px;
  background:rgba(14,16,38,.90);
  border:1px solid rgba(109,111,245,.28);
  display:flex;align-items:center;justify-content:center;
  font-size:18px;color:#a5a8ff;
  box-shadow:0 8px 24px rgba(0,0,0,.45);
  backdrop-filter:blur(8px);
  animation:wt-float 4s ease-in-out infinite;
}
.wt-badge-1{top:14%;left:4%;animation-delay:0s}
.wt-badge-2{top:40%;left:-2%;animation-delay:-.9s}
.wt-badge-3{top:22%;right:6%;animation-delay:-1.8s}
@keyframes wt-float{0%,100%{transform:translateY(0)}50%{transform:translateY(-10px)}}

/* ── NEDEN FİKİR BULUTU ─────────────── */
.wt-why-section{padding:60px 0 70px}
.wt-why-head{text-align:center;margin-bottom:40px}
.wt-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;
}
.wt-why-head h2 span{
  background:linear-gradient(90deg,#9b9eff,#c5c7ff);
  -webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;
}
.wt-why-head p{
  font-size:15px;color:rgba(255,255,255,.38);
  max-width:480px;margin:0 auto;line-height:1.7;
}

/* Bento grid — 3 kart eşit yüksek */
.wt-feat-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:16px;
  align-items:stretch;
}
.wt-feat-card{
  border-radius:22px;overflow:hidden;
  border:1px solid rgba(255,255,255,.07);
  display:flex;flex-direction:column;
  transition:transform .30s cubic-bezier(.22,1,.36,1),
             border-color .30s,box-shadow .30s;
}
.wt-feat-card:hover{
  transform:translateY(-6px);
  border-color:rgba(109,111,245,.25);
  box-shadow:0 24px 65px rgba(0,0,0,.55);
}
.wt-feat-card--dark{background:rgba(13,14,28,.90)}
.wt-feat-card--accent{
  background:linear-gradient(160deg,rgba(30,24,75,.92) 0%,rgba(18,15,48,.96) 100%);
  border-color:rgba(109,111,245,.18);
}

/* Görsel alanı */
.wt-feat-img{
  flex:1;min-height:260px;position:relative;overflow:hidden;
  display:flex;align-items:center;justify-content:center;
}
.wt-feat-img img{
  width:100%;height:100%;object-fit:cover;
  filter:brightness(.62) saturate(1.1);
  transition:transform .45s,filter .45s;
}
.wt-feat-card:hover .wt-feat-img img{transform:scale(1.05);filter:brightness(.75) saturate(1.2)}
.wt-feat-img-glow{
  position:absolute;inset:0;pointer-events:none;
}
.wt-feat-img-glow--purple{
  background:linear-gradient(180deg,rgba(60,40,160,.35) 0%,transparent 60%);
}

/* Mobil görsel overlay — gradient alttan */
.wt-feat-img::after{
  content:'';position:absolute;bottom:0;left:0;right:0;height:60%;
  background:linear-gradient(transparent,rgba(8,10,20,.80));
  pointer-events:none;
}
.wt-feat-img--seo::after,.wt-feat-img--speed::after{display:none}

/* SEO visual */
.wt-feat-img--seo{
  background:linear-gradient(145deg,rgba(70,50,200,.22),rgba(40,25,100,.18));
  min-height:220px;
}
.wt-seo-visual{
  position:relative;display:flex;align-items:center;justify-content:center;
  width:100%;height:100%;padding:20px;
}
.wt-seo-letter{
  font-size:clamp(5rem,10vw,8rem);font-weight:900;
  color:rgba(109,111,245,.22);letter-spacing:-4px;
  user-select:none;
  text-shadow:0 0 80px rgba(109,111,245,.18);
}
.wt-seo-icon{
  position:absolute;bottom:-8px;right:20px;
  font-size:clamp(4rem,8vw,7rem);
  color:rgba(140,145,255,.55);
  filter:drop-shadow(0 8px 30px rgba(80,70,200,.40));
}

/* Hız visual */
.wt-feat-img--speed{
  background:rgba(10,11,22,.70);min-height:240px;
}
.wt-speed-visual{
  position:relative;display:flex;align-items:center;justify-content:center;
  width:160px;height:160px;
}
.wt-speed-ring{
  position:absolute;border-radius:50%;
  border-style:solid;
  animation:wt-spin-ring 4s linear infinite;
}
.wt-speed-ring-1{
  width:160px;height:160px;border-width:1.5px;
  border-color:rgba(109,111,245,.20) rgba(109,111,245,.06) rgba(109,111,245,.20) rgba(109,111,245,.06);
}
.wt-speed-ring-2{
  width:115px;height:115px;border-width:1.5px;
  border-color:rgba(109,111,245,.35) rgba(109,111,245,.10) rgba(109,111,245,.35) rgba(109,111,245,.10);
  animation-direction:reverse;animation-duration:3s;
}
.wt-speed-ring-3{
  width:72px;height:72px;border-width:2px;
  border-color:rgba(109,111,245,.60) rgba(109,111,245,.15) rgba(109,111,245,.60) rgba(109,111,245,.15);
  animation-duration:2s;
}
@keyframes wt-spin-ring{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}
.wt-speed-center{
  width:40px;height:40px;border-radius:50%;
  background:linear-gradient(135deg,#6d6ff5,#5558d9);
  display:flex;align-items:center;justify-content:center;
  font-size:20px;color:#fff;z-index:2;
  box-shadow:0 6px 24px rgba(80,70,200,.50);
}

/* Metin alanı */
.wt-feat-body{padding:24px 24px 28px}
.wt-feat-body--top{padding-bottom:0}
.wt-feat-body h3{
  font-size:clamp(1.1rem,1.8vw,1.4rem);font-weight:800;
  color:#fff;margin-bottom:10px;letter-spacing:-.25px;line-height:1.25;
}
.wt-feat-body p{
  font-size:13.5px;color:rgba(255,255,255,.36);
  line-height:1.72;margin:0;
}

/* ── HİZMET DETAYLARI ───────────────── */
.wt-services-section{padding:0 0 70px}
.wt-services-head{text-align:center;margin-bottom:32px}
.wt-services-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;
}
.wt-services-head h2,.wt-process-head h2{
  font-size:clamp(1.6rem,2.8vw,2.2rem);font-weight:900;
  color:#fff;letter-spacing:-.4px;margin:0;
}
.wt-services-head h2 span,.wt-process-head h2 span{
  background:linear-gradient(90deg,#9b9eff,#c5c7ff);
  -webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;
}
.wt-services-grid{
  display:grid;grid-template-columns:repeat(3,1fr);gap:14px;
}
.wt-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;
}
.wt-svc-card:hover{
  transform:translateY(-4px);
  border-color:rgba(109,111,245,.22);
  box-shadow:0 16px 45px rgba(0,0,0,.48);
}
.wt-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;
}
.wt-svc-card:hover .wt-svc-icon{
  background:rgba(109,111,245,.28);
  box-shadow:0 6px 20px rgba(80,70,200,.30);
}
.wt-svc-card h4{font-size:15px;font-weight:700;color:#fff;margin-bottom:8px;letter-spacing:-.1px}
.wt-svc-card p{font-size:13px;color:rgba(255,255,255,.35);line-height:1.70;margin:0}

/* ── SÜREÇ ──────────────────────────── */
.wt-process-section{padding:0 0 70px}
.wt-process-head{text-align:center;margin-bottom:32px}
.wt-process-grid{
  display:grid;grid-template-columns:repeat(4,1fr);gap:14px;
  position:relative;
}
/* Bağlantı çizgisi */
.wt-process-grid::before{
  content:'';position:absolute;
  top:36px;left:calc(12.5% + 7px);right:calc(12.5% + 7px);
  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;
}
.wt-proc-card{
  border-radius:18px;
  background:rgba(13,14,28,.88);
  border:1px solid rgba(255,255,255,.07);
  padding:24px 20px;
  position:relative;z-index:1;
  transition:transform .28s,border-color .28s,box-shadow .28s;
}
.wt-proc-card:hover{
  transform:translateY(-4px);
  border-color:rgba(109,111,245,.22);
  box-shadow:0 16px 45px rgba(0,0,0,.48);
}
.wt-proc-num{
  font-size:11px;font-weight:700;
  color:rgba(109,111,245,.60);letter-spacing:.5px;
  margin-bottom:12px;
}
.wt-proc-icon{
  width:44px;height:44px;border-radius:12px;
  background:rgba(109,111,245,.18);border:1px solid rgba(109,111,245,.24);
  display:flex;align-items:center;justify-content:center;
  font-size:20px;color:#a5a8ff;margin-bottom:14px;
  transition:all .25s;
}
.wt-proc-card:hover .wt-proc-icon{
  background:rgba(109,111,245,.28);
  box-shadow:0 5px 18px rgba(80,70,200,.28);
}
.wt-proc-card h4{font-size:14.5px;font-weight:700;color:#fff;margin-bottom:8px;letter-spacing:-.1px}
.wt-proc-card p{font-size:12.5px;color:rgba(255,255,255,.32);line-height:1.70;margin:0}

/* ── CTA BANDI ──────────────────────── */
.wt-cta-section{padding:0 0 70px}
.wt-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;
}
.wt-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%);
}
.wt-cta-left{position:relative;z-index:1}
.wt-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;
}
.wt-cta-left p{
  font-size:14px;color:rgba(255,255,255,.38);
  margin:0;line-height:1.70;
}
.wt-cta-right{
  position:relative;z-index:1;
  display:flex;flex-direction:column;align-items:center;gap:14px;flex-shrink:0;
}
.wt-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);
}
.wt-cta-btn:hover{
  box-shadow:0 14px 40px rgba(80,70,220,.55);
  transform:translateY(-2px);color:#fff;
}
.wt-cta-link{
  font-size:13px;color:rgba(255,255,255,.38);
  text-decoration:none;transition:color .2s;
}
.wt-cta-link:hover{color:rgba(165,168,255,.80)}

/* ── SSS ────────────────────────────── */
.wt-faq-section{padding:0 0 70px}
.wt-faq-title{
  font-size:clamp(1.5rem,2.5vw,2rem);font-weight:800;
  color:#fff;margin-bottom:24px;letter-spacing:-.4px;
}
.wt-faq-title span{
  background:linear-gradient(90deg,#9b9eff,#c5c7ff);
  -webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;
}
.wt-faq-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}
.wt-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;
}
.wt-faq-item.open{border-color:rgba(109,111,245,.28)}
.wt-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;
}
.wt-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;
}
.wt-faq-item.open .wt-faq-tog{
  background:rgba(109,111,245,.25);border-color:rgba(109,111,245,.40);
  color:#fff;transform:rotate(45deg);
}
.wt-faq-a{max-height:0;overflow:hidden;transition:max-height .32s cubic-bezier(.22,1,.36,1)}
.wt-faq-item.open .wt-faq-a{max-height:200px}
.wt-faq-a p{padding:0 20px 16px;font-size:13px;color:rgba(255,255,255,.38);line-height:1.75;margin:0}

/* ── SON ÇALIŞMALAR ─────────────────── */
.wt-portfolio-section{padding:0 0 70px}
.wt-portfolio-head{
  display:flex;align-items:flex-end;justify-content:space-between;
  gap:20px;margin-bottom:28px;flex-wrap:wrap;
}
.wt-portfolio-head-left p{
  font-size:14px;color:rgba(255,255,255,.36);
  margin:6px 0 0;
}
.wt-portfolio-head-left h2{
  font-size:clamp(1.6rem,2.8vw,2.2rem);font-weight:900;
  color:#fff;letter-spacing:-.4px;margin:8px 0 0;
}
.wt-portfolio-head-left h2 span{
  background:linear-gradient(90deg,#9b9eff,#c5c7ff);
  -webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;
}
.wt-portfolio-all{
  display:inline-flex;align-items:center;gap:8px;
  padding:10px 20px;border-radius:50px;
  background:rgba(255,255,255,.06);
  border:1px solid rgba(255,255,255,.10);
  color:rgba(255,255,255,.60);font-size:13.5px;font-weight:600;
  text-decoration:none;white-space:nowrap;
  transition:all .22s;flex-shrink:0;
}
.wt-portfolio-all:hover{
  background:rgba(109,111,245,.15);
  border-color:rgba(109,111,245,.30);
  color:#a5a8ff;
}
.wt-port-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:16px;
}

/* ref-card — referanslar.css'ten alınan ortak stiller */
.ref-card{
  position:relative;border-radius:18px;overflow:hidden;
  background:#0e1020;border:1px solid rgba(255,255,255,.07);
  cursor:pointer;text-decoration:none;display:block;
  transition:transform .35s cubic-bezier(.22,1,.36,1),
             box-shadow .35s,border-color .35s;
}
.ref-card:hover{
  transform:translateY(-5px);
  box-shadow:0 22px 60px rgba(0,0,0,.60);
  border-color:rgba(109,111,245,.28);
}
.ref-thumb{position:relative;height:220px;overflow:hidden}
.ref-thumb img{
  width:100%;height:100%;object-fit:cover;
  transition:transform .55s cubic-bezier(.22,1,.36,1);display:block;
}
.ref-card:hover .ref-thumb img{transform:scale(1.06)}
.ref-thumb-overlay{
  position:absolute;inset:0;
  background:linear-gradient(180deg,rgba(10,12,22,.05) 0%,rgba(10,12,22,.42) 65%,rgba(10,12,22,.78) 100%);
}
.ref-card-logo{
  position:absolute;bottom:16px;left:50%;transform:translateX(-50%);
  z-index:2;font-size:18px;font-weight:900;
  color:rgba(255,255,255,.90);letter-spacing:3px;
  text-shadow:0 2px 16px rgba(0,0,0,.7);white-space:nowrap;pointer-events:none;
}
.ref-ext-btn{
  position:absolute;top:12px;right:12px;
  width:38px;height:38px;border-radius:50%;
  background:rgba(255,255,255,.10);backdrop-filter:blur(10px);
  border:1px solid rgba(255,255,255,.15);
  display:flex;align-items:center;justify-content:center;
  font-size:14px;color:rgba(255,255,255,.88);
  text-decoration:none;transition:all .22s;z-index:3;
}
.ref-card:hover .ref-ext-btn{
  background:#6d6ff5;border-color:#6d6ff5;color:#fff;transform:scale(1.08);
}
.ref-card-info{padding:20px 18px 40px;text-align:center}
.ref-card-info h4{
  font-size:15.5px;font-weight:700;margin-bottom:4px;
  letter-spacing:-.15px;color:#fff;
}
.ref-card-info span{font-size:12px;color:rgba(255,255,255,.75)}

/* ── RESPONSIVE ─────────────────────── */
@media(max-width:1100px){
  .wt-hero-grid{grid-template-columns:1fr 380px}
  .wt-char-img{width:370px}
}
@media(max-width:991px){
  .wt-hero-grid{grid-template-columns:1fr;gap:32px}
  .wt-hero-right{display:none}
  .wt-feat-grid{grid-template-columns:1fr 1fr}
  .wt-services-grid{grid-template-columns:1fr 1fr}
  .wt-process-grid{grid-template-columns:1fr 1fr}
  .wt-process-grid::before{display:none}
  .wt-cta-card{flex-direction:column;padding:32px 28px;text-align:center}
  .wt-faq-grid{grid-template-columns:1fr}
  .wt-port-grid{grid-template-columns:1fr 1fr}
}
@media(max-width:575px){
  .wt-feat-grid{grid-template-columns:1fr}
  .wt-services-grid{grid-template-columns:1fr}
  .wt-hero-cards{grid-template-columns:1fr}
  .wt-hero-btns{flex-direction:column;align-items:flex-start}
  .wt-port-grid{grid-template-columns:1fr}
  .wt-portfolio-head{flex-direction:column;align-items:flex-start}
}
