:root {
    --ab-bg: #050713;
    --ab-bg-soft: #090d1d;
    --ab-card: rgba(19, 24, 44, 0.82);
    --ab-card-strong: rgba(28, 32, 58, 0.92);
    --ab-border: rgba(173, 96, 255, 0.18);
    --ab-border-soft: rgba(255, 255, 255, 0.08);
    --ab-text: #f7f4ff;
    --ab-muted: #b9b3c9;
    --ab-purple: #a84cff;
    --ab-purple-2: #6c2be8;
    --ab-purple-3: #d06bff;
    --ab-blue: #51a7ff;
}

body {
    background:
        radial-gradient(circle at 18% 10%, rgba(125, 39, 255, 0.22), transparent 30rem),
        radial-gradient(circle at 76% 6%, rgba(148, 55, 255, 0.18), transparent 34rem),
        linear-gradient(180deg, #050713 0%, #070a17 45%, #040712 100%);
}

.ab-topbar {
    display: none;
}

.navbar-rade {
    background: rgba(5, 7, 19, 0.76) !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    backdrop-filter: blur(18px);
    padding: 13px 0;
}

.navbar-rade.fixed-top {
    background: rgba(5, 7, 19, 0.94) !important;
    box-shadow: 0 18px 44px rgba(0, 0, 0, 0.32);
}

.ab-brand {
    color: var(--ab-text) !important;
    font-weight: 800;
    font-size: 1.32rem;
    letter-spacing: -0.03em;
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.ab-brand-mark {
    width: 26px;
    height: 26px;
    border-radius: 9px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 900;
    background: linear-gradient(135deg, var(--ab-purple), var(--ab-purple-2));
    box-shadow: 0 0 24px rgba(168, 76, 255, 0.8);
}

.ab-main-nav {
    gap: 8px;
    align-items: center;
}

.navbar-rade .ab-main-nav li {
    list-style: none;
}

.navbar-rade .ab-main-nav li a {
    color: rgba(255, 255, 255, 0.9);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: -0.01em;
    text-transform: none;
    padding: 10px 13px;
    border-radius: 999px;
}

.navbar-rade .ab-main-nav li a:hover {
    color: #fff;
    background: rgba(168, 76, 255, 0.14);
}

.navbar-rade .ab-main-nav .ab-services-dropdown {
    position: relative;
}

.navbar-rade .ab-main-nav .ab-services-dropdown .dropdown-toggle::after {
    margin-left: 7px;
    vertical-align: 0.12em;
}

.navbar-rade .ab-main-nav .ab-services-menu {
    min-width: 220px;
    margin-top: 10px;
    padding: 8px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 10px;
    background: rgba(10, 13, 29, 0.98);
    box-shadow: 0 18px 42px rgba(0, 0, 0, 0.34);
}

.navbar-rade .ab-main-nav .ab-services-menu .dropdown-item {
    display: block;
    padding: 9px 12px;
    border-radius: 8px;
    color: rgba(255, 255, 255, 0.9);
    white-space: nowrap;
}

.navbar-rade .ab-main-nav .ab-services-menu .dropdown-item:hover,
.navbar-rade .ab-main-nav .ab-services-menu .dropdown-item:focus {
    color: #fff;
    background: rgba(168, 76, 255, 0.16);
}

@media (min-width: 1200px) {
    .navbar-rade .ab-main-nav .ab-services-dropdown:hover > .ab-services-menu,
    .navbar-rade .ab-main-nav .ab-services-dropdown:focus-within > .ab-services-menu {
        display: block;
    }
}

.ab-client-btn,
.navbar .btn-radisic.ab-client-btn {
    background: linear-gradient(135deg, var(--ab-purple), var(--ab-purple-2));
    border-radius: 8px;
    color: #fff !important;
    font-size: 13px;
    padding: 10px 20px;
    box-shadow: 0 12px 28px rgba(111, 43, 232, 0.35);
}

.aurabyte-home {
    color: var(--ab-text);
    overflow: hidden;
}

.aurabyte-home h1,
.aurabyte-home h2,
.aurabyte-home h3,
.aurabyte-home p,
.navbar-rade .ab-main-nav li a,
.ab-brand {
    letter-spacing: -0.035em;
    text-shadow: none !important;
}

.ab-hero {
    position: relative;
    min-height: 610px;
    padding: 58px 0 52px;
    background:
        radial-gradient(circle at 50% 52%, rgba(164, 70, 255, 0.24), transparent 19rem),
        radial-gradient(circle at 72% 26%, rgba(93, 54, 255, 0.18), transparent 22rem);
}

.ab-stars,
.ab-stars:before,
.ab-stars:after {
    position: absolute;
    inset: 0;
    pointer-events: none;
    background-image:
        radial-gradient(circle, rgba(196, 120, 255, 0.9) 0 1px, transparent 1px),
        radial-gradient(circle, rgba(255, 255, 255, 0.65) 0 1px, transparent 1px);
    background-size: 190px 190px, 310px 310px;
    background-position: 20px 30px, 120px 70px;
    opacity: 0.42;
}

.ab-stars:before {
    content: "";
    filter: blur(2px);
    opacity: 0.45;
}

.ab-stars:after {
    content: "";
    background-size: 420px 420px;
    opacity: 0.2;
}

.ab-pill {
    display: inline-flex;
    align-items: center;
    padding: 8px 13px;
    border: 1px solid var(--ab-border-soft);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.06);
    color: #d9d0ef;
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 22px;
}

.ab-hero h1 {
    max-width: 590px;
    margin: 0 0 18px;
    font-size: clamp(40px, 5vw, 64px);
    line-height: 1.02;
    font-weight: 900;
    color: #fff;
    text-shadow: none !important;
}

.ab-hero h1 span,
.ab-section-title h2 span,
.ab-benefits h2 span {
    color: var(--ab-purple);
    text-shadow: 0 0 28px rgba(168, 76, 255, 0.45);
}

.ab-lead {
    max-width: 560px;
    color: var(--ab-muted);
    font-size: 17px;
    line-height: 1.65;
}

.ab-checks {
    margin: 22px 0 28px;
    padding: 0;
    list-style: none;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px 22px;
    max-width: 520px;
}

.ab-checks li {
    color: #e8e2f8;
    font-size: 14px;
    font-weight: 700;
}

.ab-checks i,
.ab-price-card li:before,
.ab-solution-card li:before {
    color: var(--ab-purple-3);
    margin-right: 8px;
}

.ab-actions {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}

.ab-btn {
    min-width: 168px;
    height: 54px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    border-radius: 8px;
    font-weight: 800;
    color: #fff;
    text-decoration: none !important;
}

.ab-btn-primary {
    background: linear-gradient(135deg, var(--ab-purple), var(--ab-purple-2));
    box-shadow: 0 18px 42px rgba(111, 43, 232, 0.42);
}

.ab-btn-outline {
    border: 1px solid rgba(255, 255, 255, 0.18);
    background: rgba(255, 255, 255, 0.03);
}

.ab-server-scene {
    min-height: 470px;
    position: relative;
}

.ab-server-card {
    position: absolute;
    inset: 40px 105px 50px 105px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    filter: drop-shadow(0 30px 80px rgba(168, 76, 255, 0.35));
}

.ab-server-card img {
    max-height: 380px;
    width: auto;
}

.ab-glow-ring {
    position: absolute;
    left: 20%;
    right: 10%;
    bottom: 60px;
    height: 54px;
    border: 4px solid rgba(177, 76, 255, 0.85);
    border-radius: 50%;
    filter: blur(1px);
    box-shadow: 0 0 32px rgba(177, 76, 255, 0.75), inset 0 0 30px rgba(177, 76, 255, 0.28);
    transform: perspective(700px) rotateX(68deg);
}

.ab-stat {
    position: absolute;
    z-index: 3;
    width: 146px;
    min-height: 104px;
    padding: 16px;
    border: 1px solid var(--ab-border);
    border-radius: 14px;
    background: linear-gradient(145deg, rgba(31, 36, 64, 0.88), rgba(17, 20, 38, 0.88));
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.28);
}

.ab-stat strong {
    display: block;
    color: #fff;
    font-size: 22px;
    line-height: 1;
}

