        *,
        *::before,
        *::after {
            box-sizing: border-box;
            margin: 0;
            padding: 0;
        }
        html {
            scroll-behavior: smooth;
            font-size: 16px;
        }
        body {
            font-family: 'Georgia', 'Times New Roman', serif;
            background: #fafaf9;
            color: #1a1a1a;
            line-height: 1.7;
            padding: 0 16px;
            max-width: 1280px;
            margin: 0 auto;
        }
        img {
            max-width: 100%;
            height: auto;
            display: block;
            border-radius: 12px;
        }
        a {
            color: #1d4e89;
            text-decoration: none;
            transition: color 0.2s;
        }
        a:hover {
            color: #c94b2b;
            text-decoration: underline;
        }
        h1 {
            font-size: 2.6rem;
            font-weight: 700;
            color: #0d2b45;
            margin: 1.2rem 0 0.6rem;
            line-height: 1.2;
            letter-spacing: -0.01em;
        }
        h2 {
            font-size: 2.0rem;
            font-weight: 600;
            color: #153e5c;
            margin: 2.8rem 0 0.8rem;
            padding-bottom: 0.3rem;
            border-bottom: 2px solid #e8d5b7;
            line-height: 1.3;
        }
        h3 {
            font-size: 1.5rem;
            font-weight: 600;
            color: #1d4e63;
            margin: 1.8rem 0 0.6rem;
            line-height: 1.3;
        }
        h4 {
            font-size: 1.2rem;
            font-weight: 600;
            color: #2a5f6e;
            margin: 1.2rem 0 0.4rem;
            line-height: 1.4;
        }
        p {
            margin: 0 0 1.2rem 0;
            font-size: 1.0625rem;
            color: #2c2c2c;
        }
        .lead {
            font-size: 1.25rem;
            color: #3a3a3a;
            font-weight: 400;
            line-height: 1.8;
        }
        small,
        .meta {
            font-size: 0.9rem;
            color: #6b6b6b;
        }
        .last-updated {
            display: inline-block;
            background: #ede8e0;
            padding: 0.2rem 1rem;
            border-radius: 20px;
            font-size: 0.85rem;
            color: #4a4a4a;
            margin-bottom: 1rem;
        }
        .site-header {
            padding: 1.2rem 0 0.6rem;
            border-bottom: 1px solid #ddd;
            margin-bottom: 1.2rem;
        }
        .header-row {
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            justify-content: space-between;
            gap: 0.8rem;
        }
        .my-logo {
            font-size: 2.0rem;
            font-weight: 700;
            font-family: 'Arial Black', 'Impact', sans-serif;
            color: #0d2b45;
            letter-spacing: -0.5px;
            text-transform: uppercase;
            background: linear-gradient(145deg, #153e5c, #0d2b45);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            transition: transform 0.2s;
            display: inline-block;
        }
        .my-logo:hover {
            transform: scale(1.02);
        }
        .my-logo i {
            -webkit-text-fill-color: #c94b2b;
            color: #c94b2b;
            margin-right: 0.3rem;
        }
        .my-logo span {
            font-weight: 300;
            font-size: 0.9rem;
            -webkit-text-fill-color: #6b6b6b;
            color: #6b6b6b;
            display: block;
            font-family: 'Georgia', serif;
            letter-spacing: 0.3px;
            text-transform: none;
        }
        .nav-bar {
            display: flex;
            align-items: center;
            gap: 0.4rem;
            flex-wrap: wrap;
        }
        .nav-bar a {
            padding: 0.4rem 0.9rem;
            font-size: 0.95rem;
            font-weight: 500;
            color: #1d4e89;
            border-radius: 6px;
            transition: background 0.2s, color 0.2s;
            font-family: 'Segoe UI', Arial, sans-serif;
        }
        .nav-bar a:hover {
            background: #e8d5b7;
            color: #0d2b45;
            text-decoration: none;
        }
        .nav-bar a.active {
            background: #0d2b45;
            color: #fff;
        }
        .hamburger {
            display: none;
            font-size: 1.8rem;
            background: none;
            border: none;
            color: #0d2b45;
            cursor: pointer;
            padding: 0.2rem 0.5rem;
            border-radius: 6px;
            transition: background 0.2s;
        }
        .hamburger:hover {
            background: #ede8e0;
        }
        #nav-toggle {
            display: none;
        }
        .breadcrumb {
            padding: 0.6rem 0 0.2rem;
            font-size: 0.85rem;
            color: #6b6b6b;
            display: flex;
            flex-wrap: wrap;
            gap: 0.3rem 0.6rem;
            font-family: 'Segoe UI', Arial, sans-serif;
        }
        .breadcrumb a {
            color: #1d4e89;
        }
        .breadcrumb a:hover {
            color: #c94b2b;
        }
        .breadcrumb .sep {
            color: #bbb;
        }
        .hero {
            background: linear-gradient(135deg, #f7f3ed 0%, #ede8e0 100%);
            padding: 2rem 2rem 1.8rem;
            border-radius: 20px;
            margin: 1rem 0 2rem;
            border-left: 6px solid #c94b2b;
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
        }
        .hero p {
            font-size: 1.2rem;
            max-width: 800px;
        }
        .featured-image {
            margin: 2rem 0 2.5rem;
            border-radius: 16px;
            overflow: hidden;
            box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
        }
        .featured-image img {
            width: 100%;
            max-height: 480px;
            object-fit: cover;
        }
        .featured-image figcaption {
            padding: 0.6rem 1rem;
            background: #f1ede7;
            font-size: 0.9rem;
            color: #4a4a4a;
            font-style: italic;
        }
        .section-card {
            background: #ffffff;
            border-radius: 16px;
            padding: 1.8rem 2rem;
            margin: 2rem 0;
            box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
            border: 1px solid #eee;
        }
        .section-card h2 {
            margin-top: 0;
            border-bottom-color: #d4c5b0;
        }
        .link-grid {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
            gap: 0.6rem 1.2rem;
            padding: 0.6rem 0;
        }
        .link-grid a {
            padding: 0.3rem 0;
            font-size: 0.95rem;
            border-bottom: 1px dotted #ddd;
            display: block;
        }
        .link-grid a:hover {
            border-bottom-color: #c94b2b;
        }
        .form-group {
            margin-bottom: 1rem;
        }
        .form-group label {
            display: block;
            font-weight: 600;
            font-size: 0.95rem;
            color: #2c2c2c;
            margin-bottom: 0.2rem;
            font-family: 'Segoe UI', Arial, sans-serif;
        }
        .form-group input,
        .form-group textarea,
        .form-group select {
            width: 100%;
            padding: 0.7rem 1rem;
            border: 1px solid #ccc;
            border-radius: 8px;
            font-size: 1rem;
            font-family: 'Segoe UI', Arial, sans-serif;
            background: #fff;
            transition: border 0.2s, box-shadow 0.2s;
        }
        .form-group input:focus,
        .form-group textarea:focus,
        .form-group select:focus {
            border-color: #1d4e89;
            box-shadow: 0 0 0 3px rgba(29, 78, 137, 0.12);
            outline: none;
        }
        .form-group textarea {
            min-height: 100px;
            resize: vertical;
        }
        .btn {
            display: inline-block;
            padding: 0.7rem 2rem;
            border: none;
            border-radius: 30px;
            font-size: 1rem;
            font-weight: 600;
            cursor: pointer;
            transition: background 0.2s, transform 0.1s;
            font-family: 'Segoe UI', Arial, sans-serif;
            background: #0d2b45;
            color: #fff;
        }
        .btn:hover {
            background: #153e5c;
            transform: translateY(-1px);
        }
        .btn-secondary {
            background: #c94b2b;
        }
        .btn-secondary:hover {
            background: #b33e22;
        }
        .btn-outline {
            background: transparent;
            border: 2px solid #0d2b45;
            color: #0d2b45;
        }
        .btn-outline:hover {
            background: #0d2b45;
            color: #fff;
        }
        .star-rating {
            display: flex;
            gap: 0.3rem;
            font-size: 1.8rem;
            cursor: pointer;
            color: #ccc;
            transition: color 0.15s;
        }
        .star-rating i {
            transition: color 0.15s, transform 0.1s;
        }
        .star-rating i:hover,
        .star-rating i.active {
            color: #f5b342;
            transform: scale(1.1);
        }
        .star-rating i.selected {
            color: #f5b342;
        }
        .comment-list {
            margin: 1.2rem 0;
        }
        .comment-item {
            padding: 1rem 0;
            border-bottom: 1px solid #eee;
        }
        .comment-item:last-child {
            border-bottom: none;
        }
        .comment-author {
            font-weight: 600;
            color: #0d2b45;
        }
        .comment-date {
            font-size: 0.8rem;
            color: #888;
            margin-left: 0.8rem;
        }
        .comment-body {
            margin-top: 0.3rem;
            color: #2c2c2c;
        }
        .site-footer {
            margin-top: 4rem;
            padding: 2.5rem 0 1.5rem;
            border-top: 2px solid #e8d5b7;
            font-size: 0.95rem;
            color: #4a4a4a;
        }
        .footer-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
            gap: 1.5rem 2rem;
            margin-bottom: 2rem;
        }
        .footer-grid h4 {
            font-size: 1.1rem;
            margin-bottom: 0.6rem;
            color: #0d2b45;
        }
        .footer-grid a {
            display: block;
            padding: 0.15rem 0;
            font-size: 0.9rem;
        }
        friend-link {
            display: block;
            padding: 0.8rem 0;
        }
        friend-link a {
            display: inline-block;
            margin-right: 1.2rem;
            padding: 0.2rem 0;
        }
        .copyright {
            text-align: center;
            padding-top: 1.5rem;
            border-top: 1px solid #ddd;
            font-size: 0.85rem;
            color: #888;
        }
        @media (max-width: 768px) {
            body {
                padding: 0 12px;
            }
            h1 {
                font-size: 1.9rem;
            }
            h2 {
                font-size: 1.5rem;
            }
            h3 {
                font-size: 1.25rem;
            }
            .hero {
                padding: 1.4rem 1.2rem;
            }
            .hero p {
                font-size: 1rem;
            }
            .section-card {
                padding: 1.2rem 1rem;
            }
            .header-row {
                flex-wrap: wrap;
            }
            .my-logo {
                font-size: 1.6rem;
            }
            .hamburger {
                display: block;
            }
            .nav-bar {
                display: none;
                width: 100%;
                flex-direction: column;
                align-items: stretch;
                padding: 0.6rem 0 0.2rem;
                background: #fafaf9;
                border-radius: 12px;
            }
            .nav-bar a {
                padding: 0.6rem 1rem;
                border-bottom: 1px solid #eee;
            }
            #nav-toggle:checked~.nav-bar {
                display: flex;
            }
            .link-grid {
                grid-template-columns: 1fr 1fr;
            }
            .footer-grid {
                grid-template-columns: 1fr 1fr;
            }
        }
        @media (max-width: 480px) {
            .link-grid {
                grid-template-columns: 1fr;
            }
            .footer-grid {
                grid-template-columns: 1fr;
            }
            .star-rating {
                font-size: 1.4rem;
            }
        }
        .flex-between {
            display: flex;
            justify-content: space-between;
            align-items: center;
            flex-wrap: wrap;
            gap: 0.6rem;
        }
        .mt-2 {
            margin-top: 1.2rem;
        }
        .mb-1 {
            margin-bottom: 0.6rem;
        }
        .gap-1 {
            gap: 0.6rem;
        }
        .text-center {
            text-align: center;
        }
        .emoji-lg {
            font-size: 1.8rem;
            line-height: 1;
        }
        .schema-hidden {
            display: none;
        }
