        .prohibited-hero {
            background: linear-gradient(135deg, #1a1a2e 0%, #16213e 50%, #0f3460 100%);
            padding: 100px 0 70px;
            color: white;
            position: relative;
            overflow: hidden;
        }
        .prohibited-hero::before {
            content: '';
            position: absolute;
            top: 0; left: 0; right: 0; bottom: 0;
            background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
            opacity: 1;
        }
        .prohibited-hero .container { position: relative; z-index: 1; }
        .prohibited-hero h1 { font-size: 2.25rem; font-weight: 700; letter-spacing: -0.5px; }
        .prohibited-hero .lead { font-size: 1.1rem; opacity: 0.85; }
        .prohibited-hero .hero-meta { font-size: 0.85rem; opacity: 0.6; margin-top: 20px; }
        .prohibited-hero .hero-meta span + span { margin-left: 20px; }

        .prohibited-content {
            max-width: 860px;
            margin: 0 auto;
        }

        .prohibited-intro {
            background: #f8f9fb;
            border-left: 4px solid #004a99;
            padding: 24px 28px;
            border-radius: 0 8px 8px 0;
            margin-bottom: 40px;
        }
        .prohibited-intro p {
            color: #4a5568;
            line-height: 1.85;
            margin-bottom: 0;
            font-size: 0.95rem;
            text-align: justify;
        }

        .prohibited-section {
            margin-bottom: 40px;
        }
        .prohibited-section-header {
            display: flex;
            align-items: center;
            gap: 12px;
            margin-bottom: 24px;
            padding-bottom: 14px;
            border-bottom: 2px solid #e8ecf1;
        }
        .prohibited-section-header .section-icon {
            width: 40px;
            height: 40px;
            background: linear-gradient(135deg, #004a99, #0066cc);
            border-radius: 10px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 18px;
            color: #ffffff;
            flex-shrink: 0;
        }
        .prohibited-section-header h2 {
            font-size: 1.35rem;
            font-weight: 700;
            color: #1a202c;
            margin: 0;
        }
        .prohibited-section p {
            color: #4a5568;
            line-height: 1.85;
            margin-bottom: 16px;
            text-align: justify;
            font-size: 0.938rem;
        }

        .prohibited-table {
            width: 100%;
            border-collapse: separate;
            border-spacing: 0;
            border: 1px solid #e2e8f0;
            border-radius: 10px;
            overflow: hidden;
            font-size: 0.925rem;
        }
        .prohibited-table thead th {
            background: #f7f8fc;
            color: #2d3748;
            font-weight: 600;
            padding: 14px 20px;
            border-bottom: 2px solid #e2e8f0;
            text-align: left;
            font-size: 0.85rem;
            text-transform: uppercase;
            letter-spacing: 0.5px;
        }
        .prohibited-table thead th:first-child { width: 48px; text-align: center; }
        .prohibited-table tbody td {
            padding: 14px 20px;
            color: #4a5568;
            line-height: 1.7;
            border-bottom: 1px solid #f0f3f7;
            vertical-align: top;
            text-align: justify;
        }
        .prohibited-table tbody td:first-child {
            text-align: center;
            font-weight: 600;
            color: #a0aec0;
            font-size: 0.85rem;
        }
        .prohibited-table tbody tr:last-child td { border-bottom: none; }
        .prohibited-table tbody tr:hover { background: #fafbfd; }

        .prohibited-notice {
            background: linear-gradient(135deg, #fffbeb, #fef3c7);
            border: 1px solid #fde68a;
            border-radius: 10px;
            padding: 24px 28px;
            margin-top: 16px;
        }
        .prohibited-notice .notice-title {
            font-weight: 700;
            color: #92400e;
            font-size: 0.95rem;
            margin-bottom: 10px;
            display: flex;
            align-items: center;
            gap: 8px;
        }
        .prohibited-notice p {
            color: #78350f;
            line-height: 1.8;
            margin-bottom: 10px;
            font-size: 0.9rem;
            text-align: justify;
        }
        .prohibited-notice p:last-child { margin-bottom: 0; }

        .prohibited-contact {
            background: #f0f4ff;
            border: 1px solid #d0daf0;
            border-radius: 10px;
            padding: 24px 28px;
            margin-top: 24px;
            text-align: center;
        }
        .prohibited-contact p {
            color: #4a5568;
            font-size: 0.9rem;
            margin-bottom: 0;
            text-align: center;
        }
        .prohibited-contact a {
            color: #004a99;
            font-weight: 600;
            text-decoration: none;
        }
        .prohibited-contact a:hover { text-decoration: underline; }

        .prohibited-footer-meta {
            text-align: center;
            color: #a0aec0;
            font-size: 0.8rem;
            margin-top: 48px;
            padding-top: 32px;
            border-top: 1px solid #f0f3f7;
        }
        .prohibited-footer-meta span + span::before {
            content: '|';
            margin: 0 12px;
            color: #d0d5dd;
        }