.ab-stat span {
    display: block;
    color: var(--ab-muted);
    font-size: 12px;
    margin-top: 7px;
}

.ab-stat i {
    margin-top: 14px;
    color: var(--ab-purple-3);
    font-size: 26px;
}

.ab-stat-left-top { left: 4%; top: 54px; }
.ab-stat-left-bottom { left: 4%; bottom: 94px; }
.ab-stat-right-top { right: 2%; top: 74px; }
.ab-stat-right-bottom { right: 4%; bottom: 112px; }

.ab-avatars {
    display: flex;
    margin-top: 14px;
}

.ab-avatars b {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #ffb86b, #8c4cff);
    color: #fff;
    font-size: 10px;
    margin-right: -6px;
    border: 2px solid rgba(255, 255, 255, 0.18);
}

.ab-trusted {
    padding: 24px 0 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(10, 13, 27, 0.66);
}

.ab-trusted p {
    text-align: center;
    color: #fff;
    font-weight: 800;
    margin-bottom: 18px;
}

.ab-logo-row {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 22px;
    align-items: center;
    text-align: center;
}

.ab-logo-row span {
    color: rgba(255, 255, 255, 0.55);
    font-size: 24px;
    font-weight: 900;
    text-transform: uppercase;
    font-style: italic;
}

.ab-section {
    position: relative;
    padding: 72px 0;
}

.ab-section-split {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(3, 7, 18, 0.38);
}

.ab-section-title {
    text-align: center;
    margin-bottom: 44px;
}

.ab-title-left {
    text-align: left;
}

.ab-section-title h2,
.ab-benefits h2 {
    color: #fff;
    font-size: clamp(30px, 3vw, 42px);
    line-height: 1.15;
    margin-bottom: 10px;
    font-weight: 900;
    text-shadow: none !important;
}

.ab-section-title p {
    color: var(--ab-muted);
    font-size: 16px;
}

.ab-section-title p span {
    color: var(--ab-purple-3);
}

.ab-feature-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
}

.ab-card,
.ab-solution-card,
.ab-vps-panel,
.ab-price-card,
.ab-location,
.ab-testimonial {
    border: 1px solid var(--ab-border-soft);
    background: linear-gradient(145deg, rgba(23, 28, 50, 0.88), rgba(11, 15, 30, 0.92));
    border-radius: 14px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04), 0 20px 60px rgba(0, 0, 0, 0.22);
}

.ab-card {
    padding: 34px 24px;
    min-height: 198px;
    text-align: center;
    transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.ab-card:hover,
.ab-solution-card:hover,
.ab-price-card:hover {
    transform: translateY(-5px);
    border-color: rgba(168, 76, 255, 0.5);
    box-shadow: 0 25px 70px rgba(111, 43, 232, 0.16);
}

.ab-card i,
.ab-benefit-row i,
.ab-vps-list i {
    display: block;
    color: var(--ab-purple-3);
    color: var(--ab-purple-3) !important;
    font-size: 44px;
    margin-bottom: 22px;
    text-shadow: 0 0 22px rgba(168, 76, 255, 0.7);
}

.ab-card h3,
.ab-solution-card h3,
.ab-price-card h3 {
    color: #fff;
    font-size: 20px;
    font-weight: 900;
    text-shadow: none !important;
}

.ab-card p,
.ab-solution-card p,
.ab-price-card p,
.ab-testimonial p {
    color: var(--ab-muted);
    line-height: 1.65;
}

.ab-solution-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.ab-solution-card {
    padding: 24px;
    text-decoration: none !important;
    color: var(--ab-text);
}

.ab-solution-card img {
    height: 72px;
    width: 72px;
    object-fit: contain;
    margin-bottom: 20px;
}

.ab-solution-card ul,
.ab-price-card ul {
    padding: 0;
    margin: 18px 0 20px;
    list-style: none;
}

.ab-solution-card li,
.ab-price-card li {
    color: #ded7ef;
    font-size: 13px;
    margin: 9px 0;
}

.ab-solution-card li:before,
.ab-price-card li:before {
    content: "\2713";
}

.ab-solution-card span {
    display: inline-flex;
    padding: 10px 18px;
    border: 1px solid rgba(168, 76, 255, 0.55);
    border-radius: 8px;
    color: #fff;
    font-weight: 800;
}

.ab-vps-panel {
    height: 100%;
    padding: 34px;
    position: relative;
    overflow: hidden;
}

.ab-vps-panel:after {
    content: "";
    position: absolute;
    inset: auto -80px -120px auto;
    width: 340px;
    height: 340px;
    border-radius: 50%;
    background: rgba(168, 76, 255, 0.22);
    filter: blur(80px);
}

.ab-vps-list {
    position: relative;
    z-index: 2;
    padding: 0;
    margin: 0;
    list-style: none;
}

.ab-vps-list li {
    display: grid;
    grid-template-columns: 42px 1fr;
    gap: 12px;
    margin-bottom: 20px;
}

.ab-vps-list i {
    grid-row: span 2;
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    color: var(--ab-purple-3);
    background: rgba(168, 76, 255, 0.11);
}

.ab-vps-list strong {
    color: #fff;
    font-size: 15px;
}

.ab-vps-list span {
    color: var(--ab-muted);
    font-size: 12px;
}

.ab-vps-visual {
    position: relative;
    z-index: 2;
    min-height: 330px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ab-vps-visual img {
    max-height: 330px;
    filter: drop-shadow(0 18px 58px rgba(168, 76, 255, 0.42));
}

.ab-price-float {
    position: absolute;
    right: 0;
    bottom: 20px;
    width: 180px;
    padding: 18px;
    border: 1px solid var(--ab-border);
    border-radius: 12px;
    background: rgba(11, 15, 30, 0.92);
}

.ab-price-float span,
.ab-price-float small {
    color: var(--ab-muted);
    font-size: 12px;
}

.ab-price-float strong {
    display: inline-block;
    color: #fff;
    font-size: 28px;
    margin: 4px 2px 12px 0;
}

.ab-price-float a,
.ab-price-card a {
    display: block;
    text-align: center;
    border-radius: 8px;
    padding: 12px 16px;
    background: linear-gradient(135deg, var(--ab-purple), var(--ab-purple-2));
    color: #fff;
    font-weight: 800;
    text-decoration: none !important;
}

.ab-tabs {
    display: flex;
    width: fit-content;
    margin: 0 auto 32px;
    padding: 5px;
    border-radius: 999px;
    border: 1px solid var(--ab-border-soft);
    background: rgba(255, 255, 255, 0.05);
}

.ab-tabs span {
    min-width: 190px;
    text-align: center;
    padding: 12px 20px;
    border-radius: 999px;
    color: var(--ab-muted);
    font-size: 13px;
    font-weight: 800;
}

.ab-tabs .active {
    color: #fff;
    background: linear-gradient(135deg, var(--ab-purple), var(--ab-purple-2));
}

.ab-pricing-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
    max-width: 900px;
    margin: 0 auto;
}

.ab-price-card {
    position: relative;
    padding: 34px 30px;
    overflow: hidden;
}

.ab-price-card.featured {
    border-color: rgba(168, 76, 255, 0.78);
    background:
        radial-gradient(circle at 50% 0, rgba(168, 76, 255, 0.45), transparent 16rem),
        linear-gradient(145deg, rgba(64, 26, 116, 0.94), rgba(22, 18, 42, 0.96));
    transform: translateY(-12px);
}

.ab-price-card > b {
    position: absolute;
    right: 18px;
    top: 14px;
    padding: 5px 9px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.18);
    color: #fff;
    font-size: 11px;
}

.ab-price {
    margin: 24px 0;
    color: #fff;
    font-size: 42px;
    font-weight: 900;
}

.ab-price span {
    color: var(--ab-muted);
    font-size: 14px;
    font-weight: 600;
}

.ab-location-grid,
.ab-testimonial-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.ab-location {
    min-height: 176px;
    padding: 24px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    overflow: hidden;
    position: relative;
}

.ab-location:before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(5, 7, 19, 0.2), rgba(5, 7, 19, 0.88)),
        radial-gradient(circle at 30% 30%, rgba(70, 145, 255, 0.32), transparent 9rem),
        radial-gradient(circle at 70% 85%, rgba(255, 128, 52, 0.32), transparent 10rem);
}

