@charset "UTF-8";@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700&display=swap");body{margin:0;font-family:Inter,sans-serif;background:#f5f7fa;color:#222}.homepage{display:flex;justify-content:center;align-items:stretch;min-height:100vh;background:linear-gradient(90deg,rgba(238,109,66,.843) 50%,rgba(238,109,66,.843) 0)}@media (max-width:992px){.homepage{flex-direction:column;background:#fff;min-height:auto}}.homepage__content{display:flex;width:100%;max-width:1400px;height:100vh}@media (max-width:992px){.homepage__content{flex-direction:column;height:auto}}.navbar{justify-content:space-between;padding:1rem 2rem;background:#fff;color:#333;box-shadow:0 2px 8px rgba(0,0,0,.08);z-index:10;width:100%;position:relative}.navbar,.navbar__logo{display:flex;align-items:center}.navbar__logo{gap:1rem}.navbar__logo img{width:65px;height:65px;border-radius:12px;background:linear-gradient(135deg,#fff 40%,#ffe5db);box-shadow:0 2px 6px rgba(238,109,66,.3);padding:6px}.navbar__logo h1{font-size:1.4rem;font-weight:700;color:#d74a1e}.navbar .login-btn{background:rgba(242,49,1,.82);box-shadow:0 2px 5px 2px hsla(12,65%,68%,.337);color:#fff;padding:.6rem 1.4rem;border-radius:5px;font-weight:600;cursor:pointer;transition:background .3s ease,transform .2s;border:1px solid #fff}.navbar .login-btn:hover{background:#8a1500;transform:translateY(-2px)}@media (max-width:992px){.navbar{padding:.8rem 1rem;width:100vw;left:0;right:0;box-sizing:border-box}}.hero{flex:1;color:#fff;position:relative;display:flex;flex-direction:column;justify-content:space-between;padding-bottom:2rem;background:linear-gradient(90deg,rgba(238,109,66,.95) 30%,rgba(238,109,66,.6) 80%)}.hero__image{display:flex;justify-content:center;align-items:center;margin-bottom:2rem}.hero__image img{width:300px;max-width:50%;height:auto;border-radius:10px;background-color:hsla(0,0%,100%,.7);backdrop-filter:blur(2px);padding:10px}.hero__text{padding:0 2rem 2rem;max-width:600px;margin-left:2rem}.hero__text h2{font-size:2.6rem;font-weight:700;margin-bottom:1rem;color:#fffdfc}.hero__text p{font-size:1.1rem;line-height:1.6;color:#fff6f1}@media (max-width:992px){.hero{height:auto;text-align:center;align-items:center;background:linear-gradient(180deg,rgba(238,109,66,.95) 80%,rgba(238,109,66,.8) 90%);background-blend-mode:overlay;padding-bottom:1.5rem}.hero__image{display:none}.hero .hero__text{margin:0;padding:1rem 1.5rem;max-width:100%}}.features{flex:1;background:#fff;padding:3rem 2rem;overflow-y:auto}.features h3{font-size:1.8rem;color:#d74a1e;margin-bottom:2rem;text-align:center;font-weight:700}.features ul{list-style:none;padding:0;margin:0}.features ul li{position:relative;padding-left:2rem;margin-bottom:1rem;line-height:1.6;font-size:1rem;color:#333}.features ul li:before{content:"✔";position:absolute;left:0;color:#ee6d42;font-weight:700}@media (max-width:992px){.features{padding:2rem 1.5rem;overflow-y:visible}}.migration-overlay{position:fixed;inset:0;background:rgba(0,0,0,.6);backdrop-filter:blur(3px);display:flex;justify-content:center;align-items:center;z-index:9999;animation:fadeIn .3s ease-in-out}.migration-popup{background:#fff;color:#333;border-radius:12px;padding:2rem;max-width:420px;text-align:center;box-shadow:0 8px 20px rgba(0,0,0,.25);animation:slideUp .4s ease-out}.migration-popup h2{font-size:1.4rem;margin-bottom:1rem;color:#e65a29}.migration-popup p{font-size:1rem;line-height:1.5;margin-bottom:1.5rem}.migration-popup button{background:#e65a29;color:#fff;border:none;padding:.6rem 1.4rem;border-radius:8px;font-weight:600;cursor:pointer;transition:background .3s ease}.migration-popup button:hover{background:#c73e0b}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}} 