/* Keypark Kepenk Web Sitesi - Ultra Premium 100% Dark Mode CSS */
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700;800;900&display=swap');

:root {
    --primary: #f59e0b; /* Kehribar Altın */
    --primary-dark: #d97706;
    --primary-light: rgba(245, 158, 11, 0.15);
    --secondary: #0b0f19; /* Derin Koyu Lacivert */
    --bg-dark: #0b0f19;
    --bg-card: #151f32; /* Kart Koyu Lacivert */
    --bg-card-hover: #1e2d4a;
    --bg-light: #0b0f19; /* Açık rengi de koyu yaptık */
    --bg-white: #151f32; /* Beyazı da koyu yaptık */
    --text-dark: #f8fafc; /* Yazıları açık renk yaptık */
    --text-light: #f8fafc;
    --text-muted-dark: #94a3b8; /* Muted yazılar */
    --text-muted-light: #94a3b8;
    --accent: #25d366; /* WhatsApp Yeşil */
    --phone-accent: #2563eb; /* Arama Mavi */
    --font: 'Outfit', sans-serif;
    --transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    --border-radius-lg: 24px;
    --border-radius-md: 16px;
    --border-radius-sm: 12px;
    --shadow-sm: 0 2px 8px rgba(0,0,0,0.2);
    --shadow-md: 0 10px 30px -10px rgba(0,0,0,0.4);
    --shadow-lg: 0 20px 40px -15px rgba(0,0,0,0.5);
    --shadow-glow: 0 0 25px rgba(245, 158, 11, 0.25);
    --border-color: rgba(255, 255, 255, 0.06);
}

/* Global Sıfırlama */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
}

body {
    font-family: var(--font);
    background-color: var(--bg-dark);
    color: var(--text-light);
    line-height: 1.6;
    overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 800;
    line-height: 1.25;
    letter-spacing: -0.02em;
}

a {
    text-decoration: none;
    color: inherit;
    transition: var(--transition);
}

.container {
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 24px;
}

.section-padding {
    padding: 100px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.03);
}

.text-center {
    text-align: center;
}

.section-title {
    font-size: 2.8rem;
    margin-bottom: 16px;
    font-weight: 900;
    letter-spacing: -0.03em;
    color: var(--text-light);
}

.section-title span {
    color: var(--primary);
    background: linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.section-subtitle {
    font-size: 1.15rem;
    color: var(--text-muted-light);
    max-width: 650px;
    margin: 0 auto 60px auto;
    font-weight: 400;
}

/* Premium Header & Navbar (Dark Mode scrolled) */
header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    transition: var(--transition);
    padding: 24px 0;
    background: transparent;
}

header.scrolled {
    background: rgba(11, 15, 25, 0.85);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    padding: 14px 0;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.2);
    border-bottom: 1px solid rgba(245, 158, 11, 0.15);
}

.nav-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo {
    font-size: 1.6rem;
    font-weight: 900;
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--text-light);
    letter-spacing: -0.03em;
}

.logo span {
    color: var(--primary);
}

.logo-icon-bg {
    background: linear-gradient(135deg, var(--primary), var(--primary-dark));
    width: 40px;
    height: 40px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--bg-dark);
    box-shadow: 0 4px 12px rgba(245, 158, 11, 0.3);
}

.nav-links {
    display: flex;
    gap: 36px;
    list-style: none;
    align-items: center;
}

.nav-links a {
    font-weight: 600;
    color: var(--text-light);
    font-size: 1rem;
    opacity: 0.9;
}

.nav-links a:hover {
    color: var(--primary);
    opacity: 1;
}

.nav-links .cta-btn {
    background: linear-gradient(135deg, var(--primary), var(--primary-dark));
    color: var(--bg-dark) !important;
    padding: 12px 28px;
    border-radius: 50px;
    font-weight: 700;
    box-shadow: var(--shadow-sm);
    opacity: 1;
}

.nav-links .cta-btn:hover {
    transform: translateY(-2px);
    box-shadow: var(--shadow-glow);
}

/* Hamburger */
.hamburger {
    display: none;
    cursor: pointer;
    background: none;
    border: none;
}

.hamburger span {
    display: block;
    width: 28px;
    height: 3px;
    background-color: var(--text-light);
    margin: 6px 0;
    transition: var(--transition);
    border-radius: 3px;
}

/* Hero Section */
.hero {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    background-color: var(--bg-dark);
    background-image: 
        radial-gradient(circle at 80% 30%, rgba(245, 158, 11, 0.15) 0%, transparent 55%),
        radial-gradient(circle at 20% 80%, rgba(37, 99, 235, 0.1) 0%, transparent 50%),
        linear-gradient(135deg, rgba(11, 15, 25, 0.88) 30%, rgba(11, 15, 25, 0.65) 100%), 
        url('images/hero-kepenk.png');
    background-size: cover;
    background-position: center;
    color: var(--text-light);
    padding-top: 140px;
    padding-bottom: 80px;
    overflow: hidden;
}