.ab-location strong,
.ab-location span {
    position: relative;
    z-index: 2;
}

.ab-location strong {
    color: #fff;
    font-size: 17px;
}

.ab-location span {
    color: var(--ab-muted);
}

.ab-testimonial-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ab-testimonial {
    padding: 24px;
}

.ab-testimonial span {
    color: #ffce4f;
    letter-spacing: 0.08em;
}

.ab-testimonial strong {
    display: block;
    color: #fff;
}

.ab-testimonial small {
    color: var(--ab-muted);
}

.ab-benefits {
    padding: 72px 0 0;
    text-align: center;
}

.ab-benefit-row {
    margin-top: 42px;
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 20px;
}

.ab-benefit-row div {
    padding: 18px 10px;
}

.ab-benefit-row i {
    margin-bottom: 16px;
}

.ab-benefit-row strong {
    color: #fff;
    display: block;
    font-size: 17px;
}

.ab-micro-row {
    margin-top: 44px;
    padding: 24px 0;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.ab-micro-row span {
    color: #fff;
    font-weight: 700;
}

.ab-micro-row i {
    color: var(--ab-purple-3);
    margin-right: 8px;
}

#Cta {
    display: none;
}

#Footer {
    background: rgba(5, 7, 19, 0.94) !important;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

@media (max-width: 1199px) {
    .ab-feature-grid,
    .ab-benefit-row {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .ab-server-scene {
        margin-top: 40px;
    }
}

@media (max-width: 991px) {
    .ab-hero {
        padding-top: 52px;
    }

    .ab-main-nav {
        margin-top: 18px;
    }

    .ab-logo-row,
    .ab-feature-grid,
    .ab-benefit-row,
    .ab-micro-row,
    .ab-pricing-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .ab-price-card.featured {
        transform: none;
    }
}

@media (max-width: 767px) {
    .ab-checks,
    .ab-solution-grid,
    .ab-location-grid,
    .ab-testimonial-grid,
    .ab-logo-row,
    .ab-feature-grid,
    .ab-benefit-row,
    .ab-micro-row,
    .ab-pricing-grid {
        grid-template-columns: 1fr;
    }

    .ab-server-scene {
        min-height: 440px;
    }

    .ab-server-card {
        inset: 50px 50px 70px;
    }

    .ab-stat {
        width: 135px;
        min-height: 96px;
        padding: 14px;
    }

    .ab-stat-right-top,
    .ab-stat-right-bottom {
        right: 0;
    }

    .ab-tabs {
        width: 100%;
    }

    .ab-tabs span {
        min-width: 0;
        flex: 1;
    }
}

@media (max-width: 480px) {
    .ab-actions,
    .ab-btn {
        width: 100%;
    }

    .ab-stat {
        position: relative;
        left: auto;
        right: auto;
        top: auto;
        bottom: auto;
        width: calc(50% - 8px);
        display: inline-block;
        margin: 4px;
        vertical-align: top;
    }

    .ab-server-card,
    .ab-glow-ring {
        display: none;
    }

    .ab-server-scene {
        min-height: 250px;
    }
}

/* KryptonHost polish pass */
.aurabyte-home,
.aurabyte-home * {
    -webkit-text-stroke: 0 !important;
    text-shadow: none !important;
    box-sizing: border-box;
}

.aurabyte-home .container,
.navbar-rade .container,
#Footer .container {
    max-width: 1180px;
}

.aurabyte-home {
    font-family: Inter, Montserrat, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    background:
        radial-gradient(circle at 18% 5%, rgba(130, 52, 255, 0.25), transparent 30rem),
        radial-gradient(circle at 82% 26%, rgba(123, 55, 255, 0.18), transparent 34rem),
        linear-gradient(180deg, #060812 0%, #090719 46%, #050711 100%);
}

.ab-hero {
    min-height: auto;
    padding: 48px 0 44px;
    background:
        radial-gradient(circle at 70% 48%, rgba(157, 64, 255, 0.28), transparent 24rem),
        radial-gradient(circle at 20% 10%, rgba(114, 58, 255, 0.2), transparent 20rem),
        linear-gradient(135deg, rgba(18, 11, 45, 0.92), rgba(5, 8, 18, 0.96));
}

.ab-hero .row {
    min-height: 520px;
}

.ab-hero h1 {
    max-width: 540px;
    font-size: clamp(42px, 4.6vw, 66px);
    line-height: 0.98;
    letter-spacing: -0.07em;
    margin-bottom: 20px;
}

.ab-hero h1 span,
.ab-section-title h2 span,
.ab-benefits h2 span {
    color: #a64dff;
    text-shadow: 0 0 26px rgba(166, 77, 255, 0.5) !important;
}

.ab-lead {
    max-width: 520px;
    font-size: 16px;
    line-height: 1.75;
}

.ab-checks {
    max-width: 500px;
    gap: 12px 24px;
}

.ab-btn {
    height: 50px;
    min-width: 160px;
    border-radius: 10px;
}

.ab-server-scene {
    min-height: 500px;
    margin-left: -10px;
}

.ab-server-card {
    inset: 54px 88px 70px 92px;
    gap: 16px;
    perspective: 900px;
    filter: drop-shadow(0 38px 90px rgba(155, 66, 255, 0.38));
}

.ab-rack {
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.16);
    background:
        linear-gradient(90deg, rgba(255, 255, 255, 0.08), transparent 18%),
        linear-gradient(145deg, #111624, #050711 72%);
    border-radius: 18px;
    box-shadow:
        inset 0 0 0 1px rgba(255, 255, 255, 0.04),
        0 0 45px rgba(155, 66, 255, 0.2);
    overflow: hidden;
}

.ab-rack-main {
    width: 220px;
    height: 330px;
    padding: 22px 18px;
    transform: rotateY(-11deg) rotateX(2deg);
}

.ab-rack-side {
    width: 180px;
    height: 270px;
    padding: 20px 16px;
    transform: translateY(36px) rotateY(14deg) rotateX(1deg);
    opacity: 0.92;
}

.ab-rack:before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 56% 20%, rgba(166, 77, 255, 0.16), transparent 8rem),
        linear-gradient(90deg, transparent, rgba(166, 77, 255, 0.12), transparent);
    pointer-events: none;
}

.ab-rack span,
.ab-mini-rack span {
    position: relative;
    display: block;
    height: 43px;
    margin-bottom: 13px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    background:
        linear-gradient(90deg, rgba(166, 77, 255, 0.2), transparent 16%),
        repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.09) 0 4px, transparent 4px 13px),
        linear-gradient(180deg, #252d3d, #101522);
}

.ab-rack span:before,
.ab-mini-rack span:before {
    content: "";
    position: absolute;
    left: 12px;
    top: 50%;
    width: 54px;
    height: 5px;
    border-radius: 999px;
    transform: translateY(-50%);
    background: #a64dff;
    box-shadow: 0 0 20px #a64dff;
}

.ab-rack span:after,
.ab-mini-rack span:after {
    content: "";
    position: absolute;
    right: 12px;
    top: 50%;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    transform: translateY(-50%);
    background: #76ff9c;
    box-shadow: 0 0 14px #76ff9c;
}

.ab-glow-ring {
    left: 17%;
    right: 7%;
    bottom: 74px;
    height: 62px;
    border-color: rgba(166, 77, 255, 0.9);
}

.ab-stat {
    width: 150px;
    min-height: 110px;
    background: rgba(17, 22, 42, 0.9);
    backdrop-filter: blur(12px);
}

.ab-stat-left-top { left: 0; top: 70px; }
.ab-stat-left-bottom { left: 0; bottom: 112px; }
.ab-stat-right-top { right: 0; top: 86px; }
.ab-stat-right-bottom { right: 4%; bottom: 130px; }

.ab-trusted {
    padding: 22px 0 26px;
    background: rgba(7, 10, 23, 0.96);
}

.ab-logo-row span {
    font-size: 20px;
    opacity: 0.85;
}

.ab-section {
    padding: 70px 0;
}

.ab-feature-grid {
    gap: 24px;
}

