* {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }
        html {
            scroll-behavior: smooth;
        }
        body {
            font-family: "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
            background: #f2f7f2;
            color: #222c2a;
            line-height: 1.75;
        }
        .container {
            max-width: 990px;
            margin: 0 auto;
            padding: 0 18px;
        }
        a {
            color: #0e7a3d;
            text-decoration: none;
            font-weight: 500;
        }
        a:hover {
            text-decoration: underline;
            color: #b05600;
        }
        .top-header {
            background: #0e2416;
            color: #fff;
            border-bottom: 3px solid #b5e050;
        }
        .header-inner {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            align-items: center;
            padding: 14px 0;
            gap: 8px;
        }
        .my-logo {
            font-size: 1.45rem;
            font-weight: 800;
            color: #fff;
            background: linear-gradient(135deg, #b5e050, #4fac45);
            -webkit-background-clip: text;
            background-clip: text;
            -webkit-text-fill-color: transparent;
            letter-spacing: -0.5px;
        }
        .my-logo i {
            -webkit-text-fill-color: #b5e050;
            margin-right: 6px;
        }
        .nav-links {
            display: flex;
            align-items: center;
            flex-wrap: wrap;
            gap: 6px;
            list-style: none;
            transition: all 0.3s ease;
        }
        .nav-links li a {
            color: #e8ffe8;
            padding: 8px 13px;
            border-radius: 30px;
            display: block;
            transition: background 0.3s;
            font-size: 0.92rem;
        }
        .nav-links li a:hover {
            background: #2c532a;
            text-decoration: none;
        }
        .hamburger-btn {
            display: none;
            background: none;
            border: none;
            color: #b5e050;
            font-size: 1.7rem;
            cursor: pointer;
        }
        .breadcrumb-wrap {
            background: #eff7ea;
            padding: 10px 0;
            border-bottom: 1px solid #d3eccd;
            font-size: 0.85rem;
        }
        .breadcrumb-wrap a {
            color: #0e7a3d;
        }
        .search-area {
            background: #fff;
            border-radius: 50px;
            display: flex;
            border: 1px solid #d7e7d1;
            padding: 4px 5px;
            align-items: center;
            max-width: 280px;
        }
        .search-area input {
            border: none;
            outline: none;
            flex: 1;
            background: transparent;
            padding: 8px 10px;
            font-size: 0.88rem;
        }
        .search-area button {
            background: #1d7a3b;
            border: 0;
            color: #fff;
            border-radius: 50px;
            padding: 8px 14px;
            cursor: pointer;
            transition: background 0.3s;
        }
        .search-area button:hover {
            background: #0e5c29;
        }
        .hero {
            text-align: center;
            padding: 40px 0 28px;
        }
        .hero h1 {
            font-size: clamp(1.6rem, 4vw, 2.6rem);
            color: #133f22;
            line-height: 1.25;
            letter-spacing: -0.4px;
            margin-bottom: 12px;
        }
        .hero .sub-line {
            color: #3b5f40;
            font-size: 1.1rem;
        }
        .meta-tags {
            margin-top: 14px;
            display: flex;
            justify-content: center;
            flex-wrap: wrap;
            gap: 16px;
            font-size: 0.9rem;
        }
        .last-update {
            background: #b5e05023;
            display: inline-block;
            padding: 5px 16px;
            border-radius: 20px;
            font-weight: 600;
            color: #0b6b20;
            border: 1px dashed #6fa853;
        }
        .hero-image {
            margin: 30px auto 0;
            max-width: 100%;
        }
        .hero-image img {
            width: 100%;
            height: auto;
            border-radius: 22px;
            box-shadow: 0 20px 40px -12px rgba(0, 0, 0, 0.12);
            display: block;
        }
        .content-grid {
            display: grid;
            grid-template-columns: 1fr;
            gap: 20px;
            padding: 24px 0;
        }
        article {
            background: #fff;
            border-radius: 22px;
            padding: 28px 28px 38px;
            box-shadow: 0 5px 25px -8px rgba(0, 0, 0, 0.06);
        }
        article h2 {
            font-size: 1.7rem;
            color: #133f22;
            margin: 46px 0 10px;
            padding-bottom: 10px;
            border-bottom: 2px solid #b5e050;
        }
        article h2 i {
            color: #1d7a3b;
            margin-right: 9px;
        }
        article h3 {
            font-size: 1.2rem;
            color: #174f2c;
            margin: 24px 0 8px;
        }
        article h4 {
            font-size: 1rem;
            color: #245c38;
            margin: 18px 0 6px;
        }
        article p {
            margin: 13px 0;
        }
        p {
            font-size: 1rem;
        }
        ul, ol {
            margin: 14px 0;
            padding-left: 1.3rem;
        }
        li {
            margin: 9px 0;
        }
        .mce-block {
            background: #f6fcf6;
            border-left: 5px solid #2b9c4b;
            border-radius: 8px;
            padding: 16px 18px;
            margin: 20px 0;
        }
        .mce-block p.tip-label {
            font-weight: 700;
            color: #0e6b26;
            margin-bottom: 4px;
        }
        .table-responsive {
            overflow-x: auto;
            border-radius: 12px;
            border: 1px solid #e0edbb;
        }
        table {
            width: 100%;
            border-collapse: collapse;
            min-width: 620px;
            background: #fff;
        }
        th {
            background: #1c4f2b;
            color: #fff;
            padding: 12px;
            text-align: left;
        }
        td {
            padding: 10px 12px;
            border-bottom: 1px solid #e8f0d8;
        }
        .ratings-panel {
            background: #fff5e8;
            border: 1px solid #f9d99b;
            border-radius: 16px;
            padding: 18px;
            margin-top: 30px;
        }
        .rating-stars {
            display: inline-flex;
            flex-direction: row-reverse;
            gap: 4px;
        }
        .rating-stars input {
            display: none;
        }
        .rating-stars label {
            font-size: 1.6rem;
            color: #bbbbbb;
            cursor: pointer;
            transition: transform 0.1s;
        }
        .rating-stars input:checked ~ label,
        .rating-stars label:hover,
        .rating-stars label:hover ~ label {
            color: #f9a825;
        }
        .rating-value {
            font-weight: 700;
            margin-top: 6px;
            color: #7a4a00;
        }
        .comment-area {
            background: #f3f9ff;
            border: 1px solid #c6e2ff;
            border-radius: 16px;
            padding: 20px;
            margin-top: 24px;
        }
        .comment-area input, .comment-area textarea {
            width: 100%;
            border: 1px solid #cee3d9;
            border-radius: 10px;
            padding: 10px 14px;
            font-size: 0.95rem;
            margin: 6px 0 12px;
            background: #fff;
        }
        .btn {
            background: #156f39;
            border: 0;
            color: #fff;
            padding: 11px 22px;
            border-radius: 40px;
            font-weight: 600;
            cursor: pointer;
            display: inline-block;
            transition: all 0.2s;
        }
        .btn:hover {
            background: #0c4e25;
            transform: translateY(-2px);
        }
        .friend-area {
            background: #12361e;
            color: #d8ffc9;
            padding: 30px 0 40px;
            margin-top: 40px;
        }
        .friend-area a {
            color: #bdf38f;
        }
        friend-link {
            display: block;
            padding: 12px 0;
            border-bottom: 1px dashed #386f2a;
            font-size: 0.95rem;
        }
        .footer-copyright {
            background: #071b0d;
            color: #8fbc8f;
            text-align: center;
            padding: 18px 0 24px;
            font-size: 0.9rem;
        }
        .footer-copyright strong {
            color: #d8f0b0;
        }
        .faq-section {
            margin: 30px 0 10px;
        }
        .faq-section details {
            background: #f9fcf6;
            border: 1px solid #cae1c3;
            border-radius: 14px;
            padding: 14px 18px;
            margin-bottom: 10px;
        }
        .faq-section summary {
            font-weight: 700;
            cursor: pointer;
            color: #174e29;
        }
        .score-thankyou {
            color: #1c7c2b;
            padding: 6px 0;
        }
        @media (max-width: 780px) {
            .header-inner {
                flex-wrap: wrap;
            }
            .nav-links {
                display: none;
                width: 100%;
                flex-direction: column;
                padding: 12px 0;
                gap: 4px;
            }
            .nav-links.open {
                display: flex;
            }
            .hamburger-btn {
                display: inline-block;
            }
            .nav-links li a {
                padding: 10px 16px;
                width: 100%;
            }
            article {
                padding: 20px 18px 28px;
            }
            .content-grid {
                padding: 10px 0;
            }
            .search-area {
                max-width: 100%;
                margin: 10px 0 0;
            }
        }
