/* ==========================================================================
   ÇEKMEZ OTO KAPORTA — tasarım katmanı
   Şablonun grid'i (bootstrap), owl carousel, fancybox ve wow.js kullanılır;
   görsel dil tamamen burada tanımlıdır.
   ========================================================================== */

:root{
    --red:       #e01c1d;
    --red-2:     #ad1214;
    --red-soft:  rgba(224,28,29,.10);
    --ink:       #14161b;
    --ink-2:     #1e222a;
    --ink-3:     #2c3240;
    --body:      #5b6270;
    --muted:     #8a91a0;
    --line:      #e7e9ee;
    --soft:      #f5f6f9;
    --wa:        #25d366;
    --wa-2:      #12a44f;
    --r:         14px;
    --r-sm:      10px;
    --sh-sm:     0 6px 20px rgba(20,22,27,.07);
    --sh:        0 16px 44px rgba(20,22,27,.11);
    --sh-lg:     0 26px 70px rgba(20,22,27,.16);
    --hdr-h:     86px;
}

/* --------------------------------------------------------------- temel */
*, *::before, *::after{ box-sizing: border-box; }
html{ scroll-behavior: smooth; }
html, body{ max-width: 100%; overflow-x: hidden; }
body.site{
    font-family: 'Inter', sans-serif;
    font-size: 16px; line-height: 1.65;
    color: var(--body); background: #fff;
}
/* Not: bu temel kurallar bilerek DÜŞÜK özgüllükte tutulur; aksi halde
   .hero-tx h1 / .btn-red gibi bileşen kurallarını ezerler. */
h1, h2, h3, h4, h5, h6{
    font-family: 'Lexend', sans-serif; color: var(--ink);
    line-height: 1.22; margin: 0;
}
p{ margin: 0 0 16px; }
a{ color: inherit; text-decoration: none; transition: color .25s ease; }
img{ max-width: 100%; height: auto; }
figure{ margin: 0; }
ul{ list-style: none; margin: 0; padding: 0; }

.wrap{ width: 100%; max-width: 1360px; margin: 0 auto; padding: 0 28px; }
.centred{ text-align: center; }
.mt-40{ margin-top: 40px; }

.skip-link{
    position: absolute; left: -9999px; top: 0; z-index: 99999;
    background: var(--red); color: #fff; padding: 12px 22px; font-weight: 600;
}
.skip-link:focus{ left: 12px; top: 12px; }
a:focus-visible, button:focus-visible, summary:focus-visible{
    outline: 3px solid var(--red); outline-offset: 3px; border-radius: 4px;
}

/* şablondan gelen artıkları kapat */
.mobile-nav-toggler, .mobile-menu, .menu-backdrop, .nav-btn,
.navSidebar-button, .xs-sidebar-group, .search-box-outer,
.search-toggler, #search-popup, .loader-wrap{ display: none !important; }

/* --------------------------------------------------------------- butonlar */
.btn{
    display: inline-flex; align-items: center; justify-content: center; gap: 9px;
    font-family: 'Lexend', sans-serif; font-size: 15px; font-weight: 600;
    padding: 13px 26px; border-radius: 10px; border: 2px solid transparent;
    transition: transform .2s ease, box-shadow .25s ease, background .25s ease, color .25s ease;
    white-space: nowrap; cursor: pointer;
}
.btn i{ font-size: 15px; line-height: 1; }
.btn:hover{ transform: translateY(-2px); }
.btn-lg{ padding: 16px 32px; font-size: 16px; }
.btn-block{ display: flex; width: 100%; }

