/*!
 * aras-turizm-v1 — Personel, Öğrenci Taşımacılığı ve VIP Transfer Teması
 * ESC Medya
 */

/* ============================================================
   1. DEĞİŞKENLER & TEMEL
   ============================================================ */
:root {
    --ag-lacivert: #0f2542;
    --ag-lacivert-2: #16345c;
    --ag-lacivert-3: #0a1b31;
    --ag-altin: #e8b33a;
    --ag-altin-koyu: #c9941f;
    --ag-mavi: #1c6fd0;
    --ag-gri: #f4f6f9;
    --ag-gri-2: #eaeef4;
    --ag-metin: #55617a;
    --ag-baslik: #0f2542;
    --ag-border: #e3e8ef;
    --ag-beyaz: #ffffff;
    --ag-radius: 10px;
    --ag-radius-lg: 16px;
    --ag-golge: 0 12px 34px rgba(15, 37, 66, .10);
    --ag-golge-sm: 0 6px 18px rgba(15, 37, 66, .08);
    --ag-font: 'Manrope', -apple-system, 'Segoe UI', Arial, sans-serif;
    --ag-font-baslik: 'Barlow Condensed', 'Manrope', Arial, sans-serif;
}

* { box-sizing: border-box; }

body {
    font-family: var(--ag-font);
    font-size: 16px;
    line-height: 1.75;
    color: var(--ag-metin);
    background: var(--ag-beyaz);
    overflow-x: hidden;
}

body.ag-locked { overflow: hidden; }

h1, h2, h3, h4, h5, h6 {
    font-family: var(--ag-font-baslik);
    color: var(--ag-baslik);
    font-weight: 700;
    letter-spacing: .2px;
    margin: 0 0 14px;
    line-height: 1.2;
}

h1 { font-size: 48px; }
h2 { font-size: 38px; }
h3 { font-size: 24px; }

p { margin: 0 0 16px; }

a { color: var(--ag-lacivert-2); text-decoration: none; transition: color .25s ease; }
a:hover { color: var(--ag-altin-koyu); text-decoration: none; }

img { max-width: 100%; height: auto; }

.sr-only {
    position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
    overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0;
}

