.home-split-container{display:flex;min-height:100vh;width:100%;overflow:hidden}.home-left-panel{flex:1 1;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#2c4f66,#1e3949 50%,#152835);position:relative;overflow:hidden;padding:48px}.home-left-panel:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background-image:radial-gradient(circle at 20% 30%,rgba(230,163,60,.08) 0,transparent 50%),radial-gradient(circle at 80% 70%,rgba(230,163,60,.05) 0,transparent 50%);animation:pulse 8s ease-in-out infinite;pointer-events:none}@keyframes pulse{0%,to{opacity:.6}50%{opacity:1}}.home-left-content{position:relative;z-index:1;max-width:600px;width:100%}.home-logo{color:#e6a33c;margin-bottom:32px;animation:logoGlow 3s ease-in-out infinite}@keyframes logoGlow{0%,to{filter:drop-shadow(0 0 20px rgba(230,163,60,.4))}50%{filter:drop-shadow(0 0 30px rgba(230,163,60,.6))}}.home-title{font-size:3.5rem!important;font-weight:800!important;color:#ffffff;margin-bottom:24px!important;letter-spacing:1px;line-height:1.1!important;text-shadow:0 4px 12px rgba(0,0,0,.3)}.home-subtitle{font-size:1.25rem!important;color:#cbd5e0;margin-bottom:48px!important;line-height:1.6!important;font-weight:400}.home-features{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:32px;gap:32px;margin-top:64px}.home-feature{display:flex;flex-direction:column;align-items:center;text-align:center;gap:12px;color:#ffffff;opacity:0;animation:featureSlideIn .6s ease-out forwards}.home-feature:first-child{animation-delay:.2s}.home-feature:nth-child(2){animation-delay:.4s}.home-feature:nth-child(3){animation-delay:.6s}@keyframes featureSlideIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.home-feature svg{color:#e6a33c;filter:drop-shadow(0 2px 8px rgba(230,163,60,.3));transition:all .3s ease}.home-feature:hover svg{transform:scale(1.1);filter:drop-shadow(0 4px 12px rgba(230,163,60,.5))}.home-feature p{font-size:.875rem;font-weight:600;color:#e1e8ed;margin:0}.home-right-panel{flex:0 0 45%;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#e6a33c,#ebb55e 50%,#d48f1f);position:relative;overflow:hidden;padding:48px}.home-right-panel:before{content:"";position:absolute;top:-50%;right:-50%;width:100%;height:100%;background:radial-gradient(circle,rgba(255,255,255,.15) 0,transparent 70%);animation:rotate 20s linear infinite;pointer-events:none}@keyframes rotate{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.home-card{position:relative;z-index:1;background:#ffffff;padding:48px;border-radius:16px;box-shadow:0 16px 32px rgba(30,57,73,.2),0 8px 16px rgba(0,0,0,.1);max-width:440px;width:100%;opacity:0;animation:cardFadeIn .8s ease-out .3s forwards;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}@keyframes cardFadeIn{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.home-card-icon{color:#1e3949;margin-bottom:24px;filter:drop-shadow(0 2px 8px rgba(30,57,73,.15))}.home-card-title{font-size:2rem!important;font-weight:700!important;color:#1e3949;margin-bottom:8px!important;line-height:1.2!important}.home-card-subtitle{font-size:1.25rem!important;font-weight:500!important;color:#e6a33c;margin-bottom:24px!important}@media (max-width:1024px){.home-left-panel,.home-right-panel{padding:32px}.home-title{font-size:3rem!important}.home-subtitle{font-size:1.125rem!important}.home-features{gap:24px}.home-card{padding:40px}.home-card-title{font-size:1.75rem!important}}@media (max-width:768px){.home-split-container{flex-direction:column}.home-left-panel,.home-right-panel{min-height:50vh;padding:40px 24px}.home-right-panel{flex:1 1}.home-title{font-size:2.5rem!important;margin-bottom:16px!important}.home-subtitle{font-size:1rem!important;margin-bottom:32px!important}.home-features{grid-template-columns:repeat(3,1fr);gap:16px;margin-top:40px}.home-feature svg{width:28px;height:28px}.home-feature p{font-size:.75rem}.home-card{padding:32px 24px;max-width:100%}.home-card-title{font-size:1.5rem!important}.home-card-subtitle{font-size:1.125rem!important}}@media (max-width:480px){.home-left-panel,.home-right-panel{padding:32px 20px}.home-title{font-size:2rem!important;letter-spacing:.5px}.home-subtitle{font-size:.9375rem!important}.home-features{grid-template-columns:1fr;gap:20px;margin-top:32px}.home-feature{flex-direction:row;justify-content:flex-start;text-align:left}.home-feature svg{width:32px;height:32px}.home-feature p{font-size:.875rem}.home-card{padding:28px 20px}.home-card-title{font-size:1.375rem!important}.home-card-subtitle{font-size:1rem!important}}@media (prefers-reduced-motion:reduce){.home-card,.home-feature,.home-left-panel:before,.home-logo,.home-right-panel:before{animation:none!important}.home-feature{opacity:1}.home-card{opacity:1;transform:none}}