/*
Theme Name: Birth Chart Calculator Clean
Theme URI: https://birthchart-calculator.com/
Author: Birth Chart Calculator
Description: Lightweight custom theme for Birth Chart Calculator.
Version: 1.0.0
License: GPL-2.0-or-later
Text Domain: bcc-clean
*/
:root{--navy:#08306B;--navy2:#0a3f89;--text:#111827;--muted:#5b6472;--border:#e5e7eb;--bg:#fff;--soft:#f7f9fc;--radius:12px;--shadow:0 8px 28px rgba(8,48,107,.08)}
*{box-sizing:border-box} html{scroll-behavior:smooth} body{margin:0;background:var(--bg);color:var(--text);font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;font-size:14px;line-height:1.7} a{color:var(--navy);text-decoration:none} a:hover{text-decoration:underline}
.site-header{background:var(--navy);color:#fff;border-bottom:1px solid rgba(255,255,255,.12)} .header-inner{max-width:1180px;margin:auto;padding:14px 20px;display:flex;align-items:center;justify-content:space-between;gap:24px}.brand img{display:block;width:auto;height:42px;filter:brightness(0) invert(1)}.nav{display:flex;align-items:center;gap:28px}.nav a{color:#fff;font-weight:600;font-size:14px}.menu-toggle{display:none;background:none;border:0;color:#fff;font-size:26px}
.container{max-width:1100px;margin:auto;padding:0 20px}.main{min-height:60vh}.hero{padding:78px 20px 64px;background:linear-gradient(180deg,#fff,#f9fbff)}.hero-inner{max-width:860px;margin:auto;text-align:center}.eyebrow{display:inline-block;color:var(--navy);background:#eef4ff;border:1px solid #d9e5fb;border-radius:999px;padding:6px 12px;font-size:12px;font-weight:700}.hero h1{font-size:48px;line-height:1.12;margin:16px 0 16px;color:var(--navy)}.hero p{font-size:14px;color:var(--muted);max-width:680px;margin:0 auto 26px}.button{display:inline-flex;align-items:center;justify-content:center;background:var(--navy);color:#fff;border:0;border-radius:10px;padding:12px 20px;font-weight:700;cursor:pointer;text-decoration:none}.button:hover{background:var(--navy2);text-decoration:none}.button.secondary{background:#fff;color:var(--navy);border:1px solid #cbd5e1}
.site-footer{margin-top:70px;background:var(--navy);color:#fff}.footer-inner{max-width:1180px;margin:auto;padding:34px 20px}.footer-links{display:flex;flex-wrap:wrap;gap:18px 24px}.footer-links a{color:#fff}.footer-bottom{margin-top:22px;padding-top:18px;border-top:1px solid rgba(255,255,255,.14);font-size:13px;color:#d8e5fb}
.page-wrap{padding:56px 20px}.page-title{color:var(--navy);font-size:36px;line-height:1.2;margin:0 0 18px}.content-narrow{max-width:820px}.content-narrow p{font-size:14px}.content-narrow h2{color:var(--navy);font-size:25px}.content-narrow ul{padding-left:20px}
@media(max-width:760px){.header-inner{padding:12px 16px}.brand img{height:36px}.menu-toggle{display:block}.nav{display:none;position:absolute;left:0;right:0;top:62px;padding:14px 20px;background:var(--navy);flex-direction:column;align-items:flex-start;gap:14px;border-top:1px solid rgba(255,255,255,.14);z-index:20}.nav.open{display:flex}.hero{padding:58px 18px 48px}.hero h1{font-size:36px}.page-title{font-size:30px}}
