@import"https://fonts.googleapis.com/css2?family=Inter:wght@200;300;400;500;600;700;800&family=Oswald:wght@200;300;400;500;600;700&display=swap";:root{--color-dark: #090b19;--color-light: #f3f6fc;--color-gray: #e2e7f1;--color-yellow: #F8DC56;--color-yellow-light: #fff8e1;--font-heading: "Oswald", sans-serif;--font-body: "Inter", sans-serif}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font-body);font-size:16px;line-height:1.6;color:var(--color-dark);background:#fff;-webkit-font-smoothing:antialiased}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);font-weight:500;line-height:1.2;text-transform:uppercase;letter-spacing:.02em}.xxl-heading{font-size:clamp(3rem,8vw,6rem);font-weight:400}.large-heading{font-size:clamp(2rem,5vw,3.5rem);font-weight:400}.subtitle{font-family:var(--font-body);font-size:.75rem;font-weight:600;letter-spacing:.15em;text-transform:uppercase;opacity:.7}.subtitle.white{color:#fff;opacity:.8}.subtitle.yellow{color:var(--color-yellow);opacity:1}p{margin-bottom:1rem}a{color:inherit;text-decoration:none}.wrapper{max-width:1200px;margin:0 auto;padding:0 2rem}.section{padding:6rem 0}.section.yellow-bg{background:var(--color-yellow)}.section.yellow-light-bg{background:var(--color-yellow-light)}.navbar{position:fixed;top:0;left:0;right:0;z-index:1000;padding:1rem 0;background:#fffffff2;backdrop-filter:blur(10px);border-bottom:1px solid rgba(0,0,0,.05)}.navbar-wrapper{display:flex;justify-content:space-between;align-items:center}.brand img{height:36px;width:auto}.nav-menu{display:flex;gap:2rem}.nav-link{position:relative;padding:.5rem 0}.nav-link .button-text{font-size:.75rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase}.nav-link:hover .button-text{color:var(--color-yellow)}.home-hero{position:relative;min-height:100vh;display:flex;align-items:center;padding-top:80px;overflow:hidden}.home-hero>.wrapper{width:100%}.hero-video-bg{position:absolute;top:0;right:0;width:70%;height:100%;object-fit:cover;object-position:center center;z-index:0}.gradient-overlay{position:absolute;top:0;bottom:0;left:0;width:calc(30% + 200px);background:linear-gradient(90deg,#EEDE8C 0%,#EEDE8C 80%,transparent 100%);z-index:1}.hero-content{position:relative;z-index:2}.hero-content .xxl-heading,.hero-content .hero-subheading,.hero-content .hero-paragraph{max-width:550px}.hero-subheading{font-family:var(--font-body);font-size:clamp(1rem,2vw,1.25rem);font-weight:400;text-transform:none;letter-spacing:0;opacity:.7;margin-top:1rem}.hero-paragraph{max-width:500px;opacity:.7;margin-top:1.5rem}.app-card{background:#fff;border-radius:8px;padding:2rem;box-shadow:0 4px 20px #00000014;transition:transform .3s ease,box-shadow .3s ease;border-left:4px solid var(--color-yellow)}.app-card:hover{transform:translateY(-4px);box-shadow:0 8px 30px #0000001f}.button{display:inline-flex;align-items:center;gap:.5rem;padding:.875rem 1.5rem;font-size:.75rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;border:2px solid currentColor;border-radius:0;background:transparent;cursor:pointer;transition:all .2s ease}.button:hover{background:var(--color-dark);color:#fff;border-color:var(--color-dark)}.button.white-outline{color:#fff;border-color:#ffffff80}.button.white-outline:hover,.button.yellow{background:var(--color-yellow);color:var(--color-dark);border-color:var(--color-yellow)}.button.yellow:hover,.button.filled{background:var(--color-dark);color:#fff;border-color:var(--color-dark)}.button.filled:hover{background:var(--color-yellow);color:var(--color-dark);border-color:var(--color-yellow)}.contact-form{display:flex;flex-direction:column;gap:1rem;max-width:500px}.form-field{width:100%;padding:1rem;font-family:var(--font-body);font-size:1rem;border:2px solid var(--color-dark);border-radius:0;background:#fff;transition:border-color .2s ease,box-shadow .2s ease}.form-field:focus{outline:none;border-color:var(--color-dark);box-shadow:4px 4px 0 var(--color-dark)}textarea.form-field{min-height:150px;resize:vertical}.footer{padding:2rem 0;background:var(--color-dark);color:#fff}.footer-content{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.footer-links{display:flex;gap:2rem}.footer-links a{font-size:.875rem;opacity:.7;transition:opacity .2s ease}.footer-links a:hover{opacity:1;color:var(--color-yellow)}.footer-copy{font-size:.875rem;opacity:.5}.yellow-bar{height:4px;background:var(--color-yellow);width:60px;margin-top:1rem}@media(max-width:768px){.wrapper{padding:0 1.5rem}.section{padding:4rem 0}.nav-menu{display:none}.footer-content{flex-direction:column;text-align:center}.hero-video-bg{width:100%;left:0;right:0;object-position:center center}.gradient-overlay{width:100%;background:#eede8cd9}}
