        * { 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: #f9f7f4;
            max-width: 100%;
            overflow-x: hidden;
        }
        img { max-width: 100%; height: auto; display: block; }
        h1, h2, h3, h4 { font-family: 'Georgia', serif; color: #2c5530; margin-bottom: 1rem; line-height: 1.3; }
        h1 { font-size: 2.8rem; margin-top: 1.5rem; border-bottom: 3px solid #e6b325; padding-bottom: 0.5rem; }
        h2 { font-size: 2.2rem; margin-top: 2.5rem; padding-left: 0.5rem; border-left: 5px solid #8a7968; }
        h3 { font-size: 1.8rem; margin-top: 2rem; color: #8a7968; }
        p { margin-bottom: 1.5rem; font-size: 1.1rem; text-align: justify; }
        a { color: #2c5530; text-decoration: none; transition: color 0.3s ease; }
        a:hover { color: #e6b325; }
        strong { color: #2c5530; font-weight: 700; }
        em { font-style: italic; }
        .highlight { background-color: #fff9db; padding: 0.2rem 0.5rem; border-radius: 3px; }
        .container {
            width: 100%;
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 20px;
        }
        .main-content { display: grid; grid-template-columns: 1fr 300px; gap: 40px; margin: 30px 0; }
        @media (max-width: 992px) {
            .main-content { grid-template-columns: 1fr; }
        }
        header { background: linear-gradient(to right, #2c5530, #4a7c59); color: white; padding: 1rem 0; box-shadow: 0 4px 12px rgba(0,0,0,0.1); position: sticky; top: 0; z-index: 1000; }
        .header-container { display: flex; justify-content: space-between; align-items: center; }
        .logo a { font-family: 'Georgia', serif; font-size: 2.2rem; font-weight: bold; color: #fff; text-shadow: 1px 1px 3px rgba(0,0,0,0.3); }
        .logo a span { color: #e6b325; }
        .logo a:hover { color: #e6b325; }
        .logo a:hover span { color: #fff; }
        .desktop-nav ul { display: flex; list-style: none; }
        .desktop-nav li { margin-left: 2rem; }
        .desktop-nav a { color: white; font-weight: 500; padding: 0.5rem 0; position: relative; }
        .desktop-nav a:hover { color: #e6b325; }
        .desktop-nav a:after { content: ''; position: absolute; width: 0; height: 2px; background: #e6b325; left: 0; bottom: 0; transition: width 0.3s; }
        .desktop-nav a:hover:after { width: 100%; }
        .hamburger { display: none; font-size: 1.8rem; background: none; border: none; color: white; cursor: pointer; }
        .mobile-nav { display: none; position: absolute; top: 100%; left: 0; width: 100%; background: #2c5530; padding: 1rem; box-shadow: 0 5px 10px rgba(0,0,0,0.2); }
        .mobile-nav.active { display: block; }
        .mobile-nav ul { list-style: none; }
        .mobile-nav li { margin: 1rem 0; }
        .mobile-nav a { color: white; display: block; padding: 0.5rem; border-bottom: 1px solid #4a7c59; }
        .mobile-nav a:hover { background-color: #4a7c59; }
        @media (max-width: 768px) {
            .desktop-nav { display: none; }
            .hamburger { display: block; }
            h1 { font-size: 2.2rem; }
            h2 { font-size: 1.8rem; }
        }
        .breadcrumb { padding: 1rem 0; background-color: #f1ede6; font-size: 0.9rem; }
        .breadcrumb ol { list-style: none; display: flex; flex-wrap: wrap; }
        .breadcrumb li { margin-right: 0.5rem; }
        .breadcrumb li:not(:last-child):after { content: '›'; margin-left: 0.5rem; color: #8a7968; }
        .breadcrumb a { color: #8a7968; }
        .breadcrumb a:hover { text-decoration: underline; }
        .search-bar { background: #fff; padding: 2rem; border-radius: 10px; margin: 2rem 0; box-shadow: 0 5px 15px rgba(0,0,0,0.05); }
        .search-bar h3 { margin-top: 0; }
        .search-form { display: flex; }
        .search-form input[type="search"] { flex-grow: 1; padding: 0.8rem 1rem; border: 2px solid #ddd; border-radius: 5px 0 0 5px; font-size: 1rem; }
        .search-form button { background: #2c5530; color: white; border: none; padding: 0 1.5rem; border-radius: 0 5px 5px 0; cursor: pointer; transition: background 0.3s; }
        .search-form button:hover { background: #e6b325; }
        .article-content { background: white; padding: 2.5rem; border-radius: 10px; box-shadow: 0 5px 20px rgba(0,0,0,0.06); }
        .intro { font-size: 1.3rem; color: #555; margin-bottom: 2.5rem; padding-bottom: 1.5rem; border-bottom: 1px dashed #ddd; }
        .featured-image { margin: 2rem 0; text-align: center; }
        .featured-image img { border-radius: 10px; box-shadow: 0 8px 25px rgba(0,0,0,0.1); }
        .image-caption { font-style: italic; color: #777; margin-top: 0.5rem; font-size: 0.95rem; }
        .content-block { margin-bottom: 3rem; }
        .quote { border-left: 4px solid #e6b325; padding-left: 1.5rem; margin: 2rem 0; font-style: italic; color: #555; background-color: #fcf8e8; padding: 1.5rem; border-radius: 0 8px 8px 0; }
        .stats-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 1.5rem; margin: 2rem 0; }
        .stat-box { background: #f0f7f0; padding: 1.5rem; border-radius: 8px; text-align: center; border-top: 5px solid #2c5530; }
        .stat-number { font-size: 2.5rem; font-weight: bold; color: #2c5530; display: block; }
        .stat-label { font-size: 1rem; color: #666; }
        .sidebar { background: white; padding: 1.5rem; border-radius: 10px; box-shadow: 0 5px 15px rgba(0,0,0,0.05); align-self: start; position: sticky; top: 120px; }
        .sidebar-widget { margin-bottom: 2rem; }
        .sidebar-widget h3 { font-size: 1.4rem; border-bottom: 2px solid #e6b325; padding-bottom: 0.5rem; margin-bottom: 1rem; }
        .rating-widget .stars { display: flex; justify-content: center; margin: 1rem 0; }
        .stars input { display: none; }
        .stars label { font-size: 1.8rem; color: #ddd; cursor: pointer; transition: color 0.2s; margin: 0 0.1rem; }
        .stars input:checked ~ label,
        .stars label:hover,
        .stars label:hover ~ label { color: #e6b325; }
        .rating-form button, .comment-form button {
            width: 100%; padding: 0.8rem; background: #2c5530; color: white; border: none; border-radius: 5px; cursor: pointer; font-weight: bold; margin-top: 1rem; transition: background 0.3s;
        }
        .rating-form button:hover, .comment-form button:hover { background: #e6b325; }
        .comment-form textarea, .comment-form input {
            width: 100%; padding: 0.8rem; margin-bottom: 1rem; border: 1px solid #ddd; border-radius: 5px; font-family: inherit;
        }
        .footer-links { background: #2c5530; padding: 3rem 0; }
        .web-link-container { display: grid; grid-template-columns: repeat(auto-fill, minmax(250px, 1fr)); gap: 1rem; }
        .web-link { background: rgba(255,255,255,0.05); padding: 1rem; border-radius: 5px; }
        .web-link a { color: #e6b325; display: block; }
        .web-link a:hover { text-decoration: underline; }
        footer { background: #1c3b22; color: #ccc; text-align: center; padding: 2rem 0; font-size: 0.9rem; }
        .copyright { margin-top: 1rem; color: #999; }
        .text-center { text-align: center; }
        .mb-3 { margin-bottom: 3rem; }
