/* ============================================
   HİZMETLERİMİZ SAYFASI - MODERN THEME
   Odakon DJI Servis
   Hero koyu, sections beyaz
   ============================================ */

:root {
    --hiz-primary: #2563eb;
    --hiz-primary-dark: #1d4ed8;
    --hiz-accent: #38bdf8;
    --hiz-success: #10b981;
    --hiz-bg-dark: #0b1325;
    --hiz-bg-slate: #18213c;
    --hiz-surface-dark: rgba(15, 23, 42, 0.92);
    --hiz-surface-dark-soft: rgba(30, 41, 59, 0.85);
    --hiz-bg-white: #ffffff;
    --hiz-bg-light: #f1f5f9;
    --hiz-text-light: #f8fafc;
    --hiz-text-on-dark: rgba(241, 245, 249, 0.95);
    --hiz-muted-on-dark: rgba(226, 232, 240, 0.72);
    --hiz-text-dark: #0f172a;
    --hiz-text-muted: #475569;
    --hiz-border: rgba(148, 163, 184, 0.3);
    --hiz-border-strong: rgba(148, 163, 184, 0.55);
    --hiz-shadow: 0 12px 30px rgba(15, 23, 42, 0.16);
    --hiz-shadow-lg: 0 22px 50px rgba(15, 23, 42, 0.22);
}

/* ============================================
   WRAPPER & RESET
   ============================================ */

.hizmetler-wrapper {
    background: var(--hiz-bg-white);
    min-height: 100vh;
    padding-top: 0;
    color: var(--hiz-text-dark);
}

.hizmetler-wrapper * {
    box-sizing: border-box;
}

.hizmetler-wrapper :where(a) {
    color: inherit;
    text-decoration: none;
    transition: color 0.2s ease;
}

.hizmetler-wrapper :where(a:hover, a:focus-visible) {
    color: inherit;
    text-decoration: none;
}

.hizmetler-section p a,
.hizmetler-section li a {
    color: var(--hiz-primary);
    text-decoration: underline;
    font-weight: 600;
}

.hizmetler-section p a:hover,
.hizmetler-section p a:focus-visible,
.hizmetler-section li a:hover,
.hizmetler-section li a:focus-visible {
    color: var(--hiz-primary);
    text-decoration: underline;
}

.coverage-feature a {
    color: var(--hiz-primary);
    text-decoration: underline;
    font-weight: 600;
}

.coverage-feature a:hover,
.coverage-feature a:focus-visible {
    color: var(--hiz-primary);
    text-decoration: underline;
}

.featured-meta a {
    color: var(--hiz-primary);
    text-decoration: underline;
    font-weight: 600;
}

.featured-meta a:hover,
.featured-meta a:focus-visible {
    color: var(--hiz-primary);
    text-decoration: underline;
}

/* ============================================
   HERO SECTION
   ============================================ */

.odakon-hero.hizmetler-hero {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 72vh;
    padding: 110px 0 80px;
    background: linear-gradient(135deg, var(--hiz-bg-dark) 0%, var(--hiz-bg-slate) 100%);
    color: var(--hiz-text-on-dark);
    overflow: hidden;
}

.hizmetler-hero .hero-overlay {
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 20% 50%, rgba(56, 189, 248, 0.18) 0%, transparent 55%),
                radial-gradient(circle at 80% 20%, rgba(59, 130, 246, 0.18) 0%, transparent 60%);
    mix-blend-mode: lighten;
    opacity: 0.8;
    pointer-events: none;
    z-index: 1;
}

.hizmetler-hero .hero-particles {
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
}

.hizmetler-hero .container {
    position: relative;
    z-index: 2;
}

.hizmetler-hero .hero-container {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 48px;
    align-items: center;
}

.hizmetler-hero .hero-content {
    display: flex;
    flex-direction: column;
    gap: 24px;
    max-width: 560px;
}

.hizmetler-hero .hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 20px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.18);
    color: var(--hiz-text-light);
    font-size: 14px;
    font-weight: 600;
    backdrop-filter: blur(10px);
}

.hizmetler-hero .badge-icon {
    font-size: 18px;
}

.hizmetler-hero .hero-title {
    font-size: 48px;
    font-weight: 800;
    line-height: 1.08;
    margin: 0;
    color: var(--hiz-text-light);
}

.hizmetler-hero .hero-title .subtitle-text {
    display: block;
    font-size: 20px;
    font-weight: 500;
    color: var(--hiz-muted-on-dark);
    margin-top: 12px;
}

