/* =========================================================
   MODERN UI — Vinç Firması
   ========================================================= */
@import url('../fonts/fonts.css');

:root {
    --primary: #ea580c;
    --primary-2: #fb923c;
    --primary-dark: #c2410c;
    --primary-50: #fff7ed;
    --primary-100: #ffedd5;
    --accent: #fbbf24;
    --accent-2: #ea580c;
    --cyan: #f59e0b;
    --dark: #1c0a02;
    --darker: #120601;
    --text: #1f130a;
    --gray: #78716c;
    --gray-2: #a8a29e;
    --light: #fffaf5;
    --light-2: #fef3e8;
    --white: #fff;
    --border: #f3e8d9;
    --border-2: #e9d8c2;
    --success: #10b981;
    --shadow-sm: 0 1px 3px rgba(15, 23, 42, .06), 0 1px 2px rgba(15, 23, 42, .04);
    --shadow: 0 10px 30px rgba(15, 23, 42, .08), 0 4px 12px rgba(15, 23, 42, .04);
    --shadow-lg: 0 30px 70px -15px rgba(15, 23, 42, .22), 0 10px 25px -10px rgba(15, 23, 42, .10);
    --shadow-glow: 0 0 0 1px rgba(234, 88, 12, .14), 0 18px 40px -12px rgba(234, 88, 12, .35);
    --radius: 14px;
    --radius-lg: 22px;
    --radius-xl: 28px;
    --grad: linear-gradient(135deg, #fbbf24 0%, #ea580c 55%, #9a3412 100%);
    --grad-2: linear-gradient(135deg, #fb923c 0%, #c2410c 100%);
    --grad-accent: linear-gradient(135deg, #fbbf24 0%, #ea580c 100%);
    --grad-cyan: linear-gradient(135deg, #fbbf24 0%, #ea580c 100%);
    --ease: cubic-bezier(.4, 0, .2, 1);
    --ease-out: cubic-bezier(.16, 1, .3, 1);
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0
}

html {
    scroll-behavior: smooth
}

body {
    font-family: 'Inter', system-ui, -apple-system, 'Segoe UI', sans-serif;
    color: var(--text);
    line-height: 1.65;
    background: var(--white);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden;
}

h1,
h2,
h3,
h4 {
    font-family: 'Plus Jakarta Sans', 'Inter', sans-serif;
    letter-spacing: -.02em;
    color: var(--dark);
    font-weight: 800;
    line-height: 1.2
}

img {
    max-width: 100%;
    display: block
}

a {
    color: var(--primary);
    text-decoration: none;
    transition: .25s var(--ease)
}

a:hover {
    color: var(--primary-dark)
}

ul {
    list-style: none
}

.container {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 22px
}

/* Topbar */
.topbar {
    background: var(--grad-accent);
    color: #fff7ec;
    font-size: 13px;
    padding: 9px 0;
    border-bottom: 1px solid rgba(255, 255, 255, .15)
}

.topbar-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px
}

.topbar a {
    color: #fff7ec;
    margin-right: 18px;
    font-weight: 500
}

.topbar a:hover {
    color: #fff
}

.topbar a i {
    margin-right: 6px;
    color: #fff
}

.topbar-right a {
    margin-right: 0;
    margin-left: 14px
}

.topbar-right .wa {
    background: linear-gradient(135deg, #25d366, #128c7e);
    color: #fff;
    padding: 5px 14px;
    border-radius: 30px;
    margin-left: 10px;
    font-weight: 600
}

.d-md {
    display: none
}

@media(min-width:768px) {
    .d-md {
        display: inline-block
    }
}

/* Header */
.header {
    background: rgba(255, 255, 255, .85);
    backdrop-filter: saturate(180%) blur(20px);
    -webkit-backdrop-filter: saturate(180%) blur(20px);
    border-bottom: 1px solid rgba(15, 40, 90, .06);
    position: sticky;
    top: 0;
    z-index: 100
}

.header-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 24px;
    padding: 14px 22px;
    flex-wrap: wrap
}

.header-inner .nav {
    margin-left: auto;
    justify-content: flex-end
}

.header-inner .nav .btn-cta {
    margin-left: 8px
}

.logo {
    display: flex;
    align-items: center;
    gap: 12px;
    font-weight: 800;
    font-size: 18px;
    color: var(--dark)
}

.logo .logo-ic {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background: var(--grad);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 20px;
    box-shadow: 0 8px 20px rgba(30, 95, 217, .35)
}

.logo span {
    max-width: 240px;
    line-height: 1.2;
    font-family: 'Plus Jakarta Sans', sans-serif;
    letter-spacing: -.01em
}

.nav {
    display: flex;
    align-items: center;
    gap: 2px
}

.nav>a,
.dropdown>a {
    padding: 9px 11px;
    color: var(--text);
    font-weight: 600;
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 14px;
    position: relative
}

.nav>a:hover,
.dropdown>a:hover {
    background: var(--primary-50);
    color: var(--primary)
}

.btn-cta {
    background: var(--grad-accent) !important;
    color: var(--dark) !important;
    padding: 11px 22px !important;
    border-radius: 30px;
    font-weight: 700;
    box-shadow: 0 8px 20px rgba(245, 158, 11, .3);
    transition: .25s var(--ease)
}

.btn-cta:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 28px rgba(245, 158, 11, .45);
    color: var(--dark) !important
}

.dropdown {
    position: relative
}

/* G\u00f6r\u00fcnmez k\u00f6pr\u00fc: link ile dropdown aras\u0131 14px bo\u015fluk hover'\u0131 kaybetmesin */
.dropdown::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    height: 18px;
    z-index: 49
}

.dropdown>a {
    display: inline-flex;
    align-items: center;
    gap: 6px
}

.dropdown>a .fa-chevron-down {
    font-size: 10px;
    transition: transform .3s var(--ease)
}

.dropdown:hover>a .fa-chevron-down {
    transform: rotate(180deg)
}

.dropdown-menu {
    position: absolute;
    top: calc(100% + 14px);
    left: 50%;
    transform: translateX(-50%) translateY(-6px);
    background: rgba(255, 255, 255, .96);
    backdrop-filter: saturate(180%) blur(18px);
    -webkit-backdrop-filter: saturate(180%) blur(18px);
    min-width: 300px;
    box-shadow: 0 24px 60px -12px rgba(15, 23, 42, .25), 0 0 0 1px rgba(234, 88, 12, .08);
    border-radius: 16px;
    padding: 10px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    z-index: 50;
    border: 0;
    transition: opacity .25s var(--ease), transform .3s var(--ease), visibility .25s
}

.dropdown-menu::before {
    content: "";
    position: absolute;
    top: -7px;
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
    width: 14px;
    height: 14px;
    background: rgba(255, 255, 255, .96);
    border-top-left-radius: 3px;
    box-shadow: -1px -1px 0 rgba(234, 88, 12, .08)
}

.dropdown-menu::after {
    content: "";
    position: absolute;
    top: 0;
    left: 14px;
    right: 14px;
    height: 3px;
    background: var(--grad-accent);
    border-radius: 3px
}

.dropdown:hover .dropdown-menu,
.dropdown:focus-within .dropdown-menu {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateX(-50%) translateY(0)
}

.dropdown-menu a {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 11px 14px;
    color: #1f2937;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 600;
    position: relative;
    transition: background .2s var(--ease), color .2s var(--ease), padding .2s var(--ease)
}

.dropdown-menu a::before {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--grad-accent);
    opacity: 0;
    transform: scale(.5);
    transition: .2s var(--ease)
}

.dropdown-menu a:hover {
    background: linear-gradient(90deg, rgba(251, 191, 36, .12), rgba(234, 88, 12, .06));
    color: #ea580c;
    padding-left: 18px
}

.dropdown-menu a:hover::before {
    opacity: 1;
    transform: scale(1)
}

/* Mega: çok öğeli dropdown'ları 2 sütuna serer (Makinalarımız vs.) */
.dropdown-menu:has(> a:nth-child(7)) {
    min-width: 520px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2px
}

@keyframes fadeDown {
    from {
        opacity: 0;
        transform: translateY(-6px)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.nav-toggle {
    display: none;
    background: none;
    border: 0;
    font-size: 26px;
    color: var(--dark);
    cursor: pointer
}

@media(max-width:960px) {
    .nav-toggle {
        display: block
    }

    .nav {
        display: none;
        flex-direction: column;
        width: 100%;
        margin-top: 14px;
        align-items: stretch;
        gap: 2px
    }

    .nav.open {
        display: flex
    }

    .nav>a,
    .dropdown>a {
        padding: 13px 14px;
        border-bottom: 1px solid var(--border);
        border-radius: 0
    }

    .dropdown-menu {
        position: static;
        display: block;
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        transform: none;
        box-shadow: none;
        padding-left: 18px;
        border: 0;
        background: transparent;
        backdrop-filter: none;
        min-width: 0
    }

    .dropdown-menu::before,
    .dropdown-menu::after {
        display: none
    }

    .dropdown::after {
        display: none
    }

    .dropdown-menu:has(> a:nth-child(7)) {
        grid-template-columns: 1fr;
        min-width: 0
    }
}

/* Hero */
.hero {
    position: relative;
    background: var(--grad);
    color: #fff;
    padding: 110px 0 130px;
    overflow: hidden;
    isolation: isolate
}

.hero::before,
.hero::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    filter: blur(80px);
    opacity: .4;
    z-index: -1
}

.hero::before {
    width: 520px;
    height: 520px;
    background: #fb923c;
    top: -180px;
    right: -120px;
    animation: float 12s ease-in-out infinite
}

.hero::after {
    width: 420px;
    height: 420px;
    background: #fbbf24;
    bottom: -160px;
    left: -80px;
    opacity: .25;
    animation: float 14s ease-in-out infinite reverse
}

@keyframes float {

    0%,
    100% {
        transform: translate(0, 0)
    }

    50% {
        transform: translate(30px, 40px)
    }
}

.hero-inner {
    position: relative;
    display: grid;
    grid-template-columns: 1.15fr 1fr;
    gap: 60px;
    align-items: center;
    z-index: 2
}

.hero .hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(255, 255, 255, .12);
    border: 1px solid rgba(255, 255, 255, .2);
    backdrop-filter: blur(10px);
    padding: 8px 16px;
    border-radius: 30px;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #fff
}

.hero .hero-badge i {
    color: var(--accent)
}

.hero h1 {
    font-size: 54px;
    line-height: 1.05;
    margin-bottom: 22px;
    color: #fff
}

.hero h1 span {
    background: var(--grad-accent);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    display: inline-block
}

.hero p {
    font-size: 18px;
    margin-bottom: 32px;
    opacity: .92;
    max-width: 560px
}

.hero-buttons {
    display: flex;
    gap: 14px;
    flex-wrap: wrap
}

.btn {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    padding: 14px 28px;
    border-radius: 30px;
    font-weight: 700;
    border: 0;
    cursor: pointer;
    font-size: 15px;
    transition: .3s var(--ease);
    text-decoration: none
}

.btn-primary {
    background: var(--grad-accent);
    color: var(--dark);
    box-shadow: 0 12px 28px rgba(245, 158, 11, .4)
}

.btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 18px 40px rgba(245, 158, 11, .55);
    color: var(--dark)
}

.btn-outline {
    background: rgba(255, 255, 255, .08);
    color: #fff;
    border: 1.5px solid rgba(255, 255, 255, .3);
    backdrop-filter: blur(10px)
}

