
/*
Theme Name: LORD-UK Lite
Theme URI: https://lord-uk.lt/
Author: ChatGPT
Description: Lightweight one-page business card theme for LORD-UK UAB (construction company). SEO-ready, fast, and minimal.
Version: 1.0.0
License: GPLv2 or later
Text Domain: lorduk-lite
*/
:root{
  --font: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, Helvetica Neue, Arial, "Apple Color Emoji","Segoe UI Emoji";
  --maxw: 1200px;
  --gap: 22px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:var(--font);line-height:1.6;color:#111}
a{color:#0a58ca;text-decoration:none}
a:hover{text-decoration:underline}
.container{max-width:var(--maxw);margin:0 auto;padding:0 20px}
.site-header{position:sticky;top:0;background:#fff;border-bottom:1px solid #eee;z-index:10}
.site-header .wrap{display:flex;align-items:center;justify-content:space-between;padding:10px 0}
.logo{display:flex;align-items:center;gap:10px;font-weight:800}
.logo svg{height:34px;width:34px}
.nav a{margin-left:18px;font-weight:600}
.hero{display:grid;align-items:center;min-height:66vh;background:linear-gradient(180deg,#f8fafc, #fff)}
.hero .content{padding:60px 0}
.badge{display:inline-block;background:#0a58ca;color:#fff;padding:6px 10px;border-radius:999px;font-size:12px;font-weight:700;letter-spacing:.3px}
h1{font-size:42px;line-height:1.15;margin:14px 0 10px}
h2{font-size:28px;margin:40px 0 10px}
h3{font-size:20px;margin:20px 0 8px}
.lead{font-size:18px;color:#333}
.cta{display:flex;gap:12px;margin-top:16px;flex-wrap:wrap}
.button{display:inline-block;padding:12px 18px;border-radius:12px;border:1px solid #0a58ca;background:#0a58ca;color:#fff;font-weight:700}
.button.alt{background:#fff;color:#0a58ca}
.grid{display:grid;gap:var(--gap)}
.cards{grid-template-columns:repeat(auto-fit,minmax(240px,1fr))}
.card{background:#fff;border:1px solid #eee;border-radius:16px;padding:18px;box-shadow:0 2px 12px rgba(0,0,0,.04)}
.kpis{display:flex;gap:24px;flex-wrap:wrap;margin-top:18px}
.kpi{font-weight:800;font-size:28px}
.section{padding:50px 0}
.section.alt{background:#fafafa;border-top:1px solid #eee;border-bottom:1px solid #eee}
.list{margin:0;padding-left:18px}
.footer{padding:30px 0;background:#0b1220;color:#dfe7ff;margin-top:40px}
.footer a{color:#dfe7ff;text-decoration:underline}
.small{font-size:13px;color:#666}
.notice{font-size:12px;color:#444;margin-top:10px}
.form{display:grid;gap:12px;max-width:560px}
input,textarea{width:100%;padding:12px 14px;border-radius:10px;border:1px solid #ddd;font-family:var(--font)}
label{font-weight:700}
hr{border:0;border-top:1px solid #eee;margin:28px 0}
@media (max-width:640px){
  h1{font-size:34px}
}
