.img-fixed-size {
    width: 100px;
    height: 100px;
    object-fit: cover;
}

@media (max-width: 768px) {
    .img-fixed-size {
        width: 50px;
        height: 50px;
    }
}

@media (max-width: 991.98px) {
    .ds-hero-right {
        display: none;
    }
}

.server-card {
    transition: all 0.3s ease;
    background-color: var(--bs-body-bg);
}

[data-bs-theme="dark"] {
    --bs-body-bg: #1a1a1a;
    --bs-body-color: #e9ecef;
    --bs-border-color: #2d2d2d;
}

[data-bs-theme="dark"] .server-card {
    background-color: var(--bs-dark);
    border: 1px solid var(--bs-border-color);
}

[data-bs-theme="dark"] .bg-light {
    background-color: var(--bs-dark) !important;
}

[data-bs-theme="dark"] .text-muted {
    color: var(--bs-gray-400) !important;
}

[data-bs-theme="dark"] .spec-item {
    background-color: #2d2d2d !important;
    border: 1px solid var(--bs-border-color);
}

[data-bs-theme="dark"] .included-features {
    border-top-color: var(--bs-border-color) !important;
}

[data-bs-theme="dark"] .ds-about-column {
    background-color: var(--bs-dark) !important;
}

[data-bs-theme="dark"] .accordion {
    background-color: var(--bs-dark) !important;
}

[data-bs-theme="dark"] .accordion-item {
    background-color: var(--bs-dark);
    border-color: var(--bs-border-color);
}

[data-bs-theme="dark"] .accordion-button {
    background-color: var(--bs-dark);
    color: var(--bs-body-color);
}

[data-bs-theme="dark"] .accordion-button:not(.collapsed) {
    background-color: #2d2d2d;
    color: var(--bs-body-color);
}

[data-bs-theme="dark"] .vps-scripts-wrapper {
    background-color: var(--bs-dark) !important;
}

