/* ==========================================================================
   BizceHost — Full Light Theme (Soft, Modern, Blue Accent)
   ========================================================================== */

body {
    background: #F7F9FC;
    color: #0F172A;
    font-family: "Inter", system-ui, sans-serif;
}

/* ---------------- NAVBAR ---------------- */

.bh-nav .navbar {
    padding: 0.9rem 0;
}

.logo-circle {
    width: 36px;
    height: 36px;
    background: #3B82F6;
    color: white;
    font-weight: 800;
    border-radius: 50%;
}

.nav-link {
    font-weight: 500;
    color: #4B5563 !important;
}

.nav-link:hover, .nav-link.active {
    color: #2563EB !important;
}

/* ---------------- HERO ---------------- */

.hero-section {
    background: linear-gradient(135deg, #E7F0FF, #F8FAFF);
}

.hero-section .lead {
    color: #6B7280;
}

.domain-box {
    border-radius: 16px;
    background: #fff;
}

.domain-box input {
    border-radius: 30px;
}

/* ---------------- ÖZELLİK KARTLARI ------------- */

.feature-card {
    background: #fff;
    border-radius: 16px;
}

.feature-card:hover {
    transform: translateY(-4px);
    transition: 0.2s;
    box-shadow: 0 10px 25px rgba(0,0,0,0.06);
}

/* ---------------- FİYAT KARTLARI --------------- */

.pricing-card {
    background: #fff;
    border-radius: 18px;
}

.pricing-card.featured {
    background: linear-gradient(135deg, #3B82F6, #2563EB);
    color: white;
}

.pricing-card.featured .text-secondary {
    color: #E5E7EB !important;
}

/* ---------------- FOOTER ---------------- */

footer {
    background: #F3F4F6 !important;
}

footer h6 {
    text-transform: uppercase;
    font-size: 0.8rem;
}

footer a {
    text-decoration: none;
    color: #374151;
}
footer a:hover {
    color: #2563EB;
}
