/* --- PRICING & BILLING TOGGLES --- */
.currency-switcher {
    position: fixed;
    left: max(20px, env(safe-area-inset-left));
    right: auto !important;
    bottom: calc(28px + 6px);
    z-index: 999 !important;
    display: flex;
    justify-content: center;
    gap: 5px;
    background: rgba(10, 10, 15, 0.85);
    padding: 6px;
    border-radius: 50px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.6), 0 0 20px rgba(255, 170, 0, 0.1);
}
.currency-btn {
    background: transparent;
    border: none;
    color: rgba(255, 255, 255, 0.6);
    padding: 10px 24px;
    border-radius: 50px;
    font-weight: 800;
    font-size: 14px;
    letter-spacing: 1px;
    cursor: pointer;
    transition: all 0.3s ease;
}
.currency-btn:hover {
    color: #fff;
}
.currency-btn.active {
    background: linear-gradient(90deg, #ffaa00, #ff7700);
    color: #000;
    box-shadow: none;
}

.pricing-toggle {
    border: 1px solid rgba(255,255,255,0.15);
    border-radius: 50px;
    display: inline-flex;
    align-items: center;
    padding: 6px;
    background: rgba(10, 10, 15, 0.85);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.5);
}
.pt-btn {
    background: transparent;
    color: rgba(255,255,255,0.6);
    border: none;
    padding: 12px 28px;
    border-radius: 50px;
    font-weight: 800;
    font-size: 13px;
    letter-spacing: 1.5px;
    cursor: pointer;
    transition: all 0.3s ease;
}
.pt-btn:hover {
    color: #fff;
}
.pt-btn.active {
    background: linear-gradient(90deg, #ffaa00, #ff7700);
    color: #000;
    box-shadow: none;
    transform: scale(1.02);
}

/* --- GROWTH ARCHITECTURE ADDONS --- */
.addon-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 30px;
    margin-top: 40px;
}
@media (min-width: 1024px) {
    .addon-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

.addon-card {
    display: flex;
    flex-direction: column;
}
.addon-header {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    padding-bottom: 20px;
}
.addon-icon-box {
    width: 40px;
    height: 40px;
    border-radius: 12px;
    background: rgba(255, 170, 0, 0.1);
    color: #ffaa00;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}
.addon-header h4 {
    margin: 0;
    font-size: 20px;
    font-weight: 800;
    letter-spacing: 1px;
}
.addon-list {
    list-style: none;
    padding: 0;
    margin: 0 0 20px 0;
    flex-grow: 1;
}
.addon-list li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 0;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.05);
    font-size: 14px;
}
.addon-list li:last-child {
    border-bottom: none;
}
.addon-item-name {
    color: rgba(255, 255, 255, 0.8);
    display: flex;
    align-items: center;
    gap: 8px;
}
.addon-item-name i {
    color: #ffaa00;
    font-size: 10px;
}
.addon-list .price {
    font-weight: 700;
    color: #fff;
}
.addon-desc {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.5);
    line-height: 1.5;
    text-align: center;
}

/* --- GROWTH ARCHITECTURE GOCT THEME ENHANCEMENTS --- */
.dk-card.dk-card--glowing.addon-card {
    background: rgba(10, 5, 0, 0.85) !important;
    border: 1px solid rgba(255, 170, 0, 0.3) !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.6), inset 0 1px 0 rgba(255, 255, 255, 0.05);
}
.dk-card.dk-card--glowing.addon-card:hover {
    border-color: rgba(255, 170, 0, 0.6) !important;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.7), 0 5px 20px rgba(255, 170, 0, 0.2);
}
.dk-card.dk-card--glowing.addon-card .addon-icon-box {
    background: linear-gradient(135deg, rgba(255, 170, 0, 0.2) 0%, rgba(255, 120, 0, 0.1) 100%);
    border: 1px solid rgba(255, 170, 0, 0.3);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    color: #ffaa00;
}
/* ANTIGRAVITY GRID CENTERING & FLEX LAYOUT */
.antigravity-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 24px;
    margin-top: 40px;
    justify-content: center;
}

@media (min-width: 1024px) {
    .antigravity-grid {
        grid-template-columns: repeat(4, 1fr);
        gap: 22px;
    }
    .sec-inner:has(.antigravity-grid) {
        max-width: 1440px !important;
        width: 92% !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }
}

