@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Lato:wght@400;700&display=swap');

* { margin: 0; padding: 0; box-sizing: border-box; }
body { font-family: 'Lato', sans-serif; line-height: 1.6; }
a { text-decoration: none; }
img { max-width: 100%; display: block; }

.site_header_content { max-width: 1200px; margin: 0 auto; padding: 20px 24px; display: flex; justify-content: space-between; align-items: center; }
.header-logo { font-size: 22px; font-weight: 800; letter-spacing: 1px; }
.menu { display: flex; gap: 28px; list-style: none; }
.menu a { font-size: 15px; font-weight: 600; }

.hero_image { position: relative; height: 460px; background-size: cover; background-position: center; display: flex; align-items: center; }
.hero_overlay { position: absolute; inset: 0; }
.hero_content { position: relative; z-index: 2; max-width: 700px; margin: 0 auto; padding: 0 24px; text-align: left; }
.hero-title { font-family: 'Bebas Neue', 'Lato', sans-serif; font-size: 56px; font-weight: 700; line-height: 1.1; margin-bottom: 20px; }
.hero-sub { font-size: 18px; font-weight: 600; max-width: 480px; }

.section-title { font-size: 26px; font-weight: 800; }
.resources_section { max-width: 1200px; margin: 0 auto; padding: 50px 24px; }
.resources_section .section-title { margin-bottom: 20px; }
.resource-links { display: flex; flex-direction: column; gap: 14px; }
.resource-link { font-size: 15px; font-weight: 600; padding-bottom: 8px; display: inline-block; }

.qa_section, .recent_articles, .product_section, .newsletter_section { padding: 50px 24px; }
.qa_section .section-header-row, .recent_articles .section-header-row { max-width: 1200px; margin: 0 auto; display: flex; justify-content: space-between; align-items: center; margin-bottom: 24px; }
.qa-list { max-width: 1200px; margin: 0 auto; list-style: none; display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.qa-card { padding: 18px; border-radius: 6px; font-size: 15px; font-weight: 600; }
.view-more { font-size: 14px; font-weight: 700; }

.article-card-grid { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.article-card { border-radius: 6px; overflow: hidden; display: block; }
.article-thumb { width: 100%; height: 180px; object-fit: cover; }
.article-body { padding: 16px; }
.article-cat { font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: 0.5px; }
.article-link { font-size: 17px; font-weight: 700; margin: 8px 0; display: block; }
.article-excerpt { font-size: 14px; }

.product_section { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.product-card { border-radius: 6px; overflow: hidden; }
.product-card img { width: 100%; height: 200px; object-fit: cover; }
.product-body { padding: 20px; }
.product-body h3 { font-size: 19px; margin-bottom: 10px; }
.product-body p { font-size: 14px; margin-bottom: 16px; }
.btn-primary { display: inline-block; padding: 10px 22px; border-radius: 4px; font-weight: 700; font-size: 14px; }

.testimonial-section { text-align: center; padding: 60px 24px; }
.testimonial-section blockquote { max-width: 700px; margin: 0 auto 16px; font-size: 20px; font-style: italic; }
.testimonial-name { font-size: 14px; font-weight: 700; }

.newsletter_section { max-width: 700px; margin: 0 auto; text-align: center; }
.newsletter_section p { font-size: 15px; margin: 16px 0 24px; }
.newsletter-form { display: flex; gap: 10px; justify-content: center; }
.newsletter-form input { padding: 12px 16px; border-radius: 4px; flex: 1; max-width: 320px; }

.site-footer { padding: 50px 24px 20px; }
.footer-nav-inner { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 30px; }
.footer-col { display: flex; flex-direction: column; gap: 10px; }
.footer-col h4 { font-size: 14px; font-weight: 800; margin-bottom: 6px; color: #fff; }
.footer-col p { font-size: 13px; }
.footer-col a { font-size: 13px; }
.footer-bottom { max-width: 1200px; margin: 30px auto 0; padding-top: 20px; font-size: 12px; text-align: center; }
.footer-inner { max-width: 900px; margin: 0 auto; padding: 24px; text-align: center; }

.static-page { max-width: 760px; margin: 0 auto; padding: 60px 24px 80px; }
.static-title { font-size: 34px; font-weight: 800; margin-bottom: 24px; }
.static-page p { font-size: 16px; margin-bottom: 18px; }
.contact-block { margin-top: 20px; }
.contact-block p { margin-bottom: 8px; }
.blog-list-page { max-width: 1200px; margin: 0 auto; padding: 50px 24px 20px; }
.category-intro { font-size: 15px; margin-bottom: 30px; max-width: 640px; }

@media (max-width: 900px) {
  .qa-list, .article-card-grid, .product_section, .footer-nav-inner { grid-template-columns: 1fr; }
  .menu { display: none; }
  .hero-title { font-size: 36px; }
  .hero_image { height: 380px; }
}
