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

        body {
            font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif;
            line-height: 1.6;
            color: #000;
            background: #fff;
        }

        /* Dotted Pattern Background */
        .pattern-section {
            background-image: 
                repeating-linear-gradient(0deg, transparent, transparent 19px, rgba(0,0,0,0.08) 19px, rgba(0,0,0,0.08) 20px),
                repeating-linear-gradient(90deg, transparent, transparent 19px, rgba(0,0,0,0.08) 19px, rgba(0,0,0,0.08) 20px);
            position: relative;
        }

        /* Header */
        header {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 2rem 3rem;
            border-bottom: 1px solid #000;
            background: #fff;
        }

        .logo {
            font-size: 1.5rem;
            font-weight: 700;
            letter-spacing: -0.5px;
        }
        .svg-image{
            width: 75%;
        }
        .logo a {
            text-decoration: none;
            color: #000;
        }

        .logo sup {
            font-size: 0.6em;
            font-weight: 400;
        }

        nav a {
            margin-left: 2rem;
            text-decoration: none;
            color: #000;
            font-size: 1rem;
        }

        nav a:hover {
            opacity: 0.6;
        }

        /* Article Hero */
        .article-hero {
            padding: 4rem 3rem 3rem 3rem;
            max-width: 900px;
            margin: 0 auto;
        }

        .article-meta {
            display: flex;
            gap: 2rem;
            align-items: center;
            margin-bottom: 2rem;
            font-size: 0.85rem;
            text-transform: uppercase;
            letter-spacing: 2px;
            color: #666;
        }

        .article-category {
            font-weight: 600;
            color: #000;
        }

        .article-hero h1 {
            font-size: 3rem;
            line-height: 1.2;
            margin-bottom: 1.5rem;
            font-weight: 700;
        }

        .article-hero h1 u {
            text-decoration-thickness: 3px;
            text-underline-offset: 5px;
        }

        .article-subtitle {
            font-size: 1.3rem;
            line-height: 1.5;
            color: #555;
            margin-bottom: 2rem;
            font-weight: 400;
        }

        .article-info {
            display: flex;
            gap: 2rem;
            padding-top: 1.5rem;
            /* border-top: 1px solid #ddd; */
            font-size: 0.9rem;
            color: #666;
        }

        /* Featured Image */
        .featured-image {
            width: 100%;
            max-width: 1200px;
            margin: 0 auto 4rem auto;
            border-top: 1px solid #000;
            border-bottom: 1px solid #000;
        }

        .featured-image img {
            width: 100%;
            height: auto;
            display: block;
        }

        /* Article Content */
        .article-content {
            max-width: 720px;
            margin: 0 auto;
            padding: 0 3rem 4rem 3rem;
        }

        .article-content h2 {
            font-size: 2rem;
            margin: 3rem 0 1.5rem 0;
            font-weight: 700;
            line-height: 1.3;
        }

        .article-content h3 {
            font-size: 1.5rem;
            margin: 2.5rem 0 1rem 0;
            font-weight: 600;
            line-height: 1.3;
        }

        .article-content p {
            font-size: 1.1rem;
            line-height: 1.8;
            margin-bottom: 1.5rem;
            color: #222;
        }

        .article-content p:first-of-type::first-letter {
            font-size: 3.5rem;
            line-height: 1;
            float: left;
            margin: 0.1rem 0.5rem 0 0;
            font-weight: 700;
        }

        .article-content blockquote {
            border-left: 3px solid #000;
            padding-left: 2rem;
            margin: 2.5rem 0;
            font-size: 1.3rem;
            line-height: 1.6;
            font-style: italic;
            color: #333;
        }

        .article-content ul,
        .article-content ol {
            margin: 1.5rem 0 1.5rem 2rem;
            font-size: 1.1rem;
            line-height: 1.8;
        }

        .article-content li {
            margin-bottom: 0.75rem;
        }

        .article-content a {
            color: #000;
            text-decoration: underline;
            text-decoration-thickness: 2px;
            text-underline-offset: 3px;
        }

        .article-content a:hover {
            opacity: 0.6;
        }

        .article-content img {
            width: 100%;
            height: auto;
            margin: 2.5rem 0;
            border: 1px solid #ddd;
        }

        .article-content figcaption {
            text-align: center;
            font-size: 0.9rem;
            color: #666;
            margin-top: 0.5rem;
            font-style: italic;
        }

        /* Pull Quote */
        .pull-quote {
            font-size: 1.8rem;
            line-height: 1.4;
            font-weight: 600;
            text-align: center;
            margin: 3rem 0;
            padding: 2rem 0;
            border-top: 1px solid #ddd;
            border-bottom: 1px solid #ddd;
        }

        /* Author Section */
        .author-section {
            max-width: 720px;
            margin: 4rem auto 0 auto;
            padding: 2rem 3rem;
            border-top: 2px solid #000;
        }

        .author-label {
            font-size: 0.75rem;
            text-transform: uppercase;
            letter-spacing: 2px;
            margin-bottom: 1rem;
            opacity: 0.6;
        }

        .author-info {
            display: flex;
            gap: 2rem;
            align-items: flex-start;
        }

        .author-avatar {
            width: 80px;
            height: 80px;
            border-radius: 50%;
            background: #f0f0f0;
            flex-shrink: 0;
            background-image: url('/assets/img/moozhan.png');
            background-size: cover;
        }

        .author-details h4 {
            font-size: 1.3rem;
            margin-bottom: 0.5rem;
        }

        .author-details p {
            font-size: 1rem;
            line-height: 1.6;
            color: #555;
        }

        /* Related Posts */
        .related-posts {
            padding: 4rem 3rem;
            background: #fafafa;
            border-top: 1px solid #000;
        }

        .related-container {
            max-width: 1200px;
            margin: 0 auto;
        }

        .related-posts h2 {
            font-size: 1.8rem;
            margin-bottom: 3rem;
            font-weight: 700;
        }

        .related-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 3rem;
        }

        .related-item {
            text-decoration: none;
            color: #000;
            transition: transform 0.3s ease;
        }

        .related-item:hover {
            transform: translateY(-5px);
        }

        .related-image {
            width: 100%;
            aspect-ratio: 16/9;
            background: #e0e0e0;
            margin-bottom: 1rem;
            overflow: hidden;
        }

        .related-image img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        .related-category {
            font-size: 0.75rem;
            text-transform: uppercase;
            letter-spacing: 2px;
            margin-bottom: 0.75rem;
            opacity: 0.6;
        }

        .related-item h3 {
            font-size: 1.3rem;
            line-height: 1.3;
            margin-bottom: 0.5rem;
        }

        .related-meta {
            font-size: 0.85rem;
            color: #999;
        }

        /* Footer */
        footer {
            padding: 3rem;
            text-align: center;
            border-top: 1px solid #000;
        }

        .social-links {
            display: flex;
            justify-content: center;
            gap: 2rem;
            margin-bottom: 2rem;
        }

        .social-links a {
            color: #000;
            font-size: 1.5rem;
            text-decoration: none;
            transition: opacity 0.3s;
        }

        .social-links a:hover {
            opacity: 0.6;
        }

        .footer-text {
            font-size: 0.9rem;
            color: #666;
            line-height: 1.8;
        }

        /* Responsive */
        @media (max-width: 1024px) {
            .related-grid {
                grid-template-columns: 1fr;
            }
        }

        @media (max-width: 768px) {
            header {
                flex-direction: column;
                align-items: flex-start;
                padding: 2rem;
            }

            nav {
                margin-top: 1rem;
            }

            nav a {
                margin-left: 0;
                margin-right: 2rem;
            }

            .article-hero {
                padding: 3rem 2rem 2rem 2rem;
            }

            .article-hero h1 {
                font-size: 2rem;
            }

            .article-subtitle {
                font-size: 1.1rem;
            }

            .article-content {
                padding: 0 2rem 3rem 2rem;
            }

            .article-content h2 {
                font-size: 1.6rem;
            }

            .article-content p {
                font-size: 1rem;
            }

            .article-content p:first-of-type::first-letter {
                font-size: 2.5rem;
            }

            .article-content blockquote {
                font-size: 1.1rem;
                padding-left: 1.5rem;
            }

            .pull-quote {
                font-size: 1.4rem;
            }

            .author-section {
                padding: 2rem;
            }

            .author-info {
                flex-direction: column;
            }

            .related-posts {
                padding: 3rem 2rem;
            }
        }