.hizmetler-hero .hero-description {
    font-size: 16px;
    line-height: 1.65;
    color: var(--hiz-muted-on-dark);
    margin: 0;
    max-width: 540px;
}

.hizmetler-hero .hero-description strong {
    color: var(--hiz-accent);
}

.hizmetler-hero .hero-description a {
    color: var(--hiz-accent);
    text-decoration: underline;
}

.hizmetler-hero .hero-description a:hover,
.hizmetler-hero .hero-description a:focus-visible {
    color: var(--hiz-accent);
    text-decoration: underline;
}

.hizmetler-hero .hero-cta-buttons {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    align-items: center;
}

.hizmetler-hero .btn-primary,
.hizmetler-hero .btn-secondary {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 16px 32px;
    border-radius: 16px;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    border: none;
    transition: transform 0.3s ease, box-shadow 0.3s ease, background 0.3s ease, border-color 0.3s ease;
    box-shadow: 0 12px 32px rgba(37, 99, 235, 0.28);
    background-clip: padding-box;
}

.hizmetler-hero .btn-primary {
    background: linear-gradient(135deg, var(--hiz-primary) 0%, var(--hiz-primary-dark) 100%);
    color: #ffffff;
}

.hizmetler-hero .btn-primary:hover,
.hizmetler-hero .btn-primary:focus-visible {
    transform: translateY(-3px);
    box-shadow: 0 14px 34px rgba(37, 99, 235, 0.42);
    color: #ffffff;
}

.hizmetler-hero .btn-secondary {
    background: rgba(255, 255, 255, 0.1);
    border: 2px solid rgba(255, 255, 255, 0.28);
    color: var(--hiz-text-light);
    backdrop-filter: blur(12px);
    box-shadow: 0 12px 32px rgba(15, 23, 42, 0.22);
}

.hizmetler-hero .btn-secondary:hover,
.hizmetler-hero .btn-secondary:focus-visible {
    transform: translateY(-3px);
    border-color: rgba(255, 255, 255, 0.45);
    box-shadow: 0 16px 36px rgba(15, 23, 42, 0.3);
    color: var(--hiz-text-light);
}

.hizmetler-hero .btn-icon svg,
.hizmetler-hero .btn-arrow svg {
    width: 20px;
    height: 20px;
    stroke: currentColor;
}

.hizmetler-hero .btn-arrow {
    display: inline-flex;
    transition: transform 0.3s ease;
}

.hizmetler-hero .btn-primary:hover .btn-arrow,
.hizmetler-hero .btn-primary:focus-visible .btn-arrow {
    transform: translateX(4px);
}

.pulse-animation {
    position: relative;
}

.hizmetler-hero .btn-primary.pulse-animation {
    animation: hero-btn-pulse 2.4s infinite;
}

@keyframes hero-btn-pulse {
    0%, 100% {
        box-shadow: 0 12px 32px rgba(37, 99, 235, 0.28);
    }
    50% {
        box-shadow: 0 18px 44px rgba(37, 99, 235, 0.48);
    }
}

.hizmetler-hero .hero-trust-badges {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 32px;
}

.hizmetler-hero .trust-item {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 18px;
    border-radius: 999px;
    background: rgba(15, 23, 42, 0.55);
    border: 1px solid rgba(148, 163, 184, 0.32);
    color: rgba(241, 245, 249, 0.92);
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.hizmetler-hero .trust-icon {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--hiz-primary) 0%, var(--hiz-primary-dark) 100%);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 12px;
}

.hizmetler-hero .hero-visual {
    position: relative;
}

.hizmetler-hero .drone-showcase {
    position: relative;
    max-width: 420px;
    margin: 0 auto;
}

.hizmetler-hero .hero-drone {
    width: 100%;
    height: auto;
    filter: drop-shadow(0 22px 48px rgba(15, 23, 42, 0.55));
}

.floating-animation {
    animation: floating 6s ease-in-out infinite;
}

@keyframes floating {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-18px);
    }
}

.hizmetler-hero .showcase-stats {
    position: absolute;
    bottom: -48px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 16px;
    width: calc(100% + 40px);
    justify-content: center;
}

.hizmetler-hero .stat-card {
    min-width: 130px;
    padding: 18px 22px;
    border-radius: 16px;
    background: rgba(15, 23, 42, 0.58);
    border: 1px solid rgba(148, 163, 184, 0.28);
    backdrop-filter: blur(12px);
    text-align: center;
    position: relative;
    overflow: hidden;
}

.hizmetler-hero .stat-card::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    border: 1px solid rgba(59, 130, 246, 0.22);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.hizmetler-hero .stat-card:hover::after {
    opacity: 1;
}

