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

        body {
            font-family: "Univers LT W01 55 Roman", Arial, Helvetica, sans-serif;
            color: #434343;
            font-size: 14px;
            line-height: 1.4;
            background-color: #e9e9e9;
            min-width: 320px;
        }

        .main-wrapper {
            position: relative;
            background-color: #e9e9e9;
            width: 100%;
            min-height: 100vh;
        }

        .navbar {
            background: linear-gradient(to bottom, #ff6900, #ff5300);
            box-shadow: 0 8px 10px -6px rgba(0,0,0,0.72);
            position: relative;
            z-index: 10;
            margin-bottom: 0;
        }

        .navbar-inner {
            max-width: 980px;
            margin: 0 auto;
            padding: 0 20px;
            display: flex;
            align-items: center;
            justify-content: space-between;
            min-height: 67px;
        }

        .brand-section {
            display: flex;
            align-items: center;
        }

        .brand-link {
            background: url("sp12-logo-header-footer.png") no-repeat left -161px;
            color: #fff;
            display: block;
            height: 46px;
            width: 126px;
            text-decoration: none;
            text-indent: -9999em;
            overflow: hidden;
            margin-right: 10px;
        }

        .brand-link:hover {
            background-position: left -218px;
        }

        .tagline {
            background: url("sp12-logo-header-footer.png") no-repeat -131px -186px;
            color: #fff;
            display: block;
            height: 15px;
            width: 117px;
            text-indent: -10000em;
            overflow: hidden;
            margin-top: 5px;
        }

        .navbar-nav {
            display: flex;
            list-style: none;
            margin: 0;
            padding: 0;
        }

        .navbar-nav li {
            margin: 0 5px;
        }

        .navbar-nav a {
            color: #fff;
            text-decoration: none;
            font-size: 18px;
            font-style: italic;
            font-weight: bold;
            line-height: 28px;
            padding: 6px 10px 5px;
            text-transform: lowercase;
            border-radius: 3px;
            transition: background-color 0.3s;
        }

        .navbar-nav a:hover {
            background-color: #c34000;
            box-shadow: inset 0 12px 13px -12px rgba(0,0,0,0.6);
        }

        .main-content {
            max-width: 980px;
            margin: -16px auto 0;
            background-color: #fff;
            border-radius: 0 3px 3px 3px;
            box-shadow: 0 -8px 10px -7px rgba(0,0,0,0.62), 0 8px 8px -8px rgba(0,0,0,0.72);
            min-height: 300px;
            padding: 40px 20px;
            z-index: 5;
            position: relative;
        }

        h1 {
            color: #4389ac;
            font-size: 28px;
            line-height: 32px;
            margin-bottom: 20px;
            font-weight: bold;
        }

        article {
            margin-bottom: 30px;
        }

        article p {
            margin-bottom: 15px;
            line-height: 1.6;
        }

        article h2, article h3, article h4 {
            color: #f60;
            font-style: italic;
            text-transform: lowercase;
            margin: 20px 0 10px 0;
        }

        article h2 {
            font-size: 18px;
        }

        article h3 {
            font-size: 16px;
        }

        .transition-section {
            margin: 30px 0;
            padding: 20px 0;
            border-top: 1px dotted #ddd;
        }

        .links-section {
            margin-top: 30px;
            background-color: #f9f9f9;
            padding: 20px;
            border-radius: 3px;
            border: 1px solid #eaeaea;
        }

        .links-section h3 {
            color: #4389ac;
            font-size: 18px;
            font-weight: bold;
            margin-bottom: 15px;
            font-style: normal;
            text-transform: none;
        }

        .links-grid {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 10px 30px;
            list-style: none;
        }

        .links-grid li {
            margin-bottom: 8px;
        }

        .links-grid a {
            color: #4389ac;
            text-decoration: none;
            font-weight: bold;
            transition: color 0.3s;
        }

        .links-grid a:hover {
            color: #2e5d75;
            text-decoration: underline;
        }

        .footer {
            background-color: #f60;
            color: #fff;
            margin-top: 20px;
            padding: 20px 0;
            border-radius: 3px 3px 0 0;
            box-shadow: 0 -8px 8px -8px rgba(0,0,0,0.52);
        }

        .footer-inner {
            max-width: 980px;
            margin: 0 auto;
            padding: 0 20px;
            display: grid;
            grid-template-columns: 2fr 1fr 1fr 1fr 1fr;
            gap: 30px;
        }

        .footer-section h5 {
            color: #fff;
            margin-bottom: 10px;
            font-size: 14px;
        }

        .footer-section ul {
            list-style: none;
        }

        .footer-section li {
            margin-bottom: 5px;
            font-size: 12px;
        }

        .footer-section a {
            color: #fff;
            text-decoration: none;
        }

        .footer-section a:hover {
            text-decoration: underline;
        }

        .footer-logo {
            display: flex;
            flex-direction: column;
        }

        .footer-logo-link {
            background: url("sp12-logo-header-footer.png") no-repeat left top;
            height: 56px;
            width: 135px;
            text-indent: -10000em;
            overflow: hidden;
            text-decoration: none;
            margin-bottom: 15px;
        }

        .footer-logo-link:hover {
            background-position: left -69px;
        }

        .copyright {
            font-size: 12px;
            line-height: 15px;
            color: #fff;
        }

        @media (max-width: 767px) {
            .navbar-inner {
                flex-direction: column;
                padding: 10px;
                align-items: flex-start;
            }

            .brand-section {
                margin-bottom: 10px;
            }

            .tagline {
                display: none;
            }

            .navbar-nav {
                flex-direction: column;
                width: 100%;
            }

            .navbar-nav li {
                margin: 2px 0;
            }

            .navbar-nav a {
                display: block;
                padding: 8px 15px;
                background-color: rgba(0,0,0,0.1);
                border-radius: 3px;
            }

            .main-content {
                margin: 0;
                border-radius: 0;
                box-shadow: none;
                padding: 20px;
            }

            .links-grid {
                grid-template-columns: 1fr;
                gap: 5px;
            }

            .footer-inner {
                grid-template-columns: 1fr;
                gap: 20px;
                text-align: center;
            }

            .footer-logo {
                align-items: center;
            }

            h1 {
                font-size: 24px;
                line-height: 28px;
            }
        }

        @media (min-width: 1025px) {
            .main-wrapper {
                max-width: 1000px;
                margin: 0 auto;
            }
        }
    