/* Arka plan nokta ızgara deseni (Geometric Dot Grid) */
.hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: radial-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px);
    background-size: 30px 30px;
    z-index: 1;
    pointer-events: none;
}

.hero::after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 80px;
    background: linear-gradient(to top, var(--bg-dark), transparent);
    z-index: 2;
}

.hero-grid {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 48px;
    align-items: center;
}

.hero-content {
    position: relative;
    z-index: 10;
}

.hero-badge {
    background: rgba(245, 158, 11, 0.1);
    color: var(--primary);
    padding: 8px 20px;
    border-radius: 50px;
    font-size: 0.9rem;
    font-weight: 700;
    border: 1px solid rgba(245, 158, 11, 0.25);
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 24px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.hero-badge-pulse {
    width: 10px;
    height: 10px;
    background-color: #10b981;
    border-radius: 50%;
    position: relative;
    box-shadow: 0 0 10px #10b981;
}

.hero-badge-pulse::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #10b981;
    border-radius: 50%;
    animation: badge-pulse-ring 1.5s infinite;
}

@keyframes badge-pulse-ring {
    0% { transform: scale(1); opacity: 1; }
    100% { transform: scale(3); opacity: 0; }
}

.hero h1 {
    font-size: 4.2rem;
    margin-bottom: 24px;
    line-height: 1.1;
    font-weight: 900;
    letter-spacing: -0.04em;
}

.hero h1 span {
    color: var(--primary);
    background: linear-gradient(135deg, var(--primary) 0%, #fbbf24 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.hero p {
    font-size: 1.25rem;
    margin-bottom: 40px;
    color: var(--text-muted-light);
    max-width: 580px;
    font-weight: 300;
}

.hero-buttons {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    margin-bottom: 48px;
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 16px 36px;
    font-size: 1.05rem;
    font-weight: 700;
    border-radius: 50px;
    cursor: pointer;
    transition: var(--transition);
    border: none;
}

.btn-primary {
    background: linear-gradient(135deg, var(--primary), var(--primary-dark));
    color: var(--bg-dark);
    box-shadow: var(--shadow-glow);
}

.btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(245, 158, 11, 0.4);
}

.btn-secondary {
    background: rgba(255, 255, 255, 0.05);
    color: var(--text-light);
    border: 1px solid rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(10px);
}

.btn-secondary:hover {
    background: rgba(255, 255, 255, 0.1);
    transform: translateY(-3px);
    border-color: rgba(255, 255, 255, 0.3);
}

/* Trust Badges - Hemen Hero Altı Güven Bölümü */
.trust-badges-container {
    background: rgba(21, 31, 50, 0.6);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: var(--border-radius-lg);
    padding: 24px 32px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    margin-top: 24px;
}

.trust-badge-item {
    display: flex;
    align-items: center;
    gap: 16px;
}

.trust-badge-icon {
    font-size: 2rem;
    background: rgba(245, 158, 11, 0.1);
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    color: var(--primary);
    border: 1px solid rgba(245, 158, 11, 0.2);
}

.trust-badge-text h4 {
    font-size: 0.95rem;
    font-weight: 700;
    color: var(--text-light);
}

.trust-badge-text p {
    font-size: 0.8rem;
    color: var(--text-muted-light);
    margin-bottom: 0;
}

/* Hero Right: Asymmetric Mockup card for Trust & Action */
.hero-right-card {
    background: linear-gradient(135deg, rgba(21, 31, 50, 0.8) 0%, rgba(11, 15, 25, 0.95) 100%);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: var(--border-radius-lg);
    padding: 36px;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.4);
    position: relative;
}

.hero-right-card h3 {
    font-size: 1.5rem;
    margin-bottom: 20px;
    text-align: center;
    font-weight: 800;
}

.hero-right-card h3 span {
    color: var(--primary);
}

