* {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }
        body {
            font-family: 'Segoe UI', Roboto, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
            background: #f8f5ff;
            color: #1e1b2e;
            line-height: 1.7;
            font-size: 1rem;
            scroll-behavior: smooth;
        }
        a {
            color: #7c3aed;
            text-decoration: none;
            transition: color 0.2s ease;
        }
        a:hover {
            color: #a78bfa;
            text-decoration: underline;
        }
        img {
            max-width: 100%;
            height: auto;
            display: block;
            border-radius: 16px;
            box-shadow: 0 8px 24px rgba(124, 58, 237, 0.12);
        }
        .container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 20px;
        }
        header {
            background: linear-gradient(135deg, #2e1065 0%, #4c1d95 40%, #6d28d9 100%);
            color: #fff;
            padding: 16px 0;
            position: sticky;
            top: 0;
            z-index: 1000;
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.25);
        }
        .header-inner {
            display: flex;
            align-items: center;
            justify-content: space-between;
            flex-wrap: wrap;
        }
        .my-logo {
            font-size: 1.8rem;
            font-weight: 900;
            letter-spacing: -0.5px;
            background: linear-gradient(to right, #fbbf24, #f59e0b);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            text-shadow: none;
            font-family: 'Segoe UI', system-ui, sans-serif;
        }
        .my-logo i {
            -webkit-text-fill-color: #fbbf24;
            margin-right: 6px;
        }
        .my-logo:hover {
            opacity: 0.9;
            text-decoration: none;
        }
        .nav-toggle {
            display: none;
            background: none;
            border: none;
            color: #fff;
            font-size: 1.8rem;
            cursor: pointer;
            padding: 4px 8px;
            border-radius: 8px;
            transition: background 0.2s;
        }
        .nav-toggle:hover {
            background: rgba(255, 255, 255, 0.12);
        }
        .nav-menu {
            display: flex;
            align-items: center;
            gap: 8px;
            flex-wrap: wrap;
        }
        .nav-menu a {
            color: #e9d5ff;
            padding: 8px 16px;
            border-radius: 40px;
            font-weight: 500;
            font-size: 0.95rem;
            transition: all 0.2s ease;
            white-space: nowrap;
        }
        .nav-menu a:hover {
            background: rgba(255, 255, 255, 0.15);
            color: #fff;
            text-decoration: none;
        }
        .nav-menu a.active {
            background: #fbbf24;
            color: #2e1065;
        }
        .breadcrumb {
            background: #ede9fe;
            padding: 12px 0;
            font-size: 0.9rem;
            border-bottom: 1px solid #ddd6fe;
        }
        .breadcrumb ol {
            list-style: none;
            display: flex;
            flex-wrap: wrap;
            gap: 6px 12px;
        }
        .breadcrumb ol li+li::before {
            content: "›";
            margin-right: 12px;
            color: #7c3aed;
            font-weight: 700;
        }
        .breadcrumb a {
            color: #5b21b6;
        }
        .breadcrumb a:hover {
            color: #7c3aed;
        }
        .breadcrumb .current {
            color: #1e1b2e;
            font-weight: 600;
        }
        main {
            padding: 40px 0 60px;
        }
        h1 {
            font-size: 2.8rem;
            font-weight: 900;
            line-height: 1.2;
            color: #2e1065;
            margin-bottom: 16px;
            letter-spacing: -0.5px;
        }
        h1 i {
            color: #f59e0b;
        }
        h2 {
            font-size: 2rem;
            font-weight: 800;
            color: #2e1065;
            margin-top: 48px;
            margin-bottom: 16px;
            border-bottom: 4px solid #ddd6fe;
            padding-bottom: 8px;
        }
        h2 i {
            color: #7c3aed;
        }
        h3 {
            font-size: 1.5rem;
            font-weight: 700;
            color: #4c1d95;
            margin-top: 32px;
            margin-bottom: 12px;
        }
        h4 {
            font-size: 1.2rem;
            font-weight: 600;
            color: #6d28d9;
            margin-top: 24px;
            margin-bottom: 8px;
        }
        p {
            margin-bottom: 18px;
            color: #2d2640;
        }
        .lead {
            font-size: 1.2rem;
            color: #4c1d95;
            font-weight: 500;
            border-left: 4px solid #7c3aed;
            padding-left: 20px;
            margin-bottom: 28px;
        }
        .update-badge {
            display: inline-block;
            background: #fef3c7;
            color: #92400e;
            padding: 6px 16px;
            border-radius: 40px;
            font-size: 0.85rem;
            font-weight: 600;
            margin-bottom: 20px;
        }
        .update-badge i {
            margin-right: 6px;
        }
        .img-wrapper {
            margin: 32px 0;
            border-radius: 16px;
            overflow: hidden;
            background: #ede9fe;
        }
        .img-wrapper img {
            width: 100%;
            object-fit: cover;
        }
        .img-wrapper figcaption {
            padding: 12px 20px;
            font-size: 0.9rem;
            color: #5b21b6;
            background: #f5f3ff;
            font-style: italic;
        }
        .highlight-box {
            background: linear-gradient(135deg, #f5f3ff, #ede9fe);
            border-radius: 16px;
            padding: 28px 32px;
            margin: 32px 0;
            border-left: 6px solid #7c3aed;
        }
        .highlight-box h3 {
            margin-top: 0;
        }
        .stat-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
            gap: 20px;
            margin: 32px 0;
        }
        .stat-card {
            background: #fff;
            border-radius: 16px;
            padding: 24px 20px;
            text-align: center;
            box-shadow: 0 4px 16px rgba(124, 58, 237, 0.08);
            border: 1px solid #ede9fe;
            transition: transform 0.2s ease, box-shadow 0.2s ease;
        }
        .stat-card:hover {
            transform: translateY(-4px);
            box-shadow: 0 12px 32px rgba(124, 58, 237, 0.15);
        }
        .stat-card i {
            font-size: 2.4rem;
            color: #7c3aed;
            margin-bottom: 12px;
        }
        .stat-card .num {
            font-size: 2rem;
            font-weight: 900;
            color: #2e1065;
        }
        .stat-card .label {
            color: #6d28d9;
            font-weight: 500;
        }
        .interview-card {
            background: #fff;
            border-radius: 16px;
            padding: 28px;
            margin: 24px 0;
            box-shadow: 0 4px 20px rgba(124, 58, 237, 0.06);
            border: 1px solid #e9d5ff;
        }
        .interview-card .quote {
            font-size: 1.1rem;
            font-style: italic;
            color: #4c1d95;
            border-left: 4px solid #f59e0b;
            padding-left: 20px;
            margin: 16px 0;
        }
        .faq-item {
            background: #fff;
            border-radius: 12px;
            padding: 20px 24px;
            margin: 12px 0;
            border: 1px solid #e9d5ff;
            transition: background 0.2s;
        }
        .faq-item:hover {
            background: #f5f3ff;
        }
        .faq-item h4 {
            margin-top: 0;
            cursor: pointer;
            display: flex;
            justify-content: space-between;
            align-items: center;
        }
        .faq-item h4 i {
            color: #7c3aed;
            font-size: 1rem;
        }
        .form-section {
            background: #fff;
            border-radius: 20px;
            padding: 32px;
            margin: 40px 0;
            box-shadow: 0 8px 32px rgba(124, 58, 237, 0.06);
            border: 1px solid #ede9fe;
        }
        .form-section h2 {
            margin-top: 0;
            border-bottom: none;
        }
        .form-group {
            margin-bottom: 20px;
        }
        .form-group label {
            display: block;
            font-weight: 600;
            color: #2e1065;
            margin-bottom: 6px;
        }
        .form-group input,
        .form-group textarea,
        .form-group select {
            width: 100%;
            padding: 14px 18px;
            border: 2px solid #e9d5ff;
            border-radius: 12px;
            font-size: 1rem;
            font-family: inherit;
            transition: border-color 0.2s ease;
            background: #fafafe;
        }
        .form-group input:focus,
        .form-group textarea:focus,
        .form-group select:focus {
            outline: none;
            border-color: #7c3aed;
            background: #fff;
        }
        .form-group textarea {
            min-height: 120px;
            resize: vertical;
        }
        .btn {
            padding: 14px 32px;
            border: none;
            border-radius: 40px;
            font-size: 1rem;
            font-weight: 700;
            cursor: pointer;
            transition: all 0.25s ease;
            display: inline-flex;
            align-items: center;
            gap: 10px;
        }
        .btn-primary {
            background: linear-gradient(135deg, #7c3aed, #6d28d9);
            color: #fff;
        }
        .btn-primary:hover {
            background: linear-gradient(135deg, #6d28d9, #4c1d95);
            transform: translateY(-2px);
            box-shadow: 0 8px 24px rgba(124, 58, 237, 0.3);
        }
        .btn-secondary {
            background: #f5f3ff;
            color: #4c1d95;
        }
        .btn-secondary:hover {
            background: #ede9fe;
        }
        .rating-stars {
            display: flex;
            gap: 6px;
            font-size: 1.8rem;
            color: #d1d5db;
            cursor: pointer;
            transition: color 0.15s;
        }
        .rating-stars i:hover,
        .rating-stars i.active {
            color: #f59e0b;
        }
        .rating-stars i {
            transition: color 0.15s;
        }
        friend-link {
            display: block;
            background: #f5f3ff;
            border-radius: 16px;
            padding: 28px 32px;
            margin: 40px 0 20px;
            border: 1px solid #ddd6fe;
        }
        friend-link h3 {
            margin-top: 0;
            color: #2e1065;
        }
        friend-link ul {
            list-style: none;
            display: flex;
            flex-wrap: wrap;
            gap: 12px 24px;
            margin-top: 12px;
        }
        friend-link ul li a {
            color: #5b21b6;
            font-weight: 500;
        }
        friend-link ul li a:hover {
            color: #7c3aed;
        }
        footer {
            background: #1e1b2e;
            color: #c4b5fd;
            padding: 32px 0 24px;
            text-align: center;
            margin-top: 40px;
        }
        footer a {
            color: #a78bfa;
        }
        footer a:hover {
            color: #fbbf24;
        }
        footer .copyright {
            font-size: 0.9rem;
            margin-top: 12px;
            color: #8b7ab0;
        }
        @media (max-width: 768px) {
            .nav-toggle {
                display: block;
            }
            .nav-menu {
                display: none;
                width: 100%;
                flex-direction: column;
                align-items: stretch;
                padding-top: 16px;
                gap: 4px;
            }
            .nav-menu.open {
                display: flex;
            }
            .nav-menu a {
                padding: 12px 16px;
                border-radius: 12px;
            }
            h1 {
                font-size: 2rem;
            }
            h2 {
                font-size: 1.6rem;
            }
            h3 {
                font-size: 1.3rem;
            }
            .header-inner {
                align-items: center;
            }
            .my-logo {
                font-size: 1.4rem;
            }
            .stat-grid {
                grid-template-columns: 1fr 1fr;
            }
            .form-section {
                padding: 20px;
            }
            .highlight-box {
                padding: 20px;
            }
        }
        @media (max-width: 480px) {
            .stat-grid {
                grid-template-columns: 1fr;
            }
            h1 {
                font-size: 1.7rem;
            }
            .container {
                padding: 0 14px;
            }
        }
        :target {
            scroll-margin-top: 120px;
        }
        .back-top {
            position: fixed;
            bottom: 30px;
            right: 30px;
            background: #7c3aed;
            color: #fff;
            width: 48px;
            height: 48px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 1.3rem;
            box-shadow: 0 4px 20px rgba(124, 58, 237, 0.35);
            transition: all 0.25s ease;
            opacity: 0.8;
            z-index: 999;
        }
        .back-top:hover {
            opacity: 1;
            transform: translateY(-4px);
            text-decoration: none;
            color: #fff;
        }
