.smm-page {
        position: relative;
        color: #ffffff;
        display: flex;
        justify-content: center;
        min-height: 100vh;
        padding: 40px 20px;
        overflow: hidden;
    }

    html,
    body,
    main {
        background-color: #030712 !important;
        background-image:
            radial-gradient(at 0% 0%, rgba(59, 130, 246, 0.15) 0px, transparent 50%),
            radial-gradient(at 100% 0%, rgba(99, 102, 241, 0.15) 0px, transparent 50%);
        background-attachment: fixed;
    }

    body::before {
        content: '';
        position: fixed;
        inset: 0;
        z-index: 0;
        pointer-events: none;
        background:
            radial-gradient(600px 300px at 15% 20%, rgba(59, 130, 246, 0.18), transparent 70%),
            radial-gradient(500px 280px at 85% 15%, rgba(99, 102, 241, 0.2), transparent 70%),
            radial-gradient(700px 380px at 50% 80%, rgba(14, 165, 233, 0.16), transparent 75%);
    }

    #navbar {
        background: rgba(5, 5, 5, 0.75) !important;
        backdrop-filter: blur(16px);
        -webkit-backdrop-filter: blur(16px);
        border-color: rgba(255, 255, 255, 0.08) !important;
    }

    body.page-services .footer-a {
        background: transparent !important;
        backdrop-filter: none !important;
    }

    body.page-services .footer-a::before {
        content: none !important;
    }

    .smm-container {
        width: 100%;
        max-width: 900px;
        display: flex;
        flex-direction: column;
        gap: 20px;
        position: relative;
        z-index: 10;
    }

    .smm-floating-bg {
        position: absolute;
        inset: 0;
        pointer-events: none;
        overflow: hidden;
        z-index: 0;
    }
    .smm-bg-glow {
        position: absolute;
        width: 300px;
        height: 300px;
        background: radial-gradient(circle, rgba(40,90,235,0.15) 0%, rgba(0,0,0,0) 70%);
        border-radius: 50%;
        top: -50px;
        left: 20%;
    }

    .smm-section-title {
        font-size: 1.5rem;
        font-weight: 400;
        color: #e0e6ed;
        margin-bottom: 10px;
        text-shadow: 0 2px 4px rgba(0,0,0,0.5);
    }

    .smm-category-grid {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 12px;
        margin-bottom: 10px;
    }

    .smm-cat-btn {
        background: rgba(30, 35, 50, 0.4);
        border: 1px solid rgba(255, 255, 255, 0.08);
        backdrop-filter: blur(5px);
        border-radius: 8px;
        padding: 12px 15px;
        display: flex;
        align-items: center;
        gap: 10px;
        cursor: pointer;
        transition: all 0.3s ease;
        color: #ccc;
        font-size: 0.95rem;
        font-weight: 400;
    }

    .smm-cat-btn:hover,
    .smm-cat-btn.active {
        background: rgba(60, 70, 100, 0.6);
        border-color: rgba(255, 255, 255, 0.3);
        color: #fff;
        transform: translateY(-2px);
        box-shadow: 0 4px 12px rgba(0,0,0,0.2);
    }

    .smm-cat-img {
        width: 24px;
        height: 24px;
        border-radius: 6px;
        object-fit: cover;
        box-shadow: 0 0 8px rgba(0,0,0,0.35);
    }

    .smm-cat-initial {
        width: 24px;
        height: 24px;
        border-radius: 6px;
        background: rgba(255, 255, 255, 0.12);
        display: inline-flex;
        align-items: center;
        justify-content: center;
        font-size: 0.75rem;
        color: #e5e7eb;
    }

    .smm-search-wrapper {
        position: relative;
        margin-bottom: 15px;
        border-radius: 12px;
        box-shadow: 0 4px 15px rgba(0,0,0,0.2);
    }

    .smm-search-input {
        width: 100%;
        background: rgba(20, 25, 40, 0.6);
        backdrop-filter: blur(10px);
        border: 1px solid rgba(255, 255, 255, 0.1);
        border-radius: 12px;
        padding: 14px 50px 14px 55px;
        font-size: 1.05rem;
        color: #eee;
        transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    }

    .smm-search-input::placeholder {
        color: #8892b0;
        font-weight: 300;
    }

    .smm-search-input:focus {
        outline: none;
        background: rgba(30, 35, 55, 0.8);
        border-color: rgba(100, 150, 255, 0.4);
        box-shadow: 0 0 20px rgba(100, 150, 255, 0.2), inset 0 0 10px rgba(100, 150, 255, 0.05);
    }

    .smm-search-icon {
        position: absolute;
        left: 20px;
        top: 50%;
        transform: translateY(-50%);
        color: #8892b0;
        font-size: 1.1rem;
        transition: color 0.3s;
    }

    .smm-search-input:focus + .smm-search-icon {
        color: #fff;
    }

    .smm-clear-btn {
        position: absolute;
        right: 15px;
        top: 50%;
        transform: translateY(-50%);
        width: 28px;
        height: 28px;
        border-radius: 50%;
        background: rgba(255, 255, 255, 0.1);
        border: none;
        color: #aaa;
        cursor: pointer;
        font-size: 0.9rem;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: all 0.3s ease;
    }

    .smm-clear-btn:hover {
        background: #ff4757;
        color: white;
        transform: translateY(-50%) rotate(90deg);
        box-shadow: 0 2px 8px rgba(255, 71, 87, 0.4);
    }

    .smm-services-list {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    .smm-loading {
        padding: 18px;
        border-radius: 12px;
        background: rgba(30, 35, 50, 0.45);
        border: 1px dashed rgba(255, 255, 255, 0.15);
        text-align: center;
        color: #a1a7b3;
    }

    .smm-category-block {
        background: rgba(20, 25, 40, 0.35);
        border: 1px solid rgba(255, 255, 255, 0.06);
        border-radius: 14px;
        overflow: hidden;
    }

    .smm-category-toggle {
        width: 100%;
        border: none;
        background: transparent;
        color: #e2e8f0;
        padding: 14px 16px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 12px;
        cursor: pointer;
    }

    .smm-category-info {
        display: flex;
        align-items: center;
        gap: 12px;
    }

    .smm-category-title {
        display: flex;
        flex-direction: column;
        gap: 2px;
        text-align: left;
    }

    .smm-category-count {
        font-size: 0.75rem;
        color: #94a3b8;
    }

    .smm-category-services {
        padding: 0 16px 14px;
        display: flex;
        flex-direction: column;
        gap: 10px;
        max-height: 0;
        opacity: 0;
        overflow: hidden;
        transition: max-height 0.35s ease, opacity 0.25s ease;
        will-change: max-height;
    }

    .smm-category-services.show {
        opacity: 1;
    }

    .smm-category-loading {
        padding: 12px 0;
        color: #94a3b8;
        font-size: 0.9rem;
    }

    .smm-services-table {
        width: 100%;
        border-collapse: collapse;
        color: #e2e8f0;
        font-size: 0.9rem;
        overflow: hidden;
        border-radius: 12px;
        background: rgba(10, 14, 24, 0.7);
    }

    .smm-services-table thead th {
        text-align: left;
        font-size: 0.8rem;
        text-transform: uppercase;
        letter-spacing: 0.05em;
        color: #94a3b8;
        font-weight: 400;
        padding: 12px 14px;
        background: rgba(15, 20, 35, 0.9);
        border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    }

    .smm-services-table tbody td {
        padding: 12px 14px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.06);
        vertical-align: middle;
    }

    .smm-services-table tbody tr:hover {
        background: rgba(30, 35, 50, 0.35);
    }

    .smm-price {
        color: #60a5fa;
        font-weight: 500;
    }

    .smm-desc-toggle {
        background: none;
        border: none;
        color: #60a5fa;
        cursor: pointer;
        font-size: 0.95rem;
        font-weight: 400;
    }

    .smm-desc-row td {
        background: rgba(15, 20, 35, 0.7);
        color: #cbd5f5;
        line-height: 1.6;
    }

    .smm-buy-btn {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 6px;
        padding: 7px 14px;
        border-radius: 999px;
        background: rgba(15, 23, 42, 0.6);
        color: #e2e8f0;
        font-weight: 500;
        text-decoration: none;
        border: 1px solid rgba(148, 163, 184, 0.35);
        transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease, color 0.2s ease;
        position: relative;
        overflow: hidden;
    }

    .smm-buy-btn::after {
        content: '→';
        font-size: 0.9em;
        opacity: 0.7;
    }

    .smm-buy-btn:hover {
        transform: translateY(-1px);
        border-color: rgba(59, 130, 246, 0.6);
        box-shadow: 0 10px 20px rgba(30, 64, 175, 0.25);
        color: #fff;
    }

    .smm-loading-overlay {
        position: fixed;
        inset: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        background: rgba(6, 8, 14, 0.65);
        backdrop-filter: blur(6px);
        z-index: 2000;
    }

    .smm-loading-card {
        display: inline-flex;
        align-items: center;
        gap: 12px;
        background: rgba(17, 22, 35, 0.9);
        border: 1px solid rgba(255, 255, 255, 0.12);
        padding: 14px 20px;
        border-radius: 12px;
        color: #e2e8f0;
        box-shadow: 0 10px 30px rgba(0,0,0,0.45);
    }

    .smm-spinner {
        width: 18px;
        height: 18px;
        border: 2px solid rgba(255, 255, 255, 0.2);
        border-top-color: #60a5fa;
        border-radius: 50%;
        animation: smm-spin 0.8s linear infinite;
    }

    @keyframes smm-spin {
        to { transform: rotate(360deg); }
    }

    .smm-accordion-item {
        background: rgba(30, 35, 50, 0.6);
        backdrop-filter: blur(10px);
        border: 1px solid rgba(255, 255, 255, 0.05);
        border-radius: 10px;
        overflow: hidden;
        transition: all 0.3s ease;
        margin-bottom: 0;
    }

    .smm-accordion-item:hover {
        border-color: rgba(255, 255, 255, 0.15);
        transform: translateY(-1px);
    }

    .smm-accordion-item.hidden { display: none; }

    .smm-accordion-header {
        padding: 16px 20px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        cursor: pointer;
        user-select: none;
    }

    .smm-header-content {
        display: flex;
        align-items: center;
        gap: 15px;
        font-size: 0.95rem;
    }

    .smm-list-img {
        width: 32px;
        height: 32px;
        border-radius: 8px;
        object-fit: cover;
        box-shadow: 0 0 10px rgba(0,0,0,0.35);
    }

    .smm-list-icon {
        font-size: 1.1rem;
        width: 32px;
        height: 32px;
        border-radius: 8px;
        background: rgba(255, 255, 255, 0.08);
        display: inline-flex;
        align-items: center;
        justify-content: center;
        color: #e5e7eb;
    }

    .smm-header-text {
        display: flex;
        flex-direction: column;
        gap: 2px;
    }

    .smm-category-name {
        font-size: 0.78rem;
        color: #94a3b8;
        text-transform: uppercase;
        letter-spacing: 0.06em;
        font-weight: 400;
    }

    .smm-service-name {
        font-size: 0.98rem;
        color: #f8fafc;
        font-weight: 400;
    }

    .smm-arrow-icon { transition: transform 0.3s ease; opacity: 0.6; font-size: 0.8rem; }
    .smm-accordion-item.active .smm-arrow-icon { transform: rotate(180deg); }

    .smm-accordion-content {
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.3s ease-out;
        background: rgba(0, 0, 0, 0.25);
        border-top: 1px solid rgba(255,255,255,0.05);
    }
    .smm-accordion-content p { padding: 15px 20px; font-size: 0.9rem; color: #bbb; }

    .smm-service-meta {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
        gap: 8px 14px;
        padding: 15px 20px 0;
        font-size: 0.85rem;
        color: #cbd5f5;
    }

    .smm-service-meta span {
        color: #94a3b8;
        margin-right: 6px;
    }

    .smm-service-desc {
        padding: 10px 20px 18px;
        font-size: 0.9rem;
        color: #cbd5f5;
        line-height: 1.6;
    }

    .smm-empty-state {
        padding: 18px;
        border-radius: 12px;
        background: rgba(30, 35, 50, 0.45);
        border: 1px dashed rgba(255, 255, 255, 0.15);
        text-align: center;
        color: #a1a7b3;
    }

    .smm-tag-new {
        background: #ff4757;
        color: white;
        padding: 2px 6px;
        border-radius: 4px;
        font-size: 0.7rem;
        margin-left: 5px;
        font-weight: 500;
    }

    @media (max-width: 768px) {
        .smm-category-grid { grid-template-columns: repeat(2, 1fr); }
    }
    @media (max-width: 480px) {
        .smm-category-grid { grid-template-columns: repeat(2, 1fr); gap: 8px; }
        .smm-cat-btn { font-size: 0.8rem; padding: 10px; }
    }
