* {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }
        body {
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
            background: #f8faf6;
            color: #1e2a1e;
            line-height: 1.7;
            padding: 0 16px;
        }
        a {
            color: #1a5e3a;
            text-decoration: none;
            transition: color 0.2s;
        }
        a:hover {
            color: #d4a847;
            text-decoration: underline;
        }
        img {
            max-width: 100%;
            height: auto;
            display: block;
            border-radius: 12px;
        }
        .container {
            max-width: 1200px;
            margin: 0 auto;
            background: #ffffff;
            box-shadow: 0 0 40px rgba(0, 20, 0, 0.06);
            border-radius: 24px;
            padding: 20px 28px 40px;
        }
        header {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            align-items: center;
            padding: 18px 0 14px;
            border-bottom: 2px solid #e8efe8;
            position: relative;
        }
        .my-logo {
            font-size: 28px;
            font-weight: 800;
            letter-spacing: -0.5px;
            color: #1a4d2e;
            background: linear-gradient(135deg, #1a4d2e, #2b7a4a);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            display: inline-block;
        }
        .my-logo i {
            -webkit-text-fill-color: #d4a847;
            margin-right: 6px;
        }
        .my-logo:hover {
            text-decoration: none;
            opacity: 0.85;
        }
        .hamburger {
            display: none;
            font-size: 28px;
            background: none;
            border: none;
            color: #1a4d2e;
            cursor: pointer;
            padding: 4px 10px;
            border-radius: 8px;
            transition: background 0.2s;
        }
        .hamburger:hover {
            background: #e8efe8;
        }
        nav {
            display: flex;
            gap: 18px;
            flex-wrap: wrap;
            align-items: center;
        }
        nav a {
            font-weight: 600;
            font-size: 15px;
            padding: 6px 12px;
            border-radius: 8px;
            color: #1e3a2e;
            transition: background 0.2s, color 0.2s;
        }
        nav a:hover {
            background: #1a4d2e;
            color: #fff;
            text-decoration: none;
        }
        .nav-search {
            background: #f0f5f0;
            border: 1px solid #d0ddd0;
            border-radius: 40px;
            padding: 6px 16px 6px 20px;
            display: flex;
            align-items: center;
            gap: 8px;
        }
        .nav-search input {
            border: none;
            background: transparent;
            padding: 6px 0;
            font-size: 14px;
            outline: none;
            min-width: 120px;
            color: #1e2a1e;
        }
        .nav-search button {
            background: none;
            border: none;
            color: #1a4d2e;
            cursor: pointer;
            font-size: 16px;
        }
        .breadcrumb {
            padding: 12px 0 8px;
            font-size: 13px;
            color: #5a6a5a;
            display: flex;
            flex-wrap: wrap;
            gap: 6px;
            list-style: none;
            border-bottom: 1px solid #e8efe8;
            margin-bottom: 20px;
        }
        .breadcrumb li+li::before {
            content: "▸";
            margin: 0 8px 0 4px;
            color: #b0c0b0;
        }
        .breadcrumb a {
            color: #2a6a4a;
        }
        .breadcrumb a:hover {
            color: #d4a847;
        }
        .breadcrumb .active {
            color: #7a8a7a;
            font-weight: 500;
        }
        h1 {
            font-size: 36px;
            font-weight: 800;
            color: #0f2b1a;
            line-height: 1.25;
            margin-bottom: 10px;
            letter-spacing: -0.3px;
        }
        h1 i {
            color: #d4a847;
            margin-right: 10px;
        }
        .last-updated {
            font-size: 14px;
            color: #6a7a6a;
            margin-bottom: 18px;
            display: flex;
            align-items: center;
            gap: 6px;
            flex-wrap: wrap;
        }
        .last-updated i {
            color: #d4a847;
        }
        .feature-image {
            margin: 20px 0 28px;
            border-radius: 16px;
            overflow: hidden;
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
            background: #eef3ee;
            padding: 8px;
        }
        .feature-image img {
            border-radius: 10px;
            width: 100%;
        }
        .feature-image figcaption {
            padding: 10px 12px 4px;
            font-size: 13px;
            color: #5a6a5a;
            font-style: italic;
        }
        h2 {
            font-size: 28px;
            font-weight: 700;
            color: #0f2b1a;
            margin-top: 42px;
            margin-bottom: 14px;
            padding-bottom: 6px;
            border-bottom: 3px solid #e8efe8;
            position: relative;
        }
        h2::after {
            content: "";
            position: absolute;
            bottom: -3px;
            left: 0;
            width: 70px;
            height: 3px;
            background: #d4a847;
            border-radius: 4px;
        }
        h3 {
            font-size: 22px;
            font-weight: 600;
            color: #1a3a2a;
            margin-top: 30px;
            margin-bottom: 10px;
        }
        h4 {
            font-size: 18px;
            font-weight: 600;
            color: #2a4a3a;
            margin-top: 22px;
            margin-bottom: 8px;
        }
        p {
            margin-bottom: 16px;
            font-size: 16.5px;
            color: #1e2a1e;
        }
        .highlight {
            background: #fcf8e8;
            padding: 2px 8px;
            border-radius: 6px;
            font-weight: 600;
            color: #1a4d2e;
        }
        .tip-box {
            background: #eaf3ea;
            border-left: 5px solid #1a4d2e;
            padding: 18px 22px;
            border-radius: 0 12px 12px 0;
            margin: 20px 0;
        }
        .tip-box i {
            color: #d4a847;
            margin-right: 8px;
        }
        .quote-block {
            background: #f5f7f5;
            padding: 20px 24px;
            border-radius: 16px;
            font-style: italic;
            border: 1px solid #dce6dc;
            margin: 20px 0;
            position: relative;
        }
        .quote-block::before {
            content: "“";
            font-size: 48px;
            color: #d4a847;
            position: absolute;
            top: -6px;
            left: 12px;
            font-family: Georgia, serif;
            line-height: 1;
        }
        .quote-block p {
            margin-bottom: 0;
            padding-left: 28px;
        }
        .quote-author {
            font-weight: 600;
            color: #1a4d2e;
            margin-top: 8px;
            display: block;
        }
        ul,
        ol {
            margin: 12px 0 18px 24px;
            font-size: 16.5px;
            color: #1e2a1e;
        }
        li {
            margin-bottom: 6px;
        }
        .grid-2 {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 24px;
            margin: 20px 0;
        }
        .grid-3 {
            display: grid;
            grid-template-columns: 1fr 1fr 1fr;
            gap: 20px;
            margin: 20px 0;
        }
        .card {
            background: #f9fbf9;
            border: 1px solid #e0eae0;
            border-radius: 16px;
            padding: 20px 18px;
            transition: transform 0.2s, box-shadow 0.2s;
        }
        .card:hover {
            transform: translateY(-3px);
            box-shadow: 0 8px 24px rgba(0, 40, 0, 0.08);
        }
        .card i {
            font-size: 28px;
            color: #1a4d2e;
            margin-bottom: 10px;
        }
        .card h4 {
            margin-top: 0;
        }
        .btn {
            display: inline-block;
            background: #1a4d2e;
            color: #fff;
            padding: 12px 30px;
            border-radius: 40px;
            font-weight: 600;
            font-size: 15px;
            border: none;
            cursor: pointer;
            transition: background 0.2s, transform 0.1s;
            text-decoration: none;
        }
        .btn:hover {
            background: #2b7a4a;
            color: #fff;
            text-decoration: none;
            transform: scale(1.02);
        }
        .btn-gold {
            background: #d4a847;
            color: #1a2a1a;
        }
        .btn-gold:hover {
            background: #e0b85a;
            color: #1a2a1a;
        }
        .interaction-section {
            background: #f5f9f5;
            border-radius: 20px;
            padding: 28px 30px;
            margin-top: 50px;
            border: 1px solid #dce6dc;
        }
        .interaction-section h2 {
            margin-top: 0;
            border-bottom-color: #c0d0c0;
        }
        .interaction-section h2::after {
            background: #1a4d2e;
        }
        .form-group {
            margin-bottom: 16px;
        }
        .form-group label {
            display: block;
            font-weight: 600;
            margin-bottom: 4px;
            color: #1a3a2a;
        }
        .form-group input,
        .form-group textarea,
        .form-group select {
            width: 100%;
            padding: 12px 16px;
            border: 1px solid #c8d8c8;
            border-radius: 10px;
            font-size: 15px;
            background: #fff;
            transition: border 0.2s;
        }
        .form-group input:focus,
        .form-group textarea:focus {
            border-color: #1a4d2e;
            outline: none;
            box-shadow: 0 0 0 3px rgba(26, 77, 46, 0.1);
        }
        .form-group textarea {
            min-height: 100px;
            resize: vertical;
        }
        .star-rating {
            display: flex;
            gap: 6px;
            font-size: 28px;
            cursor: pointer;
            color: #d0d8d0;
            transition: color 0.15s;
        }
        .star-rating i {
            transition: color 0.15s, transform 0.1s;
        }
        .star-rating i:hover,
        .star-rating i.active {
            color: #d4a847;
            transform: scale(1.1);
        }
        .star-rating i.selected {
            color: #d4a847;
        }
        .form-row {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 16px;
        }
        friend-link {
            display: block;
            padding: 16px 0 12px;
            border-top: 2px solid #e8efe8;
            margin-top: 40px;
            font-size: 14px;
            color: #4a5a4a;
        }
        friend-link a {
            color: #1a5e3a;
            font-weight: 500;
            margin: 0 6px;
        }
        friend-link a:hover {
            color: #d4a847;
        }
        footer {
            border-top: 1px solid #e0eae0;
            padding: 24px 0 16px;
            margin-top: 20px;
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            align-items: center;
            font-size: 14px;
            color: #5a6a5a;
        }
        footer .copyright {
            font-weight: 500;
        }
        footer .copyright i {
            color: #d4a847;
            margin: 0 4px;
        }
        @media (max-width: 768px) {
            .container {
                padding: 12px 14px 30px;
                border-radius: 16px;
            }
            h1 {
                font-size: 26px;
            }
            h2 {
                font-size: 22px;
            }
            h3 {
                font-size: 18px;
            }
            header {
                padding: 12px 0;
            }
            .hamburger {
                display: block;
            }
            nav {
                display: none;
                width: 100%;
                flex-direction: column;
                gap: 10px;
                padding: 14px 0 8px;
                border-top: 1px solid #e0eae0;
                margin-top: 10px;
            }
            nav.open {
                display: flex;
            }
            nav a {
                width: 100%;
                padding: 10px 14px;
                border-radius: 8px;
                background: #f5f9f5;
            }
            .nav-search {
                width: 100%;
                justify-content: space-between;
            }
            .nav-search input {
                flex: 1;
                min-width: unset;
            }
            .grid-2,
            .grid-3 {
                grid-template-columns: 1fr;
            }
            .form-row {
                grid-template-columns: 1fr;
            }
            .breadcrumb {
                font-size: 12px;
                overflow-x: auto;
                white-space: nowrap;
                padding-bottom: 6px;
            }
            .interaction-section {
                padding: 18px 16px;
            }
            footer {
                flex-direction: column;
                gap: 10px;
                text-align: center;
            }
            .my-logo {
                font-size: 22px;
            }
            .star-rating {
                font-size: 24px;
            }
        }
        @media (max-width: 480px) {
            body {
                padding: 0 8px;
            }
            .container {
                padding: 8px 10px 24px;
            }
            h1 {
                font-size: 22px;
            }
            h2 {
                font-size: 20px;
            }
            p,
            ul,
            ol {
                font-size: 15px;
            }
            .btn {
                padding: 10px 22px;
                font-size: 14px;
            }
        }
        html {
            scroll-behavior: smooth;
        }
        .comment-preview {
            margin-top: 18px;
            border-top: 1px dashed #d0ddd0;
            padding-top: 16px;
        }
        .comment-preview .comment-item {
            background: #fff;
            border-radius: 10px;
            padding: 12px 16px;
            margin-bottom: 10px;
            border: 1px solid #e0eae0;
        }
        .comment-preview .comment-item strong {
            color: #1a4d2e;
        }
        .comment-preview .comment-item small {
            color: #7a8a7a;
            font-size: 12px;
        }
        .score-display {
            font-size: 18px;
            font-weight: 600;
            color: #1a4d2e;
            margin-left: 12px;
        }
