@import"https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@300;400;500;600;700;900&family=Limelight&display=swap";:root,html,body,#root,.App,main{width:100%;max-width:100vw;overflow-x:hidden}.App{min-height:100vh;display:flex;flex-direction:column}main{flex:1}.hero{min-height:100vh;position:relative;display:flex;align-items:center;justify-content:center;text-align:center;padding:0 2rem;overflow:hidden;width:100%;max-width:100vw}.hero-background{position:absolute;top:-20%;left:0;width:100%;height:120%;background-size:cover;background-position:center;background-repeat:no-repeat;will-change:transform;z-index:0}.hero:before{content:"";position:absolute;inset:0;background:#00000080;z-index:1}.hero-content{position:relative;z-index:2;max-width:100%;width:100%;color:var(--text-light);display:flex;flex-direction:column;align-items:center}.hero-main-title{font-family:Limelight,sans-serif;font-size:7rem;font-weight:400;letter-spacing:2px;margin-bottom:2rem;padding:0 2rem;text-shadow:3px 3px 6px rgba(0,0,0,.5);line-height:1.2;text-align:center;word-wrap:break-word;overflow-wrap:break-word}.hero-title{font-size:3.5rem;font-weight:900;margin-bottom:1rem;text-shadow:2px 2px 4px rgba(0,0,0,.3)}.hero-welcome{font-size:.7em;font-weight:400}.hero-brand{font-weight:900}.hero-subtitle{font-size:1.5rem;font-weight:500;margin-bottom:1rem;text-shadow:1px 1px 2px rgba(0,0,0,.3)}.hero-description{font-size:1.1rem;margin-bottom:2rem;opacity:.9;max-width:600px;margin-left:auto;margin-right:auto}.hero-actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.footer{background-color:#111827d9;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:var(--text-light);padding:3rem 0 1rem;border-top:1px solid rgba(255,255,255,.1)}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:2rem}.footer-section h3,.footer-section h4{margin-bottom:1rem}.footer-logo-section{display:flex;align-items:center;justify-content:center}.footer-logo{height:80px;width:auto;object-fit:contain}.footer-section h3{color:var(--primary-color);font-size:1.5rem}.footer-section ul{list-style:none}.footer-section ul li{margin-bottom:.5rem}.footer-section a{color:var(--accent-color);text-decoration:underline;opacity:.9;transition:all .2s ease-in-out}.footer-section a:hover{opacity:1;color:var(--primary-color);text-decoration:underline}.footer-bottom{text-align:center;padding-top:2rem;border-top:1px solid rgba(255,255,255,.1);opacity:.8}@media(max-width:768px){.hero{min-height:100vh;-webkit-overflow-scrolling:touch}.hero-background{top:-10%;height:110%;background-attachment:scroll}.hero-main-title{font-size:3.5rem;letter-spacing:1.5px;padding:0 1rem}.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.25rem}.hero-actions{flex-direction:column;align-items:center}.hero-actions .btn{width:200px}.footer-content{justify-items:center;text-align:center}.footer-section{text-align:center}.footer-logo-section{justify-content:center}}@media(max-width:600px){.hero-main-title{font-size:2.8rem;letter-spacing:1px;padding:0 1rem}}@media(max-width:480px){.hero{padding:0 1rem}.hero-main-title{font-size:2rem;letter-spacing:.8px;padding:0 .5rem}.hero-title{font-size:1.75rem}.hero-subtitle{font-size:1rem}}@media(max-width:360px){.hero-main-title{font-size:1.5rem;letter-spacing:.5px;padding:0 .5rem}.hero-title{font-size:1.5rem}}*{margin:0;padding:0;box-sizing:border-box}:root{--primary-color: #2563eb;--secondary-color: #1e40af;--accent-color: #3b82f6;--text-primary: #1f2937;--text-secondary: #6b7280;--text-light: #ffffff;--bg-light: #f9fafb;--bg-dark: #111827;--border-color: #e5e7eb;--shadow-sm: 0 1px 2px 0 rgb(0 0 0 / .05);--shadow-md: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--shadow-lg: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--shadow-xl: 0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1)}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.6;color:var(--text-primary);overflow-x:hidden}html{scroll-behavior:smooth}.container{max-width:1200px;margin:0 auto;padding:0 1rem}.text-center{text-align:center}.text-primary{color:var(--primary-color)}.text-secondary{color:var(--text-secondary)}.section-title{font-size:2.5rem;font-weight:700;text-align:center;margin-bottom:3rem;color:var(--text-primary)}.btn{display:inline-block;padding:.75rem 1.5rem;font-size:1rem;font-weight:500;text-decoration:none;border:none;border-radius:.5rem;cursor:pointer;transition:all .2s ease-in-out;margin:.25rem}.btn-primary{background-color:var(--primary-color);color:var(--text-light)}.btn-primary:hover{background-color:var(--secondary-color);transform:translateY(-1px);box-shadow:var(--shadow-md)}.btn-secondary{background-color:transparent;color:var(--text-light);border:2px solid var(--text-light)}.btn-secondary:hover{background-color:var(--text-light);color:var(--primary-color)}@media(max-width:768px){.container{padding:0 .5rem}.section-title{font-size:2rem}.btn{display:block;width:100%;margin:.5rem 0}}