[data-bs-theme="dark"] .section-title h2 {
    background: linear-gradient(135deg, #fff 0%, #e9ecef 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

[data-bs-theme="dark"] .deep-shadow {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3) !important;
}

[data-bs-theme="dark"] .bg-white {
    background-color: var(--bs-dark) !important;
}

[data-bs-theme="dark"] .bg-light {
    background-color: #2d2d2d !important;
}

[data-bs-theme="dark"] .spec-item {
    background-color: #2d2d2d !important;
}

[data-bs-theme="dark"] .spec-item .spec-info strong {
    color: var(--bs-body-color);
}

[data-bs-theme="dark"] .btn-light {
    background-color: #2d2d2d;
    border-color: var(--bs-border-color);
    color: var(--bs-body-color);
}

[data-bs-theme="dark"] .nav-tabs {
    border-color: var(--bs-border-color);
}

[data-bs-theme="dark"] .nav-tabs .nav-link {
    color: var(--bs-body-color);
}

[data-bs-theme="dark"] .nav-tabs .nav-link.active {
    background-color: #2d2d2d;
    border-color: var(--bs-border-color);
    color: var(--bs-primary);
}

[data-bs-theme="dark"] {
    --bs-tertiary-bg: #2d2d2d;
}

[data-bs-theme="dark"] .server-card {
    background-color: var(--bs-dark);
}

[data-bs-theme="dark"] .price-tag .h2,
[data-bs-theme="dark"] .price-tag .h3 {
    background: linear-gradient(135deg, #6366f1, #8b5cf6);
    -webkit-background-clip: text;
}

[data-bs-theme="dark"] .spec-item {
    background-color: rgba(255, 255, 255, 0.05) !important;
}

[data-bs-theme="dark"] .col-lg-4-dedicated {
    background: var(--bs-dark) !important;
}

[data-bs-theme="dark"] small,
[data-bs-theme="dark"] .text-muted {
    color: #a0aec0 !important;
}

[data-bs-theme="dark"] .badge.bg-success {
    background-color: #059669 !important;
}

[data-bs-theme="dark"] .border-top {
    border-color: rgba(255, 255, 255, 0.1) !important;
}

[data-bs-theme="dark"] {
    --bs-body-bg: #121212;
}

[data-bs-theme="dark"] .dedicated-servers {
    background: var(--bs-body-bg) !important;
}

[data-bs-theme="dark"] .ds-bg,
[data-bs-theme="dark"] .cd-feature,
[data-bs-theme="dark"] .vps-scripts,
[data-bs-theme="dark"] .faq-section {
    background: var(--bs-body-bg) !important;
}

[data-bs-theme="dark"] section {
    background-color: var(--bs-body-bg);
}

[data-bs-theme="dark"] .bg-primary-gradient {
    background: linear-gradient(135deg, #1a237e 0%, #311b92 100%) !important;
}

.hero-section {
    background: linear-gradient(135deg, #0F172A 0%, #1E293B 100%);
    min-height: 100vh;
    position: relative;
}

.premium-badge {
    display: inline-flex;
    align-items: center;
    gap: 1rem;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    padding: 0.75rem 1.5rem;
    border-radius: 100px;
    margin-bottom: 2rem;
}

.status-dot {
    width: 8px;
    height: 8px;
    background: #10B981;
    border-radius: 50%;
    position: relative;
}

.status-dot::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: inherit;
    border-radius: 50%;
    animation: pulse 2s infinite;
}

.hero-title {
    font-size: clamp(2.5rem, 5vw, 3.5rem);
    font-weight: 700;
    color: white;
    margin-bottom: 1.5rem;
    line-height: 1.2;
}

.hero-subtitle {
    font-size: 1.25rem;
    color: #E5E7EB;
    margin-bottom: 3rem;
    opacity: 0.9;
}

.stats-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1.5rem;
    margin-bottom: 3rem;
}

.stat-card {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 16px;
    padding: 1.5rem;
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    transition: transform 0.3s ease;
}

.stat-card:hover {
    transform: translateY(-5px);
    background: rgba(255, 255, 255, 0.1);
}

.stat-icon {
    width: 48px;
    height: 48px;
    background: rgba(79, 70, 229, 0.2);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    color: #818CF8;
    flex-shrink: 0;
}

.stat-info {
    display: flex;
    flex-direction: column;
}

.stat-info h3 {
    color: white;
    font-size: 1.25rem;
    margin-bottom: 0.25rem;
    font-weight: bold;
}

.stat-info p {
    color: #E5E7EB;
    margin: 0;
    opacity: 0.8;
    font-size: 0.9rem;
    line-height: 1.4;
}

.fa-percentage,
.fa-money-bill-wave {
    color: #818CF8;
}

[data-bs-theme="dark"] .stat-card {
    background: rgba(30, 41, 59, 0.5);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

[data-bs-theme="dark"] .stat-icon {
    background: rgba(79, 70, 229, 0.3);
}

.fa,
.fas {
    display: inline-block !important;
    width: auto !important;
    height: auto !important;
}

.features-list {
    margin-bottom: 3rem;
}

.feature-item {
    display: flex;
    align-items: center;
    gap: 1rem;
    color: #E5E7EB;
    padding: 0.75rem 0;
}

.feature-item i {
    color: #10B981;
    font-size: 1.25rem;
}

.cta-button {
    display: inline-flex;
    align-items: center;
    gap: 1rem;
    background: linear-gradient(135deg, #6366F1 0%, #4F46E5 100%);
    color: white;
    padding: 1rem 2rem;
    border-radius: 100px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
    margin-bottom: 3rem;
}

.cta-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(99, 102, 241, 0.5);
    color: white;
}

.trust-badges {
    display: flex;
    gap: 2rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 2rem;
}

.trust-badge {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    color: #E5E7EB;
}

.trust-badge i {
    color: #818CF8;
}

.server-showcase {
    position: relative;
    padding: 2rem;
}

.performance-indicator {
    position: absolute;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 16px;
    padding: 1rem;
    display: flex;
    gap: 1rem;
    color: white;
}

.pi-1 {
    top: 20%;
    right: -20px;
    animation: float 6s ease-in-out infinite;
}

.pi-2 {
    bottom: 20%;
    left: -20px;
    animation: float 6s ease-in-out infinite 1s;
}

.pi-icon {
    width: 40px;
    height: 40px;
    background: rgba(79, 70, 229, 0.2);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
}

.pi-value {
    font-size: 1.25rem;
    font-weight: 600;
}

.pi-label {
    font-size: 0.875rem;
    opacity: 0.8;
}

.floating {
    animation: float 6s ease-in-out infinite;
}

@keyframes float {
    0%,
    100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-20px);
    }
}

@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: 0.8;
    }
    70% {
        transform: scale(2);
        opacity: 0;
    }
    100% {
        transform: scale(1);
        opacity: 0;
    }
}

