* {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }
        body {
            font-family: 'Segoe UI', Roboto, system-ui, -apple-system, sans-serif;
            background: #0a0f1a;
            color: #e0e6ed;
            line-height: 1.7;
            font-size: 16px;
            -webkit-font-smoothing: antialiased;
        }
        a {
            color: #c8aa6e;
            text-decoration: none;
            transition: color 0.2s ease;
        }
        a:hover {
            color: #f0e0c0;
            text-decoration: underline;
        }
        .container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 20px;
        }
        header {
            background: linear-gradient(145deg, #0f1625 0%, #1a2332 100%);
            border-bottom: 2px solid #c8aa6e40;
            padding: 16px 0;
            position: sticky;
            top: 0;
            z-index: 100;
            backdrop-filter: blur(8px);
        }
        .header-inner {
            display: flex;
            align-items: center;
            justify-content: space-between;
            flex-wrap: wrap;
        }
        .my-logo {
            font-size: 1.6rem;
            font-weight: 700;
            color: #c8aa6e;
            letter-spacing: 1px;
            text-transform: uppercase;
            background: linear-gradient(135deg, #c8aa6e, #f0e0c0);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
        }
        .my-logo:hover {
            text-decoration: none;
            opacity: 0.9;
        }
        .logo-sub {
            font-size: 0.7rem;
            display: block;
            color: #8899bb;
            letter-spacing: 2px;
            text-transform: none;
            -webkit-text-fill-color: #8899bb;
            font-weight: 400;
        }
        .nav-menu {
            display: flex;
            gap: 28px;
            align-items: center;
            flex-wrap: wrap;
        }
        .nav-menu a {
            color: #b0c4de;
            font-size: 0.95rem;
            font-weight: 500;
            position: relative;
            padding: 4px 0;
        }
        .nav-menu a::after {
            content: '';
            position: absolute;
            bottom: -2px;
            left: 0;
            width: 0%;
            height: 2px;
            background: #c8aa6e;
            transition: width 0.3s ease;
        }
        .nav-menu a:hover::after {
            width: 100%;
        }
        .nav-menu a:hover {
            text-decoration: none;
            color: #f0e0c0;
        }
        .hamburger {
            display: none;
            font-size: 1.8rem;
            color: #c8aa6e;
            cursor: pointer;
            background: none;
            border: none;
            padding: 4px 8px;
        }
        #nav-toggle {
            display: none;
        }
        .breadcrumb {
            background: #0d1420;
            padding: 12px 0;
            border-bottom: 1px solid #1e2a3a;
            font-size: 0.85rem;
            color: #8899bb;
        }
        .breadcrumb ol {
            list-style: none;
            display: flex;
            flex-wrap: wrap;
            gap: 8px 16px;
        }
        .breadcrumb li+li::before {
            content: "›";
            margin-right: 16px;
            color: #c8aa6e80;
        }
        .breadcrumb a {
            color: #b0c4de;
        }
        .breadcrumb .current {
            color: #c8aa6e;
            font-weight: 600;
        }
        .hero {
            padding: 60px 0 40px;
            text-align: center;
            background: radial-gradient(ellipse at 50% 0%, #1a2a3e, #0a0f1a 70%);
        }
        .hero h1 {
            font-size: 3.2rem;
            font-weight: 800;
            background: linear-gradient(135deg, #f0e0c0, #c8aa6e, #f0e0c0);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            line-height: 1.2;
            margin-bottom: 16px;
            letter-spacing: -0.5px;
        }
        .hero p {
            font-size: 1.2rem;
            color: #b0c4de;
            max-width: 720px;
            margin: 0 auto 24px;
        }
        .hero-badge {
            display: inline-block;
            background: #c8aa6e20;
            border: 1px solid #c8aa6e60;
            padding: 6px 20px;
            border-radius: 40px;
            font-size: 0.9rem;
            color: #c8aa6e;
            font-weight: 600;
            letter-spacing: 1px;
        }
        .content {
            padding: 40px 0 80px;
        }
        .content h2 {
            font-size: 2rem;
            font-weight: 700;
            color: #f0e0c0;
            margin: 56px 0 20px;
            border-left: 4px solid #c8aa6e;
            padding-left: 18px;
        }
        .content h3 {
            font-size: 1.5rem;
            font-weight: 600;
            color: #d4c5a9;
            margin: 36px 0 14px;
        }
        .content h4 {
            font-size: 1.2rem;
            font-weight: 600;
            color: #b0c4de;
            margin: 24px 0 10px;
        }
        .content p {
            margin-bottom: 18px;
            color: #d0d8e4;
            font-size: 1.05rem;
        }
        .content ul,
        .content ol {
            margin: 12px 0 24px 24px;
            color: #d0d8e4;
        }
        .content li {
            margin-bottom: 8px;
        }
        .highlight-box {
            background: #141e2e;
            border: 1px solid #c8aa6e30;
            border-radius: 12px;
            padding: 28px 32px;
            margin: 32px 0;
            box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
        }
        .highlight-box strong {
            color: #f0e0c0;
        }
        .stat-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
            gap: 20px;
            margin: 28px 0;
        }
        .stat-card {
            background: #0d1420;
            border-radius: 12px;
            padding: 20px 16px;
            text-align: center;
            border: 1px solid #1e2a3a;
            transition: transform 0.2s ease, border-color 0.2s ease;
        }
        .stat-card:hover {
            transform: translateY(-4px);
            border-color: #c8aa6e60;
        }
        .stat-card .num {
            font-size: 2.4rem;
            font-weight: 800;
            color: #c8aa6e;
            display: block;
        }
        .stat-card .label {
            font-size: 0.9rem;
            color: #8899bb;
            margin-top: 4px;
        }
        .img-wrapper {
            margin: 32px 0;
            border-radius: 14px;
            overflow: hidden;
            box-shadow: 0 12px 32px rgba(0, 0, 0, 0.5);
            background: #141e2e;
        }
        .img-wrapper img {
            width: 100%;
            height: auto;
            display: block;
            object-fit: cover;
        }
        .img-wrapper .img-caption {
            padding: 12px 20px;
            font-size: 0.9rem;
            color: #8899bb;
            background: #0d1420;
            text-align: center;
        }
        .interview-block {
            background: #0d1420;
            border-radius: 14px;
            padding: 28px 32px;
            margin: 32px 0;
            border-left: 4px solid #c8aa6e;
        }
        .interview-block .speaker {
            font-weight: 700;
            color: #f0e0c0;
        }
        .interview-block .quote {
            font-style: italic;
            color: #d0d8e4;
            margin: 8px 0;
        }
        .btn {
            display: inline-block;
            background: #c8aa6e;
            color: #0a0f1a;
            padding: 10px 28px;
            border-radius: 40px;
            font-weight: 700;
            font-size: 1rem;
            transition: all 0.25s ease;
            border: none;
            cursor: pointer;
        }
        .btn:hover {
            background: #f0e0c0;
            transform: translateY(-2px);
            box-shadow: 0 8px 20px rgba(200, 170, 110, 0.2);
            text-decoration: none;
            color: #0a0f1a;
        }
        .search-section {
            background: #141e2e;
            border-radius: 14px;
            padding: 32px;
            margin: 48px 0;
            border: 1px solid #1e2a3a;
        }
        .search-section form {
            display: flex;
            gap: 12px;
            flex-wrap: wrap;
            max-width: 640px;
        }
        .search-section input[type="text"] {
            flex: 1;
            min-width: 200px;
            padding: 14px 20px;
            border-radius: 40px;
            border: 1px solid #2a3a4a;
            background: #0d1420;
            color: #e0e6ed;
            font-size: 1rem;
            outline: none;
            transition: border-color 0.2s ease;
        }
        .search-section input[type="text"]:focus {
            border-color: #c8aa6e;
        }
        .feedback-grid {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 32px;
            margin: 48px 0;
        }
        @media (max-width:768px) {
            .feedback-grid {
                grid-template-columns: 1fr;
            }
        }
        .feedback-card {
            background: #141e2e;
            border-radius: 14px;
            padding: 28px 32px;
            border: 1px solid #1e2a3a;
        }
        .feedback-card h3 {
            margin-top: 0;
            font-size: 1.3rem;
        }
        .feedback-card form {
            display: flex;
            flex-direction: column;
            gap: 14px;
        }
        .feedback-card input,
        .feedback-card textarea,
        .feedback-card select {
            padding: 12px 16px;
            border-radius: 10px;
            border: 1px solid #2a3a4a;
            background: #0d1420;
            color: #e0e6ed;
            font-size: 1rem;
            outline: none;
            font-family: inherit;
            transition: border-color 0.2s ease;
        }
        .feedback-card input:focus,
        .feedback-card textarea:focus,
        .feedback-card select:focus {
            border-color: #c8aa6e;
        }
        .feedback-card textarea {
            min-height: 100px;
            resize: vertical;
        }
        .star-rating {
            display: flex;
            flex-direction: row-reverse;
            justify-content: flex-end;
            gap: 4px;
        }
        .star-rating input {
            display: none;
        }
        .star-rating label {
            font-size: 1.8rem;
            color: #2a3a4a;
            cursor: pointer;
            transition: color 0.2s ease;
        }
        .star-rating input:checked~label,
        .star-rating label:hover,
        .star-rating label:hover~label {
            color: #c8aa6e;
        }
        footer {
            background: #0b111e;
            border-top: 1px solid #1e2a3a;
            padding: 48px 0 24px;
            margin-top: 60px;
        }
        .footer-inner {
            display: grid;
            grid-template-columns: 2fr 1fr 1fr;
            gap: 40px;
        }
        @media (max-width:768px) {
            .footer-inner {
                grid-template-columns: 1fr;
                gap: 28px;
            }
        }
        .footer-inner h4 {
            color: #f0e0c0;
            font-size: 1.1rem;
            margin-bottom: 12px;
        }
        .footer-inner a {
            color: #8899bb;
            display: block;
            margin-bottom: 6px;
            font-size: 0.95rem;
        }
        .footer-inner a:hover {
            color: #c8aa6e;
        }
        friend-link {
            display: block;
            padding: 20px 0;
            border-top: 1px solid #1e2a3a;
            margin-top: 28px;
        }
        friend-link a {
            color: #8899bb;
            margin-right: 24px;
            display: inline-block;
            padding: 4px 0;
        }
        friend-link a:hover {
            color: #c8aa6e;
        }
        .copyright {
            text-align: center;
            padding: 20px 0 4px;
            font-size: 0.85rem;
            color: #5a6a7a;
            border-top: 1px solid #1a2535;
            margin-top: 20px;
        }
        @media (max-width:768px) {
            .hamburger {
                display: block;
            }
            .nav-menu {
                display: none;
                width: 100%;
                flex-direction: column;
                align-items: flex-start;
                padding: 16px 0 8px;
                gap: 12px;
            }
            #nav-toggle:checked~.nav-menu {
                display: flex;
            }
            .hero h1 {
                font-size: 2rem;
            }
            .hero p {
                font-size: 1rem;
            }
            .content h2 {
                font-size: 1.6rem;
            }
            .content h3 {
                font-size: 1.25rem;
            }
            .header-inner {
                align-items: center;
            }
            .my-logo {
                font-size: 1.3rem;
            }
            .stat-grid {
                grid-template-columns: repeat(2, 1fr);
            }
        }
        @media (max-width:480px) {
            .stat-grid {
                grid-template-columns: 1fr;
            }
            .hero h1 {
                font-size: 1.6rem;
            }
            .feedback-card {
                padding: 20px;
            }
            .search-section {
                padding: 20px;
            }
        }
        html {
            scroll-behavior: smooth;
        }
        .last-updated {
            font-size: 0.85rem;
            color: #5a6a7a;
            text-align: right;
            margin-top: 8px;
            border-top: 1px solid #1a2535;
            padding-top: 12px;
        }
        .tag {
            display: inline-block;
            background: #c8aa6e15;
            color: #c8aa6e;
            padding: 2px 12px;
            border-radius: 20px;
            font-size: 0.8rem;
            font-weight: 600;
            margin: 2px 4px;
        }
        .fa-ul li {
            margin-bottom: 10px;
        }
        .content img {
            max-width: 100%;
            height: auto;
            border-radius: 8px;
        }