.hizmetler-hero .stat-number {
    font-size: 32px;
    font-weight: 800;
    color: #ffffff;
    margin-bottom: 6px;
    display: block;
}

.hizmetler-hero .stat-card p {
    margin: 0;
    font-size: 13px;
    color: rgba(226, 232, 240, 0.85);
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.hizmetler-hero .scroll-indicator {
    position: absolute;
    bottom: 32px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    font-size: 12px;
    letter-spacing: 0.4em;
    text-transform: uppercase;
    color: rgba(148, 163, 184, 0.75);
    animation: hero-bounce 2.2s infinite;
}

@keyframes hero-bounce {
    0%, 100% {
        transform: translateX(-50%) translateY(0);
    }
    50% {
        transform: translateX(-50%) translateY(-10px);
    }
}

.hizmetler-hero .scroll-arrow {
    width: 24px;
    height: 24px;
    border-left: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: rotate(-45deg);
}

@media (max-width: 959px) {
    .odakon-hero.hizmetler-hero {
        padding: 140px 0 80px;
    }

    .hizmetler-hero .hero-container {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .hizmetler-hero .hero-content {
        max-width: 100%;
        text-align: center;
    }

    .hizmetler-hero .hero-trust-badges {
        justify-content: center;
    }

    .hizmetler-hero .hero-visual {
        max-width: 420px;
        margin: 0 auto;
    }

    .hizmetler-hero .showcase-stats {
        position: relative;
        bottom: auto;
        left: auto;
        transform: none;
        margin: 36px auto 0;
        width: 100%;
        max-width: 420px;
    }

    .tsk-wrapper {
        grid-template-columns: 1fr;
        gap: 36px;
        padding: 40px 36px;
    }

    .tsk-highlights {
        grid-template-columns: 1fr;
    }

    .tsk-visual {
        max-width: 420px;
        margin: 0 auto;
        align-items: center;
    }

    .tsk-guidelines {
        width: 100%;
    }

    .tsk-orb {
        width: 220px;
        height: 220px;
    }

    .tsk-orb-core {
        inset: 28px;
    }
}

@media (max-width: 767px) {
    .odakon-hero.hizmetler-hero {
        padding: 120px 0 70px;
    }

    .hizmetler-hero .hero-title {
        font-size: 34px;
    }

    .hizmetler-hero .hero-title .subtitle-text {
        font-size: 16px;
    }

    .hizmetler-hero .hero-cta-buttons {
        flex-direction: column;
    }

    .hizmetler-hero .btn-primary,
    .hizmetler-hero .btn-secondary {
        width: 100%;
        justify-content: center;
    }

    .hizmetler-hero .hero-trust-badges {
        gap: 12px;
    }

    .hizmetler-hero .trust-item {
        width: 100%;
        justify-content: center;
    }

    .hizmetler-hero .hero-visual {
        display: none !important;
    }

    .hizmetler-hero .showcase-stats {
        flex-direction: column;
        align-items: center;
        gap: 12px;
        max-width: 320px;
    }

    .tsk-title {
        font-size: 30px;
        text-align: center;
        margin: 0 auto;
    }

    .tsk-content {
        text-align: center;
        align-items: center;
        gap: 20px;
    }

    .tsk-wrapper {
        padding: 28px 24px;
        gap: 32px;
    }

    .tsk-highlights {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .tsk-visual {
        gap: 20px;
        width: 100%;
        align-items: center;
    }

    .tsk-badge {
        justify-content: center;
    }

    .tsk-btn {
        width: 100%;
    }

    .tsk-orb {
        width: 200px;
        height: 200px;
    }

    .tsk-orb-core {
        inset: 26px;
    }

    .tsk-guidelines {
        padding: 24px;
        text-align: center;
    }

    .tsk-steps li {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .tsk-step-index {
        margin-bottom: 8px;
    }
}

@media (max-width: 479px) {
    .hizmetler-hero .stat-card {
        width: 100%;
    }

    .hizmetler-hero .stat-number {
        font-size: 28px;
    }
}

/* ============================================
   SECTION COMMONS - Beyaz arkaplan
   ============================================ */

.hizmetler-section {
    padding: 80px 0;
    background: var(--hiz-bg-white);
}

.hizmetler-section:nth-child(even) {
    background: var(--hiz-bg-light);
}

.section-header {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 60px;
}

.section-badge {
    display: inline-block;
    padding: 8px 20px;
    background: rgba(59, 130, 246, 0.1);
    border: 1px solid rgba(59, 130, 246, 0.3);
    border-radius: 50px;
    color: var(--hiz-primary);
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.section-title {
    font-size: 42px;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 20px;
    color: var(--hiz-text-dark);
}

.section-description {
    font-size: 18px;
    line-height: 1.7;
    color: var(--hiz-text-muted);
}

/* ============================================
   ABOUT SECTION (Biz Kimiz) - Beyaz arkaplan
   ============================================ */

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

.about-card {
    background: var(--hiz-bg-white);
    border: 2px solid var(--hiz-border);
    border-radius: 20px;
    padding: 40px;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.about-card:hover {
    transform: translateY(-5px);
    border-color: var(--hiz-primary);
    box-shadow: var(--hiz-shadow-lg);
}

.about-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, rgba(59, 130, 246, 0.1) 0%, rgba(16, 185, 129, 0.1) 100%);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
    color: var(--hiz-primary);
}

.about-card h3 {
    font-size: 22px;
    font-weight: 700;
    color: var(--hiz-text-dark);
    margin-bottom: 16px;
}

.about-card p {
    font-size: 15px;
    line-height: 1.7;
    color: var(--hiz-text-muted);
}

/* ============================================
   SERVICES SECTION (Hizmetlerimiz)
   ============================================ */


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

.service-card {
    background: var(--hiz-bg-white);
    border: 2px solid var(--hiz-border);
    border-radius: 20px;
    padding: 40px;
    position: relative;
    overflow: hidden;
    transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.08);
}

.service-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, var(--hiz-primary) 0%, var(--hiz-success) 100%);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.4s ease;
}

.service-card:hover::before {
    transform: scaleX(1);
}


.service-card:hover {
    transform: translateY(-6px);
    border-color: rgba(37, 99, 235, 0.45);
    box-shadow: 0 24px 50px rgba(15, 23, 42, 0.15);
}

.service-icon-wrapper {
    width: 72px;
    height: 72px;
    background: rgba(37, 99, 235, 0.08);
    border: 2px solid rgba(148, 163, 184, 0.45);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
    transition: all 0.3s ease;
}

.service-card:hover .service-icon-wrapper {
    background: rgba(37, 99, 235, 0.16);
    border-color: rgba(37, 99, 235, 0.55);
    transform: rotate(5deg) scale(1.1);
}

.service-icon-wrapper svg {
    stroke: var(--hiz-primary);
}

.service-title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 12px;
    color: var(--hiz-text-dark);
}

