    .verification-page {
        max-width: 900px;
        margin: 0 auto;
        padding: 40px 20px;
    }

    .verification-page h1 {
        font-size: 42px;
        font-weight: 700;
        color: #1a1a2e;
        margin-bottom: 30px;
        position: relative;
        display: inline-block;
    }

    .verification-page h1::after {
        content: '';
        position: absolute;
        bottom: -8px;
        left: 0;
        width: 80px;
        height: 4px;
        background: linear-gradient(90deg, #0891b2, #06b6d4);
        border-radius: 2px;
    }

    .verification-page .content-card {
        background: rgba(255, 255, 255, 0.7);
        backdrop-filter: blur(10px);
        border-radius: 20px;
        padding: 40px;
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
    }

    .verification-page .intro-text {
        font-size: 17px;
        color: #374151;
        margin-bottom: 20px;
        line-height: 1.7;
    }

    .verification-page .intro-text a {
        color: #0891b2;
        text-decoration: none;
        font-weight: 500;
    }

    .verification-page .intro-text a:hover {
        text-decoration: underline;
    }

    .verification-page .highlight-box {
        background: linear-gradient(135deg, #0891b2 0%, #06b6d4 100%);
        color: white;
        padding: 20px 25px;
        border-radius: 12px;
        margin: 25px 0;
        font-size: 16px;
        font-weight: 500;
    }

    .verification-page h2 {
        font-size: 24px;
        font-weight: 600;
        color: #1a1a2e;
        margin: 35px 0 20px;
        padding-bottom: 10px;
        border-bottom: 2px solid #e0f2fe;
    }

    .verification-page h3 {
        font-size: 18px;
        font-weight: 600;
        color: #1a1a2e;
        margin: 25px 0 15px;
    }

    .verification-page ul {
        list-style: none;
        margin: 20px 0;
        padding: 0;
    }

    .verification-page ul li {
        position: relative;
        padding-left: 28px;
        margin-bottom: 12px;
        color: #374151;
        line-height: 1.7;
    }

    .verification-page ul li::before {
        content: '';
        position: absolute;
        left: 0;
        top: 10px;
        width: 8px;
        height: 8px;
        background: linear-gradient(135deg, #0891b2, #06b6d4);
        border-radius: 50%;
    }

    .verification-page .notice {
        background: #fef3c7;
        border-left: 4px solid #f59e0b;
        padding: 16px 20px;
        border-radius: 0 10px 10px 0;
        margin: 20px 0;
        color: #92400e;
        font-size: 15px;
    }

    .verification-page .notice.info {
        background: #e0f2fe;
        border-left-color: #0891b2;
        color: #0c4a6e;
    }

    .verification-page .notice.success {
        background: #d1fae5;
        border-left-color: #10b981;
        color: #065f46;
    }

    .verification-page .notice.danger {
        background: #fef2f2;
        border-left-color: #dc2626;
        color: #991b1b;
    }

    /* Required for badges */
    .verification-page .required-for {
        display: flex;
        gap: 12px;
        flex-wrap: wrap;
        margin: 20px 0;
    }

    .verification-page .required-badge {
        background: white;
        border: 2px solid #e5e7eb;
        border-radius: 50px;
        padding: 10px 20px;
        display: flex;
        align-items: center;
        gap: 8px;
        font-size: 14px;
        color: #374151;
        transition: all 0.3s ease;
    }

    .verification-page .required-badge:hover {
        border-color: #0891b2;
        background: #f0fdfa;
    }

    .verification-page .required-badge svg {
        color: #0891b2;
    }

    /* Video requirements card */
    .verification-page .video-requirements {
        background: white;
        border-radius: 16px;
        padding: 30px;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
        margin: 25px 0;
    }

    .verification-page .video-requirements h3 {
        margin-top: 0;
        display: flex;
        align-items: center;
        gap: 10px;
    }

    .verification-page .video-requirements h3 svg {
        color: #0891b2;
    }

    /* Paper example */
    .verification-page .paper-example {
        background: #f8fafc;
        border: 2px dashed #cbd5e1;
        border-radius: 12px;
        padding: 30px;
        margin: 20px 0;
        text-align: center;
    }

    .verification-page .paper-example .paper {
        background: white;
        border: 1px solid #e5e7eb;
        border-radius: 4px;
        padding: 30px 40px;
        display: inline-block;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
        transform: rotate(-2deg);
    }

    .verification-page .paper-example .paper p {
        margin: 8px 0;
        color: #1a1a2e;
        font-size: 16px;
    }

    .verification-page .paper-example .paper p.name {
        font-weight: 700;
        font-size: 20px;
        color: #0891b2;
    }

    .verification-page .paper-example .paper p.date {
        color: #6b7280;
    }

    .verification-page .paper-example .paper p.platform {
        font-weight: 600;
    }

    .verification-page .paper-example .caption {
        margin-top: 15px;
        color: #6b7280;
        font-size: 14px;
    }

    /* Checklist */
    .verification-page .checklist {
        background: white;
        border-radius: 12px;
        padding: 25px;
        margin: 20px 0;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    }

    .verification-page .checklist-item {
        display: flex;
        align-items: flex-start;
        gap: 12px;
        padding: 12px 0;
        border-bottom: 1px solid #f1f5f9;
    }

    .verification-page .checklist-item:last-child {
        border-bottom: none;
    }

    .verification-page .checklist-item .check {
        width: 24px;
        height: 24px;
        background: linear-gradient(135deg, #10b981, #059669);
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
    }

    .verification-page .checklist-item .check svg {
        width: 14px;
        height: 14px;
        color: white;
    }

    .verification-page .checklist-item p {
        color: #374151;
        font-size: 15px;
        line-height: 1.5;
    }

    /* Decline reasons */
    .verification-page .decline-reasons {
        display: grid;
        gap: 16px;
        margin: 25px 0;
    }

    .verification-page .decline-card {
        background: white;
        border-radius: 12px;
        padding: 20px;
        display: flex;
        align-items: flex-start;
        gap: 16px;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
        border-left: 4px solid #dc2626;
    }

    .verification-page .decline-card .num {
        width: 32px;
        height: 32px;
        background: #fef2f2;
        color: #991b1b;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: 700;
        flex-shrink: 0;
    }

    .verification-page .decline-card p {
        color: #374151;
        font-size: 15px;
        line-height: 1.5;
    }

    /* Re-verification timeline */
    .verification-page .reverify-reasons {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
        gap: 16px;
        margin: 20px 0;
    }

    .verification-page .reverify-card {
        background: white;
        border-radius: 12px;
        padding: 20px;
        text-align: center;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
        transition: transform 0.3s ease;
    }

    .verification-page .reverify-card:hover {
        transform: translateY(-3px);
    }

    .verification-page .reverify-card svg {
        width: 40px;
        height: 40px;
        color: #0891b2;
        margin-bottom: 12px;
    }

    .verification-page .reverify-card p {
        color: #374151;
        font-size: 14px;
        line-height: 1.5;
    }

    /* Process flow */
    .verification-page .process-flow {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin: 30px 0;
        flex-wrap: wrap;
        gap: 20px;
    }

    .verification-page .process-step {
        flex: 1;
        min-width: 150px;
        text-align: center;
        position: relative;
    }

    .verification-page .process-step::after {
        content: '';
        position: absolute;
        top: 25px;
        right: -30px;
        width: 40px;
        height: 2px;
        background: #e0f2fe;
    }

    .verification-page .process-step:last-child::after {
        display: none;
    }

    .verification-page .process-step .icon {
        width: 50px;
        height: 50px;
        background: linear-gradient(135deg, #0891b2, #06b6d4);
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 auto 12px;
    }

    .verification-page .process-step .icon svg {
        width: 24px;
        height: 24px;
        color: white;
    }

    .verification-page .process-step p {
        color: #374151;
        font-size: 14px;
        font-weight: 500;
    }

    /* Warning box */
    .verification-page .warning-box {
        background: #fef2f2;
        border: 1px solid #fecaca;
        border-radius: 12px;
        padding: 20px 25px;
        margin: 25px 0;
        display: flex;
        align-items: flex-start;
        gap: 15px;
    }

    .verification-page .warning-box svg {
        width: 24px;
        height: 24px;
        color: #dc2626;
        flex-shrink: 0;
        margin-top: 2px;
    }

    .verification-page .warning-box p {
        color: #991b1b;
        font-size: 15px;
        line-height: 1.6;
    }

    /* 30 days badge */
    .verification-page .days-badge {
        background: linear-gradient(135deg, #fef3c7, #fde68a);
        border-radius: 12px;
        padding: 25px;
        margin: 20px 0;
        display: flex;
        align-items: center;
        gap: 20px;
    }

    .verification-page .days-badge .days {
        font-size: 48px;
        font-weight: 700;
        color: #d97706;
        line-height: 1;
    }

    .verification-page .days-badge .days span {
        display: block;
        font-size: 14px;
        font-weight: 500;
    }

    .verification-page .days-badge p {
        color: #92400e;
        font-size: 15px;
        line-height: 1.6;
    }

    @media (max-width: 768px) {
        .verification-page {
            padding: 20px 15px;
        }

        .verification-page h1 {
            font-size: 32px;
        }

        .verification-page .content-card {
            padding: 25px 20px;
        }

        .verification-page h2 {
            font-size: 20px;
        }

        .verification-page .required-for {
            flex-direction: column;
        }

        .verification-page .process-flow {
            flex-direction: column;
        }

        .verification-page .process-step::after {
            display: none;
        }

        .verification-page .days-badge {
            flex-direction: column;
            text-align: center;
        }
    }