@media (min-width: 1200px) {
    #systems-plans .antigravity-grid,
    .antigravity-grid.grid-5-cols {
        grid-template-columns: repeat(5, 1fr) !important;
        gap: 16px !important;
    }
    .sec-inner:has(#systems-plans),
    #systems-plans .sec-inner {
        max-width: 1600px !important;
        width: 95% !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }
}

/* HOSTING PRICE PILL BADGE */
.card-hosting-pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    background: rgba(255, 170, 0, 0.08);
    border: 1px solid rgba(255, 170, 0, 0.25);
    color: #ffb833;
    padding: 5px 14px;
    border-radius: 20px;
    font-size: 11px;
    font-weight: 700;
    margin-top: 12px;
    margin-bottom: 4px;
    letter-spacing: 0.5px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.3);
}
.card-hosting-pill i {
    font-size: 11px;
    color: #ffaa00;
}
.card-hosting-pill .pill-sub {
    font-size: 10px;
    opacity: 0.75;
    font-weight: 400;
}
.card-hosting-pill.pro-pill {
    background: rgba(255, 80, 0, 0.15);
    border-color: rgba(255, 80, 0, 0.4);
    color: #ffa366;
}
.card-hosting-pill.pro-pill i {
    color: #ff6600;
}
.card-hosting-pill.free-pill {
    background: rgba(74, 222, 128, 0.1);
    border-color: rgba(74, 222, 128, 0.3);
    color: #4ade80;
}
.card-hosting-pill.free-pill i {
    color: #4ade80;
}

/* MODERN PRICING CARD */
.modern-pricing-card {
    background: #09090b;
    border: 1px solid rgba(255, 170, 0, 0.15);
    border-radius: 24px;
    display: flex;
    flex-direction: column;
    box-shadow: 0 10px 30px rgba(0,0,0,0.5);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    z-index: 2;
    position: relative;
    text-align: left;
}
.modern-pricing-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(255,170,0,0.15);
}

.mpc-header {
    padding: 35px 20px 45px 20px;
    position: relative;
    border-bottom: 1px solid rgba(255,255,255,0.05);
}
.modern-pricing-card.standard .mpc-header {
    background: radial-gradient(circle at top left, rgba(255, 170, 0, 0.1) 0%, transparent 60%);
}
.modern-pricing-card.pro {
    border: 1px solid rgba(255, 80, 0, 0.4);
    transform: scale(1.05);
}

.modern-pricing-card.pro:hover {
    transform: scale(1.05) translateY(-5px);
}

.modern-pricing-card.pro .mpc-header {
    background: #0a0a0a !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
    border-radius: 24px 24px 0 0;
}

.modern-pricing-card.pro .pro-bg-glow {
    position: absolute !important;
    inset: 0;
    border-radius: 24px 24px 0 0;
    overflow: hidden;
    z-index: 0 !important;
    pointer-events: none;
}