.quick-contact-options {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.quick-call-box {
    background: linear-gradient(135deg, rgba(37, 99, 235, 0.15) 0%, rgba(37, 99, 235, 0.05) 100%);
    border: 1px solid rgba(37, 99, 235, 0.3);
    border-radius: var(--border-radius-md);
    padding: 20px;
    text-align: center;
    transition: var(--transition);
}

.quick-call-box:hover {
    transform: translateY(-2px);
    background: linear-gradient(135deg, rgba(37, 99, 235, 0.2) 0%, rgba(37, 99, 235, 0.08) 100%);
}

.quick-call-box a {
    font-size: 1.6rem;
    font-weight: 900;
    color: #3b82f6;
    display: block;
    margin-top: 6px;
}

.quick-wa-box {
    background: linear-gradient(135deg, rgba(37, 211, 102, 0.15) 0%, rgba(37, 211, 102, 0.05) 100%);
    border: 1px solid rgba(37, 211, 102, 0.3);
    border-radius: var(--border-radius-md);
    padding: 20px;
    text-align: center;
    transition: var(--transition);
}

.quick-wa-box:hover {
    transform: translateY(-2px);
    background: linear-gradient(135deg, rgba(37, 211, 102, 0.2) 0%, rgba(37, 211, 102, 0.08) 100%);
}

.quick-wa-box a {
    font-size: 1.1rem;
    font-weight: 800;
    color: var(--accent);
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 6px;
}

/* =====================================================
   SERVICES SECTION — Premium Bento Grid Redesign
   ===================================================== */

/* Kart linkleri için reset */
a.svc-card {
    text-decoration: none;
    color: inherit;
    display: block;
}
a.svc-card--featured {
    display: flex;
}

.services-section {
    background: var(--bg-dark);
    position: relative;
    overflow: hidden;
}

.services-section::before {
    content: '';
    position: absolute;
    top: -100px;
    right: -100px;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(245, 158, 11, 0.04) 0%, transparent 70%);
    pointer-events: none;
}

/* Başlık Bandı */
.services-header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 48px;
    margin-bottom: 52px;
    padding-bottom: 40px;
    border-bottom: 1px solid rgba(255,255,255,0.05);
}

.services-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(245, 158, 11, 0.08);
    border: 1px solid rgba(245, 158, 11, 0.2);
    color: var(--primary);
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    padding: 7px 16px;
    border-radius: 50px;
    margin-bottom: 18px;
}

.services-header-desc {
    max-width: 420px;
    color: var(--text-muted-light);
    font-size: 1rem;
    line-height: 1.7;
    flex-shrink: 0;
}

/* BENTO GRID */
.services-bento {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: auto auto auto;
    gap: 20px;
}

/* ---- FEATURED CARD (Satır 1, col 1–2) ---- */
.svc-card--featured {
    grid-column: 1 / 3;
    grid-row: 1 / 2;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 300px;
    background: linear-gradient(135deg, rgba(21,31,50,0.95) 0%, rgba(11,15,25,1) 100%);
    border: 1px solid rgba(245,158,11,0.18);
    border-radius: var(--border-radius-lg);
    padding: 40px;
    position: relative;
    overflow: hidden;
    transition: var(--transition);
    cursor: pointer;
}

.svc-card--featured::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 2px;
    background: linear-gradient(90deg, var(--primary), var(--primary-dark), transparent);
}

.svc-card__glow {
    position: absolute;
    top: -60px;
    right: -60px;
    width: 220px;
    height: 220px;
    background: radial-gradient(circle, rgba(245,158,11,0.12) 0%, transparent 65%);
    pointer-events: none;
}

.svc-card--featured:hover {
    border-color: rgba(245,158,11,0.4);
    transform: translateY(-6px);
    box-shadow: 0 30px 60px rgba(0,0,0,0.4), 0 0 40px rgba(245,158,11,0.08);
}

.svc-card__num {
    font-size: 0.75rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    color: var(--primary);
    opacity: 0.7;
    margin-bottom: 20px;
    font-family: monospace;
}

.svc-card__icon-xl {
    width: 90px;
    height: 90px;
    border-radius: 24px;
    background: linear-gradient(135deg, rgba(245,158,11,0.15) 0%, rgba(245,158,11,0.05) 100%);
    border: 1px solid rgba(245,158,11,0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary);
    margin-bottom: 28px;
    transition: var(--transition);
}

.svc-card--featured:hover .svc-card__icon-xl {
    background: linear-gradient(135deg, var(--primary), var(--primary-dark));
    color: var(--bg-dark);
    border-color: transparent;
    box-shadow: 0 12px 30px rgba(245,158,11,0.35);
}

.svc-card__body h3 {
    font-size: 1.7rem;
    font-weight: 900;
    margin-bottom: 14px;
    letter-spacing: -0.02em;
}

.svc-card__body p {
    color: var(--text-muted-light);
    font-size: 1rem;
    line-height: 1.7;
    max-width: 420px;
}

.svc-card__tags {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    margin-top: 24px;
}

.svc-card__tags span {
    background: rgba(245,158,11,0.08);
    border: 1px solid rgba(245,158,11,0.2);
    color: var(--primary);
    font-size: 0.78rem;
    font-weight: 700;
    padding: 5px 12px;
    border-radius: 50px;
    letter-spacing: 0.04em;
}