.service-description {
    font-size: 15px;
    line-height: 1.6;
    color: var(--hiz-text-muted);
    margin-bottom: 20px;
}

.service-features {
    list-style: none;
    padding: 0;
    margin: 0;
}

.service-features li {
    font-size: 14px;
    color: var(--hiz-text-muted);
    padding: 8px 0;
    padding-left: 24px;
    position: relative;
}

.service-features li::before {
    content: '→';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    color: var(--hiz-primary);
    font-weight: 700;
}

/* ============================================
   COVERAGE SECTION (Kapsama Alanı)
   ============================================ */

.hizmetler-coverage {
    background: linear-gradient(135deg, rgba(59, 130, 246, 0.05) 0%, rgba(16, 185, 129, 0.05) 100%);
}

.coverage-card {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 60px;
    align-items: center;
    background: var(--hiz-bg-white);
    border: 2px solid var(--hiz-border);
    border-radius: 24px;
    padding: 60px;
    box-shadow: 0 16px 40px rgba(15, 23, 42, 0.12);
}

.coverage-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
    background: rgba(16, 185, 129, 0.1);
    border: 1px solid rgba(16, 185, 129, 0.3);
    border-radius: 50px;
    color: var(--hiz-success);
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 20px;
}

.coverage-badge svg {
    stroke: var(--hiz-success);
}

.coverage-title {
    font-size: 38px;
    font-weight: 800;
    margin-bottom: 20px;
    color: var(--hiz-text-dark);
}

.coverage-description {
    font-size: 17px;
    line-height: 1.7;
    color: var(--hiz-text-muted);
    margin-bottom: 30px;
}

.coverage-description strong {
    color: var(--hiz-primary);
}

.coverage-features {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
}

.coverage-feature {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 15px;
    color: var(--hiz-text-dark);
}

.coverage-feature svg {
    stroke: var(--hiz-success);
    flex-shrink: 0;
}