.btn-outline:hover {
    background: #fff;
    color: var(--primary);
    border-color: #fff;
    transform: translateY(-3px)
}

.hero-visual {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 420px
}

.hero-visual .ic-main {
    font-size: 300px;
    color: rgba(255, 255, 255, .92);
    filter: drop-shadow(0 30px 50px rgba(0, 0, 0, .35));
    animation: floatY 6s ease-in-out infinite
}

@keyframes floatY {

    0%,
    100% {
        transform: translateY(0)
    }

    50% {
        transform: translateY(-15px)
    }
}

.hero-visual .float-card {
    position: absolute;
    background: rgba(255, 255, 255, .95);
    color: var(--text);
    padding: 14px 18px;
    border-radius: 14px;
    box-shadow: var(--shadow-lg);
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 13px;
    font-weight: 600;
    backdrop-filter: blur(10px)
}

.hero-visual .float-card i {
    width: 34px;
    height: 34px;
    border-radius: 10px;
    background: var(--primary-50);
    color: var(--primary);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px
}

.hero-visual .fc-1 {
    top: 30px;
    left: -10px;
    animation: floatY 5s ease-in-out infinite
}

.hero-visual .fc-2 {
    bottom: 80px;
    right: -10px;
    animation: floatY 6s ease-in-out infinite .5s
}

.hero-visual .fc-3 {
    bottom: 10px;
    left: 40px;
    animation: floatY 7s ease-in-out infinite 1s
}

@media(max-width:960px) {
    .hero {
        padding: 60px 0 80px
    }

    .hero-inner {
        grid-template-columns: 1fr;
        gap: 40px
    }

    .hero h1 {
        font-size: 34px
    }

    .hero-visual {
        min-height: 280px
    }

    .hero-visual .ic-main {
        font-size: 200px
    }

    .hero-visual .float-card {
        font-size: 11px;
        padding: 10px 14px
    }
}

/* Sections */
.section {
    padding: 50px 0;
    position: relative
}

.section-light {
    background: var(--light)
}

.section-header {
    text-align: center;
    max-width: 720px;
    margin: 0 auto 36px
}

.section-header span.tag {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: var(--primary-50);
    color: var(--primary);
    padding: 7px 18px;
    border-radius: 30px;
    font-size: 12.5px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 18px
}

.section-header span.tag::before {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--primary)
}

.section-header h2 {
    font-size: 42px;
    margin-bottom: 16px
}

.section-header p {
    color: var(--gray);
    font-size: 17px
}

@media(max-width:768px) {
    .section {
        padding: 60px 0
    }

    .section-header h2 {
        font-size: 28px
    }

    .section-header p {
        font-size: 15px
    }
}

/* Cards grid */
.grid {
    display: grid;
    gap: 26px
}

.grid-3 {
    grid-template-columns: repeat(3, 1fr)
}

.grid-4 {
    grid-template-columns: repeat(4, 1fr)
}

@media(max-width:960px) {

    .grid-3,
    .grid-4 {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media(max-width:560px) {

    .grid-3,
    .grid-4 {
        grid-template-columns: 1fr
    }
}

/* Generic card */
.card {
    background: #fff;
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-sm);
    overflow: hidden;
    transition: .4s var(--ease);
    display: flex;
    flex-direction: column;
    border: 1px solid var(--border);
    position: relative
}

.card:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow-lg);
    border-color: transparent
}

.card-img {
    aspect-ratio: 16/10;
    background: linear-gradient(135deg, var(--primary-50), #e0ebff);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: relative
}

.card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .6s var(--ease)
}

.card:hover .card-img img {
    transform: scale(1.08)
}

.card-img i {
    font-size: 64px;
    color: var(--primary);
    opacity: .45
}

.card-img::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 60%, rgba(11, 21, 48, .15));
    opacity: 0;
    transition: .4s
}

.card:hover .card-img::after {
    opacity: 1
}

.card-body {
    padding: 24px;
    flex: 1;
    display: flex;
    flex-direction: column
}

.card-body h3 {
    font-size: 19px;
    margin-bottom: 12px
}

.card-body p {
    color: var(--gray);
    font-size: 14.5px;
    margin-bottom: 16px;
    flex: 1;
    line-height: 1.6
}

.card-meta {
    display: flex;
    gap: 14px;
    font-size: 13px;
    color: var(--gray);
    margin-bottom: 14px;
    flex-wrap: wrap
}

.card-meta span {
    display: inline-flex;
    align-items: center;
    gap: 6px
}

.card-meta span i {
    color: var(--primary)
}

.card-link {
    color: var(--primary);
    font-weight: 700;
    font-size: 14px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: auto;
    transition: .25s
}

.card-link:hover {
    gap: 14px;
    color: var(--primary-dark)
}

/* Service icon card */
.svc-card {
    background: #fff;
    border-radius: var(--radius-lg);
    padding: 36px 28px;
    text-align: center;
    box-shadow: var(--shadow-sm);
    transition: .4s var(--ease);
    border: 1px solid var(--border);
    position: relative;
    overflow: hidden
}

.svc-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: var(--grad-accent);
    transform: scaleX(0);
    transform-origin: left;
    transition: .4s var(--ease)
}

.svc-card:hover {
    transform: translateY(-10px);
    box-shadow: var(--shadow-lg);
    border-color: transparent
}

.svc-card:hover::before {
    transform: scaleX(1)
}

.svc-icon {
    width: 78px;
    height: 78px;
    border-radius: 20px;
    background: var(--primary-50);
    color: var(--primary);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    margin: 0 auto 22px;
    transition: .4s var(--ease);
    position: relative
}

.svc-icon::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 20px;
    background: var(--grad);
    opacity: 0;
    transition: .4s var(--ease)
}

.svc-card:hover .svc-icon {
    color: #fff;
    transform: rotate(-6deg) scale(1.05)
}

.svc-card:hover .svc-icon::after {
    opacity: 1
}

.svc-card:hover .svc-icon i {
    position: relative;
    z-index: 1
}

.svc-card h3 {
    font-size: 19px;
    margin-bottom: 12px
}

.svc-card p {
    color: var(--gray);
    font-size: 14.5px;
    margin-bottom: 18px;
    line-height: 1.65
}

/* Stats */
.stats {
    background: var(--grad);
    color: #fff;
    padding: 80px 0;
    position: relative;
    overflow: hidden
}

.stats::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 20% 50%, rgba(251, 191, 36, .15), transparent 50%), radial-gradient(circle at 80% 50%, rgba(251, 146, 60, .2), transparent 50%);
    pointer-events: none
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    text-align: center;
    position: relative;
    z-index: 1
}

.stat-item {
    padding: 20px
}

.stat-num {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 54px;
    font-weight: 800;
    background: var(--grad-accent);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    line-height: 1
}

.stat-lbl {
    font-size: 13px;
    opacity: .85;
    margin-top: 10px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase
}

@media(max-width:600px) {
    .stats-grid {
        grid-template-columns: repeat(2, 1fr)
    }

    .stat-num {
        font-size: 38px
    }
}

/* About preview */
.about-preview {
    display: grid;
    grid-template-columns: 1fr 1.05fr;
    gap: 60px;
    align-items: center
}

.about-visual {
    border-radius: var(--radius-lg);
    background: linear-gradient(135deg, var(--primary-50), #ffedd5);
    min-height: 420px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden
}

.about-visual::before {
    content: "";
    position: absolute;
    width: 280px;
    height: 280px;
    border-radius: 50%;
    background: rgba(30, 95, 217, .1);
    top: -80px;
    right: -80px
}

.about-visual::after {
    content: "";
    position: absolute;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background: rgba(251, 191, 36, .15);
    bottom: -60px;
    left: -60px
}

.about-visual i {
    font-size: 220px;
    color: var(--primary);
    opacity: .4;
    z-index: 1;
    position: relative
}

.about-preview h2 {
    font-size: 38px;
    margin-bottom: 18px
}

.about-preview .lead {
    color: var(--gray);
    font-size: 17px;
    margin-bottom: 22px
}

.about-preview .features {
    margin: 24px 0 30px
}

.about-preview .features li {
    padding: 10px 0;
    display: flex;
    align-items: center;
    gap: 12px;
    font-weight: 500
}

.about-preview .features i {
    color: var(--primary);
    background: var(--primary-50);
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0
}

@media(max-width:960px) {
    .about-preview {
        grid-template-columns: 1fr
    }

    .about-preview h2 {
        font-size: 26px
    }

    .about-visual {
        min-height: 280px
    }

    .about-visual i {
        font-size: 140px
    }
}

/* CTA banner */
.cta-banner {
    background: var(--grad-accent);
    padding: 60px 0;
    color: var(--dark);
    position: relative;
    overflow: hidden
}

.cta-banner::before {
    content: "";
    position: absolute;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .15);
    top: -150px;
    right: -100px
}

.cta-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
    flex-wrap: wrap;
    position: relative;
    z-index: 1
}

.cta-inner h2 {
    font-size: 32px;
    color: var(--dark)
}

.cta-inner p {
    font-size: 16px;
    margin-top: 8px;
    opacity: .85
}

/* Page header */
.page-head {
    background: var(--grad-accent);
    color: #fff;
    padding: 36px 0 30px;
    text-align: center;
    position: relative;
    overflow: hidden
}

.page-head::before {
    content: none
}

.page-head h1 {
    font-size: 44px;
    margin-bottom: 14px;
    color: #fff;
    position: relative;
    z-index: 1
}

.breadcrumb {
    font-size: 14px;
    opacity: .92;
    position: relative;
    z-index: 1
}

.breadcrumb a {
    color: var(--accent);
    font-weight: 600
}

@media(max-width:768px) {
    .page-head {
        padding: 50px 0 40px
    }

    .page-head h1 {
        font-size: 30px
    }
}

/* Forms */
.form-card {
    background: #fff;
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow);
    padding: 38px;
    border: 1px solid var(--border)
}

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
    margin-bottom: 14px
}

@media(max-width:600px) {
    .form-row {
        grid-template-columns: 1fr
    }
}

.form-group {
    margin-bottom: 16px
}

.form-group label {
    display: block;
    font-weight: 600;
    margin-bottom: 8px;
    font-size: 14px;
    color: var(--text)
}

.form-control {
    width: 100%;
    padding: 13px 16px;
    border: 1.5px solid var(--border);
    border-radius: 12px;
    font-size: 15px;
    font-family: inherit;
    transition: .25s var(--ease);
    background: #fafbfd
}

.form-control:focus {
    outline: 0;
    border-color: var(--primary);
    box-shadow: 0 0 0 4px var(--primary-50);
    background: #fff
}

textarea.form-control {
    min-height: 140px;
    resize: vertical
}

.alert {
    padding: 14px 18px;
    border-radius: 12px;
    margin-bottom: 18px;
    font-size: 14px;
    font-weight: 500
}

.alert-success {
    background: #dcfce7;
    color: #166534;
    border: 1px solid #86efac
}

.alert-error {
    background: #fee2e2;
    color: #b91c1c;
    border: 1px solid #fca5a5
}

/* Contact */
.contact-grid {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 40px
}

@media(max-width:960px) {
    .contact-grid {
        grid-template-columns: 1fr
    }
}

.info-box {
    background: #fff;
    border-radius: var(--radius);
    padding: 22px;
    box-shadow: var(--shadow-sm);
    margin-bottom: 14px;
    display: flex;
    gap: 16px;
    align-items: flex-start;
    border: 1px solid var(--border);
    transition: .3s var(--ease)
}

