:root{--bg:#f8fafc;--bg-soft:#fff;--surface:#ffffffe6;--surface-strong:#fff;--text:#1e293b;--text-muted:#64748b;--line:#8b5cf61a;--brand:#06b6d4;--brand-2:#8b5cf6;--brand-3:#fbbf24;--shadow:0 20px 40px #8b5cf626;--radius:24px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{color:var(--text);background:var(--bg-soft);margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;line-height:1.5}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}.site-shell{min-height:100vh;position:relative}.site-header,.site-footer,.main-content{width:min(1180px,100% - 2rem);margin:0 auto}.site-header{justify-content:flex-end;align-items:center;gap:1rem;min-height:120px;padding:1.5rem 0;display:flex}.brand-lockup{z-index:100;position:absolute;top:1.5rem;left:1.5rem}.brand-mark{align-items:center;display:inline-flex}.brand-logo{width:250px;height:auto;display:block}.site-nav{align-items:center;gap:2rem;display:flex}@media (width<=1024px){.brand-logo{width:200px}}@media (width<=768px){.site-header{flex-direction:column;align-items:stretch;min-height:auto;padding-top:160px}.brand-lockup{position:absolute;top:1.5rem;left:50%;transform:translate(-50%)}.brand-logo{width:220px}.site-nav{text-align:center;background:var(--surface);border-radius:var(--radius);border:1px solid var(--line);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);flex-direction:column;gap:.5rem;padding:1.5rem}.site-nav a{border-radius:8px;width:100%;padding:.75rem;font-weight:600}.site-nav a:not(.button):hover{background:#8b5cf60d}.site-nav .button{width:100%;margin-top:.5rem}.hero,.section{padding:4rem 0}}.button{cursor:pointer;border:1px solid #0000;border-radius:10px;justify-content:center;align-items:center;padding:.8rem 1.6rem;font-weight:600;transition:all .2s cubic-bezier(.4,0,.2,1);display:inline-flex}.button:hover{opacity:.9;transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.button--solid{background:linear-gradient(135deg, var(--brand), var(--brand-2));color:#fff;border:none}.button--ghost{border-color:var(--line);background:#fff}.hero{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;padding:8rem 0;display:grid}.eyebrow{color:var(--brand-2);text-transform:uppercase;letter-spacing:.15em;margin-bottom:1rem;font-size:.85rem;font-weight:800;display:inline-block}.hero h1,.section-heading h2,.quote-panel h2{letter-spacing:-.04em;background:linear-gradient(to bottom right, var(--text), var(--brand));-webkit-text-fill-color:transparent;-webkit-background-clip:text;margin:0 0 1.5rem;font-size:clamp(2.75rem,6vw,4.5rem);font-weight:900;line-height:1}.hero p,.section-heading p,.quote-panel p{color:var(--text-muted);max-width:540px;font-size:1.25rem;line-height:1.6}.hero__actions{gap:1rem;margin-top:2.5rem;display:flex}.hero__visual{justify-content:flex-end;display:flex}.glass-card{border-radius:var(--radius);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffffe6;border:1px solid #fff;width:100%;max-width:440px;padding:3.5rem;position:relative;overflow:hidden;box-shadow:0 30px 60px #8b5cf62e}.glass-card:before{content:"";background:linear-gradient(to right, var(--brand), var(--brand-2));height:4px;position:absolute;top:0;left:0;right:0}.glass-card h2{background:linear-gradient(135deg, var(--text), var(--brand));-webkit-text-fill-color:transparent;-webkit-background-clip:text;margin-bottom:2rem;font-size:1.75rem}.clean-list{gap:1.25rem;margin:0;padding:0;list-style:none;display:grid}.clean-list li{color:var(--text-muted);align-items:center;gap:1rem;font-weight:500;display:flex}.clean-list li:before{content:"✓";color:var(--brand-2);font-weight:900}.section{padding:8rem 0}.section--contrast{background:#fff}.section-heading{margin-bottom:4rem}.service-grid{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.service-grid>:nth-child(4){grid-column:2}.service-card{border:1px solid var(--line);border-radius:var(--radius);background:#fff;padding:3.5rem;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 6px -1px #0000000d}.service-card:hover{box-shadow:var(--shadow);border-color:var(--brand);transform:translateY(-8px)}.service-card__accent{color:var(--brand);text-transform:uppercase;letter-spacing:.05em;margin-bottom:1.25rem;font-size:.85rem;font-weight:800;display:block}.highlight-grid{grid-template-columns:repeat(2,1fr);gap:2rem;display:grid}.highlight-item{border-radius:var(--radius);border:1px solid var(--line);background:#fff;align-items:flex-start;gap:2rem;padding:3rem;transition:transform .2s;display:flex;box-shadow:0 4px 6px -1px #0000000d}.highlight-item:hover{transform:scale(1.02)}.highlight-item span{background:linear-gradient(135deg, var(--brand), var(--brand-2));-webkit-text-fill-color:transparent;opacity:.8;-webkit-background-clip:text;font-size:2rem;font-weight:900}.quote-panel{grid-template-columns:1fr 1.2fr;align-items:center;gap:6rem;padding:8rem 0;display:grid}.quote-form{border-radius:var(--radius);border:1px solid var(--line);box-shadow:var(--shadow);background:#fff;grid-template-columns:1fr 1fr;gap:1.5rem;padding:4rem;display:grid}.quote-form label{flex-direction:column;gap:.5rem;font-size:.9rem;font-weight:600;display:flex}.quote-form input,.quote-form select,.quote-form textarea{border:1px solid var(--line);background:var(--bg-soft);border-radius:8px;padding:1rem}.quote-form label:last-of-type,.quote-form button,.form-note{grid-column:1/-1}.faq-section{max-width:800px}.faq-list{gap:1rem;display:grid}.faq-item{border:1px solid var(--line);border-radius:16px;overflow:hidden}.faq-item button{cursor:pointer;text-align:left;background:#fff;border:none;justify-content:space-between;width:100%;padding:1.5rem;font-weight:600;display:flex}.faq-item__answer{background:#fff;max-height:0;transition:max-height .3s;overflow:hidden}.faq-item.is-open .faq-item__answer{max-height:200px}.faq-item__answer p{color:var(--text-muted);margin:0;padding:0 1.5rem 1.5rem}.site-footer{border-top:1px solid var(--line);grid-template-columns:1.5fr 1fr auto;gap:4rem;padding:6rem 0;display:grid}.site-footer strong{margin-bottom:1rem;font-size:1.25rem;display:block}.site-footer p{color:var(--text-muted);font-size:.95rem;line-height:1.6}.footer-links{flex-direction:column;gap:.75rem;display:flex}.footer-links a{color:var(--text-muted);font-size:.9rem;font-weight:500}.footer-links a:hover{color:var(--brand-2)}@media (width<=980px){.hero,.quote-panel,.service-grid,.highlight-grid,.site-footer{grid-template-columns:1fr;gap:3rem}.service-grid>:nth-child(4){grid-column:auto}.hero{text-align:center;padding:4rem 0}.hero p{margin:0 auto}.hero__actions,.hero__visual{justify-content:center}.quote-form{grid-template-columns:1fr;padding:2rem}}
