* {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }
        body {
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
            background: #f8f6f0;
            color: #1e1e1e;
            line-height: 1.8;
            padding: 0 16px;
        }
        .wrapper {
            max-width: 1200px;
            margin: 0 auto;
            background: #ffffff;
            box-shadow: 0 0 30px rgba(0, 0, 0, 0.04);
            padding: 20px 24px 40px;
            border-radius: 12px;
        }
        .header {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            align-items: center;
            padding: 16px 0 12px;
            border-bottom: 2px solid #d4a24e;
            position: relative;
        }
        .my-logo {
            font-size: 28px;
            font-weight: 800;
            letter-spacing: 1px;
            color: #b22222;
            text-decoration: none;
            display: flex;
            align-items: center;
            gap: 6px;
        }
        .my-logo i {
            color: #d4a24e;
            font-size: 30px;
        }
        .my-logo span {
            color: #1e1e1e;
            font-weight: 300;
        }
        .nav-toggle {
            display: none;
            background: none;
            border: none;
            font-size: 28px;
            color: #1e1e1e;
            cursor: pointer;
            padding: 4px 10px;
            border-radius: 6px;
        }
        .nav-toggle:hover {
            background: #f0eada;
        }
        .navbar {
            display: flex;
            flex-wrap: wrap;
            gap: 8px 20px;
            align-items: center;
            transition: all 0.3s ease;
        }
        .navbar a {
            text-decoration: none;
            color: #2c3e2f;
            font-weight: 500;
            font-size: 15px;
            padding: 4px 0;
            border-bottom: 2px solid transparent;
            transition: 0.2s;
        }
        .navbar a:hover {
            border-bottom-color: #b22222;
            color: #b22222;
        }
        .navbar a i {
            margin-right: 6px;
            color: #d4a24e;
        }
        .breadcrumb {
            background: #f5efe4;
            padding: 10px 18px;
            border-radius: 30px;
            font-size: 14px;
            margin: 16px 0 20px;
            display: flex;
            flex-wrap: wrap;
            gap: 6px 12px;
        }
        .breadcrumb a {
            color: #6b4f2e;
            text-decoration: none;
        }
        .breadcrumb a:hover {
            text-decoration: underline;
        }
        .breadcrumb span {
            color: #999;
        }
        .breadcrumb .current {
            color: #b22222;
            font-weight: 600;
        }
        h1 {
            font-size: 38px;
            font-weight: 800;
            color: #1e2a1e;
            margin: 20px 0 8px;
            line-height: 1.2;
            border-left: 6px solid #d4a24e;
            padding-left: 18px;
        }
        h2 {
            font-size: 28px;
            font-weight: 700;
            color: #2c3e2f;
            margin: 40px 0 16px;
            padding-bottom: 6px;
            border-bottom: 2px solid #e8dcc8;
        }
        h2 i {
            color: #b22222;
            margin-right: 10px;
        }
        h3 {
            font-size: 22px;
            font-weight: 600;
            color: #3d2b1a;
            margin: 28px 0 12px;
        }
        h4 {
            font-size: 18px;
            font-weight: 600;
            color: #4a3a2a;
            margin: 20px 0 8px;
        }
        p {
            margin-bottom: 18px;
            font-size: 16.5px;
            color: #2a2a2a;
        }
        .feature-img {
            width: 100%;
            max-width: 900px;
            height: auto;
            border-radius: 16px;
            margin: 24px 0 20px;
            box-shadow: 0 8px 28px rgba(0, 0, 0, 0.08);
            display: block;
        }
        .insight-box {
            background: #f5efe4;
            border-left: 5px solid #d4a24e;
            padding: 18px 24px;
            border-radius: 0 12px 12px 0;
            margin: 24px 0;
            font-style: italic;
        }
        .insight-box strong {
            color: #b22222;
        }
        .stat-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
            gap: 16px;
            margin: 28px 0;
        }
        .stat-card {
            background: #faf7f0;
            padding: 18px 14px;
            border-radius: 12px;
            text-align: center;
            border: 1px solid #e8dcc8;
            transition: transform 0.2s, box-shadow 0.2s;
        }
        .stat-card:hover {
            transform: translateY(-4px);
            box-shadow: 0 6px 20px rgba(0, 0, 0, 0.06);
        }
        .stat-card i {
            font-size: 32px;
            color: #b22222;
            margin-bottom: 8px;
        }
        .stat-card h4 {
            margin: 4px 0 2px;
            font-size: 20px;
            color: #1e2a1e;
        }
        .stat-card p {
            font-size: 14px;
            color: #666;
            margin: 0;
        }
        .link-list {
            background: #fcf9f3;
            padding: 18px 22px;
            border-radius: 14px;
            border: 1px solid #e8dcc8;
            margin: 24px 0;
        }
        .link-list a {
            color: #b22222;
            text-decoration: none;
            font-weight: 500;
            border-bottom: 1px dotted #d4a24e;
        }
        .link-list a:hover {
            color: #6b2a2a;
            border-bottom-style: solid;
        }
        .faq-item {
            margin: 16px 0;
            padding: 14px 18px;
            background: #faf7f0;
            border-radius: 10px;
        }
        .faq-item strong {
            color: #2c3e2f;
            display: block;
            margin-bottom: 4px;
        }
        .search-section {
            background: linear-gradient(135deg, #f5efe4, #e8dcc8);
            padding: 28px 24px;
            border-radius: 18px;
            margin: 32px 0;
            display: flex;
            flex-wrap: wrap;
            gap: 16px;
            align-items: center;
            justify-content: center;
        }
        .search-section label {
            font-weight: 600;
            font-size: 18px;
            color: #2c3e2f;
        }
        .search-section input {
            flex: 1 1 260px;
            padding: 12px 20px;
            border: none;
            border-radius: 40px;
            font-size: 16px;
            outline: none;
            background: #fff;
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
        }
        .search-section button {
            background: #b22222;
            color: #fff;
            border: none;
            padding: 12px 32px;
            border-radius: 40px;
            font-size: 16px;
            font-weight: 600;
            cursor: pointer;
            transition: 0.2s;
            display: flex;
            align-items: center;
            gap: 8px;
        }
        .search-section button:hover {
            background: #8b1a1a;
            transform: scale(1.02);
        }
        .feedback-grid {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 24px;
            margin: 32px 0;
        }
        @media (max-width:700px) {
            .feedback-grid {
                grid-template-columns: 1fr;
            }
        }
        .card {
            background: #faf7f0;
            border-radius: 16px;
            padding: 24px;
            border: 1px solid #e8dcc8;
        }
        .card h3 {
            margin-top: 0;
            display: flex;
            align-items: center;
            gap: 10px;
        }
        .card textarea,
        .card input,
        .card select {
            width: 100%;
            padding: 10px 14px;
            border: 1px solid #d4c8b0;
            border-radius: 8px;
            font-size: 15px;
            margin: 8px 0 14px;
            background: #fff;
            outline: none;
        }
        .card textarea:focus,
        .card input:focus,
        .card select:focus {
            border-color: #b22222;
        }
        .card textarea {
            min-height: 80px;
            resize: vertical;
        }
        .card button {
            background: #2c3e2f;
            color: #fff;
            border: none;
            padding: 10px 28px;
            border-radius: 30px;
            font-size: 15px;
            font-weight: 600;
            cursor: pointer;
            transition: 0.2s;
            display: inline-flex;
            align-items: center;
            gap: 8px;
        }
        .card button:hover {
            background: #1e2a1e;
            transform: translateY(-2px);
        }
        .star-rating {
            display: flex;
            gap: 6px;
            font-size: 28px;
            color: #d4a24e;
            cursor: pointer;
            margin: 4px 0 12px;
        }
        .star-rating i {
            transition: 0.15s;
        }
        .star-rating i:hover,
        .star-rating i.active {
            color: #b22222;
            transform: scale(1.1);
        }
        .footer {
            margin-top: 48px;
            padding-top: 28px;
            border-top: 2px solid #e8dcc8;
        }
        .friend-link {
            display: flex;
            flex-wrap: wrap;
            gap: 12px 28px;
            background: #f5efe4;
            padding: 16px 22px;
            border-radius: 14px;
            margin-bottom: 18px;
            font-size: 15px;
        }
        .friend-link a {
            color: #2c3e2f;
            text-decoration: none;
            font-weight: 500;
            border-bottom: 1px dotted #d4a24e;
        }
        .friend-link a:hover {
            color: #b22222;
            border-bottom-style: solid;
        }
        .copyright {
            text-align: center;
            color: #777;
            font-size: 14px;
            padding: 12px 0 4px;
            letter-spacing: 0.3px;
        }
        .copyright strong {
            color: #2c3e2f;
        }
        @media (max-width: 780px) {
            .nav-toggle {
                display: block;
            }
            .navbar {
                display: none;
                width: 100%;
                flex-direction: column;
                align-items: flex-start;
                padding: 16px 0 8px;
                gap: 10px;
            }
            .navbar.open {
                display: flex;
            }
            .navbar a {
                font-size: 16px;
                padding: 6px 0;
            }
            .header {
                align-items: center;
            }
            h1 {
                font-size: 28px;
                padding-left: 12px;
            }
            h2 {
                font-size: 22px;
            }
            h3 {
                font-size: 19px;
            }
            .wrapper {
                padding: 12px 14px 30px;
            }
            .search-section {
                flex-direction: column;
                padding: 20px 16px;
            }
            .search-section input {
                width: 100%;
            }
        }
        @media (max-width: 480px) {
            .my-logo {
                font-size: 22px;
            }
            .stat-grid {
                grid-template-columns: 1fr 1fr;
            }
            .breadcrumb {
                font-size: 12px;
                padding: 6px 12px;
            }
        }
        .tag {
            display: inline-block;
            background: #e8dcc8;
            padding: 2px 14px;
            border-radius: 30px;
            font-size: 13px;
            font-weight: 600;
            color: #3d2b1a;
            margin-right: 6px;
        }
        .update-badge {
            display: inline-block;
            background: #b22222;
            color: #fff;
            padding: 4px 16px;
            border-radius: 30px;
            font-size: 13px;
            font-weight: 600;
            margin: 8px 0 16px;
        }
        a {
            color: #b22222;
        }
        a:hover {
            color: #6b2a2a;
        }
        .table-wrap {
            overflow-x: auto;
            margin: 24px 0;
        }
        table {
            width: 100%;
            border-collapse: collapse;
            background: #faf7f0;
            border-radius: 12px;
            overflow: hidden;
        }
        th {
            background: #2c3e2f;
            color: #fff;
            padding: 12px 16px;
            text-align: left;
        }
        td {
            padding: 10px 16px;
            border-bottom: 1px solid #e8dcc8;
        }
        tr:last-child td {
            border-bottom: none;
        }
        tr:hover td {
            background: #f5efe4;
        }