.coverage-map {
    position: relative;
    height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.map-pulse {
    position: absolute;
    width: 240px;
    height: 240px;
    border-radius: 50%;
    background: rgba(59, 130, 246, 0.1);
    animation: pulse 3s ease-in-out infinite;
}

@keyframes pulse {
    0%, 100% {
        transform: scale(1);
        opacity: 0.5;
    }
    50% {
        transform: scale(1.3);
        opacity: 0.2;
    }
}

.turkey-map {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 100%;
}

/* ============================================
   TSK PARTNERSHIP SECTION
   ============================================ */

.tsk-partnership {
    --tsk-bordo: #690000;
    --tsk-bordo-hover: #8c0c0c;
    --tsk-navy: #02040a;
    --tsk-navy-deep: #050913;
    --tsk-gold: #d4af37;
    --tsk-gold-bright: #ffd873;
    --tsk-text-light: #dbe5ff;
    --tsk-text-muted: #8092b8;
    position: relative;
    color: var(--tsk-text-light);
    background: linear-gradient(165deg, var(--tsk-navy) 0%, var(--tsk-navy-deep) 52%, #010105 100%);
    padding: 140px 0;
    overflow: hidden;
}

.tsk-partnership::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 18% 12%, rgba(125, 19, 35, 0.28) 0%, rgba(4, 6, 11, 0) 48%),
        radial-gradient(circle at 82% 85%, rgba(21, 76, 160, 0.22) 0%, rgba(2, 4, 10, 0) 55%);
    opacity: 0.85;
    pointer-events: none;
    z-index: 0;
}

.tsk-pattern {
    position: absolute;
    inset: 0;
    background: url('https://www.transparenttextures.com/patterns/az-subtle.png') repeat;
    opacity: 0.05;
    pointer-events: none;
    z-index: 0;
}

.tsk-wrapper {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 56px;
    align-items: center;
    padding: 64px 70px;
    border-radius: 36px;
    background: rgba(6, 10, 20, 0.92);
    border: 1px solid rgba(255, 255, 255, 0.16);
    box-shadow: 0 40px 120px -32px rgba(3, 6, 12, 0.85);
    backdrop-filter: blur(20px);
}

.tsk-wrapper::after {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 36px;
    padding: 1px;
    background: linear-gradient(135deg, rgba(212, 175, 55, 0.75), rgba(103, 6, 12, 0.72));
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
    opacity: 0.68;
}

.tsk-content {
    display: flex;
    flex-direction: column;
    gap: 28px;
}

.tsk-badge {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 12px 26px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.28);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #ffffff;
    box-shadow: 0 18px 40px rgba(4, 8, 16, 0.55);
}

.tsk-badge-icon svg {
    display: block;
    color: var(--tsk-gold-bright);
}

.tsk-title {
    margin: 0;
    font-size: 44px;
    font-weight: 800;
    line-height: 1.1;
    letter-spacing: -0.015em;
    color: #ffffff;
    text-shadow: 0 18px 40px rgba(5, 8, 16, 0.7);
}

.gold-text {
    background: linear-gradient(45deg, var(--tsk-gold) 0%, var(--tsk-gold-bright) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.tsk-description {
    font-size: 17px;
    line-height: 1.85;
    color: var(--tsk-text-muted);
    margin: 0;
}

.tsk-description strong {
    color: var(--tsk-text-light);
}

.tsk-highlights {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.tsk-highlights li {
    display: flex;
    gap: 16px;
    align-items: center;
    padding: 18px 20px;
    border-radius: 18px;
    background: rgba(8, 14, 28, 0.82);
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05), 0 22px 45px rgba(3, 6, 12, 0.45);
    font-size: 15px;
    line-height: 1.6;
    color: var(--tsk-text-light);
}

.tsk-highlight-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: radial-gradient(circle at 25% 30%, rgba(255, 215, 92, 0.35), rgba(255, 215, 92, 0));
    color: var(--tsk-gold-bright);
    flex-shrink: 0;
}

.tsk-highlights li span:last-child {
    flex: 1;
}

.tsk-cta {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.tsk-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 18px 34px;
    border-radius: 18px;
    background: var(--tsk-bordo);
    border-bottom: 3px solid #3d0000;
    color: #ffffff;
    font-weight: 700;
    text-decoration: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease, border-bottom-width 0.2s ease;
    box-shadow: 0 22px 55px rgba(92, 0, 0, 0.42);
}

.tsk-btn:hover,
.tsk-btn:focus-visible {
    background-color: var(--tsk-bordo-hover);
    border-bottom-width: 5px;
    transform: translateY(-2px);
    color: #ffffff;
    box-shadow: 0 28px 70px rgba(112, 10, 10, 0.5);
}

.tsk-btn:active {
    transform: translateY(1px);
    border-bottom-width: 3px;
}

.tsk-btn-icon svg {
    display: block;
    stroke-width: 2.4;
}

.tsk-note {
    font-size: 13px;
    color: rgba(208, 220, 244, 0.78);
    margin: 0;
}


.tsk-visual {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-self: center;
    gap: 32px;
    width: 100%;
    max-width: 420px;
}

.tsk-orb {
    position: relative;
    width: 236px;
    height: 236px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tsk-orb-glow {
    position: absolute;
    inset: 0;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255, 215, 92, 0.12) 0%, rgba(105, 0, 0, 0.05) 75%, rgba(2, 4, 10, 0) 100%);
    box-shadow: 0 0 24px rgba(212, 175, 55, 0.24), 0 0 70px rgba(212, 175, 55, 0.18), 0 0 110px rgba(212, 175, 55, 0.12);
    animation: pulse-glow 4.5s ease-in-out infinite alternate;
}