.info-box:hover {
    transform: translateX(6px);
    box-shadow: var(--shadow);
    border-color: transparent
}

.info-box .ic {
    width: 50px;
    height: 50px;
    border-radius: 14px;
    background: var(--primary-50);
    color: var(--primary);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    flex-shrink: 0
}

.info-box h4 {
    font-size: 15px;
    margin-bottom: 4px;
    color: var(--dark)
}

.info-box p,
.info-box a {
    color: var(--gray);
    font-size: 14px
}

.info-box a:hover {
    color: var(--primary)
}

/* Footer */
.footer {
    background: var(--grad-accent);
    color: #0b0b0b;
    padding: 10px 0 0;
    margin-top: 0;
    position: relative;
    overflow: hidden
}

.footer::before {
    content: "";
    position: absolute;
    width: 500px;
    height: 500px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .18);
    filter: blur(120px);
    top: -200px;
    left: -100px;
    pointer-events: none
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.3fr 0.9fr 1.2fr 1.1fr;
    gap: 32px;
    padding-bottom: 50px;
    position: relative
}

@media(max-width:960px) {
    .footer-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 36px
    }
}

@media(max-width:560px) {
    .footer-grid {
        grid-template-columns: 1fr
    }
}

.f-title {
    color: #0b0b0b;
    font-size: 16px;
    margin-bottom: 22px;
    position: relative;
    padding-bottom: 12px;
    font-family: 'Plus Jakarta Sans', sans-serif
}

.f-title::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 3px;
    background: #0b0b0b;
    border-radius: 3px
}

.footer p {
    font-size: 14px;
    margin-bottom: 16px;
    line-height: 1.75
}

.f-links li,
.f-contact li {
    padding: 7px 0;
    font-size: 14px
}

.f-links a {
    color: #0b0b0b;
    transition: .25s
}

.f-links a:hover {
    color: #fff;
    padding-left: 8px
}

.f-links a i {
    margin-right: 8px;
    width: 16px;
    text-align: center;
    opacity: .85;
}

.f-contact i {
    color: #0b0b0b;
    margin-right: 10px;
    width: 16px
}

.f-contact a {
    color: #0b0b0b
}

.f-contact a:hover {
    color: #fff
}

.socials a {
    display: inline-flex;
    width: 40px;
    height: 40px;
    border-radius: 12px;
    background: rgba(0, 0, 0, .12);
    color: #0b0b0b;
    align-items: center;
    justify-content: center;
    margin-right: 8px;
    transition: .3s var(--ease)
}

.socials a:hover {
    background: #0b0b0b;
    color: #fff;
    transform: translateY(-3px)
}

.footer-bottom {
    border-top: 1px solid rgba(0, 0, 0, .15);
    padding: 22px 0;
    font-size: 13px;
    text-align: center;
    color: #0b0b0b
}

/* WhatsApp float */
.wa-float {
    position: fixed;
    bottom: 26px;
    right: 26px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: linear-gradient(135deg, #25d366, #128c7e);
    color: #fff !important;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    box-shadow: 0 12px 30px rgba(37, 211, 102, .45);
    z-index: 99
}

.wa-float::before {
    content: "";
    position: absolute;
    inset: -4px;
    border-radius: 50%;
    background: #25d366;
    opacity: .4;
    animation: pulse 2s infinite;
    z-index: -1
}

@keyframes pulse {
    0% {
        transform: scale(.95);
        opacity: .6
    }

    70% {
        transform: scale(1.3);
        opacity: 0
    }

    100% {
        transform: scale(.95);
        opacity: 0
    }
}

/* Detail */
.detail-grid {
    display: grid;
    grid-template-columns: 1.6fr 1fr;
    gap: 40px
}

@media(max-width:960px) {
    .detail-grid {
        grid-template-columns: 1fr
    }
}

.detail-img {
    border-radius: var(--radius-lg);
    overflow: hidden;
    background: linear-gradient(135deg, var(--primary-50), #ffedd5);
    min-height: 360px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: var(--shadow)
}

.detail-img i {
    font-size: 160px;
    color: var(--primary);
    opacity: .4
}

.detail-img img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.detail-body {
    background: #fff;
    padding: 36px;
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-sm);
    border: 1px solid var(--border)
}

.detail-body h1,
.detail-body h2 {
    font-size: 28px;
    margin-bottom: 16px
}

.detail-body p {
    margin-bottom: 14px;
    color: #3a4566;
    line-height: 1.8
}

.sidebar-box {
    background: #fff;
    padding: 26px;
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-sm);
    margin-bottom: 20px;
    border: 1px solid var(--border)
}

.sidebar-box h4 {
    margin-bottom: 16px;
    padding-bottom: 12px;
    border-bottom: 2px solid var(--primary-50);
    font-size: 17px
}

.sidebar-box ul li {
    padding: 10px 0;
    border-bottom: 1px solid var(--border)
}

.sidebar-box ul li:last-child {
    border-bottom: 0
}

.sidebar-box ul li a {
    color: var(--text);
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: .25s
}

.sidebar-box ul li a:hover {
    color: var(--primary);
    transform: translateX(4px)
}

/* Filter */
.filter-bar {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 36px
}

.filter-bar button {
    background: #fff;
    border: 1.5px solid var(--border);
    padding: 9px 22px;
    border-radius: 30px;
    cursor: pointer;
    font-weight: 600;
    font-size: 14px;
    transition: .25s var(--ease);
    color: var(--text);
    font-family: inherit
}

.filter-bar button.active,
.filter-bar button:hover {
    background: var(--grad);
    color: #fff;
    border-color: transparent;
    box-shadow: 0 8px 20px rgba(30, 95, 217, .25)
}

/* Reveal animation */
@media(prefers-reduced-motion:no-preference) {
    .reveal {
        opacity: 0;
        transform: translateY(24px);
        transition: .7s var(--ease)
    }

    .reveal.in {
        opacity: 1;
        transform: none
    }
}

/* ===== SLIDER ===== */
.slider {
    position: relative;
    height: 600px;
    max-height: 90vh;
    overflow: hidden;
    background: var(--grad-accent)
}

.slider-track {
    position: relative;
    width: 100%;
    height: 100%
}

.slider .slide {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    background-color: #ea580c;
    background-image: var(--grad-accent);
    background-size: contain;
    background-position: right center;
    background-repeat: no-repeat;
    opacity: 0;
    visibility: hidden;
    transition: opacity .9s var(--ease), visibility .9s;
    z-index: 1
}

/* Sol tarafta yazıların okunması için karanlık gradient overlay */
.slider .slide::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(120, 53, 15, .85) 0%, rgba(120, 53, 15, .70) 35%, rgba(120, 53, 15, .35) 60%, rgba(120, 53, 15, .05) 100%);
    z-index: 2;
    pointer-events: none
}

@media (max-width: 768px) {
    .slider .slide {
        background-position: right -120px center;
        background-size: auto 80%
    }

    .slider .slide::before {
        background: linear-gradient(180deg, rgba(120, 53, 15, .70) 0%, rgba(120, 53, 15, .88) 100%)
    }
}

.slider .slide.active {
    opacity: 1;
    visibility: visible;
    z-index: 2
}

.slider .slide-inner {
    position: relative;
    z-index: 3;
    color: #0b0b0b;
    width: 100%
}

.slider .slide-content {
    max-width: 760px
}

.slider .slide-content .hero-badge {
    transform: translateY(20px);
    opacity: 0;
    transition: .7s var(--ease) .3s
}

.slider .slide-content h1 {
    font-size: 56px;
    color: #0b0b0b;
    margin: 18px 0 18px;
    line-height: 1.08;
    transform: translateY(30px);
    opacity: 0;
    transition: .8s var(--ease) .4s
}

.slider .slide-content p {
    font-size: 19px;
    opacity: 0;
    max-width: 620px;
    margin-bottom: 30px;
    transform: translateY(30px);
    transition: .8s var(--ease) .55s;
    color: #fff
}

.slider .slide-content .hero-buttons {
    transform: translateY(30px);
    opacity: 0;
    transition: .8s var(--ease) .7s
}

.slider .slide.active .hero-badge,
.slider .slide.active h1,
.slider .slide.active p,
.slider .slide.active .hero-buttons {
    transform: none;
    opacity: 1
}

.slider .slide.active p {
    opacity: .95
}

.slider-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 54px;
    height: 54px;
    border-radius: 50%;
    border: 0;
    background: rgba(255, 255, 255, .15);
    backdrop-filter: blur(10px);
    color: #fff;
    font-size: 18px;
    cursor: pointer;
    z-index: 5;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .3s var(--ease)
}

.slider-arrow:hover {
    background: var(--grad-accent);
    color: var(--dark);
    transform: translateY(-50%) scale(1.08)
}

.slider-arrow.prev {
    left: 24px
}

.slider-arrow.next {
    right: 24px
}

.slider-dots {
    position: absolute;
    bottom: 28px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 10px;
    z-index: 5
}

.slider-dots button {
    width: 36px;
    height: 6px;
    border-radius: 6px;
    border: 0;
    background: rgba(255, 255, 255, .4);
    cursor: pointer;
    transition: .3s var(--ease);
    padding: 0
}

.slider-dots button.active {
    background: var(--accent);
    width: 54px
}

.slider-dots button:hover {
    background: #fff
}

@media(max-width:768px) {
    .slider {
        height: 480px
    }

    .slider .slide-content h1 {
        font-size: 32px
    }

    .slider .slide-content p {
        font-size: 15px
    }

    .slider-arrow {
        width: 42px;
        height: 42px;
        font-size: 14px
    }

    .slider-arrow.prev {
        left: 10px
    }

    .slider-arrow.next {
        right: 10px
    }
}

/* HTML editor output styling on home about section */
.about-preview .about-text {
    color: var(--gray);
    font-size: 17px;
    margin-bottom: 8px
}

.about-preview .about-text p {
    margin-bottom: 14px
}

.about-preview .features-html {
    margin: 16px 0 28px
}

.about-preview .features-html ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.about-preview .features-html ol {
    padding-left: 18px;
    margin: 0
}

.about-preview .features-html li {
    padding: 10px 0;
    display: flex;
    align-items: center;
    gap: 12px;
    font-weight: 500
}

.about-preview .features-html ul li::before {
    content: "\f00c";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: var(--primary);
    background: var(--primary-50);
    min-width: 36px;
    height: 36px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    flex-shrink: 0
}

/* ========== EKLEMELER (v2) ========== */

/* Theme toggle button */
.theme-toggle {
    background: #f1f5f9;
    border: 1px solid #e2e8f0;
    color: #1c0a02;
    width: 38px;
    height: 38px;
    border-radius: 10px;
    cursor: pointer;
    font-size: 14px;
    transition: .2s;
    margin-left: 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center
}

.theme-toggle:hover {
    background: #e2e8f0;
    color: #ea580c
}

html.dark .theme-toggle {
    background: rgba(255, 255, 255, .08);
    border-color: rgba(255, 255, 255, .18);
    color: #fbbf24
}

/* Dark mode */
html.dark {
    color-scheme: dark
}

html.dark body {
    background: #1c0a02;
    color: #e2e8f0
}

html.dark .section {
    background: #1c0a02
}

html.dark .section.alt,
html.dark .bg-soft {
    background: #111c3a
}