.svc-card__arrow {
    position: absolute;
    bottom: 36px;
    right: 36px;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: rgba(245,158,11,0.08);
    border: 1px solid rgba(245,158,11,0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary);
    transition: var(--transition);
}

.svc-card--featured:hover .svc-card__arrow {
    background: var(--primary);
    color: var(--bg-dark);
    transform: translateX(4px);
}

/* ---- SMALL CARDS (col 3–4 satır 1, satır 2 col 1–2 altı) ---- */
.svc-card--sm {
    background: var(--bg-card);
    border: 1px solid var(--border-color);
    border-radius: var(--border-radius-lg);
    padding: 32px 28px;
    position: relative;
    transition: var(--transition);
    cursor: pointer;
    overflow: hidden;
}

.svc-card--sm::after {
    content: '';
    position: absolute;
    bottom: 0; left: 0;
    width: 0%;
    height: 2px;
    background: linear-gradient(90deg, var(--primary), var(--primary-dark));
    transition: var(--transition);
}

.svc-card--sm:hover {
    background: var(--bg-card-hover);
    border-color: rgba(245,158,11,0.25);
    transform: translateY(-5px);
    box-shadow: var(--shadow-md);
}

.svc-card--sm:hover::after {
    width: 100%;
}

/* Çelik kart — ekstra vurgu */
.svc-card--accent {
    background: linear-gradient(135deg, rgba(21,31,50,0.9) 0%, rgba(11,15,25,0.95) 100%);
    border-color: rgba(245,158,11,0.15);
}

.svc-card--sm .svc-card__num {
    position: absolute;
    top: 20px;
    right: 20px;
    opacity: 0.25;
    font-size: 1rem;
    margin: 0;
}

.svc-card__icon {
    width: 56px;
    height: 56px;
    border-radius: 16px;
    background: rgba(245,158,11,0.07);
    border: 1px solid rgba(245,158,11,0.12);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary);
    margin-bottom: 20px;
    transition: var(--transition);
}

.svc-card--sm:hover .svc-card__icon {
    background: linear-gradient(135deg, var(--primary), var(--primary-dark));
    color: var(--bg-dark);
    border-color: transparent;
    box-shadow: 0 6px 16px rgba(245,158,11,0.3);
}

.svc-card--sm h3 {
    font-size: 1.1rem;
    font-weight: 800;
    margin-bottom: 10px;
    letter-spacing: -0.01em;
}

.svc-card--sm p {
    font-size: 0.9rem;
    color: var(--text-muted-light);
    line-height: 1.65;
}

/* ---- MEDIUM CARDS ---- */
.svc-card--md {
    background: var(--bg-card);
    border: 1px solid var(--border-color);
    border-radius: var(--border-radius-lg);
    padding: 36px 32px;
    position: relative;
    transition: var(--transition);
    cursor: pointer;
    overflow: hidden;
}

.svc-card--md::before {
    content: '';
    position: absolute;
    top: 0; left: 0;
    width: 3px;
    height: 0%;
    background: linear-gradient(180deg, var(--primary), var(--primary-dark));
    transition: var(--transition);
    border-radius: 0 0 3px 0;
}

.svc-card--md:hover {
    background: var(--bg-card-hover);
    border-color: rgba(245,158,11,0.25);
    transform: translateY(-5px);
    box-shadow: var(--shadow-md);
}

.svc-card--md:hover::before {
    height: 100%;
}

.svc-card--md .svc-card__num {
    position: absolute;
    top: 20px;
    right: 20px;
    opacity: 0.2;
    font-size: 1rem;
    margin: 0;
}

.svc-card--md .svc-card__icon {
    width: 62px;
    height: 62px;
    border-radius: 18px;
    background: rgba(245,158,11,0.07);
    border: 1px solid rgba(245,158,11,0.12);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary);
    margin-bottom: 22px;
    transition: var(--transition);
}

.svc-card--md:hover .svc-card__icon {
    background: linear-gradient(135deg, var(--primary), var(--primary-dark));
    color: var(--bg-dark);
    border-color: transparent;
    box-shadow: 0 8px 20px rgba(245,158,11,0.3);
}

.svc-card--md h3 {
    font-size: 1.3rem;
    font-weight: 800;
    margin-bottom: 12px;
}

.svc-card--md p {
    font-size: 0.95rem;
    color: var(--text-muted-light);
    line-height: 1.7;
    margin-bottom: 20px;
}

.svc-card__badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: rgba(245,158,11,0.06);
    border: 1px solid rgba(245,158,11,0.15);
    color: var(--primary);
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    padding: 5px 12px;
    border-radius: 50px;
    text-transform: uppercase;
}

