.hero{background:linear-gradient(135deg,#0f1117,#1a1d2b,#0f1117);border-bottom:1px solid #1a1d2b;padding:5rem 0;margin-bottom:4rem}.hero .container{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}.hero-content h1{font-size:3rem;margin-bottom:1.5rem;background:linear-gradient(135deg,#fff,#f59e0b);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-subtitle{font-size:1.25rem;color:#a8b3bf;margin-bottom:2rem;line-height:1.6}.hero-cta{display:flex;gap:1rem}.btn{display:inline-block;padding:.875rem 2rem;border-radius:.375rem;font-weight:600;text-decoration:none;transition:all .3s ease;cursor:pointer}.btn-primary{background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 16px #f59e0b4d;color:#fff}.btn-secondary{background-color:transparent;color:#f59e0b;border:2px solid #f59e0b}.btn-secondary:hover{background-color:#f59e0b20}.host-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.host-card{background:linear-gradient(135deg,#1a1d2b,#2d3748);border:1px solid #f59e0b;border-radius:.5rem;padding:2rem;text-align:center;font-weight:600;color:#fff;transition:all .3s ease}.host-card:hover{background:linear-gradient(135deg,#2d3748,#3e4556);box-shadow:0 8px 16px #f59e0b33;transform:translateY(-4px)}.featured-section,.categories-section,.latest-section{padding:4rem 0;border-bottom:1px solid #1a1d2b}.section-header{text-align:center;margin-bottom:3rem}.section-header h2{margin-top:0;margin-bottom:.5rem}.section-header p{color:#a8b3bf;font-size:1.1rem}.featured-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.featured-card{background:linear-gradient(135deg,#1a1d2b,#2d3748);border:1px solid #2d3748;border-radius:.5rem;padding:2rem;transition:all .3s ease}.featured-card:hover{border-color:#f59e0b;box-shadow:0 8px 24px #f59e0b26;transform:translateY(-4px)}.card-header{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1rem}.card-header h3{margin:0;font-size:1.25rem}.card-header a{color:#fff}.card-header a:hover{color:#f59e0b}.badge{padding:.25rem .75rem;border-radius:.25rem;font-size:.75rem;font-weight:600;text-transform:uppercase;white-space:nowrap}.card-description{color:#d1d8e0;margin-bottom:1.5rem;line-height:1.6}.read-more{color:#f59e0b;font-weight:600}.categories-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:1.5rem}.category-item{background-color:#1a1d2b;border:1px solid #2d3748;border-radius:.5rem;padding:1.5rem;text-align:center;transition:all .3s ease}.category-item:hover{border-color:#f59e0b;box-shadow:0 8px 16px #f59e0b1a}.category-icon{width:48px;height:48px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem;font-weight:700;font-size:1.2rem}.category-item h3{margin-top:0;margin-bottom:.5rem;font-size:1rem}.category-item p{color:#a8b3bf;margin-bottom:0;font-size:.85rem}.articles-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}.article-card{background-color:#1a1d2b;border:1px solid #2d3748;border-radius:.5rem;padding:1.5rem;transition:all .3s ease}.article-card:hover{border-color:#f59e0b;box-shadow:0 8px 16px #f59e0b26}.article-card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;gap:1rem}.article-date{color:#a8b3bf;font-size:.85rem}.article-category{padding:.25rem .75rem;border-radius:.25rem;font-size:.75rem;font-weight:600;text-transform:uppercase;white-space:nowrap}.article-card h3{margin-top:0;margin-bottom:.75rem}.article-card h3 a{color:#fff}.article-card h3 a:hover{color:#f59e0b}.article-card p{color:#d1d8e0;margin-bottom:1rem;font-size:.95rem;line-height:1.6}.article-link{color:#f59e0b;font-weight:600}.cta-section{background:linear-gradient(135deg,#f59e0b,#d97706);padding:4rem 0;margin:4rem 0 0}.cta-content{text-align:center}.cta-content h2{color:#fff;margin-bottom:1rem}.cta-content p{color:#fef3c7;font-size:1.1rem;margin-bottom:2rem;max-width:600px;margin-left:auto;margin-right:auto}.cta-content .btn-primary{background-color:#fff;color:#d97706}.cta-content .btn-primary:hover{background-color:#fefce8;color:#d97706}@media (max-width: 768px){.hero{padding:3rem 0;margin-bottom:2rem}.hero .container{grid-template-columns:1fr;gap:2rem}.hero-content h1{font-size:2rem}.hero-cta{flex-direction:column}.featured-grid,.articles-grid,.categories-grid{grid-template-columns:1fr}.featured-section,.categories-section,.latest-section{padding:2rem 0}}
