/* ============================================================
   220 CREATIVE — HİZMETLER (services.css) — PREMIUM DARK v4
   .sv- prefix · service.css ile birlikte yüklenir (hero kit)
   ============================================================ */

.sv { --sv-line: rgba(255,255,255,.08); }

/* ── HERO proof satırı ── */
.sv-proof { display: flex; gap: 32px; margin-top: 40px; flex-wrap: wrap; }
.sv-proof-item { display: flex; flex-direction: column; position: relative; padding-left: 18px; }
.sv-proof-item::before {
    content: ""; position: absolute; left: 0; top: 4px; bottom: 4px; width: 2px;
    background: linear-gradient(to bottom, var(--gold), transparent); border-radius: 2px;
}
.sv-proof-item b { font-size: 1.7rem; font-weight: 900; color: #fff; letter-spacing: -1px; line-height: 1; }
.sv-proof-item span { font-size: .76rem; color: var(--grey-300); margin-top: 5px; font-weight: 500; }

/* ── HERO animasyonlu küreler ── */
.hs-hero .hs-hero-glow { animation: svFloat1 9s ease-in-out infinite; }
.sv-hero-glow2 {
    position: absolute; width: 380px; height: 380px; border-radius: 50%;
    background: rgba(14, 165, 196,.10); filter: blur(80px);
    bottom: -140px; left: -90px; z-index: 0; pointer-events: none;
    animation: svFloat2 11s ease-in-out infinite;
}
@keyframes svFloat1 { 0%,100%{ transform: translate(0,0); } 50%{ transform: translate(-30px,26px); } }
@keyframes svFloat2 { 0%,100%{ transform: translate(0,0); } 50%{ transform: translate(40px,-30px); } }

/* ── HERO sağ görsel: 2x2 ikon ızgarası ── */
.sv-hero-icons { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.sv-hero-ic {
    aspect-ratio: 1 / 1; border-radius: 22px;
    background: linear-gradient(160deg, var(--surface-2), var(--surface));
    border: 1px solid var(--sv-line);
    display: flex; flex-direction: column; justify-content: space-between; padding: 24px;
    position: relative; overflow: hidden;
    transition: transform .5s var(--ease), border-color .4s, box-shadow .4s;
}
.sv-hero-ic:hover {
    transform: translateY(-6px);
    border-color: var(--gold-20);
    box-shadow: 0 16px 40px rgba(14, 165, 196,.06);
}
.sv-hero-ic::after { content: ""; position: absolute; inset: 0; background-image: radial-gradient(circle at 1px 1px, rgba(255,255,255,.06) 1px, transparent 0); background-size: 20px 20px; pointer-events: none; }
.sv-hero-ic:nth-child(2), .sv-hero-ic:nth-child(3) { background: linear-gradient(160deg, #2a1d00, var(--surface)); }
.sv-hero-ic .ic { width: 48px; height: 48px; border-radius: 14px; display: grid; place-items: center; background: var(--gold-10); border: 1px solid var(--gold-20); color: var(--gold); position: relative; z-index: 1; transition: transform .3s; }
.sv-hero-ic:hover .ic { transform: scale(1.1) rotate(-5deg); }
.sv-hero-ic .ic .icon { width: 24px; height: 24px; }
.sv-hero-ic b { color: #fff; font-size: .92rem; font-weight: 700; position: relative; z-index: 1; }

/* ============================================================
   MARKA LOGOLARI — Sonsuz kayan tek sıra, turuncu arka plan
   ============================================================ */
.sv-brands {
    background: var(--gold);
    padding: 28px 0;
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
}

.sv-brands-slider {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
    -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
}
.sv-brands-track {
    display: flex;
    gap: 24px;
    animation: svBrandsScroll 30s linear infinite;
    width: max-content;
}
.sv-brands-slider:hover .sv-brands-track { animation-play-state: paused; }

@keyframes svBrandsScroll {
    0% { transform: translateX(0); }
    100% { transform: translateX(calc(-100% / 3)); }
}

.sv-brand-item {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 24px;
    border-radius: 12px;
    background: var(--black);
    border: 1px solid rgba(0, 0, 0, 0.2);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
    transition: transform .3s var(--ease), background .3s;
}
.sv-brand-item:hover {
    background: #111;
    transform: translateY(-2px);
}
.sv-brand-emoji {
    font-size: 1.15rem;
    width: 32px;
    height: 32px;
    display: grid;
    place-items: center;
    background: rgba(255, 255, 255, 0.08);
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    flex-shrink: 0;
    transition: background .3s, border-color .3s;
}
.sv-brand-item:hover .sv-brand-emoji {
    background: rgba(255, 255, 255, 0.15);
    border-color: rgba(255, 255, 255, 0.25);
}
.sv-brand-name {
    font-size: .88rem;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.9);
    letter-spacing: .3px;
    white-space: nowrap;
    transition: color .3s;
}
.sv-brand-item:hover .sv-brand-name {
    color: var(--gold);
}

/* ============================================================
   SECTION KIT — Ortak bölüm başlık stili
   ============================================================ */
.sv-sec { padding: 100px 0; position: relative; }
.sv-head { max-width: 680px; margin: 0 auto 56px; text-align: center; }
.sv-label {
    font-size: .72rem; font-weight: 700; letter-spacing: 2.5px;
    text-transform: uppercase; color: var(--gold);
}
.sv-title {
    font-size: clamp(1.8rem, 3.4vw, 2.6rem); font-weight: 800;
    letter-spacing: -1px; line-height: 1.12; margin-top: 14px;
}
.sv-sub { color: var(--grey-500); font-size: 1rem; line-height: 1.7; margin-top: 14px; }

/* ============================================================
   HİZMET KARTLARI — Alternatif sol/sağ düzen
   ============================================================ */
.sv-card-section {
    background: var(--black); padding: 0; position: relative;
    border-bottom: 1px solid var(--sv-line);
}
.sv-card-section:first-of-type { padding-top: 0; }
.sv-card-section.sv-card-alt { background: var(--surface); }

.sv-card {
    display: grid; grid-template-columns: .45fr .55fr; gap: 64px; align-items: center;
    padding: 80px 0;
}
.sv-card.sv-card-rev { grid-template-columns: .55fr .45fr; }
.sv-card.sv-card-rev .sv-card-visual { order: 2; }
.sv-card.sv-card-rev .sv-card-body { order: 1; }

/* Görsel tarafı */
.sv-card-visual {
    position: relative;
    background: linear-gradient(160deg, rgba(255,255,255,.04), rgba(255,255,255,.01));
    border: 1px solid rgba(255,255,255,.06);
    border-radius: 28px;
    min-height: 380px;
    display: grid; place-items: center;
    overflow: hidden;
}
.sv-card-num {
    position: absolute; top: -16px; left: 20px;
    font-size: 8rem; font-weight: 900; line-height: .8;
    color: transparent; -webkit-text-stroke: 1.5px rgba(255,255,255,.05);
    pointer-events: none; user-select: none;
}
.sv-card-icon-wrap { position: relative; z-index: 2; }
.sv-card-main-icon {
    width: 120px; height: 120px; border-radius: 50%;
    background: radial-gradient(circle at 30% 30%, var(--gold-10), rgba(14, 165, 196,.03));
    border: 1.5px solid var(--gold-20);
    display: grid; place-items: center; color: var(--gold);
}
.sv-card-main-icon .icon { width: 56px; height: 56px; stroke-width: 1.3; }

.sv-card-badge {
    position: absolute; bottom: 24px; right: 24px;
    display: flex; align-items: center; gap: 10px;
    padding: 12px 18px; border-radius: 14px;
    background: rgba(0,0,0,.6); backdrop-filter: blur(12px);
    border: 1px solid rgba(255,255,255,.08);
}
.sv-card-badge .ic {
    width: 34px; height: 34px; border-radius: 10px;
    display: grid; place-items: center;
    background: var(--gold-10); border: 1px solid var(--gold-20); color: var(--gold);
}
.sv-card-badge .ic .icon { width: 16px; height: 16px; }
.sv-card-badge b { color: #fff; font-size: 1rem; font-weight: 800; line-height: 1; }
.sv-card-badge span { color: var(--grey-300); font-size: .7rem; display: block; margin-top: 2px; }

/* İçerik tarafı */
.sv-card-eyebrow {
    display: inline-flex; align-items: center; gap: 8px;
    font-size: .68rem; font-weight: 700; letter-spacing: 2px;
    text-transform: uppercase; color: var(--gold); margin-bottom: 16px;
}
.sv-card-eyebrow .ic {
    width: 34px; height: 34px; border-radius: 10px;
    display: grid; place-items: center;
    background: var(--gold-10); border: 1px solid var(--gold-20); color: var(--gold);
}
.sv-card-eyebrow .ic .icon { width: 18px; height: 18px; }

.sv-card-body h2 {
    font-size: 1.8rem; font-weight: 800; color: #fff;
    letter-spacing: -.5px; line-height: 1.15; margin-bottom: 14px;
}
.sv-card-intro {
    color: var(--grey-300); font-size: .96rem; line-height: 1.8; margin-bottom: 28px;
}
.sv-card-list { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-bottom: 28px; }
.sv-card-li {
    display: flex; align-items: center; gap: 10px;
    font-size: .88rem; font-weight: 600; color: rgba(255,255,255,.8);
}
.sv-card-li .tk {
    flex: none; width: 22px; height: 22px; border-radius: 50%;
    background: var(--gold-10); border: 1px solid var(--gold-20); color: var(--gold);
    display: grid; place-items: center;
}
.sv-card-li .tk .icon { width: 12px; height: 12px; }

.sv-card-cta {
    display: inline-flex; align-items: center; gap: 10px;
    font-size: .9rem; font-weight: 700; color: #fff;
    padding: 13px 28px; border-radius: var(--r-full);
    border: 1px solid rgba(255,255,255,.15);
    background: rgba(255,255,255,.04);
    transition: all .3s var(--ease);
}
.sv-card-cta .icon { width: 17px; height: 17px; transition: transform .3s; }
.sv-card-cta:hover {
    color: var(--gold); border-color: var(--gold-20);
    background: rgba(14, 165, 196,.08); gap: 14px;
}
.sv-card-cta:hover .icon { transform: translateX(3px); }

/* ============================================================
   NEDEN 220 — Feature cards
   ============================================================ */
.sv-why {
    background: var(--off-white);
}
.sv-why-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; }
.sv-why-card {
    background: #fff;
    border: 1px solid var(--grey-100);
    border-radius: 22px; padding: 36px 30px;
    transition: transform .4s var(--ease), box-shadow .4s, border-color .3s;
}
.sv-why-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 50px rgba(0,0,0,.07);
    border-color: var(--gold-20);
}
.sv-why-ic {
    width: 54px; height: 54px; border-radius: 15px;
    display: grid; place-items: center;
    background: var(--gold-10); border: 1px solid var(--gold-20); color: var(--gold);
    margin-bottom: 22px; transition: transform .3s;
}
.sv-why-card:hover .sv-why-ic { transform: scale(1.1) rotate(-5deg); }
.sv-why-ic .icon { width: 26px; height: 26px; }
.sv-why-card h3 { font-size: 1.12rem; font-weight: 700; margin-bottom: 10px; letter-spacing: -.3px; }
.sv-why-card p { color: var(--grey-500); font-size: .9rem; line-height: 1.7; }

/* ============================================================
   SÜREÇ — Timeline steps
   ============================================================ */
.sv-process {
    background: var(--black); color: #fff;
}
.sv-process .sv-title { color: #fff; }
.sv-process .sv-sub { color: var(--grey-300); }

.sv-steps {
    display: grid; grid-template-columns: repeat(4,1fr); gap: 24px;
    position: relative;
}
.sv-steps::before {
    content: ""; position: absolute; top: 34px; left: 8%; right: 8%;
    height: 2px;
    background: linear-gradient(90deg, transparent, var(--gold-20) 20%, var(--gold-20) 80%, transparent);
}
.sv-step { text-align: center; position: relative; }
.sv-step-n {
    width: 68px; height: 68px; border-radius: 50%;
    display: grid; place-items: center;
    background: var(--surface); border: 2px solid var(--gold-20); color: var(--gold);
    font-weight: 900; font-size: 1.2rem;
    margin: 0 auto 22px; position: relative; z-index: 2;
    transition: background .3s, border-color .3s, color .3s, transform .3s;
}
.sv-step:hover .sv-step-n {
    background: var(--gold); color: var(--black);
    border-color: var(--gold); transform: scale(1.1);
}
.sv-step h4 { color: #fff; font-size: 1.05rem; font-weight: 700; margin-bottom: 9px; }
.sv-step p { color: var(--grey-300); font-size: .86rem; line-height: 1.7; max-width: 220px; margin: 0 auto; }

/* ============================================================
   CTA
   ============================================================ */
.sv-cta {
    background: var(--gold); padding: 90px 0; text-align: center;
    position: relative; overflow: hidden;
}
.sv-cta::before {
    content: ""; position: absolute; inset: 0;
    background-image: radial-gradient(circle at 20% 20%, rgba(255,255,255,.25), transparent 40%);
    pointer-events: none;
}
.sv-cta-in { position: relative; z-index: 2; max-width: 700px; margin: 0 auto; }
.sv-cta h2 {
    font-size: clamp(1.8rem,3.6vw,2.6rem); font-weight: 900;
    color: var(--black); letter-spacing: -1px; line-height: 1.12;
}
.sv-cta p {
    color: rgba(0,0,0,.7); font-size: 1.05rem; margin: 16px 0 30px; font-weight: 500;
}

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 980px) {
    .sv-hero-icons { display: none; }
    .sv-card { grid-template-columns: 1fr; gap: 36px; padding: 60px 0; }
    .sv-card.sv-card-rev .sv-card-visual { order: 0; }
    .sv-card.sv-card-rev .sv-card-body { order: 0; }
    .sv-card-visual { min-height: 280px; }
    .sv-card-list { grid-template-columns: 1fr; }
    .sv-why-grid { grid-template-columns: 1fr; max-width: 500px; margin: 0 auto; }
    .sv-steps { grid-template-columns: repeat(2,1fr); gap: 36px 20px; }
    .sv-steps::before { display: none; }
    .sv-brands { padding: 24px 0; }
}
@media (max-width: 560px) {
    .sv-sec { padding: 70px 0; }
    .sv-card { padding: 44px 0; }
    .sv-card-visual { min-height: 220px; border-radius: 20px; }
    .sv-card-num { font-size: 5rem; }
    .sv-card-body h2 { font-size: 1.4rem; }
    .sv-steps { grid-template-columns: 1fr; max-width: 280px; margin: 0 auto; }
    .sv-proof { gap: 18px; }
    .sv-brands { padding: 20px 0; }
    .sv-brand-item { padding: 10px 18px; }
}