/* BENTO Grid — Kesin Layout */
.services-bento > .svc-card--featured   { grid-column: 1 / 3; grid-row: 1; }
.services-bento > #service-manufacture  { grid-column: 3;     grid-row: 1; }
.services-bento > #service-motor        { grid-column: 4;     grid-row: 1; }
.services-bento > #service-steel        { grid-column: 1;     grid-row: 2; }
.services-bento > #service-ups          { grid-column: 2 / 4; grid-row: 2; }
.services-bento > #service-smart        { grid-column: 4;     grid-row: 2; }
.services-bento > #service-sectional    { grid-column: 1 / 3; grid-row: 3; }
.services-bento > #service-maintenance  { grid-column: 3 / 5; grid-row: 3; }

/* Alt Güven Barı */
.services-trust-bar {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0;
    margin-top: 40px;
    background: linear-gradient(135deg, rgba(21,31,50,0.7) 0%, rgba(11,15,25,0.8) 100%);
    border: 1px solid rgba(255,255,255,0.05);
    border-radius: var(--border-radius-lg);
    padding: 28px 36px;
    flex-wrap: wrap;
}

.stb-item {
    display: flex;
    align-items: center;
    gap: 12px;
    color: var(--text-light);
    font-size: 0.9rem;
    font-weight: 600;
    padding: 8px 28px;
    flex: 1;
    justify-content: center;
    min-width: 160px;
}

.stb-item svg {
    color: var(--primary);
    flex-shrink: 0;
}

.stb-divider {
    width: 1px;
    height: 36px;
    background: rgba(255,255,255,0.07);
    flex-shrink: 0;
}

/* ---- Responsive ---- */
@media (max-width: 1024px) {
    .services-bento {
        grid-template-columns: repeat(2, 1fr);
    }
    .services-bento > .svc-card--featured { grid-column: 1/3; grid-row: 1; }
    #service-manufacture { grid-column: 1 !important; grid-row: 2 !important; }
    #service-motor       { grid-column: 2 !important; grid-row: 2 !important; }
    #service-steel       { grid-column: 1 !important; grid-row: 3 !important; }
    #service-ups         { grid-column: 2 !important; grid-row: 3 !important; }
    #service-smart       { grid-column: 1/3 !important; grid-row: 4 !important; }
    #service-sectional   { grid-column: 1 !important; grid-row: 5 !important; }
    #service-maintenance { grid-column: 2 !important; grid-row: 5 !important; }
    .svc-card--md { grid-column: span 1 !important; }

    .services-header { flex-direction: column; align-items: flex-start; }
    .services-header-desc { max-width: 100%; }
    .stb-divider { display: none; }
    .stb-item { border-bottom: 1px solid rgba(255,255,255,0.05); }
}

@media (max-width: 640px) {
    .services-bento {
        grid-template-columns: 1fr;
    }
    .services-bento > * { grid-column: 1 !important; grid-row: auto !important; }
    .svc-card--featured { min-height: 260px; }
}

/* Kurumsal Güven İstatistikleri */
.stats-section {
    background: rgba(21, 31, 50, 0.4);
    color: var(--text-light);
    padding: 80px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.03);
    border-bottom: 1px solid rgba(255, 255, 255, 0.03);
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 32px;
    text-align: center;
}

.stat-item h3 {
    font-size: 3.5rem;
    font-weight: 900;
    color: var(--primary);
    margin-bottom: 8px;
    line-height: 1;
}

.stat-item p {
    font-size: 1.1rem;
    color: var(--text-muted-light);
    font-weight: 500;
}

/* Nasıl Çalışıyoruz - Adımlar Section */
.steps-section {
    background-color: var(--bg-dark);
}

.steps-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 32px;
}

.step-card {
    background: var(--bg-card);
    border-radius: var(--border-radius-lg);
    padding: 40px 30px;
    text-align: center;
    border: 1px solid var(--border-color);
    box-shadow: var(--shadow-sm);
    position: relative;
    transition: var(--transition);
}

.step-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow-md);
    border-color: var(--primary);
    background-color: var(--bg-card-hover);
}

.step-num {
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(135deg, var(--primary), var(--primary-dark));
    color: var(--bg-dark);
    width: 44px;
    height: 44px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size: 1.2rem;
    box-shadow: 0 4px 10px rgba(245, 158, 11, 0.3);
}

.step-card h3 {
    margin-top: 10px;
    font-size: 1.25rem;
    margin-bottom: 12px;
    font-weight: 800;
}

.step-card p {
    font-size: 0.95rem;
    color: var(--text-muted-light);
}