.ab-card {
    min-height: 212px;
    padding: 34px 24px 30px;
    background:
        radial-gradient(circle at 50% 0, rgba(157, 64, 255, 0.12), transparent 11rem),
        linear-gradient(145deg, rgba(22, 27, 50, 0.94), rgba(10, 14, 29, 0.96));
}

.ab-card i,
.ab-benefit-row i {
    color: #b85cff !important;
    text-shadow: 0 0 20px rgba(184, 92, 255, 0.7) !important;
}

.ab-card h3,
.ab-solution-card h3,
.ab-price-card h3 {
    letter-spacing: -0.04em;
}

.ab-card p {
    max-width: 220px;
    margin-left: auto;
    margin-right: auto;
}

.ab-section-split .row {
    align-items: stretch;
}

.ab-solution-card {
    min-height: 256px;
}

.ab-vps-panel {
    min-height: 100%;
    padding: 34px 38px;
}

.ab-vps-visual {
    min-height: 300px;
}

.ab-mini-rack {
    width: 170px;
    min-height: 250px;
    padding: 20px 16px 8px;
    border-radius: 18px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    background: linear-gradient(145deg, #151b2b, #060812);
    box-shadow: 0 24px 75px rgba(166, 77, 255, 0.34);
    transform: rotateY(-12deg);
}

.ab-mini-rack span {
    height: 38px;
}

.ab-price-float {
    right: 10px;
    bottom: 42px;
}

.ab-pricing-grid {
    max-width: 840px;
}

.ab-price-card {
    padding: 32px 30px;
}

.ab-location,
.ab-testimonial {
    min-height: 150px;
}

.ab-benefits {
    padding-top: 64px;
}

#Footer {
    padding-top: 46px;
    padding-bottom: 42px;
}

@media (max-width: 1199px) {
    .ab-hero .row {
        min-height: auto;
    }

    .ab-server-scene {
        min-height: 460px;
    }

    .ab-server-card {
        inset: 52px 80px 70px;
    }
}

@media (max-width: 991px) {
    .ab-hero {
        padding-top: 40px;
    }

    .ab-hero h1 {
        font-size: clamp(38px, 8vw, 58px);
    }

    .ab-server-scene {
        min-height: 420px;
        margin-top: 20px;
    }

    .ab-feature-grid,
    .ab-benefit-row {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    .ab-server-card {
        inset: 72px 42px 78px;
        transform: scale(0.82);
    }

    .ab-stat {
        display: none;
    }

    .ab-feature-grid,
    .ab-solution-grid,
    .ab-pricing-grid,
    .ab-location-grid,
    .ab-testimonial-grid,
    .ab-benefit-row,
    .ab-micro-row {
        grid-template-columns: 1fr;
    }
}

/* KryptonHost Minecraft page */
.kh-minecraft-page {
    background:
        radial-gradient(circle at 18% 7%, rgba(79, 255, 157, 0.11), transparent 28rem),
        radial-gradient(circle at 78% 8%, rgba(168, 76, 255, 0.2), transparent 34rem),
        linear-gradient(180deg, #050713 0%, #070815 52%, #050713 100%);
    color: var(--ab-text);
    overflow: hidden;
}

.kh-minecraft-page .container {
    max-width: 1180px;
}

.kh-eyebrow,
.kh-section-heading span,
.kh-plan-group-title span {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    color: #d7b8ff;
    font-weight: 800;
    font-size: 0.78rem;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    background: rgba(168, 76, 255, 0.14);
    border: 1px solid rgba(168, 76, 255, 0.24);
    border-radius: 999px;
    padding: 8px 13px;
}

.kh-mc-hero {
    position: relative;
    min-height: 640px;
    padding: 155px 0 90px;
    background:
        linear-gradient(90deg, rgba(5, 7, 19, 0.96), rgba(12, 9, 30, 0.74)),
        url("../img/ruzenko/services/minecraft/minecraft.png") center/cover no-repeat;
}

.kh-mc-hero:before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(5, 7, 19, 0.2), #050713 100%),
        radial-gradient(circle at 62% 35%, rgba(117, 255, 136, 0.14), transparent 18rem);
    pointer-events: none;
}

.kh-mc-hero .container {
    position: relative;
    z-index: 2;
}

.kh-mc-hero h1,
.kh-section-heading h2,
.kh-mc-panel h2,
.kh-plan-group-title h3 {
    color: #fff;
    font-weight: 900;
    letter-spacing: -0.055em;
}

.kh-mc-hero h1 {
    max-width: 760px;
    margin: 20px 0 18px;
    font-size: clamp(3rem, 7vw, 5.8rem);
    line-height: 0.95;
}

.kh-hero-copy {
    max-width: 650px;
    color: var(--ab-muted);
    font-size: 1.13rem;
    line-height: 1.8;
}

.kh-hero-badges {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    max-width: 660px;
    margin: 28px 0 34px;
}

.kh-hero-badges span,
.kh-panel-list span {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #fff;
    font-weight: 800;
}

.kh-hero-badges i,
.kh-panel-list i {
    color: #b64cff;
}

.kh-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

.kh-btn,
.kh-plan-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0 24px;
    border-radius: 12px;
    color: #fff !important;
    font-weight: 900;
    text-decoration: none !important;
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.kh-btn-primary,
.kh-plan-btn {
    background: linear-gradient(135deg, var(--ab-purple), var(--ab-purple-2));
    box-shadow: 0 18px 42px rgba(106, 43, 232, 0.34);
}

.kh-btn-ghost {
    border: 1px solid rgba(255, 255, 255, 0.18);
    background: rgba(255, 255, 255, 0.04);
}

.kh-btn:hover,
.kh-plan-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 22px 48px rgba(168, 76, 255, 0.38);
}

.kh-mc-orbit {
    position: relative;
    min-height: 430px;
}

.kh-mc-orbit:before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 36px;
    width: 390px;
    height: 88px;
    transform: translateX(-50%);
    border: 3px solid rgba(168, 76, 255, 0.78);
    border-radius: 50%;
    filter: blur(1px);
    box-shadow: 0 0 42px rgba(168, 76, 255, 0.58);
}

.kh-server-stack {
    position: absolute;
    right: 70px;
    bottom: 90px;
    width: 210px;
    min-height: 235px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 24px;
    background: linear-gradient(145deg, #111827, #060814 60%, #1b0f34);
    box-shadow: 0 40px 100px rgba(0, 0, 0, 0.45), 0 0 55px rgba(168, 76, 255, 0.25);
    padding: 28px;
}

.kh-server-stack span {
    display: block;
    height: 32px;
    margin-bottom: 16px;
    border-radius: 10px;
    background: linear-gradient(90deg, rgba(67, 255, 129, 0.72), rgba(168, 76, 255, 0.78));
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.12);
}

.kh-server-card {
    position: absolute;
    top: 64px;
    left: 10px;
    z-index: 4;
    width: 175px;
    padding: 22px;
    border: 1px solid rgba(168, 76, 255, 0.28);
    border-radius: 22px;
    background: rgba(17, 22, 42, 0.84);
    backdrop-filter: blur(14px);
}

.kh-server-card span,
.kh-server-card small {
    display: block;
    color: var(--ab-muted);
    font-weight: 700;
}

.kh-server-card strong {
    display: block;
    margin: 5px 0;
    color: #fff;
    font-size: 2.2rem;
    line-height: 1;
}

.kh-cube {
    position: absolute;
    z-index: 3;
    width: 86px;
    height: 86px;
    transform: rotate(45deg) skew(-10deg, -10deg);
    border-radius: 16px;
    box-shadow: 0 24px 55px rgba(0, 0, 0, 0.34);
}

