        * { margin: 0; padding: 0; box-sizing: border-box; font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; }
        html { scroll-behavior: smooth; }
        body { background: linear-gradient(135deg, #0c2461 0%, #1e3799 50%, #4a69bd 100%); color: #f5f5f5; line-height: 1.8; min-height: 100vh; }
        .container { width: 100%; max-width: 1200px; margin: 0 auto; padding: 0 20px; }
        .text-center { text-align: center; }
        .highlight { background: linear-gradient(90deg, #ff9a00, #ff5e00); -webkit-background-clip: text; -webkit-text-fill-color: transparent; font-weight: 800; }
        .btn { display: inline-block; padding: 12px 30px; background: linear-gradient(to right, #00b09b, #96c93d); color: white; border-radius: 50px; text-decoration: none; font-weight: bold; transition: all 0.4s ease; border: none; cursor: pointer; }
        .btn:hover { transform: translateY(-5px); box-shadow: 0 10px 20px rgba(0,0,0,0.3); }
        .section-padding { padding: 60px 0; }
        .emoji { font-size: 1.2em; }
        .main-header { background: rgba(12, 36, 97, 0.95); backdrop-filter: blur(10px); position: sticky; top: 0; z-index: 1000; padding: 15px 0; border-bottom: 3px solid #ff9a00; }
        .header-content { display: flex; justify-content: space-between; align-items: center; }
        .logo a { font-size: 2.5rem; font-weight: 900; text-decoration: none; color: #fff; text-transform: uppercase; letter-spacing: 2px; }
        .logo span { color: #ff9a00; }
        .breadcrumb { background: rgba(255,255,255,0.05); padding: 10px 20px; border-radius: 5px; margin-top: 10px; font-size: 0.9rem; }
        .breadcrumb a { color: #4a9eff; text-decoration: none; }
        .breadcrumb a:hover { text-decoration: underline; }
        .nav-desktop ul { display: flex; list-style: none; gap: 30px; }
        .nav-desktop a { color: #f5f5f5; text-decoration: none; font-weight: 600; padding: 8px 15px; border-radius: 5px; transition: all 0.3s; position: relative; }
        .nav-desktop a:hover, .nav-desktop a.active { background: #ff9a00; color: #0c2461; }
        .nav-desktop a::after { content: ''; position: absolute; bottom: -5px; left: 15%; width: 70%; height: 3px; background: #96c93d; transform: scaleX(0); transition: transform 0.3s; }
        .nav-desktop a:hover::after { transform: scaleX(1); }
        .hamburger { display: none; font-size: 1.8rem; cursor: pointer; color: #fff; }
        .nav-mobile { position: fixed; top: 80px; left: 0; width: 100%; background: rgba(12, 36, 97, 0.98); backdrop-filter: blur(10px); flex-direction: column; padding: 20px; display: none; z-index: 999; border-top: 2px solid #ff9a00; }
        .nav-mobile.active { display: flex; }
        .nav-mobile ul { list-style: none; }
        .nav-mobile li { margin: 15px 0; }
        .nav-mobile a { color: #fff; text-decoration: none; font-size: 1.2rem; display: block; padding: 10px; border-radius: 5px; transition: background 0.3s; }
        .nav-mobile a:hover { background: #ff9a00; color: #0c2461; }
        .hero { padding: 100px 0; text-align: center; background: radial-gradient(circle at center, rgba(30, 55, 153, 0.7), rgba(12, 36, 97, 0.9)), url('https://images.unsplash.com/photo-1551958219-acbc608c6377?ixlib=rb-4.0.3&auto=format&fit=crop&w=1200&q=80') center/cover no-repeat; }
        .hero h1 { font-size: 3.5rem; margin-bottom: 20px; text-shadow: 3px 3px 6px rgba(0,0,0,0.5); }
        .hero p { font-size: 1.3rem; max-width: 800px; margin: 0 auto 30px; color: #e0e0e0; }
        .content-grid { display: grid; grid-template-columns: 1fr 300px; gap: 40px; }
        @media (max-width: 992px) { .content-grid { grid-template-columns: 1fr; } }
        main article { background: rgba(255, 255, 255, 0.05); backdrop-filter: blur(10px); border-radius: 20px; padding: 40px; box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2); }
        h1, h2, h3 { margin-bottom: 1.5rem; color: #ffcc00; }
        h2 { border-left: 5px solid #00b09b; padding-left: 15px; margin-top: 2.5rem; }
        p { margin-bottom: 1.5rem; font-size: 1.1rem; }
        ul, ol { margin-left: 30px; margin-bottom: 1.5rem; }
        a.content-link { color: #4a9eff; text-decoration: none; border-bottom: 1px dashed #4a9eff; transition: color 0.3s; }
        a.content-link:hover { color: #ff9a00; border-bottom-style: solid; }
        blockquote { border-left: 5px solid #ff9a00; padding-left: 20px; margin: 30px 0; font-style: italic; background: rgba(255, 154, 0, 0.1); padding: 20px; border-radius: 0 10px 10px 0; }
        .feature-img { width: 100%; border-radius: 15px; margin: 30px 0; border: 5px solid #1e3799; box-shadow: 0 10px 25px rgba(0,0,0,0.5); transition: transform 0.5s; }
        .feature-img:hover { transform: scale(1.02); }
        aside { background: rgba(255, 255, 255, 0.05); border-radius: 15px; padding: 25px; height: fit-content; position: sticky; top: 120px; }
        .widget { margin-bottom: 30px; }
        .widget h3 { color: #96c93d; font-size: 1.3rem; margin-bottom: 15px; border-bottom: 2px solid; padding-bottom: 8px; }
        .link-list { list-style: none; margin-left: 0; }
        .link-list li { margin-bottom: 12px; padding-bottom: 12px; border-bottom: 1px dashed rgba(255,255,255,0.2); }
        .link-list a { color: #e0e0e0; text-decoration: none; display: flex; align-items: center; gap: 10px; transition: color 0.3s; }
        .link-list a:hover { color: #ff9a00; }
        .link-list i { color: #00b09b; }
        .interactive-widget { background: rgba(30, 55, 153, 0.7); padding: 25px; border-radius: 15px; margin-top: 30px; }
        .interactive-widget h3 { color: #ffcc00; }
        form { display: flex; flex-direction: column; gap: 20px; }
        input, textarea, select { padding: 15px; border-radius: 10px; border: 2px solid transparent; background: rgba(255,255,255,0.1); color: #fff; font-size: 1rem; transition: border 0.3s; }
        input:focus, textarea:focus, select:focus { outline: none; border-color: #ff9a00; }
        textarea { min-height: 150px; resize: vertical; }
        .star-rating { display: flex; justify-content: center; gap: 10px; font-size: 2rem; margin: 15px 0; }
        .star-rating input { display: none; }
        .star-rating label { color: #ccc; cursor: pointer; transition: color 0.3s; }
        .star-rating input:checked ~ label,
        .star-rating label:hover,
        .star-rating label:hover ~ label { color: #ffcc00; }
        .main-footer { background: rgba(10, 25, 70, 0.98); padding: 50px 0 20px; margin-top: 80px; border-top: 5px solid #ff9a00; }
        .footer-content { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 40px; }
        .footer-logo { font-size: 2rem; font-weight: bold; color: #fff; }
        friend-link { display: block; margin-top: 20px; }
        friend-link a { color: #4a9eff; text-decoration: none; margin-right: 15px; }
        friend-link a:hover { text-decoration: underline; }
        .copyright { text-align: center; padding-top: 30px; margin-top: 30px; border-top: 1px solid rgba(255,255,255,0.1); color: #aaa; font-size: 0.9rem; }
        @media (max-width: 768px) {
            .hero h1 { font-size: 2.5rem; }
            .nav-desktop { display: none; }
            .hamburger { display: block; }
            .content-grid main article { padding: 25px; }
            .header-content { flex-wrap: wrap; }
        }
