:root {
    --accent: #0b7a5a;
    --accent-soft: #e0f5ee;
    --dark: #0b2b23;
    --muted: #6b7280;
    --bg: #f8fafb;
    --card: #ffffff;
    font-family: 'Inter',system-ui,-apple-system,'Segoe UI',Roboto,'Helvetica Neue',Arial;
}

* {
    box-sizing: border-box
}

body {
    margin: 0;
    background: var(--bg);
    color: var(--dark);
    line-height: 1.5
}

.container {
    max-width: 1100px;
    margin: 0 auto;
    padding: 24px
}

header {
    background: #ffffff !important;
    backdrop-filter: none;
    position: sticky;
    top: 0;
    z-index: 20;
    border-bottom: 1px solid #e5e5e5
}

.topbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 0
}

.brand {
    display: flex;
    gap: 12px;
    align-items: center
}


.logo {
    width: 54px;
    height: 54px;
    border-radius: 16px;
    background: var(--accent);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 800;
    font-size: 20px;
    box-shadow: 0 4px 14px rgba(11,122,90,0.35);
    margin-left: 6px
}

.brand-text-main {
    font-weight: 800
}

.brand-text-sub {
    font-size: 12px;
    color: var(--muted)
}

nav a {
    margin-left: 18px;
    color: var(--dark);
    text-decoration: none;
    font-weight: 600;
    font-size: 14px
}

    nav a:hover {
        text-decoration: underline
    }

.hero {
    display: grid;
    grid-template-columns: 1fr 380px;
    gap: 28px;
    align-items: center;
    padding: 28px 0 36px 0
}

.badge-row {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    margin-bottom: 10px
}

.badge {
    font-size: 11px;
    padding: 4px 10px;
    border-radius: 999px;
    background: var(--accent-soft);
    color: var(--accent);
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 6px
}

.hero h1 {
    font-size: 30px;
    margin: 0 0 8px
}

.lead {
    color: var(--muted);
    margin-bottom: 18px;
    font-size: 14px
}

.cta {
    display: flex;
    gap: 12px;
    flex-wrap: wrap
}

.btn {
    padding: 12px 18px;
    border-radius: 12px;
    border: 0;
    cursor: pointer;
    font-weight: 700;
    font-size: 14px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    text-decoration: none
}

.btn-primary {
    background: var(--accent);
    color: #fff;
    box-shadow: 0 10px 28px rgba(11,122,90,0.35)
}

.btn-ghost {
    background: transparent;
    border: 1px solid rgba(11,122,90,0.16);
    color: var(--dark)
}

.btn-pill {
    border-radius: 999px
}

.card {
    background: var(--card);
    border-radius: 14px;
    box-shadow: 0 6px 18px rgba(12,18,20,0.06);
    padding: 18px
}

.quick-iletisim {
    display: flex;
    flex-direction: column;
    gap: 10px
}

.phone-main {
    font-size: 20px;
    font-weight: 800;
    color: var(--accent)
}

.small {
    font-size: 12px;
    color: var(--muted)
}

.stats {
    display: flex;
    gap: 12px;
    margin-top: 18px;
    flex-wrap: wrap
}

.stat {
    flex: 1 1 140px;
    min-width: 120px;
    background: #fff;
    border-radius: 12px;
    padding: 10px 12px;
    border: 1px solid #edf3f2
}

    .stat span {
        display: block
    }

.stat-label {
    font-size: 11px;
    color: var(--muted)
}

.stat-value {
    font-weight: 800;
    font-size: 16px
}

section {
    scroll-margin-top: 90px
}

    section h2 {
        font-size: 22px;
        margin-bottom: 6px
    }

    section > p.section-sub {
        margin-top: 0;
        margin-bottom: 14px;
        font-size: 13px;
        color: var(--muted)
    }

.hizmetler {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 18px;
    margin: 22px 0
}

.service {
    padding: 18px;
    border-radius: 14px;
    background: linear-gradient(180deg,#fff,#fbfffc);
    text-align: left;
    border: 1px solid #edf3f2
}

.service-icon {
    font-size: 26px;
    margin-bottom: 4px
}

.service h3 {
    margin: 4px 0 4px;
    font-size: 16px
}

.service p {
    font-size: 13px;
    color: var(--muted);
    margin: 0
}

.service ul {
    padding-left: 18px;
    margin: 6px 0 0 0;
    font-size: 12px;
    color: var(--muted)
}

.about {
    display: flex;
    gap: 24px;
    align-items: center;
    margin: 28px 0
}

    .about img {
        width: 100%;
        border-radius: 14px;
        max-height: 320px;
        object-fit: cover
    }

.pill-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 10px
}