html.dark .card,
html.dark .svc-card,
html.dark .info-box,
html.dark .ref-card,
html.dark .fleet-card,
html.dark .card-post,
html.dark .faq-item,
html.dark .post-detail {
    background: #16234a;
    color: #e2e8f0;
    border-color: #1f2d57
}

html.dark .topbar {
    background: #070d1f
}

html.dark h1,
html.dark h2,
html.dark h3,
html.dark h4 {
    color: #fff
}

html.dark .muted,
html.dark p {
    color: #a3aed0
}

html.dark .form-control,
html.dark input,
html.dark textarea,
html.dark select {
    background: #0f1a3a;
    color: #e2e8f0;
    border-color: #1f2d57
}

html.dark .footer {
    background: #070d1f
}

html.dark .breadcrumb a {
    color: #9ec0ff
}

/* Lightbox */
.lb {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, .92);
    z-index: 9999;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 20px;
    cursor: zoom-out
}

.lb.open {
    display: flex;
    animation: fadeIn .2s
}

.lb img {
    max-width: 95vw;
    max-height: 92vh;
    border-radius: 8px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, .5)
}

.lb-close {
    position: absolute;
    top: 20px;
    right: 30px;
    color: #fff;
    font-size: 42px;
    cursor: pointer;
    line-height: 1
}

@keyframes fadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

/* Back to top */
.back-to-top {
    position: fixed;
    bottom: 100px;
    right: 26px;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: var(--primary);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: .25s;
    z-index: 998;
    box-shadow: 0 6px 18px rgba(30, 95, 217, .4)
}

.back-to-top.show {
    opacity: 1;
    visibility: visible;
    transform: none
}

.back-to-top:hover {
    background: var(--dark)
}

/* Blog kartları */
.card-post {
    background: #fff;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 4px 14px rgba(11, 21, 48, .06);
    transition: .3s;
    display: flex;
    flex-direction: column
}

.card-post:hover {
    transform: translateY(-4px);
    box-shadow: 0 14px 30px rgba(11, 21, 48, .12)
}

.card-post-img {
    display: block;
    height: 200px;
    overflow: hidden;
    position: relative
}

.card-post-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .4s
}

.card-post:hover .card-post-img img {
    transform: scale(1.06)
}

.card-post-body {
    padding: 20px;
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 8px
}

.card-post-cat {
    display: inline-block;
    background: #ffedd5;
    color: #c2410c;
    padding: 3px 10px;
    border-radius: 20px;
    font-size: 11px;
    font-weight: 600;
    text-decoration: none;
    align-self: flex-start
}

.card-post-body h3 {
    font-size: 18px;
    line-height: 1.35;
    margin: 4px 0
}

.card-post-body h3 a {
    color: var(--dark);
    text-decoration: none
}

.card-post-body h3 a:hover {
    color: var(--primary)
}

.card-post-meta {
    margin-top: auto;
    display: flex;
    gap: 14px;
    color: #94a3b8;
    font-size: 12px;
    padding-top: 10px;
    border-top: 1px solid #f1f5f9
}

/* Blog detay */
.post-detail {
    background: #fff;
    border-radius: 14px;
    padding: 30px;
    box-shadow: 0 4px 14px rgba(11, 21, 48, .06)
}

.post-cover {
    width: 100%;
    border-radius: 10px;
    margin-bottom: 20px
}

.post-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    color: #94a3b8;
    font-size: 13px;
    margin-bottom: 20px;
    align-items: center
}

.post-content {
    font-size: 16px;
    line-height: 1.85;
    color: #334155
}

.post-content h2,
.post-content h3 {
    margin: 30px 0 14px;
    color: var(--dark)
}

.post-content p {
    margin-bottom: 16px
}

.post-content img {
    max-width: 100%;
    border-radius: 8px;
    margin: 18px 0
}

.post-content blockquote {
    border-left: 4px solid var(--primary);
    padding: 10px 18px;
    background: #f8fafc;
    border-radius: 6px;
    font-style: italic;
    margin: 18px 0
}

.share-bar {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid #e2e8f0
}

.share-bar a {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: #f1f5f9;
    color: #475569;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: .2s
}

.share-bar a:hover {
    background: var(--primary);
    color: #fff
}

/* FAQ accordion */
.faq-list {
    display: flex;
    flex-direction: column;
    gap: 10px
}

.faq-item {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    overflow: hidden;
    transition: .2s
}

.faq-item[open] {
    border-color: var(--primary);
    box-shadow: 0 4px 14px rgba(30, 95, 217, .1)
}

.faq-item summary {
    padding: 18px 22px;
    cursor: pointer;
    font-weight: 600;
    color: var(--dark);
    display: flex;
    justify-content: space-between;
    align-items: center;
    list-style: none
}

.faq-item summary::-webkit-details-marker {
    display: none
}

.faq-item summary i {
    transition: .3s;
    color: var(--primary)
}

.faq-item[open] summary i {
    transform: rotate(180deg)
}

.faq-answer {
    padding: 0 22px 18px;
    color: #475569;
    line-height: 1.7
}

/* Page hero (basit başlık) */
.page-hero {
    background: var(--grad-accent);
    color: #fff;
    padding: 28px 0 26px;
    margin-bottom: 0
}

.page-hero h1 {
    color: #fff;
    font-size: 30px;
    margin: 0 0 6px
}

.page-hero .breadcrumb {
    color: rgba(255, 255, 255, .75);
    font-size: 14px
}

.page-hero .breadcrumb a {
    color: #fff;
    text-decoration: none;
    opacity: .85
}

/* Search bar */
.search-bar {
    display: flex;
    gap: 8px;
    max-width: 500px;
    margin: 0 auto
}

.search-bar input {
    flex: 1;
    padding: 11px 16px;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    font-size: 14px
}

/* Testimonials section */
.testimonials-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 24px;
    margin-top: 30px
}

.testimonial {
    background: #fff;
    border-radius: 14px;
    padding: 26px;
    box-shadow: 0 4px 14px rgba(11, 21, 48, .06);
    position: relative
}

.testimonial::before {
    content: '\201C';
    position: absolute;
    top: 6px;
    right: 18px;
    font-size: 80px;
    color: #e2e8f0;
    font-family: Georgia, serif;
    line-height: 1
}

.testimonial-stars {
    color: #fbbf24;
    margin-bottom: 10px;
    font-size: 14px
}

.testimonial-text {
    color: #475569;
    line-height: 1.7;
    font-size: 15px;
    margin-bottom: 18px;
    position: relative;
    z-index: 1
}

.testimonial-author {
    display: flex;
    align-items: center;
    gap: 12px;
    border-top: 1px solid #f1f5f9;
    padding-top: 14px
}

.testimonial-author img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover
}

.testimonial-author .ta-icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: var(--grad);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px
}

.testimonial-author strong {
    display: block;
    color: var(--dark);
    font-size: 15px
}

.testimonial-author small {
    color: #94a3b8;
    font-size: 12px
}

/* Service gallery */
.svc-gallery {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    gap: 10px;
    margin-top: 20px
}

.svc-gallery img {
    width: 100%;
    height: 140px;
    object-fit: cover;
    border-radius: 8px;
    cursor: zoom-in;
    transition: .2s
}

.svc-gallery img:hover {
    transform: scale(1.04)
}

/* Admin sortable */
.sortable tr.sortable-ghost {
    opacity: .4;
    background: #ffedd5
}

.sortable tr.sortable-chosen {
    background: #f0f9ff
}

/* === v3: Anasayfa "Neden Biz?" === */
.features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 24px;
    margin-top: 30px
}

.feature-item {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    padding: 28px 24px;
    transition: .3s;
    text-align: left
}

.feature-item:hover {
    transform: translateY(-4px);
    box-shadow: 0 14px 30px rgba(11, 21, 48, .10);
    border-color: var(--primary)
}

.feature-ic {
    width: 54px;
    height: 54px;
    border-radius: 14px;
    background: var(--grad);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    margin-bottom: 16px;
    box-shadow: 0 8px 20px rgba(30, 95, 217, .25)
}

.feature-item h4 {
    font-size: 17px;
    margin: 0 0 8px;
    color: var(--dark);
    font-weight: 700
}

.feature-item p {
    color: #64748b;
    font-size: 14px;
    line-height: 1.6;
    margin: 0
}

html.dark .feature-item {
    background: #16234a;
    border-color: #1f2d57
}

html.dark .feature-item h4 {
    color: #f1f5f9
}

html.dark .feature-item p {
    color: #a3aed0
}

/* === Admin: Toggle Cards === */
.toggle-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 12px
}

.toggle-card {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    padding: 16px 12px;
    border: 2px solid #e2e8f0;
    border-radius: 12px;
    cursor: pointer;
    background: #f8fafc;
    transition: .2s;
    text-align: center;
    font-size: 13px;
    color: #64748b;
    font-weight: 600
}

.toggle-card i {
    font-size: 22px;
    color: #94a3b8;
    transition: .2s
}

.toggle-card input[type=checkbox] {
    position: absolute;
    top: 8px;
    right: 8px;
    width: 18px;
    height: 18px;
    cursor: pointer
}

.toggle-card.on,
.toggle-card:has(input[type=checkbox]:checked) {
    border-color: var(--primary);
    background: #fff7ed;
    color: var(--primary)
}

.toggle-card.on i,
.toggle-card:has(input[type=checkbox]:checked) i {
    color: var(--primary)
}

/* === Hizmetler Pro Grid === */
.services-pro {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 28px
}

.svc-pro {
    background: #fff;
    border-radius: 18px;
    overflow: hidden;
    border: 1px solid #e2e8f0;
    transition: .35s;
    display: flex;
    flex-direction: column
}

.svc-pro:hover {
    transform: translateY(-6px);
    box-shadow: 0 24px 48px rgba(11, 21, 48, .14);
    border-color: var(--primary)
}

.svc-pro-img {
    position: relative;
    height: 220px;
    background: linear-gradient(135deg, #ea580c, #1c0a02);
    overflow: hidden
}

.svc-pro-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .5s
}

.svc-pro:hover .svc-pro-img img {
    transform: scale(1.08)
}

.svc-pro-icon {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(255, 255, 255, .4);
    font-size: 80px
}

.svc-pro-num {
    position: absolute;
    top: 14px;
    left: 14px;
    background: rgba(255, 255, 255, .95);
    color: var(--primary);
    font-weight: 800;
    width: 42px;
    height: 42px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    backdrop-filter: blur(8px)
}

.svc-pro-body {
    padding: 24px;
    flex: 1;
    display: flex;
    flex-direction: column
}

.svc-pro-icon-sm {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    background: var(--grad);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    margin-bottom: 14px;
    margin-top: -44px;
    border: 3px solid #fff;
    box-shadow: 0 8px 18px rgba(30, 95, 217, .3)
}

.svc-pro-body h3 {
    font-size: 20px;
    margin: 0 0 10px;
    color: var(--dark)
}

.svc-pro-body p {
    color: #64748b;
    font-size: 14px;
    line-height: 1.6;
    margin: 0 0 18px;
    flex: 1
}

.svc-pro-actions {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    padding-top: 16px;
    border-top: 1px solid #f1f5f9
}

.btn-text {
    color: var(--primary);
    font-weight: 700;
    font-size: 14px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 6px
}

.btn-text:hover {
    gap: 10px;
    transition: gap .2s
}

html.dark .svc-pro {
    background: #16234a;
    border-color: #1f2d57
}

html.dark .svc-pro-body h3 {
    color: #f1f5f9
}