.kh-cube-grass {
    right: 22px;
    top: 24px;
    background: linear-gradient(135deg, #62d658 0 36%, #9d6b34 37% 100%);
}

.kh-cube-stone {
    left: 86px;
    bottom: 116px;
    background: linear-gradient(135deg, #d5dce8, #717986);
}

.kh-cube-diamond {
    right: 260px;
    top: 170px;
    background: linear-gradient(135deg, #d9ffff, #60d9ff 42%, #4971ff);
}

.kh-mc-strip {
    position: relative;
    z-index: 3;
    padding: 24px 0;
    background: rgba(10, 12, 27, 0.92);
    border-top: 1px solid rgba(255, 255, 255, 0.07);
    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}

.kh-mc-strip .col-md-3 {
    padding: 16px 24px;
    border-right: 1px solid rgba(255, 255, 255, 0.08);
}

.kh-mc-strip .col-md-3:last-child {
    border-right: 0;
}

.kh-mc-strip strong,
.kh-mc-strip span {
    display: block;
}

.kh-mc-strip strong {
    color: #fff;
    font-size: 1.35rem;
    font-weight: 900;
}

.kh-mc-strip span {
    color: var(--ab-muted);
}

.kh-mc-plans,
.kh-mc-guide,
.kh-mc-faq {
    padding: 86px 0;
}

.kh-section-heading {
    max-width: 760px;
    margin: 0 auto 48px;
    text-align: center;
}

.kh-section-heading h2 {
    margin: 16px 0 12px;
    font-size: clamp(2.3rem, 4vw, 3.7rem);
}

.kh-section-heading p,
.kh-plan-group-title p,
.kh-mc-panel p,
.kh-guide-card p,
.kh-faq-card p {
    color: var(--ab-muted);
    line-height: 1.75;
}

.kh-plan-group {
    margin-top: 42px;
}

.kh-plan-group-title {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 24px;
}

.kh-plan-group-title h3 {
    margin: 12px 0 0;
    font-size: clamp(1.7rem, 3vw, 2.45rem);
}

.kh-plan-group-title p {
    max-width: 440px;
    margin: 0;
}

.kh-plan-grid {
    display: grid;
    gap: 22px;
}

.kh-plan-grid-budget {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.kh-plan-grid-premium {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.kh-mc-plan,
.kh-guide-card,
.kh-faq-card,
.kh-panel-preview {
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.09);
    border-radius: 24px;
    background:
        linear-gradient(180deg, rgba(24, 29, 52, 0.92), rgba(11, 14, 30, 0.94)),
        radial-gradient(circle at 50% 0%, rgba(168, 76, 255, 0.18), transparent 18rem);
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.24);
}

.kh-mc-plan {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    padding: 26px;
    overflow: hidden;
}

.kh-mc-plan:before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background: linear-gradient(135deg, rgba(168, 76, 255, 0.12), transparent 38%);
    pointer-events: none;
}

.kh-plan-featured-lite,
.kh-plan-featured {
    border-color: rgba(168, 76, 255, 0.62);
    box-shadow: 0 28px 90px rgba(132, 60, 255, 0.25);
}

.kh-plan-featured {
    transform: translateY(-12px);
    background:
        radial-gradient(circle at 50% 0%, rgba(168, 76, 255, 0.45), transparent 16rem),
        linear-gradient(180deg, rgba(53, 25, 93, 0.96), rgba(16, 15, 36, 0.96));
}

.kh-popular-label {
    position: absolute;
    top: 18px;
    right: 18px;
    z-index: 2;
    padding: 7px 11px;
    border-radius: 999px;
    background: #fff;
    color: #7c2cff;
    font-size: 0.72rem;
    font-weight: 900;
}

.kh-plan-chip {
    display: inline-flex;
    width: fit-content;
    margin-bottom: 14px;
    padding: 7px 11px;
    border-radius: 999px;
    color: #ddc0ff;
    background: rgba(168, 76, 255, 0.14);
    border: 1px solid rgba(168, 76, 255, 0.26);
    font-size: 0.72rem;
    font-weight: 900;
}

.kh-plan-top h4 {
    color: #fff;
    margin: 0 0 8px;
    font-size: 1.35rem;
    font-weight: 900;
}

.kh-plan-top p {
    min-height: 52px;
    margin: 0;
    color: var(--ab-muted);
    line-height: 1.6;
}

.kh-price {
    margin: 24px 0 18px;
    color: #fff;
    font-size: 3rem;
    font-weight: 950;
    letter-spacing: -0.06em;
}

.kh-price span {
    font-size: 1.45rem;
    margin-right: 2px;
}

.kh-price small {
    color: var(--ab-muted);
    font-size: 0.92rem;
    font-weight: 800;
    letter-spacing: 0;
    margin-left: 5px;
}

.kh-mc-plan ul {
    position: relative;
    z-index: 2;
    flex: 1;
    list-style: none;
    margin: 0 0 24px;
    padding: 0;
}

.kh-mc-plan li {
    display: flex;
    gap: 10px;
    color: #eee8ff;
    font-weight: 700;
    line-height: 1.55;
    margin-bottom: 11px;
}

.kh-mc-plan li:before {
    content: "\2713";
    color: #bb55ff;
    font-weight: 900;
}

.kh-plan-btn {
    position: relative;
    z-index: 2;
    width: 100%;
    margin-top: auto;
}

.kh-mc-panel {
    padding: 86px 0;
    background:
        radial-gradient(circle at 70% 22%, rgba(83, 255, 137, 0.13), transparent 28rem),
        linear-gradient(180deg, rgba(16, 12, 36, 0.9), rgba(6, 8, 19, 0.95));
    border-top: 1px solid rgba(255, 255, 255, 0.07);
    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}

.kh-mc-panel h2 {
    margin: 18px 0;
    font-size: clamp(2.2rem, 4vw, 3.6rem);
}

.kh-panel-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin-top: 28px;
}

.kh-panel-preview {
    padding: 22px;
    overflow: hidden;
}

.kh-panel-preview:before {
    content: "";
    position: absolute;
    inset: auto -30px -80px auto;
    width: 240px;
    height: 240px;
    border-radius: 50%;
    background: rgba(168, 76, 255, 0.28);
    filter: blur(45px);
}

.kh-panel-bar {
    display: flex;
    gap: 8px;
    margin-bottom: 20px;
}

.kh-panel-bar span {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.24);
}

