.hero-section {
    background: linear-gradient(135deg, #071d3a, #0b78ff);
    min-height: 620px;
    display: flex;
    align-items: center;
}

.min-vh-75 {
    min-height: 75vh;
}

.domain-box {
    border-top: 5px solid #0b78ff;
}

.top-bar {
    background: #031226;
    color: #dbeafe;
    font-size: 14px;
    padding: 9px 0;
}

.top-bar span {
    display: inline-block;
}

.top-right a {
    color: #dbeafe;
    text-decoration: none;
    margin-left: 18px;
    font-weight: 500;
}

.top-right a:hover {
    color: #0d6efd;
}

@media (max-width: 768px) {
    .top-bar .container {
        text-align: center;
        justify-content: center !important;
        gap: 8px;
    }

    .top-left,
    .top-right {
        width: 100%;
    }

    .top-right a {
        margin: 0 8px;
    }
}

.navbar.sticky-top {
    z-index: 1030;
}

.top-link {
    color: #dbeafe;
    text-decoration: none;
    font-weight: 500;
}

.top-link:hover {
    color: #0d6efd;
}

.brand-logo {
    line-height: 1.1;
}

.brand-logo div {
    font-size: 22px;
    font-weight: 800;
}

.brand-logo small {
    font-size: 12px;
    color: #9ec5fe;
    letter-spacing: 0.5px;
}

.dropdown-menu {
    border-radius: 10px;
    border: 0;
    box-shadow: 0 10px 30px rgba(0,0,0,0.15);
}

.navbar .nav-link {
    font-weight: 600;
    font-size: 15px;
}

.top-bar {
    position: relative;
    z-index: 2000;
}

.navbar {
    z-index: 1500;
}

.dropdown-menu {
    z-index: 3000 !important;
    background: #ffffff !important;
    color: #111827 !important;
    min-width: 220px;
    padding: 10px 0;
    overflow: hidden;
}

.dropdown-item {
    color: #111827 !important;
    font-weight: 500;
    padding: 10px 18px;
}

.dropdown-item:hover {
    background: #eaf2ff !important;
    color: #0d6efd !important;
}

.brand-img {
    height: 46px;
    width: auto;
    margin-right: 12px;
    object-fit: contain;
}

.brand-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    line-height: 1.1;
}

.brand-text strong {
    font-size: 18px;
    color: #ffffff;
}

.brand-text small {
    font-size: 12px;
    color: #9ec5fe;
    font-weight: 600;
}

.logo-box {
    background: #ffffff;
    padding: 6px 14px;
    border-radius: 10px;
    display: flex;
    align-items: center;
}

.brand-img {
    height: 42px;
    width: auto;
    display: block;
}

/* Responsive mobile */
@media (max-width: 991px) {
    .top-bar {
        font-size: 12px;
        padding: 8px 0;
    }

    .top-bar .container {
        flex-direction: column;
        gap: 10px;
        text-align: center;
    }

    .top-left,
    .top-right {
        justify-content: center;
    }

    .logo-box {
        padding: 5px 10px;
    }

    .brand-img {
        height: 36px;
    }

    .navbar-collapse {
        background: #212529;
        margin-top: 12px;
        padding: 15px;
        border-radius: 12px;
    }

    .navbar .nav-link {
        padding: 10px 0;
        border-bottom: 1px solid rgba(255,255,255,0.08);
    }

    .hero-section {
        min-height: auto;
        padding: 50px 0;
        text-align: center;
    }

    .hero-section h1 {
        font-size: 32px;
    }

    .hero-section .lead {
        font-size: 16px;
    }

    .domain-box {
        margin-top: 25px;
    }
}

@media (max-width: 576px) {
    .top-left,
    .top-right {
        gap: 8px !important;
    }

    .top-link,
    .top-bar span {
        font-size: 12px;
    }

    .top-right {
        flex-wrap: wrap;
    }

    .btn-lg {
        width: 100%;
        margin-bottom: 10px;
    }

    .hero-section h1 {
        font-size: 28px;
    }

    .domain-box {
        padding: 20px !important;
    }

    .input-group.input-group-lg {
        flex-direction: column;
    }

    .input-group.input-group-lg input,
    .input-group.input-group-lg button {
        width: 100%;
        border-radius: 8px !important;
        margin-bottom: 8px;
    }
}

