:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}:root{--primary-orange: #D2491A;--secondary-beige: #E8D5C4;--text-white: #ffffff;--text-black: #000000;--text-dark: #333333;--gradient-primary: linear-gradient(135deg, var(--primary-orange), #e85d26);--gradient-secondary: linear-gradient(135deg, var(--secondary-beige), #f0e1d0)}*{margin:0;padding:0;box-sizing:border-box}html,body{height:100%;overflow-x:hidden}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Helvetica Neue,Arial,sans-serif;line-height:1.6;color:var(--text-dark);background:var(--secondary-beige);font-weight:400;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#root{height:100vh;width:100vw;display:flex;flex-direction:column;overflow-x:hidden}.app-container{height:100vh;width:100%;display:flex;flex-direction:column}.container{max-width:1400px;margin:0 auto;padding:0 20px;width:100%}.header{background:var(--gradient-primary);color:var(--text-white);padding:1rem 0;box-shadow:0 4px 20px #d2491a33;position:sticky;top:0;z-index:100;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.header-content{display:flex;justify-content:center;align-items:center;min-height:60px}.logo{height:45px;width:auto;transition:transform .3s ease}.logo:hover{transform:scale(1.05)}.nav{display:flex;gap:2rem;align-items:center}.nav a{color:var(--text-white);text-decoration:none;font-weight:500;padding:.5rem 1rem;border-radius:25px;transition:all .3s ease;white-space:nowrap}.nav a:hover{background:#fff3;transform:translateY(-2px)}.main{flex:1;display:flex;flex-direction:column;width:100%;height:100%}.hero-section{flex:1;display:flex;align-items:center;justify-content:center;background:var(--gradient-secondary);padding:2rem 0;text-align:center;width:100%;height:100%}.hero{width:100%;max-width:1000px;margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:3rem}.hero-animation{width:100%;max-width:300px;height:auto;display:flex;justify-content:center;align-items:center}.lottie-animation{width:100%;height:auto;max-width:300px;filter:drop-shadow(0 10px 30px rgba(210,73,26,.2))}.hero-logo-fallback{height:120px;width:auto;filter:drop-shadow(0 10px 20px rgba(210,73,26,.2));animation:float 6s ease-in-out infinite}.hero-content{text-align:center;width:100%;max-width:700px}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.hero-content h1{font-size:clamp(2.5rem,6vw,4rem);color:var(--primary-orange);margin-bottom:1.5rem;font-weight:300;letter-spacing:-.03em;font-family:Inter,sans-serif}.hero-content p{font-size:clamp(1rem,2.5vw,1.25rem);color:var(--text-dark);margin:0 auto 2.5rem;line-height:1.6;opacity:.85;padding:0 1rem;font-weight:400;letter-spacing:-.01em}.cta-button{background:var(--primary-orange);color:var(--text-white);border:none;padding:1rem 2.5rem;font-size:1rem;font-weight:500;border-radius:8px;cursor:pointer;transition:all .2s ease;font-family:Inter,sans-serif;letter-spacing:-.01em}.cta-button:hover{background:#b73e16;transform:translateY(-2px);box-shadow:0 4px 12px #d2491a33}.cta-button:active{transform:translateY(0)}.footer{background:var(--text-dark);color:var(--text-white);text-align:center;padding:2rem 0;margin-top:auto}.footer-links{display:flex;justify-content:center;gap:2rem;margin-bottom:1rem;flex-wrap:wrap}.footer-links a{color:var(--text-white);text-decoration:none;transition:color .3s ease}.footer-links a:hover{color:var(--primary-orange)}.page-wrapper{flex:1;display:flex;flex-direction:column;width:100%;height:100%}.page-main{flex:1;background:var(--gradient-secondary);padding:2rem 0;width:100%;height:100%;display:flex;align-items:flex-start;justify-content:center;overflow-y:auto}.page-content{max-width:900px;width:100%;margin:2rem auto;padding:3rem;background:#fff;border-radius:20px;box-shadow:0 20px 60px #0000001a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.page-content h1{color:var(--primary-orange);margin-bottom:2rem;font-size:clamp(2rem,5vw,3rem);font-weight:800;text-align:center}.page-content h2{color:var(--primary-orange);margin:2.5rem 0 1rem;font-size:clamp(1.3rem,3vw,1.8rem);font-weight:600}.page-content p{margin-bottom:1.2rem;line-height:1.8;font-size:1.1rem;color:var(--text-dark)}.mobile-menu-toggle{display:none;background:none;border:none;color:var(--text-white);font-size:1.5rem;cursor:pointer;padding:.5rem}.nav.mobile-open{display:flex}@media (max-width: 1024px){.container{padding:0 15px}.hero-section{padding:2rem 0;height:100%}.page-content{margin:1rem;padding:2rem}}@media (max-width: 768px){.header-content{flex-wrap:wrap;gap:1rem}.mobile-menu-toggle{display:block}.nav{display:none;position:absolute;top:100%;left:0;right:0;background:var(--primary-orange);flex-direction:column;padding:1rem;box-shadow:0 4px 20px #0003}.nav.mobile-open{display:flex}.nav a{padding:1rem;border-radius:10px;text-align:center}.hero-section{padding:1rem 0;height:100%}.hero{gap:2rem;max-width:90%}.hero-animation,.lottie-animation{max-width:250px}.hero-logo-fallback{height:80px;margin-bottom:1.5rem}.hero-content{max-width:100%}.cta-button{padding:1rem 2rem;font-size:1.1rem;width:90%;max-width:280px}.page-content{margin:.5rem;padding:1.5rem;border-radius:15px}.footer-links{flex-direction:column;gap:1rem}}@media (max-width: 480px){.container{padding:0 10px}.header{padding:.75rem 0}.logo{height:35px}.hero{gap:1.5rem;max-width:95%}.hero-animation,.lottie-animation{max-width:200px}.hero-logo-fallback{height:60px}.hero-content h1{margin-bottom:1rem}.hero-content p{margin-bottom:2rem;padding:0 .5rem}.page-content{margin:.25rem;padding:1rem}.cta-button{width:95%;max-width:260px;padding:.9rem 1.5rem}}@media (min-width: 1200px){.hero{gap:4rem}.hero-animation,.lottie-animation{max-width:350px}.hero-content{max-width:800px}}@media (prefers-reduced-motion: no-preference){.hero-logo{animation:float 6s ease-in-out infinite}}@media (prefers-reduced-motion: reduce){*{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}
