        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }
        html {
            scroll-behavior: smooth;
        }
        body {
            font-family: system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
            background: #faf7f2;
            color: #1e1e2a;
            line-height: 1.7;
            font-size: 1.05rem;
        }
        img {
            max-width: 100%;
            height: auto;
            display: block;
            border-radius: 14px;
        }
        a {
            color: #b53b1f;
            text-decoration: underline;
            text-underline-offset: 2px;
            transition: color 0.2s;
        }
        a:hover {
            color: #7a2814;
        }
        h1,
        h2,
        h3,
        h4 {
            font-weight: 700;
            line-height: 1.25;
            letter-spacing: -0.01em;
            color: #1a1a2e;
        }
        h1 {
            font-size: 2.4rem;
            margin-bottom: 1rem;
        }
        h2 {
            font-size: 1.8rem;
            margin-top: 2.8rem;
            margin-bottom: 0.75rem;
            border-left: 5px solid #c0392b;
            padding-left: 1rem;
        }
        h3 {
            font-size: 1.35rem;
            margin-top: 1.8rem;
            margin-bottom: 0.5rem;
        }
        h4 {
            font-size: 1.1rem;
            margin-top: 1.2rem;
            margin-bottom: 0.3rem;
            font-weight: 600;
        }
        p {
            margin-bottom: 1.2rem;
        }
        .container {
            max-width: 1120px;
            margin: 0 auto;
            padding: 0 20px;
        }
        .site-header {
            background: linear-gradient(145deg, #1c2b36, #0f1a22);
            color: #fff;
            padding: 0 0 1px 0;
            position: sticky;
            top: 0;
            z-index: 100;
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
        }
        .header-inner {
            display: flex;
            align-items: center;
            justify-content: space-between;
            flex-wrap: wrap;
            padding: 14px 20px;
            max-width: 1120px;
            margin: 0 auto;
        }
        .my-logo {
            font-size: 1.8rem;
            font-weight: 800;
            color: #f5d76e;
            text-decoration: none;
            letter-spacing: -0.02em;
            background: rgba(255, 255, 255, 0.06);
            padding: 6px 18px;
            border-radius: 40px;
            border: 1px solid rgba(245, 215, 110, 0.25);
            transition: 0.25s;
        }
        .my-logo:hover {
            background: rgba(245, 215, 110, 0.15);
            border-color: #f5d76e;
            color: #f9e58b;
        }
        .my-logo span {
            font-weight: 300;
            color: #c3d5df;
        }
        .nav-toggle {
            display: none;
            background: none;
            border: none;
            color: #f5d76e;
            font-size: 1.7rem;
            cursor: pointer;
            padding: 6px 12px;
            border-radius: 8px;
            transition: 0.2s;
        }
        .nav-toggle:hover {
            background: rgba(255, 255, 255, 0.08);
        }
        .nav-menu {
            display: flex;
            gap: 8px;
            flex-wrap: wrap;
            align-items: center;
        }
        .nav-menu a {
            color: #e6edf0;
            text-decoration: none;
            padding: 8px 16px;
            border-radius: 30px;
            font-size: 0.92rem;
            font-weight: 500;
            transition: 0.2s;
            white-space: nowrap;
        }
        .nav-menu a:hover {
            background: rgba(255, 255, 255, 0.12);
            color: #f5d76e;
        }
        .breadcrumb {
            background: #f0ebe4;
            padding: 10px 20px;
            font-size: 0.85rem;
            border-bottom: 1px solid #e0d8cf;
        }
        .breadcrumb ol {
            list-style: none;
            display: flex;
            flex-wrap: wrap;
            gap: 6px 12px;
            max-width: 1120px;
            margin: 0 auto;
        }
        .breadcrumb li+li::before {
            content: "›";
            margin-right: 10px;
            color: #9a8a7a;
        }
        .breadcrumb a {
            color: #7a5a3a;
            text-decoration: none;
        }
        .breadcrumb a:hover {
            text-decoration: underline;
        }
        .breadcrumb .active {
            color: #3d2c1e;
            font-weight: 600;
        }
        .hero {
            background: linear-gradient(135deg, #1f3a3f, #2a4a4f);
            color: #fff;
            padding: 2.8rem 20px;
            text-align: center;
            border-radius: 0 0 40px 40px;
            margin-bottom: 2.5rem;
        }
        .hero h1 {
            color: #f5d76e;
            font-size: 2.6rem;
            max-width: 800px;
            margin: 0 auto 0.8rem;
        }
        .hero p {
            font-size: 1.15rem;
            max-width: 700px;
            margin: 0 auto;
            color: #dce8ed;
        }
        .hero .meta {
            margin-top: 1.2rem;
            font-size: 0.9rem;
            color: #bcd0d6;
            display: flex;
            justify-content: center;
            gap: 20px;
            flex-wrap: wrap;
        }
        .featured-image {
            margin: 2rem 0 2.5rem;
            border-radius: 18px;
            overflow: hidden;
            box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
            background: #e8e2d8;
            text-align: center;
        }
        .featured-image img {
            width: 100%;
            max-height: 420px;
            object-fit: cover;
        }
        .featured-image .caption {
            padding: 10px 16px;
            font-size: 0.85rem;
            color: #4d3c2c;
            background: #f5f0ea;
            font-style: italic;
        }
        .form-card {
            background: #fff;
            border-radius: 20px;
            padding: 28px 30px;
            box-shadow: 0 4px 24px rgba(0, 0, 0, 0.05);
            margin: 2rem 0;
            border: 1px solid #ece3d8;
        }
        .form-card h3 {
            margin-top: 0;
            display: flex;
            align-items: center;
            gap: 10px;
        }
        .form-group {
            margin-bottom: 1.2rem;
        }
        .form-group label {
            display: block;
            font-weight: 600;
            margin-bottom: 5px;
            font-size: 0.95rem;
        }
        .form-group input,
        .form-group textarea,
        .form-group select {
            width: 100%;
            padding: 12px 16px;
            border: 1px solid #d5ccc0;
            border-radius: 12px;
            font-size: 1rem;
            background: #fcfaf7;
            transition: 0.2s;
            font-family: inherit;
        }
        .form-group input:focus,
        .form-group textarea:focus {
            outline: none;
            border-color: #b53b1f;
            box-shadow: 0 0 0 3px rgba(181, 59, 31, 0.15);
            background: #fff;
        }
        .form-group textarea {
            min-height: 100px;
            resize: vertical;
        }
        .btn {
            background: #b53b1f;
            color: #fff;
            border: none;
            padding: 12px 32px;
            border-radius: 40px;
            font-size: 1.05rem;
            font-weight: 600;
            cursor: pointer;
            transition: 0.25s;
            display: inline-flex;
            align-items: center;
            gap: 8px;
        }
        .btn:hover {
            background: #922e18;
            transform: translateY(-2px);
            box-shadow: 0 8px 20px rgba(181, 59, 31, 0.25);
        }
        .btn-outline {
            background: transparent;
            border: 2px solid #b53b1f;
            color: #b53b1f;
        }
        .btn-outline:hover {
            background: #b53b1f;
            color: #fff;
        }
        .star-rating {
            display: flex;
            gap: 6px;
            font-size: 2rem;
            cursor: pointer;
            direction: rtl;
            unicode-bidi: bidi-override;
        }
        .star-rating input {
            display: none;
        }
        .star-rating label {
            color: #ccc;
            transition: 0.2s;
            cursor: pointer;
        }
        .star-rating label:hover,
        .star-rating label:hover~label,
        .star-rating input:checked~label {
            color: #f5b342;
        }
        .comment-item {
            padding: 16px 0;
            border-bottom: 1px solid #ede5db;
        }
        .comment-item:last-child {
            border-bottom: none;
        }
        .comment-author {
            font-weight: 700;
            color: #2d1f14;
        }
        .comment-date {
            font-size: 0.8rem;
            color: #8a7a6a;
        }
        .comment-body {
            margin-top: 6px;
        }
        .related-links {
            background: #f0ebe4;
            border-radius: 16px;
            padding: 20px 24px;
            margin: 2rem 0;
        }
        .related-links ul {
            list-style: none;
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
            gap: 8px 16px;
        }
        .related-links li a {
            padding: 4px 0;
            display: inline-block;
        }
        .site-footer {
            background: #1c2b36;
            color: #cbd8df;
            padding: 40px 20px 30px;
            margin-top: 4rem;
            border-radius: 30px 30px 0 0;
        }
        .footer-inner {
            max-width: 1120px;
            margin: 0 auto;
        }
        .footer-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
            gap: 28px;
            margin-bottom: 28px;
        }
        .footer-grid h4 {
            color: #f5d76e;
            margin-top: 0;
            font-size: 1rem;
        }
        .footer-grid a {
            color: #bcccd4;
            text-decoration: none;
            display: block;
            padding: 3px 0;
            font-size: 0.9rem;
        }
        .footer-grid a:hover {
            color: #f5d76e;
            text-decoration: underline;
        }
        friend-link {
            display: block;
            margin-top: 1rem;
            padding-top: 1rem;
            border-top: 1px solid rgba(255, 255, 255, 0.08);
            font-size: 0.9rem;
        }
        friend-link a {
            color: #bcccd4;
            text-decoration: none;
            margin-right: 16px;
        }
        friend-link a:hover {
            color: #f5d76e;
            text-decoration: underline;
        }
        .copyright {
            text-align: center;
            padding-top: 24px;
            font-size: 0.85rem;
            color: #8fa6b2;
            border-top: 1px solid rgba(255, 255, 255, 0.06);
            margin-top: 20px;
        }
        @media (max-width: 768px) {
            .nav-toggle {
                display: block;
            }
            .nav-menu {
                display: none;
                width: 100%;
                flex-direction: column;
                align-items: stretch;
                padding: 12px 0 8px;
                gap: 4px;
            }
            .nav-menu.open {
                display: flex;
            }
            .nav-menu a {
                padding: 10px 16px;
                border-radius: 10px;
            }
            .header-inner {
                padding: 10px 16px;
            }
            h1 {
                font-size: 1.7rem;
            }
            h2 {
                font-size: 1.35rem;
            }
            .hero h1 {
                font-size: 1.8rem;
            }
            .hero {
                padding: 1.8rem 16px;
            }
            .form-card {
                padding: 18px 16px;
            }
            .container {
                padding: 0 14px;
            }
            .related-links ul {
                grid-template-columns: 1fr;
            }
            .footer-grid {
                grid-template-columns: 1fr 1fr;
            }
        }
        @media (max-width: 480px) {
            .footer-grid {
                grid-template-columns: 1fr;
            }
            .hero h1 {
                font-size: 1.5rem;
            }
            .my-logo {
                font-size: 1.4rem;
                padding: 4px 14px;
            }
        }
        .text-center {
            text-align: center;
        }
        .mt-2 {
            margin-top: 2rem;
        }
        .mb-1 {
            margin-bottom: 1rem;
        }
        .flex-between {
            display: flex;
            justify-content: space-between;
            align-items: center;
            flex-wrap: wrap;
            gap: 12px;
        }
        .badge {
            display: inline-block;
            background: #e8d5c0;
            color: #4d2f1a;
            padding: 2px 14px;
            border-radius: 40px;
            font-size: 0.8rem;
            font-weight: 600;
        }
        .highlight {
            background: #fcf2e6;
            padding: 0 6px;
            border-radius: 6px;
        }
        blockquote {
            border-left: 4px solid #c0392b;
            padding: 14px 20px;
            margin: 1.5rem 0;
            background: #f5f0ea;
            border-radius: 0 16px 16px 0;
            font-style: italic;
            color: #2d2d3a;
        }
        blockquote cite {
            display: block;
            margin-top: 8px;
            font-size: 0.85rem;
            color: #7a6a5a;
            font-style: normal;
        }
        .table-wrap {
            overflow-x: auto;
            margin: 1.5rem 0;
        }
        table {
            width: 100%;
            border-collapse: collapse;
            font-size: 0.95rem;
        }
        table th,
        table td {
            padding: 12px 16px;
            border: 1px solid #ddd6cb;
            text-align: left;
        }
        table th {
            background: #1c2b36;
            color: #f5d76e;
            font-weight: 600;
        }
        table tr:nth-child(even) {
            background: #f8f4ef;
        }
