body {
    background: #111111;
    color: rgb(255, 255, 255);
    font-family: 'Work Sans', sans-serif;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.hero-header {
    background: linear-gradient(1deg, rgba(0,0,0,0.5), rgba(0,0,0,0.67)), linear-gradient(to top, #0b0b0b, #240030);
    background-position: center;
    background-size: cover;
    padding-bottom: 3rem;
    margin-bottom: 2rem;
}

.navbar.navbar-scrolled {
    background: rgba(17, 17, 17, 0.7) !important;
    backdrop-filter: saturate(180%) blur(8px);
    -webkit-backdrop-filter: saturate(180%) blur(8px);
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.25);
}

.hoverbut { position: relative; top: 0; transition: top 0.5s; }
.hoverbut:hover { top: -2px; }
.no-decoration { text-decoration: none; }

.btn-nav-paid {
    display: inline-flex; align-items: center; gap: 6px;
    padding: 8px 20px; background: linear-gradient(135deg, #6b0882 0%, #8c10ae 100%);
    color: #fff !important; border: none; border-radius: 8px;
    font-weight: 600; font-size: 0.875rem; text-decoration: none;
    transition: background .25s ease, box-shadow .25s ease, transform .18s ease;
    box-shadow: 0 2px 14px rgba(118,9,145,.45); position: relative; overflow: hidden; white-space: nowrap;
}
.btn-nav-paid::before {
    content: ''; position: absolute; inset: 0;
    background: linear-gradient(135deg, rgba(255,255,255,.14) 0%, transparent 55%);
    border-radius: inherit; pointer-events: none;
}
.btn-nav-paid:hover {
    background: linear-gradient(135deg, #7d0a9c 0%, #9e12c6 100%);
    box-shadow: 0 4px 18px rgba(140,16,174,.5); transform: translateY(-1px);
}

.rainbow {
    background-repeat: repeat-x;
    background: linear-gradient(to right, #ff6f6f, #ff7a50, #ffcc46, #6ac653, #4562cb, #b43fa8);
    animation: 10s linear infinite rainbow;
    background-size: 200% 100% !important;
}
@keyframes rainbow {
    0% { background-position: 0; }
    100% { background-position: 800% 0; }
}

:root {
    --accent: #c026d3;
    --accent-hover: #a21caf;
}

.promo-banner {
    background: #1a1a1a;
    border: 1px solid #2a2a2a;
    border-radius: 12px;
    padding: 22px 25px;
    position: relative;
    overflow: hidden;
    margin-bottom: 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
}

.promo-banner .label {
    font-size: 13px;
    color: var(--accent);
    margin-bottom: 4px;
    font-weight: 600;
}

.promo-banner h3 {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 4px;
    color: white;
}

.promo-banner p {
    font-size: 14px;
    color: #aaa;
    margin: 0;
}

.promo-banner .circles {
    position: absolute;
    right: 0;
    top: 0;
    width: 180px;
    height: 100%;
    opacity: 0.25;
    pointer-events: none;
}

.btn-switch-cat {
    background: transparent;
    color: white;
    border: 1.5px solid rgba(192, 38, 211, 0.45);
    padding: 9px 18px;
    border-radius: 50px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    transition: all 0.25s ease;
    z-index: 5;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    white-space: nowrap;
    flex-shrink: 0;
}
.btn-switch-cat:hover {
    background: var(--accent);
    border-color: var(--accent);
    color: white;
    box-shadow: 0 4px 14px rgba(192, 38, 211, 0.3);
    transform: translateY(-1px);
}

.pricing-card {
    background: #1a1a1a;
    border: 1px solid #2e2e2e;
    border-radius: 12px;
    padding: 20px;
    height: 100%;
    display: flex;
    flex-direction: column;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    position: relative;
    overflow: visible;
}

.pricing-card.special {
    border-color: rgba(192, 38, 211, 0.55);
    box-shadow: 0 0 0 1px rgba(192, 38, 211, 0.12),
                0 0 28px rgba(192, 38, 211, 0.1);
}

.pricing-card.special::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 3px;
    background: linear-gradient(90deg, #760991, #c026d3);
    border-radius: 12px 12px 0 0;
}

.pricing-card:hover {
    transform: translateY(-4px);
    border-color: var(--accent);
    box-shadow: 0 8px 24px -8px rgba(192, 38, 211, 0.3);
    z-index: 2;
}

.card-header-row {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 14px;
}

.plan-icon-sm {
    width: 36px;
    height: 36px;
    border-radius: 8px;
    background: rgba(192, 38, 211, 0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: var(--accent);
    flex-shrink: 0;
}

.plan-name {
    font-size: 22px;
    font-weight: 700;
    margin: 0;
    line-height: 1.2;
}

.price-block {
    display: flex;
    align-items: baseline;
    gap: 3px;
    margin-bottom: 14px;
}

.price-currency {
    font-size: 20px;
    font-weight: 700;
    color: white;
    align-self: flex-start;
    padding-top: 5px;
}

.price-amount {
    font-size: 38px;
    font-weight: 800;
    color: white;
    letter-spacing: -1px;
    line-height: 1;
}

.price-unit {
    font-size: 14px;
    color: #999;
    font-weight: 400;
    margin-left: 2px;
}

.price-divider {
    border-color: #252525;
    margin: 0 0 14px 0;
    opacity: 1;
}

.features {
    list-style: none;
    padding: 0;
    margin: 0 0 16px 0;
    flex-grow: 1;
}

.features li {
    display: flex;
    align-items: center;
    gap: 9px;
    padding: 7px 0;
    font-size: 15px;
    color: #ccc;
    font-weight: 500;
    border-bottom: 1px solid #222;
}

.features li:last-child { border-bottom: none; }

.feat-icon {
    font-size: 12px;
    color: var(--accent);
    width: 15px;
    text-align: center;
    flex-shrink: 0;
    opacity: 0.9;
}

.feat-img {
    width: 15px;
    height: 15px;
    flex-shrink: 0;
    object-fit: contain;
    opacity: 0.7;
}

.btn-select {
    background: rgba(255,255,255,0.13);
    border: 1px solid rgba(255,255,255,0.22);
    border-radius: 8px;
    padding: 10px 20px;
    font-weight: 600;
    color: rgba(255,255,255,0.82) !important;
    width: 100%;
    font-size: 14px;
    transition: all 0.2s;
    cursor: pointer;
    margin-top: auto;
    text-decoration: none;
    display: block;
    text-align: center;
}

.btn-select:hover {
    background: var(--accent);
    border-color: var(--accent);
    color: white !important;
    box-shadow: 0 4px 14px rgba(192, 38, 211, 0.3);
}

.pricing-card.special .btn-select {
    background: var(--accent);
    border-color: var(--accent);
}

.pricing-card.special .btn-select:hover {
    background: var(--accent-hover);
}

.sw-section {
    background: rgba(255,255,255,0.03);
    border: 1px solid #2a2a2a;
    border-radius: 12px;
    padding: 20px 22px;
    margin-top: 10px;
}

.sw-section-title {
    font-size: 15px;
    font-weight: 700;
    color: #eee;
    margin-bottom: 3px;
}

.sw-section-sub {
    font-size: 13px;
    color: #999;
    margin-bottom: 14px;
}

.sw-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.sw-item {
    display: flex;
    align-items: center;
    gap: 7px;
    background: rgba(255,255,255,0.05);
    border: 1px solid #333;
    border-radius: 8px;
    padding: 6px 12px;
    transition: all 0.2s;
}

.sw-item:hover {
    border-color: rgba(192, 38, 211, 0.4);
    background: rgba(192, 38, 211, 0.07);
}

.sw-item img {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
}

.sw-item span {
    font-size: 13px;
    font-weight: 600;
    color: #ddd;
}

.sw-request {
    margin-top: 12px;
    font-size: 13px;
    color: #aaa;
    margin-bottom: 0;
}

.sw-request a { color: var(--accent); text-decoration: none; font-weight: 600; }
.sw-request a:hover { text-decoration: underline; }

.custom-plans-box {
    background: rgba(255, 255, 255, 0.03);
    border: 1px dashed #333;
    border-radius: 12px;
    padding: 24px 20px;
    text-align: center;
    margin-top: 10px;
    transition: all 0.3s;
}
.custom-plans-box:hover {
    border-color: var(--accent);
    background: rgba(192, 38, 211, 0.04);
}
.custom-plans-box h4 { font-size: 17px; font-weight: 700; color: white; margin-bottom: 6px; }
.custom-plans-box p { color: #aaa; margin-bottom: 0; font-size: 14px; line-height: 1.6; }
.custom-plans-box a { color: var(--accent); text-decoration: none; font-weight: 600; }

.footer-separator { border-top: 1px solid rgba(255, 255, 255, 0.1); margin-top: 3rem; }

.page-title {
    font-size: 54px;
    font-weight: 800;
    text-align: center;
    margin-bottom: 8px;
    text-shadow: 0 4px 12px rgba(0,0,0,0.5);
}

.page-subtitle {
    text-align: center;
    color: #ddd;
    margin-bottom: 0;
    font-size: 18px;
    text-shadow: 0 2px 4px rgba(0,0,0,0.5);
}

.promo-top-bar a.btn:hover {
    background: #c026d3 !important;
    color: white !important;
}
