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

        body {
            font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
            font-size: 0.91rem;
            line-height: 1.6;
            color: #333;
            background-color: #f8f9fa;
        }

        .navbar {
            background-color: #f8f9fa;
            border-bottom: 1px solid #e9ecef;
            padding: 0.75rem 0;
        }

        .navbar .container {
            max-width: 1140px;
            margin: 0 auto;
            padding: 0 15px;
            text-align: center;
        }

        .navbar-brand {
            font-size: 1.2rem;
            font-weight: 900;
            text-transform: uppercase;
            letter-spacing: -0.05rem;
            text-decoration: none;
            color: #333;
        }

        .navbar-brand .text-danger {
            color: #dc3545;
        }

        header.site-header {
            position: relative;
            padding: 6vh 0;
            background: #494949;
            box-shadow: inset 0 -11px 64px rgba(0, 0, 0, 0.1);
            overflow: hidden;
        }

        header.site-header::before {
            content: "";
            position: absolute;
            top: 0;
            bottom: 0;
            right: 0;
            left: 0;
            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
            opacity: 0.88;
            z-index: 0;
        }

        header.site-header::after {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            bottom: 0;
            right: 0;
            box-shadow: inset 0 -15px 40px rgba(0, 0, 0, 0.3), inset 0 25px 60px rgba(0, 0, 0, 0.3);
            opacity: 0.1;
            z-index: 0;
        }

        header.site-header .container {
            position: relative;
            z-index: 1;
            max-width: 1140px;
            margin: 0 auto;
            padding: 0 15px;
            text-align: center;
        }

        .headline {
            color: #fff;
            text-shadow: 0 0 12px rgba(0, 0, 0, 0.9);
            margin-bottom: 0;
        }

        .headline .stop {
            display: block;
            font-size: 2rem;
            font-weight: 700;
            text-transform: uppercase;
            margin-bottom: 0.5rem;
        }

        .headline-2 {
            font-size: 1.5rem;
            font-family: "Merriweather", Georgia, serif;
            font-weight: 400;
        }

        h1 {
            font-size: 2rem;
            font-weight: 700;
            margin: 2rem 0 1.5rem;
            color: #333;
        }

        h2 {
            font-size: 1.75rem;
            font-weight: 700;
            margin: 3rem 0 1rem;
            color: #333;
        }

        h3 {
            font-size: 1.3rem;
            font-weight: 600;
            margin: 1.5rem 0 0.75rem;
            color: #2ec49a;
        }

        .container {
            max-width: 1140px;
            margin: 0 auto;
            padding: 0 15px;
        }

        .main-content {
            background-color: #fff;
            padding: 2rem 1.5rem;
            margin: 2rem auto;
            border-radius: 0.35rem;
            box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
        }

        article {
            margin-bottom: 2rem;
        }

        article p {
            margin-bottom: 1rem;
            line-height: 1.64;
        }

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

        .transition-section {
            background-color: #f8f9fa;
            padding: 2rem 1.5rem;
            margin: 2rem 0;
            border-left: 4px solid #2ec49a;
            border-radius: 0.25rem;
        }

        .transition-section p {
            margin-bottom: 1rem;
            line-height: 1.64;
        }

        .links-section {
            background-color: #fff;
            padding: 2rem 1.5rem;
            margin: 2rem 0;
            border-radius: 0.35rem;
            border: 1px solid rgba(46, 196, 154, 0.37);
        }

        .links-section h3 {
            font-size: 1.2rem;
            font-weight: 600;
            margin: 1.5rem 0 0.75rem;
            color: #2ec49a;
        }

        .links-section h3:first-child {
            margin-top: 0;
        }

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

        @media (min-width: 768px) {
            .links-section ul {
                grid-template-columns: 1fr 1fr;
                gap: 0.75rem 1.5rem;
            }
        }

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

        .links-section ul li a {
            color: #00b4a3;
            text-decoration: none;
            display: inline-block;
            padding: 0.25rem 0;
            transition: color 0.15s ease-in-out;
        }

        .links-section ul li a:hover {
            color: #03a57f;
            text-decoration: underline;
        }

        .links-section ul li a::before {
            content: "→ ";
            color: #2ec49a;
            margin-right: 0.25rem;
        }

        footer.site-footer {
            background-color: #f8f9fa;
            border-top: 1px solid #e9ecef;
            padding: 3rem 0 2rem;
            margin-top: 3rem;
        }

        .after-footer {
            background-color: #343a40;
            padding: 1rem 0;
            color: #fff;
            text-align: center;
        }

        .after-footer a {
            color: #2ec49a;
            text-decoration: none;
        }

        .after-footer a:hover {
            color: #03a57f;
            text-decoration: underline;
        }

        @media (min-width: 768px) {
            h1 {
                font-size: 2.5rem;
            }

            h2 {
                font-size: 2.3rem;
            }

            .headline .stop {
                font-size: 3rem;
            }

            .main-content {
                padding: 3rem 2.5rem;
            }

            .transition-section {
                padding: 2.5rem 2rem;
            }

            .links-section {
                padding: 2.5rem 2rem;
            }
        }

        @media (min-width: 992px) {
            .container {
                padding: 0 30px;
            }
        }
    