:root{--primary:#0078d4;--primary-dark:#005a9e;--secondary:#6b7280;--accent:#10b981;--background:#fff;--surface:#f9fafb;--text:#1f2937;--text-light:#6b7280;--border:#e5e7eb;--gradient-start:#667eea;--gradient-end:#764ba2;--header-bg:#fffffff2;--card-bg:#fff;--input-bg:#fff}html.dark{--primary:#3b9eff;--primary-dark:#60b0ff;--secondary:#9ca3af;--accent:#34d399;--background:#0f172a;--surface:#1e293b;--text:#f1f5f9;--text-light:#94a3b8;--border:#334155;--header-bg:#0f172af2;--card-bg:#1e293b;--input-bg:#0f172a}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{color:var(--text);background:var(--background);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,sans-serif;line-height:1.6;transition:background-color .3s,color .3s}a{color:var(--primary);text-decoration:none;transition:color .2s}a:hover{color:var(--primary-dark)}.container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.btn{cursor:pointer;border:none;border-radius:.5rem;justify-content:center;align-items:center;padding:.75rem 1.5rem;font-size:1rem;font-weight:600;text-decoration:none;transition:all .2s;display:inline-flex}.btn-primary{background:var(--primary);color:#fff}.btn-primary:hover{background:var(--primary-dark);color:#fff;transform:translateY(-1px)}.btn-secondary{color:var(--primary);border:2px solid var(--primary);background:0 0}.btn-secondary:hover{background:var(--primary);color:#fff}.btn-large{padding:1rem 2rem;font-size:1.125rem}.section{padding:5rem 0}.section-dark{background:var(--surface)}.section-title{text-align:center;color:var(--text);margin-bottom:1rem;font-size:2.5rem;font-weight:700}.section-subtitle{color:var(--text-light);text-align:center;max-width:600px;margin:0 auto 3rem;font-size:1.25rem}.theme-toggle{background:var(--surface);width:40px;height:40px;color:var(--text);cursor:pointer;border:none;border-radius:.5rem;justify-content:center;align-items:center;transition:all .2s;display:flex}.theme-toggle:hover{background:var(--border)}.theme-toggle svg{width:20px;height:20px}.theme-toggle .sun-icon{display:none}.theme-toggle .moon-icon,html.dark .theme-toggle .sun-icon{display:block}html.dark .theme-toggle .moon-icon{display:none}.header{z-index:1000;background:var(--header-bg);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--border);transition:background-color .3s,border-color .3s;position:fixed;top:0;left:0;right:0}.nav{justify-content:space-between;align-items:center;height:4.5rem;display:flex}.logo{color:var(--text);align-items:center;gap:.5rem;font-size:1.5rem;font-weight:700;display:flex}.logo:hover{color:var(--text)}.logo-icon{color:var(--primary);font-size:1.75rem}.nav-links{gap:2rem;margin:0 auto;list-style:none;display:flex}.nav-links a{color:var(--text);font-weight:500;transition:color .2s}.nav-links a:hover{color:var(--primary)}.nav-actions{align-items:center;gap:1rem;margin-left:auto;display:flex}.mobile-menu-btn{cursor:pointer;background:0 0;border:none;flex-direction:column;gap:4px;padding:.5rem;display:none}.mobile-menu-btn span{background:var(--text);width:24px;height:2px;transition:all .3s;display:block}.features-grid{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.feature-card{background:var(--card-bg);will-change:box-shadow;border-radius:1rem;padding:2rem;transition:box-shadow .3s,background-color .3s}.feature-card:hover{box-shadow:0 15px 50px #0000001f}html.dark .feature-card:hover{box-shadow:0 15px 50px #0006}.feature-icon{background:#0078d41a;border-radius:.75rem;flex-shrink:0;justify-content:center;align-items:center;width:3.5rem;height:3.5rem;margin-bottom:1.25rem;font-size:1.5rem;transition:background-color .3s,transform .2s;display:flex}.feature-card:hover .feature-icon{background:#0078d426;transform:scale(1.05)}html.dark .feature-icon{background:#3b9eff26}html.dark .feature-card:hover .feature-icon{background:#3b9eff40}.feature-title{color:var(--text);margin-bottom:.75rem;font-size:1.25rem;font-weight:600}.feature-description{color:var(--text-light);font-size:.95rem;line-height:1.7}.steps-container{grid-template-columns:repeat(4,1fr);gap:2rem;margin-bottom:3.5rem;display:grid;position:relative}.step-card{text-align:center;position:relative}.step-number{background:var(--primary);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:3.4rem;height:3.4rem;margin-bottom:2rem;font-size:1.125rem;font-weight:700;display:inline-flex}.step-content{background:var(--surface);border-radius:1rem;height:100%;padding:2rem 1.5rem}.step-icon{margin-bottom:1rem;font-size:2.5rem}.step-title{color:var(--text);margin-bottom:.75rem;font-size:1.125rem;font-weight:600}.step-description{color:var(--text-light);font-size:.9rem;line-height:1.6}.step-connector{display:none}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInFromLeft{0%{opacity:0;transform:translate(-50px)}to{opacity:1;transform:translate(0)}}@keyframes drawLine{0%{transform:scaleX(0)}to{transform:scaleX(1)}}@keyframes bounceNumber{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-8px)}60%{transform:translateY(-4px)}}@keyframes pulseIcon{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}.animate-fade-in{animation:.8s ease-out forwards fadeInUp}.animate-fade-in-delay{animation:.8s ease-out .2s both fadeInUp}.animate-step{opacity:0;transition:all .6s cubic-bezier(.4,0,.2,1);transform:translateY(30px)}.animate-step.visible{opacity:1;transform:translateY(0)}.animate-bounce .step-number{animation:1.2s ease-in-out .5s bounceNumber}.animate-pulse-subtle .step-icon{animation:2s ease-in-out .8s infinite pulseIcon}.animate-draw{transform-origin:0;transition:transform .8s cubic-bezier(.4,0,.2,1);transform:scaleX(0)}.animate-draw.visible{transform:scaleX(1)}.step-card:hover{transition:transform .3s;transform:translateY(-5px)}.step-card:hover .step-number{background:var(--primary);color:#fff;transition:all .3s;transform:scale(1.1)}.step-card:hover .step-icon{transition:transform .3s;transform:scale(1.2)}.pricing-grid{grid-template-columns:repeat(4,1fr);align-items:start;gap:1.5rem;display:grid}.pricing-card{background:var(--card-bg);border-radius:1rem;padding:2.5rem 2rem;transition:transform .2s,box-shadow .2s,background-color .3s;position:relative}.pricing-card:hover{transform:translateY(-4px);box-shadow:0 10px 40px #0000001a}html.dark .pricing-card:hover{box-shadow:0 10px 40px #0000004d}.pricing-card.popular{border:2px solid var(--primary);transform:scale(1.05)}.pricing-card.popular:hover{transform:scale(1.05)translateY(-4px)}.popular-badge{background:var(--primary);color:#fff;text-transform:uppercase;letter-spacing:.05em;border-radius:1rem;padding:.25rem 1rem;font-size:.75rem;font-weight:600;position:absolute;top:-12px;left:50%;transform:translate(-50%)}.plan-name{color:var(--text);margin-bottom:1rem;font-size:1.25rem;font-weight:600}.plan-price{margin-bottom:1rem}.price{color:var(--text);font-size:3rem;font-weight:700}.period{color:var(--text-light);font-size:.875rem;display:block}.plan-description{color:var(--text-light);border-bottom:1px solid var(--border);margin-bottom:1.5rem;padding-bottom:1.5rem;font-size:.9rem}.plan-features{margin-bottom:2rem;list-style:none}.plan-features li{color:var(--text);align-items:center;gap:.75rem;min-height:2.2rem;padding:.5rem 0;font-size:.9rem;display:flex}.plan-features .feature-unavailable{color:var(--text-light);opacity:.6;text-decoration:line-through}.plan-features svg{color:var(--accent);flex-shrink:0}.btn-full{width:100%}.contact-grid{grid-template-columns:1fr 1fr;align-items:start;gap:4rem;display:grid}.contact-title{color:var(--text);margin-bottom:1rem;font-size:2.5rem;font-weight:700}.contact-description{color:var(--text-light);margin-bottom:2rem;font-size:1.125rem;line-height:1.7}.contact-methods{flex-direction:column;gap:1.5rem;display:flex}.contact-method{align-items:flex-start;gap:1rem;display:flex}.method-icon{background:var(--surface);border-radius:.75rem;padding:1rem;font-size:1.5rem}.method-details h4{color:var(--text);margin-bottom:.25rem;font-size:1rem;font-weight:600}.method-details a{color:var(--primary);text-decoration:none}.method-details a:hover{text-decoration:underline}.method-details span{color:var(--text-light);font-size:.9rem}.contact-form{background:var(--surface);border-radius:1rem;padding:2rem}.form-group{margin-bottom:1.5rem}.form-group label{color:var(--text);margin-bottom:.5rem;font-weight:600;display:block}.form-group input,.form-group select,.form-group textarea{border:1px solid var(--border);background:var(--input-bg);width:100%;color:var(--text);border-radius:.5rem;padding:.75rem 1rem;font-size:1rem;transition:border-color .2s}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:var(--primary);outline:none}.form-group textarea{resize:vertical;min-height:100px}.form-message{border-radius:.5rem;margin-bottom:1.5rem;padding:1rem;font-weight:500}.form-message-success{border:1px solid var(--accent);color:var(--accent);background:#10b9811a}.form-message-error{color:#ef4444;background:#ef44441a;border:1px solid #ef4444}.success-message{background:var(--surface);text-align:center;border:2px solid var(--accent);border-radius:1rem;padding:3rem 2rem}.success-icon{margin-bottom:1rem;font-size:4rem}.success-title{color:var(--accent);margin-bottom:1rem;font-size:2rem;font-weight:700}.success-description{color:var(--text-light);font-size:1.1rem;line-height:1.6}.form-group input:disabled,.form-group select:disabled,.form-group textarea:disabled,.btn:disabled{background:var(--border);cursor:not-allowed;opacity:.6}.btn:disabled:hover{background:var(--border);transform:none}.hidden{display:none}.footer{background:var(--surface);border-top:1px solid var(--border);padding:3rem 0 1.5rem}.footer-grid{grid-template-columns:2fr 1fr 1fr 1fr;gap:3rem;margin-bottom:2rem;display:grid}.footer-tagline{color:var(--text-light);margin-top:1rem;line-height:1.6}.footer-links h4{color:var(--text);margin-bottom:1rem;font-size:1rem;font-weight:600}.footer-links ul{list-style:none}.footer-links li{margin-bottom:.5rem}.footer-links a{color:var(--text-light);font-size:.9rem;text-decoration:none;transition:color .2s}.footer-links a:hover{color:var(--primary)}.footer-bottom{text-align:center;border-top:1px solid var(--border);padding-top:2rem}.footer-bottom p{color:var(--text-light);font-size:.875rem}.legal-page{min-height:100vh;padding-top:6rem;padding-bottom:4rem}.legal-content{max-width:800px;margin:0 auto}.legal-content h1{color:var(--text);margin-bottom:.5rem;font-size:2.5rem;font-weight:700}.last-updated{color:var(--text-light);border-bottom:1px solid var(--border);margin-bottom:3rem;padding-bottom:2rem;font-size:.9rem}.legal-content section{margin-bottom:2.5rem}.legal-content h2{color:var(--text);margin-bottom:1rem;font-size:1.5rem;font-weight:600}.legal-content h3{color:var(--text);margin-top:1.5rem;margin-bottom:.75rem;font-size:1.125rem;font-weight:600}.legal-content p{color:var(--text-light);margin-bottom:1rem;line-height:1.8}.legal-content ul{color:var(--text-light);margin-bottom:1rem;margin-left:1.5rem;line-height:1.8}.legal-content li{margin-bottom:.5rem}.legal-content a{color:var(--primary)}.legal-content a:hover{color:var(--primary-dark);text-decoration:underline}.back-link{border-top:1px solid var(--border);margin-top:3rem;padding-top:2rem}.hero{background:var(--surface);align-items:center;min-height:100vh;padding-top:6rem;padding-bottom:4rem;transition:background-color .3s;display:flex}.hero-content{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;display:grid}.hero-badge{color:var(--primary);background:#0078d41a;border-radius:2rem;align-items:center;gap:.5rem;margin-bottom:1.5rem;padding:.5rem 1rem;font-size:.875rem;font-weight:600;display:inline-flex}html.dark .hero-badge{background:#3b9eff26}.hero-title{color:var(--text);margin-bottom:1.5rem;font-size:3.5rem;font-weight:800;line-height:1.1}.hero-highlight{background:linear-gradient(135deg,var(--primary)0%,#0059a3 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}html.dark .hero-highlight{background:linear-gradient(135deg,#60b0ff 0%,var(--primary)100%);-webkit-background-clip:text;background-clip:text}.hero-description{color:var(--text-light);max-width:500px;margin-bottom:2rem;font-size:1.25rem}.hero-actions{flex-wrap:wrap;gap:1rem;margin-bottom:3rem;display:flex}.hero-actions .btn{gap:.5rem}.hero-stats{gap:3rem;display:flex}.stat{flex-direction:column;display:flex}.stat-number{color:var(--primary);font-size:2rem;font-weight:700}.stat-label{color:var(--text-light);font-size:.875rem}.hero-visual{justify-content:center;display:flex}.hero-graphic{flex-direction:column;align-items:center;gap:1.5rem;display:flex}.migration-card{background:var(--card-bg);border-radius:1rem;width:280px;padding:1.5rem;transition:background-color .3s;box-shadow:0 10px 40px #0000001a}html.dark .migration-card{box-shadow:0 10px 40px #0000004d}.card-header{border-bottom:1px solid var(--border);align-items:center;gap:.75rem;margin-bottom:1rem;padding-bottom:1rem;font-weight:600;display:flex}.ms-icon{font-size:1.5rem}.card-items{flex-direction:column;gap:.75rem;display:flex}.item{background:var(--surface);border-radius:.5rem;align-items:center;gap:.75rem;padding:.5rem;font-size:.9rem;display:flex}.item.success{color:#059669;background:#10b9811a}.item-icon{font-size:1rem}.migration-arrow{color:var(--primary);flex-direction:column;align-items:center;gap:.5rem;display:flex}.arrow-label{text-transform:uppercase;letter-spacing:.05em;font-size:.75rem;font-weight:600}@media (min-width:1025px){.step-connector{background:var(--border);width:2rem;height:2px;display:block;position:absolute;top:1.5rem;right:-1rem}.step-connector:after{content:"";border:solid var(--border);border-width:0 2px 2px 0;padding:3px;position:absolute;top:-3px;right:0;transform:rotate(-45deg)}}@media (max-width:1200px){.pricing-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}}@media (max-width:1024px){.logo{font-size:1.25rem}.logo-icon{font-size:1.5rem}.nav-links{gap:1.25rem;font-size:.9rem}.theme-toggle{width:36px;height:36px}.theme-toggle svg{width:18px;height:18px}.nav-actions .btn{padding:.625rem 1.25rem;font-size:.9rem}.features-grid{grid-template-columns:repeat(2,1fr)}.steps-container{grid-template-columns:1fr;gap:2rem}.step-card{flex-direction:column;align-items:center;max-width:500px;margin:0 auto;display:flex}.step-number{margin-bottom:1rem;position:relative}.step-content{width:100%;padding:1.75rem 1.25rem}.contact-grid{grid-template-columns:1fr;gap:3rem}.footer-grid{grid-template-columns:repeat(2,1fr);gap:2rem}.hero-content{text-align:center;grid-template-columns:1fr}.hero-title{font-size:2.5rem}.hero-description{margin-left:auto;margin-right:auto}.hero-actions,.hero-stats{justify-content:center}.hero-visual{order:1}}@media (max-width:900px){.logo{font-size:1.15rem}.logo-icon{font-size:1.35rem}.nav-links{gap:1rem;font-size:.85rem}.theme-toggle{width:34px;height:34px}.theme-toggle svg{width:16px;height:16px}.nav-actions .btn{padding:.5rem 1rem;font-size:.85rem}}@media (max-width:768px){.pricing-grid{grid-template-columns:1fr;gap:2rem;max-width:400px;margin:0 auto}.pricing-card.popular{order:-1;transform:none}.pricing-card.popular:hover{transform:translateY(-4px)}.contact-title{font-size:2rem}.footer-grid{text-align:center;grid-template-columns:1fr;gap:2rem}.legal-content h1{font-size:2rem}.legal-content h2{font-size:1.25rem}}@media (max-width:640px){.features-grid{grid-template-columns:1fr}.steps-container{grid-template-columns:1fr;gap:2.5rem}.step-card{max-width:100%}.step-content{padding:1.5rem 1rem}.step-number{width:2.5rem;height:2.5rem;margin-top:1rem;margin-bottom:1rem;font-size:1rem}.step-icon{font-size:2rem}.step-title{font-size:1rem}.step-description{font-size:.875rem}.hero-title{font-size:2rem}.hero-stats{gap:1.5rem}.stat-number{font-size:1.5rem}.migration-card{width:240px}}@media (max-width:768px){.nav-links{background:var(--header-bg);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:999;border-bottom-right-radius:.5rem;border-bottom-left-radius:.5rem;flex-direction:column;gap:0;padding:1rem 0;animation:.2s cubic-bezier(.4,0,.2,1) slideDownMenu;display:none;position:absolute;top:4.5rem;left:0;right:0;box-shadow:0 8px 32px #00000014}.nav-links.open{display:flex}.nav-links li{text-align:center;margin:0;padding:0}.nav-links li a{width:100%;padding:.875rem 1.5rem;display:block}@keyframes slideDownMenu{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.mobile-menu-btn.open span:first-child{transform:translateY(6px)rotate(45deg)}.mobile-menu-btn.open span:nth-child(2){opacity:0}.mobile-menu-btn.open span:nth-child(3){transform:translateY(-6px)rotate(-45deg)}.nav-actions .btn{display:none}.mobile-menu-btn{display:flex}.section{padding:3rem 0}.section-title{font-size:2rem}}
