/*
 Theme Name: Valuable Logic OnePage
 Author: ChatGPT
 Description: Single-page scrolling theme for Valuable Logic, Inc.
 Version: 1.0.0
 Text Domain: valog-onepage
*/
:root{--brand:#ffaaaa;--ink:#000000;--ink-2:#4B5563;--bg:#fff;--muted:#F3F4F6}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,"Apple Color Emoji","Segoe UI Emoji";line-height:1.6;color:var(--ink);background:var(--bg)}
a{color:var(--brand);text-decoration:none}a:hover{text-decoration:underline}
.container{max-width:1100px;margin:0 auto;padding:0 1rem}
header.site-header{position:sticky;top:0;background:#fff;border-bottom:1px solid #E5E7EB;z-index:50}
.header-inner{display:flex;align-items:center;justify-content:space-between;padding:.75rem 0}
.brand{display:flex;align-items:center;gap:.6rem;font-weight:700}.brand img{height:36px;width:auto}
.nav{display:flex;gap:.75rem;flex-wrap:wrap}.nav a{color:#374151;font-weight:500;padding:.4rem .6rem;border-radius:10px}.nav a:hover{background:var(--muted)}
.hero{padding:3.5rem 0 2.5rem;background:#fff url('assets/hero-abstract.svg') center/cover no-repeat}
.hero h1{font-size:clamp(2rem,3.2vw,3rem);margin:0 0 .5rem}.lead{font-size:1.125rem;color:var(--ink-2);max-width:65ch}
.button{display:inline-block;padding:.7rem 1rem;border-radius:999px;font-weight:600;border:1px solid transparent}.button.primary{background:var(--brand);color:#fff}
.section{padding:3rem 0;border-top:1px solid #F3F4F6}.grid{display:grid;gap:1.25rem;grid-template-columns:repeat(auto-fit,minmax(240px,1fr))}
.card{border:1px solid #E5E7EB;border-radius:16px;padding:1rem;background:#fff;box-shadow:0 2px 8px rgba(0,0,0,.03)}
.kpi{display:flex;gap:1.25rem;flex-wrap:wrap;margin-top:1rem}.kpi .tile{flex:1;min-width:220px;border:1px solid #E5E7EB;background:#fff;border-radius:16px;padding:1rem}
footer.site-footer{border-top:1px solid #E5E7EB;background:#fff;margin-top:3rem}.footer-inner{padding:1rem 0;color:#6B7280;font-size:.95rem;display:flex;gap:.75rem;justify-content:space-between;flex-wrap:wrap;align-items:center}
.small{font-size:.9rem;color:#6B7280}form.contact label{display:block;margin:.5rem 0 .25rem}form.contact input,form.contact textarea{width:100%;padding:.6rem;border:1px solid #E5E7EB;border-radius:10px}
.alert{padding:.75rem 1rem;border-radius:10px;background:#EFF6FF;border:1px solid #DBEAFE;color:#1E40AF}
.figure{border:1px dashed #E5E7EB;border-radius:14px;padding:10px;display:flex;gap:12px;align-items:center}.figure .dot{width:16px;height:16px;border-radius:50%;background:var(--brand)}