*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--white: #ffffff;--off-white: #f7f6f3;--stone: #e8e5df;--mid: #c4bfb5;--ink: #1a1916;--muted: #7a7670;--accent: #3d6b5e;--accent-light: #eef3f1;--danger: #b94040;--radius: 12px;--shadow: 0 2px 16px rgba(0,0,0,.07)}body{font-family:DM Sans,sans-serif;background:var(--off-white);color:var(--ink);min-height:100vh;font-size:15px;line-height:1.6;display:flex;flex-direction:column}nav{background:var(--white);border-bottom:1px solid var(--stone);padding:0 2rem;height:60px;display:flex;align-items:center;justify-content:space-between}.nav-logo{font-family:"Instrument Serif",serif;font-size:1.4rem;color:var(--ink);letter-spacing:-.02em}.nav-logo span{color:var(--accent)}.nav-actions{display:flex;align-items:center;gap:1rem}.btn{display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:10px 20px;border-radius:8px;font-family:inherit;font-size:.9rem;font-weight:500;cursor:pointer;border:none;transition:all .15s;text-decoration:none}.btn-primary{background:var(--accent);color:#fff}.btn-primary:hover{background:#2f5447}.btn-secondary{background:none;border:1px solid var(--stone);color:var(--ink)}.btn-secondary:hover{border-color:var(--mid)}.btn-link{background:none;border:none;color:var(--accent);font-size:.82rem;cursor:pointer;padding:0;text-decoration:underline}.hero{display:flex;align-items:center;justify-content:center;padding:5rem 1.5rem 4rem;text-align:center;background:var(--off-white)}.hero-content{max-width:600px}.hero h1{font-family:"Instrument Serif",serif;font-size:3.5rem;font-weight:400;line-height:1.1;margin-bottom:1.25rem}.hero h1 span{color:var(--accent)}.hero-headline{font-family:"Instrument Serif",serif;font-size:2.2rem;font-weight:400;line-height:1.25;color:var(--ink);margin-bottom:1rem}.hero-sub{font-size:1.15rem;color:var(--muted);line-height:1.6;margin-bottom:2rem}.hero-actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;margin-bottom:1rem}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#1a191666;z-index:200;display:none;align-items:flex-start;justify-content:center;padding:1rem;overflow-y:auto;-webkit-overflow-scrolling:touch}.modal-overlay.open{display:flex}.modal{background:var(--white);border-radius:var(--radius);padding:2rem;width:100%;max-width:440px;box-shadow:0 8px 40px #00000026;margin:0 auto 1rem;flex-shrink:0}.modal h2{font-family:"Instrument Serif",serif;font-size:1.6rem;font-weight:400;margin-bottom:.3rem}.modal p.sub{color:var(--muted);font-size:.875rem;margin-bottom:1.5rem}.modal-actions{display:flex;gap:.5rem;justify-content:flex-end;margin-top:1.5rem}.auth-tabs{display:flex;border:1px solid var(--stone);border-radius:8px;overflow:hidden;margin-bottom:1.8rem}.auth-tab{flex:1;padding:8px;text-align:center;cursor:pointer;font-size:.875rem;font-family:inherit;background:none;border:none;color:var(--muted);transition:all .15s}.auth-tab.active{background:var(--accent);color:#fff}.field{margin-bottom:1rem}.field label{display:block;font-size:.8rem;font-weight:500;color:var(--muted);margin-bottom:5px;text-transform:uppercase;letter-spacing:.05em}.required-star{color:var(--danger);font-size:.85em}.field input{width:100%;border:1px solid var(--stone);border-radius:8px;padding:10px 12px;font-family:inherit;font-size:.9rem;color:var(--ink);background:var(--white);transition:border-color .15s;outline:none}.field input:focus{border-color:var(--accent)}.btn-full{width:100%}.btn-lg{padding:14px 32px;font-size:1rem}.error-msg{color:var(--danger);font-size:.82rem;margin-top:.75rem;display:none}.error-msg.show{display:block}.success-msg{color:var(--accent);font-size:.82rem;margin-top:.75rem;display:none}.success-msg.show{display:block}footer{background:var(--white);border-top:1px solid var(--stone);padding:1.5rem 2rem;text-align:center;font-size:.85rem;color:var(--muted)}.marketing-section{padding:80px 2rem;text-align:center}.section-white{background:var(--white)}.section-off-white{background:var(--off-white)}.section-accent-light{background:var(--accent-light)}.marketing-container{max-width:720px;margin:0 auto}.marketing-headline{font-family:"Instrument Serif",serif;font-size:2.6rem;font-weight:400;line-height:1.2;margin-bottom:1rem;letter-spacing:-.01em}.marketing-sub{font-size:1.1rem;color:var(--muted);max-width:520px;margin:0 auto 3rem;line-height:1.6}.pain-list{list-style:none;max-width:480px;margin:0 auto;text-align:left}.pain-list li{padding:1rem 0 1rem 1.75rem;border-bottom:1px solid var(--stone);font-size:1.05rem;color:var(--ink);position:relative;line-height:1.5}.pain-list li:last-child{border-bottom:none}.pain-list li:before{content:"—";position:absolute;left:0;color:var(--mid)}.steps-row{display:flex;gap:2.5rem;justify-content:center;margin-top:3rem}.step{flex:1;max-width:220px;text-align:center}.step-number{font-family:"Instrument Serif",serif;font-size:3.5rem;color:var(--accent);line-height:1;display:block;margin-bottom:.75rem;opacity:.7}.step-title{font-size:1rem;font-weight:500;margin-bottom:.5rem;color:var(--ink)}.step-desc{font-size:.9rem;color:var(--muted);line-height:1.5}.features-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.25rem;margin-top:3rem;text-align:left}.feature-tile{background:var(--off-white);border-radius:var(--radius);padding:1.5rem;border:1px solid var(--stone)}.feature-tile svg{color:var(--accent);margin-bottom:.85rem;display:block}.feature-name{font-size:1rem;font-weight:500;margin-bottom:.4rem;color:var(--ink)}.feature-desc{font-size:.875rem;color:var(--muted);line-height:1.5}@media (max-width: 600px){nav{padding:0 1rem}.hero h1{font-size:2.5rem}.hero-headline{font-size:1.75rem}.hero-sub{font-size:1rem}.hero{padding:3rem 1.5rem 2.5rem}.marketing-section{padding:60px 1.5rem}.marketing-headline{font-size:2rem}.marketing-sub{font-size:1rem}.steps-row{flex-direction:column;align-items:center}.step{max-width:100%}.features-grid{grid-template-columns:1fr}.modal-overlay{padding:.75rem}.modal{padding:1.25rem}}.spinner{width:18px;height:18px;border:2px solid rgba(255,255,255,.4);border-top-color:#fff;border-radius:50%;animation:spin .6s linear infinite;display:inline-block}.btn-pilot{opacity:.55;filter:grayscale(.4)}.pilot-badge{font-size:.8rem;color:var(--muted);letter-spacing:.04em;margin-top:.5rem}.pilot-notice{background:#f5f0e8;border:1px solid #e0d8c8;border-radius:8px;padding:10px 14px;font-size:.82rem;color:var(--muted);margin-bottom:.75rem}@keyframes spin{to{transform:rotate(360deg)}}
