/* ============================================================
   FAST THEME CSS
   ============================================================ */

/* ---- WhatsApp Float ---- */
.wsp-float {
    position: fixed;
    width: 56px;
    height: 56px;
    bottom: 100px;
    left: 28px;
    background: #25d366;
    color: #fff;
    border-radius: 50%;
    font-size: 28px;
    box-shadow: 0 4px 14px rgba(37,211,102,.4);
    z-index: 100;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: transform .25s, box-shadow .25s;
}
.wsp-float:hover { transform: scale(1.1); box-shadow: 0 6px 22px rgba(37,211,102,.5); color: #fff; text-decoration: none; }

/* ============================================================
   FOOTER
   ============================================================ */
.ftr { font-family: 'Inter', sans-serif; position: relative; }

/* Ana gövde */
.ftr-main {
    background: var(--primary-color);
    color: rgba(255,255,255,.85);
    position: relative;
    overflow: hidden;
    padding: 56px 0 0;
    border-top: 4px solid var(--secondary-color);
}

/* SVG dalga dekorasyon */
.ftr-wave {
    position: absolute;
    top: 0; left: 0;
    width: 100%;
    height: 100px;
    opacity: .07;
    pointer-events: none;
}
.ftr-blob {
    position: absolute;
    bottom: -80px;
    right: -40px;
    width: 320px;
    height: 320px;
    opacity: .05;
    pointer-events: none;
}

.ftr-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 28px;
    position: relative;
    z-index: 1;
}