.tsk-orb-core {
    position: absolute;
    inset: 32px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.15) 0%, rgba(7, 14, 28, 0.92) 78%);
    border: 1px solid rgba(212, 175, 55, 0.45);
    box-shadow: inset 0 0 40px rgba(4, 8, 16, 0.75), 0 0 18px rgba(212, 175, 55, 0.28);
    display: flex;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(6px);
    overflow: hidden;
}

.tsk-logo {
    max-width: 118px;
    max-height: 118px;
    width: 100%;
    height: auto;
    object-fit: contain;
    filter: drop-shadow(0 8px 18px rgba(0, 0, 0, 0.45));
}

.tsk-guidelines {
    width: 100%;
    max-width: 360px;
    background: rgba(7, 12, 24, 0.92);
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 26px;
    padding: 30px 32px;
    box-shadow: 0 30px 70px rgba(2, 6, 12, 0.7);
    backdrop-filter: blur(14px);
}

.tsk-subtitle {
    font-size: 20px;
    font-weight: 800;
    text-align: center;
    margin: 0 0 24px;
    color: #ffffff;
}

.tsk-steps {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.tsk-steps li {
    display: flex;
    gap: 18px;
    align-items: flex-start;
    color: var(--tsk-text-muted);
}

.tsk-step-index {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: var(--tsk-bordo);
    border: 2px solid rgba(255, 255, 255, 0.2);
    font-weight: 700;
    color: #ffffff;
    flex-shrink: 0;
    box-shadow: 0 14px 32px rgba(86, 4, 8, 0.5);
}

.tsk-steps li p {
    margin: 0;
    font-size: 14px;
    line-height: 1.7;
    color: var(--tsk-text-light);
}

.tsk-steps li strong {
    color: #ffffff;
}

@keyframes float {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-14px);
    }
    100% {
        transform: translateY(0);
    }
}

.animate-float {
    animation: float 6s ease-in-out infinite;
}

@keyframes pulse-glow {
    from {
        box-shadow: 0 0 18px rgba(212, 175, 55, 0.18), 0 0 40px rgba(212, 175, 55, 0.12), 0 0 70px rgba(212, 175, 55, 0.08);
    }
    to {
        box-shadow: 0 0 26px rgba(212, 175, 55, 0.28), 0 0 60px rgba(212, 175, 55, 0.2), 0 0 90px rgba(212, 175, 55, 0.12);
    }
}

/* ============================================
   CORPORATE SECTION (Kurumsal)
   ============================================ */

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

.corporate-card {
    background: var(--hiz-bg-white);
    border: 2px solid var(--hiz-border);
    border-radius: 20px;
    padding: 40px;
    transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
    position: relative;
    box-shadow: 0 12px 36px rgba(15, 23, 42, 0.1);
}

.corporate-card:hover {
    transform: translateY(-6px);
    border-color: rgba(37, 99, 235, 0.45);
    box-shadow: 0 24px 50px rgba(15, 23, 42, 0.15);
}


.corporate-icon {
    width: 96px;
    height: 96px;
    background: rgba(37, 99, 235, 0.08);
    border: 2px solid rgba(148, 163, 184, 0.45);
    border-radius: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
    transition: all 0.3s ease;
}

.corporate-card:hover .corporate-icon {
    background: rgba(37, 99, 235, 0.16);
    border-color: rgba(37, 99, 235, 0.55);
    transform: scale(1.05);
}

.corporate-icon svg {
    stroke: var(--hiz-primary);
}

.corporate-card h3 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 16px;
    color: var(--hiz-text-dark);
}

.corporate-card p {
    font-size: 16px;
    line-height: 1.7;
    color: var(--hiz-text-muted);
    margin-bottom: 24px;
}

