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

        body {
            font-family: Arial, Helvetica, FreeSans, sans-serif;
            font-size: 13px;
            line-height: 1.6;
            color: #606060;
            background-color: #fff;
        }

        a {
            color: #FD8C38;
            text-decoration: none;
        }

        a:hover {
            color: #b2b2b2;
        }

        header {
            border-top: 4px solid #000;
            padding: 30px 0;
            background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAADUlEQVR42mNk+M9QDwADhgGAWjR9awAAAABJRU5ErkJggg==') repeat-x center bottom;
            background-size: 2px 2px;
        }

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

        h1 {
            font-size: 38px;
            line-height: 1.2;
            color: #606060;
            font-weight: normal;
            letter-spacing: -2px;
            padding: 60px 0 40px;
            margin-bottom: 40px;
            background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAADUlEQVR42mNk+M9QDwADhgGAWjR9awAAAABJRU5ErkJggg==') repeat-x 0 bottom;
            background-size: 2px 2px;
        }

        article {
            margin-bottom: 40px;
        }

        article h2 {
            font-size: 30px;
            color: #3d3d3d;
            line-height: 1.3;
            font-weight: normal;
            margin: 30px 0 20px;
        }

        article h3 {
            font-size: 26px;
            color: #3d3d3d;
            line-height: 1.3;
            font-weight: normal;
            margin: 25px 0 15px;
        }

        article h4 {
            font-size: 22px;
            color: #3d3d3d;
            line-height: 1.3;
            font-weight: normal;
            margin: 20px 0 15px;
        }

        article h5 {
            font-size: 18px;
            color: #3d3d3d;
            line-height: 1.3;
            font-weight: normal;
            margin: 20px 0 15px;
        }

        article h6 {
            font-size: 15px;
            color: #3d3d3d;
            line-height: 1.3;
            font-weight: normal;
            margin: 15px 0 10px;
        }

        article p {
            margin-bottom: 20px;
            color: #606060;
        }

        article ul,
        article ol {
            margin: 0 0 20px 20px;
        }

        article ul li,
        article ol li {
            line-height: 25px;
            list-style-position: inside;
        }

        article strong,
        article b {
            color: #3d3d3d;
            font-weight: bold;
        }

        article em {
            font-style: italic;
        }

        article img {
            max-width: 100%;
            height: auto;
            margin: 10px 0 20px;
        }

        .transition-section {
            margin: 50px 0;
            padding: 30px 0;
            background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAADUlEQVR42mNk+M9QDwADhgGAWjR9awAAAABJRU5ErkJggg==') repeat-x 0 top;
            background-size: 2px 2px;
        }

        .transition-section p {
            margin-bottom: 20px;
            color: #606060;
        }

        .links-section {
            margin: 50px 0;
            padding: 40px 0;
            background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAADUlEQVR42mNk+M9QDwADhgGAWjR9awAAAABJRU5ErkJggg==') repeat-x 0 top;
            background-size: 2px 2px;
        }

        .links-section h3 {
            font-size: 19px;
            color: #606060;
            font-weight: normal;
            margin-bottom: 15px;
            line-height: 1.3;
        }

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

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

        .links-section ul li a {
            font-size: 12px;
            color: #707070;
            display: inline-block;
            padding: 5px 0;
        }

        .links-section ul li a:hover {
            color: #FD8C38;
        }

        footer {
            clear: both;
            margin-top: 90px;
            padding-top: 32px;
            background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAADUlEQVR42mNk+M9QDwADhgGAWjR9awAAAABJRU5ErkJggg==') repeat-x center 0;
            background-size: 2px 2px;
            color: #888;
            font-size: 12px;
            padding-bottom: 30px;
        }

        footer p {
            color: #b2b2b2;
            margin-bottom: 10px;
        }

        @media (max-width: 768px) {
            h1 {
                font-size: 28px;
                padding: 40px 0 30px;
                margin-bottom: 30px;
            }

            article h2 {
                font-size: 24px;
            }

            article h3 {
                font-size: 20px;
            }

            article h4 {
                font-size: 18px;
            }

            article h5 {
                font-size: 16px;
            }

            .links-section ul {
                column-count: 1;
            }

            .container {
                padding: 0 15px;
            }
        }

        @media (max-width: 480px) {
            h1 {
                font-size: 24px;
                letter-spacing: -1px;
            }

            article h2 {
                font-size: 20px;
            }

            article h3 {
                font-size: 18px;
            }

            .transition-section,
            .links-section {
                margin: 30px 0;
                padding: 20px 0;
            }
        }
    