@import"https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,400;0,500;0,600;0,700;1,400&display=swap";:root{--color-bg: #f8fafc;--color-bg-warm: #fafbfc;--color-surface: #ffffff;--color-surface-elevated: #ffffff;--color-text: #0f172a;--color-text-muted: #64748b;--color-text-soft: #94a3b8;--color-accent: #6366f1;--color-accent-hover: #4f46e5;--color-accent-muted: #e0e7ff;--color-border: #e2e8f0;--color-border-light: #f1f5f9;--color-footer: #0f172a;--color-footer-text: rgba(255, 255, 255, .85);--font-sans: "Plus Jakarta Sans", system-ui, sans-serif;--shadow-xs: 0 1px 2px rgba(15, 23, 42, .04);--shadow-sm: 0 2px 8px rgba(15, 23, 42, .06), 0 1px 2px rgba(15, 23, 42, .04);--shadow-md: 0 8px 24px rgba(15, 23, 42, .08), 0 2px 6px rgba(15, 23, 42, .04);--shadow-lg: 0 16px 48px rgba(15, 23, 42, .1);--radius: 14px;--radius-lg: 20px;--radius-xl: 24px;--radius-full: 9999px}*{box-sizing:border-box}body{margin:0;font-family:var(--font-sans);background:var(--color-bg);color:var(--color-text);line-height:1.6;min-height:100vh;-webkit-font-smoothing:antialiased}#root{min-height:100vh;display:flex;flex-direction:column}a{color:var(--color-accent);text-decoration:none;transition:color .15s ease}a:hover{color:var(--color-accent-hover);text-decoration:underline}h1,h2,h3{font-family:var(--font-sans);font-weight:700;letter-spacing:-.02em;line-height:1.2}button{font-family:inherit;cursor:pointer}input,select,textarea{font-family:inherit;font-size:1rem}.container{width:100%;max-width:1120px;margin:0 auto;padding:0 1.5rem}.page-content{flex:1;padding:3rem 0 5rem}.page-content.prose{max-width:680px;margin:0 auto}.page-content.prose h1{font-size:2rem;margin-bottom:.5rem}.page-content.prose h2{margin-top:2.25rem;margin-bottom:.75rem;font-size:1.25rem;font-weight:600;color:var(--color-text)}.page-content.prose p{margin-bottom:1rem;color:var(--color-text-muted)}.page-content.prose ul{margin:1rem 0;padding-left:1.5rem;color:var(--color-text-muted)}.page-content.prose li{margin-bottom:.5rem}.page-content.prose a{text-decoration:underline}.last-updated{font-size:.875rem;color:var(--color-text-soft);margin-bottom:2rem}.site-header{background:var(--color-surface);border-bottom:1px solid var(--color-border-light);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.header-inner{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.5rem}.logo{display:inline-flex;align-items:center;gap:.5rem;font-weight:700;font-size:1.25rem;letter-spacing:-.02em;color:var(--color-text);text-decoration:none;transition:color .15s ease}.logo-img{width:1.75rem;height:1.75rem;display:block}.logo:hover{text-decoration:none;color:var(--color-accent)}.site-header nav{display:flex;align-items:center;gap:2rem}.site-header nav a{color:var(--color-text-muted);font-size:.9375rem;font-weight:500}.site-header nav a:hover{color:var(--color-text);text-decoration:none}.header-cta{display:inline-block;padding:.5rem 1.25rem;font-weight:600;font-size:.9375rem;color:#fff!important;background:var(--color-accent);border-radius:var(--radius);transition:background .2s ease}.header-cta:hover{background:var(--color-accent-hover);color:#fff!important;text-decoration:none}.site-footer{margin-top:auto;background:var(--color-footer);color:var(--color-footer-text);padding:2.5rem 0}.site-footer .container,.site-footer .footer-inner{padding-left:.75rem;padding-right:.75rem}.footer-inner{max-width:1120px;margin:0 auto;text-align:left}.footer-links{display:flex;justify-content:flex-start;gap:2rem;margin-bottom:1.5rem}.footer-links a{color:#ffffffe6}.footer-links a:hover{color:#fff;text-decoration:underline}.footer-legal{width:100%;font-size:.8125rem;color:#ffffffbf;line-height:1.6}.footer-legal p{margin:0 0 1rem}.footer-legal p:last-child{margin-bottom:0}.footer-copy{font-size:.8125rem;color:#fff9;margin:0;line-height:1.5}.page-home{flex:1}.hero{position:relative;background:linear-gradient(180deg,var(--color-bg-warm) 0%,var(--color-bg) 100%);padding:4rem 0 3rem;overflow:hidden}.hero:before{content:"";position:absolute;top:-40%;left:50%;transform:translate(-50%);width:120%;height:80%;background:radial-gradient(ellipse 80% 50% at 50% 0%,rgba(99,102,241,.06) 0%,transparent 60%);pointer-events:none}.hero-container{position:relative;display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:start;padding-bottom:2rem}.hero-content{text-align:left}.hero-content h1{font-size:clamp(2.25rem,5.5vw,3.25rem);color:var(--color-text);margin:0 0 1.25rem;max-width:14ch;line-height:1.15}.hero-sub{font-size:1.1875rem;color:var(--color-text-muted);max-width:36ch;margin:0;line-height:1.6}.hero-form{position:relative}.value-props{padding:4rem 0}.value-props h2{text-align:center;font-size:clamp(1.5rem,3vw,1.75rem);margin-bottom:2.5rem;color:var(--color-text)}.props-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem}.prop-card{background:var(--color-surface);border:1px solid var(--color-border-light);border-radius:var(--radius-lg);padding:2rem;box-shadow:var(--shadow-sm);transition:box-shadow .2s ease,border-color .2s ease}.prop-card:hover{box-shadow:var(--shadow-md);border-color:var(--color-border)}.prop-icon{display:inline-flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;background:var(--color-accent-muted);color:var(--color-accent);border-radius:var(--radius);font-weight:700;font-size:1rem;margin-bottom:1.25rem}.prop-card h3{font-weight:600;font-size:1.125rem;margin:0 0 .5rem;color:var(--color-text)}.prop-card p{margin:0;font-size:.9375rem;color:var(--color-text-muted);line-height:1.55}.lead-form-wrap{background:var(--color-surface);border:1px solid var(--color-border-light);border-radius:var(--radius-xl);padding:2.25rem 2rem;box-shadow:var(--shadow-md)}.trust-note{margin-top:1.5rem;text-align:center}.trust-note p{font-size:.875rem;color:var(--color-text-muted);margin:0}.info-block{padding:4rem 0 5rem}.info-block h2{font-size:1.375rem;margin-bottom:1rem;color:var(--color-text)}.info-block p{color:var(--color-text-muted);max-width:58ch;margin:0;line-height:1.65}.lead-form h3{font-size:1.5rem;font-weight:700;margin:0 0 .5rem;color:var(--color-text)}.lead-form-desc{color:var(--color-text-muted);font-size:.9375rem;margin-bottom:1.75rem}.lead-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.25rem 1.5rem}.field-full{grid-column:1 / -1}.field label{display:block;font-size:.8125rem;font-weight:600;color:var(--color-text);margin-bottom:.4rem;letter-spacing:.01em}.field input,.field select{width:100%;padding:.75rem 1rem;border:1px solid var(--color-border);border-radius:var(--radius);background:var(--color-bg);color:var(--color-text);transition:border-color .15s ease,box-shadow .15s ease}.field input::placeholder{color:var(--color-text-soft)}.field input:focus,.field select:focus{outline:none;border-color:var(--color-accent);box-shadow:0 0 0 3px #6366f126}.radio-group{display:flex;gap:1.5rem;flex-wrap:wrap}.radio-label{display:inline-flex;align-items:center;gap:.5rem;font-weight:500;font-size:.9375rem;color:var(--color-text);cursor:pointer}.radio-label input{width:auto;accent-color:var(--color-accent)}.btn{display:inline-flex;align-items:center;justify-content:center;padding:.875rem 1.5rem;font-weight:600;font-size:1rem;border:none;border-radius:var(--radius);transition:background .2s ease,transform .1s ease}.btn:active{transform:scale(.99)}.btn-primary{background:var(--color-accent);color:#fff;width:100%;margin-top:.75rem;margin-bottom:1.25rem}.btn-primary:hover{background:var(--color-accent-hover)}.lead-form-note{font-size:.8125rem;color:var(--color-text-soft);margin:0;line-height:1.5}.lead-form-success{text-align:center;padding:1.5rem 0}.lead-form-success h3{font-size:1.35rem;margin:0 0 .5rem;color:var(--color-text)}.lead-form-success p{margin:0;color:var(--color-text-muted)}@media(max-width:768px){.hero-container{grid-template-columns:1fr;gap:2rem;text-align:center}.hero-content{text-align:center}.hero-content h1{max-width:none;margin-left:auto;margin-right:auto}.hero-sub{margin-left:auto;margin-right:auto}}@media(max-width:540px){.lead-form-grid{grid-template-columns:1fr}.lead-form-wrap{padding:1.75rem 1.5rem}.hero{padding:3rem 0 2.5rem}.value-props{padding:3rem 0}}