.corporate-card p strong {
    color: var(--hiz-primary);
    font-weight: 600;
}

.corporate-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--hiz-primary);
    font-weight: 600;
    font-size: 15px;
    text-decoration: none;
    position: relative;
    z-index: 2;
    transition: all 0.3s ease;
}

.corporate-link:hover {
    gap: 12px;
    color: var(--hiz-primary-dark);
}

.corporate-link svg {
    stroke: var(--hiz-primary);
}

/* ============================================
   CTA SECTION
   ============================================ */

.hizmetler-cta {
    padding: 100px 0;
}

.cta-card {
    background: linear-gradient(135deg, var(--hiz-bg-dark) 0%, var(--hiz-bg-slate) 100%);
    border: 1px solid rgba(148, 163, 184, 0.35);
    border-radius: 24px;
    padding: 80px 60px;
    text-align: center;
    box-shadow: var(--hiz-shadow-lg);
}

.cta-content {
    max-width: 800px;
    margin: 0 auto;
}

.cta-title {
    font-size: 42px;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 20px;
    color: var(--hiz-text-on-dark);
}

.cta-description {
    font-size: 18px;
    line-height: 1.7;
    color: var(--hiz-muted-on-dark);
    margin-bottom: 40px;
}

.cta-buttons {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}

.cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 16px 32px;
    font-size: 16px;
    font-weight: 700;
    border-radius: 12px;
    text-decoration: none;
    transition: none;
    position: relative;
    overflow: hidden;
}

.cta-btn:hover,
.cta-btn:focus {
    color: inherit;
}

.cta-btn::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, transparent 100%);
    opacity: 0;
    transition: none;
}

.cta-btn:hover::before {
    opacity: 0;
}

.cta-btn-primary {
    background: var(--hiz-primary);
    color: white;
    border: 2px solid var(--hiz-primary);
}

.cta-btn-primary:hover {
    background: var(--hiz-primary);
    border-color: var(--hiz-primary);
    transform: none;
    box-shadow: none;
}

.cta-btn-secondary {
    background: transparent;
    color: var(--hiz-text-on-dark);
    border: 2px solid rgba(148, 163, 184, 0.4);
}

.cta-btn-secondary:hover {
    border-color: rgba(148, 163, 184, 0.4);
    color: var(--hiz-text-on-dark);
    transform: none;
}

.cta-btn svg {
    stroke: currentColor;
}

/* ============================================
   RESPONSIVE DESIGN
   ============================================ */

/* Tablet - 768px */
@media (max-width: 959px) {
    .section-title {
        font-size: 34px;
    }

    .about-grid,
    .services-grid,
    .corporate-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .coverage-card {
        grid-template-columns: 1fr;
        padding: 40px;
    }

    .coverage-map {
        height: 300px;
    }
}

/* Mobile - 767px */
@media (max-width: 767px) {
    .hizmetler-section {
        padding: 60px 0;
    }

    .section-title {
        font-size: 28px;
    }

    .section-description {
        font-size: 16px;
    }

    .about-grid,
    .services-grid,
    .corporate-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .about-card,
    .service-card,
    .corporate-card {
        padding: 30px;
    }

    .coverage-card {
        padding: 30px;
        gap: 40px;
    }

    .coverage-title {
        font-size: 28px;
    }

    .coverage-description {
        font-size: 15px;
    }

    .coverage-features {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .coverage-map {
        height: 250px;
    }

    .cta-card {
        padding: 50px 30px;
    }

    .cta-title {
        font-size: 28px;
    }

    .cta-description {
        font-size: 16px;
    }

    .cta-buttons {
        flex-direction: column;
        gap: 15px;
    }

    .cta-btn {
        width: 100%;
        justify-content: center;
    }
}

/* Small Mobile - 479px */
@media (max-width: 479px) {
    .section-title {
        font-size: 24px;
    }
    .about-icon,
    .corporate-icon {
        width: 64px;
        height: 64px;
    }

    .about-icon svg,
    .corporate-icon svg {
        width: 32px;
        height: 32px;
    }

    .featured-grid {
        gap: 20px;
    }
}

/* ============================================
   ÖNE ÇIKAN HİZMETLER
   ============================================ */

.featured-services {
    padding: 80px 0;
    background: var(--hiz-bg-light);
}

.featured-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-top: 50px;
}

.featured-card {
    background: var(--hiz-bg-white);
    border: 2px solid var(--hiz-border);
    border-radius: 20px;
    padding: 40px;
    transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
    position: relative;
    overflow: hidden;
    box-shadow: 0 12px 36px rgba(15, 23, 42, 0.1);
}

