
        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        body {
            font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
            color: #444;
            background: #e1e0ca;
            line-height: 1.6;
        }

        header {
            background-color: #fff;
            padding: 24px 0;
            box-shadow: 0 2px 5px rgba(0,0,0,0.1);
        }

        .header-inner {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 20px;
        }

        .logo {
            font-family: 'Arial', sans-serif;
            font-size: 24px;
            font-weight: normal;
            color: #669e42;
            text-transform: uppercase;
            letter-spacing: 1px;
        }

        nav {
            background-color: #669e42;
            box-shadow: 0 2px 5px rgba(0,0,0,0.1);
        }

        nav ul {
            list-style: none;
            display: flex;
            flex-wrap: wrap;
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 20px;
        }

        nav li {
            margin: 0;
        }

        nav a {
            display: block;
            padding: 14px 16px;
            color: #fff;
            text-decoration: none;
            font-weight: 500;
            text-transform: uppercase;
            font-size: 13px;
            letter-spacing: 0.5px;
            transition: background-color 0.3s;
        }

        nav a:hover {
            background-color: #5c8a3a;
        }

        .container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 40px 20px;
        }

        .content-wrapper {
            background-color: #fff;
            padding: 40px;
            margin-bottom: 30px;
            box-shadow: 0 2px 8px rgba(0,0,0,0.1);
            border: 20px solid #fff;
        }

        h1 {
            font-size: 36px;
            font-weight: normal;
            color: #669e42;
            margin-bottom: 30px;
            text-transform: uppercase;
            letter-spacing: 1px;
            line-height: 1.2;
        }

        article h2 {
            font-size: 28px;
            font-weight: normal;
            color: #529b21;
            margin-top: 40px;
            margin-bottom: 20px;
            text-transform: uppercase;
            letter-spacing: 0.5px;
        }

        article h3 {
            font-size: 22px;
            font-weight: normal;
            color: #426e88;
            margin-top: 30px;
            margin-bottom: 15px;
        }

        article h4 {
            font-size: 18px;
            font-weight: 500;
            color: #444;
            margin-top: 25px;
            margin-bottom: 12px;
        }

        article p {
            font-size: 16px;
            line-height: 1.8;
            margin-bottom: 20px;
            color: #555;
        }

        article ul, article ol {
            margin-left: 30px;
            margin-bottom: 20px;
        }

        article li {
            margin-bottom: 10px;
            font-size: 16px;
            line-height: 1.7;
            color: #555;
        }

        article a {
            color: #529b21;
            text-decoration: none;
            border-bottom: 1px solid #529b21;
        }

        article a:hover {
            color: #669e42;
            border-bottom-color: #669e42;
        }

        .transition-section {
            background-color: #fff;
            padding: 30px 40px;
            margin-bottom: 30px;
            box-shadow: 0 2px 8px rgba(0,0,0,0.1);
            border: 20px solid #fff;
        }

        .transition-section p {
            font-size: 16px;
            line-height: 1.8;
            color: #555;
            margin-bottom: 15px;
        }

        {% if links %}
        .links-section {
            background-color: #009abc;
            padding: 40px;
            box-shadow: 0 2px 8px rgba(0,0,0,0.1);
            border: 20px solid #fff;
            color: #fff;
        }

        .links-section h2 {
            font-size: 28px;
            font-weight: normal;
            color: #fff;
            margin-bottom: 25px;
            text-transform: uppercase;
            letter-spacing: 0.5px;
        }

        .links-section h3 {
            font-size: 20px;
            font-weight: normal;
            color: #fff;
            margin-top: 30px;
            margin-bottom: 15px;
            text-transform: uppercase;
        }

        .links-section ul {
            list-style: none;
            columns: 2;
            column-gap: 40px;
            margin-bottom: 20px;
        }

        .links-section li {
            margin-bottom: 12px;
            break-inside: avoid;
        }

        .links-section a {
            color: #fff;
            text-decoration: none;
            font-size: 15px;
            line-height: 1.6;
            border-bottom: 1px solid transparent;
            transition: border-color 0.3s;
        }

        .links-section a:hover {
            border-bottom-color: #fff;
        }
        {% endif %}

        footer {
            background-color: #fff;
            padding: 28px 0;
            margin-top: 40px;
            box-shadow: 0 -2px 5px rgba(0,0,0,0.1);
        }

        .footer-inner {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 20px;
            text-align: center;
            font-size: 12px;
            color: #8a867d;
        }

        @media (max-width: 768px) {
            .header-inner {
                text-align: center;
            }

            .logo {
                font-size: 20px;
            }

            nav ul {
                flex-direction: column;
                padding: 0;
            }

            nav li {
                width: 100%;
                border-bottom: 1px solid rgba(255,255,255,0.1);
            }

            nav a {
                padding: 12px 20px;
            }

            .container {
                padding: 20px 15px;
            }

            .content-wrapper,
            .transition-section {
                padding: 25px 20px;
                border-width: 10px;
            }

            h1 {
                font-size: 28px;
                margin-bottom: 20px;
            }

            article h2 {
                font-size: 24px;
                margin-top: 30px;
            }

            article h3 {
                font-size: 20px;
                margin-top: 25px;
            }

            article p,
            article li {
                font-size: 15px;
            }

            {% if links %}
            .links-section {
                padding: 25px 20px;
                border-width: 10px;
            }

            .links-section ul {
                columns: 1;
            }

            .links-section h2 {
                font-size: 24px;
            }

            .links-section h3 {
                font-size: 18px;
            }
            {% endif %}
        }

        @media (max-width: 480px) {
            .logo {
                font-size: 18px;
            }

            h1 {
                font-size: 24px;
            }

            article h2 {
                font-size: 22px;
            }

            article h3 {
                font-size: 18px;
            }

            .content-wrapper,
            .transition-section {
                border-width: 5px;
            }

            {% if links %}
            .links-section {
                border-width: 5px;
            }
            {% endif %}
        }
    