* { box-sizing: border-box; margin: 0; padding: 0; }
        :root {
            --primary: #0d1b2a;
            --accent: #c8a46e;
            --accent-light: #e0c9a6;
            --red: #b22222;
            --leaf: #1f5c3d;
            --bg: #faf7f2;
            --text: #2c2c2c;
            --radius: 14px;
            --shadow: 0 6px 24px rgba(0,0,0,.07);
        }
        body { font-family: 'Roboto', sans-serif; color: var(--text); background: var(--bg); line-height: 1.7; font-size: 16px; scroll-behavior: smooth; }
        h1, h2, h3, h4, .logo { font-family: 'Oswald', sans-serif; letter-spacing: 1px; }
        a { color: var(--red); text-decoration: none; transition: opacity .2s; }
        a:hover { opacity: .75; text-decoration: underline; }
        .site-header { background: var(--primary); color: #f7f3ea; position: sticky; top:0; z-index: 1000; box-shadow: var(--shadow); }
        .nav-container { max-width: 1300px; margin:0 auto; display: flex; align-items:center; justify-content: space-between; padding: .8rem 1.5rem; flex-wrap: wrap; }
        .my-logo { font-family:'Oswald',sans-serif; font-weight:700; font-size:1.8rem; letter-spacing:2px; color: var(--accent); }
        .my-logo a { color:var(--accent); display:flex; align-items:baseline; gap:4px; }
        .my-logo .dot { color: var(--red); }
        .desktop-nav { display:flex; gap:1.2rem; flex-wrap: wrap; }
        .desktop-nav a { color:#f3efe6; font-weight:500; padding:.4rem .8rem; border-radius: 30px; font-size: .9rem; }
        .desktop-nav a:hover { background: rgba(255,255,255,.12); text-decoration:none; }
        .hamburger { display:none; background:none; border:0; color: var(--accent); font-size: 2rem; cursor: pointer; }
        .search-icon { background:none; border:none; color:#eee; cursor:pointer; margin-left: .5rem; font-size:1.1rem; }
        .mobile-nav { display:none; flex-basis:100%; padding: .5rem 1rem 1rem; flex-direction:column; background:var(--primary); }
        .mobile-nav.open { display:flex; }
        .mobile-nav a { color:#fff; border-bottom:1px solid rgba(255,255,255,.15); padding:.8rem .2rem; }
        .mobile-nav a i { margin-right: .6rem; width:20px; text-align:center; }
        .crumb { font-size: .85rem; background:#e9e4dc; padding:.5rem 1.5rem; max-width: 1300px; margin:0 auto; border-radius: 0 0 8px 8px; }
        .crumb a { color: var(--red); }
        .hero { background: linear-gradient(to bottom right, #0d1b2a, #1f3b56); color: #fbf7ef; padding: 3rem 1.2rem; text-align: center; }
        .hero h1 { font-size: 2.8rem; line-height:1.1; margin-bottom:.8rem; text-transform: uppercase; }
        .hero span.tagline { background: var(--red); padding:.3rem 1.2rem; border-radius: 25px; color:#fff; font-weight: 500; font-size: .95rem; display:inline-block; }
        .hero p { font-size: 1.15rem; max-width: 850px; margin:1.4rem auto 0; opacity:.97; }
        .content-wrap { max-width: 1300px; margin:2rem auto; padding: 0 1.2rem; display:grid; grid-template-columns: 1fr 300px; gap: 2rem; }
        .article-body { background:white; padding:2.4rem; border-radius: var(--radius); box-shadow: var(--shadow); }
        .sidebar { background:white; padding:1.8rem 1.5rem; border-radius: var(--radius); box-shadow: var(--shadow); align-self:start; position:sticky; top:3.9rem; max-height:90vh; overflow:auto; }
        .sidebar h3 { font-size:1.2rem; border-bottom:2px solid var(--accent); padding-bottom:.6rem; margin-bottom:1rem; }
        h2 { font-size: 2rem; margin: 2.2rem 0 1rem; color: #0f2b3c; border-left:6px solid var(--red); padding-left:.9rem; }
        h3 { font-size: 1.5rem; margin: 1.8rem 0 .7rem; color: #1b3a52; }
        h4 { font-size:1.15rem; margin: 1.1rem 0 .4rem; color:#333; }
        p { margin-bottom: 1.2rem; }
        ul, ol { margin: 1rem 0 1.2rem 2.2rem; }
        li { margin-bottom:.5rem; }
        .bathuge-quote { background: #f4f0e8; padding: 1.2rem 1.7rem; border-radius: 8px; border-left: 6px solid var(--accent); font-style: italic; margin: 1.5rem 0; }
        .callout { background: var(--primary); color: white; padding: 1rem 1.8rem; border-radius: 10px; margin: 1.5rem 0; display: flex; align-items: center; gap: 1.2rem; }
        .callout i { font-size: 2.5rem; color: var(--accent); }
        img { max-width: 100%; height:auto; border-radius: 10px; box-shadow: var(--shadow); margin: 1.2rem 0; }
        figure figcaption { font-size:.85rem; text-align:center; color:#666; margin-top:-.5rem; margin-bottom:1.4rem; }
        iframe { width:100%; height:180px; border:0; border-radius: 10px; margin:1rem 0; }
        .table-responsive { overflow-x:auto; margin:2rem 0; }
        table { border-collapse: collapse; width:100%; font-size:.95rem; min-width:450px; }
        th { background: var(--primary); color:#fff; padding:.8rem; text-align:left; font-weight:500; }
        td { border-bottom: 1px solid #ddd; padding:.7rem .8rem; }
        tr:hover td { background:#f7f2ea; }
        .comment-box { background:#eef3f7; padding:1.5rem; border-radius: 12px; margin:2.4rem 0 1rem; }
        .comment-box label { font-weight: 700; font-family: 'Oswald', sans-serif; font-size:1.1rem; }
        .field { width:100%; padding:.8rem; border:1px solid #ccc; border-radius:6px; font-size:1rem; margin-top:.4rem; }
        .btn-red { background: var(--red); color:white; border:none; padding:.8rem 2.3rem; margin-top:1rem; border-radius: 40px; cursor:pointer; font-weight:600; font-size:1rem; transition: background .2s; }
        .btn-red:hover { background:#8a1a1a; }
        .faq-item { border-bottom:1px solid #eee; padding: 1rem 0; }
        .rating-stars .fa-star { color: #ccc; font-size: 1.6rem; cursor:pointer; transition:color .2s; }
        .rating-stars .fa-star.active { color: var(--red); }
        friend-link { display: block; padding: 1.2rem 0; border-top: 1px solid #ddd; margin-top: 2.2rem; font-size: .9rem; letter-spacing: .7px; }
        .footer { background: var(--primary); color: #f0ebe2; padding: 2.5rem 1.2rem 1.8rem; margin-top: 3.5rem; }
        .footer-inner { max-width: 1300px; margin: 0 auto; display:grid; grid-template-columns: 2fr 1fr 1fr; gap:2rem; }
        .footer a { color: var(--accent); }
        .footer-bottom { text-align:center; border-top:1px solid rgba(255,255,255,.12); padding-top:1.6rem; margin-top:2rem; font-size:.9rem; }
        .mobile-search-form { display: none; }
        @media (max-width: 992px) {
            .content-wrap { grid-template-columns: 1fr; }
            .sidebar { position: static; max-height: none; }
            .desktop-nav, .search-form-desktop { display:none; }
            .hamburger { display: block; }
            .hero h1 { font-size: 2rem; }
        }
        @media (max-width: 700px) {
            .nav-container { flex-wrap: wrap; }
            .site-header { padding: 0; }
            .crumb { display: none; }
            .hero { padding:2rem 1rem; }
            .hero h1 { font-size: 1.9rem; }
            .article-body, .sidebar { padding: 1.3rem; }
            .footer-inner { grid-template-columns: 1fr; gap: 1rem; }
            .mobile-search-form { display: flex; padding: 0.8rem 1.2rem 0.4rem; }
        }
        .check-icon { color: var(--green); margin-right:.4rem; }
        .chip { background:#f1e9da; border-radius: 20px; padding:.2rem 1rem; display:inline-block; font-size:.9rem; margin-right:.4rem; margin-top:.4rem; }
        .toc {background:#eff5f8; padding:1.5rem 2rem; border-radius:12px; display:inline-block; box-shadow:var(--shadow);}
        .toc a {display:flex; gap:.6rem;}