.pill {
    font-size: 11px;
    padding: 4px 10px;
    border-radius: 999px;
    background: #fff;
    border: 1px dashed #d5e5e1;
    color: var(--muted)
}

.steps {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 12px;
    margin: 18px 0
}

.step {
    background: #fff;
    border-radius: 12px;
    border: 1px solid #edf3f2;
    padding: 12px
}

.step-number {
    width: 22px;
    height: 22px;
    border-radius: 999px;
    background: var(--accent-soft);
    color: var(--accent);
    font-size: 12px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 6px
}

.step-title {
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 4px
}

.step p {
    font-size: 12px;
    margin: 0;
    color: var(--muted)
}

.pricing {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 16px;
    margin: 20px 0
}

.price-card {
    padding: 18px;
    border-radius: 14px;
    background: linear-gradient(180deg,#fff,#f8fffb);
    border: 1px solid #edf3f2
}

    .price-card h3 {
        margin: 0 0 4px
    }

.price-tag {
    font-size: 20px;
    font-weight: 800
}

.price-note {
    font-size: 12px;
    color: var(--muted)
}

.hizmet-bolgelerimiz {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 16px;
    margin: 18px 0
}

.area-card {
    background: #fff;
    border-radius: 14px;
    padding: 14px;
    border: 1px solid #edf3f2
}

    .area-card h3 {
        margin: 0 0 6px;
        font-size: 15px
    }

.area-list {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    font-size: 11px
}

.area-badge {
    padding: 4px 8px;
    border-radius: 999px;
    background: var(--accent-soft);
    color: var(--accent)
}

.gallery {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 8px;
    margin: 16px 0
}

    .gallery img {
        width: 100%;
        height: 160px;
        object-fit: cover;
        border-radius: 10px
    }

.split {
    display: grid;
    grid-template-columns: 1.05fr 380px;
    gap: 20px;
    margin: 26px 0
}

.faq-item {
    margin-bottom: 10px
}

    .faq-item strong {
        font-size: 13px
    }

form {
    display: flex;
    flex-direction: column;
    gap: 10px
}

input, textarea, select {
    padding: 10px;
    border-radius: 10px;
    border: 1px solid #e0e7eb;
    font-size: 14px;
    font-family: inherit
}

textarea {
    resize: vertical;
    min-height: 90px
}

.muted {
    color: var(--muted);
    font-size: 13px
}

.reviews {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 14px;
    margin: 16px 0
}

.review {
    background: #fff;
    border-radius: 14px;
    padding: 14px;
    border: 1px solid #edf3f2
}

    .review strong {
        font-size: 13px
    }

.stars {
    font-size: 11px;
    color: #f5a623;
    margin-bottom: 4px
}

footer {
    padding: 24px 0 32px 0;
    color: var(--muted);
    font-size: 13px;
    border-top: 1px solid #eef3f2;
    margin-top: 32px
}


@media (max-width:980px) {
    .hero {
        grid-template-columns: 1fr
    }

    .split {
        grid-template-columns: 1fr
    }

    .hizmetler {
        grid-template-columns: repeat(2,1fr)
    }

    .steps {
        grid-template-columns: repeat(2,1fr)
    }

    .pricing {
        grid-template-columns: repeat(2,1fr)
    }

    .hizmet-bolgelerimiz {
        grid-template-columns: 1fr
    }

    .gallery {
        grid-template-columns: repeat(2,1fr)
    }

    .reviews {
        grid-template-columns: repeat(2,1fr)
    }
}

@media (max-width:640px) {
    nav a {
        display: none
    }

    .logo {
        width: 44px;
        height: 44px
    }

    .hero h1 {
        font-size: 26px
    }

    .hizmetler {
        grid-template-columns: 1fr
    }

    .steps {
        grid-template-columns: 1fr
    }

    .pricing {
        grid-template-columns: 1fr
    }

    .gallery img {
        height: 130px
    }

    .reviews {
        grid-template-columns: 1fr
    }

    .stat {
        flex: 1 1 45%
    }

    .floating-actions {
        right: 12px;
        bottom: 12px
    }
}

.hamburger {
    display: none;
    font-size: 26px;
    background: none;
    border: 0;
    cursor: pointer;
    color: var(--dark)
}

.mobile-menu {
    position: fixed;
    top: 0;
    right: -280px;
    width: 280px;
    height: 100vh;
    background: #ffffff;
    box-shadow: -4px 0 16px rgba(0,0,0,0.12);
    padding: 32px 22px;
    display: flex;
    flex-direction: column;
    gap: 18px;
    transition: 0.28s ease;
    z-index: 999;
}

    .mobile-menu.open {
        right: 0
    }

    .mobile-menu a {
        font-size: 16px;
        color: var(--dark);
        font-weight: 600;
        text-decoration: none;
        padding: 10px 0;
    }

.close-btn {
    align-self: flex-end;
    font-size: 24px;
    background: none;
    border: 0;
    cursor: pointer
}

@media(max-width:640px) {
    header {
        background: #ffffff !important;
        border-bottom: 1px solid #e6e6e6
    }

    .desktop-nav {
        display: none
    }

    .hamburger {
        display: block
    }
}

html {
    scroll-behavior: smooth;
}

.jump-top {
    position: fixed;
    left: 20px;
    bottom: 20px;
    width: 40px;
    height: 40px;
    background: #0B7A5A;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s ease;
}

    .jump-top::before {
        content: "";
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-bottom: 10px solid white;
        transform: translateY(3px);
    }

body.scrolled .jump-top {
    opacity: 1;
    pointer-events: auto;
}

.jump-top:hover {
    background: #333;
}

@media (max-width: 768px) {
    .jump-top {
        bottom: 60px !important;
    }
}

@media (max-width: 768px) {
    #about {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

        #about > div:last-child {
            width: 100% !important;
            margin-top: 20px;
        }
}

