* { margin: 0; padding: 0; box-sizing: border-box; }
        body { font-family: 'Segoe UI', Roboto, Arial, sans-serif; background: #f0f4f8; color: #2d3436; line-height: 1.7; }
        .container { max-width: 1200px; margin: 0 auto; padding: 0 20px; }
        .site-header { background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); padding: 20px 0; box-shadow: 0 4px 20px rgba(0,0,0,0.15); }
        .header-inner { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; }
        .my-logo { font-size: 2rem; font-weight: 800; color: #fff; text-decoration: none; display: flex; align-items: center; gap: 10px; }
        .my-logo i { color: #ffd93d; font-size: 2.2rem; }
        .my-logo span { background: linear-gradient(to right, #ffd93d, #ff9f43); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
        .nav-menu { display: flex; list-style: none; gap: 5px; flex-wrap: wrap; }
        .nav-menu li a { color: rgba(255,255,255,0.9); text-decoration: none; padding: 8px 16px; border-radius: 30px; font-weight: 500; transition: all 0.3s; font-size: 0.95rem; }
        .nav-menu li a:hover { background: rgba(255,255,255,0.2); color: #fff; transform: translateY(-2px); }
        .hamburger { display: none; cursor: pointer; font-size: 1.8rem; color: #fff; background: none; border: none; }
        .breadcrumb { background: #fff; padding: 12px 0; border-bottom: 1px solid #e9ecef; font-size: 0.9rem; }
        .breadcrumb a { color: #667eea; text-decoration: none; }
        .breadcrumb a:hover { text-decoration: underline; }
        .breadcrumb span { color: #868e96; }
        .hero { background: linear-gradient(135deg, #f5f7fa, #c3cfe2); padding: 60px 20px; text-align: center; border-radius: 0 0 60px 60px; }
        .hero h1 { font-size: 3rem; color: #2d3436; margin-bottom: 15px; font-weight: 800; }
        .hero p { font-size: 1.2rem; color: #636e72; max-width: 700px; margin: 0 auto 25px; }
        .hero-badge { display: inline-block; background: #ff6b6b; color: #fff; padding: 8px 20px; border-radius: 50px; font-size: 0.9rem; font-weight: 600; margin-bottom: 15px; }
        .content-wrapper { display: grid; grid-template-columns: 1fr 300px; gap: 40px; padding: 50px 20px; }
        .main-content { background: #fff; border-radius: 20px; padding: 40px; box-shadow: 0 10px 40px rgba(0,0,0,0.06); }
        .sidebar { display: flex; flex-direction: column; gap: 30px; }
        h2 { font-size: 2rem; color: #2d3436; margin: 40px 0 20px; padding-bottom: 10px; border-bottom: 3px solid #667eea; display: inline-block; }
        h3 { font-size: 1.5rem; color: #4a5568; margin: 30px 0 15px; }
        h4 { font-size: 1.15rem; color: #718096; margin: 20px 0 10px; }
        p { margin-bottom: 16px; font-size: 1.05rem; }
        .content-img { max-width: 100%; border-radius: 16px; margin: 25px 0; box-shadow: 0 8px 30px rgba(0,0,0,0.1); }
        .img-caption { text-align: center; font-size: 0.9rem; color: #a0aec0; margin-top: -15px; margin-bottom: 25px; }
        .highlight-box { background: #fef3c7; border-left: 5px solid #f59e0b; padding: 20px 25px; border-radius: 12px; margin: 25px 0; }
        .pro-tip { background: #d1fae5; border-left: 5px solid #10b981; padding: 20px 25px; border-radius: 12px; margin: 25px 0; }
        .stat-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 20px; margin: 30px 0; }
        .stat-card { background: linear-gradient(135deg, #667eea, #764ba2); color: #fff; padding: 25px; border-radius: 16px; text-align: center; transition: transform 0.3s; }
        .stat-card:hover { transform: translateY(-5px); }
        .stat-card i { font-size: 2rem; margin-bottom: 10px; }
        .stat-card h4 { color: #fff; font-size: 1.8rem; margin: 5px 0; }
        .interview-card { background: #f8f9fa; border-radius: 16px; padding: 30px; margin: 25px 0; border-left: 5px solid #667eea; }
        .interview-card .avatar { font-size: 3rem; color: #667eea; margin-bottom: 10px; }
        .interview-card .name { font-weight: 600; color: #2d3436; }
        .interview-card .role { color: #868e96; font-size: 0.9rem; margin-bottom: 15px; }
        .search-box { background: #fff; border-radius: 50px; display: flex; align-items: center; padding: 5px; box-shadow: 0 4px 15px rgba(0,0,0,0.05); }
        .search-box input { flex: 1; border: none; padding: 12px 20px; font-size: 1rem; background: transparent; outline: none; }
        .search-box button { background: #667eea; color: #fff; border: none; border-radius: 50px; padding: 12px 25px; cursor: pointer; font-weight: 600; transition: background 0.3s; }
        .comment-form textarea { width: 100%; border: 2px solid #e9ecef; border-radius: 12px; padding: 15px; min-height: 120px; font-size: 1rem; font-family: inherit; resize: vertical; }
        .comment-form textarea:focus { outline: none; border-color: #667eea; }
        .btn-primary { background: #667eea; color: #fff; border: none; padding: 12px 30px; border-radius: 50px; cursor: pointer; font-weight: 600; font-size: 1rem; transition: all 0.3s; }
        .btn-primary:hover { background: #5a67d8; transform: translateY(-2px); }
        .star-rating { font-size: 2rem; color: #d1d5db; cursor: pointer; }
        .star-rating .active { color: #ffd93d; }
        .site-footer { background: #2d3436; color: #fff; padding: 50px 20px 20px; margin-top: 60px; }
        .footer-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 40px; margin-bottom: 40px; }
        .footer-grid h4 { color: #ffd93d; margin-bottom: 15px; font-size: 1.2rem; }
        .footer-links a { display: block; color: #b2bec3; text-decoration: none; margin-bottom: 8px; transition: color 0.3s; }
        .footer-links a:hover { color: #ffd93d; }
        .copyright { text-align: center; padding-top: 20px; border-top: 1px solid #4a5568; color: #b2bec3; font-size: 0.9rem; }
        .friend-link { display: block; background: #3d3d3d; padding: 20px; border-radius: 12px; margin: 20px 0; }
        .friend-link a { color: #ffd93d; text-decoration: none; margin: 0 10px; }
        table { width: 100%; border-collapse: collapse; margin: 25px 0; }
        th { background: #667eea; color: #fff; padding: 12px; text-align: left; font-weight: 600; }
        td { padding: 10px; border-bottom: 1px solid #e9ecef; }
        tr:hover td { background: #f8f9fa; }
        @media (max-width: 768px) {
            .hamburger { display: block; }
            .nav-menu { display: none; width: 100%; flex-direction: column; padding: 20px 0; }
            .nav-menu.active { display: flex; }
            .nav-menu li a { display: block; padding: 12px 20px; }
            .content-wrapper { grid-template-columns: 1fr; padding: 20px; }
            .hero h1 { font-size: 2rem; }
            .main-content { padding: 25px; }
            .stat-grid { grid-template-columns: repeat(2, 1fr); }
            .sidebar { order: -1; }
        }
        @media (max-width: 480px) {
            .stat-grid { grid-template-columns: 1fr; }
            .search-box { flex-direction: column; border-radius: 20px; }
            .search-box button { width: 100%; margin-top: 10px; border-radius: 20px; }
        }