.kh-panel-console {
    position: relative;
    z-index: 2;
    min-height: 250px;
    padding: 24px;
    border-radius: 18px;
    background: #050713;
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.kh-panel-console p {
    margin: 0 0 12px;
    color: #cbd5e1;
    font-family: Consolas, Monaco, monospace;
}

.kh-panel-console .kh-console-ok {
    color: #6dff9d;
}

.kh-panel-stats {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    margin-top: 14px;
}

.kh-panel-stats span {
    padding: 14px;
    border-radius: 14px;
    color: var(--ab-muted);
    background: rgba(255, 255, 255, 0.05);
}

.kh-panel-stats strong {
    display: block;
    color: #fff;
    font-size: 1.15rem;
}

.kh-mc-guide {
    background: #050713;
}

.kh-guide-card {
    min-height: 100%;
    padding: 30px;
}

.kh-guide-card i {
    display: inline-flex;
    width: 58px;
    height: 58px;
    align-items: center;
    justify-content: center;
    margin-bottom: 22px;
    border-radius: 18px;
    color: #fff;
    background: linear-gradient(135deg, #51d56b, var(--ab-purple));
    box-shadow: 0 16px 42px rgba(168, 76, 255, 0.28);
}

.kh-guide-card h3 {
    color: #fff;
    font-size: 1.35rem;
    font-weight: 900;
}

.kh-mc-faq {
    background:
        radial-gradient(circle at 22% 10%, rgba(168, 76, 255, 0.18), transparent 26rem),
        linear-gradient(180deg, #0b0820, #050713);
}

.kh-faq-card {
    margin-bottom: 16px;
    padding: 0;
    overflow: hidden;
}

.kh-faq-card > a {
    position: relative;
    display: block;
    padding: 20px 54px 20px 22px;
    color: #fff !important;
    font-weight: 900;
    text-decoration: none !important;
}

.kh-faq-card > a:after {
    content: "+";
    position: absolute;
    right: 22px;
    top: 50%;
    transform: translateY(-50%);
    color: #b64cff;
    font-size: 1.5rem;
}

.kh-faq-card > a[aria-expanded="true"]:after {
    content: "-";
}

.kh-faq-card p {
    margin: 0;
    padding: 0 22px 22px;
}

@media (max-width: 1199px) {
    .kh-plan-grid-budget {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 991px) {
    .kh-mc-hero {
        padding: 132px 0 70px;
    }

    .kh-mc-orbit {
        margin-top: 40px;
    }

    .kh-plan-grid-premium {
        grid-template-columns: 1fr;
    }

    .kh-plan-featured {
        transform: none;
    }

    .kh-plan-group-title {
        display: block;
    }

    .kh-plan-group-title p {
        margin-top: 12px;
    }

    .kh-guide-card {
        margin-bottom: 18px;
    }
}

@media (max-width: 767px) {
    .kh-mc-hero h1 {
        font-size: 3.15rem;
    }

    .kh-hero-badges,
    .kh-panel-list,
    .kh-plan-grid-budget {
        grid-template-columns: 1fr;
    }

    .kh-mc-strip .col-md-3 {
        border-right: 0;
    }

    .kh-panel-stats {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 575px) {
    .kh-mc-hero {
        min-height: auto;
        padding: 116px 0 54px;
    }

    .kh-mc-hero h1 {
        font-size: 2.65rem;
    }

    .kh-mc-orbit {
        min-height: 330px;
    }

    .kh-server-stack {
        right: 24px;
        width: 170px;
        min-height: 205px;
    }

    .kh-server-card {
        left: 0;
        top: 36px;
    }

    .kh-cube-diamond {
        right: 190px;
    }
}

/* Compact Minecraft page tuning */
.kh-mc-hero {
    min-height: 520px;
    padding: 110px 0 56px;
}

.kh-mc-hero h1 {
    max-width: 620px;
    margin: 14px 0 12px;
    font-size: clamp(2.55rem, 4.7vw, 4.25rem);
    line-height: 0.98;
}

.kh-hero-copy {
    max-width: 570px;
    font-size: 0.98rem;
    line-height: 1.65;
}

.kh-eyebrow,
.kh-section-heading span,
.kh-plan-group-title span {
    padding: 6px 11px;
    font-size: 0.68rem;
}

.kh-hero-badges {
    grid-template-columns: repeat(2, minmax(0, 220px));
    gap: 9px 18px;
    margin: 18px 0 22px;
}

.kh-hero-badges span,
.kh-panel-list span {
    font-size: 0.82rem;
}

.kh-btn,
.kh-plan-btn {
    min-height: 40px;
    padding: 0 18px;
    border-radius: 10px;
    font-size: 0.82rem;
}

.kh-mc-art {
    position: relative;
    min-height: 350px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.kh-mc-art:before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 28px;
    width: 330px;
    height: 60px;
    transform: translateX(-50%);
    border: 2px solid rgba(168, 76, 255, 0.7);
    border-radius: 50%;
    box-shadow: 0 0 36px rgba(168, 76, 255, 0.48);
}

.kh-mc-art img {
    position: relative;
    z-index: 2;
    width: min(100%, 390px);
    max-height: 315px;
    object-fit: contain;
    filter: drop-shadow(0 28px 60px rgba(0, 0, 0, 0.45)) drop-shadow(0 0 28px rgba(168, 76, 255, 0.18));
}

.kh-mc-art .kh-server-card {
    top: 42px;
    left: 0;
    width: 140px;
    padding: 15px;
    border-radius: 16px;
}

.kh-mc-art .kh-server-card strong {
    font-size: 1.65rem;
}

.kh-mc-strip {
    padding: 12px 0;
}

.kh-mc-strip .col-md-3 {
    padding: 10px 18px;
}

.kh-mc-strip strong {
    font-size: 1.05rem;
}

.kh-mc-strip span {
    font-size: 0.82rem;
}

.kh-mc-plans,
.kh-mc-guide,
.kh-mc-faq,
.kh-mc-panel {
    padding: 56px 0;
}

.kh-section-heading {
    margin-bottom: 34px;
}

.kh-section-heading h2 {
    margin: 12px 0 8px;
    font-size: clamp(1.9rem, 3.2vw, 2.7rem);
}

.kh-section-heading p,
.kh-plan-group-title p,
.kh-mc-panel p,
.kh-guide-card p,
.kh-faq-card p {
    font-size: 0.92rem;
    line-height: 1.6;
}

.kh-plan-group {
    margin-top: 30px;
}

.kh-plan-group-title {
    margin-bottom: 18px;
}

.kh-plan-group-title h3 {
    margin-top: 9px;
    font-size: clamp(1.45rem, 2.5vw, 2rem);
}

.kh-plan-grid {
    gap: 16px;
}

.kh-mc-plan {
    padding: 20px;
    border-radius: 18px;
}

.kh-plan-top h4 {
    font-size: 1.08rem;
}

.kh-plan-top p {
    min-height: 40px;
    font-size: 0.82rem;
}

.kh-plan-chip {
    margin-bottom: 10px;
    padding: 5px 9px;
    font-size: 0.62rem;
}

.kh-price {
    margin: 15px 0 12px;
    font-size: 2.25rem;
}

.kh-price span {
    font-size: 1.05rem;
}

.kh-price small {
    font-size: 0.75rem;
}

.kh-mc-plan li {
    gap: 8px;
    margin-bottom: 7px;
    font-size: 0.82rem;
    line-height: 1.42;
}

.kh-plan-featured {
    transform: translateY(-6px);
}

.kh-mc-panel h2 {
    margin: 13px 0;
    font-size: clamp(1.9rem, 3.2vw, 2.65rem);
}

.kh-panel-preview,
.kh-guide-card {
    border-radius: 18px;
    padding: 22px;
}

.kh-panel-console {
    min-height: 190px;
    padding: 18px;
}

.kh-panel-console p,
.kh-panel-stats span {
    font-size: 0.84rem;
}

.kh-guide-card i {
    width: 46px;
    height: 46px;
    margin-bottom: 16px;
    border-radius: 14px;
}

.kh-guide-card h3 {
    font-size: 1.08rem;
}

.kh-faq-card {
    border-radius: 16px;
    margin-bottom: 12px;
}

.kh-faq-card > a {
    padding: 15px 46px 15px 18px;
    font-size: 0.92rem;
}

.kh-faq-card p {
    padding: 0 18px 18px;
}

@media (max-width: 991px) {
    .kh-mc-hero {
        padding: 96px 0 46px;
    }

    .kh-mc-art {
        min-height: 285px;
        margin-top: 18px;
    }

    .kh-mc-art img {
        max-height: 250px;
    }
}

@media (max-width: 767px) {
    .kh-mc-hero h1 {
        font-size: 2.6rem;
    }

    .kh-hero-badges {
        grid-template-columns: 1fr;
    }

    .kh-plan-featured {
        transform: none;
    }
}

/* KryptonHost auth pages */
.kh-auth-page {
    min-height: calc(100vh - 92px);
    padding: 118px 18px 70px;
    color: var(--ab-text);
    background:
        radial-gradient(circle at 18% 18%, rgba(168, 76, 255, 0.24), transparent 28rem),
        radial-gradient(circle at 80% 8%, rgba(81, 167, 255, 0.12), transparent 30rem),
        linear-gradient(180deg, #050713, #080a18 56%, #050713);
}

.kh-auth-shell {
    display: grid;
    grid-template-columns: minmax(260px, 0.85fr) minmax(360px, 1fr);
    gap: 22px;
    width: min(980px, 100%);
    margin: 0 auto;
}

.kh-register-shell {
    width: min(1120px, 100%);
    grid-template-columns: minmax(260px, 0.72fr) minmax(520px, 1.28fr);
    align-items: start;
}

.kh-auth-aside,
.kh-auth-card,
.kh-register-card {
    border: 1px solid rgba(255, 255, 255, 0.09);
    border-radius: 24px;
    background: linear-gradient(180deg, rgba(20, 24, 45, 0.9), rgba(8, 11, 25, 0.96));
    box-shadow: 0 28px 90px rgba(0, 0, 0, 0.32);
}

.kh-auth-aside {
    position: relative;
    overflow: hidden;
    padding: 34px;
    min-height: 430px;
}

.kh-auth-aside:before {
    content: "";
    position: absolute;
    right: -90px;
    bottom: -90px;
    width: 240px;
    height: 240px;
    border-radius: 50%;
    background: rgba(168, 76, 255, 0.32);
    filter: blur(38px);
}

.kh-auth-kicker {
    position: relative;
    z-index: 2;
    display: inline-flex;
    padding: 7px 11px;
    border-radius: 999px;
    background: rgba(168, 76, 255, 0.16);
    border: 1px solid rgba(168, 76, 255, 0.28);
    color: #d8bcff;
    font-size: 0.72rem;
    font-weight: 900;
    text-transform: uppercase;
}

.kh-auth-aside h1 {
    position: relative;
    z-index: 2;
    margin: 18px 0 12px;
    color: #fff;
    font-size: clamp(2.2rem, 4vw, 3.4rem);
    line-height: 0.98;
    font-weight: 950;
    letter-spacing: -0.06em;
}

.kh-auth-aside p {
    position: relative;
    z-index: 2;
    color: var(--ab-muted);
    line-height: 1.7;
}

.kh-auth-points {
    position: relative;
    z-index: 2;
    display: grid;
    gap: 12px;
    margin-top: 26px;
}

.kh-auth-points span {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #fff;
    font-weight: 800;
}

.kh-auth-points i {
    color: #b64cff;
}

.kh-auth-side-link {
    position: relative;
    z-index: 2;
    display: inline-flex;
    margin-top: 26px;
    color: #d9bdff !important;
    font-weight: 900;
}

.kh-auth-card,
.kh-register-card {
    padding: 30px;
}

.kh-auth-head {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 24px;
}

.kh-auth-mark {
    width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    color: #fff;
    font-weight: 950;
    background: linear-gradient(135deg, var(--ab-purple), var(--ab-purple-2));
    box-shadow: 0 0 26px rgba(168, 76, 255, 0.56);
}

.kh-auth-head h2 {
    margin: 0;
    color: #fff;
    font-size: 1.7rem;
    font-weight: 950;
    letter-spacing: -0.04em;
}

.kh-auth-head p {
    margin: 3px 0 0;
    color: var(--ab-muted);
}

.kh-auth-page label {
    color: #efe9ff;
    font-weight: 800;
    font-size: 0.86rem;
}

.kh-auth-input {
    display: flex;
    align-items: center;
    gap: 10px;
    min-height: 48px;
    padding: 0 14px;
    border: 1px solid rgba(255, 255, 255, 0.11);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.045);
}

.kh-auth-input i {
    color: #b64cff;
}

.kh-auth-input .form-control,
.kh-auth-input input {
    height: 46px;
    padding: 0;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    color: #fff !important;
}

.kh-auth-input .btn-reveal-pw {
    border: 0;
    background: transparent;
    color: #b9b3c9;
}

.kh-auth-label-row,
.kh-auth-options {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.kh-auth-label-row a,
.kh-auth-footer a {
    color: #d9bdff !important;
    font-weight: 900;
}

.kh-auth-options {
    margin: 12px 0 18px;
}

.kh-auth-options label {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0;
    color: var(--ab-muted);
}

.kh-auth-submit {
    width: 100%;
    min-height: 46px;
    border: 0;
    border-radius: 13px;
    font-weight: 950;
    background: linear-gradient(135deg, var(--ab-purple), var(--ab-purple-2)) !important;
    box-shadow: 0 18px 40px rgba(106, 43, 232, 0.32);
}

.kh-auth-footer {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 18px;
    color: var(--ab-muted);
}

.kh-auth-captcha {
    margin-top: 12px;
}

.kh-register-page {
    padding-top: 106px;
}

.kh-register-page #registration .card {
    margin-bottom: 16px !important;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.04);
    box-shadow: none;
}

.kh-register-page #registration .card-body {
    padding: 20px !important;
}

.kh-register-page #registration .card-title {
    margin-bottom: 18px;
    color: #fff;
    font-size: 1.15rem;
    font-weight: 950;
}

.kh-register-page .form-group {
    margin-bottom: 14px;
}

.kh-register-page .prepend-icon {
    position: relative;
}

.kh-register-page .field-icon {
    position: absolute;
    left: 13px;
    top: 50%;
    z-index: 3;
    transform: translateY(-50%);
    color: #b64cff;
    margin: 0;
}

.kh-register-page input.field,
.kh-register-page select.field,
.kh-register-page textarea.field,
.kh-register-page .form-control {
    min-height: 44px;
    border: 1px solid rgba(255, 255, 255, 0.11) !important;
    border-radius: 13px !important;
    background: rgba(255, 255, 255, 0.045) !important;
    color: #fff !important;
    box-shadow: none !important;
}

.kh-register-page .prepend-icon input.field,
.kh-register-page .prepend-icon select.field,
.kh-register-page .prepend-icon .form-control {
    padding-left: 40px;
}

.kh-register-page select.field option,
.kh-register-page select.form-control option {
    color: #111827;
}

.kh-register-page .btn-primary,
.kh-register-page input[type="submit"].btn-primary {
    min-height: 44px;
    border: 0;
    border-radius: 13px;
    padding: 0 26px;
    font-weight: 950;
    background: linear-gradient(135deg, var(--ab-purple), var(--ab-purple-2)) !important;
    box-shadow: 0 18px 40px rgba(106, 43, 232, 0.28);
}

.kh-register-page .password-strength-meter .progress {
    height: 9px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
}

.kh-register-page .text-muted,
.kh-register-page .field-help-text,
.kh-register-page p {
    color: var(--ab-muted) !important;
}

.kh-auth-page .alert {
    border-radius: 14px;
}

@media (max-width: 991px) {
    .kh-auth-shell,
    .kh-register-shell {
        grid-template-columns: 1fr;
        width: min(680px, 100%);
    }

    .kh-auth-aside {
        min-height: auto;
        padding: 26px;
    }

    .kh-auth-page {
        padding-top: 96px;
    }
}

@media (max-width: 575px) {
    .kh-auth-page {
        padding: 86px 12px 44px;
    }

    .kh-auth-card,
    .kh-register-card {
        padding: 20px;
        border-radius: 18px;
    }
}

/* Fast homepage hero correction */
.ab-hero {
    min-height: auto !important;
    padding: 34px 0 28px !important;
}

.ab-hero .row {
    min-height: 500px !important;
}

.ab-hero .ab-pill {
    margin-bottom: 18px;
}

.ab-hero h1 {
    max-width: 620px !important;
    margin-bottom: 14px !important;
    font-size: clamp(42px, 4.2vw, 64px) !important;
    line-height: 0.98 !important;
}

.ab-hero-copy {
    max-width: 600px;
    margin-bottom: 18px !important;
    font-size: 1rem;
    line-height: 1.55;
}

.ab-hero-points {
    margin: 0 0 22px !important;
    gap: 10px 22px !important;
}

.ab-hero-actions {
    margin-top: 0 !important;
}

.ab-hero .ab-btn {
    min-height: 44px;
    padding: 0 22px;
}

.ab-minecraft-scene {
    min-height: 430px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 !important;
}

.ab-minecraft-scene:before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 34px;
    width: 430px;
    height: 74px;
    transform: translateX(-50%);
    border: 2px solid rgba(168, 76, 255, 0.72);
    border-radius: 50%;
    box-shadow: 0 0 44px rgba(168, 76, 255, 0.5);
}

.ab-hero-minecraft-img {
    position: relative;
    z-index: 2;
    width: min(100%, 520px);
    max-height: 390px;
    object-fit: contain;
    filter: drop-shadow(0 34px 70px rgba(0, 0, 0, 0.48)) drop-shadow(0 0 32px rgba(168, 76, 255, 0.25));
}

.ab-minecraft-scene .ab-stat,
.ab-minecraft-scene .ab-server-card,
.ab-minecraft-scene .ab-glow-ring {
    display: none !important;
}

@media (max-width: 991px) {
    .ab-hero .row {
        min-height: auto !important;
    }

    .ab-minecraft-scene {
        min-height: 300px !important;
    }

    .ab-hero-minecraft-img {
        max-height: 280px;
    }
}

@media (max-width: 767px) {
    .ab-hero h1 {
        font-size: clamp(36px, 10vw, 48px) !important;
    }

    .ab-minecraft-scene {
        min-height: 240px !important;
    }

    .ab-hero-minecraft-img {
        max-height: 220px;
    }
}

/* KryptonHost about page */
.kh-about-page {
    color: var(--ab-text);
    background:
        radial-gradient(circle at 18% 8%, rgba(168, 76, 255, 0.22), transparent 30rem),
        radial-gradient(circle at 86% 20%, rgba(81, 167, 255, 0.12), transparent 30rem),
        linear-gradient(180deg, #050713, #080a18 54%, #050713);
}

.kh-about-page .container {
    max-width: 1160px;
}

.kh-about-hero {
    padding: 120px 0 72px;
}

.kh-about-kicker,
.kh-about-heading span {
    display: inline-flex;
    padding: 7px 12px;
    border-radius: 999px;
    color: #d9bdff;
    background: rgba(168, 76, 255, 0.15);
    border: 1px solid rgba(168, 76, 255, 0.28);
    font-size: 0.72rem;
    font-weight: 900;
    text-transform: uppercase;
}

.kh-about-hero h1,
.kh-about-heading h2,
.kh-about-split h2 {
    color: #fff;
    font-weight: 950;
    letter-spacing: -0.055em;
}

.kh-about-hero h1 {
    max-width: 760px;
    margin: 18px 0 16px;
    font-size: clamp(2.8rem, 5.2vw, 5rem);
    line-height: 0.98;
}

.kh-about-hero p,
.kh-about-heading p,
.kh-about-split p,
.kh-about-feature p,
.kh-values-grid p {
    color: var(--ab-muted);
    line-height: 1.7;
}

.kh-about-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 26px;
}

.kh-about-card,
.kh-about-feature,
.kh-values-grid div {
    border: 1px solid rgba(255, 255, 255, 0.09);
    border-radius: 22px;
    background: linear-gradient(180deg, rgba(23, 28, 51, 0.92), rgba(9, 12, 27, 0.96));
    box-shadow: 0 26px 80px rgba(0, 0, 0, 0.28);
}

.kh-about-card {
    padding: 28px;
    display: grid;
    gap: 8px;
}

.kh-about-card strong {
    color: #b76cff;
    font-size: 0.8rem;
    text-transform: uppercase;
}

.kh-about-card span {
    margin-bottom: 12px;
    color: #fff;
    font-size: 1.1rem;
    font-weight: 850;
}

.kh-about-stats {
    padding: 18px 0;
    background: rgba(10, 12, 27, 0.92);
    border-top: 1px solid rgba(255, 255, 255, 0.07);
    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}

.kh-about-stats strong,
.kh-about-stats span {
    display: block;
}

.kh-about-stats strong {
    color: #fff;
    font-size: 1.35rem;
    font-weight: 950;
}

.kh-about-stats span {
    color: var(--ab-muted);
}

.kh-about-section {
    padding: 72px 0;
}

.kh-about-heading {
    max-width: 780px;
    margin: 0 auto 38px;
    text-align: center;
}

.kh-about-heading h2,
.kh-about-split h2 {
    margin: 14px 0 12px;
    font-size: clamp(2rem, 3.6vw, 3.25rem);
}

.kh-about-feature {
    min-height: 100%;
    padding: 26px;
}

.kh-about-feature i {
    width: 50px;
    height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
    border-radius: 16px;
    color: #fff;
    background: linear-gradient(135deg, var(--ab-purple), var(--ab-purple-2));
}

.kh-about-feature h3 {
    color: #fff;
    font-weight: 950;
}

.kh-about-split {
    background: linear-gradient(180deg, rgba(16, 12, 36, 0.84), rgba(6, 8, 19, 0.94));
    border-top: 1px solid rgba(255, 255, 255, 0.07);
    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}

.kh-about-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.kh-about-list span {
    display: flex;
    gap: 10px;
    color: #fff;
    font-weight: 800;
    padding: 14px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.05);
}

