/* =======================================================
   TOP PROMO BAR - Sayaçlı Mavi Çubuk
   ======================================================= */
.top-promo-bar {
    background: linear-gradient(90deg, #1455c0 0%, #1d6fd8 100%);
    color: #fff;
    padding: 7px 0;
    font-size: 0.82rem;
    position: sticky;
    top: 0;
    z-index: 200;
    box-shadow: 0 2px 10px rgba(0,0,0,0.3);
}
.tpb-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 24px;
    display: flex;
    align-items: center;
    gap: 16px;
}
.tpb-countdown {
    display: flex;
    gap: 6px;
    align-items: center;
    flex-shrink: 0;
}
.tpb-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: rgba(0,0,0,0.25);
    border-radius: 5px;
    padding: 3px 9px;
    min-width: 42px;
    line-height: 1;
}
.tpb-val {
    font-weight: 800;
    font-size: 1.1rem;
    line-height: 1.1;
}
.tpb-lbl {
    font-size: 0.5rem;
    opacity: 0.7;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}
.tpb-center {
    display: flex;
    align-items: center;
    gap: 12px;
    flex: 1;
    justify-content: center;
}
.tpb-code-btn {
    background: rgba(0,0,0,0.25);
    padding: 5px 13px;
    border-radius: 6px;
    font-weight: 700;
    cursor: pointer;
    border: 1.5px solid rgba(255,255,255,0.25);
    transition: all 0.2s;
    white-space: nowrap;
    font-size: 0.85rem;
    letter-spacing: 0.04em;
}
.tpb-code-btn:hover { background: rgba(0,0,0,0.4); border-color: rgba(255,255,255,0.5); }
.tpb-icon { opacity: 0.8; font-size: 0.9rem; }
.tpb-text { font-size: 0.85rem; }
.tpb-text strong { color: #fde047; }
.tpb-right {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
}
.tpb-btn {
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    font-size: 0.82rem;
    display: flex;
    align-items: center;
    gap: 5px;
    background: rgba(255,255,255,0.15);
    padding: 6px 14px;
    border-radius: 20px;
    border: 1px solid rgba(255,255,255,0.2);
    transition: 0.2s;
    white-space: nowrap;
}
.tpb-btn:hover { background: rgba(255,255,255,0.25); }
.tpb-close {
    background: rgba(255,255,255,0.15);
    border: 1px solid rgba(255,255,255,0.2);
    color: #fff;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    cursor: pointer;
    font-size: 0.9rem;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.2s;
}
.tpb-close:hover { background: rgba(255,255,255,0.3); }

/* =======================================================
   HERO V2 - Referans Tasarıma Birebir Uyumlu
   ======================================================= */
.hero-v2 {
    background: #0f172a;
    padding: 30px 0 0 0;
    min-height: auto;
}
.hv2-grid {
    display: grid;
    grid-template-columns: 1fr 300px;
    gap: 20px;
    margin-bottom: 20px;
}

/* --- Sol: Mavi Slider --- */
.hv2-slider {
    background: linear-gradient(135deg, #0a6ed8 0%, #0559c7 40%, #044ab3 100%);
    border-radius: 16px;
    padding: 30px 36px 20px 36px;
    position: relative;
    overflow: hidden;
    min-height: 400px;
    display: flex;
    flex-direction: column;
}
.hv2-slider::before {
    content: '';
    position: absolute;
    top: -80px;
    right: -80px;
    width: 350px;
    height: 350px;
    background: radial-gradient(circle, rgba(255,255,255,0.07) 0%, transparent 70%);
    border-radius: 50%;
    pointer-events: none;
}

.hv2-top-badge {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 18px;
}
.hv2-arrow-badge {
    background: rgba(255,255,255,0.15);
    border: 1px solid rgba(255,255,255,0.25);
    padding: 4px 10px;
    border-radius: 20px;
    font-size: 0.75rem;
    font-weight: 600;
    color: rgba(255,255,255,0.9);
}
.hv2-price-badge {
    font-size: 0.78rem;
    color: rgba(255,255,255,0.65);
}
.hv2-price-badge s {
    text-decoration: line-through;
    color: rgba(255,255,255,0.4);
}

.hv2-title {
    font-size: clamp(1.6rem, 2.5vw, 2.5rem);
    font-weight: 800;
    color: #fff;
    line-height: 1.2;
    margin-bottom: 14px;
    max-width: 520px;
}
.hv2-rotating {
    color: #7dd3fc;
}
.hv2-desc {
    font-size: 0.9rem;
    color: rgba(255,255,255,0.72);
    line-height: 1.65;
    margin-bottom: 22px;
    max-width: 460px;
}

/* 2x2 Özellik Izgara */
.hv2-feats {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px 20px;
    margin-bottom: 24px;
    max-width: 500px;
}
.hv2-feat {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}
.hv2-feat-icon {
    width: 32px;
    height: 32px;
    background: rgba(255,255,255,0.12);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.85rem;
    color: #7dd3fc;
    flex-shrink: 0;
}
.hv2-feat-title {
    font-size: 0.85rem;
    font-weight: 700;
    color: #fff;
    line-height: 1.2;
}
.hv2-feat-sub {
    font-size: 0.73rem;
    color: rgba(255,255,255,0.55);
    line-height: 1.3;
}

/* Butonlar */
.hv2-actions {
    display: flex;
    gap: 12px;
    margin-bottom: 28px;
}
.hv2-btn-primary {
    padding: 11px 22px;
    background: #fff;
    color: #0a6ed8;
    border-radius: 30px;
    font-weight: 700;
    font-size: 0.88rem;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 7px;
    transition: 0.25s;
    border: none;
}
.hv2-btn-primary:hover { background: #e0f2fe; transform: translateY(-2px); }
.hv2-btn-secondary {
    padding: 11px 22px;
    background: rgba(255,255,255,0.12);
    color: #fff;
    border-radius: 30px;
    font-weight: 700;
    font-size: 0.88rem;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 7px;
    border: 1.5px solid rgba(255,255,255,0.25);
    transition: 0.25s;
}
.hv2-btn-secondary:hover { background: rgba(255,255,255,0.2); transform: translateY(-2px); }

/* Alt Servis Sekmeleri */
.hv2-service-tabs {
    display: flex;
    gap: 8px;
    margin-bottom: 16px;
    flex-wrap: wrap;
}
.hv2-stab {
    padding: 6px 14px;
    background: rgba(255,255,255,0.1);
    border: 1px solid rgba(255,255,255,0.15);
    border-radius: 20px;
    font-size: 0.75rem;
    color: rgba(255,255,255,0.7);
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 5px;
    transition: 0.2s;
}
.hv2-stab.active,
.hv2-stab:hover {
    background: rgba(255,255,255,0.22);
    color: #fff;
    border-color: rgba(255,255,255,0.35);
}

/* Navigasyon */
.hv2-nav {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: auto;
    padding-top: 10px;
}
.hv2-nav-btn {
    width: 34px;
    height: 34px;
    background: rgba(255,255,255,0.12);
    border: 1px solid rgba(255,255,255,0.2);
    border-radius: 50%;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 0.8rem;
    transition: 0.2s;
}
.hv2-nav-btn:hover { background: rgba(255,255,255,0.25); }
.hv2-dots { display: flex; gap: 6px; align-items: center; }
.hv2-dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: rgba(255,255,255,0.3);
    transition: 0.2s;
}
.hv2-dot.active { background: #fff; width: 20px; border-radius: 4px; }

/* --- Sağ: İki Kart --- */
.hv2-cards {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.hv2-card {
    border-radius: 14px;
    overflow: hidden;
    flex: 1;
    transition: transform 0.25s;
}
.hv2-card:hover { transform: translateY(-3px); }
.hv2-card-inner {
    display: flex;
    height: 100%;
    gap: 10px;
    padding: 20px;
    align-items: center;
}

/* Açık Kart */
.hv2-card-light {
    background: #fff;
    box-shadow: 0 4px 20px rgba(0,0,0,0.15);
}
.hv2-card-label {
    font-size: 0.65rem;
    font-weight: 700;
    color: #0ea5e9;
    letter-spacing: 0.08em;
    margin-bottom: 6px;
    display: flex;
    align-items: center;
    gap: 5px;
}
.hv2-card-title {
    font-size: 1.05rem;
    font-weight: 800;
    color: #0f172a;
    line-height: 1.2;
    margin-bottom: 5px;
}
.hv2-card-sub {
    font-size: 0.72rem;
    color: #64748b;
    line-height: 1.4;
    margin-bottom: 10px;
}
.hv2-domain-prices { margin-bottom: 14px; }
.hv2-dp-row {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 5px;
}
.hv2-dp-ext {
    background: #0ea5e9;
    color: #fff;
    font-weight: 700;
    font-size: 0.75rem;
    padding: 3px 8px;
    border-radius: 6px;
    min-width: 38px;
    text-align: center;
}
.hv2-dp-price {
    font-weight: 700;
    font-size: 0.9rem;
    color: #0f172a;
}
.hv2-card-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #0ea5e9;
    color: #fff;
    font-weight: 700;
    font-size: 0.8rem;
    padding: 8px 16px;
    border-radius: 20px;
    text-decoration: none;
    transition: 0.2s;
}
.hv2-card-btn:hover { background: #0284c7; }

/* Sağ taraf kart görseli */
.hv2-card-right {
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    min-width: 80px;
}
.hv2-card-promo-badge {
    background: #fde047;
    color: #78350f;
    font-size: 0.65rem;
    font-weight: 800;
    padding: 3px 8px;
    border-radius: 6px;
    text-align: center;
    white-space: nowrap;
}
.hv2-avatar-circle {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: linear-gradient(135deg, #e0f2fe, #bae6fd);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    color: #0ea5e9;
    border: 3px solid #fff;
    box-shadow: 0 4px 12px rgba(14,165,233,0.3);
}
.hv2-avatar-circle.dark {
    background: linear-gradient(135deg, #0f2d4a, #1e3a5f);
    color: #10b981;
    border-color: rgba(16,185,129,0.3);
    box-shadow: 0 4px 12px rgba(16,185,129,0.2);
}
.hv2-card-offer-sub {
    font-size: 0.65rem;
    color: #94a3b8;
    text-align: center;
    line-height: 1.3;
}

/* Koyu Kart */
.hv2-card-dark {
    background: linear-gradient(135deg, #0f2035 0%, #0d1c30 100%);
    border: 1px solid rgba(16,185,129,0.2);
}
.hv2-card-dark .hv2-card-title,
.hv2-card-dark .hv2-card-sub { color: #e2e8f0; }
.hv2-card-dark .hv2-card-sub { color: #94a3b8; }
.hv2-card-badge-green {
    display: inline-block;
    background: #10b981;
    color: #fff;
    font-size: 0.6rem;
    font-weight: 800;
    padding: 3px 8px;
    border-radius: 4px;
    letter-spacing: 0.06em;
    margin-bottom: 8px;
}

/* --- DOMAIN ARAMA KUTUSU --- */
.hv2-domain-box {
    background: rgba(255,255,255,0.02);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    border-radius: 16px;
    padding: 32px 40px;
    text-align: center;
    border: 1px solid rgba(255,255,255,0.07);
    margin-bottom: 0;
    position: relative;
    overflow: hidden;
    transition: transform 0.4s ease, box-shadow 0.4s ease, border-color 0.4s ease;
    box-shadow: 0 10px 30px rgba(0,0,0,0.3);
}
.hv2-domain-box:hover {
    transform: translateY(-4px);
    box-shadow: 0 20px 50px rgba(0,212,255,0.15);
    border-color: rgba(0,212,255,0.3);
}
.hv2-domain-box::before {
    content: ''; position: absolute; top: -50%; left: -50%; width: 200%; height: 200%;
    background: radial-gradient(circle, rgba(0,212,255,0.08) 0%, rgba(124,58,237,0.03) 40%, rgba(0,0,0,0) 70%);
    animation: rotateBoxGlow 15s linear infinite; z-index: 0; pointer-events: none;
}
@keyframes rotateBoxGlow { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } }
.hv2-db-header, .hv2-db-tabs, .hv2-db-form { position: relative; z-index: 1; }
.hv2-db-header { margin-bottom: 24px; }
.hv2-db-price-badge {
    display: inline-block;
    background: rgba(16,185,129,0.15);
    color: #10b981;
    font-size: 0.82rem;
    font-weight: 700;
    padding: 5px 14px;
    border-radius: 20px;
    border: 1px solid rgba(16,185,129,0.25);
    margin-bottom: 12px;
}
.hv2-db-title {
    font-size: clamp(1.5rem, 2.5vw, 2.2rem);
    font-weight: 800;
    color: #fff;
    line-height: 1.2;
}

/* Domain Arama Tabları - İkon + İsim + Alt yazı */
.hv2-db-tabs {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-bottom: 28px;
    flex-wrap: wrap;
}
.hv2-db-tab {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    padding: 12px 18px;
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 12px;
    cursor: pointer;
    transition: 0.25s;
    min-width: 110px;
    color: rgba(255,255,255,0.6);
}
.hv2-db-tab i { font-size: 1.1rem; margin-bottom: 2px; }
.hv2-db-tab span { font-size: 0.82rem; font-weight: 700; color: rgba(255,255,255,0.85); }
.hv2-db-tab small { font-size: 0.65rem; color: rgba(255,255,255,0.4); }
.hv2-db-tab.active,
.hv2-db-tab:hover {
    background: rgba(14,165,233,0.15);
    border-color: rgba(14,165,233,0.4);
    color: #0ea5e9;
}
.hv2-db-tab.active i,
.hv2-db-tab:hover i { color: #0ea5e9; }
.hv2-db-tab.active span,
.hv2-db-tab:hover span { color: #7dd3fc; }

/* Arama Input */
.hv2-db-form { max-width: 750px; margin: 0 auto; }
.hv2-db-input-row {
    display: flex;
    align-items: center;
    background: #fff;
    border-radius: 50px;
    padding: 8px 8px 8px 24px;
    box-shadow: 0 8px 30px rgba(0,0,0,0.3);
}
.hv2-db-icon {
    color: #94a3b8;
    font-size: 1.1rem;
    margin-right: 14px;
    flex-shrink: 0;
}
.hv2-db-input {
    flex: 1;
    border: none;
    outline: none;
    font-size: 1rem;
    color: #0f172a;
    background: transparent;
    font-weight: 500;
}
.hv2-db-input::placeholder { color: #94a3b8; }
.hv2-db-submit {
    background: #0ea5e9;
    color: #fff;
    border: none;
    padding: 13px 32px;
    border-radius: 50px;
    font-size: 1rem;
    font-weight: 700;
    cursor: pointer;
    transition: 0.25s;
    display: flex;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
}
.hv2-db-submit:hover { background: #0284c7; box-shadow: 0 5px 15px rgba(14,165,233,0.5); }

/* --- Sayaç JS --- */
/* Yukarıda JS ile doldurulacak */

/* Responsive */
@media (max-width: 1024px) {
    .hv2-grid { grid-template-columns: 1fr; }
    .hv2-cards { flex-direction: row; }
    .hv2-card { flex: 1; }
}
@media (max-width: 768px) {
    .tpb-center .tpb-text { display: none; }
    .hv2-slider { padding: 20px; min-height: auto; }
    .hv2-feats { grid-template-columns: 1fr; }
    .hv2-cards { flex-direction: column; }
    .hv2-db-tabs { gap: 6px; }
    .hv2-db-tab { min-width: 80px; padding: 10px 12px; }
    .hv2-db-input-row { flex-direction: column; border-radius: 12px; padding: 12px; }
    .hv2-db-input { width: 100%; text-align: center; margin-bottom: 10px; }
    .hv2-db-icon { display: none; }
    .hv2-db-submit { width: 100%; justify-content: center; border-radius: 8px; }
    .tpb-countdown { display: none; }
}
