        * { margin: 0; padding: 0; box-sizing: border-box; }
        html { scroll-behavior: smooth; }
        body {
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
            line-height: 1.8;
            color: #333;
            background: linear-gradient(135deg, #0c2461 0%, #1e3799 30%, #4a69bd 100%);
            background-attachment: fixed;
            color: #f7f7f7;
            max-width: 1400px;
            margin: 0 auto;
            box-shadow: 0 0 50px rgba(0, 0, 0, 0.7);
        }
        a { color: #f6b93b; text-decoration: none; transition: color 0.3s, transform 0.2s; }
        a:hover { color: #ffdd59; transform: translateY(-2px); }
        img { max-width: 100%; height: auto; display: block; }
        .container { width: 95%; max-width: 1200px; margin: 0 auto; padding: 0 20px; }
        header { background: rgba(12, 36, 97, 0.95); padding: 1.5rem 0; border-bottom: 3px solid #f6b93b; position: sticky; top: 0; z-index: 1000; backdrop-filter: blur(10px); }
        .header-container { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; }
        .logo a { font-size: 2.5rem; font-weight: 900; text-transform: uppercase; letter-spacing: 3px; color: #ffdd59; text-shadow: 0 0 15px rgba(246, 185, 59, 0.7); }
        .logo a:hover { color: #fff; text-shadow: 0 0 20px #ffdd59; }
        .logo .domain { font-size: 0.8rem; color: #4a69bd; margin-top: -5px; }
        nav { display: flex; align-items: center; }
        .nav-links { display: flex; list-style: none; }
        .nav-links li { margin-left: 2rem; }
        .nav-links a { font-weight: 600; font-size: 1.1rem; padding: 0.5rem 0; position: relative; }
        .nav-links a::after { content: ''; position: absolute; bottom: 0; left: 0; width: 0; height: 3px; background: #f6b93b; transition: width 0.3s; }
        .nav-links a:hover::after { width: 100%; }
        .hamburger { display: none; font-size: 1.8rem; cursor: pointer; color: #ffdd59; }
        .breadcrumb { background: rgba(30, 55, 153, 0.8); padding: 1rem; margin: 1rem auto; border-radius: 5px; font-size: 0.9rem; }
        .breadcrumb a { color: #ccc; }
        .breadcrumb a:hover { color: #ffdd59; }
        .breadcrumb span { color: #ffdd59; }
        .hero { text-align: center; padding: 4rem 2rem; background: rgba(0, 0, 0, 0.5); border-radius: 15px; margin: 2rem 0; }
        .hero h1 { font-size: 3.5rem; margin-bottom: 1.5rem; color: #ffdd59; text-shadow: 2px 2px 10px #000; }
        .hero p { font-size: 1.3rem; max-width: 800px; margin: 0 auto; color: #e6e6e6; }
        main { background: rgba(255, 255, 255, 0.05); backdrop-filter: blur(5px); padding: 3rem 2rem; border-radius: 15px; margin: 2rem 0; }
        section { margin-bottom: 4rem; }
        h1, h2, h3, h4 { color: #ffdd59; margin-bottom: 1.5rem; line-height: 1.3; }
        h1 { font-size: 2.8rem; border-bottom: 3px solid #f6b93b; padding-bottom: 0.5rem; }
        h2 { font-size: 2.2rem; padding-left: 10px; border-left: 5px solid #4a69bd; }
        h3 { font-size: 1.8rem; color: #82ccdd; }
        h4 { font-size: 1.4rem; color: #b8e994; }
        p { margin-bottom: 1.5rem; font-size: 1.1rem; text-align: justify; }
        .highlight { background: rgba(246, 185, 59, 0.2); border-left: 4px solid #f6b93b; padding: 1.5rem; margin: 2rem 0; border-radius: 0 10px 10px 0; }
        .bold { font-weight: 900; color: #ffdd59; }
        .emoji { font-size: 1.2em; margin-right: 5px; }
        .img-container { float: right; margin: 0 0 1.5rem 2rem; max-width: 500px; border-radius: 10px; overflow: hidden; border: 3px solid #f6b93b; box-shadow: 0 10px 20px rgba(0,0,0,0.5); }
        .img-container img { width: 100%; transition: transform 0.5s; }
        .img-container:hover img { transform: scale(1.05); }
        .caption { text-align: center; font-style: italic; padding: 0.5rem; background: rgba(0,0,0,0.5); color: #ccc; }
        .features { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 2rem; margin: 3rem 0; }
        .feature-box { background: rgba(30, 55, 153, 0.7); padding: 2rem; border-radius: 10px; text-align: center; border: 1px solid #4a69bd; transition: transform 0.3s, box-shadow 0.3s; }
        .feature-box:hover { transform: translateY(-10px); box-shadow: 0 15px 30px rgba(0,0,0,0.4); }
        .feature-box h3 { color: #82ccdd; margin-top: 0; }
        .feature-box form { display: flex; flex-direction: column; gap: 1rem; margin-top: 1.5rem; }
        .feature-box input, .feature-box textarea, .feature-box select { padding: 0.8rem; border-radius: 5px; border: 1px solid #4a69bd; background: rgba(255,255,255,0.1); color: white; font-size: 1rem; }
        .feature-box input::placeholder, .feature-box textarea::placeholder { color: #ccc; }
        .feature-box button { padding: 1rem; background: linear-gradient(to right, #f6b93b, #e55039); color: white; border: none; border-radius: 5px; font-weight: bold; cursor: pointer; transition: background 0.3s; }
        .feature-box button:hover { background: linear-gradient(to right, #ffdd59, #eb2f06); }
        .stars { display: flex; justify-content: center; gap: 0.5rem; margin: 1rem 0; }
        .stars i { font-size: 1.8rem; color: #555; cursor: pointer; transition: color 0.3s; }
        .stars i:hover, .stars i.active { color: #ffdd59; }
        .link-list { background: rgba(0,0,0,0.3); padding: 2rem; border-radius: 10px; margin: 2rem 0; }
        .link-list ul { display: grid; grid-template-columns: repeat(auto-fill, minmax(250px, 1fr)); gap: 1rem; list-style: none; }
        .link-list li { padding: 0.8rem; background: rgba(74, 105, 189, 0.5); border-radius: 5px; transition: background 0.3s; }
        .link-list li:hover { background: rgba(74, 105, 189, 0.8); }
        .link-list a { display: block; color: #fff; }
        .link-list a:hover { color: #ffdd59; }
        footer { background: rgba(12, 36, 97, 0.95); padding: 3rem 0 1.5rem; margin-top: 4rem; border-top: 3px solid #f6b93b; text-align: center; }
        friend-link { display: block; margin: 1.5rem 0; }
        friend-link a { display: inline-block; margin: 0 1rem; padding: 0.8rem 1.5rem; background: rgba(246, 185, 59, 0.2); border-radius: 30px; color: #ffdd59; font-weight: bold; border: 1px solid #f6b93b; }
        friend-link a:hover { background: rgba(246, 185, 59, 0.5); }
        .copyright { margin-top: 2rem; padding-top: 1.5rem; border-top: 1px solid #4a69bd; color: #aaa; font-size: 0.9rem; }
        @media (max-width: 992px) {
            .img-container { float: none; margin: 1.5rem auto; max-width: 80%; }
            h1 { font-size: 2.5rem; }
            h2 { font-size: 2rem; }
        }
        @media (max-width: 768px) {
            .hamburger { display: block; }
            .nav-links { display: none; flex-direction: column; position: absolute; top: 100%; left: 0; width: 100%; background: rgba(12, 36, 97, 0.98); padding: 1rem; border-top: 1px solid #4a69bd; }
            .nav-links.active { display: flex; }
            .nav-links li { margin: 0.5rem 0; }
            .hero h1 { font-size: 2.2rem; }
            .features { grid-template-columns: 1fr; }
        }
        @media (max-width: 480px) {
            .hero h1 { font-size: 1.8rem; }
            h2 { font-size: 1.6rem; }
            .container { padding: 0 10px; }
        }
        .clearfix::after { content: ""; clear: both; display: table; }
        .last-updated { text-align: right; font-style: italic; color: #aaa; font-size: 0.9rem; margin-bottom: 2rem; }
        .word-count { text-align: center; color: #82ccdd; font-size: 0.9rem; margin-top: 1rem; }
