:root{--st-900: #1c1917;--st-800: #292524;--st-700: #44403c;--st-600: #57534e;--st-500: #78716c;--st-400: #a8a29e;--st-300: #d6d3d1;--st-200: #e7e5e4;--st-100: #f5f5f4;--st-50: #fafaf9;--white: #ffffff;--primary: #D97706;--primary-dark: #B45309;--primary-light: #F59E0B;--primary-bg: #FFFBEB;--accent: #FCD34D;--text: #1c1917;--text-secondary: #57534e;--text-muted: #a8a29e;--shadow-sm: 0 1px 2px rgba(0,0,0,.05);--shadow-md: 0 4px 6px -1px rgba(0,0,0,.07), 0 2px 4px -2px rgba(0,0,0,.05);--shadow-lg: 0 10px 15px -3px rgba(0,0,0,.08), 0 4px 6px -4px rgba(0,0,0,.04);--shadow-xl: 0 20px 25px -5px rgba(0,0,0,.08), 0 8px 10px -6px rgba(0,0,0,.04);--container: 75rem}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;color:var(--text);background:var(--st-50);line-height:1.6;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}.container{max-width:var(--container);margin:0 auto;padding:0 2rem}.header{position:sticky;top:0;z-index:50;background:#1c1917eb;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid rgba(255,255,255,.06)}.header-inner{max-width:var(--container);margin:0 auto;padding:0 2rem;display:flex;align-items:center;justify-content:space-between;height:4rem}.header-logo{font-weight:800;font-size:1.25rem;color:var(--white);letter-spacing:-.02em}.header-logo em{font-style:normal;color:var(--primary-light)}.header-nav{display:flex;gap:.25rem;font-size:.875rem;font-weight:500;align-items:center}.header-nav a:not(.header-cta){color:var(--st-300);padding:.5rem .875rem;transition:color .15s;border-radius:6px}.header-nav a:not(.header-cta):hover{color:var(--white);background:#ffffff0f}.header-cta{background:var(--primary);color:var(--white);padding:.5rem 1.25rem;font-weight:600;font-size:.875rem;border-radius:6px;transition:background .15s,box-shadow .15s;margin-left:.75rem}.header-cta:hover{background:var(--primary-dark);box-shadow:var(--shadow-md)}.nav-toggle{display:none;background:none;border:none;color:var(--white);font-size:1.5rem;cursor:pointer;padding:.25rem;line-height:1}@media(max-width:640px){.header-inner{padding:0 1rem;height:3.5rem}.nav-toggle{display:block}.header-nav{display:none;position:absolute;top:100%;left:0;right:0;flex-direction:column;background:var(--st-800);padding:.5rem 1rem 1rem;gap:.25rem;border-bottom:1px solid rgba(255,255,255,.06)}.header-nav.open{display:flex}.header-nav a:not(.header-cta){padding:.625rem .75rem;width:100%}.header-cta{margin-left:0;margin-top:.25rem;text-align:center;width:100%}}.hero{text-align:center;padding:6rem 2rem 5rem;position:relative;overflow:hidden}.hero:before{content:"";position:absolute;inset:0;background:radial-gradient(ellipse 80% 60% at 50% -20%,rgba(217,119,6,.12),transparent),radial-gradient(ellipse 60% 50% at 80% 80%,rgba(217,119,6,.06),transparent);pointer-events:none}.hero>*{position:relative}.hero h1{font-size:3rem;font-weight:800;margin-bottom:1.25rem;line-height:1.15;letter-spacing:-.03em;color:var(--text)}.hero h1 em{font-style:normal;color:var(--primary)}.hero p{font-size:1.125rem;color:var(--text-secondary);margin:0 auto 2.5rem;max-width:560px;line-height:1.7}.hero-actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.btn{display:inline-flex;align-items:center;gap:.5rem;font-weight:600;font-size:.9375rem;padding:.875rem 2rem;border-radius:8px;transition:all .15s;cursor:pointer;border:none;line-height:1}.btn-primary{background:var(--primary);color:var(--white);box-shadow:0 4px 14px #d977064d}.btn-primary:hover{background:var(--primary-dark);box-shadow:0 6px 20px #d9770659;transform:translateY(-1px)}.btn-secondary{background:var(--white);color:var(--text);border:1px solid var(--st-200);box-shadow:var(--shadow-sm)}.btn-secondary:hover{background:var(--st-50);box-shadow:var(--shadow-md);transform:translateY(-1px)}.section-title{font-size:1.875rem;font-weight:800;text-align:center;margin-bottom:.75rem;letter-spacing:-.02em}.section-subtitle{font-size:1rem;color:var(--text-secondary);text-align:center;max-width:560px;margin:0 auto 3.5rem;line-height:1.7}.features{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;padding:0 2rem 6rem;max-width:var(--container);margin:0 auto}@media(max-width:1024px){.features{grid-template-columns:repeat(2,1fr)}}@media(max-width:640px){.features{grid-template-columns:1fr}}.feature-card{background:var(--white);border:1px solid var(--st-200);padding:2rem;transition:all .2s;box-shadow:var(--shadow-sm)}.feature-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-2px);border-color:var(--st-300)}.feature-icon{display:inline-flex;align-items:center;justify-content:center;width:2.75rem;height:2.75rem;background:var(--primary-bg);color:var(--primary-dark);margin-bottom:1.25rem}.feature-card h3{font-size:1rem;font-weight:700;margin-bottom:.5rem;letter-spacing:-.01em}.feature-card p{font-size:.875rem;color:var(--text-secondary);line-height:1.7}.pricing-section{padding:5rem 2rem}.pricing-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(270px,1fr));gap:1.5rem;max-width:1200px;margin:0 auto;align-items:stretch}.pricing-card{background:var(--white);border:1px solid var(--st-200);padding:2.5rem 2rem;position:relative;display:flex;flex-direction:column;transition:all .2s;box-shadow:var(--shadow-sm)}.pricing-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-2px)}.pricing-card.featured{border:2px solid var(--primary);box-shadow:0 4px 24px #d977061f}.pricing-card.featured:hover{box-shadow:0 8px 32px #d9770626}.pricing-badge{position:absolute;top:0;left:50%;transform:translate(-50%,-50%);background:var(--primary);color:var(--white);font-size:.75rem;font-weight:700;padding:.375rem 1.25rem;text-transform:uppercase;letter-spacing:.04em;white-space:nowrap}.pricing-name{font-size:1.125rem;font-weight:700;margin-bottom:.75rem}.pricing-price{font-size:2.5rem;font-weight:800;margin-bottom:.25rem;letter-spacing:-.02em}.pricing-period{font-size:.9375rem;font-weight:400;color:var(--text-secondary)}.pricing-desc{font-size:.8125rem;color:var(--text-secondary);margin-bottom:1.5rem;line-height:1.5}.pricing-features{list-style:none;font-size:.875rem;text-align:left;margin-bottom:2rem;flex:1;display:flex;flex-direction:column;gap:.75rem}.pricing-features li{display:flex;align-items:flex-start;gap:.625rem;line-height:1.5;color:var(--text)}.pricing-features li:before{content:"";flex-shrink:0;width:1.25rem;height:1.25rem;margin-top:.125rem;background:url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="%23D97706" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round"%3E%3Cpolyline points="20 6 9 17 4 12"%3E%3C/polyline%3E%3C/svg%3E') center/contain no-repeat}.pricing-features li.muted{color:var(--text-muted)}.pricing-features li.muted:before{background:url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="%23a8a29e" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round"%3E%3Cpolyline points="20 6 9 17 4 12"%3E%3C/polyline%3E%3C/svg%3E') center/contain no-repeat}.pricing-cta{display:block;padding:.8125rem;font-weight:600;font-size:.9375rem;text-align:center;border-radius:8px;transition:all .15s;background:var(--primary);color:var(--white);box-shadow:0 4px 14px #d9770640}.pricing-cta:hover{background:var(--primary-dark);box-shadow:0 6px 20px #d977064d;transform:translateY(-1px)}.pricing-card.featured .pricing-cta{box-shadow:0 4px 14px #d9770659}.faq-section{padding:5rem 2rem 6rem}.faq-list{max-width:700px;margin:0 auto;display:flex;flex-direction:column;gap:.75rem}.faq-item{background:var(--white);border:1px solid var(--st-200);padding:1.5rem 1.75rem;box-shadow:var(--shadow-sm);transition:box-shadow .15s}.faq-item:hover{box-shadow:var(--shadow-md)}.faq-item h3{font-size:1rem;font-weight:700;margin-bottom:.5rem;letter-spacing:-.01em}.faq-item p{font-size:.875rem;color:var(--text-secondary);line-height:1.7}.cta-banner{background:var(--st-900);padding:4rem 2rem;text-align:center}.cta-banner h2{font-size:2rem;font-weight:800;color:var(--white);margin-bottom:.75rem;letter-spacing:-.02em}.cta-banner p{color:var(--st-400);font-size:1rem;margin-bottom:2rem;max-width:480px;margin-inline:auto;line-height:1.7}.success-section{padding:6rem 2rem;text-align:center}.success-card{background:var(--white);border:1px solid var(--st-200);padding:3rem;max-width:480px;margin:0 auto;box-shadow:var(--shadow-lg)}.success-icon{width:3.5rem;height:3.5rem;margin:0 auto 1.5rem;background:var(--primary-bg);display:flex;align-items:center;justify-content:center}.success-title{font-size:1.5rem;font-weight:800;margin-bottom:.75rem;letter-spacing:-.02em}.success-text{color:var(--text-secondary);margin-bottom:2rem;line-height:1.7;font-size:.9375rem}.footer{background:var(--st-900);color:var(--st-400);padding:3rem 2rem 2rem;font-size:.8125rem}.footer-inner{max-width:var(--container);margin:0 auto;display:grid;grid-template-columns:2fr 1fr 1fr;gap:3rem}.footer-brand h3{color:var(--white);font-size:1rem;font-weight:700;margin-bottom:.5rem}.footer-brand p{line-height:1.7;max-width:280px}.footer-col h4{color:var(--white);font-size:.8125rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;margin-bottom:1rem}.footer-col a{display:block;color:var(--st-400);padding:.25rem 0;transition:color .15s}.footer-col a:hover{color:var(--white)}.footer-bottom{max-width:var(--container);margin:2rem auto 0;padding-top:1.5rem;border-top:1px solid rgba(255,255,255,.06);text-align:center;font-size:.75rem}@media(max-width:640px){.footer-inner{grid-template-columns:1fr;gap:2rem}.footer-brand p{max-width:100%}.hero{padding:4rem 1.5rem 3rem}.hero h1{font-size:2rem}.pricing-section,.faq-section{padding:3rem 1rem}.section-title{font-size:1.5rem}.features{padding:0 1rem 4rem;gap:1rem}.cta-banner{padding:3rem 1.5rem}.cta-banner h2{font-size:1.5rem}.success-card{padding:2rem 1.5rem}}#chat-bubble-btn{position:fixed;bottom:1.5rem;right:1.5rem;z-index:9999;width:3.5rem;height:3.5rem;background:#d97706;color:#fff;border:none;cursor:pointer;box-shadow:0 4px 16px #d9770659;display:flex;align-items:center;justify-content:center;transition:transform .15s,box-shadow .15s}#chat-bubble-btn:hover{transform:scale(1.05);box-shadow:0 6px 24px #d9770673}#chat-bubble-btn svg{width:1.5rem;height:1.5rem}#chat-panel{position:fixed;bottom:5.5rem;right:1.5rem;z-index:9999;width:22rem;max-height:32rem;background:#fff;border:1px solid #e7e5e4;box-shadow:0 10px 40px #0000001f;display:none;flex-direction:column;overflow:hidden}#chat-panel.open{display:flex}#chat-panel-header{background:#292524;color:#fff;padding:.875rem 1rem;font-weight:600;font-size:.875rem;display:flex;align-items:center;justify-content:space-between}#chat-panel-header button{background:none;border:none;color:#a8a29e;cursor:pointer;font-size:1.25rem;line-height:1;padding:.125rem}#chat-panel-header button:hover{color:#fff}#chat-messages{flex:1;overflow-y:auto;padding:.75rem;display:flex;flex-direction:column;gap:.5rem;min-height:10rem;max-height:18rem}.chat-msg{max-width:80%;padding:.5rem .75rem;font-size:.8125rem;line-height:1.5}.chat-msg.visitor{background:#f5f5f4;color:#1c1917;align-self:flex-end}.chat-msg.admin{background:#292524;color:#fff;align-self:flex-start}.chat-msg .msg-time{font-size:.625rem;opacity:.6;margin-top:.25rem}#chat-form{border-top:1px solid #e7e5e4;padding:.75rem;display:flex;flex-direction:column;gap:.5rem}#chat-form input,#chat-form textarea{border:1px solid #d6d3d1;padding:.5rem .75rem;font-size:.8125rem;font-family:inherit;outline:none}#chat-form input:focus,#chat-form textarea:focus{border-color:#d97706;box-shadow:0 0 0 2px #d9770626}#chat-form textarea{resize:none;min-height:3.5rem}#chat-form button{background:#d97706;color:#fff;border:none;padding:.5rem;font-weight:600;font-size:.8125rem;cursor:pointer;transition:background .15s}#chat-form button:hover{background:#b45309}#chat-form button:disabled{opacity:.5;cursor:not-allowed}.chat-typing{font-size:.75rem;color:#a8a29e;padding:.25rem .75rem;font-style:italic}@media(max-width:640px){#chat-panel{right:.75rem;left:.75rem;width:auto;bottom:5rem;max-height:calc(100vh - 7rem)}#chat-bubble-btn{bottom:1rem;right:1rem}}
