/*
Theme Name: Mingling
Theme URI: https://mingling.ba
Author: Mingling
Description: Jednostavna, moderna WordPress tema – jedna stranica s headerom i footerom.
Version: 1.1.0
Text Domain: mingling
*/

:root{
  --bg:#ffffff;
  --text:#1f2937;
  --muted:#6b7280;
  --line:#e5e7eb;
  --accent:#2563eb;
  --radius:16px;
}

*{box-sizing:border-box}
html,body{margin:0;padding:0}
body{
  font-family: system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial;
  background:var(--bg);
  color:var(--text);
  line-height:1.6;
}

a{color:var(--accent);text-decoration:none}
a:hover{text-decoration:underline}

.container{
  width:min(1100px, calc(100% - 48px));
  margin:0 auto;
}

.site-header{
  border-bottom:1px solid var(--line);
  background:#fff;
}

.header-inner{
  display:flex;
  align-items:center;
  padding:20px 0;
}

.brand{
  font-size:20px;
  font-weight:700;
}

.main{
  padding:80px 0;
}

.hero{
  border:1px solid var(--line);
  border-radius:var(--radius);
  padding:48px;
  background:#fff;
}

.kicker{
  text-transform:uppercase;
  letter-spacing:.1em;
  font-size:13px;
  color:var(--muted);
  margin:0 0 12px;
}

.h1{
  margin:0 0 16px;
  font-size:40px;
}

.lead{
  margin:0 0 24px;
  color:var(--muted);
  max-width:60ch;
}

.email-card{
  display:inline-block;
  padding:14px 18px;
  border:1px solid var(--line);
  border-radius:999px;
  font-weight:500;
}

.site-footer{
  border-top:1px solid var(--line);
  padding:32px 0;
  margin-top:80px;
  background:#fff;
}

.footer-grid{
  display:flex;
  justify-content:space-between;
  flex-wrap:wrap;
  gap:16px;
}

.footer-title{
  font-weight:600;
  margin:0 0 6px;
}

.footer-muted{
  color:var(--muted);
  font-size:14px;
  margin:0;
}
