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