:root{--paycorp-primary: #0e0c55;--paycorp-secondary: #47c7ef;--paycorp-blue: #0069b5;--paycorp-accent: #FF6B35;--paycorp-dark: #1A1A1A;--paycorp-light: #F5F5F5;--text-white: #FFFFFF;--text-dark: #0e0c55;--overlay-opacity: .5;--radius-card: 24px;--radius-button: 16px;--spacing-sm: .5rem;--spacing-md: 1rem;--spacing-lg: 1.5rem;--spacing-xl: 2rem;--font-family: "Montserrat", "Segoe UI", Tahoma, Geneva, Verdana, sans-serif}*{margin:0;padding:0;box-sizing:border-box}body{font-family:var(--font-family);color:var(--text-white);overflow-x:hidden}.landing-container{width:100%;height:100vh;background:linear-gradient(to right,var(--paycorp-primary),var(--paycorp-secondary));position:relative;overflow:hidden;display:flex;flex-direction:column}.top-logo{position:absolute;top:3rem;left:4.5rem;z-index:100;pointer-events:none}.logo-image{height:225px;width:auto;object-fit:contain}.hero-section{position:relative;flex:1;display:flex;align-items:center;padding:2rem 5%;overflow:hidden}.hero-background{position:absolute;top:0;left:0;width:100%;height:100%;opacity:1;z-index:1}.background-image{width:100%;height:100%;object-fit:cover;object-position:top center}.hero-content-wrapper{position:relative;z-index:10;max-width:748px;width:100%}.hero-content-card{background:rgba(140,137,180,var(--overlay-opacity));border-radius:var(--radius-card);padding:3rem 2.5rem;backdrop-filter:blur(10px)}.text-group{display:flex;flex-direction:column;gap:1.5rem}.hero-title{font-size:3.375rem;font-weight:600;line-height:1.2;color:var(--text-white);margin:0}.hero-title .highlight{font-weight:700;color:var(--paycorp-primary)}.hero-subtitle{font-size:1.125rem;font-weight:500;line-height:1.67;color:var(--text-white);margin:0}.hero-subtitle .highlight-dark{font-weight:700;color:var(--paycorp-primary)}.btn-primary{background-color:var(--paycorp-blue);color:var(--text-white);border:none;border-radius:var(--radius-button);padding:1rem 2.5rem;font-size:.9rem;font-weight:700;letter-spacing:-.16px;cursor:pointer;transition:all .3s ease;width:35%;margin-top:1rem}.btn-primary:hover{background-color:#005a9e;transform:translateY(-2px);box-shadow:0 6px 20px #0069b566}.btn-primary:active{transform:translateY(0)}.signup-link{margin-top:1rem}.signup-link p{font-size:.938rem;font-weight:500;line-height:1.67;color:var(--text-white)}.normal-text{font-weight:600}.invitation-link{text-decoration:none;cursor:pointer;transition:opacity .3s ease}.invitation-link:hover{opacity:.8}.invitation-link .highlight-dark{font-weight:700;color:var(--paycorp-primary)}.hero-image-container{position:absolute;right:0;top:50%;transform:translateY(-50%);width:50%;max-width:600px;height:100%;z-index:5;pointer-events:none}.hero-person-image{width:100%;height:100%;object-fit:cover;object-position:center}.landing-footer{flex-shrink:0;padding:1rem 2rem;background:none;display:flex;justify-content:center;align-items:center;position:relative;z-index:10}.footer-text{font-size:.906rem;text-align:center;color:var(--text-white);max-width:1248px;justify-content:center}.footer-text a{font-weight:700;text-decoration:none}@media(max-width:768px){.hero-section{flex-direction:column;padding:1.5rem 3%}.hero-content-wrapper{max-width:100%}.hero-content-card{padding:2rem 1.5rem}.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1rem}.hero-image-container{position:relative;width:100%;max-width:100%;height:400px;margin-top:2rem;transform:none}.landing-footer{padding:.75rem 1rem}.footer-text{font-size:.75rem;padding:0 1rem}}@media(max-width:480px){.top-logo{top:1rem;left:50%;transform:translate(-50%)}.logo-image{height:100px}.logo{height:40px}.btn-login{padding:.6rem 1.5rem;font-size:.85rem}.hero-section{justify-content:center;align-items:center}.hero-content-wrapper{margin:0 auto;max-width:90%}.hero-content-card{padding:1.5rem 1rem}.hero-title{font-size:1.875rem}.hero-subtitle{font-size:.875rem}.btn-primary{width:100%;text-align:center}.signup-link p{font-size:.813rem}.hero-image-container{height:300px}}.landing-container{animation:fadeIn .5s ease-in}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}html{scroll-behavior:smooth}