.gallery-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}

.gallery-button {
    background: #0a7cff;
    color: #fff;
    padding: 8px 16px;
    border-radius: 6px;
    font-weight: 600;
    text-decoration: none;
    transition: 0.2s ease;
    font-size: 14px;
}

    .gallery-button:hover {
        background: #0069e6;
    }

@media (max-width: 600px) {
    .gallery-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }
}

.gallery-grid {
    column-count: 4;
    column-gap: 15px;
}

.gallery-item {
    break-inside: avoid;
    margin-bottom: 15px;
}

    .gallery-item img {
        width: 100%;
        border-radius: 10px;
        cursor: pointer;
    }


        .gallery-item img:hover {
            transform: scale(1.03);
        }

.modal {
    display: none;
    position: fixed;
    z-index: 9999;
    padding-top: 60px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background: rgba(0,0,0,0.85);
}

.modal-icerik {
    display: block;
    margin: auto;
    max-width: 90%;
    max-height: 85%;
}

.kapat {
    position: absolute;
    top: 20px;
    right: 30px;
    color: white;
    font-size: 40px;
    cursor: pointer;
}

@media (max-width: 1200px) {
    .gallery-grid {
        column-count: 3;
    }
}

@media (max-width: 768px) {
    .gallery-grid {
        column-count: 2;
    }
}

@media (max-width: 480px) {
    .gallery-grid {
        column-count: 1;
    }
}

#seo-aciklama {
    margin-top: 60px;
}

    #seo-aciklama h2 {
        font-size: 24px;
        margin-bottom: 15px;
    }

.seo-kutu {
    max-height: 250px;
    overflow-y: auto;
    padding: 20px;
    background: #f7f7f7;
    border-radius: 8px;
    line-height: 1.6;
    font-size: 15px;
    color: #333;
    border: 1px solid #e2e2e2;
}

    .seo-kutu p {
        text-align: justify;
    }

    .seo-kutu::-webkit-scrollbar {
        width: 8px;
    }

    .seo-kutu::-webkit-scrollbar-track {
        background: #e5e5e5;
        border-radius: 4px;
    }

    .seo-kutu::-webkit-scrollbar-thumb {
        background: #b9b9b9;
        border-radius: 4px;
    }

.blog-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 25px;
    margin-top: 25px;
}

.blog-card {
    display: block;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    transition: 0.2s ease;
}

    .blog-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 6px 18px rgba(0,0,0,0.12);
    }

.blog-image img {
    width: 100%;
    height: 180px;
    object-fit: cover;
}

.blog-content {
    padding: 15px;
}

    .blog-content h3 {
        font-size: 18px;
        margin-bottom: 8px;
    }

.blog-date {
    font-size: 14px;
    color: #777;
}

.blog-detay-container {
    margin: 0 auto;
    padding: 20px;
}

