/* ============================================================
   Özel Yazılım Geliştirme — sw- prefix
   Açık tema: #fff bg, #111827 başlık, #E91E63 accent (marka pembe)
   ============================================================ */
.sw-accent { color: #E91E63; }
.sw-label {
    display: inline-flex; align-items: center; gap: 6px;
    font-size: 12px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase;
    color: #E91E63; background: rgba(233,30,99,.08); border: 1px solid rgba(233,30,99,.15);
    border-radius: 100px; padding: 4px 12px; margin-bottom: 16px;
}
.sw-h2 { font-size: 36px; font-weight: 800; color: #111827; line-height: 1.2; letter-spacing: -.5px; margin: 0 0 16px; }
.sw-lead { font-size: 17px; color: #6b7280; line-height: 1.7; margin: 0; }

/* ── HERO ── */
.sw-hero { position: relative; background: #fff; padding: 140px 0 80px; overflow: hidden; }
.sw-hero__blob { position: absolute; border-radius: 50%; filter: blur(80px); pointer-events: none; z-index: 0; }
.sw-hero__blob--1 { width: 500px; height: 500px; background: rgba(233,30,99,.07); top: -100px; left: -100px; }
.sw-hero__blob--2 { width: 400px; height: 400px; background: rgba(194,24,91,.05); bottom: -80px; right: -80px; }
.sw-hero__inner { position: relative; z-index: 1; }
.sw-hero__tag {
    display: inline-flex; align-items: center; gap: 8px;
    font-size: 12px; font-weight: 700; letter-spacing: 1.2px; text-transform: uppercase;
    color: #E91E63; background: rgba(233,30,99,.08); border: 1px solid rgba(233,30,99,.18);
    border-radius: 100px; padding: 5px 14px; margin-bottom: 20px;
}
.sw-hero__dot { width: 6px; height: 6px; background: #E91E63; border-radius: 50%; animation: sw-pulse 1.8s ease-in-out infinite; }
@keyframes sw-pulse { 0%,100%{opacity:1;transform:scale(1);}50%{opacity:.5;transform:scale(1.4);} }
.sw-hero__h1 { font-size: clamp(32px,5vw,52px); font-weight: 900; color: #111827; line-height: 1.1; letter-spacing: -1px; margin: 0 0 20px; }
.sw-hero__desc { font-size: 18px; color: #4b5563; line-height: 1.75; margin: 0 0 32px; max-width: 520px; }
.sw-hero__ctas { display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 28px; }
.sw-btn { display: inline-flex; align-items: center; gap: 8px; padding: 14px 26px; border-radius: 100px; font-size: 15px; font-weight: 700; text-decoration: none; transition: all .2s ease; cursor: pointer; border: 2px solid transparent; }
.sw-btn--blue { background: linear-gradient(135deg,#E91E63,#C2185B); color: #fff !important; -webkit-text-fill-color: #fff !important; }
.sw-btn--blue:hover { filter: brightness(1.1); transform: translateY(-2px); color: #fff !important; -webkit-text-fill-color: #fff !important; text-decoration: none; }
.sw-btn--border { background: transparent; color: #374151 !important; -webkit-text-fill-color: #374151 !important; border-color: #d1d5db; }
.sw-btn--border:hover { border-color: #E91E63; color: #E91E63 !important; -webkit-text-fill-color: #E91E63 !important; background: rgba(233,30,99,.04); text-decoration: none; }
.sw-hero__proof { display: flex; flex-wrap: wrap; gap: 10px; }
.sw-hero__pill { display: inline-flex; align-items: center; gap: 6px; font-size: 12px; font-weight: 600; color: #6b7280 !important; -webkit-text-fill-color: #6b7280 !important; background: #f3f4f6; border-radius: 100px; padding: 5px 12px; }
.sw-hero__pill--blue { color: #E91E63 !important; -webkit-text-fill-color: #E91E63 !important; background: rgba(233,30,99,.08); }
.sw-hero__pill--star { color: #D97706 !important; -webkit-text-fill-color: #D97706 !important; background: rgba(217,119,6,.08); }

/* ── CODE EDITOR ── */
.sw-editor { position: relative; background: #1e1e2e; border-radius: 16px; box-shadow: 0 20px 60px rgba(0,0,0,.20); font-family: 'JetBrains Mono', monospace; max-width: 480px; margin: 0 auto; }
.sw-editor__bar { display: flex; align-items: center; gap: 8px; padding: 12px 16px; border-bottom: 1px solid rgba(255,255,255,.06); }
.sw-editor__dot { width: 12px; height: 12px; border-radius: 50%; }
.sw-editor__dot--r { background: #ff5f56; }
.sw-editor__dot--y { background: #ffbd2e; }
.sw-editor__dot--g { background: #27c93f; }
.sw-editor__filename { font-size: 12px; color: rgba(255,255,255,.4); margin-left: 8px; }
.sw-editor__body { padding: 20px 20px 24px; display: flex; flex-direction: column; gap: 2px; }
.sw-code-line { font-size: 13px; line-height: 1.7; white-space: pre; }
.sw-code-line--in  { padding-left: 20px; }
.sw-code-line--in2 { padding-left: 40px; }
.sw-kw  { color: #c792ea; }
.sw-cls { color: #82aaff; }
.sw-fn  { color: #82aaff; }
.sw-var { color: #f07178; }
.sw-op  { color: #89ddff; }
.sw-br  { color: #89ddff; }
.sw-editor__badge { position: absolute; display: flex; align-items: center; gap: 8px; background: #fff; border: 1px solid #e5e7eb; border-radius: 12px; padding: 10px 14px; font-size: 12px; box-shadow: 0 4px 16px rgba(0,0,0,.10); white-space: nowrap; z-index: 2; }
.sw-editor__badge--1 { bottom: -16px; left: -20px; }
.sw-editor__badge--2 { top: 30px; right: -24px; }
.sw-editor__badge--3 { bottom: 30px; right: -20px; display: flex; gap: 8px; padding: 10px 14px; }

/* ── STATS STRIP ── */
.sw-stats { background: #111827; padding: 28px 0; }
.sw-stats__row { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 8px 0; }
.sw-sstat { display: flex; flex-direction: column; align-items: center; gap: 4px; padding: 0 32px; text-align: center; }
.sw-sstat__icon { font-size: 20px; color: #E91E63 !important; -webkit-text-fill-color: #E91E63 !important; margin-bottom: 4px; }
.sw-sstat__num { font-size: 22px; font-weight: 900; color: #fff !important; -webkit-text-fill-color: #fff !important; line-height: 1; }
.sw-sstat__lbl { font-size: 11px; color: rgba(255,255,255,.55) !important; -webkit-text-fill-color: rgba(255,255,255,.55) !important; font-weight: 600; letter-spacing: .3px; }
.sw-sstat-sep { width: 1px; height: 40px; background: rgba(255,255,255,.1); }

/* ── NEDİR ── */
.sw-nedir { background: #fff; padding: 80px 0; }
.sw-nedir__text p { font-size: 16px; color: #374151; line-height: 1.8; margin-bottom: 16px; }
.sw-nedir__list { list-style: none; padding: 0; margin: 24px 0 0; display: flex; flex-direction: column; gap: 10px; }
.sw-nedir__list li { display: flex; align-items: center; gap: 10px; font-size: 15px; color: #374151; font-weight: 600; }
.sw-nedir__list li i { color: #E91E63 !important; -webkit-text-fill-color: #E91E63 !important; font-size: 16px; flex-shrink: 0; }
.sw-nedir-card { background: #fff; border: 1px solid #e5e7eb; border-radius: 16px; padding: 20px 24px; display: flex; align-items: flex-start; gap: 16px; margin-bottom: 12px; box-shadow: 0 1px 4px rgba(0,0,0,.04); transition: box-shadow .15s; }
.sw-nedir-card:hover { box-shadow: 0 4px 16px rgba(233,30,99,.08); }
.sw-nedir-card__icon { width: 44px; height: 44px; background: rgba(233,30,99,.10) !important; border-radius: 12px; display: flex; align-items: center; justify-content: center; font-size: 18px; color: #E91E63 !important; -webkit-text-fill-color: #E91E63 !important; flex-shrink: 0; }
.sw-nedir-card__title { font-size: 15px; font-weight: 800; color: #111827; margin-bottom: 4px; }
.sw-nedir-card__text { font-size: 13px; color: #6b7280; line-height: 1.6; margin: 0; }

/* ── HİZMETLER BENTO ── */
.sw-services { background: #f9fafb; padding: 80px 0; }
.sw-bento { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; }
.sw-bento__item--wide { grid-column: span 2; }
.sw-bento__item--std  { grid-column: span 1; }
.sw-svc-card { background: #fff; border: 1px solid #e5e7eb; border-radius: 18px; padding: 24px; display: flex; flex-direction: column; gap: 10px; height: 100%; box-shadow: 0 1px 4px rgba(0,0,0,.04); transition: box-shadow .15s; }
.sw-svc-card:hover { box-shadow: 0 6px 24px rgba(233,30,99,.08); }
.sw-svc-card--lg { flex-direction: row; gap: 20px; align-items: flex-start; }
.sw-svc-card--featured { border-color: rgba(233,30,99,.25); background: linear-gradient(135deg,rgba(233,30,99,.03),#fff); }
.sw-svc-card__body { flex: 1; }
.sw-svc-card__icon { width: 48px; height: 48px; background: rgba(233,30,99,.10) !important; border-radius: 14px; display: flex; align-items: center; justify-content: center; font-size: 20px; color: #E91E63 !important; -webkit-text-fill-color: #E91E63 !important; flex-shrink: 0; }
.sw-svc-card__title { font-size: 16px; font-weight: 800; color: #111827; line-height: 1.3; }
.sw-svc-card__text { font-size: 13px; color: #6b7280; line-height: 1.65; margin: 0; }
@media(max-width:768px){ .sw-bento{grid-template-columns:1fr;} .sw-bento__item--wide,.sw-bento__item--std{grid-column:1;} .sw-svc-card--lg{flex-direction:column;} }

/* ── TEKNOLOJİ STACK ── */
.sw-tech { background: #fff; padding: 80px 0; }
.sw-tech__grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; }
.sw-tech-card { background: #f9fafb; border: 1px solid #e5e7eb; border-radius: 14px; padding: 20px 16px; text-align: center; transition: box-shadow .15s; }
.sw-tech-card:hover { box-shadow: 0 4px 16px rgba(233,30,99,.08); background: #fff; }
.sw-tech-card__icon { font-size: 28px; display: block; margin-bottom: 8px; }
.sw-tech-card__icon--txt { font-size: 22px; font-weight: 900; font-family: 'JetBrains Mono', monospace; display: block; margin-bottom: 8px; }
.sw-tech-card__name { font-size: 14px; font-weight: 800; color: #111827; margin-bottom: 2px; }
.sw-tech-card__desc { font-size: 12px; color: #6b7280; font-weight: 500; }
@media(max-width:768px){ .sw-tech__grid{grid-template-columns:repeat(2,1fr);} }

/* ── SÜREÇ ── */
.sw-process { background: #f9fafb; padding: 80px 0; }
.sw-process-grid { display: grid; grid-template-columns: repeat(5,1fr); gap: 16px; }
.sw-step-card { background: #fff; border: 1px solid #e5e7eb; border-radius: 18px; padding: 24px 18px; position: relative; transition: box-shadow .15s; }
.sw-step-card:hover { box-shadow: 0 4px 20px rgba(233,30,99,.08); }
.sw-step-card__num { position: absolute; top: 14px; right: 14px; font-size: 11px; font-weight: 900; color: rgba(233,30,99,.25) !important; -webkit-text-fill-color: rgba(233,30,99,.25) !important; letter-spacing: 1px; }
.sw-step-card__icon { width: 44px; height: 44px; background: rgba(233,30,99,.10) !important; border-radius: 12px; display: flex; align-items: center; justify-content: center; font-size: 18px; color: #E91E63 !important; -webkit-text-fill-color: #E91E63 !important; margin-bottom: 12px; margin-top: 6px; }
.sw-step-card__title { font-size: 14px; font-weight: 800; color: #111827; margin-bottom: 8px; line-height: 1.3; }
.sw-step-card__text { font-size: 12px; color: #6b7280; line-height: 1.65; margin: 0; }
@media(max-width:992px){ .sw-process-grid{grid-template-columns:repeat(2,1fr);} }
@media(max-width:576px){ .sw-process-grid{grid-template-columns:1fr;} }

/* ── SEKTÖRLER ── */
.sw-sectors { background: #fff; padding: 80px 0; }
.sw-sector__grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; }
.sw-sector-card { background: #f9fafb; border: 1px solid #e5e7eb; border-radius: 16px; padding: 24px 20px; transition: box-shadow .15s; }
.sw-sector-card:hover { box-shadow: 0 4px 16px rgba(233,30,99,.08); background: #fff; }
.sw-sector-card > i { font-size: 26px; color: #E91E63 !important; -webkit-text-fill-color: #E91E63 !important; margin-bottom: 12px; display: block; }
.sw-sector-card__name { font-size: 15px; font-weight: 800; color: #111827; margin-bottom: 6px; }
.sw-sector-card p { font-size: 13px; color: #6b7280; line-height: 1.6; margin: 0; }
@media(max-width:768px){ .sw-sector__grid{grid-template-columns:repeat(2,1fr);} }
@media(max-width:480px){ .sw-sector__grid{grid-template-columns:1fr;} }

/* ── PAKETLER ── */
.sw-pkg { background: #f9fafb; padding: 80px 0; }
.sw-pkg-card { background: #fff; border: 1.5px solid #e5e7eb; border-radius: 20px; padding: 32px 28px; height: 100%; display: flex; flex-direction: column; gap: 12px; position: relative; }
.sw-pkg-card--featured { border-color: #E91E63; box-shadow: 0 8px 32px rgba(233,30,99,.12); }
.sw-pkg-badge { position: absolute; top: -13px; left: 50%; transform: translateX(-50%); background: linear-gradient(135deg,#E91E63,#C2185B); color: #fff !important; -webkit-text-fill-color: #fff !important; font-size: 11px; font-weight: 800; padding: 4px 14px; border-radius: 100px; white-space: nowrap; }
.sw-pkg-card__tier { font-size: 11px; font-weight: 800; letter-spacing: 1.2px; text-transform: uppercase; color: #E91E63 !important; -webkit-text-fill-color: #E91E63 !important; }
.sw-pkg-card__name { font-size: 22px; font-weight: 900; color: #111827; }
.sw-pkg-card__desc { font-size: 14px; color: #6b7280; margin: 0; }
.sw-pkg-card__features { list-style: none; padding: 0; margin: 8px 0 0; display: flex; flex-direction: column; gap: 8px; flex: 1; }
.sw-pkg-card__features li { display: flex; align-items: flex-start; gap: 8px; font-size: 13px; color: #374151; font-weight: 600; line-height: 1.4; }
.sw-pkg-card__features li i { color: #E91E63 !important; -webkit-text-fill-color: #E91E63 !important; margin-top: 2px; flex-shrink: 0; }
.sw-pkg-cta { display: block; text-align: center; background: linear-gradient(135deg,#E91E63,#C2185B); color: #fff !important; -webkit-text-fill-color: #fff !important; border-radius: 100px; padding: 12px 24px; font-size: 14px; font-weight: 700; text-decoration: none; margin-top: auto; transition: filter .15s, transform .15s; }
.sw-pkg-cta:hover { filter: brightness(1.08); transform: translateY(-1px); text-decoration: none; color: #fff !important; -webkit-text-fill-color: #fff !important; }

/* ── NEDEN BİZ ── */
.sw-why { background: #fff; padding: 80px 0; }
.sw-why-card { background: #f9fafb; border: 1px solid #e5e7eb; border-radius: 16px; padding: 20px; display: flex; flex-direction: column; gap: 10px; height: 100%; }
.sw-why-card__icon { width: 44px; height: 44px; background: rgba(233,30,99,.10) !important; border-radius: 12px; display: flex; align-items: center; justify-content: center; font-size: 18px; color: #E91E63 !important; -webkit-text-fill-color: #E91E63 !important; }
.sw-why-card__title { font-size: 15px; font-weight: 800; color: #111827; }
.sw-why-card p { font-size: 13px; color: #6b7280; line-height: 1.6; margin: 0; }
.sw-why__metrics { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.sw-metric { background: linear-gradient(135deg,rgba(233,30,99,.06),rgba(233,30,99,.02)); border: 1.5px solid rgba(233,30,99,.15); border-radius: 16px; padding: 24px; text-align: center; }
.sw-metric__num { font-size: 30px; font-weight: 900; color: #E91E63 !important; -webkit-text-fill-color: #E91E63 !important; line-height: 1; margin-bottom: 6px; }
.sw-metric__lbl { font-size: 12px; color: #6b7280; font-weight: 700; }

/* ── FAQ ── */
.sw-faq { background: #fff; padding: 80px 0; }
.sw-faq__acc .accordion-item { border: 1px solid #e5e7eb; border-radius: 12px !important; margin-bottom: 8px; overflow: hidden; }
.sw-faq__acc .accordion-button { font-size: 15px; font-weight: 700; color: #111827 !important; -webkit-text-fill-color: #111827 !important; background: #fff !important; box-shadow: none !important; padding: 18px 20px; }
.sw-faq__acc .accordion-button:not(.collapsed) { color: #E91E63 !important; -webkit-text-fill-color: #E91E63 !important; background: rgba(233,30,99,.03) !important; }
.sw-faq__acc .accordion-body { font-size: 14px; color: #374151; line-height: 1.75; padding: 4px 20px 18px; }

/* ── CTA ── */
.sw-cta { background: linear-gradient(135deg,#E91E63,#C2185B); padding: 80px 0; text-align: center; }
.sw-cta__eyebrow { font-size: 12px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; color: rgba(255,255,255,.7) !important; -webkit-text-fill-color: rgba(255,255,255,.7) !important; margin-bottom: 16px; }
.sw-cta__title { font-size: clamp(28px,4vw,44px); font-weight: 900; color: #fff !important; -webkit-text-fill-color: #fff !important; line-height: 1.15; margin: 0 0 16px; letter-spacing: -.5px; }
.sw-cta__sub { font-size: 17px; color: rgba(255,255,255,.85) !important; -webkit-text-fill-color: rgba(255,255,255,.85) !important; margin: 0 auto 32px; max-width: 560px; line-height: 1.7; }
.sw-cta__btns { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; }

/* ── TAGS ── */
.sw-tags { background: #fff; padding: 40px 0; border-top: 1px solid #e5e7eb; }
.sw-tags__title { font-size: 12px; font-weight: 700; color: #9ca3af; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 16px; }
.sw-tags__cloud { display: flex; flex-wrap: wrap; gap: 8px; }
.sw-tag { display: inline-flex; align-items: center; background: #f3f4f6; color: #374151; font-size: 12px; font-weight: 600; padding: 4px 12px; border-radius: 100px; border: 1px solid #e5e7eb; transition: all .15s; cursor: default; }
.sw-tag:hover { background: rgba(233,30,99,.06); border-color: rgba(233,30,99,.25); color: #E91E63 !important; -webkit-text-fill-color: #E91E63 !important; }
.sw-tag--hot { background: rgba(233,30,99,.06); border-color: rgba(233,30,99,.18); color: #E91E63 !important; -webkit-text-fill-color: #E91E63 !important; }

@media(max-width:768px){
    .sw-hero { padding: 120px 0 60px; }
    .sw-h2 { font-size: 26px; }
    .sw-editor { max-width: 100%; }
    .sw-sstat { padding: 0 14px; }
    .sw-why__metrics { grid-template-columns: 1fr 1fr; }
}