.hero-section{background:linear-gradient(135deg,var(--primary) 0%,var(--primary-dark) 100%);padding:4rem 0 3rem;overflow:hidden}
.hero-container{max-width:1200px;margin:0 auto;padding:0 1.5rem;display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}
.hero-badge{display:inline-block;background:rgba(249,115,22,.2);color:var(--accent);padding:6px 16px;border-radius:20px;font-size:.85rem;font-weight:600;margin-bottom:1rem}
.hero-title{font-size:clamp(2rem,4vw,2.8rem);font-weight:800;color:#fff;line-height:1.2;margin-bottom:1rem}
.hero-subtitle{color:rgba(255,255,255,.8);font-size:1.05rem;line-height:1.6;margin-bottom:2rem}
.hero-cta{display:flex;gap:1rem;flex-wrap:wrap}
.hero-visual{position:relative}
.hero-image-wrapper{border-radius:16px;overflow:hidden;box-shadow:0 20px 40px rgba(0,0,0,.3)}
.hero-image{width:100%;height:auto}
.hero-stats{position:absolute;bottom:-20px;left:50%;transform:translateX(-50%);background:rgba(255,255,255,.95);backdrop-filter:blur(10px);border-radius:12px;padding:12px 24px;display:flex;align-items:center;gap:1.5rem;box-shadow:0 4px 12px rgba(0,0,0,.1)}
.stat-item{text-align:center}.stat-number{display:block;font-size:1.3rem;font-weight:800;color:var(--primary)}.stat-label{font-size:.75rem;color:var(--text-light)}.stat-separator{width:1px;height:30px;background:var(--border)}
.timeline-indicator{text-align:center;padding:2rem 0 0}.timeline-line{width:40px;height:3px;background:var(--accent);margin:0 auto 8px;border-radius:2px}
.timeline-dots{display:flex;gap:6px;justify-content:center}.dot{width:8px;height:8px;border-radius:50%;background:rgba(255,255,255,.3)}.dot.active{background:var(--accent)}

.no-articles-section{padding:2rem 0}.no-articles-message{text-align:center;padding:2rem;color:var(--text-light);background:var(--bg-alt);border-radius:var(--radius);border:1px dashed var(--border)}

.articles-section{padding:4rem 0}
.featured-grid{display:grid;grid-template-columns:1fr 1fr;gap:2rem;margin-bottom:2rem}
.articles-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}

.card{background:#fff;border-radius:12px;overflow:hidden;box-shadow:var(--shadow);transition:transform .2s,box-shadow .2s;border:1px solid var(--border)}
.card:hover{transform:translateY(-4px);box-shadow:0 12px 24px rgba(0,0,0,.12)}
.card-image-wrapper{position:relative;overflow:hidden}
.card-image{width:100%;height:220px;object-fit:cover;transition:transform .3s}.card:hover .card-image{transform:scale(1.05)}
.card-badge{position:absolute;top:12px;left:12px;background:var(--accent);color:#fff;padding:4px 12px;border-radius:20px;font-size:.75rem;font-weight:600}
.card-content{padding:1.25rem}
.card-category{display:inline-block;color:var(--accent);font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.5rem}
.card-title{font-size:1.1rem;font-weight:700;color:var(--text);margin-bottom:.5rem;line-height:1.4}.card-title a{color:inherit}.card-title a:hover{color:var(--accent)}
.card-excerpt{color:var(--text-light);font-size:.9rem;margin-bottom:1rem;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}
.card-meta,.card-footer{display:flex;align-items:center;justify-content:space-between;font-size:.8rem;color:var(--text-light)}
.card-date,.read-time{font-size:.8rem;color:var(--text-light)}
.read-more{color:var(--accent);font-weight:600;font-size:.85rem}.read-more:hover{color:var(--primary)}

.categories-section{padding:4rem 0;background:var(--bg-alt)}
.categories-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;margin-top:2rem}
.category-card{background:#fff;border-radius:12px;padding:2rem 1.5rem;text-align:center;border:1px solid var(--border);transition:all .2s;text-decoration:none;color:inherit;display:block}
.category-card:hover{border-color:var(--accent);transform:translateY(-4px);box-shadow:var(--shadow)}
.category-icon{width:48px;height:48px;margin:0 auto 1rem;color:var(--accent)}.category-icon svg{width:100%;height:100%}

.about-teaser{padding:4rem 0}
.about-content{display:grid;grid-template-columns:2fr 1fr;gap:3rem;align-items:center}
.about-text h2{font-size:1.5rem;margin-bottom:1rem}.about-text p{color:var(--text-light);margin-bottom:1rem}
.about-image{border-radius:12px;overflow:hidden}

.faq-teaser{padding:4rem 0;background:var(--bg-alt)}
.faq-grid{margin-top:2rem}
.faq-item{background:#fff;border:1px solid var(--border);border-radius:var(--radius);padding:1rem 1.25rem;margin-bottom:.75rem}
.faq-item h3{font-size:.95rem;font-weight:600;margin-bottom:.25rem}.faq-item p{color:var(--text-light);font-size:.9rem;margin:0}
.faq-cta{text-align:center;margin-top:1.5rem}

.newsletter-section{padding:4rem 0}
.newsletter-box{max-width:600px;margin:0 auto;text-align:center}
.newsletter-content h2{margin-bottom:.5rem}.newsletter-content p{color:var(--text-light);margin-bottom:1.5rem}
.newsletter-form{display:flex;gap:.5rem}
.newsletter-form input{flex:1;padding:12px 16px;border:1px solid var(--border);border-radius:var(--radius);font-size:.95rem}
.newsletter-form button{background:var(--accent);color:#fff;border:none;padding:12px 24px;border-radius:var(--radius);font-weight:600;cursor:pointer}
.newsletter-form button:hover{background:#ea580c}

@media(max-width:1024px){.categories-grid{grid-template-columns:repeat(2,1fr)}.articles-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:768px){.hero-container{grid-template-columns:1fr;text-align:center}.hero-cta{justify-content:center}.hero-visual{max-width:400px;margin:0 auto}.hero-stats{position:relative;bottom:auto;left:auto;transform:none;margin-top:1rem;justify-content:center}.featured-grid{grid-template-columns:1fr}.articles-grid{grid-template-columns:1fr}.categories-grid{grid-template-columns:repeat(2,1fr)}.about-content{grid-template-columns:1fr}.section-title{font-size:1.5rem}.newsletter-form{flex-direction:column}}
@media(max-width:480px){.categories-grid{grid-template-columns:1fr}.hero-title{font-size:1.6rem}}
