﻿:root {
            --primary: rgb(202, 138, 4); 
            --primary-hover: rgb(180, 120, 0);
            --bg-body: #f8fafc;
            --bg-surface: #ffffff;
            --bg-dark: #1e293b;
            --text-main: #0f172a;
            --text-muted: #64748b;
            --border: #e2e8f0;
            --radius: 8px;
            --shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
            --shadow-hover: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
        }
        * { margin: 0; padding: 0; box-sizing: border-box; }
        body { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; background: var(--bg-body); color: var(--text-main); line-height: 1.6; }
        a { text-decoration: none; color: inherit; transition: all 0.3s ease; }
        img { max-width: 100%; height: auto; display: block; }
        .container { max-width: 1200px; margin: 0 auto; padding: 0 20px; }
        
        
        .header { background: var(--bg-dark); color: #fff; position: sticky; top: 0; z-index: 100; box-shadow: 0 2px 10px rgba(0,0,0,0.1); }
        .header-inner { display: flex; justify-content: space-between; align-items: center; height: 70px; }
        .logo { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; }
        .logo img { display: block; height: 36px; width: auto; max-width: 160px; object-fit: contain; flex-shrink: 0; }
        .logo span { display: inline-block; font-size: 20px; font-weight: 800; line-height: 1; color: #fff; white-space: nowrap; letter-spacing: 1px;}
        
        .desktop-nav { display: flex; gap: 30px; }
        .desktop-nav a { font-size: 16px; font-weight: 500; color: #cbd5e1; }
        .desktop-nav a:hover { color: var(--primary); }
        .menu-toggle { display: none; background: none; border: none; color: #fff; font-size: 24px; cursor: pointer; }
        
        
        .drawer-overlay { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.5); z-index: 999; opacity: 0; visibility: hidden; transition: 0.3s; }
        .drawer-overlay.active { opacity: 1; visibility: visible; }
        .drawer { position: fixed; top: 0; left: -300px; width: 280px; height: 100%; background: var(--bg-surface); z-index: 1000; transition: 0.3s transform; display: flex; flex-direction: column; box-shadow: 2px 0 10px rgba(0,0,0,0.1); }
        .drawer.active { transform: translateX(300px); }
        .drawer-header { padding: 20px; display: flex; justify-content: space-between; align-items: center; border-bottom: 1px solid var(--border); background: var(--bg-dark); }
        .drawer-close { background: none; border: none; font-size: 28px; color: #fff; cursor: pointer; }
        .drawer-body { flex: 1; overflow-y: auto; padding: 20px 0; }
        .drawer-nav a { display: block; padding: 12px 20px; font-size: 16px; font-weight: 500; color: var(--text-main); border-bottom: 1px solid #f1f5f9; }
        .drawer-nav a:hover { background: #f8fafc; color: var(--primary); padding-left: 25px; }

        
        .hero { background: linear-gradient(135deg, #1e293b 0%, #0f172a 100%); padding: 80px 0; color: #fff; overflow: hidden; position: relative; }
        .hero::before { content: ''; position: absolute; right: 0; bottom: 0; width: 50%; height: 100%; background: url('https://images.unsplash.com/photo-1551288049-bebda4e38f71?auto=format&fit=crop&w=800&q=80') center/cover; opacity: 0.2; mask-image: linear-gradient(to left, rgba(0,0,0,1), rgba(0,0,0,0)); -webkit-mask-image: linear-gradient(to left, rgba(0,0,0,1), rgba(0,0,0,0)); }
        .hero-inner { display: flex; align-items: center; gap: 40px; position: relative; z-index: 1; }
        .hero-content { flex: 1; }
        .hero-tag { display: inline-block; padding: 4px 12px; background: rgba(202, 138, 4, 0.2); color: var(--primary); border-radius: 20px; font-size: 14px; font-weight: 600; margin-bottom: 20px; border: 1px solid var(--primary); }
        .hero h1 { font-size: 48px; font-weight: 800; line-height: 1.2; margin-bottom: 20px; }
        .hero h1 span { color: var(--primary); }
        .hero p { font-size: 18px; color: #cbd5e1; margin-bottom: 30px; max-width: 500px; }
        .hero-actions { display: flex; gap: 15px; }
        .btn { display: inline-flex; align-items: center; justify-content: center; padding: 12px 28px; font-size: 16px; font-weight: 600; border-radius: var(--radius); cursor: pointer; text-align: center; }
        .btn-primary { background: var(--primary); color: #fff; box-shadow: 0 4px 14px rgba(202, 138, 4, 0.4); }
        .btn-primary:hover { background: var(--primary-hover); transform: translateY(-2px); }
        .btn-outline { border: 2px solid #cbd5e1; color: #fff; }
        .btn-outline:hover { border-color: var(--primary); color: var(--primary); }
        .hero-visual { flex: 1; display: flex; justify-content: flex-end; }
        .hero-visual img { max-width: 100%; border-radius: 12px; box-shadow: 0 20px 40px rgba(0,0,0,0.4); transform: perspective(1000px) rotateY(-5deg); transition: 0.5s; }
        .hero-visual img:hover { transform: perspective(1000px) rotateY(0deg); }

        
        .features { padding: 60px 0; background: var(--bg-surface); margin-top: -30px; position: relative; z-index: 10; border-radius: 20px 20px 0 0; box-shadow: 0 -10px 30px rgba(0,0,0,0.05); }
        .feature-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
        .feature-card { padding: 30px 20px; text-align: center; background: #fff; border: 1px solid var(--border); border-radius: var(--radius); transition: var(--shadow-hover); }
        .feature-card:hover { box-shadow: var(--shadow-hover); border-color: var(--primary); }
        .f-icon { width: 60px; height: 60px; margin: 0 auto 20px; background: rgba(202,138,4,0.1); border-radius: 50%; display: flex; align-items: center; justify-content: center; color: var(--primary); font-size: 28px; }
        .feature-card h3 { font-size: 18px; margin-bottom: 10px; color: var(--text-main); }
        .feature-card p { font-size: 14px; color: var(--text-muted); }

        
        .section-title { font-size: 28px; font-weight: 700; margin-bottom: 30px; display: flex; align-items: center; gap: 10px; }
        .section-title::before { content: ''; display: block; width: 6px; height: 28px; background: var(--primary); border-radius: 3px; }
        
        .home-main { padding: 60px 0; display: flex; gap: 30px; }
        .main-col { flex: 1; min-width: 0; }
        .side-col { width: 320px; flex-shrink: 0; }

        
        .card-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; margin-bottom: 40px; }
        .post-card { background: var(--bg-surface); border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); transition: 0.3s; border: 1px solid var(--border); display: flex; flex-direction: column; }
        .post-card:hover { box-shadow: var(--shadow-hover); transform: translateY(-3px); }
        .post-img { aspect-ratio: 16/9; overflow: hidden; display: block; position: relative; }
        .post-img img { width: 100%; height: 100%; object-fit: cover; transition: 0.5s; }
        .post-card:hover .post-img img { transform: scale(1.05); }
        .tag-badge { position: absolute; top: 10px; left: 10px; background: var(--primary); color: #fff; font-size: 12px; padding: 4px 10px; border-radius: 4px; font-weight: 500; }
        .post-info { padding: 20px; flex: 1; display: flex; flex-direction: column; }
        .post-meta { display: flex; justify-content: space-between; font-size: 13px; color: var(--text-muted); margin-bottom: 10px; }
        .post-title { font-size: 18px; font-weight: 600; line-height: 1.4; margin-bottom: 10px; }
        .post-title a:hover { color: var(--primary); }
        .post-desc { font-size: 14px; color: var(--text-muted); margin-bottom: 15px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; flex: 1; }
        .post-footer { display: flex; align-items: center; justify-content: space-between; border-top: 1px solid var(--border); padding-top: 15px; font-size: 13px; }
        .read-more { color: var(--primary); font-weight: 600; }

        
        .news-list { display: flex; flex-direction: column; gap: 20px; }
        .news-item { display: flex; gap: 20px; background: var(--bg-surface); padding: 15px; border-radius: var(--radius); border: 1px solid var(--border); transition: 0.3s; }
        .news-item:hover { border-color: var(--primary); box-shadow: var(--shadow); }
        .news-img { width: 160px; height: 100px; border-radius: 6px; overflow: hidden; flex-shrink: 0; }
        .news-img img { width: 100%; height: 100%; object-fit: cover; }
        .news-content { flex: 1; display: flex; flex-direction: column; justify-content: center; }
        .news-title { font-size: 16px; font-weight: 600; margin-bottom: 8px; }
        .news-meta { font-size: 12px; color: var(--text-muted); display: flex; gap: 15px; }

        
        .widget { background: var(--bg-surface); border-radius: var(--radius); padding: 25px; margin-bottom: 30px; border: 1px solid var(--border); box-shadow: var(--shadow); }
        .widget-title { font-size: 18px; font-weight: 700; margin-bottom: 20px; padding-bottom: 10px; border-bottom: 2px solid var(--border); position: relative; }
        .widget-title::after { content: ''; position: absolute; left: 0; bottom: -2px; width: 40px; height: 2px; background: var(--primary); }
        
        .action-banner { background: linear-gradient(135deg, var(--primary) 0%, #a16207 100%); padding: 30px 20px; border-radius: var(--radius); color: #fff; text-align: center; margin-bottom: 30px; box-shadow: 0 10px 20px rgba(202,138,4,0.3); }
        .action-banner h4 { font-size: 20px; margin-bottom: 10px; }
        .action-banner p { font-size: 14px; margin-bottom: 20px; opacity: 0.9; }
        .action-banner .btn { background: #fff; color: var(--primary); width: 100%; }
        
        .tag-cloud { display: flex; flex-wrap: wrap; gap: 10px; }
        .tag-cloud a { display: inline-block; padding: 6px 12px; background: #f1f5f9; color: var(--text-main); font-size: 13px; border-radius: 4px; transition: 0.3s; border: 1px solid transparent; }
        .tag-cloud a:hover { background: rgba(202,138,4,0.1); color: var(--primary); border-color: var(--primary); }

        
        .trust-section { padding: 60px 0; background: var(--bg-dark); color: #fff; text-align: center; }
        .trust-inner { max-width: 800px; margin: 0 auto; }
        .trust-inner h2 { font-size: 32px; margin-bottom: 20px; color: var(--primary); }
        .trust-inner p { font-size: 16px; color: #cbd5e1; margin-bottom: 40px; }
        .stats-row { display: flex; justify-content: space-around; }
        .stat-item h4 { font-size: 40px; font-weight: 800; color: #fff; line-height: 1; margin-bottom: 10px; }
        .stat-item span { color: var(--primary); font-size: 14px; text-transform: uppercase; letter-spacing: 1px; }

        
        .footer { background: #0f172a; color: #cbd5e1; padding: 60px 0 20px; border-top: 5px solid var(--primary); }
        .footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 40px; margin-bottom: 40px; }
        .footer-brand .logo span { color: #fff; }
        .footer-brand p { margin-top: 20px; font-size: 14px; line-height: 1.8; max-width: 300px; }
        .footer-title { color: #fff; font-size: 18px; font-weight: 600; margin-bottom: 20px; }
        .footer-links { list-style: none; }
        .footer-links li { margin-bottom: 12px; }
        .footer-links a:hover { color: var(--primary); padding-left: 5px; }
        .footer-bottom { text-align: center; padding-top: 20px; border-top: 1px solid rgba(255,255,255,0.1); font-size: 14px; }
        .footer-bottom a { color: var(--primary); margin: 0 10px; }

        @media (max-width: 1024px) {
            .feature-grid { grid-template-columns: repeat(2, 1fr); }
            .home-main { flex-direction: column; }
            .side-col { width: 100%; }
        }
        @media (max-width: 768px) {
            .desktop-nav { display: none; }
            .menu-toggle { display: block; }
            .hero-inner { flex-direction: column; text-align: center; }
            .hero-visual { display: none; }
            .hero h1 { font-size: 36px; }
            .hero-actions { justify-content: center; }
            .card-grid { grid-template-columns: 1fr; }
            .news-item { flex-direction: column; }
            .news-img { width: 100%; height: 180px; }
            .footer-grid { grid-template-columns: 1fr; }
        }