@media (max-width: 991px) {
    .navbar {
        position: sticky;
        top: 0;
        z-index: 2500;
    }

    .navbar .container {
        position: relative;
    }

    .navbar-collapse {
        position: absolute;
        top: 100%;
        left: 12px;
        right: 12px;
        z-index: 2600;
        background: #212529;
        margin-top: 10px;
        padding: 15px;
        border-radius: 12px;
        box-shadow: 0 15px 35px rgba(0,0,0,0.25);
    }
}

.hero-section {
    background:
        radial-gradient(circle at top right, rgba(13, 110, 253, 0.35), transparent 35%),
        linear-gradient(135deg, #031226 0%, #071d3a 45%, #0b78ff 100%);
    min-height: 680px;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
}

.hero-badge {
    display: inline-block;
    background: rgba(255,255,255,0.12);
    border: 1px solid rgba(255,255,255,0.25);
    color: #ffffff;
    padding: 8px 18px;
    border-radius: 50px;
    font-weight: 600;
    margin-bottom: 22px;
}

.hero-title {
    font-size: 52px;
    line-height: 1.08;
    font-weight: 800;
    margin-bottom: 22px;
}

.hero-text {
    font-size: 19px;
    line-height: 1.7;
    color: #dbeafe;
    max-width: 650px;
}

.hero-actions {
    margin-top: 30px;
}

.hero-actions .btn {
    border-radius: 10px;
    padding: 13px 24px;
    font-weight: 700;
    margin-right: 10px;
}

.hero-features {
    margin-top: 28px;
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

.hero-features span {
    background: rgba(255,255,255,0.10);
    border: 1px solid rgba(255,255,255,0.18);
    padding: 8px 14px;
    border-radius: 50px;
    font-size: 14px;
}

.domain-search-card {
    background: #ffffff;
    color: #111827;
    padding: 32px;
    border-radius: 24px;
    box-shadow: 0 25px 60px rgba(0,0,0,0.30);
    border-top: 6px solid #0d6efd;
}

.domain-search-card h4 {
    font-weight: 800;
    margin-bottom: 8px;
}

.domain-search-card p {
    color: #6b7280;
    margin-bottom: 24px;
}

.domain-input {
    display: flex;
    background: #f3f6fb;
    padding: 8px;
    border-radius: 14px;
}

.domain-input input {
    flex: 1;
    border: none;
    background: transparent;
    padding: 12px;
    outline: none;
    font-size: 16px;
}

.domain-input button {
    border: none;
    background: #0d6efd;
    color: white;
    padding: 12px 18px;
    border-radius: 10px;
    font-weight: 700;
}

.domain-tags {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 22px;
}

.domain-tags span {
    background: #eef4ff;
    color: #0d6efd;
    padding: 8px 14px;
    border-radius: 50px;
    font-weight: 700;
}

.services-section {
    background: #f8fafc;
}

.section-badge {
    background: #eaf2ff;
    color: #0d6efd;
    padding: 8px 16px;
    border-radius: 50px;
    font-weight: 700;
}

.section-title {
    margin-top: 18px;
    font-size: 42px;
    font-weight: 800;
    color: #031226;
}

.section-text {
    color: #6b7280;
    font-size: 18px;
}

.service-card {
    background: #ffffff;
    border-radius: 18px;
    padding: 30px;
    height: 100%;
    transition: all .3s ease;
    box-shadow: 0 8px 20px rgba(0,0,0,.05);
    border: 1px solid #eef2f7;
}

.service-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0,0,0,.10);
}

.service-icon {
    font-size: 42px;
    margin-bottom: 18px;
}

.service-card h4 {
    font-weight: 800;
    margin-bottom: 12px;
    color: #031226;
}

.service-card p {
    color: #6b7280;
    margin-bottom: 0;
}

.service-svg {
    width: 58px;
    height: 58px;
    margin-bottom: 18px;
}

.top-icon {
    width: 18px;
    height: 18px;
    margin-right: 6px;
    vertical-align: -3px;
}

.dropdown-item .top-icon {
    width: 17px;
    height: 17px;
}

.hosting-section {
    background: #ffffff;
}

.plan-card {
    background: #ffffff;
    border-radius: 20px;
    padding: 30px;
    height: 100%;
    border: 1px solid #e5e7eb;
    position: relative;
    transition: all .3s ease;
    box-shadow: 0 10px 25px rgba(0,0,0,.05);
}