.breadcrumb {
    font-size: 14px;
    margin: 0;
    padding: 0;
    color: #777;
    display: flex;
    align-items: center;
    gap: 5px;
}

    .breadcrumb a,
    .breadcrumb span {
        margin: 0;
        padding: 0;
    }

@media (max-width: 600px) {
    .breadcrumb {
        display: none !important;
    }
}

.blog-baslik {
    font-size: 32px;
    margin-bottom: 10px;
    font-weight: 700;
}

.blog-tarih {
    font-size: 14px;
    color: #888;
    margin-bottom: 20px;
}

.blog-kapak img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    margin-bottom: 25px;
}

.blog-icerik {
    line-height: 1.7;
    font-size: 17px;
    color: #333;
    text-align: justify;
}

    .blog-icerik h2,
    .blog-icerik h3 {
        margin-top: 28px;
        margin-bottom: 12px;
        font-weight: 600;
        text-align: justify;
    }

    .blog-icerik p {
        margin-bottom: 18px;
        text-align: justify;
    }

    .blog-icerik img {
        max-width: 100%;
        margin: 20px 0;
        border-radius: 8px;
    }

#anasayfa-blog {
    margin-top: 60px;
}

.blog-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

    .blog-header h2 {
        margin: 0;
    }



.anasayfa-blog-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 25px;
}

.blog-kutu {
    display: block;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    transition: .2s;
}

    .blog-kutu:hover {
        transform: translateY(-5px);
        box-shadow: 0 6px 18px rgba(0,0,0,0.12);
    }

.blog-kutu-gorsel img {
    width: 100%;
    height: 180px;
    object-fit: cover;
}

.blog-kutu-icerik {
    padding: 15px;
}

    .blog-kutu-icerik h3 {
        font-size: 18px;
        margin-bottom: 8px;
    }

.blog-kutu-tarih {
    font-size: 14px;
    color: #888;
}

.area-list .area-badge {
    text-decoration: none;
    color: inherit;
}


.floating-actions {
    position: fixed;
    right: 18px;
    bottom: 18px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    z-index: 40;
}

.fab {
    border-radius: 999px;
    padding: 10px 14px;
    font-size: 13px;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 6px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.18);
    text-decoration: none;
    color: #fff;
}

    .fab img {
        height: 20px;
        width: 20px;
    }

.fab-primary {
    background: #25D366;
}

.fab-instagram {
    background: #E1306C;
}

.fab-phone {
    background: #ff3b30;
}

    .fab-phone.desktop-call {
        background: linear-gradient(135deg, #00c6ff, #008c8c) !important;
        color: #fff !important;
    }


.desktop-call {
    display: flex !important;
}

.mobile-call-btn {
    display: none !important;
}

@media (max-width: 768px) {
    .floating-actions {
        bottom: 60px !important;
    }
}

@media (max-width: 768px) {

    .desktop-call {
        display: none !important;
    }

    .mobile-call-btn {
        display: block !important;
        position: fixed !important;
        bottom: 0 !important;
        left: 0 !important;
        width: 100% !important;
        background: linear-gradient(135deg, #00c6ff, #008c8c) !important;
        color: #fff !important;
        text-align: center !important;
        padding: 12px 0 !important;
        font-size: 16px !important;
        font-weight: 700 !important;
        text-decoration: none !important;
        letter-spacing: 0.3px;
        z-index: 9999 !important;
        box-shadow: 0 -3px 8px rgba(0,0,0,0.18) !important;
        padding-bottom: calc(12px + env(safe-area-inset-bottom)) !important;
    }
}
.media-wrapper {
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: center;
    gap: 20px;
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
}

.left-video {
    flex-shrink: 0;
    width: 300px;
    aspect-ratio: 9 / 16;
    object-fit: cover;
    border-radius: 12px;
}

.right-photos {
    flex-shrink: 0;
    display: flex;
    flex-direction: row;
    gap: 20px;
}

    .right-photos img {
        height: calc(300px * 16 / 9);
        width: auto;
        aspect-ratio: 9/16;
        object-fit: cover;
        border-radius: 12px;
    }


@media (max-width: 768px) {
    .media-wrapper {
        flex-direction: column;
    }

    .right-photos {
        flex-direction: column;
    }

    .left-video {
        width: 90%;
        max-width: 350px;
    }

    .right-photos img {
        width: 90%;
        height: auto;
        max-width: 350px;
    }
}

.service-image {
    width: 100%;
    height: 160px;
    object-fit: cover;
    border-radius: 12px 12px 0 0;
    margin-bottom: 12px;
}