.kh-about-list i {
    color: #b64cff;
}

.kh-values-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}

.kh-values-grid div {
    padding: 22px;
}

.kh-values-grid strong {
    display: block;
    margin-bottom: 8px;
    color: #fff;
    font-size: 1.1rem;
    font-weight: 950;
}

@media (max-width: 991px) {
    .kh-about-hero {
        padding: 98px 0 54px;
    }

    .kh-about-card {
        margin-top: 24px;
    }

    .kh-about-list,
    .kh-values-grid {
        grid-template-columns: 1fr;
    }

    .kh-about-feature {
        margin-bottom: 16px;
    }
}

/* Final navbar hardening: keep navigation visible and dropdowns clickable. */
.navbar-rade {
    position: sticky;
    top: 0;
    z-index: 2000;
    overflow: visible !important;
    background: rgba(5, 7, 19, 0.96) !important;
    border-bottom: 1px solid rgba(168, 76, 255, 0.28);
    box-shadow: 0 18px 46px rgba(0, 0, 0, 0.36);
}

.navbar-rade .container,
.navbar-rade .navbar-collapse,
.navbar-rade .navbar-nav,
.navbar-rade .nav-item,
.navbar-rade .dropdown {
    overflow: visible !important;
}

.navbar-rade .ab-main-nav li a {
    color: #ffffff !important;
    opacity: 1 !important;
}