.plan-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0,0,0,.10);
}

.featured-plan {
    border: 2px solid #0d6efd;
}

.plan-badge {
    position: absolute;
    top: -12px;
    right: 20px;
    background: #0d6efd;
    color: white;
    padding: 6px 14px;
    border-radius: 50px;
    font-size: 12px;
    font-weight: 700;
}

.plan-header {
    text-align: center;
    margin-bottom: 25px;
}

.plan-header h3 {
    font-weight: 800;
    margin-bottom: 10px;
}

.plan-price span {
    font-size: 42px;
    font-weight: 800;
    color: #0d6efd;
}

.plan-price small {
    color: #6b7280;
}

.plan-features {
    list-style: none;
    padding: 0;
    margin-bottom: 25px;
}

.plan-features li {
    padding: 10px 0;
    border-bottom: 1px solid #eef2f7;
    color: #374151;
}

.billing-toggle {
    display: inline-flex;
    background: #eef4ff;
    padding: 6px;
    border-radius: 50px;
}

.billing-btn {
    border: none;
    padding: 10px 22px;
    border-radius: 50px;
    background: transparent;
    font-weight: 700;
    color: #0d6efd;
}

.billing-btn.active {
    background: #0d6efd;
    color: #ffffff;
}

.kz-price {
    text-align: center;
    color: #16a34a;
    font-weight: 700;
    margin-top: -8px;
    margin-bottom: 22px;
    font-size: 15px;
}


.domain-section {
    background: #f8fafc;
}

.domain-search-wrapper {
    max-width: 900px;
    margin: 0 auto;
    background: #ffffff;
    padding: 12px;
    border-radius: 18px;
    box-shadow: 0 18px 45px rgba(0,0,0,.08);
}

.domain-form {
    display: flex;
    gap: 10px;
}

.domain-form input,
.domain-form select {
    border: 1px solid #e5e7eb;
    padding: 16px;
    border-radius: 12px;
    font-size: 16px;
}

.domain-form input {
    flex: 1;
}

.domain-form button {
    border: none;
    background: #0d6efd;
    color: white;
    padding: 16px 28px;
    border-radius: 12px;
    font-weight: 800;
}

.domain-results {
    max-width: 900px;
    margin: 0 auto;
}

.domain-result {
    background: #ffffff;
    border-radius: 16px;
    padding: 18px 22px;
    margin-bottom: 12px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #e5e7eb;
    box-shadow: 0 8px 20px rgba(0,0,0,.04);
}

.domain-result strong {
    display: block;
    font-size: 18px;
    color: #031226;
}

.domain-result span {
    color: #6b7280;
}

.domain-result.available {
    border-left: 5px solid #16a34a;
}

.domain-result.unavailable {
    border-left: 5px solid #dc2626;
}

.domain-result button {
    border: none;
    background: #0d6efd;
    color: #ffffff;
    padding: 10px 18px;
    border-radius: 10px;
    font-weight: 700;
}

.domain-result button:disabled {
    background: #9ca3af;
}

@media (max-width: 768px) {
    .domain-form {
        flex-direction: column;
    }

    .domain-result {
        flex-direction: column;
        align-items: flex-start;
        gap: 14px;
    }

    .domain-result button {
        width: 100%;
    }
}

.cart-count {
    background: #0d6efd;
    color: #ffffff;
    font-size: 11px;
    padding: 2px 7px;
    border-radius: 50px;
    margin-left: 4px;
    font-weight: 800;
}


.cart-wrapper {
    position: relative;
}

.mini-cart {
    display: none;
    position: absolute;
    top: 32px;
    right: 0;
    width: 280px;
    background: #ffffff;
    color: #111827;
    border-radius: 14px;
    box-shadow: 0 18px 45px rgba(0,0,0,.18);
    padding: 18px;
    z-index: 4000;
}

.mini-cart.show {
    display: block;
}

.mini-cart h6 {
    font-weight: 800;
    margin-bottom: 12px;
}

.empty-cart {
    color: #6b7280;
    margin-bottom: 10px;
}

.cart-item {
    background: #f8fafc;
    padding: 10px;
    border-radius: 10px;
    margin-bottom: 8px;
    font-weight: 700;
}

