:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--bg-page:#e0f7fa;--bg-header:#ecbb73;--bg-content:#e09c0a38;--bg-card:#fff;--bg-footer:#fff;--text-primary:#37311f;--text-secondary:#af811e;--text-muted:#807a6b;--brand:#f3b60f;--brand-dark:#af811e;--brand-darker:#8a6d1e;--accent:#d4a406;--border-header:#e2e8f0;--border-card:#e5e7eb;--border-form:#cbd5e1;--border-footer:#e5e7eb;--focus-form:#d4a406;--brand-light:#fef8db;--brand-gradient-start:#e0c00a38;--brand-gradient-mid:#d4ae0638;--brand-background-gradient-start:#fff;--brand-background-gradient-mid:#f3e7c5;--brand-background-gradient-end:#fff;--white:#fff;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.6}*{box-sizing:border-box}html,body{margin:0;padding:0}body{min-height:100vh}button,input,textarea,select{font:inherit}.site-shell{flex-direction:column;min-height:100vh;display:flex}.site-header{background:linear-gradient(135deg, var(--brand-background-gradient-start) 0%, var(--brand-background-gradient-mid) 50%, var(--brand-background-gradient-end) 100%);border-bottom:1px solid var(--border-header);z-index:10;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;padding:1.5rem 2rem;display:flex;position:sticky;top:0}.site-branding{font-size:1.2rem;font-weight:700}.site-branding a{color:var(--text-muted);text-decoration:none}.site-nav{flex-wrap:wrap;gap:1rem;display:flex}.nav-link{color:var(--brand-dark);font-weight:500;text-decoration:none}.nav-link:hover{color:var(--brand-darker)}.page-section{background:linear-gradient(135deg, var(--brand-background-gradient-start) 0%, var(--brand-background-gradient-mid) 50%, var(--brand-background-gradient-end) 100%);padding:4rem 2rem}.hero-image{z-index:0;border-radius:0;grid-column:1/-1;width:100vw;height:50vw;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);position:relative;overflow:hidden;box-shadow:0 8px 24px #0f172a0f}.hero-image img{object-fit:cover;object-position:center;width:100%;height:100%;display:block}.hero-copy{width:100vw;min-height:auto;color:var(--white);z-index:0;background-image:url(/images/hero.jpg);background-position:50%;background-repeat:no-repeat;background-size:cover;grid-column:1/-1;align-items:center;margin:-64px 0 15px;padding:0;display:flex;position:relative;left:50%;transform:translate(-50%)}.hero-inner{background:linear-gradient(180deg, var(--brand-gradient-start) 0%, var(--brand-gradient-mid) 60%, transparent 100%);margin:0 auto;padding:2rem}.eyebrow{text-transform:uppercase;letter-spacing:.2em;color:var(--brand);margin-bottom:1rem;font-size:.8rem}.home-hero h1,.page-content h1{margin:0 0 1.2rem;font-size:clamp(2.5rem,2.5vw,3.5rem);line-height:1.05}.home-hero p,.page-content p{max-width:44rem;color:var(--text-primary)}.button-group{flex-wrap:wrap;gap:1rem;margin-top:2rem;display:flex}.button{cursor:pointer;border:none;border-radius:999px;justify-content:center;align-items:center;padding:.95rem 1.6rem;font-weight:600;text-decoration:none;display:inline-flex}.button.primary{background:var(--brand);color:var(--white)}.button.secondary{background:var(--brand-light);color:var(--brand-dark)}.hero-cards{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem;display:grid}.feature-card,.service-card,.pricing-card,.blog-card{background:var(--bg-card);border:1px solid var(--border-card);border-radius:1rem;flex-direction:column;padding:1.5rem;display:flex;box-shadow:0 8px 24px #0f172a0a}.feature-card h2,.service-card h2,.pricing-card h2,.blog-card h2{margin-top:0}.feature-card .button,.service-card .button,.pricing-card .button,.blog-card .button{margin-top:auto}.content-panel{max-width:1000px;margin:0 auto}.content-columns{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.5rem;margin-top:2rem;display:grid}.service-grid,.pricing-grid,.blog-grid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.5rem;margin-top:2rem;display:grid}.pricing-card .plan-price{margin:.7rem 0;font-size:2rem;font-weight:700}.pricing-card ul,.blog-card ul{margin:1rem 0 0;padding-left:1.25rem}.contact-form{gap:1rem;margin-top:2rem;display:grid}.contact-form label{color:var(--text-muted);gap:.5rem;font-weight:500;display:grid}.contact-form input,.contact-form textarea{border:1px solid var(--border-form);background:var(--bg-card);width:100%;color:var(--text-secondary);border-radius:.75rem;padding:1rem}.contact-form input:focus,.contact-form textarea:focus{border-color:var(--focus-form);outline:none;box-shadow:0 0 0 4px #f09f6940}.contact-panel{max-width:720px}.site-footer{text-align:center;background:var(--bg-footer);border-top:1px solid var(--border-footer);color:var(--text-secondary);margin-top:auto;padding:2rem}@media (max-width:768px){.site-header{padding:1rem 1.25rem}.page-section{padding:3rem 1.25rem}.hero-copy{height:auto;margin:-48px 0 15px}}
