/*
Theme Name: Hey You Audit Theme
Theme URI: https://heyyouac.com.au/
Author: Shelley Heyward
Description: WordPress landing page theme for Hey You Audit and Consultancy.
Version: 1.0
Text Domain: hey-you-audit-theme
*/
:root,[data-theme="light"]{--bg:#f6f8f8;--surface:#ffffff;--surface-2:#edf3f3;--text:#183133;--muted:#5a7274;--primary:#0E5B5A;--primary-hover:#0a4746;--soft:#CFE0DF;--accent:#8a6a44;--border:rgba(14,91,90,.12);--inv:#fff;--body:'General Sans',Arial,sans-serif;--shadow:0 12px 30px rgba(14,91,90,.08);--radius:18px;--pill:999px}
[data-theme="dark"]{--bg:#10191a;--surface:#152224;--surface-2:#1d3031;--text:#eaf2f1;--muted:#b7c9c8;--primary:#79b7b2;--primary-hover:#91cbc6;--soft:#29403f;--accent:#c6a27a;--border:rgba(255,255,255,.1);--inv:#0f1717;--shadow:0 12px 30px rgba(0,0,0,.25)}
*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font:16px/1.6 var(--body);background:var(--bg);color:var(--text)}a{text-decoration:none;color:inherit}button{font:inherit;border:0;background:none;cursor:pointer}.container{width:min(1180px,calc(100% - 2rem));margin:auto}.skip{position:absolute;left:-999px;top:8px;background:var(--primary);color:var(--inv);padding:10px 14px}.skip:focus{left:8px}header{position:sticky;top:0;background:color-mix(in srgb,var(--bg) 90%,transparent);backdrop-filter:blur(14px);border-bottom:1px solid var(--border);z-index:20}.nav{min-height:76px;display:flex;justify-content:space-between;align-items:center;gap:16px}.brand{display:flex;align-items:center;gap:12px;font-weight:700}.mark{width:42px;height:42px;padding:8px;border-radius:12px;background:var(--surface);border:1px solid var(--border)}.brand small{display:block;font-size:12px;letter-spacing:.08em;text-transform:uppercase;color:var(--muted)}.actions{display:flex;gap:12px;align-items:center}.btn{min-height:48px;padding:14px 20px;border-radius:var(--pill);display:inline-flex;align-items:center;justify-content:center;font-weight:600;transition:.18s ease}.btn:hover{transform:translateY(-1px)}.primary{background:var(--primary);color:var(--inv);box-shadow:var(--shadow)}.primary:hover{background:var(--primary-hover)}.secondary{border:1px solid var(--border);background:var(--surface)}.ghost{width:48px;padding:0;border:1px solid var(--border);background:var(--surface)}.hero{padding:72px 0 48px}.hero-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:20px;align-items:start}.eyebrow{display:inline-flex;padding:8px 12px;border-radius:var(--pill);background:var(--soft);color:var(--primary);font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.hero h1{font-size:clamp(2.8rem,5vw,5.4rem);line-height:.95;letter-spacing:-.03em;max-width:11ch;margin:18px 0 16px}.hero p{max-width:62ch;color:var(--muted)}.hero-actions,.proof{display:flex;gap:12px;flex-wrap:wrap;margin-top:22px}.proof span{padding:10px 14px;border-radius:var(--pill);background:var(--surface);border:1px solid var(--border);font-size:14px;color:var(--muted)}.summary{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:26px;box-shadow:var(--shadow)}.summary h2{font-size:1.4rem;margin-bottom:10px}.summary p{color:var(--muted)}.summary ul{margin-top:18px;display:grid;gap:14px;list-style:none}.summary li{padding-bottom:14px;border-bottom:1px solid var(--border)}.summary li:last-child{padding-bottom:0;border-bottom:0}.section{padding:60px 0}.head{display:grid;gap:10px;margin-bottom:26px}.head h2{font-size:clamp(2rem,4vw,3.4rem);line-height:.98;max-width:13ch}.head p{max-width:62ch;color:var(--muted)}.grid-3,.stats,.faq-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.card,.stat,.faq,.cta{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:24px;box-shadow:0 2px 8px rgba(0,0,0,.02)}.card h3,.faq h3{font-size:1.25rem;margin:14px 0 8px}.card p,.stat p,.faq p,.cta p{color:var(--muted)}.icon{width:44px;height:44px;border-radius:14px;background:var(--soft);display:inline-flex;align-items:center;justify-content:center;color:var(--primary);font-weight:700}.stat strong{display:block;font-size:1.9rem;margin-bottom:6px}.cta{display:grid;grid-template-columns:1fr auto;gap:20px;align-items:center;background:linear-gradient(135deg,var(--surface),var(--surface-2))}footer{padding:24px 0 46px;color:var(--muted)}.foot{display:flex;justify-content:space-between;gap:16px;flex-wrap:wrap;border-top:1px solid var(--border);padding-top:24px}@media(max-width:980px){.hero-grid,.grid-3,.stats,.faq-grid,.cta{grid-template-columns:1fr}.actions .secondary{display:none}}@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important}}
