:root{--primary:#512da8;--primary-light:#7e57c2;--primary-dark:#4527a0;--secondary:#00bfa5;--secondary-light:#64ffda;--secondary-dark:#00897b;--accent:#43a047;--error:#e53935;--background:#fafafa;--surface:#fff;--surface-variant:#f5f5f5;--text:#000000de;--text-medium:#0009;--text-disabled:#00000061;--text-light:#0009;--border:#0000001f;--divider:#0000001f;--overlay-light:#0000000a;--overlay-medium:#00000014;--overlay-dark:#0000001f;--header-bg:#ffffff40;--hero-bg:#ffffff90;--card-bg:#fff;--input-bg:#fff;--btn-color:white;--elevation-1:0px 2px 1px -1px #0003,0px 1px 1px 0px #00000024,0px 1px 3px 0px #0000001f;--elevation-2:0px 3px 1px -2px #0003,0px 2px 2px 0px #00000024,0px 1px 5px 0px #0000001f;--elevation-3:0px 3px 3px -2px #0003,0px 3px 4px 0px #00000024,0px 1px 8px 0px #0000001f;--elevation-4:0px 2px 4px -1px #0003,0px 4px 5px 0px #00000024,0px 1px 10px 0px #0000001f;--elevation-6:0px 3px 5px -1px #0003,0px 6px 10px 0px #00000024,0px 1px 18px 0px #0000001f;--elevation-8:0px 5px 5px -3px #0003,0px 8px 10px 1px #00000024,0px 3px 14px 2px #0000001f;--gradient-start:#512da8;--gradient-end:#4527a0}html.dark{--primary:#b39ddb;--primary-light:#d1c4e9;--primary-dark:#9575cd;--secondary:#64ffda;--secondary-light:#a7ffeb;--secondary-dark:#1de9b6;--accent:#66bb6a;--error:#ef5350;--background:#121212;--surface:#1e1e1e;--surface-variant:#2c2c2c;--text:#ffffffde;--text-medium:#fff9;--text-disabled:#ffffff61;--text-light:#fff9;--border:#ffffff1f;--divider:#ffffff1f;--overlay-light:#ffffff0d;--overlay-medium:#ffffff12;--overlay-dark:#ffffff17;--header-bg:#00000040;--hero-bg:#00000090;--card-bg:#1e1e1e;--input-bg:#2c2c2c;--btn-color:black;--elevation-1:0px 2px 1px -1px #0000004d,0px 1px 1px 0px #0000003d,0px 1px 3px 0px #00000038;--elevation-2:0px 3px 1px -2px #0000004d,0px 2px 2px 0px #0000003d,0px 1px 5px 0px #00000038;--elevation-3:0px 3px 3px -2px #0000004d,0px 3px 4px 0px #0000003d,0px 1px 8px 0px #00000038;--elevation-4:0px 2px 4px -1px #0000004d,0px 4px 5px 0px #0000003d,0px 1px 10px 0px #00000038;--elevation-6:0px 3px 5px -1px #0000004d,0px 6px 10px 0px #0000003d,0px 1px 18px 0px #00000038;--elevation-8:0px 5px 5px -3px #0000004d,0px 8px 10px 1px #0000003d,0px 3px 14px 2px #00000038;--gradient-start:#b39ddb;--gradient-end:#9575cd}*{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:1400px;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:var(--btn-color)}.btn-primary:hover{background:var(--primary-light);color:var(--btn-color)}.btn-secondary{color:var(--primary);border:2px solid var(--primary);background:0 0}.btn-secondary:hover{background:var(--primary);color:var(--btn-color)}.btn-large{padding:1rem 2rem;font-size:1.125rem}.section{padding:5rem 0}.section-dark{background:var(--surface-variant)}.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{width:40px;height:40px;color:var(--text);cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;transition:all .2s;display:flex}.theme-toggle:hover{background:var(--overlay-light)}.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(30px);backdrop-filter:blur(30px);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(4,1fr);gap:1rem;display:grid}.feature-card{background:var(--card-bg);box-shadow:var(--elevation-2);will-change:transform,opacity,max-height;border-radius:1rem;padding:2rem;transition:all .5s cubic-bezier(.4,0,.2,1)}.feature-card-hidden{opacity:0;pointer-events:none;max-height:0;margin:0;padding:0;overflow:hidden;transform:scale(.95)translateY(-20px)}.feature-card-visible{opacity:1;max-height:500px;animation:.6s cubic-bezier(.4,0,.2,1) forwards fadeInSlideUp;transform:scale(1)translateY(0)}@keyframes fadeInSlideUp{0%{opacity:0;transform:scale(.95)translateY(20px)}to{opacity:1;transform:scale(1)translateY(0)}}.feature-card:hover{box-shadow:var(--elevation-6)}.feature-icon{background:var(--overlay-medium);width:3.5rem;height:3.5rem;color:var(--secondary);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;margin-bottom:1.25rem;font-size:1.5rem;transition:background-color .3s,transform .2s;display:flex}.feature-card:hover .feature-icon{background:var(--overlay-dark);transform:scale(1.05)}.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}.cta-button{cursor:pointer;border:2px solid var(--primary);color:var(--primary);box-shadow:var(--elevation-1);background:0 0;border-radius:.5rem;justify-content:center;align-items:center;padding:.875rem 1.75rem;font-size:1rem;font-weight:600;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);display:inline-flex}.cta-button:hover{background:var(--primary);color:var(--btn-color);box-shadow:var(--elevation-4);transform:translateY(-2px)}.cta-button:active{box-shadow:var(--elevation-2);transform:translateY(0)}.divider-container{justify-content:center;align-items:center;width:100%;padding:2rem 0;display:flex}.divider-line{background:linear-gradient(90deg,transparent 0%,var(--primary)20%,var(--secondary)50%,var(--primary)80%,transparent 100%);opacity:.3;width:100%;max-width:1100px;height:1px;transition:opacity .3s}.divider-line:hover{opacity:.6}.steps-container{grid-template-columns:repeat(4,1fr);gap:1rem;margin-bottom:3.5rem;display:grid;position:relative}.step-card{text-align:center;position:relative}.step-number{background:var(--primary);width:3.4rem;height:3.4rem;color:var(--btn-color);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;margin-bottom:2rem;font-size:1.125rem;font-weight:700;transition:all .4s cubic-bezier(.4,0,.2,1);display:inline-flex}.step-number.active-number{box-shadow:0 0 0 4px var(--primary-light),var(--elevation-4);animation:2s cubic-bezier(.4,0,.2,1) infinite pulse-ring;transform:scale(1.2)}@keyframes pulse-ring{0%,to{box-shadow:0 0 0 4px var(--primary-light),var(--elevation-4)}50%{box-shadow:0 0 0 8px var(--primary-light),var(--elevation-6)}}.step-content{background:var(--card-bg);height:100%;box-shadow:var(--elevation-2);border:2px solid #0000;border-radius:1rem;padding:2rem 1.5rem;transition:all .4s cubic-bezier(.4,0,.2,1)}.step-card.active-step .step-content{box-shadow:var(--elevation-8);border-color:var(--primary-light);transform:translateY(-12px)}.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(20px)}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)}.pricing-grid{grid-template-columns:repeat(3,1fr);align-items:center;gap:2rem;max-width:1200px;margin:0 auto;display:grid}.pricing-card{background:var(--card-bg);box-shadow:var(--elevation-2);border-radius:1rem;padding:2.5rem 2rem;transition:transform .2s cubic-bezier(.4,0,.2,1),box-shadow .2s cubic-bezier(.4,0,.2,1),background-color .3s;position:relative}.pricing-card:first-child,.pricing-card:last-child{transform:translateY(2rem)}.pricing-card:hover{box-shadow:var(--elevation-8)}.pricing-card:first-child:hover,.pricing-card:last-child:hover{transform:translateY(calc(2rem - 4px))}.pricing-card.popular{border:2px solid var(--primary);z-index:1}.pricing-card.popular:hover{box-shadow:var(--elevation-8);transform:translateY(-4px)}.popular-badge{background:var(--primary-dark);color:var(--btn-color);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(--overlay-medium);color:var(--primary);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:3.5rem;height:3.5rem;padding:1rem;font-size:1.5rem;display:flex}.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(--card-bg);box-shadow:var(--elevation-2);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(--card-bg);text-align:center;border:2px solid var(--accent);box-shadow:var(--elevation-3);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(--overlay-light);cursor:not-allowed;opacity:.6;color:var(--text-disabled)}.btn:disabled:hover{background:var(--overlay-light);transform:none}.hidden{display:none}.footer{background:var(--header-bg);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}.status-page{min-height:100vh;padding-top:6rem;padding-bottom:4rem}.status-content{max-width:1200px;margin:0 auto}.status-content h1{color:var(--text);text-align:center;margin-bottom:.5rem;font-size:2.5rem;font-weight:700}.status-description{color:var(--text-light);text-align:center;margin-bottom:3rem;font-size:1.125rem}.status-iframe-container{background:var(--card-bg);width:100%;max-width:1000px;box-shadow:var(--elevation-4);border-radius:1rem;margin:0 auto 3rem;overflow:hidden}.status-iframe{border:none;width:100%;height:800px;display:block}@media (max-width:1024px){.status-iframe-container{max-width:100%}.status-iframe{height:700px}}@media (max-width:768px){.status-content h1{font-size:2rem}.status-description{font-size:1rem}.status-iframe{height:600px}}@media (max-width:640px){.status-iframe{height:500px}}.tagline-section{background:linear-gradient(135deg,var(--primary)0%,var(--primary-dark)100%);text-align:center;padding:4rem 0;position:relative;overflow:hidden}.tagline-section:before{content:"";pointer-events:none;background:radial-gradient(circle at 20%,#ffffff1a 0%,#0000 50%),radial-gradient(circle at 80%,#ffffff1a 0%,#0000 50%);position:absolute;inset:0}.tagline-content{z-index:1;position:relative}.tagline-text{color:var(--btn-color);flex-wrap:wrap;justify-content:center;align-items:center;gap:1.5rem;margin-bottom:1rem;font-size:3rem;font-weight:800;line-height:1.2;display:flex}.tagline-word{animation:.8s ease-out backwards fadeInUp;display:inline-block;position:relative}.tagline-word:first-child{animation-delay:.2s}.tagline-word:nth-child(2){animation-delay:.4s}.tagline-word:nth-child(3){color:var(--secondary-light);animation-delay:.6s}.tagline-subtitle{color:var(--btn-color);letter-spacing:.05em;font-size:1.25rem;font-weight:500;animation:.8s ease-out .8s backwards fadeInUp}.hero{-webkit-backdrop-filter:blur(30px);align-items:center;min-height:100vh;transition:background-color .3s;display:flex;position:relative}.hero-content-wrapper{background:var(--hero-bg);-webkit-backdrop-filter:blur(2.5px);backdrop-filter:blur(2.5px);z-index:1;width:100%;height:100%;position:absolute}.hero-content{text-align:center;flex-direction:column;align-items:center;max-width:900px;margin:0 auto;display:flex;position:relative}.hero-text{flex-direction:column;align-items:center;display:flex}.hero-badge{background:var(--overlay-dark);color:var(--primary);border-radius:2rem;align-items:center;gap:.5rem;margin-bottom:1.5rem;padding:.5rem 1rem;font-size:.875rem;font-weight:600;display:inline-flex}.badge-icon{justify-content:center;align-items:center;font-size:1rem;display:flex}.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:700px;margin-bottom:2rem;font-size:1.25rem}.hero-actions{flex-wrap:wrap;justify-content:center;gap:1rem;margin-bottom:3rem;display:flex}.hero-actions .btn{gap:.5rem}.hero-stats{justify-content:center;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:right;display:flex}.hero-graphic{flex-direction:column;align-items:center;gap:1.5rem;display:flex}.migration-card{background:var(--card-bg);box-shadow:var(--elevation-4);border-radius:1rem;width:280px;padding:1.5rem;transition:background-color .3s,box-shadow .3s cubic-bezier(.4,0,.2,1)}.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(--overlay-light);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:2rem;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}.tagline-text{gap:1rem;font-size:2rem}.tagline-subtitle{font-size:1rem}.tagline-section{padding:3rem 0}.hero-content-wrapper{-webkit-backdrop-filter:none;backdrop-filter:none;background:var(--card-bg)}}@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:2rem;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}}
