@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,300;0,9..40,400;0,9..40,500;0,9..40,600;0,9..40,700;1,9..40,400&display=swap");:root{--primary:#111111;--accent:#f97316;--accent-hover:#ea580c;--accent-light:rgba(249,115,22,0.08);--bg:#fafafa;--card:#ffffff;--text:#1a1a1a;--text-muted:#6b7280;--border:#e5e7eb;--success:#059669;--error:#dc2626;--warning:#d97706;--radius:8px}*{box-sizing:border-box;margin:0;padding:0}body{font-family:DM Sans,-apple-system,BlinkMacSystemFont,sans-serif;background:var(--bg);color:var(--text);line-height:1.6;-webkit-font-smoothing:antialiased}.site-header{background:var(--primary);color:#fff;padding:.85rem 2rem}.site-header-inner{max-width:1100px;margin:0 auto;justify-content:space-between}.site-header-inner,.site-logo{display:flex;align-items:center}.site-logo{gap:.6rem;text-decoration:none;color:#fff}.site-logo img{height:28px;width:auto}.site-logo-text{font-size:1rem;font-weight:600;letter-spacing:-.01em;white-space:nowrap}.site-header-nav{display:flex;gap:1.5rem}.site-header-nav a{color:rgba(255,255,255,.7);text-decoration:none;font-size:.88rem;font-weight:500;transition:color .15s}.site-header-nav a:hover{color:#fff}.site-footer{border-top:1px solid var(--border);padding:2rem 1.5rem;background:var(--card)}.site-footer-inner{max-width:1100px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap}.site-footer-brand{display:flex;align-items:center;gap:.5rem;color:var(--text-muted);font-size:.82rem}.site-footer-version{color:color-mix(in srgb,var(--text-muted) 72%,transparent);white-space:nowrap}.site-footer-brand img{height:20px;width:auto;opacity:.6}.site-footer-links{display:flex;gap:1.5rem}.site-footer-links a{font-size:.82rem;color:var(--text-muted);text-decoration:none;font-weight:500;transition:color .15s}.site-footer-links a:hover{color:var(--text)}.home-layout{min-height:100vh;display:flex;flex-direction:column}.home-main{flex:1 1}.home-hero{background:var(--primary);color:#fff;padding:5rem 1.5rem 4rem;text-align:center;position:relative;overflow:hidden}.home-hero:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(ellipse at 30% 50%,rgba(249,115,22,.08) 0,transparent 60%),radial-gradient(ellipse at 70% 50%,rgba(249,115,22,.05) 0,transparent 50%);pointer-events:none}.home-hero-inner{max-width:700px;margin:0 auto;position:relative}.home-hero h2{font-size:2.4rem;font-weight:700;margin-bottom:1rem;line-height:1.2;letter-spacing:-.02em}.home-hero p{font-size:1.1rem;opacity:.75;line-height:1.7;max-width:560px;margin:0 auto;font-weight:400}.home-trust{background:var(--card);border-bottom:1px solid var(--border);padding:1.5rem}.home-trust-inner{max-width:1100px;margin:0 auto;display:flex;justify-content:center;gap:2.5rem;flex-wrap:wrap}.trust-item{text-align:center;font-size:.85rem;color:var(--text-muted)}.trust-item strong{display:block;font-size:1.15rem;color:var(--accent);margin-bottom:.15rem;font-weight:700}.home-section{max-width:1100px;margin:0 auto;padding:3rem 1.5rem}.home-section-title{font-size:1.4rem;font-weight:700;color:var(--primary);margin-bottom:1.5rem;text-align:center;letter-spacing:-.01em}.home-projects{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.25rem}.home-project-card{background:var(--card);border:1px solid var(--border);border-radius:var(--radius);padding:1.5rem;text-decoration:none;color:inherit;transition:box-shadow .2s,border-color .2s,transform .2s;display:flex;flex-direction:column;gap:.5rem}.home-project-card:hover{border-color:var(--accent);box-shadow:0 4px 16px rgba(249,115,22,.1);transform:translateY(-2px)}.home-project-type{font-size:.72rem;text-transform:uppercase;letter-spacing:.1em;color:var(--accent);font-weight:600}.home-project-name{font-size:1.1rem;font-weight:600;color:var(--primary)}.home-project-desc{font-size:.9rem;color:var(--text-muted);line-height:1.5}.home-steps{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;max-width:800px;margin:0 auto}.home-step{text-align:center;padding:1.5rem 1rem;background:var(--card);border:1px solid var(--border);border-radius:var(--radius);transition:border-color .2s}.home-step:hover{border-color:var(--accent)}.home-step-number{width:40px;height:40px;background:var(--accent);color:#fff;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;font-size:1rem;font-weight:700;margin-bottom:.75rem}.home-step h4{font-size:.95rem;margin-bottom:.35rem;color:var(--primary);font-weight:600}.home-step p{font-size:.85rem;color:var(--text-muted)}.legal-layout{min-height:100vh;display:flex;flex-direction:column}.legal-main{flex:1 1;max-width:800px;margin:0 auto;padding:2.5rem 1.5rem;width:100%}.legal-main h1{font-size:1.6rem;font-weight:700;color:var(--primary);margin-bottom:1.5rem;letter-spacing:-.01em}.legal-content h2{font-size:1.2rem;font-weight:600;margin-top:2rem;margin-bottom:.75rem}.legal-content h3{font-size:1.05rem;font-weight:600;margin-top:1.5rem;margin-bottom:.5rem}.legal-content p{margin-bottom:.75rem;line-height:1.7}.legal-content ol,.legal-content ul{margin-bottom:.75rem;padding-left:1.5rem}.legal-content li{margin-bottom:.35rem;line-height:1.6}.legal-empty{color:var(--text-muted);font-style:italic}.signup-form{max-width:520px;margin:0 auto}.signup-fields{display:flex;flex-direction:column;gap:.75rem}.signup-input{display:block;width:100%;box-sizing:border-box;padding:.85rem 1rem;border:1px solid var(--border);border-radius:6px;font-size:1rem;font-family:inherit;color:var(--text);background:#fff;transition:border-color .15s,box-shadow .15s}.signup-input:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 3px rgba(249,115,22,.1)}.signup-btn{width:100%;margin-top:.75rem}.signup-hint{font-size:.8rem;color:var(--text-muted);margin-top:.5rem;text-align:center}.signup-error{font-size:.85rem;color:var(--error);margin-top:.5rem}.signup-success{padding:2rem;text-align:center}.signup-success-icon{width:48px;height:48px;background:var(--success);color:#fff;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;font-size:1.5rem;margin-bottom:1rem}.signup-success h3{font-size:1.15rem;color:var(--primary);margin-bottom:.5rem}.signup-success p{color:var(--text-muted);font-size:.95rem}.btn{display:inline-flex;align-items:center;justify-content:center;padding:.65rem 1.5rem;border:none;border-radius:6px;font-size:.95rem;font-weight:600;font-family:inherit;cursor:pointer;transition:background .15s,opacity .15s,transform .1s;text-decoration:none}.btn:disabled{opacity:.5;cursor:not-allowed}.btn:active:not(:disabled){transform:scale(.98)}.btn-primary{background:var(--accent);color:#fff}.btn-primary:hover:not(:disabled){background:var(--accent-hover)}.author-cta{background:var(--card);border:1px solid var(--border);border-radius:var(--radius);padding:2.5rem;text-align:center;max-width:700px;margin:0 auto}.author-cta h3{font-size:1.3rem;color:var(--primary);margin-bottom:.5rem}.author-cta>p{color:var(--text-muted);margin-bottom:1.5rem}.author-start{background:linear-gradient(90deg,rgba(249,115,22,.1) 1px,transparent 0),linear-gradient(rgba(17,17,17,.06) 1px,transparent 0),#f7f7f4;background-size:74px 74px}.author-start-hero{min-height:calc(100vh - 178px);max-width:1180px;margin:0 auto;padding:clamp(3rem,7vw,6rem) 1.5rem;display:grid;grid-template-columns:minmax(0,1.08fr) minmax(320px,.92fr);gap:clamp(2rem,5vw,5rem);align-items:center}.author-start-copy h1{max-width:820px;color:#111;font-size:clamp(3rem,8vw,7rem);font-weight:800;line-height:.92;letter-spacing:0;margin-bottom:1.5rem}.author-start-copy p{max-width:680px;color:#5b5f68;font-size:clamp(1.05rem,2vw,1.35rem);line-height:1.7}.author-start-kicker{color:var(--accent);font-size:.78rem;font-weight:800;letter-spacing:.14em;text-transform:uppercase;margin-bottom:1rem}.author-start-note,.author-start-status{background:#111;color:#fff;border:1px solid rgba(255,255,255,.12);border-radius:var(--radius);padding:clamp(1.5rem,4vw,2.5rem);box-shadow:0 22px 60px rgba(17,17,17,.18)}.author-start-status span{display:inline-flex;margin-bottom:1rem;color:var(--accent);font-size:.76rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.author-start-note strong,.author-start-status h2{display:block;font-size:clamp(1.6rem,3vw,2.3rem);line-height:1.1;margin-bottom:.9rem}.author-start-note p,.author-start-status p{color:rgba(255,255,255,.72);font-size:1rem;line-height:1.7}.author-start-link{display:inline-flex;justify-content:center;align-items:center;min-height:48px;margin-top:1.5rem;padding:.85rem 1.2rem;background:var(--accent);color:#111;border-radius:6px;text-decoration:none;font-weight:800}.author-start-link:hover{background:var(--accent-hover)}.author-start-section{max-width:1180px;margin:0 auto;padding:0 1.5rem 4rem}.author-start-section-head{max-width:720px;margin-bottom:1.5rem}.author-start-section h2{color:#111;font-size:clamp(1.8rem,4vw,3rem);line-height:1.05;letter-spacing:0}.author-start-steps{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1px;padding:0;list-style:none;background:rgba(17,17,17,.14);border:1px solid rgba(17,17,17,.14)}.author-start-steps li{min-height:260px;padding:clamp(1.25rem,3vw,2rem);background:#f7f7f4;display:flex;flex-direction:column;justify-content:flex-start}.author-start-steps span{color:var(--accent);font-size:.76rem;font-weight:800;letter-spacing:.14em;text-transform:uppercase;margin-bottom:2.5rem}.author-start-steps strong{color:#111;font-size:1.35rem;line-height:1.15;margin-bottom:.8rem}.author-start-split>div>p,.author-start-steps p{color:#62666f;line-height:1.7}.author-start-split{display:grid;grid-template-columns:minmax(0,.85fr) minmax(320px,.75fr);gap:2rem;align-items:start}.author-start-split>div>h2{margin-bottom:1rem}@media (max-width:600px){.home-hero{padding:3rem 1rem 2.5rem}.home-hero h2{font-size:1.5rem}.author-start-hero,.author-start-split,.home-projects,.home-steps{grid-template-columns:1fr}.author-start-hero{min-height:auto;padding:3rem 1rem}.author-start-section{padding:0 1rem 3rem}.author-start-steps{grid-template-columns:1fr}.site-footer-inner{flex-direction:column;text-align:center}.site-footer-brand{flex-wrap:wrap;justify-content:center}.site-logo-text{display:none}}