.btn-red{ background: var(--red); color: #fff; box-shadow: 0 10px 24px rgba(224,28,29,.28); }
.btn-red:hover{ background: var(--red-2); color: #fff; }

.btn-wa{ background: var(--wa); color: #fff; box-shadow: 0 10px 24px rgba(37,211,102,.30); }
.btn-wa:hover{ background: var(--wa-2); color: #fff; }
.btn-wa i{ font-size: 19px; }

.btn-white{ background: #fff; color: var(--red); box-shadow: 0 10px 24px rgba(0,0,0,.18); }
.btn-white:hover{ background: #fff; color: var(--red-2); }

.btn-ghost{ background: rgba(255,255,255,.08); color: #fff; border-color: rgba(255,255,255,.45); }
.btn-ghost:hover{ background: rgba(255,255,255,.16); color: #fff; }

.btn-line{ background: #fff; color: var(--ink); border-color: var(--line); }
.btn-line:hover{ border-color: var(--red); color: var(--red); }

.btn-row{ display: flex; flex-wrap: wrap; gap: 12px; }

/* --------------------------------------------------------------- marka */
.brand{ display: inline-flex; align-items: center; gap: 12px; flex: 0 0 auto; }
.brand-mark{
    width: 48px; height: 48px; border-radius: 13px; flex: 0 0 auto;
    background: linear-gradient(140deg, var(--red), var(--red-2));
    color: #fff; display: flex; align-items: center; justify-content: center;
    box-shadow: 0 8px 20px rgba(224,28,29,.32);
    transition: transform .3s ease;
}
.brand:hover .brand-mark{ transform: rotate(-6deg) scale(1.04); }
.brand-mark svg{ width: 31px; height: 31px; display: block; }
.brand-text{ display: flex; flex-direction: column; line-height: 1; }
.brand-text strong{
    font-family: 'Lexend', sans-serif; font-size: 24px; font-weight: 800;
    letter-spacing: -.7px; color: var(--ink);
}
.brand-text em{
    font-style: normal; font-family: 'Lexend', sans-serif;
    font-size: 9.5px; font-weight: 600; letter-spacing: 3.3px;
    color: var(--red); margin-top: 5px;
}
.brand--light .brand-text strong{ color: #fff; }
.brand--light .brand-text em{ color: rgba(255,255,255,.55); }

/* ==========================================================================
   HEADER
   ========================================================================== */
.site-header{
    position: sticky; top: 0; z-index: 900;
    background: #fff;
    border-bottom: 1px solid var(--line);
    transition: box-shadow .3s ease;
}
.site-header .hdr-wrap{
    width: 100%; max-width: 1360px; margin: 0 auto; padding: 0 28px;
    display: flex; align-items: center; justify-content: space-between; gap: 22px;
    min-width: 0;
}

/* --- üst şerit --- */
.hdr-top{
    background: var(--ink); color: rgba(255,255,255,.72);
    font-size: 12.5px; overflow: hidden;
    max-height: 42px; transition: max-height .35s ease, opacity .25s ease;
}
.hdr-top .hdr-wrap{ height: 42px; }
.hdr-top-left, .hdr-top-right{ display: flex; align-items: center; gap: 22px; min-width: 0; }
.hdr-top-item{
    display: inline-flex; align-items: center; gap: 7px;
    white-space: nowrap; color: rgba(255,255,255,.72);
}
.hdr-top-item i{ color: var(--red); font-size: 12px; }
a.hdr-top-item:hover{ color: #fff; }
.hdr-noboya{ color: rgba(255,255,255,.55); }
.hdr-noboya i{ color: var(--wa); }
.hdr-top-wa{
    display: inline-flex; align-items: center; gap: 8px;
    background: var(--wa); color: #fff; padding: 6px 15px; border-radius: 100px;
    font-family: 'Lexend', sans-serif; font-size: 12.5px; font-weight: 600;
    white-space: nowrap; transition: background .25s ease;
}
.hdr-top-wa:hover{ background: var(--wa-2); color: #fff; }
.hdr-top-wa i{ font-size: 15px; }

/* --- ana şerit --- */
.hdr-main{ background: #fff; }
.hdr-main .hdr-wrap{ height: var(--hdr-h); transition: height .3s ease; }

.hdr-nav{ flex: 1 1 auto; min-width: 0; display: flex; justify-content: center; }
.hdr-nav > ul{ display: flex; align-items: center; gap: 4px; }
.hdr-nav > ul > li{ position: relative; }
.hdr-nav > ul > li > a{
    display: inline-flex; align-items: center; gap: 6px;
    font-family: 'Lexend', sans-serif; font-size: 15px; font-weight: 500;
    color: var(--ink-3); padding: 10px 14px; border-radius: 9px;
    position: relative; white-space: nowrap;
}
.hdr-nav > ul > li > a > i{ font-size: 12px; opacity: .55; transition: transform .25s ease; }
.hdr-nav > ul > li > a::after{
    content: ''; position: absolute; left: 14px; right: 14px; bottom: 4px;
    height: 2px; background: var(--red); border-radius: 2px;
    transform: scaleX(0); transform-origin: left; transition: transform .28s ease;
}
.hdr-nav > ul > li > a:hover{ color: var(--red); }
.hdr-nav > ul > li > a:hover::after,
.hdr-nav > ul > li > a.is-active::after{ transform: scaleX(1); }
.hdr-nav > ul > li > a.is-active{ color: var(--red); font-weight: 600; }
.hdr-nav > ul > li:hover > a > i{ transform: rotate(180deg); }

/* açılır hizmet menüsü */
.hdr-sub{
    position: absolute; left: 50%; top: 100%; transform: translateX(-50%) translateY(10px);
    padding-top: 14px; opacity: 0; visibility: hidden; pointer-events: none;
    transition: opacity .25s ease, transform .25s ease, visibility .25s;
    z-index: 20;
}
.hdr-nav > ul > li.has-sub:hover .hdr-sub,
.hdr-nav > ul > li.has-sub:focus-within .hdr-sub{
    opacity: 1; visibility: visible; pointer-events: auto;
    transform: translateX(-50%) translateY(0);
}
.hdr-sub-in{
    background: #fff; border: 1px solid var(--line); border-radius: var(--r);
    box-shadow: var(--sh-lg); padding: 10px; width: 340px;
}
.hdr-sub-in > a{
    display: flex; align-items: center; gap: 13px;
    padding: 11px 12px; border-radius: var(--r-sm);
    transition: background .2s ease;
}
.hdr-sub-in > a:hover{ background: var(--soft); }
.hdr-sub-in > a > i{
    width: 40px; height: 40px; border-radius: 11px; flex: 0 0 auto;
    background: var(--red-soft); color: var(--red);
    display: flex; align-items: center; justify-content: center; font-size: 16px;
}
.hdr-sub-in > a span{ display: flex; flex-direction: column; gap: 2px; min-width: 0; }
.hdr-sub-in strong{
    font-family: 'Lexend', sans-serif; font-size: 14.5px; font-weight: 600; color: var(--ink);
}
.hdr-sub-in em{ font-style: normal; font-size: 12px; color: var(--muted); }
.hdr-sub-all{
    display: flex !important; align-items: center; gap: 7px;
    margin-top: 6px; padding: 12px !important; border-top: 1px solid var(--line);
    font-family: 'Lexend', sans-serif; font-size: 13.5px; font-weight: 600; color: var(--red) !important;
}

/* --- sağdaki aksiyonlar --- */
.hdr-actions{ display: flex; align-items: center; gap: 10px; flex: 0 0 auto; }
.hdr-wa-btn{
    width: 46px; height: 46px; border-radius: 12px; flex: 0 0 auto;
    background: rgba(37,211,102,.12); color: var(--wa);
    display: none; align-items: center; justify-content: center; font-size: 21px;
    transition: background .25s ease, color .25s ease;
}
.hdr-wa-btn:hover{ background: var(--wa); color: #fff; }

.hdr-call{
    display: inline-flex; align-items: center; gap: 12px;
    background: linear-gradient(135deg, var(--red), var(--red-2));
    color: #fff; padding: 9px 20px 9px 12px; border-radius: 12px;
    box-shadow: 0 10px 24px rgba(224,28,29,.28);
    transition: transform .22s ease, box-shadow .25s ease;
}
.hdr-call:hover{ transform: translateY(-2px); box-shadow: 0 14px 30px rgba(224,28,29,.38); color: #fff; }
.hdr-call-ic{
    width: 38px; height: 38px; border-radius: 10px; flex: 0 0 auto;
    background: rgba(255,255,255,.18); display: flex; align-items: center; justify-content: center;
    font-size: 16px;
}
.hdr-call-tx{ display: flex; flex-direction: column; line-height: 1.15; }
.hdr-call-tx em{
    font-style: normal; font-size: 11px; font-weight: 500;
    color: rgba(255,255,255,.78); letter-spacing: .2px; margin-bottom: 3px;
}
.hdr-call-tx strong{
    font-family: 'Lexend', sans-serif; font-size: 18px; font-weight: 700; letter-spacing: -.2px;
}

/* --- hamburger butonu --- */
.mnav-btn{
    display: none; flex-direction: column; justify-content: center; gap: 5px;
    width: 46px; height: 46px; border-radius: 12px; flex: 0 0 auto;
    background: var(--soft); border: 1px solid var(--line);
    cursor: pointer; padding: 0 12px;
    transition: background .22s ease, border-color .22s ease;
}
.mnav-btn:hover{ background: #fff; border-color: var(--red); }
.mnav-btn span{
    display: block; height: 2px; width: 100%; border-radius: 2px;
    background: var(--ink); transition: transform .3s ease, opacity .2s ease;
}
body.mnav-open .mnav-btn span:nth-child(1){ transform: translateY(7px) rotate(45deg); }
body.mnav-open .mnav-btn span:nth-child(2){ opacity: 0; }
body.mnav-open .mnav-btn span:nth-child(3){ transform: translateY(-7px) rotate(-45deg); }

/* --- açılır panel --- */
.mnav-backdrop{
    position: fixed; inset: 0; z-index: 940;
    background: rgba(10,12,16,.55); backdrop-filter: blur(2px);
    opacity: 0; transition: opacity .3s ease;
}
body.mnav-open .mnav-backdrop{ opacity: 1; }

.mnav{
    position: fixed; top: 0; right: 0; bottom: 0; z-index: 950;
    width: 88%; max-width: 380px;
    background: #fff; box-shadow: -18px 0 50px rgba(10,12,16,.28);
    transform: translateX(100%); transition: transform .32s cubic-bezier(.4,0,.2,1);
    display: flex; flex-direction: column;
    overflow-y: auto; -webkit-overflow-scrolling: touch;
    overscroll-behavior: contain;
}
body.mnav-open .mnav{ transform: translateX(0); }

.mnav-head{
    display: flex; align-items: center; justify-content: space-between; gap: 12px;
    padding: 16px 18px; border-bottom: 1px solid var(--line);
    position: sticky; top: 0; background: #fff; z-index: 2;
}
.mnav-close{
    width: 40px; height: 40px; border-radius: 11px; flex: 0 0 auto;
    background: var(--soft); border: 1px solid var(--line); color: var(--ink);
    display: flex; align-items: center; justify-content: center;
    font-size: 17px; cursor: pointer; transition: all .22s ease;
}
.mnav-close:hover{ background: var(--red); border-color: var(--red); color: #fff; }

.mnav-list{ padding: 10px 12px 6px; }
.mnav-list > a{
    display: flex; align-items: center; justify-content: space-between; gap: 12px;
    padding: 14px 14px; border-radius: var(--r-sm);
    font-family: 'Lexend', sans-serif; font-size: 16px; font-weight: 500;
    color: var(--ink); transition: background .2s ease, color .2s ease;
}
.mnav-list > a > i{ font-size: 13px; color: var(--muted); }
.mnav-list > a:hover{ background: var(--soft); }
.mnav-list > a.is-active{ background: var(--red); color: #fff; font-weight: 600; }
.mnav-list > a.is-active > i{ color: rgba(255,255,255,.8); }

.mnav-sub{
    margin: 2px 0 8px; padding: 6px 0 6px 14px;
    border-left: 2px solid var(--line); margin-left: 18px;
}
.mnav-sub a{
    display: flex; align-items: center; gap: 11px;
    padding: 10px 12px; border-radius: var(--r-sm);
    font-size: 14.5px; color: var(--body); transition: background .2s ease, color .2s ease;
}
.mnav-sub a i{
    width: 30px; height: 30px; border-radius: 8px; flex: 0 0 auto;
    background: var(--red-soft); color: var(--red);
    display: flex; align-items: center; justify-content: center; font-size: 13px;
}
.mnav-sub a:hover{ background: var(--soft); color: var(--red); }

.mnav-foot{
    margin-top: auto; padding: 18px; border-top: 1px solid var(--line);
    background: var(--soft);
}
.mnav-call{
    display: flex; align-items: center; gap: 12px;
    background: linear-gradient(135deg, var(--red), var(--red-2)); color: #fff;
    padding: 12px 16px; border-radius: 12px; margin-bottom: 10px;
    box-shadow: 0 10px 22px rgba(224,28,29,.26);
}
.mnav-call:hover{ color: #fff; }
.mnav-call-ic{
    width: 38px; height: 38px; border-radius: 10px; flex: 0 0 auto;
    background: rgba(255,255,255,.18);
    display: flex; align-items: center; justify-content: center; font-size: 16px;
}
.mnav-call span:not(.mnav-call-ic){ display: flex; flex-direction: column; line-height: 1.15; }
.mnav-call em{ font-style: normal; font-size: 11px; color: rgba(255,255,255,.8); margin-bottom: 3px; }
.mnav-call strong{ font-family: 'Lexend', sans-serif; font-size: 18px; font-weight: 700; }

.mnav-info{ margin-top: 16px; }
.mnav-info li{
    display: flex; gap: 10px; font-size: 13px; line-height: 1.55;
    color: var(--body); margin-bottom: 10px;
}
.mnav-info li i{ color: var(--red); font-size: 13px; margin-top: 3px; flex: 0 0 auto; width: 14px; }

/* --- kaydırma durumu --- */
.site-header.is-scrolled{ box-shadow: 0 6px 26px rgba(20,22,27,.10); }
.site-header.is-scrolled .hdr-top{ max-height: 0; opacity: 0; }
.site-header.is-scrolled .hdr-main .hdr-wrap{ height: 70px; }

/* ==========================================================================
   HERO
   ========================================================================== */
.hero{ position: relative; background: var(--ink); }
.hero-slide{ position: relative; min-height: 620px; display: flex; align-items: center; padding: 96px 0; }
.hero-bg{
    position: absolute; inset: 0; z-index: 0;
    background-size: cover; background-position: center;
    filter: brightness(1.06);
}
.hero-slide::before{
    content: ''; position: absolute; inset: 0; z-index: 1;
    background: linear-gradient(98deg, rgba(9,10,13,.94) 0%, rgba(9,10,13,.80) 42%,
                rgba(9,10,13,.30) 78%, rgba(9,10,13,.06) 100%);
}
.hero-slide .wrap{ position: relative; z-index: 2; }
.hero-tx{ max-width: 720px; }
.hero-kick{
    display: inline-flex; align-items: center; gap: 9px;
    background: rgba(224,28,29,.18); border: 1px solid rgba(224,28,29,.5);
    color: #fff; font-family: 'Lexend', sans-serif;
    font-size: 12.5px; font-weight: 600; letter-spacing: .4px;
    padding: 8px 17px; border-radius: 100px; margin-bottom: 22px;
    backdrop-filter: blur(4px);
}
.hero-kick i{ color: #ff6a6b; font-size: 12px; }
.hero-tx h1, .hero-tx h2{
    font-size: 62px; font-weight: 700; color: #fff;
    letter-spacing: -1.8px; line-height: 1.08; margin-bottom: 20px;
}
.hero-tx p{
    font-size: 18.5px; line-height: 1.65; color: rgba(255,255,255,.85);
    margin-bottom: 32px; max-width: 620px;
}
.hero-btns{ display: flex; flex-wrap: wrap; gap: 13px; }

.hero .owl-dots{
    position: absolute; left: 50%; transform: translateX(-50%); bottom: 26px; z-index: 5;
    display: flex; gap: 9px;
}
.hero .owl-dots .owl-dot span{
    width: 9px; height: 9px; border-radius: 50%; background: rgba(255,255,255,.4);
    display: block; margin: 0; transition: all .3s ease;
}
.hero .owl-dots .owl-dot.active span{ background: var(--red); width: 28px; border-radius: 5px; }
.hero .owl-nav{ display: none; }

/* güven şeridi */
.trust-strip{ background: var(--ink-2); padding: 26px 0; }
.trust-strip ul{ display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.trust-strip li{ display: flex; align-items: center; gap: 14px; }
.trust-strip li + li{ border-left: 1px solid rgba(255,255,255,.10); padding-left: 22px; }
.trust-strip i{ font-size: 24px; color: var(--red); flex: 0 0 auto; }
.trust-strip li > span{ display: flex; flex-direction: column; gap: 2px; font-size: 13px; color: rgba(255,255,255,.58); }
.trust-strip strong{ font-family: 'Lexend', sans-serif; font-size: 15.5px; font-weight: 600; color: #fff; }

/* ==========================================================================
   SAYFA BAŞLIĞI (iç sayfalar)
   ========================================================================== */
.page-hero{ position: relative; background: var(--ink); padding: 76px 0 66px; overflow: hidden; }
.page-hero-bg{
    position: absolute; inset: 0; background-size: cover; background-position: center;
    opacity: .38; filter: grayscale(.25);
}
.page-hero::after{
    content: ''; position: absolute; inset: 0;
    background: linear-gradient(100deg, rgba(9,10,13,.94) 0%, rgba(9,10,13,.78) 55%, rgba(9,10,13,.55) 100%);
}
.page-hero .wrap{ position: relative; z-index: 2; }
.crumbs{ display: flex; align-items: center; flex-wrap: wrap; gap: 9px; margin-bottom: 16px; font-size: 13.5px; }
.crumbs a{ color: rgba(255,255,255,.62); }
.crumbs a:hover{ color: var(--red); }
.crumbs span{ color: #fff; }
.crumbs i{ color: rgba(255,255,255,.3); font-size: 11px; }
.page-hero h1{
    font-size: 46px; font-weight: 700; color: #fff; letter-spacing: -1.3px; margin-bottom: 14px;
}
.page-hero p{ font-size: 17.5px; line-height: 1.6; color: rgba(255,255,255,.75); max-width: 780px; margin: 0; }

/* ==========================================================================
   BÖLÜM & BAŞLIK
   ========================================================================== */
.sec{ padding: 96px 0; }
.sec-alt{ background: var(--soft); }
.sec-dark{ background: var(--ink); }

.sec-head{ margin-bottom: 46px; }
.sec-head.centred{ text-align: center; max-width: 760px; margin-left: auto; margin-right: auto; }
.kicker{
    display: inline-block; font-family: 'Lexend', sans-serif;
    font-size: 13px; font-weight: 600; letter-spacing: 1.7px; text-transform: uppercase;
    color: var(--red); margin-bottom: 12px;
}
.sec-head h2{ font-size: 42px; font-weight: 700; letter-spacing: -1.1px; }
.sec-head p{ font-size: 16.5px; line-height: 1.7; margin-top: 15px; margin-bottom: 0; }
.sec-head.light h2{ color: #fff; }
.sec-head.light .kicker{ color: #ff6a6b; }
.sec-head.light p{ color: rgba(255,255,255,.62); }

/* ==========================================================================
   HİZMET KARTLARI
   ========================================================================== */
.svc-card{
    position: relative; display: block; height: 100%;
    border-radius: var(--r); overflow: hidden; background: var(--ink);
    box-shadow: var(--sh-sm); margin-bottom: 26px;
    transition: transform .35s ease, box-shadow .35s ease;
}
.svc-card:hover{ transform: translateY(-8px); box-shadow: var(--sh); }
.svc-card figure{ position: relative; }
.svc-card figure::after{
    content: ''; position: absolute; inset: 0;
    background: linear-gradient(180deg, rgba(9,10,13,.10) 0%, rgba(9,10,13,.45) 28%, rgba(9,10,13,.88) 58%, rgba(9,10,13,.97) 100%);
}
.svc-card img{
    width: 100%; height: 430px; object-fit: cover; display: block;
    transition: transform .7s ease;
}
.svc-card:hover img{ transform: scale(1.07); }
.svc-ic{
    position: absolute; left: 18px; top: 18px; z-index: 3;
    width: 52px; height: 52px; border-radius: 14px;
    background: linear-gradient(140deg, var(--red), var(--red-2)); color: #fff;
    display: flex; align-items: center; justify-content: center; font-size: 20px;
    box-shadow: 0 10px 22px rgba(224,28,29,.4);
}
.svc-tx{ position: absolute; left: 0; right: 0; bottom: 0; z-index: 3; padding: 24px 22px 22px; }
.svc-kick{
    display: block; font-family: 'Lexend', sans-serif; font-size: 11.5px;
    font-weight: 700; letter-spacing: 1.2px; text-transform: uppercase;
    color: #ff6a6b; margin-bottom: 7px;
}
.svc-tx h3{ font-size: 21px; font-weight: 600; color: #fff; margin-bottom: 10px; }
.svc-tx p{ font-size: 14.5px; line-height: 1.6; color: rgba(255,255,255,.72); margin-bottom: 14px; }
.svc-more{
    display: inline-flex; align-items: center; gap: 7px;
    font-family: 'Lexend', sans-serif; font-size: 13.5px; font-weight: 600; color: #fff;
}
.svc-more i{ transition: transform .25s ease; }
.svc-card:hover .svc-more i{ transform: translateX(4px); }

/* ek hizmetler */
.more-services{ margin-top: 34px; }
.more-services h3{
    font-size: 21px; font-weight: 600; margin-bottom: 22px;
    padding-bottom: 14px; border-bottom: 1px solid var(--line);
}
.more-services ul{ margin: 0 -12px; }
.more-services li{ display: flex; align-items: flex-start; gap: 13px; padding: 16px 12px; }
.more-services li i{
    width: 42px; height: 42px; border-radius: 11px; flex: 0 0 auto;
    background: var(--red-soft); color: var(--red);
    display: flex; align-items: center; justify-content: center; font-size: 17px;
}
.more-services li span{ display: flex; flex-direction: column; gap: 3px; font-size: 13.8px; line-height: 1.55; }
.more-services li strong{ font-family: 'Lexend', sans-serif; font-size: 15.5px; font-weight: 600; color: var(--ink); }
.no-paint-note{
    margin-top: 20px; background: #fff; border-left: 4px solid var(--red);
    padding: 17px 22px; border-radius: var(--r-sm); font-size: 15px;
    line-height: 1.6; box-shadow: var(--sh-sm);
}
.no-paint-note i{ color: var(--red); margin-right: 5px; }

/* ==========================================================================
   HAKKIMIZDA
   ========================================================================== */
.about-imgs{ position: relative; padding: 0 60px 80px 0; }
.ai-main img{ width: 100%; border-radius: var(--r); box-shadow: var(--sh); display: block; }
.ai-sub{
    position: absolute; right: 0; bottom: 22px; width: 56%;
    border: 8px solid #fff; border-radius: var(--r); overflow: hidden; box-shadow: var(--sh);
}
.ai-sub img{ display: block; width: 100%; }
.ai-badge{
    position: absolute; left: 0; bottom: 0;
    background: linear-gradient(135deg, var(--red), var(--red-2)); color: #fff;
    padding: 17px 25px; border-radius: 12px;
    display: flex; flex-direction: column; gap: 2px;
    box-shadow: 0 16px 34px rgba(224,28,29,.32);
}
.ai-badge i{ font-size: 21px; margin-bottom: 6px; }
.ai-badge strong{ font-family: 'Lexend', sans-serif; font-size: 18px; font-weight: 700; }
.ai-badge span{ font-size: 12.5px; opacity: .85; }
.about-tx{ padding-left: 24px; }
.about-tx .sec-head{ margin-bottom: 22px; }
.about-tx p{ font-size: 16px; line-height: 1.75; }
.about-tx .lead{
    font-size: 18.5px; line-height: 1.65; color: var(--ink-3); font-weight: 500;
    padding-left: 20px; border-left: 4px solid var(--red); margin-bottom: 22px;
}
.tick-list{ display: grid; grid-template-columns: repeat(2, 1fr); gap: 11px 20px; margin: 24px 0 28px; }
.tick-list li{ display: flex; align-items: center; gap: 10px; font-size: 15px; color: var(--ink-3); font-weight: 500; }
.tick-list i{ color: var(--red); font-size: 16px; }

/* ==========================================================================
   SÜREÇ ADIMLARI
   ========================================================================== */
.step-card{
    position: relative; background: #fff; border-radius: var(--r);
    padding: 34px 26px 30px; height: 100%; margin-bottom: 26px;
    box-shadow: var(--sh-sm); overflow: hidden;
    transition: transform .35s ease, box-shadow .35s ease;
}
.step-card:hover{ transform: translateY(-8px); box-shadow: var(--sh); }
.step-no{
    position: absolute; right: 18px; top: 10px;
    font-family: 'Lexend', sans-serif; font-size: 52px; font-weight: 800;
    color: rgba(20,22,27,.055); line-height: 1;
}
.step-ic{
    width: 56px; height: 56px; border-radius: 15px;
    background: var(--red-soft); color: var(--red);
    display: flex; align-items: center; justify-content: center;
    font-size: 23px; margin-bottom: 18px;
}
.step-card h3{ font-size: 19px; font-weight: 600; margin-bottom: 9px; }
.step-card p{ font-size: 14.5px; line-height: 1.62; margin: 0; }

/* ==========================================================================
   ÇALIŞMALAR (öncesi/sonrası)
   ========================================================================== */
.work-card .wc-in{
    position: relative; border-radius: var(--r); overflow: hidden;
    background: var(--ink); box-shadow: var(--sh-sm);
    transition: transform .35s ease, box-shadow .35s ease;
}
.work-card:hover .wc-in{ transform: translateY(-6px); box-shadow: var(--sh); }
.work-card img{ width: 100%; height: 390px; object-fit: cover; display: block; transition: transform .7s ease; }
.work-card:hover img{ transform: scale(1.06); }
.wc-tx{
    position: absolute; left: 12px; right: 12px; bottom: 12px;
    background: rgba(12,14,18,.90); backdrop-filter: blur(4px);
    border-radius: var(--r-sm); padding: 14px 17px;
}
.wc-tx h6{
    font-family: 'Lexend', sans-serif; font-size: 11px; font-weight: 700;
    letter-spacing: 1.1px; text-transform: uppercase; color: #ff6a6b; margin-bottom: 5px;
}
.wc-tx h3{ font-size: 16.5px; font-weight: 600; color: #fff; line-height: 1.35; }
.ba-tag{
    position: absolute; left: 14px; top: 14px; z-index: 3;
    font-family: 'Lexend', sans-serif; font-size: 10.5px; font-weight: 700;
    letter-spacing: 1.1px; padding: 6px 13px; border-radius: 100px; color: #fff;
}
.ba-before{ background: #3a4553; }
.ba-work{ background: #e08a0c; }
.ba-after{ background: #16a34a; }

.works-carousel .owl-nav{
    display: flex; align-items: center; justify-content: center; gap: 12px; margin-top: 30px;
}
.works-carousel .owl-nav button{
    width: 46px; height: 46px; border-radius: 12px !important;
    border: 1px solid var(--line) !important; background: #fff !important;
    color: var(--ink) !important; font-size: 18px !important;
    display: flex; align-items: center; justify-content: center;
    transition: all .25s ease;
}
.works-carousel .owl-nav button:hover{
    background: var(--red) !important; border-color: var(--red) !important; color: #fff !important;
}
.works-carousel .owl-dots{ display: none; }

/* ==========================================================================
   NEDEN BİZ
   ========================================================================== */
.why-card{
    position: relative; background: rgba(255,255,255,.045);
    border: 1px solid rgba(255,255,255,.09); border-radius: var(--r);
    padding: 32px 26px 28px; height: 100%; margin-bottom: 26px;
    transition: all .35s ease;
}
.why-card:hover{
    background: rgba(255,255,255,.075); border-color: rgba(224,28,29,.55); transform: translateY(-6px);
}
.why-no{
    position: absolute; right: 20px; top: 16px;
    font-family: 'Lexend', sans-serif; font-size: 42px; font-weight: 800;
    color: rgba(255,255,255,.07); line-height: 1;
}
.why-ic{
    width: 56px; height: 56px; border-radius: 14px;
    background: linear-gradient(140deg, var(--red), var(--red-2)); color: #fff;
    display: flex; align-items: center; justify-content: center;
    font-size: 22px; margin-bottom: 20px; box-shadow: 0 10px 24px rgba(224,28,29,.3);
}
.why-card h3{ font-size: 20px; font-weight: 600; color: #fff; margin-bottom: 11px; }
.why-card p{ font-size: 14.5px; line-height: 1.62; color: rgba(255,255,255,.6); margin: 0; }

/* ==========================================================================
   CTA BANDI
   ========================================================================== */
.cta-band{ position: relative; padding: 78px 0; overflow: hidden; }
.cta-band .bg-layer{ position: absolute; inset: 0; z-index: 0; background-size: cover; background-position: center; }
.cta-band::before{
    content: ''; position: absolute; inset: 0; z-index: 1;
    background: linear-gradient(92deg, rgba(224,28,29,.95) 0%, rgba(150,14,15,.92) 52%, rgba(11,12,15,.86) 100%);
}
.cta-band .wrap{ position: relative; z-index: 2; }
.cta-inner{ display: flex; align-items: center; justify-content: space-between; gap: 34px; flex-wrap: wrap; }
.cta-text h2{ font-size: 36px; line-height: 1.2; color: #fff; letter-spacing: -.9px; margin-bottom: 12px; }
.cta-text p{ font-size: 16.5px; line-height: 1.65; color: rgba(255,255,255,.9); margin: 0; max-width: 640px; }
.cta-btns{ display: flex; gap: 13px; flex-wrap: wrap; }

/* ==========================================================================
   GALERİ
   ========================================================================== */
.gal-card{
    position: relative; border-radius: var(--r); overflow: hidden;
    background: var(--ink); box-shadow: var(--sh-sm); margin-bottom: 26px;
}
.gal-card img{
    width: 100%; height: 270px; object-fit: cover; display: block;
    transition: transform .7s ease, opacity .4s ease;
}
.gal-card:hover img{ transform: scale(1.08); opacity: .5; }
.gal-tx{
    position: absolute; left: 0; right: 0; bottom: 0; padding: 44px 20px 18px; z-index: 2;
    background: linear-gradient(180deg, rgba(9,10,13,0), rgba(9,10,13,.9));
    pointer-events: none;
}
.gal-tx h3{ font-size: 16.5px; font-weight: 600; color: #fff; line-height: 1.35; }
.gal-zoom{
    position: absolute; right: 14px; top: 14px; z-index: 3;
    width: 44px; height: 44px; border-radius: 12px;
    background: var(--red); color: #fff;
    display: flex; align-items: center; justify-content: center; font-size: 15px;
    opacity: 0; transform: translateY(-8px); transition: all .3s ease;
}
.gal-card:hover .gal-zoom{ opacity: 1; transform: translateY(0); }

/* ==========================================================================
   BLOG KARTLARI
   ========================================================================== */
.post-card{
    background: #fff; border-radius: var(--r); overflow: hidden; height: 100%;
    box-shadow: var(--sh-sm); margin-bottom: 28px; display: flex; flex-direction: column;
    transition: transform .35s ease, box-shadow .35s ease;
}
.post-card:hover{ transform: translateY(-7px); box-shadow: var(--sh); }
.pc-img{ position: relative; display: block; overflow: hidden; }
.pc-img img{ width: 100%; height: 220px; object-fit: cover; display: block; transition: transform .7s ease; }
.post-card:hover .pc-img img{ transform: scale(1.06); }
.pc-cat{
    position: absolute; left: 14px; top: 14px;
    background: var(--red); color: #fff; border-radius: 100px; padding: 6px 14px;
    font-family: 'Lexend', sans-serif; font-size: 11.5px; font-weight: 600; letter-spacing: .3px;
}
.pc-tx{ padding: 22px 22px 24px; display: flex; flex-direction: column; flex: 1 1 auto; }
.pc-meta{ display: flex; align-items: center; gap: 8px; font-size: 12.5px; color: var(--muted); margin-bottom: 11px; }
.pc-tx h3{ font-size: 19px; font-weight: 600; line-height: 1.38; margin-bottom: 11px; }
.pc-tx h3 a:hover{ color: var(--red); }
.pc-tx p{ font-size: 14.5px; line-height: 1.65; margin-bottom: 16px; }
.pc-more{
    margin-top: auto; display: inline-flex; align-items: center; gap: 7px;
    font-family: 'Lexend', sans-serif; font-size: 13.5px; font-weight: 600; color: var(--red);
}
.pc-more i{ transition: transform .25s ease; }
.post-card:hover .pc-more i{ transform: translateX(4px); }

/* ==========================================================================
   YAZI GÖVDESİ (prose)
   ========================================================================== */
.prose{ max-width: 780px; }
.prose .kicker{ margin-bottom: 10px; }
.prose > h2{ font-size: 28px; font-weight: 600; margin: 40px 0 16px; letter-spacing: -.5px; }
.prose > h3{ font-size: 21px; font-weight: 600; margin: 28px 0 12px; }
.prose p{ font-size: 16.5px; line-height: 1.8; margin-bottom: 18px; }
.prose .lead{
    font-size: 19px; line-height: 1.7; color: var(--ink-3); font-weight: 500;
    padding-left: 20px; border-left: 4px solid var(--red); margin-bottom: 26px;
}
.prose a:not(.btn){ color: var(--red); font-weight: 600; text-decoration: underline; text-underline-offset: 3px; }
.prose .btn{ text-decoration: none; }
.prose .btn-red, .prose .btn-wa, .prose .btn-white{ color: #fff; }
.prose .btn-white{ color: var(--red); }
.prose strong{ color: var(--ink); font-weight: 600; }
.prose ol{ counter-reset: n; padding: 0; margin: 0 0 22px; list-style: none; }
.prose ol > li{
    position: relative; padding-left: 44px; margin-bottom: 14px;
    font-size: 16.5px; line-height: 1.75;
}
.prose ol > li::before{
    counter-increment: n; content: counter(n);
    position: absolute; left: 0; top: 1px;
    width: 30px; height: 30px; border-radius: 9px;
    background: var(--red-soft); color: var(--red);
    font-family: 'Lexend', sans-serif; font-size: 14px; font-weight: 700;
    display: flex; align-items: center; justify-content: center;
}
.post-list{ margin: 0 0 22px; }
.post-list li{
    position: relative; padding-left: 30px; margin-bottom: 11px;
    font-size: 16.5px; line-height: 1.7;
}
.post-list li::before{
    content: ''; position: absolute; left: 8px; top: 12px;
    width: 7px; height: 7px; border-radius: 50%; background: var(--red);
}
.post-list.good li::before{
    content: '\f00c'; font-family: 'Font Awesome 5 Pro','Font Awesome 5 Free'; font-weight: 900;
    width: auto; height: auto; background: none; border-radius: 0;
    left: 0; top: 2px; font-size: 13px; color: #16a34a;
}
.post-list.bad li::before{
    content: '\f00d'; font-family: 'Font Awesome 5 Pro','Font Awesome 5 Free'; font-weight: 900;
    width: auto; height: auto; background: none; border-radius: 0;
    left: 2px; top: 2px; font-size: 14px; color: #d33;
}

.prose-img{ border-radius: var(--r); overflow: hidden; margin-bottom: 28px; box-shadow: var(--sh-sm); }
.prose-img img{ width: 100%; display: block; max-height: 460px; object-fit: cover; }

.post-note{
    display: flex; gap: 14px; background: var(--soft); border-left: 4px solid var(--red);
    border-radius: var(--r-sm); padding: 18px 22px; margin: 26px 0;
}
.post-note i{ color: var(--red); font-size: 18px; margin-top: 3px; }
.post-note p{ margin: 0; font-size: 15.5px; line-height: 1.7; }

.post-table{ width: 100%; border-collapse: collapse; margin: 26px 0; font-size: 15px; }
.post-table th{
    background: var(--ink); color: #fff; font-family: 'Lexend', sans-serif;
    font-weight: 600; text-align: left; padding: 13px 16px; font-size: 14px;
}
.post-table td{ padding: 13px 16px; border-bottom: 1px solid var(--line); line-height: 1.6; }
.post-table tr:nth-child(even) td{ background: var(--soft); }

.post-meta{ display: flex; align-items: center; flex-wrap: wrap; gap: 16px; margin-bottom: 24px; font-size: 13.5px; color: var(--muted); }
.post-meta time, .post-meta > span{ display: inline-flex; align-items: center; gap: 7px; }
.pm-cat{
    background: var(--red-soft); color: var(--red); border-radius: 100px; padding: 6px 15px;
    font-family: 'Lexend', sans-serif; font-size: 12.5px; font-weight: 600;
}

.prose-cta{
    background: linear-gradient(135deg, var(--ink), var(--ink-3));
    border-radius: var(--r); padding: 32px 30px; margin: 40px 0;
}
.prose-cta h3{ font-size: 22px; font-weight: 600; color: #fff; margin-bottom: 10px; }
.prose-cta p{ font-size: 15.5px; color: rgba(255,255,255,.72); margin-bottom: 20px; }

.post-nav{ display: flex; gap: 14px; flex-wrap: wrap; margin-top: 40px; }
.pn{
    flex: 1 1 260px; display: flex; align-items: center; gap: 13px;
    background: #fff; border: 1px solid var(--line); border-radius: var(--r);
    padding: 16px 18px; transition: all .25s ease;
}
.pn:hover{ border-color: var(--red); box-shadow: var(--sh-sm); }
.pn i{ color: var(--red); font-size: 18px; flex: 0 0 auto; }
.pn > span{
    display: flex; flex-direction: column; gap: 3px; min-width: 0;
    font-family: 'Lexend', sans-serif; font-size: 14.5px; font-weight: 600;
    color: var(--ink); line-height: 1.35;
}
.pn em{ font-style: normal; font-size: 12px; color: var(--muted); font-weight: 400; }
.pn.next{ justify-content: flex-end; text-align: right; }

/* ==========================================================================
   YAN SÜTUN
   ========================================================================== */
.side-card{
    background: #fff; border: 1px solid var(--line); border-radius: var(--r);
    padding: 26px 24px; margin-bottom: 22px;
}
.side-card > h3{ font-size: 18px; font-weight: 600; margin-bottom: 16px; }
.side-call{
    background: linear-gradient(150deg, var(--ink), var(--ink-3)); border-color: transparent; color: #fff;
}
.side-call > i{ font-size: 28px; color: var(--red); margin-bottom: 14px; display: block; }
.side-call h3{ color: #fff; margin-bottom: 10px; }
.side-call p{ font-size: 14.5px; color: rgba(255,255,255,.68); margin-bottom: 18px; }
.side-call .btn{ margin-bottom: 10px; }
.side-call .btn-line{ background: transparent; color: #fff; border-color: rgba(255,255,255,.25); }
.side-call .btn-line:hover{ border-color: #fff; color: #fff; }

.rel-list{ display: flex; flex-direction: column; gap: 8px; }
.rel-card{
    display: flex; align-items: center; gap: 12px;
    padding: 11px 12px; border-radius: var(--r-sm); background: var(--soft);
    transition: background .22s ease;
}
.rel-card:hover{ background: var(--red-soft); }
.rel-card > i{
    width: 38px; height: 38px; border-radius: 10px; flex: 0 0 auto;
    background: #fff; color: var(--red);
    display: flex; align-items: center; justify-content: center; font-size: 15px;
}
.rel-card > span{ display: flex; flex-direction: column; gap: 2px; flex: 1 1 auto; min-width: 0; font-size: 12px; color: var(--muted); }
.rel-card strong{ font-family: 'Lexend', sans-serif; font-size: 14px; font-weight: 600; color: var(--ink); }
.rel-card > em{ font-style: normal; color: var(--muted); font-size: 14px; }

.side-info ul li{
    display: flex; gap: 11px; font-size: 14px; line-height: 1.6; margin-bottom: 13px;
}
.side-info ul li i{ color: var(--red); font-size: 14px; margin-top: 4px; flex: 0 0 auto; width: 15px; }
.side-map{
    display: inline-flex; align-items: center; gap: 7px;
    font-family: 'Lexend', sans-serif; font-size: 13.5px; font-weight: 600; color: var(--red);
}

/* ==========================================================================
   S.S.S.
   ========================================================================== */
.faq-list{ margin-bottom: 26px; }
.faq-item{
    background: #fff; border: 1px solid var(--line); border-radius: 12px;
    margin-bottom: 14px; overflow: hidden; transition: border-color .25s ease, box-shadow .25s ease;
}
.faq-item[open]{ border-color: rgba(224,28,29,.35); box-shadow: var(--sh-sm); }
.faq-item summary{
    display: flex; align-items: center; justify-content: space-between; gap: 16px;
    padding: 20px 22px; cursor: pointer; list-style: none;
    font-family: 'Lexend', sans-serif; font-size: 16.5px; font-weight: 600;
    color: var(--ink); line-height: 1.45;
}
.faq-item summary::-webkit-details-marker{ display: none; }
.faq-item summary i{ color: var(--red); font-size: 17px; transition: transform .3s ease; flex: 0 0 auto; }
.faq-item[open] summary i{ transform: rotate(180deg); }
.faq-item summary:hover{ color: var(--red); }
.faq-body{ padding: 0 22px 22px; }
.faq-body p{ font-size: 15.5px; line-height: 1.75; margin: 0; }

/* ==========================================================================
   İLETİŞİM
   ========================================================================== */
.contact-card{ background: var(--ink); border-radius: var(--r); padding: 34px 30px 30px; height: 100%; box-shadow: var(--sh); }
.contact-list li{ display: flex; gap: 15px; padding: 17px 0; }
.contact-list li + li{ border-top: 1px solid rgba(255,255,255,.10); }
.contact-list .ic{
    width: 44px; height: 44px; border-radius: 12px; flex: 0 0 auto;
    background: rgba(224,28,29,.16); color: var(--red);
    display: flex; align-items: center; justify-content: center; font-size: 17px;
}
.contact-list .ic.wa{ background: rgba(37,211,102,.16); color: var(--wa); }
.contact-list .tx{ min-width: 0; }
.contact-list .tx h4{
    font-size: 11.5px; letter-spacing: 1.3px; text-transform: uppercase;
    color: rgba(255,255,255,.42); margin-bottom: 6px; font-weight: 600;
}
.contact-list .tx a.big{
    display: block; font-family: 'Lexend', sans-serif; font-size: 22px; font-weight: 700;
    color: #fff; line-height: 1.25; margin-bottom: 4px;
}
.contact-list .tx a.big:hover{ color: #ff6a6b; }
.contact-list .tx address{ color: #fff; font-size: 15.5px; line-height: 1.6; font-style: normal; margin-bottom: 6px; }
.contact-list .tx > span{ display: block; font-size: 13px; color: rgba(255,255,255,.52); line-height: 1.55; }
.contact-list .tx span.hours{ color: #fff; font-size: 14.5px; line-height: 1.65; }
.contact-list .tx a.mini{ font-size: 13.5px; color: var(--wa); font-weight: 600; }
.card-btns{ display: flex; gap: 11px; margin-top: 24px; flex-wrap: wrap; }
.card-btns .btn{ flex: 1 1 auto; }

.map-box{
    height: 420px; border-radius: var(--r); overflow: hidden;
    box-shadow: var(--sh-sm); border: 1px solid var(--line);
}
.map-box iframe{ display: block; width: 100%; height: 100%; filter: grayscale(.12); }

.area-served{ margin-top: 24px; background: #fff; border: 1px solid var(--line); border-radius: var(--r); padding: 24px 26px; }
.area-served h3{ display: flex; align-items: center; gap: 10px; font-size: 16.5px; font-weight: 600; margin-bottom: 15px; }
.area-served h3 i{ color: var(--red); }
.area-served ul{ display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 13px; }
.area-served ul li{
    background: var(--soft); border: 1px solid var(--line); border-radius: 100px;
    padding: 6px 15px; font-size: 13.5px; font-weight: 500; color: var(--ink-3);
}
.area-served p{ font-size: 14px; line-height: 1.65; margin: 0; }

.reach-card{
    display: block; background: #fff; border: 1px solid var(--line); border-radius: var(--r);
    padding: 30px 26px; height: 100%; margin-bottom: 26px; text-align: center;
    transition: all .3s ease;
}
.reach-card:hover{ transform: translateY(-6px); box-shadow: var(--sh); border-color: var(--red); }
.reach-card > i{
    width: 62px; height: 62px; border-radius: 17px; margin: 0 auto 18px;
    background: var(--red-soft); color: var(--red);
    display: flex; align-items: center; justify-content: center; font-size: 25px;
}
.reach-card.wa > i{ background: rgba(37,211,102,.12); color: var(--wa); }
.reach-card h3{ font-size: 19px; font-weight: 600; margin-bottom: 9px; }
.reach-card p{ font-size: 14.5px; line-height: 1.6; margin-bottom: 14px; }
.reach-card strong{ font-family: 'Lexend', sans-serif; font-size: 17px; font-weight: 700; color: var(--red); }
.reach-card.wa strong{ color: var(--wa); }

/* ==========================================================================
   FOOTER
   ========================================================================== */
.site-footer{ background: var(--ink); color: rgba(255,255,255,.62); }
.ftr-grid{
    display: grid; grid-template-columns: 1.4fr 1fr 1.1fr 1.2fr; gap: 40px;
    padding: 74px 0 54px;
}
.ftr-col > h3{
    font-size: 17px; font-weight: 600; color: #fff; margin-bottom: 20px;
    padding-bottom: 12px; position: relative;
}
.ftr-col > h3::after{
    content: ''; position: absolute; left: 0; bottom: 0; width: 34px; height: 2px; background: var(--red);
}
.ftr-col > h3.mt{ margin-top: 26px; }
.ftr-brand .brand{ margin-bottom: 20px; }
.ftr-brand p{ font-size: 14.5px; line-height: 1.7; margin-bottom: 16px; }
.ftr-note{
    font-size: 13.5px; line-height: 1.6; color: rgba(255,255,255,.75);
    background: rgba(224,28,29,.13); border-left: 3px solid var(--red);
    padding: 12px 16px; border-radius: var(--r-sm); margin: 0 !important;
}
.ftr-note i{ color: var(--red); margin-right: 5px; }

.ftr-links li{ margin-bottom: 10px; }
.ftr-links a{ font-size: 14.2px; color: rgba(255,255,255,.6); line-height: 1.5; display: inline-block; }
.ftr-links a:hover{ color: var(--red); }
.ftr-links strong{ color: #fff; font-weight: 600; }
.ftr-inline{ display: flex; flex-wrap: wrap; gap: 8px 18px; }
.ftr-inline li{ margin-bottom: 0; }

.ftr-contact li{ display: flex; gap: 12px; margin-bottom: 15px; font-size: 14.2px; line-height: 1.6; }
.ftr-contact li i{ color: var(--red); font-size: 14px; margin-top: 4px; flex: 0 0 auto; width: 15px; }
.ftr-contact li a{ color: #fff; font-family: 'Lexend', sans-serif; font-size: 18px; font-weight: 700; }
.ftr-contact li a:hover{ color: var(--red); }
.ftr-btns{ display: flex; gap: 10px; margin-top: 22px; flex-wrap: wrap; }
.ftr-btns .btn{ flex: 1 1 auto; font-size: 14px; padding: 12px 18px; }

.ftr-bottom{ border-top: 1px solid rgba(255,255,255,.09); padding: 22px 0 24px; }
.ftr-bottom-in{ display: flex; align-items: center; justify-content: space-between; gap: 16px; flex-wrap: wrap; }
.ftr-bottom p{ font-size: 13.5px; color: rgba(255,255,255,.5); margin: 0; }
.ftr-bottom a{ color: #fff; font-weight: 600; }
.ftr-bottom a:hover{ color: var(--red); }
.ftr-areas{ font-size: 12.5px !important; color: rgba(255,255,255,.36) !important; }
.seo-line{
    margin-top: 16px !important; padding-top: 14px; border-top: 1px solid rgba(255,255,255,.06);
    font-size: 12px !important; line-height: 1.7; color: rgba(255,255,255,.28) !important; text-align: center;
}

/* ==========================================================================
   YÜZEN AKSİYONLAR
   ========================================================================== */
.float-wa{
    position: fixed; right: 24px; bottom: 26px; z-index: 880;
    display: inline-flex; align-items: center; gap: 11px;
    background: var(--wa); color: #fff; padding: 14px 22px 14px 18px; border-radius: 100px;
    font-family: 'Lexend', sans-serif; font-size: 15px; font-weight: 600;
    box-shadow: 0 14px 34px rgba(37,211,102,.42); transition: all .3s ease;
}
.float-wa i{ font-size: 23px; }
.float-wa:hover{ background: var(--wa-2); transform: translateY(-3px); color: #fff; }
.mobile-cta{ display: none; }
.to-top{
    position: fixed; right: 24px; bottom: 100px; z-index: 870;
    width: 46px; height: 46px; border-radius: 50%;
    background: var(--ink); color: #fff; border: none; cursor: pointer;
    display: flex; align-items: center; justify-content: center; font-size: 19px;
    box-shadow: 0 10px 26px rgba(20,22,27,.28);
    opacity: 0; visibility: hidden; transform: translateY(10px);
    transition: opacity .3s ease, transform .3s ease, visibility .3s, background .25s ease;
}
.to-top.is-on{ opacity: 1; visibility: visible; transform: translateY(0); }
.to-top:hover{ background: var(--red); }

/* ==========================================================================
   RESPONSIVE
   ========================================================================== */
@media (max-width: 1300px){
    .hero-tx h1, .hero-tx h2{ font-size: 54px; }
    .hdr-nav > ul > li > a{ padding: 10px 11px; font-size: 14.5px; }
    .hdr-call-tx strong{ font-size: 17px; }
}

@media (max-width: 1150px){
    :root{ --hdr-h: 72px; }
    .hdr-top{ display: none; }
    .hdr-nav{ display: none; }
    .mnav-btn{ display: flex; }
    .hdr-wa-btn{ display: flex; }
    .site-header .hdr-wrap{ padding: 0 18px; }
    .hdr-call{ padding: 8px 16px 8px 10px; }
    .hdr-call-ic{ width: 34px; height: 34px; font-size: 14px; }
    .hdr-call-tx em{ display: none; }
    .hdr-call-tx strong{ font-size: 16px; }
    .site-header.is-scrolled .hdr-main .hdr-wrap{ height: var(--hdr-h); }

    .hero-slide{ min-height: 480px; padding: 66px 0; }
    .hero-tx h1, .hero-tx h2{ font-size: 42px; }
    .sec{ padding: 72px 0; }
    .sec-head h2{ font-size: 34px; }
    .page-hero{ padding: 52px 0 46px; }
    .page-hero h1{ font-size: 36px; }
    .about-tx{ padding-left: 0; margin-top: 54px; }
    .ftr-grid{ grid-template-columns: 1fr 1fr; gap: 34px; padding: 60px 0 44px; }
    .prose{ max-width: none; }
}

@media (max-width: 991px){
    .trust-strip ul{ grid-template-columns: repeat(2, 1fr); }
    .trust-strip li{ border-left: none !important; padding-left: 0 !important; }
    .map-box{ height: 340px; margin-top: 30px; }
    .cta-text h2{ font-size: 29px; }
    .svc-card img{ height: 380px; }
}

@media (max-width: 767px){
    .wrap{ padding: 0 18px; }
    body.site{ padding-bottom: 72px; }

    .hero-slide{ min-height: 400px; padding: 46px 0 56px; }
    .hero-tx h1, .hero-tx h2{ font-size: 31px; letter-spacing: -.9px; }
    .hero-tx h1 br, .hero-tx h2 br{ display: none; }
    .hero-tx p{ font-size: 15.5px; margin-bottom: 24px; }
    .hero-kick{ font-size: 11.5px; padding: 7px 14px; margin-bottom: 16px; }
    .hero-btns{ gap: 10px; }
    .hero-btns .btn{ flex: 1 1 100%; }
    .hero .owl-dots{ bottom: 16px; }

    .trust-strip ul{ grid-template-columns: 1fr; gap: 15px; }
    .sec{ padding: 56px 0; }
    .sec-head{ margin-bottom: 32px; }
    .sec-head h2{ font-size: 27px; }
    .sec-head h2 br{ display: none; }
    .sec-head p{ font-size: 15.5px; }

    .page-hero{ padding: 40px 0 38px; }
    .page-hero h1{ font-size: 28px; }
    .page-hero p{ font-size: 15.5px; }

    .svc-card img{ height: 340px; }
    .about-imgs{ padding: 0; }
    .ai-sub{ display: none; }
    .ai-badge{ position: static; margin-top: 14px; display: inline-flex; }
    .tick-list{ grid-template-columns: 1fr; }
    .about-tx .lead{ font-size: 17px; }

    .work-card img{ height: 320px; }
    .cta-band{ padding: 52px 0; }
    .cta-text h2{ font-size: 25px; }
    .cta-btns{ width: 100%; }
    .cta-btns .btn{ flex: 1 1 100%; }

    .prose > h2{ font-size: 23px; margin: 30px 0 14px; }
    .prose p, .prose ol > li, .post-list li{ font-size: 15.5px; }
    .prose .lead{ font-size: 17px; }
    .prose-cta{ padding: 26px 22px; }
    .post-table{ display: block; overflow-x: auto; white-space: nowrap; }
    .pn.next{ justify-content: flex-start; text-align: left; flex-direction: row-reverse; }

    .faq-item summary{ font-size: 15.5px; padding: 17px 18px; }
    .faq-body{ padding: 0 18px 19px; }

    .contact-card{ padding: 26px 22px; }
    .ftr-grid{ grid-template-columns: 1fr; gap: 32px; padding: 48px 0 34px; }
    .ftr-bottom-in{ flex-direction: column; text-align: center; gap: 8px; }

    .float-wa{ display: none; }
    .to-top{ bottom: 86px; right: 14px; }
    .mobile-cta{
        display: flex; position: fixed; left: 0; right: 0; bottom: 0; z-index: 890;
        background: #fff; box-shadow: 0 -6px 22px rgba(20,22,27,.14);
        padding: 8px 8px calc(8px + env(safe-area-inset-bottom)); gap: 8px;
    }
    .mobile-cta a{
        flex: 1; display: flex; flex-direction: column; align-items: center; justify-content: center;
        gap: 4px; padding: 9px 4px; border-radius: var(--r-sm);
        font-family: 'Lexend', sans-serif; font-size: 11.5px; font-weight: 600;
    }
    .mobile-cta a i{ font-size: 17px; }
    .mobile-cta .mc-call{ background: var(--red); color: #fff; }
    .mobile-cta .mc-wa{ background: var(--wa); color: #fff; }
    .mobile-cta .mc-map{ background: var(--soft); color: var(--ink); border: 1px solid var(--line); }
}

/* dar ekranda header tek satira sigsin */
@media (max-width: 540px){
    /* dar ekranda header: logo + ara (ikon) + menu — numara panelde ve alt cubukta */
    .hdr-wa-btn{ display: none; }
    .site-header .hdr-wrap{ gap: 10px; padding: 0 14px; }
    .hdr-call{ width: 46px; height: 46px; padding: 0; gap: 0; justify-content: center; border-radius: 12px; }
    .hdr-call-ic{ width: auto; height: auto; background: transparent; font-size: 17px; }
    .hdr-call-tx{ display: none; }
}
@media (max-width: 460px){
    .brand-mark{ width: 42px; height: 42px; border-radius: 11px; }
    .brand-mark svg{ width: 27px; height: 27px; }
    .brand-text strong{ font-size: 20px; }
    .brand-text em{ font-size: 8.5px; letter-spacing: 2.6px; }
    .hdr-call-tx strong{ font-size: 15px; }
    .hdr-wa-btn{ width: 42px; height: 42px; font-size: 19px; }
    .hero-tx h1, .hero-tx h2{ font-size: 27px; }
    .sec-head h2{ font-size: 24px; }
    .page-hero h1{ font-size: 25px; }
}

/* --------------------------------------------------------------- erişim */
@media (prefers-reduced-motion: reduce){
    html{ scroll-behavior: auto; }
    *, *::before, *::after{
        animation-duration: .01ms !important; animation-iteration-count: 1 !important;
        transition-duration: .01ms !important;
    }
}


/* ==========================================================================
   404
   ========================================================================== */
.err-sec{ padding: 110px 0 100px; }
.err-code{
    display: block; font-family: 'Lexend', sans-serif;
    font-size: 120px; font-weight: 800; line-height: 1;
    color: var(--red); letter-spacing: -4px; margin-bottom: 10px;
}
.err-sec h1{ font-size: 34px; font-weight: 700; margin-bottom: 14px; }
.err-sec > .wrap > p{ font-size: 16.5px; max-width: 540px; margin: 0 auto 30px; }
.centred-row{ justify-content: center; }
.err-links{ max-width: 460px; margin: 50px auto 0; text-align: left; }
.err-links h2{ font-size: 18px; font-weight: 600; margin-bottom: 16px; text-align: center; }
@media (max-width: 767px){
    .err-sec{ padding: 60px 0 56px; }
    .err-code{ font-size: 84px; }
    .err-sec h1{ font-size: 25px; }
}

/* panel açıkken arka planın kaymasını engelle */
body.mnav-open{ overflow: hidden; }

/* ==========================================================================
   HİZMET BÖLGELERİ
   ========================================================================== */
.area-card{
    display: flex; gap: 16px; height: 100%; margin-bottom: 26px;
    background: #fff; border: 1px solid var(--line); border-radius: var(--r);
    padding: 24px; transition: all .3s ease;
}
.area-card:hover{ border-color: var(--red); box-shadow: var(--sh-sm); transform: translateY(-4px); }
.area-ic{
    width: 48px; height: 48px; border-radius: 13px; flex: 0 0 auto;
    background: var(--red-soft); color: var(--red);
    display: flex; align-items: center; justify-content: center; font-size: 19px;
}
.area-tx h2{ font-size: 19px; font-weight: 600; margin-bottom: 9px; }
.area-tx p{ font-size: 14.8px; line-height: 1.68; margin: 0; }
@media (max-width: 767px){
    .area-card{ padding: 20px 18px; gap: 13px; }
    .area-tx h2{ font-size: 17px; }
}

/* footer imzası */
.ftr-credit{
    margin-top: 10px !important;
    font-size: 13px !important;
    color: rgba(255,255,255,.42) !important;
}
.ftr-credit a{
    color: rgba(255,255,255,.72); font-weight: 600;
    border-bottom: 1px solid rgba(255,255,255,.22);
    transition: color .25s ease, border-color .25s ease;
}
.ftr-credit a:hover{ color: var(--red); border-color: var(--red); }
