/*
Theme Name: IT Matters Classic (Pages)
Theme URI: https://youritmatters.net/
Author: IT Matters
Author URI: https://youritmatters.net/
Description: Classic page-based theme with dark styling, floating one-page nav, and a custom contact template (reCAPTCHA v3 + honeypot).
Version: 1.0.0
Text Domain: itmatters-classic
*/
html{scroll-behavior:smooth;background:#0B1220;color:#e5e7eb}
body{margin:0;font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Ubuntu,'Helvetica Neue',Arial,'Noto Sans',sans-serif;line-height:1.6}
a{color:#3B82F6;text-decoration:none}
a:hover{text-decoration:underline}
.container{max-width:1200px;margin:0 auto;padding:0 16px}
.site-header{border-bottom:1px solid #1f2937;background:rgba(2,6,23,.85);backdrop-filter:blur(6px);position:sticky;top:0;z-index:50}
.site-header .wrap{display:flex;align-items:center;justify-content:space-between;padding:12px 0}
.site-title a{color:#fff;font-weight:700;font-size:20px}
.primary-menu{list-style:none;margin:0;padding:0;display:flex;gap:16px}
.primary-menu a{color:#e5e7eb;padding:8px 10px;border-radius:8px}
.primary-menu a:hover{background:#1E3A8A;text-decoration:none}
.site-footer{border-top:1px solid #1f2937;margin-top:40px;padding:24px 0;color:#94a3b8}
.site-footer a{color:#cbd5e1}
.itm-float{
  position: fixed; right: 20px; bottom: 20px; z-index: 9999;
  display: flex; gap: 8px; align-items: center;
  background: rgba(2,6,23,.85);
  border: 1px solid #1E3A8A;
  border-radius: 999px; padding: 10px 12px;
  box-shadow: 0 10px 30px rgba(0,0,0,.35);
  backdrop-filter: blur(6px);
}
.itm-float a{ color:#ffffff; text-decoration:none; font-weight:600; padding:8px 12px; border-radius:999px }
.itm-float a:hover{ background:#3B82F6 }
@media (max-width:640px){ .itm-float{ right:12px; bottom:12px } }
.section{scroll-margin-top:96px}
.section h1,.section h2,.section h3{color:#e2e8f0;margin:0 0 8px}
.section p,.section li{color:#cbd5e1}
.hero{position:relative;border-radius:12px;overflow:hidden;margin:16px 0}
.hero-inner{min-height:60vh;display:grid;place-items:center;background:#0B1220 url('./assets/images/hero.png') center/cover no-repeat;padding:80px 24px;text-align:center}
.hero .overlay{position:absolute;inset:0;background:radial-gradient(circle at 50% 40%,rgba(59,130,246,.20),rgba(2,6,23,.65) 40%,rgba(2,6,23,.95) 80%)}
.hero h1{position:relative;z-index:1;font-size:clamp(28px,5vw,56px);color:#fff;margin:0 0 8px}
.hero p{position:relative;z-index:1;color:#cbd5e1;margin:0 0 16px}
.hero .cta{position:relative;z-index:1;display:inline-flex;gap:12px;flex-wrap:wrap;justify-content:center}
.btn{display:inline-block;background:#1E3A8A;color:#fff;border-radius:999px;padding:10px 16px;font-weight:700;text-decoration:none}
.btn.alt{background:#3B82F6}
.itm-form{max-width:720px;margin:0 auto;background:rgba(2,6,23,.6);border:1px solid #1f2937;border-radius:12px;padding:16px}
.itm-form .row{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.itm-form .row-1{grid-template-columns:1fr}
.itm-form label{display:block;margin:6px 0 4px;color:#e2e8f0;font-weight:600}
.itm-form input,.itm-form textarea{width:100%;padding:10px 12px;border-radius:8px;border:1px solid #334155;background:#0b1220;color:#e5e7eb}
.itm-form textarea{min-height:140px;resize:vertical}
.itm-form .help{font-size:12px;color:#94a3b8}
.itm-form .counter{font-size:12px;color:#94a3b8;text-align:right}
.itm-form .error{color:#fca5a5;font-size:14px;margin:6px 0}
.itm-form .success{color:#86efac;font-size:14px;margin:6px 0}
.hp{position:absolute;left:-9999px;top:auto;width:1px;height:1px;overflow:hidden}
