        *,
        *::before,
        *::after {
            box-sizing: border-box;
            margin: 0;
            padding: 0;
        }
        html {
            scroll-behavior: smooth;
            font-size: 16px;
        }
        body {
            font-family: 'Segoe UI', Roboto, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
            background: #faf6f0;
            color: #1e2a41;
            line-height: 1.7;
            padding: 0 1rem;
        }
        img {
            max-width: 100%;
            height: auto;
            display: block;
        }
        a {
            color: #c7512a;
            text-decoration: none;
            transition: color 0.2s;
        }
        a:hover,
        a:focus {
            color: #9a3d1f;
            text-decoration: underline;
        }
        ul,
        ol {
            padding-left: 1.4rem;
            margin: 0.8rem 0;
        }
        li {
            margin-bottom: 0.3rem;
        }
        .container {
            max-width: 1160px;
            margin: 0 auto;
            padding: 0 0.75rem;
        }
        .site-header {
            background: linear-gradient(135deg, #0f2b4a 0%, #1a4a6e 100%);
            color: #fff;
            padding: 0.8rem 0;
            border-radius: 0 0 18px 18px;
            box-shadow: 0 6px 24px rgba(0, 0, 0, 0.13);
            position: relative;
            z-index: 10;
        }
        .header-inner {
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            justify-content: space-between;
            gap: 0.6rem 1rem;
        }
        .my-logo {
            font-size: 1.6rem;
            font-weight: 800;
            letter-spacing: -0.5px;
            color: #f6c96e;
            text-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
            display: inline-flex;
            align-items: center;
            gap: 0.3rem;
        }
        .my-logo i {
            font-size: 1.8rem;
            color: #f6a347;
        }
        .my-logo:hover {
            color: #ffd98c;
            text-decoration: none;
        }
        .my-logo small {
            font-size: 0.7rem;
            font-weight: 400;
            color: #b8d0e3;
            letter-spacing: 0.3px;
            margin-left: 0.2rem;
        }
        .main-nav {
            display: flex;
            align-items: center;
            gap: 0.4rem 0.8rem;
            flex-wrap: wrap;
        }
        .main-nav a {
            color: #e6edf5;
            font-weight: 500;
            font-size: 0.92rem;
            padding: 0.4rem 0.7rem;
            border-radius: 30px;
            transition: background 0.2s, color 0.2s;
        }
        .main-nav a:hover,
        .main-nav a:focus {
            background: rgba(255, 255, 255, 0.15);
            color: #f6c96e;
            text-decoration: none;
        }
        .main-nav .nav-cta {
            background: #f6a347;
            color: #0f2b4a;
            font-weight: 700;
        }
        .main-nav .nav-cta:hover {
            background: #f8b86a;
            color: #0f2b4a;
        }
        .hamburger {
            display: none;
            background: none;
            border: none;
            font-size: 1.8rem;
            color: #fff;
            cursor: pointer;
            padding: 0.2rem 0.4rem;
            transition: transform 0.2s;
        }
        .hamburger:active {
            transform: scale(0.92);
        }
        .breadcrumb {
            background: #f0ebe4;
            padding: 0.5rem 1rem;
            border-radius: 40px;
            font-size: 0.85rem;
            margin: 1rem 0 0.5rem 0;
            display: flex;
            flex-wrap: wrap;
            gap: 0.3rem 0.6rem;
            color: #4a5b6e;
        }
        .breadcrumb a {
            color: #c7512a;
        }
        .breadcrumb span {
            color: #7a8a9e;
        }
        .content {
            background: #fff;
            border-radius: 24px;
            padding: 2rem 1.8rem;
            margin: 1.2rem 0 2rem 0;
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
        }
        h1 {
            font-size: 2.2rem;
            font-weight: 800;
            line-height: 1.25;
            color: #0f2b4a;
            margin-bottom: 0.5rem;
            border-left: 6px solid #f6a347;
            padding-left: 1rem;
        }
        h2 {
            font-size: 1.6rem;
            font-weight: 700;
            color: #1a4a6e;
            margin: 2.2rem 0 0.8rem 0;
            padding-bottom: 0.3rem;
            border-bottom: 3px solid #f0cd9e;
        }
        h3 {
            font-size: 1.25rem;
            font-weight: 600;
            color: #2b5f85;
            margin: 1.6rem 0 0.6rem 0;
        }
        h4 {
            font-size: 1.05rem;
            font-weight: 600;
            color: #3d4f66;
            margin: 1.2rem 0 0.4rem 0;
        }
        p {
            margin: 0 0 1rem 0;
        }
        .last-update {
            display: inline-block;
            background: #f0ebe4;
            padding: 0.3rem 1rem;
            border-radius: 30px;
            font-size: 0.85rem;
            color: #4a5b6e;
            margin-bottom: 1.2rem;
        }
        .feature-img {
            border-radius: 18px;
            margin: 1.5rem 0;
            box-shadow: 0 8px 28px rgba(0, 0, 0, 0.08);
            width: 100%;
            max-height: 480px;
            object-fit: cover;
        }
        .highlight-box {
            background: #faf1e6;
            border-left: 6px solid #f6a347;
            padding: 1rem 1.4rem;
            border-radius: 12px;
            margin: 1.2rem 0;
        }
        .stat-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
            gap: 1rem;
            margin: 1.5rem 0;
        }
        .stat-card {
            background: #f6f2ec;
            padding: 1rem 0.8rem;
            border-radius: 16px;
            text-align: center;
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
        }
        .stat-card .num {
            font-size: 1.8rem;
            font-weight: 800;
            color: #c7512a;
        }
        .stat-card .label {
            font-size: 0.85rem;
            color: #4a5b6e;
        }
        .interview-block {
            background: #edf3f8;
            border-radius: 18px;
            padding: 1.2rem 1.5rem;
            margin: 1.8rem 0;
            font-style: italic;
            border: 1px solid #d4e0ea;
        }
        .interview-block strong {
            color: #0f2b4a;
        }
        .btn {
            display: inline-block;
            background: #c7512a;
            color: #fff;
            padding: 0.6rem 1.6rem;
            border-radius: 40px;
            font-weight: 600;
            transition: background 0.25s, transform 0.15s;
            border: none;
            cursor: pointer;
            font-size: 0.95rem;
        }
        .btn:hover {
            background: #9a3d1f;
            text-decoration: none;
            color: #fff;
            transform: translateY(-2px);
        }
        .btn-secondary {
            background: #1a4a6e;
        }
        .btn-secondary:hover {
            background: #0f2b4a;
        }
        .form-section {
            background: #f8f5f1;
            border-radius: 20px;
            padding: 1.6rem 1.8rem;
            margin: 2.2rem 0;
            border: 1px solid #e8dfd6;
        }
        .form-section h3 {
            margin-top: 0;
        }
        .form-group {
            margin-bottom: 1rem;
        }
        .form-group label {
            display: block;
            font-weight: 600;
            font-size: 0.9rem;
            color: #1e2a41;
            margin-bottom: 0.25rem;
        }
        .form-group input,
        .form-group textarea,
        .form-group select {
            width: 100%;
            padding: 0.7rem 1rem;
            border: 1px solid #d0c9c1;
            border-radius: 40px;
            font-size: 0.95rem;
            background: #fff;
            transition: border 0.2s;
        }
        .form-group textarea {
            border-radius: 18px;
            min-height: 90px;
            resize: vertical;
        }
        .form-group input:focus,
        .form-group textarea:focus,
        .form-group select:focus {
            outline: none;
            border-color: #c7512a;
            box-shadow: 0 0 0 3px rgba(199, 81, 42, 0.12);
        }
        .form-row {
            display: flex;
            flex-wrap: wrap;
            gap: 0.8rem;
            align-items: center;
        }
        .star-rating {
            display: flex;
            gap: 0.4rem;
            font-size: 1.8rem;
            color: #d0c9c1;
            cursor: pointer;
            direction: rtl;
        }
        .star-rating i {
            transition: color 0.15s, transform 0.1s;
        }
        .star-rating i:hover,
        .star-rating i:hover~i {
            color: #f6a347;
            transform: scale(1.05);
        }
        .star-rating input {
            display: none;
        }
        .star-rating input:checked~i {
            color: #f6a347;
        }
        .link-list-inline {
            display: flex;
            flex-wrap: wrap;
            gap: 0.4rem 1rem;
            margin: 0.8rem 0;
            padding: 0.6rem 0;
            border-top: 1px solid #eee;
            border-bottom: 1px solid #eee;
        }
        .link-list-inline a {
            font-weight: 500;
            font-size: 0.92rem;
        }
        .site-footer {
            background: #0f2b4a;
            color: #cfdce8;
            padding: 1.6rem 0 1rem 0;
            border-radius: 24px 24px 0 0;
            margin-top: 2.5rem;
        }
        .site-footer .footer-inner {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            gap: 1.5rem 2rem;
        }
        .site-footer friend-link {
            display: flex;
            flex-wrap: wrap;
            gap: 0.6rem 1.2rem;
            font-style: normal;
            font-weight: 500;
        }
        .site-footer friend-link a {
            color: #f0cd9e;
        }
        .site-footer friend-link a:hover {
            color: #f6c96e;
        }
        .copyright {
            font-size: 0.85rem;
            color: #8fa8bf;
            margin-top: 0.6rem;
            border-top: 1px solid #1f4a6a;
            padding-top: 0.8rem;
            text-align: center;
            width: 100%;
        }
        @media (max-width: 820px) {
            .hamburger {
                display: block;
            }
            .main-nav {
                display: none;
                width: 100%;
                flex-direction: column;
                align-items: flex-start;
                padding: 0.8rem 0 0.2rem 0;
                gap: 0.2rem;
            }
            .main-nav.open {
                display: flex;
            }
            .main-nav a {
                width: 100%;
                padding: 0.6rem 0.8rem;
                border-radius: 12px;
            }
            .header-inner {
                align-items: center;
            }
            h1 {
                font-size: 1.6rem;
                padding-left: 0.7rem;
            }
            h2 {
                font-size: 1.3rem;
            }
            h3 {
                font-size: 1.1rem;
            }
            .content {
                padding: 1.2rem 0.8rem;
            }
            .stat-grid {
                grid-template-columns: repeat(2, 1fr);
            }
            .form-section {
                padding: 1rem 0.8rem;
            }
            .site-footer .footer-inner {
                flex-direction: column;
                gap: 0.8rem;
            }
        }
        @media (max-width: 480px) {
            body {
                padding: 0 0.4rem;
            }
            .my-logo {
                font-size: 1.2rem;
            }
            .my-logo i {
                font-size: 1.3rem;
            }
            h1 {
                font-size: 1.3rem;
            }
            .stat-grid {
                grid-template-columns: 1fr 1fr;
                gap: 0.6rem;
            }
            .stat-card .num {
                font-size: 1.4rem;
            }
            .breadcrumb {
                font-size: 0.75rem;
                padding: 0.3rem 0.8rem;
            }
            .btn {
                padding: 0.5rem 1.2rem;
                font-size: 0.85rem;
            }
        }
        .text-center {
            text-align: center;
        }
        .mt-1 {
            margin-top: 1rem;
        }
        .mb-1 {
            margin-bottom: 1rem;
        }
        .flex-wrap {
            display: flex;
            flex-wrap: wrap;
            gap: 1rem;
            align-items: center;
        }