/* Showcase Section */
.showcase {
    background-color: rgba(21, 31, 50, 0.3);
    color: var(--text-light);
}

.showcase-flex {
    display: flex;
    align-items: center;
    gap: 64px;
    flex-wrap: wrap;
}

.showcase-content {
    flex: 1 1 500px;
}

.showcase-img {
    flex: 1 1 450px;
    border-radius: var(--border-radius-lg);
    overflow: hidden;
    box-shadow: var(--shadow-lg);
    border: 6px solid rgba(255, 255, 255, 0.04);
}

.showcase-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: var(--transition);
}

.showcase-img:hover img {
    transform: scale(1.03);
}

.features-list {
    margin-top: 32px;
    list-style: none;
}

.features-list li {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 20px;
    font-size: 1.1rem;
    font-weight: 600;
}

.features-list li svg {
    color: var(--primary);
    flex-shrink: 0;
    background: rgba(245, 158, 11, 0.1);
    border-radius: 50%;
    padding: 4px;
}

/* Müşteri Referansları */
.testimonials-section {
    background: var(--bg-dark);
}

.testimonials-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
}

.testimonial-card {
    background: var(--bg-card);
    border-radius: var(--border-radius-lg);
    padding: 40px;
    border: 1px solid var(--border-color);
    box-shadow: var(--shadow-sm);
    position: relative;
}

.testimonial-card:hover {
    background-color: var(--bg-card-hover);
    border-color: rgba(245, 158, 11, 0.2);
}

.testimonial-quote {
    font-size: 3.5rem;
    color: rgba(245, 158, 11, 0.15);
    position: absolute;
    top: 20px;
    left: 30px;
    line-height: 1;
    font-family: serif;
}

.testimonial-rating {
    color: var(--primary);
    margin-bottom: 20px;
    font-size: 1.1rem;
    position: relative;
    z-index: 2;
}

.testimonial-card p {
    font-style: italic;
    color: var(--text-muted-light);
    margin-bottom: 28px;
    position: relative;
    z-index: 2;
    font-size: 1rem;
}

.testimonial-author {
    display: flex;
    align-items: center;
    gap: 16px;
}

.author-avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: linear-gradient(135deg, rgba(255,255,255,0.05) 0%, rgba(255,255,255,0.1) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    color: var(--text-light);
    border: 2px solid var(--primary);
}

.author-info h4 {
    font-size: 1rem;
    font-weight: 800;
}

.author-info p {
    font-size: 0.85rem;
    color: var(--text-muted-light);
    margin-bottom: 0;
    font-style: normal;
}

/* --- YENİ BÖLGELER TASARIMI (Ultra Şık & Koyu Uyumlu) --- */
.regions-section {
    background-color: var(--bg-dark);
}

.regions-card-wrapper {
    background: linear-gradient(135deg, rgba(21, 31, 50, 0.6) 0%, rgba(21, 31, 50, 0.2) 100%);
    border: 1.5px solid rgba(245, 158, 11, 0.15);
    border-radius: var(--border-radius-lg);
    padding: 48px;
    box-shadow: var(--shadow-lg);
    margin-top: 30px;
    position: relative;
    overflow: hidden;
}

.regions-card-wrapper::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 150px;
    height: 150px;
    background: radial-gradient(circle, rgba(245, 158, 11, 0.08) 0%, transparent 70%);
    filter: blur(20px);
}

/* Tıklanabilir İlçe Butonları */
.district-link {
    background: rgba(30, 41, 59, 0.4);
    border: 1px solid rgba(255, 255, 255, 0.05);
    color: var(--text-light);
    padding: 14px 20px;
    border-radius: var(--border-radius-sm);
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 0.95rem;
    transition: var(--transition);
    position: relative;
    overflow: hidden;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.district-link::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background: linear-gradient(to bottom, var(--primary), var(--primary-dark));
    opacity: 0;
    transition: var(--transition);
}

.district-link:hover {
    background: rgba(30, 41, 59, 0.9);
    border-color: rgba(245, 158, 11, 0.35);
    transform: translateX(5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3), 0 0 15px rgba(245, 158, 11, 0.15);
}

.district-link:hover::before {
    opacity: 1;
}

.district-link span {
    font-size: 1.1rem;
    transition: var(--transition);
}

.district-link:hover span {
    transform: scale(1.2);
}

/* Sidebar Box for District Pages (Koyu Uyumlu) */
.region-hero {
    min-height: 65vh;
    background-image: linear-gradient(135deg, rgba(11, 15, 25, 0.98) 40%, rgba(11, 15, 25, 0.7)), url('../images/hero-kepenk.png');
    padding-top: 160px;
}