.navbar-rade .ab-main-nav .ab-services-dropdown {
    position: relative !important;
    z-index: 2010 !important;
}

.navbar-rade .ab-main-nav .ab-services-dropdown:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    height: 10px;
}

.navbar-rade .ab-main-nav .ab-services-dropdown > .dropdown-toggle {
    background: linear-gradient(135deg, rgba(168, 76, 255, 0.34), rgba(111, 43, 232, 0.24));
    box-shadow: inset 0 0 0 1px rgba(196, 130, 255, 0.18), 0 10px 24px rgba(90, 33, 190, 0.18);
}

.navbar-rade .ab-main-nav .ab-services-dropdown > .ab-services-menu {
    min-width: 218px !important;
    padding: 7px !important;
    margin-top: 8px !important;
    border: 1px solid rgba(176, 104, 255, 0.3) !important;
    border-radius: 10px !important;
    background: rgba(7, 9, 22, 0.96) !important;
    backdrop-filter: blur(16px);
    box-shadow: 0 18px 42px rgba(0, 0, 0, 0.48), 0 0 0 1px rgba(255, 255, 255, 0.035) inset !important;
    opacity: 1 !important;
    z-index: 2020 !important;
    pointer-events: auto !important;
}

.navbar-rade .ab-main-nav .ab-services-dropdown > .ab-services-menu .dropdown-item,
.navbar-rade .ab-main-nav .ab-services-dropdown > .ab-services-menu .ab-services-link {
    display: block !important;
    width: 100% !important;
    min-height: 36px;
    padding: 9px 12px !important;
    border-radius: 7px !important;
    color: #ffffff !important;
    background: transparent !important;
    font-size: 12.5px !important;
    font-weight: 800 !important;
    line-height: 1.25 !important;
    opacity: 1 !important;
    text-decoration: none !important;
    text-shadow: none !important;
    white-space: nowrap !important;
    pointer-events: auto !important;
}

.navbar-rade .ab-main-nav .ab-services-dropdown > .ab-services-menu .dropdown-item:hover,
.navbar-rade .ab-main-nav .ab-services-dropdown > .ab-services-menu .dropdown-item:focus {
    color: #ffffff !important;
    background: linear-gradient(135deg, rgba(168, 76, 255, 0.26), rgba(81, 167, 255, 0.12)) !important;
    outline: none;
}

@media (min-width: 1200px) {
    .navbar-rade .ab-main-nav .ab-services-dropdown:hover > .ab-services-menu,
    .navbar-rade .ab-main-nav .ab-services-dropdown:focus-within > .ab-services-menu {
        display: block !important;
    }
}

@media (max-width: 1199px) {
    .navbar-rade .navbar-collapse {
        margin-top: 14px;
        padding: 14px;
        border: 1px solid rgba(168, 76, 255, 0.24);
        border-radius: 14px;
        background: #070916;
        box-shadow: 0 18px 46px rgba(0, 0, 0, 0.38);
    }

    .navbar-rade .ab-main-nav {
        gap: 6px;
        align-items: stretch;
    }

    .navbar-rade .ab-main-nav li a,
    .navbar-rade .ab-main-nav .ab-services-dropdown > .ab-services-menu .dropdown-item {
        width: 100%;
    }

    .navbar-rade .ab-main-nav .ab-services-dropdown > .ab-services-menu {
        position: static !important;
        float: none !important;
        width: 100%;
        margin: 6px 0 0 !important;
        transform: none !important;
    }
}