/* ---- Menü Grid ---- */
.ftr-menus {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
    gap: 24px 32px;
    padding-bottom: 40px;
    border-bottom: 1px solid rgba(255,255,255,.1);
}
.ftr-menu-col h4 {
    font-size: 13px;
    font-weight: 700;
    color: #fff;
    margin: 0 0 14px;
    letter-spacing: .5px;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 10px;
}
.ftr-menu-col h4::after {
    content: '';
    position: absolute;
    bottom: 0; left: 0;
    width: 28px; height: 2px;
    background: rgba(255,255,255,.3);
    border-radius: 2px;
}
.ftr-menu-col ul { list-style: none; padding: 0; margin: 0; }
.ftr-menu-col ul li { margin-bottom: 8px; }
.ftr-menu-col ul li a {
    color: rgba(255,255,255,.55);
    text-decoration: none;
    font-size: 13px;
    transition: color .2s, transform .2s;
    display: inline-block;
}
.ftr-menu-col ul li a:hover { color: #fff; transform: translateX(3px); }

/* ---- Alt Bilgi Grid (3 sütun) ---- */
.ftr-info {
    display: grid;
    grid-template-columns: 1.2fr 1fr 1fr;
    gap: 36px;
    padding: 40px 0 44px;
    align-items: start;
}

/* Sol: Logo + Açıklama + Sosyal */
.ftr-brand-logo { margin-bottom: 12px; }
.ftr-brand-logo img { max-height: 40px; width: auto; }
.ftr-brand-desc {
    font-size: 13px;
    line-height: 1.75;
    color: rgba(255,255,255,.5);
    margin: 0 0 20px;
    max-width: 380px;
}
.ftr-social { display: flex; gap: 8px; flex-wrap: wrap; }
.ftr-social a {
    width: 36px; height: 36px;
    border-radius: 10px;
    background: rgba(255,255,255,.08);
    color: rgba(255,255,255,.6);
    display: flex; align-items: center; justify-content: center;
    font-size: 15px;
    text-decoration: none;
    transition: all .25s;
    backdrop-filter: blur(4px);
}
.ftr-social a:hover {
    background: #fff;
    color: var(--primary-color);
    transform: translateY(-3px);
    box-shadow: 0 4px 12px rgba(0,0,0,.15);
}

/* Orta: Ödeme Logoları */
.ftr-payments {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 14px;
}
.ftr-payments-title {
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: rgba(255,255,255,.4);
}
.ftr-payments-logos {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    align-items: center;
}
.ftr-payments-logos img {
    height: 28px;
    width: auto;
    opacity: .85;
    transition: opacity .2s, transform .2s;
    border-radius: 4px;
}
.ftr-payments-logos img:hover { opacity: 1; transform: scale(1.08); }

/* Sağ: Destek Kutusu */
.ftr-support {
    background: var(--secondary-color);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 18px;
    padding: 26px 22px;
    color: #fff;
    box-shadow: 0 8px 32px rgba(0,0,0,.2), inset 0 1px 0 rgba(255,255,255,.06);
    position: relative;
    overflow: hidden;
}
.ftr-support::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -50%;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle, rgba(255,255,255,.06) 0%, transparent 70%);
    pointer-events: none;
}
.ftr-sup-head {
    text-align: center;
    margin-bottom: 16px;
}
.ftr-sup-head .ftr-sup-icon {
    width: 44px; height: 44px;
    background: rgba(255,255,255,.12);
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    margin: 0 auto 10px;
    font-size: 18px;
}
.ftr-sup-head h5 {
    font-size: 15px;
    font-weight: 700;
    margin: 0 0 2px;
}
.ftr-sup-head .ftr-sup-sub {
    font-size: 11px;
    opacity: .7;
}
.ftr-support ul { list-style: none; padding: 0; margin: 0; }
.ftr-support ul li {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 9px 0;
    font-size: 13px;
    border-top: 1px solid rgba(255,255,255,.1);
}
.ftr-support ul li:first-child { border-top: none; }
.ftr-support ul li .ftr-li-ic {
    width: 30px; height: 30px;
    background: rgba(255,255,255,.1);
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    font-size: 12px;
    flex-shrink: 0;
}
.ftr-support ul li a,
.ftr-support ul li span { color: #fff; text-decoration: none; font-size: 13px; }
.ftr-support ul li a:hover { text-decoration: underline; }

/* ---- Alt Bar ---- */
.ftr-bar {
    background: rgba(0,0,0,.2);
    padding: 14px 0;
    color: rgba(255,255,255,.4);
    font-size: 12px;
}
.ftr-bar-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}
.ftr-bar-links { display: flex; gap: 18px; flex-wrap: wrap; }
.ftr-bar-links a {
    color: rgba(255,255,255,.4);
    text-decoration: none;
    font-size: 12px;
    transition: color .2s;
}
.ftr-bar-links a:hover { color: #fff; }

/* ---- Responsive ---- */
@media (max-width: 1024px) {
    .ftr-info { grid-template-columns: 1fr 1fr; }
    .ftr-payments { align-items: flex-start; }
}
@media (max-width: 768px) {
    .ftr-menus { grid-template-columns: repeat(2, 1fr); gap: 20px; }
    .ftr-info { grid-template-columns: 1fr; gap: 28px; }
    .ftr-bar-inner { flex-direction: column; text-align: center; }
    .ftr-bar-links { justify-content: center; }
    .ftr-main { padding: 40px 0 0; }
}
@media (max-width: 480px) {
    .ftr-menus { grid-template-columns: 1fr; }
}


/* ============================================================
   ANASAYFA MODÜLLERI
   Prefix: ahm- (Anasayfa Homepage Module)
   ============================================================ */

/* ---- Ortak Section ---- */
.ahm-section { padding: 60px 20px; font-family: 'Inter', sans-serif; }
.ahm-section--light { background: #f8fafc; }
.ahm-section--white { background: #fff; }
.ahm-container { max-width: 1200px; margin: 0 auto; }
.ahm-container--narrow { max-width: 1100px; margin: 0 auto; }
.ahm-section-subtitle { font-size: 14px; color: #64748b; margin: 8px 0 0; font-family: 'Inter', sans-serif; }
.ahm-grid { display: grid; gap: 24px; margin-top: 30px; }
.ahm-grid--3col { grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); }
.ahm-grid--3col-wide { grid-template-columns: repeat(auto-fill, minmax(320px, 1fr)); }
.ahm-more-link { text-align: center; margin-top: 24px; }
.ahm-more-link a { color: var(--primary-color); font-weight: 600; font-size: 14px; text-decoration: none; font-family: 'Inter', sans-serif; }
.ahm-more-link a:hover { text-decoration: underline; }

/* ---- Hosting Kartları ---- */
.hosting-kart { background: #fff; border: 1px solid #e2e8f0; border-radius: 12px; padding: 32px 24px; text-align: center; transition: all .3s; position: relative; font-family: 'Inter', sans-serif; }
.hosting-kart:hover { border-color: var(--primary-color); box-shadow: 0 8px 30px rgba(0,0,0,.1); transform: translateY(-4px); }
.hosting-kart-populer { border-color: var(--primary-color); box-shadow: 0 4px 20px rgba(0,0,0,.08); }
.hosting-kart-populer:hover { box-shadow: 0 12px 40px rgba(0,0,0,.15); }
.hosting-populer-badge { position: absolute; top: 0; left: 50%; transform: translateX(-50%) translateY(-50%); background: linear-gradient(135deg, #f59e0b, #f97316); color: #fff; padding: 5px 20px; border-radius: 20px; font-size: 12px; font-weight: 700; font-family: 'Inter', sans-serif; letter-spacing: .5px; box-shadow: 0 2px 8px rgba(245,158,11,.4); z-index: 2; }
.hosting-siparis-btn { display: block; padding: 12px; background: var(--primary-color); color: #fff; border-radius: 8px; font-size: 14px; font-weight: 600; text-decoration: none; transition: opacity .3s; }
.hosting-siparis-btn:hover { opacity: .9; color: #fff; }
.hosting-kart__kategori { position: absolute; right: 12px; font-size: 10px; background: var(--primary-color); color: #fff; padding: 2px 10px; border-radius: 20px; }
.hosting-kart__isim { font-size: 20px; font-weight: 700; color: #1e293b; margin: 0 0 8px; }
.hosting-kart__aciklama { font-size: 13px; color: #64748b; margin: 0 0 20px; }
.hosting-kart__spacer { margin-bottom: 20px; }
.hosting-kart__fiyat-wrap { margin-bottom: 24px; }
.hosting-kart__fiyat-label { font-size: 14px; color: #94a3b8; }
.hosting-kart__kampanya-row { margin-top: 4px; }
.hosting-kart__eski-fiyat { font-size: 16px; color: #94a3b8; text-decoration: line-through; }
.hosting-kart__fiyat { font-size: 36px; font-weight: 800; color: var(--primary-color); }
.hosting-kart__fiyat--kampanya { color: #dc2626; }
.hosting-kart__periyot { display: block; font-size: 13px; color: #94a3b8; margin-top: 4px; }
.hosting-kart__ozellikler { list-style: none; padding: 0; margin: 0 0 24px; text-align: left; }
.hosting-kart__ozellikler li { padding: 8px 0; border-bottom: 1px solid #f1f5f9; font-size: 13px; color: #475569; }
.hosting-kart__ozellikler li:last-child { border-bottom: none; }
.hosting-kart__ozellikler li i { color: var(--primary-color); width: 20px; margin-right: 8px; }

/* ---- Bayilik Kartları ---- */
.by-kart { background: #fff; border: 1px solid #e2e8f0; border-radius: 12px; padding: 32px 24px; text-align: center; transition: all .3s; position: relative; font-family: 'Inter', sans-serif; }
.by-kart:hover { border-color: var(--primary-color); box-shadow: 0 8px 30px rgba(0,0,0,.1); transform: translateY(-4px); }
.by-kart-populer { border-color: var(--primary-color); box-shadow: 0 4px 20px rgba(0,0,0,.08); }
.by-kart-populer:hover { box-shadow: 0 12px 40px rgba(0,0,0,.15); }
.by-populer-badge { position: absolute; top: 0; left: 50%; transform: translateX(-50%) translateY(-50%); background: linear-gradient(135deg, #f59e0b, #f97316); color: #fff; padding: 5px 20px; border-radius: 20px; font-size: 12px; font-weight: 700; font-family: 'Inter', sans-serif; letter-spacing: .5px; box-shadow: 0 2px 8px rgba(245,158,11,.4); z-index: 2; }
.by-indirim-badge { position: absolute; top: 12px; right: 12px; font-size: 11px; background: var(--secondary-color); color: #fff; padding: 4px 12px; border-radius: 20px; font-weight: 700; }
.by-siparis-btn { display: block; padding: 12px; background: var(--primary-color); color: #fff; border-radius: 8px; font-size: 14px; font-weight: 600; text-decoration: none; transition: opacity .3s; text-align: center; }
.by-siparis-btn:hover { opacity: .9; color: #fff; }
.by-kart__isim { font-size: 20px; font-weight: 700; color: #1e293b; margin: 0 0 8px; font-family: 'Inter', sans-serif; }
.by-kart__aciklama { font-size: 13px; color: #64748b; margin: 0 0 20px; font-family: 'Inter', sans-serif; }
.by-kart__spacer { margin-bottom: 20px; }
.by-kart__fiyat-wrap { margin-bottom: 24px; }
.by-kart__fiyat-label { font-size: 14px; color: #94a3b8; font-family: 'Inter', sans-serif; }
.by-kart__kampanya-row { margin-top: 4px; }
.by-kart__eski-fiyat { font-size: 16px; color: #94a3b8; text-decoration: line-through; font-family: 'Inter', sans-serif; }
.by-kart__fiyat { font-size: 36px; font-weight: 800; color: var(--primary-color); font-family: 'Inter', sans-serif; }
.by-kart__fiyat--kampanya { color: #dc2626; }
.by-kart__ozellikler { list-style: none; padding: 0; margin: 0 0 24px; text-align: left; }
.by-kart__ozellikler li { padding: 8px 0; border-bottom: 1px solid #f1f5f9; font-size: 13px; color: #475569; font-family: 'Inter', sans-serif; }
.by-kart__ozellikler li:last-child { border-bottom: none; }
.by-kart__ozellikler li i { color: var(--primary-color); width: 20px; margin-right: 8px; }
.by-kart__ozellik-html { margin-bottom: 20px; font-size: 13px; color: #475569; line-height: 1.8; text-align: left; font-family: 'Inter', sans-serif; }

/* ---- Hero / Arama ---- */
.ahm-hero { padding: 48px 20px; }
.ahm-hero__inner { max-width: 680px; margin: 0 auto; text-align: center; }
.ahm-hero__form { display: flex; gap: 0; border-radius: 10px; overflow: hidden; box-shadow: 0 4px 20px rgba(0,0,0,.08); border: 1px solid #e2e8f0; }
.ahm-hero__input { flex: 1; padding: 14px 20px; border: none; outline: none; font-size: 15px; font-family: 'Inter', sans-serif; background: #fff; }
.ahm-hero__btn { padding: 14px 28px; border: none; color: #fff; font-size: 15px; font-weight: 600; cursor: pointer; font-family: 'Inter', sans-serif; transition: opacity .3s; display: flex; align-items: center; gap: 8px; }
.ahm-hero__btn:hover { opacity: .85; }

/* ---- CTA ---- */
.ahm-cta { padding: 48px 20px; background: var(--primary-color); font-family: 'Inter', sans-serif; }
.ahm-cta__inner { max-width: 1100px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 20px; }
.ahm-cta__content { flex: 1; min-width: 280px; }
.ahm-cta__title { color: #fff; margin: 0 0 6px; font-size: 24px; font-weight: 700; }
.ahm-cta__desc { color: rgba(255,255,255,.75); margin: 0; font-size: 14px; line-height: 1.6; }
.ahm-cta__btn { display: inline-block; padding: 14px 36px; background: #fff; color: #1e293b; border-radius: 8px; font-weight: 700; font-size: 14px; text-decoration: none; transition: opacity .3s; }
.ahm-cta__btn:hover { opacity: .9; color: #1e293b; }
.ahm-cta__btn i { margin-left: 6px; }

/* ---- İstatistikler ---- */
.ahm-ist { position: relative; font-family: 'Inter', sans-serif; }
.ahm-ist__overlay { position: absolute; inset: 0; }
.ahm-ist__body { position: relative; z-index: 1; padding: 60px 20px; }
.ahm-ist__header { text-align: center; margin-bottom: 40px; }
.ahm-ist__title { font-size: 24px; font-weight: 700; margin: 0 0 6px; }
.ahm-ist__subtitle { font-size: 14px; margin: 0; }
.ahm-ist__grid { display: grid; gap: 32px; text-align: center; }
.ahm-ist__item { padding: 20px 10px; }
.ahm-ist__icon { width: 56px; height: 56px; border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 auto 16px; }
.ahm-ist__icon i { font-size: 22px; }
.ahm-ist__sayi { font-size: 36px; font-weight: 800; line-height: 1.1; }
.ahm-ist__baslik { font-size: 14px; margin-top: 8px; font-weight: 500; }

@media (max-width: 768px) {
    .ahm-ist__grid { grid-template-columns: repeat(2, 1fr) !important; }
    .ahm-grid--3col, .ahm-grid--3col-wide { grid-template-columns: 1fr; }
    .ahm-cta__inner { flex-direction: column; text-align: center; }
    .ahm-hero__form { flex-direction: column; }
    .ahm-hero__btn { justify-content: center; }
}
@media (max-width: 480px) {
    .ahm-ist__grid { grid-template-columns: 1fr !important; }
}


/* ---- Blog Placeholder ---- */
.blog-header img { width: 100%; height: 100%; object-fit: cover; }
.blog-header__placeholder { display: flex; flex-direction: column; align-items: center; justify-content: center; width: 100%; height: 100%; }
.blog-header__placeholder p { margin: 0; font-size: 12px; opacity: .9; }

/* ---- Empty State ---- */
.ahm-empty-state { grid-column: 1 / -1; text-align: center; padding: 40px; color: #999; }

/* ---- Kampanyalar Grid ---- */
.akmp-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 20px; margin-top: 30px; }
.akmp-card { display: flex; flex-direction: column; background: #fff; border: 1px solid #e2e8f0; border-radius: 12px; overflow: hidden; text-decoration: none; transition: all .3s; font-family: 'Inter', sans-serif; }
.akmp-card:hover { box-shadow: 0 8px 30px rgba(0,0,0,.1); transform: translateY(-4px); text-decoration: none; }
.akmp-card-img { height: 160px; background-size: cover; background-position: center; background-color: #f1f5f9; }
.akmp-card-noimg { display: flex; align-items: center; justify-content: center; background: linear-gradient(135deg, #f0f4ff, #e0e7ff); }
.akmp-card-noimg i { font-size: 40px; color: var(--secondary-color, #6c757d); opacity: .35; }
.akmp-card-body { padding: 16px; flex: 1; display: flex; flex-direction: column; }
.akmp-badge { display: inline-flex; align-items: center; gap: 4px; padding: 3px 10px; border-radius: 20px; font-size: 11px; font-weight: 700; background: linear-gradient(135deg, #ef4444, #dc2626); color: #fff; align-self: flex-start; margin-bottom: 10px; }
.akmp-card-title { font-size: 15px; font-weight: 700; color: #1e293b; margin: 0 0 6px; line-height: 1.3; }
.akmp-card-desc { font-size: 12px; color: #64748b; margin: 0 0 12px; line-height: 1.5; }
.akmp-card-footer { display: flex; align-items: center; justify-content: space-between; margin-top: auto; padding-top: 12px; border-top: 1px solid #f1f5f9; }
.akmp-card-type { font-size: 11px; color: #64748b; font-weight: 600; }
.akmp-card-type i { color: var(--secondary-color, #94a3b8); margin-right: 3px; }
.akmp-card-timer { font-size: 11px; color: #ef4444; font-weight: 600; }
.akmp-card-timer i { margin-right: 3px; }

/* Domain Sorgula: CSS artik inline (domain_sorgula.php icinde) */

@media (max-width: 768px) {
    .akmp-grid { grid-template-columns: 1fr; }
}

/* ==================== ÜRÜN GRUBU SAYFASI (ug-) ==================== */
.ug-header{background:#f5f5f5;padding:60px 20px;text-align:center}
.ug-container{max-width:1600px;margin:0 auto}
.ug-title{font-size:36px;font-weight:700;margin:0;font-family:'Inter',sans-serif;color:#1a1a1a}
.ug-subtitle{font-size:16px;margin:12px 0 0;color:#666;font-family:'Inter',sans-serif}
.ug-breadcrumb{font-size:14px;margin:10px 0 0;opacity:.7;font-family:'Inter',sans-serif}
.ug-breadcrumb a{color:var(--primary-color);text-decoration:none}
.ug-section{background:#fff;padding:60px 20px}
.ug-layout{display:grid;grid-template-columns:250px 1fr;gap:40px}
.ug-sidebar-box{background:#f8f9fa;padding:20px;border-radius:8px;border:1px solid #e0e0e0}
.ug-sidebar-title{font-size:16px;font-weight:600;color:#1a1a1a;margin:0 0 16px;font-family:'Inter',sans-serif}
.ug-kat-list{list-style:none;padding:0;margin:0}
.ug-kat-list li{margin-bottom:8px}
.ug-kat-link{color:#666;text-decoration:none;font-size:14px;font-family:'Inter',sans-serif;display:flex;align-items:center;gap:8px;transition:all .3s}
.ug-kat-link:hover,.ug-kat-active{color:var(--primary-color);font-weight:600}
.ug-kat-link i{color:var(--primary-color);font-size:12px}
.ug-products-header{margin-bottom:30px}
.ug-products-count{font-size:18px;font-weight:600;color:#1a1a1a;margin:0;font-family:'Inter',sans-serif}
.ug-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:24px}
.ug-card{background:#fff;border-radius:12px;overflow:hidden;border:1px solid #e2e8f0;transition:all .3s}
.ug-card:hover{box-shadow:0 8px 24px rgba(0,0,0,.08);transform:translateY(-2px)}
.ug-card-img{position:relative;overflow:hidden;aspect-ratio:4/3;background:#f8f9fa}
.ug-card-img img{width:100%;height:100%;object-fit:cover;transition:transform .3s}
.ug-card:hover .ug-card-img img{transform:scale(1.05)}
.ug-card-noimg{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:#cbd5e1;font-size:32px}
.ug-card-overlay{position:absolute;inset:0;background:rgba(0,0,0,.4);display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s;color:#fff;font-size:20px;text-decoration:none}
.ug-card:hover .ug-card-overlay{opacity:1}
.ug-card-body{padding:16px}
.ug-card-title{font-size:15px;font-weight:600;margin:0 0 8px;font-family:'Inter',sans-serif}
.ug-card-title a{color:#1a1a1a;text-decoration:none}
.ug-card-title a:hover{color:var(--primary-color)}
.ug-card-price{font-size:18px;font-weight:700;color:var(--primary-color);margin-bottom:12px}
.ug-card-period{font-size:12px;color:#64748b;font-weight:400}
.ug-card-btn{display:inline-block;padding:8px 20px;background:var(--primary-color);color:#fff;border-radius:6px;font-size:13px;font-weight:600;text-decoration:none;transition:all .3s}
.ug-card-btn:hover{opacity:.9;color:#fff}
.ug-empty{text-align:center;padding:40px;color:#999;font-family:'Inter',sans-serif}
@media(max-width:768px){
    .ug-layout{grid-template-columns:1fr}
    .ug-title{font-size:28px}
}
