@import "https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400..700;1,400..700&family=Figtree:wght@400;500;600;700&display=swap";:root{--bg-color:#fdfaf3;--text-dark:#0f1f17;--text-muted:#4a6455;--primary-green:#1e5c3e;--primary-green-hover:#174d33;--accent-amber:#c2783a;--accent-amber-light:#c2783a1a;--surface:#ffffffb8;--border-subtle:#1e5c3e26;--chat-bg:#f0f4f1;--chat-user:#e3ede6;--chat-bot:#c8e6d2;--font-serif:"Lora", serif;--font-sans:"Figtree", sans-serif}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-sans);background-color:var(--bg-color);color:var(--text-dark);background-image:radial-gradient(at 18% 12%,#1e5c3e12 0%,#0000 55%),radial-gradient(at 82% 88%,#c2783a14 0%,#0000 55%),url(/hero_bg_light.jpg);background-position:0 0,0 0,50%;background-repeat:no-repeat,no-repeat,no-repeat;background-size:auto,auto,cover;background-attachment:local,local,fixed;min-height:100vh;overflow-x:hidden}.ms-container{max-width:1200px;margin:0 auto;padding:0 24px}.ms-nav{justify-content:space-between;align-items:center;height:80px;display:flex}.ms-nav-logo{font-family:var(--font-serif);color:var(--text-dark);letter-spacing:-.01em;align-items:center;gap:8px;font-size:22px;font-weight:700;text-decoration:none;display:flex}.ms-hero{justify-content:space-between;align-items:center;gap:60px;min-height:calc(100vh - 80px);padding:40px 0;display:flex}.ms-hero-content{flex:1;max-width:600px}.ms-badge{letter-spacing:.08em;text-transform:uppercase;color:var(--primary-green);background:#1e5c3e12;border:1px solid #1e5c3e38;border-radius:100px;align-items:center;gap:8px;margin-bottom:24px;padding:6px 16px;font-size:11px;font-weight:600;display:inline-flex}.ms-hero h1{font-family:var(--font-serif);color:var(--text-dark);letter-spacing:-.01em;margin-bottom:24px;font-size:64px;font-weight:600;line-height:1.1}.ms-hero h1 span{color:#0000;-webkit-text-stroke:1.5px var(--accent-amber);opacity:1;margin-top:4px;font-size:84px;font-style:italic;line-height:1;display:block}.ms-hero-desc{color:var(--text-muted);max-width:480px;margin-bottom:40px;font-size:18px;line-height:1.6}.ms-features{gap:32px;margin-bottom:48px;display:flex}.ms-feature{text-align:center;flex-direction:column;align-items:center;gap:12px;display:flex}.ms-feature-icon{width:48px;height:48px;color:var(--primary-green);background:#1e5c3e14;border-radius:14px;justify-content:center;align-items:center;display:flex}.ms-feature span{color:var(--text-muted);max-width:80px;font-size:13px;font-weight:500}.ms-actions{align-items:center;gap:24px;display:flex}.ms-btn-primary{background:var(--primary-green);color:#fff;cursor:pointer;letter-spacing:.01em;border:none;border-radius:100px;align-items:center;gap:10px;padding:16px 32px;font-size:16px;font-weight:600;text-decoration:none;transition:all .25s;display:inline-flex;box-shadow:0 4px 20px #1e5c3e4d}.ms-btn-primary:hover{background:var(--primary-green-hover);transform:translateY(-2px);box-shadow:0 8px 28px #1e5c3e61}.ms-btn-secondary{color:var(--text-muted);cursor:pointer;letter-spacing:.01em;background:0 0;border:none;align-items:center;gap:8px;font-size:15px;font-weight:500;text-decoration:none;transition:color .2s;display:inline-flex}.ms-btn-secondary:hover{color:var(--text-dark)}.ms-hero-visual{flex:1;justify-content:center;display:flex;position:relative}.ms-phone{background:#fff;border-radius:48px;flex-direction:column;width:340px;height:680px;display:flex;position:relative;overflow:hidden;transform:rotate(5deg)scale(1.05);box-shadow:0 32px 64px #1a332826,inset 0 0 0 8px #e0e6e2}.ms-phone-notch{z-index:10;background:#e0e6e2;border-radius:14px;width:120px;height:28px;position:absolute;top:8px;left:50%;transform:translate(-50%)}.ms-chat-header{background:var(--chat-bg);border-bottom:1px solid #0000000d;align-items:center;gap:12px;padding:48px 16px 16px;display:flex}.ms-chat-avatar{background:var(--text-dark);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.ms-chat-title{flex:1}.ms-chat-title h3{margin-bottom:2px;font-size:14px;font-weight:600}.ms-chat-title p{color:var(--text-muted);align-items:center;gap:4px;font-size:11px;display:flex}.ms-chat-title p:before{content:"";background:#2bcc6b;border-radius:50%;width:6px;height:6px;display:block}.ms-chat-body{background:#fff;flex-direction:column;flex:1;gap:16px;padding:20px 16px;display:flex;overflow-y:auto}.ms-msg{border-radius:16px;max-width:85%;padding:12px 16px;font-size:13px;line-height:1.4;position:relative}.ms-msg-bot{background:var(--chat-bot);border-bottom-left-radius:4px;align-self:flex-start}.ms-msg-user{background:var(--chat-user);border-bottom-right-radius:4px;align-self:flex-end}.ms-msg-time{color:#0006;font-size:9px;position:absolute;bottom:-16px}.ms-msg-bot .ms-msg-time{left:4px}.ms-msg-user .ms-msg-time{align-items:center;gap:4px;display:flex;right:4px}.ms-chat-input{background:var(--chat-bg);border-top:1px solid #0000000d;align-items:center;gap:12px;padding:12px 16px 24px;display:flex}.ms-chat-input-box{height:36px;color:var(--text-muted);background:#fff;border:1px solid #0000000d;border-radius:18px;flex:1;align-items:center;padding:0 16px;font-size:13px;display:flex}.ms-chat-send{background:var(--text-dark);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;display:flex}@media (width<=900px){.ms-hero{text-align:center;flex-direction:column;padding-top:20px}.ms-hero-content{flex-direction:column;align-items:center;display:flex}.ms-features{justify-content:center}.ms-phone{margin-top:40px;transform:none}}