html.dark .svc-pro-body p {
    color: #a3aed0
}

html.dark .svc-pro-actions {
    border-color: #1f2d57
}

/* === Hizmet Detay === */
.svc-detail-hero {
    padding: 36px 0 32px;
    background: var(--grad-accent);
    background-size: cover;
    background-position: center;
    color: #fff;
    position: relative
}

.svc-detail-hero .breadcrumb {
    color: rgba(255, 255, 255, .85);
    margin-bottom: 20px
}

.svc-detail-hero .breadcrumb a {
    color: #fff;
    text-decoration: none
}

.svc-detail-hero-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    flex-wrap: wrap
}

.svc-detail-hero-text {
    flex: 1;
    min-width: 280px
}

.svc-detail-hero h1 {
    font-size: 42px;
    margin: 0 0 12px;
    color: #fff
}

.svc-detail-hero p {
    font-size: 17px;
    color: rgba(255, 255, 255, .92);
    max-width: 700px;
    margin: 0
}

.svc-detail-hero-cta {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    flex-shrink: 0
}

.svc-detail-hero-cta .btn-primary {
    background: #0b0b0b;
    color: #fff;
    border: 0
}

.svc-detail-hero-cta .btn-outline {
    background: rgba(255, 255, 255, .12);
    color: #fff;
    border: 1px solid rgba(255, 255, 255, .5)
}

.svc-detail-hero-cta .btn-outline:hover {
    background: rgba(255, 255, 255, .25)
}

.svc-detail-grid {
    display: grid;
    grid-template-columns: 1fr 340px;
    gap: 36px;
    align-items: start
}

@media(max-width:980px) {
    .svc-detail-grid {
        grid-template-columns: 1fr
    }
}

.svc-content-card {
    background: #fff;
    border-radius: 16px;
    padding: 36px;
    border: 1px solid #e2e8f0;
    box-shadow: 0 4px 14px rgba(11, 21, 48, .04)
}

html.dark .svc-content-card {
    background: #16234a;
    border-color: #1f2d57
}

.svc-features {
    background: #fff;
    border-radius: 16px;
    padding: 30px;
    border: 1px solid #e2e8f0;
    margin-top: 24px
}

.svc-features h3 {
    margin: 0 0 20px;
    font-size: 22px;
    color: var(--dark);
    display: flex;
    align-items: center;
    gap: 10px
}

.svc-features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 16px
}

.svc-feature-item {
    display: flex;
    gap: 14px;
    padding: 18px;
    background: #f8fafc;
    border-radius: 12px;
    border: 1px solid #e2e8f0
}

.svc-feature-item i {
    width: 42px;
    height: 42px;
    border-radius: 10px;
    background: var(--grad);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    flex-shrink: 0
}

.svc-feature-item h4 {
    margin: 0 0 4px;
    font-size: 15px;
    color: var(--dark)
}

.svc-feature-item p {
    margin: 0;
    font-size: 13px;
    color: #64748b;
    line-height: 1.5
}

html.dark .svc-features,
html.dark .svc-feature-item {
    background: #16234a;
    border-color: #1f2d57
}

html.dark .svc-features h3,
html.dark .svc-feature-item h4 {
    color: #f1f5f9
}

html.dark .svc-feature-item p {
    color: #a3aed0
}

.svc-sidebar {
    display: flex;
    flex-direction: column;
    gap: 18px;
    position: sticky;
    top: 90px
}

.sidebar-card {
    background: #fff;
    border-radius: 14px;
    padding: 24px;
    border: 1px solid #e2e8f0;
    box-shadow: 0 4px 14px rgba(11, 21, 48, .04)
}

.sidebar-card h4 {
    margin: 0 0 14px;
    font-size: 16px;
    color: var(--dark);
    display: flex;
    align-items: center;
    gap: 8px
}

.sidebar-contact {
    background: linear-gradient(135deg, #ea580c, #1c0a02);
    color: #fff;
    border: 0
}

.sidebar-contact h4,
.sidebar-contact p {
    color: #fff
}

.sidebar-contact p {
    font-size: 14px;
    opacity: .85;
    margin: 0 0 14px
}

.sidebar-phone {
    display: flex;
    align-items: center;
    gap: 10px;
    background: rgba(255, 255, 255, .12);
    padding: 12px;
    border-radius: 10px;
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    font-size: 17px;
    border: 1px solid rgba(255, 255, 255, .18)
}

.sidebar-phone:hover {
    background: rgba(255, 255, 255, .2)
}

.sidebar-list {
    list-style: none;
    padding: 0;
    margin: 0
}

.sidebar-list li+li {
    border-top: 1px solid #f1f5f9
}

.sidebar-list a {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 0;
    color: var(--dark);
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    transition: .2s
}

.sidebar-list a:hover {
    color: var(--primary);
    padding-left: 6px
}

.sidebar-list i:first-child {
    width: 28px;
    height: 28px;
    border-radius: 8px;
    background: #fff7ed;
    color: var(--primary);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px
}

.sidebar-trust {
    display: flex;
    flex-direction: column;
    gap: 14px
}

.sidebar-trust-item {
    display: flex;
    align-items: center;
    gap: 14px
}

.sidebar-trust-item>i {
    width: 46px;
    height: 46px;
    border-radius: 12px;
    background: var(--grad);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px
}

.sidebar-trust-item strong {
    display: block;
    font-size: 22px;
    color: var(--dark);
    font-weight: 800
}

.sidebar-trust-item span {
    font-size: 13px;
    color: #64748b
}

html.dark .sidebar-card {
    background: #16234a;
    border-color: #1f2d57
}

html.dark .sidebar-card h4,
html.dark .sidebar-list a,
html.dark .sidebar-trust-item strong {
    color: #f1f5f9
}

html.dark .sidebar-list i:first-child {
    background: #1f2d57
}

html.dark .sidebar-list li+li {
    border-color: #1f2d57
}

/* Admin tag chips */
.tag.tag-on {
    background: #dcfce7;
    color: #166534;
    padding: 4px 10px;
    border-radius: 6px;
    font-size: 12px;
    font-weight: 700
}

.tag.tag-off {
    background: #fee2e2;
    color: #991b1b;
    padding: 4px 10px;
    border-radius: 6px;
    font-size: 12px;
    font-weight: 700
}


/* === Admin: Galeri Grid === */
.gallery-admin {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
    gap: 14px
}

.gallery-admin-item {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    border: 2px solid #e2e8f0;
    background: #f8fafc;
    aspect-ratio: 1/1;
    cursor: grab
}

.gallery-admin-item:hover {
    border-color: var(--primary)
}

.gallery-admin-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block
}

.gallery-admin-item form {
    position: absolute;
    top: 6px;
    right: 6px;
    margin: 0
}

.gallery-admin-item .btn-danger {
    padding: 6px 9px;
    font-size: 12px;
    opacity: .85
}

.gallery-admin-item .btn-danger:hover {
    opacity: 1
}

.sortable-ghost {
    opacity: .4
}


/* === Logo === */
.logo {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    color: var(--dark);
    font-weight: 800;
    font-size: 20px
}

.logo-img {
    display: block;
    height: 78px;
    width: auto;
    max-width: 320px;
    object-fit: contain;
    image-rendering: auto
}

.logo-img.logo-dark {
    display: none
}

html.dark .logo-img.logo-light {
    display: none
}

html.dark .logo-img.logo-dark {
    display: block
}

html.dark .logo:has(.logo-light:only-child) .logo-light {
    filter: brightness(0) invert(1)
}

@media(max-width:768px) {
    .logo-img {
        height: 56px;
        max-width: 220px
    }
}

.footer-logo {
    display: inline-block;
    margin-bottom: 14px
}

.footer-logo img {
    height: 54px;
    width: auto;
    max-width: 220px;
    object-fit: contain;
    display: block
}

/* Logo upload preview */
.logo-upload-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 18px
}

.logo-upload-item {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 16px
}

.logo-upload-item label {
    display: block;
    margin-bottom: 8px;
    font-size: 14px
}