.ag-skip-link {
    position: absolute; left: -9999px; top: 0; z-index: 1000;
    background: var(--ag-lacivert); color: #fff; padding: 10px 18px;
}
.ag-skip-link:focus { left: 12px; top: 12px; color: #fff; }

/* ============================================================
   2. YARDIMCI BİLEŞENLER
   ============================================================ */
.ag-btn {
    display: inline-flex; align-items: center; gap: 9px;
    padding: 13px 30px; border-radius: var(--ag-radius);
    font-weight: 700; font-size: 15px; letter-spacing: .3px;
    border: 2px solid transparent; cursor: pointer;
    transition: all .28s ease; white-space: nowrap;
}
.ag-btn--primary { background: var(--ag-altin); color: var(--ag-lacivert); border-color: var(--ag-altin); }
.ag-btn--primary:hover { background: var(--ag-altin-koyu); border-color: var(--ag-altin-koyu); color: #fff; }
.ag-btn--dark { background: var(--ag-lacivert); color: #fff; border-color: var(--ag-lacivert); }
.ag-btn--dark:hover { background: var(--ag-lacivert-2); color: var(--ag-altin); }
.ag-btn--ghost { background: rgba(255, 255, 255, .12); color: #fff; border-color: rgba(255, 255, 255, .55); }
.ag-btn--ghost:hover { background: #fff; color: var(--ag-lacivert); border-color: #fff; }
.ag-btn--outline { background: transparent; color: var(--ag-lacivert); border-color: var(--ag-border); }
.ag-btn--outline:hover { background: var(--ag-lacivert); color: #fff; border-color: var(--ag-lacivert); }
.ag-btn--block { width: 100%; justify-content: center; }

.ag-eyebrow {
    display: inline-flex; align-items: center; gap: 8px;
    font-size: 13px; font-weight: 800; letter-spacing: 1.6px;
    text-transform: uppercase; color: var(--ag-altin-koyu); margin-bottom: 10px;
}
.ag-eyebrow::before { content: ''; width: 26px; height: 2px; background: var(--ag-altin); }

.ag-section { padding: 90px 0; }
.ag-section--soft { background: var(--ag-gri); }
.ag-section--dark { background: var(--ag-lacivert); }
.ag-section__cta { text-align: center; margin-top: 34px; }

.ag-head { margin-bottom: 44px; }
.ag-head--center { text-align: center; max-width: 720px; margin-left: auto; margin-right: auto; }
.ag-head--center .ag-eyebrow { justify-content: center; }
.ag-head__title { font-size: 40px; margin-bottom: 12px; }
.ag-head__desc { margin-bottom: 0; }
.ag-section--dark .ag-head__title { color: #fff; }
.ag-section--dark .ag-head__desc { color: rgba(255, 255, 255, .78); }

/* ============================================================
   3. ÜST ŞERİT & NAVİGASYON
   ============================================================ */
.ag-topbar {
    background: var(--ag-lacivert-3);
    color: rgba(255, 255, 255, .8);
    font-size: 13.5px;
}
.ag-topbar__inner {
    display: flex; align-items: center; justify-content: space-between;
    flex-wrap: wrap; gap: 8px; min-height: 44px;
}
.ag-topbar ul { display: flex; align-items: center; gap: 22px; margin: 0; flex-wrap: wrap; }
.ag-topbar li { display: flex; align-items: center; gap: 8px; }
.ag-topbar i { color: var(--ag-altin); font-size: 13px; }
.ag-topbar a { color: rgba(255, 255, 255, .85); }
.ag-topbar a:hover { color: var(--ag-altin); }
.ag-topbar__social { gap: 12px !important; }
.ag-topbar__social a {
    width: 28px; height: 28px; border-radius: 50%;
    display: inline-flex; align-items: center; justify-content: center;
    background: rgba(255, 255, 255, .08);
}
.ag-topbar__social a:hover { background: var(--ag-altin); color: var(--ag-lacivert); }

/* Header koyu: musteri logosu beyaz metinli oldugu icin lacivert zemin kullaniyoruz. */
.ag-nav { background: var(--ag-lacivert); box-shadow: 0 2px 18px rgba(15, 37, 66, .18); position: relative; z-index: 90; }
.ag-nav.is-sticky {
    position: fixed; top: 0; left: 0; right: 0;
    animation: agSlideDown .4s ease; box-shadow: 0 8px 26px rgba(15, 37, 66, .13);
}
@keyframes agSlideDown { from { transform: translateY(-100%); } to { transform: translateY(0); } }

.ag-nav__inner { display: flex; align-items: center; justify-content: space-between; gap: 18px; min-height: 84px; }
.ag-nav__logo { flex: 0 0 auto; }

.ag-logo { display: inline-flex; align-items: center; gap: 10px; }
.ag-logo img { max-height: 48px; width: auto; }
.ag-logo__text {
    display: none; font-family: var(--ag-font-baslik); font-size: 26px;
    font-weight: 700; color: #fff; text-transform: uppercase; letter-spacing: .5px;
}
.ag-logo--text img { display: none; }
.ag-logo--text .ag-logo__text { display: inline-block; }

.ag-nav__list { display: flex; align-items: center; gap: 4px; margin: 0; padding: 0; list-style: none; }
.ag-nav__item { position: relative; }
.ag-nav__link {
    display: block; padding: 30px 12px; font-weight: 700; font-size: 14.5px;
    color: #fff; position: relative; white-space: nowrap;
}
.ag-nav__link:hover { color: var(--ag-altin); }
.ag-nav__link::after {
    content: ''; position: absolute; left: 12px; right: 12px; bottom: 24px;
    height: 2px; background: var(--ag-altin); transform: scaleX(0);
    transform-origin: left; transition: transform .28s ease;
}
.ag-nav__link:hover::after, .ag-nav__item.is-active > .ag-nav__link::after { transform: scaleX(1); }
.ag-nav__item--parent > .ag-nav__link::before {
    content: '\f107'; font-family: 'Font Awesome 5 Free'; font-weight: 900;
    float: right; margin-left: 7px; font-size: 12px; opacity: .6;
}

.ag-nav__submenu {
    position: absolute; top: 100%; left: 0; min-width: 250px;
    background: #fff; border-top: 3px solid var(--ag-altin);
    box-shadow: var(--ag-golge); list-style: none; margin: 0; padding: 8px 0;
    opacity: 0; visibility: hidden; transform: translateY(14px);
    transition: all .28s ease; z-index: 30;
}
.ag-nav__item:hover > .ag-nav__submenu { opacity: 1; visibility: visible; transform: translateY(0); }
.ag-nav__submenu .ag-nav__link { padding: 10px 20px; font-size: 14.5px; color: var(--ag-lacivert); }
.ag-nav__submenu .ag-nav__link::after { display: none; }
.ag-nav__submenu .ag-nav__link:hover { background: var(--ag-gri); color: var(--ag-altin-koyu); padding-left: 26px; }

.ag-nav__right { display: flex; align-items: center; gap: 16px; flex: 0 0 auto; }
.ag-nav__call { display: flex; align-items: center; gap: 10px; white-space: nowrap; }
.ag-nav__call i {
    width: 42px; height: 42px; border-radius: 50%; background: rgba(255, 255, 255, .1);
    color: var(--ag-altin); display: inline-flex; align-items: center; justify-content: center;
}
.ag-nav__call small { display: block; font-size: 12px; line-height: 1.2; color: rgba(255, 255, 255, .68); }
.ag-nav__call a { font-weight: 800; font-size: 16px; color: #fff; }
.ag-nav__call a:hover { color: var(--ag-altin); }
.ag-nav__burger {
    display: none; background: rgba(255, 255, 255, .12); color: #fff; border: 0;
    width: 46px; height: 46px; border-radius: var(--ag-radius); font-size: 19px;
}

/* ============================================================
   4. MOBİL MENÜ & ALT ÇUBUK
   ============================================================ */
.ag-mobile-nav { position: fixed; inset: 0; z-index: 999; visibility: hidden; opacity: 0; transition: all .3s ease; }
.ag-mobile-nav.is-open { visibility: visible; opacity: 1; }
.ag-mobile-nav__overlay { position: absolute; inset: 0; background: rgba(10, 27, 49, .7); }
.ag-mobile-nav__panel {
    position: absolute; top: 0; left: 0; bottom: 0; width: 320px; max-width: 86%;
    background: var(--ag-lacivert); padding: 30px 26px; overflow-y: auto;
    transform: translateX(-100%); transition: transform .35s ease;
}
.ag-mobile-nav.is-open .ag-mobile-nav__panel { transform: translateX(0); }
.ag-mobile-nav__close {
    position: absolute; top: 14px; right: 14px; width: 36px; height: 36px;
    border: 0; border-radius: 50%; background: rgba(255, 255, 255, .12); color: #fff;
}
.ag-mobile-nav__logo { margin-bottom: 26px; }
.ag-mobile-nav__logo .ag-logo__text { color: #fff; }
/* Masaustu menu flex; klonlanan listeyi mobilde alt alta diziyoruz. */
.ag-mobile-nav__container ul { display: block; list-style: none; margin: 0; padding: 0; }
.ag-mobile-nav__container li { position: relative; border-bottom: 1px solid rgba(255, 255, 255, .1); }
.ag-mobile-nav__container a { display: block; padding: 12px 0; color: #fff; font-weight: 600; font-size: 15px; }
.ag-mobile-nav__container a:hover { color: var(--ag-altin); }
.ag-mobile-nav__container .ag-nav__submenu {
    position: static; display: none; opacity: 1; visibility: visible; transform: none;
    background: transparent; box-shadow: none; border: 0; padding: 0 0 8px 14px;
}
.ag-mobile-nav__container .ag-nav__link::after,
.ag-mobile-nav__container .ag-nav__item--parent > .ag-nav__link::before { display: none; }
.ag-mobile-drop {
    position: absolute; top: 6px; right: 0; width: 32px; height: 32px;
    background: rgba(255, 255, 255, .1); border: 0; border-radius: 6px; color: #fff;
}
.ag-mobile-drop.is-open { background: var(--ag-altin); color: var(--ag-lacivert); }
.ag-mobile-nav__contact { margin-top: 26px; padding-top: 20px; border-top: 1px solid rgba(255, 255, 255, .12); }
.ag-mobile-nav__contact li { display: flex; gap: 10px; color: rgba(255, 255, 255, .82); font-size: 14px; margin-bottom: 12px; }
.ag-mobile-nav__contact i { color: var(--ag-altin); margin-top: 5px; }
.ag-mobile-nav__contact a { color: rgba(255, 255, 255, .82); }

.ag-mobile-bar {
    display: none; position: fixed; left: 0; right: 0; bottom: 0; z-index: 95;
    background: var(--ag-lacivert); box-shadow: 0 -4px 18px rgba(15, 37, 66, .22);
}
.ag-mobile-bar__item {
    flex: 1; padding: 10px 4px; text-align: center; color: #fff; font-size: 11.5px; font-weight: 600;
}
.ag-mobile-bar__item i { display: block; font-size: 17px; margin-bottom: 3px; color: var(--ag-altin); }

.ag-scroll-top {
    position: fixed; right: 20px; bottom: 26px; z-index: 92;
    width: 46px; height: 46px; border: 0; border-radius: 50%;
    background: var(--ag-altin); color: var(--ag-lacivert); font-size: 20px;
    opacity: 0; visibility: hidden; transition: all .3s ease;
}
.ag-scroll-top.is-visible { opacity: 1; visibility: visible; }

/* ============================================================
   5. HERO
   ============================================================ */
.ag-hero { position: relative; }
.ag-hero__swiper { position: relative; }
.ag-hero .swiper-slide { position: relative; min-height: 640px; display: flex; align-items: center; }
.ag-hero__bg {
    position: absolute; inset: 0; background-size: cover; background-position: center;
    transform: scale(1.06); transition: transform 7s ease;
}
.ag-hero .swiper-slide-active .ag-hero__bg { transform: scale(1); }
.ag-hero__shade {
    position: absolute; inset: 0;
    background: linear-gradient(90deg, rgba(10, 27, 49, .92) 0%, rgba(10, 27, 49, .72) 45%, rgba(10, 27, 49, .35) 100%);
}
.ag-hero .container { position: relative; z-index: 2; }
.ag-hero__content { max-width: 680px; padding: 90px 0; }
.ag-hero__tagline {
    display: inline-block; padding: 7px 16px; border-radius: 40px;
    background: rgba(232, 179, 58, .16); border: 1px solid rgba(232, 179, 58, .5);
    color: var(--ag-altin); font-size: 13px; font-weight: 800;
    letter-spacing: 1.4px; text-transform: uppercase; margin-bottom: 18px;
}
.ag-hero__title { font-size: 62px; color: #fff; line-height: 1.08; margin-bottom: 18px; }
.ag-hero__desc { font-size: 18px; color: rgba(255, 255, 255, .85); margin-bottom: 30px; }
.ag-hero__btns { display: flex; flex-wrap: wrap; gap: 14px; }
.ag-hero__pg { position: absolute; bottom: 30px !important; z-index: 5; text-align: left; padding-left: 12%; }
.ag-hero__pg .swiper-pagination-bullet { width: 26px; height: 4px; border-radius: 2px; background: #fff; opacity: .45; }
.ag-hero__pg .swiper-pagination-bullet-active { opacity: 1; background: var(--ag-altin); width: 40px; }

/* Hero altı hızlı erişim şeridi */
.ag-quick { margin-top: -60px; position: relative; z-index: 6; }
.ag-quick__card {
    background: #fff; border-radius: var(--ag-radius-lg); box-shadow: var(--ag-golge);
    padding: 26px 24px; height: 100%; display: flex; gap: 16px; align-items: flex-start;
    border-bottom: 3px solid transparent; transition: all .3s ease;
}
.ag-quick__card:hover { border-bottom-color: var(--ag-altin); transform: translateY(-5px); }
.ag-quick__icon {
    flex: 0 0 auto; width: 52px; height: 52px; border-radius: var(--ag-radius);
    background: var(--ag-gri); color: var(--ag-lacivert);
    display: flex; align-items: center; justify-content: center; font-size: 21px;
}
.ag-quick__card h3 { font-size: 20px; margin-bottom: 5px; }
.ag-quick__card p { font-size: 14.5px; margin-bottom: 0; }
/* Tek basina duran kart (teklif sayfasi): kolon yuksekligine uzayip footera tasmasin */
.ag-quick__card--auto { height: auto; align-self: flex-start; margin-top: 24px; }
.ag-quick__card--auto:hover { transform: none; }

/* ============================================================
   6. TANITIM (H1) & GÜVEN LİSTESİ
   ============================================================ */
.ag-intro { padding: 84px 0 60px; }
.ag-intro__title { font-size: 44px; margin-bottom: 16px; }
.ag-intro__desc { font-size: 17px; }
.ag-trust { margin: 0; padding: 0; list-style: none; }
.ag-trust li {
    display: flex; align-items: center; gap: 12px; padding: 13px 16px;
    background: var(--ag-gri); border-radius: var(--ag-radius); margin-bottom: 10px;
    font-weight: 600; color: var(--ag-baslik); font-size: 15px;
}
.ag-trust i { color: var(--ag-altin-koyu); width: 20px; text-align: center; }

/* ============================================================
   7. HİZMET KARTLARI
   ============================================================ */
.ag-service {
    background: #fff; border-radius: var(--ag-radius-lg); overflow: hidden;
    box-shadow: var(--ag-golge-sm); margin-bottom: 30px; height: calc(100% - 30px);
    display: flex; flex-direction: column; transition: all .3s ease;
    border: 1px solid var(--ag-border);
}
.ag-service:hover { box-shadow: var(--ag-golge); transform: translateY(-6px); }
.ag-service__img { position: relative; overflow: hidden; aspect-ratio: 16 / 10; background: var(--ag-gri); }
.ag-service__img img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }
.ag-service:hover .ag-service__img img { transform: scale(1.07); }
.ag-service__badge {
    position: absolute; top: 14px; left: 14px; z-index: 2;
    background: var(--ag-altin); color: var(--ag-lacivert);
    padding: 5px 13px; border-radius: 30px; font-size: 12px; font-weight: 800;
    text-transform: uppercase; letter-spacing: .8px;
}
.ag-service__icon {
    position: absolute; right: 16px; bottom: -22px; width: 52px; height: 52px;
    border-radius: 50%; background: var(--ag-lacivert); color: var(--ag-altin);
    display: flex; align-items: center; justify-content: center; font-size: 20px;
    box-shadow: var(--ag-golge-sm);
}
.ag-service__body { padding: 30px 26px 26px; flex: 1; display: flex; flex-direction: column; }
.ag-service__title { font-size: 23px; margin-bottom: 10px; }
.ag-service__desc { font-size: 15px; margin-bottom: 18px; flex: 1; }
.ag-service__link { font-weight: 800; font-size: 14.5px; color: var(--ag-lacivert); display: inline-flex; align-items: center; gap: 8px; }
.ag-service__link i { transition: transform .3s ease; }
.ag-service__link:hover { color: var(--ag-altin-koyu); }
.ag-service__link:hover i { transform: translateX(5px); }

/* ============================================================
   8. NEDEN BİZ (FEATURES)
   ============================================================ */
.ag-feature {
    text-align: center; padding: 34px 22px; border-radius: var(--ag-radius-lg);
    background: #fff; margin-bottom: 30px; height: calc(100% - 30px);
    border: 1px solid var(--ag-border); transition: all .3s ease;
}
.ag-feature:hover { background: var(--ag-lacivert); border-color: var(--ag-lacivert); transform: translateY(-6px); }
.ag-feature__icon {
    width: 68px; height: 68px; margin: 0 auto 18px; border-radius: 50%;
    background: var(--ag-gri); color: var(--ag-lacivert);
    display: flex; align-items: center; justify-content: center; font-size: 26px;
    transition: all .3s ease;
}
.ag-feature:hover .ag-feature__icon { background: var(--ag-altin); color: var(--ag-lacivert); }
.ag-feature__title { font-size: 21px; margin-bottom: 8px; transition: color .3s ease; }
.ag-feature__desc { font-size: 14.5px; margin-bottom: 0; transition: color .3s ease; }
.ag-feature:hover .ag-feature__title { color: #fff; }
.ag-feature:hover .ag-feature__desc { color: rgba(255, 255, 255, .78); }

/* ============================================================
   9. HAKKIMIZDA & İSTATİSTİK
   ============================================================ */
.ag-about__media { position: relative; }
.ag-about__media img { border-radius: var(--ag-radius-lg); width: 100%; object-fit: cover; }
.ag-about__badge {
    position: absolute; right: -14px; bottom: -18px; background: var(--ag-altin);
    color: var(--ag-lacivert); border-radius: var(--ag-radius-lg);
    padding: 18px 24px; text-align: center; box-shadow: var(--ag-golge);
}
.ag-about__badge strong { display: block; font-family: var(--ag-font-baslik); font-size: 42px; line-height: 1; }
.ag-about__badge span { font-size: 13px; font-weight: 700; text-transform: uppercase; letter-spacing: .8px; }
.ag-about__list { margin: 20px 0 26px; padding: 0; list-style: none; }
.ag-about__list li { display: flex; gap: 11px; margin-bottom: 11px; font-size: 15.5px; }
.ag-about__list i { color: var(--ag-altin-koyu); margin-top: 6px; }

.ag-stats { background: var(--ag-lacivert); padding: 56px 0; }
.ag-stat { text-align: center; color: #fff; padding: 12px 0; }
.ag-stat strong {
    display: block; font-family: var(--ag-font-baslik); font-size: 52px;
    line-height: 1; color: var(--ag-altin); margin-bottom: 6px;
}
.ag-stat span { font-size: 14.5px; color: rgba(255, 255, 255, .8); font-weight: 600; }

/* ============================================================
   10. ARAÇ FİLOSU
   ============================================================ */
.ag-fleet {
    background: #fff; border-radius: var(--ag-radius-lg); overflow: hidden;
    border: 1px solid var(--ag-border); margin-bottom: 30px; height: calc(100% - 30px);
    display: flex; flex-direction: column; transition: all .3s ease;
}
.ag-fleet:hover { box-shadow: var(--ag-golge); transform: translateY(-6px); }
.ag-fleet__img { aspect-ratio: 16 / 10; overflow: hidden; background: var(--ag-gri); }
.ag-fleet__img img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }
.ag-fleet:hover .ag-fleet__img img { transform: scale(1.07); }
.ag-fleet__body { padding: 24px 24px 26px; flex: 1; display: flex; flex-direction: column; }
.ag-fleet__title { font-size: 22px; margin-bottom: 8px; }
.ag-fleet__desc { font-size: 14.5px; margin-bottom: 16px; flex: 1; }
.ag-fleet__meta { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 16px; }
.ag-fleet__capacity, .ag-fleet__usage {
    display: inline-flex; align-items: center; gap: 7px; font-size: 13px; font-weight: 700;
    background: var(--ag-gri); color: var(--ag-lacivert); padding: 6px 13px; border-radius: 30px;
}
.ag-fleet__link { font-weight: 800; font-size: 14.5px; color: var(--ag-lacivert); display: inline-flex; align-items: center; gap: 8px; }
.ag-fleet__link:hover { color: var(--ag-altin-koyu); }

/* ============================================================
   11. REFERANSLAR
   ============================================================ */
.ag-ref {
    background: #fff; border: 1px solid var(--ag-border); border-radius: var(--ag-radius);
    padding: 20px 14px; text-align: center; margin-bottom: 24px;
    height: calc(100% - 24px); transition: all .3s ease;
}
.ag-ref:hover { border-color: var(--ag-altin); box-shadow: var(--ag-golge-sm); }
.ag-ref__img { height: 58px; display: flex; align-items: center; justify-content: center; margin-bottom: 10px; }
.ag-ref__img i { font-size: 32px; color: var(--ag-lacivert); transition: color .3s ease; }
.ag-ref:hover .ag-ref__img i { color: var(--ag-altin-koyu); }
.ag-ref__img img { max-height: 58px; width: auto; object-fit: contain; filter: grayscale(1); opacity: .8; transition: all .3s ease; }
.ag-ref:hover .ag-ref__img img { filter: grayscale(0); opacity: 1; }
.ag-ref__name { display: block; font-weight: 800; font-size: 14.5px; color: var(--ag-baslik); }
.ag-ref__sector { display: block; font-size: 12.5px; color: var(--ag-metin); }

/* ============================================================
   12. MÜŞTERİ YORUMLARI
   ============================================================ */
.ag-testi__swiper { padding-bottom: 10px; }
.ag-testi {
    background: #fff; border-radius: var(--ag-radius-lg); padding: 32px 28px;
    box-shadow: var(--ag-golge-sm); height: 100%; border: 1px solid var(--ag-border);
}
.ag-testi__quote { color: var(--ag-altin); font-size: 26px; margin-bottom: 12px; }
.ag-testi__text { font-size: 15.5px; font-style: italic; margin-bottom: 18px; }
.ag-testi__foot { display: flex; align-items: center; gap: 12px; border-top: 1px solid var(--ag-border); padding-top: 16px; }
.ag-testi__avatar {
    width: 46px; height: 46px; border-radius: 50%; background: var(--ag-lacivert);
    color: var(--ag-altin); display: flex; align-items: center; justify-content: center; font-size: 18px;
}
.ag-testi__name { display: block; font-weight: 800; color: var(--ag-baslik); font-size: 15.5px; }
.ag-testi__subject { display: block; font-size: 13px; color: var(--ag-metin); }

/* ============================================================
   13. SSS AKORDEON
   ============================================================ */
.ag-faq__list { max-width: 900px; margin: 0 auto; }
.ag-faq__item {
    background: #fff; border: 1px solid var(--ag-border); border-radius: var(--ag-radius);
    margin-bottom: 14px; overflow: hidden;
}
.ag-faq__item.is-open { border-color: var(--ag-altin); box-shadow: var(--ag-golge-sm); }
.ag-faq__question {
    display: flex; align-items: center; justify-content: space-between; gap: 14px;
    width: 100%; padding: 19px 24px; background: transparent; border: 0; cursor: pointer;
    font-family: var(--ag-font-baslik); font-size: 20px; font-weight: 700;
    color: var(--ag-baslik); text-align: left; line-height: 1.3;
}
.ag-faq__question::after {
    content: '\f067'; font-family: 'Font Awesome 5 Free'; font-weight: 900;
    font-size: 14px; color: var(--ag-altin-koyu); flex: 0 0 auto; transition: transform .3s ease;
}
.ag-faq__item.is-open .ag-faq__question::after { content: '\f068'; }
.ag-faq__answer { display: none; padding: 0 24px 22px; font-size: 15.5px; }

/* ============================================================
   14. BLOG KARTLARI
   ============================================================ */
.ag-post {
    background: #fff; border: 1px solid var(--ag-border); border-radius: var(--ag-radius-lg);
    overflow: hidden; margin-bottom: 30px; height: calc(100% - 30px);
    display: flex; flex-direction: column; transition: all .3s ease;
}
.ag-post:hover { box-shadow: var(--ag-golge); transform: translateY(-6px); }
.ag-post__img { aspect-ratio: 16 / 10; overflow: hidden; background: var(--ag-gri); }
.ag-post__img img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }
.ag-post:hover .ag-post__img img { transform: scale(1.07); }
.ag-post__body { padding: 22px 24px 24px; flex: 1; display: flex; flex-direction: column; }
.ag-post__date { display: inline-flex; align-items: center; gap: 7px; font-size: 13px; font-weight: 700; color: var(--ag-altin-koyu); margin-bottom: 9px; }
.ag-post__title { font-size: 21px; margin-bottom: 9px; }
.ag-post__excerpt { font-size: 14.5px; flex: 1; margin-bottom: 16px; }
.ag-post__link { font-weight: 800; font-size: 14.5px; color: var(--ag-lacivert); display: inline-flex; align-items: center; gap: 8px; }
.ag-post__link:hover { color: var(--ag-altin-koyu); }

/* ============================================================
   15. TEKLİF ŞERİDİ (CTA)
   ============================================================ */
.ag-cta {
    background: linear-gradient(120deg, var(--ag-lacivert) 0%, var(--ag-lacivert-2) 100%);
    padding: 64px 0; color: #fff; position: relative; overflow: hidden;
}
.ag-cta::after {
    content: '\f0d1'; font-family: 'Font Awesome 5 Free'; font-weight: 900;
    position: absolute; right: 3%; top: 50%; transform: translateY(-50%);
    font-size: 190px; color: rgba(255, 255, 255, .045);
}
.ag-cta__inner { position: relative; z-index: 2; display: flex; align-items: center; justify-content: space-between; gap: 26px; flex-wrap: wrap; }
.ag-cta__title { color: #fff; font-size: 36px; margin-bottom: 8px; }
.ag-cta__desc { color: rgba(255, 255, 255, .82); margin-bottom: 0; font-size: 16.5px; }
.ag-cta__btns { display: flex; gap: 13px; flex-wrap: wrap; }

/* ============================================================
   16. İÇ SAYFA BAŞLIĞI
   ============================================================ */
.ag-page-header {
    position: relative; padding: 96px 0 84px; background-size: cover; background-position: center;
    background-color: var(--ag-lacivert); text-align: center;
}
.ag-page-header::before { content: ''; position: absolute; inset: 0; background: rgba(10, 27, 49, .82); }
.ag-page-header .container { position: relative; z-index: 2; }
.ag-page-header__title { color: #fff; font-size: 46px; margin-bottom: 10px; }
.ag-breadcrumb { display: flex; justify-content: center; flex-wrap: wrap; gap: 10px; list-style: none; margin: 0; padding: 0; }
.ag-breadcrumb li { color: rgba(255, 255, 255, .72); font-size: 14.5px; font-weight: 600; }
.ag-breadcrumb li + li::before { content: '/'; margin-right: 10px; color: rgba(255, 255, 255, .45); }
.ag-breadcrumb a { color: var(--ag-altin); }

/* ============================================================
   17. DETAY SAYFALARI
   ============================================================ */
.ag-detail__media { border-radius: var(--ag-radius-lg); overflow: hidden; margin-bottom: 26px; }
.ag-detail__media img { width: 100%; object-fit: cover; }
.ag-detail__title { font-size: 38px; margin-bottom: 14px; }
.ag-detail__meta { display: flex; flex-wrap: wrap; gap: 18px; margin-bottom: 20px; font-size: 14px; color: var(--ag-metin); }
.ag-detail__meta i { color: var(--ag-altin-koyu); margin-right: 6px; }
.ag-detail__body { font-size: 16.5px; }
.ag-detail__body h2 { font-size: 30px; margin-top: 28px; }
.ag-detail__body h3 { font-size: 23px; margin-top: 22px; }
.ag-detail__body ul { padding-left: 20px; }
.ag-detail__body li { margin-bottom: 8px; }

.ag-sidebar__box {
    background: var(--ag-gri); border-radius: var(--ag-radius-lg);
    padding: 26px 24px; margin-bottom: 26px;
}
.ag-sidebar__title { font-size: 21px; margin-bottom: 14px; }
.ag-sidebar__list { list-style: none; margin: 0; padding: 0; }
.ag-sidebar__list li { border-bottom: 1px solid var(--ag-border); }
.ag-sidebar__list li:last-child { border-bottom: 0; }
.ag-sidebar__list a { display: flex; align-items: center; gap: 10px; padding: 11px 0; font-weight: 600; font-size: 15px; color: var(--ag-lacivert); }
.ag-sidebar__list a:hover { color: var(--ag-altin-koyu); padding-left: 6px; }
.ag-sidebar__list i { color: var(--ag-altin-koyu); font-size: 12px; }
.ag-sidebar__cta { background: var(--ag-lacivert); color: #fff; text-align: center; }
.ag-sidebar__cta .ag-sidebar__title { color: #fff; }
.ag-sidebar__cta p { color: rgba(255, 255, 255, .8); font-size: 14.5px; }
.ag-sidebar__phone { display: block; font-family: var(--ag-font-baslik); font-size: 27px; color: var(--ag-altin); margin-bottom: 14px; }

/* ============================================================
   18. GALERİ
   ============================================================ */
.ag-gallery__item { margin-bottom: 24px; }
.ag-gallery__img {
    position: relative; display: block; border-radius: var(--ag-radius);
    overflow: hidden; aspect-ratio: 4 / 3; background: var(--ag-gri);
}
.ag-gallery__img img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }
.ag-gallery__item:hover .ag-gallery__img img { transform: scale(1.08); }
.ag-gallery__img::after {
    content: '\f00e'; font-family: 'Font Awesome 5 Free'; font-weight: 900;
    position: absolute; inset: 0; display: flex; align-items: center; justify-content: center;
    background: rgba(15, 37, 66, .55); color: #fff; font-size: 26px;
    opacity: 0; transition: opacity .3s ease;
}
.ag-gallery__item:hover .ag-gallery__img::after { opacity: 1; }
.ag-gallery__caption { display: block; margin-top: 9px; font-weight: 700; font-size: 14.5px; color: var(--ag-baslik); text-align: center; }

/* ============================================================
   19. FORM & İLETİŞİM
   ============================================================ */
.ag-form__group { margin-bottom: 18px; }
.ag-form label { display: block; font-weight: 700; font-size: 14px; color: var(--ag-baslik); margin-bottom: 7px; }
.ag-form input, .ag-form select, .ag-form textarea {
    width: 100%; padding: 13px 16px; border: 1px solid var(--ag-border);
    border-radius: var(--ag-radius); font-size: 15px; font-family: var(--ag-font);
    color: var(--ag-baslik); background: #fff; transition: border-color .25s ease;
}
.ag-form input:focus, .ag-form select:focus, .ag-form textarea:focus {
    outline: 0; border-color: var(--ag-altin); box-shadow: 0 0 0 3px rgba(232, 179, 58, .15);
}
.ag-form textarea { min-height: 140px; resize: vertical; }
.ag-form label.error { color: #d8442f; font-size: 13px; font-weight: 600; margin-top: 5px; }
.ag-form input.error, .ag-form textarea.error { border-color: #d8442f; }
.ag-form__note { font-size: 13px; color: var(--ag-metin); margin: 12px 0 0; }

.ag-contact-card {
    background: #fff; border: 1px solid var(--ag-border); border-radius: var(--ag-radius-lg);
    padding: 28px 24px; text-align: center; margin-bottom: 30px; height: calc(100% - 30px);
    transition: all .3s ease;
}
.ag-contact-card:hover { box-shadow: var(--ag-golge); transform: translateY(-5px); }
.ag-contact-card__icon {
    width: 62px; height: 62px; margin: 0 auto 16px; border-radius: 50%;
    background: var(--ag-lacivert); color: var(--ag-altin);
    display: flex; align-items: center; justify-content: center; font-size: 22px;
}
.ag-contact-card h3 { font-size: 20px; margin-bottom: 7px; }
.ag-contact-card p, .ag-contact-card a { font-size: 15px; margin-bottom: 0; color: var(--ag-metin); }
.ag-contact-card a:hover { color: var(--ag-altin-koyu); }

.ag-mapbox { border-radius: var(--ag-radius-lg); overflow: hidden; line-height: 0; box-shadow: var(--ag-golge-sm); }
.ag-mapbox iframe { width: 100%; height: 420px; border: 0; }

.ag-formbox {
    background: #fff; border-radius: var(--ag-radius-lg); padding: 34px 30px;
    box-shadow: var(--ag-golge); border: 1px solid var(--ag-border);
}

/* ============================================================
   20. FOOTER
   ============================================================ */
.ag-footer { background: var(--ag-lacivert); color: rgba(255, 255, 255, .74); }
.ag-footer__top { padding: 68px 0 40px; }
.ag-footer__col { margin-bottom: 28px; }
.ag-footer__logo { margin-bottom: 16px; }
.ag-footer__logo .ag-logo__text { color: #fff; }
.ag-footer__about { font-size: 14.5px; }
.ag-footer__title { color: #fff; font-size: 21px; margin-bottom: 18px; position: relative; padding-bottom: 12px; }
.ag-footer__title::after { content: ''; position: absolute; left: 0; bottom: 0; width: 38px; height: 2px; background: var(--ag-altin); }
.ag-footer__links li { margin-bottom: 9px; }
.ag-footer__links a { color: rgba(255, 255, 255, .74); font-size: 14.5px; }
.ag-footer__links a:hover { color: var(--ag-altin); padding-left: 5px; }
.ag-footer__contact li { display: flex; gap: 11px; margin-bottom: 12px; font-size: 14.5px; }
.ag-footer__contact i { color: var(--ag-altin); margin-top: 6px; }
.ag-footer__contact a { color: rgba(255, 255, 255, .74); }
.ag-footer__contact a:hover { color: var(--ag-altin); }
.ag-footer__social { display: flex; gap: 10px; margin-top: 16px; }
.ag-footer__social a {
    width: 38px; height: 38px; border-radius: 50%; background: rgba(255, 255, 255, .08);
    color: #fff; display: inline-flex; align-items: center; justify-content: center;
}
.ag-footer__social a:hover { background: var(--ag-altin); color: var(--ag-lacivert); }
.ag-footer__map { margin-top: 16px; border-radius: var(--ag-radius); overflow: hidden; line-height: 0; }
.ag-footer__bottom { border-top: 1px solid rgba(255, 255, 255, .1); padding: 18px 0; }
.ag-footer__bottom-inner { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 8px; }
.ag-footer__bottom p { margin: 0; font-size: 13.5px; }
.ag-footer__credit a { color: var(--ag-altin); }

/* ============================================================
   21. RESPONSIVE
   ============================================================ */
/* Menu genis: telefon kutusu ancak 1400px ustunde rahat siger. */
@media (max-width: 1399px) {
    .ag-nav__call { display: none; }
}

@media (max-width: 1199px) {
    .ag-hero__title { font-size: 52px; }
}

@media (max-width: 991px) {
    h1 { font-size: 38px; }
    h2 { font-size: 32px; }
    .ag-head__title { font-size: 33px; }
    .ag-section { padding: 66px 0; }
    /* .ag-topbar ul kurali ile ayni ozgullukte kalmasi icin ata sinifla yaziyoruz. */
    .ag-topbar .ag-topbar__left, .ag-topbar .ag-topbar__mail { display: none; }
    .ag-topbar__inner { justify-content: center; }
    .ag-nav__menu { display: none; }
    .ag-nav__burger { display: inline-flex; align-items: center; justify-content: center; }
    .ag-nav__inner { min-height: 72px; }
    .ag-hero .swiper-slide { min-height: 520px; }
    .ag-hero__title { font-size: 40px; }
    .ag-hero__content { padding: 70px 0; }
    .ag-hero__pg { padding-left: 6%; }
    .ag-quick { margin-top: 0; padding-top: 50px; }
    .ag-intro { padding: 60px 0 40px; }
    .ag-intro__title { font-size: 34px; }
    .ag-about__badge { right: 12px; bottom: -14px; padding: 14px 18px; }
    .ag-about__media { margin-bottom: 40px; }
    .ag-cta__title { font-size: 29px; }
    .ag-cta::after { display: none; }
    .ag-page-header { padding: 70px 0 60px; }
    .ag-page-header__title { font-size: 34px; }
    .ag-detail__title { font-size: 30px; }
    .ag-mobile-bar { display: flex; }
    body { padding-bottom: 58px; }
    .ag-scroll-top { bottom: 74px; }
}

@media (max-width: 767px) {
    /* Dar ekranda ust menudeki teklif butonu tasiyor; alt aksiyon cubugunda zaten var. */
    .ag-nav__cta { display: none; }
    .ag-logo img { max-height: 40px; }
}

@media (max-width: 575px) {
    body { font-size: 15.5px; }
    .ag-hero .swiper-slide { min-height: 460px; }
    .ag-hero__title { font-size: 32px; }
    .ag-hero__desc { font-size: 16px; }
    .ag-hero__btns .ag-btn { flex: 1 1 100%; justify-content: center; }
    .ag-head__title { font-size: 28px; }
    .ag-section { padding: 52px 0; }
    .ag-faq__question { font-size: 17.5px; padding: 15px 18px; }
    .ag-faq__answer { padding: 0 18px 18px; }
    .ag-formbox { padding: 24px 20px; }
    .ag-stat strong { font-size: 40px; }
    .ag-footer__bottom-inner { justify-content: center; text-align: center; }
}