.mini-cart-btn {
    display: block;
    text-align: center;
    background: #0d6efd;
    color: #ffffff;
    text-decoration: none;
    padding: 10px;
    border-radius: 10px;
    font-weight: 800;
    margin-top: 12px;
}

@media (max-width: 768px) {
    .mini-cart {
        right: auto;
        left: 50%;
        transform: translateX(-50%);
        width: 260px;
    }
}



.site-header-sticky {
    position: sticky;
    top: 0;
    z-index: 5000;
}

.site-header-sticky .top-bar {
    z-index: 5001;
}

.site-header-sticky .navbar {
    z-index: 5000;
}


.faq-section {
    background: #ffffff;
}

.faq-box {
    max-width: 900px;
    margin: 0 auto;
}

.faq-box .accordion-item {
    border: 1px solid #e5e7eb;
    margin-bottom: 12px;
    border-radius: 14px;
    overflow: hidden;
}

.faq-box .accordion-button {
    font-weight: 800;
    color: #031226;
    padding: 18px 22px;
}

.faq-box .accordion-button:not(.collapsed) {
    background: #eaf2ff;
    color: #0d6efd;
}

.faq-box .accordion-body {
    color: #4b5563;
    line-height: 1.7;
}


.footer-pro {
    background: #031226;
    color: #dbeafe;
    padding: 70px 0 25px;
}

.footer-pro h4,
.footer-pro h5 {
    color: #ffffff;
    font-weight: 800;
    margin-bottom: 18px;
}

.footer-pro p {
    line-height: 1.8;
    color: #b6c7e3;
}

.footer-pro a {
    display: block;
    color: #b6c7e3;
    text-decoration: none;
    margin-bottom: 10px;
    font-weight: 500;
}

.footer-pro a:hover {
    color: #0d6efd;
}

.footer-bottom {
    border-top: 1px solid rgba(255,255,255,.12);
    margin-top: 45px;
    padding-top: 22px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 15px;
    color: #9fb3d5;
}




.auth-section {
    background: #f8fafc;
    min-height: 70vh;
    display: flex;
    align-items: center;
}

.auth-box {
    max-width: 460px;
    margin: 0 auto;
    background: #ffffff;
    padding: 38px;
    border-radius: 22px;
    box-shadow: 0 20px 50px rgba(0,0,0,.08);
}

.auth-box h2 {
    font-weight: 800;
    color: #031226;
}

.auth-box p {
    color: #6b7280;
    margin-bottom: 24px;
}

.auth-box input {
    width: 100%;
    border: 1px solid #e5e7eb;
    padding: 14px;
    border-radius: 12px;
    margin-bottom: 14px;
}

.auth-box button {
    width: 100%;
    border: none;
    background: #0d6efd;
    color: #ffffff;
    padding: 14px;
    border-radius: 12px;
    font-weight: 800;
}

.auth-links {
    display: flex;
    justify-content: space-between;
    margin-top: 18px;
}

.auth-links a {
    text-decoration: none;
    font-weight: 700;
}


.auth-note {
    background: #eaf2ff;
    color: #0d6efd;
    padding: 12px;
    border-radius: 12px;
    font-size: 14px;
    margin-bottom: 18px;
    font-weight: 600;
}



.client-dashboard {
    background: #f8fafc;
    min-height: 75vh;
}

.client-sidebar {
    background: #ffffff;
    border-radius: 18px;
    padding: 22px;
    box-shadow: 0 12px 30px rgba(0,0,0,.06);
}

.client-sidebar h5 {
    font-weight: 800;
    margin-bottom: 18px;
}

.client-sidebar a {
    display: block;
    text-decoration: none;
    color: #374151;
    padding: 11px 12px;
    border-radius: 10px;
    font-weight: 600;
    margin-bottom: 6px;
}

.client-sidebar a:hover,
.client-sidebar a.active {
    background: #eaf2ff;
    color: #0d6efd;
}

.dashboard-card {
    background: #ffffff;
    border-radius: 18px;
    padding: 24px;
    box-shadow: 0 12px 30px rgba(0,0,0,.06);
}

.dashboard-card h6 {
    color: #6b7280;
    font-weight: 700;
}

.dashboard-card strong {
    font-size: 36px;
    color: #0d6efd;
}

.dashboard-panel {
    background: #ffffff;
    border-radius: 18px;
    padding: 26px;
    box-shadow: 0 12px 30px rgba(0,0,0,.06);
}