.region-info-grid {
    display: grid;
    grid-template-columns: 1.8fr 1.2fr;
    gap: 60px;
    align-items: start;
}

.sidebar-box {
    background: var(--bg-card);
    border-radius: var(--border-radius-lg);
    padding: 40px;
    box-shadow: var(--shadow-md);
    border: 1px solid var(--border-color);
    position: sticky;
    top: 120px;
}

/* SSS Akordeon */
.faq-accordion {
    max-width: 850px;
    margin: 0 auto;
}

.faq-item {
    background: var(--bg-card);
    border-radius: var(--border-radius-md);
    margin-bottom: 20px;
    box-shadow: var(--shadow-sm);
    border: 1px solid var(--border-color);
    overflow: hidden;
    transition: var(--transition);
}

.faq-item:hover {
    border-color: rgba(245, 158, 11, 0.3);
    background-color: var(--bg-card-hover);
}

.faq-question {
    padding: 24px 30px;
    font-weight: 700;
    font-size: 1.15rem;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    user-select: none;
}

.faq-answer {
    padding: 0 30px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    color: var(--text-muted-light);
    font-size: 1.05rem;
}

.faq-item.active {
    border-color: var(--primary);
    box-shadow: var(--shadow-md);
}

.faq-item.active .faq-answer {
    padding-bottom: 24px;
}

.faq-icon {
    font-size: 0.85rem;
    color: var(--primary);
    transition: transform 0.3s;
}

.faq-item.active .faq-icon {
    transform: rotate(180deg);
}

/* İletişim Bölümü */
.contact-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: start;
}

.contact-info-panel h3 {
    font-size: 2rem;
    margin-bottom: 20px;
}

.contact-info {
    margin-top: 36px;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.info-item {
    display: flex;
    align-items: center;
    gap: 20px;
}

.info-icon {
    width: 54px;
    height: 54px;
    background: rgba(255, 255, 255, 0.03);
    color: var(--primary);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 18px;
    font-size: 1.4rem;
    box-shadow: var(--shadow-sm);
    border: 1px solid var(--border-color);
}

.info-item a, .info-item span {
    font-size: 1.05rem;
}

.contact-form {
    background: var(--bg-card);
    padding: 50px;
    border-radius: var(--border-radius-lg);
    box-shadow: var(--shadow-lg);
    border: 1px solid var(--border-color);
}

.form-group {
    margin-bottom: 24px;
}

.form-group label {
    display: block;
    margin-bottom: 8px;
    font-weight: 700;
    font-size: 0.95rem;
}

.form-control {
    width: 100%;
    padding: 16px 20px;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    font-family: var(--font);
    font-size: 1rem;
    outline: none;
    transition: var(--transition);
    background: rgba(0, 0, 0, 0.2);
    color: var(--text-light);
}

.form-control:focus {
    border-color: var(--primary);
    background: rgba(0, 0, 0, 0.35);
    box-shadow: 0 0 0 4px rgba(245, 158, 11, 0.12);
}

/* Footer Section */
footer {
    background-color: #050811;
    color: var(--text-light);
    padding: 80px 0 40px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.03);
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr 0.8fr 1.2fr;
    gap: 40px;
    margin-bottom: 60px;
}

.footer-col h4 {
    font-size: 1.2rem;
    margin-bottom: 28px;
    position: relative;
    padding-bottom: 12px;
}

.footer-col h4::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50px;
    height: 3px;
    background-color: var(--primary);
    border-radius: 50px;
}

.footer-links {
    list-style: none;
}

.footer-links li {
    margin-bottom: 14px;
}

.footer-links a {
    color: var(--text-muted-light);
    font-weight: 500;
}

.footer-links a:hover {
    color: var(--primary);
    padding-left: 8px;
}

.footer-bottom {
    text-align: center;
    padding-top: 40px;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    color: var(--text-muted-light);
    font-size: 0.95rem;
}

/* Floating Sticky Buttons */
.floating-container {
    position: fixed;
    bottom: 30px;
    right: 30px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    z-index: 999;
}

.float-btn {
    width: 62px;
    height: 62px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 24px rgba(0,0,0,0.5);
    cursor: pointer;
    transition: var(--transition);
    color: white;
    font-size: 1.7rem;
}

.float-btn:hover {
    transform: scale(1.1) rotate(5deg);
}

.whatsapp-float {
    background-color: var(--accent);
    animation: pulse 2.2s infinite;
}

.phone-float {
    background-color: var(--phone-accent);
}

/* Mobile Action Bar */
.mobile-action-bar {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: var(--bg-dark);
    z-index: 1000;
    grid-template-columns: 1fr 1fr;
    box-shadow: 0 -4px 20px rgba(0,0,0,0.4);
    border-top: 1.5px solid rgba(245, 158, 11, 0.2);
}

