/* ============================================================
   ALI YIGIT — 2026 MODERN TASARIM v3
   Indigo + Purple + Aurora + Glassmorphism + Scroll Animations
   ============================================================ */

/* ── TOKENS ── */
:root {
    --brand: #4f46e5;
    --brand-h: #4338ca;
    --brand-l: rgba(79, 70, 229, .10);
    --accent: #06b6d4;
    --purple: #7c3aed;
    --purple-l: rgba(124, 58, 237, .10);
    --dark: #030712;
    --dark2: #0b1120;
    --dark3: #111827;
    --text: #111827;
    --muted: #6b7280;
    --border: #e5e7eb;
    --bg: #f9fafb;
    --white: #fff;
    --green: #10b981;
    --red: #ef4444;
    --r-s: 8px;
    --r: 14px;
    --r-l: 22px;
    --r-xl: 32px;
    --sh-s: 0 1px 3px rgba(0, 0, 0, .06);
    --sh: 0 4px 24px rgba(0, 0, 0, .08);
    --sh-l: 0 24px 60px rgba(0, 0, 0, .15);
    --sh-brand: 0 8px 32px rgba(79, 70, 229, .38);
}

/* ── RESET ── */
*,
*::before,
*::after {
    box-sizing: border-box
}

html {
    scroll-behavior: smooth
}

body {
    margin: 0;
    min-width: 320px;
    font-family: 'Space Grotesk', sans-serif;
    font-size: 1rem;
    line-height: 1.65;
    color: var(--text);
    background: var(--white);
    -webkit-font-smoothing: antialiased;
}

a {
    color: inherit;
    text-decoration: none
}

img {
    display: block;
    max-width: 100%
}

ul {
    list-style: none;
    margin: 0;
    padding: 0
}

h1,
h2,
h3,
h4 {
    font-family: 'Fraunces', serif;
    line-height: 1.12;
    letter-spacing: -.03em;
    margin: 0
}

p {
    margin: 0
}

.container {
    width: min(1180px, calc(100% - 2.5rem));
    margin-inline: auto
}

/* ── TOPBAR ── */
.topbar {
    background: var(--dark);
    border-bottom: 1px solid rgba(255, 255, 255, .04)
}

.topbar-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: .45rem 0;
    font-size: .8rem;
    gap: 1rem
}

.topbar-left,
.topbar-right {
    display: flex;
    align-items: center;
    gap: 1rem
}

.topbar-left a {
    display: flex;
    align-items: center;
    gap: .4rem;
    color: rgba(255, 255, 255, .5);
    transition: color 200ms
}

.topbar-left a:hover {
    color: rgba(255, 255, 255, .85)
}

.topbar-sep {
    width: 1px;
    height: 12px;
    background: rgba(255, 255, 255, .1)
}

.topbar-right a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    border-radius: 6px;
    color: rgba(255, 255, 255, .4);
    background: rgba(255, 255, 255, .05);
    transition: background 200ms, color 200ms
}

.topbar-right a:hover {
    background: rgba(255, 255, 255, .1);
    color: rgba(255, 255, 255, .8)
}

.topbar-right svg {
    width: 12px;
    height: 12px;
    fill: currentColor
}

.topbar-avail {
    display: flex;
    align-items: center;
    gap: .45rem;
    font-size: .78rem;
    font-weight: 600;
    color: #34d399;
    letter-spacing: .01em
}

.topbar-avail-dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #34d399;
    flex-shrink: 0;
    animation: kdot 2.2s ease infinite
}

/* ── SITE HEADER ── */
.site-header {
    position: sticky;
    top: 0;
    z-index: 200;
    background: rgba(255, 255, 255, .85);
    backdrop-filter: blur(24px) saturate(180%);
    -webkit-backdrop-filter: blur(24px) saturate(180%);
    border-bottom: 1px solid rgba(0, 0, 0, .06);
    transition: box-shadow 350ms, background 350ms
}

.site-header::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--brand) 30%, var(--purple) 70%, transparent);
    opacity: 0;
    transition: opacity 400ms;
    pointer-events: none
}

.site-header.scrolled {
    background: rgba(255, 255, 255, .97);
    box-shadow: 0 8px 40px rgba(0, 0, 0, .10)
}

.site-header.scrolled::after {
    opacity: .45
}

.site-header .nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: .85rem 0
}

/* Logo */
.brand-wrap {
    display: flex;
    align-items: center;
    gap: .75rem;
    flex-shrink: 0
}

.brand-mark {
    width: 44px;
    height: 44px;
    border-radius: 14px;
    flex-shrink: 0;
    background: linear-gradient(135deg, var(--brand) 0%, var(--purple) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    box-shadow: 0 4px 18px rgba(79, 70, 229, .50);
    transition: transform 250ms, box-shadow 250ms
}

.brand-wrap:hover .brand-mark {
    transform: scale(1.07);
    box-shadow: 0 8px 30px rgba(79, 70, 229, .65)
}

.brand-mark::after {
    content: 'AY';
    font-family: 'Fraunces', serif;
    font-size: 1rem;
    font-weight: 700;
    color: #fff;
    letter-spacing: -.04em
}

.brand-name {
    font-family: 'Fraunces', serif;
    font-size: 1.12rem;
    font-weight: 700;
    letter-spacing: -.03em;
    line-height: 1.1;
    background: linear-gradient(135deg, var(--dark) 0%, #4338ca 140%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text
}

.brand-sub {
    display: block;
    font-family: 'Space Grotesk', sans-serif;
    font-size: .63rem;
    font-weight: 600;
    letter-spacing: .09em;
    text-transform: uppercase;
    color: var(--muted);
    margin-top: 2px
}

/* Nav menu */
.nav-menu {
    display: flex;
    align-items: center;
    gap: 0
}

.nav-menu>li>a {
    display: flex;
    align-items: center;
    gap: .3rem;
    padding: .45rem .9rem;
    border-radius: var(--r-s);
    font-size: .91rem;
    font-weight: 500;
    color: var(--muted);
    transition: background 200ms, color 200ms;
    white-space: nowrap
}

.nav-menu>li>a:hover,
.nav-menu>li>a.active {
    background: var(--bg);
    color: var(--text)
}

.nav-chevron {
    width: 12px;
    height: 12px;
    stroke: currentColor;
    fill: none;
    stroke-width: 2.5;
    stroke-linecap: round;
    stroke-linejoin: round;
    opacity: .5;
    transition: transform 250ms
}

.has-dropdown:hover .nav-chevron {
    transform: rotate(180deg)
}

/* Dropdown */
.has-dropdown {
    position: relative
}

.dropdown {
    display: none;
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
    background: rgba(255, 255, 255, .96);
    backdrop-filter: blur(20px);
    border: 1px solid var(--border);
    border-radius: var(--r-l);
    box-shadow: var(--sh-l);
    padding: .6rem;
    min-width: 245px;
    z-index: 300
}

.has-dropdown:hover>.dropdown {
    display: block;
    animation: ddFade 150ms ease
}

@keyframes ddFade {
    from {
        opacity: 0;
        transform: translateY(-5px)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.dropdown li a {
    display: flex;
    align-items: center;
    gap: .65rem;
    padding: .65rem .9rem;
    border-radius: var(--r);
    font-size: .89rem;
    color: var(--muted);
    transition: background 150ms, color 150ms
}

.dropdown li a:hover {
    background: var(--bg);
    color: var(--text)
}

.dd-icon {
    width: 32px;
    height: 32px;
    border-radius: 8px;
    background: var(--brand-l);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .95rem;
    flex-shrink: 0
}

/* Nav CTA */
.nav-cta-btn {
    display: inline-flex;
    align-items: center;
    gap: .4rem;
    padding: .55rem 1.25rem;
    background: linear-gradient(135deg, var(--brand) 0%, var(--purple) 100%);
    color: var(--white) !important;
    border-radius: var(--r-s);
    font-size: .9rem;
    font-weight: 700;
    white-space: nowrap;
    flex-shrink: 0;
    box-shadow: 0 4px 18px rgba(79, 70, 229, .4);
    transition: box-shadow 200ms, transform 200ms
}

.nav-cta-btn:hover {
    box-shadow: 0 8px 28px rgba(79, 70, 229, .55);
    transform: translateY(-1px)
}

/* Hamburger */
.nav-hamburger {
    display: none;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    width: 40px;
    height: 40px;
    background: none;
    border: 1.5px solid rgba(79, 70, 229, .18);
    border-radius: var(--r-s);
    cursor: pointer;
    padding: 8px;
    transition: background 200ms, border-color 200ms, box-shadow 200ms
}

.nav-hamburger:hover {
    background: rgba(79, 70, 229, .05);
    border-color: rgba(79, 70, 229, .35);
    box-shadow: 0 0 0 3px rgba(79, 70, 229, .08)
}

.nav-hamburger span {
    display: block;
    width: 100%;
    height: 2px;
    background: var(--text);
    border-radius: 2px;
    transition: transform 300ms, opacity 300ms
}

.nav-hamburger.open span:nth-child(1) {
    transform: translateY(7px) rotate(45deg)
}

.nav-hamburger.open span:nth-child(2) {
    opacity: 0
}

.nav-hamburger.open span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg)
}

/* ── HERO ── */
.hero-section {
    background: var(--dark);
    min-height: 90vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    overflow: hidden;
    padding: 7rem 0 6rem
}

/* Grid overlay */
.hero-bg-grid {
    position: absolute;
    inset: 0;
    pointer-events: none;
    background-image:
        linear-gradient(rgba(255, 255, 255, .015) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, .015) 1px, transparent 1px);
    background-size: 60px 60px;
    mask-image: radial-gradient(ellipse 80% 80% at 50% 50%, #000 40%, transparent 100%);
    -webkit-mask-image: radial-gradient(ellipse 80% 80% at 50% 50%, #000 40%, transparent 100%)
}

/* Aurora blobs */
.hero-blob {
    position: absolute;
    border-radius: 50%;
    pointer-events: none
}

.hero-blob-1 {
    width: 700px;
    height: 700px;
    top: -200px;
    right: -80px;
    background: radial-gradient(circle, rgba(79, 70, 229, .38) 0%, rgba(124, 58, 237, .18) 55%, transparent 80%);
    filter: blur(80px);
    animation: blobFloat1 14s ease-in-out infinite
}

.hero-blob-2 {
    width: 480px;
    height: 480px;
    bottom: -120px;
    left: 4%;
    background: radial-gradient(circle, rgba(6, 182, 212, .28) 0%, rgba(79, 70, 229, .12) 55%, transparent 80%);
    filter: blur(70px);
    animation: blobFloat2 18s ease-in-out infinite
}

@keyframes blobFloat1 {

    0%,
    100% {
        transform: translate(0, 0) scale(1)
    }

    33% {
        transform: translate(-30px, 25px) scale(1.06)
    }

    66% {
        transform: translate(25px, -35px) scale(.95)
    }
}

@keyframes blobFloat2 {

    0%,
    100% {
        transform: translate(0, 0) scale(1)
    }

    50% {
        transform: translate(35px, -25px) scale(1.1)
    }
}

/* Subtle extra glow via pseudo */
.hero-section::after {
    content: '';
    position: absolute;
    pointer-events: none;
    width: 320px;
    height: 320px;
    top: 38%;
    right: 29%;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(124, 58, 237, .22) 0%, transparent 70%);
    filter: blur(60px);
    animation: blobFloat2 11s ease-in-out infinite reverse
}

.hero-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 1fr 440px;
    gap: 4rem;
    align-items: center
}

/* Kicker */
.hero-kicker {
    display: inline-flex;
    align-items: center;
    gap: .6rem;
    font-size: .74rem;
    font-weight: 700;
    letter-spacing: .18em;
    text-transform: uppercase;
    margin-bottom: 1.5rem;
    background: linear-gradient(90deg, var(--accent), #a78bfa);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text
}

.kicker-dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--accent);
    flex-shrink: 0;
    -webkit-text-fill-color: initial;
    animation: kdot 2.2s ease infinite
}

@keyframes kdot {

    0%,
    100% {
        box-shadow: 0 0 0 0 rgba(6, 182, 212, .7)
    }

    50% {
        box-shadow: 0 0 0 10px rgba(6, 182, 212, 0)
    }
}

/* Hero title */
.hero-title {
    font-size: clamp(2.6rem, 5.5vw, 4.5rem);
    color: #fff;
    margin-bottom: 1.5rem;
    max-width: 14ch;
    line-height: 1.08
}

.hero-title .grad {
    background: linear-gradient(135deg, #818cf8 0%, var(--accent) 40%, #a78bfa 80%, #818cf8 100%);
    background-size: 250% auto;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    animation: gradShift 5s linear infinite
}

@keyframes gradShift {
    0% {
        background-position: 0% center
    }

    100% {
        background-position: 250% center
    }
}

.hero-desc {
    font-size: 1.08rem;
    line-height: 1.82;
    color: rgba(255, 255, 255, .52);
    max-width: 46ch;
    margin-bottom: 2.5rem
}

.hero-actions {
    display: flex;
    gap: .9rem;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 2.5rem
}

.hero-tags {
    display: flex;
    gap: .45rem;
    flex-wrap: wrap
}

.hero-tag {
    padding: .3rem .75rem;
    border: 1px solid rgba(255, 255, 255, .08);
    border-radius: 999px;
    font-size: .78rem;
    color: rgba(255, 255, 255, .38);
    background: rgba(255, 255, 255, .04);
    letter-spacing: .02em
}

/* Hero card (right panel) */
.hero-card {
    background: rgba(255, 255, 255, .05);
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: var(--r-xl);
    padding: 1.8rem;
    backdrop-filter: blur(24px);
    -webkit-backdrop-filter: blur(24px);
    box-shadow: 0 32px 64px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .1)
}

.hcard-header {
    display: flex;
    align-items: center;
    gap: .6rem;
    margin-bottom: 1.5rem
}

.hcard-dots {
    display: flex;
    gap: 5px
}

.hcard-dots span {
    width: 10px;
    height: 10px;
    border-radius: 50%
}

.hcard-dots span:nth-child(1) {
    background: #ff5f57
}

.hcard-dots span:nth-child(2) {
    background: #febc2e
}

.hcard-dots span:nth-child(3) {
    background: #28c840
}

.hcard-title {
    font-size: .74rem;
    font-weight: 600;
    color: rgba(255, 255, 255, .28);
    letter-spacing: .04em
}

.hcard-rows {
    display: grid;
    gap: .55rem;
    margin-bottom: 1rem
}

.hcard-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: .85rem 1.1rem;
    background: rgba(255, 255, 255, .04);
    border: 1px solid rgba(255, 255, 255, .07);
    border-radius: var(--r);
    transition: background 200ms
}

.hcard-row:hover {
    background: rgba(255, 255, 255, .08)
}

.hcard-lbl {
    font-size: .82rem;
    color: rgba(255, 255, 255, .38)
}

.hcard-val {
    font-size: .93rem;
    font-weight: 700;
    color: #fff
}

.hcard-val.g {
    color: #34d399
}

.hcard-val.b {
    color: #67e8f9
}

.hcard-val.a {
    color: #fbbf24
}

.hcard-badge {
    display: flex;
    align-items: center;
    gap: .5rem;
    padding: .7rem 1.1rem;
    background: rgba(16, 185, 129, .12);
    border: 1px solid rgba(16, 185, 129, .22);
    border-radius: var(--r);
    font-size: .83rem;
    color: #34d399;
    font-weight: 600
}

.hcard-badge::before {
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #34d399;
    flex-shrink: 0;
    animation: pulseGreen 2s ease infinite
}

@keyframes pulseGreen {

    0%,
    100% {
        box-shadow: 0 0 0 2px rgba(52, 211, 153, .25)
    }

    50% {
        box-shadow: 0 0 0 6px rgba(52, 211, 153, .08), 0 0 14px rgba(52, 211, 153, .4)
    }
}

/* ── TRUST BAND ── */
.trust-band {
    background: var(--bg);
    border-top: 1px solid var(--border);
    border-bottom: 1px solid var(--border);
    padding: 1.25rem 0
}

.trust-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2.5rem;
    flex-wrap: wrap
}

.trust-item {
    display: flex;
    align-items: center;
    gap: .5rem;
    font-size: .86rem;
    font-weight: 600;
    color: var(--muted);
    white-space: nowrap
}

.trust-icon {
    width: 30px;
    height: 30px;
    border-radius: 8px;
    background: var(--brand-l);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .9rem;
    flex-shrink: 0
}

/* ── SECTIONS ── */
.section {
    padding: 6rem 0
}

.section-alt {
    background: var(--bg)
}

.section-dark {
    background: var(--dark)
}

.section-lbl {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    font-size: .72rem;
    font-weight: 700;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: var(--brand);
    margin-bottom: 1rem
}

.section-lbl::before {
    content: '';
    width: 18px;
    height: 2px;
    background: linear-gradient(90deg, var(--brand), var(--accent));
    border-radius: 2px
}

.section-lbl.on-dark {
    color: var(--accent)
}

.section-title {
    font-size: clamp(1.9rem, 3.5vw, 2.9rem);
    color: var(--text);
    margin-bottom: 1rem;
    letter-spacing: -.04em
}

.section-title.on-dark {
    color: #fff
}

.section-lead {
    font-size: 1rem;
    color: var(--muted);
    line-height: 1.8;
    max-width: 52ch
}

.section-lead.on-dark {
    color: rgba(255, 255, 255, .45)
}

.section-head {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    align-items: end;
    margin-bottom: 3rem
}

.section-head.center {
    grid-template-columns: 1fr;
    text-align: center;
    justify-items: center
}

.section-more {
    display: inline-flex;
    align-items: center;
    gap: .4rem;
    color: var(--brand);
    font-size: .88rem;
    font-weight: 700;
    padding: .5rem 1rem;
    border: 1.5px solid var(--brand-l);
    border-radius: var(--r-s);
    transition: background 150ms, border-color 150ms
}

.section-more:hover {
    background: var(--brand-l);
    border-color: transparent
}

.section-more::after {
    content: '→'
}

/* ── BUTTONS ── */
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: .5rem;
    border: 0;
    cursor: pointer;
    border-radius: var(--r-s);
    padding: .85rem 1.7rem;
    font-family: inherit;
    font-size: .95rem;
    font-weight: 700;
    transition: transform 200ms, box-shadow 200ms, background 200ms;
    white-space: nowrap;
    position: relative;
    overflow: hidden
}

.btn:hover {
    transform: translateY(-2px)
}

.btn-primary {
    background: linear-gradient(135deg, var(--brand) 0%, var(--purple) 100%);
    color: #fff;
    box-shadow: var(--sh-brand)
}

.btn-primary:hover {
    box-shadow: 0 12px 36px rgba(79, 70, 229, .55);
    color: #fff
}

.btn-primary::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(255, 255, 255, .12) 0%, transparent 60%);
    opacity: 0;
    transition: opacity 200ms
}

.btn-primary:hover::before {
    opacity: 1
}

.btn-ghost {
    background: rgba(255, 255, 255, .07);
    color: rgba(255, 255, 255, .85);
    border: 1px solid rgba(255, 255, 255, .16);
    backdrop-filter: blur(12px)
}

.btn-ghost:hover {
    background: rgba(255, 255, 255, .13);
    color: #fff
}

.btn-outline {
    background: transparent;
    color: var(--text);
    border: 1.5px solid var(--border)
}

.btn-outline:hover {
    background: var(--bg);
    border-color: #d1d5db
}

.btn-lg {
    padding: 1.05rem 2.1rem;
    font-size: 1rem;
    border-radius: var(--r)
}

.btn-sm {
    padding: .45rem .95rem;
    font-size: .84rem
}

.btn-wapp {
    background: linear-gradient(135deg, #25d366, #16a34a);
    color: #fff;
    box-shadow: 0 4px 16px rgba(37, 211, 102, .3)
}

.btn-wapp:hover {
    box-shadow: 0 8px 28px rgba(37, 211, 102, .45);
    color: #fff
}

/* ── SERVICES ── */
.services-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.25rem
}

.svc-card {
    background: var(--white);
    border: 1px solid var(--border);
    border-radius: var(--r-l);
    padding: 2rem 1.75rem;
    position: relative;
    overflow: hidden;
    transition: box-shadow 250ms, transform 250ms, border-color 250ms
}

/* Gradient border on hover */
.svc-card::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: var(--r-l);
    padding: 1px;
    background: linear-gradient(135deg, var(--brand), var(--accent), var(--purple));
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    opacity: 0;
    transition: opacity 300ms
}

.svc-card:hover {
    box-shadow: var(--sh);
    transform: translateY(-4px);
    border-color: transparent
}

.svc-card:hover::before {
    opacity: 1
}

.svc-icon {
    width: 52px;
    height: 52px;
    border-radius: 14px;
    background: var(--brand-l);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    margin-bottom: 1.3rem;
    transition: transform 250ms, background 250ms
}

.svc-card:hover .svc-icon {
    transform: scale(1.08);
    background: linear-gradient(135deg, var(--brand-l), var(--purple-l))
}

.svc-card h3 {
    font-size: 1.06rem;
    color: var(--text);
    margin-bottom: .6rem
}

.svc-card p {
    font-size: .91rem;
    color: var(--muted);
    line-height: 1.72;
    margin: 0 0 1.25rem
}

.svc-price {
    display: inline-flex;
    align-items: center;
    padding: .3rem .75rem;
    border-radius: 999px;
    background: var(--brand-l);
    color: var(--brand);
    font-size: .8rem;
    font-weight: 700
}

.svc-empty {
    color: var(--muted);
    text-align: center;
    padding: 4rem;
    border: 2px dashed var(--border);
    border-radius: var(--r-l);
    grid-column: span 4
}

/* ── STATS ── */
.stats-section {
    padding: 5rem 0
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    border: 1px solid rgba(255, 255, 255, .07);
    border-radius: var(--r-xl);
    overflow: hidden;
    background: rgba(255, 255, 255, .02)
}

.stat-item {
    padding: 3rem 2rem;
    text-align: center;
    border-right: 1px solid rgba(255, 255, 255, .07);
    position: relative;
    overflow: hidden;
    transition: background 300ms
}

.stat-item:last-child {
    border-right: none
}

.stat-item::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 50% 0%, rgba(79, 70, 229, .14) 0%, transparent 60%);
    opacity: 0;
    transition: opacity 300ms
}

.stat-item:hover {
    background: rgba(255, 255, 255, .04)
}

.stat-item:hover::before {
    opacity: 1
}

.stat-num {
    font-family: 'Fraunces', serif;
    font-size: clamp(3rem, 5vw, 4.5rem);
    font-weight: 700;
    line-height: 1;
    letter-spacing: -.05em;
    background: linear-gradient(135deg, #fff 0%, rgba(255, 255, 255, .65) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text
}

.stat-num span {
    background: linear-gradient(135deg, var(--brand) 0%, var(--accent) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text
}

.stat-lbl {
    font-size: .78rem;
    font-weight: 600;
    color: rgba(255, 255, 255, .32);
    text-transform: uppercase;
    letter-spacing: .1em;
    margin-top: .6rem;
    display: block
}

/* ── PROCESS ── */
.process-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.25rem;
    position: relative
}

.process-grid::before {
    content: '';
    position: absolute;
    top: 1.7rem;
    left: calc(12.5% + 10px);
    right: calc(12.5% + 10px);
    height: 2px;
    background: linear-gradient(90deg, var(--brand), var(--accent), var(--purple));
    opacity: .25;
    z-index: 0
}

.process-card {
    background: var(--white);
    border: 1px solid var(--border);
    border-radius: var(--r-l);
    padding: 2rem 1.5rem;
    text-align: center;
    position: relative;
    z-index: 1;
    transition: box-shadow 250ms, transform 250ms
}

.process-card:hover {
    box-shadow: var(--sh);
    transform: translateY(-3px)
}

.process-num {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--brand), var(--purple));
    color: #fff;
    font-size: .88rem;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.4rem;
    box-shadow: 0 0 0 6px var(--brand-l), var(--sh-brand)
}

.process-card h3 {
    font-size: 1rem;
    color: var(--text);
    margin-bottom: .55rem
}

.process-card p {
    font-size: .88rem;
    color: var(--muted);
    line-height: 1.65;
    margin: 0
}

/* ── PROJECTS ── */
.proj-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.25rem
}

.proj-card {
    background: var(--white);
    border: 1px solid var(--border);
    border-radius: var(--r-l);
    padding: 2.2rem;
    display: flex;
    flex-direction: column;
    gap: .9rem;
    transition: box-shadow 250ms, transform 250ms;
    position: relative;
    overflow: hidden
}

.proj-card::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(90deg, var(--brand), var(--accent), var(--purple));
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 350ms
}

.proj-card:hover {
    box-shadow: var(--sh-l);
    transform: translateY(-3px)
}

.proj-card:hover::after {
    transform: scaleX(1)
}

.proj-label {
    display: inline-flex;
    align-items: center;
    gap: .4rem;
    font-size: .72rem;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: var(--brand)
}

.proj-label::before {
    content: '';
    width: 14px;
    height: 2px;
    background: currentColor;
    border-radius: 2px
}

.proj-card h3 {
    font-size: 1.25rem;
    color: var(--text)
}

.proj-card p {
    font-size: .92rem;
    color: var(--muted);
    line-height: 1.72;
    margin: 0
}

.proj-link {
    display: inline-flex;
    align-items: center;
    gap: .4rem;
    color: var(--brand);
    font-size: .9rem;
    font-weight: 700;
    transition: gap 200ms;
    margin-top: auto
}

.proj-link:hover {
    gap: .7rem
}

.proj-link::after {
    content: '→'
}

.proj-empty {
    color: var(--muted);
    font-size: .95rem;
    padding: 3rem;
    text-align: center;
    border: 2px dashed var(--border);
    border-radius: var(--r-l);
    grid-column: span 2
}

/* ── TECH STACK ── */
.tech-row {
    display: flex;
    flex-wrap: wrap;
    gap: .65rem;
    justify-content: center
}

.tech-badge {
    display: flex;
    align-items: center;
    gap: .5rem;
    padding: .55rem 1.1rem;
    background: var(--white);
    border: 1px solid var(--border);
    border-radius: var(--r);
    font-size: .87rem;
    font-weight: 600;
    color: var(--text);
    transition: box-shadow 200ms, transform 200ms, background 200ms;
    cursor: default
}

.tech-badge:hover {
    box-shadow: 0 4px 18px rgba(79, 70, 229, .15);
    transform: translateY(-2px);
    background: linear-gradient(var(--white), var(--white)) padding-box,
        linear-gradient(135deg, var(--brand), var(--accent)) border-box;
    border-color: transparent
}

.tech-badge span {
    font-size: 1.1rem
}

/* ── CTA BANNER ── */
.cta-section {
    padding: 5.5rem 0
}

.cta-banner {
    background: var(--dark2);
    border-radius: var(--r-xl);
    padding: 5rem 4rem;
    text-align: center;
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .06)
}

.cta-banner::before {
    content: '';
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        radial-gradient(ellipse 65% 90% at 20% 50%, rgba(79, 70, 229, .32) 0%, transparent 55%),
        radial-gradient(ellipse 65% 90% at 80% 50%, rgba(124, 58, 237, .28) 0%, transparent 55%),
        radial-gradient(ellipse 50% 50% at 50% 100%, rgba(6, 182, 212, .16) 0%, transparent 50%)
}

.cta-inner {
    position: relative
}

.cta-banner h2 {
    font-size: clamp(1.9rem, 3.5vw, 2.9rem);
    color: #fff;
    max-width: 22ch;
    margin: 0 auto 1rem;
    line-height: 1.15
}

.cta-banner p {
    font-size: 1rem;
    color: rgba(255, 255, 255, .52);
    margin: 0 auto 2.5rem;
    max-width: 48ch;
    line-height: 1.78
}

.cta-btns {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    flex-wrap: wrap
}

/* ── CONTACT ── */
.contact-grid {
    display: grid;
    grid-template-columns: 1fr 380px;
    gap: 2rem;
    align-items: start
}

.cform-box {
    background: var(--white);
    border: 1px solid var(--border);
    border-radius: var(--r-l);
    padding: 2.5rem;
    box-shadow: var(--sh-s)
}

.form-grid {
    display: grid;
    gap: 1.1rem
}

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.1rem
}

.form-g {
    display: flex;
    flex-direction: column;
    gap: .38rem
}

label {
    font-size: .84rem;
    font-weight: 600;
    color: var(--text)
}

input,
textarea,
select {
    width: 100%;
    border: 1.5px solid var(--border);
    border-radius: var(--r-s);
    padding: .75rem 1rem;
    font: inherit;
    font-size: .94rem;
    color: var(--text);
    background: var(--bg);
    transition: border-color 200ms, box-shadow 200ms
}

input:focus,
textarea:focus,
select:focus {
    outline: none;
    border-color: var(--brand);
    box-shadow: 0 0 0 3px var(--brand-l);
    background: var(--white)
}

textarea {
    resize: vertical;
    min-height: 130px
}

.alert {
    padding: .85rem 1rem;
    border-radius: var(--r-s);
    font-size: .9rem;
    font-weight: 600;
    border: 1px solid transparent;
    margin-bottom: 1rem
}

.alert-success {
    background: #ecfdf5;
    color: #065f46;
    border-color: #a7f3d0
}

