{
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }
        body {
            font-family: 'Roboto', sans-serif;
            background-color: #0a0c0f;
            color: #eae6e0;
            line-height: 1.6;
            overflow-x: hidden;
        }
        body::before {
            content: "";
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-image: 
                radial-gradient(circle at 30% 40%, rgba(120, 70, 30, 0.15) 0%, transparent 25%),
                radial-gradient(circle at 80% 70%, rgba(180, 130, 50, 0.1) 0%, transparent 30%),
                repeating-linear-gradient(45deg, rgba(100, 70, 40, 0.1) 0px, rgba(100, 70, 40, 0.1) 2px, transparent 2px, transparent 6px);
            pointer-events: none;
            z-index: -1;
        }
        .wrapper {
            max-width: 1300px;
            margin: 0 auto;
            padding: 20px 40px;
            background: rgba(10, 12, 15, 0.7);
            backdrop-filter: blur(2px);
            box-shadow: 0 0 50px rgba(0, 0, 0, 0.8);
            border-left: 1px solid #b89b7b30;
            border-right: 1px solid #b89b7b30;
            min-height: 100vh;
        }
        h1, h2, h3, .logo, .btn, .nav-links a {
            font-family: 'Cinzel', serif;
            font-weight: 700;
            letter-spacing: 2px;
            text-transform: uppercase;
        }
        h1 {
            font-size: 4rem;
            font-weight: 900;
            background: linear-gradient(135deg, #f5e7d3, #c0a87b);
            -webkit-background-clip: text;
            background-clip: text;
            color: transparent;
            line-height: 1.2;
            margin-bottom: 20px;
        }
        h2 {
            font-size: 2.5rem;
            color: #dac29c;
            border-bottom: 3px double #b4946a;
            display: inline-block;
            padding-bottom: 10px;
            margin-bottom: 40px;
            text-shadow: 2px 2px 0 #2a1e12;
        }
        h3 {
            font-size: 1.5rem;
            color: #ecd8b4;
            margin-bottom: 15px;
        }
        p {
            font-weight: 300;
            font-size: 1.1rem;
            color: #cdc2b2;
            margin-bottom: 20px;
        }
        a {
            text-decoration: none;
            color: inherit;
        }
        .navbar {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 25px 0 20px;
            border-bottom: 2px solid #5f4e3a;
            margin-bottom: 50px;
            flex-wrap: wrap;
        }
        .logo {
            font-size: 2rem;
            font-weight: 700;
            background: linear-gradient(145deg, #f0dab6, #b48c5c);
            -webkit-background-clip: text;
            background-clip: text;
            color: transparent;
            text-shadow: 0 0 10px #8a6a42;
        }
        .logo i {
            color: #b87c4b;
            margin-right: 8px;
            font-size: 2.2rem;
            text-shadow: 0 0 8px #e4a35a;
        }
        .nav-links {
            display: flex;
            gap: 40px;
            font-size: 1.1rem;
        }
        .nav-links a {
            color: #cfc1ad;
            transition: 0.3s;
            padding-bottom: 5px;
            border-bottom: 2px solid transparent;
        }
        .nav-links a:hover {
            color: #ffd89c;
            border-bottom: 2px solid #c69c6d;
            transform: translateY(-2px);
        }
        .hero {
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            gap: 40px;
            margin-bottom: 80px;
        }
        .hero-content {
            flex: 1 1 400px;
        }
        .hero-content p {
            font-size: 1.3rem;
            border-left: 5px solid #ab7e54;
            padding-left: 25px;
            margin: 30px 0;
        }
        .hero-image {
            flex: 1 1 400px;
            text-align: center;
            position: relative;
        }
        .hero-image i {
            font-size: 18rem;
            color: #5e4a33;
            text-shadow: 0 10px 20px #000, 0 0 30px #a47e54;
            transition: 0.3s;
        }
        .hero-image i:hover {
            color: #7d5f40;
            text-shadow: 0 0 40px #e6b17e;
        }
        .btn {
            display: inline-block;
            background: linear-gradient(145deg, #443829, #2b1f14);
            border: 2px solid #b4946a;
            color: #f5e2c1;
            padding: 15px 40px;
            font-size: 1.3rem;
            font-weight: 700;
            cursor: pointer;
            border-radius: 50px;
            box-shadow: 0 8px 0 #1f1610, 0 10px 20px black;
            transition: 0.15s linear;
            text-transform: uppercase;
            letter-spacing: 3px;
        }
        .btn:hover {
            transform: translateY(3px);
            box-shadow: 0 5px 0 #1f1610, 0 8px 20px black;
            background: linear-gradient(145deg, #5f4d36, #3b2d1f);
            color: #ffffff;
            border-color: #e4bc88;
        }
        .btn i {
            margin-right: 10px;
        }
        .footer {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 40px 0 20px;
            border-top: 2px solid #5f4e3a;
            flex-wrap: wrap;
            gap: 20px;
            color: #9e907d;
        }
        @media (max-width: 800px) {
            h1 { font-size: 3rem; }
            .navbar { flex-direction: column; gap: 20px; }
            .nav-links { gap: 20px; flex-wrap: wrap; justify-content: center; }
            .hero-image i { font-size: 12rem; }
        }

        @media (max-width: 500px) {
            .wrapper { padding: 20px 15px; }
            h1 { font-size: 2.4rem; }
        }
        .runes {
            font-size: 1.8rem;
            word-spacing: 20px;
            color: #7a623e;
            text-align: center;
            margin: 20px 0;
            opacity: 0.5;
        }
         .quote-section {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 30px;
            background: linear-gradient(145deg, #1f1a15, #0f0c0a);
            border-radius: 100px;
            padding: 30px 60px;
            margin: 60px 0;
            border: 2px solid #b4946a;
        }

        .quote-section i {
            font-size: 4rem;
            color: #b87c4b;
        }

        .quote-text {
            font-size: 1.6rem;
            font-style: italic;
            color: #ecd8b4;
            font-family: 'Cinzel', serif;
        }

        .quote-author {
            font-size: 1rem;
            color: #9e8b77;
            margin-top: 10px;
        }