* {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }
        body {
            font-family: 'Segoe UI', Roboto, Arial, sans-serif;
            background: #f8f6f2;
            color: #1e2a2f;
            line-height: 1.7;
            font-size: 17px;
            padding: 0 16px;
        }
        .container {
            max-width: 1200px;
            margin: 0 auto;
            background: #ffffff;
            box-shadow: 0 0 40px rgba(0, 0, 0, 0.05);
            border-radius: 28px 28px 0 0;
            padding: 24px 28px 40px;
        }
        a {
            color: #c44536;
            text-decoration: none;
            transition: 0.2s;
        }
        a:hover {
            color: #8e2a1e;
            text-decoration: underline;
        }
        img {
            max-width: 100%;
            height: auto;
            border-radius: 16px;
        }
        .header {
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            justify-content: space-between;
            padding: 12px 0 16px;
            border-bottom: 2px solid #e8e2d8;
            position: relative;
        }
        .my-logo {
            font-size: 28px;
            font-weight: 800;
            letter-spacing: -0.5px;
            color: #1e3d42;
            background: linear-gradient(135deg, #1e3d42, #2b6b6b);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            display: inline-block;
        }
        .my-logo i {
            -webkit-text-fill-color: #c44536;
            margin-right: 6px;
            font-size: 30px;
        }
        .my-logo:hover {
            opacity: 0.85;
            text-decoration: none;
        }
        .nav-wrapper {
            display: flex;
            align-items: center;
            gap: 12px;
        }
        .nav-list {
            display: flex;
            list-style: none;
            gap: 6px 18px;
            flex-wrap: wrap;
        }
        .nav-list li a {
            font-weight: 600;
            font-size: 15px;
            padding: 6px 10px;
            border-radius: 40px;
            background: transparent;
            transition: 0.2s;
        }
        .nav-list li a:hover {
            background: #e8e2d8;
            text-decoration: none;
        }
        .hamburger {
            display: none;
            background: none;
            border: none;
            font-size: 28px;
            color: #1e3d42;
            cursor: pointer;
            padding: 4px 8px;
        }
        .nav-toggle {
            display: none;
        }
        .nav-toggle:checked+.nav-list {
            display: flex;
            flex-direction: column;
            position: absolute;
            top: 70px;
            right: 0;
            background: #ffffff;
            box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
            border-radius: 20px;
            padding: 20px 24px;
            width: 240px;
            z-index: 99;
            border: 1px solid #e8e2d8;
        }
        .nav-toggle:checked+.nav-list li {
            padding: 6px 0;
        }
        .breadcrumb {
            display: flex;
            flex-wrap: wrap;
            list-style: none;
            font-size: 14px;
            color: #6a7a7a;
            padding: 14px 0 10px;
            gap: 6px;
        }
        .breadcrumb li+li::before {
            content: "›";
            padding: 0 10px;
            color: #b8b0a4;
            font-weight: 700;
        }
        .breadcrumb a {
            color: #6a7a7a;
        }
        .breadcrumb a:hover {
            color: #c44536;
        }
        .breadcrumb .active {
            color: #1e3d42;
            font-weight: 600;
        }
        .search-block {
            background: #f1ede7;
            border-radius: 60px;
            padding: 10px 20px 10px 28px;
            display: flex;
            align-items: center;
            gap: 12px;
            max-width: 460px;
            margin: 16px 0 20px;
        }
        .search-block input {
            flex: 1;
            border: none;
            background: transparent;
            font-size: 16px;
            outline: none;
            padding: 8px 0;
            font-family: inherit;
            color: #1e2a2f;
        }
        .search-block button {
            background: #c44536;
            border: none;
            color: #fff;
            font-size: 18px;
            width: 44px;
            height: 44px;
            border-radius: 50%;
            cursor: pointer;
            transition: 0.2s;
            display: flex;
            align-items: center;
            justify-content: center;
        }
        .search-block button:hover {
            background: #8e2a1e;
            transform: scale(1.04);
        }
        h1 {
            font-size: 42px;
            font-weight: 800;
            line-height: 1.2;
            color: #1e3d42;
            margin: 20px 0 12px;
            letter-spacing: -0.8px;
        }
        h2 {
            font-size: 30px;
            font-weight: 700;
            margin: 48px 0 16px;
            color: #1e3d42;
            border-left: 6px solid #c44536;
            padding-left: 20px;
        }
        h3 {
            font-size: 24px;
            font-weight: 600;
            margin: 32px 0 12px;
            color: #2b4f52;
        }
        h4 {
            font-size: 20px;
            font-weight: 600;
            margin: 24px 0 10px;
            color: #3a6366;
        }
        p {
            margin-bottom: 18px;
        }
        .last-updated {
            font-size: 14px;
            color: #7a8a8a;
            margin-bottom: 24px;
            display: block;
            border-bottom: 1px solid #ede8e0;
            padding-bottom: 14px;
        }
        .highlight {
            background: #fdf6ec;
            padding: 2px 8px;
            border-radius: 6px;
            font-weight: 600;
        }
        .emoji-big {
            font-size: 28px;
            margin-right: 8px;
        }
        .btn {
            display: inline-block;
            background: #c44536;
            color: #fff;
            padding: 10px 28px;
            border-radius: 60px;
            font-weight: 600;
            border: none;
            cursor: pointer;
            transition: 0.2s;
            font-size: 15px;
        }
        .btn:hover {
            background: #8e2a1e;
            transform: translateY(-2px);
            text-decoration: none;
            color: #fff;
        }
        .data-table {
            width: 100%;
            border-collapse: collapse;
            margin: 24px 0 32px;
            font-size: 15px;
            background: #faf8f5;
            border-radius: 16px;
            overflow: hidden;
        }
        .data-table th {
            background: #1e3d42;
            color: #fff;
            font-weight: 600;
            padding: 14px 18px;
            text-align: left;
        }
        .data-table td {
            padding: 12px 18px;
            border-bottom: 1px solid #e8e2d8;
        }
        .data-table tr:last-child td {
            border-bottom: none;
        }
        .data-table tr:hover td {
            background: #f1ede7;
        }
        .interview-box {
            background: #f4f0ea;
            border-radius: 20px;
            padding: 28px 32px;
            margin: 28px 0;
            border-left: 6px solid #c44536;
        }
        .interview-box cite {
            display: block;
            margin-top: 12px;
            font-style: normal;
            font-weight: 600;
            color: #1e3d42;
        }
        .stats-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
            gap: 20px;
            margin: 24px 0 32px;
        }
        .stat-card {
            background: #f1ede7;
            border-radius: 18px;
            padding: 24px 18px;
            text-align: center;
        }
        .stat-card .num {
            font-size: 38px;
            font-weight: 800;
            color: #c44536;
            display: block;
        }
        .stat-card .label {
            font-size: 15px;
            color: #2b4f52;
            margin-top: 4px;
        }
        .feedback-section {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 30px;
            margin: 40px 0 20px;
            padding: 30px 0;
            border-top: 2px solid #e8e2d8;
        }
        .feedback-card {
            background: #faf8f5;
            border-radius: 20px;
            padding: 24px 28px;
            border: 1px solid #e8e2d8;
        }
        .feedback-card h3 {
            margin-top: 0;
            font-size: 22px;
        }
        .feedback-card form {
            display: flex;
            flex-direction: column;
            gap: 14px;
            margin-top: 10px;
        }
        .feedback-card input,
        .feedback-card textarea,
        .feedback-card select {
            padding: 12px 16px;
            border: 1px solid #d6cec2;
            border-radius: 40px;
            font-size: 15px;
            font-family: inherit;
            background: #fff;
            outline: none;
            transition: 0.2s;
        }
        .feedback-card textarea {
            border-radius: 20px;
            min-height: 90px;
            resize: vertical;
        }
        .feedback-card input:focus,
        .feedback-card textarea:focus,
        .feedback-card select:focus {
            border-color: #c44536;
            box-shadow: 0 0 0 3px rgba(196, 69, 54, 0.12);
        }
        .feedback-card .star-select {
            display: flex;
            gap: 6px;
            font-size: 28px;
            color: #d6cec2;
            cursor: pointer;
            flex-direction: row-reverse;
            justify-content: flex-end;
        }
        .feedback-card .star-select input {
            display: none;
        }
        .feedback-card .star-select label {
            cursor: pointer;
            transition: 0.15s;
        }
        .feedback-card .star-select label:hover,
        .feedback-card .star-select label:hover~label,
        .feedback-card .star-select input:checked~label {
            color: #f5b342;
        }
        .feedback-card .btn {
            align-self: flex-start;
        }
        friend-link {
            display: block;
            margin: 36px 0 16px;
            padding: 20px 0;
            border-top: 2px solid #e8e2d8;
            border-bottom: 2px solid #e8e2d8;
            font-size: 15px;
        }
        friend-link a {
            display: inline-block;
            margin: 4px 16px 4px 0;
            padding: 6px 14px;
            background: #f1ede7;
            border-radius: 40px;
            font-weight: 500;
        }
        friend-link a:hover {
            background: #e0d8ce;
            text-decoration: none;
        }
        .footer {
            padding: 28px 0 12px;
            text-align: center;
            font-size: 14px;
            color: #6a7a7a;
            border-top: 2px solid #e8e2d8;
            margin-top: 20px;
        }
        .footer .copyright {
            margin-top: 10px;
            font-weight: 400;
        }
        @media (max-width: 820px) {
            .container {
                padding: 16px 14px 30px;
                border-radius: 20px 20px 0 0;
            }
            h1 {
                font-size: 32px;
            }
            h2 {
                font-size: 26px;
            }
            h3 {
                font-size: 21px;
            }
            .header {
                flex-wrap: wrap;
            }
            .hamburger {
                display: block;
            }
            .nav-list {
                display: none;
                width: 100%;
            }
            .nav-list.show {
                display: flex;
                flex-direction: column;
                background: #fff;
                padding: 16px 0;
            }
            .feedback-section {
                grid-template-columns: 1fr;
            }
            .search-block {
                max-width: 100%;
            }
            .data-table {
                font-size: 14px;
            }
            .data-table th,
            .data-table td {
                padding: 10px 12px;
            }
        }
        @media (max-width: 480px) {
            body {
                padding: 0 8px;
            }
            .container {
                padding: 12px 10px 24px;
            }
            h1 {
                font-size: 26px;
            }
            h2 {
                font-size: 22px;
                padding-left: 14px;
            }
            h3 {
                font-size: 18px;
            }
            .my-logo {
                font-size: 22px;
            }
            .stat-card .num {
                font-size: 30px;
            }
            .interview-box {
                padding: 18px 16px;
            }
            .feedback-card {
                padding: 18px 16px;
            }
        }