.alert-error {
    background: #fef2f2;
    color: #991b1b;
    border-color: #fecaca
}

.cinfo-box {
    background: var(--dark2);
    color: #fff;
    border-radius: var(--r-l);
    padding: 2.5rem 2rem;
    border: 1px solid rgba(255, 255, 255, .07)
}

.cinfo-box .section-lbl {
    color: var(--accent)
}

.cinfo-box h3 {
    font-size: 1.35rem;
    color: #fff;
    margin: .7rem 0 .9rem
}

.cinfo-box>p {
    font-size: .92rem;
    color: rgba(255, 255, 255, .45);
    line-height: 1.78;
    margin-bottom: 1.75rem
}

.clinks {
    display: flex;
    flex-direction: column;
    gap: .6rem
}

.clink {
    display: flex;
    align-items: center;
    gap: .75rem;
    padding: .85rem 1rem;
    background: rgba(255, 255, 255, .04);
    border: 1px solid rgba(255, 255, 255, .07);
    border-radius: var(--r);
    color: rgba(255, 255, 255, .68);
    font-size: .91rem;
    font-weight: 500;
    transition: background 200ms, color 200ms, border-color 200ms
}

.clink:hover {
    background: rgba(255, 255, 255, .09);
    color: #fff;
    border-color: rgba(255, 255, 255, .13)
}

.clink-icon {
    width: 36px;
    height: 36px;
    border-radius: 9px;
    background: rgba(255, 255, 255, .07);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .95rem;
    flex-shrink: 0
}

/* ── FOOTER ── */
.footer {
    background: var(--dark);
    border-top: 1px solid rgba(255, 255, 255, .05)
}

.footer-inner {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    gap: 4rem;
    padding: 4.5rem 0 3rem
}

.footer .brand-name {
    color: #fff
}

.footer .brand-sub {
    color: rgba(255, 255, 255, .28)
}

.footer-tagline {
    margin: 1.1rem 0 1.5rem;
    font-size: .91rem;
    color: rgba(255, 255, 255, .36);
    line-height: 1.72;
    max-width: 34ch
}

.footer-social {
    display: flex;
    gap: .4rem
}

.footer-social a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 9px;
    background: rgba(255, 255, 255, .06);
    color: rgba(255, 255, 255, .42);
    transition: background 200ms, color 200ms
}

.footer-social a:hover {
    background: rgba(255, 255, 255, .12);
    color: #fff
}

.footer-social svg {
    width: 14px;
    height: 14px;
    fill: currentColor
}

.footer-col h5 {
    font-family: 'Space Grotesk', sans-serif;
    font-size: .7rem;
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, .28);
    margin-bottom: 1.25rem
}

.footer-list {
    display: flex;
    flex-direction: column;
    gap: .5rem
}

.footer-list a {
    font-size: .91rem;
    color: rgba(255, 255, 255, .4);
    transition: color 200ms
}

.footer-list a:hover {
    color: rgba(255, 255, 255, .85)
}

.footer-bot {
    border-top: 1px solid rgba(255, 255, 255, .05);
    padding: 1.2rem 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem
}

.footer-bot p {
    margin: 0;
    font-size: .81rem;
    color: rgba(255, 255, 255, .24)
}

/* ── PAGE HERO (ic sayfalar) ── */
.page-hero {
    background: var(--dark);
    padding: 4.5rem 0 4rem;
    position: relative;
    overflow: hidden
}

.page-hero-bg {
    position: absolute;
    inset: 0;
    pointer-events: none;
    background-image: linear-gradient(rgba(255, 255, 255, .015) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, .015) 1px, transparent 1px);
    background-size: 60px 60px
}

.page-hero::after {
    content: '';
    position: absolute;
    top: -100px;
    right: -100px;
    width: 420px;
    height: 420px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(79, 70, 229, .22) 0%, transparent 70%);
    filter: blur(70px);
    pointer-events: none
}

.page-hero .section-lbl {
    color: var(--accent)
}

.page-hero h1 {
    font-size: clamp(2.1rem, 4vw, 3.2rem);
    color: #fff;
    margin: .7rem 0 .9rem
}

.page-hero .subtitle {
    font-size: 1.02rem;
    color: rgba(255, 255, 255, .48);
    line-height: 1.78;
    max-width: 58ch
}

.breadcrumb {
    display: flex;
    align-items: center;
    gap: .45rem;
    font-size: .81rem;
    color: rgba(255, 255, 255, .32);
    margin-bottom: 1.75rem;
    position: relative;
    z-index: 1
}

.breadcrumb a {
    color: rgba(255, 255, 255, .42);
    transition: color 150ms
}

.breadcrumb a:hover {
    color: #fff
}

/* ── ABOUT ── */
.about-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 5rem;
    align-items: start
}

.about-text p {
    font-size: 1rem;
    color: var(--muted);
    line-height: 1.82;
    margin-bottom: 1rem
}

.skill-cards {
    display: grid;
    gap: .85rem
}

.skill-card {
    background: var(--white);
    border: 1px solid var(--border);
    border-radius: var(--r);
    padding: 1.2rem 1.4rem;
    display: flex;
    align-items: flex-start;
    gap: .9rem;
    transition: box-shadow 200ms, transform 200ms
}

.skill-card:hover {
    box-shadow: var(--sh-s);
    transform: translateY(-2px)
}

.skill-icon {
    width: 38px;
    height: 38px;
    border-radius: 10px;
    background: linear-gradient(135deg, var(--brand-l), var(--purple-l));
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    flex-shrink: 0
}

.skill-card h4 {
    font-size: .93rem;
    color: var(--text);
    margin-bottom: .2rem
}

.skill-card p {
    font-size: .84rem;
    color: var(--muted);
    line-height: 1.62;
    margin: 0
}

/* ── REFS ── */
.refs-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.25rem
}

.refs-empty {
    color: var(--muted);
    text-align: center;
    padding: 4rem;
    border: 2px dashed var(--border);
    border-radius: var(--r-l);
    grid-column: span 2
}

/* ── SCROLL ANIMATIONS ── */
.fade-up {
    opacity: 0;
    transform: translateY(22px);
    transition: opacity 600ms cubic-bezier(.22, 1, .36, 1), transform 600ms cubic-bezier(.22, 1, .36, 1)
}

.fade-up.in {
    opacity: 1;
    transform: none
}

/* ── RESPONSIVE ── */
@media(max-width:1024px) {
    .services-grid {
        grid-template-columns: repeat(2, 1fr)
    }

    .process-grid {
        grid-template-columns: repeat(2, 1fr)
    }

    .process-grid::before {
        display: none
    }
}

@media(max-width:900px) {
    .hero-grid {
        grid-template-columns: 1fr
    }

    .hero-card {
        display: none
    }

    .hero-title {
        max-width: none
    }

    .section-head {
        grid-template-columns: 1fr;
        gap: 1rem
    }

    .stats-grid {
        grid-template-columns: repeat(2, 1fr)
    }

    .contact-grid {
        grid-template-columns: 1fr
    }

    .about-grid {
        grid-template-columns: 1fr;
        gap: 3rem
    }

    .footer-inner {
        grid-template-columns: 1fr;
        gap: 2.5rem;
        padding: 3rem 0 2rem
    }

    .refs-grid {
        grid-template-columns: 1fr
    }

    .topbar-right {
        display: none
    }

    .nav-hamburger {
        display: flex
    }

    .nav-menu {
        display: none;
        position: absolute;
        top: 100%;
        left: -1.25rem;
        right: -1.25rem;
        flex-direction: column;
        align-items: flex-start;
        padding: .75rem 1.25rem 1rem;
        background: rgba(255, 255, 255, .97);
        backdrop-filter: blur(20px);
        border-bottom: 1px solid var(--border);
        box-shadow: var(--sh);
        z-index: 300
    }

    .nav-menu.open {
        display: flex
    }

    .nav-menu>li {
        width: 100%
    }

    .nav-menu>li>a {
        width: 100%
    }

    .has-dropdown>.dropdown {
        position: static;
        box-shadow: none;
        border: none;
        border-left: 2px solid var(--border);
        border-radius: 0;
        min-width: 0;
        display: block;
        backdrop-filter: none;
        background: transparent
    }

    .nav-cta-btn {
        display: none
    }

    .site-header .nav {
        position: relative
    }

    .proj-grid {
        grid-template-columns: 1fr
    }
}

@media(max-width:640px) {
    .section {
        padding: 4.5rem 0
    }

    .services-grid,
    .process-grid {
        grid-template-columns: 1fr
    }

    .svc-empty {
        grid-column: 1
    }

    .hero-actions {
        flex-direction: column;
        align-items: flex-start
    }

    .cta-banner {
        padding: 3rem 1.75rem
    }

    .cta-btns {
        flex-direction: column
    }

    .trust-inner {
        gap: 1.25rem
    }

    .cform-box {
        padding: 1.5rem
    }

    .form-row {
        grid-template-columns: 1fr
    }

    .footer-bot {
        flex-direction: column;
        text-align: center
    }

    .stats-grid {
        grid-template-columns: 1fr 1fr
    }
}

/* ═══════════════════════════════════════════
   v3 MODERNIZATION ADDITIONS
   ═══════════════════════════════════════════ */

/* Gradient accent stripe */
.site-stripe {
    height: 3px;
    background: linear-gradient(90deg, var(--brand) 0%, var(--accent) 50%, var(--purple) 100%)
}

/* Brand mark — AY monogram */
.brand-mark::after {
    content: 'AY';
    font-size: .85rem;
    letter-spacing: -.04em
}

/* Nav — underline active/hover (overrides existing pill bg) */
.nav-menu>li>a {
    position: relative;
    overflow: hidden
}

.nav-menu>li>a::after {
    content: '';
    position: absolute;
    bottom: 2px;
    left: .9rem;
    right: .9rem;
    height: 2px;
    background: linear-gradient(90deg, var(--brand), var(--accent));
    border-radius: 1px;
    opacity: 0;
    transition: opacity 200ms, transform 200ms;
    transform: scaleX(.4);
    transform-origin: center
}

.nav-menu>li>a:hover {
    background: transparent;
    color: var(--text)
}

.nav-menu>li>a:hover::after {
    opacity: 1;
    transform: scaleX(1)
}

.nav-menu>li>a.active {
    background: transparent;
    color: var(--brand);
    font-weight: 600
}

.nav-menu>li>a.active::after {
    opacity: 1;
    transform: scaleX(1)
}

/* Enhanced dropdown */
.dropdown {
    padding: .75rem;
    min-width: 500px
}

.dd-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: .4rem;
    margin-bottom: .5rem
}

.dd-header {
    font-size: .65rem;
    font-weight: 700;
    letter-spacing: .13em;
    text-transform: uppercase;
    color: var(--muted);
    padding: .1rem .75rem .65rem;
    border-bottom: 1px solid rgba(79, 70, 229, .08);
    margin-bottom: .5rem
}

.dd-footer {
    border-top: 1px solid rgba(79, 70, 229, .08);
    padding: .65rem .75rem .2rem;
    margin-top: .5rem;
    background: linear-gradient(135deg, rgba(79, 70, 229, .03), rgba(124, 58, 237, .02));
    border-radius: 0 0 var(--r) var(--r)
}

.dd-cta {
    display: inline-flex;
    align-items: center;
    gap: .4rem;
    font-size: .84rem;
    font-weight: 700;
    color: var(--brand);
    transition: gap 200ms, color 200ms
}

.dd-cta:hover {
    gap: .65rem;
    color: var(--brand-h)
}

.dropdown li {
    list-style: none
}

.dropdown li a {
    align-items: flex-start;
    gap: .85rem;
    border: 1px solid transparent;
    transition: background 150ms, color 150ms, border-color 150ms, transform 150ms
}

.dropdown li a:hover {
    transform: translateX(2px);
    border-color: rgba(79, 70, 229, .1)
}

.dropdown li a>div {
    display: flex;
    flex-direction: column;
    gap: .12rem
}

.dropdown li a>div strong {
    font-size: .88rem;
    color: var(--text);
    font-weight: 600
}

.dropdown li a>div span {
    font-size: .77rem;
    color: var(--muted);
    font-weight: 400
}

.dd-icon--blue {
    background: rgba(79, 70, 229, .1)
}

.dd-icon--purple {
    background: rgba(124, 58, 237, .1)
}

.dd-icon--cyan {
    background: rgba(6, 182, 212, .1)
}

.dd-icon--green {
    background: rgba(16, 185, 129, .1)
}

.dd-icon {
    transition: transform 200ms
}

.dropdown li a:hover .dd-icon {
    transform: scale(1.1)
}

/* Page hero aurora blobs */
.ph-blob {
    position: absolute;
    border-radius: 50%;
    pointer-events: none
}

.ph-blob-1 {
    width: 500px;
    height: 500px;
    top: -140px;
    right: -40px;
    background: radial-gradient(circle, rgba(79, 70, 229, .28) 0%, rgba(124, 58, 237, .12) 55%, transparent 80%);
    filter: blur(65px)
}

.ph-blob-2 {
    width: 280px;
    height: 280px;
    bottom: -60px;
    left: 8%;
    background: radial-gradient(circle, rgba(6, 182, 212, .22) 0%, rgba(79, 70, 229, .08) 55%, transparent 80%);
    filter: blur(55px)
}

/* Page hero gradient title */
.ph-title {
    font-size: clamp(2.2rem, 4.5vw, 3.6rem);
    color: #fff;
    margin: .75rem 0 1.1rem;
    line-height: 1.08
}

.ph-title .grad {
    background: linear-gradient(135deg, #fff 10%, #a5b4fc 55%, #67e8f9 90%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text
}

/* Breadcrumb SVG arrow */
.bc-arrow {
    width: 13px;
    height: 13px;
    opacity: .32;
    flex-shrink: 0;
    stroke: currentColor;
    fill: none;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round
}

/* "Neden Ben?" section */
.why-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.25rem
}

.why-card {
    padding: 2rem 1.8rem;
    border: 1px solid var(--border);
    border-radius: var(--r-l);
    background: var(--white);
    transition: box-shadow 250ms, transform 250ms
}

.why-card:hover {
    box-shadow: var(--sh);
    transform: translateY(-3px)
}

.why-num {
    font-family: 'Fraunces', serif;
    font-size: 3rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -.06em;
    margin-bottom: .8rem;
    background: linear-gradient(135deg, var(--brand) 0%, var(--accent) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text
}

.why-card h3 {
    font-size: 1.06rem;
    color: var(--text);
    margin-bottom: .5rem
}

.why-card p {
    font-size: .9rem;
    color: var(--muted);
    line-height: 1.74;
    margin: 0
}

/* "Calisma Anlayisim" values section */
.values-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.25rem
}

.value-card {
    padding: 2rem 1.6rem;
    border: 1px solid var(--border);
    border-radius: var(--r-l);
    text-align: center;
    transition: box-shadow 250ms, transform 250ms
}

.value-card:hover {
    box-shadow: var(--sh);
    transform: translateY(-3px)
}

.value-icon {
    width: 52px;
    height: 52px;
    border-radius: 14px;
    background: linear-gradient(135deg, var(--brand-l), var(--purple-l));
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    margin: 0 auto 1.1rem
}

.value-card h3 {
    font-size: 1.02rem;
    color: var(--text);
    margin-bottom: .45rem
}

.value-card p {
    font-size: .88rem;
    color: var(--muted);
    line-height: 1.7;
    margin: 0
}

/* Iletisim — availability & response */
.avail-badge {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    padding: .42rem .9rem;
    background: rgba(16, 185, 129, .12);
    border: 1px solid rgba(16, 185, 129, .22);
    border-radius: 999px;
    font-size: .79rem;
    font-weight: 600;
    color: #34d399;
    margin-bottom: 1.1rem
}

.avail-dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #34d399;
    flex-shrink: 0;
    animation: pulseGreen 2s ease infinite
}

.resp-items {
    display: grid;
    gap: .5rem;
    margin: 1rem 0 1.75rem
}

.resp-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: .58rem .85rem;
    background: rgba(255, 255, 255, .04);
    border: 1px solid rgba(255, 255, 255, .07);
    border-radius: var(--r)
}

.resp-item-lbl {
    font-size: .81rem;
    color: rgba(255, 255, 255, .42)
}

.resp-item-val {
    font-size: .83rem;
    font-weight: 600;
    color: #a5f3fc
}

/* Referanslar — project number badge */
.proj-num {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 9px;
    flex-shrink: 0;
    background: linear-gradient(135deg, var(--brand-l), var(--purple-l));
    font-family: 'Fraunces', serif;
    font-size: .95rem;
    font-weight: 700;
    color: var(--brand)
}

.proj-card-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: .75rem;
    margin-bottom: .25rem
}

@media(max-width:900px) {
    .why-grid {
        grid-template-columns: 1fr
    }

    .values-grid {
        grid-template-columns: 1fr 1fr
    }
}

@media(max-width:640px) {
    .values-grid {
        grid-template-columns: 1fr
    }
}

/* ═══════════════════════════════════════════════════════════
   v4 — 2026 ULTRA MODERN ADDITIONS
   Scrollbar · Shimmer · Float · Marquee · Counters · Glow
   ═══════════════════════════════════════════════════════════ */

/* ── Custom scrollbar ── */
::-webkit-scrollbar {
    width: 5px;
    height: 5px
}

::-webkit-scrollbar-track {
    background: transparent
}

::-webkit-scrollbar-thumb {
    background: linear-gradient(180deg, var(--brand), var(--purple));
    border-radius: 3px
}

/* ── Animated brand mark ── */
.brand-mark {
    background: linear-gradient(135deg, var(--brand), var(--purple), var(--accent), var(--brand));
    background-size: 300% 300%;
    animation: brandAnim 5s ease infinite
}

@keyframes brandAnim {

    0%,
    100% {
        background-position: 0% 50%
    }

    50% {
        background-position: 100% 50%
    }
}

/* ── Hero card subtle float ── */
.hero-card {
    animation: cardFloat 7s ease-in-out infinite
}

@keyframes cardFloat {

    0%,
    100% {
        transform: translateY(0) rotate(0deg)
    }

    33% {
        transform: translateY(-10px) rotate(.3deg)
    }

    66% {
        transform: translateY(-5px) rotate(-.2deg)
    }
}

/* ── Primary button shimmer ── */
.btn-primary {
    overflow: hidden
}

.btn-primary::after {
    content: '';
    position: absolute;
    top: -50%;
    left: -120%;
    width: 50%;
    height: 200%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .22), transparent);
    transform: skewX(-25deg);
    animation: btnShimmer 3.5s ease-in-out infinite
}

@keyframes btnShimmer {
    0% {
        left: -120%
    }

    55%,
    100% {
        left: 160%
    }
}

/* ── Trust band marquee ── */
.trust-band {
    padding: 0;
    overflow: hidden
}

.trust-track {
    display: flex;
    align-items: center;
    gap: 0;
    width: max-content;
    animation: marquee 28s linear infinite
}

.trust-band:hover .trust-track {
    animation-play-state: paused
}

@keyframes marquee {
    0% {
        transform: translateX(0)
    }

    100% {
        transform: translateX(-50%)
    }
}

.trust-item {
    display: flex;
    align-items: center;
    gap: .55rem;
    padding: 1.1rem 2rem;
    font-size: .86rem;
    font-weight: 600;
    color: var(--muted);
    white-space: nowrap;
    border-right: 1px solid var(--border)
}

.trust-icon {
    width: 30px;
    height: 30px;
    border-radius: 8px;
    background: var(--brand-l);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .9rem;
    flex-shrink: 0
}

/* ── Stat item hover — number glow ── */
.stat-item:hover .stat-num {
    background: linear-gradient(135deg, var(--brand) 0%, var(--accent) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text
}

/* ── Service card — always-on subtle gradient top border ── */
.svc-card::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(90deg, var(--brand), var(--accent), var(--purple));
    opacity: 0;
    transition: opacity 300ms
}

.svc-card:hover::after {
    opacity: 1
}

.svc-card:hover {
    box-shadow: 0 16px 40px rgba(79, 70, 229, .12), var(--sh)
}

/* ── Why card — left brand accent on hover ── */
.why-card {
    border-left: 3px solid transparent;
    transition: box-shadow 250ms, transform 250ms, border-color 300ms, background 250ms
}

.why-card:hover {
    border-left-color: var(--brand);
    background: linear-gradient(135deg, rgba(79, 70, 229, .03) 0%, transparent 60%)
}

/* ── Value card bg highlight ── */
.value-card:hover {
    background: linear-gradient(135deg, var(--brand-l) 0%, var(--purple-l) 100%)
}

/* ── Proj card hover glow ── */
.proj-card:hover {
    box-shadow: 0 16px 48px rgba(79, 70, 229, .14), 0 4px 12px rgba(0, 0, 0, .06)
}

/* ── Process number — pulsing ring ── */
.process-num {
    box-shadow: 0 0 0 6px var(--brand-l), 0 0 0 12px rgba(79, 70, 229, .06), var(--sh-brand);
    animation: ringPulse 3s ease-in-out infinite
}

@keyframes ringPulse {

    0%,
    100% {
        box-shadow: 0 0 0 6px var(--brand-l), 0 0 0 12px rgba(79, 70, 229, .06), var(--sh-brand)
    }

    50% {
        box-shadow: 0 0 0 9px var(--brand-l), 0 0 0 18px rgba(79, 70, 229, .04), var(--sh-brand)
    }
}

/* ── Section label — animated gradient line ── */
.section-lbl::before {
    background: linear-gradient(90deg, var(--brand), var(--accent), var(--purple), var(--brand));
    background-size: 200% 100%;
    animation: lblFlow 3s linear infinite
}

@keyframes lblFlow {
    0% {
        background-position: 0%
    }

    100% {
        background-position: 200%
    }
}

/* ── Tech badge — gradient glow ── */
.tech-badge:hover {
    background: linear-gradient(var(--white), var(--white)) padding-box,
        linear-gradient(135deg, var(--brand), var(--accent), var(--purple)) border-box;
    border-color: transparent;
    box-shadow: 0 0 0 3px var(--brand-l), 0 4px 18px rgba(79, 70, 229, .15)
}

/* ── Focus ring ── */
:focus-visible {
    outline: 2px solid var(--brand);
    outline-offset: 3px;
    border-radius: var(--r-s)
}

/* ── Dark section noise overlay ── */
.hero-section,
.cta-banner {
    isolation: isolate
}

.hero-section .hero-bg-grid {
    background-image:
        radial-gradient(circle, rgba(255, 255, 255, .07) 1px, transparent 1px);
    background-size: 28px 28px;
    mask-image: radial-gradient(ellipse 100% 100% at 50% 50%, #000 20%, transparent 100%);
    -webkit-mask-image: radial-gradient(ellipse 100% 100% at 50% 50%, #000 20%, transparent 100%)
}

/* ── Skill card hover ── */
.skill-card:hover {
    box-shadow: 0 8px 24px rgba(79, 70, 229, .1);
    border-color: rgba(79, 70, 229, .15)
}

/* ── Header nav CTA button pulse + shimmer ── */
.nav-cta-btn {
    animation: ctaPulse 3.5s ease-in-out infinite;
    position: relative;
    overflow: hidden;
    padding: .62rem 1.45rem;
    border-radius: var(--r);
    font-size: .88rem
}

.nav-cta-btn::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(105deg, transparent 30%, rgba(255, 255, 255, .22) 50%, transparent 70%);
    background-size: 200% 100%;
    animation: navCtaShimmer 2.8s ease-in-out infinite
}

@keyframes navCtaShimmer {
    from {
        background-position: 200% center
    }

    to {
        background-position: -200% center
    }
}

@keyframes ctaPulse {

    0%,
    100% {
        box-shadow: 0 4px 20px rgba(79, 70, 229, .42)
    }

    50% {
        box-shadow: 0 6px 32px rgba(79, 70, 229, .70), 0 0 0 5px rgba(79, 70, 229, .1)
    }
}

/* ── Hero kicker animated gradient ── */
.hero-kicker {
    background: linear-gradient(90deg, var(--accent), #a78bfa, #818cf8, var(--accent));
    background-size: 200% auto;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    animation: gradShift 4s linear infinite
}

/* ── Hero desc readability ── */
.hero-desc {
    color: rgba(255, 255, 255, .6)
}

/* ── Footer brand subtle glow ── */
.footer .brand-mark {
    box-shadow: 0 0 20px rgba(79, 70, 229, .3)
}

/* ── hcard row bottom separator animation ── */
.hcard-row {
    border-bottom: 1px solid rgba(255, 255, 255, .04)
}

.hcard-row:last-child {
    border-bottom: none
}

/* ── Clink hover ── */
.clink:hover {
    border-color: rgba(79, 70, 229, .3);
    background: rgba(79, 70, 229, .1)
}

/* ── Dropdown arrow on hover ── */
.has-dropdown:hover>a .nav-chevron {
    color: var(--brand)
}

/* ── Input/textarea hover border ── */
input:hover,
textarea:hover,
select:hover {
    border-color: #c4b5fd
}

/* ── Alert animations ── */
.alert {
    animation: alertSlide .3s ease
}

@keyframes alertSlide {
    from {
        opacity: 0;
        transform: translateY(-8px)
    }

    to {
        opacity: 1;
        transform: none
    }
}

/* ── Marquee responsive ── */
@media(max-width:640px) {
    .trust-track {
        animation-duration: 16s
    }

    .trust-item {
        padding: .9rem 1.2rem
    }
}

/* Hero badge pills (v4) */
.hero-badge-row {
    display: flex;
    flex-wrap: wrap;
    gap: .5rem;
    margin-bottom: 1.75rem
}

.hero-badge-pill {
    display: inline-flex;
    align-items: center;
    gap: .45rem;
    padding: .38rem 1rem;
    border-radius: 999px;
    font-size: .76rem;
    font-weight: 700;
    letter-spacing: .04em;
    border: 1px solid rgba(255, 255, 255, .12);
    background: rgba(255, 255, 255, .06);
    color: rgba(255, 255, 255, .7);
    backdrop-filter: blur(8px)
}

.hero-badge-pill .kicker-dot {
    -webkit-text-fill-color: initial
}

.hero-badge-pill--accent {
    background: rgba(79, 70, 229, .18);
    border-color: rgba(79, 70, 229, .3);
    color: #a5b4fc
}

.hero-badge-pill--green {
    background: rgba(16, 185, 129, .12);
    border-color: rgba(16, 185, 129, .25);
    color: #6ee7b7
}

/* ═══════════════════════════════════════════════════════════
   v5 PROFESSIONAL UPGRADES
   Testimonials · Hero Social Proof · WA Float · Refinements
   ═══════════════════════════════════════════════════════════ */

/* ── Hero social proof ── */
.hero-social-proof {
    display: flex;
    align-items: center;
    gap: .85rem;
    margin-top: 2rem
}

.hsp-avatars {
    display: flex
}

.hsp-av {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, .15);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .68rem;
    font-weight: 700;
    color: #fff;
    margin-left: -8px;
    flex-shrink: 0
}

.hsp-av:first-child {
    margin-left: 0
}

.hsp-stars {
    font-size: .9rem;
    letter-spacing: .04em;
    background: linear-gradient(90deg, #fbbf24, #f59e0b);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: .12rem
}

.hsp-text {
    font-size: .82rem;
    color: rgba(255, 255, 255, .52)
}

.hsp-text strong {
    color: rgba(255, 255, 255, .78);
    font-weight: 700
}

/* ── Testimonial grid ── */
.testimonials-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
    margin-bottom: 2.5rem
}

.testimonial-card {
    background: var(--white);
    border: 1px solid var(--border);
    border-radius: var(--r-l);
    padding: 2rem 1.75rem;
    display: flex;
    flex-direction: column;
    gap: 1.1rem;
    position: relative;
    overflow: hidden;
    transition: box-shadow 250ms, transform 250ms, border-color 250ms
}

.testimonial-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--brand), var(--accent), var(--purple));
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 350ms
}

.testimonial-card:hover {
    box-shadow: 0 16px 48px rgba(79, 70, 229, .1), 0 4px 12px rgba(0, 0, 0, .05);
    transform: translateY(-4px);
    border-color: rgba(79, 70, 229, .15)
}

.testimonial-card:hover::before {
    transform: scaleX(1)
}