.logo-preview {
    background: #fff;
    border: 1px dashed #cbd5e1;
    border-radius: 10px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
    padding: 10px;
    background-image: linear-gradient(45deg, #f1f5f9 25%, transparent 25%), linear-gradient(-45deg, #f1f5f9 25%, transparent 25%), linear-gradient(45deg, transparent 75%, #f1f5f9 75%), linear-gradient(-45deg, transparent 75%, #f1f5f9 75%);
    background-size: 18px 18px;
    background-position: 0 0, 0 9px, 9px -9px, -9px 0
}

.logo-preview-dark {
    background-color: #1c0a02;
    background-image: none
}

.logo-preview-dark .muted {
    color: #94a3b8
}

.logo-preview img {
    max-height: 100%;
    max-width: 100%;
    width: auto;
    height: auto;
    object-fit: contain
}


/* === PREMIUM POLISH v4 === */

/* === PREMIUM POLISH v4 — modern industrial refresh === */

/* Smoother base typography */
body {
    font-feature-settings: "cv02", "cv03", "cv04", "cv11";
    letter-spacing: -.005em
}

h1,
h2,
h3,
h4 {
    letter-spacing: -.025em
}

/* Selection */
::selection {
    background: var(--primary);
    color: #fff
}

/* Refined topbar — orange */
.topbar {
    background: var(--grad-accent);
    border-bottom: 1px solid rgba(255, 255, 255, .15);
    padding: 10px 0;
    font-size: 13px;
    color: #fff7ec
}

.topbar a {
    color: #fff7ec;
    font-weight: 500
}

.topbar a:hover {
    color: #fff
}

.topbar a i {
    color: #fff
}

.topbar-right .wa {
    background: linear-gradient(135deg, #22c55e, #16a34a);
    box-shadow: 0 6px 18px rgba(34, 197, 94, .35);
    transition: .25s var(--ease)
}

.topbar-right .wa:hover {
    transform: translateY(-1px);
    box-shadow: 0 10px 24px rgba(34, 197, 94, .5)
}

/* Header — sharper glass */
.header {
    background: rgba(255, 255, 255, .78);
    backdrop-filter: saturate(180%) blur(24px);
    -webkit-backdrop-filter: saturate(180%) blur(24px);
    border-bottom: 1px solid rgba(15, 23, 42, .06);
    box-shadow: 0 1px 0 rgba(15, 23, 42, .02)
}

.header.scrolled {
    box-shadow: 0 8px 30px rgba(15, 23, 42, .08);
    background: rgba(255, 255, 255, .92)
}

.nav>a,
.dropdown>a {
    font-size: 14.5px;
    font-weight: 600;
    padding: 10px 14px;
    color: #2a1a0e
}

.nav>a::after {
    content: "";
    position: absolute;
    left: 14px;
    right: 14px;
    bottom: 4px;
    height: 2px;
    background: var(--primary);
    border-radius: 2px;
    transform: scaleX(0);
    transform-origin: center;
    transition: .3s var(--ease)
}

.nav>a:hover::after {
    transform: scaleX(1)
}

.btn-cta {
    background: linear-gradient(135deg, #fbbf24, #f59e0b) !important;
    box-shadow: 0 8px 22px rgba(245, 158, 11, .35), inset 0 1px 0 rgba(255, 255, 255, .4)
}

.btn-cta:hover {
    box-shadow: 0 14px 34px rgba(245, 158, 11, .5), inset 0 1px 0 rgba(255, 255, 255, .4)
}

.dropdown-menu {
    border-radius: 16px;
    padding: 10px;
    box-shadow: 0 24px 60px -12px rgba(15, 23, 42, .25), 0 0 0 1px rgba(234, 88, 12, .08);
    min-width: 300px
}

.dropdown-menu a {
    padding: 11px 14px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 600
}

.dropdown-menu a::before {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--grad-accent);
    opacity: 0;
    transform: scale(.5);
    transition: .2s var(--ease);
    margin-right: 0;
    color: transparent;
    font: inherit
}

.dropdown-menu a:hover::before {
    opacity: 1;
    transform: scale(1);
    margin-right: 0
}

/* Hero — enriched mesh + grid pattern */
.hero {
    background: var(--grad-accent);
    padding: 120px 0 140px;
    position: relative
}

.hero::before {
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, #fb923c, transparent 70%);
    opacity: .45;
    filter: blur(60px)
}

.hero::after {
    width: 480px;
    height: 480px;
    background: radial-gradient(circle, #f59e0b, transparent 70%);
    opacity: .2;
    filter: blur(70px)
}

.hero-inner::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: linear-gradient(rgba(255, 255, 255, .04) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, .04) 1px, transparent 1px);
    background-size: 60px 60px;
    background-position: 0 0;
    mask-image: radial-gradient(ellipse at center, #000 30%, transparent 75%);
    -webkit-mask-image: radial-gradient(ellipse at center, #000 30%, transparent 75%);
    pointer-events: none;
    z-index: -1
}

.hero h1 {
    font-size: 60px;
    font-weight: 900;
    letter-spacing: -.035em;
    line-height: 1.02
}

.hero h1 span {
    background: linear-gradient(135deg, #fbbf24 0%, #f59e0b 50%, #ea580c 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    display: inline-block;
    text-shadow: 0 0 60px rgba(251, 191, 36, .3)
}

.hero p {
    font-size: 18.5px;
    line-height: 1.65;
    opacity: .85;
    max-width: 580px
}

.hero .hero-badge {
    background: rgba(255, 255, 255, .08);
    border: 1px solid rgba(255, 255, 255, .18);
    backdrop-filter: blur(12px);
    padding: 9px 18px;
    border-radius: 30px;
    font-weight: 600;
    letter-spacing: .01em
}

.hero .hero-badge i {
    color: var(--accent);
    animation: pulse 2.4s ease-in-out infinite
}

@keyframes pulse {

    0%,
    100% {
        transform: scale(1);
        opacity: 1
    }

    50% {
        transform: scale(1.18);
        opacity: .75
    }
}

.hero-visual .ic-main {
    filter: drop-shadow(0 40px 60px rgba(0, 0, 0, .5)) drop-shadow(0 0 80px rgba(234, 88, 12, .4))
}

.hero-visual .float-card {
    box-shadow: 0 30px 60px -10px rgba(0, 0, 0, .35), 0 0 0 1px rgba(255, 255, 255, .1) inset;
    background: rgba(255, 255, 255, .96);
    border: 1px solid rgba(255, 255, 255, .5);
    font-weight: 600
}

.hero-visual .float-card i {
    background: linear-gradient(135deg, #ffedd5, #fff7ed);
    color: var(--primary);
    box-shadow: 0 4px 10px rgba(234, 88, 12, .15)
}

/* Buttons — refined */
.btn {
    font-size: 14.5px;
    letter-spacing: -.01em;
    padding: 14px 28px;
    font-weight: 700;
    position: relative;
    overflow: hidden;
    isolation: isolate
}

.btn-primary {
    background: linear-gradient(135deg, #fbbf24 0%, #ea580c 100%);
    box-shadow: 0 12px 30px rgba(234, 88, 12, .4), inset 0 1px 0 rgba(255, 255, 255, .3)
}

.btn-primary:hover {
    box-shadow: 0 20px 44px rgba(234, 88, 12, .55), inset 0 1px 0 rgba(255, 255, 255, .3);
    transform: translateY(-3px)
}

.btn-outline {
    background: rgba(255, 255, 255, .06);
    border: 1.5px solid rgba(255, 255, 255, .25);
    backdrop-filter: blur(12px);
    color: #fff
}

.btn-outline:hover {
    background: rgba(255, 255, 255, .95);
    color: var(--primary);
    border-color: #fff
}

.btn::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(120deg, transparent 30%, rgba(255, 255, 255, .4) 50%, transparent 70%);
    transform: translateX(-100%);
    transition: .6s var(--ease);
    z-index: -1;
    pointer-events: none
}

.btn:hover::after {
    transform: translateX(100%)
}

/* Section header — premium tag pill */
.section {
    padding: 50px 0
}

.section-header {
    margin-bottom: 36px
}

.section-header span.tag {
    background: linear-gradient(135deg, rgba(234, 88, 12, .08), rgba(251, 191, 36, .08));
    color: var(--primary);
    border: 1px solid rgba(234, 88, 12, .15);
    padding: 8px 18px;
    font-size: 12px;
    letter-spacing: 1.8px;
    font-weight: 700
}

.section-header h2 {
    font-size: 46px;
    font-weight: 900;
    letter-spacing: -.03em;
    background: linear-gradient(180deg, var(--dark) 0%, #2a1a0e 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    display: inline-block
}

.section-header p {
    font-size: 17.5px;
    color: #475569;
    line-height: 1.65;
    margin-top: 6px
}

/* Cards — refined depth */
.card {
    border-radius: 22px;
    border: 1px solid rgba(15, 23, 42, .06);
    background: linear-gradient(180deg, #fff 0%, #fafbfd 100%);
    transition: .45s var(--ease-out);
    position: relative;
    overflow: hidden
}

.card::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 22px;
    padding: 1px;
    background: linear-gradient(135deg, rgba(234, 88, 12, .4), rgba(251, 191, 36, .2), transparent 60%);
    -webkit-mask: linear-gradient(#000, #000) content-box, linear-gradient(#000, #000);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    opacity: 0;
    transition: .4s var(--ease);
    pointer-events: none
}

.card:hover {
    transform: translateY(-10px);
    box-shadow: 0 30px 70px -15px rgba(15, 23, 42, .22), 0 12px 28px -10px rgba(15, 23, 42, .1);
    border-color: transparent
}

.card:hover::before {
    opacity: 1
}

.card-img {
    aspect-ratio: 16/10;
    background: linear-gradient(135deg, #ffedd5, #e0f2fe);
    position: relative
}

.card-img::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 60%, rgba(10, 17, 36, .35) 100%);
    opacity: 0;
    transition: .4s var(--ease)
}

.card:hover .card-img::after {
    opacity: 1
}

.card:hover .card-img img {
    transform: scale(1.06)
}

/* Service cards — icon polish */
.svc-icon,
.card .icon-wrap,
.feature .icon {
    background: linear-gradient(135deg, #ffedd5, #bfdbfe);
    color: var(--primary);
    box-shadow: 0 8px 20px rgba(234, 88, 12, .18), inset 0 1px 0 rgba(255, 255, 255, .6);
    transition: .4s var(--ease-out)
}

.card:hover .svc-icon,
.card:hover .icon-wrap,
.feature:hover .icon {
    background: linear-gradient(135deg, var(--primary), var(--primary-dark));
    color: #fff;
    transform: rotate(-6deg) scale(1.06);
    box-shadow: 0 14px 30px rgba(234, 88, 12, .4)
}

/* Stats / counters */
.stat,
.counter,
.stat-card {
    background: linear-gradient(180deg, #fff 0%, #f7f9fc 100%);
    border: 1px solid var(--border);
    border-radius: 20px;
    padding: 32px 24px;
    transition: .4s var(--ease-out);
    position: relative;
    overflow: hidden
}

.stat::before,
.counter::before,
.stat-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background: linear-gradient(90deg, var(--primary), var(--cyan));
    border-radius: 0 0 4px 4px;
    opacity: .5;
    transition: .4s var(--ease)
}

.stat:hover::before,
.counter:hover::before,
.stat-card:hover::before {
    width: 100%;
    opacity: 1
}

/* Footer — premium (orange) */
.footer {
    background: var(--grad-accent);
    position: relative;
    border-top: 1px solid rgba(255, 255, 255, .15)
}

.footer h4 {
    color: #0b0b0b;
    font-weight: 700;
    letter-spacing: -.01em
}

.footer a {
    transition: .25s var(--ease);
    color: #0b0b0b
}

.footer a:hover {
    color: #fff !important;
    transform: translateX(2px)
}

/* Forms */
input,
textarea,
select,
.form-control {
    font-family: inherit;
    border-radius: 12px;
    border: 1.5px solid var(--border);
    padding: 13px 16px;
    font-size: 15px;
    transition: .25s var(--ease);
    background: #fff
}

input:focus,
textarea:focus,
select:focus,
.form-control:focus {
    outline: none;
    border-color: var(--primary);
    box-shadow: 0 0 0 4px rgba(234, 88, 12, .12)
}

/* Generic alert */
.alert {
    border-radius: 14px;
    border: 1px solid;
    padding: 14px 18px;
    font-weight: 500
}

.alert-error,
.alert-danger {
    background: #fef2f2;
    border-color: #fecaca;
    color: #991b1b
}

.alert-success {
    background: #f0fdf4;
    border-color: #bbf7d0;
    color: #166534
}

/* Breadcrumbs */
.breadcrumb,
.breadcrumbs {
    font-size: 13.5px;
    color: var(--gray)
}

.breadcrumb a,
.breadcrumbs a {
    color: var(--gray);
    font-weight: 500
}

.breadcrumb a:hover,
.breadcrumbs a:hover {
    color: var(--primary)
}

/* Page hero (inner pages) */
.page-hero,
.inner-hero {
    background: var(--grad-accent);
    color: #fff;
    padding: 28px 0 26px;
    position: relative;
    overflow: hidden
}

.page-hero::before,
.inner-hero::before {
    content: none
}

.page-hero h1,
.inner-hero h1 {
    color: #fff;
    font-size: 30px;
    font-weight: 900;
    letter-spacing: -.02em;
    margin-bottom: 6px
}

.page-hero p,
.inner-hero p {
    color: rgba(255, 255, 255, .8);
    font-size: 17px;
    max-width: 700px
}

.page-hero .breadcrumb,
.page-hero .breadcrumbs,
.inner-hero .breadcrumb,
.inner-hero .breadcrumbs {
    color: rgba(255, 255, 255, .6);
    margin-bottom: 16px
}

.page-hero .breadcrumb a,
.inner-hero .breadcrumb a {
    color: rgba(255, 255, 255, .85)
}

/* WhatsApp floating */
.wa-float,
.whatsapp-float {
    position: fixed;
    bottom: 24px;
    right: 24px;
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #25d366, #128c7e);
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    box-shadow: 0 12px 30px rgba(37, 211, 102, .4);
    z-index: 90;
    transition: .3s var(--ease)
}

.wa-float:hover,
.whatsapp-float:hover {
    transform: scale(1.1) rotate(8deg);
    box-shadow: 0 18px 40px rgba(37, 211, 102, .55);
    color: #fff
}

.wa-float::before,
.whatsapp-float::before {
    content: "";
    position: absolute;
    inset: -4px;
    border-radius: 50%;
    border: 2px solid rgba(37, 211, 102, .4);
    animation: waPulse 2s ease-out infinite
}

@keyframes waPulse {
    0% {
        transform: scale(1);
        opacity: .8
    }

    100% {
        transform: scale(1.4);
        opacity: 0
    }
}

/* Scroll reveal — JS triggered */
[data-reveal] {
    opacity: 0;
    transform: translateY(28px);
    transition: .7s var(--ease-out)
}

[data-reveal].in {
    opacity: 1;
    transform: none
}

/* Responsive hero refinements */
@media(max-width:960px) {
    .hero {
        padding: 70px 0 90px
    }

    .hero h1 {
        font-size: 38px
    }

    .section {
        padding: 70px 0
    }

    .section-header {
        margin-bottom: 44px
    }

    .section-header h2 {
        font-size: 32px
    }

    .page-hero h1,
    .inner-hero h1 {
        font-size: 30px
    }
}

@media(max-width:560px) {
    .hero h1 {
        font-size: 30px
    }

    .section-header h2 {
        font-size: 26px
    }
}

/* Dark mode tweaks */
html.dark {
    color-scheme: dark
}

html.dark body {
    background: #1c0a02;
    color: #e2e8f0
}

html.dark .header {
    background: rgba(10, 17, 36, .85);
    border-bottom-color: rgba(255, 255, 255, .06)
}

html.dark .nav>a,
html.dark .dropdown>a {
    color: #e2e8f0
}

html.dark .card,
html.dark .stat,
html.dark .counter,
html.dark .stat-card {
    background: linear-gradient(180deg, #0f1830 0%, #1c0a02 100%);
    border-color: rgba(255, 255, 255, .06);
    color: #e2e8f0
}

html.dark .section-light {
    background: #0f1830
}

html.dark .section-header h2 {
    background: linear-gradient(180deg, #fff, #cbd5e1);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent
}

html.dark .section-header p,
html.dark p {
    color: #cbd5e1
}

html.dark input,
html.dark textarea,
html.dark select,
html.dark .form-control {
    background: #0f1830;
    border-color: rgba(255, 255, 255, .1);
    color: #e2e8f0
}

.footer-bottom-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px
}

.footer-credit a {
    color: var(--accent);
    font-weight: 600
}

.footer-credit a:hover {
    color: #fff
}

@media(max-width:560px) {
    .footer-bottom-inner {
        justify-content: center;
        text-align: center
    }
}

/* ===== FLEET DETAY MODERN ===== */
.fleet-hero {
    position: relative;
    padding: 90px 0 60px;
    background: var(--grad-accent);
    color: #fff;
    overflow: hidden
}

.fleet-hero-bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    opacity: .18;
    filter: blur(2px)
}

.fleet-hero-inner {
    position: relative;
    z-index: 2
}

.fleet-hero-crumb {
    margin-bottom: 24px;
    color: rgba(11,11,11,.7);
    font-size: 13px
}

.fleet-hero-crumb a {
    color: rgba(11,11,11,.85);
    text-decoration: none;
    font-weight: 600
}

.fleet-hero-crumb a:hover {
    color: #0b0b0b
}

.fleet-hero-crumb i {
    font-size: 9px;
    margin: 0 8px;
    color: rgba(11,11,11,.5)
}

.fleet-hero-crumb span {
    color: #0b0b0b;
    font-weight: 700
}

.fleet-hero-grid {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 50px;
    align-items: center
}

.fleet-hero-text h1 {
    font-size: 44px;
    line-height: 1.15;
    margin: 14px 0 14px;
    color: #fff;
    font-weight: 800
}

.fleet-hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #0b0b0b;
    padding: 7px 14px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 700;
    color: #fbbf24
}

.fleet-hero-sub {
    font-size: 17px;
    line-height: 1.6;
    color: rgba(11,11,11,.8);
    margin-bottom: 24px;
    max-width: 560px
}

.fleet-hero-stats {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    margin-bottom: 30px;
    max-width: 480px
}

.fleet-hero-stats>div {
    display: flex;
    align-items: center;
    gap: 10px;
    background: rgba(255, 255, 255, .65);
    padding: 12px 16px;
    border-radius: 10px;
    border: 1px solid rgba(11, 11, 11, .08)
}

.fleet-hero-stats i {
    color: #ea580c;
    font-size: 18px;
    width: 24px;
    text-align: center
}

.fleet-hero-stats span {
    font-size: 14px;
    font-weight: 600;
    color: #0b0b0b
}

.fleet-hero-actions {
    display: flex;
    gap: 12px;
    flex-wrap: wrap
}

.fleet-hero-image {
    position: relative;
    border-radius: 18px;
    overflow: hidden;
    background: rgba(255, 255, 255, .05);
    border: 1px solid rgba(255, 255, 255, .12);
    aspect-ratio: 4/3;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 30px 60px rgba(0, 0, 0, .4)
}

.fleet-hero-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 20px;
    display: block
}

.fleet-hero-image i {
    font-size: 120px;
    color: rgba(255, 255, 255, .3)
}

@media(max-width:900px) {
    .fleet-hero-grid {
        grid-template-columns: 1fr;
        gap: 30px
    }

    .fleet-hero-text h1 {
        font-size: 32px
    }

    .fleet-hero-image {
        aspect-ratio: 16/10
    }
}

.fleet-features {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px
}

.ff-card {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    background: #fff;
    padding: 22px;
    border-radius: 14px;
    border: 1px solid #e2e8f0;
    transition: .25s
}

.ff-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, .08);
    border-color: var(--primary)
}

.ff-icon {
    width: 48px;
    height: 48px;
    flex-shrink: 0;
    background: var(--primary-light, rgba(251, 191, 36, .15));
    color: var(--primary, #f59e0b);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px
}

.ff-card h4 {
    margin: 0 0 4px;
    font-size: 15px;
    color: #1c0a02
}

.ff-card p {
    margin: 0;
    font-size: 13px;
    color: #64748b;
    line-height: 1.4
}

@media(max-width:900px) {
    .fleet-features {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media(max-width:520px) {
    .fleet-features {
        grid-template-columns: 1fr
    }
}

.fleet-mid-image {
    margin: 30px 0;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 20px 50px rgba(0, 0, 0, .12);
    position: relative;
    background: #1c0a02;
    aspect-ratio: 21/9
}

.fleet-mid-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
    padding: 10px
}

.fleet-mid-image::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 60%, rgba(0, 0, 0, .3));
    pointer-events: none
}

.spec-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    margin: 18px 0
}

.spec-item {
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding: 14px 16px;
    background: #f8fafc;
    border-radius: 10px;
    border-left: 3px solid var(--primary, #f59e0b)
}

.spec-label {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: .5px;
    color: #64748b;
    font-weight: 700
}

.spec-val {
    font-size: 15px;
    font-weight: 600;
    color: #1c0a02
}

@media(max-width:600px) {
    .spec-grid {
        grid-template-columns: 1fr
    }
}

.usage-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    margin: 18px 0
}

.usage-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px;
    background: #f8fafc;
    border-radius: 10px;
    border: 1px solid #e2e8f0;
    transition: .2s
}

.usage-item:hover {
    background: #fff;
    border-color: var(--primary, #f59e0b);
    transform: translateX(4px)
}

.usage-item i {
    width: 36px;
    height: 36px;
    background: var(--primary-light, rgba(251, 191, 36, .15));
    color: var(--primary, #f59e0b);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    flex-shrink: 0
}

.usage-item span {
    font-size: 14px;
    color: #2a1a0e;
    font-weight: 500
}

@media(max-width:600px) {
    .usage-grid {
        grid-template-columns: 1fr
    }
}

@media(min-width:1024px) {
    .svc-detail-grid .svc-sidebar {
        position: sticky;
        top: 100px;
        align-self: start
    }
}

/* ===================== KURUMSAL SAYFASI ===================== */
.k-hero {
    position: relative;
    border-radius: 18px;
    overflow: hidden;
    margin: 30px 0;
    min-height: 380px;
    display: grid;
    grid-template-columns: 1.1fr .9fr;
    background: linear-gradient(135deg, #1c0a02 0%, #1c0a02 50%, #2a1a0e 100%);
    color: #fff;
    box-shadow: 0 20px 50px rgba(15, 23, 42, .18)
}

.k-hero-text {
    padding: 50px 45px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    z-index: 2
}

.k-hero-text .k-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(245, 158, 11, .18);
    color: #fbbf24;
    padding: 8px 16px;
    border-radius: 30px;
    font-size: 13px;
    font-weight: 700;
    width: fit-content;
    margin-bottom: 18px;
    border: 1px solid rgba(245, 158, 11, .3)
}

.k-hero-text h2 {
    color: #fff !important;
    font-size: 34px;
    margin: 0 0 18px !important;
    line-height: 1.2;
    font-weight: 800;
    letter-spacing: -.5px
}

.k-hero-text h2 span {
    background: linear-gradient(135deg, #fbbf24, #f59e0b);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent
}

.k-hero-text p {
    color: rgba(255, 255, 255, .85);
    line-height: 1.7;
    font-size: 15.5px;
    margin: 0
}

.k-hero-image {
    position: relative;
    overflow: hidden
}

.k-hero-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block
}

.k-hero-image::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(15, 23, 42, .4) 0%, transparent 30%)
}

.mv-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    margin: 30px 0
}

