        * { margin: 0; padding: 0; box-sizing: border-box; }
        html { scroll-behavior: smooth; }
        body {
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
            line-height: 1.7;
            color: #333;
            background-color: #f9f7f2;
            background-image: radial-gradient(#e0dcc9 1px, transparent 1px);
            background-size: 20px 20px;
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 15px;
        }
        img { max-width: 100%; height: auto; display: block; }
        h1, h2, h3, h4 { font-family: Georgia, 'Times New Roman', Times, serif; color: #2a5c3d; margin-bottom: 1rem; line-height: 1.3; }
        h1 { font-size: 2.8rem; margin-top: 1.5rem; border-bottom: 3px solid #e9b84c; padding-bottom: 0.5rem; }
        h2 { font-size: 2.2rem; margin-top: 2.5rem; padding-left: 10px; border-left: 5px solid #4CAF50; }
        h3 { font-size: 1.8rem; margin-top: 2rem; color: #388e3c; }
        h4 { font-size: 1.4rem; margin-top: 1.5rem; color: #4a7c59; }
        p { margin-bottom: 1.2rem; font-size: 1.1rem; }
        a { color: #2a5c3d; text-decoration: none; transition: color 0.3s, background-color 0.3s; }
        a:hover { color: #e9b84c; text-decoration: underline; }
        strong { color: #2a5c3d; font-weight: 700; }
        em { font-style: italic; }
        .lead { font-size: 1.3rem; color: #555; font-weight: 300; }
        .highlight { background-color: #fff9c4; padding: 2px 5px; border-radius: 3px; }
        .quote { font-style: italic; border-left: 4px solid #e9b84c; padding-left: 20px; margin: 1.5rem 0; color: #555; }
        .last-updated { font-size: 0.9rem; color: #777; text-align: right; margin-bottom: 1rem; font-style: italic; }
        .container { display: flex; flex-direction: column; min-height: 100vh; }
        header, footer { background-color: #2a5c3d; color: #fff; }
        main { flex: 1; }
        .site-header { display: flex; justify-content: space-between; align-items: center; padding: 1.2rem 0; flex-wrap: wrap; }
        .my-logo { font-family: 'Brush Script MT', cursive; font-size: 2.8rem; font-weight: bold; color: #e9b84c; text-decoration: none; }
        .my-logo:hover { text-decoration: none; color: #ffd54f; transform: scale(1.02); transition: transform 0.3s; }
        .main-nav ul { display: flex; list-style: none; gap: 2rem; }
        .main-nav a { color: #fff; font-weight: 500; padding: 0.5rem 0.8rem; border-radius: 4px; }
        .main-nav a:hover, .main-nav a.active { background-color: #e9b84c; color: #2a5c3d; text-decoration: none; }
        .hamburger { display: none; background: none; border: none; color: white; font-size: 1.8rem; cursor: pointer; padding: 0.5rem; }
        .breadcrumb { padding: 1rem 0; font-size: 0.95rem; color: #666; }
        .breadcrumb a { color: #4CAF50; }
        .breadcrumb a:hover { color: #2a5c3d; }
        .search-box { margin: 2rem 0; background: #e8f5e9; padding: 1.5rem; border-radius: 10px; box-shadow: 0 4px 8px rgba(0,0,0,0.05); }
        .search-box h3 { margin-top: 0; }
        .search-form { display: flex; }
        .search-form input[type="search"] { flex: 1; padding: 0.8rem; border: 2px solid #4CAF50; border-radius: 5px 0 0 5px; font-size: 1rem; }
        .search-form button { padding: 0.8rem 1.5rem; background-color: #4CAF50; color: white; border: none; border-radius: 0 5px 5px 0; cursor: pointer; font-size: 1rem; transition: background-color 0.3s; }
        .search-form button:hover { background-color: #2a5c3d; }
        .content-section { background: white; padding: 2rem; margin-bottom: 2rem; border-radius: 10px; box-shadow: 0 5px 15px rgba(0,0,0,0.05); }
        .featured-img { float: right; margin: 0 0 1rem 2rem; max-width: 400px; border-radius: 10px; border: 5px solid #e9b84c; shape-outside: polygon(0 0, 100% 0, 100% 100%, 0 80%); }
        .clearfix::after { content: ""; clear: both; display: table; }
        .related-links { background: #f1f8e9; padding: 1.5rem; margin: 2rem 0; border-radius: 10px; border-left: 5px solid #4CAF50; }
        .related-links h4 { margin-top: 0; }
        .related-links ul { list-style: none; columns: 2; gap: 2rem; }
        .related-links li { margin-bottom: 0.7rem; break-inside: avoid; }
        .related-links a { display: block; padding: 0.3rem 0; }
        .related-links a::before { content: "🌿"; margin-right: 8px; }
        .interactive-section { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 2rem; margin: 3rem 0; }
        .comment-form, .rating-form { background: #fff8e1; padding: 1.8rem; border-radius: 10px; border: 1px dashed #e9b84c; }
        .form-group { margin-bottom: 1.2rem; }
        label { display: block; margin-bottom: 0.5rem; font-weight: 600; color: #2a5c3d; }
        input, textarea, select { width: 100%; padding: 0.8rem; border: 1px solid #ccc; border-radius: 5px; font-family: inherit; font-size: 1rem; }
        textarea { min-height: 120px; resize: vertical; }
        .star-rating { display: flex; gap: 5px; font-size: 1.8rem; color: #ddd; direction: rtl; justify-content: center; }
        .star-rating input { display: none; }
        .star-rating label { cursor: pointer; font-size: 2rem; color: #ddd; padding: 0 2px; }
        .star-rating input:checked ~ label,
        .star-rating label:hover,
        .star-rating label:hover ~ label { color: #ffc107; }
        .submit-btn { background-color: #2a5c3d; color: white; padding: 0.8rem 1.8rem; border: none; border-radius: 5px; cursor: pointer; font-size: 1.1rem; transition: background-color 0.3s, transform 0.2s; }
        .submit-btn:hover { background-color: #e9b84c; color: #2a5c3d; transform: translateY(-3px); }
        footer { padding: 2.5rem 0 1.5rem; margin-top: 3rem; }
        .footer-content { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 2rem; }
        .footer-section { flex: 1; min-width: 250px; }
        .footer-section h3 { color: #e9b84c; border-bottom: 1px solid #4a7c59; padding-bottom: 0.5rem; }
        .footer-links { list-style: none; margin-top: 1rem; }
        .footer-links li { margin-bottom: 0.7rem; }
        .footer-links a { color: #c8e6c9; }
        .footer-links a:hover { color: #fff; padding-left: 5px; transition: padding-left 0.3s; }
        friend-link { display: inline-block; background: #4a7c59; color: white; padding: 0.5rem 1rem; margin: 0.3rem; border-radius: 20px; font-size: 0.9rem; }
        friend-link a { color: white; }
        friend-link:hover { background: #e9b84c; transform: scale(1.05); transition: all 0.3s; }
        .copyright { text-align: center; margin-top: 2rem; padding-top: 1rem; border-top: 1px solid #4a7c59; color: #a5d6a7; font-size: 0.9rem; }
        @media (max-width: 768px) {
            h1 { font-size: 2.2rem; }
            h2 { font-size: 1.8rem; }
            h3 { font-size: 1.5rem; }
            .site-header { flex-direction: column; align-items: flex-start; }
            .main-nav { width: 100%; margin-top: 1rem; display: none; }
            .main-nav.active { display: block; }
            .main-nav ul { flex-direction: column; gap: 0.5rem; }
            .main-nav a { display: block; padding: 0.8rem; border-bottom: 1px solid #4a7c59; }
            .hamburger { display: block; }
            .featured-img { float: none; margin: 1rem auto; max-width: 100%; shape-outside: none; }
            .related-links ul { columns: 1; }
            .interactive-section { grid-template-columns: 1fr; }
            .footer-content { flex-direction: column; }
        }