.tcard-top {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.tcard-stars {
    font-size: 1rem;
    letter-spacing: .08em;
    background: linear-gradient(90deg, #fbbf24, #f59e0b);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text
}

.tcard-badge {
    font-size: .66rem;
    font-weight: 700;
    letter-spacing: .06em;
    text-transform: uppercase;
    color: var(--brand);
    background: var(--brand-l);
    border-radius: 999px;
    padding: .2rem .65rem
}

.testimonial-card blockquote {
    font-size: .94rem;
    line-height: 1.78;
    color: var(--muted);
    margin: 0;
    font-style: italic;
    position: relative;
    flex: 1
}

.testimonial-card blockquote::before {
    content: '"';
    font-family: 'Fraunces', serif;
    font-size: 3rem;
    line-height: .6;
    color: var(--brand-l);
    position: absolute;
    top: -.2rem;
    left: -.3rem;
    pointer-events: none
}

.tcard-author {
    display: flex;
    align-items: center;
    gap: .9rem;
    border-top: 1px solid var(--border);
    padding-top: 1.1rem
}

.tcard-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .8rem;
    font-weight: 700;
    color: #fff
}

.tcard-name {
    font-size: .91rem;
    font-weight: 700;
    color: var(--text);
    margin-bottom: .1rem
}

.tcard-role {
    font-size: .78rem;
    color: var(--muted)
}

/* Testimonial summary row */
.tcard-summary {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.25rem;
    padding: 1.5rem 2rem;
    background: var(--white);
    border: 1px solid var(--border);
    border-radius: var(--r-l);
    text-align: center;
    max-width: 380px;
    margin: 0 auto
}

.tcard-rating-big {
    font-family: 'Fraunces', serif;
    font-size: 2.8rem;
    font-weight: 700;
    background: linear-gradient(135deg, var(--brand), var(--accent));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    line-height: 1;
    flex-shrink: 0
}

.tcard-stars-big {
    font-size: 1.05rem;
    letter-spacing: .08em;
    background: linear-gradient(90deg, #fbbf24, #f59e0b);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: .2rem
}

.tcard-summary span:last-child {
    font-size: .82rem;
    color: var(--muted)
}

/* ── WhatsApp floating button ── */
.wa-float {
    position: fixed;
    bottom: 1.8rem;
    right: 1.8rem;
    z-index: 999;
    display: flex;
    align-items: center;
    gap: .6rem;
    background: linear-gradient(135deg, #25d366, #16a34a);
    color: #fff;
    border-radius: 999px;
    padding: .75rem 1.3rem .75rem 1rem;
    box-shadow: 0 6px 24px rgba(37, 211, 102, .45);
    font-size: .88rem;
    font-weight: 700;
    transition: transform 200ms, box-shadow 200ms;
    text-decoration: none
}

.wa-float:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 32px rgba(37, 211, 102, .6);
    color: #fff
}

.wa-icon {
    width: 22px;
    height: 22px;
    flex-shrink: 0
}

.wa-label {
    white-space: nowrap
}

/* ── Professional typography refinements ── */
.hero-title {
    letter-spacing: -.045em
}

.section-title {
    font-size: clamp(2rem, 3.6vw, 3rem);
    letter-spacing: -.045em
}

.cta-banner h2 {
    letter-spacing: -.04em
}

/* ── Larger section padding ── */
.section {
    padding: 6.5rem 0
}

/* ── Better card hover depth ── */
.svc-card:hover {
    box-shadow: 0 20px 48px rgba(79, 70, 229, .12), 0 4px 12px rgba(0, 0, 0, .05)
}

.process-card:hover {
    box-shadow: 0 12px 36px rgba(0, 0, 0, .08)
}

/* ── Refined CTA ── */
.cta-banner {
    border-radius: 28px
}

.cta-banner p {
    max-width: 52ch;
    font-size: 1.05rem
}

/* ── Footer col link hover ── */
.footer-list a:hover {
    color: #fff;
    transform: translateX(3px);
    display: inline-block
}

.footer-list a {
    transition: color 200ms, transform 200ms;
    display: inline-block
}

/* ── Responsive ── */
@media(max-width:900px) {
    .testimonials-grid {
        grid-template-columns: 1fr
    }

    .wa-label {
        display: none
    }

    .wa-float {
        padding: .85rem
    }
}

@media(max-width:640px) {
    .testimonials-grid {
        grid-template-columns: 1fr
    }

    .hero-social-proof {
        flex-wrap: wrap
    }

    .wa-float {
        bottom: 1.2rem;
        right: 1.2rem
    }
}

/* ═══════════════════════════════════════════════════════
   v6 — KOD EDİTÖR HERO KARTI + MODERN PROFESYONEL
   ═══════════════════════════════════════════════════════ */

/* Monospace font Google Fonts'tan (preload header.php'de eklendi) */
/* Fallback: ui-monospace, 'Cascadia Code', 'Fira Code', monospace */

/* ── Hero Card → Code Editor ── */
.hero-card {
    background: #0d1117 !important;
    border: 1px solid rgba(255, 255, 255, .12) !important;
    border-radius: var(--r-xl) !important;
    overflow: hidden !important;
    padding: 0 !important;
    backdrop-filter: none !important;
    box-shadow: 0 40px 80px rgba(0, 0, 0, .60), 0 0 0 1px rgba(255, 255, 255, .04),
        inset 0 1px 0 rgba(255, 255, 255, .06) !important;
}

.hcard-header {
    display: flex;
    align-items: center;
    gap: .8rem;
    padding: .8rem 1.1rem;
    background: #161b22;
    border-bottom: 1px solid rgba(255, 255, 255, .07);
}

.code-tabs {
    display: flex;
    gap: .3rem;
}

.code-tab {
    font-size: .72rem;
    font-weight: 500;
    padding: .22rem .65rem;
    border-radius: 6px;
    color: rgba(255, 255, 255, .3);
    font-family: ui-monospace, 'Cascadia Code', 'Fira Code', monospace;
    border: 1px solid transparent;
    transition: all 200ms;
}

.code-tab.active {
    background: rgba(255, 255, 255, .09);
    color: rgba(255, 255, 255, .82);
    border-color: rgba(255, 255, 255, .1);
}

/* Kod gövdesi */
.code-body {
    padding: 1rem 0 .75rem;
    font-family: ui-monospace, 'Cascadia Code', 'Fira Code', 'Courier New', monospace;
    font-size: .79rem;
    line-height: 1.8;
    overflow: hidden;
}

.code-line {
    display: flex;
    align-items: baseline;
    gap: 1rem;
    padding: .06rem 1.1rem;
    transition: background 120ms;
}

.code-line:hover {
    background: rgba(255, 255, 255, .028);
}

.code-lnum {
    min-width: 1.4rem;
    text-align: right;
    color: rgba(255, 255, 255, .16);
    user-select: none;
    flex-shrink: 0;
    font-size: .72rem;
}

/* Syntax renkleri (GitHub Dark tema) */
.c-cmt {
    color: #8b949e;
}

.c-key {
    color: #ff7b72;
}

.c-var {
    color: #ffa657;
}

.c-str {
    color: #a5d6ff;
}

.c-num {
    color: #79c0ff;
}

.c-fn {
    color: #d2a8ff;
}

.c-op {
    color: rgba(255, 255, 255, .45);
}

.c-punc {
    color: rgba(255, 255, 255, .4);
}

.c-txt {
    color: rgba(255, 255, 255, .72);
}

.c-kw {
    color: #ff7b72;
}

/* Aktif satır (cursor) */
.code-line--active {
    background: rgba(79, 70, 229, .1);
    border-left: 2px solid var(--brand);
}

.code-cursor {
    display: inline-block;
    width: 2px;
    height: .9em;
    background: #58a6ff;
    vertical-align: text-bottom;
    margin-left: 2px;
    animation: cur-blink .9s step-end infinite;
}

@keyframes cur-blink {

    0%,
    100% {
        opacity: 1
    }

    50% {
        opacity: 0
    }
}

/* Alt status bar */
.code-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: .55rem 1.1rem;
    background: #161b22;
    border-top: 1px solid rgba(255, 255, 255, .07);
    font-size: .7rem;
    font-family: ui-monospace, 'Cascadia Code', 'Fira Code', monospace;
}

.code-status {
    color: #3fb950;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: .4rem;
}

.code-status::before {
    content: '';
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #3fb950;
    animation: cur-blink 2s ease infinite;
}

.code-lang {
    color: rgba(255, 255, 255, .28);
}

.code-branch {
    color: rgba(255, 255, 255, .28);
    display: flex;
    align-items: center;
    gap: .3rem;
}

/* ── Trust Band: daha minimal ── */
.trust-band {
    background: var(--dark);
    border-top: 1px solid rgba(255, 255, 255, .05);
    border-bottom: 1px solid rgba(255, 255, 255, .05);
    padding: .85rem 0;
}

.trust-track {
    gap: 0;
}

.trust-item {
    display: flex;
    align-items: center;
    gap: .5rem;
    padding: .4rem 1.8rem;
    white-space: nowrap;
    color: rgba(255, 255, 255, .35);
    font-size: .82rem;
    font-weight: 500;
    letter-spacing: .02em;
    border-right: 1px solid rgba(255, 255, 255, .06);
}

.trust-dot {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: var(--brand);
    flex-shrink: 0;
    opacity: .7;
}

/* ── Service card SVG ikonlar ── */
.svc-icon-wrap {
    width: 52px;
    height: 52px;
    border-radius: 14px;
    background: linear-gradient(135deg, var(--brand-l), var(--purple-l));
    border: 1px solid rgba(79, 70, 229, .15);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.25rem;
    transition: transform 250ms, box-shadow 250ms;
}

.svc-card:hover .svc-icon-wrap {
    transform: scale(1.08);
    box-shadow: 0 8px 24px rgba(79, 70, 229, .2);
}

.svc-icon-wrap svg {
    width: 24px;
    height: 24px;
    stroke: var(--brand);
    fill: none;
    stroke-width: 1.75;
    stroke-linecap: round;
    stroke-linejoin: round;
}

/* ── Tech stack brand renkleri ── */
.tech-badge {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    padding: .45rem 1rem;
    border-radius: 999px;
    font-size: .84rem;
    font-weight: 600;
    border: 1px solid transparent;
    transition: transform 200ms, box-shadow 200ms;
    cursor: default;
}

.tech-badge:hover {
    transform: translateY(-2px);
}

.tech-badge .tb-icon {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
}

/* Brand renkleri */
.tb-php {
    background: #8892bf1a;
    color: #8892bf;
    border-color: #8892bf30;
}

.tb-mysql {
    background: #f292001a;
    color: #f29200;
    border-color: #f2920030;
}

.tb-js {
    background: #f7df1e1a;
    color: #b8a000;
    border-color: #f7df1e30;
}

.tb-html {
    background: #e34f261a;
    color: #e34f26;
    border-color: #e34f2630;
}

.tb-css {
    background: #1572b61a;
    color: #1572b6;
    border-color: #1572b630;
}

.tb-git {
    background: #f054311a;
    color: #f05431;
    border-color: #f0543130;
}

.tb-nginx {
    background: #009c691a;
    color: #009c69;
    border-color: #009c6930;
}

.tb-linux {
    background: #fcc6241a;
    color: #c49700;
    border-color: #fcc62430;
}

.tb-api {
    background: var(--brand-l);
    color: var(--brand);
    border-color: rgba(79, 70, 229, .25);
}

/* ── Hizmet kartı iyileştirme ── */
.svc-card {
    display: flex;
    flex-direction: column;
}

.svc-card h3 {
    font-size: 1.08rem;
    margin-bottom: .5rem;
}

.svc-card p {
    flex: 1;
}

.svc-link {
    display: inline-flex;
    align-items: center;
    gap: .35rem;
    margin-top: 1.25rem;
    font-size: .84rem;
    font-weight: 700;
    color: var(--brand);
    transition: gap 200ms, color 200ms;
}

.svc-link:hover {
    gap: .6rem;
    color: var(--brand-h);
}

/* ── CTA banner yükseltme ── */
.cta-banner {
    position: relative;
    overflow: hidden;
}

.cta-banner::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse 60% 80% at 20% 50%, rgba(79, 70, 229, .35) 0%, transparent 60%),
        radial-gradient(ellipse 50% 80% at 80% 50%, rgba(124, 58, 237, .25) 0%, transparent 60%);
    pointer-events: none;
}

.cta-banner::after {
    content: '';
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255, 255, 255, .035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, .035) 1px, transparent 1px);
    background-size: 40px 40px;
    mask-image: radial-gradient(ellipse 80% 100% at 50% 50%, #000 30%, transparent 100%);
    -webkit-mask-image: radial-gradient(ellipse 80% 100% at 50% 50%, #000 30%, transparent 100%);
    pointer-events: none;
}

.cta-inner {
    position: relative;
    z-index: 1;
}

/* ── Process cards — bağlantı çizgisi ── */
.process-grid {
    position: relative;
}

.process-grid::before {
    content: '';
    position: absolute;
    top: 2rem;
    left: calc(12.5% + 24px);
    right: calc(12.5% + 24px);
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(79, 70, 229, .3) 20%, rgba(79, 70, 229, .3) 80%, transparent);
    pointer-events: none;
}

@media(max-width:767px) {
    .process-grid::before {
        display: none;
    }
}

/* ── Stats bölümü ── */
.stat-num {
    font-size: clamp(2.8rem, 5vw, 4.2rem) !important;
}

/* ── Hero section flow anim ── */
.hero-card {
    animation: cardFloat 7s ease-in-out infinite;
}

@keyframes cardFloat {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-10px);
    }
}

/* ── Responsive ── */
@media(max-width:900px) {
    .hero-grid {
        grid-template-columns: 1fr !important;
    }

    .hero-card {
        display: none;
    }
}


/* ═══════════════════════════════════════════════════════
   v7 — ALT SAYFA CSS (Blog, SSS, Hizmet Detay)
   ═══════════════════════════════════════════════════════ */

/* ── Hizmet Detay — about layout ── */
.hizmet-about {
    display: grid;
    grid-template-columns: 1fr 260px;
    gap: 4rem;
    align-items: start;
}

.hizmet-about-text h2 {
    margin-top: .75rem;
}

.hizmet-about-text p {
    margin-top: 1rem;
    color: var(--muted);
    line-height: 1.8;
}

.hizmet-icon-wrap {
    width: 100%;
    aspect-ratio: 1;
    border-radius: var(--r-xl);
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(79, 70, 229, .12);
}

.hizmet-icon-wrap svg {
    width: 80px;
    height: 80px;
    stroke-width: 1.2;
}

.hizmet-icon-wrap--blue {
    background: rgba(79, 70, 229, .07);
}

.hizmet-icon-wrap--blue svg {
    stroke: var(--brand);
}

.hizmet-icon-wrap--purple {
    background: rgba(124, 58, 237, .07);
}

.hizmet-icon-wrap--purple svg {
    stroke: var(--purple);
}

.hizmet-icon-wrap--cyan {
    background: rgba(6, 182, 212, .07);
}

.hizmet-icon-wrap--cyan svg {
    stroke: var(--accent);
}

.hizmet-icon-wrap--green {
    background: rgba(16, 185, 129, .07);
}

.hizmet-icon-wrap--green svg {
    stroke: var(--green);
}

/* ── Feature grid ── */
.feat-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.25rem;
}

.feat-card {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    padding: 1.5rem;
    background: var(--white);
    border: 1px solid var(--border);
    border-radius: var(--r-l);
    transition: box-shadow 250ms, border-color 250ms, transform 250ms;
}

.feat-card:hover {
    box-shadow: var(--sh);
    border-color: rgba(79, 70, 229, .15);
    transform: translateY(-2px);
}

.feat-icon {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    background: var(--brand-l);
}

.feat-icon svg {
    width: 22px;
    height: 22px;
    stroke: var(--brand);
    fill: none;
    stroke-width: 1.75;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.feat-card--purple .feat-icon {
    background: var(--purple-l);
}

.feat-card--purple .feat-icon svg {
    stroke: var(--purple);
}

.feat-card--cyan .feat-icon {
    background: rgba(6, 182, 212, .1);
}

.feat-card--cyan .feat-icon svg {
    stroke: var(--accent);
}

.feat-card--green .feat-icon {
    background: rgba(16, 185, 129, .1);
}

.feat-card--green .feat-icon svg {
    stroke: var(--green);
}

.feat-card h4 {
    font-size: .95rem;
    font-weight: 700;
    margin-bottom: .35rem;
    font-family: 'Space Grotesk', sans-serif;
}

.feat-card p {
    font-size: .85rem;
    color: var(--muted);
    line-height: 1.65;
}

/* ── Süreç adımları (hizmet sayfası) ── */
.proc-steps {
    display: grid;
    gap: 1rem;
    max-width: 780px;
    margin: 0 auto;
}

.proc-step {
    display: flex;
    gap: 1.25rem;
    align-items: flex-start;
    padding: 1.5rem;
    background: var(--white);
    border: 1px solid var(--border);
    border-radius: var(--r-l);
    transition: border-color 250ms, box-shadow 250ms;
}

.proc-step:hover {
    border-color: rgba(79, 70, 229, .2);
    box-shadow: var(--sh-s);
}

.proc-step-num {
    font-size: 1.5rem;
    font-weight: 700;
    font-family: 'Fraunces', serif;
    color: transparent;
    background: linear-gradient(135deg, var(--brand), var(--purple));
    -webkit-background-clip: text;
    background-clip: text;
    line-height: 1;
    flex-shrink: 0;
    min-width: 2.5rem;
}

.proc-step h4 {
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: .3rem;
    font-family: 'Space Grotesk', sans-serif;
}

.proc-step p {
    font-size: .88rem;
    color: var(--muted);
    line-height: 1.7;
}

/* ── SSS / FAQ ── */
.faq-list {
    display: grid;
    gap: .6rem;
}

.faq-item {
    border: 1px solid var(--border);
    border-radius: var(--r);
    overflow: hidden;
    transition: border-color 250ms;
}

.faq-item.open {
    border-color: rgba(79, 70, 229, .25);
}

.faq-q {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1.1rem 1.25rem;
    background: var(--white);
    border: none;
    cursor: pointer;
    font-size: .97rem;
    font-weight: 600;
    font-family: 'Space Grotesk', sans-serif;
    color: var(--text);
    text-align: left;
    transition: background 150ms;
}

.faq-q:hover {
    background: var(--bg);
}

.faq-chev {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
    stroke: var(--muted);
    transition: transform 300ms;
}

.faq-item.open .faq-chev {
    transform: rotate(180deg);
}

.faq-a {
    max-height: 0;
    overflow: hidden;
    transition: max-height 350ms ease, padding 250ms;
    padding: 0 1.25rem;
}

.faq-item.open .faq-a {
    max-height: 300px;
    padding: 0 1.25rem 1.1rem;
}

.faq-a p {
    font-size: .9rem;
    color: var(--muted);
    line-height: 1.75;
}

/* SSS kategori başlıkları */
.sss-layout {
    display: grid;
    gap: 3rem;
}

.sss-cat-title {
    font-size: 1.15rem;
    font-weight: 700;
    font-family: 'Space Grotesk', sans-serif;
    color: var(--brand);
    margin-bottom: 1rem;
    padding-bottom: .65rem;
    border-bottom: 2px solid var(--brand-l);
}

/* ── Blog grid ── */
.blog-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
}

.blog-card {
    border: 1px solid var(--border);
    border-radius: var(--r-l);
    overflow: hidden;
    background: var(--white);
    transition: box-shadow 250ms, transform 250ms;
}

.blog-card:hover {
    box-shadow: var(--sh);
    transform: translateY(-3px);
}

.blog-card-top {
    height: 8px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    padding: .75rem 1.25rem .4rem;
    position: relative;
}

.blog-card-top::before {
    content: '';
    position: absolute;
    inset: 0;
}

.blog-card-top--blue::before {
    background: linear-gradient(135deg, rgba(79, 70, 229, .12), rgba(99, 102, 241, .06));
}

.blog-card-top--purple::before {
    background: linear-gradient(135deg, rgba(124, 58, 237, .12), rgba(167, 139, 250, .06));
}

.blog-card-top--cyan::before {
    background: linear-gradient(135deg, rgba(6, 182, 212, .12), rgba(34, 211, 238, .06));
}

.blog-card-top--green::before {
    background: linear-gradient(135deg, rgba(16, 185, 129, .12), rgba(52, 211, 153, .06));
}

.blog-tag {
    display: inline-block;
    padding: .2rem .65rem;
    border-radius: 999px;
    font-size: .72rem;
    font-weight: 700;
    letter-spacing: .06em;
    background: var(--brand);
    color: #fff;
    position: relative;
    z-index: 1;
}

.blog-read {
    font-size: .75rem;
    color: var(--muted);
    position: relative;
    z-index: 1;
}

.blog-card-body {
    padding: 1.25rem;
}

.blog-date {
    font-size: .78rem;
    color: var(--muted);
    display: block;
    margin-bottom: .5rem;
}

.blog-card-title {
    font-size: 1.1rem;
    font-weight: 700;
    line-height: 1.35;
    margin-bottom: .75rem;
}

.blog-card-title a {
    color: var(--text);
    transition: color 200ms;
}

.blog-card-title a:hover {
    color: var(--brand);
}

.blog-card-body>p {
    font-size: .87rem;
    color: var(--muted);
    line-height: 1.7;
    margin-bottom: 1rem;
}

.blog-more {
    font-size: .84rem;
    font-weight: 700;
    color: var(--brand);
    transition: gap 200ms;
    display: inline-flex;
    align-items: center;
    gap: .3rem;
}

.blog-more:hover {
    gap: .55rem;
}

/* ── Blog makale layout ── */
.article-layout {
    display: grid;
    grid-template-columns: 1fr 300px;
    gap: 3.5rem;
    align-items: start;
}

.article-meta {
    display: flex;
    align-items: center;
    gap: .75rem;
    flex-wrap: wrap;
    margin-bottom: 2rem;
}

.article-author {
    font-size: .84rem;
    color: var(--muted);
}

.article-meta time {
    font-size: .84rem;
    color: var(--muted);
}

.article-body h2 {
    font-size: 1.45rem;
    margin: 2rem 0 .85rem;
    color: var(--dark);
}

.article-body p {
    color: var(--muted);
    line-height: 1.85;
    margin-bottom: 1rem;
}

/* Kod bloğu (makale içi) */
.code-block {
    background: #0d1117;
    border-radius: var(--r-l);
    overflow: hidden;
    margin: 1.5rem 0;
    border: 1px solid rgba(255, 255, 255, .08);
}

.code-block-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: .65rem 1.1rem;
    background: #161b22;
    border-bottom: 1px solid rgba(255, 255, 255, .07);
    font-size: .76rem;
    font-family: ui-monospace, 'Cascadia Code', monospace;
    color: rgba(255, 255, 255, .4);
}

.code-block-tag {
    background: rgba(79, 70, 229, .3);
    color: #818cf8;
    padding: .15rem .55rem;
    border-radius: 999px;
    font-size: .7rem;
    font-weight: 600;
}

.code-block pre {
    margin: 0;
    padding: 1.25rem 1.1rem;
    overflow-x: auto;
}

.code-block code {
    font-family: ui-monospace, 'Cascadia Code', 'Fira Code', monospace;
    font-size: .82rem;
    line-height: 1.85;
}

.article-footer-nav {
    display: flex;
    gap: .75rem;
    margin-top: 3rem;
}

/* Sidebar */
.article-sidebar {
    position: sticky;
    top: 90px;
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.sidebar-card {
    background: var(--white);
    border: 1px solid var(--border);
    border-radius: var(--r-l);
    padding: 1.5rem;
}

.sidebar-card h4 {
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 1rem;
    font-family: 'Space Grotesk', sans-serif;
}

.sidebar-author {
    display: flex;
    align-items: center;
    gap: .75rem;
    margin-bottom: .85rem;
}

.sidebar-av {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    flex-shrink: 0;
    background: linear-gradient(135deg, var(--brand), var(--purple));
    color: #fff;
    font-weight: 700;
    font-size: .88rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Fraunces', serif;
}

.sidebar-author strong {
    display: block;
    font-size: .9rem;
    font-weight: 700;
}

.sidebar-author span {
    font-size: .78rem;
    color: var(--muted);
}

.sidebar-card p {
    font-size: .85rem;
    color: var(--muted);
    line-height: 1.7;
}

.sidebar-posts {
    display: grid;
    gap: .6rem;
}

.sidebar-posts li a {
    font-size: .85rem;
    color: var(--muted);
    transition: color 200ms;
    line-height: 1.4;
}

.sidebar-posts li a:hover {
    color: var(--brand);
}

.sidebar-card--cta {
    background: linear-gradient(135deg, rgba(79, 70, 229, .06), rgba(124, 58, 237, .04));
    border-color: rgba(79, 70, 229, .15);
}

.sidebar-card--cta h4 {
    color: var(--brand);
}

/* ── Responsive alt sayfalar ── */
@media (max-width: 900px) {
    .hizmet-about {
        grid-template-columns: 1fr;
    }

    .hizmet-about-icon {
        display: none;
    }

    .feat-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .blog-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .article-layout {
        grid-template-columns: 1fr;
    }

    .article-sidebar {
        position: static;
    }
}

@media (max-width: 600px) {
    .feat-grid {
        grid-template-columns: 1fr;
    }

    .blog-grid {
        grid-template-columns: 1fr;
    }
}

/* ═══ v8 HEADER MODERNIZASYON ══════════════════════════════
   Topbar auto-hide · SVG dd-icons · Nav pill refine · Dropdown premium
   ═══════════════════════════════════════════════════════════ */

/* ── Topbar — smooth hide on scroll ── */
.topbar {
    transition: max-height 320ms cubic-bezier(.4, 0, .2, 1),
        opacity 280ms ease,
        border-color 280ms ease;
    max-height: 48px;
    overflow: hidden;
}

.topbar.topbar-hidden {
    max-height: 0;
    opacity: 0;
    pointer-events: none;
    border-color: transparent;
}

/* ── Topbar avail badge refinement ── */
.topbar-avail {
    background: rgba(52, 211, 153, .1);
    border: 1px solid rgba(52, 211, 153, .22);
    padding: .18rem .65rem;
    border-radius: 999px;
    font-size: .72rem;
    font-weight: 600;
    color: #34d399;
    letter-spacing: .02em;
}

/* ── Site header — cleaner gap when topbar gone ── */
.site-stripe {
    transition: none;
}

/* ── Brand mark — inner shine ── */
.brand-mark::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background: linear-gradient(135deg, rgba(255, 255, 255, .28) 0%, transparent 55%);
    pointer-events: none;
}

/* ── Nav items — brand-tinted hover / active ── */
.nav-menu>li>a:hover {
    background: rgba(79, 70, 229, .07) !important;
    color: var(--brand) !important;
}

.nav-menu>li>a.active {
    background: rgba(79, 70, 229, .09) !important;
    color: var(--brand) !important;
}

.nav-menu>li>a.active::after,
.nav-menu>li>a:hover::after {
    background: linear-gradient(90deg, var(--brand), var(--purple)) !important;
}

/* ── Dropdown — premium glass card ── */
.dropdown {
    border-color: rgba(79, 70, 229, .1) !important;
    box-shadow: 0 4px 6px rgba(0, 0, 0, .04),
        0 16px 48px rgba(0, 0, 0, .12),
        0 32px 80px rgba(0, 0, 0, .07),
        inset 0 1px 0 rgba(255, 255, 255, .95) !important;
    background: rgba(255, 255, 255, .98) !important;
}

/* ── DD icon — SVG-ready (artık emoji yok) ── */
.dd-icon {
    width: 38px !important;
    height: 38px !important;
    border-radius: 11px !important;
    flex-shrink: 0;
    border-width: 1px;
    border-style: solid;
    transition: transform 220ms ease, box-shadow 220ms ease;
}

.dd-icon svg {
    width: 17px;
    height: 17px;
    stroke-width: 1.75;
    stroke-linecap: round;
    stroke-linejoin: round;
    fill: none;
}

.dd-icon--blue {
    background: rgba(79, 70, 229, .08) !important;
    border-color: rgba(79, 70, 229, .18) !important;
}

.dd-icon--blue svg {
    stroke: var(--brand);
}

.dd-icon--purple {
    background: rgba(124, 58, 237, .08) !important;
    border-color: rgba(124, 58, 237, .18) !important;
}

.dd-icon--purple svg {
    stroke: var(--purple);
}

.dd-icon--cyan {
    background: rgba(6, 182, 212, .08) !important;
    border-color: rgba(6, 182, 212, .18) !important;
}

.dd-icon--cyan svg {
    stroke: var(--accent);
}

.dd-icon--green {
    background: rgba(16, 185, 129, .08) !important;
    border-color: rgba(16, 185, 129, .18) !important;
}

.dd-icon--green svg {
    stroke: var(--green);
}

/* ── Dropdown item hover — premium ── */
.dropdown li a:hover {
    background: linear-gradient(135deg, rgba(79, 70, 229, .04), rgba(124, 58, 237, .02)) !important;
    border-color: rgba(79, 70, 229, .12) !important;
}

.dropdown li a:hover .dd-icon {
    transform: scale(1.08) !important;
    box-shadow: 0 3px 10px rgba(0, 0, 0, .1);
}

/* ── Dropdown footer CTA ── */
.dd-footer {
    background: linear-gradient(135deg, rgba(79, 70, 229, .05), rgba(124, 58, 237, .03)) !important;
    border-top: 1px solid rgba(79, 70, 229, .08) !important;
}

.dd-cta {
    display: inline-flex;
    align-items: center;
    gap: .4rem;
    font-size: .84rem;
    font-weight: 700;
    color: var(--brand);
    padding: .35rem .6rem;
    border-radius: var(--r-s);
    transition: background 200ms, gap 200ms;
}

.dd-cta:hover {
    background: rgba(79, 70, 229, .07);
    gap: .65rem !important;
}

/* ── Nav CTA — slight refinement ── */
.nav-cta-btn {
    letter-spacing: -.01em;
    font-size: .87rem !important;
}

/* ── Mobile hamburger — modern icon ── */
.nav-hamburger span {
    display: block;
    height: 1.5px;
    background: var(--text);
    border-radius: 2px;
    transition: transform 280ms cubic-bezier(.4, 0, .2, 1), opacity 200ms ease, width 280ms ease;
    transform-origin: center;
}