.mv-card {
    background: #fff;
    padding: 36px 32px;
    border-radius: 16px;
    border: 1px solid #e2e8f0;
    box-shadow: 0 4px 12px rgba(15, 23, 42, .04);
    position: relative;
    overflow: hidden;
    transition: .25s
}

.mv-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 14px 35px rgba(15, 23, 42, .12);
    border-color: #f59e0b
}

.mv-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, #f59e0b, #d97706)
}

.mv-card .mv-icon {
    width: 60px;
    height: 60px;
    border-radius: 14px;
    background: linear-gradient(135deg, #fef3c7, #fde68a);
    color: #d97706;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    margin-bottom: 18px;
    box-shadow: 0 6px 16px rgba(245, 158, 11, .2)
}

.mv-card h3 {
    margin: 0 0 12px !important;
    color: #1c0a02;
    font-size: 22px;
    font-weight: 800
}

.mv-card p {
    color: #475569;
    line-height: 1.75;
    margin: 0;
    font-size: 15px
}

.k-gallery {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 16px;
    margin: 24px 0
}

.k-gallery a {
    display: block;
    border-radius: 12px;
    overflow: hidden;
    aspect-ratio: 4/3;
    background: #f1f5f9;
    position: relative;
    transition: .25s
}

.k-gallery a:hover {
    transform: scale(1.03);
    box-shadow: 0 12px 28px rgba(15, 23, 42, .18)
}

.k-gallery img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: .5s
}

.k-gallery a:hover img {
    transform: scale(1.08)
}

.k-gallery a::after {
    content: attr(data-name);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, transparent, rgba(0, 0, 0, .85));
    color: #fff;
    padding: 30px 14px 12px;
    font-size: 13px;
    font-weight: 600;
    opacity: 0;
    transform: translateY(8px);
    transition: .25s
}

.k-gallery a:hover::after {
    opacity: 1;
    transform: translateY(0)
}

@media(max-width:900px) {
    .k-hero {
        grid-template-columns: 1fr;
        min-height: auto
    }

    .k-hero-image {
        min-height: 240px;
        order: -1
    }

    .k-hero-text {
        padding: 32px 24px
    }

    .k-hero-text h2 {
        font-size: 26px
    }

    .mv-grid {
        grid-template-columns: 1fr;
        gap: 16px
    }

    .mv-card {
        padding: 26px 22px
    }
}

/* === Foto Galeri === */
.photo-gallery {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 14px
}

