/*
 Theme Name: iTech3s MMO Child
 Theme URI: https://itech3s.com
 Description: Child theme Astra dành cho mmo.itech3s.com - tối ưu SEO, nhẹ, sẵn sàng cho MMO.
 Author: iTech3s
 Author URI: https://itech3s.com
 Template: astra
 Version: 1.0.0
 License: GNU General Public License v2 or later
 License URI: http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain: itech3s-mmo-child
*/

/* Màu thương hiệu */
:root {
  --i3s-primary: #007bff;
  --i3s-secondary: #0f172a;
  --i3s-accent: #facc15;
}

/* Typography cơ bản */
body { font-family: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif; }

/* Header */
.site-branding a, .main-header-menu a { text-decoration: none; }

/* Nút CTA */
.i3s-cta {
  display:inline-block; padding:12px 20px; border-radius:10px;
  background: var(--i3s-primary); color:#fff; font-weight:600;
}
.i3s-cta:hover { opacity: .9; color:#fff; }

/* Hero section */
.i3s-hero {
  padding: 64px 20px; border-radius: 16px;
  background: linear-gradient(180deg, #f8fafc 0%, #e0e7ff 100%);
  box-shadow: 0 8px 30px rgba(2,6,23,.06);
}
.i3s-hero h1 { margin:0 0 12px; font-size: 42px; line-height:1.15; color: var(--i3s-secondary); }
.i3s-hero p { font-size: 18px; color:#334155; max-width: 720px; }
*/

/* Card bài viết */
.i3s-card { border:1px solid #e5e7eb; border-radius:14px; padding:16px; background:#fff; }
.i3s-badge { display:inline-block; background:var(--i3s-accent); color:#111827; padding:4px 10px; border-radius:999px; font-size:12px; font-weight:600; }

/* Footer */
.site-footer { font-size:14px; }