.featured-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, #3b82f6 0%, #10b981 100%);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.4s ease;
}

.featured-card:hover::before {
    transform: scaleX(1);
}

.featured-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 24px 50px rgba(15, 23, 42, 0.18);
    border-color: rgba(37, 99, 235, 0.45);
}

.featured-primary:hover {
    border-color: rgba(239, 68, 68, 0.4);
}

.featured-secondary:hover {
    border-color: rgba(59, 130, 246, 0.4);
}

.featured-tertiary:hover {
    border-color: rgba(16, 185, 129, 0.4);
}

.featured-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 24px;
}

.featured-icon {
    width: 72px;
    height: 72px;
    background: rgba(37, 99, 235, 0.08);
    border: 2px solid rgba(148, 163, 184, 0.45);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #2563eb;
    transition: all 0.3s ease;
}

.featured-primary .featured-icon {
    background: rgba(239, 68, 68, 0.1);
    border-color: rgba(239, 68, 68, 0.3);
    color: #ef4444;
}

.featured-secondary .featured-icon {
    background: rgba(59, 130, 246, 0.1);
    border-color: rgba(59, 130, 246, 0.3);
    color: #3b82f6;
}

.featured-tertiary .featured-icon {
    background: rgba(16, 185, 129, 0.1);
    border-color: rgba(16, 185, 129, 0.3);
    color: #10b981;
}

.featured-card:hover .featured-icon {
    transform: scale(1.1) rotate(5deg);
}

.featured-badge {
    padding: 6px 14px;
    background: rgba(59, 130, 246, 0.1);
    border: 1px solid rgba(59, 130, 246, 0.3);
    border-radius: 50px;
    font-size: 12px;
    font-weight: 600;
    color: #3b82f6;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.featured-primary .featured-badge {
    background: rgba(239, 68, 68, 0.1);
    border-color: rgba(239, 68, 68, 0.3);
    color: #ef4444;
}

.featured-secondary .featured-badge {
    background: rgba(59, 130, 246, 0.1);
    border-color: rgba(59, 130, 246, 0.3);
    color: #3b82f6;
}

.featured-tertiary .featured-badge {
    background: rgba(16, 185, 129, 0.1);
    border-color: rgba(16, 185, 129, 0.3);
    color: #10b981;
}

.featured-title {
    font-size: 26px;
    font-weight: 800;
    color: var(--hiz-text-dark);
    margin-bottom: 16px;
    line-height: 1.2;
}

.featured-description {
    font-size: 15px;
    line-height: 1.7;
    color: var(--hiz-text-muted);
    margin-bottom: 24px;
}

.featured-list {
    list-style: none;
    padding: 0;
    margin: 0 0 32px;
}

.featured-list li {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 14px;
    color: var(--hiz-text-muted);
    margin-bottom: 12px;
    padding-left: 4px;
}

.featured-actions {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.featured-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 14px 24px;
    border-radius: 10px;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s;
}

.featured-btn.primary {
    background: linear-gradient(135deg, #ef4444 0%, #dc2626 100%);
    color: white;
}

.featured-btn.primary:hover {
    background: linear-gradient(135deg, #dc2626 0%, #b91c1c 100%);
    transform: translateX(4px);
    box-shadow: 0 8px 20px rgba(239, 68, 68, 0.3);
}

.featured-btn.secondary {
    background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%);
    color: white;
}

.featured-btn.secondary:hover {
    background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%);
    transform: translateX(4px);
    box-shadow: 0 8px 20px rgba(59, 130, 246, 0.3);
}

.featured-btn.tertiary {
    background: linear-gradient(135deg, #10b981 0%, #059669 100%);
    color: white;
}

.featured-btn.tertiary:hover {
    background: linear-gradient(135deg, #059669 0%, #047857 100%);
    transform: translateX(4px);
    box-shadow: 0 8px 20px rgba(16, 185, 129, 0.3);
}

.featured-meta {
    font-size: 13px;
    color: var(--hiz-text-muted);
    text-align: center;
    font-style: italic;
}

/* Featured Services Responsive */
@media (max-width: 959px) {
    .featured-grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }
    
    .featured-card {
        padding: 32px;
    }
    
    .featured-title {
        font-size: 22px;
    }
}

@media (max-width: 767px) {
    .featured-services {
        padding: 60px 0;
    }
    
    .featured-card {
        padding: 28px;
    }
    
    .featured-icon {
        width: 64px;
        height: 64px;
    }
    
    .featured-title {
        font-size: 20px;
    }
    
    .featured-description {
        font-size: 14px;
    }
}