.nav-hamburger.open span:nth-child(1) {
    transform: translateY(6.5px) rotate(45deg);
}

.nav-hamburger.open span:nth-child(2) {
    opacity: 0;
    transform: scaleX(0);
}

.nav-hamburger.open span:nth-child(3) {
    transform: translateY(-6.5px) rotate(-45deg);
}

/* ── Responsive: topbar — mobilde daralt ── */
@media (max-width: 768px) {
    .topbar-avail {
        display: none;
    }
}

/* ═══════════════════════ PROFESSIONAL HEADER v9 ══════════════════════════
   Tam yeniden yazım — tüm eski header stillerini geçersiz kılar
   ════════════════════════════════════════════════════════════════════════ */

/* ── TOPBAR ── */
.hdr-topbar {
    background: #0a0f1a;
    border-bottom: 1px solid rgba(255, 255, 255, .045);
    overflow: hidden;
    transition: max-height .32s cubic-bezier(.4, 0, .2, 1),
        opacity .28s ease;
    max-height: 44px;
}

.hdr-topbar.is-hidden {
    max-height: 0;
    opacity: 0;
    pointer-events: none;
    border-color: transparent;
}

.hdr-topbar-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 44px;
    gap: 1rem;
}

.hdr-tb-left,
.hdr-tb-right {
    display: flex;
    align-items: center;
    gap: .9rem;
}

.hdr-tb-link {
    display: inline-flex;
    align-items: center;
    gap: .4rem;
    color: rgba(255, 255, 255, .42);
    font-size: .78rem;
    font-weight: 500;
    font-family: 'Inter', 'Space Grotesk', sans-serif;
    letter-spacing: .01em;
    white-space: nowrap;
    transition: color .18s;
}

.hdr-tb-link svg {
    flex-shrink: 0;
    stroke: currentColor;
}

.hdr-tb-link:hover {
    color: rgba(255, 255, 255, .8);
}

.hdr-tb-sep {
    width: 1px;
    height: 13px;
    background: rgba(255, 255, 255, .1);
    flex-shrink: 0;
}

.hdr-avail {
    display: inline-flex;
    align-items: center;
    gap: .4rem;
    font-size: .74rem;
    font-weight: 600;
    font-family: 'Space Grotesk', sans-serif;
    color: #34d399;
    letter-spacing: .025em;
    background: rgba(52, 211, 153, .1);
    border: 1px solid rgba(52, 211, 153, .2);
    border-radius: 999px;
    padding: .15rem .65rem;
}

.hdr-avail-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #34d399;
    flex-shrink: 0;
    animation: hdrDotPulse 2.2s ease infinite;
}

@keyframes hdrDotPulse {

    0%,
    100% {
        opacity: 1;
        transform: scale(1);
    }

    50% {
        opacity: .6;
        transform: scale(.75);
    }
}

.hdr-tb-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    border-radius: 7px;
    background: rgba(255, 255, 255, .06);
    color: rgba(255, 255, 255, .38);
    transition: background .18s, color .18s;
}

.hdr-tb-icon svg {
    width: 12px;
    height: 12px;
    fill: currentColor;
}

.hdr-tb-icon:hover {
    background: rgba(255, 255, 255, .12);
    color: rgba(255, 255, 255, .82);
}

/* ── MAIN HEADER ── */
.site-header {
    position: sticky !important;
    top: 0 !important;
    z-index: 300 !important;
    background: rgba(255, 255, 255, .88) !important;
    backdrop-filter: blur(28px) saturate(190%) !important;
    -webkit-backdrop-filter: blur(28px) saturate(190%) !important;
    border-bottom: 1px solid rgba(0, 0, 0, .07) !important;
    box-shadow: none !important;
    transition: background .3s, box-shadow .3s !important;
}

.site-header.is-scrolled {
    background: rgba(255, 255, 255, .97) !important;
    box-shadow: 0 1px 0 rgba(0, 0, 0, .06),
        0 4px 24px rgba(0, 0, 0, .06) !important;
}

/* Kaldır: eski ::after gradient çizgisi */
.site-header::after {
    display: none !important;
}

.hdr-inner {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    height: 68px;
}

/* ── BRAND / LOGO ── */
.hdr-brand {
    display: flex;
    align-items: center;
    gap: .7rem;
    flex-shrink: 0;
    text-decoration: none;
}

.hdr-logo {
    width: 40px;
    height: 40px;
    border-radius: 12px;
    background: linear-gradient(135deg, #4f46e5 0%, #7c3aed 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    box-shadow: 0 2px 12px rgba(79, 70, 229, .40);
    transition: transform .22s ease, box-shadow .22s ease;
    position: relative;
    overflow: hidden;
}

.hdr-logo::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(255, 255, 255, .22) 0%, transparent 55%);
    border-radius: inherit;
}

.hdr-logo-text {
    font-family: 'Fraunces', serif;
    font-size: .92rem;
    font-weight: 700;
    color: #fff;
    letter-spacing: -.04em;
    position: relative;
    z-index: 1;
}

.hdr-brand:hover .hdr-logo {
    transform: scale(1.05);
    box-shadow: 0 4px 20px rgba(79, 70, 229, .55);
}

.hdr-brand-text {
    display: flex;
    flex-direction: column;
    gap: 1px;
}

.hdr-brand-name {
    font-family: 'Fraunces', serif;
    font-size: 1.05rem;
    font-weight: 700;
    letter-spacing: -.03em;
    line-height: 1.1;
    color: #111827;
}

.hdr-brand-sub {
    font-family: 'Space Grotesk', sans-serif;
    font-size: .6rem;
    font-weight: 600;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: #9ca3af;
    line-height: 1;
}

/* ── NAVIGATION ── */
.hdr-nav {
    flex: 1;
    display: flex;
    justify-content: center;
}

.hdr-nav-list {
    display: flex;
    align-items: center;
    gap: .15rem;
    list-style: none;
    margin: 0;
    padding: 0;
}

.hdr-nav-link {
    display: inline-flex;
    align-items: center;
    gap: .28rem;
    padding: .42rem .85rem;
    border-radius: 9px;
    font-family: 'Space Grotesk', sans-serif;
    font-size: .88rem;
    font-weight: 500;
    color: #6b7280;
    text-decoration: none;
    white-space: nowrap;
    transition: color .16s, background .16s;
    position: relative;
}

.hdr-nav-link:hover {
    color: #111827;
    background: rgba(0, 0, 0, .04);
}

.hdr-nav-link.is-active {
    color: #4f46e5;
    font-weight: 600;
    background: rgba(79, 70, 229, .07);
}

.hdr-chev {
    width: 11px;
    height: 11px;
    opacity: .5;
    transition: transform .22s ease, opacity .16s;
    flex-shrink: 0;
}

.hdr-has-drop:hover .hdr-chev {
    transform: rotate(180deg);
    opacity: .8;
}

/* ── DROPDOWN ── */
.hdr-has-drop {
    position: relative;
}

.hdr-drop {
    position: absolute;
    top: calc(100% + 8px);
    left: 50%;
    transform: translateX(-50%) translateY(-6px);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity .2s ease, transform .2s ease, visibility 0s .2s;
    z-index: 400;
}

.hdr-has-drop:hover .hdr-drop {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateX(-50%) translateY(0);
    transition: opacity .2s ease, transform .2s ease, visibility 0s;
}

/* küçük köprü boşluğu — hover kopmasın */
.hdr-drop::before {
    content: '';
    position: absolute;
    top: -10px;
    left: 0;
    right: 0;
    height: 12px;
}

.hdr-drop-inner {
    background: rgba(255, 255, 255, .99);
    border: 1px solid rgba(0, 0, 0, .07);
    border-radius: 18px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .04),
        0 8px 24px rgba(0, 0, 0, .08),
        0 24px 56px rgba(0, 0, 0, .08),
        inset 0 1px 0 rgba(255, 255, 255, 1);
    padding: .65rem .65rem .5rem;
    min-width: 490px;
    overflow: hidden;
}

.hdr-drop-label {
    font-family: 'Space Grotesk', sans-serif;
    font-size: .67rem;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: #9ca3af;
    padding: .1rem .75rem .55rem;
    border-bottom: 1px solid rgba(0, 0, 0, .05);
    margin-bottom: .45rem;
}

.hdr-drop-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: .3rem;
}

.hdr-drop-item {
    display: flex;
    align-items: flex-start;
    gap: .8rem;
    padding: .7rem .75rem;
    border-radius: 12px;
    border: 1px solid transparent;
    text-decoration: none;
    transition: background .15s, border-color .15s;
}

.hdr-drop-item:hover {
    background: #f8f7ff;
    border-color: rgba(79, 70, 229, .1);
}

.hdr-drop-icon {
    width: 36px;
    height: 36px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    border-width: 1px;
    border-style: solid;
    transition: transform .18s ease;
}

.hdr-drop-icon svg {
    width: 16px;
    height: 16px;
}

.hdr-drop-item:hover .hdr-drop-icon {
    transform: scale(1.07);
}

.hdr-drop-icon--blue {
    background: rgba(79, 70, 229, .08);
    border-color: rgba(79, 70, 229, .18);
}

.hdr-drop-icon--blue svg {
    stroke: #4f46e5;
}

.hdr-drop-icon--purple {
    background: rgba(124, 58, 237, .08);
    border-color: rgba(124, 58, 237, .18);
}

.hdr-drop-icon--purple svg {
    stroke: #7c3aed;
}

.hdr-drop-icon--cyan {
    background: rgba(6, 182, 212, .08);
    border-color: rgba(6, 182, 212, .18);
}

.hdr-drop-icon--cyan svg {
    stroke: #06b6d4;
}

.hdr-drop-icon--green {
    background: rgba(16, 185, 129, .08);
    border-color: rgba(16, 185, 129, .18);
}

.hdr-drop-icon--green svg {
    stroke: #10b981;
}

.hdr-drop-item>div {
    display: flex;
    flex-direction: column;
    gap: .15rem;
}

.hdr-drop-item strong {
    font-family: 'Space Grotesk', sans-serif;
    font-size: .855rem;
    font-weight: 600;
    color: #111827;
    line-height: 1.25;
}

.hdr-drop-item span {
    font-size: .76rem;
    color: #9ca3af;
    line-height: 1.4;
}

.hdr-drop-footer {
    margin-top: .45rem;
    padding: .55rem .75rem .2rem;
    border-top: 1px solid rgba(0, 0, 0, .05);
}

.hdr-drop-cta {
    display: inline-flex;
    align-items: center;
    gap: .4rem;
    font-family: 'Space Grotesk', sans-serif;
    font-size: .82rem;
    font-weight: 700;
    color: #4f46e5;
    text-decoration: none;
    padding: .3rem .5rem;
    border-radius: 8px;
    transition: background .15s, gap .18s;
}

.hdr-drop-cta:hover {
    background: rgba(79, 70, 229, .07);
    gap: .6rem;
}

.hdr-drop-cta svg {
    flex-shrink: 0;
}

/* ── ACTIONS (CTA + burger) ── */
.hdr-actions {
    display: flex;
    align-items: center;
    gap: .65rem;
    flex-shrink: 0;
}

.hdr-cta {
    display: inline-flex;
    align-items: center;
    padding: .5rem 1.2rem;
    background: #4f46e5;
    color: #fff;
    font-family: 'Space Grotesk', sans-serif;
    font-size: .86rem;
    font-weight: 700;
    border-radius: 10px;
    text-decoration: none;
    white-space: nowrap;
    box-shadow: 0 1px 3px rgba(79, 70, 229, .2),
        0 4px 14px rgba(79, 70, 229, .28);
    transition: background .18s, box-shadow .18s, transform .18s;
}

.hdr-cta:hover {
    background: #4338ca;
    box-shadow: 0 2px 6px rgba(79, 70, 229, .25),
        0 8px 22px rgba(79, 70, 229, .40);
    transform: translateY(-1px);
}

/* ── HAMBURGER ── */
.hdr-burger {
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
    width: 40px;
    height: 40px;
    background: none;
    border: 1.5px solid rgba(0, 0, 0, .1);
    border-radius: 10px;
    cursor: pointer;
    padding: 0;
    transition: border-color .18s, background .18s;
}

.hdr-burger:hover {
    border-color: rgba(79, 70, 229, .35);
    background: rgba(79, 70, 229, .04);
}

.hdr-burger span {
    display: block;
    width: 18px;
    height: 1.75px;
    background: #374151;
    border-radius: 2px;
    transition: transform .28s cubic-bezier(.4, 0, .2, 1),
        opacity .2s ease;
    transform-origin: center;
}

.hdr-burger.is-open span:nth-child(1) {
    transform: translateY(6.75px) rotate(45deg);
}

.hdr-burger.is-open span:nth-child(2) {
    opacity: 0;
    transform: scaleX(0);
}

.hdr-burger.is-open span:nth-child(3) {
    transform: translateY(-6.75px) rotate(-45deg);
}

/* ── RESPONSIVE ── */
@media (max-width: 900px) {

    /* Topbar: sadece sağ kısmı gizle */
    .hdr-tb-right {
        display: none;
    }

    /* Hamburger göster */
    .hdr-burger {
        display: flex;
    }

    /* CTA gizle */
    .hdr-cta {
        display: none;
    }

    /* Nav: mobil menü */
    .hdr-nav {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background: rgba(255, 255, 255, .98);
        backdrop-filter: blur(20px);
        border-bottom: 1px solid rgba(0, 0, 0, .07);
        box-shadow: 0 8px 24px rgba(0, 0, 0, .08);
        padding: .5rem 1.25rem 1rem;
        display: none;
        flex-direction: column;
        align-items: flex-start;
        z-index: 400;
    }

    .hdr-nav.is-open {
        display: flex;
    }

    .hdr-nav-list {
        flex-direction: column;
        align-items: flex-start;
        gap: 0;
        width: 100%;
    }

    .hdr-nav-list>li {
        width: 100%;
    }

    .hdr-nav-link {
        width: 100%;
        padding: .75rem .85rem;
        font-size: .93rem;
    }

    /* Mobil dropdown */
    .hdr-drop {
        position: static;
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        transform: none;
        transition: none;
    }

    .hdr-drop-inner {
        min-width: 0;
        width: 100%;
        border-radius: 12px;
        margin: .25rem 0 .5rem;
        box-shadow: none;
        border-color: rgba(0, 0, 0, .06);
    }

    .hdr-drop-grid {
        grid-template-columns: 1fr;
    }

    .hdr-drop::before {
        display: none;
    }
}

@media (max-width: 600px) {

    /* Topbar: sadece sol yı göster, avail gizle */
    .hdr-avail {
        display: none;
    }

    .hdr-topbar-inner {
        justify-content: center;
    }

    .hdr-tb-left {
        gap: .6rem;
    }
}

/* ── Eski header stilleri sıfırla ── */
/* site-stripe kaldır */
.site-stripe {
    display: none !important;
}

/* Eski brand-wrap, brand-mark, nav-menu — artık kullanılmıyor */
.brand-wrap,
.brand-mark,
.brand-sub,
.brand-name,
.nav-menu,
.nav-cta-btn,
.nav-hamburger,
.topbar,
.topbar-inner,
.topbar-left,
.topbar-right,
.topbar-avail,
.topbar-avail-dot,
.topbar-sep {
    display: none !important;
}

/* ═══════════════════════ HEADER v10 — ULTRA MODERN ═══════════════════════ */

/* ── Topbar: gradient accent + tinted bg ── */
.hdr-topbar {
    background: linear-gradient(90deg, #07091a 0%, #0d1128 50%, #07091a 100%) !important;
    border-bottom: none !important;
    position: relative;
}

.hdr-topbar::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent 0%, rgba(99, 102, 241, .45) 30%, rgba(139, 92, 246, .55) 50%, rgba(99, 102, 241, .45) 70%, transparent 100%);
}

.hdr-tb-link:hover {
    color: rgba(255, 255, 255, .92) !important;
}

/* ── Main Header: indigo-tinted frosted glass ── */
.site-header {
    background: rgba(253, 252, 255, .91) !important;
    backdrop-filter: blur(32px) saturate(200%) brightness(1.02) !important;
    -webkit-backdrop-filter: blur(32px) saturate(200%) brightness(1.02) !important;
    border-bottom: 1px solid rgba(99, 102, 241, .1) !important;
}

.site-header.is-scrolled {
    background: rgba(255, 255, 255, .98) !important;
    box-shadow: 0 1px 0 rgba(99, 102, 241, .1),
        0 8px 32px rgba(79, 70, 229, .08) !important;
}

