:root{--accent: #1e40af;--accent-hover: #1e3a8a;--bg: #ffffff;--bg-muted: #f8fafc;--bg-dark: #0f172a;--text: #0f172a;--text-muted: #475569;--on-dark: #ffffff;--card-bg: #ffffff;--card-border: #e2e8f0;--shadow: 0 1px 3px rgba(0, 0, 0, .06);--shadow-lg: 0 4px 12px rgba(0, 0, 0, .08);--radius: 6px;--container: 64rem;--space: 1rem}*{box-sizing:border-box}body{margin:0;font-family:DM Sans,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:var(--bg);color:var(--text);line-height:1.6}main{min-height:100vh}.container{max-width:var(--container);margin:0 auto;padding:0 max(.5rem,calc(var(--space) * 1.5))}.site-header{position:sticky;top:0;z-index:100;background:#fffffff2;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-bottom:1px solid var(--card-border)}.header__inner{display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap;padding:1rem 0}.header__logo{display:flex;align-items:center;gap:.5rem;text-decoration:none;color:var(--text);font-weight:600;font-size:1rem}.header__logo:hover{color:var(--accent)}.header__logo img{display:block;width:32px;height:32px;flex-shrink:0;object-fit:contain}.header__logo-text{white-space:nowrap}.header__nav{display:flex;flex-wrap:wrap;align-items:center;gap:.75rem}@media(min-width:640px){.header__nav{gap:1.5rem}}.header__nav a{color:var(--text);text-decoration:none;font-size:.9375rem;font-weight:500}.header__nav a:hover{color:var(--accent)}.header__nav a.button,.header__nav a.button:hover{color:#fff}.header__nav a.active{color:var(--accent);font-weight:600}.hero{padding:calc(var(--space) * 6) 0;background:var(--bg-dark);color:var(--on-dark)}.hero__content{max-width:40rem}.hero__title{font-size:clamp(1.75rem,3vw,2.5rem);font-weight:600;margin:0;letter-spacing:-.02em;line-height:1.3}.hero__subtitle{margin:1.25rem 0 0;font-size:1.0625rem;color:#fffc;line-height:1.6}.hero__actions{margin-top:2rem;display:flex;gap:.75rem}.button{display:inline-block;padding:.625rem 1.25rem;border-radius:var(--radius);background:var(--accent);color:#fff;font-size:.9375rem;font-weight:600;text-decoration:none;transition:background .15s ease;border:none;cursor:pointer;font-family:inherit}.button:hover{background:var(--accent-hover)}.button--secondary{background:transparent;color:#fff;border:1px solid rgba(255,255,255,.5)}.button--secondary:hover{background:#ffffff14;border-color:#ffffffb3}.button--outline{background:transparent;color:var(--accent);border:1px solid var(--accent)}.button--outline:hover{background:var(--bg-muted)}.about{padding:calc(var(--space) * 5) 0;background:var(--bg)}.section-title{margin:0;font-size:1.5rem;font-weight:600;letter-spacing:-.02em;color:var(--text)}.about__lead{max-width:40rem;margin:1.25rem 0 0;font-size:1.0625rem;color:var(--text-muted);line-height:1.65}.services{padding:calc(var(--space) * 5) 0;background:var(--bg-muted)}.services .section-title{text-align:center}.cards{margin-top:2rem;display:grid;grid-template-columns:1fr;gap:1.5rem}.card{background:var(--card-bg);border-radius:var(--radius);padding:1.5rem;border:1px solid var(--card-border);box-shadow:var(--shadow)}.card__title{margin:0;font-size:1.0625rem;font-weight:600;color:var(--text)}.card__text{margin:.5rem 0 0;font-size:.9375rem;color:var(--text-muted);line-height:1.6}.blog-body h2{margin:1rem 0 .5rem;font-size:1.125rem;font-weight:600}.blog-body h3{margin:.75rem 0 .25rem;font-size:1rem;font-weight:600}.blog-body ul,.blog-body ol{margin:.5rem 0;padding-left:1.5rem}.blog-body a{color:var(--accent);text-decoration:underline}.offerings{padding:calc(var(--space) * 5) 0;background:var(--bg)}.offerings .section-title{text-align:center}.offerings__lead{max-width:40rem;margin:1rem auto 0;font-size:1rem;color:var(--text-muted);text-align:center}.offering-tiers{margin-top:2rem;display:grid;grid-template-columns:1fr;gap:1.5rem}.offering-tier{padding:1.5rem;background:var(--bg-muted);border:1px solid var(--card-border);border-radius:var(--radius);display:flex;flex-direction:column;min-height:100%}.offering-tier__title{margin:0;font-size:1.0625rem;font-weight:600;color:var(--text)}.offering-tier__audience{margin:.35rem 0 0;font-size:.8125rem;color:var(--text-muted)}.offering-tier__list{margin:1rem 0 0;padding-left:1.25rem;font-size:.9375rem;color:var(--text-muted);line-height:1.7;flex:1}.offering-tier__list li{margin-bottom:.35rem}.offering-tier .button--small{margin-top:auto;padding:.5rem 1rem;font-size:.875rem;align-self:flex-start}@media(min-width:768px){.offering-tiers{grid-template-columns:repeat(2,1fr)}}.case-studies{padding:calc(var(--space) * 5) 0;background:var(--bg)}.case-studies .section-title{text-align:center}.case-studies__lead{max-width:40rem;margin:1rem auto 0;font-size:1rem;color:var(--text-muted);text-align:center}.case-study-cards{margin-top:2rem;display:grid;grid-template-columns:1fr;gap:1.5rem}@media(min-width:768px){.case-study-cards{grid-template-columns:repeat(2,1fr)}}.case-study-card{max-width:none;margin:0;padding:1.5rem;background:var(--bg-muted);border-radius:var(--radius);border:1px solid var(--card-border);border-left:3px solid var(--accent)}.case-study-card__title{margin:0;font-size:1.0625rem;font-weight:600;color:var(--text)}.case-study-card__text{margin:.5rem 0 0;font-size:.9375rem;color:var(--text-muted);line-height:1.6}.contact{padding:calc(var(--space) * 5) 0;background:var(--bg-muted)}.contact .section-title{text-align:center}.contact__lead{max-width:40rem;margin:1rem auto 0;font-size:1rem;color:var(--text-muted);text-align:center}.contact-form-wrapper{max-width:420px;margin:calc(var(--space) * 2) auto 0}.contact-form-fallback{margin:0;text-align:center}.contact-form{display:flex;flex-direction:column;gap:1rem}.contact-form-field{display:flex;flex-direction:column;gap:.35rem}.contact-form-field label{font-weight:700;font-size:.9rem;color:var(--text)}.contact-form-field input,.contact-form-field select,.contact-form-field textarea{padding:.625rem .75rem;border-radius:var(--radius);border:1px solid var(--card-border);font:inherit;color:var(--text);background:var(--bg);outline:none;transition:border-color .12s}.contact-form-field input:focus,.contact-form-field select:focus,.contact-form-field textarea:focus{border-color:var(--accent)}.contact-form-field textarea{min-height:120px;resize:vertical}.contact-form-status{font-size:.9rem;margin-top:.25rem}.contact-form-status--success{color:#059669}.contact-form-status--error{color:#b91c1c}.contact-form-status--error a{color:var(--accent)}.footer{background:var(--bg-dark);color:var(--on-dark);padding:calc(var(--space) * 1.5) 0}.footer__content{text-align:center}.footer__text{margin:0;opacity:.85;font-size:.9rem}.footer__link{color:var(--on-dark);text-decoration:underline;text-underline-offset:2px}.footer__link:hover{opacity:.9}@media(max-width:480px){.header__logo-text{display:none}}@media(min-width:640px){.cards{grid-template-columns:repeat(2,1fr)}}@media(min-width:900px){.cards{grid-template-columns:repeat(3,1fr)}}.page{padding:2rem 0;min-height:60vh}.page__title{margin:0 0 1.5rem;font-size:1.5rem;font-weight:600}
