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

        html {
            font-size: 62.5%;
            overflow-x: hidden;
        }

        body {
            font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
            font-size: 1.6rem;
            font-weight: 400;
            color: #3A3A3A;
            line-height: 1.6;
            background-color: #fff;
            -webkit-font-smoothing: antialiased;
            overflow-x: hidden;
        }

        .site-header {
            background-color: #184C7C;
            border-top: 5px solid #CC1108;
            padding: 20px;
            text-align: center;
        }

        .site-header h1 {
            color: white;
            font-size: 2.4rem;
            font-weight: 600;
            margin: 0;
        }

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

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

        .main-content {
            padding: 60px 0;
        }

        h1 {
            font-size: 3.6rem;
            font-weight: 400;
            color: #184C7C;
            margin-bottom: 3rem;
            line-height: 1.25;
            letter-spacing: 0.05rem;
        }

        h2 {
            font-size: 3rem;
            font-weight: 400;
            color: #184C7C;
            margin-bottom: 2rem;
            margin-top: 4rem;
            line-height: 1.25;
            letter-spacing: 0.05rem;
        }

        h3 {
            font-size: 2.4rem;
            font-weight: 400;
            color: #184C7C;
            margin-bottom: 1.5rem;
            margin-top: 3rem;
            line-height: 1.25;
        }

        h4 {
            font-size: 2rem;
            font-weight: 400;
            color: #184C7C;
            margin-bottom: 1.2rem;
            margin-top: 2.5rem;
            line-height: 1.25;
        }

        h5 {
            font-size: 1.8rem;
            font-weight: 600;
            color: #184C7C;
            margin-bottom: 1rem;
            margin-top: 2rem;
            line-height: 1.25;
        }

        h6 {
            font-size: 1.6rem;
            font-weight: 600;
            color: #184C7C;
            margin-bottom: 1rem;
            margin-top: 1.5rem;
            line-height: 1.25;
        }

        article p {
            font-size: 1.6rem;
            line-height: 1.75;
            margin-bottom: 2.5rem;
            color: #3A3A3A;
        }

        article p:last-child {
            margin-bottom: 0;
        }

        article ul, article ol {
            margin-bottom: 2.5rem;
            padding-left: 0;
        }

        article ul {
            list-style: none;
        }

        article ul li {
            font-size: 1.5rem;
            line-height: 1.75;
            margin-bottom: 1rem;
            padding-left: 2rem;
            position: relative;
        }

        article ul li::before {
            content: "•";
            color: #CC1108;
            font-weight: bold;
            position: absolute;
            left: 0;
            font-size: 1.8rem;
        }

        article ol {
            padding-left: 2rem;
        }

        article ol li {
            font-size: 1.5rem;
            line-height: 1.75;
            margin-bottom: 1rem;
        }

        article strong {
            font-weight: 600;
            color: #184C7C;
        }

        article a {
            color: #184C7C;
            text-decoration: none;
            border-bottom: 1px solid #184C7C;
            transition: color 0.2s ease, border-color 0.2s ease;
        }

        article a:hover {
            color: #CC1108;
            border-color: #CC1108;
        }

        .transition-section {
            margin: 60px 0;
            padding: 40px 0;
            border-top: 2px solid #e5e5e5;
            border-bottom: 2px solid #e5e5e5;
        }

        .transition-section p {
            font-size: 1.6rem;
            line-height: 1.75;
            margin-bottom: 2rem;
            color: #3A3A3A;
        }

        .transition-section p:last-child {
            margin-bottom: 0;
        }

        .links-section {
            background-color: #f8f9fa;
            padding: 60px 20px;
            margin-top: 60px;
        }

        .links-section h3 {
            font-size: 2.2rem;
            color: #184C7C;
            margin-bottom: 2rem;
            margin-top: 0;
            padding-bottom: 1rem;
            border-bottom: 2px solid #CC1108;
        }

        .links-section ul {
            list-style: none;
            padding: 0;
            margin: 0 0 4rem 0;
            display: grid;
            grid-template-columns: 1fr;
            gap: 1.2rem;
        }

        .links-section ul li {
            margin: 0;
        }

        .links-section ul li a {
            display: block;
            padding: 12px 16px;
            background-color: white;
            color: #184C7C;
            text-decoration: none;
            border-left: 4px solid #184C7C;
            transition: all 0.2s ease;
            font-size: 1.5rem;
            line-height: 1.4;
        }

        .links-section ul li a:hover {
            background-color: #184C7C;
            color: white;
            border-left-color: #CC1108;
            padding-left: 24px;
        }

        .site-footer {
            background-color: #184C7C;
            color: white;
            padding: 40px 20px;
            text-align: center;
            margin-top: 80px;
        }

        .footer-divider {
            max-width: 628px;
            margin: 0 auto 3rem;
        }

        .footer-divider-line {
            border: none;
            border-top: 2px solid white;
            margin-bottom: 5px;
        }

        .footer-divider-line-small {
            border: none;
            border-top: 1px solid #CC1108;
            max-width: 300px;
            margin: 0 auto;
        }

        .site-footer small {
            font-size: 1.2rem;
            display: block;
            color: rgba(255, 255, 255, 0.8);
            line-height: 1.5;
        }

        @media only screen and (min-width: 600px) {
            .site-header h1 {
                font-size: 3rem;
            }

            h1 {
                font-size: 4.2rem;
            }

            .main-content {
                padding: 80px 0;
            }

            .links-section ul {
                grid-template-columns: 1fr 1fr;
                gap: 1.5rem;
            }
        }

        @media only screen and (min-width: 768px) {
            h1 {
                font-size: 4.6rem;
            }

            .links-section {
                padding: 80px 40px;
            }

            .transition-section {
                margin: 80px 0;
                padding: 60px 0;
            }
        }

        @media only screen and (min-width: 1000px) {
            .site-footer {
                padding: 60px 20px;
            }
        }
    