/* ── Logo: gradient animation ── */
.hdr-logo {
    background: linear-gradient(135deg, #4338ca 0%, #6d28d9 50%, #7c3aed 100%) !important;
    background-size: 200% 200% !important;
    animation: hdrLogoGrad 5s ease infinite !important;
    box-shadow: 0 2px 16px rgba(79, 70, 229, .5), inset 0 1px 0 rgba(255, 255, 255, .2) !important;
    border-radius: 14px !important;
}

@keyframes hdrLogoGrad {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

.hdr-brand:hover .hdr-logo {
    transform: scale(1.07) rotate(-2deg) !important;
    box-shadow: 0 6px 28px rgba(79, 70, 229, .65) !important;
}

/* ── Brand name: gradient clip text ── */
.hdr-brand-name {
    background: linear-gradient(120deg, #1e1b4b 0%, #4338ca 50%, #6d28d9 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-size: 1.08rem !important;
}

.hdr-brand-sub {
    color: #a5b4fc !important;
    letter-spacing: .1em !important;
}

/* ── Nav links: animated underline ── */
.hdr-nav-link {
    position: relative;
    overflow: visible;
    color: #4b5563 !important;
    font-weight: 500 !important;
    transition: color .18s !important;
    background: transparent !important;
    padding: .4rem .9rem !important;
}

.hdr-nav-link::after {
    content: '';
    position: absolute;
    bottom: 2px;
    left: .9rem;
    right: .9rem;
    height: 2px;
    border-radius: 2px;
    background: linear-gradient(90deg, #4f46e5, #7c3aed);
    transform: scaleX(0);
    transition: transform .22s cubic-bezier(.4, 0, .2, 1);
    transform-origin: left;
}

.hdr-nav-link:hover {
    color: #4338ca !important;
    background: rgba(79, 70, 229, .05) !important;
}

.hdr-nav-link:hover::after {
    transform: scaleX(1);
}

.hdr-nav-link.is-active {
    color: #4f46e5 !important;
    background: rgba(79, 70, 229, .08) !important;
    font-weight: 600 !important;
}

.hdr-nav-link.is-active::after {
    transform: scaleX(1);
}

/* ── CTA Button: gradient pill + glow ── */
.hdr-cta {
    background: linear-gradient(135deg, #4f46e5 0%, #7c3aed 100%) !important;
    color: #fff !important;
    font-family: 'Space Grotesk', sans-serif !important;
    font-size: .86rem !important;
    font-weight: 600 !important;
    padding: .5rem 1.25rem !important;
    border-radius: 999px !important;
    text-decoration: none !important;
    white-space: nowrap !important;
    letter-spacing: .02em !important;
    box-shadow: 0 2px 14px rgba(79, 70, 229, .35), inset 0 1px 0 rgba(255, 255, 255, .18) !important;
    transition: transform .18s ease, box-shadow .18s ease, filter .18s !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: .4rem !important;
    position: relative !important;
    overflow: hidden !important;
}

.hdr-cta::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(120deg, transparent 30%, rgba(255, 255, 255, .18) 50%, transparent 70%);
    transform: translateX(-100%);
    transition: transform .5s ease;
}

.hdr-cta:hover::before {
    transform: translateX(100%);
}

.hdr-cta:hover {
    transform: translateY(-1px) !important;
    box-shadow: 0 6px 24px rgba(79, 70, 229, .5), inset 0 1px 0 rgba(255, 255, 255, .22) !important;
    filter: brightness(1.06) !important;
}

.hdr-cta:active {
    transform: translateY(0) !important;
    box-shadow: 0 2px 10px rgba(79, 70, 229, .3) !important;
}

/* ── Dropdown: modern floating card ── */
.hdr-drop-inner {
    background: rgba(255, 255, 255, .98) !important;
    border: 1px solid rgba(99, 102, 241, .12) !important;
    border-radius: 20px !important;
    box-shadow: 0 4px 6px rgba(0, 0, 0, .04),
        0 12px 32px rgba(79, 70, 229, .1),
        0 32px 64px rgba(0, 0, 0, .08),
        inset 0 1px 0 rgba(255, 255, 255, 1) !important;
    backdrop-filter: blur(24px) !important;
}

.hdr-drop-label {
    background: linear-gradient(90deg, #4f46e5, #7c3aed);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    border-bottom: 1px solid rgba(99, 102, 241, .1) !important;
    font-size: .65rem !important;
    letter-spacing: .12em !important;
}

.hdr-drop-item {
    border-radius: 14px !important;
    transition: background .15s, border-color .15s, transform .15s !important;
}

.hdr-drop-item:hover {
    background: linear-gradient(135deg, rgba(239, 238, 255, .9) 0%, rgba(245, 243, 255, .9) 100%) !important;
    border-color: rgba(99, 102, 241, .2) !important;
    transform: translateX(2px) !important;
}

.hdr-drop-item strong {
    font-family: 'Space Grotesk', sans-serif;
    font-size: .86rem;
    font-weight: 600;
    color: #1e1b4b;
    line-height: 1.2;
    display: block;
    margin-bottom: .1rem;
}

.hdr-drop-item span {
    font-family: 'Inter', sans-serif;
    font-size: .75rem;
    color: #6b7280;
    line-height: 1.35;
    display: block;
}

.hdr-drop-icon {
    width: 36px !important;
    height: 36px !important;
    border-radius: 10px !important;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hdr-drop-icon--blue {
    background: linear-gradient(135deg, #dbeafe 0%, #ede9fe 100%);
}

.hdr-drop-icon--purple {
    background: linear-gradient(135deg, #ede9fe 0%, #fce7f3 100%);
}

.hdr-drop-icon--cyan {
    background: linear-gradient(135deg, #cffafe 0%, #dbeafe 100%);
}

.hdr-drop-icon--green {
    background: linear-gradient(135deg, #dcfce7 0%, #d1fae5 100%);
}

.hdr-drop-icon svg {
    width: 17px;
    height: 17px;
}

.hdr-drop-icon--blue svg {
    stroke: #2563eb;
}

.hdr-drop-icon--purple svg {
    stroke: #7c3aed;
}

.hdr-drop-icon--cyan svg {
    stroke: #0891b2;
}

.hdr-drop-icon--green svg {
    stroke: #059669;
}

.hdr-drop-footer {
    border-top: 1px solid rgba(99, 102, 241, .08) !important;
    margin-top: .3rem;
    padding-top: .45rem;
}

.hdr-drop-cta {
    background: linear-gradient(135deg, #4f46e5 0%, #7c3aed 100%) !important;
    border-radius: 999px !important;
    color: #fff !important;
    font-size: .8rem !important;
    font-weight: 600 !important;
    padding: .42rem 1.1rem !important;
    display: inline-flex;
    align-items: center;
    gap: .35rem;
    box-shadow: 0 2px 12px rgba(79, 70, 229, .3) !important;
    transition: box-shadow .18s, transform .18s !important;
}

.hdr-drop-cta:hover {
    box-shadow: 0 4px 20px rgba(79, 70, 229, .45) !important;
    transform: translateY(-1px) !important;
}

/* ── Hamburger: modern style ── */
.hdr-burger {
    background: rgba(79, 70, 229, .07) !important;
    border: 1.5px solid rgba(79, 70, 229, .18) !important;
    border-radius: 12px !important;
    transition: background .18s, border-color .18s !important;
}

.hdr-burger:hover {
    background: rgba(79, 70, 229, .12) !important;
    border-color: rgba(79, 70, 229, .35) !important;
}

.hdr-burger span {
    background: #4338ca !important;
    border-radius: 3px !important;
}

/* ── Mobile nav open: slide with blur ── */
@media (max-width: 900px) {
    .hdr-nav.is-open {
        background: rgba(253, 252, 255, .97) !important;
        backdrop-filter: blur(24px) !important;
        border-top: 1px solid rgba(99, 102, 241, .1) !important;
        box-shadow: 0 12px 32px rgba(79, 70, 229, .1) !important;
    }

    .hdr-nav.is-open .hdr-nav-link {
        border-radius: 12px !important;
    }

    .hdr-nav.is-open .hdr-nav-link:hover {
        background: rgba(79, 70, 229, .06) !important;
    }

    /* Mobilde dropdown her zaman açık (accordion değil, flat liste) */
    .hdr-has-drop .hdr-drop {
        position: static !important;
        opacity: 1 !important;
        visibility: visible !important;
        transform: none !important;
        pointer-events: auto !important;
        padding: 0 .5rem !important;
    }

    .hdr-drop-inner {
        border-radius: 14px !important;
        box-shadow: 0 2px 12px rgba(0, 0, 0, .06) !important;
        min-width: unset !important;
    }

    .hdr-drop-grid {
        grid-template-columns: 1fr !important;
    }
}

/* ═══════════════════════════════════════════════════════════════════════════
   THEME v2 — GELİŞMİŞ & MODERN
   ═══════════════════════════════════════════════════════════════════════════ */

/* ── Body: grain doku ── */
body {
    background-color: #f8f7ff !important;
    background-image:
        url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.035'/%3E%3C/svg%3E") !important;
    background-size: 200px 200px !important;
    background-attachment: fixed !important;
}

/* ── Section genel ── */
.section {
    padding: 7rem 0 !important;
}

.section-alt {
    background: #fafaff !important;
}

/* ── Section label: modern pill badge ── */
.section-lbl {
    display: inline-flex !important;
    align-items: center !important;
    gap: .5rem !important;
    font-size: .7rem !important;
    font-weight: 700 !important;
    letter-spacing: .14em !important;
    text-transform: uppercase !important;
    color: #4f46e5 !important;
    background: linear-gradient(135deg, rgba(79, 70, 229, .1) 0%, rgba(124, 58, 237, .08) 100%) !important;
    border: 1px solid rgba(79, 70, 229, .18) !important;
    border-radius: 999px !important;
    padding: .3rem .9rem !important;
    margin-bottom: 1.2rem !important;
    backdrop-filter: blur(8px) !important;
}

.section-lbl::before {
    content: '' !important;
    width: 6px !important;
    height: 6px !important;
    border-radius: 50% !important;
    background: linear-gradient(135deg, #4f46e5, #7c3aed) !important;
    flex-shrink: 0 !important;
}

/* ── Section title: dramatik + gradient underline ── */
.section-title {
    font-size: clamp(2rem, 4vw, 3.2rem) !important;
    letter-spacing: -.05em !important;
    line-height: 1.1 !important;
    color: #0f0c2e !important;
    position: relative !important;
    display: inline-block !important;
}

.section-head.center .section-title {
    display: block !important;
}

/* ── Servis kartları: glass + gradient ── */
.svc-card {
    background: rgba(255, 255, 255, .85) !important;
    backdrop-filter: blur(20px) !important;
    border: 1px solid rgba(99, 102, 241, .1) !important;
    border-radius: 20px !important;
    padding: 2.2rem 1.85rem !important;
    box-shadow: 0 2px 8px rgba(79, 70, 229, .05), 0 1px 2px rgba(0, 0, 0, .03) !important;
    transition: box-shadow .28s ease, transform .28s ease, border-color .28s !important;
    position: relative !important;
    overflow: hidden !important;
}

.svc-card::after {
    content: '' !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    height: 3px !important;
    background: linear-gradient(90deg, #4f46e5, #7c3aed, #06b6d4) !important;
    transform: scaleX(0) !important;
    transform-origin: left !important;
    transition: transform .35s cubic-bezier(.4, 0, .2, 1) !important;
    border-radius: 3px 3px 0 0 !important;
}

.svc-card:hover {
    transform: translateY(-6px) !important;
    box-shadow: 0 16px 48px rgba(79, 70, 229, .14), 0 4px 12px rgba(0, 0, 0, .04) !important;
    border-color: rgba(99, 102, 241, .22) !important;
}

.svc-card:hover::after {
    transform: scaleX(1) !important;
}

.svc-card:hover::before {
    opacity: 0 !important;
}

/* eski mask kaldır */

.svc-icon {
    width: 54px !important;
    height: 54px !important;
    border-radius: 16px !important;
    font-size: 1.5rem !important;
    margin-bottom: 1.5rem !important;
    background: linear-gradient(135deg, rgba(79, 70, 229, .12) 0%, rgba(124, 58, 237, .1) 100%) !important;
    border: 1px solid rgba(79, 70, 229, .15) !important;
    transition: transform .28s ease, background .28s, box-shadow .28s !important;
}

.svc-card:hover .svc-icon {
    transform: scale(1.1) rotate(-4deg) !important;
    background: linear-gradient(135deg, rgba(79, 70, 229, .18) 0%, rgba(124, 58, 237, .16) 100%) !important;
    box-shadow: 0 4px 16px rgba(79, 70, 229, .2) !important;
}

.svc-card h3 {
    font-size: 1.08rem !important;
    color: #1e1b4b !important;
    font-weight: 700 !important;
    margin-bottom: .65rem !important;
}

.svc-card p {
    font-size: .9rem !important;
    color: #6b7280 !important;
    line-height: 1.75 !important;
}

.svc-price {
    background: linear-gradient(135deg, rgba(79, 70, 229, .12), rgba(124, 58, 237, .1)) !important;
    color: #4f46e5 !important;
    border: 1px solid rgba(79, 70, 229, .15) !important;
    font-size: .79rem !important;
    font-weight: 700 !important;
    padding: .3rem .8rem !important;
    border-radius: 999px !important;
}

/* ── Stats section ── */
.stats-section {
    background: linear-gradient(135deg, #0f0c2e 0%, #1a1040 50%, #0d0d24 100%) !important;
}

.stats-grid {
    background: transparent !important;
    border: none !important;
    border-radius: 24px !important;
    overflow: hidden !important;
    display: grid !important;
    grid-template-columns: repeat(4, 1fr) !important;
    position: relative !important;
}

.stats-grid::before {
    content: '' !important;
    position: absolute !important;
    inset: 0 !important;
    border-radius: 24px !important;
    border: 1px solid rgba(255, 255, 255, .08) !important;
    pointer-events: none !important;
    z-index: 10 !important;
}

.stat-item {
    padding: 3.5rem 2rem !important;
    border-right: 1px solid rgba(255, 255, 255, .07) !important;
    position: relative !important;
    overflow: hidden !important;
    background: rgba(255, 255, 255, .025) !important;
    transition: background .3s !important;
}

.stat-item::before {
    content: '' !important;
    position: absolute !important;
    inset: 0 !important;
    background: radial-gradient(circle at 50% 0%, rgba(79, 70, 229, .22) 0%, transparent 65%) !important;
    opacity: 0 !important;
    transition: opacity .35s !important;
}

.stat-item:hover {
    background: rgba(255, 255, 255, .05) !important;
}

.stat-item:hover::before {
    opacity: 1 !important;
}

.stat-num {
    font-size: clamp(3rem, 5vw, 4.8rem) !important;
    font-weight: 700 !important;
    letter-spacing: -.06em !important;
    background: linear-gradient(135deg, #fff 0%, rgba(255, 255, 255, .7) 100%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    background-clip: text !important;
    line-height: 1 !important;
}

.stat-num span {
    background: linear-gradient(135deg, #818cf8 0%, #a78bfa 100%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    background-clip: text !important;
}

.stat-lbl {
    font-size: .76rem !important;
    font-weight: 600 !important;
    color: rgba(255, 255, 255, .38) !important;
    text-transform: uppercase !important;
    letter-spacing: .12em !important;
    margin-top: .75rem !important;
}

/* ── Process kartları: glassmorphism ── */
.process-card {
    background: rgba(255, 255, 255, .9) !important;
    backdrop-filter: blur(20px) !important;
    border: 1px solid rgba(99, 102, 241, .12) !important;
    border-radius: 20px !important;
    padding: 2.2rem 1.75rem !important;
    transition: box-shadow .28s, transform .28s !important;
    box-shadow: 0 2px 8px rgba(79, 70, 229, .05) !important;
}

.process-card:hover {
    box-shadow: 0 12px 40px rgba(79, 70, 229, .14) !important;
    transform: translateY(-5px) !important;
    border-color: rgba(79, 70, 229, .25) !important;
}

.process-num {
    width: 52px !important;
    height: 52px !important;
    border-radius: 16px !important;
    background: linear-gradient(135deg, #4f46e5 0%, #7c3aed 100%) !important;
    color: #fff !important;
    font-size: .86rem !important;
    font-weight: 800 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 0 auto 1.5rem !important;
    box-shadow: 0 4px 20px rgba(79, 70, 229, .35), 0 0 0 8px rgba(79, 70, 229, .08) !important;
    animation: none !important;
    transition: transform .28s, box-shadow .28s !important;
}

.process-card:hover .process-num {
    transform: scale(1.08) !important;
    box-shadow: 0 8px 28px rgba(79, 70, 229, .45), 0 0 0 10px rgba(79, 70, 229, .1) !important;
}

.process-card h3 {
    font-size: 1.05rem !important;
    font-weight: 700 !important;
    color: #1e1b4b !important;
}

.process-card p {
    font-size: .88rem !important;
    color: #6b7280 !important;
    line-height: 1.7 !important;
}

.process-grid::before {
    height: 2px !important;
    background: linear-gradient(90deg, transparent, #4f46e5 20%, #7c3aed 50%, #06b6d4 80%, transparent) !important;
    opacity: .35 !important;
}

/* ── Proje kartları ── */
.proj-card {
    background: rgba(255, 255, 255, .9) !important;
    border: 1px solid rgba(99, 102, 241, .1) !important;
    border-radius: 20px !important;
    padding: 2.4rem !important;
    backdrop-filter: blur(20px) !important;
    box-shadow: 0 2px 8px rgba(79, 70, 229, .04) !important;
    transition: box-shadow .28s, transform .28s, border-color .28s !important;
}

.proj-card:hover {
    box-shadow: 0 14px 44px rgba(79, 70, 229, .12) !important;
    transform: translateY(-5px) !important;
    border-color: rgba(79, 70, 229, .2) !important;
}

.proj-card::after {
    height: 3px !important;
    background: linear-gradient(90deg, #4f46e5, #7c3aed, #06b6d4) !important;
    border-radius: 3px 3px 0 0 !important;
}

.proj-card h3 {
    font-size: 1.28rem !important;
    color: #1e1b4b !important;
    font-weight: 700 !important;
}

.proj-card p {
    color: #6b7280 !important;
}

.proj-label {
    font-size: .7rem !important;
    font-weight: 700 !important;
    letter-spacing: .12em !important;
    color: #4f46e5 !important;
    background: rgba(79, 70, 229, .08) !important;
    border: 1px solid rgba(79, 70, 229, .15) !important;
    border-radius: 999px !important;
    padding: .2rem .7rem !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 0 !important;
}

.proj-label::before {
    display: none !important;
}

/* ── Tech badges ── */
.tech-badge {
    background: rgba(255, 255, 255, .8) !important;
    backdrop-filter: blur(12px) !important;
    border: 1px solid rgba(99, 102, 241, .15) !important;
    border-radius: 12px !important;
    font-size: .85rem !important;
    font-weight: 600 !important;
    color: #374151 !important;
    padding: .55rem 1.15rem !important;
    transition: transform .2s, box-shadow .2s, border-color .2s, background .2s !important;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .04) !important;
}

.tech-badge:hover {
    transform: translateY(-3px) !important;
    background: linear-gradient(135deg, rgba(239, 238, 255, .95), rgba(245, 243, 255, .95)) !important;
    border-color: rgba(79, 70, 229, .3) !important;
    box-shadow: 0 6px 20px rgba(79, 70, 229, .12) !important;
}

/* ── CTA Banner: animated mesh ── */
.cta-section {
    padding: 6rem 0 !important;
}

.cta-banner {
    background: linear-gradient(135deg, #0f0c2e 0%, #1e1040 30%, #0f1635 70%, #0a0c28 100%) !important;
    border-radius: 28px !important;
    padding: 5.5rem 4rem !important;
    border: 1px solid rgba(99, 102, 241, .2) !important;
    overflow: hidden !important;
    position: relative !important;
}

.cta-banner::before {
    content: '' !important;
    position: absolute !important;
    inset: 0 !important;
    background:
        radial-gradient(ellipse 70% 80% at 20% 50%, rgba(79, 70, 229, .38) 0%, transparent 60%),
        radial-gradient(ellipse 70% 80% at 80% 50%, rgba(124, 58, 237, .32) 0%, transparent 60%),
        radial-gradient(ellipse 60% 60% at 50% 110%, rgba(6, 182, 212, .22) 0%, transparent 55%) !important;
    pointer-events: none !important;
    animation: ctaMeshShift 8s ease-in-out infinite alternate !important;
}

@keyframes ctaMeshShift {
    0% {
        opacity: 1;
        transform: scale(1) rotate(0deg);
    }

    100% {
        opacity: .85;
        transform: scale(1.06) rotate(1.5deg);
    }
}

.cta-banner::after {
    content: '' !important;
    position: absolute !important;
    inset: 0 !important;
    background: url("data:image/svg+xml,%3Csvg viewBox='0 0 400 400' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.04'/%3E%3C/svg%3E") !important;
    pointer-events: none !important;
}

.cta-banner h2 {
    font-size: clamp(2rem, 4vw, 3rem) !important;
    letter-spacing: -.04em !important;
    color: #fff !important;
}

.cta-banner p {
    color: rgba(255, 255, 255, .55) !important;
    font-size: 1.05rem !important;
}

/* ── Buttons ── */
.btn-primary {
    border-radius: 12px !important;
    box-shadow: 0 4px 20px rgba(79, 70, 229, .4), inset 0 1px 0 rgba(255, 255, 255, .15) !important;
    padding: .9rem 1.85rem !important;
    font-size: .95rem !important;
}

.btn-primary:hover {
    box-shadow: 0 8px 32px rgba(79, 70, 229, .55), inset 0 1px 0 rgba(255, 255, 255, .2) !important;
    transform: translateY(-2px) !important;
}

.btn-ghost {
    border-radius: 12px !important;
    border: 1px solid rgba(255, 255, 255, .18) !important;
    backdrop-filter: blur(12px) !important;
}

.btn-outline {
    border-radius: 12px !important;
    border: 1.5px solid rgba(99, 102, 241, .25) !important;
    color: #4f46e5 !important;
}

.btn-outline:hover {
    background: rgba(79, 70, 229, .05) !important;
    border-color: rgba(79, 70, 229, .4) !important;
}

/* ── Trust band ── */
.trust-band {
    background: rgba(255, 255, 255, .7) !important;
    backdrop-filter: blur(16px) !important;
    border-top: 1px solid rgba(99, 102, 241, .1) !important;
    border-bottom: 1px solid rgba(99, 102, 241, .1) !important;
}

.trust-item {
    font-size: .78rem !important;
    font-weight: 600 !important;
    color: #6b7280 !important;
    letter-spacing: .06em !important;
    text-transform: uppercase !important;
    white-space: nowrap !important;
    padding: 0 2rem !important;
}

/* ── Section divider (dark→light geçiş) ── */
.section-dark+.section,
.section-dark+.section-alt {
    position: relative !important;
}

/* ── Hero section enhancements ── */
.hero-section {
    background: linear-gradient(155deg, #0a0820 0%, #130e35 40%, #0f1428 70%, #0a0f24 100%) !important;
}

.hero-kicker {
    background: rgba(255, 255, 255, .06) !important;
    border: 1px solid rgba(255, 255, 255, .1) !important;
    backdrop-filter: blur(12px) !important;
    border-radius: 999px !important;
    padding: .3rem .8rem !important;
}

.kicker-dot {
    background: linear-gradient(135deg, #4f46e5, #7c3aed) !important;
    box-shadow: 0 0 8px rgba(79, 70, 229, .6) !important;
}

.hero-tag {
    background: rgba(255, 255, 255, .07) !important;
    border: 1px solid rgba(255, 255, 255, .12) !important;
    backdrop-filter: blur(8px) !important;
    color: rgba(255, 255, 255, .72) !important;
    border-radius: 999px !important;
    font-size: .8rem !important;
    font-weight: 500 !important;
}

/* ── Hero card (code editor) ── */
.hero-card {
    border-radius: 18px !important;
    border: 1px solid rgba(255, 255, 255, .1) !important;
    box-shadow: 0 24px 64px rgba(0, 0, 0, .45), 0 4px 16px rgba(0, 0, 0, .3) !important;
    backdrop-filter: blur(24px) !important;
}

/* ── Section-more link ── */
.section-more {
    border: 1.5px solid rgba(79, 70, 229, .25) !important;
    color: #4f46e5 !important;
    border-radius: 12px !important;
    font-weight: 700 !important;
    transition: background .18s, border-color .18s, transform .18s !important;
}

.section-more:hover {
    background: rgba(79, 70, 229, .06) !important;
    border-color: rgba(79, 70, 229, .4) !important;
    transform: translateX(3px) !important;
}

/* ── Footer modernize ── */
.footer {
    background: linear-gradient(135deg, #09071e 0%, #0f0c2e 50%, #090720 100%) !important;
    border-top: 1px solid rgba(99, 102, 241, .15) !important;
    position: relative !important;
    overflow: hidden !important;
}

.footer::before {
    content: '' !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    height: 2px !important;
    background: linear-gradient(90deg, transparent 0%, #4f46e5 30%, #7c3aed 50%, #06b6d4 70%, transparent 100%) !important;
}

.footer-inner {
    padding: 4.5rem 0 3rem !important;
}

.footer-tagline {
    font-size: .88rem !important;
    color: rgba(255, 255, 255, .38) !important;
    line-height: 1.75 !important;
    max-width: 36ch !important;
}

.footer-social a {
    background: rgba(255, 255, 255, .07) !important;
    border: 1px solid rgba(255, 255, 255, .1) !important;
    width: 38px !important;
    height: 38px !important;
    border-radius: 12px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    transition: background .18s, border-color .18s, transform .18s !important;
}

.footer-social a:hover {
    background: rgba(79, 70, 229, .25) !important;
    border-color: rgba(79, 70, 229, .4) !important;
    transform: translateY(-2px) !important;
}

.footer-social a svg {
    width: 16px !important;
    height: 16px !important;
    fill: rgba(255, 255, 255, .6) !important;
    transition: fill .18s !important;
}

.footer-social a:hover svg {
    fill: rgba(255, 255, 255, .9) !important;
}

.footer-list a {
    font-size: .87rem !important;
    color: rgba(255, 255, 255, .42) !important;
    transition: color .16s, padding-left .18s !important;
    display: inline-block !important;
}

.footer-list a:hover {
    color: rgba(255, 255, 255, .85) !important;
    padding-left: 4px !important;
}

.footer-bot {
    border-top: 1px solid rgba(255, 255, 255, .07) !important;
    padding: 1.5rem 0 !important;
    font-size: .82rem !important;
    color: rgba(255, 255, 255, .28) !important;
}

/* ── Contact form ── */
.cform-box {
    background: rgba(255, 255, 255, .85) !important;
    backdrop-filter: blur(20px) !important;
    border: 1px solid rgba(99, 102, 241, .12) !important;
    border-radius: 20px !important;
    box-shadow: 0 4px 24px rgba(79, 70, 229, .07) !important;
}

.cinfo-box {
    background: linear-gradient(135deg, #0f0c2e 0%, #1a1040 100%) !important;
    border: 1px solid rgba(99, 102, 241, .2) !important;
    border-radius: 20px !important;
}

/* ── Fade-up animasyon ── */
.fade-up {
    opacity: 0 !important;
    transform: translateY(28px) !important;
    transition: opacity .6s cubic-bezier(.4, 0, .2, 1), transform .6s cubic-bezier(.4, 0, .2, 1) !important;
    will-change: opacity, transform !important;
}

.fade-up.in {
    opacity: 1 !important;
    transform: translateY(0) !important;
}

/* ── Testimonial kartları ── */
.refs-grid>div,
.testimonial-card,
[class*="testimonial"] {
    background: rgba(255, 255, 255, .88) !important;
    backdrop-filter: blur(16px) !important;
    border: 1px solid rgba(99, 102, 241, .1) !important;
    border-radius: 18px !important;
    box-shadow: 0 2px 8px rgba(79, 70, 229, .05) !important;
    transition: box-shadow .25s, transform .25s !important;
}

/* ── About skill cards ── */
.skill-card {
    background: rgba(255, 255, 255, .88) !important;
    border: 1px solid rgba(99, 102, 241, .1) !important;
    border-radius: 16px !important;
    backdrop-filter: blur(16px) !important;
    transition: box-shadow .25s, transform .25s !important;
}

.skill-card:hover {
    box-shadow: 0 10px 30px rgba(79, 70, 229, .12) !important;
    transform: translateY(-3px) !important;
}

/* ── WhatsApp butonu ── */
.wa-float {
    box-shadow: 0 6px 24px rgba(37, 211, 102, .35) !important;
    border-radius: 999px !important;
}

/* ── Scroll bar ── */
::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-track {
    background: #f1f0ff;
}

::-webkit-scrollbar-thumb {
    background: linear-gradient(180deg, #4f46e5, #7c3aed);
    border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(180deg, #4338ca, #6d28d9);
}

/* ── Selection ── */
::selection {
    background: rgba(79, 70, 229, .22);
    color: #1e1b4b;
}

/* ── Focus visible ── */
:focus-visible {
    outline: 2px solid rgba(79, 70, 229, .6) !important;
    outline-offset: 2px !important;
    border-radius: 4px !important;
}

/* ═══════════════════════════════════════════════════════════════════════════
   AGENCY THEME v1 — PROFESYONEL YAZILIM AJANSI
   ═══════════════════════════════════════════════════════════════════════════ */

/* ── CSS Tokens override ── */
:root {
    --bg: #ffffff !important;
    --bg2: #f8fafc !important;
    --text: #0f172a !important;
    --muted: #64748b !important;
    --border: #e2e8f0 !important;
    --white: #ffffff !important;
    --brand: #4f46e5 !important;
    --brand-l: rgba(79, 70, 229, .08) !important;
    --accent: #6d28d9 !important;
    --dark: #020617 !important;
    --dark2: #0b1120 !important;
    --r: 10px !important;
    --r-s: 8px !important;
    --r-l: 16px !important;
    --r-xl: 24px !important;
}

/* ── Body: clean white ── */
body {
    background: #ffffff !important;
    background-image: none !important;
    color: #0f172a !important;
}

/* ── Container ── */
.container {
    max-width: 1200px !important;
}

/* ── Sections ── */
.section {
    padding: 6rem 0 !important;
}

.section-alt {
    background: #f8fafc !important;
    /* slate, NOT purple */
}

/* ── Section label: minimal ── */
.section-lbl {
    display: inline-flex !important;
    align-items: center !important;
    gap: .5rem !important;
    font-family: 'Space Grotesk', sans-serif !important;
    font-size: .7rem !important;
    font-weight: 700 !important;
    letter-spacing: .18em !important;
    text-transform: uppercase !important;
    color: #4f46e5 !important;
    background: none !important;
    border: none !important;
    border-radius: 0 !important;
    padding: 0 !important;
    margin-bottom: 1rem !important;
    backdrop-filter: none !important;
}

.section-lbl::before {
    content: '' !important;
    width: 24px !important;
    height: 2px !important;
    border-radius: 2px !important;
    background: #4f46e5 !important;
    flex-shrink: 0 !important;
}

/* ── Section title ── */
.section-title {
    font-family: 'Fraunces', serif !important;
    font-size: clamp(2rem, 4vw, 3rem) !important;
    font-weight: 700 !important;
    letter-spacing: -.04em !important;
    line-height: 1.1 !important;
    color: #0f172a !important;
    display: block !important;
}

.section-title.on-dark {
    color: #fff !important;
}

/* ── Section lead ── */
.section-lead {
    font-size: .97rem !important;
    color: #64748b !important;
    line-height: 1.8 !important;
}

/* ── Section-more ── */
.section-more {
    background: none !important;
    border: 1.5px solid #e2e8f0 !important;
    color: #0f172a !important;
    border-radius: 8px !important;
    font-size: .88rem !important;
    font-weight: 600 !important;
    padding: .55rem 1.1rem !important;
    transition: border-color .18s, background .18s, transform .18s !important;
}

.section-more:hover {
    border-color: #4f46e5 !important;
    color: #4f46e5 !important;
    background: rgba(79, 70, 229, .04) !important;
    transform: translateX(4px) !important;
}

.section-more::after {
    content: '→' !important;
}

/* ═══════════════════════════════════
   HERO SECTION
═══════════════════════════════════ */
.hero-section {
    background: #020617 !important;
    background-image:
        radial-gradient(ellipse 80% 60% at 0% 0%, rgba(79, 70, 229, .25) 0%, transparent 55%),
        radial-gradient(ellipse 60% 60% at 100% 100%, rgba(109, 40, 217, .2) 0%, transparent 55%) !important;
    min-height: 90vh !important;
}

.hero-kicker {
    font-size: .78rem !important;
    font-weight: 600 !important;
    letter-spacing: .06em !important;
    color: rgba(255, 255, 255, .55) !important;
    background: rgba(255, 255, 255, .05) !important;
    border: 1px solid rgba(255, 255, 255, .1) !important;
    border-radius: 999px !important;
    padding: .3rem .85rem !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: .5rem !important;
}

.kicker-dot {
    width: 7px !important;
    height: 7px !important;
    border-radius: 50% !important;
    background: #22c55e !important;
    flex-shrink: 0 !important;
    box-shadow: 0 0 0 3px rgba(34, 197, 94, .2) !important;
}

.hero-tag {
    background: rgba(255, 255, 255, .06) !important;
    border: 1px solid rgba(255, 255, 255, .1) !important;
    color: rgba(255, 255, 255, .6) !important;
    border-radius: 6px !important;
    font-size: .8rem !important;
    font-weight: 500 !important;
    padding: .3rem .7rem !important;
    letter-spacing: .01em !important;
}

.hero-card {
    border: 1px solid rgba(255, 255, 255, .08) !important;
    box-shadow: 0 32px 80px rgba(0, 0, 0, .55), 0 2px 8px rgba(0, 0, 0, .4) !important;
    border-radius: 16px !important;
    overflow: hidden !important;
}

/* ═══════════════════════════════════
   TRUST BAND
═══════════════════════════════════ */
.trust-band {
    background: #ffffff !important;
    border-top: 1px solid #e2e8f0 !important;
    border-bottom: 1px solid #e2e8f0 !important;
    backdrop-filter: none !important;
    padding: 1.2rem 0 !important;
}

.trust-item {
    display: inline-flex !important;
    align-items: center !important;
    gap: .5rem !important;
    font-family: 'Space Grotesk', sans-serif !important;
    font-size: .77rem !important;
    font-weight: 600 !important;
    color: #94a3b8 !important;
    letter-spacing: .08em !important;
    text-transform: uppercase !important;
    white-space: nowrap !important;
    padding: 0 2.5rem !important;
}

.trust-item::before {
    content: '' !important;
    width: 4px !important;
    height: 4px !important;
    border-radius: 50% !important;
    background: #cbd5e1 !important;
    flex-shrink: 0 !important;
}

.trust-icon {
    display: none !important;
}

/* ═══════════════════════════════════
   SERVICES
═══════════════════════════════════ */
.services-grid {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr) !important;
    gap: 1.5rem !important;
}

.svc-card {
    background: #ffffff !important;
    border: 1px solid #e2e8f0 !important;
    border-radius: 16px !important;
    padding: 2rem 1.75rem !important;
    position: relative !important;
    overflow: hidden !important;
    backdrop-filter: none !important;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .04) !important;
    transition: box-shadow .25s ease, transform .25s ease, border-color .25s !important;
}

/* top accent strip */
.svc-card::before {
    content: '' !important;
    position: absolute !important;
    inset: 0 !important;
    border-radius: 16px !important;
    padding: 1px !important;
    background: linear-gradient(135deg, #4f46e5, #7c3aed, #06b6d4) !important;
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0) !important;
    -webkit-mask-composite: xor !important;
    mask-composite: exclude !important;
    opacity: 0 !important;
    transition: opacity .25s !important;
}

.svc-card::after {
    content: '' !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    height: 3px !important;
    background: linear-gradient(90deg, #4f46e5, #7c3aed) !important;
    border-radius: 16px 16px 0 0 !important;
    transform: scaleX(0) !important;
    transform-origin: left !important;
    transition: transform .3s cubic-bezier(.4, 0, .2, 1) !important;
}

.svc-card:hover {
    box-shadow: 0 8px 32px rgba(0, 0, 0, .1), 0 2px 8px rgba(79, 70, 229, .08) !important;
    transform: translateY(-4px) !important;
    border-color: rgba(79, 70, 229, .25) !important;
}

.svc-card:hover::after {
    transform: scaleX(1) !important;
}

.svc-card:hover::before {
    opacity: 0 !important;
}

/* SVG icon box */
.svc-icon {
    width: 48px !important;
    height: 48px !important;
    border-radius: 12px !important;
    background: #f1f5f9 !important;
    border: 1px solid #e2e8f0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin-bottom: 1.4rem !important;
    font-size: 1rem !important;
    color: #4f46e5 !important;
    transition: background .25s, border-color .25s, transform .25s !important;
    flex-shrink: 0 !important;
}

.svc-icon svg {
    width: 22px !important;
    height: 22px !important;
    stroke: #4f46e5 !important;
}

.svc-card:hover .svc-icon {
    background: rgba(79, 70, 229, .08) !important;
    border-color: rgba(79, 70, 229, .2) !important;
    transform: scale(1.05) !important;
}

.svc-card h3 {
    font-family: 'Space Grotesk', sans-serif !important;
    font-size: 1.05rem !important;
    font-weight: 700 !important;
    color: #0f172a !important;
    margin-bottom: .65rem !important;
    letter-spacing: -.02em !important;
}

.svc-card p {
    font-size: .88rem !important;
    color: #64748b !important;
    line-height: 1.75 !important;
    margin-bottom: 1.25rem !important;
}

.svc-price {
    display: inline-flex !important;
    align-items: center !important;
    padding: .28rem .75rem !important;
    border-radius: 6px !important;
    background: #f1f5f9 !important;
    border: 1px solid #e2e8f0 !important;
    color: #4f46e5 !important;
    font-family: 'Space Grotesk', sans-serif !important;
    font-size: .78rem !important;
    font-weight: 700 !important;
    letter-spacing: .02em !important;
}

/* ═══════════════════════════════════
   STATS — koyu arka plan, büyük
═══════════════════════════════════ */
.stats-section {
    background: #020617 !important;
    padding: 0 !important;
}

.stats-grid {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr) !important;
    background: none !important;
    border: none !important;
    border-radius: 0 !important;
    overflow: visible !important;
}

.stat-item {
    padding: 4rem 2rem !important;
    text-align: center !important;
    border-right: 1px solid rgba(255, 255, 255, .06) !important;
    border-top: 1px solid rgba(255, 255, 255, .06) !important;
    border-bottom: 1px solid rgba(255, 255, 255, .06) !important;
    position: relative !important;
    overflow: hidden !important;
    background: transparent !important;
    transition: background .3s !important;
}

.stat-item:first-child {
    border-left: 1px solid rgba(255, 255, 255, .06) !important;
}

.stat-item:last-child {
    border-right: 1px solid rgba(255, 255, 255, .06) !important;
}

.stat-item::before {
    content: '' !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    height: 2px !important;
    background: linear-gradient(90deg, #4f46e5, #7c3aed) !important;
    transform: scaleX(0) !important;
    transform-origin: left !important;
    transition: transform .4s ease !important;
}

.stat-item:hover::before {
    transform: scaleX(1) !important;
}

.stat-item:hover {
    background: rgba(79, 70, 229, .06) !important;
}

.stat-num {
    font-family: 'Fraunces', serif !important;
    font-size: clamp(3.5rem, 6vw, 5.5rem) !important;
    font-weight: 700 !important;
    line-height: 1 !important;
    letter-spacing: -.06em !important;
    color: #fff !important;
    background: none !important;
    -webkit-text-fill-color: #fff !important;
    margin-bottom: .6rem !important;
    display: block !important;
}

.stat-num span {
    font-size: .75em !important;
    color: #818cf8 !important;
    background: none !important;
    -webkit-text-fill-color: #818cf8 !important;
}

.stat-lbl {
    font-family: 'Space Grotesk', sans-serif !important;
    font-size: .72rem !important;
    font-weight: 600 !important;
    color: rgba(255, 255, 255, .3) !important;
    text-transform: uppercase !important;
    letter-spacing: .14em !important;
    margin-top: 0 !important;
    display: block !important;
}

/* ═══════════════════════════════════
   PROCESS — HORIZONTAL STEPS
═══════════════════════════════════ */
.section-alt {
    background: #f8fafc !important;
}

.process-grid {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr) !important;
    gap: 0 !important;
    position: relative !important;
}

/* Connecting line */
.process-grid::before {
    content: '' !important;
    position: absolute !important;
    top: 28px !important;
    left: calc(12.5% + 20px) !important;
    right: calc(12.5% + 20px) !important;
    height: 1px !important;
    background: #e2e8f0 !important;
    z-index: 0 !important;
    opacity: 1 !important;
}

.process-card {
    background: transparent !important;
    border: none !important;
    border-radius: 0 !important;
    padding: 0 1.5rem 0 !important;
    text-align: left !important;
    position: relative !important;
    z-index: 1 !important;
    box-shadow: none !important;
    backdrop-filter: none !important;
    transition: none !important;
}

.process-card:hover {
    box-shadow: none !important;
    transform: none !important;
    border-color: transparent !important;
}

.process-num {
    width: 56px !important;
    height: 56px !important;
    border-radius: 50% !important;
    background: #ffffff !important;
    border: 2px solid #e2e8f0 !important;
    color: #4f46e5 !important;
    font-family: 'Space Grotesk', sans-serif !important;
    font-size: .82rem !important;
    font-weight: 800 !important;
    letter-spacing: .04em !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 0 0 2rem !important;
    box-shadow: none !important;
    animation: none !important;
    position: relative !important;
    z-index: 2 !important;
    transition: border-color .25s, background .25s, color .25s !important;
}

.process-card:hover .process-num {
    border-color: #4f46e5 !important;
    background: #4f46e5 !important;
    color: #fff !important;
}

.process-card h3 {
    font-family: 'Space Grotesk', sans-serif !important;
    font-size: .97rem !important;
    font-weight: 700 !important;
    color: #0f172a !important;
    margin-bottom: .6rem !important;
    letter-spacing: -.02em !important;
}

.process-card p {
    font-size: .87rem !important;
    color: #64748b !important;
    line-height: 1.7 !important;
    margin: 0 !important;
}

/* ═══════════════════════════════════
   PROJECTS
═══════════════════════════════════ */
.proj-grid {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 1.5rem !important;
}

.proj-card {
    background: #ffffff !important;
    border: 1px solid #e2e8f0 !important;
    border-radius: 16px !important;
    padding: 2.2rem !important;
    backdrop-filter: none !important;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .04) !important;
    transition: box-shadow .25s, transform .25s, border-color .25s !important;
    display: flex !important;
    flex-direction: column !important;
    gap: .85rem !important;
    position: relative !important;
    overflow: hidden !important;
}

.proj-card::after {
    height: 3px !important;
    background: linear-gradient(90deg, #4f46e5, #7c3aed) !important;
    border-radius: 16px 16px 0 0 !important;
}

.proj-card:hover {
    box-shadow: 0 12px 36px rgba(0, 0, 0, .09) !important;
    transform: translateY(-4px) !important;
    border-color: rgba(79, 70, 229, .2) !important;
}

.proj-label {
    display: inline-flex !important;
    align-items: center !important;
    font-family: 'Space Grotesk', sans-serif !important;
    font-size: .68rem !important;
    font-weight: 700 !important;
    letter-spacing: .14em !important;
    text-transform: uppercase !important;
    color: #4f46e5 !important;
    background: none !important;
    border: none !important;
    border-radius: 0 !important;
    padding: 0 !important;
    gap: .5rem !important;
}

.proj-label::before {
    content: '' !important;
    width: 16px !important;
    height: 2px !important;
    background: #4f46e5 !important;
    border-radius: 2px !important;
    flex-shrink: 0 !important;
    display: block !important;
}

.proj-card h3 {
    font-family: 'Fraunces', serif !important;
    font-size: 1.3rem !important;
    font-weight: 700 !important;
    color: #0f172a !important;
    letter-spacing: -.03em !important;
    line-height: 1.2 !important;
}

.proj-card p {
    font-size: .9rem !important;
    color: #64748b !important;
    line-height: 1.72 !important;
    margin: 0 !important;
}

.proj-link {
    display: inline-flex !important;
    align-items: center !important;
    gap: .45rem !important;
    color: #4f46e5 !important;
    font-family: 'Space Grotesk', sans-serif !important;
    font-size: .88rem !important;
    font-weight: 700 !important;
    margin-top: auto !important;
    transition: gap .2s !important;
}

.proj-link:hover {
    gap: .75rem !important;
}

.proj-link::after {
    content: '→' !important;
}

/* ═══════════════════════════════════
   TECH STACK
═══════════════════════════════════ */
.tech-row {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: .6rem !important;
    justify-content: center !important;
}

.tech-badge {
    display: inline-flex !important;
    align-items: center !important;
    gap: .45rem !important;
    padding: .5rem 1.1rem !important;
    background: #ffffff !important;
    border: 1px solid #e2e8f0 !important;
    border-radius: 8px !important;
    font-family: 'Space Grotesk', sans-serif !important;
    font-size: .84rem !important;
    font-weight: 600 !important;
    color: #374151 !important;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .04) !important;
    transition: border-color .2s, box-shadow .2s, transform .2s !important;
    cursor: default !important;
    backdrop-filter: none !important;
}

.tech-badge:hover {
    border-color: #4f46e5 !important;
    box-shadow: 0 4px 12px rgba(79, 70, 229, .12) !important;
    transform: translateY(-2px) !important;
    background: #ffffff !important;
}

.tech-badge span {
    font-size: 1rem !important;
}

/* ═══════════════════════════════════
   CTA BANNER
═══════════════════════════════════ */
.cta-section {
    padding: 6rem 0 !important;
}

.cta-banner {
    background: #020617 !important;
    border-radius: 20px !important;
    padding: 5rem 4rem !important;
    border: 1px solid rgba(255, 255, 255, .08) !important;
    position: relative !important;
    overflow: hidden !important;
    text-align: center !important;
}

.cta-banner::before {
    content: '' !important;
    position: absolute !important;
    inset: 0 !important;
    background:
        radial-gradient(ellipse 60% 70% at 25% 50%, rgba(79, 70, 229, .3) 0%, transparent 60%),
        radial-gradient(ellipse 60% 70% at 75% 50%, rgba(109, 40, 217, .25) 0%, transparent 60%) !important;
    pointer-events: none !important;
    animation: ctaMeshShift 8s ease-in-out infinite alternate !important;
}

.cta-banner::after {
    display: none !important;
}

.cta-banner h2 {
    font-family: 'Fraunces', serif !important;
    font-size: clamp(2rem, 4vw, 3.2rem) !important;
    color: #fff !important;
    letter-spacing: -.04em !important;
    line-height: 1.15 !important;
    max-width: 22ch !important;
    margin: 0 auto 1rem !important;
}

.cta-banner p {
    font-size: 1rem !important;
    color: rgba(255, 255, 255, .5) !important;
    margin: 0 auto 2.5rem !important;
    max-width: 46ch !important;
    line-height: 1.8 !important;
}

.cta-btns {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 1rem !important;
    flex-wrap: wrap !important;
    position: relative !important;
    z-index: 1 !important;
}

.cta-inner {
    position: relative !important;
    z-index: 1 !important;
}

/* ═══════════════════════════════════
   BUTTONS
═══════════════════════════════════ */
.btn {
    font-family: 'Space Grotesk', sans-serif !important;
    border-radius: 10px !important;
    font-weight: 700 !important;
    transition: transform .18s ease, box-shadow .18s ease !important;
}

.btn:hover {
    transform: translateY(-2px) !important;
}

.btn-primary {
    background: #4f46e5 !important;
    background-image: none !important;
    color: #fff !important;
    box-shadow: 0 4px 16px rgba(79, 70, 229, .35) !important;
    border-radius: 10px !important;
}

.btn-primary:hover {
    background: #4338ca !important;
    box-shadow: 0 8px 28px rgba(79, 70, 229, .45) !important;
    color: #fff !important;
}

.btn-primary::before {
    display: none !important;
}

.btn-ghost {
    border: 1px solid rgba(255, 255, 255, .18) !important;
    border-radius: 10px !important;
    backdrop-filter: none !important;
}

.btn-outline {
    border: 1.5px solid #e2e8f0 !important;
    color: #0f172a !important;
    border-radius: 10px !important;
}

.btn-outline:hover {
    border-color: #4f46e5 !important;
    background: rgba(79, 70, 229, .04) !important;
    color: #4f46e5 !important;
}

/* ═══════════════════════════════════
   CONTACT
═══════════════════════════════════ */
.cform-box {
    background: #ffffff !important;
    border: 1px solid #e2e8f0 !important;
    border-radius: 16px !important;
    box-shadow: 0 2px 12px rgba(0, 0, 0, .05) !important;
    backdrop-filter: none !important;
}

.cinfo-box {
    background: #020617 !important;
    border: 1px solid rgba(255, 255, 255, .08) !important;
    border-radius: 16px !important;
}

/* ═══════════════════════════════════
   FOOTER
═══════════════════════════════════ */
.footer {
    background: #020617 !important;
    background-image: none !important;
    border-top: 1px solid rgba(255, 255, 255, .06) !important;
    overflow: visible !important;
}

.footer::before {
    content: '' !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    height: 1px !important;
    background: linear-gradient(90deg, transparent 0%, rgba(79, 70, 229, .5) 30%, rgba(124, 58, 237, .5) 50%, transparent 100%) !important;
}

.footer-inner {
    padding: 4rem 0 2.5rem !important;
}

.footer-tagline {
    color: rgba(255, 255, 255, .35) !important;
    font-size: .87rem !important;
    line-height: 1.75 !important;
    margin-top: 1rem !important;
    max-width: 34ch !important;
}

.footer-social {
    display: flex !important;
    gap: .6rem !important;
    margin-top: 1.5rem !important;
}

.footer-social a {
    width: 36px !important;
    height: 36px !important;
    border-radius: 9px !important;
    background: rgba(255, 255, 255, .06) !important;
    border: 1px solid rgba(255, 255, 255, .08) !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    transition: background .18s, border-color .18s, transform .18s !important;
}

.footer-social a:hover {
    background: rgba(79, 70, 229, .25) !important;
    border-color: rgba(79, 70, 229, .4) !important;
    transform: translateY(-2px) !important;
}

.footer-social a svg {
    width: 15px !important;
    height: 15px !important;
    fill: rgba(255, 255, 255, .55) !important;
}

.footer-social a:hover svg {
    fill: rgba(255, 255, 255, .9) !important;
}

.footer-col h5 {
    font-family: 'Space Grotesk', sans-serif !important;
    font-size: .72rem !important;
    font-weight: 700 !important;
    letter-spacing: .12em !important;
    text-transform: uppercase !important;
    color: rgba(255, 255, 255, .25) !important;
    margin-bottom: 1.25rem !important;
}

.footer-list {
    display: flex !important;
    flex-direction: column !important;
    gap: .6rem !important;
}

.footer-list a {
    font-size: .88rem !important;
    color: rgba(255, 255, 255, .42) !important;
    transition: color .15s, padding-left .15s !important;
    display: inline-block !important;
}

.footer-list a:hover {
    color: rgba(255, 255, 255, .85) !important;
    padding-left: 5px !important;
}

.footer-bot {
    border-top: 1px solid rgba(255, 255, 255, .06) !important;
    padding: 1.5rem 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    flex-wrap: wrap !important;
    gap: .5rem !important;
}

.footer-bot p {
    font-family: 'Space Grotesk', sans-serif !important;
    font-size: .8rem !important;
    color: rgba(255, 255, 255, .22) !important;
    margin: 0 !important;
}

/* ═══════════════════════════════════
   TESTIMONIALS / REFS
═══════════════════════════════════ */
.refs-grid {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 1.5rem !important;
}

/* ═══════════════════════════════════
   SKILL CARDS
═══════════════════════════════════ */
.skill-card {
    background: #ffffff !important;
    border: 1px solid #e2e8f0 !important;
    border-radius: 14px !important;
    backdrop-filter: none !important;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .04) !important;
    transition: box-shadow .22s, transform .22s !important;
}

.skill-card:hover {
    box-shadow: 0 8px 24px rgba(0, 0, 0, .08) !important;
    transform: translateY(-3px) !important;
    border-color: rgba(79, 70, 229, .2) !important;
}

/* ═══════════════════════════════════
   SCROLL ANIMATIONS
═══════════════════════════════════ */
.fade-up {
    opacity: 0 !important;
    transform: translateY(24px) !important;
    transition: opacity .55s cubic-bezier(.4, 0, .2, 1), transform .55s cubic-bezier(.4, 0, .2, 1) !important;
}

.fade-up.in {
    opacity: 1 !important;
    transform: translateY(0) !important;
}

/* ═══════════════════════════════════
   SCROLLBAR + SELECTION
═══════════════════════════════════ */
::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-track {
    background: #f8fafc;
}

::-webkit-scrollbar-thumb {
    background: #cbd5e1;
    border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
    background: #94a3b8;
}

::selection {
    background: rgba(79, 70, 229, .15);
    color: #1e1b4b;
}

/* ═══════════════════════════════════
   RESPONSIVE
═══════════════════════════════════ */
@media(max-width: 1024px) {
    .services-grid {
        grid-template-columns: repeat(2, 1fr) !important;
    }
}

@media(max-width: 767px) {
    .process-grid {
        grid-template-columns: 1fr !important;
        gap: 2rem !important;
    }

    .process-grid::before {
        display: none !important;
    }

    .process-card {
        padding: 0 !important;
    }

    .process-num {
        margin-bottom: 1.2rem !important;
    }

    .services-grid {
        grid-template-columns: 1fr !important;
    }

    .stats-grid {
        grid-template-columns: repeat(2, 1fr) !important;
    }

    .stat-item {
        border: 1px solid rgba(255, 255, 255, .06) !important;
    }

    .proj-grid {
        grid-template-columns: 1fr !important;
    }

    .refs-grid {
        grid-template-columns: 1fr !important;
    }

    .cta-banner {
        padding: 3.5rem 2rem !important;
        border-radius: 16px !important;
    }
}



/* =============================================================================
   DARK TECH THEME — AURONIX INSPIRED (Koyu Lacivert + Cyan)
   ============================================================================= */

/* ── Renk token override ── */
:root {
    --bg: #07101f !important;
    --bg2: #0d1a2d !important;
    --dark: #07101f !important;
    --brand: #06b6d4 !important;
    --accent: #0ea5e9 !important;
    --white: #ffffff !important;
    --text: #cbd5e1 !important;
    --bord: rgba(6, 182, 212, .15) !important;
}

/* ── Body ── */
body {
    background: #07101f !important;
    background-image: none !important;
    color: #cbd5e1 !important;
}

/* ── Tüm section arka planları ── */
section,
.section-alt,
.services,
.process,
.projects,
.tech-stack,
.about-section,
.contact-section,
.references {
    background: #07101f !important;
}

.section-alt {
    background: #0d1a2d !important;
}

/* ── Section etiket / badge ── */
.section-lbl {
    color: #06b6d4 !important;
    border-color: rgba(6, 182, 212, .3) !important;
}

.section-lbl::before {
    background: #06b6d4 !important;
}

/* ── Section başlık & açıklama ── */
.section-title,
h1,
h2,
h3,
h4 {
    color: #f1f5f9 !important;
}

.section-desc,
p {
    color: #94a3b8 !important;
}

/* ── Header ── */
.site-header,
.hdr-topbar {
    background: rgba(7, 16, 31, .92) !important;
    border-bottom-color: rgba(6, 182, 212, .2) !important;
    backdrop-filter: blur(16px) !important;
}

.hdr-tb-link,
.hdr-tb-link span {
    color: #94a3b8 !important;
}

.hdr-tb-link svg path,
.hdr-tb-link svg polyline,
.hdr-tb-link svg rect,
.hdr-tb-link svg circle {
    stroke: #06b6d4 !important;
}

.hdr-brand-text {
    background: linear-gradient(135deg, #06b6d4, #0ea5e9) !important;
    -webkit-background-clip: text !important;
    background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
}

.hdr-logo {
    background: linear-gradient(135deg, #06b6d4, #0ea5e9) !important;
}

.hdr-nav-link {
    color: #cbd5e1 !important;
}

.hdr-nav-link:hover,
.hdr-nav-link.active {
    color: #06b6d4 !important;
}

.hdr-nav-link::after {
    background: #06b6d4 !important;
}

.hdr-drop {
    background: #0d1a2d !important;
    border-color: rgba(6, 182, 212, .2) !important;
}

.hdr-drop-item {
    color: #94a3b8 !important;
}

.hdr-drop-item:hover {
    background: rgba(6, 182, 212, .08) !important;
    color: #06b6d4 !important;
}

.hdr-cta {
    background: linear-gradient(135deg, #06b6d4, #0ea5e9) !important;
    color: #07101f !important;
    font-weight: 700 !important;
}

.hdr-cta:hover {
    box-shadow: 0 0 24px rgba(6, 182, 212, .45) !important;
}

.hdr-burger span {
    background: #cbd5e1 !important;
}

/* ── Hero ── */
.hero,
.hero-section {
    background: linear-gradient(160deg, #07101f 0%, #0d1a2d 50%, #071624 100%) !important;
}

.hero-title,
.hero h1 {
    color: #f1f5f9 !important;
}

.hero-title .highlight,
.hero-title span {
    background: linear-gradient(135deg, #06b6d4, #0ea5e9) !important;
    -webkit-background-clip: text !important;
    background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
}

.hero-sub,
.hero-desc {
    color: #94a3b8 !important;
}

.btn-primary,
.hero .btn {
    background: linear-gradient(135deg, #06b6d4, #0ea5e9) !important;
    color: #07101f !important;
    font-weight: 700 !important;
    box-shadow: 0 4px 24px rgba(6, 182, 212, .3) !important;
    border: none !important;
}

.btn-primary:hover,
.hero .btn:hover {
    box-shadow: 0 6px 32px rgba(6, 182, 212, .55) !important;
}

.btn-outline,
.btn-secondary {
    border-color: rgba(6, 182, 212, .5) !important;
    color: #06b6d4 !important;
    background: transparent !important;
}

.btn-outline:hover,
.btn-secondary:hover {
    background: rgba(6, 182, 212, .1) !important;
}

.hero-badge,
.hero-pill {
    background: rgba(6, 182, 212, .12) !important;
    color: #06b6d4 !important;
    border-color: rgba(6, 182, 212, .3) !important;
}

/* ── Hizmet (servis) kartları ── */
.svc-card {
    background: #0d1a2d !important;
    border: 1px solid rgba(6, 182, 212, .15) !important;
    box-shadow: 0 2px 16px rgba(0, 0, 0, .3) !important;
    backdrop-filter: none !important;
}

.svc-card:hover {
    border-color: rgba(6, 182, 212, .4) !important;
    box-shadow: 0 8px 40px rgba(6, 182, 212, .15) !important;
    transform: translateY(-4px) !important;
}

.svc-icon {
    background: rgba(6, 182, 212, .12) !important;
    color: #06b6d4 !important;
    border: 1px solid rgba(6, 182, 212, .2) !important;
}

.svc-card h3 {
    color: #f1f5f9 !important;
}

.svc-card p {
    color: #94a3b8 !important;
}

/* ── Stats bölümü ── */
.stats-section,
.stats {
    background: #040c18 !important;
}

.stat-number {
    color: #06b6d4 !important;
}

.stat-label {
    color: #64748b !important;
}

/* ── Process bölümü — Auronix tarzı ── */
.process,
.process-section {
    background: #07101f !important;
}

.process-grid {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr) !important;
    gap: 0 !important;
    position: relative !important;
}

.process-grid::before {
    content: "" !important;
    position: absolute !important;
    top: 40px !important;
    left: 12.5% !important;
    right: 12.5% !important;
    height: 1px !important;
    background: linear-gradient(90deg, transparent, rgba(6, 182, 212, .4) 20%, rgba(6, 182, 212, .4) 80%, transparent) !important;
    z-index: 0 !important;
}

.process-card {
    background: transparent !important;
    border: none !important;
    border-radius: 0 !important;
    padding: 0 1.5rem 2rem !important;
    text-align: center !important;
    position: relative !important;
    z-index: 1 !important;
    box-shadow: none !important;
    backdrop-filter: none !important;
    transition: none !important;
}

.process-card:hover {
    transform: none !important;
    box-shadow: none !important;
}

.process-num {
    width: 80px !important;
    height: 80px !important;
    border-radius: 50% !important;
    background: linear-gradient(135deg, rgba(6, 182, 212, .2), rgba(14, 165, 233, .2)) !important;
    border: 2px solid rgba(6, 182, 212, .4) !important;
    color: #06b6d4 !important;
    font-size: 1.1rem !important;
    font-weight: 800 !important;
    font-family: "Space Grotesk", sans-serif !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 0 auto 2rem !important;
    box-shadow: 0 0 20px rgba(6, 182, 212, .2) !important;
    position: relative !important;
    z-index: 2 !important;
    transition: background .3s, box-shadow .3s !important;
}

.process-card:hover .process-num {
    background: linear-gradient(135deg, #06b6d4, #0ea5e9) !important;
    color: #07101f !important;
    border-color: #06b6d4 !important;
    box-shadow: 0 0 32px rgba(6, 182, 212, .5) !important;
}

.process-card h3 {
    color: #f1f5f9 !important;
    font-size: 1rem !important;
    font-weight: 700 !important;
    margin-bottom: .6rem !important;
}

.process-card p {
    color: #64748b !important;
    font-size: .87rem !important;
    line-height: 1.7 !important;
}

/* ── Projeler ── */
.proj-card {
    background: #0d1a2d !important;
    border: 1px solid rgba(6, 182, 212, .12) !important;
    box-shadow: none !important;
}

.proj-card:hover {
    border-color: rgba(6, 182, 212, .35) !important;
    box-shadow: 0 6px 32px rgba(6, 182, 212, .12) !important;
}

.proj-tech-tag {
    background: rgba(6, 182, 212, .1) !important;
    color: #06b6d4 !important;
    border: 1px solid rgba(6, 182, 212, .2) !important;
}

.proj-title {
    color: #f1f5f9 !important;
}

.proj-desc {
    color: #94a3b8 !important;
}

/* ── Teknolojiler ── */
.tech-badge {
    background: #0d1a2d !important;
    border-color: rgba(6, 182, 212, .2) !important;
    color: #94a3b8 !important;
}

.tech-badge:hover {
    border-color: #06b6d4 !important;
    color: #06b6d4 !important;
    background: rgba(6, 182, 212, .08) !important;
}

/* ── CTA Banner ── */
.cta-banner,
.cta-section {
    background: linear-gradient(135deg, #0d1a2d 0%, #040c18 100%) !important;
    border: 1px solid rgba(6, 182, 212, .15) !important;
    box-shadow: none !important;
}

.cta-banner h2,
.cta-section h2 {
    color: #f1f5f9 !important;
}

.cta-banner p,
.cta-section p {
    color: #94a3b8 !important;
}

.cta-banner .btn-primary,
.cta-section .btn-primary {
    background: linear-gradient(135deg, #06b6d4, #0ea5e9) !important;
    color: #07101f !important;
    font-weight: 700 !important;
    box-shadow: 0 4px 24px rgba(6, 182, 212, .35) !important;
}

.cta-banner .btn-primary:hover,
.cta-section .btn-primary:hover {
    box-shadow: 0 6px 36px rgba(6, 182, 212, .6) !important;
}

/* ── Iletisim ── */
.contact-form input,
.contact-form textarea,
.contact-form select {
    background: #0d1a2d !important;
    border-color: rgba(6, 182, 212, .2) !important;
    color: #f1f5f9 !important;
}

.contact-form input:focus,
.contact-form textarea:focus {
    border-color: #06b6d4 !important;
    box-shadow: 0 0 0 3px rgba(6, 182, 212, .15) !important;
}

.contact-form label {
    color: #94a3b8 !important;
}

/* ── Referanslar ── */
.ref-card {
    background: #0d1a2d !important;
    border-color: rgba(6, 182, 212, .12) !important;
}

.ref-name {
    color: #f1f5f9 !important;
}

.ref-title {
    color: #64748b !important;
}

.ref-text {
    color: #94a3b8 !important;
}

/* ── Footer ── */
footer,
.site-footer {
    background: #040c18 !important;
    border-top: 1px solid rgba(6, 182, 212, .2) !important;
}

.footer-brand-text {
    color: #06b6d4 !important;
}

.footer-desc {
    color: #64748b !important;
}

.footer-heading {
    color: #f1f5f9 !important;
}

.footer-link {
    color: #64748b !important;
}

.footer-link:hover {
    color: #06b6d4 !important;
}

.footer-social a {
    background: rgba(6, 182, 212, .1) !important;
    color: #06b6d4 !important;
    border: 1px solid rgba(6, 182, 212, .2) !important;
}

.footer-social a:hover {
    background: #06b6d4 !important;
    color: #07101f !important;
}

.footer-bot {
    border-top-color: rgba(6, 182, 212, .1) !important;
}

.footer-bot p {
    color: rgba(255, 255, 255, .25) !important;
}

/* ── Scrollbar ── */
::-webkit-scrollbar-track {
    background: #07101f !important;
}

::-webkit-scrollbar-thumb {
    background: #06b6d4 !important;
}

/* ── Topbar availability dot ── */
.hdr-avail-dot {
    background: #06b6d4 !important;
    box-shadow: 0 0 0 3px rgba(6, 182, 212, .25) !important;
}

/* ── Responsive: mobil process grid ── */
@media (max-width: 768px) {
    .process-grid {
        grid-template-columns: 1fr 1fr !important;
    }

    .process-grid::before {
        display: none !important;
    }
}

@media (max-width: 480px) {
    .process-grid {
        grid-template-columns: 1fr !important;
    }
}

/* ============================================================================= */


/* =============================================================================
   MEGA MENU — DARK TECH REDESIGN
   ============================================================================= */

.hdr-drop-inner {
    background: #0a1628 !important;
    border: 1px solid rgba(6, 182, 212, .2) !important;
    border-radius: 16px !important;
    box-shadow:
        0 0 0 1px rgba(6, 182, 212, .08),
        0 8px 32px rgba(0, 0, 0, .5),
        0 32px 64px rgba(0, 0, 0, .35),
        inset 0 1px 0 rgba(6, 182, 212, .1) !important;
    padding: .75rem .75rem .6rem !important;
    min-width: 520px !important;
}

.hdr-drop-label {
    color: #06b6d4 !important;
    border-bottom-color: rgba(6, 182, 212, .12) !important;
    letter-spacing: .12em !important;
    font-size: .64rem !important;
}

.hdr-drop-item {
    border-color: transparent !important;
    border-radius: 10px !important;
    transition: background .18s, border-color .18s !important;
}

.hdr-drop-item:hover {
    background: rgba(6, 182, 212, .07) !important;
    border-color: rgba(6, 182, 212, .18) !important;
}

.hdr-drop-item strong {
    color: #e2e8f0 !important;
    font-size: .87rem !important;
}

.hdr-drop-item span {
    color: #64748b !important;
}

.hdr-drop-item:hover strong {
    color: #06b6d4 !important;
}

/* Icon renkleri — tümü cyan/teal */
.hdr-drop-icon {
    border-radius: 10px !important;
    transition: transform .18s, box-shadow .18s !important;
}

.hdr-drop-icon--blue {
    background: rgba(6, 182, 212, .12) !important;
    border-color: rgba(6, 182, 212, .25) !important;
}

.hdr-drop-icon--blue svg {
    stroke: #06b6d4 !important;
}

.hdr-drop-icon--purple {
    background: rgba(14, 165, 233, .1) !important;
    border-color: rgba(14, 165, 233, .22) !important;
}

.hdr-drop-icon--purple svg {
    stroke: #0ea5e9 !important;
}

.hdr-drop-icon--cyan {
    background: rgba(34, 211, 238, .1) !important;
    border-color: rgba(34, 211, 238, .22) !important;
}

.hdr-drop-icon--cyan svg {
    stroke: #22d3ee !important;
}

.hdr-drop-icon--green {
    background: rgba(6, 182, 212, .08) !important;
    border-color: rgba(6, 182, 212, .18) !important;
}

.hdr-drop-icon--green svg {
    stroke: #06b6d4 !important;
}

.hdr-drop-item:hover .hdr-drop-icon {
    transform: scale(1.1) !important;
    box-shadow: 0 0 12px rgba(6, 182, 212, .25) !important;
}

.hdr-drop-footer {
    border-top-color: rgba(6, 182, 212, .12) !important;
    margin-top: .5rem !important;
}

.hdr-drop-cta {
    color: #06b6d4 !important;
    font-size: .83rem !important;
    border-radius: 8px !important;
    padding: .35rem .6rem !important;
    background: rgba(6, 182, 212, .06) !important;
    border: 1px solid rgba(6, 182, 212, .18) !important;
    transition: background .18s, gap .18s, box-shadow .18s !important;
}

.hdr-drop-cta:hover {
    background: rgba(6, 182, 212, .14) !important;
    box-shadow: 0 0 16px rgba(6, 182, 212, .2) !important;
    gap: .65rem !important;
}

.hdr-drop-cta svg path,
.hdr-drop-cta svg polyline {
    stroke: #06b6d4 !important;
}

/* Mega menu v2 (header v10 override) */
.hdr-drop-inner {
    background: linear-gradient(145deg, #0c1829 0%, #071322 100%) !important;
}

/* ============================================================================= */


/* =============================================================================
   MEGA MENU v3 — MODERN (Promo Card + Badges + Hover Slide)
   ============================================================================= */

/* Konteyner genişlet */
.hdr-drop--mega .hdr-drop-inner {
    min-width: 720px !important;
    padding: 0 !important;
    overflow: hidden !important;
    background: linear-gradient(155deg, #0c1829 0%, #061322 100%) !important;
    border: 1px solid rgba(6, 182, 212, .22) !important;
    border-radius: 18px !important;
    box-shadow:
        0 0 0 1px rgba(6, 182, 212, .06),
        0 12px 48px rgba(0, 0, 0, .55),
        0 40px 80px rgba(6, 182, 212, .08),
        inset 0 1px 0 rgba(6, 182, 212, .18) !important;
}

/* İki sütun grid: liste + promo */
.hdr-mega-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(0, 1fr);
    gap: 0;
}

/* Sol — liste sütunu */
.hdr-mega-list {
    padding: 1rem 1rem 1rem 1.1rem;
    border-right: 1px solid rgba(6, 182, 212, .1);
}

.hdr-drop--mega .hdr-drop-label {
    color: #06b6d4 !important;
    border-bottom: none !important;
    padding: .15rem .55rem .8rem !important;
    margin-bottom: .15rem !important;
    font-size: .62rem !important;
    letter-spacing: .15em !important;
    display: flex;
    align-items: center;
    gap: .55rem;
}

.hdr-drop--mega .hdr-drop-label::after {
    content: '';
    flex: 1;
    height: 1px;
    background: linear-gradient(90deg, rgba(6, 182, 212, .4), transparent);
}

/* Liste tek sütun — modern liste stili */
.hdr-drop--mega .hdr-drop-grid {
    grid-template-columns: 1fr !important;
    gap: .15rem !important;
}

.hdr-drop--mega .hdr-drop-item {
    position: relative;
    padding: .7rem .75rem !important;
    border-radius: 12px !important;
    border: 1px solid transparent !important;
    transition: background .25s, padding-left .25s, border-color .25s !important;
    overflow: hidden;
}

.hdr-drop--mega .hdr-drop-item::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 3px;
    height: 0;
    background: linear-gradient(180deg, #06b6d4, #0ea5e9);
    border-radius: 0 3px 3px 0;
    transform: translateY(-50%);
    transition: height .25s ease;
}

.hdr-drop--mega .hdr-drop-item:hover {
    background: rgba(6, 182, 212, .08) !important;
    border-color: rgba(6, 182, 212, .18) !important;
    padding-left: 1rem !important;
}

.hdr-drop--mega .hdr-drop-item:hover::before {
    height: 60%;
}

/* Sağ ok */
.hdr-drop-arr {
    width: 16px;
    height: 16px;
    color: rgba(6, 182, 212, .4);
    margin-left: auto;
    align-self: center;
    flex-shrink: 0;
    opacity: 0;
    transform: translateX(-6px);
    transition: opacity .25s, transform .25s, color .25s;
}

.hdr-drop--mega .hdr-drop-item:hover .hdr-drop-arr {
    opacity: 1;
    transform: translateX(0);
    color: #06b6d4;
}

/* Badge'ler — POPÜLER / YENİ */
.hdr-drop-badge {
    display: inline-block;
    margin-left: .45rem;
    padding: .12rem .42rem;
    font-style: normal;
    font-size: .58rem;
    font-weight: 800;
    letter-spacing: .08em;
    border-radius: 4px;
    background: rgba(6, 182, 212, .15);
    color: #06b6d4;
    border: 1px solid rgba(6, 182, 212, .3);
    vertical-align: middle;
    text-transform: uppercase;
}

.hdr-drop-badge--new {
    background: linear-gradient(135deg, #06b6d4, #0ea5e9);
    color: #07101f;
    border-color: transparent;
    box-shadow: 0 0 12px rgba(6, 182, 212, .4);
}

/* Sağ — promo kartı */
.hdr-mega-promo {
    position: relative;
    padding: 1.5rem 1.4rem 1.3rem;
    background:
        radial-gradient(ellipse at top right, rgba(6, 182, 212, .18), transparent 60%),
        linear-gradient(160deg, rgba(6, 182, 212, .06), transparent);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    gap: .9rem;
}

.hdr-mega-promo-glow {
    position: absolute;
    top: -50%;
    right: -30%;
    width: 280px;
    height: 280px;
    background: radial-gradient(circle, rgba(6, 182, 212, .2) 0%, transparent 70%);
    filter: blur(40px);
    pointer-events: none;
    animation: hdrPromoGlow 8s ease-in-out infinite;
}

@keyframes hdrPromoGlow {

    0%,
    100% {
        transform: translate(0, 0) scale(1);
        opacity: .8;
    }

    50% {
        transform: translate(-20px, 20px) scale(1.15);
        opacity: 1;
    }
}

.hdr-mega-promo-tag {
    display: inline-flex;
    align-items: center;
    gap: .45rem;
    align-self: flex-start;
    padding: .3rem .7rem;
    border-radius: 999px;
    background: rgba(6, 182, 212, .12);
    border: 1px solid rgba(6, 182, 212, .3);
    color: #06b6d4;
    font-family: 'Space Grotesk', sans-serif;
    font-size: .68rem;
    font-weight: 700;
    letter-spacing: .04em;
    position: relative;
    z-index: 1;
}

.hdr-mega-promo-dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #06b6d4;
    box-shadow: 0 0 0 3px rgba(6, 182, 212, .25);
    animation: hdrPromoPulse 2s ease-in-out infinite;
}

@keyframes hdrPromoPulse {

    0%,
    100% {
        box-shadow: 0 0 0 3px rgba(6, 182, 212, .25);
    }

    50% {
        box-shadow: 0 0 0 6px rgba(6, 182, 212, .0);
    }
}

.hdr-mega-promo h4 {
    margin: 0;
    font-family: 'Space Grotesk', sans-serif;
    font-size: 1.45rem;
    font-weight: 700;
    line-height: 1.15;
    letter-spacing: -.02em;
    color: #f1f5f9;
    position: relative;
    z-index: 1;
}

.hdr-mega-promo h4 em {
    font-style: normal;
    background: linear-gradient(135deg, #06b6d4, #0ea5e9);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
}

.hdr-mega-promo p {
    margin: 0 !important;
    font-family: 'Inter', sans-serif;
    font-size: .8rem !important;
    line-height: 1.55;
    color: #94a3b8 !important;
    position: relative;
    z-index: 1;
}

.hdr-mega-promo-btn {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    align-self: flex-start;
    padding: .65rem 1.1rem;
    border-radius: 10px;
    background: linear-gradient(135deg, #06b6d4, #0ea5e9);
    color: #07101f !important;
    font-family: 'Space Grotesk', sans-serif;
    font-weight: 700;
    font-size: .82rem;
    text-decoration: none;
    box-shadow: 0 6px 24px rgba(6, 182, 212, .35);
    transition: gap .2s, box-shadow .25s, transform .2s;
    position: relative;
    z-index: 1;
}

.hdr-mega-promo-btn:hover {
    gap: .75rem;
    box-shadow: 0 10px 32px rgba(6, 182, 212, .55);
    transform: translateY(-1px);
}

.hdr-mega-promo-meta {
    display: flex;
    align-items: center;
    gap: .55rem;
    margin-top: auto;
    padding-top: .6rem;
    border-top: 1px solid rgba(6, 182, 212, .12);
    font-family: 'Inter', sans-serif;
    font-size: .7rem;
    color: #64748b;
    position: relative;
    z-index: 1;
}

.hdr-mega-promo-meta span:first-child {
    color: #fbbf24;
    font-size: .85rem;
    letter-spacing: .05em;
}

/* Mobil — tek sütun */
@media (max-width: 900px) {
    .hdr-drop--mega .hdr-drop-inner {
        min-width: auto !important;
    }

    .hdr-mega-grid {
        grid-template-columns: 1fr;
    }

    .hdr-mega-list {
        border-right: none;
        border-bottom: 1px solid rgba(6, 182, 212, .1);
    }

    .hdr-mega-promo {
        padding: 1.2rem;
    }
}

/* ============================================================================= */


/* =============================================================================
   CONTRAST FIX — Okunabilirlik düzeltmeleri (Dark Tema)
   ============================================================================= */

/* Topbar: telefon/email + sosyal linkler daha parlak */
.hdr-topbar,
.hdr-tb-link,
.hdr-tb-link span,
.hdr-tb-icon,
.hdr-avail {
    color: #cbd5e1 !important;
}

.hdr-tb-link:hover,
.hdr-tb-icon:hover {
    color: #06b6d4 !important;
}

.hdr-tb-icon svg {
    fill: currentColor !important;
}

.hdr-tb-sep {
    background: rgba(6, 182, 212, .2) !important;
}

/* Hero pill etiketleri — hepsi cyan tonlarda */
.hero-pill,
.hero-badge,
.hero .pill {
    background: rgba(6, 182, 212, .12) !important;
    color: #06b6d4 !important;
    border: 1px solid rgba(6, 182, 212, .3) !important;
}

/* Ikinci pill - sky tonu */
.hero-pill:nth-child(2) {
    background: rgba(14, 165, 233, .1) !important;
    color: #0ea5e9 !important;
    border-color: rgba(14, 165, 233, .28) !important;
}

/* Üçüncü pill (Müsait) - başarı yeşil-cyan karışım */
.hero-pill:nth-child(3) {
    background: rgba(16, 185, 129, .12) !important;
    color: #22c55e !important;
    border-color: rgba(16, 185, 129, .3) !important;
}

/* Hero alt marquee — daha okunur */
.hero-marquee,
.hero-strip,
.marquee-text,
.hero-strip span {
    color: #94a3b8 !important;
}

/* Servis kart icon — mor değil cyan */
.svc-icon,
.svc-card .svc-icon svg {
    color: #06b6d4 !important;
    stroke: #06b6d4 !important;
}

.svc-icon svg path,
.svc-icon svg rect,
.svc-icon svg circle,
.svc-icon svg polyline,
.svc-icon svg line {
    stroke: #06b6d4 !important;
}

/* Stats etiketleri — görünürlük arttır */
.stat-label {
    color: #94a3b8 !important;
    font-weight: 600 !important;
    letter-spacing: .14em !important;
}

.stat-number .stat-suffix,
.stat-number sup,
.stat-number small {
    color: #06b6d4 !important;
    opacity: .8 !important;
}

/* Process num "+" işareti - farklı durumlar için */
.process-num+span {
    color: #06b6d4 !important;
}

/* CTA section - mor radial backdrop yerine cyan */
.cta-banner,
.cta-section {
    background: linear-gradient(135deg, #0d1a2d 0%, #040c18 100%) !important;
    background-image:
        radial-gradient(ellipse at top right, rgba(6, 182, 212, .12), transparent 60%),
        linear-gradient(135deg, #0d1a2d 0%, #040c18 100%) !important;
}

.cta-banner h2,
.cta-section h2,
.cta-title {
    color: #f1f5f9 !important;
}

.cta-banner p,
.cta-section p,
.cta-desc {
    color: #cbd5e1 !important;
}

/* Footer — copyright ve alt metin daha parlak */
.footer-bot p,
.footer-bot,
.footer-bot * {
    color: #94a3b8 !important;
}

.footer-link {
    color: #cbd5e1 !important;
}

.footer-link:hover {
    color: #06b6d4 !important;
}

.footer-heading {
    color: #06b6d4 !important;
    letter-spacing: .12em !important;
}

.footer-desc {
    color: #94a3b8 !important;
}

.footer-social a {
    background: rgba(6, 182, 212, .1) !important;
    color: #06b6d4 !important;
    border: 1px solid rgba(6, 182, 212, .25) !important;
}

.footer-social a:hover {
    background: #06b6d4 !important;
    color: #07101f !important;
}

/* Footer iletisim metinleri */
footer a,
.site-footer a {
    color: #cbd5e1 !important;
}

footer a:hover,
.site-footer a:hover {
    color: #06b6d4 !important;
}

/* Brand text - okunur yap (gradient transparent görünmüyorsa) */
.hdr-brand-name {
    color: #f1f5f9 !important;
    background: none !important;
    -webkit-background-clip: initial !important;
    -webkit-text-fill-color: #f1f5f9 !important;
}

.hdr-brand-sub {
    color: #94a3b8 !important;
}

/* Ana nav linkleri - daha belirgin */
.hdr-nav-link {
    color: #e2e8f0 !important;
    font-weight: 500 !important;
}

.hdr-nav-link:hover,
.hdr-nav-link.is-active,
.hdr-nav-link.active {
    color: #06b6d4 !important;
}

/* Tarih, kod block ve diğer çok soluk metinler */
.hero-code-window .code-line,
.hero-code-meta,
.hero-tag {
    color: #94a3b8 !important;
}

/* WhatsApp float button - belirgin */
.wa-float {
    background: #25d366 !important;
    color: #fff !important;
    box-shadow: 0 8px 32px rgba(37, 211, 102, .4) !important;
}

.wa-float:hover {
    box-shadow: 0 12px 40px rgba(37, 211, 102, .6) !important;
}

/* ============================================================================= */


/* =============================================================================
   CONTRAST FIX v2 — Brand text + Marquee + Avatar düzeltmeleri
   ============================================================================= */

/* Brand "Ali Yigit" - gradient text-fill geri al, düz beyaz yap */
.hdr-brand .hdr-brand-name,
.hdr-brand-text .hdr-brand-name,
.hdr-brand-name,
a.hdr-brand .hdr-brand-name {
    background: none !important;
    background-image: none !important;
    background-clip: border-box !important;
    -webkit-background-clip: border-box !important;
    -webkit-text-fill-color: #f1f5f9 !important;
    color: #f1f5f9 !important;
    text-fill-color: #f1f5f9 !important;
    opacity: 1 !important;
}

/* Trust band (marquee) - dark bg, cyan text */
.trust-band {
    background: linear-gradient(90deg, #040c18 0%, #0d1a2d 50%, #040c18 100%) !important;
    border-top: 1px solid rgba(6, 182, 212, .15) !important;
    border-bottom: 1px solid rgba(6, 182, 212, .15) !important;
}

.trust-track,
.trust-item {
    color: #cbd5e1 !important;
}

.trust-item {
    font-weight: 600 !important;
    letter-spacing: .12em !important;
    text-transform: uppercase !important;
    opacity: .9 !important;
}

.trust-dot {
    background: #06b6d4 !important;
    box-shadow: 0 0 8px rgba(6, 182, 212, .6) !important;
}

/* Hero avatar daireleri - cyan tonları */
.hsp-avatars .hsp-av:nth-child(1) {
    background: #06b6d4 !important;
}

.hsp-avatars .hsp-av:nth-child(2) {
    background: #0ea5e9 !important;
}

.hsp-avatars .hsp-av:nth-child(3) {
    background: #22d3ee !important;
}

.hsp-av {
    color: #07101f !important;
    border: 2px solid #07101f !important;
    font-weight: 700 !important;
}

/* Testimonial avatar - cyan */
.tcard-avatar {
    background: linear-gradient(135deg, #06b6d4, #0ea5e9) !important;
    color: #07101f !important;
    font-weight: 700 !important;
}

/* Hero rating yıldızlar daha parlak */
.hero-rating,
.hsp-stars,
[class*="rating"] {
    color: #fbbf24 !important;
}

/* Ana navigation linkleri - net beyaz */
nav.hdr-nav a,
.hdr-nav a,
.hdr-nav-link,
.hdr-nav .nav-link,
header nav a {
    color: #e2e8f0 !important;
    font-weight: 500 !important;
    opacity: 1 !important;
}

nav.hdr-nav a:hover,
.hdr-nav a:hover,
.hdr-nav-link:hover,
.hdr-nav-link.is-active,
.hdr-nav-link.active,
.hdr-nav a.active {
    color: #06b6d4 !important;
}

/* Hero "30+ projeyi başarıyla teslim ettim" */
.hsp-text,
.hsp-meta,
.hero-social-proof p,
.hero-social-proof span {
    color: #cbd5e1 !important;
}

.hsp-text strong,
.hsp-meta strong {
    color: #06b6d4 !important;
}

/* Hero tag chip'leri - cyan border ve okunur */
.hero-tag {
    background: rgba(6, 182, 212, .08) !important;
    color: #cbd5e1 !important;
    border: 1px solid rgba(6, 182, 212, .25) !important;
}

.hero-tag:hover {
    background: rgba(6, 182, 212, .18) !important;
    color: #06b6d4 !important;
}

/* Topbar metinleri (gerçek class'lar olabilir) */
.topbar,
.topbar a,
.topbar span,
[class*="topbar"],
[class*="topbar"] a {
    color: #cbd5e1 !important;
}

[class*="topbar"] a:hover {
    color: #06b6d4 !important;
}

/* ============================================================================= */


/* =============================================================================
   CONTRAST FIX v3 — Sticky header, suffix renkleri, proje kartları, butonlar
   ============================================================================= */

/* Sticky/scrolled header brand */
.hdr-scrolled .hdr-brand-name,
.is-stuck .hdr-brand-name,
.hdr-stuck .hdr-brand-name,
.scrolled .hdr-brand-name,
header.scrolled .hdr-brand-name,
.site-header.scrolled .hdr-brand-name,
[class*="scroll"] .hdr-brand-name {
    color: #f1f5f9 !important;
    -webkit-text-fill-color: #f1f5f9 !important;
    background: none !important;
    background-image: none !important;
    opacity: 1 !important;
}

/* Genel: tüm durumlarda görünür kalsın */
.hdr-brand-name,
.hdr-brand-name * {
    color: #f1f5f9 !important;
    -webkit-text-fill-color: #f1f5f9 !important;
}

/* Stats sayı + ve % suffix - cyan */
.stat-card .stat-num,
.stat-num,
.stat-value,
.stat-number {
    color: #f1f5f9 !important;
}

/* Suffix'leri - sayının sonundaki + ve % muhtemelen nested span */
.stat-num span,
.stat-num em,
.stat-num small,
.stat-value span,
.stat-suffix,
.stat-plus,
.stat-pct {
    color: #06b6d4 !important;
    -webkit-text-fill-color: #06b6d4 !important;
}

/* Outline/ghost butonlar - cyan border + cyan text */
.btn-outline,
.btn-ghost,
.btn-link,
.btn-secondary,
a.btn[class*="outline"],
a.btn[class*="ghost"],
a[class*="all"][class*="btn"],
.proje-link,
.section-cta {
    background: transparent !important;
    color: #06b6d4 !important;
    border: 1.5px solid rgba(6, 182, 212, .5) !important;
}

.btn-outline:hover,
.btn-ghost:hover,
.btn-link:hover {
    background: rgba(6, 182, 212, .12) !important;
    border-color: #06b6d4 !important;
    color: #06b6d4 !important;
}

/* Proje kart label "— PROJE" - cyan yap */
.proje-card .proje-label,
.proje-label,
.project-label,
.pcard-label,
.work-label,
[class*="proje"] [class*="label"],
[class*="project"] [class*="label"] {
    color: #06b6d4 !important;
    letter-spacing: .14em !important;
    font-weight: 700 !important;
}

/* Proje kart başlıkları okunur */
.proje-card h3,
.proje-card .proje-title,
.project-card h3,
.pcard-title,
.work-card h3,
[class*="proje"] h3,
[class*="project"] h3 {
    color: #f1f5f9 !important;
}

.proje-card p,
.project-card p,
[class*="proje"] p,
[class*="project"] p {
    color: #94a3b8 !important;
}

/* Section eyebrow - genel cyan */
.eyebrow,
.section-eyebrow,
.section-tag,
[class*="eyebrow"] {
    color: #06b6d4 !important;
    letter-spacing: .14em !important;
    font-weight: 700 !important;
}

.eyebrow::before,
.section-eyebrow::before {
    background: #06b6d4 !important;
}

/* Section subtitle/description - okunur gri */
.section-sub,
.section-desc,
.section-lead,
.section-intro {
    color: #cbd5e1 !important;
}

/* ============================================================================= */


/* Sticky header dark background fix */
.site-header.is-scrolled,
.site-header.scrolled,
header.site-header.is-scrolled,
header.is-scrolled,
header.scrolled,
.hdr.is-scrolled,
.hdr.scrolled,
.is-scrolled.site-header {
    background: rgba(7, 16, 31, 0.92) !important;
    background-color: rgba(7, 16, 31, 0.92) !important;
    border-bottom: 1px solid rgba(6, 182, 212, .2) !important;
    box-shadow: 0 8px 32px rgba(0, 0, 0, .5) !important;
    -webkit-backdrop-filter: blur(16px) saturate(140%) !important;
    backdrop-filter: blur(16px) saturate(140%) !important;
}


/* Tum Projeler / section-more buton — cyan ghost */
.section-more,
a.section-more,
.section-head .section-more {
    background: rgba(6, 182, 212, .08) !important;
    color: #06b6d4 !important;
    border: 1.5px solid rgba(6, 182, 212, .45) !important;
    border-radius: 999px !important;
    padding: 12px 22px !important;
    font-weight: 600 !important;
    text-decoration: none !important;
    transition: all .25s ease !important;
}

.section-more:hover,
a.section-more:hover {
    background: #06b6d4 !important;
    color: #07101f !important;
    border-color: #06b6d4 !important;
    box-shadow: 0 8px 24px rgba(6, 182, 212, .35) !important;
    transform: translateY(-2px) !important;
}

/* Section-head label & lead */
.section-lbl {
    color: #06b6d4 !important;
    letter-spacing: .14em !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
}

.section-lead {
    color: #cbd5e1 !important;
}


/* Proje kartlari — dark tema uyumu */
.proj-card {
    background: linear-gradient(180deg, rgba(13, 26, 45, .85), rgba(7, 16, 31, .92)) !important;
    border: 1px solid rgba(6, 182, 212, .18) !important;
    border-radius: 18px !important;
    transition: all .3s ease !important;
}

.proj-card:hover {
    border-color: rgba(6, 182, 212, .45) !important;
    transform: translateY(-4px) !important;
    box-shadow: 0 16px 40px rgba(6, 182, 212, .15) !important;
}

.proj-label,
.proj-card .proj-label {
    color: #06b6d4 !important;
    letter-spacing: .14em !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
}

.proj-label::before {
    background: #06b6d4 !important;
}

.proj-card h3,
.proj-card .proj-title,
.proj-title {
    color: #f1f5f9 !important;
    -webkit-text-fill-color: #f1f5f9 !important;
    background: none !important;
    background-image: none !important;
}

.proj-card p,
.proj-desc {
    color: #94a3b8 !important;
}

.proj-link,
.proj-card a {
    color: #06b6d4 !important;
    font-weight: 600 !important;
}

.proj-link:hover {
    color: #22d3ee !important;
}

.proj-empty {
    color: #cbd5e1 !important;
}

.proj-empty a {
    color: #06b6d4 !important;
}


/* =============================================================================
   MODERN BRAND MONOGRAM — Ali Yigit metni kaldırıldı, sade SVG monogram
   ============================================================================= */

.hdr-brand--mono {
    display: inline-flex !important;
    align-items: center !important;
    gap: 10px !important;
    text-decoration: none !important;
    padding: 4px 4px !important;
    border-radius: 14px !important;
    transition: transform .25s ease !important;
}

.hdr-brand--mono:hover {
    transform: translateY(-1px) !important;
}

.hdr-monogram {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 44px !important;
    height: 44px !important;
    border-radius: 13px !important;
    background: radial-gradient(circle at 30% 30%, rgba(6, 182, 212, .18), rgba(6, 182, 212, .04) 70%) !important;
    box-shadow:
        0 0 0 1px rgba(6, 182, 212, .18) inset,
        0 8px 24px rgba(6, 182, 212, .18),
        0 0 32px rgba(14, 165, 233, .12) !important;
    position: relative !important;
    overflow: hidden !important;
}

.hdr-monogram::before {
    content: '' !important;
    position: absolute !important;
    inset: 0 !important;
    background: linear-gradient(135deg, transparent 40%, rgba(255, 255, 255, .05) 50%, transparent 60%) !important;
    pointer-events: none !important;
}

.hdr-monogram svg {
    position: relative !important;
    z-index: 1 !important;
    filter: drop-shadow(0 0 6px rgba(6, 182, 212, .35)) !important;
}

.hdr-brand--mono:hover .hdr-monogram {
    box-shadow:
        0 0 0 1px rgba(6, 182, 212, .4) inset,
        0 12px 36px rgba(6, 182, 212, .32),
        0 0 48px rgba(14, 165, 233, .2) !important;
}

/* AY tag — küçük cyan letterspacing badge */
.hdr-monogram-tag {
    display: inline-flex !important;
    align-items: center !important;
    gap: 6px !important;
    color: #f1f5f9 !important;
    font-family: 'Space Grotesk', system-ui, sans-serif !important;
    font-size: 17px !important;
    font-weight: 700 !important;
    letter-spacing: .14em !important;
    -webkit-text-fill-color: #f1f5f9 !important;
    background: none !important;
    text-transform: uppercase !important;
}

.hdr-monogram-dot {
    display: inline-block !important;
    width: 6px !important;
    height: 6px !important;
    border-radius: 50% !important;
    background: #06b6d4 !important;
    box-shadow: 0 0 12px #06b6d4, 0 0 24px rgba(6, 182, 212, .6) !important;
    animation: hdrMonoPulse 2s ease-in-out infinite !important;
}

@keyframes hdrMonoPulse {

    0%,
    100% {
        opacity: 1;
        transform: scale(1);
    }

    50% {
        opacity: .55;
        transform: scale(.85);
    }
}

/* Mobil */
@media (max-width: 720px) {
    .hdr-monogram {
        width: 38px !important;
        height: 38px !important;
        border-radius: 11px !important;
    }

    .hdr-monogram svg {
        width: 38px !important;
        height: 38px !important;
    }

    .hdr-monogram-tag {
        font-size: 15px !important;
    }
}

/* Eski katmanlar için hiç kalmasın diye gizle */
.hdr-brand--mono .hdr-logo,
.hdr-brand--mono .hdr-brand-text,
.hdr-brand--mono .hdr-brand-name,
.hdr-brand--mono .hdr-brand-sub {
    display: none !important;
}


/* =============================================================================
   TESTIMONIAL FIX - Beyaz kartlar koyu temaya
   ============================================================================= */

.testimonial-card,
.testimonials-grid .testimonial-card,
.tcard {
    background: linear-gradient(180deg, rgba(13, 26, 45, .95), rgba(7, 16, 31, .92)) !important;
    border: 1px solid rgba(6, 182, 212, .18) !important;
    border-radius: 18px !important;
    color: #cbd5e1 !important;
    transition: all .3s ease !important;
}

.testimonial-card:hover,
.tcard:hover {
    border-color: rgba(6, 182, 212, .4) !important;
    transform: translateY(-4px) !important;
    box-shadow: 0 16px 40px rgba(6, 182, 212, .18) !important;
}

.testimonial-card blockquote,
.testimonial-card p,
.tcard blockquote,
.tcard p {
    color: #e2e8f0 !important;
    font-style: italic !important;
}

.tcard-author,
.testimonial-card .tcard-author,
.tcard-name {
    color: #f1f5f9 !important;
    font-weight: 700 !important;
}

.tcard-role,
.testimonial-card .tcard-role,
.tcard-meta {
    color: #94a3b8 !important;
    font-size: .9em !important;
}

.tcard-badge,
.testimonial-card .tcard-badge {
    background: rgba(6, 182, 212, .12) !important;
    color: #06b6d4 !important;
    border: 1px solid rgba(6, 182, 212, .3) !important;
    border-radius: 999px !important;
    font-weight: 700 !important;
    letter-spacing: .12em !important;
    text-transform: uppercase !important;
    font-size: .68em !important;
    padding: 4px 10px !important;
}

/* Yıldızlar parlak amber */
.testimonial-card [class*="star"],
.tcard [class*="star"],
.testimonial-card .stars,
.tcard-stars {
    color: #fbbf24 !important;
}

/* Yatay ayrac (tcard içindeki hr/border) */
.testimonial-card hr,
.tcard hr {
    border-color: rgba(6, 182, 212, .12) !important;
}

/* Avatar daireleri zaten cyan; metni koyu yap */
.tcard-avatar {
    color: #07101f !important;
}

/* 5.0 ortalama puan kutusu */
.tcard-summary,
.t-summary,
.tavg,
[class*="avg-card"],
[class*="summary-rating"] {
    background: linear-gradient(135deg, rgba(13, 26, 45, .95), rgba(7, 16, 31, .92)) !important;
    border: 1px solid rgba(6, 182, 212, .25) !important;
    border-radius: 18px !important;
    color: #cbd5e1 !important;
    box-shadow: 0 12px 36px rgba(6, 182, 212, .15) !important;
}

.tcard-summary *,
.t-summary * {
    color: #cbd5e1 !important;
}

.tcard-summary .score,
.tcard-summary [class*="score"],
.tcard-summary [class*="num"],
.t-summary [class*="score"] {
    color: #06b6d4 !important;
    -webkit-text-fill-color: #06b6d4 !important;
    font-weight: 700 !important;
}

.tcard-summary [class*="star"],
.t-summary [class*="star"] {
    color: #fbbf24 !important;
}


/* =============================================================================
   WHMCS SECTION - Hosting firmalari icin ozel boum
   ============================================================================= */

.whmcs-section {
    position: relative !important;
    overflow: hidden !important;
    background: linear-gradient(180deg, #07101f 0%, #040c18 100%) !important;
    padding: 6rem 0 !important;
}

.whmcs-bg {
    position: absolute !important;
    inset: 0 !important;
    background:
        radial-gradient(ellipse 60% 50% at 20% 0%, rgba(6, 182, 212, .18), transparent 60%),
        radial-gradient(ellipse 60% 50% at 80% 100%, rgba(14, 165, 233, .15), transparent 60%) !important;
    pointer-events: none !important;
    z-index: 1 !important;
}

.whmcs-pill {
    display: inline-block !important;
    background: linear-gradient(135deg, #06b6d4, #0ea5e9) !important;
    color: #07101f !important;
    padding: 3px 10px !important;
    border-radius: 6px !important;
    font-weight: 800 !important;
    font-size: .9em !important;
    letter-spacing: .1em !important;
    margin-right: 6px !important;
    box-shadow: 0 4px 12px rgba(6, 182, 212, .35) !important;
}

/* Hizmet kartlari */
.whmcs-services {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)) !important;
    gap: 1.5rem !important;
    margin-bottom: 4rem !important;
}

.whmcs-svc-card {
    position: relative !important;
    background: linear-gradient(180deg, rgba(13, 26, 45, .7), rgba(7, 16, 31, .85)) !important;
    border: 1px solid rgba(6, 182, 212, .18) !important;
    border-radius: 20px !important;
    padding: 2rem 1.75rem !important;
    transition: all .3s ease !important;
    overflow: hidden !important;
}

.whmcs-svc-card::before {
    content: '' !important;
    position: absolute !important;
    top: 0;
    left: 0;
    right: 0;
    height: 3px !important;
    background: linear-gradient(90deg, transparent, #06b6d4, transparent) !important;
    opacity: 0 !important;
    transition: opacity .3s ease !important;
}

.whmcs-svc-card:hover {
    border-color: rgba(6, 182, 212, .5) !important;
    transform: translateY(-6px) !important;
    box-shadow: 0 20px 50px rgba(6, 182, 212, .18) !important;
}

.whmcs-svc-card:hover::before {
    opacity: 1 !important;
}

.whmcs-svc-card--featured {
    background: linear-gradient(180deg, rgba(6, 182, 212, .12), rgba(7, 16, 31, .92)) !important;
    border-color: rgba(6, 182, 212, .45) !important;
}

.whmcs-svc-card--featured::before {
    opacity: 1 !important;
    background: linear-gradient(90deg, #22d3ee, #06b6d4, #0ea5e9) !important;
}

.whmcs-svc-badge {
    position: absolute !important;
    top: 14px;
    right: 14px !important;
    background: linear-gradient(135deg, #f59e0b, #ef4444) !important;
    color: #fff !important;
    font-size: .65rem !important;
    font-weight: 800 !important;
    letter-spacing: .12em !important;
    padding: 4px 10px !important;
    border-radius: 999px !important;
    box-shadow: 0 4px 12px rgba(239, 68, 68, .35) !important;
}

.whmcs-svc-icon {
    width: 56px;
    height: 56px !important;
    border-radius: 14px !important;
    background: rgba(6, 182, 212, .12) !important;
    border: 1px solid rgba(6, 182, 212, .3) !important;
    color: #06b6d4 !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center !important;
    margin-bottom: 1.25rem !important;
    box-shadow: 0 8px 20px rgba(6, 182, 212, .18) !important;
}

.whmcs-svc-icon svg {
    width: 28px;
    height: 28px !important;
}

.whmcs-svc-card h3 {
    color: #f1f5f9 !important;
    font-size: 1.25rem !important;
    margin-bottom: .65rem !important;
    -webkit-text-fill-color: #f1f5f9 !important;
}

.whmcs-svc-card p {
    color: #94a3b8 !important;
    font-size: .94rem !important;
    line-height: 1.6 !important;
    margin-bottom: 1.25rem !important;
}

.whmcs-svc-list {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
    display: flex !important;
    flex-direction: column !important;
    gap: .55rem !important;
}

.whmcs-svc-list li {
    color: #cbd5e1 !important;
    font-size: .9rem !important;
    padding-left: 1.4rem !important;
    position: relative !important;
}

.whmcs-svc-list li::before {
    content: '' !important;
    position: absolute !important;
    left: 0;
    top: .55em !important;
    width: 14px;
    height: 8px !important;
    border-left: 2px solid #06b6d4 !important;
    border-bottom: 2px solid #06b6d4 !important;
    transform: rotate(-45deg) !important;
}

/* Modul listesi */
.whmcs-modules {
    background: linear-gradient(180deg, rgba(13, 26, 45, .6), rgba(7, 16, 31, .4)) !important;
    border: 1px solid rgba(6, 182, 212, .2) !important;
    border-radius: 24px !important;
    padding: 3rem 2.5rem !important;
    backdrop-filter: blur(8px) !important;
    -webkit-backdrop-filter: blur(8px) !important;
}

.whmcs-modules-head {
    text-align: center !important;
    margin-bottom: 2.5rem !important;
}

.whmcs-modules-head h3 {
    font-size: 1.85rem !important;
    color: #f1f5f9 !important;
    margin: .5rem 0 .75rem !important;
    -webkit-text-fill-color: #f1f5f9 !important;
}

.whmcs-modules-head .grad {
    background: linear-gradient(135deg, #06b6d4, #0ea5e9) !important;
    -webkit-background-clip: text !important;
    background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    color: transparent !important;
}

.whmcs-mod-group {
    margin-bottom: 2.5rem !important;
}

.whmcs-mod-group:last-of-type {
    margin-bottom: 1.5rem !important;
}

.whmcs-mod-cat {
    display: flex !important;
    align-items: center !important;
    gap: .65rem !important;
    color: #06b6d4 !important;
    font-size: .85rem !important;
    font-weight: 700 !important;
    letter-spacing: .14em !important;
    text-transform: uppercase !important;
    margin-bottom: 1.25rem !important;
    padding-bottom: .75rem !important;
    border-bottom: 1px solid rgba(6, 182, 212, .15) !important;
}

.whmcs-mod-dot {
    width: 8px;
    height: 8px !important;
    border-radius: 50% !important;
    background: #06b6d4 !important;
    box-shadow: 0 0 12px #06b6d4 !important;
    animation: hdrMonoPulse 2s ease-in-out infinite !important;
}

.whmcs-mod-grid {
    display: grid !important;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)) !important;
    gap: .75rem !important;
}

.whmcs-mod-item {
    display: flex !important;
    align-items: center !important;
    gap: .85rem !important;
    background: rgba(7, 16, 31, .6) !important;
    border: 1px solid rgba(6, 182, 212, .12) !important;
    border-radius: 12px !important;
    padding: .75rem .85rem !important;
    transition: all .25s ease !important;
}

.whmcs-mod-item:hover {
    border-color: rgba(6, 182, 212, .45) !important;
    background: rgba(13, 26, 45, .85) !important;
    transform: translateX(3px) !important;
}

.whmcs-mod-logo {
    flex-shrink: 0 !important;
    width: 38px;
    height: 38px !important;
    border-radius: 10px !important;
    background: linear-gradient(135deg, rgba(6, 182, 212, .18), rgba(14, 165, 233, .1)) !important;
    border: 1px solid rgba(6, 182, 212, .3) !important;
    color: #06b6d4 !important;
    display: flex !important;
    align-items: center;
    justify-content: center !important;
    font-weight: 800 !important;
    font-size: .82rem !important;
    letter-spacing: .04em !important;
    font-family: 'Space Grotesk', system-ui, sans-serif !important;
}

.whmcs-mod-text {
    flex: 1 !important;
    min-width: 0 !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 1px !important;
}

.whmcs-mod-text strong {
    color: #f1f5f9 !important;
    font-size: .88rem !important;
    font-weight: 600 !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
}

.whmcs-mod-text span {
    color: #64748b !important;
    font-size: .72rem !important;
}

.whmcs-mod-check {
    color: #22c55e !important;
    font-weight: 700 !important;
    font-size: 1.1rem !important;
    flex-shrink: 0 !important;
    text-shadow: 0 0 8px rgba(34, 197, 94, .5) !important;
}

.whmcs-mod-foot {
    text-align: center !important;
    margin-top: 2.5rem !important;
    padding-top: 2rem !important;
    border-top: 1px dashed rgba(6, 182, 212, .2) !important;
}

.whmcs-mod-foot p {
    color: #cbd5e1 !important;
    margin-bottom: 1.5rem !important;
    font-size: .95rem !important;
}

.whmcs-mod-foot strong {
    color: #06b6d4 !important;
}

@media (max-width: 720px) {
    .whmcs-section {
        padding: 4rem 0 !important;
    }

    .whmcs-modules {
        padding: 2rem 1.25rem !important;
    }

    .whmcs-mod-grid {
        grid-template-columns: 1fr !important;
    }
}


/* ===== HİZMET SAYFALARI KONTRAST DÜZELTMESİ (v20260428) ===== */

/* Section-alt dark uyumu */
.section.section-alt {
    background: linear-gradient(180deg, rgba(7, 16, 31, .55), rgba(7, 16, 31, .85)) !important;
    position: relative;
}

/* Feat-card dark tema okunabilirlik */
.feat-card {
    background: linear-gradient(160deg, rgba(255, 255, 255, .04), rgba(255, 255, 255, .02)) !important;
    border: 1px solid rgba(34, 211, 238, .18) !important;
    border-radius: 18px !important;
    padding: 1.75rem !important;
    display: flex !important;
    gap: 1rem;
    align-items: flex-start;
    transition: transform .3s ease, border-color .3s ease, background .3s ease, box-shadow .3s ease;
    backdrop-filter: blur(8px);
}

.feat-card:hover {
    transform: translateY(-4px);
    border-color: rgba(34, 211, 238, .45) !important;
    background: linear-gradient(160deg, rgba(34, 211, 238, .07), rgba(255, 255, 255, .02)) !important;
    box-shadow: 0 18px 40px -20px rgba(34, 211, 238, .35);
}

.feat-card h4 {
    color: #ffffff !important;
    font-size: 1.05rem !important;
    font-weight: 600 !important;
    margin: 0 0 .35rem !important;
    letter-spacing: -0.01em;
}

.feat-card p {
    color: rgba(255, 255, 255, .72) !important;
    font-size: .94rem !important;
    line-height: 1.55 !important;
    margin: 0 !important;
}

.feat-card a {
    color: #22d3ee !important;
    text-decoration: underline;
}

.feat-card .feat-icon {
    flex: 0 0 44px;
    width: 44px;
    height: 44px;
    display: grid;
    place-items: center;
    background: linear-gradient(135deg, rgba(34, 211, 238, .18), rgba(59, 130, 246, .12)) !important;
    border: 1px solid rgba(34, 211, 238, .35) !important;
    border-radius: 12px;
    color: #22d3ee !important;
    box-shadow: 0 0 18px rgba(34, 211, 238, .18) inset;
}

.feat-card .feat-icon svg {
    width: 22px;
    height: 22px;
}

.feat-card--blue .feat-icon {
    background: linear-gradient(135deg, rgba(59, 130, 246, .22), rgba(34, 211, 238, .12)) !important;
    border-color: rgba(59, 130, 246, .4) !important;
    color: #60a5fa !important;
    box-shadow: 0 0 18px rgba(59, 130, 246, .22) inset;
}

.feat-card--purple .feat-icon {
    background: linear-gradient(135deg, rgba(168, 85, 247, .22), rgba(217, 70, 239, .12)) !important;
    border-color: rgba(168, 85, 247, .4) !important;
    color: #c084fc !important;
    box-shadow: 0 0 18px rgba(168, 85, 247, .22) inset;
}

.feat-card--cyan .feat-icon {
    background: linear-gradient(135deg, rgba(34, 211, 238, .22), rgba(59, 130, 246, .12)) !important;
    border-color: rgba(34, 211, 238, .4) !important;
    color: #22d3ee !important;
    box-shadow: 0 0 18px rgba(34, 211, 238, .22) inset;
}

/* Hizmet about icon kutusu */
.hizmet-about {
    display: grid;
    grid-template-columns: 1.4fr 1fr;
    gap: 3rem;
    align-items: center;
}

@media (max-width: 880px) {
    .hizmet-about {
        grid-template-columns: 1fr;
    }
}

.hizmet-about-text p {
    color: rgba(255, 255, 255, .78) !important;
    line-height: 1.7;
}

.hizmet-about-text strong {
    color: #fff !important;
}

.hizmet-icon-wrap {
    width: 220px;
    height: 220px;
    margin: 0 auto;
    display: grid;
    place-items: center;
    border-radius: 28px;
    background: linear-gradient(160deg, rgba(34, 211, 238, .14), rgba(59, 130, 246, .06));
    border: 1px solid rgba(34, 211, 238, .3);
    box-shadow: 0 30px 80px -30px rgba(34, 211, 238, .45);
    color: #22d3ee;
}

.hizmet-icon-wrap svg {
    width: 96px;
    height: 96px;
}

.hizmet-icon-wrap--blue {
    color: #60a5fa;
    border-color: rgba(59, 130, 246, .35);
    box-shadow: 0 30px 80px -30px rgba(59, 130, 246, .5);
}

.hizmet-icon-wrap--purple {
    color: #c084fc;
    border-color: rgba(168, 85, 247, .35);
    box-shadow: 0 30px 80px -30px rgba(168, 85, 247, .5);
}

.hizmet-icon-wrap--green {
    color: #34d399;
    border-color: rgba(16, 185, 129, .35);
    box-shadow: 0 30px 80px -30px rgba(16, 185, 129, .5);
}

/* Süreç adımları okunabilirlik */
.proc-steps {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 1.25rem;
}

.proc-step {
    background: linear-gradient(160deg, rgba(255, 255, 255, .04), rgba(255, 255, 255, .02));
    border: 1px solid rgba(34, 211, 238, .16);
    border-radius: 18px;
    padding: 1.5rem 1.25rem;
    position: relative;
    transition: transform .3s ease, border-color .3s ease;
}

.proc-step:hover {
    transform: translateY(-3px);
    border-color: rgba(34, 211, 238, .4);
}

.proc-step-num {
    font-family: 'Fraunces', serif;
    font-size: 2rem;
    font-weight: 700;
    background: linear-gradient(135deg, #22d3ee, #a78bfa);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: .5rem;
    display: block;
}

.proc-step h4 {
    color: #fff !important;
    margin: .25rem 0 .4rem !important;
    font-size: 1.05rem;
}

.proc-step p {
    color: rgba(255, 255, 255, .7) !important;
    margin: 0;
    font-size: .92rem;
    line-height: 1.55;
}

/* FAQ kartlar */
.faq-item {
    background: linear-gradient(160deg, rgba(255, 255, 255, .04), rgba(255, 255, 255, .02));
    border: 1px solid rgba(34, 211, 238, .15);
    border-radius: 14px;
    margin-bottom: .65rem;
    overflow: hidden;
    transition: border-color .3s ease;
}

.faq-item:hover {
    border-color: rgba(34, 211, 238, .35);
}

.faq-item.open {
    border-color: rgba(34, 211, 238, .5);
    background: linear-gradient(160deg, rgba(34, 211, 238, .06), rgba(255, 255, 255, .02));
}

.faq-q {
    width: 100%;
    background: transparent;
    border: 0;
    padding: 1.1rem 1.25rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    cursor: pointer;
    color: #fff !important;
    font-size: 1rem;
    font-weight: 500;
    text-align: left;
    font-family: inherit;
}

.faq-q:hover {
    color: #22d3ee !important;
}

.faq-chev {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
    color: #22d3ee;
    transition: transform .25s ease;
}

.faq-item.open .faq-chev {
    transform: rotate(180deg);
}

.faq-a {
    max-height: 0;
    overflow: hidden;
    transition: max-height .3s ease;
}

.faq-item.open .faq-a {
    max-height: 400px;
}

.faq-a p {
    color: rgba(255, 255, 255, .72) !important;
    padding: 0 1.25rem 1.1rem;
    margin: 0;
    line-height: 1.65;
}

.faq-a a {
    color: #22d3ee !important;
    text-decoration: underline;
}

/* Section başlıkları beyaz */
.section .section-title {
    color: #fff !important;
}

.section .section-lead {
    color: rgba(255, 255, 255, .72) !important;
}

.section .section-lbl {
    color: #22d3ee !important;
}

/* Page-hero subtitle */
.page-hero .subtitle {
    color: rgba(255, 255, 255, .78) !important;
    max-width: 680px;
}

.page-hero .breadcrumb,
.page-hero .breadcrumb a,
.page-hero .breadcrumb span {
    color: rgba(255, 255, 255, .65) !important;
}

.page-hero .breadcrumb a:hover {
    color: #22d3ee !important;
}

.page-hero .bc-arrow {
    color: rgba(255, 255, 255, .4);
    width: 14px;
    height: 14px;
}

/* WHMCS pill */
.whmcs-pill {
    display: inline-block;
    padding: .15rem .55rem;
    background: linear-gradient(135deg, #22d3ee, #3b82f6);
    color: #07101f !important;
    border-radius: 6px;
    font-weight: 700;
    font-size: .72rem;
    letter-spacing: .04em;
    margin-right: .35rem;
}

/* Breadcrumb baseline */
.breadcrumb {
    display: flex;
    gap: .4rem;
    align-items: center;
    font-size: .85rem;
    margin-bottom: 1.25rem;
}

/* btn-outline koyu zeminde okunaklı */
.btn-outline {
    background: transparent !important;
    border: 1.5px solid rgba(34, 211, 238, .5) !important;
    color: #22d3ee !important;
    padding: .85rem 1.5rem;
    border-radius: 999px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: .4rem;
    text-decoration: none;
    transition: all .25s ease;
}

.btn-outline:hover {
    background: rgba(34, 211, 238, .12) !important;
    border-color: #22d3ee !important;
    transform: translateY(-2px);
}

/* ===== MODERN FOOTER (v20260428) ===== */
.site-footer {
    position: relative;
    margin-top: 4rem;
    background: linear-gradient(180deg, #050b1a 0%, #020611 100%);
    color: rgba(255, 255, 255, .7);
    padding: 0 0 2rem;
    overflow: hidden;
    border-top: 1px solid rgba(34, 211, 238, .12);
}

.site-footer-bg {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(800px 300px at 15% 0%, rgba(34, 211, 238, .10), transparent 60%),
        radial-gradient(700px 300px at 85% 0%, rgba(168, 85, 247, .10), transparent 60%);
    pointer-events: none;
}

.site-footer-blob {
    position: absolute;
    width: 480px;
    height: 480px;
    border-radius: 50%;
    filter: blur(120px);
    opacity: .35;
    pointer-events: none;
}

.site-footer-blob-1 {
    background: #22d3ee;
    top: -200px;
    left: -160px;
}

.site-footer-blob-2 {
    background: #a855f7;
    bottom: -240px;
    right: -200px;
    opacity: .25;
}

/* CTA Strip — footerdan bagimsiz section */
.cta-strip {
    position: relative;
    z-index: 2;
    padding: 4rem 0 4.5rem;
    background: #07101f;
}

.cta-strip-inner {
    background: linear-gradient(135deg, rgba(34, 211, 238, .15), rgba(168, 85, 247, .12));
    border: 1px solid rgba(34, 211, 238, .3);
    border-radius: 28px;
    padding: 2.5rem 2.75rem;
    display: grid;
    grid-template-columns: 1.5fr 1fr;
    gap: 2.5rem;
    align-items: center;
    box-shadow: 0 30px 80px -30px rgba(34, 211, 238, .4);
    position: relative;
    overflow: hidden;
}

.cta-strip-inner::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(600px 200px at 0% 0%, rgba(34, 211, 238, .18), transparent 60%);
    pointer-events: none;
}

.cta-strip-text {
    position: relative;
    z-index: 2;
}

.cta-strip-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    background: rgba(34, 211, 238, .12);
    border: 1px solid rgba(34, 211, 238, .35);
    color: #22d3ee;
    padding: .35rem .85rem;
    border-radius: 999px;
    font-size: .78rem;
    font-weight: 600;
    margin: 0 0 1rem;
    letter-spacing: .02em;
}

.cta-strip-dot {
    width: 8px;
    height: 8px;
    background: #22d3ee;
    border-radius: 50%;
    animation: footerCtaPulse 2s infinite;
}

.cta-strip-text h3 {
    font-family: 'Fraunces', serif;
    font-size: clamp(1.4rem, 2.2vw, 1.85rem);
    font-weight: 700;
    color: #fff;
    margin: 0 0 .5rem;
    line-height: 1.2;
    letter-spacing: -0.02em;
}

.cta-strip-sub {
    color: rgba(255, 255, 255, .7);
    margin: 0;
    font-size: .98rem;
    line-height: 1.55;
}

.cta-strip-actions {
    display: flex;
    gap: .75rem;
    flex-wrap: wrap;
    justify-content: flex-end;
    position: relative;
    z-index: 2;
}

@media (max-width: 820px) {
    .cta-strip {
        padding: 3rem 0 3.5rem;
    }

    .cta-strip-inner {
        grid-template-columns: 1fr;
        padding: 2rem 1.75rem;
    }

    .cta-strip-actions {
        justify-content: flex-start;
    }
}

/* CTA Strip (eski - footer icindeydi, geriye donuk uyum icin) */
.footer-cta {
    position: relative;
    z-index: 2;
    margin-top: -40px;
    padding-top: 1.5rem;
    padding-bottom: 3rem;
}

.footer-cta-inner {
    background: linear-gradient(135deg, rgba(34, 211, 238, .15), rgba(168, 85, 247, .12));
    border: 1px solid rgba(34, 211, 238, .3);
    border-radius: 28px;
    padding: 2.5rem 2.75rem;
    display: grid;
    grid-template-columns: 1.5fr 1fr;
    gap: 2.5rem;
    align-items: center;
    backdrop-filter: blur(20px);
    box-shadow: 0 30px 80px -30px rgba(34, 211, 238, .4);
    position: relative;
    overflow: hidden;
}

.footer-cta-inner::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(600px 200px at 0% 0%, rgba(34, 211, 238, .18), transparent 60%);
    pointer-events: none;
}

.footer-cta-text {
    position: relative;
    z-index: 2;
}

.footer-cta-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    background: rgba(34, 211, 238, .12);
    border: 1px solid rgba(34, 211, 238, .35);
    color: #22d3ee;
    padding: .35rem .85rem;
    border-radius: 999px;
    font-size: .78rem;
    font-weight: 600;
    margin: 0 0 1rem;
    letter-spacing: .02em;
}

.footer-cta-dot {
    width: 8px;
    height: 8px;
    background: #22d3ee;
    border-radius: 50%;
    box-shadow: 0 0 0 0 rgba(34, 211, 238, .7);
    animation: footerCtaPulse 2s infinite;
}

@keyframes footerCtaPulse {
    0% {
        box-shadow: 0 0 0 0 rgba(34, 211, 238, .7);
    }

    70% {
        box-shadow: 0 0 0 10px rgba(34, 211, 238, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(34, 211, 238, 0);
    }
}

.footer-cta-text h3 {
    font-family: 'Fraunces', serif;
    font-size: clamp(1.4rem, 2.2vw, 1.85rem);
    font-weight: 700;
    color: #fff;
    margin: 0 0 .5rem;
    line-height: 1.2;
    letter-spacing: -0.02em;
}

.footer-cta-sub {
    color: rgba(255, 255, 255, .7);
    margin: 0;
    font-size: .98rem;
    line-height: 1.55;
}

.footer-cta-actions {
    display: flex;
    gap: .75rem;
    flex-wrap: wrap;
    justify-content: flex-end;
    position: relative;
    z-index: 2;
}

@media (max-width: 820px) {
    .footer-cta-inner {
        grid-template-columns: 1fr;
        padding: 2rem 1.75rem;
    }

    .footer-cta-actions {
        justify-content: flex-start;
    }
}

/* Footer Main Grid */
.footer-main {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 1.6fr .9fr .9fr .8fr 1.1fr;
    gap: 2.25rem;
    padding: 1.5rem 0 3rem;
    border-bottom: 1px solid rgba(255, 255, 255, .08);
}

@media (max-width: 1100px) {
    .footer-main {
        grid-template-columns: 1fr 1fr 1fr;
    }

    .footer-brand-col {
        grid-column: 1 / -1;
        max-width: none;
    }
}

@media (max-width: 720px) {
    .footer-main {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 480px) {
    .footer-main {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .footer-brand-col {
        grid-column: auto;
    }
}

/* Brand col */
.footer-brand-col {
    max-width: 360px;
}

.footer-brand {
    display: inline-flex;
    align-items: center;
    gap: .85rem;
    text-decoration: none;
    margin-bottom: 1rem;
}

.footer-brand-mono {
    position: relative;
    width: 48px;
    height: 48px;
    display: grid;
    place-items: center;
    background: linear-gradient(135deg, rgba(34, 211, 238, .18), rgba(168, 85, 247, .18));
    border: 1.5px solid rgba(34, 211, 238, .5);
    border-radius: 14px;
    color: #22d3ee;
    font-weight: 700;
    box-shadow: 0 0 24px rgba(34, 211, 238, .25), inset 0 0 16px rgba(34, 211, 238, .15);
}

.footer-brand-mono-letter {
    font-family: 'Fraunces', serif;
    font-size: 1.5rem;
    line-height: 1;
}

.footer-brand-mono-tag {
    position: absolute;
    bottom: -6px;
    right: -10px;
    background: #22d3ee;
    color: #050b1a;
    font-size: .58rem;
    font-weight: 800;
    padding: .12rem .35rem;
    border-radius: 5px;
    letter-spacing: .05em;
}

.footer-brand-text strong {
    display: block;
    color: #fff;
    font-family: 'Space Grotesk', sans-serif;
    font-weight: 700;
    font-size: 1.15rem;
    letter-spacing: -0.01em;
    line-height: 1.1;
}

.footer-brand-text span {
    color: rgba(255, 255, 255, .55);
    font-size: .78rem;
}

.footer-tagline {
    color: rgba(255, 255, 255, .62);
    font-size: .92rem;
    line-height: 1.65;
    margin: 0 0 1.25rem;
}

.footer-social {
    display: flex;
    gap: .55rem;
}

.footer-social a {
    width: 38px;
    height: 38px;
    display: grid;
    place-items: center;
    background: rgba(255, 255, 255, .04);
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 10px;
    color: rgba(255, 255, 255, .65);
    transition: all .25s ease;
}

.footer-social a:hover {
    background: rgba(34, 211, 238, .12);
    border-color: rgba(34, 211, 238, .5);
    color: #22d3ee;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px -8px rgba(34, 211, 238, .5);
}

.footer-social svg {
    width: 16px;
    height: 16px;
}

/* Columns */
.footer-col h5 {
    color: #fff;
    font-family: 'Space Grotesk', sans-serif;
    font-size: .82rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .12em;
    margin: 0 0 1.1rem;
    position: relative;
    padding-bottom: .6rem;
}

.footer-col h5::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 24px;
    height: 2px;
    background: linear-gradient(90deg, #22d3ee, #a855f7);
    border-radius: 2px;
}

.footer-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-list li {
    margin-bottom: .55rem;
}

.footer-list a {
    color: rgba(255, 255, 255, .62);
    text-decoration: none;
    font-size: .93rem;
    transition: color .2s ease, padding-left .2s ease;
    display: inline-flex;
    align-items: center;
    gap: .4rem;
    position: relative;
}

.footer-list a::before {
    content: '';
    width: 0;
    height: 1px;
    background: #22d3ee;
    transition: width .25s ease;
}

.footer-list a:hover {
    color: #22d3ee;
    padding-left: .15rem;
}

.footer-list a:hover::before {
    width: 8px;
    margin-right: .25rem;
}

.footer-tag {
    display: inline-block;
    font-size: .58rem;
    font-weight: 700;
    padding: .12rem .4rem;
    border-radius: 4px;
    letter-spacing: .06em;
    margin-left: .25rem;
    vertical-align: middle;
}

.footer-tag--cyan {
    background: rgba(34, 211, 238, .18);
    color: #22d3ee;
    border: 1px solid rgba(34, 211, 238, .4);
}

.footer-tag--green {
    background: rgba(16, 185, 129, .18);
    color: #34d399;
    border: 1px solid rgba(16, 185, 129, .4);
}

/* Contact */
.footer-contact {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.footer-contact li {
    display: flex;
    gap: .75rem;
    align-items: flex-start;
}

.footer-contact-icon {
    flex: 0 0 36px;
    width: 36px;
    height: 36px;
    display: grid;
    place-items: center;
    background: rgba(34, 211, 238, .1);
    border: 1px solid rgba(34, 211, 238, .3);
    border-radius: 10px;
    color: #22d3ee;
}

.footer-contact-icon svg {
    width: 16px;
    height: 16px;
}

.footer-contact li>div {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.footer-contact li span {
    color: rgba(255, 255, 255, .45);
    font-size: .72rem;
    text-transform: uppercase;
    letter-spacing: .08em;
    margin-bottom: .15rem;
}

.footer-contact li a {
    color: rgba(255, 255, 255, .85);
    text-decoration: none;
    font-size: .92rem;
    font-weight: 500;
    transition: color .2s ease;
    word-break: break-word;
}

.footer-contact li a:hover {
    color: #22d3ee;
}

/* Footer bottom */
.footer-bot {
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 1rem;
    padding-top: 1.75rem;
}

.footer-bot p {
    margin: 0;
    color: rgba(255, 255, 255, .5);
    font-size: .85rem;
}

.footer-bot-right {
    display: flex;
    align-items: center;
    gap: .85rem;
    font-size: .8rem;
    color: rgba(255, 255, 255, .5);
    flex-wrap: wrap;
}

.footer-badge {
    display: inline-flex;
    align-items: center;
    gap: .4rem;
    padding: .25rem .65rem;
    background: rgba(16, 185, 129, .12);
    border: 1px solid rgba(16, 185, 129, .35);
    border-radius: 999px;
    color: #34d399;
    font-weight: 600;
    font-size: .75rem;
}

.footer-badge-dot {
    width: 6px;
    height: 6px;
    background: #34d399;
    border-radius: 50%;
    box-shadow: 0 0 8px #34d399;
    animation: footerCtaPulse 2s infinite;
}

.footer-bot-sep {
    opacity: .4;
}

.footer-built {
    color: rgba(255, 255, 255, .5);
}

/* Eski .footer override (geri uyumluluk için sıfırla) */
.footer {
    all: unset;
}