.modern-pricing-card.pro .pro-bg-glow::before {
    content: '';
    position: absolute;
    top: -100px;
    right: -100px;
    bottom: -100px;
    left: -100px;
    background: conic-gradient(from 180deg at 50% 50%, #000000 90deg, #1a0a00 120deg, #cc3300 150deg, #ffaa00 180deg, #ff5a00 210deg, #1a0a00 240deg, #000000 270deg, #000000 360deg);
    filter: blur(45px) brightness(1.2);
    animation: 8s move ease-in-out infinite;
    transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.modern-pricing-card.pro:hover .pro-bg-glow::before {
    opacity: 1;
    filter: blur(35px) brightness(1.5);
}

.modern-pricing-card.pro .mpc-header > *:not(.mpc-btn-wrapper):not(.pro-bg-glow) {
    position: relative;
    z-index: 2;
}

.modern-pricing-card.pro .mpc-name,
.modern-pricing-card.pro .antigravity-price,
.modern-pricing-card.pro .antigravity-label,
.modern-pricing-card.pro .mpc-desc,
.modern-pricing-card.pro .original-price {
    color: #fff !important;
}
.modern-pricing-card.pro .npc-badge {
    background: rgba(0,0,0,0.2) !important;
    border: 1px solid rgba(255,255,255,0.3) !important;
    color: #fff !important;
}

.mpc-name {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 25px;
    letter-spacing: 1px;
}
.modern-pricing-card.standard .mpc-name {
    color: #e0e0e0;
}

.mpc-price-area {
    margin-bottom: 15px;
}

.mpc-price-row {
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 5px;
}

.antigravity-price {
    font-size: 42px;
    font-weight: 800;
    line-height: 1;
    color: #f0f0f5;
}
.modern-pricing-card .antigravity-price {
    font-size: 42px;
    line-height: 0.8;
    white-space: nowrap;
    letter-spacing: -1px;
}
.modern-pricing-card .price-waas .antigravity-price {
    font-size: 32px;
    line-height: 1;
}

.mpc-price-details {
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding-bottom: 5px;
    padding-right: 5px;
}

.original-price {
    text-decoration: line-through;
    color: #888;
    font-size: 14px;
    line-height: 1;
}

.npc-badge {
    background: rgba(255, 178, 100, 0.15);
    color: #f8c18a;
    border: 1px solid rgba(255, 178, 100, 0.3);
    padding: 2px 8px;
    border-radius: 50px;
    font-size: 10px;
    font-weight: 800;
    text-transform: uppercase;
}

.antigravity-label {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #a0a0a5;
    font-weight: 600;
    display: block;
}

.mpc-desc {
    font-size: 13px;
    color: #999;
    line-height: 1.6;
    margin-top: 15px;
    margin-bottom: 25px;
}

.mpc-btn-wrapper {
    position: absolute;
    bottom: -22px;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    z-index: 5;
}

.mpc-btn {
    background: #ffaa00;
    color: #000;
    border: 1px solid rgba(255,170,0,0.3);
    padding: 12px 35px;
    border-radius: 50px;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    transition: 0.3s;
    width: 80%;
    text-align: center;
    box-shadow: none;
}
.mpc-btn:hover {
    background: #ffb833;
    color: #000;
    border-color: #ffaa00;
    box-shadow: none;
}



.mpc-body {
    padding: 45px 30px 30px 30px;
    background: #0a0a0c;
    flex-grow: 1;
    position: relative;
    z-index: 2;
    border-radius: 0 0 24px 24px;
}

.mpc-features {
    list-style: none;
    padding: 0;
    margin: 0;
}
.mpc-features li {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 14px;
    color: #b0b0b0;
    margin-bottom: 16px;
}
.mpc-features li i {
    font-size: 16px;
    color: #e0e0e0;
}
.mpc-features li.disabled {
    color: #666;
}
.mpc-features li.disabled i {
    color: #444;
}
.modern-pricing-card.pro .mpc-features li i {
    color: #ffaa00;
}

.mpc-divider {
    border: none;
    border-top: 1px dashed rgba(255,255,255,0.1);
    margin: 20px 0;
}

.pt-btn.active, .currency-btn.active {
    position: relative;
    overflow: hidden;
    color: #fff;
    background: transparent;
    box-shadow: none;
    z-index: 1;
}

.pt-btn.active::before, .currency-btn.active::before {
    content: '';
    position: absolute;
    top: -50px;
    right: -50px;
    bottom: -50px;
    left: -50px;
    background: conic-gradient(from 0deg at 50% 50%, #000000 90deg, #1a0a00 120deg, #cc3300 150deg, #ffaa00 180deg, #ff5a00 210deg, #1a0a00 240deg, #000000 270deg, #000000 360deg);
    filter: blur(20px) brightness(1.2);
    animation: 8s move ease-in-out infinite;
    z-index: -1;
    pointer-events: none;
}

.modern-pricing-card.pro .mpc-btn {
    background: transparent;
    border: 1px solid rgba(255,255,255,0.2);
    color: #fff;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.modern-pricing-card.pro .mpc-btn::before {
    content: '';
    position: absolute;
    top: -50px;
    right: -50px;
    bottom: -50px;
    left: -50px;
    background: conic-gradient(from 0deg at 50% 50%, #000000 90deg, #1a0a00 120deg, #cc3300 150deg, #ffaa00 180deg, #ff5a00 210deg, #1a0a00 240deg, #000000 270deg, #000000 360deg);
    filter: blur(20px) brightness(1.2);
    animation: 8s move ease-in-out infinite;
    z-index: -1;
    pointer-events: none;
}

.modern-pricing-card.pro .mpc-btn:hover {
    background: transparent;
    color: #fff;
    border-color: #ffaa00;
}

/* Themes for pricing_packages.html dk-cards */
.dk-card.pro-theme .pro-bg-glow {
    position: absolute;
    inset: 0;
    border-radius: 24px;
    overflow: hidden;
    z-index: 0;
    pointer-events: none;
}
.dk-card.pro-theme .pro-bg-glow::before {
    content: '';
    position: absolute;
    top: -75px;
    right: -75px;
    bottom: -75px;
    left: -75px;
    background: conic-gradient(from 0deg at 50% 50%, #000000 90deg, #1a0a00 120deg, #cc3300 150deg, #ffaa00 180deg, #ff5a00 210deg, #1a0a00 240deg, #000000 270deg, #000000 360deg);
    filter: blur(40px) brightness(1.2);
    animation: 8s move ease-in-out infinite;
    transform-origin: center center;
}
.dk-card.pro-theme > *:not(.pro-bg-glow) {
    position: relative;
    z-index: 2;
}

/* Glowing Theme for the PRO buttons in pricing_packages.html */
.dk-card.pro-theme .btn-dk-primary {
    background: transparent !important;
    border: 1px solid rgba(255,255,255,0.2) !important;
    color: #fff !important;
    position: relative;
    overflow: hidden;
    z-index: 1;
    box-shadow: none !important;
}
.dk-card.pro-theme .btn-dk-primary::before {
    content: '';
    position: absolute;
    top: -50px;
    right: -50px;
    bottom: -50px;
    left: -50px;
    background: conic-gradient(from 0deg at 50% 50%, #000000 90deg, #1a0a00 120deg, #cc3300 150deg, #ffaa00 180deg, #ff5a00 210deg, #1a0a00 240deg, #000000 270deg, #000000 360deg);
    filter: blur(20px) brightness(1.2);
    animation: 8s move ease-in-out infinite;
    z-index: -1;
    pointer-events: none;
}
.dk-card.pro-theme .btn-dk-primary:hover {
    background: transparent !important;
    border-color: #ffaa00 !important;
}

/* Pixel Theme for Standard buttons in pricing_packages.html */
.dk-card:not(.pro-theme) .glow-button {
    position: relative;
    overflow: hidden;
    background: #ffaa00 !important;
    color: #000 !important;
    border: none !important;
    box-shadow: none !important;
    z-index: 1;
}
.dk-card:not(.pro-theme) .glow-button:hover {
    background: #ffb833 !important;
    box-shadow: none !important;
}

.billing-toggle-wrapper {
    display: flex;
    justify-content: center;
    margin-bottom: 50px;
    margin-top: 10px;
}
.billing-toggle {
    border: 1px solid rgba(255,255,255,0.15);
    border-radius: 50px;
    display: inline-flex;
    align-items: center;
    padding: 6px;
    background: rgba(10, 10, 15, 0.85);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.5);
    position: relative;
    overflow: hidden;
}
.billing-btn {
    background: transparent;
    border: none;
    color: rgba(255, 255, 255, 0.6);
    padding: 12px 30px;
    border-radius: 50px;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 1px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
}
.billing-btn:hover {
    color: #fff;
}

.billing-btn.active {
    position: relative;
    overflow: hidden;
    color: #fff;
    background: transparent;
    box-shadow: none;
    transform: scale(1.02);
}
.billing-btn.active::before {
    content: '';
    position: absolute;
    top: -50px;
    right: -50px;
    bottom: -50px;
    left: -50px;
    background: conic-gradient(from 0deg at 50% 50%, #000000 90deg, #1a0a00 120deg, #cc3300 150deg, #ffaa00 180deg, #ff5a00 210deg, #1a0a00 240deg, #000000 270deg, #000000 360deg);
    filter: blur(20px) brightness(1.2);
    animation: 8s move ease-in-out infinite;
    z-index: -1;
    pointer-events: none;
}


/* --- INDEPENDENT PRO GLOW (For services.html large cards) --- */
.pro-bg-glow {
    position: absolute !important;
    inset: 0;
    border-radius: inherit;
    overflow: hidden;
    z-index: 0 !important;
    pointer-events: none;
}
.pro-bg-glow::before {
    content: '';
    position: absolute;
    top: -150px;
    right: -150px;
    bottom: -150px;
    left: -150px;
    background: conic-gradient(from 180deg at 50% 50%, #000000 90deg, #1a0a00 120deg, #cc3300 150deg, #ffaa00 180deg, #ff5a00 210deg, #1a0a00 240deg, #000000 270deg, #000000 360deg);
    filter: blur(45px) brightness(1.2);
    animation: 8s move ease-in-out infinite;
    transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}
.dk-card:hover .pro-bg-glow::before {
    opacity: 1;
    filter: blur(35px) brightness(1.5);
}

/* --- OVERRIDE GLOBAL DK-CARD FOR FULL WIDTH SERVICES --- */
.dk-card.full-width {
    background: #0a0a0a !important; /* Force dark background */
}
.dk-card.full-width .pro-bg-glow {
    position: absolute !important;
    inset: 0;
    border-radius: inherit;
    overflow: hidden;
    z-index: 0 !important;
    pointer-events: none;
    display: block !important;
}
.dk-card.full-width .pro-bg-glow::before {
    content: '';
    position: absolute;
    top: -300px;
    right: -300px;
    bottom: -300px;
    left: -300px;
    background: conic-gradient(from 180deg at 50% 50%, #000000 90deg, #1a0a00 120deg, #cc3300 150deg, #ffaa00 180deg, #ff5a00 210deg, #1a0a00 240deg, #000000 270deg, #000000 360deg) !important;
    filter: blur(80px) brightness(1.2) !important;
    animation: 8s move ease-in-out infinite !important;
    transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1) !important;
    opacity: 1 !important;
}
.dk-card.full-width:hover .pro-bg-glow::before {
    filter: blur(60px) brightness(1.5) !important;
}
.dk-card.full-width > div[style*="z-index: 2"] {
    background: rgba(10, 10, 15, 0.95);
    position: relative;
    z-index: 2;
    border-radius: inherit;
    padding: 36px;
    margin: 2px;
}

/* --- FIX INNER WRAPPER FOR FULL WIDTH PRO CARDS --- */
.dk-card.full-width {
    background: transparent !important;
    padding: 2px !important; /* Make space for the glowing border */
    border: none !important;
}

.dk-card.full-width > div[style*="z-index: 2"] {
    background: #0a0a0a !important; /* Extremely important: forces a black background over the glow */
    position: relative;
    z-index: 2;
    border-radius: 22px;
    padding: 34px !important;
    height: 100%;
    box-sizing: border-box;
}

    bottom: -75px;
    left: -75px;
    background: conic-gradient(from 0deg at 50% 50%, #000000 90deg, #1a0a00 120deg, #cc3300 150deg, #ffaa00 180deg, #ff5a00 210deg, #1a0a00 240deg, #000000 270deg, #000000 360deg);
    filter: blur(40px) brightness(1.2);
    animation: 8s move ease-in-out infinite;
    transform-origin: center center;
}
.dk-card.pro-theme > *:not(.pro-bg-glow) {
    position: relative;
    z-index: 2;
}

/* Glowing Theme for the PRO buttons in pricing_packages.html */
.dk-card.pro-theme .btn-dk-primary {
    background: transparent !important;
    border: 1px solid rgba(255,255,255,0.2) !important;
    color: #fff !important;
    position: relative;
    overflow: hidden;
    z-index: 1;
    box-shadow: none !important;
}
.dk-card.pro-theme .btn-dk-primary::before {
    content: '';
    position: absolute;
    top: -50px;
    right: -50px;
    bottom: -50px;
    left: -50px;
    background: conic-gradient(from 0deg at 50% 50%, #000000 90deg, #1a0a00 120deg, #cc3300 150deg, #ffaa00 180deg, #ff5a00 210deg, #1a0a00 240deg, #000000 270deg, #000000 360deg);
    filter: blur(20px) brightness(1.2);
    animation: 8s move ease-in-out infinite;
    z-index: -1;
    pointer-events: none;
}
.dk-card.pro-theme .btn-dk-primary:hover {
    background: transparent !important;
    border-color: #ffaa00 !important;
}

/* Pixel Theme for Standard buttons in pricing_packages.html */
.dk-card:not(.pro-theme) .glow-button {
    position: relative;
    overflow: hidden;
    background: #ffaa00 !important;
    color: #000 !important;
    border: none !important;
    box-shadow: none !important;
    z-index: 1;
}
.dk-card:not(.pro-theme) .glow-button:hover {
    background: #ffb833 !important;
    box-shadow: none !important;
}

.billing-toggle-wrapper {
    display: flex;
    justify-content: center;
    margin-bottom: 50px;
    margin-top: 10px;
}
.billing-toggle {
    border: 1px solid rgba(255,255,255,0.15);
    border-radius: 50px;
    display: inline-flex;
    align-items: center;
    padding: 6px;
    background: rgba(10, 10, 15, 0.85);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.5);
    position: relative;
    overflow: hidden;
}
.billing-btn {
    background: transparent;
    border: none;
    color: rgba(255, 255, 255, 0.6);
    padding: 12px 30px;
    border-radius: 50px;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 1px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
}
.billing-btn:hover {
    color: #fff;
}

.billing-btn.active {
    position: relative;
    overflow: hidden;
    color: #fff;
    background: transparent;
    box-shadow: none;
    transform: scale(1.02);
}
.billing-btn.active::before {
    content: '';
    position: absolute;
    top: -50px;
    right: -50px;
    bottom: -50px;
    left: -50px;
    background: conic-gradient(from 0deg at 50% 50%, #000000 90deg, #1a0a00 120deg, #cc3300 150deg, #ffaa00 180deg, #ff5a00 210deg, #1a0a00 240deg, #000000 270deg, #000000 360deg);
    filter: blur(20px) brightness(1.2);
    animation: 8s move ease-in-out infinite;
    z-index: -1;
    pointer-events: none;
}


/* --- INDEPENDENT PRO GLOW (For services.html large cards) --- */
.pro-bg-glow {
    position: absolute !important;
    inset: 0;
    border-radius: inherit;
    overflow: hidden;
    z-index: 0 !important;
    pointer-events: none;
}
.pro-bg-glow::before {
    content: '';
    position: absolute;
    top: -150px;
    right: -150px;
    bottom: -150px;
    left: -150px;
    background: conic-gradient(from 180deg at 50% 50%, #000000 90deg, #1a0a00 120deg, #cc3300 150deg, #ffaa00 180deg, #ff5a00 210deg, #1a0a00 240deg, #000000 270deg, #000000 360deg);
    filter: blur(45px) brightness(1.2);
    animation: 8s move ease-in-out infinite;
    transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}
.dk-card:hover .pro-bg-glow::before {
    opacity: 1;
    filter: blur(35px) brightness(1.5);
}

/* --- OVERRIDE GLOBAL DK-CARD FOR FULL WIDTH SERVICES --- */
.dk-card.full-width {
    background: #0a0a0a !important; /* Force dark background */
}
.dk-card.full-width .pro-bg-glow {
    position: absolute !important;
    inset: 0;
    border-radius: inherit;
    overflow: hidden;
    z-index: 0 !important;
    pointer-events: none;
    display: block !important;
}
.dk-card.full-width .pro-bg-glow::before {
    content: '';
    position: absolute;
    top: -300px;
    right: -300px;
    bottom: -300px;
    left: -300px;
    background: conic-gradient(from 180deg at 50% 50%, #000000 90deg, #1a0a00 120deg, #cc3300 150deg, #ffaa00 180deg, #ff5a00 210deg, #1a0a00 240deg, #000000 270deg, #000000 360deg) !important;
    filter: blur(80px) brightness(1.2) !important;
    animation: 8s move ease-in-out infinite !important;
    transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1) !important;
    opacity: 1 !important;
}
.dk-card.full-width:hover .pro-bg-glow::before {
    filter: blur(60px) brightness(1.5) !important;
}
.dk-card.full-width > div[style*="z-index: 2"] {
    background: rgba(10, 10, 15, 0.95);
    position: relative;
    z-index: 2;
    border-radius: inherit;
    padding: 36px;
    margin: 2px;
}

/* --- FIX INNER WRAPPER FOR FULL WIDTH PRO CARDS --- */
.dk-card.full-width {
    background: transparent !important;
    padding: 2px !important; /* Make space for the glowing border */
    border: none !important;
}

.dk-card.full-width > div[style*="z-index: 2"] {
    background: #0a0a0a !important; /* Extremely important: forces a black background over the glow */
    position: relative;
    z-index: 2;
    border-radius: 22px;
    padding: 34px !important;
    height: 100%;
    box-sizing: border-box;
}

.dk-card.full-width .pro-bg-glow {
    border-radius: 24px !important;
}

/* Adjust currency switcher on mobile so it clears the floating bottom nav */
@media (max-width: 768px) {
    .currency-switcher {
        left: max(16px, env(safe-area-inset-left)) !important;
        right: auto !important;
        bottom: calc(
            var(--mobile-nav-height, 72px) +
            18px +
            6px +
            env(safe-area-inset-bottom)
        ) !important;
    }
}


/* Skeleton Loader */
.skeleton-text {
    display: inline-block;
    width: 120px;
    height: 1.2em;
    background: linear-gradient(90deg, rgba(255,255,255,0.05) 25%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.05) 75%);
    background-size: 200% 100%;
    animation: skeleton-loading 1.5s infinite;
    border-radius: 4px;
    vertical-align: middle;
}
@keyframes skeleton-loading {
    0% { background-position: 200% 0; }
    100% { background-position: -200% 0; }
}
