:root { --blue:#007AFF; --paper:#fff; --ink:#000; --muted:#3c3c43; --font:-apple-system,BlinkMacSystemFont,"SF Pro",system-ui,sans-serif; --mono:"SF Mono",ui-monospace,monospace; }
body { font-size:17px; letter-spacing:-.01em; }
.site-header { height:72px; background:rgba(255,255,255,.78); border-bottom-color:rgba(60,60,67,.12); }
.brand-logo { width:200px; height:50px; border-radius:0; }
.brand-logo img { object-fit:contain; }
nav { font-size:15px; }
.nav-cta,.button { border-radius:999px; min-height:44px; }
.hero { min-height:610px; background:linear-gradient(145deg,#071426 0%,#102a54 100%); }
.section { padding-top:104px; padding-bottom:104px; }
.fix-card,.work-card { border-radius:18px; border-color:rgba(60,60,67,.16); }
.why-panel { border-radius:24px; }
.pricing { background:#007AFF; }
.contact { background:#071426; }
.footer-logo { background:#fff; padding:3px; }
@media(max-width:560px){.brand-logo{width:160px;height:42px}.section{padding-top:72px;padding-bottom:72px}}
