
/*
Theme Name: Tema Merah Sederhana
Theme URI:  https://example.com
Author:     ChatGPT for User
Author URI: https://example.com
Description: Tema sederhana berwarna merah, single-page front-page template. Cocok untuk homepage profil/portfolio.
Version:    1.0
License:    GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: tema-merah
Tags: custom-background, custom-logo, translation-ready
*/
:root{
  --accent:#c62828;
  --accent-600:#b71c1c;
  --bg:#ffffff;
  --muted:#6b6b6b;
  --radius:14px;
  --container-width:1100px;
  font-family: Inter, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}
*{box-sizing:border-box}
html,body{height:100%}
body{
  margin:0; background:var(--bg); color:#111; -webkit-font-smoothing:antialiased;
  line-height:1.5; padding:24px; display:flex; justify-content:center;
}
.wrap{max-width:var(--container-width); width:100%}
header{display:flex;align-items:center;justify-content:space-between;padding:18px 12px;border-radius:12px}
.brand{display:flex;gap:12px;align-items:center}
.logo{width:56px;height:56px;border-radius:12px;background:linear-gradient(135deg,var(--accent),var(--accent-600));display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;font-size:18px}
nav{display:flex;gap:18px;align-items:center}
nav a{color:var(--accent-600);text-decoration:none;font-weight:600}
.btn-primary{background:var(--accent);color:#fff;padding:10px 16px;border-radius:10px;text-decoration:none;font-weight:600}
/* Hero */
.hero{display:grid;grid-template-columns:1fr 420px;gap:28px;padding:28px;margin-top:12px;align-items:center}
.hero-left h1{font-size:34px;margin:0 0 12px}
.hero-left p{color:var(--muted);margin:0 0 18px}
.hero-cta{display:flex;gap:12px}
.card{background:#fff;border-radius:var(--radius);box-shadow:0 6px 22px rgba(16,16,16,0.06);padding:18px}
.hero-right{display:flex;flex-direction:column;gap:12px}
.profile-pic{width:100%;height:220px;border-radius:12px;background:linear-gradient(180deg,rgba(0,0,0,0.05),rgba(0,0,0,0.02));display:flex;align-items:center;justify-content:center;font-weight:700;color:var(--accent)}
section{margin-top:22px}
.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.grid-2{display:grid;grid-template-columns:1fr 1fr;gap:18px}
.post-card h3{margin:0 0 8px}
.post-card p{margin:0;color:var(--muted);font-size:14px}
footer{margin-top:28px;padding:20px;text-align:center;color:var(--muted);font-size:14px}
@media (max-width:980px){ .hero{grid-template-columns:1fr;} .grid-3{grid-template-columns:repeat(2,1fr)} }
@media (max-width:640px){ body{padding:16px} .grid-3{grid-template-columns:1fr} nav{display:none} header{gap:12px} }
.muted{color:var(--muted)}
.tag{display:inline-block;padding:6px 10px;border-radius:999px;background:rgba(198,40,40,0.08);color:var(--accent-600);font-weight:600;font-size:13px}
.socials{display:flex;gap:10px}
.socials a{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:8px;background:#fff;border:1px solid rgba(0,0,0,0.06);text-decoration:none;color:var(--accent)}
.section-title{display:flex;align-items:center;justify-content:space-between}
