body {
    background: rgb(24 24 27 / var(--tw-bg-opacity, 1));
    color: #eef5ff;
}


.page-wrapper {
    max-width: 1536px;
    margin: 0 auto;
    padding: 2rem 2rem 4rem;
}

.hero-section {
    text-align: center;
    margin: 6rem 0 3rem;
    position: relative;
}
.hero-badge {
    display: inline-block;
    background: rgba(59,130,246,0.15);
    backdrop-filter: blur(8px);
    padding: 0.4rem 1.2rem;
    border-radius: 60px;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #60a5fa;
    margin-bottom: 1.2rem;
}
.hero-section h1 {
    font-size: clamp(2.5rem, 6vw, 5rem);
    font-weight: 800;
    background: #ffffff var(--tw-gradient-from-position);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    letter-spacing: -0.02em;
    margin-bottom: 1rem;
}
.hero-divider {
    width: 120px;
    height: 4px;
    background: linear-gradient(90deg, #3b82f6, #18181b, #eaeaea);
    border-radius: 4px;
    margin: 1.5rem auto 0;
}

.slider-container {
    margin-bottom: 4rem;
    border-radius: 32px;
    overflow: hidden;
    box-shadow: 0 30px 50px -20px rgba(0,0,0,0.5);
}
.swiper {
    border-radius: 32px;
}
.swiper-slide {
    position: relative;
    height: 500px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.slide-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.9), transparent);
    padding: 2rem;
    color: white;
}
.slide-overlay h3 {
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
}
.slide-overlay p {
    font-size: 0.9rem;
    opacity: 0.9;
}
.swiper-button-next, .swiper-button-prev {
    color: white;
    background: rgba(0,0,0,0.5);
    backdrop-filter: blur(4px);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    transition: 0.3s;
}
.swiper-button-next:hover, .swiper-button-prev:hover {
    background: #3b82f6;
}
.swiper-button-next:after, .swiper-button-prev:after {
    font-size: 1.2rem;
}
.swiper-pagination-bullet {
    background: white;
    opacity: 0.5;
}
.swiper-pagination-bullet-active {
    background: #3b82f6;
    opacity: 1;
}

.info-section {
    background: rgb(39 39 42 / var(--tw-bg-opacity, 1));
    backdrop-filter: blur(10px);
    border-radius: 2rem;
    padding: 2.5rem;
    margin-bottom: 3rem;
    border: 1px solid rgba(255,255,255,0.08);
}
.info-title {
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    display: flex;
    align-items: center;
    gap: 0.8rem;
    flex-wrap: wrap;
}
.info-title i {
    color: #3b82f6;
    font-size: 2rem;
}
.info-text {
    color: rgb(161 161 170 / var(--tw-text-opacity, 1));
    line-height: 1.7;
    margin-bottom: 1.2rem;
    font-size: 1rem;
}
.service-list {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-top: 1.5rem;
}
.service-item {
    background: #18181b;
    padding: 0.6rem 1.2rem;
    border-radius: 40px;
    font-size: 0.85rem;
    font-weight: 500;
}

.images-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 1.8rem;
    margin-bottom: 3rem;
}
.infra-card {
    border-radius: 24px;
    overflow: hidden;
    background: rgb(39 39 42 / var(--tw-bg-opacity, 1));
    transition: transform 0.3s, box-shadow 0.3s;
}
.infra-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 35px -12px rgba(0,0,0,0.4);
}
.infra-card img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    transition: transform 0.5s;
}
.infra-card:hover img {
    transform: scale(1.03);
}
.infra-card .card-content {
    padding: 1.2rem;
}
.infra-card .card-content h4 {
    font-size: 1.1rem;
    font-weight: 700;
    margin-bottom: 0.3rem;
}

.solutions-title {
    text-align: center;
    font-size: 2rem;
    font-weight: 700;
    margin: 2rem 0 2rem;
    background: linear-gradient(135deg, #fff, #a78bfa);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
}

.racks-gallery {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 1.8rem;
    margin: 2rem 0 2rem;
}
.rack-card {
    background: rgb(39 39 42 / var(--tw-bg-opacity, 1));
    backdrop-filter: blur(8px);
    border-radius: 28px;
    overflow: hidden;
    transition: all 0.3s;
    border: 1px solid rgba(255,255,255,0.06);
}
.rack-card:hover {
    transform: translateY(-6px);
    border-color: rgba(59,130,246,0.4);
    box-shadow: 0 20px 30px -12px rgba(59,130,246,0.2);
}
.rack-card img {
    width: 100%;
    height: 404px;
    object-fit: cover;
}
.rack-info {
    padding: 1.2rem;
    text-align: center;
}
.rack-info h4 {
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 0.3rem;
}
.rack-info p {
    font-size: 0.8rem;
    color: rgb(161 161 170 / var(--tw-text-opacity, 1));
}

@media (max-width: 768px) {
    .page-wrapper { padding: 1rem 1rem 3rem; }
    .swiper-slide { height: 350px; }
    .info-section { padding: 1.5rem; }
    .info-title { font-size: 1.4rem; }
}