@media (max-width: 991.98px) {
    .hero-section {
        padding: 4rem 0;
        min-height: auto;
    }
    .stats-cards {
        grid-template-columns: 1fr;
    }
    .trust-badges {
        flex-wrap: wrap;
        gap: 1rem;
    }
    .performance-indicator {
        display: none;
    }
}

.server-card {
    transition: all 0.3s ease;
    background-color: white;
}

.server-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.btn-order {
    position: relative;
    overflow: hidden;
}

.arrow-icon {
    transition: transform 0.3s ease;
    transform: translateX(-100%);
    opacity: 0;
}

.btn-order:hover .arrow-icon {
    transform: translateX(0);
    opacity: 1;
}

.separator-dot {
    width: 8px;
    height: 8px;
    background: #4F46E5;
    border-radius: 50%;
}

.separator-line {
    width: 60px;
    height: 2px;
    background: linear-gradient(90deg, #4F46E5 0%, #7C3AED 100%);
}

.title-shape::before,
.title-shape::after {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    background: #4F46E5;
    border-radius: 50%;
    top: -3px;
}

.title-shape::before {
    left: -15px;
}

.title-shape::after {
    right: -15px;
}

.btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(79, 70, 229, 0.4);
}

.btn-order {
    position: relative;
    overflow: hidden;
}

.arrow-icon {
    transition: transform 0.3s ease;
    transform: translateX(-100%);
    opacity: 0;
}

.btn-order:hover .arrow-icon {
    transform: translateX(0);
    opacity: 1;
}

.customIT-section {
    padding: 2rem 0;
    position: relative;
    background: var(--bs-tertiary-bg);
}

.customIT-wrapper {
    position: relative;
    background: rgba(255, 255, 255, 0.01);
    backdrop-filter: blur(10px);
    border-radius: 24px;
    padding: 3rem;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.05);
}

.customIT-glow-1,
.customIT-glow-2 {
    position: absolute;
    border-radius: 50%;
    filter: blur(80px);
    z-index: 0;
}

.customIT-glow-1 {
    width: 300px;
    height: 300px;
    background: rgba(79, 70, 229, 0.15);
    top: -100px;
    left: -100px;
}

.customIT-glow-2 {
    width: 250px;
    height: 250px;
    background: rgba(124, 58, 237, 0.15);
    bottom: -80px;
    right: -80px;
}

.customIT-badge-wrap {
    margin-bottom: 1.5rem;
}

.customIT-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    background: linear-gradient(135deg, rgba(79, 70, 229, 0.1) 0%, rgba(124, 58, 237, 0.1) 100%);
    color: #4F46E5;
    padding: 0.75rem 1.5rem;
    border-radius: 100px;
    font-weight: 600;
}