.photo-gallery-item {
    position: relative;
    margin: 0;
    border-radius: 14px;
    overflow: hidden;
    background: #0f172a;
    box-shadow: var(--shadow-sm);
    cursor: zoom-in;
    transition: transform .25s var(--ease), box-shadow .25s var(--ease)
}

.photo-gallery-item:hover {
    transform: translateY(-3px);
    box-shadow: var(--shadow)
}

.photo-gallery-item img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    display: block;
    transition: transform .4s var(--ease)
}

.photo-gallery-item:hover img {
    transform: scale(1.05)
}

.photo-gallery-item figcaption {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 14px 12px 10px;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, .75));
    pointer-events: none
}

@media(max-width:600px) {
    .photo-gallery {
        grid-template-columns: repeat(2, 1fr);
        gap: 8px
    }

    .photo-gallery-item img {
        height: 140px
    }
}

/* === Modern Blog === */
.blog-featured {
    display: grid;
    grid-template-columns: 1.1fr 1fr;
    gap: 0;
    background: #fff;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: var(--shadow-sm);
    border: 1px solid var(--border);
    margin-bottom: 36px;
    text-decoration: none;
    color: inherit;
    transition: transform .25s var(--ease), box-shadow .25s var(--ease)
}

.blog-featured:hover {
    transform: translateY(-3px);
    box-shadow: var(--shadow)
}

.blog-featured-img {
    position: relative;
    min-height: 280px;
    overflow: hidden;
    background: var(--grad-accent)
}

.blog-featured-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .5s var(--ease)
}

.blog-featured:hover .blog-featured-img img {
    transform: scale(1.04)
}

.blog-featured-tag {
    position: absolute;
    top: 14px;
    left: 14px;
    background: #0b0b0b;
    color: #fff;
    padding: 6px 12px;
    border-radius: 8px;
    font-size: 12px;
    font-weight: 700
}

.blog-featured-placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    font-size: 80px;
    color: rgba(255, 255, 255, .55);
    background: var(--grad-accent)
}

.blog-featured-body {
    padding: 32px;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.blog-featured-body h2 {
    font-size: 26px;
    margin: 10px 0 12px;
    color: var(--text);
    line-height: 1.3
}

.blog-featured-body p {
    color: var(--gray);
    line-height: 1.7;
    margin-bottom: 16px
}

.blog-featured-more {
    margin-left: auto;
    color: var(--primary);
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    gap: 6px
}

.blog-layout {
    display: grid;
    grid-template-columns: 1fr 320px;
    gap: 30px;
    align-items: start
}

.blog-toolbar {
    display: flex;
    flex-direction: column;
    gap: 14px;
    margin-bottom: 22px;
    background: #fff;
    padding: 16px;
    border-radius: 14px;
    border: 1px solid var(--border);
    box-shadow: var(--shadow-sm)
}

.blog-search {
    position: relative;
    display: flex;
    align-items: center;
    gap: 8px
}

.blog-search i {
    position: absolute;
    left: 14px;
    color: var(--gray);
    font-size: 14px
}

.blog-search input {
    flex: 1;
    padding: 12px 14px 12px 38px;
    border: 1px solid var(--border);
    border-radius: 10px;
    font-size: 14px;
    outline: none;
    transition: .2s
}

.blog-search input:focus {
    border-color: var(--primary);
    box-shadow: 0 0 0 3px rgba(234, 88, 12, .1)
}

.blog-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 8px
}

.blog-tabs a {
    padding: 7px 14px;
    border-radius: 99px;
    background: #fff7ed;
    color: var(--text);
    text-decoration: none;
    font-size: 13px;
    font-weight: 600;
    border: 1px solid var(--border);
    transition: .2s
}

.blog-tabs a small {
    opacity: .6;
    font-weight: 500
}

.blog-tabs a:hover {
    background: #ffedd5;
    color: var(--primary);
    border-color: var(--primary-2)
}

.blog-tabs a.active {
    background: var(--grad-accent);
    color: #fff;
    border-color: transparent
}

.blog-tabs a.active small {
    color: rgba(255, 255, 255, .85)
}

.blog-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 22px
}

.blog-pagination {
    display: flex;
    gap: 6px;
    justify-content: center;
    margin-top: 36px;
    flex-wrap: wrap
}

.blog-pagination a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 38px;
    height: 38px;
    padding: 0 10px;
    border-radius: 10px;
    background: #fff;
    border: 1px solid var(--border);
    color: var(--text);
    text-decoration: none;
    font-weight: 600;
    transition: .2s
}

.blog-pagination a:hover {
    border-color: var(--primary);
    color: var(--primary)
}

.blog-pagination a.active {
    background: var(--grad-accent);
    color: #fff;
    border-color: transparent
}

.blog-sidebar {
    display: flex;
    flex-direction: column;
    gap: 20px;
    position: sticky;
    top: 90px
}

.sidebar-card .sidebar-list a.active-cat {
    background: #fff7ed;
    color: var(--primary);
    font-weight: 700
}

.sidebar-cnt {
    margin-left: auto;
    background: #fff7ed;
    color: var(--primary);
    padding: 2px 9px;
    border-radius: 99px;
    font-size: 11px;
    font-weight: 700
}

.sidebar-list a:hover .sidebar-cnt {
    background: #fff;
    color: var(--primary)
}

.popular-list {
    list-style: none;
    padding: 0;
    margin: 0
}

.popular-list li {
    border-bottom: 1px solid var(--border)
}

.popular-list li:last-child {
    border-bottom: 0
}

.popular-list a {
    display: flex;
    gap: 12px;
    padding: 10px 0;
    color: inherit;
    text-decoration: none;
    align-items: center
}

.popular-list img,
.popular-thumb-ph {
    width: 64px;
    height: 64px;
    border-radius: 10px;
    object-fit: cover;
    flex-shrink: 0;
    background: var(--grad-accent);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 22px
}

.popular-list strong {
    display: block;
    font-size: 13px;
    line-height: 1.4;
    color: var(--text);
    margin-bottom: 4px;
    font-weight: 600
}

.popular-list a:hover strong {
    color: var(--primary)
}

.popular-list small {
    font-size: 11px;
    color: var(--gray);
    display: flex;
    align-items: center;
    gap: 4px
}

@media(max-width:960px) {
    .blog-layout {
        grid-template-columns: 1fr
    }

    .blog-sidebar {
        position: static
    }

    .blog-featured {
        grid-template-columns: 1fr
    }

    .blog-featured-img {
        min-height: 220px
    }

    .blog-featured-body {
        padding: 22px
    }

    .blog-featured-body h2 {
        font-size: 22px
    }
}

/* === Modern FAQ === */
.faq-section {
    padding: 36px 0 0;
    background: #fafaf9
}

.faq-layout {
    display: grid;
    grid-template-columns: 280px 1fr;
    gap: 28px;
    align-items: start
}

.faq-sidebar {
    display: flex;
    flex-direction: column;
    gap: 16px;
    position: sticky;
    top: 90px
}

.faq-search-box {
    position: relative;
    background: #fff;
    border-radius: 12px;
    border: 1px solid var(--border);
    box-shadow: var(--shadow-sm)
}

.faq-search-box i {
    position: absolute;
    left: 14px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--gray);
    font-size: 14px
}

.faq-search-box input {
    width: 100%;
    padding: 13px 14px 13px 40px;
    border: 0;
    background: transparent;
    font-size: 14px;
    outline: none;
    border-radius: 12px
}

.faq-search-box input:focus {
    box-shadow: 0 0 0 3px rgba(234, 88, 12, .12)
}

.faq-cat-card,
.faq-cta-card {
    background: #fff;
    border: 1px solid var(--border);
    border-radius: 14px;
    padding: 18px;
    box-shadow: var(--shadow-sm)
}

.faq-cat-card h4,
.faq-cta-card h4 {
    font-size: 14px;
    margin: 0 0 12px;
    display: flex;
    align-items: center;
    gap: 8px;
    color: var(--text);
    text-transform: uppercase;
    letter-spacing: .5px
}

.faq-cat-card h4 i {
    color: var(--primary)
}

.faq-cat-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 2px
}

.faq-cat-link {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 9px 12px;
    border-radius: 9px;
    color: var(--text);
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    transition: .2s
}

.faq-cat-link i {
    color: var(--gray);
    font-size: 13px;
    width: 14px
}

.faq-cat-link:hover {
    background: #fff7ed;
    color: var(--primary)
}

.faq-cat-link:hover i {
    color: var(--primary)
}

.faq-cat-link.active {
    background: #fff7ed;
    color: var(--primary);
    font-weight: 700
}

.faq-cat-link.active i {
    color: var(--primary)
}

.faq-cnt {
    margin-left: auto;
    background: #f1f5f9;
    color: var(--gray);
    padding: 2px 9px;
    border-radius: 99px;
    font-size: 11px;
    font-weight: 700
}

.faq-cat-link.active .faq-cnt,
.faq-cat-link:hover .faq-cnt {
    background: var(--primary);
    color: #fff
}

.faq-cta-card {
    text-align: center;
    background: linear-gradient(180deg, #fff7ed 0%, #ffffff 100%)
}

.faq-cta-card>i:first-child {
    font-size: 34px;
    color: var(--primary);
    margin-bottom: 10px;
    display: block
}

.faq-cta-card h4 {
    justify-content: center;
    text-transform: none;
    letter-spacing: 0;
    font-size: 16px
}

.faq-cta-card p {
    font-size: 13px;
    color: var(--gray);
    margin: 0 0 14px
}

.faq-btn-call {
    background: var(--grad-accent);
    color: #fff;
    border: 0;
    width: 100%;
    justify-content: center;
    margin-bottom: 8px
}

.faq-btn-wa {
    background: #25d366;
    color: #fff;
    border: 0;
    width: 100%;
    justify-content: center
}

.faq-main {
    display: flex;
    flex-direction: column;
    gap: 30px
}

.faq-cat-block {
    scroll-margin-top: 90px
}

.faq-cat-title {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 20px;
    margin: 0 0 14px;
    color: var(--text);
    font-weight: 700
}

.faq-cat-title i {
    color: var(--primary);
    font-size: 22px
}

.faq-cat-title span {
    margin-left: 8px;
    background: #fff7ed;
    color: var(--primary);
    padding: 2px 10px;
    border-radius: 99px;
    font-size: 12px;
    font-weight: 700
}

@media(max-width:900px) {
    .faq-layout {
        grid-template-columns: 1fr
    }

    .faq-sidebar {
        position: static;
        flex-direction: column
    }

    .faq-cta-card {
        display: none
    }
}

.blog-section {
    padding: 36px 0 0
}

/* footer'dan önceki son section'da alt boşluğu makul tut (tüm sayfalar) */
section.section:has(+ .footer),
section.section.section-light:has(+ .footer),
section:has(+ .footer) {
    padding-bottom: 24px !important;
    margin-bottom: 0 !important;
}

/* footer'dan hemen önceki cta-banner iç padding'ini biraz azalt */
.cta-banner:has(+ .footer),
section.section:has(+ .footer) .cta-banner:last-child,
section:has(+ .footer) .cta-banner:last-child {
    padding-top: 36px !important;
    padding-bottom: 36px !important;
    margin-bottom: 0 !important;
}

body>section.section:last-of-type,
body>section:last-of-type {
    padding-bottom: 24px !important;
}

/* Footer üstünde makul hava bırak */
.footer {
    padding-top: 28px !important;
}
.footer-grid {
    padding-bottom: 40px !important;
}