.mobile-action-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 18px;
    font-weight: 800;
    font-size: 1.05rem;
    color: white;
}

.mobile-action-btn.call {
    background: linear-gradient(135deg, #2563eb, #1d4ed8);
}

.mobile-action-btn.whatsapp {
    background: linear-gradient(135deg, #16a34a, #15803d);
}

/* Floating pulse animation */
@keyframes pulse {
    0% { box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.7); }
    70% { box-shadow: 0 0 0 16px rgba(37, 211, 102, 0); }
    100% { box-shadow: 0 0 0 0 rgba(37, 211, 102, 0); }
}

/* Media Queries */
@media (max-width: 1200px) {
    .trust-badges-container {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
}

@media (max-width: 992px) {
    .section-title { font-size: 2.3rem; }
    .hero h1 { font-size: 3.2rem; }
    .hero-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    .hero-right-card {
        max-width: 500px;
        margin: 0 auto;
    }
    .stats-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 24px;
    }
    .steps-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 32px;
    }
    .testimonials-grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }
    .contact-container {
        grid-template-columns: 1fr;
        gap: 48px;
    }
    .region-info-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    .sidebar-box { position: static; }
    .footer-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .regions-card-wrapper {
        padding: 24px;
    }
}

@media (max-width: 768px) {
    .hamburger { display: block; }
    
    .nav-links {
        position: fixed;
        left: -100%;
        top: 0;
        width: 100%;
        height: 100vh;
        background-color: var(--bg-dark);
        flex-direction: column;
        justify-content: center;
        transition: var(--transition);
        z-index: 99;
        gap: 40px;
    }

    .nav-links.active { left: 0; }
    .nav-links a { color: var(--text-light) !important; font-size: 1.4rem; }
    
    .hamburger.active span:nth-child(1) { transform: rotate(45deg) translate(6px, 6px); }
    .hamburger.active span:nth-child(2) { opacity: 0; }
    .hamburger.active span:nth-child(3) { transform: rotate(-45deg) translate(6px, -6px); }
    
    .section-padding { padding: 70px 0; }
    .hero {
        padding-top: 130px;
        text-align: center;
        background-image: linear-gradient(to top, rgba(11, 15, 25, 0.99) 40%, rgba(11, 15, 25, 0.8)), url('images/hero-kepenk.png');
    }
    .hero h1 { font-size: 2.8rem; }
    .hero p { margin-left: auto; margin-right: auto; }
    .hero-buttons { justify-content: center; }
    .trust-badges-container { grid-template-columns: 1fr; }
    .stats-grid { grid-template-columns: 1fr; }
    .steps-grid { grid-template-columns: 1fr; }
    .floating-container { bottom: 90px; }
    .mobile-action-bar { display: grid; }
    body { padding-bottom: 60px; }
    
    /* Mobile-specific listing tweaks */
    .regions-card-wrapper div {
        grid-template-columns: 1fr !important;
        gap: 24px !important;
    }
}

/* Banners Section styling */
.banners-section {
    background-color: var(--bg-card);
}
.slider-wrapper {
    position: relative;
    max-width: 900px;
    margin: 40px auto 0 auto;
    width: 100%;
}
.slider-container {
    position: relative;
    overflow: hidden;
    border-radius: var(--border-radius-lg);
    border: 1px solid var(--border-color);
    box-shadow: var(--shadow-lg);
    background-color: var(--bg-dark);
}
.slider-slides {
    display: flex;
    transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
    width: 100%;
}
.slider-slide {
    min-width: 100%;
    width: 100%;
    position: relative;
}
.slider-slide img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}
.slider-slide-title {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(to top, rgba(11, 15, 25, 0.9) 30%, transparent);
    color: var(--text-light);
    padding: 30px 20px 20px 20px;
    font-size: 1.25rem;
    font-weight: 700;
    text-align: center;
}
.slider-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(21, 31, 50, 0.6);
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: var(--text-light);
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 1.2rem;
    transition: var(--transition);
    z-index: 10;
    backdrop-filter: blur(10px);
}
.slider-arrow:hover {
    background: var(--primary);
    color: var(--bg-dark);
    border-color: transparent;
    box-shadow: var(--shadow-glow);
}
.slider-arrow.prev {
    left: 20px;
}
.slider-arrow.next {
    right: 20px;
}
.slider-dots {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 20px;
}
.slider-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.2);
    cursor: pointer;
    transition: var(--transition);
}
.slider-dot.active {
    background: var(--primary);
    transform: scale(1.2);
    box-shadow: 0 0 10px rgba(245, 158, 11, 0.5);
}