.customIT-title {
    font-size: 2.25rem;
    font-weight: 700;
    margin-bottom: 1rem;
    background: linear-gradient(135deg, #1E293B 0%, #334155 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.customIT-subtitle {
    color: #64748B;
    font-size: 1.1rem;
    margin-bottom: 2rem;
    max-width: 500px;
}

.customIT-features {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.customIT-feature {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.feature-icon {
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(16, 185, 129, 0.1);
    color: #10B981;
    border-radius: 8px;
    font-size: 0.875rem;
}

.customIT-right {
    display: flex;
    justify-content: flex-end;
}

.customIT-action {
    background: white;
    padding: 2rem;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    width: 100%;
    max-width: 400px;
}

.action-content {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.action-icon {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(79, 70, 229, 0.1);
    color: #4F46E5;
    border-radius: 12px;
    font-size: 1.5rem;
}

.action-text {
    display: flex;
    flex-direction: column;
}

.text-small {
    font-size: 0.875rem;
    color: #64748B;
}

.text-large {
    font-size: 1.25rem;
    font-weight: 600;
    color: #1E293B;
}

.customIT-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    background: linear-gradient(135deg, #4F46E5 0%, #7C3AED 100%);
    color: white;
    padding: 1rem;
    border-radius: 12px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
    width: 100%;
}

.customIT-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(79, 70, 229, 0.2);
    color: white;
}

[data-bs-theme="dark"] .customIT-wrapper {
    background: rgba(30, 41, 59, 0.8);
}

[data-bs-theme="dark"] .customIT-title {
    background: linear-gradient(135deg, #fff 0%, #E5E7EB 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

[data-bs-theme="dark"] .customIT-subtitle {
    color: #E5E7EB;
}

[data-bs-theme="dark"] .customIT-action {
    background: #1E293B;
}

[data-bs-theme="dark"] .text-small {
    color: #E5E7EB;
}

[data-bs-theme="dark"] .text-large {
    color: white;
}

@media (max-width: 991.98px) {
    .customIT-wrapper {
        padding: 2rem;
    }
    .customIT-title {
        font-size: 1.75rem;
    }
    .customIT-right {
        margin-top: 2rem;
        justify-content: center;
    }
    .customIT-action {
        max-width: 100%;
    }
}

@media (max-width: 767.98px) {
    .customIT-wrapper {
        padding: 1.5rem;
    }
    .customIT-title {
        font-size: 1.5rem;
    }
}

@media (max-width: 991.98px) {
    .hero-section {
        padding-top: 0;
    }
    .navbar {
        margin-bottom: 0;
    }
    header+section,
    header+div,
    .navbar+section,
    .navbar+div {
        margin-top: 0;
        padding-top: 0;
    }
    .hero-section {
        min-height: auto;
    }
}

.affiliate-panel-section {
    position: relative;
    overflow: hidden;
}

.aff-panel-image-wrapper {
    position: relative;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    cursor: pointer;
}

.aff-panel-image-wrapper:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.aff-zoomable-image {
    transition: transform 0.3s ease;
}

.aff-panel-image-wrapper:hover .aff-zoomable-image {
    transform: scale(1.05);
}

.aff-deep-shadow {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
}

.aff-deep-shadow:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
}

.aff-feature-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 1rem;
    padding: 0.75rem;
    background-color: rgba(240, 240, 250, 0.5);
    border-radius: 8px;
    transition: all 0.2s ease;
}

.aff-feature-item:hover {
    background-color: rgba(240, 240, 250, 0.9);
    transform: translateX(5px);
}

.aff-feature-item i {
    font-size: 1.25rem;
    min-width: 25px;
    margin-top: 3px;
}

.aff-feature-text {
    margin-left: 10px;
    font-weight: 500;
    color: #4a4a4a;
}

.aff-separator-dot {
    width: 8px;
    height: 8px;
    background-color: var(--bs-primary);
    border-radius: 50%;
}

.aff-separator-line {
    height: 2px;
    width: 30px;
    background-color: var(--bs-primary);
}

.aff-icon-circle-wrapper {
    width: 60px;
    height: 60px;
    background-color: #f0f4ff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
}

.aff-icon-circle-wrapper i {
    font-size: 24px;
}

[data-bs-theme="dark"] .aff-panel-image-wrapper {
    border-color: var(--bs-border-color);
}

[data-bs-theme="dark"] .aff-icon-circle-wrapper {
    background-color: rgba(79, 70, 229, 0.2);
}

[data-bs-theme="dark"] .aff-feature-item {
    background-color: rgba(70, 70, 80, 0.3);
}

[data-bs-theme="dark"] .aff-feature-item:hover {
    background-color: rgba(70, 70, 80, 0.5);
}

[data-bs-theme="dark"] .aff-feature-text {
    color: #dbdbdb;
}