:root{color-scheme:dark;font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;line-height:1.6;--accent: #6366f1;--accent-light: #818cf8;--surface: rgba(255, 255, 255, .04);--border: rgba(255, 255, 255, .08);--text: #fafafa;--text-muted: rgba(255, 255, 255, .55);--radius: .75rem}*{box-sizing:border-box;margin:0;padding:0}html,body,#root{min-height:100vh;background:#06060a;color:var(--text)}a{color:var(--accent-light);text-decoration:none}a:hover{text-decoration:underline}.page{min-height:100vh;display:flex;flex-direction:column}.container{width:100%;max-width:1120px;margin:0 auto;padding:0 1.5rem}.nav{display:flex;align-items:center;justify-content:space-between;padding:1.25rem 0}.logo{font-size:1.25rem;font-weight:700;letter-spacing:-.03em;background:linear-gradient(135deg,#fff 30%,var(--accent-light));-webkit-background-clip:text;background-clip:text;color:transparent}.nav-links{display:flex;gap:1.75rem;list-style:none;font-size:.875rem}.nav-links a{color:var(--text-muted);transition:color .2s}.nav-links a:hover{color:var(--text);text-decoration:none}.hero{text-align:center;padding:7rem 0 5rem;position:relative;overflow:hidden}.hero:before{content:"";position:absolute;inset:-40% -20% auto -20%;height:600px;background:radial-gradient(ellipse at center,rgba(99,102,241,.18) 0%,transparent 70%);pointer-events:none}.hero-tag{display:inline-block;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.7rem;letter-spacing:.2em;text-transform:uppercase;color:var(--accent-light);border:1px solid rgba(99,102,241,.3);padding:.3rem .75rem;border-radius:999px;margin-bottom:1.5rem;position:relative}.hero h1{font-size:clamp(2.25rem,5vw,3.5rem);font-weight:700;letter-spacing:-.04em;line-height:1.15;max-width:42rem;margin:0 auto 1.25rem;position:relative}.hero h1 span{background:linear-gradient(135deg,var(--accent-light),#a78bfa);-webkit-background-clip:text;background-clip:text;color:transparent}.hero p{font-size:1.125rem;color:var(--text-muted);max-width:34rem;margin:0 auto 2.5rem;position:relative}.hero-actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;position:relative}.btn-primary{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.75rem;font-size:.9rem;font-weight:600;border:none;border-radius:var(--radius);background:var(--accent);color:#fff;cursor:pointer;transition:background .2s}.btn-primary:hover{background:var(--accent-light);text-decoration:none}.btn-secondary{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.75rem;font-size:.9rem;font-weight:600;border:1px solid var(--border);border-radius:var(--radius);background:transparent;color:var(--text);cursor:pointer;transition:border-color .2s}.btn-secondary:hover{border-color:#fff3;text-decoration:none}.section{padding:5rem 0}.section-label{display:block;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.65rem;letter-spacing:.2em;text-transform:uppercase;color:var(--accent-light);margin-bottom:.75rem;text-align:center}.section-title{font-size:clamp(1.5rem,3vw,2rem);font-weight:700;letter-spacing:-.03em;text-align:center;margin-bottom:1rem}.section-subtitle{text-align:center;color:var(--text-muted);max-width:32rem;margin:0 auto 3rem;font-size:.95rem}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem}.feature-card{border:1px solid var(--border);border-radius:var(--radius);padding:2rem;background:var(--surface);transition:border-color .25s,background .25s}.feature-card:hover{border-color:#6366f14d;background:#6366f10a}.feature-icon{width:2.75rem;height:2.75rem;border-radius:.5rem;background:#6366f11f;display:grid;place-items:center;font-size:1.25rem;margin-bottom:1.25rem}.feature-card h3{font-size:1.1rem;font-weight:600;margin-bottom:.5rem}.feature-card p{font-size:.875rem;color:var(--text-muted);line-height:1.6}.services-list{display:flex;flex-direction:column;gap:2.5rem}.service-row{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center;border:1px solid var(--border);border-radius:1rem;padding:2.5rem;background:var(--surface);transition:border-color .3s}.service-row:hover{border-color:#6366f140}.service-row.reversed{direction:rtl}.service-row.reversed>*{direction:ltr}.service-icon{width:3rem;height:3rem;border-radius:.6rem;background:#6366f11f;display:grid;place-items:center;font-size:1.35rem;margin-bottom:1rem}.service-tag{display:inline-block;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.65rem;letter-spacing:.18em;text-transform:uppercase;color:var(--accent-light);margin-bottom:.5rem}.service-title{font-size:1.5rem;font-weight:700;letter-spacing:-.03em;margin-bottom:.75rem}.service-desc{font-size:.9rem;color:var(--text-muted);line-height:1.7;margin-bottom:1.25rem}.service-capabilities{list-style:none;display:flex;flex-direction:column;gap:.5rem}.service-capabilities li{font-size:.82rem;color:#ffffffb8;padding-left:1.25rem;position:relative;line-height:1.5}.service-capabilities li:before{content:"→";position:absolute;left:0;color:var(--accent-light);font-size:.8rem}.service-stats-panel{background:linear-gradient(135deg,#6366f10f,#a78bfa0a);border:1px solid rgba(99,102,241,.12);border-radius:.75rem;padding:2.25rem}.service-stats-grid{display:flex;flex-direction:column;gap:1.75rem}.service-stat{text-align:center}.service-stat-value{font-size:2rem;font-weight:700;letter-spacing:-.04em;background:linear-gradient(135deg,var(--accent-light),#a78bfa);-webkit-background-clip:text;background-clip:text;color:transparent;margin-bottom:.2rem}.service-stat-label{font-size:.75rem;color:var(--text-muted);text-transform:uppercase;letter-spacing:.1em}@media(max-width:768px){.service-row{grid-template-columns:1fr;gap:2rem;padding:1.75rem}.service-row.reversed{direction:ltr}.service-stats-grid{flex-direction:row;justify-content:space-around}}.pricing-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.5rem;align-items:start}.pricing-card{border:1px solid var(--border);border-radius:var(--radius);padding:2.25rem 2rem;background:var(--surface);text-align:center}.pricing-card.featured{border-color:var(--accent);background:linear-gradient(180deg,rgba(99,102,241,.08) 0%,var(--surface) 100%);position:relative}.pricing-card.featured:before{content:"Popular";position:absolute;top:-.7rem;left:50%;transform:translate(-50%);font-size:.65rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;background:var(--accent);color:#fff;padding:.2rem .75rem;border-radius:999px}.pricing-card h3{font-size:1.1rem;font-weight:600;margin-bottom:.25rem}.pricing-card .price{font-size:2.5rem;font-weight:700;letter-spacing:-.04em;margin:1rem 0 .25rem}.pricing-card .price span{font-size:.875rem;font-weight:400;color:var(--text-muted)}.pricing-card .price-note{font-size:.8rem;color:var(--text-muted);margin-bottom:1.5rem}.pricing-card ul{list-style:none;text-align:left;margin-bottom:2rem}.pricing-card li{font-size:.85rem;padding:.4rem 0;color:#ffffffbf}.pricing-card li:before{content:"✓";margin-right:.6rem;color:var(--accent-light)}.pricing-card .btn-primary,.pricing-card .btn-secondary{width:100%;justify-content:center}.testimonials-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem}.testimonial-card{border:1px solid var(--border);border-radius:var(--radius);padding:2rem;background:var(--surface)}.testimonial-card blockquote{font-size:.9rem;color:#fffc;line-height:1.7;margin-bottom:1.5rem;font-style:italic}.testimonial-author{display:flex;align-items:center;gap:.75rem}.testimonial-avatar{width:2.5rem;height:2.5rem;border-radius:50%;background:linear-gradient(135deg,var(--accent),#a78bfa);display:grid;place-items:center;font-size:.8rem;font-weight:700;color:#fff;flex-shrink:0}.testimonial-name{font-size:.85rem;font-weight:600}.testimonial-role{font-size:.75rem;color:var(--text-muted)}.footer{margin-top:auto;border-top:1px solid var(--border);padding:3rem 0}.footer-inner{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1.5rem}.footer-copy{font-size:.8rem;color:var(--text-muted)}.footer-links{display:flex;gap:1.5rem;list-style:none;font-size:.8rem}.footer-links a{color:var(--text-muted)}.footer-links a:hover{color:var(--text)}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;display:grid;place-items:center;background:#000000b3;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);padding:1.5rem;animation:fadeIn .2s ease-out}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.modal{width:100%;max-width:440px;max-height:90vh;overflow-y:auto;background:#0f0f14;border:1px solid var(--border);border-radius:1rem;padding:2.5rem 2rem 2rem;position:relative;animation:slideUp .25s ease-out}.modal-close{position:absolute;top:1rem;right:1rem;width:2rem;height:2rem;display:grid;place-items:center;background:none;border:1px solid var(--border);border-radius:.5rem;color:var(--text-muted);font-size:1.25rem;cursor:pointer;transition:color .2s,border-color .2s}.modal-close:hover{color:var(--text);border-color:#fff3}.modal-header{margin-bottom:1.75rem}.modal-badge{display:inline-block;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.65rem;letter-spacing:.15em;text-transform:uppercase;color:var(--accent-light);background:#6366f11f;padding:.25rem .6rem;border-radius:.25rem;margin-bottom:.75rem}.modal-title{font-size:1.35rem;font-weight:700;letter-spacing:-.03em;margin-bottom:.35rem}.modal-subtitle{font-size:.875rem;color:var(--text-muted);line-height:1.5}.checkout-form{display:flex;flex-direction:column}.form-label{font-size:.8rem;font-weight:500;margin-bottom:.35rem;color:#ffffffbf}.form-input{width:100%;padding:.7rem .85rem;font-size:.9rem;font-family:inherit;color:var(--text);background:#ffffff0d;border:1px solid var(--border);border-radius:.5rem;margin-bottom:1rem;outline:none;transition:border-color .2s,box-shadow .2s}.form-input::placeholder{color:#ffffff40}.form-input:focus{border-color:var(--accent);box-shadow:0 0 0 3px #6366f126}.form-textarea{resize:vertical;min-height:5rem}.form-row{display:flex;gap:.75rem}.form-col{flex:1;display:flex;flex-direction:column}.form-submit{width:100%;justify-content:center;margin-top:.5rem;padding:.85rem 1.75rem;font-size:.95rem}.form-legal{font-size:.72rem;color:var(--text-muted);text-align:center;margin-top:1rem;line-height:1.5}.checkout-status{text-align:center;padding:1.5rem 0}.spinner{width:2.5rem;height:2.5rem;border:3px solid rgba(99,102,241,.2);border-top-color:var(--accent-light);border-radius:50%;margin:0 auto 1.5rem;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.success-icon{width:3rem;height:3rem;border-radius:50%;background:linear-gradient(135deg,#22c55e,#16a34a);display:grid;place-items:center;font-size:1.5rem;color:#fff;margin:0 auto 1.5rem}.checkout-status .form-submit{margin-top:1.5rem}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.chatbot-toggle{position:fixed;bottom:1.5rem;right:1.5rem;z-index:900;width:3.25rem;height:3.25rem;border-radius:50%;border:none;background:linear-gradient(135deg,var(--accent),#7c3aed);color:#fff;cursor:pointer;display:grid;place-items:center;box-shadow:0 4px 20px #6366f159;transition:transform .2s,box-shadow .2s}.chatbot-toggle:hover{transform:scale(1.05);box-shadow:0 6px 28px #6366f173}.chatbot-toggle.open{background:#ffffff1a;box-shadow:0 2px 12px #0000004d}.chatbot-toggle-icon{display:grid;place-items:center;font-size:1.5rem;line-height:1}.chatbot-panel{position:fixed;bottom:5.5rem;right:1.5rem;z-index:901;width:380px;max-width:calc(100vw - 2rem);height:520px;max-height:calc(100vh - 8rem);display:flex;flex-direction:column;background:#0c0c10;border:1px solid var(--border);border-radius:1rem;overflow:hidden;box-shadow:0 12px 48px #00000080;animation:chatSlideUp .25s ease-out}@keyframes chatSlideUp{0%{opacity:0;transform:translateY(12px) scale(.97)}to{opacity:1;transform:translateY(0) scale(1)}}.chatbot-header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.25rem;border-bottom:1px solid var(--border);background:#ffffff05}.chatbot-header-info{display:flex;align-items:center;gap:.65rem}.chatbot-avatar{width:2rem;height:2rem;border-radius:50%;background:linear-gradient(135deg,var(--accent),#7c3aed);display:grid;place-items:center;color:#fff;flex-shrink:0}.chatbot-name{font-size:.85rem;font-weight:600}.chatbot-status{font-size:.7rem;color:#22c55e}.chatbot-close{width:1.75rem;height:1.75rem;display:grid;place-items:center;background:none;border:1px solid var(--border);border-radius:.4rem;color:var(--text-muted);font-size:1.1rem;cursor:pointer;transition:color .2s,border-color .2s}.chatbot-close:hover{color:var(--text);border-color:#fff3}.chatbot-messages{flex:1;overflow-y:auto;padding:1.25rem;display:flex;flex-direction:column;gap:1rem;scrollbar-width:thin;scrollbar-color:rgba(255,255,255,.1) transparent}.chat-msg{display:flex;flex-direction:column;gap:.5rem;max-width:88%}.chat-msg.bot{align-self:flex-start}.chat-msg.user{align-self:flex-end}.chat-bubble{padding:.7rem 1rem;border-radius:.75rem;font-size:.82rem;line-height:1.55;word-break:break-word}.chat-msg.bot .chat-bubble{background:#ffffff0f;border:1px solid var(--border);border-bottom-left-radius:.25rem;color:#ffffffd9}.chat-msg.user .chat-bubble{background:var(--accent);color:#fff;border-bottom-right-radius:.25rem}.chat-bubble strong{font-weight:600;color:var(--text)}.chat-msg.user .chat-bubble strong{color:#fff}.chat-bubble.typing{display:flex;gap:.3rem;padding:.85rem 1.1rem}.typing-dot{width:.4rem;height:.4rem;border-radius:50%;background:var(--text-muted);animation:typingBounce 1.2s ease-in-out infinite}.typing-dot:nth-child(2){animation-delay:.15s}.typing-dot:nth-child(3){animation-delay:.3s}@keyframes typingBounce{0%,60%,to{transform:translateY(0);opacity:.4}30%{transform:translateY(-4px);opacity:1}}.chat-quick-replies{display:flex;flex-wrap:wrap;gap:.4rem;margin-top:.25rem}.chat-quick-reply{font-size:.72rem;font-family:inherit;padding:.35rem .7rem;border:1px solid rgba(99,102,241,.3);border-radius:999px;background:#6366f114;color:var(--accent-light);cursor:pointer;transition:background .2s,border-color .2s}.chat-quick-reply:hover{background:#6366f126;border-color:var(--accent-light)}.chatbot-input{display:flex;gap:.5rem;padding:.85rem 1rem;border-top:1px solid var(--border);background:#ffffff05}.chatbot-input input{flex:1;padding:.6rem .85rem;font-size:.85rem;font-family:inherit;color:var(--text);background:#ffffff0d;border:1px solid var(--border);border-radius:.5rem;outline:none;transition:border-color .2s}.chatbot-input input::placeholder{color:#ffffff40}.chatbot-input input:focus{border-color:var(--accent)}.chatbot-input button{width:2.25rem;height:2.25rem;display:grid;place-items:center;border:none;border-radius:.5rem;background:var(--accent);color:#fff;cursor:pointer;transition:background .2s;flex-shrink:0}.chatbot-input button:hover{background:var(--accent-light)}.chatbot-input button:disabled{opacity:.35;cursor:not-allowed}@media(max-width:480px){.chatbot-panel{right:.75rem;bottom:5rem;width:calc(100vw - 1.5rem);height:calc(100vh - 7rem)}.chatbot-toggle{right:.75rem;bottom:.75rem}}
