@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap');

body, .site-header, .site-footer, h1, h2, h3, h4, h5, h6, p, a, button, input, select, textarea {
  font-family: 'Inter', -apple-system, sans-serif;
}
body { color: #0F172A; background: #F8FAFC; }
a { color: #0F766E; }
a:hover { color: #0d635c; }

/* Header */
.site-header { background: #fff; border-bottom: 1px solid #E2E8F0; }
.site-header .site-title a, .site-header .site-title { color: #0F766E !important; font-weight: 800; font-size: 26px; }
.site-navigation ul li a { color: #0F172A; font-weight: 600; font-size: 15px; }
.site-navigation ul li a:hover { color: #0F766E; }
.site-navigation ul ul { background: #fff; border: 1px solid #E2E8F0; border-radius: 10px; box-shadow: 0 10px 30px rgba(15,23,42,0.12); padding: 8px; min-width: 240px; }
.site-navigation ul ul li a { padding: 8px 12px !important; border-radius: 6px; }
.site-navigation ul ul li a:hover { background: #F8FAFC; }

/* Footer */
.site-footer { background: #0F172A; color: #E2E8F0; margin-top: 40px; }
.site-footer .site-title a, .site-footer .site-title { color: #fff !important; }
.site-footer .site-navigation ul li a { color: #CBD5E1; }
.site-footer .site-navigation ul li a:hover { color: #fff; }
.site-footer .copyright, .site-footer .copyright p { color: #94A3B8; font-size: 13px; }

/* Page title area */
.page-header, .entry-header { max-width: 1160px; margin: 0 auto; padding: 32px 20px 0; }
.entry-title, .page-title { font-size: 40px; font-weight: 800; color: #0F172A; }
.entry-content { max-width: 1160px; margin: 0 auto; padding: 16px 20px 40px; }

@media (max-width: 782px) {
  .entry-title, .page-title { font-size: 30px; }
  .ftc-section h2 { font-size: 26px; }
}